Trace number 1796379

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
minisat2-simp 070721? (TO) 1200.13 1200.43

General information on the benchmark

Nameindustrial/palacios/
medium/emptyroom-4-h21-unsat.cnf
MD5SUM175ec3119584300988ad366c4a04cccc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1059
Satisfiable
(Un)Satisfiability was proved
Number of variables69148
Number of clauses208728
Sum of the clauses size487544
Maximum clause length28
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2139492
Number of clauses of size 368730
Number of clauses of size 4102
Number of clauses of size 513
Number of clauses of size over 5135

Solver Data

0.00/0.00	This is 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:  71112                                                |
0.00/0.00	|  Number of clauses:    208728                                               |
0.19/0.21	|  Parsing time:         0.19         s                                       |
1.59/1.62	============================[ Search Statistics ]==============================
1.59/1.62	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.59/1.62	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.59/1.62	===============================================================================
1.59/1.62	|         0 |   17074   113428   382859 |    37809        0    nan |  0.000 % |
1.69/1.71	|       100 |   17073   113428   382859 |    41590       99     14 |  0.361 % |
1.79/1.82	|       250 |   17068   113428   382859 |    45749      244     10 |  0.368 % |
1.89/1.94	|       475 |   17067   113428   382859 |    50324      468     11 |  0.370 % |
2.10/2.13	|       812 |   17066   113428   382859 |    55356      804     19 |  0.371 % |
2.39/2.45	|      1320 |   17066   113140   381859 |    60892     1275     23 |  0.371 % |
3.09/3.20	|      2080 |   17064   113110   381757 |    66981     1855     22 |  0.374 % |
3.89/3.98	|      3221 |   17063   113095   381709 |    73679     2986     30 |  0.375 % |
5.29/5.33	|      4929 |   17059   112963   381270 |    81047     4681     28 |  0.382 % |
7.69/7.73	|      7491 |   17057   112862   380947 |    89152     7241     30 |  0.385 % |
11.79/11.83	|     11335 |   17053   112794   380715 |    98067    11065     33 |  0.390 % |
17.19/17.28	|     17101 |   17049   112622   380140 |   107874    16823     35 |  0.395 % |
27.98/28.03	|     25750 |   17046   112496   379742 |   118661    25448     37 |  0.399 % |
45.48/45.54	|     38724 |   17041   112307   379145 |   130528    38403     43 |  0.406 % |
74.48/74.53	|     58185 |   17036   112128   378526 |   143580    57398     47 |  0.413 % |
131.36/131.42	|     87377 |   17033   112066   378338 |   157938    86576     57 |  0.418 % |
227.93/228.07	|    131166 |   17031   112066   378338 |   173732   130363     66 |  0.420 % |
394.89/395.03	|    196850 |   17020   111871   377680 |   191106    48386     73 |  0.439 % |
655.03/655.27	|    295376 |   17009   111542   376577 |   210216   146877    115 |  0.451 % |
1047.33/1047.69	|    443166 |   16990   111049   374870 |   231238   113061     79 |  0.478 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1796379-1242075232/watcher-1796379-1242075232 -o /tmp/evaluation-result-1796379-1242075232/solver-1796379-1242075232 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1796379-1242075232.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): 1800 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/67 24970
/proc/meminfo: memFree=1062480/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=2356 CPUtime=0
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 469 0 0 0 0 0 0 0 18 0 1 0 235549378 2412544 454 1992294400 134512640 135243866 4294956256 18446744073709551615 134553504 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 589 454 65 178 0 409 0

[startup+0.0264291 s]
/proc/loadavg: 0.99 0.98 0.99 3/67 24970
/proc/meminfo: memFree=1062480/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=4464 CPUtime=0.02
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 977 0 0 0 2 0 0 0 18 0 1 0 235549378 4571136 962 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 1116 962 65 178 0 936 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4464

[startup+0.101435 s]
/proc/loadavg: 0.99 0.98 0.99 3/67 24970
/proc/meminfo: memFree=1062480/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=11736 CPUtime=0.09
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 2591 0 0 0 9 0 0 0 18 0 1 0 235549378 12017664 2576 1992294400 134512640 135243866 4294956256 18446744073709551615 134547865 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 2934 2577 65 178 0 2754 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11736

[startup+0.301453 s]
/proc/loadavg: 0.99 0.98 0.99 3/67 24970
/proc/meminfo: memFree=1062480/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=24728 CPUtime=0.29
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 5319 0 0 0 27 2 0 0 19 0 1 0 235549378 25321472 5304 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 6182 5304 80 178 0 6002 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24728

[startup+0.701488 s]
/proc/loadavg: 0.99 0.98 0.99 3/67 24970
/proc/meminfo: memFree=1062480/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=34144 CPUtime=0.69
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 7553 0 0 0 66 3 0 0 22 0 1 0 235549378 34963456 7538 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 8536 7538 80 178 0 8356 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34144

[startup+1.50156 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 24971
/proc/meminfo: memFree=1026632/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=42600 CPUtime=1.49
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 9825 0 0 0 145 4 0 0 25 0 1 0 235549378 43622400 9810 1992294400 134512640 135243866 4294956256 18446744073709551615 134535741 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 10650 9810 80 178 0 10470 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42600

[startup+3.1017 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 24971
/proc/meminfo: memFree=1027080/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=37644 CPUtime=3.09
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 9939 0 0 0 305 4 0 0 25 0 1 0 235549378 38547456 8819 1992294400 134512640 135243866 4294956256 18446744073709551615 134556170 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 9411 8819 87 178 0 9231 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37644

[startup+6.30199 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 24971
/proc/meminfo: memFree=1026952/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=37644 CPUtime=6.29
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 9939 0 0 0 625 4 0 0 25 0 1 0 235549378 38547456 8819 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 9411 8819 87 178 0 9231 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37644

[startup+12.7016 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 24971
/proc/meminfo: memFree=1026952/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=37644 CPUtime=12.69
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 9940 0 0 0 1265 4 0 0 25 0 1 0 235549378 38547456 8820 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 9411 8820 87 178 0 9231 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37644

[startup+25.5017 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 24971
/proc/meminfo: memFree=1026952/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=37824 CPUtime=25.49
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 9950 0 0 0 2545 4 0 0 25 0 1 0 235549378 38731776 8830 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 9456 8830 87 178 0 9276 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 37824

[startup+51.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 24971
/proc/meminfo: memFree=1025032/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=39956 CPUtime=51.07
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 10470 0 0 0 5103 4 0 0 25 0 1 0 235549378 40914944 9350 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 9989 9350 87 178 0 9809 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 39956

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 24971
/proc/meminfo: memFree=1017800/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=47256 CPUtime=102.27
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 12296 0 0 0 10220 7 0 0 25 0 1 0 235549378 48390144 11176 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 11814 11176 87 178 0 11634 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 47256

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 24971
/proc/meminfo: memFree=1007944/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=57320 CPUtime=162.25
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 14781 0 0 0 16215 10 0 0 25 0 1 0 235549378 58695680 13661 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 14330 13661 87 178 0 14150 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 57320

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 24971
/proc/meminfo: memFree=997704/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=67376 CPUtime=222.24
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 17309 0 0 0 22212 12 0 0 25 0 1 0 235549378 68993024 16189 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 16844 16189 87 178 0 16664 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 67376

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 24971
/proc/meminfo: memFree=988872/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=76340 CPUtime=282.22
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 19516 0 0 0 28206 16 0 0 25 0 1 0 235549378 78172160 18396 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 19085 18396 87 178 0 18905 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 76340

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 24971
/proc/meminfo: memFree=979720/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=85308 CPUtime=342.21
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 21766 0 0 0 34202 19 0 0 25 0 1 0 235549378 87355392 20646 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 21327 20646 87 178 0 21147 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 85308

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 24971
/proc/meminfo: memFree=976776/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=88248 CPUtime=402.19
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 22502 0 0 0 40199 20 0 0 25 0 1 0 235549378 90365952 21382 1992294400 134512640 135243866 4294956256 18446744073709551615 134556191 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 22062 21382 87 178 0 21882 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 88248

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 24977
/proc/meminfo: memFree=976584/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=88248 CPUtime=462.18
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 22502 0 0 0 46197 21 0 0 25 0 1 0 235549378 90365952 21382 1992294400 134512640 135243866 4294956256 18446744073709551615 134556155 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 22062 21382 87 178 0 21882 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 88248

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 24977
/proc/meminfo: memFree=976648/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=88248 CPUtime=522.16
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 22503 0 0 0 52195 21 0 0 25 0 1 0 235549378 90365952 21383 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 22062 21383 87 178 0 21882 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 88248

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 24977
/proc/meminfo: memFree=976264/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=88908 CPUtime=582.14
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 22647 0 0 0 58193 21 0 0 25 0 1 0 235549378 91041792 21527 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 22227 21527 87 178 0 22047 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 88908

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 24977
/proc/meminfo: memFree=962632/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=102372 CPUtime=642.13
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 26019 0 0 0 64188 25 0 0 25 0 1 0 235549378 104828928 24899 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 25593 24899 87 178 0 25413 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 102372

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 24977
/proc/meminfo: memFree=953096/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=112112 CPUtime=702.11
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 28432 0 0 0 70183 28 0 0 25 0 1 0 235549378 114802688 27312 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 28028 27312 87 178 0 27848 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 112112

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 24977
/proc/meminfo: memFree=942472/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=122564 CPUtime=762.11
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 31058 0 0 0 76180 31 0 0 25 0 1 0 235549378 125505536 29938 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 30641 29938 87 178 0 30461 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 122564

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 24977
/proc/meminfo: memFree=936648/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=128260 CPUtime=822.09
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 32515 0 0 0 82177 32 0 0 25 0 1 0 235549378 131338240 31395 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 32065 31395 87 178 0 31885 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 128260

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 24977
/proc/meminfo: memFree=933384/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=131864 CPUtime=882.07
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 33307 0 0 0 88175 32 0 0 25 0 1 0 235549378 135028736 32187 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 32966 32187 87 178 0 32786 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 131864

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 24977
/proc/meminfo: memFree=933448/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=131864 CPUtime=942.06
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 33307 0 0 0 94174 32 0 0 25 0 1 0 235549378 135028736 32187 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 32966 32187 87 178 0 32786 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 131864

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 24977
/proc/meminfo: memFree=933384/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=131864 CPUtime=1002.04
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 33307 0 0 0 100172 32 0 0 25 0 1 0 235549378 135028736 32187 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 32966 32187 87 178 0 32786 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 131864

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/68 24977
/proc/meminfo: memFree=933384/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=131864 CPUtime=1062.03
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 33308 0 0 0 106171 32 0 0 25 0 1 0 235549378 135028736 32188 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 32966 32188 87 178 0 32786 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 131864

[startup+1122.3 s]
/proc/loadavg: 1.04 1.00 1.00 2/68 24977
/proc/meminfo: memFree=933320/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=131864 CPUtime=1122.01
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 33308 0 0 0 112169 32 0 0 25 0 1 0 235549378 135028736 32188 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 32966 32188 87 178 0 32786 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 131864

[startup+1182.3 s]
/proc/loadavg: 1.06 1.01 1.00 2/68 24977
/proc/meminfo: memFree=933320/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=131864 CPUtime=1181.99
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 33313 0 0 0 118167 32 0 0 25 0 1 0 235549378 135028736 32193 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 32966 32193 87 178 0 32786 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 131864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.05 1.01 1.00 2/68 24977
/proc/meminfo: memFree=933320/2055920 swapFree=4162628/4192956
[pid=24970] ppid=24968 vsize=131864 CPUtime=1200.09
/proc/24970/stat : 24970 (minisat_static) R 24968 24970 24811 0 -1 4194304 33313 0 0 0 119977 32 0 0 25 0 1 0 235549378 135028736 32193 1992294400 134512640 135243866 4294956256 18446744073709551615 134556188 0 0 4096 3 0 0 0 17 1 0 0
/proc/24970/statm: 32966 32193 87 178 0 32786 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 131864

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.13
CPU user time (s): 1199.78
CPU system time (s): 0.348946
CPU usage (%): 99.9752
Max. virtual memory (cumulated for all children) (KiB): 131864

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

runsolver used 1.03184 second user time and 3.34649 second system time

The end

Launcher Data

Begin job on node68 at 2009-05-11 22:53:52
IDJOB=1796379
IDBENCH=20425
IDSOLVER=568
FILE ID=node68/1796379-1242075232
PBS_JOBID= 9277607
Free space on /tmp= 66280 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT07/industrial/palacios/medium/emptyroom-4-h21-unsat.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796379-1242075232/watcher-1796379-1242075232 -o /tmp/evaluation-result-1796379-1242075232/solver-1796379-1242075232 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1796379-1242075232.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 175ec3119584300988ad366c4a04cccc
RANDOM SEED=1937097355

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

/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.223
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.223
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:       1062960 kB
Buffers:         67056 kB
Cached:         837636 kB
SwapCached:      22760 kB
Active:         224084 kB
Inactive:       705768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1062960 kB
SwapTotal:     4192956 kB
SwapFree:      4162628 kB
Dirty:            4220 kB
Writeback:           0 kB
Mapped:          14744 kB
Slab:            48732 kB
Committed_AS:   685764 kB
PageTables:       1560 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66280 MiB
End job on node68 at 2009-05-11 23:13:55