Trace number 1805896

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/Hard/contest04/connamacher/
connm-ue-csp-sat-n1200-d0.04-s736572600.sat05-546.reshuffled-07.cnf
MD5SUMb113aab739ba5e45a581d24e1a53a65a
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 variables1148
Number of clauses14303
Sum of the clauses size43196
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 314016
Number of clauses of size 4287
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.03/0.08	#LEARNT CLAUSES 0
0.03/0.09	done !
0.03/0.09	c Calling MINISAT
0.03/0.09	This is MiniSat 2.0 beta
0.03/0.09	WARNING: for repeatability, setting FPU to use double precision
0.03/0.09	============================[ Problem Statistics ]=============================
0.03/0.09	|                                                                             |
0.03/0.09	|  Number of variables:  1148                                                 |
0.03/0.09	|  Number of clauses:    14303                                                |
0.09/0.10	|  Parsing time:         0.01         s                                       |
0.09/0.10	============================[ Search Statistics ]==============================
0.09/0.10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.10	===============================================================================
0.09/0.10	|         0 |    1148    14303    43196 |     4767        0    nan |  0.000 % |
0.09/0.11	|       102 |    1148    14303    43196 |     5244      102      7 |  0.000 % |
0.09/0.12	|       252 |    1148    14303    43196 |     5768      252      9 |  0.000 % |
0.09/0.12	|       478 |    1148    14303    43196 |     6345      478     11 |  0.000 % |
0.09/0.14	|       815 |    1148    14303    43196 |     6980      815     12 |  0.000 % |
0.09/0.16	|      1321 |    1148    14303    43196 |     7678     1321     12 |  0.000 % |
0.09/0.22	|      2080 |    1148    14303    43196 |     8446     2080     15 |  0.000 % |
0.09/0.32	|      3219 |    1148    14303    43196 |     9290     3219     17 |  0.000 % |
0.09/0.45	|      4927 |    1148    14303    43196 |    10219     4927     19 |  0.000 % |
0.09/0.78	|      7490 |    1148    14303    43196 |    11241     7490     23 |  0.000 % |
1.38/1.44	|     11334 |    1148    14303    43196 |    12366    11334     24 |  0.000 % |
2.28/2.37	|     17100 |    1148    14303    43196 |    13602    10838     24 |  0.000 % |
3.88/3.92	|     25750 |    1148    14303    43196 |    14962    12622     23 |  0.000 % |
6.88/6.96	|     38729 |    1148    14303    43196 |    16459    10456     32 |  0.000 % |
10.88/10.94	|     58191 |    1148    14303    43196 |    18105    13386     25 |  0.000 % |
17.97/18.09	|     87383 |    1148    14303    43196 |    19915    15246     24 |  0.000 % |
29.46/29.59	|    131172 |    1148    14303    43196 |    21907    19007     24 |  0.000 % |
49.85/49.90	|    196856 |    1148    14303    43196 |    24098    18654     25 |  0.000 % |
81.34/81.46	|    295383 |    1148    14303    43196 |    26507    20228     23 |  0.000 % |
131.80/131.99	|    443172 |    1148    14303    43196 |    29158    21399     27 |  0.000 % |
208.37/208.51	|    664855 |    1148    14303    43196 |    32074    23439     26 |  0.000 % |
335.50/335.73	|    997380 |    1148    14303    43196 |    35281    17759     21 |  0.000 % |
545.39/545.70	|   1496169 |    1148    14303    43196 |    38810    34815     23 |  0.000 % |
940.88/941.47	|   2244351 |    1148    14303    43196 |    42691    22094     21 |  0.000 % |
1200.06/1200.70	HOME/run.sh: line 21:  1077 Terminated              $MINISAT $TMP_1 ${TMPDIR}/$TMP.result "$@"
1200.06/1200.71	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-1805896-1242142387/watcher-1805896-1242142387 -o /tmp/evaluation-result-1805896-1242142387/solver-1805896-1242142387 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1805896-1242142387.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.96 0.55 0.85 2/65 1073
/proc/meminfo: memFree=1559880/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0
/proc/1073/stat : 1073 (run.sh) R 1071 1073 953 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 242269092 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 228043844255 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/1073/statm: 1340 236 195 169 0 51 0
[pid=1074] ppid=1073 vsize=1828 CPUtime=0
/proc/1074/stat : 1074 (revival) R 1073 1073 953 0 -1 4194304 219 0 0 0 0 0 0 0 18 0 1 0 242269092 1871872 186 1992294400 134512640 134537284 4294956368 18446744073709551615 134527056 0 0 4096 0 0 0 0 17 0 0 0
/proc/1074/statm: 494 189 82 6 0 132 0

[startup+0.0371969 s]
/proc/loadavg: 0.96 0.55 0.85 2/65 1073
/proc/meminfo: memFree=1559880/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0
/proc/1073/stat : 1073 (run.sh) S 1071 1073 953 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242269092 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1073/statm: 1340 237 196 169 0 51 0
[pid=1074] ppid=1073 vsize=2356 CPUtime=0.03
/proc/1074/stat : 1074 (revival) R 1073 1073 953 0 -1 4194304 387 0 0 0 3 0 0 0 19 0 1 50000 242269092 2412544 299 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/1074/statm: 589 299 85 6 0 227 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7716

[startup+0.10121 s]
/proc/loadavg: 0.96 0.55 0.85 2/65 1073
/proc/meminfo: memFree=1559880/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0.09
/proc/1073/stat : 1073 (run.sh) S 1071 1073 953 0 -1 4194304 312 402 0 0 0 0 9 0 15 0 1 0 242269092 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+0.301248 s]
/proc/loadavg: 0.96 0.55 0.85 2/65 1073
/proc/meminfo: memFree=1559880/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0.09
/proc/1073/stat : 1073 (run.sh) S 1071 1073 953 0 -1 4194304 312 402 0 0 0 0 9 0 15 0 1 0 242269092 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+0.701328 s]
/proc/loadavg: 0.96 0.55 0.85 2/65 1073
/proc/meminfo: memFree=1559880/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0.09
/proc/1073/stat : 1073 (run.sh) S 1071 1073 953 0 -1 4194304 312 402 0 0 0 0 9 0 15 0 1 0 242269092 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+1.50248 s]
/proc/loadavg: 0.96 0.55 0.85 2/67 1077
/proc/meminfo: memFree=1557240/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0.09
/proc/1073/stat : 1073 (run.sh) S 1071 1073 953 0 -1 4194304 312 402 0 0 0 0 9 0 15 0 1 0 242269092 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1340 238 197 169 0 51 0
[pid=1077] ppid=1073 vsize=4020 CPUtime=1.39
/proc/1077/stat : 1077 (minisat) R 1073 1073 953 0 -1 4194304 712 0 0 0 139 0 0 0 25 0 1 0 242269102 4116480 698 1992294400 134512640 135212939 4294956240 18446744073709551615 134526528 0 0 4096 3 0 0 0 17 0 0 0
/proc/1077/statm: 1005 698 76 170 0 833 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9380

[startup+3.1018 s]
/proc/loadavg: 0.96 0.56 0.85 2/67 1077
/proc/meminfo: memFree=1556664/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0.09
/proc/1073/stat : 1073 (run.sh) S 1071 1073 953 0 -1 4194304 312 402 0 0 0 0 9 0 15 0 1 0 242269092 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1340 238 197 169 0 51 0
[pid=1077] ppid=1073 vsize=4416 CPUtime=2.99
/proc/1077/stat : 1077 (minisat) R 1073 1073 953 0 -1 4194304 796 0 0 0 299 0 0 0 25 0 1 0 242269102 4521984 782 1992294400 134512640 135212939 4294956240 18446744073709551615 134526875 0 0 4096 3 0 0 0 17 0 0 0
/proc/1077/statm: 1104 782 76 170 0 932 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9776

[startup+6.30143 s]
/proc/loadavg: 0.96 0.56 0.85 2/67 1077
/proc/meminfo: memFree=1555960/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0.09
/proc/1073/stat : 1073 (run.sh) S 1071 1073 953 0 -1 4194304 312 402 0 0 0 0 9 0 15 0 1 0 242269092 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1340 238 197 169 0 51 0
[pid=1077] ppid=1073 vsize=5076 CPUtime=6.19
/proc/1077/stat : 1077 (minisat) R 1073 1073 953 0 -1 4194304 957 0 0 0 619 0 0 0 25 0 1 0 242269102 5197824 943 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/1077/statm: 1269 943 76 170 0 1097 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10436

[startup+12.7017 s]
/proc/loadavg: 0.97 0.58 0.85 2/67 1077
/proc/meminfo: memFree=1555328/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0.09
/proc/1073/stat : 1073 (run.sh) S 1071 1073 953 0 -1 4194304 312 402 0 0 0 0 9 0 15 0 1 0 242269092 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1340 238 197 169 0 51 0
[pid=1077] ppid=1073 vsize=5340 CPUtime=12.58
/proc/1077/stat : 1077 (minisat) R 1073 1073 953 0 -1 4194304 1017 0 0 0 1258 0 0 0 25 0 1 0 242269102 5468160 1003 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/1077/statm: 1335 1003 76 170 0 1163 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10700

[startup+25.5012 s]
/proc/loadavg: 0.97 0.59 0.85 2/67 1077
/proc/meminfo: memFree=1554880/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0.09
/proc/1073/stat : 1073 (run.sh) S 1071 1073 953 0 -1 4194304 312 402 0 0 0 0 9 0 15 0 1 0 242269092 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1340 238 197 169 0 51 0
[pid=1077] ppid=1073 vsize=5812 CPUtime=25.37
/proc/1077/stat : 1077 (minisat) R 1073 1073 953 0 -1 4194304 1136 0 0 0 2537 0 0 0 25 0 1 0 242269102 5951488 1122 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/1077/statm: 1453 1122 76 170 0 1281 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 11172

[startup+51.1012 s]
/proc/loadavg: 0.98 0.62 0.85 2/67 1077
/proc/meminfo: memFree=1554176/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0.09
/proc/1073/stat : 1073 (run.sh) S 1071 1073 953 0 -1 4194304 312 402 0 0 0 0 9 0 15 0 1 0 242269092 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1340 238 197 169 0 51 0
[pid=1077] ppid=1073 vsize=6608 CPUtime=50.96
/proc/1077/stat : 1077 (minisat) R 1073 1073 953 0 -1 4194304 1329 0 0 0 5095 1 0 0 25 0 1 0 242269102 6766592 1315 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/1077/statm: 1652 1315 76 170 0 1480 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 11968

[startup+102.305 s]
/proc/loadavg: 0.99 0.68 0.86 2/67 1077
/proc/meminfo: memFree=1552832/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0.09
/proc/1073/stat : 1073 (run.sh) S 1071 1073 953 0 -1 4194304 312 402 0 0 0 0 9 0 15 0 1 0 242269092 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1340 238 197 169 0 51 0
[pid=1077] ppid=1073 vsize=7680 CPUtime=102.13
/proc/1077/stat : 1077 (minisat) R 1073 1073 953 0 -1 4194304 1625 0 0 0 10212 1 0 0 25 0 1 0 242269102 7864320 1611 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/1077/statm: 1920 1611 76 170 0 1748 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 13040

[startup+162.301 s]
/proc/loadavg: 0.99 0.74 0.86 2/67 1077
/proc/meminfo: memFree=1551872/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0.09
/proc/1073/stat : 1073 (run.sh) S 1071 1073 953 0 -1 4194304 312 402 0 0 0 0 9 0 15 0 1 0 242269092 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1340 238 197 169 0 51 0
[pid=1077] ppid=1073 vsize=8660 CPUtime=162.1
/proc/1077/stat : 1077 (minisat) R 1073 1073 953 0 -1 4194304 1852 0 0 0 16208 2 0 0 25 0 1 0 242269102 8867840 1838 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/1077/statm: 2165 1838 76 170 0 1993 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 14020

[startup+222.302 s]
/proc/loadavg: 0.99 0.78 0.87 2/67 1077
/proc/meminfo: memFree=1551168/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0.09
/proc/1073/stat : 1073 (run.sh) S 1071 1073 953 0 -1 4194304 312 402 0 0 0 0 9 0 15 0 1 0 242269092 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1340 238 197 169 0 51 0
[pid=1077] ppid=1073 vsize=9476 CPUtime=222.07
/proc/1077/stat : 1077 (minisat) R 1073 1073 953 0 -1 4194304 2036 0 0 0 22205 2 0 0 25 0 1 0 242269102 9703424 2022 1992294400 134512640 135212939 4294956240 18446744073709551615 134526875 0 0 4096 3 0 0 0 17 0 0 0
/proc/1077/statm: 2369 2022 76 170 0 2197 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 14836

[startup+282.302 s]
/proc/loadavg: 0.99 0.82 0.87 2/67 1077
/proc/meminfo: memFree=1550400/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0.09
/proc/1073/stat : 1073 (run.sh) S 1071 1073 953 0 -1 4194304 312 402 0 0 0 0 9 0 15 0 1 0 242269092 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1340 238 197 169 0 51 0
[pid=1077] ppid=1073 vsize=10312 CPUtime=282.04
/proc/1077/stat : 1077 (minisat) R 1073 1073 953 0 -1 4194304 2229 0 0 0 28202 2 0 0 25 0 1 0 242269102 10559488 2215 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/1077/statm: 2578 2215 76 170 0 2406 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 15672

[startup+342.302 s]
/proc/loadavg: 0.99 0.85 0.88 2/67 1077
/proc/meminfo: memFree=1549952/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0.09
/proc/1073/stat : 1073 (run.sh) S 1071 1073 953 0 -1 4194304 312 402 0 0 0 0 9 0 15 0 1 0 242269092 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1340 238 197 169 0 51 0
[pid=1077] ppid=1073 vsize=10592 CPUtime=342.01
/proc/1077/stat : 1077 (minisat) R 1073 1073 953 0 -1 4194304 2322 0 0 0 34199 2 0 0 25 0 1 0 242269102 10846208 2308 1992294400 134512640 135212939 4294956240 18446744073709551615 134526549 0 0 4096 3 0 0 0 17 0 0 0
/proc/1077/statm: 2648 2308 76 170 0 2476 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 15952

[startup+402.301 s]
/proc/loadavg: 0.99 0.87 0.89 2/67 1077
/proc/meminfo: memFree=1549248/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0.09
/proc/1073/stat : 1073 (run.sh) S 1071 1073 953 0 -1 4194304 312 402 0 0 0 0 9 0 15 0 1 0 242269092 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1340 238 197 169 0 51 0
[pid=1077] ppid=1073 vsize=11300 CPUtime=401.97

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

/proc/1073/statm: 1340 238 197 169 0 51 0
[pid=1077] ppid=1073 vsize=11724 CPUtime=521.91
/proc/1077/stat : 1077 (minisat) R 1073 1073 953 0 -1 4194304 2566 0 0 0 52189 2 0 0 25 0 1 0 242269102 12005376 2552 1992294400 134512640 135212939 4294956240 18446744073709551615 134536276 0 0 4096 3 0 0 0 17 0 0 0
/proc/1077/statm: 2931 2552 76 170 0 2759 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 17084

[startup+582.302 s]
/proc/loadavg: 0.99 0.92 0.90 2/67 1078
/proc/meminfo: memFree=1548224/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0.09
/proc/1073/stat : 1073 (run.sh) S 1071 1073 953 0 -1 4194304 312 402 0 0 0 0 9 0 15 0 1 0 242269092 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1340 238 197 169 0 51 0
[pid=1077] ppid=1073 vsize=12292 CPUtime=581.87
/proc/1077/stat : 1077 (minisat) R 1073 1073 953 0 -1 4194304 2702 0 0 0 58185 2 0 0 25 0 1 0 242269102 12587008 2688 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/1077/statm: 3073 2688 76 170 0 2901 0
Current children cumulated CPU time (s) 581.96
Current children cumulated vsize (KiB) 17652

[startup+642.301 s]
/proc/loadavg: 0.99 0.94 0.91 2/67 1078
/proc/meminfo: memFree=1548032/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0.09
/proc/1073/stat : 1073 (run.sh) S 1071 1073 953 0 -1 4194304 312 402 0 0 0 0 9 0 15 0 1 0 242269092 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1340 238 197 169 0 51 0
[pid=1077] ppid=1073 vsize=12432 CPUtime=641.85
/proc/1077/stat : 1077 (minisat) R 1073 1073 953 0 -1 4194304 2759 0 0 0 64183 2 0 0 25 0 1 0 242269102 12730368 2745 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/1077/statm: 3108 2745 76 170 0 2936 0
Current children cumulated CPU time (s) 641.94
Current children cumulated vsize (KiB) 17792

[startup+702.301 s]
/proc/loadavg: 0.99 0.94 0.91 2/67 1079
/proc/meminfo: memFree=1547584/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0.09
/proc/1073/stat : 1073 (run.sh) S 1071 1073 953 0 -1 4194304 312 402 0 0 0 0 9 0 15 0 1 0 242269092 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1340 238 197 169 0 51 0
[pid=1077] ppid=1073 vsize=12836 CPUtime=701.81
/proc/1077/stat : 1077 (minisat) R 1073 1073 953 0 -1 4194304 2840 0 0 0 70179 2 0 0 25 0 1 0 242269102 13144064 2826 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/1077/statm: 3209 2826 76 170 0 3037 0
Current children cumulated CPU time (s) 701.9
Current children cumulated vsize (KiB) 18196

[startup+762.306 s]
/proc/loadavg: 0.99 0.95 0.91 2/67 1079
/proc/meminfo: memFree=1547520/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0.09
/proc/1073/stat : 1073 (run.sh) S 1071 1073 953 0 -1 4194304 312 402 0 0 0 0 9 0 15 0 1 0 242269092 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1340 238 197 169 0 51 0
[pid=1077] ppid=1073 vsize=12836 CPUtime=761.79
/proc/1077/stat : 1077 (minisat) R 1073 1073 953 0 -1 4194304 2854 0 0 0 76177 2 0 0 25 0 1 0 242269102 13144064 2840 1992294400 134512640 135212939 4294956240 18446744073709551615 134527029 0 0 4096 3 0 0 0 17 0 0 0
/proc/1077/statm: 3209 2840 76 170 0 3037 0
Current children cumulated CPU time (s) 761.88
Current children cumulated vsize (KiB) 18196

[startup+822.302 s]
/proc/loadavg: 0.99 0.96 0.91 2/67 1079
/proc/meminfo: memFree=1547392/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0.09
/proc/1073/stat : 1073 (run.sh) S 1071 1073 953 0 -1 4194304 312 402 0 0 0 0 9 0 15 0 1 0 242269092 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1340 238 197 169 0 51 0
[pid=1077] ppid=1073 vsize=12980 CPUtime=821.76
/proc/1077/stat : 1077 (minisat) R 1073 1073 953 0 -1 4194304 2887 0 0 0 82173 3 0 0 25 0 1 0 242269102 13291520 2873 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/1077/statm: 3245 2873 76 170 0 3073 0
Current children cumulated CPU time (s) 821.85
Current children cumulated vsize (KiB) 18340

[startup+882.301 s]
/proc/loadavg: 0.99 0.96 0.91 2/67 1079
/proc/meminfo: memFree=1547136/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0.09
/proc/1073/stat : 1073 (run.sh) S 1071 1073 953 0 -1 4194304 312 402 0 0 0 0 9 0 15 0 1 0 242269092 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1340 238 197 169 0 51 0
[pid=1077] ppid=1073 vsize=13388 CPUtime=881.72
/proc/1077/stat : 1077 (minisat) R 1073 1073 953 0 -1 4194304 2967 0 0 0 88169 3 0 0 25 0 1 0 242269102 13709312 2953 1992294400 134512640 135212939 4294956240 18446744073709551615 134527051 0 0 4096 3 0 0 0 17 0 0 0
/proc/1077/statm: 3347 2953 76 170 0 3175 0
Current children cumulated CPU time (s) 881.81
Current children cumulated vsize (KiB) 18748

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 1079
/proc/meminfo: memFree=1546688/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0.09
/proc/1073/stat : 1073 (run.sh) S 1071 1073 953 0 -1 4194304 312 402 0 0 0 0 9 0 15 0 1 0 242269092 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1340 238 197 169 0 51 0
[pid=1077] ppid=1073 vsize=13812 CPUtime=941.69
/proc/1077/stat : 1077 (minisat) R 1073 1073 953 0 -1 4194304 3080 0 0 0 94166 3 0 0 25 0 1 0 242269102 14143488 3066 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/1077/statm: 3453 3066 76 170 0 3281 0
Current children cumulated CPU time (s) 941.78
Current children cumulated vsize (KiB) 19172

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 1079
/proc/meminfo: memFree=1546048/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0.09
/proc/1073/stat : 1073 (run.sh) S 1071 1073 953 0 -1 4194304 312 402 0 0 0 0 9 0 15 0 1 0 242269092 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1340 238 197 169 0 51 0
[pid=1077] ppid=1073 vsize=14572 CPUtime=1001.66
/proc/1077/stat : 1077 (minisat) R 1073 1073 953 0 -1 4194304 3232 0 0 0 100163 3 0 0 25 0 1 0 242269102 14921728 3218 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/1077/statm: 3643 3218 76 170 0 3471 0
Current children cumulated CPU time (s) 1001.75
Current children cumulated vsize (KiB) 19932

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 1079
/proc/meminfo: memFree=1545664/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0.09
/proc/1073/stat : 1073 (run.sh) S 1071 1073 953 0 -1 4194304 312 402 0 0 0 0 9 0 15 0 1 0 242269092 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1340 238 197 169 0 51 0
[pid=1077] ppid=1073 vsize=15028 CPUtime=1061.63
/proc/1077/stat : 1077 (minisat) R 1073 1073 953 0 -1 4194304 3339 0 0 0 106160 3 0 0 25 0 1 0 242269102 15388672 3325 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/1077/statm: 3757 3325 76 170 0 3585 0
Current children cumulated CPU time (s) 1061.72
Current children cumulated vsize (KiB) 20388

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 1079
/proc/meminfo: memFree=1545344/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0.09
/proc/1073/stat : 1073 (run.sh) S 1071 1073 953 0 -1 4194304 312 402 0 0 0 0 9 0 15 0 1 0 242269092 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1340 238 197 169 0 51 0
[pid=1077] ppid=1073 vsize=15328 CPUtime=1121.6
/proc/1077/stat : 1077 (minisat) R 1073 1073 953 0 -1 4194304 3402 0 0 0 112157 3 0 0 25 0 1 0 242269102 15695872 3388 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/1077/statm: 3832 3388 76 170 0 3660 0
Current children cumulated CPU time (s) 1121.69
Current children cumulated vsize (KiB) 20688

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 1079
/proc/meminfo: memFree=1545216/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0.09
/proc/1073/stat : 1073 (run.sh) S 1071 1073 953 0 -1 4194304 312 402 0 0 0 0 9 0 15 0 1 0 242269092 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1340 238 197 169 0 51 0
[pid=1077] ppid=1073 vsize=15492 CPUtime=1181.57
/proc/1077/stat : 1077 (minisat) R 1073 1073 953 0 -1 4194304 3428 0 0 0 118154 3 0 0 25 0 1 0 242269102 15863808 3414 1992294400 134512640 135212939 4294956240 18446744073709551615 134526829 0 0 4096 3 0 0 0 17 0 0 0
/proc/1077/statm: 3873 3414 76 170 0 3701 0
Current children cumulated CPU time (s) 1181.66
Current children cumulated vsize (KiB) 20852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 1079
/proc/meminfo: memFree=1545152/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0.09
/proc/1073/stat : 1073 (run.sh) S 1071 1073 953 0 -1 4194304 312 402 0 0 0 0 9 0 15 0 1 0 242269092 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1340 238 197 169 0 51 0
[pid=1077] ppid=1073 vsize=15492 CPUtime=1199.97
/proc/1077/stat : 1077 (minisat) R 1073 1073 953 0 -1 4194304 3447 0 0 0 119994 3 0 0 25 0 1 0 242269102 15863808 3433 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/1077/statm: 3873 3433 76 170 0 3701 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 20852

Sending SIGTERM to process tree (bottom up)

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

[startup+1200.7 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 1079
/proc/meminfo: memFree=1545152/2055920 swapFree=4125732/4192956
[pid=1073] ppid=1071 vsize=5360 CPUtime=0.09
/proc/1073/stat : 1073 (run.sh) S 1071 1073 953 0 -1 4194304 312 402 0 0 0 0 9 0 15 0 1 0 242269092 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1073/statm: 1340 238 197 169 0 51 0
[pid=1077] ppid=1073 vsize=15492 CPUtime=1199.97
/proc/1077/stat : 1077 (minisat) R 1073 1073 953 0 -1 4194304 3447 0 0 0 119994 3 0 0 25 0 1 0 242269102 15863808 3433 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/1077/statm: 3873 3433 76 170 0 3701 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 20852

Child status: 143
Real time (s): 1200.71
CPU time (s): 1200.08
CPU user time (s): 1200.04
CPU system time (s): 0.044993
CPU usage (%): 99.9477
Max. virtual memory (cumulated for all children) (KiB): 20852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.04
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= 4179
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= 5000

runsolver used 1.08384 second user time and 3.2945 second system time

The end

Launcher Data

Begin job on node77 at 2009-05-12 17:33:07
IDJOB=1805896
IDBENCH=24618
IDSOLVER=649
FILE ID=node77/1805896-1242142387
PBS_JOBID= 9289649
Free space on /tmp= 66080 MiB

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

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

MD5SUM BENCH= b113aab739ba5e45a581d24e1a53a65a
RANDOM SEED=1315417676

node77.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:       1560432 kB
Buffers:         36880 kB
Cached:         339224 kB
SwapCached:      61680 kB
Active:          96304 kB
Inactive:       343532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1560432 kB
SwapTotal:     4192956 kB
SwapFree:      4125732 kB
Dirty:            1624 kB
Writeback:           0 kB
Mapped:          14100 kB
Slab:            41704 kB
Committed_AS:   890972 kB
PageTables:       1372 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= 66080 MiB
End job on node77 at 2009-05-12 17:53:08