Trace number 1805875

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.05 1200.71

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n1200-d0.00-s1756632460.sat05-526.reshuffled-07.cnf
MD5SUM00198881c2cf000cfee916c18d69d474
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 variables1132
Number of clauses14011
Sum of the clauses size42316
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 313728
Number of clauses of size 4283
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.02/0.08	#LEARNT CLAUSES 0
0.02/0.09	done !
0.02/0.09	c Calling MINISAT
0.02/0.09	This is MiniSat 2.0 beta
0.02/0.09	WARNING: for repeatability, setting FPU to use double precision
0.02/0.09	============================[ Problem Statistics ]=============================
0.02/0.09	|                                                                             |
0.02/0.09	|  Number of variables:  1132                                                 |
0.02/0.09	|  Number of clauses:    14011                                                |
0.08/0.10	|  Parsing time:         0.01         s                                       |
0.08/0.10	============================[ Search Statistics ]==============================
0.08/0.10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.08/0.10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.08/0.10	===============================================================================
0.08/0.10	|         0 |    1132    14011    42316 |     4670        0    nan |  0.000 % |
0.08/0.10	|       100 |    1132    14011    42316 |     5137      100      7 |  0.000 % |
0.08/0.11	|       251 |    1132    14011    42316 |     5651      251      9 |  0.000 % |
0.08/0.12	|       476 |    1132    14011    42316 |     6216      476     11 |  0.000 % |
0.08/0.14	|       813 |    1132    14011    42316 |     6837      813     12 |  0.000 % |
0.08/0.16	|      1320 |    1132    14011    42316 |     7521     1320     13 |  0.000 % |
0.08/0.21	|      2079 |    1132    14011    42316 |     8273     2079     15 |  0.000 % |
0.08/0.31	|      3218 |    1132    14011    42316 |     9101     3218     17 |  0.000 % |
0.08/0.46	|      4927 |    1132    14011    42316 |    10011     4927     19 |  0.000 % |
0.08/0.82	|      7489 |    1132    14011    42316 |    11012     7489     24 |  0.000 % |
1.27/1.37	|     11333 |    1132    14011    42316 |    12113     5720     24 |  0.000 % |
2.18/2.24	|     17100 |    1132    14011    42316 |    13325    11487     28 |  0.000 % |
3.67/3.73	|     25749 |    1132    14011    42316 |    14657    13395     28 |  0.000 % |
5.57/5.65	|     38724 |    1132    14011    42316 |    16123    11559     27 |  0.000 % |
8.87/8.98	|     58186 |    1132    14011    42316 |    17735    14762     23 |  0.000 % |
14.27/14.38	|     87379 |    1132    14011    42316 |    19509    17122     26 |  0.000 % |
24.26/24.31	|    131169 |    1132    14011    42316 |    21460    11918     24 |  0.000 % |
39.65/39.72	|    196853 |    1132    14011    42316 |    23606    12818     23 |  0.000 % |
65.74/65.85	|    295381 |    1132    14011    42316 |    25966    16421     26 |  0.000 % |
113.02/113.16	|    443171 |    1132    14011    42316 |    28563    20852     27 |  0.000 % |
189.46/189.61	|    664854 |    1132    14011    42316 |    31419    27391     30 |  0.000 % |
315.51/315.74	|    997381 |    1132    14011    42316 |    34561    26989     27 |  0.000 % |
528.49/528.87	|   1496169 |    1132    14011    42316 |    38017    18763     27 |  0.000 % |
862.60/863.13	|   2244351 |    1132    14011    42316 |    41819    19918     25 |  0.000 % |
1200.01/1200.70	HOME/run.sh: line 21: 17427 Terminated              $MINISAT $TMP_1 ${TMPDIR}/$TMP.result "$@"
1200.01/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-1805875-1242142337/watcher-1805875-1242142337 -o /tmp/evaluation-result-1805875-1242142337/solver-1805875-1242142337 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1805875-1242142337.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.88 0.44 0.72 3/65 17424
/proc/meminfo: memFree=793560/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 242262684 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 237 196 169 0 51 0
[pid=17425] ppid=17424 vsize=1824 CPUtime=0
/proc/17425/stat : 17425 (revival) R 17424 17424 17299 0 -1 4194304 217 0 0 0 0 0 0 0 20 0 1 0 242262685 1867776 184 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/17425/statm: 456 185 82 6 0 94 0

[startup+0.03246 s]
/proc/loadavg: 0.88 0.44 0.72 3/65 17424
/proc/meminfo: memFree=793560/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 242262684 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 237 196 169 0 51 0
[pid=17425] ppid=17424 vsize=2396 CPUtime=0.02
/proc/17425/stat : 17425 (revival) R 17424 17424 17299 0 -1 4194304 384 0 0 0 2 0 0 0 20 0 1 50000 242262685 2453504 297 1992294400 134512640 134537284 4294956368 18446744073709551615 134515904 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17425/statm: 599 297 85 6 0 237 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7756

[startup+0.102476 s]
/proc/loadavg: 0.88 0.44 0.72 3/65 17424
/proc/meminfo: memFree=793560/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0.08
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 312 399 0 0 0 0 8 0 17 0 1 0 242262684 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+0.301516 s]
/proc/loadavg: 0.88 0.44 0.72 3/65 17424
/proc/meminfo: memFree=793560/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0.08
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 312 399 0 0 0 0 8 0 17 0 1 0 242262684 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+0.702599 s]
/proc/loadavg: 0.88 0.44 0.72 3/65 17424
/proc/meminfo: memFree=793560/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0.08
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 312 399 0 0 0 0 8 0 17 0 1 0 242262684 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+1.50176 s]
/proc/loadavg: 0.88 0.44 0.72 2/67 17427
/proc/meminfo: memFree=790984/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0.08
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 312 399 0 0 0 0 8 0 17 0 1 0 242262684 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 238 197 169 0 51 0
[pid=17427] ppid=17424 vsize=4064 CPUtime=1.39
/proc/17427/stat : 17427 (minisat) R 17424 17424 17299 0 -1 4194304 708 0 0 0 139 0 0 0 25 0 1 0 242262694 4161536 694 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/17427/statm: 1016 694 76 170 0 844 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9424

[startup+3.10108 s]
/proc/loadavg: 0.88 0.44 0.72 2/67 17427
/proc/meminfo: memFree=790408/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0.08
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 312 399 0 0 0 0 8 0 17 0 1 0 242262684 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 238 197 169 0 51 0
[pid=17427] ppid=17424 vsize=4460 CPUtime=2.99
/proc/17427/stat : 17427 (minisat) R 17424 17424 17299 0 -1 4194304 823 0 0 0 299 0 0 0 25 0 1 0 242262694 4567040 809 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17427/statm: 1115 809 76 170 0 943 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9820

[startup+6.30173 s]
/proc/loadavg: 0.89 0.45 0.72 2/67 17427
/proc/meminfo: memFree=789576/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0.08
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 312 399 0 0 0 0 8 0 17 0 1 0 242262684 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 238 197 169 0 51 0
[pid=17427] ppid=17424 vsize=4864 CPUtime=6.19
/proc/17427/stat : 17427 (minisat) R 17424 17424 17299 0 -1 4194304 919 0 0 0 619 0 0 0 25 0 1 0 242262694 4980736 905 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/17427/statm: 1216 905 76 170 0 1044 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10224

[startup+12.702 s]
/proc/loadavg: 0.90 0.45 0.72 2/67 17427
/proc/meminfo: memFree=788936/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0.08
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 312 399 0 0 0 0 8 0 17 0 1 0 242262684 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 238 197 169 0 51 0
[pid=17427] ppid=17424 vsize=5528 CPUtime=12.59
/proc/17427/stat : 17427 (minisat) R 17424 17424 17299 0 -1 4194304 1090 0 0 0 1259 0 0 0 25 0 1 0 242262694 5660672 1076 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17427/statm: 1382 1076 76 170 0 1210 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10888

[startup+25.5016 s]
/proc/loadavg: 0.92 0.48 0.72 2/67 17427
/proc/meminfo: memFree=788488/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0.08
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 312 399 0 0 0 0 8 0 17 0 1 0 242262684 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 238 197 169 0 51 0
[pid=17427] ppid=17424 vsize=5960 CPUtime=25.38
/proc/17427/stat : 17427 (minisat) R 17424 17424 17299 0 -1 4194304 1180 0 0 0 2538 0 0 0 25 0 1 0 242262694 6103040 1166 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/17427/statm: 1490 1166 76 170 0 1318 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 11320

[startup+51.1018 s]
/proc/loadavg: 0.95 0.52 0.73 2/67 17427
/proc/meminfo: memFree=787016/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0.08
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 312 399 0 0 0 0 8 0 17 0 1 0 242262684 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 238 197 169 0 51 0
[pid=17427] ppid=17424 vsize=7576 CPUtime=50.97
/proc/17427/stat : 17427 (minisat) R 17424 17424 17299 0 -1 4194304 1578 0 0 0 5095 2 0 0 25 0 1 0 242262694 7757824 1564 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/17427/statm: 1894 1564 76 170 0 1722 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 12936

[startup+102.306 s]
/proc/loadavg: 0.98 0.59 0.74 2/67 17427
/proc/meminfo: memFree=786056/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0.08
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 312 399 0 0 0 0 8 0 17 0 1 0 242262684 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 238 197 169 0 51 0
[pid=17427] ppid=17424 vsize=8380 CPUtime=102.15
/proc/17427/stat : 17427 (minisat) R 17424 17424 17299 0 -1 4194304 1773 0 0 0 10213 2 0 0 25 0 1 0 242262694 8581120 1759 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/17427/statm: 2095 1759 76 170 0 1923 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 13740

[startup+162.301 s]
/proc/loadavg: 0.99 0.66 0.75 2/67 17427
/proc/meminfo: memFree=785096/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0.08
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 312 399 0 0 0 0 8 0 17 0 1 0 242262684 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 238 197 169 0 51 0
[pid=17427] ppid=17424 vsize=9364 CPUtime=162.1
/proc/17427/stat : 17427 (minisat) R 17424 17424 17299 0 -1 4194304 2006 0 0 0 16208 2 0 0 25 0 1 0 242262694 9588736 1992 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/17427/statm: 2341 1992 76 170 0 2169 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 14724

[startup+222.302 s]
/proc/loadavg: 0.99 0.72 0.76 2/67 17427
/proc/meminfo: memFree=784264/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0.08
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 312 399 0 0 0 0 8 0 17 0 1 0 242262684 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 238 197 169 0 51 0
[pid=17427] ppid=17424 vsize=10308 CPUtime=222.06
/proc/17427/stat : 17427 (minisat) R 17424 17424 17299 0 -1 4194304 2223 0 0 0 22204 2 0 0 25 0 1 0 242262694 10555392 2209 1992294400 134512640 135212939 4294956240 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/17427/statm: 2577 2209 76 170 0 2405 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 15668

[startup+282.302 s]
/proc/loadavg: 0.99 0.77 0.78 2/67 17427
/proc/meminfo: memFree=783816/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0.08
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 312 399 0 0 0 0 8 0 17 0 1 0 242262684 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 238 197 169 0 51 0
[pid=17427] ppid=17424 vsize=10756 CPUtime=282.04
/proc/17427/stat : 17427 (minisat) R 17424 17424 17299 0 -1 4194304 2332 0 0 0 28201 3 0 0 25 0 1 0 242262694 11014144 2318 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17427/statm: 2689 2318 76 170 0 2517 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 16116

[startup+342.301 s]
/proc/loadavg: 0.99 0.81 0.79 2/67 17427
/proc/meminfo: memFree=782600/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0.08
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 312 399 0 0 0 0 8 0 17 0 1 0 242262684 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 238 197 169 0 51 0
[pid=17427] ppid=17424 vsize=11828 CPUtime=342.01
/proc/17427/stat : 17427 (minisat) R 17424 17424 17299 0 -1 4194304 2624 0 0 0 34198 3 0 0 25 0 1 0 242262694 12111872 2610 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17427/statm: 2957 2610 76 170 0 2785 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 17188

[startup+402.301 s]
/proc/loadavg: 0.99 0.84 0.80 2/67 17427
/proc/meminfo: memFree=782088/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0.08
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 312 399 0 0 0 0 8 0 17 0 1 0 242262684 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 238 197 169 0 51 0
[pid=17427] ppid=17424 vsize=12488 CPUtime=401.97

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

/proc/17424/statm: 1340 238 197 169 0 51 0
[pid=17427] ppid=17424 vsize=12764 CPUtime=521.92
/proc/17427/stat : 17427 (minisat) R 17424 17424 17299 0 -1 4194304 2838 0 0 0 52189 3 0 0 25 0 1 0 242262694 13070336 2824 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/17427/statm: 3191 2824 76 170 0 3019 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 18124

[startup+582.302 s]
/proc/loadavg: 1.00 0.92 0.83 2/67 17427
/proc/meminfo: memFree=781640/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0.08
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 312 399 0 0 0 0 8 0 17 0 1 0 242262684 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 238 197 169 0 51 0
[pid=17427] ppid=17424 vsize=12908 CPUtime=581.89
/proc/17427/stat : 17427 (minisat) R 17424 17424 17299 0 -1 4194304 2879 0 0 0 58186 3 0 0 25 0 1 0 242262694 13217792 2865 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/17427/statm: 3227 2865 76 170 0 3055 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 18268

[startup+642.302 s]
/proc/loadavg: 1.00 0.93 0.83 2/67 17429
/proc/meminfo: memFree=781128/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0.08
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 312 399 0 0 0 0 8 0 17 0 1 0 242262684 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 238 197 169 0 51 0
[pid=17427] ppid=17424 vsize=13220 CPUtime=641.86
/proc/17427/stat : 17427 (minisat) R 17424 17424 17299 0 -1 4194304 2934 0 0 0 64183 3 0 0 25 0 1 0 242262694 13537280 2920 1992294400 134512640 135212939 4294956240 18446744073709551615 134526658 0 0 4096 3 0 0 0 17 0 0 0
/proc/17427/statm: 3305 2920 76 170 0 3133 0
Current children cumulated CPU time (s) 641.94
Current children cumulated vsize (KiB) 18580

[startup+702.301 s]
/proc/loadavg: 1.00 0.94 0.84 2/67 17429
/proc/meminfo: memFree=780936/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0.08
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 312 399 0 0 0 0 8 0 17 0 1 0 242262684 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 238 197 169 0 51 0
[pid=17427] ppid=17424 vsize=13512 CPUtime=701.83
/proc/17427/stat : 17427 (minisat) R 17424 17424 17299 0 -1 4194304 3025 0 0 0 70180 3 0 0 25 0 1 0 242262694 13836288 3011 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/17427/statm: 3378 3011 76 170 0 3206 0
Current children cumulated CPU time (s) 701.91
Current children cumulated vsize (KiB) 18872

[startup+762.306 s]
/proc/loadavg: 1.08 0.96 0.85 2/67 17429
/proc/meminfo: memFree=780872/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0.08
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 312 399 0 0 0 0 8 0 17 0 1 0 242262684 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 238 197 169 0 51 0
[pid=17427] ppid=17424 vsize=13664 CPUtime=761.79
/proc/17427/stat : 17427 (minisat) R 17424 17424 17299 0 -1 4194304 3048 0 0 0 76176 3 0 0 25 0 1 0 242262694 13991936 3034 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17427/statm: 3416 3034 76 170 0 3244 0
Current children cumulated CPU time (s) 761.87
Current children cumulated vsize (KiB) 19024

[startup+822.302 s]
/proc/loadavg: 1.03 0.97 0.86 2/67 17429
/proc/meminfo: memFree=780744/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0.08
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 312 399 0 0 0 0 8 0 17 0 1 0 242262684 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 238 197 169 0 51 0
[pid=17427] ppid=17424 vsize=13948 CPUtime=821.74
/proc/17427/stat : 17427 (minisat) R 17424 17424 17299 0 -1 4194304 3096 0 0 0 82171 3 0 0 25 0 1 0 242262694 14282752 3082 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17427/statm: 3487 3082 76 170 0 3315 0
Current children cumulated CPU time (s) 821.82
Current children cumulated vsize (KiB) 19308

[startup+882.302 s]
/proc/loadavg: 1.01 0.97 0.86 2/67 17429
/proc/meminfo: memFree=780232/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0.08
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 312 399 0 0 0 0 8 0 17 0 1 0 242262684 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 238 197 169 0 51 0
[pid=17427] ppid=17424 vsize=14428 CPUtime=881.71
/proc/17427/stat : 17427 (minisat) R 17424 17424 17299 0 -1 4194304 3221 0 0 0 88168 3 0 0 25 0 1 0 242262694 14774272 3207 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17427/statm: 3607 3207 76 170 0 3435 0
Current children cumulated CPU time (s) 881.79
Current children cumulated vsize (KiB) 19788

[startup+942.302 s]
/proc/loadavg: 1.00 0.97 0.87 2/67 17429
/proc/meminfo: memFree=779272/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0.08
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 312 399 0 0 0 0 8 0 17 0 1 0 242262684 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 238 197 169 0 51 0
[pid=17427] ppid=17424 vsize=15588 CPUtime=941.67
/proc/17427/stat : 17427 (minisat) R 17424 17424 17299 0 -1 4194304 3474 0 0 0 94164 3 0 0 25 0 1 0 242262694 15962112 3460 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17427/statm: 3897 3460 76 170 0 3725 0
Current children cumulated CPU time (s) 941.75
Current children cumulated vsize (KiB) 20948

[startup+1002.3 s]
/proc/loadavg: 1.00 0.97 0.88 2/67 17429
/proc/meminfo: memFree=779144/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0.08
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 312 399 0 0 0 0 8 0 17 0 1 0 242262684 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 238 197 169 0 51 0
[pid=17427] ppid=17424 vsize=15588 CPUtime=1001.65
/proc/17427/stat : 17427 (minisat) R 17424 17424 17299 0 -1 4194304 3501 0 0 0 100162 3 0 0 25 0 1 0 242262694 15962112 3487 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17427/statm: 3897 3487 76 170 0 3725 0
Current children cumulated CPU time (s) 1001.73
Current children cumulated vsize (KiB) 20948

[startup+1062.3 s]
/proc/loadavg: 1.00 0.97 0.88 2/67 17429
/proc/meminfo: memFree=779080/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0.08
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 312 399 0 0 0 0 8 0 17 0 1 0 242262684 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 238 197 169 0 51 0
[pid=17427] ppid=17424 vsize=15588 CPUtime=1061.62
/proc/17427/stat : 17427 (minisat) R 17424 17424 17299 0 -1 4194304 3501 0 0 0 106159 3 0 0 25 0 1 0 242262694 15962112 3487 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17427/statm: 3897 3487 76 170 0 3725 0
Current children cumulated CPU time (s) 1061.7
Current children cumulated vsize (KiB) 20948

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.89 2/67 17429
/proc/meminfo: memFree=779080/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0.08
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 312 399 0 0 0 0 8 0 17 0 1 0 242262684 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 238 197 169 0 51 0
[pid=17427] ppid=17424 vsize=15776 CPUtime=1121.57
/proc/17427/stat : 17427 (minisat) R 17424 17424 17299 0 -1 4194304 3515 0 0 0 112154 3 0 0 25 0 1 0 242262694 16154624 3501 1992294400 134512640 135212939 4294956240 18446744073709551615 134536608 0 0 4096 3 0 0 0 17 0 0 0
/proc/17427/statm: 3944 3501 76 170 0 3772 0
Current children cumulated CPU time (s) 1121.65
Current children cumulated vsize (KiB) 21136

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.89 2/67 17429
/proc/meminfo: memFree=779016/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0.08
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 312 399 0 0 0 0 8 0 17 0 1 0 242262684 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 238 197 169 0 51 0
[pid=17427] ppid=17424 vsize=15776 CPUtime=1181.54
/proc/17427/stat : 17427 (minisat) R 17424 17424 17299 0 -1 4194304 3515 0 0 0 118151 3 0 0 25 0 1 0 242262694 16154624 3501 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17427/statm: 3944 3501 76 170 0 3772 0
Current children cumulated CPU time (s) 1181.62
Current children cumulated vsize (KiB) 21136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 0.97 0.89 2/67 17429
/proc/meminfo: memFree=779016/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0.08
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 312 399 0 0 0 0 8 0 17 0 1 0 242262684 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 238 197 169 0 51 0
[pid=17427] ppid=17424 vsize=15776 CPUtime=1199.93
/proc/17427/stat : 17427 (minisat) R 17424 17424 17299 0 -1 4194304 3515 0 0 0 119990 3 0 0 25 0 1 0 242262694 16154624 3501 1992294400 134512640 135212939 4294956240 18446744073709551615 134526519 0 0 4096 3 0 0 0 17 0 0 0
/proc/17427/statm: 3944 3501 76 170 0 3772 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 21136

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.00 0.97 0.89 2/67 17429
/proc/meminfo: memFree=779016/2055920 swapFree=4162572/4192956
[pid=17424] ppid=17422 vsize=5360 CPUtime=0.08
/proc/17424/stat : 17424 (run.sh) S 17422 17424 17299 0 -1 4194304 312 399 0 0 0 0 8 0 17 0 1 0 242262684 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17424/statm: 1340 238 197 169 0 51 0
[pid=17427] ppid=17424 vsize=15776 CPUtime=1199.93
/proc/17427/stat : 17427 (minisat) R 17424 17424 17299 0 -1 4194304 3515 0 0 0 119990 3 0 0 25 0 1 0 242262694 16154624 3501 1992294400 134512640 135212939 4294956240 18446744073709551615 134526519 0 0 4096 3 0 0 0 17 0 0 0
/proc/17427/statm: 3944 3501 76 170 0 3772 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 21136

Child status: 143
Real time (s): 1200.71
CPU time (s): 1200.05
CPU user time (s): 1200
CPU system time (s): 0.044993
CPU usage (%): 99.9449
Max. virtual memory (cumulated for all children) (KiB): 21136

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

runsolver used 1.08283 second user time and 3.2935 second system time

The end

Launcher Data

Begin job on node80 at 2009-05-12 17:32:17
IDJOB=1805875
IDBENCH=24614
IDSOLVER=649
FILE ID=node80/1805875-1242142337
PBS_JOBID= 9289646
Free space on /tmp= 65992 MiB

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

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

MD5SUM BENCH= 00198881c2cf000cfee916c18d69d474
RANDOM SEED=1315417676

node80.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.270
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.270
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:        794112 kB
Buffers:         83972 kB
Cached:        1067560 kB
SwapCached:      25208 kB
Active:         285912 kB
Inactive:       893956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        794112 kB
SwapTotal:     4192956 kB
SwapFree:      4162572 kB
Dirty:            1620 kB
Writeback:           0 kB
Mapped:          13432 kB
Slab:            67976 kB
Committed_AS:   916816 kB
PageTables:       1384 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= 65992 MiB
End job on node80 at 2009-05-12 17:52:18