Trace number 1806809

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

General information on the benchmark

NameCRAFTED/sgen/unsat/
sgen1-unsat-145-100.cnf
MD5SUM8691e3b6431437da05017ed8abe8cba2
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 variables145
Number of clauses300
Sum of the clauses size900
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3300
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:  145                                                  |
0.00/0.00	|  Number of clauses:    300                                                  |
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 |     145      300      900 |      100        0    nan |  0.000 % |
0.00/0.00	|       101 |     145      300      900 |      110      101     20 |  0.005 % |
0.00/0.00	|       252 |     145      300      900 |      121      156     15 |  0.005 % |
0.00/0.00	|       477 |     145      300      900 |      133      117     14 |  0.005 % |
0.00/0.01	|       814 |     145      300      900 |      146      150     13 |  0.005 % |
0.00/0.02	|      1321 |     145      300      900 |      161      168     13 |  0.005 % |
0.00/0.03	|      2081 |     145      300      900 |      177      200     15 |  0.005 % |
0.00/0.05	|      3220 |     145      300      900 |      194      133     11 |  0.005 % |
0.00/0.08	|      4928 |     145      300      900 |      214      248     17 |  0.005 % |
0.10/0.12	|      7491 |     145      300      900 |      235      182     13 |  0.005 % |
0.10/0.18	|     11335 |     145      300      900 |      259      177     12 |  0.005 % |
0.20/0.28	|     17103 |     145      300      900 |      285      296     17 |  0.005 % |
0.40/0.44	|     25752 |     145      300      900 |      313      309     19 |  0.005 % |
0.60/0.67	|     38726 |     145      300      900 |      345      295     16 |  0.005 % |
1.00/1.03	|     58188 |     145      300      900 |      379      243     13 |  0.005 % |
1.50/1.58	|     87381 |     145      300      900 |      417      320     15 |  0.005 % |
2.40/2.44	|    131170 |     145      300      900 |      459      432     20 |  0.005 % |
3.69/3.73	|    196855 |     145      300      900 |      505      295     13 |  0.005 % |
5.60/5.67	|    295384 |     145      300      900 |      555      399     16 |  0.005 % |
8.39/8.48	|    443176 |     145      300      900 |      611      473     17 |  0.005 % |
13.09/13.15	|    664859 |     145      300      900 |      672      566     20 |  0.005 % |
20.29/20.39	|    997384 |     145      300      900 |      740      652     20 |  0.005 % |
31.49/31.52	|   1496174 |     145      300      900 |      814      505     15 |  0.005 % |
48.78/48.82	|   2244357 |     145      300      900 |      895      839     19 |  0.005 % |
78.07/78.20	|   3366631 |     145      300      900 |      984      821     20 |  0.005 % |
122.46/122.57	|   5050042 |     145      300      900 |     1083      598     16 |  0.005 % |
188.74/188.88	|   7575159 |     145      300      900 |     1191     1031     18 |  0.005 % |
287.51/287.63	|  11362835 |     145      300      900 |     1310      901     17 |  0.005 % |
435.96/436.11	|  17044347 |     145      300      900 |     1442     1050     22 |  0.005 % |
664.70/664.94	|  25566616 |     145      300      900 |     1586     1094     20 |  0.005 % |
1033.09/1033.49	|  38350019 |     145      300      900 |     1744     1079     18 |  0.005 % |

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-1806809-1242152410/watcher-1806809-1242152410 -o /tmp/evaluation-result-1806809-1242152410/solver-1806809-1242152410 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1806809-1242152410.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.96 2/65 22211
/proc/meminfo: memFree=1324576/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=1920 CPUtime=0
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 243270177 1966080 113 1992294400 134512640 135243866 4294956256 18446744073709551615 134555699 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 480 113 85 178 0 300 0

[startup+0.105642 s]
/proc/loadavg: 1.00 1.01 0.96 2/65 22211
/proc/meminfo: memFree=1324576/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=1920 CPUtime=0.1
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 136 0 0 0 10 0 0 0 18 0 1 0 243270177 1966080 121 1992294400 134512640 135243866 4294956256 18446744073709551615 134742600 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 480 121 85 178 0 300 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1920

[startup+0.202654 s]
/proc/loadavg: 1.00 1.01 0.96 2/65 22211
/proc/meminfo: memFree=1324576/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=1920 CPUtime=0.2
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 139 0 0 0 20 0 0 0 19 0 1 0 243270177 1966080 124 1992294400 134512640 135243866 4294956256 18446744073709551615 134556120 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 480 124 85 178 0 300 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 1920

[startup+0.302665 s]
/proc/loadavg: 1.00 1.01 0.96 2/65 22211
/proc/meminfo: memFree=1324576/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=1920 CPUtime=0.3
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 141 0 0 0 30 0 0 0 20 0 1 0 243270177 1966080 126 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 480 126 85 178 0 300 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1920

[startup+0.701711 s]
/proc/loadavg: 1.00 1.01 0.96 2/65 22211
/proc/meminfo: memFree=1324576/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=2048 CPUtime=0.7
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 147 0 0 0 70 0 0 0 24 0 1 0 243270177 2097152 132 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 512 132 85 178 0 332 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2048

[startup+1.5018 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 22212
/proc/meminfo: memFree=1324376/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=2048 CPUtime=1.5
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 153 0 0 0 150 0 0 0 25 0 1 0 243270177 2097152 138 1992294400 134512640 135243866 4294956256 18446744073709551615 134558448 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 512 138 85 178 0 332 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2048

[startup+3.10198 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 22212
/proc/meminfo: memFree=1324248/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=2048 CPUtime=3.1
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 162 0 0 0 310 0 0 0 25 0 1 0 243270177 2097152 147 1992294400 134512640 135243866 4294956256 18446744073709551615 134565301 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 512 147 85 178 0 332 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 2048

[startup+6.30135 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 22212
/proc/meminfo: memFree=1324120/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=2048 CPUtime=6.29
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 174 0 0 0 629 0 0 0 25 0 1 0 243270177 2097152 159 1992294400 134512640 135243866 4294956256 18446744073709551615 134563960 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 512 159 85 178 0 332 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2048

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 22212
/proc/meminfo: memFree=1324080/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=2176 CPUtime=12.69
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 187 0 0 0 1269 0 0 0 25 0 1 0 243270177 2228224 172 1992294400 134512640 135243866 4294956256 18446744073709551615 134565827 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 544 172 85 178 0 364 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2176

[startup+25.5025 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 22212
/proc/meminfo: memFree=1324016/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=2176 CPUtime=25.49
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 203 0 0 0 2549 0 0 0 25 0 1 0 243270177 2228224 188 1992294400 134512640 135243866 4294956256 18446744073709551615 134558476 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 544 188 85 178 0 364 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2176

[startup+51.1025 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 22212
/proc/meminfo: memFree=1324016/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=2308 CPUtime=51.08
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 222 0 0 0 5108 0 0 0 25 0 1 0 243270177 2363392 207 1992294400 134512640 135243866 4294956256 18446744073709551615 134565542 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 577 207 85 178 0 397 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2308

[startup+102.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 22212
/proc/meminfo: memFree=1323824/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=2436 CPUtime=102.27
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 251 0 0 0 10227 0 0 0 25 0 1 0 243270177 2494464 236 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 609 236 85 178 0 429 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2436

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 22212
/proc/meminfo: memFree=1323760/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=2436 CPUtime=162.25
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 269 0 0 0 16225 0 0 0 25 0 1 0 243270177 2494464 254 1992294400 134512640 135243866 4294956256 18446744073709551615 134555795 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 609 254 85 178 0 429 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 2436

[startup+222.306 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 22212
/proc/meminfo: memFree=1323632/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=2568 CPUtime=222.23
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 286 0 0 0 22223 0 0 0 25 0 1 0 243270177 2629632 271 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 642 271 85 178 0 462 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 2568

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 22212
/proc/meminfo: memFree=1323632/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=2568 CPUtime=282.21
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 291 0 0 0 28221 0 0 0 25 0 1 0 243270177 2629632 276 1992294400 134512640 135243866 4294956256 18446744073709551615 134565177 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 642 276 85 178 0 462 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 2568

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 22212
/proc/meminfo: memFree=1323632/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=2568 CPUtime=342.19
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 308 0 0 0 34219 0 0 0 25 0 1 0 243270177 2629632 293 1992294400 134512640 135243866 4294956256 18446744073709551615 134566126 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 642 293 85 178 0 462 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 2568

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 22212
/proc/meminfo: memFree=1323568/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=2696 CPUtime=402.18
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 311 0 0 0 40218 0 0 0 25 0 1 0 243270177 2760704 296 1992294400 134512640 135243866 4294956256 18446744073709551615 134558476 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 674 296 85 178 0 494 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 2696

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 22212
/proc/meminfo: memFree=1323568/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=2696 CPUtime=462.16
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 322 0 0 0 46216 0 0 0 25 0 1 0 243270177 2760704 307 1992294400 134512640 135243866 4294956256 18446744073709551615 134565112 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 674 307 85 178 0 494 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 2696

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 22212
/proc/meminfo: memFree=1323440/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=2696 CPUtime=522.14
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 336 0 0 0 52214 0 0 0 25 0 1 0 243270177 2760704 321 1992294400 134512640 135243866 4294956256 18446744073709551615 134555696 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 674 321 85 178 0 494 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 2696

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 22212
/proc/meminfo: memFree=1323376/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=2696 CPUtime=582.12
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 340 0 0 0 58212 0 0 0 25 0 1 0 243270177 2760704 325 1992294400 134512640 135243866 4294956256 18446744073709551615 134565301 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 674 325 85 178 0 494 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 2696

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 22212
/proc/meminfo: memFree=1323440/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=2696 CPUtime=642.11
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 340 0 0 0 64211 0 0 0 25 0 1 0 243270177 2760704 325 1992294400 134512640 135243866 4294956256 18446744073709551615 134555903 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 674 325 85 178 0 494 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 2696

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 22212
/proc/meminfo: memFree=1323312/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=2828 CPUtime=702.09
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 361 0 0 0 70209 0 0 0 25 0 1 0 243270177 2895872 346 1992294400 134512640 135243866 4294956256 18446744073709551615 134565622 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 707 346 85 178 0 527 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 2828

[startup+762.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 22212
/proc/meminfo: memFree=1323248/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=2828 CPUtime=762.07
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 365 0 0 0 76207 0 0 0 25 0 1 0 243270177 2895872 350 1992294400 134512640 135243866 4294956256 18446744073709551615 134565177 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 707 350 85 178 0 527 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 2828

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 22212
/proc/meminfo: memFree=1323184/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=2828 CPUtime=822.05
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 372 0 0 0 82205 0 0 0 25 0 1 0 243270177 2895872 357 1992294400 134512640 135243866 4294956256 18446744073709551615 134558272 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 707 357 85 178 0 527 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 2828

[startup+882.306 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 22212
/proc/meminfo: memFree=1323120/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=2964 CPUtime=882.04
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 375 0 0 0 88204 0 0 0 25 0 1 0 243270177 3035136 360 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 741 360 85 178 0 561 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 2964

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 22212
/proc/meminfo: memFree=1323184/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=2964 CPUtime=942.02
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 377 0 0 0 94202 0 0 0 25 0 1 0 243270177 3035136 362 1992294400 134512640 135243866 4294956256 18446744073709551615 134555895 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 741 362 85 178 0 561 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 2964

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 22212
/proc/meminfo: memFree=1323120/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=2964 CPUtime=1002
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 378 0 0 0 100200 0 0 0 25 0 1 0 243270177 3035136 363 1992294400 134512640 135243866 4294956256 18446744073709551615 134555826 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 741 363 85 178 0 561 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 2964

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 22212
/proc/meminfo: memFree=1323120/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=2964 CPUtime=1061.98
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 386 0 0 0 106198 0 0 0 25 0 1 0 243270177 3035136 371 1992294400 134512640 135243866 4294956256 18446744073709551615 134555740 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 741 371 85 178 0 561 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 2964

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 22212
/proc/meminfo: memFree=1323056/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=2964 CPUtime=1121.97
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 396 0 0 0 112197 0 0 0 25 0 1 0 243270177 3035136 381 1992294400 134512640 135243866 4294956256 18446744073709551615 134568422 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 741 381 85 178 0 561 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 2964

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 22212
/proc/meminfo: memFree=1322992/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=2964 CPUtime=1181.95
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 399 0 0 0 118195 0 0 0 25 0 1 0 243270177 3035136 384 1992294400 134512640 135243866 4294956256 18446744073709551615 134555719 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 741 384 85 178 0 561 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 2964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 22212
/proc/meminfo: memFree=1322992/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=2964 CPUtime=1200.05
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 399 0 0 0 120005 0 0 0 25 0 1 0 243270177 3035136 384 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 741 384 85 178 0 561 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 2964

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

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

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 22212
/proc/meminfo: memFree=1322992/2055920 swapFree=4181592/4192956
[pid=22211] ppid=22209 vsize=2964 CPUtime=1200.05
/proc/22211/stat : 22211 (minisat_static) R 22209 22211 21735 0 -1 4194304 399 0 0 0 120005 0 0 0 25 0 1 0 243270177 3035136 384 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/22211/statm: 741 384 85 178 0 561 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 2964

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.06
CPU user time (s): 1200.05
CPU system time (s): 0.003999
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 2964

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

runsolver used 1.27381 second user time and 2.6326 second system time

The end

Launcher Data

Begin job on node88 at 2009-05-12 20:20:10
IDJOB=1806809
IDBENCH=71109
IDSOLVER=568
FILE ID=node88/1806809-1242152410
PBS_JOBID= 9289638
Free space on /tmp= 66172 MiB

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

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

MD5SUM BENCH= 8691e3b6431437da05017ed8abe8cba2
RANDOM SEED=27552165

node88.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.229
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.229
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1325056 kB
Buffers:         60288 kB
Cached:         579748 kB
SwapCached:       5488 kB
Active:          25676 kB
Inactive:       622964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1325056 kB
SwapTotal:     4192956 kB
SwapFree:      4181592 kB
Dirty:            1044 kB
Writeback:           0 kB
Mapped:          15036 kB
Slab:            68124 kB
Committed_AS:   692536 kB
PageTables:       1444 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= 66172 MiB
End job on node88 at 2009-05-12 20:40:13