Trace number 1806781

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

General information on the benchmark

NameCRAFTED/sgen/unsat/
sgen1-unsat-97-100.cnf
MD5SUM5f0ec9f87ae77ca0eb8468a4ddde217c
Bench CategoryCRAFTED (crafted 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 variables97
Number of clauses204
Sum of the clauses size612
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3204
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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:  97                                                   |
0.00/0.00	|  Number of clauses:    204                                                  |
0.00/0.00	|  Parsing time:         0.00         s                                       |
0.00/0.00	============================[ Search Statistics ]==============================
0.00/0.00	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	===============================================================================
0.00/0.00	|         0 |      97      204      612 |       68        0    nan |  0.000 % |
0.00/0.00	|       104 |      97      204      612 |       74      104     16 |  0.011 % |
0.00/0.00	|       254 |      97      204      612 |       82       92     13 |  0.011 % |
0.00/0.00	|       480 |      97      204      612 |       90       86     11 |  0.011 % |
0.00/0.01	|       818 |      97      204      612 |       99      100     12 |  0.011 % |
0.00/0.01	|      1325 |      97      204      612 |      109       97     12 |  0.011 % |
0.02/0.03	|      2086 |      97      204      612 |      120       93     11 |  0.011 % |
0.02/0.04	|      3226 |      97      204      612 |      132       93      9 |  0.011 % |
0.02/0.07	|      4935 |      97      204      612 |      145      118     10 |  0.011 % |
0.10/0.11	|      7497 |      97      204      612 |      160      110     11 |  0.011 % |
0.10/0.17	|     11341 |      97      204      612 |      176      180     13 |  0.011 % |
0.20/0.25	|     17107 |      97      204      612 |      194      165     11 |  0.011 % |
0.30/0.38	|     25757 |      97      204      612 |      213      142     10 |  0.011 % |
0.50/0.58	|     38731 |      97      204      612 |      234      217     12 |  0.011 % |
0.79/0.89	|     58193 |      97      204      612 |      258      185     10 |  0.011 % |
1.29/1.34	|     87387 |      97      204      612 |      284      214     10 |  0.011 % |
1.99/2.04	|    131176 |      97      204      612 |      312      195      9 |  0.011 % |
3.09/3.14	|    196862 |      97      204      612 |      343      198     11 |  0.011 % |
4.69/4.78	|    295389 |      97      204      612 |      378      317     12 |  0.011 % |
7.19/7.24	|    443181 |      97      204      612 |      415      357     13 |  0.011 % |
10.79/10.88	|    664866 |      97      204      612 |      457      244     10 |  0.011 % |
16.29/16.37	|    997391 |      97      204      612 |      503      314     11 |  0.011 % |
25.09/25.16	|   1496179 |      97      204      612 |      553      492     13 |  0.011 % |
39.08/39.15	|   2244361 |      97      204      612 |      608      525     14 |  0.011 % |
59.47/59.57	|   3366637 |      97      204      612 |      669      528     13 |  0.011 % |
92.86/92.94	|   5050048 |      97      204      612 |      736      538     13 |  0.011 % |
141.55/141.64	|   7575164 |      97      204      612 |      810      643     14 |  0.011 % |
221.22/221.38	|  11362839 |      97      204      612 |      891      487     11 |  0.011 % |
343.98/344.15	|  17044351 |      97      204      612 |      980      654     14 |  0.011 % |
535.63/535.81	|  25566621 |      97      204      612 |     1078      912     13 |  0.011 % |
816.85/817.16	|  38350024 |      97      204      612 |     1186      668     13 |  0.022 % |

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-1806781-1242152198/watcher-1806781-1242152198 -o /tmp/evaluation-result-1806781-1242152198/solver-1806781-1242152198 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1806781-1242152198.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: 1.00 1.01 0.99 3/64 21723
/proc/meminfo: memFree=1333816/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=1920 CPUtime=0
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 122 0 0 0 0 0 0 0 18 0 1 0 243248254 1966080 107 1992294400 134512640 135243866 4294956256 18446744073709551615 134770254 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 480 107 85 178 0 300 0

[startup+0.027939 s]
/proc/loadavg: 1.00 1.01 0.99 3/64 21723
/proc/meminfo: memFree=1333816/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=1920 CPUtime=0.02
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 125 0 0 0 2 0 0 0 18 0 1 0 243248254 1966080 110 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 480 110 85 178 0 300 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1920

[startup+0.10195 s]
/proc/loadavg: 1.00 1.01 0.99 3/64 21723
/proc/meminfo: memFree=1333816/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=1920 CPUtime=0.1
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 127 0 0 0 10 0 0 0 18 0 1 0 243248254 1966080 112 1992294400 134512640 135243866 4294956256 18446744073709551615 134565072 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 480 112 85 178 0 300 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1920

[startup+0.301978 s]
/proc/loadavg: 1.00 1.01 0.99 3/64 21723
/proc/meminfo: memFree=1333816/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=1920 CPUtime=0.3
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 130 0 0 0 30 0 0 0 19 0 1 0 243248254 1966080 115 1992294400 134512640 135243866 4294956256 18446744073709551615 134559406 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 480 115 85 178 0 300 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1920

[startup+0.701037 s]
/proc/loadavg: 1.00 1.01 0.99 3/64 21723
/proc/meminfo: memFree=1333816/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=1920 CPUtime=0.69
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 135 0 0 0 69 0 0 0 22 0 1 0 243248254 1966080 120 1992294400 134512640 135243866 4294956256 18446744073709551615 134566494 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 480 120 85 178 0 300 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1920

[startup+1.50116 s]
/proc/loadavg: 1.00 1.01 0.99 2/65 21724
/proc/meminfo: memFree=1333616/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=1920 CPUtime=1.49
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 138 0 0 0 149 0 0 0 25 0 1 0 243248254 1966080 123 1992294400 134512640 135243866 4294956256 18446744073709551615 134555795 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 480 123 85 178 0 300 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1920

[startup+3.10139 s]
/proc/loadavg: 1.00 1.01 0.99 2/65 21724
/proc/meminfo: memFree=1333488/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=1920 CPUtime=3.09
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 144 0 0 0 309 0 0 0 25 0 1 0 243248254 1966080 129 1992294400 134512640 135243866 4294956256 18446744073709551615 134569183 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 480 129 85 178 0 300 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1920

[startup+6.30186 s]
/proc/loadavg: 1.00 1.01 0.99 2/65 21724
/proc/meminfo: memFree=1333424/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=2048 CPUtime=6.29
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 148 0 0 0 629 0 0 0 25 0 1 0 243248254 2097152 133 1992294400 134512640 135243866 4294956256 18446744073709551615 134745951 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 512 133 85 178 0 332 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2048

[startup+12.7018 s]
/proc/loadavg: 1.00 1.01 0.99 2/65 21724
/proc/meminfo: memFree=1333360/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=2048 CPUtime=12.69
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 156 0 0 0 1269 0 0 0 25 0 1 0 243248254 2097152 141 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 512 141 85 178 0 332 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2048

[startup+25.5017 s]
/proc/loadavg: 1.00 1.01 0.99 2/65 21724
/proc/meminfo: memFree=1333296/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=2048 CPUtime=25.49
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 166 0 0 0 2549 0 0 0 25 0 1 0 243248254 2097152 151 1992294400 134512640 135243866 4294956256 18446744073709551615 134556345 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 512 151 85 178 0 332 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2048

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 21724
/proc/meminfo: memFree=1333232/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=2048 CPUtime=51.08
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 177 0 0 0 5108 0 0 0 25 0 1 0 243248254 2097152 162 1992294400 134512640 135243866 4294956256 18446744073709551615 134555733 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 512 162 85 178 0 332 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2048

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 21724
/proc/meminfo: memFree=1333232/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=2180 CPUtime=102.27
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 189 0 0 0 10227 0 0 0 25 0 1 0 243248254 2232320 174 1992294400 134512640 135243866 4294956256 18446744073709551615 134568884 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 545 174 85 178 0 365 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2180

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 21724
/proc/meminfo: memFree=1333168/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=2180 CPUtime=162.24
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 202 0 0 0 16224 0 0 0 25 0 1 0 243248254 2232320 187 1992294400 134512640 135243866 4294956256 18446744073709551615 134564795 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 545 187 85 178 0 365 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 2180

[startup+222.302 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 21724
/proc/meminfo: memFree=1333104/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=2180 CPUtime=222.22
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 210 0 0 0 22222 0 0 0 25 0 1 0 243248254 2232320 195 1992294400 134512640 135243866 4294956256 18446744073709551615 134565819 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 545 195 85 178 0 365 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 2180

[startup+282.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 21724
/proc/meminfo: memFree=1333040/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=2312 CPUtime=282.2
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 218 0 0 0 28220 0 0 0 25 0 1 0 243248254 2367488 203 1992294400 134512640 135243866 4294956256 18446744073709551615 134555740 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 578 203 85 178 0 398 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 2312

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21724
/proc/meminfo: memFree=1332976/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=2312 CPUtime=342.18
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 223 0 0 0 34218 0 0 0 25 0 1 0 243248254 2367488 208 1992294400 134512640 135243866 4294956256 18446744073709551615 134555784 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 578 208 85 178 0 398 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 2312

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21724
/proc/meminfo: memFree=1332976/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=2312 CPUtime=402.17
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 228 0 0 0 40217 0 0 0 25 0 1 0 243248254 2367488 213 1992294400 134512640 135243866 4294956256 18446744073709551615 134568300 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 578 213 85 178 0 398 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 2312

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21724
/proc/meminfo: memFree=1332912/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=2312 CPUtime=462.15
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 234 0 0 0 46215 0 0 0 25 0 1 0 243248254 2367488 219 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 578 219 85 178 0 398 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 2312

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21724
/proc/meminfo: memFree=1332912/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=2312 CPUtime=522.13
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 239 0 0 0 52213 0 0 0 25 0 1 0 243248254 2367488 224 1992294400 134512640 135243866 4294956256 18446744073709551615 134565936 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 578 224 85 178 0 398 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 2312

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21724
/proc/meminfo: memFree=1332912/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=2312 CPUtime=582.12
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 244 0 0 0 58211 1 0 0 25 0 1 0 243248254 2367488 229 1992294400 134512640 135243866 4294956256 18446744073709551615 134555746 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 578 229 85 178 0 398 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 2312

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21724
/proc/meminfo: memFree=1332912/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=2312 CPUtime=642.11
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 244 0 0 0 64210 1 0 0 25 0 1 0 243248254 2367488 229 1992294400 134512640 135243866 4294956256 18446744073709551615 134565310 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 578 229 85 178 0 398 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 2312

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21724
/proc/meminfo: memFree=1332912/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=2312 CPUtime=702.08
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 244 0 0 0 70207 1 0 0 25 0 1 0 243248254 2367488 229 1992294400 134512640 135243866 4294956256 18446744073709551615 134566401 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 578 229 85 178 0 398 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 2312

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21724
/proc/meminfo: memFree=1332848/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=2444 CPUtime=762.07
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 250 0 0 0 76206 1 0 0 25 0 1 0 243248254 2502656 235 1992294400 134512640 135243866 4294956256 18446744073709551615 134558588 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 611 235 85 178 0 431 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 2444

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21724
/proc/meminfo: memFree=1332848/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=2444 CPUtime=822.05
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 255 0 0 0 82204 1 0 0 25 0 1 0 243248254 2502656 240 1992294400 134512640 135243866 4294956256 18446744073709551615 134568810 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 611 240 85 178 0 431 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 2444

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21724
/proc/meminfo: memFree=1332784/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=2444 CPUtime=882.03
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 263 0 0 0 88202 1 0 0 25 0 1 0 243248254 2502656 248 1992294400 134512640 135243866 4294956256 18446744073709551615 134555719 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 611 248 85 178 0 431 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 2444

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21724
/proc/meminfo: memFree=1332848/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=2444 CPUtime=942.01
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 263 0 0 0 94200 1 0 0 25 0 1 0 243248254 2502656 248 1992294400 134512640 135243866 4294956256 18446744073709551615 134556083 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 611 248 85 178 0 431 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 2444

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21724
/proc/meminfo: memFree=1332784/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=2444 CPUtime=1001.99
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 268 0 0 0 100198 1 0 0 25 0 1 0 243248254 2502656 253 1992294400 134512640 135243866 4294956256 18446744073709551615 134565666 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 611 253 85 178 0 431 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 2444

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21724
/proc/meminfo: memFree=1332784/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=2444 CPUtime=1061.97
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 272 0 0 0 106196 1 0 0 25 0 1 0 243248254 2502656 257 1992294400 134512640 135243866 4294956256 18446744073709551615 134567856 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 611 257 85 178 0 431 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 2444

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21724
/proc/meminfo: memFree=1332720/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=2444 CPUtime=1121.95
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 277 0 0 0 112194 1 0 0 25 0 1 0 243248254 2502656 262 1992294400 134512640 135243866 4294956256 18446744073709551615 134555792 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 611 262 85 178 0 431 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 2444

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21724
/proc/meminfo: memFree=1332784/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=2444 CPUtime=1181.93
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 277 0 0 0 118192 1 0 0 25 0 1 0 243248254 2502656 262 1992294400 134512640 135243866 4294956256 18446744073709551615 134565121 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 611 262 85 178 0 431 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 2444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21724
/proc/meminfo: memFree=1332784/2055920 swapFree=4145924/4192956
[pid=21723] ppid=21721 vsize=2444 CPUtime=1200.03
/proc/21723/stat : 21723 (minisat_static) R 21721 21723 21272 0 -1 4194304 277 0 0 0 120002 1 0 0 25 0 1 0 243248254 2502656 262 1992294400 134512640 135243866 4294956256 18446744073709551615 134565461 0 0 4096 3 0 0 0 17 1 0 0
/proc/21723/statm: 611 262 85 178 0 431 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 2444

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.41
CPU time (s): 1200.05
CPU user time (s): 1200.03
CPU system time (s): 0.020996
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 2444

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

runsolver used 0.85287 second user time and 2.48262 second system time

The end

Launcher Data

Begin job on node39 at 2009-05-12 20:16:38
IDJOB=1806781
IDBENCH=71105
IDSOLVER=568
FILE ID=node39/1806781-1242152198
PBS_JOBID= 9289682
Free space on /tmp= 66332 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/CRAFTED/sgen/unsat/sgen1-unsat-97-100.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806781-1242152198/watcher-1806781-1242152198 -o /tmp/evaluation-result-1806781-1242152198/solver-1806781-1242152198 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1806781-1242152198.cnf

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

MD5SUM BENCH= 5f0ec9f87ae77ca0eb8468a4ddde217c
RANDOM SEED=903976049

node39.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.281
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.281
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:       1334232 kB
Buffers:         82080 kB
Cached:         521396 kB
SwapCached:      41096 kB
Active:         218116 kB
Inactive:       428772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1334232 kB
SwapTotal:     4192956 kB
SwapFree:      4145924 kB
Dirty:             824 kB
Writeback:           0 kB
Mapped:          14536 kB
Slab:            60800 kB
Committed_AS:   958048 kB
PageTables:       1384 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= 66332 MiB
End job on node39 at 2009-05-12 20:36:41