Trace number 428467

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 541.368 541.535

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-c7bidw_i.cnf
MD5SUM3eac71f4fca7132b74d6d27cfa83813f
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark147.752
Satisfiable
(Un)Satisfiability was proved
Number of variables131004
Number of clauses387841
Sum of the clauses size904961
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2258560
Number of clauses of size 3129280
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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:  131004                                               |
0.00/0.00	|  Number of clauses:    387841                                               |
1.19/1.28	|  Parsing time:         1.25         s                                       |
4.79/4.85	============================[ Search Statistics ]==============================
4.79/4.85	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.79/4.85	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.79/4.85	===============================================================================
4.79/4.85	|         0 |   27997   175635   733709 |    58545        0    nan |  0.000 % |
4.89/4.93	|       101 |   27989   175635   733709 |    64399       96      9 |  0.021 % |
4.99/5.01	|       252 |   27980   175635   733709 |    70839      245      9 |  0.034 % |
5.09/5.12	|       477 |   27979   175635   733709 |    77923      469      9 |  0.039 % |
5.29/5.35	|       814 |   27978   175635   733709 |    85715      806     11 |  0.039 % |
5.59/5.67	|      1321 |   27926   175635   733709 |    94287     1307     11 |  0.183 % |
5.99/6.08	|      2082 |   27917   175635   733709 |   103716     2068     13 |  0.183 % |
6.69/6.79	|      3221 |   27723   172084   719628 |   114087     3200     15 |  0.225 % |
7.29/7.36	|      4929 |   27702   171706   717818 |   125496     4800     18 |  0.234 % |
8.39/8.40	|      7492 |   27699   171706   717818 |   138046     7362     19 |  0.237 % |
9.19/9.24	|     11336 |   27688   171520   717156 |   151850    11206     20 |  0.237 % |
11.29/11.31	|     17103 |   27685   171480   717029 |   167035    16972     19 |  0.239 % |
14.19/14.26	|     25754 |   27682   171480   717029 |   183739    25622     22 |  0.241 % |
20.08/20.12	|     38728 |   27353   168663   704702 |   202113    38584     20 |  0.492 % |
25.38/25.47	|     58190 |   27343   168535   704262 |   222324    58039     22 |  0.500 % |
38.87/38.99	|     87383 |   27289   168287   703468 |   244556    87213     24 |  0.560 % |
66.66/66.79	|    131172 |   27249   167310   699588 |   269012   130940     23 |  0.572 % |
117.45/117.58	|    196856 |   27243   167310   699588 |   295913   196621     29 |  0.576 % |
185.93/186.08	|    295382 |   27231   167079   698764 |   325505   295141     29 |  0.585 % |
291.60/291.71	|    443175 |   26910   164411   686832 |   358055   140990     24 |  0.836 % |
540.93/541.14	|    664858 |   24590   138896   575670 |   393861   196282     18 |  2.617 % |
541.32/541.51	===============================================================================
541.32/541.51	lookaheads            : 1089768
541.32/541.51	variable balance      : 0.02
541.32/541.51	restarts              : 21
541.32/541.51	conflicts             : 665086         (1229 /sec)
541.32/541.51	decisions             : 3279616        (1.50 % random) (6061 /sec)
541.32/541.51	decision = positive   : 1690956
541.32/541.51	decision = negative   : 1588660
541.32/541.51	propagations          : 259352860      (479295 /sec)
541.32/541.51	conflict literals     : 19274096       (31.21 % deleted)
541.32/541.51	Memory used           : 103.55 MB
541.32/541.51	CPU time              : 541.114 s
541.32/541.51	
541.32/541.51	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-428467-1177727235 -o ROOT/results/node11/solver-428467-1177727235 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428467-1177727235/minimarch_fixed /tmp/evaluation/428467-1177727235/instance-428467-1177727235.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: 0.93 1.38 1.67 3/77 25932
/proc/meminfo: memFree=1520432/2055920 swapFree=4146768/4192956
[pid=25932] ppid=25930 vsize=2012 CPUtime=0
/proc/25932/stat : 25932 (minimarch_fixed) R 25930 25932 24601 0 -1 4194304 397 0 0 0 0 0 0 0 18 0 1 0 213772457 2060288 382 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/25932/statm: 503 382 51 132 0 368 0

[startup+0.0703629 s]
/proc/loadavg: 0.93 1.38 1.67 3/77 25932
/proc/meminfo: memFree=1520432/2055920 swapFree=4146768/4192956
[pid=25932] ppid=25930 vsize=7296 CPUtime=0.06
/proc/25932/stat : 25932 (minimarch_fixed) R 25930 25932 24601 0 -1 4194304 1599 0 0 0 6 0 0 0 18 0 1 0 213772457 7471104 1584 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134553916 0 0 4096 3 0 0 0 17 1 0 0
/proc/25932/statm: 1824 1584 51 132 0 1689 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7296

[startup+0.101367 s]
/proc/loadavg: 0.93 1.38 1.67 3/77 25932
/proc/meminfo: memFree=1520432/2055920 swapFree=4146768/4192956
[pid=25932] ppid=25930 vsize=8912 CPUtime=0.09
/proc/25932/stat : 25932 (minimarch_fixed) R 25930 25932 24601 0 -1 4194304 2036 0 0 0 9 0 0 0 18 0 1 0 213772457 9125888 2021 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 1 0 0
/proc/25932/statm: 2228 2022 51 132 0 2093 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8912

[startup+0.301391 s]
/proc/loadavg: 0.93 1.38 1.67 3/77 25932
/proc/meminfo: memFree=1520432/2055920 swapFree=4146768/4192956
[pid=25932] ppid=25930 vsize=23888 CPUtime=0.29
/proc/25932/stat : 25932 (minimarch_fixed) R 25930 25932 24601 0 -1 4194304 5164 0 0 0 27 2 0 0 19 0 1 0 213772457 24461312 5149 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/25932/statm: 5972 5150 51 132 0 5837 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23888

[startup+0.701438 s]
/proc/loadavg: 0.93 1.38 1.67 3/77 25932
/proc/meminfo: memFree=1520432/2055920 swapFree=4146768/4192956
[pid=25932] ppid=25930 vsize=38152 CPUtime=0.69
/proc/25932/stat : 25932 (minimarch_fixed) R 25930 25932 24601 0 -1 4194304 8997 0 0 0 65 4 0 0 22 0 1 0 213772457 39067648 8982 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523044 0 0 4096 3 0 0 0 17 1 0 0
/proc/25932/statm: 9538 8982 51 132 0 9403 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38152

[startup+1.50153 s]
/proc/loadavg: 0.93 1.38 1.67 2/78 25933
/proc/meminfo: memFree=1484584/2055920 swapFree=4146768/4192956
[pid=25932] ppid=25930 vsize=41580 CPUtime=1.49
/proc/25932/stat : 25932 (minimarch_fixed) R 25930 25932 24601 0 -1 4194304 9925 0 0 0 145 4 0 0 25 0 1 0 213772457 42577920 9910 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/25932/statm: 10395 9910 62 132 0 10260 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41580

[startup+3.10172 s]
/proc/loadavg: 0.93 1.38 1.67 2/78 25933
/proc/meminfo: memFree=1466152/2055920 swapFree=4146768/4192956
[pid=25932] ppid=25930 vsize=75712 CPUtime=3.09
/proc/25932/stat : 25932 (minimarch_fixed) R 25930 25932 24601 0 -1 4194304 17886 0 0 0 300 9 0 0 25 0 1 0 213772457 77529088 17871 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/25932/statm: 18928 17871 62 132 0 18793 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 75712

[startup+6.3011 s]
/proc/loadavg: 0.93 1.38 1.67 2/78 25933
/proc/meminfo: memFree=1451432/2055920 swapFree=4146768/4192956
[pid=25932] ppid=25930 vsize=71104 CPUtime=6.29
/proc/25932/stat : 25932 (minimarch_fixed) R 25930 25932 24601 0 -1 4194304 19816 0 0 0 619 10 0 0 25 0 1 0 213772457 72810496 17177 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/25932/statm: 17776 17177 68 132 0 17641 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71104

[startup+12.7019 s]
/proc/loadavg: 0.94 1.37 1.66 2/78 25933
/proc/meminfo: memFree=1451496/2055920 swapFree=4146768/4192956
[pid=25932] ppid=25930 vsize=71104 CPUtime=12.69
/proc/25932/stat : 25932 (minimarch_fixed) R 25930 25932 24601 0 -1 4194304 19816 0 0 0 1259 10 0 0 25 0 1 0 213772457 72810496 17177 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/25932/statm: 17776 17177 68 132 0 17641 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71104

[startup+25.5014 s]
/proc/loadavg: 0.95 1.35 1.65 2/78 25933
/proc/meminfo: memFree=1451560/2055920 swapFree=4146768/4192956
[pid=25932] ppid=25930 vsize=71348 CPUtime=25.48
/proc/25932/stat : 25932 (minimarch_fixed) R 25930 25932 24601 0 -1 4194304 19873 0 0 0 2538 10 0 0 25 0 1 0 213772457 73060352 17234 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25932/statm: 17837 17234 68 132 0 17702 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 71348

[startup+51.1014 s]
/proc/loadavg: 0.97 1.32 1.63 2/78 25933
/proc/meminfo: memFree=1451240/2055920 swapFree=4146768/4192956
[pid=25932] ppid=25930 vsize=71812 CPUtime=51.07
/proc/25932/stat : 25932 (minimarch_fixed) R 25930 25932 24601 0 -1 4194304 19948 0 0 0 5096 11 0 0 25 0 1 0 213772457 73535488 17309 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/25932/statm: 17953 17309 68 132 0 17818 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 71812

[startup+102.305 s]
/proc/loadavg: 0.98 1.27 1.60 2/78 25933
/proc/meminfo: memFree=1442792/2055920 swapFree=4146768/4192956
[pid=25932] ppid=25930 vsize=80140 CPUtime=102.26
/proc/25932/stat : 25932 (minimarch_fixed) R 25930 25932 24601 0 -1 4194304 22029 0 0 0 10212 14 0 0 25 0 1 0 213772457 82063360 19390 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551759 0 0 4096 3 0 0 0 17 1 0 0
/proc/25932/statm: 20035 19390 68 132 0 19900 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 80140

[startup+162.302 s]
/proc/loadavg: 0.99 1.22 1.56 2/78 25933
/proc/meminfo: memFree=1429224/2055920 swapFree=4146768/4192956
[pid=25932] ppid=25930 vsize=93868 CPUtime=162.24
/proc/25932/stat : 25932 (minimarch_fixed) R 25930 25932 24601 0 -1 4194304 25431 0 0 0 16206 18 0 0 25 0 1 0 213772457 96120832 22792 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551165 0 0 4096 3 0 0 0 17 1 0 0
/proc/25932/statm: 23467 22792 68 132 0 23332 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 93868

[startup+222.302 s]
/proc/loadavg: 0.99 1.18 1.52 2/78 25933
/proc/meminfo: memFree=1422696/2055920 swapFree=4146768/4192956
[pid=25932] ppid=25930 vsize=100684 CPUtime=222.22
/proc/25932/stat : 25932 (minimarch_fixed) R 25930 25932 24601 0 -1 4194304 27054 0 0 0 22202 20 0 0 25 0 1 0 213772457 103100416 24415 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134552545 0 0 4096 3 0 0 0 17 1 0 0
/proc/25932/statm: 25171 24415 68 132 0 25036 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 100684

[startup+282.302 s]
/proc/loadavg: 0.99 1.14 1.49 2/78 25933
/proc/meminfo: memFree=1422760/2055920 swapFree=4146768/4192956
[pid=25932] ppid=25930 vsize=100684 CPUtime=282.2
/proc/25932/stat : 25932 (minimarch_fixed) R 25930 25932 24601 0 -1 4194304 27054 0 0 0 28200 20 0 0 25 0 1 0 213772457 103100416 24415 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551270 0 0 4096 3 0 0 0 17 1 0 0
/proc/25932/statm: 25171 24415 68 132 0 25036 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 100684

[startup+342.302 s]
/proc/loadavg: 0.99 1.11 1.45 2/78 25933
/proc/meminfo: memFree=1422696/2055920 swapFree=4146768/4192956
[pid=25932] ppid=25930 vsize=100684 CPUtime=342.19
/proc/25932/stat : 25932 (minimarch_fixed) R 25930 25932 24601 0 -1 4194304 27054 0 0 0 34198 21 0 0 25 0 1 0 213772457 103100416 24415 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/25932/statm: 25171 24415 68 132 0 25036 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 100684

[startup+402.302 s]
/proc/loadavg: 0.99 1.09 1.42 2/78 25933
/proc/meminfo: memFree=1422696/2055920 swapFree=4146768/4192956
[pid=25932] ppid=25930 vsize=100684 CPUtime=402.17
/proc/25932/stat : 25932 (minimarch_fixed) R 25930 25932 24601 0 -1 4194304 27054 0 0 0 40196 21 0 0 25 0 1 0 213772457 103100416 24415 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551719 0 0 4096 3 0 0 0 17 1 0 0
/proc/25932/statm: 25171 24415 68 132 0 25036 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 100684

[startup+462.301 s]
/proc/loadavg: 0.99 1.07 1.39 2/78 25933
/proc/meminfo: memFree=1422120/2055920 swapFree=4146768/4192956
[pid=25932] ppid=25930 vsize=101388 CPUtime=462.15
/proc/25932/stat : 25932 (minimarch_fixed) R 25930 25932 24601 0 -1 4194304 27200 0 0 0 46193 22 0 0 25 0 1 0 213772457 103821312 24561 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/25932/statm: 25347 24561 68 132 0 25212 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 101388

[startup+522.301 s]
/proc/loadavg: 0.99 1.06 1.36 2/78 25933
/proc/meminfo: memFree=1417640/2055920 swapFree=4146768/4192956
[pid=25932] ppid=25930 vsize=105864 CPUtime=522.13
/proc/25932/stat : 25932 (minimarch_fixed) R 25930 25932 24601 0 -1 4194304 28312 0 0 0 52190 23 0 0 25 0 1 0 213772457 108404736 25673 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/25932/statm: 26466 25673 68 132 0 26331 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 105864

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

[startup+524.705 s]
/proc/loadavg: 0.99 1.05 1.36 2/78 25933
/proc/meminfo: memFree=1417640/2055920 swapFree=4146768/4192956
[pid=25932] ppid=25930 vsize=105864 CPUtime=524.53
/proc/25932/stat : 25932 (minimarch_fixed) R 25930 25932 24601 0 -1 4194304 28312 0 0 0 52430 23 0 0 25 0 1 0 213772457 108404736 25673 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551165 0 0 4096 3 0 0 0 17 1 0 0
/proc/25932/statm: 26466 25673 68 132 0 26331 0
Current children cumulated CPU time (s) 524.53
Current children cumulated vsize (KiB) 105864

[startup+531.101 s]
/proc/loadavg: 0.99 1.05 1.36 2/78 25933
/proc/meminfo: memFree=1417576/2055920 swapFree=4146768/4192956
[pid=25932] ppid=25930 vsize=105864 CPUtime=530.93
/proc/25932/stat : 25932 (minimarch_fixed) R 25930 25932 24601 0 -1 4194304 28329 0 0 0 53070 23 0 0 25 0 1 0 213772457 108404736 25690 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/25932/statm: 26466 25690 68 132 0 26331 0
Current children cumulated CPU time (s) 530.93
Current children cumulated vsize (KiB) 105864

[startup+537.502 s]
/proc/loadavg: 0.99 1.05 1.36 2/78 25933
/proc/meminfo: memFree=1417512/2055920 swapFree=4146768/4192956
[pid=25932] ppid=25930 vsize=106028 CPUtime=537.32
/proc/25932/stat : 25932 (minimarch_fixed) R 25930 25932 24601 0 -1 4194304 28361 0 0 0 53709 23 0 0 25 0 1 0 213772457 108572672 25722 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/25932/statm: 26507 25722 68 132 0 26372 0
Current children cumulated CPU time (s) 537.32
Current children cumulated vsize (KiB) 106028

[startup+539.101 s]
/proc/loadavg: 0.99 1.05 1.35 2/78 25933
/proc/meminfo: memFree=1417448/2055920 swapFree=4146768/4192956
[pid=25932] ppid=25930 vsize=106028 CPUtime=538.92
/proc/25932/stat : 25932 (minimarch_fixed) R 25930 25932 24601 0 -1 4194304 28361 0 0 0 53869 23 0 0 25 0 1 0 213772457 108572672 25722 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/25932/statm: 26507 25722 68 132 0 26372 0
Current children cumulated CPU time (s) 538.92
Current children cumulated vsize (KiB) 106028

[startup+540.701 s]
/proc/loadavg: 0.99 1.05 1.35 2/78 25933
/proc/meminfo: memFree=1417448/2055920 swapFree=4146768/4192956
[pid=25932] ppid=25930 vsize=106028 CPUtime=540.52
/proc/25932/stat : 25932 (minimarch_fixed) R 25930 25932 24601 0 -1 4194304 28361 0 0 0 54029 23 0 0 25 0 1 0 213772457 108572672 25722 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551218 0 0 4096 3 0 0 0 17 1 0 0
/proc/25932/statm: 26507 25722 68 132 0 26372 0
Current children cumulated CPU time (s) 540.52
Current children cumulated vsize (KiB) 106028

[startup+541.101 s]
/proc/loadavg: 0.99 1.05 1.35 2/78 25933
/proc/meminfo: memFree=1417448/2055920 swapFree=4146768/4192956
[pid=25932] ppid=25930 vsize=106028 CPUtime=540.93
/proc/25932/stat : 25932 (minimarch_fixed) R 25930 25932 24601 0 -1 4194304 28361 0 0 0 54070 23 0 0 25 0 1 0 213772457 108572672 25722 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/25932/statm: 26507 25722 68 132 0 26372 0
Current children cumulated CPU time (s) 540.93
Current children cumulated vsize (KiB) 106028

[startup+541.501 s]
/proc/loadavg: 0.99 1.05 1.35 2/78 25933
/proc/meminfo: memFree=1417448/2055920 swapFree=4146768/4192956
[pid=25932] ppid=25930 vsize=106028 CPUtime=541.32
/proc/25932/stat : 25932 (minimarch_fixed) R 25930 25932 24601 0 -1 4194304 28361 0 0 0 54109 23 0 0 25 0 1 0 213772457 108572672 25722 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551247 0 0 4096 3 0 0 0 17 1 0 0
/proc/25932/statm: 26507 25722 68 132 0 26372 0
Current children cumulated CPU time (s) 541.32
Current children cumulated vsize (KiB) 106028

Child status: 20
Real time (s): 541.535
CPU time (s): 541.368
CPU user time (s): 541.114
CPU system time (s): 0.253961
CPU usage (%): 99.969
Max. virtual memory (cumulated for all children) (KiB): 106028

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

runsolver used 0.419936 second user time and 1.20382 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Sat Apr 28 02:27:15 UTC 2007

IDJOB= 428467
IDBENCH= 20503
IDSOLVER= 198
FILE ID= node11/428467-1177727235

PBS_JOBID= 4715394

Free space on /tmp= 66509 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/industrial/manolios/manol-pipe-c7bidw_i.cnf
COMMAND LINE= /tmp/evaluation/428467-1177727235/minimarch_fixed /tmp/evaluation/428467-1177727235/instance-428467-1177727235.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-428467-1177727235 -o ROOT/results/node11/solver-428467-1177727235 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/428467-1177727235/minimarch_fixed /tmp/evaluation/428467-1177727235/instance-428467-1177727235.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  3eac71f4fca7132b74d6d27cfa83813f

RANDOM SEED= 228321249

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:       1520904 kB
Buffers:         53476 kB
Cached:         388028 kB
SwapCached:      15592 kB
Active:         249692 kB
Inactive:       216552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1520904 kB
SwapTotal:     4192956 kB
SwapFree:      4146768 kB
Dirty:            9516 kB
Writeback:           0 kB
Mapped:          30480 kB
Slab:            54248 kB
Committed_AS:  6423968 kB
PageTables:       1852 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= 66509 MiB

End job on node11 on Sat Apr 28 02:36:17 UTC 2007