Trace number 428297

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-04-26 (fixed)UNSAT 1067.12 1067.43

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h33-unknown.cnf
MD5SUM6197e38464facb30636a5a3ad5b2f0b5
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark121.777
Satisfiable
(Un)Satisfiability was proved
Number of variables172950
Number of clauses837466
Sum of the clauses size2168190
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2666462
Number of clauses of size 3164950
Number of clauses of size 41526
Number of clauses of size 5129
Number of clauses of size over 54123

Solver Data (download as text)

0.00/0.00	This is MiniMarch 1.1, 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:  175670                                               |
0.00/0.00	|  Number of clauses:    837466                                               |
2.59/2.64	|  Parsing time:         2.56         s                                       |
45.95/46.05	============================[ Search Statistics ]==============================
45.95/46.05	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
45.95/46.05	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
45.95/46.05	===============================================================================
45.95/46.05	|         0 |   46103   584169  2449369 |   194723        0    nan |  0.000 % |
46.16/46.24	|       102 |   46103   584169  2449369 |   214195      102     11 |  0.019 % |
46.25/46.33	|       252 |   46103   584169  2449369 |   235614      252     10 |  0.019 % |
46.75/46.84	|       477 |   46103   584169  2449369 |   259176      477     13 |  0.019 % |
48.05/48.16	|       814 |   46103   584169  2449369 |   285093      814     14 |  0.019 % |
48.85/48.92	|      1322 |   46103   584169  2449369 |   313603     1322     13 |  0.019 % |
50.35/50.44	|      2081 |   46103   584169  2449369 |   344963     2081     20 |  0.019 % |
52.15/52.25	|      3220 |   46103   584169  2449369 |   379460     3220     24 |  0.019 % |
55.45/55.55	|      4930 |   46103   584169  2449369 |   417406     4930     26 |  0.019 % |
58.25/58.32	|      7493 |   46103   584169  2449369 |   459146     7493     23 |  0.019 % |
68.75/68.89	|     11337 |   46103   584169  2449369 |   505061    11337     28 |  0.019 % |
75.76/75.85	|     17103 |   46103   584169  2449369 |   555567    17103     27 |  0.019 % |
106.34/106.42	|     25753 |   46083   583956  2448489 |   611124    25749     43 |  0.031 % |
154.63/154.73	|     38729 |   46083   583956  2448489 |   672236    38725     39 |  0.031 % |
196.82/196.98	|     58192 |   46083   583956  2448489 |   739460    58188     35 |  0.031 % |
273.49/273.60	|     87385 |   46083   583956  2448489 |   813406    87381     31 |  0.031 % |
372.77/372.92	|    131174 |   46083   583956  2448489 |   894746   131170     28 |  0.031 % |
541.53/541.75	|    196858 |   46083   583956  2448489 |   984221   196854     25 |  0.031 % |
811.75/812.09	|    295386 |   46083   583956  2448489 |  1082643   295382     23 |  0.031 % |
1067.08/1067.40	===============================================================================
1067.08/1067.40	lookaheads            : 2326
1067.08/1067.40	variable balance      : 0.00
1067.08/1067.40	restarts              : 19
1067.08/1067.40	conflicts             : 396969         (372 /sec)
1067.08/1067.40	decisions             : 629439         (1.52 % random) (590 /sec)
1067.08/1067.40	decision = positive   : 456024
1067.08/1067.40	decision = negative   : 173415
1067.08/1067.40	propagations          : 691853702      (648519 /sec)
1067.08/1067.40	conflict literals     : 8458708        (34.46 % deleted)
1067.08/1067.40	Memory used           : 132.96 MB
1067.08/1067.40	CPU time              : 1066.82 s
1067.08/1067.40	
1067.08/1067.40	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node11/watcher-428297-1177715862 -o ROOT/results/node11/solver-428297-1177715862 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428297-1177715862/minimarch_fixed /tmp/evaluation/428297-1177715862/instance-428297-1177715862.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.00 1.00 1.00 3/77 24583
/proc/meminfo: memFree=1517224/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=2296 CPUtime=0
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 486 0 0 0 0 0 0 0 18 0 1 0 212635235 2351104 471 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134691305 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 574 471 51 132 0 439 0

[startup+0.0466831 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 24583
/proc/meminfo: memFree=1517224/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=5860 CPUtime=0.03
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 1290 0 0 0 3 0 0 0 18 0 1 0 212635235 6000640 1275 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134533192 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 1465 1275 51 132 0 1330 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5860

[startup+0.101688 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 24583
/proc/meminfo: memFree=1517224/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=9732 CPUtime=0.09
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 2204 0 0 0 8 1 0 0 18 0 1 0 212635235 9965568 2190 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 2433 2190 51 132 0 2298 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9732

[startup+0.301713 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 24583
/proc/meminfo: memFree=1517224/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=24308 CPUtime=0.29
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 5691 0 0 0 27 2 0 0 19 0 1 0 212635235 24891392 5676 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 6077 5677 51 132 0 5942 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24308

[startup+0.70176 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 24583
/proc/meminfo: memFree=1517224/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=53504 CPUtime=0.69
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 12678 0 0 0 63 6 0 0 22 0 1 0 212635235 54788096 12663 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 13376 12664 51 132 0 13241 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53504

[startup+1.50185 s]
/proc/loadavg: 1.08 1.02 1.01 2/78 24584
/proc/meminfo: memFree=1450336/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=72844 CPUtime=1.49
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 16730 0 0 0 142 7 0 0 25 0 1 0 212635235 74592256 16715 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523414 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 18211 16715 51 132 0 18076 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 72844

[startup+3.10104 s]
/proc/loadavg: 1.08 1.02 1.01 2/78 24584
/proc/meminfo: memFree=1450208/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=72840 CPUtime=3.09
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 16741 0 0 0 301 8 0 0 25 0 1 0 212635235 74588160 16726 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531688 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 18210 16726 62 132 0 18075 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 72840

[startup+6.30142 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 24584
/proc/meminfo: memFree=1450080/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=72840 CPUtime=6.29
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 16741 0 0 0 621 8 0 0 25 0 1 0 212635235 74588160 16726 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531673 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 18210 16726 62 132 0 18075 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72840

[startup+12.7012 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 24584
/proc/meminfo: memFree=1386144/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=137592 CPUtime=12.68
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 32764 0 0 0 1253 15 0 0 25 0 1 0 212635235 140894208 32749 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523361 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 34398 32749 62 132 0 34263 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 137592

[startup+25.5017 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 24584
/proc/meminfo: memFree=1383456/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=140668 CPUtime=25.48
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 33466 0 0 0 2532 16 0 0 25 0 1 0 212635235 144044032 33451 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531673 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 35167 33451 62 132 0 35032 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 140668

[startup+51.1017 s]
/proc/loadavg: 1.11 1.03 1.01 2/78 24584
/proc/meminfo: memFree=1391328/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=130084 CPUtime=51.05
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 36743 0 0 0 5087 18 0 0 25 0 1 0 212635235 133206016 31446 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551277 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 32521 31446 68 132 0 32386 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 130084

[startup+102.306 s]
/proc/loadavg: 1.20 1.06 1.01 2/78 24584
/proc/meminfo: memFree=1391328/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=130084 CPUtime=102.25
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 36744 0 0 0 10206 19 0 0 25 0 1 0 212635235 133206016 31447 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 32521 31447 68 132 0 32386 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 130084

[startup+162.302 s]
/proc/loadavg: 1.15 1.06 1.01 2/78 24584
/proc/meminfo: memFree=1391200/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=130328 CPUtime=162.22
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 36786 0 0 0 16203 19 0 0 25 0 1 0 212635235 133455872 31489 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551270 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 32582 31489 68 132 0 32447 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 130328

[startup+222.302 s]
/proc/loadavg: 1.15 1.08 1.02 2/78 24584
/proc/meminfo: memFree=1391136/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=130448 CPUtime=222.21
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 36813 0 0 0 22201 20 0 0 25 0 1 0 212635235 133578752 31516 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551772 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 32612 31516 68 132 0 32477 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 130448

[startup+282.301 s]
/proc/loadavg: 1.05 1.06 1.01 2/78 24584
/proc/meminfo: memFree=1391072/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=130448 CPUtime=282.19
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 36833 0 0 0 28199 20 0 0 25 0 1 0 212635235 133578752 31536 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 32612 31536 68 132 0 32477 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 130448

[startup+342.301 s]
/proc/loadavg: 1.08 1.06 1.01 2/78 24584
/proc/meminfo: memFree=1390944/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=130628 CPUtime=342.18
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 36861 0 0 0 34197 21 0 0 25 0 1 0 212635235 133763072 31564 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 32657 31564 68 132 0 32522 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 130628

[startup+402.301 s]
/proc/loadavg: 1.03 1.05 1.00 2/78 24584
/proc/meminfo: memFree=1390880/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=130896 CPUtime=402.16
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 36883 0 0 0 40195 21 0 0 25 0 1 0 212635235 134037504 31586 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551519 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 32724 31586 68 132 0 32589 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 130896

[startup+462.301 s]
/proc/loadavg: 1.06 1.05 1.00 2/78 24584
/proc/meminfo: memFree=1390816/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=130896 CPUtime=462.15
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 36906 0 0 0 46193 22 0 0 25 0 1 0 212635235 134037504 31609 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 32724 31609 68 132 0 32589 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 130896

[startup+522.301 s]
/proc/loadavg: 1.02 1.04 1.00 2/78 24584
/proc/meminfo: memFree=1390432/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=131224 CPUtime=522.12
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 36990 0 0 0 52190 22 0 0 25 0 1 0 212635235 134373376 31693 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 32806 31693 68 132 0 32671 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 131224

[startup+582.302 s]
/proc/loadavg: 1.05 1.05 1.00 2/78 24584
/proc/meminfo: memFree=1389856/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=132220 CPUtime=582.11
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 37138 0 0 0 58188 23 0 0 25 0 1 0 212635235 135393280 31841 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551716 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 33055 31841 68 132 0 32920 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 132220

[startup+642.302 s]
/proc/loadavg: 1.02 1.03 1.00 2/78 24584
/proc/meminfo: memFree=1389600/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=132384 CPUtime=642.1
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 37194 0 0 0 64187 23 0 0 25 0 1 0 212635235 135561216 31897 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 33096 31897 68 132 0 32961 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 132384

[startup+702.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/78 24584
/proc/meminfo: memFree=1389088/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=132868 CPUtime=702.08
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 37312 0 0 0 70184 24 0 0 25 0 1 0 212635235 136056832 32015 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 33217 32015 68 132 0 33082 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 132868

[startup+762.306 s]
/proc/loadavg: 1.00 1.02 1.00 3/78 24584
/proc/meminfo: memFree=1388320/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=133476 CPUtime=762.07
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 37507 0 0 0 76182 25 0 0 25 0 1 0 212635235 136679424 32194 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557487 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 33369 32194 68 132 0 33234 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 133476

[startup+822.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 24584
/proc/meminfo: memFree=1386784/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=135452 CPUtime=822.05
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 37897 0 0 0 82180 25 0 0 25 0 1 0 212635235 138702848 32584 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551337 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 33863 32584 68 132 0 33728 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 135452

[startup+882.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 24584
/proc/meminfo: memFree=1386464/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=135736 CPUtime=882.03
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 37957 0 0 0 88177 26 0 0 25 0 1 0 212635235 138993664 32644 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 33934 32644 68 132 0 33799 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 135736

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24584
/proc/meminfo: memFree=1386400/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=135736 CPUtime=942.01
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 37981 0 0 0 94175 26 0 0 25 0 1 0 212635235 138993664 32668 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 33934 32668 68 132 0 33799 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 135736

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24584
/proc/meminfo: memFree=1386272/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=135900 CPUtime=1002
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 38020 0 0 0 100173 27 0 0 25 0 1 0 212635235 139161600 32707 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 33975 32707 68 132 0 33840 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 135900

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24584
/proc/meminfo: memFree=1386016/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=136144 CPUtime=1061.98
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 38073 0 0 0 106171 27 0 0 25 0 1 0 212635235 139411456 32760 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551337 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 34036 32760 68 132 0 33901 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 136144

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

[startup+1065.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24584
/proc/meminfo: memFree=1386016/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=136144 CPUtime=1065.18
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 38073 0 0 0 106491 27 0 0 25 0 1 0 212635235 139411456 32760 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 34036 32760 68 132 0 33901 0
Current children cumulated CPU time (s) 1065.18
Current children cumulated vsize (KiB) 136144

[startup+1066.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24584
/proc/meminfo: memFree=1386016/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=136144 CPUtime=1065.98
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 38073 0 0 0 106571 27 0 0 25 0 1 0 212635235 139411456 32760 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 34036 32760 68 132 0 33901 0
Current children cumulated CPU time (s) 1065.98
Current children cumulated vsize (KiB) 136144

[startup+1067.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24584
/proc/meminfo: memFree=1386016/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=136144 CPUtime=1066.78
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 38073 0 0 0 106651 27 0 0 25 0 1 0 212635235 139411456 32760 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550365 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 34036 32760 68 132 0 33901 0
Current children cumulated CPU time (s) 1066.78
Current children cumulated vsize (KiB) 136144

[startup+1067.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24584
/proc/meminfo: memFree=1386016/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=136144 CPUtime=1066.98
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 38073 0 0 0 106671 27 0 0 25 0 1 0 212635235 139411456 32760 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550730 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 34036 32760 68 132 0 33901 0
Current children cumulated CPU time (s) 1066.98
Current children cumulated vsize (KiB) 136144

[startup+1067.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24584
/proc/meminfo: memFree=1386016/2055920 swapFree=4146768/4192956
[pid=24583] ppid=24581 vsize=136144 CPUtime=1067.08
/proc/24583/stat : 24583 (minimarch_fixed) R 24581 24583 23544 0 -1 4194304 38073 0 0 0 106681 27 0 0 25 0 1 0 212635235 139411456 32760 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551296 0 0 4096 3 0 0 0 17 1 0 0
/proc/24583/statm: 34036 32760 68 132 0 33901 0
Current children cumulated CPU time (s) 1067.08
Current children cumulated vsize (KiB) 136144

Child status: 20
Real time (s): 1067.43
CPU time (s): 1067.12
CPU user time (s): 1066.82
CPU system time (s): 0.298954
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 149768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1066.82
system time used= 0.298954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38080
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= 2762

runsolver used 0.813876 second user time and 2.33964 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Fri Apr 27 23:17:43 UTC 2007

IDJOB= 428297
IDBENCH= 20418
IDSOLVER= 198
FILE ID= node11/428297-1177715862

PBS_JOBID= 4698743

Free space on /tmp= 66466 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l06-ipc5-h33-unknown.cnf
COMMAND LINE= /tmp/evaluation/428297-1177715862/minimarch_fixed /tmp/evaluation/428297-1177715862/instance-428297-1177715862.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-428297-1177715862 -o ROOT/results/node11/solver-428297-1177715862 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/428297-1177715862/minimarch_fixed /tmp/evaluation/428297-1177715862/instance-428297-1177715862.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  6197e38464facb30636a5a3ad5b2f0b5

RANDOM SEED= 191865210

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.235
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.235
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:       1517632 kB
Buffers:         53100 kB
Cached:         391668 kB
SwapCached:      15592 kB
Active:         257884 kB
Inactive:       211544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1517632 kB
SwapTotal:     4192956 kB
SwapFree:      4146768 kB
Dirty:           18028 kB
Writeback:           0 kB
Mapped:          30316 kB
Slab:            54324 kB
Committed_AS:  6418620 kB
PageTables:       1848 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= 66466 MiB

End job on node11 on Fri Apr 27 23:35:31 UTC 2007