Trace number 1807534

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
ReVivAl 0.23 2009-03-18? (TO) 1200.08 1200.71

General information on the benchmark

NameCRAFTED/sgen/unsat/
sgen1-unsat-115-100.cnf
MD5SUMfd3986b9c0990131ef596f6d92a0612d
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 variables117
Number of clauses244
Sum of the clauses size732
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3244
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	c revival is preprocessing the formula...#ITERATIONS 1
0.00/0.00	#LEARNT CLAUSES 0
0.00/0.00	done !
0.00/0.00	c Calling MINISAT
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:  117                                                  |
0.00/0.00	|  Number of clauses:    244                                                  |
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 |     117      244      732 |       81        0    nan |  0.000 % |
0.00/0.00	|       101 |     117      244      732 |       89      101     17 |  0.007 % |
0.00/0.00	|       251 |     117      244      732 |       98      130     15 |  0.007 % |
0.00/0.01	|       476 |     117      244      732 |      108      132     13 |  0.007 % |
0.00/0.01	|       813 |     117      244      732 |      119      170     15 |  0.007 % |
0.00/0.02	|      1319 |     117      244      732 |      130      163     14 |  0.007 % |
0.00/0.03	|      2081 |     117      244      732 |      144      149      9 |  0.007 % |
0.00/0.05	|      3222 |     117      244      732 |      158      158     12 |  0.007 % |
0.00/0.07	|      4933 |     117      244      732 |      174      154     11 |  0.007 % |
0.00/0.11	|      7497 |     117      244      732 |      191      187     14 |  0.007 % |
0.00/0.16	|     11342 |     117      244      732 |      210      255     15 |  0.007 % |
0.00/0.25	|     17108 |     117      244      732 |      232      157     10 |  0.007 % |
0.00/0.38	|     25757 |     117      244      732 |      255      254     13 |  0.007 % |
0.00/0.59	|     38731 |     117      244      732 |      280      275     14 |  0.007 % |
0.00/0.90	|     58192 |     117      244      732 |      308      192     12 |  0.007 % |
1.29/1.40	|     87385 |     117      244      732 |      339      233     13 |  0.007 % |
2.09/2.13	|    131176 |     117      244      732 |      373      201     10 |  0.007 % |
3.19/3.23	|    196861 |     117      244      732 |      411      243     11 |  0.007 % |
4.78/4.89	|    295388 |     117      244      732 |      452      400     15 |  0.007 % |
7.38/7.41	|    443179 |     117      244      732 |      497      322     13 |  0.007 % |
11.08/11.17	|    664862 |     117      244      732 |      547      447     14 |  0.007 % |
17.08/17.16	|    997387 |     117      244      732 |      601      538     15 |  0.007 % |
26.28/26.34	|   1496176 |     117      244      732 |      662      404     12 |  0.007 % |
39.67/39.73	|   2244360 |     117      244      732 |      728      690     16 |  0.007 % |
62.55/62.68	|   3366635 |     117      244      732 |      801      526     14 |  0.007 % |
97.02/97.15	|   5050046 |     117      244      732 |      881      834     17 |  0.007 % |
149.50/149.63	|   7575162 |     117      244      732 |      969      571     13 |  0.007 % |
236.26/236.41	|  11362837 |     117      244      732 |     1066      908     15 |  0.007 % |
368.19/368.47	|  17044350 |     117      244      732 |     1172      956     17 |  0.007 % |
572.88/573.21	|  25566621 |     117      244      732 |     1290      857     13 |  0.007 % |
889.82/890.39	|  38350024 |     117      244      732 |     1419     1141     16 |  0.007 % |
1200.07/1200.70	HOME/run.sh: line 21:   914 Terminated              $MINISAT $TMP_1 ${TMPDIR}/$TMP.result "$@"
1200.07/1200.70	c ERROR !

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-1807534-1242158155/watcher-1807534-1242158155 -o /tmp/evaluation-result-1807534-1242158155/solver-1807534-1242158155 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1807534-1242158155.cnf HOME 

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.97 0.96 3/65 911
/proc/meminfo: memFree=1857712/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) R 909 911 354 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 243844870 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 224264776351 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/911/statm: 1340 236 195 169 0 51 0
[pid=912] ppid=911 vsize=1616 CPUtime=0
/proc/912/stat : 912 (revival) R 911 911 354 0 -1 4194304 153 0 0 0 0 0 0 0 18 0 1 50000 243844871 1654784 120 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 8192 0 0 0 17 0 0 0
/proc/912/statm: 0 0 0 0 0 0 0

[startup+0.0678409 s]
/proc/loadavg: 0.99 0.97 0.96 3/65 911
/proc/meminfo: memFree=1857712/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) S 909 911 354 0 -1 4194304 312 154 0 0 0 0 0 0 18 0 1 0 243844870 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/911/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101848 s]
/proc/loadavg: 0.99 0.97 0.96 3/65 911
/proc/meminfo: memFree=1857712/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) S 909 911 354 0 -1 4194304 312 154 0 0 0 0 0 0 18 0 1 0 243844870 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/911/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301885 s]
/proc/loadavg: 0.99 0.97 0.96 3/65 911
/proc/meminfo: memFree=1857712/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) S 909 911 354 0 -1 4194304 312 154 0 0 0 0 0 0 18 0 1 0 243844870 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/911/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701959 s]
/proc/loadavg: 0.99 0.97 0.96 3/65 911
/proc/meminfo: memFree=1857712/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) S 909 911 354 0 -1 4194304 312 154 0 0 0 0 0 0 18 0 1 0 243844870 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/911/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50111 s]
/proc/loadavg: 0.99 0.97 0.96 2/67 914
/proc/meminfo: memFree=1857248/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) S 909 911 354 0 -1 4194304 312 154 0 0 0 0 0 0 18 0 1 0 243844870 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/911/statm: 1340 238 197 169 0 51 0
[pid=914] ppid=911 vsize=1888 CPUtime=1.48
/proc/914/stat : 914 (minisat) R 911 911 354 0 -1 4194304 133 0 0 0 148 0 0 0 25 0 1 0 243844871 1933312 119 1992294400 134512640 135212939 4294956240 18446744073709551615 134713363 0 0 4096 3 0 0 0 17 1 0 0
/proc/914/statm: 472 119 76 170 0 300 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7248

[startup+3.1014 s]
/proc/loadavg: 0.99 0.97 0.96 2/67 914
/proc/meminfo: memFree=1857120/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) S 909 911 354 0 -1 4194304 312 154 0 0 0 0 0 0 18 0 1 0 243844870 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/911/statm: 1340 238 197 169 0 51 0
[pid=914] ppid=911 vsize=2020 CPUtime=3.08
/proc/914/stat : 914 (minisat) R 911 911 354 0 -1 4194304 137 0 0 0 308 0 0 0 25 0 1 0 243844871 2068480 123 1992294400 134512640 135212939 4294956240 18446744073709551615 134526647 0 0 4096 3 0 0 0 17 0 0 0
/proc/914/statm: 505 123 76 170 0 333 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7380

[startup+6.303 s]
/proc/loadavg: 0.99 0.97 0.96 2/67 914
/proc/meminfo: memFree=1856992/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) S 909 911 354 0 -1 4194304 312 154 0 0 0 0 0 0 18 0 1 0 243844870 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/911/statm: 1340 238 197 169 0 51 0
[pid=914] ppid=911 vsize=2020 CPUtime=6.28
/proc/914/stat : 914 (minisat) R 911 911 354 0 -1 4194304 146 0 0 0 628 0 0 0 25 0 1 0 243844871 2068480 132 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/914/statm: 505 132 76 170 0 333 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7380

[startup+12.7012 s]
/proc/loadavg: 0.99 0.97 0.96 2/67 914
/proc/meminfo: memFree=1856800/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) S 909 911 354 0 -1 4194304 312 154 0 0 0 0 0 0 18 0 1 0 243844870 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/911/statm: 1340 238 197 169 0 51 0
[pid=914] ppid=911 vsize=2020 CPUtime=12.68
/proc/914/stat : 914 (minisat) R 911 911 354 0 -1 4194304 157 0 0 0 1268 0 0 0 25 0 1 0 243844871 2068480 143 1992294400 134512640 135212939 4294956240 18446744073709551615 134537170 0 0 4096 3 0 0 0 17 0 0 0
/proc/914/statm: 505 143 76 170 0 333 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7380

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.96 2/67 914
/proc/meminfo: memFree=1856800/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) S 909 911 354 0 -1 4194304 312 154 0 0 0 0 0 0 18 0 1 0 243844870 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/911/statm: 1340 238 197 169 0 51 0
[pid=914] ppid=911 vsize=2020 CPUtime=25.47
/proc/914/stat : 914 (minisat) R 911 911 354 0 -1 4194304 167 0 0 0 2547 0 0 0 25 0 1 0 243844871 2068480 153 1992294400 134512640 135212939 4294956240 18446744073709551615 134527089 0 0 4096 3 0 0 0 17 0 0 0
/proc/914/statm: 505 153 76 170 0 333 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 7380

[startup+51.1013 s]
/proc/loadavg: 0.99 0.97 0.96 2/67 914
/proc/meminfo: memFree=1856672/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) S 909 911 354 0 -1 4194304 312 154 0 0 0 0 0 0 18 0 1 0 243844870 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/911/statm: 1340 238 197 169 0 51 0
[pid=914] ppid=911 vsize=2152 CPUtime=51.05
/proc/914/stat : 914 (minisat) R 911 911 354 0 -1 4194304 182 0 0 0 5105 0 0 0 25 0 1 0 243844871 2203648 168 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/914/statm: 538 168 76 170 0 366 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 7512

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.96 2/67 914
/proc/meminfo: memFree=1856544/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) S 909 911 354 0 -1 4194304 312 154 0 0 0 0 0 0 18 0 1 0 243844870 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/911/statm: 1340 238 197 169 0 51 0
[pid=914] ppid=911 vsize=2284 CPUtime=102.23
/proc/914/stat : 914 (minisat) R 911 911 354 0 -1 4194304 204 0 0 0 10223 0 0 0 25 0 1 0 243844871 2338816 190 1992294400 134512640 135212939 4294956240 18446744073709551615 134536326 0 0 4096 3 0 0 0 17 0 0 0
/proc/914/statm: 571 190 76 170 0 399 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 7644

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/67 914
/proc/meminfo: memFree=1856416/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) S 909 911 354 0 -1 4194304 312 154 0 0 0 0 0 0 18 0 1 0 243844870 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/911/statm: 1340 238 197 169 0 51 0
[pid=914] ppid=911 vsize=2284 CPUtime=162.19
/proc/914/stat : 914 (minisat) R 911 911 354 0 -1 4194304 217 0 0 0 16219 0 0 0 25 0 1 0 243844871 2338816 203 1992294400 134512640 135212939 4294956240 18446744073709551615 134536617 0 0 4096 3 0 0 0 17 0 0 0
/proc/914/statm: 571 203 76 170 0 399 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 7644

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/67 914
/proc/meminfo: memFree=1856416/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) S 909 911 354 0 -1 4194304 312 154 0 0 0 0 0 0 18 0 1 0 243844870 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/911/statm: 1340 238 197 169 0 51 0
[pid=914] ppid=911 vsize=2284 CPUtime=222.16
/proc/914/stat : 914 (minisat) R 911 911 354 0 -1 4194304 228 0 0 0 22216 0 0 0 25 0 1 0 243844871 2338816 214 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/914/statm: 571 214 76 170 0 399 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 7644

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/67 914
/proc/meminfo: memFree=1856416/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) S 909 911 354 0 -1 4194304 312 154 0 0 0 0 0 0 18 0 1 0 243844870 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/911/statm: 1340 238 197 169 0 51 0
[pid=914] ppid=911 vsize=2416 CPUtime=282.13
/proc/914/stat : 914 (minisat) R 911 911 354 0 -1 4194304 236 0 0 0 28213 0 0 0 25 0 1 0 243844871 2473984 222 1992294400 134512640 135212939 4294956240 18446744073709551615 134539207 0 0 4096 3 0 0 0 17 0 0 0
/proc/914/statm: 604 222 76 170 0 432 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 7776

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/67 920
/proc/meminfo: memFree=1856224/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) S 909 911 354 0 -1 4194304 312 154 0 0 0 0 0 0 18 0 1 0 243844870 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/911/statm: 1340 238 197 169 0 51 0
[pid=914] ppid=911 vsize=2416 CPUtime=342.09
/proc/914/stat : 914 (minisat) R 911 911 354 0 -1 4194304 244 0 0 0 34209 0 0 0 25 0 1 0 243844871 2473984 230 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/914/statm: 604 230 76 170 0 432 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 7776

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/67 920
/proc/meminfo: memFree=1856160/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) S 909 911 354 0 -1 4194304 312 154 0 0 0 0 0 0 18 0 1 0 243844870 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/911/statm: 1340 238 197 169 0 51 0
[pid=914] ppid=911 vsize=2416 CPUtime=402.06
/proc/914/stat : 914 (minisat) R 911 911 354 0 -1 4194304 257 0 0 0 40206 0 0 0 25 0 1 0 243844871 2473984 243 1992294400 134512640 135212939 4294956240 18446744073709551615 134539408 0 0 4096 3 0 0 0 17 0 0 0
/proc/914/statm: 604 243 76 170 0 432 0
Current children cumulated CPU time (s) 402.06

################
# More data... #
################

/proc/911/statm: 1340 238 197 169 0 51 0
[pid=914] ppid=911 vsize=2416 CPUtime=522.01
/proc/914/stat : 914 (minisat) R 911 911 354 0 -1 4194304 267 0 0 0 52201 0 0 0 25 0 1 0 243844871 2473984 253 1992294400 134512640 135212939 4294956240 18446744073709551615 134534904 0 0 4096 3 0 0 0 17 0 0 0
/proc/914/statm: 604 253 76 170 0 432 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 7776

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/67 920
/proc/meminfo: memFree=1855968/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) S 909 911 354 0 -1 4194304 312 154 0 0 0 0 0 0 18 0 1 0 243844870 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/911/statm: 1340 238 197 169 0 51 0
[pid=914] ppid=911 vsize=2548 CPUtime=581.98
/proc/914/stat : 914 (minisat) R 911 911 354 0 -1 4194304 271 0 0 0 58198 0 0 0 25 0 1 0 243844871 2609152 257 1992294400 134512640 135212939 4294956240 18446744073709551615 134527011 0 0 4096 3 0 0 0 17 0 0 0
/proc/914/statm: 637 257 76 170 0 465 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 7908

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/67 920
/proc/meminfo: memFree=1855904/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) S 909 911 354 0 -1 4194304 312 154 0 0 0 0 0 0 18 0 1 0 243844870 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/911/statm: 1340 238 197 169 0 51 0
[pid=914] ppid=911 vsize=2548 CPUtime=641.95
/proc/914/stat : 914 (minisat) R 911 911 354 0 -1 4194304 279 0 0 0 64195 0 0 0 25 0 1 0 243844871 2609152 265 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/914/statm: 637 265 76 170 0 465 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 7908

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/67 920
/proc/meminfo: memFree=1855776/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) S 909 911 354 0 -1 4194304 312 154 0 0 0 0 0 0 18 0 1 0 243844870 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/911/statm: 1340 238 197 169 0 51 0
[pid=914] ppid=911 vsize=2548 CPUtime=701.91
/proc/914/stat : 914 (minisat) R 911 911 354 0 -1 4194304 284 0 0 0 70191 0 0 0 25 0 1 0 243844871 2609152 270 1992294400 134512640 135212939 4294956240 18446744073709551615 134536040 0 0 4096 3 0 0 0 17 0 0 0
/proc/914/statm: 637 270 76 170 0 465 0
Current children cumulated CPU time (s) 701.91
Current children cumulated vsize (KiB) 7908

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.96 2/67 920
/proc/meminfo: memFree=1855712/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) S 909 911 354 0 -1 4194304 312 154 0 0 0 0 0 0 18 0 1 0 243844870 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/911/statm: 1340 238 197 169 0 51 0
[pid=914] ppid=911 vsize=2548 CPUtime=761.88
/proc/914/stat : 914 (minisat) R 911 911 354 0 -1 4194304 287 0 0 0 76188 0 0 0 25 0 1 0 243844871 2609152 273 1992294400 134512640 135212939 4294956240 18446744073709551615 134536445 0 0 4096 3 0 0 0 17 0 0 0
/proc/914/statm: 637 273 76 170 0 465 0
Current children cumulated CPU time (s) 761.88
Current children cumulated vsize (KiB) 7908

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/67 920
/proc/meminfo: memFree=1855712/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) S 909 911 354 0 -1 4194304 312 154 0 0 0 0 0 0 18 0 1 0 243844870 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/911/statm: 1340 238 197 169 0 51 0
[pid=914] ppid=911 vsize=2548 CPUtime=821.85
/proc/914/stat : 914 (minisat) R 911 911 354 0 -1 4194304 295 0 0 0 82185 0 0 0 25 0 1 0 243844871 2609152 281 1992294400 134512640 135212939 4294956240 18446744073709551615 134536036 0 0 4096 3 0 0 0 17 0 0 0
/proc/914/statm: 637 281 76 170 0 465 0
Current children cumulated CPU time (s) 821.85
Current children cumulated vsize (KiB) 7908

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/67 920
/proc/meminfo: memFree=1855712/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) S 909 911 354 0 -1 4194304 312 154 0 0 0 0 0 0 18 0 1 0 243844870 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/911/statm: 1340 238 197 169 0 51 0
[pid=914] ppid=911 vsize=2548 CPUtime=881.82
/proc/914/stat : 914 (minisat) R 911 911 354 0 -1 4194304 298 0 0 0 88182 0 0 0 25 0 1 0 243844871 2609152 284 1992294400 134512640 135212939 4294956240 18446744073709551615 134527071 0 0 4096 3 0 0 0 17 0 0 0
/proc/914/statm: 637 284 76 170 0 465 0
Current children cumulated CPU time (s) 881.82
Current children cumulated vsize (KiB) 7908

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/67 920
/proc/meminfo: memFree=1855648/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) S 909 911 354 0 -1 4194304 312 154 0 0 0 0 0 0 18 0 1 0 243844870 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/911/statm: 1340 238 197 169 0 51 0
[pid=914] ppid=911 vsize=2548 CPUtime=941.78
/proc/914/stat : 914 (minisat) R 911 911 354 0 -1 4194304 300 0 0 0 94178 0 0 0 25 0 1 0 243844871 2609152 286 1992294400 134512640 135212939 4294956240 18446744073709551615 134536997 0 0 4096 3 0 0 0 17 0 0 0
/proc/914/statm: 637 286 76 170 0 465 0
Current children cumulated CPU time (s) 941.78
Current children cumulated vsize (KiB) 7908

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/67 920
/proc/meminfo: memFree=1855584/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) S 909 911 354 0 -1 4194304 312 154 0 0 0 0 0 0 18 0 1 0 243844870 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/911/statm: 1340 238 197 169 0 51 0
[pid=914] ppid=911 vsize=2680 CPUtime=1001.75
/proc/914/stat : 914 (minisat) R 911 911 354 0 -1 4194304 303 0 0 0 100175 0 0 0 25 0 1 0 243844871 2744320 289 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/914/statm: 670 289 76 170 0 498 0
Current children cumulated CPU time (s) 1001.75
Current children cumulated vsize (KiB) 8040

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/67 920
/proc/meminfo: memFree=1855584/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) S 909 911 354 0 -1 4194304 312 154 0 0 0 0 0 0 18 0 1 0 243844870 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/911/statm: 1340 238 197 169 0 51 0
[pid=914] ppid=911 vsize=2680 CPUtime=1061.73
/proc/914/stat : 914 (minisat) R 911 911 354 0 -1 4194304 306 0 0 0 106173 0 0 0 25 0 1 0 243844871 2744320 292 1992294400 134512640 135212939 4294956240 18446744073709551615 134527098 0 0 4096 3 0 0 0 17 0 0 0
/proc/914/statm: 670 292 76 170 0 498 0
Current children cumulated CPU time (s) 1061.73
Current children cumulated vsize (KiB) 8040

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/67 920
/proc/meminfo: memFree=1855520/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) S 909 911 354 0 -1 4194304 312 154 0 0 0 0 0 0 18 0 1 0 243844870 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/911/statm: 1340 238 197 169 0 51 0
[pid=914] ppid=911 vsize=2680 CPUtime=1121.7
/proc/914/stat : 914 (minisat) R 911 911 354 0 -1 4194304 308 0 0 0 112169 1 0 0 25 0 1 0 243844871 2744320 294 1992294400 134512640 135212939 4294956240 18446744073709551615 134526664 0 0 4096 3 0 0 0 17 0 0 0
/proc/914/statm: 670 294 76 170 0 498 0
Current children cumulated CPU time (s) 1121.7
Current children cumulated vsize (KiB) 8040

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/67 920
/proc/meminfo: memFree=1855456/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) S 909 911 354 0 -1 4194304 312 154 0 0 0 0 0 0 18 0 1 0 243844870 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/911/statm: 1340 238 197 169 0 51 0
[pid=914] ppid=911 vsize=2680 CPUtime=1181.67
/proc/914/stat : 914 (minisat) R 911 911 354 0 -1 4194304 311 0 0 0 118166 1 0 0 25 0 1 0 243844871 2744320 297 1992294400 134512640 135212939 4294956240 18446744073709551615 134526759 0 0 4096 3 0 0 0 17 0 0 0
/proc/914/statm: 670 297 76 170 0 498 0
Current children cumulated CPU time (s) 1181.67
Current children cumulated vsize (KiB) 8040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 0.99 0.97 0.96 2/67 920
/proc/meminfo: memFree=1855456/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) S 909 911 354 0 -1 4194304 312 154 0 0 0 0 0 0 18 0 1 0 243844870 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/911/statm: 1340 238 197 169 0 51 0
[pid=914] ppid=911 vsize=2680 CPUtime=1200.07
/proc/914/stat : 914 (minisat) R 911 911 354 0 -1 4194304 311 0 0 0 120006 1 0 0 25 0 1 0 243844871 2744320 297 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/914/statm: 670 297 76 170 0 498 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 8040

Sending SIGTERM to process tree (bottom up)

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

[startup+1200.7 s]
/proc/loadavg: 0.99 0.97 0.96 2/67 920
/proc/meminfo: memFree=1855456/2055920 swapFree=4180356/4192956
[pid=911] ppid=909 vsize=5360 CPUtime=0
/proc/911/stat : 911 (run.sh) S 909 911 354 0 -1 4194304 312 154 0 0 0 0 0 0 18 0 1 0 243844870 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/911/statm: 1340 238 197 169 0 51 0
[pid=914] ppid=911 vsize=2680 CPUtime=1200.07
/proc/914/stat : 914 (minisat) R 911 911 354 0 -1 4194304 311 0 0 0 120006 1 0 0 25 0 1 0 243844871 2744320 297 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/914/statm: 670 297 76 170 0 498 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 8040

Child status: 143
Real time (s): 1200.71
CPU time (s): 1200.08
CPU user time (s): 1200.07
CPU system time (s): 0.012998
CPU usage (%): 99.9481
Max. virtual memory (cumulated for all children) (KiB): 8040

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

runsolver used 1.40878 second user time and 2.97055 second system time

The end

Launcher Data

Begin job on node82 at 2009-05-12 21:55:55
IDJOB=1807534
IDBENCH=71786
IDSOLVER=649
FILE ID=node82/1807534-1242158155
PBS_JOBID= 9289768
Free space on /tmp= 66088 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT09/CRAFTED/sgen/unsat/sgen1-unsat-115-100.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1807534-1242158155/watcher-1807534-1242158155 -o /tmp/evaluation-result-1807534-1242158155/solver-1807534-1242158155 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1807534-1242158155.cnf HOME

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

MD5SUM BENCH= fd3986b9c0990131ef596f6d92a0612d
RANDOM SEED=891254650

node82.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.259
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.259
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:       1858192 kB
Buffers:         22956 kB
Cached:         117952 kB
SwapCached:       6108 kB
Active:          24908 kB
Inactive:       124224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1858192 kB
SwapTotal:     4192956 kB
SwapFree:      4180356 kB
Dirty:            1412 kB
Writeback:           0 kB
Mapped:          13804 kB
Slab:            34540 kB
Committed_AS:   775316 kB
PageTables:       1384 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= 66088 MiB
End job on node82 at 2009-05-12 22:15:56