Trace number 329326

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.05 1200.43

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k75.cnf
MD5SUMfd9b941a20c95ff63d6f3a27d011956e
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 variables44722
Number of clauses164055
Sum of the clauses size439077
Maximum clause length37
Minimum clause length1
Number of clauses of size 1993
Number of clauses of size 283511
Number of clauses of size 373310
Number of clauses of size 4386
Number of clauses of size 5745
Number of clauses of size over 55110

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:  44722                                                |
0.00/0.00	|  Number of clauses:    164055                                               |
0.39/0.46	|  Parsing time:         0.44         s                                       |
1.79/1.88	============================[ Search Statistics ]==============================
1.79/1.88	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.79/1.88	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.79/1.88	===============================================================================
1.79/1.88	|         0 |   17672   119858   431201 |    39952        0    nan |  0.000 % |
1.99/2.00	|       101 |   17672   119858   431201 |    43947      101     29 |  2.234 % |
1.99/2.05	|       252 |   17672   119858   431201 |    48342      252     17 |  2.234 % |
1.99/2.10	|       477 |   17672   119858   431201 |    53176      477     12 |  2.234 % |
2.10/2.15	|       814 |   17672   119858   431201 |    58494      814     14 |  2.234 % |
2.10/2.17	|      1320 |   17672   119858   431201 |    64344     1320     16 |  2.234 % |
2.79/2.81	|      2079 |   17672   119858   431201 |    70778     2079     41 |  2.234 % |
3.59/3.66	|      3219 |   17672   119858   431201 |    77856     3219     68 |  2.234 % |
3.89/3.90	|      4927 |   17672   119858   431201 |    85642     4927     57 |  2.234 % |
4.09/4.18	|      7489 |   17672   119858   431201 |    94206     7489     49 |  2.234 % |
8.28/8.36	|     11334 |   17672   119858   431201 |   103626    11334     71 |  2.234 % |
9.58/9.67	|     17101 |   17672   119858   431201 |   113989    17101     59 |  2.234 % |
24.08/24.17	|     25750 |   17672   119858   431201 |   125388    25750     83 |  2.234 % |
42.07/42.20	|     38725 |   17672   119858   431201 |   137927    38725     91 |  2.234 % |
52.77/52.87	|     58187 |   17672   119858   431201 |   151720    58187     88 |  2.234 % |
84.96/85.06	|     87379 |   17672   119858   431201 |   166892    87379     97 |  2.234 % |
242.61/242.75	|    131169 |   17671   119848   431176 |   183581   131168    114 |  2.236 % |
361.58/361.70	|    196854 |   17671   119848   431176 |   201939    15303    107 |  2.236 % |
538.42/538.67	|    295380 |   17671   119848   431176 |   222133   113829    108 |  2.236 % |
886.90/887.26	|    443170 |   17669   119827   431090 |   244346    41674    190 |  2.241 % |

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/node13/watcher-329326-1173137823 -o ROOT/results/node13/solver-329326-1173137823 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/329326-1173137823/minimarch /tmp/evaluation/329326-1173137823/instance-329326-1173137823.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 0.96 3/77 26825
/proc/meminfo: memFree=1321416/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=1736 CPUtime=0
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 330 0 0 0 0 0 0 0 18 0 1 0 333736768 1777664 314 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134518480 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 434 314 45 132 0 299 0

[startup+0.0162641 s]
/proc/loadavg: 1.00 1.00 0.96 3/77 26825
/proc/meminfo: memFree=1321416/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=2456 CPUtime=0.01
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 508 0 0 0 1 0 0 0 18 0 1 0 333736768 2514944 492 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 614 492 51 132 0 479 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2456

[startup+0.101275 s]
/proc/loadavg: 1.00 1.00 0.96 3/77 26825
/proc/meminfo: memFree=1321416/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=8048 CPUtime=0.09
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 1842 0 0 0 8 1 0 0 18 0 1 0 333736768 8241152 1826 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 2012 1826 51 132 0 1877 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8048

[startup+0.301301 s]
/proc/loadavg: 1.00 1.00 0.96 3/77 26825
/proc/meminfo: memFree=1321416/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=17272 CPUtime=0.29
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 3855 0 0 0 28 1 0 0 19 0 1 0 333736768 17686528 3839 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 4318 3839 51 132 0 4183 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17272

[startup+0.701354 s]
/proc/loadavg: 1.00 1.00 0.96 3/77 26825
/proc/meminfo: memFree=1321416/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=21628 CPUtime=0.69
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 5028 0 0 0 67 2 0 0 22 0 1 0 333736768 22147072 5012 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 5407 5013 63 132 0 5272 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21628

[startup+1.50146 s]
/proc/loadavg: 1.16 1.03 0.97 2/78 26826
/proc/meminfo: memFree=1297600/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=26740 CPUtime=1.5
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 6228 0 0 0 147 3 0 0 25 0 1 0 333736768 27381760 6212 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531711 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 6685 6212 63 132 0 6550 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 26740

[startup+3.10167 s]
/proc/loadavg: 1.16 1.03 0.97 2/78 26826
/proc/meminfo: memFree=1298816/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=23768 CPUtime=3.09
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 6536 0 0 0 306 3 0 0 25 0 1 0 333736768 24338432 5601 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 5942 5601 67 132 0 5807 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23768

[startup+6.3011 s]
/proc/loadavg: 1.15 1.03 0.97 2/78 26826
/proc/meminfo: memFree=1298752/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=23900 CPUtime=6.29
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 6540 0 0 0 626 3 0 0 25 0 1 0 333736768 24473600 5605 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 5975 5605 67 132 0 5840 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23900

[startup+12.702 s]
/proc/loadavg: 1.13 1.03 0.97 2/78 26826
/proc/meminfo: memFree=1296704/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=26340 CPUtime=12.68
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 7170 0 0 0 1264 4 0 0 25 0 1 0 333736768 26972160 6235 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 6585 6235 67 132 0 6450 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 26340

[startup+25.5017 s]
/proc/loadavg: 1.10 1.03 0.97 2/78 26826
/proc/meminfo: memFree=1292480/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=30464 CPUtime=25.48
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 8191 0 0 0 2542 6 0 0 25 0 1 0 333736768 31195136 7256 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 7616 7256 67 132 0 7481 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30464

[startup+51.1011 s]
/proc/loadavg: 1.21 1.06 0.98 2/78 26826
/proc/meminfo: memFree=1281344/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=41900 CPUtime=51.07
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 11051 0 0 0 5098 9 0 0 25 0 1 0 333736768 42905600 10116 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134550924 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 10475 10116 67 132 0 10340 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 41900

[startup+102.306 s]
/proc/loadavg: 1.17 1.06 0.99 2/78 26826
/proc/meminfo: memFree=1262656/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=60272 CPUtime=102.26
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 15616 0 0 0 10212 14 0 0 25 0 1 0 333736768 61718528 14681 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551239 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 15068 14681 67 132 0 14933 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 60272

[startup+162.302 s]
/proc/loadavg: 1.13 1.07 1.00 2/78 26826
/proc/meminfo: memFree=1254272/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=68772 CPUtime=162.24
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 17717 0 0 0 16207 17 0 0 25 0 1 0 333736768 70422528 16782 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 17193 16782 67 132 0 17058 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 68772

[startup+222.302 s]
/proc/loadavg: 1.05 1.05 1.00 2/78 26826
/proc/meminfo: memFree=1243264/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=79620 CPUtime=222.21
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 20448 0 0 0 22202 19 0 0 25 0 1 0 333736768 81530880 19513 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557335 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 19905 19513 67 132 0 19770 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 79620

[startup+282.302 s]
/proc/loadavg: 1.02 1.04 1.00 2/78 26826
/proc/meminfo: memFree=1226816/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=96232 CPUtime=282.2
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 24570 0 0 0 28196 24 0 0 25 0 1 0 333736768 98541568 23635 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 24058 23635 67 132 0 23923 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 96232

[startup+342.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/78 26826
/proc/meminfo: memFree=1214336/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=108580 CPUtime=342.18
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 27665 0 0 0 34191 27 0 0 25 0 1 0 333736768 111185920 26730 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551152 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 27145 26730 67 132 0 27010 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 108580

[startup+402.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 26826
/proc/meminfo: memFree=1210624/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=112148 CPUtime=402.16
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 28575 0 0 0 40187 29 0 0 25 0 1 0 333736768 114839552 27640 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 28037 27640 67 132 0 27902 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 112148

[startup+462.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 26828
/proc/meminfo: memFree=1210432/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=112148 CPUtime=462.13
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 28575 0 0 0 46184 29 0 0 25 0 1 0 333736768 114839552 27640 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 28037 27640 67 132 0 27902 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 112148

[startup+522.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 26828
/proc/meminfo: memFree=1210496/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=112148 CPUtime=522.12
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 28575 0 0 0 52182 30 0 0 25 0 1 0 333736768 114839552 27640 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 28037 27640 67 132 0 27902 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 112148

[startup+582.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 26828
/proc/meminfo: memFree=1210560/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=112148 CPUtime=582.11
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 28575 0 0 0 58180 31 0 0 25 0 1 0 333736768 114839552 27640 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551354 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 28037 27640 67 132 0 27902 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 112148

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26828
/proc/meminfo: memFree=1191232/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=131624 CPUtime=642.08
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 33422 0 0 0 64172 36 0 0 25 0 1 0 333736768 134782976 32487 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 32906 32487 67 132 0 32771 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 131624

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26828
/proc/meminfo: memFree=1181056/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=142328 CPUtime=702.07
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 35998 0 0 0 70167 40 0 0 25 0 1 0 333736768 145743872 35063 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 35582 35063 67 132 0 35447 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 142328

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26828
/proc/meminfo: memFree=1171712/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=151512 CPUtime=762.05
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 38300 0 0 0 76163 42 0 0 25 0 1 0 333736768 155148288 37365 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551243 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 37878 37365 67 132 0 37743 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 151512

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26828
/proc/meminfo: memFree=1164096/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=158928 CPUtime=822.03
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 40187 0 0 0 82158 45 0 0 25 0 1 0 333736768 162742272 39252 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134687747 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 39732 39252 67 132 0 39597 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 158928

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26828
/proc/meminfo: memFree=1164160/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=158928 CPUtime=882
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 40189 0 0 0 88155 45 0 0 25 0 1 0 333736768 162742272 39254 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 39732 39254 67 132 0 39597 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 158928

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26828
/proc/meminfo: memFree=1164096/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=158928 CPUtime=941.99
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 40191 0 0 0 94153 46 0 0 25 0 1 0 333736768 162742272 39256 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 39732 39256 67 132 0 39597 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 158928

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26828
/proc/meminfo: memFree=1164160/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=158928 CPUtime=1001.98
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 40191 0 0 0 100151 47 0 0 25 0 1 0 333736768 162742272 39256 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 39732 39256 67 132 0 39597 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 158928

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26828
/proc/meminfo: memFree=1164096/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=158928 CPUtime=1061.95
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 40191 0 0 0 106148 47 0 0 25 0 1 0 333736768 162742272 39256 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 39732 39256 67 132 0 39597 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 158928

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26828
/proc/meminfo: memFree=1164096/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=158928 CPUtime=1121.94
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 40191 0 0 0 112146 48 0 0 25 0 1 0 333736768 162742272 39256 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 39732 39256 67 132 0 39597 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 158928

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26828
/proc/meminfo: memFree=1164096/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=158928 CPUtime=1181.92
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 40191 0 0 0 118144 48 0 0 25 0 1 0 333736768 162742272 39256 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 39732 39256 67 132 0 39597 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 158928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26828
/proc/meminfo: memFree=1164160/2055920 swapFree=4189164/4192956
[pid=26825] ppid=26823 vsize=158928 CPUtime=1200.01
/proc/26825/stat : 26825 (minimarch) R 26823 26825 26354 0 -1 4194304 40191 0 0 0 119953 48 0 0 25 0 1 0 333736768 162742272 39256 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551269 0 0 4096 3 0 0 0 17 1 0 0
/proc/26825/statm: 39732 39256 67 132 0 39597 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 158928

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.43
CPU time (s): 1200.05
CPU user time (s): 1199.54
CPU system time (s): 0.510922
CPU usage (%): 99.9683
Max. virtual memory (cumulated for all children) (KiB): 158928

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

runsolver used 1.37579 second user time and 3.00254 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Mon Mar  5 23:37:03 UTC 2007

IDJOB= 329326
IDBENCH= 20537
IDSOLVER= 110
FILE ID= node13/329326-1173137823

PBS_JOBID= 4014968

Free space on /tmp= 66363 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k75.cnf
COMMAND LINE= /tmp/evaluation/329326-1173137823/minimarch /tmp/evaluation/329326-1173137823/instance-329326-1173137823.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-329326-1173137823 -o ROOT/results/node13/solver-329326-1173137823 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/329326-1173137823/minimarch /tmp/evaluation/329326-1173137823/instance-329326-1173137823.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  fd9b941a20c95ff63d6f3a27d011956e

RANDOM SEED= 31477735

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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:       1321760 kB
Buffers:         40976 kB
Cached:         581024 kB
SwapCached:        404 kB
Active:         377984 kB
Inactive:       295144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1321760 kB
SwapTotal:     4192956 kB
SwapFree:      4189164 kB
Dirty:            6344 kB
Writeback:           0 kB
Mapped:          61144 kB
Slab:            46552 kB
Committed_AS:  1541972 kB
PageTables:       1744 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= 66363 MiB

End job on node13 on Mon Mar  5 23:57:06 UTC 2007