Trace number 315186

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-08? (TO) 1200.13 1200.44

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-8-ipc5-h19-sat.cnf
MD5SUM409f4401e9e8b60ee665ac5567a13e41
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables359341
Number of clauses1254773
Sum of the clauses size3046189
Maximum clause length57
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2896240
Number of clauses of size 3346435
Number of clauses of size 4830
Number of clauses of size 5571
Number of clauses of size over 510441

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:  361125                                               |
0.00/0.00	|  Number of clauses:    1254773                                              |
5.09/5.12	|  Parsing time:         4.97         s                                       |
53.88/53.96	============================[ Search Statistics ]==============================
53.88/53.96	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
53.88/53.96	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
53.88/53.96	===============================================================================
53.88/53.96	|         0 |   88902   689932  2985879 |   229977        0    nan |  0.000 % |
54.77/54.80	|       100 |   88902   689932  2985879 |   252975      100     28 |  0.116 % |
55.57/55.60	|       250 |   88902   689932  2985879 |   278272      250     23 |  0.116 % |
56.77/56.85	|       475 |   88902   689932  2985879 |   306099      475     24 |  0.116 % |
58.97/59.04	|       812 |   88902   689932  2985879 |   336709      812     22 |  0.116 % |
61.97/62.10	|      1318 |   88902   689932  2985879 |   370380     1318     28 |  0.116 % |
66.67/66.72	|      2077 |   88902   689932  2985879 |   407418     2077     25 |  0.116 % |
74.57/74.70	|      3216 |   88902   689932  2985879 |   448160     3216     32 |  0.116 % |
84.17/84.23	|      4924 |   88902   689932  2985879 |   492976     4924     28 |  0.116 % |
105.86/105.95	|      7486 |   88902   689932  2985879 |   542274     7486     36 |  0.116 % |
127.25/127.38	|     11330 |   88902   689932  2985879 |   596501    11330     38 |  0.116 % |
165.54/165.63	|     17096 |   88902   689932  2985879 |   656152    17096     37 |  0.116 % |
229.13/229.25	|     25745 |   88902   689932  2985879 |   721767    25745     34 |  0.116 % |
321.20/321.39	|     38720 |   88902   689932  2985879 |   793944    38720     37 |  0.116 % |
468.97/469.17	|     58181 |   88902   689932  2985879 |   873338    58181     38 |  0.116 % |
651.93/652.18	|     87373 |   88902   689932  2985879 |   960672    87373     37 |  0.116 % |
979.94/980.23	|    131162 |   88902   689932  2985879 |  1056739   131162     42 |  0.116 % |

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node67/watcher-315186-1172650418 -o ROOT/results/node67/solver-315186-1172650418 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315186-1172650418/minimarch /tmp/evaluation/315186-1172650418/instance-315186-1172650418.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 0.97 0.94 3/64 3443
/proc/meminfo: memFree=1043360/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=2296 CPUtime=0
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 461 0 0 0 0 0 0 0 18 0 1 0 284999482 2351104 445 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134553765 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 574 445 51 132 0 439 0

[startup+0.0260231 s]
/proc/loadavg: 1.00 0.97 0.94 3/64 3443
/proc/meminfo: memFree=1043360/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=3832 CPUtime=0.02
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 852 0 0 0 2 0 0 0 18 0 1 0 284999482 3923968 836 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134526278 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 958 836 51 132 0 823 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3832

[startup+0.10103 s]
/proc/loadavg: 1.00 0.97 0.94 3/64 3443
/proc/meminfo: memFree=1043360/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=9600 CPUtime=0.09
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 2197 0 0 0 8 1 0 0 18 0 1 0 284999482 9830400 2181 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 2400 2185 51 132 0 2265 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9600

[startup+0.301051 s]
/proc/loadavg: 1.00 0.97 0.94 3/64 3443
/proc/meminfo: memFree=1043360/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=26236 CPUtime=0.29
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 5749 0 0 0 26 3 0 0 19 0 1 0 284999482 26865664 5733 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 6559 5734 51 132 0 6424 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26236

[startup+0.701093 s]
/proc/loadavg: 1.00 0.97 0.94 3/64 3443
/proc/meminfo: memFree=1043360/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=56936 CPUtime=0.69
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 12593 0 0 0 62 7 0 0 23 0 1 0 284999482 58302464 12577 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 14234 12578 52 132 0 14099 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56936

[startup+1.50124 s]
/proc/loadavg: 1.00 0.97 0.94 2/65 3444
/proc/meminfo: memFree=972376/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=114164 CPUtime=1.49
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 25543 0 0 0 134 15 0 0 25 0 1 0 284999482 116903936 25527 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 28541 25527 51 132 0 28406 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 114164

[startup+3.10134 s]
/proc/loadavg: 1.08 0.99 0.95 2/65 3444
/proc/meminfo: memFree=935704/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=122668 CPUtime=3.09
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 26926 0 0 0 294 15 0 0 25 0 1 0 284999482 125612032 26910 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134523033 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 30667 26910 51 132 0 30532 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 122668

[startup+6.30268 s]
/proc/loadavg: 1.08 0.99 0.95 2/65 3444
/proc/meminfo: memFree=935704/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=142668 CPUtime=6.29
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 32169 0 0 0 611 18 0 0 25 0 1 0 284999482 146092032 32153 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 35667 32153 62 132 0 35532 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142668

[startup+12.7013 s]
/proc/loadavg: 1.07 0.99 0.95 2/65 3444
/proc/meminfo: memFree=820896/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=239884 CPUtime=12.69
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 56171 0 0 0 1242 27 0 0 25 0 1 0 284999482 245641216 56155 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134523026 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 59971 56155 62 132 0 59836 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 239884

[startup+25.5017 s]
/proc/loadavg: 1.06 0.99 0.95 2/65 3444
/proc/meminfo: memFree=796384/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=266040 CPUtime=25.48
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 61750 0 0 0 2517 31 0 0 25 0 1 0 284999482 272424960 61734 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134523026 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 66510 61734 62 132 0 66375 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 266040

[startup+51.1014 s]
/proc/loadavg: 1.04 0.99 0.95 2/65 3444
/proc/meminfo: memFree=778336/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=294104 CPUtime=51.07
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 66390 0 0 0 5074 33 0 0 25 0 1 0 284999482 301162496 66374 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134525445 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 73526 66374 62 132 0 73391 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 294104

[startup+102.306 s]
/proc/loadavg: 1.01 0.99 0.95 2/65 3444
/proc/meminfo: memFree=818208/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=235580 CPUtime=102.26
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 68338 0 0 0 10191 35 0 0 25 0 1 0 284999482 241233920 56255 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 58895 56255 67 132 0 58760 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 235580

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.95 2/65 3444
/proc/meminfo: memFree=818208/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=235580 CPUtime=162.25
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 68338 0 0 0 16190 35 0 0 25 0 1 0 284999482 241233920 56255 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 58895 56255 67 132 0 58760 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 235580

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 0.95 2/65 3444
/proc/meminfo: memFree=818208/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=235580 CPUtime=222.23
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 68338 0 0 0 22188 35 0 0 25 0 1 0 284999482 241233920 56255 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 58895 56255 67 132 0 58760 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 235580

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.95 2/65 3444
/proc/meminfo: memFree=818208/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=235580 CPUtime=282.21
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 68340 0 0 0 28186 35 0 0 25 0 1 0 284999482 241233920 56257 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 58895 56257 67 132 0 58760 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 235580

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.95 2/65 3444
/proc/meminfo: memFree=818208/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=235580 CPUtime=342.2
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 68340 0 0 0 34185 35 0 0 25 0 1 0 284999482 241233920 56257 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551700 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 58895 56257 67 132 0 58760 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 235580

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.95 2/65 3444
/proc/meminfo: memFree=818208/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=235580 CPUtime=402.18
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 68340 0 0 0 40183 35 0 0 25 0 1 0 284999482 241233920 56257 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 58895 56257 67 132 0 58760 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 235580

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.95 2/65 3444
/proc/meminfo: memFree=818208/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=235580 CPUtime=462.17
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 68340 0 0 0 46182 35 0 0 25 0 1 0 284999482 241233920 56257 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551496 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 58895 56257 67 132 0 58760 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 235580

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 0.95 2/65 3444
/proc/meminfo: memFree=818016/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=235944 CPUtime=522.16
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 68405 0 0 0 52180 36 0 0 25 0 1 0 284999482 241606656 56322 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551152 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 58986 56322 67 132 0 58851 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 235944

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.95 2/65 3444
/proc/meminfo: memFree=818016/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=235944 CPUtime=582.14
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 68414 0 0 0 58178 36 0 0 25 0 1 0 284999482 241606656 56331 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 58986 56331 67 132 0 58851 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 235944

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.95 2/65 3444
/proc/meminfo: memFree=817952/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=235944 CPUtime=642.13
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 68427 0 0 0 64177 36 0 0 25 0 1 0 284999482 241606656 56344 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 58986 56344 67 132 0 58851 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 235944

[startup+702.301 s]
/proc/loadavg: 1.00 0.99 0.95 2/65 3444
/proc/meminfo: memFree=817888/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=236124 CPUtime=702.11
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 68436 0 0 0 70175 36 0 0 25 0 1 0 284999482 241790976 56353 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551152 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 59031 56353 67 132 0 58896 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 236124

[startup+762.306 s]
/proc/loadavg: 1.00 0.99 0.95 2/65 3444
/proc/meminfo: memFree=817888/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=236124 CPUtime=762.1
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 68444 0 0 0 76174 36 0 0 25 0 1 0 284999482 241790976 56361 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134553257 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 59031 56361 67 132 0 58896 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 236124

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.95 2/65 3444
/proc/meminfo: memFree=817824/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=236124 CPUtime=822.08
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 68452 0 0 0 82172 36 0 0 25 0 1 0 284999482 241790976 56369 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 59031 56369 67 132 0 58896 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 236124

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 0.95 2/65 3444
/proc/meminfo: memFree=817824/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=236124 CPUtime=882.06
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 68461 0 0 0 88170 36 0 0 25 0 1 0 284999482 241790976 56378 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 59031 56378 67 132 0 58896 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 236124

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.95 2/65 3444
/proc/meminfo: memFree=817760/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=236124 CPUtime=942.05
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 68468 0 0 0 94169 36 0 0 25 0 1 0 284999482 241790976 56385 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551241 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 59031 56385 67 132 0 58896 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 236124

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.95 2/65 3444
/proc/meminfo: memFree=817760/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=236124 CPUtime=1002.03
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 68479 0 0 0 100167 36 0 0 25 0 1 0 284999482 241790976 56396 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 59031 56396 67 132 0 58896 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 236124

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.95 2/65 3444
/proc/meminfo: memFree=817696/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=236392 CPUtime=1062.02
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 68486 0 0 0 106166 36 0 0 25 0 1 0 284999482 242065408 56403 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 59098 56403 67 132 0 58963 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 236392

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.95 2/65 3444
/proc/meminfo: memFree=817632/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=236392 CPUtime=1122
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 68497 0 0 0 112164 36 0 0 25 0 1 0 284999482 242065408 56414 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134550924 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 59098 56414 67 132 0 58963 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 236392

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.95 2/65 3444
/proc/meminfo: memFree=817632/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=236392 CPUtime=1181.98
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 68509 0 0 0 118162 36 0 0 25 0 1 0 284999482 242065408 56426 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551262 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 59098 56426 67 132 0 58963 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 236392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.95 2/65 3444
/proc/meminfo: memFree=817632/2055920 swapFree=4178840/4192956
[pid=3443] ppid=3441 vsize=236392 CPUtime=1200.08
/proc/3443/stat : 3443 (minimarch) R 3441 3443 2833 0 -1 4194304 68512 0 0 0 119972 36 0 0 25 0 1 0 284999482 242065408 56429 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551262 0 0 4096 3 0 0 0 17 1 0 0
/proc/3443/statm: 59098 56429 67 132 0 58963 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 236392

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.44
CPU time (s): 1200.13
CPU user time (s): 1199.73
CPU system time (s): 0.405938
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 295976

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

runsolver used 0.834873 second user time and 2.46162 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Wed Feb 28 08:13:39 UTC 2007

IDJOB= 315186
IDBENCH= 20410
IDSOLVER= 110
FILE ID= node67/315186-1172650418

PBS_JOBID= 3981187

Free space on /tmp= 66521 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacias/hard/sortnet-8-ipc5-h19-sat.cnf
COMMAND LINE= /tmp/evaluation/315186-1172650418/minimarch /tmp/evaluation/315186-1172650418/instance-315186-1172650418.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-315186-1172650418 -o ROOT/results/node67/solver-315186-1172650418 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315186-1172650418/minimarch /tmp/evaluation/315186-1172650418/instance-315186-1172650418.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  409f4401e9e8b60ee665ac5567a13e41

RANDOM SEED= 818499712

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.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.236
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.236
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:       1043832 kB
Buffers:         29224 kB
Cached:         925092 kB
SwapCached:       8292 kB
Active:         302260 kB
Inactive:       666896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1043832 kB
SwapTotal:     4192956 kB
SwapFree:      4178840 kB
Dirty:           25028 kB
Writeback:           0 kB
Mapped:          15304 kB
Slab:            28880 kB
Committed_AS:   805384 kB
PageTables:       1452 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= 66521 MiB

End job on node67 on Wed Feb 28 08:33:41 UTC 2007