Trace number 1820969

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat_cumr r-2009-03-18UNSAT 20.07 20.1091

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo016.cnf
MD5SUM576249eded8a3c95c0b3aa8dcd51992e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark20.07
Satisfiable
(Un)Satisfiability was proved
Number of variables2945
Number of clauses8738
Sum of the clauses size20386
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 25824
Number of clauses of size 32912
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    8736    20384 |    2620       0        0     nan |  0.000 % |
0.00/0.05	c |         0 |    6300    17931 |      --       0       --      -- |     --   | -2434/-2448
0.00/0.05	c ==============================================================================
0.00/0.05	c Result  :   #vars: 1456   #clauses: 6300   #literals: 17931
0.00/0.05	c CPU time:   0.05 s
0.00/0.05	c ==============================================================================
0.00/0.05	c This is MiniSat 2.0 beta
0.00/0.05	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.05	c ============================[ Problem Statistics ]=============================
0.00/0.05	c |                                                                             |
0.00/0.05	c |  Number of variables:  1456                                                 |
0.00/0.05	c |  Number of clauses:    6300                                                 |
0.00/0.06	c |  Parsing time:         0.01         s                                       |
0.00/0.06	c ============================[ Search Statistics ]==============================
0.00/0.06	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.06	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.06	c ===============================================================================
0.00/0.06	c |         0 |    1456     6300    17931 |     2100        0    nan |  0.000 % |
0.00/0.08	c |       512 |    1456     6300    17931 |     2100      512     21 |  0.003 % |
0.05/0.11	c |      1025 |    1456     6300    17931 |     2100     1025     21 |  0.001 % |
0.05/0.15	c |      1538 |    1456     6300    17931 |     2100     1538     23 |  0.001 % |
0.05/0.24	c |      2563 |    1456     6300    17931 |     2100     2563     26 |  0.002 % |
0.05/0.30	c |      3076 |    1456     6300    17931 |     2100     2354     26 |  0.001 % |
0.05/0.34	c |      3588 |    1456     6300    17931 |     2100     2180     23 |  0.000 % |
0.05/0.41	c |      4612 |    1456     6300    17931 |     2100     2258     19 |  0.000 % |
0.05/0.54	c |      6663 |    1456     6300    17931 |     2100     2131     13 |  0.001 % |
0.05/0.57	c |      7175 |    1456     6300    17931 |     2100     2430     15 |  0.000 % |
0.05/0.61	c |      7688 |    1456     6300    17931 |     2100     2017     16 |  0.000 % |
0.05/0.67	c |      8713 |    1456     6300    17931 |     2100     2513     18 |  0.000 % |
0.05/0.71	c |      9225 |    1454     6291    17910 |     2100     2291     18 |  0.138 % |
0.05/0.74	c |      9737 |    1454     6291    17910 |     2100     2125     17 |  0.137 % |
0.05/0.80	c |     10764 |    1454     6291    17910 | 2147483647     2940     19 |  0.137 % |
0.05/0.96	c |     12815 |    1454     6291    17910 | 2147483647     4991     21 |  0.137 % |
1.31/1.33	c |     16912 |    1454     6291    17910 | 2147483647     9088     20 |  0.138 % |
1.31/1.38	c |     17424 |    1454     6291    17910 | 2147483647     9600     20 |  0.137 % |
1.41/1.43	c |     17936 |    1454     6291    17910 | 2147483647    10112     20 |  0.137 % |
1.51/1.54	c |     18960 |    1454     6291    17910 | 2147483647    11136     20 |  0.137 % |
1.51/1.60	c |     19472 |    1454     6291    17910 | 2147483647    11648     20 |  0.137 % |
1.61/1.65	c |     19984 |    1454     6291    17910 | 2147483647    12160     20 |  0.137 % |
1.71/1.77	c |     21008 |    1454     6291    17910 | 2147483647    13184     20 |  0.138 % |
2.01/2.03	c |     23057 |    1454     6291    17910 | 2147483647    15233     20 |  0.139 % |
2.11/2.13	c |     23570 |    1454     6291    17910 | 2147483647    15746     20 |  0.151 % |
2.22/2.22	c |     24082 |    1454     6291    17910 | 2147483647    16258     20 |  0.140 % |
2.31/2.37	c |     25108 |    1454     6291    17910 | 2147483647    17284     20 |  0.139 % |
2.41/2.43	c |     25622 |    1454     6291    17910 | 2147483647    17798     20 |  0.138 % |
2.41/2.50	c |     26134 |    1454     6291    17910 | 2147483647    18310     20 |  0.137 % |
2.61/2.68	c |     27163 |    1454     6291    17910 | 2147483647    19339     20 |  0.137 % |
3.01/3.04	c |     29214 |    1454     6291    17910 | 2147483647    21390     21 |  0.138 % |
3.81/3.82	c |     33311 |    1454     6291    17910 |    22178    18605     20 |  0.137 % |
5.11/5.20	c |     41503 |    1454     6291    17910 |    21056    18389     19 |  0.137 % |
5.31/5.32	c |     42015 |    1454     6291    17910 |    21056    18901     19 |  0.139 % |
5.41/5.42	c |     42533 |    1454     6291    17910 |    21056    19419     19 |  0.138 % |
5.61/5.63	c |     43557 |    1454     6291    17910 |    21056    20443     19 |  0.139 % |
5.71/5.73	c |     44069 |    1454     6291    17910 |    21056    20955     19 |  0.138 % |
5.81/5.85	c |     44583 |    1454     6291    17910 |    21056    16897     18 |  0.139 % |
6.01/6.02	c |     45607 |    1454     6291    17910 |    21056    17921     18 |  0.138 % |
6.31/6.37	c |     47655 |    1454     6291    17910 |    21056    19969     18 |  0.137 % |
6.40/6.47	c |     48168 |    1454     6291    17910 |    21056    20482     18 |  0.137 % |
6.50/6.57	c |     48680 |    1454     6291    17910 |    21056    20994     18 |  0.139 % |
6.68/6.77	c |     49704 |    1454     6291    17910 |    21056    17479     17 |  0.137 % |
6.77/6.88	c |     50218 |    1454     6291    17910 |    17775    14249     16 |  0.137 % |
6.87/6.99	c |     50730 |    1454     6291    17910 |    17775    14761     17 |  0.137 % |
7.07/7.13	c |     51754 |    1454     6291    17910 |    17775    15785     17 |  0.137 % |
7.27/7.36	c |     53804 |    1454     6291    17910 |    17775    17835     17 |  0.137 % |
7.97/8.01	c |     57901 |    1454     6291    17910 |    17775    16057     17 |  0.137 % |
7.97/8.08	c |     58413 |    1454     6291    17910 |    17775    16569     17 |  0.137 % |
8.07/8.16	c |     58925 |    1454     6291    17910 |    17775    17081     17 |  0.137 % |
8.27/8.38	c |     59950 |    1454     6291    17910 |    17775    15257     17 |  0.137 % |
8.37/8.47	c |     60463 |    1454     6291    17910 |    15308    13345     17 |  0.137 % |
8.47/8.55	c |     60975 |    1454     6291    17910 |    15308    13857     17 |  0.137 % |
8.57/8.69	c |     61999 |    1454     6291    17910 |    15308    14881     17 |  0.137 % |
8.87/8.95	c |     64048 |    1454     6291    17910 |    15308    14549     17 |  0.137 % |
8.97/9.06	c |     64560 |    1454     6291    17910 |    15308    15061     17 |  0.139 % |
9.07/9.18	c |     65073 |    1454     6291    17910 |    15308    13354     16 |  0.139 % |
9.17/9.30	c |     66097 |    1454     6291    17910 |    15308    14378     17 |  0.138 % |
9.27/9.38	c |     66610 |    1454     6291    17910 |    15308    14891     17 |  0.139 % |
9.37/9.46	c |     67122 |    1454     6291    17910 |    15308    15403     17 |  0.137 % |
9.57/9.63	c |     68146 |    1454     6291    17910 |    15308    14241     17 |  0.137 % |
9.88/9.92	c |     70194 |    1454     6291    17910 |    13786    11875     17 |  0.137 % |
10.37/10.46	c |     74290 |    1454     6291    17910 |    13786    13839     17 |  0.137 % |
11.57/11.65	c |     82482 |    1454     6291    17910 |    13453    12182     14 |  0.137 % |
13.97/14.02	c |     98866 |    1454     6291    17910 |    12488    11427     15 |  0.137 % |
13.97/14.07	c |     99379 |    1454     6291    17910 |    12488    11940     16 |  0.137 % |
14.07/14.14	c |     99892 |    1454     6291    17910 |    12488    12453     16 |  0.137 % |
14.17/14.25	c |    100916 |    1454     6291    17910 |    12562    12203     16 |  0.137 % |
14.28/14.32	c |    101428 |    1454     6291    17910 |    12562    12715     16 |  0.138 % |
14.28/14.39	c |    101940 |    1454     6291    17910 |    12562    11921     16 |  0.137 % |
14.37/14.50	c |    102965 |    1454     6291    17910 |    12562    12946     17 |  0.138 % |
14.67/14.76	c |    105014 |    1454     6291    17910 |    12562    12152     17 |  0.137 % |
14.77/14.86	c |    105526 |    1454     6291    17910 |    12562    12664     17 |  0.139 % |
14.87/14.92	c |    106038 |    1454     6291    17910 |    12562    11910     17 |  0.137 % |
14.97/15.08	c |    107062 |    1454     6291    17910 |    12562    11618     18 |  0.139 % |
15.07/15.15	c |    107574 |    1454     6291    17910 |    12562    12130     17 |  0.139 % |
15.17/15.23	c |    108086 |    1454     6291    17910 |    12562    12642     17 |  0.138 % |
15.27/15.38	c |    109110 |    1454     6291    17910 |    12562    12402     17 |  0.141 % |
15.57/15.67	c |    111160 |    1454     6291    17910 | 2147483647    13161     17 |  0.137 % |
16.27/16.31	c |    115257 |    1454     6291    17910 | 2147483647    17258     17 |  0.137 % |
16.37/16.41	c |    115769 |    1454     6291    17910 | 2147483647    17770     17 |  0.137 % |
16.37/16.50	c |    116281 |    1454     6291    17910 | 2147483647    18282     17 |  0.138 % |
16.57/16.70	c |    117305 |    1454     6291    17910 | 2147483647    19306     17 |  0.137 % |
16.77/16.80	c |    117817 |    1454     6291    17910 | 2147483647    19818     17 |  0.138 % |
16.87/16.91	c |    118333 |    1454     6291    17910 | 2147483647    20334     17 |  0.137 % |
17.07/17.12	c |    119358 |    1454     6291    17910 | 2147483647    21359     17 |  0.137 % |
17.47/17.53	c |    121406 |    1454     6291    17910 |    22001    19756     16 |  0.139 % |
17.58/17.63	c |    121920 |    1454     6291    17910 |    22001    20270     16 |  0.138 % |
17.67/17.72	c |    122432 |    1454     6291    17910 |    22001    20782     16 |  0.137 % |
17.87/17.93	c |    123456 |    1454     6291    17910 |    22001    21806     16 |  0.139 % |
17.97/18.10	c |    123969 |    1454     6291    17910 |    22001    17601     15 |  0.137 % |
18.07/18.20	c |    124481 |    1454     6291    17910 |    22001    18113     15 |  0.138 % |
18.27/18.39	c |    125505 |    1454     6291    17910 |    22001    19137     15 |  0.138 % |
18.77/18.82	c |    127553 |    1454     6291    17910 |    22001    21185     16 |  0.138 % |
19.67/19.74	c |    131649 |    1453     6256    17820 |    18686    10802     13 |  0.207 % |
19.97/20.10	c ===============================================================================
19.97/20.10	c restarts              : 95
19.97/20.10	c conflicts             : 134140         (6707 /sec)
19.97/20.10	c decisions             : 176343         (1.31 % random) (8817 /sec)
19.97/20.10	c propagations          : 25597170       (1279858 /sec)
19.97/20.10	c conflict literals     : 2571265        (50.68 % deleted)
19.97/20.10	c Memory used           : 5.26 MB
19.97/20.10	c CPU time              : 20 s
19.97/20.10	c 
19.97/20.10	s UNSATISFIABLE
19.97/20.10	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1820969-1242492858/watcher-1820969-1242492858 -o /tmp/evaluation-result-1820969-1242492858/solver-1820969-1242492858 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820969-1242492858.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.99 1.00 1.00 2/97 20433
/proc/meminfo: memFree=1782976/2074464 swapFree=1949244/1959888
[pid=20433] ppid=20431 vsize=2412 CPUtime=0
/proc/20433/stat : 20433 (SatELiteGTI) S 20431 20433 16367 0 -1 4194304 367 644 0 0 0 0 0 0 25 0 1 0 1013786823 2469888 276 4294967295 134512640 135169312 3218462896 3218461432 3085111022 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20433/statm: 603 276 235 161 0 42 0
[pid=20437] ppid=20433 vsize=952 CPUtime=0
/proc/20437/stat : 20437 (SatELite_releas) R 20433 20433 16367 0 -1 4202496 132 0 0 0 0 0 0 0 25 0 1 0 1013786823 974848 68 4294967295 134512640 135223648 3216346768 3216345720 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/20437/statm: 238 69 46 174 0 63 0

[startup+0.089505 s]
/proc/loadavg: 0.99 1.00 1.00 2/97 20433
/proc/meminfo: memFree=1782976/2074464 swapFree=1949244/1959888
[pid=20433] ppid=20431 vsize=2416 CPUtime=0.05
/proc/20433/stat : 20433 (SatELiteGTI) S 20431 20433 16367 0 -1 4194304 386 1183 0 0 0 0 5 0 25 0 1 0 1013786823 2473984 277 4294967295 134512640 135169312 3218462896 3218459112 3085111022 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20433/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2416

[startup+0.109503 s]
/proc/loadavg: 0.99 1.00 1.00 2/97 20433
/proc/meminfo: memFree=1782976/2074464 swapFree=1949244/1959888
[pid=20433] ppid=20431 vsize=2416 CPUtime=0.05
/proc/20433/stat : 20433 (SatELiteGTI) S 20431 20433 16367 0 -1 4194304 386 1183 0 0 0 0 5 0 25 0 1 0 1013786823 2473984 277 4294967295 134512640 135169312 3218462896 3218459112 3085111022 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20433/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2416

[startup+0.309492 s]
/proc/loadavg: 0.99 1.00 1.00 2/97 20433
/proc/meminfo: memFree=1782976/2074464 swapFree=1949244/1959888
[pid=20433] ppid=20431 vsize=2416 CPUtime=0.05
/proc/20433/stat : 20433 (SatELiteGTI) S 20431 20433 16367 0 -1 4194304 386 1183 0 0 0 0 5 0 25 0 1 0 1013786823 2473984 277 4294967295 134512640 135169312 3218462896 3218459112 3085111022 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20433/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2416

[startup+0.709469 s]
/proc/loadavg: 0.99 1.00 1.00 2/97 20433
/proc/meminfo: memFree=1782976/2074464 swapFree=1949244/1959888
[pid=20433] ppid=20431 vsize=2416 CPUtime=0.05
/proc/20433/stat : 20433 (SatELiteGTI) S 20431 20433 16367 0 -1 4194304 386 1183 0 0 0 0 5 0 25 0 1 0 1013786823 2473984 277 4294967295 134512640 135169312 3218462896 3218459112 3085111022 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20433/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2416

[startup+1.50943 s]
/proc/loadavg: 0.99 1.00 1.00 2/99 20439
/proc/meminfo: memFree=1781860/2074464 swapFree=1949244/1959888
[pid=20433] ppid=20431 vsize=2416 CPUtime=0.05
/proc/20433/stat : 20433 (SatELiteGTI) S 20431 20433 16367 0 -1 4194304 386 1183 0 0 0 0 5 0 25 0 1 0 1013786823 2473984 277 4294967295 134512640 135169312 3218462896 3218459112 3085111022 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20433/statm: 604 277 235 161 0 43 0
[pid=20439] ppid=20433 vsize=3640 CPUtime=1.46
/proc/20439/stat : 20439 (minisat_static) R 20433 20433 16367 0 -1 4202496 617 0 0 0 145 1 0 0 25 0 1 0 1013786828 3727360 552 4294967295 134512640 135216591 3216465680 3216463872 134528842 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20439/statm: 910 552 75 172 0 737 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 6056

[startup+3.10933 s]
/proc/loadavg: 0.99 1.00 1.00 2/99 20439
/proc/meminfo: memFree=1780496/2074464 swapFree=1949244/1959888
[pid=20433] ppid=20431 vsize=2416 CPUtime=0.05
/proc/20433/stat : 20433 (SatELiteGTI) S 20431 20433 16367 0 -1 4194304 386 1183 0 0 0 0 5 0 25 0 1 0 1013786823 2473984 277 4294967295 134512640 135169312 3218462896 3218459112 3085111022 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20433/statm: 604 277 235 161 0 43 0
[pid=20439] ppid=20433 vsize=4964 CPUtime=3.06
/proc/20439/stat : 20439 (minisat_static) R 20433 20433 16367 0 -1 4202496 950 0 0 0 305 1 0 0 25 0 1 0 1013786828 5083136 885 4294967295 134512640 135216591 3216465680 3216463648 134538249 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20439/statm: 1241 885 75 172 0 1068 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 7380

[startup+6.30915 s]
/proc/loadavg: 0.99 1.00 1.00 2/99 20439
/proc/meminfo: memFree=1779560/2074464 swapFree=1949244/1959888
[pid=20433] ppid=20431 vsize=2416 CPUtime=0.05
/proc/20433/stat : 20433 (SatELiteGTI) S 20431 20433 16367 0 -1 4194304 386 1183 0 0 0 0 5 0 25 0 1 0 1013786823 2473984 277 4294967295 134512640 135169312 3218462896 3218459112 3085111022 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20433/statm: 604 277 235 161 0 43 0
[pid=20439] ppid=20433 vsize=5244 CPUtime=6.26
/proc/20439/stat : 20439 (minisat_static) R 20433 20433 16367 0 -1 4202496 1019 0 0 0 625 1 0 0 25 0 1 0 1013786828 5369856 954 4294967295 134512640 135216591 3216465680 3216463872 134528842 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20439/statm: 1311 954 75 172 0 1138 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 7660

[startup+12.7088 s]
/proc/loadavg: 0.99 1.00 1.00 2/99 20441
/proc/meminfo: memFree=1779384/2074464 swapFree=1949244/1959888
[pid=20433] ppid=20431 vsize=2416 CPUtime=0.05
/proc/20433/stat : 20433 (SatELiteGTI) S 20431 20433 16367 0 -1 4194304 386 1183 0 0 0 0 5 0 25 0 1 0 1013786823 2473984 277 4294967295 134512640 135169312 3218462896 3218459112 3085111022 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20433/statm: 604 277 235 161 0 43 0
[pid=20439] ppid=20433 vsize=5380 CPUtime=12.62
/proc/20439/stat : 20439 (minisat_static) R 20433 20433 16367 0 -1 4202496 1039 0 0 0 1261 1 0 0 25 0 1 0 1013786828 5509120 974 4294967295 134512640 135216591 3216465680 3216463872 134528842 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20439/statm: 1345 974 75 172 0 1172 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 7796

Solver just ended. Dumping a history of the last processes samples

[startup+15.9086 s]
/proc/loadavg: 0.99 1.00 1.00 2/99 20441
/proc/meminfo: memFree=1779416/2074464 swapFree=1949244/1959888
[pid=20433] ppid=20431 vsize=2416 CPUtime=0.05
/proc/20433/stat : 20433 (SatELiteGTI) S 20431 20433 16367 0 -1 4194304 386 1183 0 0 0 0 5 0 25 0 1 0 1013786823 2473984 277 4294967295 134512640 135169312 3218462896 3218459112 3085111022 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20433/statm: 604 277 235 161 0 43 0
[pid=20439] ppid=20433 vsize=5380 CPUtime=15.82
/proc/20439/stat : 20439 (minisat_static) R 20433 20433 16367 0 -1 4202496 1054 0 0 0 1581 1 0 0 25 0 1 0 1013786828 5509120 989 4294967295 134512640 135216591 3216465680 3216463872 134528821 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20439/statm: 1345 989 75 172 0 1172 0
Current children cumulated CPU time (s) 15.87
Current children cumulated vsize (KiB) 7796

[startup+17.5085 s]
/proc/loadavg: 0.99 1.00 1.00 2/99 20441
/proc/meminfo: memFree=1779448/2074464 swapFree=1949244/1959888
[pid=20433] ppid=20431 vsize=2416 CPUtime=0.05
/proc/20433/stat : 20433 (SatELiteGTI) S 20431 20433 16367 0 -1 4194304 386 1183 0 0 0 0 5 0 25 0 1 0 1013786823 2473984 277 4294967295 134512640 135169312 3218462896 3218459112 3085111022 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20433/statm: 604 277 235 161 0 43 0
[pid=20439] ppid=20433 vsize=5380 CPUtime=17.42
/proc/20439/stat : 20439 (minisat_static) R 20433 20433 16367 0 -1 4202496 1060 0 0 0 1741 1 0 0 25 0 1 0 1013786828 5509120 995 4294967295 134512640 135216591 3216465680 3216463872 134528842 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20439/statm: 1345 995 75 172 0 1172 0
Current children cumulated CPU time (s) 17.47
Current children cumulated vsize (KiB) 7796

[startup+19.1084 s]
/proc/loadavg: 0.99 1.00 1.00 2/99 20441
/proc/meminfo: memFree=1779448/2074464 swapFree=1949244/1959888
[pid=20433] ppid=20431 vsize=2416 CPUtime=0.05
/proc/20433/stat : 20433 (SatELiteGTI) S 20431 20433 16367 0 -1 4194304 386 1183 0 0 0 0 5 0 25 0 1 0 1013786823 2473984 277 4294967295 134512640 135169312 3218462896 3218459112 3085111022 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20433/statm: 604 277 235 161 0 43 0
[pid=20439] ppid=20433 vsize=5380 CPUtime=19.02
/proc/20439/stat : 20439 (minisat_static) R 20433 20433 16367 0 -1 4202496 1066 0 0 0 1901 1 0 0 25 0 1 0 1013786828 5509120 1001 4294967295 134512640 135216591 3216465680 3216463872 134528948 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20439/statm: 1345 1001 75 172 0 1172 0
Current children cumulated CPU time (s) 19.07
Current children cumulated vsize (KiB) 7796

[startup+19.9084 s]
/proc/loadavg: 0.99 1.00 1.00 2/99 20441
/proc/meminfo: memFree=1779448/2074464 swapFree=1949244/1959888
[pid=20433] ppid=20431 vsize=2416 CPUtime=0.05
/proc/20433/stat : 20433 (SatELiteGTI) S 20431 20433 16367 0 -1 4194304 386 1183 0 0 0 0 5 0 25 0 1 0 1013786823 2473984 277 4294967295 134512640 135169312 3218462896 3218459112 3085111022 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/20433/statm: 604 277 235 161 0 43 0
[pid=20439] ppid=20433 vsize=5380 CPUtime=19.82
/proc/20439/stat : 20439 (minisat_static) R 20433 20433 16367 0 -1 4202496 1071 0 0 0 1981 1 0 0 25 0 1 0 1013786828 5509120 1006 4294967295 134512640 135216591 3216465680 3216463872 134528860 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20439/statm: 1345 1006 75 172 0 1172 0
Current children cumulated CPU time (s) 19.87
Current children cumulated vsize (KiB) 7796

[startup+20.1084 s]
/proc/loadavg: 0.99 1.00 1.00 2/99 20441
/proc/meminfo: memFree=1779448/2074464 swapFree=1949244/1959888
[pid=20433] ppid=20431 vsize=2932 CPUtime=20.06
/proc/20433/stat : 20433 (SatELiteGTI) S 20431 20433 16367 0 -1 4194304 474 2266 0 0 0 0 2005 1 18 0 1 0 1013786823 3002368 345 4294967295 134512640 135169312 3218462896 3218458280 3085111022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20433/statm: 733 345 237 161 0 172 0
Current children cumulated CPU time (s) 20.06
Current children cumulated vsize (KiB) 2932

Child status: 20
Real time (s): 20.1091
CPU time (s): 20.07
CPU user time (s): 20.05
CPU system time (s): 0.02
CPU usage (%): 99.8055
Max. virtual memory (cumulated for all children) (KiB): 7796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.05
system time used= 0.02
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2924
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23
involuntary context switches= 641

runsolver used 0 second user time and 0.02 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-16 18:54:18
IDJOB=1820969
IDBENCH=70788
IDSOLVER=658
FILE ID=tipi11/1820969-1242492858
PBS_JOBID=
Free space on /tmp= 9918 MiB

SOLVER NAME= minisat_cumr r-2009-03-18
BENCH NAME= SAT09/APPLICATIONS/bitverif/smulo/smulo016.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820969-1242492858/watcher-1820969-1242492858 -o /tmp/evaluation-result-1820969-1242492858/solver-1820969-1242492858 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820969-1242492858.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 576249eded8a3c95c0b3aa8dcd51992e
RANDOM SEED= 562904657

Linux tipi11 2.6.18 #19 SMP Tue Jun 19 11:27:27 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.40

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.79

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1782976 kB
Buffers:         23820 kB
Cached:         196796 kB
SwapCached:       5224 kB
Active:          54764 kB
Inactive:       177672 kB
HighTotal:     1178688 kB
HighFree:      1001440 kB
LowTotal:       895776 kB
LowFree:        781536 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:            1724 kB
Writeback:           0 kB
AnonPages:       11292 kB
Mapped:           5136 kB
Slab:            49940 kB
PageTables:        540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    97128 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9918 MiB
End job on tipi11 at 2009-05-16 18:54:39