Trace number 314346

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, and are wall clock time (not CPU 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
minimarch 2007-02-08UNSAT 732.178 732.436

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-02.cnf
MD5SUM9ded5d7f130643b725016d2e5e4c7da3
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark659.169
Satisfiable
(Un)Satisfiability was proved
Number of variables6196
Number of clauses22741
Sum of the clauses size59967
Maximum clause length602
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 212147
Number of clauses of size 39205
Number of clauses of size 4597
Number of clauses of size 5221
Number of clauses of size over 5570

Solver Data (download as text)

0.00/0.00	This is MiniMarch, a modified version of MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  6196                                                 |
0.00/0.00	|  Number of clauses:    22741                                                |
0.00/0.05	|  Parsing time:         0.05         s                                       |
0.09/0.19	============================[ Search Statistics ]==============================
0.09/0.19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.19	===============================================================================
0.09/0.19	|         0 |    2321    12826    43887 |     4275        0    nan |  0.000 % |
0.19/0.20	|       100 |    2320    12826    43887 |     4702       99      9 |  9.797 % |
0.19/0.21	|       250 |    2320    12826    43887 |     5173      249      9 |  9.797 % |
0.19/0.23	|       476 |    2319    12820    43874 |     5690      474      9 |  9.813 % |
0.19/0.27	|       813 |    2318    12820    43874 |     6259      810     10 |  9.829 % |
0.29/0.35	|      1320 |    2318    12818    43870 |     6885     1317     14 |  9.829 % |
0.49/0.53	|      2079 |    2318    12818    43870 |     7574     2076     22 |  9.829 % |
0.69/0.70	|      3218 |    2318    12818    43870 |     8331     3215     19 |  9.829 % |
1.09/1.19	|      4927 |    2318    12818    43870 |     9164     4924     26 |  9.829 % |
1.89/1.98	|      7489 |    2318    12818    43870 |    10081     7486     27 |  9.829 % |
3.59/3.65	|     11334 |    2318    12818    43870 |    11089     5759     33 |  9.829 % |
6.39/6.49	|     17100 |    2318    12818    43870 |    12198    11525     31 |  9.829 % |
10.38/10.45	|     25750 |    2318    12818    43870 |    13417     6924     31 |  9.829 % |
16.39/16.48	|     38724 |    2318    12818    43870 |    14759    12763     27 |  9.829 % |
27.18/27.29	|     58185 |    2318    12818    43870 |    16235     8623     19 |  9.829 % |
42.88/42.95	|     87377 |    2318    12818    43870 |    17859    11999     23 |  9.829 % |
67.77/67.86	|    131166 |    2316    12803    43835 |    19645    17203     22 |  9.861 % |
104.95/105.01	|    196850 |    2316    12803    43835 |    21609    10927     25 |  9.861 % |
169.13/169.29	|    295376 |    2315    12797    43823 |    23770    19544     33 |  9.877 % |
274.69/274.81	|    443166 |    2314    12785    43794 |    26147    19406     31 |  9.894 % |
433.03/433.25	|    664849 |    2314    12785    43794 |    28762    24404     26 |  9.893 % |
675.96/676.28	|    997374 |    2296    12181    41562 |    31638    25604     26 | 10.184 % |
732.14/732.43	===============================================================================
732.14/732.43	lookaheads            : 1270726
732.14/732.43	variable balance      : 0.00
732.14/732.43	restarts              : 22
732.14/732.43	conflicts             : 1069112        (1460 /sec)
732.14/732.43	decisions             : 1270726        (1.12 % random) (1736 /sec)
732.14/732.43	decision = positive   : 513476
732.14/732.43	decision = negative   : 757250
732.14/732.43	propagations          : 701619490      (958297 /sec)
732.14/732.43	conflict literals     : 40253347       (68.91 % deleted)
732.14/732.43	Memory used           : 10.86 MB
732.14/732.43	CPU time              : 732.153 s
732.14/732.43	
732.14/732.43	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node35/watcher-314346-1172635647 -o ROOT/results/node35/solver-314346-1172635647 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314346-1172635647/minimarch /tmp/evaluation/314346-1172635647/instance-314346-1172635647.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): 2400 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.15 1.23 1.13 3/64 14436
/proc/meminfo: memFree=1556088/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=2692 CPUtime=0
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 404 0 0 0 0 0 0 0 18 0 1 0 257328386 2756608 388 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134533123 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 673 388 51 132 0 538 0

[startup+0.0528741 s]
/proc/loadavg: 1.15 1.23 1.13 3/64 14436
/proc/meminfo: memFree=1556088/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=3884 CPUtime=0.04
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 692 0 0 0 4 0 0 0 18 0 1 0 257328386 3977216 676 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134531673 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 971 676 63 132 0 836 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3884

[startup+0.101883 s]
/proc/loadavg: 1.15 1.23 1.13 3/64 14436
/proc/meminfo: memFree=1556088/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=4872 CPUtime=0.09
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 932 0 0 0 9 0 0 0 18 0 1 0 257328386 4988928 916 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 1218 916 63 132 0 1083 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4872

[startup+0.301922 s]
/proc/loadavg: 1.15 1.23 1.13 3/64 14436
/proc/meminfo: memFree=1556088/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=5236 CPUtime=0.29
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 1103 0 0 0 29 0 0 0 19 0 1 0 257328386 5361664 1028 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551713 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 1309 1028 66 132 0 1174 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5236

[startup+0.702002 s]
/proc/loadavg: 1.15 1.23 1.13 3/64 14436
/proc/meminfo: memFree=1556088/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=5236 CPUtime=0.69
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 1103 0 0 0 69 0 0 0 23 0 1 0 257328386 5361664 1028 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 1309 1028 66 132 0 1174 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5236

[startup+1.50116 s]
/proc/loadavg: 1.15 1.23 1.13 2/65 14437
/proc/meminfo: memFree=1552112/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=5236 CPUtime=1.49
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 1107 0 0 0 149 0 0 0 25 0 1 0 257328386 5361664 1032 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134552532 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 1309 1032 66 132 0 1174 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5236

[startup+3.10148 s]
/proc/loadavg: 1.15 1.23 1.13 2/65 14437
/proc/meminfo: memFree=1551920/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=5676 CPUtime=3.09
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 1208 0 0 0 309 0 0 0 25 0 1 0 257328386 5812224 1133 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 1419 1133 66 132 0 1284 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5676

[startup+6.30211 s]
/proc/loadavg: 1.14 1.23 1.13 2/65 14437
/proc/meminfo: memFree=1551472/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=5808 CPUtime=6.29
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 1245 0 0 0 629 0 0 0 25 0 1 0 257328386 5947392 1170 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134558565 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 1452 1170 66 132 0 1317 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5808

[startup+12.7014 s]
/proc/loadavg: 1.13 1.22 1.13 2/65 14437
/proc/meminfo: memFree=1550704/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=6520 CPUtime=12.68
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 1407 0 0 0 1268 0 0 0 25 0 1 0 257328386 6676480 1332 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 1630 1332 66 132 0 1495 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 6520

[startup+25.5019 s]
/proc/loadavg: 1.10 1.21 1.12 3/65 14437
/proc/meminfo: memFree=1550256/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=6924 CPUtime=25.48
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 1517 0 0 0 2548 0 0 0 25 0 1 0 257328386 7090176 1442 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 1731 1442 66 132 0 1596 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6924

[startup+51.102 s]
/proc/loadavg: 1.06 1.19 1.12 2/65 14437
/proc/meminfo: memFree=1549808/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=7324 CPUtime=51.08
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 1628 0 0 0 5107 1 0 0 25 0 1 0 257328386 7499776 1553 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 1831 1553 66 132 0 1696 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7324

[startup+102.305 s]
/proc/loadavg: 1.03 1.16 1.11 2/65 14437
/proc/meminfo: memFree=1549168/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=7984 CPUtime=102.26
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 1788 0 0 0 10225 1 0 0 25 0 1 0 257328386 8175616 1713 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 1996 1713 66 132 0 1861 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 7984

[startup+162.302 s]
/proc/loadavg: 1.01 1.13 1.10 2/65 14437
/proc/meminfo: memFree=1548464/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=8644 CPUtime=162.23
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 1947 0 0 0 16222 1 0 0 25 0 1 0 257328386 8851456 1872 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 2161 1872 66 132 0 2026 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 8644

[startup+222.302 s]
/proc/loadavg: 1.00 1.10 1.09 2/65 14437
/proc/meminfo: memFree=1548080/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=9040 CPUtime=222.21
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 2062 0 0 0 22220 1 0 0 25 0 1 0 257328386 9256960 1987 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 2260 1987 66 132 0 2125 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 9040

[startup+282.302 s]
/proc/loadavg: 1.00 1.08 1.08 2/65 14437
/proc/meminfo: memFree=1547504/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=9568 CPUtime=282.19
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 2193 0 0 0 28218 1 0 0 25 0 1 0 257328386 9797632 2118 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551385 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 2392 2118 66 132 0 2257 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 9568

[startup+342.301 s]
/proc/loadavg: 1.00 1.06 1.08 2/65 14437
/proc/meminfo: memFree=1547312/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=9840 CPUtime=342.17
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 2246 0 0 0 34216 1 0 0 25 0 1 0 257328386 10076160 2171 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 2460 2171 66 132 0 2325 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 9840

[startup+402.301 s]
/proc/loadavg: 1.00 1.05 1.07 2/65 14437
/proc/meminfo: memFree=1547312/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=9840 CPUtime=402.14
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 2259 0 0 0 40213 1 0 0 25 0 1 0 257328386 10076160 2184 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551496 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 2460 2184 66 132 0 2325 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 9840

[startup+462.301 s]
/proc/loadavg: 1.00 1.04 1.06 2/65 14437
/proc/meminfo: memFree=1547056/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=10140 CPUtime=462.12
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 2305 0 0 0 46211 1 0 0 25 0 1 0 257328386 10383360 2230 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 2535 2230 66 132 0 2400 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 10140

[startup+522.302 s]
/proc/loadavg: 1.00 1.03 1.06 2/65 14437
/proc/meminfo: memFree=1546864/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=10428 CPUtime=522.1
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 2370 0 0 0 52209 1 0 0 25 0 1 0 257328386 10678272 2295 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551293 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 2607 2295 66 132 0 2472 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 10428

[startup+582.302 s]
/proc/loadavg: 1.00 1.02 1.05 2/65 14437
/proc/meminfo: memFree=1546736/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=10428 CPUtime=582.08
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 2389 0 0 0 58207 1 0 0 25 0 1 0 257328386 10678272 2314 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551152 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 2607 2314 66 132 0 2472 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 10428

[startup+642.302 s]
/proc/loadavg: 1.00 1.02 1.05 2/65 14437
/proc/meminfo: memFree=1546416/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=10848 CPUtime=642.07
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 2469 0 0 0 64205 2 0 0 25 0 1 0 257328386 11108352 2394 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551239 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 2712 2394 66 132 0 2577 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 10848

[startup+702.302 s]
/proc/loadavg: 1.00 1.01 1.04 2/65 14437
/proc/meminfo: memFree=1546352/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=10848 CPUtime=702.05
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 2479 0 0 0 70203 2 0 0 25 0 1 0 257328386 11108352 2404 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 2712 2404 66 132 0 2577 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 10848

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

[startup+716.701 s]
/proc/loadavg: 1.00 1.01 1.04 2/65 14437
/proc/meminfo: memFree=1546288/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=10848 CPUtime=716.44
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 2503 0 0 0 71642 2 0 0 25 0 1 0 257328386 11108352 2428 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 2712 2428 66 132 0 2577 0
Current children cumulated CPU time (s) 716.44
Current children cumulated vsize (KiB) 10848

[startup+723.102 s]
/proc/loadavg: 1.00 1.01 1.04 2/65 14437
/proc/meminfo: memFree=1546032/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=11112 CPUtime=722.84
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 2555 0 0 0 72282 2 0 0 25 0 1 0 257328386 11378688 2480 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134552516 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 2778 2480 66 132 0 2643 0
Current children cumulated CPU time (s) 722.84
Current children cumulated vsize (KiB) 11112

[startup+726.301 s]
/proc/loadavg: 1.00 1.01 1.04 2/65 14437
/proc/meminfo: memFree=1546032/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=11112 CPUtime=726.04
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 2558 0 0 0 72602 2 0 0 25 0 1 0 257328386 11378688 2483 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 2778 2483 66 132 0 2643 0
Current children cumulated CPU time (s) 726.04
Current children cumulated vsize (KiB) 11112

[startup+729.502 s]
/proc/loadavg: 1.00 1.01 1.04 2/65 14437
/proc/meminfo: memFree=1546032/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=11112 CPUtime=729.24
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 2558 0 0 0 72922 2 0 0 25 0 1 0 257328386 11378688 2483 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134553544 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 2778 2483 66 132 0 2643 0
Current children cumulated CPU time (s) 729.24
Current children cumulated vsize (KiB) 11112

[startup+731.101 s]
/proc/loadavg: 1.00 1.01 1.04 2/65 14437
/proc/meminfo: memFree=1546032/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=11112 CPUtime=730.84
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 2558 0 0 0 73082 2 0 0 25 0 1 0 257328386 11378688 2483 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134550716 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 2778 2483 66 132 0 2643 0
Current children cumulated CPU time (s) 730.84
Current children cumulated vsize (KiB) 11112

[startup+731.901 s]
/proc/loadavg: 1.00 1.01 1.04 2/65 14437
/proc/meminfo: memFree=1546032/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=11112 CPUtime=731.64
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 2558 0 0 0 73162 2 0 0 25 0 1 0 257328386 11378688 2483 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551666 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 2778 2483 66 132 0 2643 0
Current children cumulated CPU time (s) 731.64
Current children cumulated vsize (KiB) 11112

[startup+732.301 s]
/proc/loadavg: 1.00 1.01 1.04 2/65 14437
/proc/meminfo: memFree=1546032/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=11112 CPUtime=732.04
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 2558 0 0 0 73202 2 0 0 25 0 1 0 257328386 11378688 2483 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134550941 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 2778 2483 66 132 0 2643 0
Current children cumulated CPU time (s) 732.04
Current children cumulated vsize (KiB) 11112

[startup+732.401 s]
/proc/loadavg: 1.00 1.01 1.04 2/65 14437
/proc/meminfo: memFree=1546032/2055920 swapFree=4183504/4192956
[pid=14436] ppid=14434 vsize=11112 CPUtime=732.14
/proc/14436/stat : 14436 (minimarch) R 14434 14436 14085 0 -1 4194304 2558 0 0 0 73212 2 0 0 25 0 1 0 257328386 11378688 2483 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551271 0 0 4096 3 0 0 0 17 1 0 0
/proc/14436/statm: 2778 2483 66 132 0 2643 0
Current children cumulated CPU time (s) 732.14
Current children cumulated vsize (KiB) 11112

Child status: 20
Real time (s): 732.436
CPU time (s): 732.178
CPU user time (s): 732.153
CPU system time (s): 0.024996
CPU usage (%): 99.9648
Max. virtual memory (cumulated for all children) (KiB): 11112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 732.153
system time used= 0.024996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2565
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= 8
involuntary context switches= 920

runsolver used 0.565913 second user time and 1.45078 second system time

The end

Launcher Data (download as text)

Begin job on node35 on Wed Feb 28 04:07:27 UTC 2007

IDJOB= 314346
IDBENCH= 20389
IDSOLVER= 110
FILE ID= node35/314346-1172635647

PBS_JOBID= 3981143

Free space on /tmp= 66517 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-02.cnf
COMMAND LINE= /tmp/evaluation/314346-1172635647/minimarch /tmp/evaluation/314346-1172635647/instance-314346-1172635647.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-314346-1172635647 -o ROOT/results/node35/solver-314346-1172635647 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314346-1172635647/minimarch /tmp/evaluation/314346-1172635647/instance-314346-1172635647.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  9ded5d7f130643b725016d2e5e4c7da3

RANDOM SEED= 788301410

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node35.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1556560 kB
Buffers:         19060 kB
Cached:         407528 kB
SwapCached:       3376 kB
Active:          96860 kB
Inactive:       339592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1556560 kB
SwapTotal:     4192956 kB
SwapFree:      4183504 kB
Dirty:            2608 kB
Writeback:           0 kB
Mapped:          15368 kB
Slab:            49020 kB
Committed_AS:   833280 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66517 MiB

End job on node35 on Wed Feb 28 04:19:39 UTC 2007