Trace number 1806246

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.04 1200.51

General information on the benchmark

Namecrafted/Hard/contest03/others/
hwb-n28-01-S136611085.sat05-491.reshuffled-07.cnf
MD5SUM8f639a3496db30a888324b756894fb43
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 variables184
Number of clauses896
Sum of the clauses size3042
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214
Number of clauses of size 3514
Number of clauses of size 4368
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:  184                                                  |
0.00/0.00	|  Number of clauses:    896                                                  |
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 |     184      896     3042 |      298        0    nan |  0.000 % |
0.00/0.01	|       102 |     184      896     3042 |      328      102     16 |  0.003 % |
0.00/0.01	|       252 |     184      896     3042 |      361      252     19 |  0.003 % |
0.00/0.02	|       478 |     184      896     3042 |      397      275     17 |  0.003 % |
0.00/0.03	|       815 |     184      896     3042 |      437      387     15 |  0.003 % |
0.00/0.04	|      1321 |     184      896     3042 |      481      428     16 |  0.003 % |
0.00/0.06	|      2082 |     184      896     3042 |      529      424     13 |  0.003 % |
0.00/0.09	|      3224 |     184      896     3042 |      582      394     11 |  0.003 % |
0.00/0.14	|      4934 |     184      896     3042 |      640      522     14 |  0.003 % |
0.00/0.21	|      7497 |     184      896     3042 |      704      682     15 |  0.003 % |
0.00/0.32	|     11342 |     184      896     3042 |      774      440     10 |  0.003 % |
0.00/0.48	|     17109 |     184      896     3042 |      852      584     13 |  0.003 % |
0.00/0.74	|     25760 |     184      896     3042 |      937      851     15 |  0.003 % |
1.09/1.11	|     38735 |     184      896     3042 |     1031      843     13 |  0.003 % |
1.68/1.70	|     58197 |     184      896     3042 |     1134      697     12 |  0.003 % |
2.48/2.53	|     87390 |     184      896     3042 |     1247      750     12 |  0.003 % |
3.98/4.03	|    131179 |     184      896     3042 |     1372      819     12 |  0.003 % |
6.28/6.35	|    196863 |     184      896     3042 |     1509      817     11 |  0.003 % |
9.88/9.98	|    295389 |     184      896     3042 |     1660      852     12 |  0.003 % |
15.48/15.50	|    443178 |     184      896     3042 |     1826     1162     13 |  0.003 % |
23.47/23.56	|    664861 |     184      896     3042 |     2009     1556     15 |  0.003 % |
36.67/36.76	|    997388 |     184      896     3042 |     2210     2033     14 |  0.003 % |
57.36/57.46	|   1496176 |     184      896     3042 |     2431     1211     14 |  0.003 % |
88.15/88.22	|   2244359 |     184      896     3042 |     2674     1946     16 |  0.003 % |
137.43/137.58	|   3366634 |     184      896     3042 |     2941     1658     15 |  0.003 % |
212.40/212.55	|   5050047 |     184      896     3042 |     3235     1716     15 |  0.003 % |
329.45/329.68	|   7575164 |     184      896     3042 |     3559     2147     16 |  0.003 % |
506.79/507.09	|  11362839 |     184      896     3042 |     3915     2294     16 |  0.003 % |
787.18/787.55	|  17044353 |     184      896     3042 |     4307     2835     16 |  0.006 % |
1200.02/1200.50	HOME/run.sh: line 21:  5236 Terminated              $MINISAT $TMP_1 ${TMPDIR}/$TMP.result "$@"
1200.02/1200.50	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-1806246-1242147173/watcher-1806246-1242147173 -o /tmp/evaluation-result-1806246-1242147173/solver-1806246-1242147173 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806246-1242147173.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: 1.04 1.00 0.93 3/65 5233
/proc/meminfo: memFree=977392/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 242747116 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5233/statm: 1340 237 196 169 0 51 0
[pid=5234] ppid=5233 vsize=1616 CPUtime=0
/proc/5234/stat : 5234 (revival) R 5233 5233 5036 0 -1 4194304 163 0 0 0 0 0 0 0 18 0 1 50000 242747116 1654784 130 1992294400 134512640 134537284 4294956368 18446744073709551615 6028400 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5234/statm: 404 130 95 6 0 42 0

[startup+0.0426879 s]
/proc/loadavg: 1.04 1.00 0.93 3/65 5233
/proc/meminfo: memFree=977392/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 312 164 0 0 0 0 0 0 20 0 1 0 242747116 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5233/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.102651 s]
/proc/loadavg: 1.04 1.00 0.93 3/65 5233
/proc/meminfo: memFree=977392/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 312 164 0 0 0 0 0 0 20 0 1 0 242747116 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5233/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.302672 s]
/proc/loadavg: 1.04 1.00 0.93 3/65 5233
/proc/meminfo: memFree=977392/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 312 164 0 0 0 0 0 0 20 0 1 0 242747116 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5233/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.70172 s]
/proc/loadavg: 1.04 1.00 0.93 3/65 5233
/proc/meminfo: memFree=977392/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 312 164 0 0 0 0 0 0 20 0 1 0 242747116 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5233/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.5018 s]
/proc/loadavg: 1.04 1.00 0.93 2/67 5236
/proc/meminfo: memFree=976800/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 312 164 0 0 0 0 0 0 20 0 1 0 242747116 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5233/statm: 1340 238 197 169 0 51 0
[pid=5236] ppid=5233 vsize=2020 CPUtime=1.48
/proc/5236/stat : 5236 (minisat) R 5233 5233 5036 0 -1 4194304 166 0 0 0 148 0 0 0 25 0 1 0 242747117 2068480 152 1992294400 134512640 135212939 4294956240 18446744073709551615 134536594 0 0 4096 3 0 0 0 17 1 0 0
/proc/5236/statm: 505 152 76 170 0 333 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7380

[startup+3.10197 s]
/proc/loadavg: 1.04 1.00 0.93 2/67 5236
/proc/meminfo: memFree=976608/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 312 164 0 0 0 0 0 0 20 0 1 0 242747116 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5233/statm: 1340 238 197 169 0 51 0
[pid=5236] ppid=5233 vsize=2152 CPUtime=3.08
/proc/5236/stat : 5236 (minisat) R 5233 5233 5036 0 -1 4194304 179 0 0 0 308 0 0 0 25 0 1 0 242747117 2203648 165 1992294400 134512640 135212939 4294956240 18446744073709551615 134526800 0 0 4096 3 0 0 0 17 0 0 0
/proc/5236/statm: 538 165 76 170 0 366 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7512

[startup+6.30131 s]
/proc/loadavg: 1.03 1.00 0.93 2/67 5236
/proc/meminfo: memFree=976480/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 312 164 0 0 0 0 0 0 20 0 1 0 242747116 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5233/statm: 1340 238 197 169 0 51 0
[pid=5236] ppid=5233 vsize=2152 CPUtime=6.28
/proc/5236/stat : 5236 (minisat) R 5233 5233 5036 0 -1 4194304 191 0 0 0 628 0 0 0 25 0 1 0 242747117 2203648 177 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/5236/statm: 538 177 76 170 0 366 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7512

[startup+12.702 s]
/proc/loadavg: 1.03 1.00 0.93 2/67 5236
/proc/meminfo: memFree=976352/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 312 164 0 0 0 0 0 0 20 0 1 0 242747116 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5233/statm: 1340 238 197 169 0 51 0
[pid=5236] ppid=5233 vsize=2276 CPUtime=12.68
/proc/5236/stat : 5236 (minisat) R 5233 5233 5036 0 -1 4194304 216 0 0 0 1268 0 0 0 25 0 1 0 242747117 2330624 202 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/5236/statm: 569 202 76 170 0 397 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7636

[startup+25.5024 s]
/proc/loadavg: 1.02 1.00 0.93 2/67 5236
/proc/meminfo: memFree=976352/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 312 164 0 0 0 0 0 0 20 0 1 0 242747116 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5233/statm: 1340 238 197 169 0 51 0
[pid=5236] ppid=5233 vsize=2408 CPUtime=25.48
/proc/5236/stat : 5236 (minisat) R 5233 5233 5036 0 -1 4194304 248 0 0 0 2548 0 0 0 25 0 1 0 242747117 2465792 234 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5236/statm: 602 234 76 170 0 430 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7768

[startup+51.1021 s]
/proc/loadavg: 1.01 1.00 0.93 2/67 5236
/proc/meminfo: memFree=976224/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 312 164 0 0 0 0 0 0 20 0 1 0 242747116 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5233/statm: 1340 238 197 169 0 51 0
[pid=5236] ppid=5233 vsize=2544 CPUtime=51.06
/proc/5236/stat : 5236 (minisat) R 5233 5233 5036 0 -1 4194304 287 0 0 0 5106 0 0 0 25 0 1 0 242747117 2605056 273 1992294400 134512640 135212939 4294956240 18446744073709551615 134536103 0 0 4096 3 0 0 0 17 0 0 0
/proc/5236/statm: 636 273 76 170 0 464 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 7904

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 5236
/proc/meminfo: memFree=975904/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 312 164 0 0 0 0 0 0 20 0 1 0 242747116 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5233/statm: 1340 238 197 169 0 51 0
[pid=5236] ppid=5233 vsize=2808 CPUtime=102.25
/proc/5236/stat : 5236 (minisat) R 5233 5233 5036 0 -1 4194304 335 0 0 0 10225 0 0 0 25 0 1 0 242747117 2875392 321 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/5236/statm: 702 321 76 170 0 530 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 8168

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 5236
/proc/meminfo: memFree=975776/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 312 164 0 0 0 0 0 0 20 0 1 0 242747116 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5233/statm: 1340 238 197 169 0 51 0
[pid=5236] ppid=5233 vsize=2944 CPUtime=162.22
/proc/5236/stat : 5236 (minisat) R 5233 5233 5036 0 -1 4194304 378 0 0 0 16222 0 0 0 25 0 1 0 242747117 3014656 364 1992294400 134512640 135212939 4294956240 18446744073709551615 134536014 0 0 4096 3 0 0 0 17 0 0 0
/proc/5236/statm: 736 364 76 170 0 564 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 8304

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 5236
/proc/meminfo: memFree=975648/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 312 164 0 0 0 0 0 0 20 0 1 0 242747116 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5233/statm: 1340 238 197 169 0 51 0
[pid=5236] ppid=5233 vsize=2944 CPUtime=222.2
/proc/5236/stat : 5236 (minisat) R 5233 5233 5036 0 -1 4194304 401 0 0 0 22220 0 0 0 25 0 1 0 242747117 3014656 387 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/5236/statm: 736 387 76 170 0 564 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 8304

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 5236
/proc/meminfo: memFree=975520/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 312 164 0 0 0 0 0 0 20 0 1 0 242747116 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5233/statm: 1340 238 197 169 0 51 0
[pid=5236] ppid=5233 vsize=3076 CPUtime=282.18
/proc/5236/stat : 5236 (minisat) R 5233 5233 5036 0 -1 4194304 420 0 0 0 28218 0 0 0 25 0 1 0 242747117 3149824 406 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5236/statm: 769 406 76 170 0 597 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 8436

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 5236
/proc/meminfo: memFree=975456/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 312 164 0 0 0 0 0 0 20 0 1 0 242747116 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5233/statm: 1340 238 197 169 0 51 0
[pid=5236] ppid=5233 vsize=3208 CPUtime=342.15
/proc/5236/stat : 5236 (minisat) R 5233 5233 5036 0 -1 4194304 451 0 0 0 34215 0 0 0 25 0 1 0 242747117 3284992 437 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5236/statm: 802 437 76 170 0 630 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 8568

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 5236
/proc/meminfo: memFree=975392/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 312 164 0 0 0 0 0 0 20 0 1 0 242747116 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5233/statm: 1340 238 197 169 0 51 0
[pid=5236] ppid=5233 vsize=3340 CPUtime=402.13
/proc/5236/stat : 5236 (minisat) R 5233 5233 5036 0 -1 4194304 467 0 0 0 40213 0 0 0 25 0 1 0 242747117 3420160 453 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/5236/statm: 835 453 76 170 0 663 0
Current children cumulated CPU time (s) 402.13

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

/proc/5233/statm: 1340 238 197 169 0 51 0
[pid=5236] ppid=5233 vsize=3340 CPUtime=522.08
/proc/5236/stat : 5236 (minisat) R 5233 5233 5036 0 -1 4194304 499 0 0 0 52208 0 0 0 25 0 1 0 242747117 3420160 485 1992294400 134512640 135212939 4294956240 18446744073709551615 134526712 0 0 4096 3 0 0 0 17 0 0 0
/proc/5236/statm: 835 485 76 170 0 663 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 8700

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 5242
/proc/meminfo: memFree=975072/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 312 164 0 0 0 0 0 0 20 0 1 0 242747116 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5233/statm: 1340 238 197 169 0 51 0
[pid=5236] ppid=5233 vsize=3476 CPUtime=582.06
/proc/5236/stat : 5236 (minisat) R 5233 5233 5036 0 -1 4194304 524 0 0 0 58206 0 0 0 25 0 1 0 242747117 3559424 510 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/5236/statm: 869 510 76 170 0 697 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 8836

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 5242
/proc/meminfo: memFree=975072/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 312 164 0 0 0 0 0 0 20 0 1 0 242747116 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5233/statm: 1340 238 197 169 0 51 0
[pid=5236] ppid=5233 vsize=3612 CPUtime=642.04
/proc/5236/stat : 5236 (minisat) R 5233 5233 5036 0 -1 4194304 535 0 0 0 64204 0 0 0 25 0 1 0 242747117 3698688 521 1992294400 134512640 135212939 4294956240 18446744073709551615 134526875 0 0 4096 3 0 0 0 17 0 0 0
/proc/5236/statm: 903 521 76 170 0 731 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 8972

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 5242
/proc/meminfo: memFree=975008/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 312 164 0 0 0 0 0 0 20 0 1 0 242747116 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5233/statm: 1340 238 197 169 0 51 0
[pid=5236] ppid=5233 vsize=3612 CPUtime=702.01
/proc/5236/stat : 5236 (minisat) R 5233 5233 5036 0 -1 4194304 537 0 0 0 70201 0 0 0 25 0 1 0 242747117 3698688 523 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/5236/statm: 903 523 76 170 0 731 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 8972

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 5242
/proc/meminfo: memFree=975008/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 312 164 0 0 0 0 0 0 20 0 1 0 242747116 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5233/statm: 1340 238 197 169 0 51 0
[pid=5236] ppid=5233 vsize=3612 CPUtime=761.99
/proc/5236/stat : 5236 (minisat) R 5233 5233 5036 0 -1 4194304 538 0 0 0 76199 0 0 0 25 0 1 0 242747117 3698688 524 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/5236/statm: 903 524 76 170 0 731 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 8972

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 5242
/proc/meminfo: memFree=975008/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 312 164 0 0 0 0 0 0 20 0 1 0 242747116 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5233/statm: 1340 238 197 169 0 51 0
[pid=5236] ppid=5233 vsize=3612 CPUtime=821.96
/proc/5236/stat : 5236 (minisat) R 5233 5233 5036 0 -1 4194304 567 0 0 0 82196 0 0 0 25 0 1 0 242747117 3698688 553 1992294400 134512640 135212939 4294956240 18446744073709551615 134537416 0 0 4096 3 0 0 0 17 0 0 0
/proc/5236/statm: 903 553 76 170 0 731 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 8972

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 5242
/proc/meminfo: memFree=974880/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 312 164 0 0 0 0 0 0 20 0 1 0 242747116 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5233/statm: 1340 238 197 169 0 51 0
[pid=5236] ppid=5233 vsize=3748 CPUtime=881.94
/proc/5236/stat : 5236 (minisat) R 5233 5233 5036 0 -1 4194304 576 0 0 0 88194 0 0 0 25 0 1 0 242747117 3837952 562 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/5236/statm: 937 562 76 170 0 765 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 9108

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 5242
/proc/meminfo: memFree=974880/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 312 164 0 0 0 0 0 0 20 0 1 0 242747116 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5233/statm: 1340 238 197 169 0 51 0
[pid=5236] ppid=5233 vsize=3748 CPUtime=941.91
/proc/5236/stat : 5236 (minisat) R 5233 5233 5036 0 -1 4194304 584 0 0 0 94191 0 0 0 25 0 1 0 242747117 3837952 570 1992294400 134512640 135212939 4294956240 18446744073709551615 134535760 0 0 4096 3 0 0 0 17 0 0 0
/proc/5236/statm: 937 570 76 170 0 765 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 9108

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 5242
/proc/meminfo: memFree=974816/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 312 164 0 0 0 0 0 0 20 0 1 0 242747116 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5233/statm: 1340 238 197 169 0 51 0
[pid=5236] ppid=5233 vsize=3748 CPUtime=1001.89
/proc/5236/stat : 5236 (minisat) R 5233 5233 5036 0 -1 4194304 596 0 0 0 100189 0 0 0 25 0 1 0 242747117 3837952 582 1992294400 134512640 135212939 4294956240 18446744073709551615 134526778 0 0 4096 3 0 0 0 17 0 0 0
/proc/5236/statm: 937 582 76 170 0 765 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 9108

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 5242
/proc/meminfo: memFree=974816/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 312 164 0 0 0 0 0 0 20 0 1 0 242747116 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5233/statm: 1340 238 197 169 0 51 0
[pid=5236] ppid=5233 vsize=3880 CPUtime=1061.87
/proc/5236/stat : 5236 (minisat) R 5233 5233 5036 0 -1 4194304 603 0 0 0 106187 0 0 0 25 0 1 0 242747117 3973120 589 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5236/statm: 970 589 76 170 0 798 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 9240

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 5242
/proc/meminfo: memFree=974752/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 312 164 0 0 0 0 0 0 20 0 1 0 242747116 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5233/statm: 1340 238 197 169 0 51 0
[pid=5236] ppid=5233 vsize=3880 CPUtime=1121.84
/proc/5236/stat : 5236 (minisat) R 5233 5233 5036 0 -1 4194304 614 0 0 0 112184 0 0 0 25 0 1 0 242747117 3973120 600 1992294400 134512640 135212939 4294956240 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/5236/statm: 970 600 76 170 0 798 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 9240

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 5242
/proc/meminfo: memFree=974688/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 312 164 0 0 0 0 0 0 20 0 1 0 242747116 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5233/statm: 1340 238 197 169 0 51 0
[pid=5236] ppid=5233 vsize=3880 CPUtime=1181.82
/proc/5236/stat : 5236 (minisat) R 5233 5233 5036 0 -1 4194304 620 0 0 0 118182 0 0 0 25 0 1 0 242747117 3973120 606 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5236/statm: 970 606 76 170 0 798 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 9240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 5242
/proc/meminfo: memFree=974688/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 312 164 0 0 0 0 0 0 20 0 1 0 242747116 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5233/statm: 1340 238 197 169 0 51 0
[pid=5236] ppid=5233 vsize=3880 CPUtime=1200.02
/proc/5236/stat : 5236 (minisat) R 5233 5233 5036 0 -1 4194304 620 0 0 0 120002 0 0 0 25 0 1 0 242747117 3973120 606 1992294400 134512640 135212939 4294956240 18446744073709551615 134526831 0 0 4096 3 0 0 0 17 0 0 0
/proc/5236/statm: 970 606 76 170 0 798 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 9240

Sending SIGTERM to process tree (bottom up)

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.93 2/67 5242
/proc/meminfo: memFree=974688/2055920 swapFree=4176288/4192956
[pid=5233] ppid=5231 vsize=5360 CPUtime=0
/proc/5233/stat : 5233 (run.sh) S 5231 5233 5036 0 -1 4194304 312 164 0 0 0 0 0 0 20 0 1 0 242747116 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5233/statm: 1340 238 197 169 0 51 0
[pid=5236] ppid=5233 vsize=3880 CPUtime=1200.02
/proc/5236/stat : 5236 (minisat) R 5233 5233 5036 0 -1 4194304 620 0 0 0 120002 0 0 0 25 0 1 0 242747117 3973120 606 1992294400 134512640 135212939 4294956240 18446744073709551615 134526831 0 0 4096 3 0 0 0 17 0 0 0
/proc/5236/statm: 970 606 76 170 0 798 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 9240

Child status: 143
Real time (s): 1200.51
CPU time (s): 1200.04
CPU user time (s): 1200.02
CPU system time (s): 0.012998
CPU usage (%): 99.9609
Max. virtual memory (cumulated for all children) (KiB): 9240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.02
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= 1114
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= 8
involuntary context switches= 3884

runsolver used 1.22481 second user time and 3.15252 second system time

The end

Launcher Data

Begin job on node81 at 2009-05-12 18:52:53
IDJOB=1806246
IDBENCH=24699
IDSOLVER=649
FILE ID=node81/1806246-1242147173
PBS_JOBID= 9289645
Free space on /tmp= 126444 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/crafted/Hard/contest03/others/hwb-n28-01-S136611085.sat05-491.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806246-1242147173/watcher-1806246-1242147173 -o /tmp/evaluation-result-1806246-1242147173/solver-1806246-1242147173 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806246-1242147173.cnf HOME

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

MD5SUM BENCH= 8f639a3496db30a888324b756894fb43
RANDOM SEED=1804189046

node81.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.234
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.234
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:        977872 kB
Buffers:         82320 kB
Cached:         902976 kB
SwapCached:      10632 kB
Active:         280468 kB
Inactive:       716916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        977872 kB
SwapTotal:     4192956 kB
SwapFree:      4176288 kB
Dirty:            1424 kB
Writeback:           0 kB
Mapped:          13876 kB
Slab:            66444 kB
Committed_AS:   782008 kB
PageTables:       1452 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= 126444 MiB
End job on node81 at 2009-05-12 19:12:53