Trace number 1805861

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

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n1200-d0.00-s1875077647.sat05-530.reshuffled-07.cnf
MD5SUM378c3c007a4c6e49e4da1e6f32094183
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 variables1192
Number of clauses14506
Sum of the clauses size43816
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 314208
Number of clauses of size 4298
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.09	#LEARNT CLAUSES 0
0.00/0.10	done !
0.00/0.10	c Calling MINISAT
0.00/0.10	This is MiniSat 2.0 beta
0.00/0.10	WARNING: for repeatability, setting FPU to use double precision
0.00/0.10	============================[ Problem Statistics ]=============================
0.00/0.10	|                                                                             |
0.00/0.10	|  Number of variables:  1192                                                 |
0.00/0.10	|  Number of clauses:    14506                                                |
0.09/0.11	|  Parsing time:         0.01         s                                       |
0.09/0.11	============================[ Search Statistics ]==============================
0.09/0.11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.11	===============================================================================
0.09/0.11	|         0 |    1192    14506    43816 |     4835        0    nan |  0.000 % |
0.09/0.12	|       100 |    1192    14506    43816 |     5318      100      8 |  0.000 % |
0.09/0.12	|       250 |    1192    14506    43816 |     5850      250      8 |  0.000 % |
0.09/0.14	|       476 |    1192    14506    43816 |     6435      476     12 |  0.000 % |
0.09/0.16	|       813 |    1192    14506    43816 |     7079      813     13 |  0.000 % |
0.09/0.22	|      1320 |    1192    14506    43816 |     7787     1320     16 |  0.000 % |
0.09/0.30	|      2080 |    1192    14506    43816 |     8566     2080     18 |  0.000 % |
0.09/0.45	|      3219 |    1192    14506    43816 |     9422     3219     20 |  0.000 % |
0.09/0.68	|      4928 |    1192    14506    43816 |    10364     4928     22 |  0.000 % |
1.08/1.17	|      7492 |    1192    14506    43816 |    11401     7492     26 |  0.000 % |
1.97/2.04	|     11336 |    1192    14506    43816 |    12541    11336     27 |  0.000 % |
3.47/3.53	|     17102 |    1192    14506    43816 |    13795    10754     25 |  0.000 % |
5.37/5.50	|     25752 |    1192    14506    43816 |    15175    12416     28 |  0.000 % |
8.67/8.74	|     38729 |    1192    14506    43816 |    16692    10107     29 |  0.000 % |
14.38/14.43	|     58191 |    1192    14506    43816 |    18362    12714     26 |  0.000 % |
24.67/24.73	|     87384 |    1192    14506    43816 |    20198    14168     26 |  0.000 % |
42.77/42.82	|    131173 |    1192    14506    43816 |    22218    17238     27 |  0.000 % |
71.28/71.35	|    196859 |    1192    14506    43816 |    24440    15874     32 |  0.000 % |
114.58/114.61	|    295386 |    1192    14506    43816 |    26884    16121     34 |  0.000 % |
187.99/188.08	|    443176 |    1192    14506    43816 |    29572    15300     29 |  0.000 % |
303.01/303.03	|    664859 |    1192    14506    43816 |    32529    28381     36 |  0.000 % |
501.33/501.36	|    997384 |    1192    14506    43816 |    35782    28929     25 |  0.000 % |
791.57/791.51	|   1496173 |    1192    14506    43816 |    39360    28579     28 |  0.000 % |
1200.03/1199.90	HOME/run.sh: line 21: 13197 Terminated              $MINISAT $TMP_1 ${TMPDIR}/$TMP.result "$@"
1200.03/1199.90	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-1805861-1242142304/watcher-1805861-1242142304 -o /tmp/evaluation-result-1805861-1242142304/solver-1805861-1242142304 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1805861-1242142304.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.79 0.38 0.78 3/64 13194
/proc/meminfo: memFree=1234864/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242263819 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13194/statm: 1340 237 196 169 0 51 0
[pid=13195] ppid=13194 vsize=2112 CPUtime=0
/proc/13195/stat : 13195 (revival) R 13194 13194 13097 0 -1 4194304 266 0 0 0 0 0 0 0 18 0 1 0 242263820 2162688 233 1992294400 134512640 134537284 4294956368 18446744073709551615 7640699 0 0 4096 0 0 0 0 17 1 0 0
/proc/13195/statm: 528 234 82 6 0 166 0

[startup+0.106976 s]
/proc/loadavg: 0.79 0.38 0.78 3/64 13194
/proc/meminfo: memFree=1234864/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0.09
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 312 407 0 0 0 0 9 0 16 0 1 0 242263819 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13194/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+0.201948 s]
/proc/loadavg: 0.79 0.38 0.78 3/64 13194
/proc/meminfo: memFree=1234864/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0.09
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 312 407 0 0 0 0 9 0 16 0 1 0 242263819 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13194/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+0.301918 s]
/proc/loadavg: 0.79 0.38 0.78 3/64 13194
/proc/meminfo: memFree=1234864/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0.09
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 312 407 0 0 0 0 9 0 16 0 1 0 242263819 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13194/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+0.701806 s]
/proc/loadavg: 0.79 0.38 0.78 3/64 13194
/proc/meminfo: memFree=1234864/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0.09
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 312 407 0 0 0 0 9 0 16 0 1 0 242263819 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13194/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+1.50257 s]
/proc/loadavg: 0.79 0.38 0.78 2/66 13197
/proc/meminfo: memFree=1232480/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0.09
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 312 407 0 0 0 0 9 0 16 0 1 0 242263819 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13194/statm: 1340 238 197 169 0 51 0
[pid=13197] ppid=13194 vsize=3748 CPUtime=1.38
/proc/13197/stat : 13197 (minisat) R 13194 13194 13097 0 -1 4194304 645 0 0 0 138 0 0 0 25 0 1 0 242263830 3837952 631 1992294400 134512640 135212939 4294956240 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 937 631 76 170 0 765 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9108

[startup+3.10112 s]
/proc/loadavg: 0.81 0.39 0.78 2/66 13197
/proc/meminfo: memFree=1231648/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0.09
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 312 407 0 0 0 0 9 0 16 0 1 0 242263819 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13194/statm: 1340 238 197 169 0 51 0
[pid=13197] ppid=13194 vsize=4408 CPUtime=2.98
/proc/13197/stat : 13197 (minisat) R 13194 13194 13097 0 -1 4194304 785 0 0 0 298 0 0 0 25 0 1 0 242263830 4513792 771 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 1102 771 76 170 0 930 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9768

[startup+6.30121 s]
/proc/loadavg: 0.81 0.39 0.78 2/66 13197
/proc/meminfo: memFree=1231136/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0.09
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 312 407 0 0 0 0 9 0 16 0 1 0 242263819 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13194/statm: 1340 238 197 169 0 51 0
[pid=13197] ppid=13194 vsize=4940 CPUtime=6.18
/proc/13197/stat : 13197 (minisat) R 13194 13194 13097 0 -1 4194304 934 0 0 0 618 0 0 0 25 0 1 0 242263830 5058560 920 1992294400 134512640 135212939 4294956240 18446744073709551615 134527045 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 1235 920 76 170 0 1063 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10300

[startup+12.7014 s]
/proc/loadavg: 0.84 0.41 0.78 2/66 13197
/proc/meminfo: memFree=1230376/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0.09
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 312 407 0 0 0 0 9 0 16 0 1 0 242263819 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13194/statm: 1340 238 197 169 0 51 0
[pid=13197] ppid=13194 vsize=5336 CPUtime=12.58
/proc/13197/stat : 13197 (minisat) R 13194 13194 13097 0 -1 4194304 1028 0 0 0 1258 0 0 0 25 0 1 0 242263830 5464064 1014 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 1334 1014 76 170 0 1162 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10696

[startup+25.5017 s]
/proc/loadavg: 0.86 0.43 0.78 2/66 13197
/proc/meminfo: memFree=1229928/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0.09
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 312 407 0 0 0 0 9 0 16 0 1 0 242263819 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13194/statm: 1340 238 197 169 0 51 0
[pid=13197] ppid=13194 vsize=5780 CPUtime=25.38
/proc/13197/stat : 13197 (minisat) R 13194 13194 13097 0 -1 4194304 1144 0 0 0 2538 0 0 0 25 0 1 0 242263830 5918720 1130 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 1445 1130 76 170 0 1273 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 11140

[startup+51.1014 s]
/proc/loadavg: 0.91 0.47 0.79 2/66 13197
/proc/meminfo: memFree=1228904/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0.09
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 312 407 0 0 0 0 9 0 16 0 1 0 242263819 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13194/statm: 1340 238 197 169 0 51 0
[pid=13197] ppid=13194 vsize=6848 CPUtime=50.98
/proc/13197/stat : 13197 (minisat) R 13194 13194 13097 0 -1 4194304 1401 0 0 0 5098 0 0 0 25 0 1 0 242263830 7012352 1387 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 1712 1387 76 170 0 1540 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 12208

[startup+102.302 s]
/proc/loadavg: 0.96 0.56 0.80 2/66 13197
/proc/meminfo: memFree=1227432/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0.09
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 312 407 0 0 0 0 9 0 16 0 1 0 242263819 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13194/statm: 1340 238 197 169 0 51 0
[pid=13197] ppid=13194 vsize=8304 CPUtime=102.19
/proc/13197/stat : 13197 (minisat) R 13194 13194 13097 0 -1 4194304 1756 0 0 0 10218 1 0 0 25 0 1 0 242263830 8503296 1742 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 2076 1742 76 170 0 1904 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 13664

[startup+162.302 s]
/proc/loadavg: 0.98 0.63 0.81 2/66 13197
/proc/meminfo: memFree=1226600/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0.09
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 312 407 0 0 0 0 9 0 16 0 1 0 242263819 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13194/statm: 1340 238 197 169 0 51 0
[pid=13197] ppid=13194 vsize=9120 CPUtime=162.2
/proc/13197/stat : 13197 (minisat) R 13194 13194 13097 0 -1 4194304 1970 0 0 0 16218 2 0 0 25 0 1 0 242263830 9338880 1956 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 2280 1956 76 170 0 2108 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 14480

[startup+222.306 s]
/proc/loadavg: 0.99 0.70 0.82 2/66 13197
/proc/meminfo: memFree=1226408/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0.09
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 312 407 0 0 0 0 9 0 16 0 1 0 242263819 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13194/statm: 1340 238 197 169 0 51 0
[pid=13197] ppid=13194 vsize=9420 CPUtime=222.21
/proc/13197/stat : 13197 (minisat) R 13194 13194 13097 0 -1 4194304 2022 0 0 0 22219 2 0 0 25 0 1 0 242263830 9646080 2008 1992294400 134512640 135212939 4294956240 18446744073709551615 134526759 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 2355 2008 76 170 0 2183 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 14780

[startup+282.301 s]
/proc/loadavg: 0.99 0.75 0.83 2/66 13199
/proc/meminfo: memFree=1225576/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0.09
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 312 407 0 0 0 0 9 0 16 0 1 0 242263819 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13194/statm: 1340 238 197 169 0 51 0
[pid=13197] ppid=13194 vsize=10224 CPUtime=282.22
/proc/13197/stat : 13197 (minisat) R 13194 13194 13097 0 -1 4194304 2228 0 0 0 28219 3 0 0 25 0 1 0 242263830 10469376 2214 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 2556 2214 76 170 0 2384 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 15584

[startup+342.301 s]
/proc/loadavg: 0.99 0.79 0.83 2/66 13199
/proc/meminfo: memFree=1224424/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0.09
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 312 407 0 0 0 0 9 0 16 0 1 0 242263819 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13194/statm: 1340 238 197 169 0 51 0
[pid=13197] ppid=13194 vsize=11316 CPUtime=342.22
/proc/13197/stat : 13197 (minisat) R 13194 13194 13097 0 -1 4194304 2501 0 0 0 34219 3 0 0 25 0 1 0 242263830 11587584 2487 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 2829 2487 76 170 0 2657 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 16676

[startup+402.301 s]
/proc/loadavg: 0.99 0.83 0.84 2/66 13199
/proc/meminfo: memFree=1224040/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0.09
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 312 407 0 0 0 0 9 0 16 0 1 0 242263819 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13194/statm: 1340 238 197 169 0 51 0
[pid=13197] ppid=13194 vsize=11872 CPUtime=402.23
/proc/13197/stat : 13197 (minisat) R 13194 13194 13097 0 -1 4194304 2618 0 0 0 40219 4 0 0 25 0 1 0 242263830 12156928 2604 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 2968 2604 76 170 0 2796 0
Current children cumulated CPU time (s) 402.32

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

/proc/13194/statm: 1340 238 197 169 0 51 0
[pid=13197] ppid=13194 vsize=12164 CPUtime=462.24
/proc/13197/stat : 13197 (minisat) R 13194 13194 13097 0 -1 4194304 2696 0 0 0 46220 4 0 0 25 0 1 0 242263830 12455936 2682 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 3041 2682 76 170 0 2869 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 17524

[startup+522.301 s]
/proc/loadavg: 0.99 0.88 0.85 2/66 13199
/proc/meminfo: memFree=1223656/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0.09
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 312 407 0 0 0 0 9 0 16 0 1 0 242263819 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13194/statm: 1340 238 197 169 0 51 0
[pid=13197] ppid=13194 vsize=12164 CPUtime=522.24
/proc/13197/stat : 13197 (minisat) R 13194 13194 13097 0 -1 4194304 2714 0 0 0 52220 4 0 0 25 0 1 0 242263830 12455936 2700 1992294400 134512640 135212939 4294956240 18446744073709551615 134536014 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 3041 2700 76 170 0 2869 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 17524

[startup+582.302 s]
/proc/loadavg: 0.99 0.90 0.85 2/66 13199
/proc/meminfo: memFree=1223400/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0.09
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 312 407 0 0 0 0 9 0 16 0 1 0 242263819 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13194/statm: 1340 238 197 169 0 51 0
[pid=13197] ppid=13194 vsize=12480 CPUtime=582.26
/proc/13197/stat : 13197 (minisat) R 13194 13194 13097 0 -1 4194304 2782 0 0 0 58221 5 0 0 25 0 1 0 242263830 12779520 2768 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 3120 2768 76 170 0 2948 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 17840

[startup+642.302 s]
/proc/loadavg: 0.99 0.91 0.86 2/66 13199
/proc/meminfo: memFree=1222696/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0.09
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 312 407 0 0 0 0 9 0 16 0 1 0 242263819 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13194/statm: 1340 238 197 169 0 51 0
[pid=13197] ppid=13194 vsize=13148 CPUtime=642.27
/proc/13197/stat : 13197 (minisat) R 13194 13194 13097 0 -1 4194304 2944 0 0 0 64222 5 0 0 25 0 1 0 242263830 13463552 2930 1992294400 134512640 135212939 4294956240 18446744073709551615 134535736 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 3287 2930 76 170 0 3115 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 18508

[startup+702.303 s]
/proc/loadavg: 1.05 0.94 0.87 2/66 13199
/proc/meminfo: memFree=1222504/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0.09
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 312 407 0 0 0 0 9 0 16 0 1 0 242263819 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13194/statm: 1340 238 197 169 0 51 0
[pid=13197] ppid=13194 vsize=13304 CPUtime=702.27
/proc/13197/stat : 13197 (minisat) R 13194 13194 13097 0 -1 4194304 2980 0 0 0 70222 5 0 0 25 0 1 0 242263830 13623296 2966 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 3326 2966 76 170 0 3154 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 18664

[startup+762.303 s]
/proc/loadavg: 1.02 0.95 0.88 2/66 13199
/proc/meminfo: memFree=1222312/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0.09
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 312 407 0 0 0 0 9 0 16 0 1 0 242263819 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13194/statm: 1340 238 197 169 0 51 0
[pid=13197] ppid=13194 vsize=13440 CPUtime=762.28
/proc/13197/stat : 13197 (minisat) R 13194 13194 13097 0 -1 4194304 3024 0 0 0 76223 5 0 0 25 0 1 0 242263830 13762560 3010 1992294400 134512640 135212939 4294956240 18446744073709551615 134527071 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 3360 3010 76 170 0 3188 0
Current children cumulated CPU time (s) 762.37
Current children cumulated vsize (KiB) 18800

[startup+822.302 s]
/proc/loadavg: 1.00 0.95 0.88 2/66 13199
/proc/meminfo: memFree=1222056/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0.09
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 312 407 0 0 0 0 9 0 16 0 1 0 242263819 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13194/statm: 1340 238 197 169 0 51 0
[pid=13197] ppid=13194 vsize=13756 CPUtime=822.29
/proc/13197/stat : 13197 (minisat) R 13194 13194 13097 0 -1 4194304 3092 0 0 0 82223 6 0 0 25 0 1 0 242263830 14086144 3078 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 3439 3078 76 170 0 3267 0
Current children cumulated CPU time (s) 822.38
Current children cumulated vsize (KiB) 19116

[startup+882.305 s]
/proc/loadavg: 1.00 0.96 0.89 2/66 13199
/proc/meminfo: memFree=1220968/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0.09
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 312 407 0 0 0 0 9 0 16 0 1 0 242263819 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13194/statm: 1340 238 197 169 0 51 0
[pid=13197] ppid=13194 vsize=14848 CPUtime=882.3
/proc/13197/stat : 13197 (minisat) R 13194 13194 13097 0 -1 4194304 3362 0 0 0 88224 6 0 0 25 0 1 0 242263830 15204352 3348 1992294400 134512640 135212939 4294956240 18446744073709551615 134536071 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 3712 3348 76 170 0 3540 0
Current children cumulated CPU time (s) 882.39
Current children cumulated vsize (KiB) 20208

[startup+942.302 s]
/proc/loadavg: 1.00 0.97 0.90 2/66 13199
/proc/meminfo: memFree=1220904/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0.09
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 312 407 0 0 0 0 9 0 16 0 1 0 242263819 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13194/statm: 1340 238 197 169 0 51 0
[pid=13197] ppid=13194 vsize=14848 CPUtime=942.3
/proc/13197/stat : 13197 (minisat) R 13194 13194 13097 0 -1 4194304 3363 0 0 0 94224 6 0 0 25 0 1 0 242263830 15204352 3349 1992294400 134512640 135212939 4294956240 18446744073709551615 134530451 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 3712 3349 76 170 0 3540 0
Current children cumulated CPU time (s) 942.39
Current children cumulated vsize (KiB) 20208

[startup+1002.3 s]
/proc/loadavg: 1.00 0.97 0.90 2/66 13199
/proc/meminfo: memFree=1220712/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0.09
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 312 407 0 0 0 0 9 0 16 0 1 0 242263819 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13194/statm: 1340 238 197 169 0 51 0
[pid=13197] ppid=13194 vsize=15132 CPUtime=1002.32
/proc/13197/stat : 13197 (minisat) R 13194 13194 13097 0 -1 4194304 3430 0 0 0 100225 7 0 0 25 0 1 0 242263830 15495168 3416 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 3783 3416 76 170 0 3611 0
Current children cumulated CPU time (s) 1002.41
Current children cumulated vsize (KiB) 20492

[startup+1062.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 13199
/proc/meminfo: memFree=1220456/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0.09
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 312 407 0 0 0 0 9 0 16 0 1 0 242263819 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13194/statm: 1340 238 197 169 0 51 0
[pid=13197] ppid=13194 vsize=15436 CPUtime=1062.32
/proc/13197/stat : 13197 (minisat) R 13194 13194 13097 0 -1 4194304 3482 0 0 0 106225 7 0 0 25 0 1 0 242263830 15806464 3468 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 3859 3468 76 170 0 3687 0
Current children cumulated CPU time (s) 1062.41
Current children cumulated vsize (KiB) 20796

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 13199
/proc/meminfo: memFree=1220200/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0.09
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 312 407 0 0 0 0 9 0 16 0 1 0 242263819 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13194/statm: 1340 238 197 169 0 51 0
[pid=13197] ppid=13194 vsize=15716 CPUtime=1122.33
/proc/13197/stat : 13197 (minisat) R 13194 13194 13097 0 -1 4194304 3549 0 0 0 112226 7 0 0 25 0 1 0 242263830 16093184 3535 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 3929 3535 76 170 0 3757 0
Current children cumulated CPU time (s) 1122.42
Current children cumulated vsize (KiB) 21076

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 13199
/proc/meminfo: memFree=1220072/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0.09
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 312 407 0 0 0 0 9 0 16 0 1 0 242263819 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13194/statm: 1340 238 197 169 0 51 0
[pid=13197] ppid=13194 vsize=15880 CPUtime=1182.34
/proc/13197/stat : 13197 (minisat) R 13194 13194 13097 0 -1 4194304 3576 0 0 0 118227 7 0 0 25 0 1 0 242263830 16261120 3562 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 3970 3562 76 170 0 3798 0
Current children cumulated CPU time (s) 1182.43
Current children cumulated vsize (KiB) 21240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.9 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 13199
/proc/meminfo: memFree=1220072/2055920 swapFree=4180148/4192956
[pid=13194] ppid=13192 vsize=5360 CPUtime=0.09
/proc/13194/stat : 13194 (run.sh) S 13192 13194 13097 0 -1 4194304 312 407 0 0 0 0 9 0 16 0 1 0 242263819 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13194/statm: 1340 238 197 169 0 51 0
[pid=13197] ppid=13194 vsize=15880 CPUtime=1199.94
/proc/13197/stat : 13197 (minisat) R 13194 13194 13097 0 -1 4194304 3576 0 0 0 119987 7 0 0 25 0 1 0 242263830 16261120 3562 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 1 0 0
/proc/13197/statm: 3970 3562 76 170 0 3798 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 21240

Sending SIGTERM to process tree (bottom up)

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

Child status: 143
Real time (s): 1199.91
CPU time (s): 1200.06
CPU user time (s): 1199.98
CPU system time (s): 0.084987
CPU usage (%): 100.013
Max. virtual memory (cumulated for all children) (KiB): 21240

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

runsolver used 1.36579 second user time and 3.00654 second system time

The end

Launcher Data

Begin job on node16 at 2009-05-12 17:31:44
IDJOB=1805861
IDBENCH=24612
IDSOLVER=649
FILE ID=node16/1805861-1242142304
PBS_JOBID= 9289705
Free space on /tmp= 66040 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n1200-d0.00-s1875077647.sat05-530.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1805861-1242142304/watcher-1805861-1242142304 -o /tmp/evaluation-result-1805861-1242142304/solver-1805861-1242142304 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1805861-1242142304.cnf HOME

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

MD5SUM BENCH= 378c3c007a4c6e49e4da1e6f32094183
RANDOM SEED=589714749

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1235416 kB
Buffers:         84300 kB
Cached:         652740 kB
SwapCached:       7152 kB
Active:         224776 kB
Inactive:       520672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1235416 kB
SwapTotal:     4192956 kB
SwapFree:      4180148 kB
Dirty:            1636 kB
Writeback:           0 kB
Mapped:          13488 kB
Slab:            61144 kB
Committed_AS:   904112 kB
PageTables:       1436 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= 66040 MiB
End job on node16 at 2009-05-12 17:51:44