Trace number 1806393

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/Difficult/contest05/sabharwal/
counting-easier-php-018-014.sat05-1175.reshuffled-07.cnf
MD5SUMbc769deecd9ed9694b8be132b5bd15cd
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 variables252
Number of clauses2160
Sum of the clauses size4536
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22142
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 1
0.00/0.00	#LEARNT CLAUSES 0
0.00/0.01	done !
0.00/0.01	c Calling MINISAT
0.00/0.01	This is MiniSat 2.0 beta
0.00/0.01	WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	============================[ Problem Statistics ]=============================
0.00/0.01	|                                                                             |
0.00/0.01	|  Number of variables:  252                                                  |
0.00/0.01	|  Number of clauses:    2160                                                 |
0.00/0.01	|  Parsing time:         0.00         s                                       |
0.00/0.01	============================[ Search Statistics ]==============================
0.00/0.01	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	===============================================================================
0.00/0.01	|         0 |     252     2160     4536 |      720        0    nan |  0.000 % |
0.00/0.01	|       100 |     252     2160     4536 |      792      100     55 |  0.028 % |
0.00/0.01	|       251 |     252     2160     4536 |      871      251     62 |  0.028 % |
0.00/0.02	|       479 |     252     2160     4536 |      958      479     66 |  0.028 % |
0.00/0.03	|       816 |     252     2160     4536 |     1054      816     67 |  0.028 % |
0.00/0.06	|      1322 |     252     2160     4536 |     1159      712     65 |  0.028 % |
0.00/0.09	|      2081 |     252     2160     4536 |     1275      814     71 |  0.002 % |
0.00/0.16	|      3220 |     252     2160     4536 |     1403     1243     71 |  0.002 % |
0.00/0.27	|      4928 |     252     2160     4536 |     1543     1375     73 |  0.028 % |
0.00/0.45	|      7490 |     252     2160     4536 |     1697     1396     78 |  0.002 % |
0.00/0.78	|     11334 |     252     2160     4536 |     1867     1560     92 |  0.028 % |
1.28/1.33	|     17101 |     252     2160     4536 |     2054     1266     84 |  0.002 % |
2.09/2.14	|     25752 |     252     2160     4536 |     2259     1117     82 |  0.002 % |
3.38/3.47	|     38727 |     252     2160     4536 |     2485     2057     96 |  0.002 % |
5.58/5.63	|     58188 |     252     2160     4536 |     2734     1707     96 |  0.028 % |
8.97/9.08	|     87380 |     252     2160     4536 |     3007     2015     99 |  0.002 % |
14.77/14.81	|    131172 |     252     2160     4536 |     3308     3111    104 |  0.028 % |
23.17/23.24	|    196857 |     252     2160     4536 |     3639     3016     97 |  0.028 % |
35.66/35.75	|    295386 |     252     2160     4536 |     4003     2969     87 |  0.002 % |
56.45/56.53	|    443175 |     252     2160     4536 |     4403     3177    100 |  0.028 % |
90.05/90.16	|    664858 |     252     2160     4536 |     4843     4033     99 |  0.028 % |
143.71/143.83	|    997384 |     252     2160     4536 |     5328     4608    103 |  0.028 % |
227.96/228.11	|   1496172 |     252     2160     4536 |     5860     5029    101 |  0.028 % |
355.30/355.59	|   2244357 |     252     2160     4536 |     6447     3114     97 |  0.028 % |
569.18/569.58	|   3366633 |     252     2160     4536 |     7091     5361    101 |  0.028 % |
908.00/908.51	|   5050047 |     252     2160     4536 |     7800     6715     97 |  0.028 % |
1200.06/1200.70	HOME/run.sh: line 21: 15812 Terminated              $MINISAT $TMP_1 ${TMPDIR}/$TMP.result "$@"
1200.06/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-1806393-1242148517/watcher-1806393-1242148517 -o /tmp/evaluation-result-1806393-1242148517/solver-1806393-1242148517 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806393-1242148517.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.00 1.00 0.94 3/64 15809
/proc/meminfo: memFree=1609864/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) R 15807 15809 15525 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 242884703 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 253307185823 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/15809/statm: 1340 236 195 169 0 51 0
[pid=15810] ppid=15809 vsize=1604 CPUtime=0
/proc/15810/stat : 15810 (revival) R 15809 15809 15525 0 -1 4194304 162 0 0 0 0 0 0 0 18 0 1 50000 242884704 1642496 129 1992294400 134512640 134537284 4294956368 18446744073709551615 134531072 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15810/statm: 401 129 84 6 0 39 0

[startup+0.0833589 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 15809
/proc/meminfo: memFree=1609864/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) S 15807 15809 15525 0 -1 4194304 312 176 0 0 0 0 0 0 16 0 1 0 242884703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15809/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101362 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 15809
/proc/meminfo: memFree=1609864/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) S 15807 15809 15525 0 -1 4194304 312 176 0 0 0 0 0 0 16 0 1 0 242884703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15809/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301396 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 15809
/proc/meminfo: memFree=1609864/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) S 15807 15809 15525 0 -1 4194304 312 176 0 0 0 0 0 0 16 0 1 0 242884703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15809/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701466 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 15809
/proc/meminfo: memFree=1609864/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) S 15807 15809 15525 0 -1 4194304 312 176 0 0 0 0 0 0 16 0 1 0 242884703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15809/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.5016 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 15812
/proc/meminfo: memFree=1608248/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) S 15807 15809 15525 0 -1 4194304 312 176 0 0 0 0 0 0 16 0 1 0 242884703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15809/statm: 1340 238 197 169 0 51 0
[pid=15812] ppid=15809 vsize=3076 CPUtime=1.48
/proc/15812/stat : 15812 (minisat) R 15809 15809 15525 0 -1 4194304 417 0 0 0 148 0 0 0 25 0 1 0 242884704 3149824 403 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/15812/statm: 769 403 76 170 0 597 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8436

[startup+3.10287 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 15812
/proc/meminfo: memFree=1607992/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) S 15807 15809 15525 0 -1 4194304 312 176 0 0 0 0 0 0 16 0 1 0 242884703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15809/statm: 1340 238 197 169 0 51 0
[pid=15812] ppid=15809 vsize=3340 CPUtime=3.08
/proc/15812/stat : 15812 (minisat) R 15809 15809 15525 0 -1 4194304 485 0 0 0 308 0 0 0 25 0 1 0 242884704 3420160 471 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/15812/statm: 835 471 76 170 0 663 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8700

[startup+6.30142 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 15812
/proc/meminfo: memFree=1607480/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) S 15807 15809 15525 0 -1 4194304 312 176 0 0 0 0 0 0 16 0 1 0 242884703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15809/statm: 1340 238 197 169 0 51 0
[pid=15812] ppid=15809 vsize=3736 CPUtime=6.28
/proc/15812/stat : 15812 (minisat) R 15809 15809 15525 0 -1 4194304 587 0 0 0 628 0 0 0 25 0 1 0 242884704 3825664 573 1992294400 134512640 135212939 4294956240 18446744073709551615 134539414 0 0 4096 3 0 0 0 17 0 0 0
/proc/15812/statm: 934 573 76 170 0 762 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9096

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 15812
/proc/meminfo: memFree=1606776/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) S 15807 15809 15525 0 -1 4194304 312 176 0 0 0 0 0 0 16 0 1 0 242884703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15809/statm: 1340 238 197 169 0 51 0
[pid=15812] ppid=15809 vsize=4132 CPUtime=12.67
/proc/15812/stat : 15812 (minisat) R 15809 15809 15525 0 -1 4194304 695 0 0 0 1267 0 0 0 25 0 1 0 242884704 4231168 681 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/15812/statm: 1033 681 76 170 0 861 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9492

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 15812
/proc/meminfo: memFree=1606520/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) S 15807 15809 15525 0 -1 4194304 312 176 0 0 0 0 0 0 16 0 1 0 242884703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15809/statm: 1340 238 197 169 0 51 0
[pid=15812] ppid=15809 vsize=4632 CPUtime=25.47
/proc/15812/stat : 15812 (minisat) R 15809 15809 15525 0 -1 4194304 797 0 0 0 2547 0 0 0 25 0 1 0 242884704 4743168 783 1992294400 134512640 135212939 4294956240 18446744073709551615 134526726 0 0 4096 3 0 0 0 17 0 0 0
/proc/15812/statm: 1158 783 76 170 0 986 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 9992

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 15812
/proc/meminfo: memFree=1605752/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) S 15807 15809 15525 0 -1 4194304 312 176 0 0 0 0 0 0 16 0 1 0 242884703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15809/statm: 1340 238 197 169 0 51 0
[pid=15812] ppid=15809 vsize=5300 CPUtime=51.06
/proc/15812/stat : 15812 (minisat) R 15809 15809 15525 0 -1 4194304 976 0 0 0 5106 0 0 0 25 0 1 0 242884704 5427200 962 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/15812/statm: 1325 962 76 170 0 1153 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 10660

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 15812
/proc/meminfo: memFree=1604856/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) S 15807 15809 15525 0 -1 4194304 312 176 0 0 0 0 0 0 16 0 1 0 242884703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15809/statm: 1340 238 197 169 0 51 0
[pid=15812] ppid=15809 vsize=6068 CPUtime=102.24
/proc/15812/stat : 15812 (minisat) R 15809 15809 15525 0 -1 4194304 1174 0 0 0 10224 0 0 0 25 0 1 0 242884704 6213632 1160 1992294400 134512640 135212939 4294956240 18446744073709551615 134536028 0 0 4096 3 0 0 0 17 0 0 0
/proc/15812/statm: 1517 1160 76 170 0 1345 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 11428

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 15812
/proc/meminfo: memFree=1604088/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) S 15807 15809 15525 0 -1 4194304 312 176 0 0 0 0 0 0 16 0 1 0 242884703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15809/statm: 1340 238 197 169 0 51 0
[pid=15812] ppid=15809 vsize=6728 CPUtime=162.2
/proc/15812/stat : 15812 (minisat) R 15809 15809 15525 0 -1 4194304 1345 0 0 0 16220 0 0 0 25 0 1 0 242884704 6889472 1331 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/15812/statm: 1682 1331 76 170 0 1510 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 12088

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 15812
/proc/meminfo: memFree=1604088/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) S 15807 15809 15525 0 -1 4194304 312 176 0 0 0 0 0 0 16 0 1 0 242884703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15809/statm: 1340 238 197 169 0 51 0
[pid=15812] ppid=15809 vsize=6860 CPUtime=222.17
/proc/15812/stat : 15812 (minisat) R 15809 15809 15525 0 -1 4194304 1357 0 0 0 22217 0 0 0 25 0 1 0 242884704 7024640 1343 1992294400 134512640 135212939 4294956240 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/15812/statm: 1715 1343 76 170 0 1543 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 12220

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 15812
/proc/meminfo: memFree=1603768/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) S 15807 15809 15525 0 -1 4194304 312 176 0 0 0 0 0 0 16 0 1 0 242884703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15809/statm: 1340 238 197 169 0 51 0
[pid=15812] ppid=15809 vsize=7136 CPUtime=282.13
/proc/15812/stat : 15812 (minisat) R 15809 15809 15525 0 -1 4194304 1432 0 0 0 28213 0 0 0 25 0 1 0 242884704 7307264 1418 1992294400 134512640 135212939 4294956240 18446744073709551615 134526743 0 0 4096 3 0 0 0 17 0 0 0
/proc/15812/statm: 1784 1418 76 170 0 1612 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 12496

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 15812
/proc/meminfo: memFree=1603576/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) S 15807 15809 15525 0 -1 4194304 312 176 0 0 0 0 0 0 16 0 1 0 242884703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15809/statm: 1340 238 197 169 0 51 0
[pid=15812] ppid=15809 vsize=7276 CPUtime=342.11
/proc/15812/stat : 15812 (minisat) R 15809 15809 15525 0 -1 4194304 1479 0 0 0 34211 0 0 0 25 0 1 0 242884704 7450624 1465 1992294400 134512640 135212939 4294956240 18446744073709551615 134537044 0 0 4096 3 0 0 0 17 0 0 0
/proc/15812/statm: 1819 1465 76 170 0 1647 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 12636

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 15812
/proc/meminfo: memFree=1602424/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) S 15807 15809 15525 0 -1 4194304 312 176 0 0 0 0 0 0 16 0 1 0 242884703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15809/statm: 1340 238 197 169 0 51 0
[pid=15812] ppid=15809 vsize=8472 CPUtime=402.08
/proc/15812/stat : 15812 (minisat) R 15809 15809 15525 0 -1 4194304 1756 0 0 0 40208 0 0 0 25 0 1 0 242884704 8675328 1742 1992294400 134512640 135212939 4294956240 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/15812/statm: 2118 1742 76 170 0 1946 0
Current children cumulated CPU time (s) 402.08

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

/proc/15809/statm: 1340 238 197 169 0 51 0
[pid=15812] ppid=15809 vsize=8604 CPUtime=522
/proc/15812/stat : 15812 (minisat) R 15809 15809 15525 0 -1 4194304 1785 0 0 0 52199 1 0 0 25 0 1 0 242884704 8810496 1771 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/15812/statm: 2151 1771 76 170 0 1979 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 13964

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 15812
/proc/meminfo: memFree=1601912/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) S 15807 15809 15525 0 -1 4194304 312 176 0 0 0 0 0 0 16 0 1 0 242884703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15809/statm: 1340 238 197 169 0 51 0
[pid=15812] ppid=15809 vsize=8844 CPUtime=581.98
/proc/15812/stat : 15812 (minisat) R 15809 15809 15525 0 -1 4194304 1865 0 0 0 58197 1 0 0 25 0 1 0 242884704 9056256 1851 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15812/statm: 2211 1851 76 170 0 2039 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 14204

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 15812
/proc/meminfo: memFree=1601592/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) S 15807 15809 15525 0 -1 4194304 312 176 0 0 0 0 0 0 16 0 1 0 242884703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15809/statm: 1340 238 197 169 0 51 0
[pid=15812] ppid=15809 vsize=9160 CPUtime=641.94
/proc/15812/stat : 15812 (minisat) R 15809 15809 15525 0 -1 4194304 1945 0 0 0 64193 1 0 0 25 0 1 0 242884704 9379840 1931 1992294400 134512640 135212939 4294956240 18446744073709551615 134529392 0 0 4096 3 0 0 0 17 0 0 0
/proc/15812/statm: 2290 1931 76 170 0 2118 0
Current children cumulated CPU time (s) 641.94
Current children cumulated vsize (KiB) 14520

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 15812
/proc/meminfo: memFree=1601400/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) S 15807 15809 15525 0 -1 4194304 312 176 0 0 0 0 0 0 16 0 1 0 242884703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15809/statm: 1340 238 197 169 0 51 0
[pid=15812] ppid=15809 vsize=9292 CPUtime=701.89
/proc/15812/stat : 15812 (minisat) R 15809 15809 15525 0 -1 4194304 1977 0 0 0 70188 1 0 0 25 0 1 0 242884704 9515008 1963 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/15812/statm: 2323 1963 76 170 0 2151 0
Current children cumulated CPU time (s) 701.89
Current children cumulated vsize (KiB) 14652

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 15812
/proc/meminfo: memFree=1601336/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) S 15807 15809 15525 0 -1 4194304 312 176 0 0 0 0 0 0 16 0 1 0 242884703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15809/statm: 1340 238 197 169 0 51 0
[pid=15812] ppid=15809 vsize=9292 CPUtime=761.87
/proc/15812/stat : 15812 (minisat) R 15809 15809 15525 0 -1 4194304 1977 0 0 0 76186 1 0 0 25 0 1 0 242884704 9515008 1963 1992294400 134512640 135212939 4294956240 18446744073709551615 134526720 0 0 4096 3 0 0 0 17 0 0 0
/proc/15812/statm: 2323 1963 76 170 0 2151 0
Current children cumulated CPU time (s) 761.87
Current children cumulated vsize (KiB) 14652

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 15812
/proc/meminfo: memFree=1601208/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) S 15807 15809 15525 0 -1 4194304 312 176 0 0 0 0 0 0 16 0 1 0 242884703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15809/statm: 1340 238 197 169 0 51 0
[pid=15812] ppid=15809 vsize=9424 CPUtime=821.84
/proc/15812/stat : 15812 (minisat) R 15809 15809 15525 0 -1 4194304 2004 0 0 0 82183 1 0 0 25 0 1 0 242884704 9650176 1990 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/15812/statm: 2356 1990 76 170 0 2184 0
Current children cumulated CPU time (s) 821.84
Current children cumulated vsize (KiB) 14784

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 15812
/proc/meminfo: memFree=1601144/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) S 15807 15809 15525 0 -1 4194304 312 176 0 0 0 0 0 0 16 0 1 0 242884703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15809/statm: 1340 238 197 169 0 51 0
[pid=15812] ppid=15809 vsize=9424 CPUtime=881.81
/proc/15812/stat : 15812 (minisat) R 15809 15809 15525 0 -1 4194304 2004 0 0 0 88180 1 0 0 25 0 1 0 242884704 9650176 1990 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15812/statm: 2356 1990 76 170 0 2184 0
Current children cumulated CPU time (s) 881.81
Current children cumulated vsize (KiB) 14784

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 15812
/proc/meminfo: memFree=1600760/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) S 15807 15809 15525 0 -1 4194304 312 176 0 0 0 0 0 0 16 0 1 0 242884703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15809/statm: 1340 238 197 169 0 51 0
[pid=15812] ppid=15809 vsize=9820 CPUtime=941.77
/proc/15812/stat : 15812 (minisat) R 15809 15809 15525 0 -1 4194304 2101 0 0 0 94176 1 0 0 25 0 1 0 242884704 10055680 2087 1992294400 134512640 135212939 4294956240 18446744073709551615 134526720 0 0 4096 3 0 0 0 17 0 0 0
/proc/15812/statm: 2455 2087 76 170 0 2283 0
Current children cumulated CPU time (s) 941.77
Current children cumulated vsize (KiB) 15180

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 15812
/proc/meminfo: memFree=1600568/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) S 15807 15809 15525 0 -1 4194304 312 176 0 0 0 0 0 0 16 0 1 0 242884703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15809/statm: 1340 238 197 169 0 51 0
[pid=15812] ppid=15809 vsize=10024 CPUtime=1001.74
/proc/15812/stat : 15812 (minisat) R 15809 15809 15525 0 -1 4194304 2140 0 0 0 100173 1 0 0 25 0 1 0 242884704 10264576 2126 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/15812/statm: 2506 2126 76 170 0 2334 0
Current children cumulated CPU time (s) 1001.74
Current children cumulated vsize (KiB) 15384

[startup+1062.3 s]
/proc/loadavg: 1.06 1.01 0.94 2/66 15812
/proc/meminfo: memFree=1600568/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) S 15807 15809 15525 0 -1 4194304 312 176 0 0 0 0 0 0 16 0 1 0 242884703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15809/statm: 1340 238 197 169 0 51 0
[pid=15812] ppid=15809 vsize=10024 CPUtime=1061.71
/proc/15812/stat : 15812 (minisat) R 15809 15809 15525 0 -1 4194304 2140 0 0 0 106170 1 0 0 25 0 1 0 242884704 10264576 2126 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15812/statm: 2506 2126 76 170 0 2334 0
Current children cumulated CPU time (s) 1061.71
Current children cumulated vsize (KiB) 15384

[startup+1122.3 s]
/proc/loadavg: 1.07 1.03 0.95 2/66 15812
/proc/meminfo: memFree=1600440/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) S 15807 15809 15525 0 -1 4194304 312 176 0 0 0 0 0 0 16 0 1 0 242884703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15809/statm: 1340 238 197 169 0 51 0
[pid=15812] ppid=15809 vsize=10168 CPUtime=1121.69
/proc/15812/stat : 15812 (minisat) R 15809 15809 15525 0 -1 4194304 2173 0 0 0 112167 2 0 0 25 0 1 0 242884704 10412032 2159 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/15812/statm: 2542 2159 76 170 0 2370 0
Current children cumulated CPU time (s) 1121.69
Current children cumulated vsize (KiB) 15528

[startup+1182.3 s]
/proc/loadavg: 1.07 1.03 0.95 2/66 15812
/proc/meminfo: memFree=1600312/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) S 15807 15809 15525 0 -1 4194304 312 176 0 0 0 0 0 0 16 0 1 0 242884703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15809/statm: 1340 238 197 169 0 51 0
[pid=15812] ppid=15809 vsize=10168 CPUtime=1181.66
/proc/15812/stat : 15812 (minisat) R 15809 15809 15525 0 -1 4194304 2202 0 0 0 118164 2 0 0 25 0 1 0 242884704 10412032 2188 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/15812/statm: 2542 2188 76 170 0 2370 0
Current children cumulated CPU time (s) 1181.66
Current children cumulated vsize (KiB) 15528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.05 1.03 0.95 2/66 15812
/proc/meminfo: memFree=1600120/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) S 15807 15809 15525 0 -1 4194304 312 176 0 0 0 0 0 0 16 0 1 0 242884703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15809/statm: 1340 238 197 169 0 51 0
[pid=15812] ppid=15809 vsize=10300 CPUtime=1200.06
/proc/15812/stat : 15812 (minisat) R 15809 15809 15525 0 -1 4194304 2225 0 0 0 120004 2 0 0 25 0 1 0 242884704 10547200 2211 1992294400 134512640 135212939 4294956240 18446744073709551615 134538738 0 0 4096 3 0 0 0 17 0 0 0
/proc/15812/statm: 2575 2211 76 170 0 2403 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 15660

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: 1.05 1.03 0.95 2/66 15812
/proc/meminfo: memFree=1600120/2055920 swapFree=4171952/4192956
[pid=15809] ppid=15807 vsize=5360 CPUtime=0
/proc/15809/stat : 15809 (run.sh) S 15807 15809 15525 0 -1 4194304 312 176 0 0 0 0 0 0 16 0 1 0 242884703 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15809/statm: 1340 238 197 169 0 51 0
[pid=15812] ppid=15809 vsize=10300 CPUtime=1200.06
/proc/15812/stat : 15812 (minisat) R 15809 15809 15525 0 -1 4194304 2225 0 0 0 120004 2 0 0 25 0 1 0 242884704 10547200 2211 1992294400 134512640 135212939 4294956240 18446744073709551615 134538738 0 0 4096 3 0 0 0 17 0 0 0
/proc/15812/statm: 2575 2211 76 170 0 2403 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 15660

Child status: 143
Real time (s): 1200.71
CPU time (s): 1200.08
CPU user time (s): 1200.05
CPU system time (s): 0.027995
CPU usage (%): 99.9476
Max. virtual memory (cumulated for all children) (KiB): 15660

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

runsolver used 1.06584 second user time and 3.3115 second system time

The end

Launcher Data

Begin job on node25 at 2009-05-12 19:15:17
IDJOB=1806393
IDBENCH=24729
IDSOLVER=649
FILE ID=node25/1806393-1242148517
PBS_JOBID= 9289696
Free space on /tmp= 66096 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/crafted/Difficult/contest05/sabharwal/counting-easier-php-018-014.sat05-1175.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806393-1242148517/watcher-1806393-1242148517 -o /tmp/evaluation-result-1806393-1242148517/solver-1806393-1242148517 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806393-1242148517.cnf HOME

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

MD5SUM BENCH= bc769deecd9ed9694b8be132b5bd15cd
RANDOM SEED=370468728

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1610408 kB
Buffers:         51900 kB
Cached:         299980 kB
SwapCached:      14776 kB
Active:         101384 kB
Inactive:       266716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1610408 kB
SwapTotal:     4192956 kB
SwapFree:      4171952 kB
Dirty:            1428 kB
Writeback:           0 kB
Mapped:          14004 kB
Slab:            63480 kB
Committed_AS:   878012 kB
PageTables:       1460 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= 66096 MiB
End job on node25 at 2009-05-12 19:35:18