Trace number 1806218

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

General information on the benchmark

Namecrafted/Hard/contest03/others/
color-11-3.sat05-445.reshuffled-07.cnf
MD5SUM207febf52bd846c013e185fa637fdf3c
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 variables363
Number of clauses9559
Sum of the clauses size37389
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2363
Number of clauses of size 3121
Number of clauses of size 49075
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.09/0.11	#LEARNT CLAUSES 0
0.09/0.12	done !
0.09/0.12	c Calling MINISAT
0.09/0.12	This is MiniSat 2.0 beta
0.09/0.12	WARNING: for repeatability, setting FPU to use double precision
0.09/0.12	============================[ Problem Statistics ]=============================
0.09/0.12	|                                                                             |
0.09/0.12	|  Number of variables:  363                                                  |
0.09/0.12	|  Number of clauses:    9559                                                 |
0.09/0.13	|  Parsing time:         0.00         s                                       |
0.09/0.13	============================[ Search Statistics ]==============================
0.09/0.13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.13	===============================================================================
0.09/0.13	|         0 |     363     9559    37389 |     3186        0    nan |  0.000 % |
0.09/0.13	|       100 |     363     9559    37389 |     3504      100     30 |  0.002 % |
0.09/0.13	|       250 |     363     9559    37389 |     3855      250     25 |  0.002 % |
0.09/0.14	|       476 |     363     9559    37389 |     4241      476     24 |  0.001 % |
0.09/0.15	|       817 |     363     9559    37389 |     4665      817     24 |  0.001 % |
0.09/0.16	|      1324 |     363     9559    37389 |     5131     1324     24 |  0.002 % |
0.09/0.19	|      2084 |     363     9559    37389 |     5644     2084     26 |  0.001 % |
0.11/0.23	|      3223 |     363     9559    37389 |     6209     3223     25 |  0.002 % |
0.11/0.30	|      4932 |     363     9559    37389 |     6830     4932     27 |  0.002 % |
0.11/0.42	|      7494 |     363     9559    37389 |     7513     4018     29 |  0.002 % |
0.11/0.62	|     11338 |     363     9559    37389 |     8264     4039     28 |  0.002 % |
0.11/0.98	|     17104 |     363     9559    37389 |     9090     5604     30 |  0.002 % |
1.58/1.62	|     25753 |     363     9559    37389 |    10000     5011     32 |  0.002 % |
2.58/2.65	|     38728 |     363     9559    37389 |    11000     7849     31 |  0.001 % |
3.88/3.98	|     58191 |     363     9559    37389 |    12100    10593     32 |  0.002 % |
6.27/6.31	|     87383 |     363     9559    37389 |    13310     9163     31 |  0.002 % |
10.37/10.40	|    131172 |     363     9559    37389 |    14641    12657     33 |  0.002 % |
16.56/16.60	|    196856 |     363     9559    37389 |    16105    11855     31 |  0.002 % |
27.46/27.51	|    295382 |     363     9559    37389 |    17715    12944     32 |  0.002 % |
46.36/46.50	|    443171 |     363     9559    37389 |    19487     9104     33 |  0.002 % |
73.44/73.60	|    664855 |     363     9559    37389 |    21436    15128     34 |  0.002 % |
120.12/120.28	|    997381 |     363     9559    37389 |    23579    13391     31 |  0.002 % |
196.28/196.44	|   1496170 |     363     9559    37389 |    25937    14503     31 |  0.002 % |
312.83/313.05	|   2244353 |     363     9559    37389 |    28531    18884     31 |  0.002 % |
552.93/553.25	|   3366629 |     363     9559    37389 |    31384    18845     32 |  0.002 % |
832.77/833.27	|   5050041 |     363     9559    37389 |    34522    20667     29 |  0.002 % |
1200.08/1200.70	HOME/run.sh: line 21:  5549 Terminated              $MINISAT $TMP_1 ${TMPDIR}/$TMP.result "$@"
1200.08/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-1806218-1242147060/watcher-1806218-1242147060 -o /tmp/evaluation-result-1806218-1242147060/solver-1806218-1242147060 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806218-1242147060.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.99 0.97 0.91 3/64 5546
/proc/meminfo: memFree=1202080/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0
/proc/5546/stat : 5546 (run.sh) S 5544 5546 5258 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242739494 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5546/statm: 1340 237 196 169 0 51 0
[pid=5547] ppid=5546 vsize=1784 CPUtime=0
/proc/5547/stat : 5547 (revival) R 5546 5546 5258 0 -1 4194304 208 0 0 0 0 0 0 0 19 0 1 0 242739494 1826816 175 1992294400 134512640 134537284 4294956368 18446744073709551615 134527056 0 0 4096 0 0 0 0 17 0 0 0
/proc/5547/statm: 446 175 82 6 0 84 0

[startup+0.0838529 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 5546
/proc/meminfo: memFree=1202080/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0
/proc/5546/stat : 5546 (run.sh) S 5544 5546 5258 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242739494 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5546/statm: 1340 237 196 169 0 51 0
[pid=5547] ppid=5546 vsize=2144 CPUtime=0.07
/proc/5547/stat : 5547 (revival) R 5546 5546 5258 0 -1 4194304 320 0 0 0 7 0 0 0 19 0 1 50000 242739494 2195456 243 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5547/statm: 536 243 85 6 0 174 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7504

[startup+0.101855 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 5546
/proc/meminfo: memFree=1202080/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0
/proc/5546/stat : 5546 (run.sh) S 5544 5546 5258 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 242739494 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5546/statm: 1340 237 196 169 0 51 0
[pid=5547] ppid=5546 vsize=2144 CPUtime=0.09
/proc/5547/stat : 5547 (revival) R 5546 5546 5258 0 -1 4194304 320 0 0 0 9 0 0 0 19 0 1 50000 242739494 2195456 243 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5547/statm: 536 243 85 6 0 174 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7504

[startup+0.301885 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 5546
/proc/meminfo: memFree=1202080/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0.11
/proc/5546/stat : 5546 (run.sh) S 5544 5546 5258 0 -1 4194304 312 335 0 0 0 0 11 0 17 0 1 0 242739494 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5546/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5360

[startup+0.701938 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 5546
/proc/meminfo: memFree=1202080/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0.11
/proc/5546/stat : 5546 (run.sh) S 5544 5546 5258 0 -1 4194304 312 335 0 0 0 0 11 0 17 0 1 0 242739494 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5546/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5360

[startup+1.50104 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 5549
/proc/meminfo: memFree=1199440/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0.11
/proc/5546/stat : 5546 (run.sh) S 5544 5546 5258 0 -1 4194304 312 335 0 0 0 0 11 0 17 0 1 0 242739494 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5546/statm: 1340 238 197 169 0 51 0
[pid=5549] ppid=5546 vsize=3872 CPUtime=1.37
/proc/5549/stat : 5549 (minisat) R 5546 5546 5258 0 -1 4194304 667 0 0 0 137 0 0 0 25 0 1 0 242739506 3964928 653 1992294400 134512640 135212939 4294956240 18446744073709551615 134527045 0 0 4096 3 0 0 0 17 0 0 0
/proc/5549/statm: 968 653 76 170 0 796 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9232

[startup+3.10125 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 5549
/proc/meminfo: memFree=1198928/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0.11
/proc/5546/stat : 5546 (run.sh) S 5544 5546 5258 0 -1 4194304 312 335 0 0 0 0 11 0 17 0 1 0 242739494 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5546/statm: 1340 238 197 169 0 51 0
[pid=5549] ppid=5546 vsize=4400 CPUtime=2.97
/proc/5549/stat : 5549 (minisat) R 5546 5546 5258 0 -1 4194304 784 0 0 0 297 0 0 0 25 0 1 0 242739506 4505600 770 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5549/statm: 1100 770 76 170 0 928 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9760

[startup+6.30167 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 5549
/proc/meminfo: memFree=1198224/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0.11
/proc/5546/stat : 5546 (run.sh) S 5544 5546 5258 0 -1 4194304 312 335 0 0 0 0 11 0 17 0 1 0 242739494 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5546/statm: 1340 238 197 169 0 51 0
[pid=5549] ppid=5546 vsize=4796 CPUtime=6.16
/proc/5549/stat : 5549 (minisat) R 5546 5546 5258 0 -1 4194304 885 0 0 0 616 0 0 0 25 0 1 0 242739506 4911104 871 1992294400 134512640 135212939 4294956240 18446744073709551615 134539404 0 0 4096 3 0 0 0 17 0 0 0
/proc/5549/statm: 1199 871 76 170 0 1027 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10156

[startup+12.7025 s]
/proc/loadavg: 1.07 0.99 0.91 2/66 5549
/proc/meminfo: memFree=1197328/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0.11
/proc/5546/stat : 5546 (run.sh) S 5544 5546 5258 0 -1 4194304 312 335 0 0 0 0 11 0 17 0 1 0 242739494 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5546/statm: 1340 238 197 169 0 51 0
[pid=5549] ppid=5546 vsize=5604 CPUtime=12.56
/proc/5549/stat : 5549 (minisat) R 5546 5546 5258 0 -1 4194304 1074 0 0 0 1256 0 0 0 25 0 1 0 242739506 5738496 1060 1992294400 134512640 135212939 4294956240 18446744073709551615 134539270 0 0 4096 3 0 0 0 17 0 0 0
/proc/5549/statm: 1401 1060 76 170 0 1229 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10964

[startup+25.5012 s]
/proc/loadavg: 1.06 0.99 0.91 2/66 5549
/proc/meminfo: memFree=1196624/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0.11
/proc/5546/stat : 5546 (run.sh) S 5544 5546 5258 0 -1 4194304 312 335 0 0 0 0 11 0 17 0 1 0 242739494 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5546/statm: 1340 238 197 169 0 51 0
[pid=5549] ppid=5546 vsize=6404 CPUtime=25.35
/proc/5549/stat : 5549 (minisat) R 5546 5546 5258 0 -1 4194304 1290 0 0 0 2535 0 0 0 25 0 1 0 242739506 6557696 1276 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/5549/statm: 1601 1276 76 170 0 1429 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 11764

[startup+51.1016 s]
/proc/loadavg: 1.03 0.99 0.91 2/66 5549
/proc/meminfo: memFree=1195408/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0.11
/proc/5546/stat : 5546 (run.sh) S 5544 5546 5258 0 -1 4194304 312 335 0 0 0 0 11 0 17 0 1 0 242739494 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5546/statm: 1340 238 197 169 0 51 0
[pid=5549] ppid=5546 vsize=7676 CPUtime=50.94
/proc/5549/stat : 5549 (minisat) R 5546 5546 5258 0 -1 4194304 1573 0 0 0 5093 1 0 0 25 0 1 0 242739506 7860224 1559 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/5549/statm: 1919 1559 76 170 0 1747 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 13036

[startup+102.305 s]
/proc/loadavg: 1.05 1.00 0.92 2/66 5549
/proc/meminfo: memFree=1194128/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0.11
/proc/5546/stat : 5546 (run.sh) S 5544 5546 5258 0 -1 4194304 312 335 0 0 0 0 11 0 17 0 1 0 242739494 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5546/statm: 1340 238 197 169 0 51 0
[pid=5549] ppid=5546 vsize=8892 CPUtime=102.13
/proc/5549/stat : 5549 (minisat) R 5546 5546 5258 0 -1 4194304 1886 0 0 0 10212 1 0 0 25 0 1 0 242739506 9105408 1872 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/5549/statm: 2223 1872 76 170 0 2051 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 14252

[startup+162.301 s]
/proc/loadavg: 1.06 1.01 0.93 2/66 5549
/proc/meminfo: memFree=1193424/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0.11
/proc/5546/stat : 5546 (run.sh) S 5544 5546 5258 0 -1 4194304 312 335 0 0 0 0 11 0 17 0 1 0 242739494 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5546/statm: 1340 238 197 169 0 51 0
[pid=5549] ppid=5546 vsize=9600 CPUtime=162.09
/proc/5549/stat : 5549 (minisat) R 5546 5546 5258 0 -1 4194304 2044 0 0 0 16208 1 0 0 25 0 1 0 242739506 9830400 2030 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5549/statm: 2400 2030 76 170 0 2228 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 14960

[startup+222.301 s]
/proc/loadavg: 1.05 1.02 0.93 2/66 5549
/proc/meminfo: memFree=1192720/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0.11
/proc/5546/stat : 5546 (run.sh) S 5544 5546 5258 0 -1 4194304 312 335 0 0 0 0 11 0 17 0 1 0 242739494 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5546/statm: 1340 238 197 169 0 51 0
[pid=5549] ppid=5546 vsize=10292 CPUtime=222.06
/proc/5549/stat : 5549 (minisat) R 5546 5546 5258 0 -1 4194304 2211 0 0 0 22205 1 0 0 25 0 1 0 242739506 10539008 2197 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/5549/statm: 2573 2197 76 170 0 2401 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 15652

[startup+282.302 s]
/proc/loadavg: 1.05 1.03 0.94 2/66 5549
/proc/meminfo: memFree=1192528/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0.11
/proc/5546/stat : 5546 (run.sh) S 5544 5546 5258 0 -1 4194304 312 335 0 0 0 0 11 0 17 0 1 0 242739494 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5546/statm: 1340 238 197 169 0 51 0
[pid=5549] ppid=5546 vsize=10432 CPUtime=282.03
/proc/5549/stat : 5549 (minisat) R 5546 5546 5258 0 -1 4194304 2257 0 0 0 28202 1 0 0 25 0 1 0 242739506 10682368 2243 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/5549/statm: 2608 2243 76 170 0 2436 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 15792

[startup+342.302 s]
/proc/loadavg: 1.02 1.02 0.94 2/66 5549
/proc/meminfo: memFree=1191504/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0.11
/proc/5546/stat : 5546 (run.sh) S 5544 5546 5258 0 -1 4194304 312 335 0 0 0 0 11 0 17 0 1 0 242739494 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5546/statm: 1340 238 197 169 0 51 0
[pid=5549] ppid=5546 vsize=11412 CPUtime=342.01
/proc/5549/stat : 5549 (minisat) R 5546 5546 5258 0 -1 4194304 2506 0 0 0 34199 2 0 0 25 0 1 0 242739506 11685888 2492 1992294400 134512640 135212939 4294956240 18446744073709551615 134529460 0 0 4096 3 0 0 0 17 0 0 0
/proc/5549/statm: 2853 2492 76 170 0 2681 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 16772

[startup+402.302 s]
/proc/loadavg: 1.00 1.02 0.94 2/66 5549
/proc/meminfo: memFree=1191184/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0.11

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

[pid=5549] ppid=5546 vsize=12284 CPUtime=521.93
/proc/5549/stat : 5549 (minisat) R 5546 5546 5258 0 -1 4194304 2697 0 0 0 52191 2 0 0 25 0 1 0 242739506 12578816 2683 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/5549/statm: 3071 2683 76 170 0 2899 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 17644

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5549
/proc/meminfo: memFree=1190416/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0.11
/proc/5546/stat : 5546 (run.sh) S 5544 5546 5258 0 -1 4194304 312 335 0 0 0 0 11 0 17 0 1 0 242739494 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5546/statm: 1340 238 197 169 0 51 0
[pid=5549] ppid=5546 vsize=12716 CPUtime=581.91
/proc/5549/stat : 5549 (minisat) R 5546 5546 5258 0 -1 4194304 2787 0 0 0 58189 2 0 0 25 0 1 0 242739506 13021184 2773 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5549/statm: 3179 2773 76 170 0 3007 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 18076

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5555
/proc/meminfo: memFree=1189832/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0.11
/proc/5546/stat : 5546 (run.sh) S 5544 5546 5258 0 -1 4194304 312 335 0 0 0 0 11 0 17 0 1 0 242739494 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5546/statm: 1340 238 197 169 0 51 0
[pid=5549] ppid=5546 vsize=13024 CPUtime=641.88
/proc/5549/stat : 5549 (minisat) R 5546 5546 5258 0 -1 4194304 2868 0 0 0 64186 2 0 0 25 0 1 0 242739506 13336576 2854 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/5549/statm: 3256 2854 76 170 0 3084 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 18384

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5555
/proc/meminfo: memFree=1189704/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0.11
/proc/5546/stat : 5546 (run.sh) S 5544 5546 5258 0 -1 4194304 312 335 0 0 0 0 11 0 17 0 1 0 242739494 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5546/statm: 1340 238 197 169 0 51 0
[pid=5549] ppid=5546 vsize=13156 CPUtime=701.84
/proc/5549/stat : 5549 (minisat) R 5546 5546 5258 0 -1 4194304 2912 0 0 0 70182 2 0 0 25 0 1 0 242739506 13471744 2898 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/5549/statm: 3289 2898 76 170 0 3117 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 18516

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5555
/proc/meminfo: memFree=1189512/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0.11
/proc/5546/stat : 5546 (run.sh) S 5544 5546 5258 0 -1 4194304 312 335 0 0 0 0 11 0 17 0 1 0 242739494 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5546/statm: 1340 238 197 169 0 51 0
[pid=5549] ppid=5546 vsize=13440 CPUtime=761.81
/proc/5549/stat : 5549 (minisat) R 5546 5546 5258 0 -1 4194304 2978 0 0 0 76179 2 0 0 25 0 1 0 242739506 13762560 2964 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/5549/statm: 3360 2964 76 170 0 3188 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 18800

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5555
/proc/meminfo: memFree=1189448/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0.11
/proc/5546/stat : 5546 (run.sh) S 5544 5546 5258 0 -1 4194304 312 335 0 0 0 0 11 0 17 0 1 0 242739494 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5546/statm: 1340 238 197 169 0 51 0
[pid=5549] ppid=5546 vsize=13572 CPUtime=821.78
/proc/5549/stat : 5549 (minisat) R 5546 5546 5258 0 -1 4194304 2999 0 0 0 82176 2 0 0 25 0 1 0 242739506 13897728 2985 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5549/statm: 3393 2985 76 170 0 3221 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 18932

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5555
/proc/meminfo: memFree=1187912/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0.11
/proc/5546/stat : 5546 (run.sh) S 5544 5546 5258 0 -1 4194304 312 335 0 0 0 0 11 0 17 0 1 0 242739494 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5546/statm: 1340 238 197 169 0 51 0
[pid=5549] ppid=5546 vsize=15084 CPUtime=881.73
/proc/5549/stat : 5549 (minisat) R 5546 5546 5258 0 -1 4194304 3383 0 0 0 88170 3 0 0 25 0 1 0 242739506 15446016 3369 1992294400 134512640 135212939 4294956240 18446744073709551615 134526636 0 0 4096 3 0 0 0 17 0 0 0
/proc/5549/statm: 3771 3369 76 170 0 3599 0
Current children cumulated CPU time (s) 881.84
Current children cumulated vsize (KiB) 20444

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5555
/proc/meminfo: memFree=1187664/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0.11
/proc/5546/stat : 5546 (run.sh) S 5544 5546 5258 0 -1 4194304 312 335 0 0 0 0 11 0 17 0 1 0 242739494 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5546/statm: 1340 238 197 169 0 51 0
[pid=5549] ppid=5546 vsize=15516 CPUtime=941.71
/proc/5549/stat : 5549 (minisat) R 5546 5546 5258 0 -1 4194304 3458 0 0 0 94168 3 0 0 25 0 1 0 242739506 15888384 3444 1992294400 134512640 135212939 4294956240 18446744073709551615 134536105 0 0 4096 3 0 0 0 17 0 0 0
/proc/5549/statm: 3879 3444 76 170 0 3707 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 20876

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5555
/proc/meminfo: memFree=1187280/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0.11
/proc/5546/stat : 5546 (run.sh) S 5544 5546 5258 0 -1 4194304 312 335 0 0 0 0 11 0 17 0 1 0 242739494 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5546/statm: 1340 238 197 169 0 51 0
[pid=5549] ppid=5546 vsize=15796 CPUtime=1001.69
/proc/5549/stat : 5549 (minisat) R 5546 5546 5258 0 -1 4194304 3543 0 0 0 100166 3 0 0 25 0 1 0 242739506 16175104 3529 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5549/statm: 3949 3529 76 170 0 3777 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 21156

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5555
/proc/meminfo: memFree=1186960/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0.11
/proc/5546/stat : 5546 (run.sh) S 5544 5546 5258 0 -1 4194304 312 335 0 0 0 0 11 0 17 0 1 0 242739494 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5546/statm: 1340 238 197 169 0 51 0
[pid=5549] ppid=5546 vsize=16068 CPUtime=1061.63
/proc/5549/stat : 5549 (minisat) R 5546 5546 5258 0 -1 4194304 3622 0 0 0 106160 3 0 0 25 0 1 0 242739506 16453632 3608 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5549/statm: 4017 3608 76 170 0 3845 0
Current children cumulated CPU time (s) 1061.74
Current children cumulated vsize (KiB) 21428

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5555
/proc/meminfo: memFree=1186320/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0.11
/proc/5546/stat : 5546 (run.sh) S 5544 5546 5258 0 -1 4194304 312 335 0 0 0 0 11 0 17 0 1 0 242739494 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5546/statm: 1340 238 197 169 0 51 0
[pid=5549] ppid=5546 vsize=16804 CPUtime=1121.6
/proc/5549/stat : 5549 (minisat) R 5546 5546 5258 0 -1 4194304 3767 0 0 0 112157 3 0 0 25 0 1 0 242739506 17207296 3753 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5549/statm: 4201 3753 76 170 0 4029 0
Current children cumulated CPU time (s) 1121.71
Current children cumulated vsize (KiB) 22164

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5555
/proc/meminfo: memFree=1186256/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0.11
/proc/5546/stat : 5546 (run.sh) S 5544 5546 5258 0 -1 4194304 312 335 0 0 0 0 11 0 17 0 1 0 242739494 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5546/statm: 1340 238 197 169 0 51 0
[pid=5549] ppid=5546 vsize=16804 CPUtime=1181.57
/proc/5549/stat : 5549 (minisat) R 5546 5546 5258 0 -1 4194304 3768 0 0 0 118154 3 0 0 25 0 1 0 242739506 17207296 3754 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5549/statm: 4201 3754 76 170 0 4029 0
Current children cumulated CPU time (s) 1181.68
Current children cumulated vsize (KiB) 22164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5555
/proc/meminfo: memFree=1186256/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0.11
/proc/5546/stat : 5546 (run.sh) S 5544 5546 5258 0 -1 4194304 312 335 0 0 0 0 11 0 17 0 1 0 242739494 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5546/statm: 1340 238 197 169 0 51 0
[pid=5549] ppid=5546 vsize=16804 CPUtime=1199.97
/proc/5549/stat : 5549 (minisat) R 5546 5546 5258 0 -1 4194304 3782 0 0 0 119994 3 0 0 25 0 1 0 242739506 17207296 3768 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/5549/statm: 4201 3768 76 170 0 4029 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 22164

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 5555
/proc/meminfo: memFree=1186256/2055920 swapFree=4181380/4192956
[pid=5546] ppid=5544 vsize=5360 CPUtime=0.11
/proc/5546/stat : 5546 (run.sh) S 5544 5546 5258 0 -1 4194304 312 335 0 0 0 0 11 0 17 0 1 0 242739494 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5546/statm: 1340 238 197 169 0 51 0
[pid=5549] ppid=5546 vsize=16804 CPUtime=1199.97
/proc/5549/stat : 5549 (minisat) R 5546 5546 5258 0 -1 4194304 3782 0 0 0 119994 3 0 0 25 0 1 0 242739506 17207296 3768 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/5549/statm: 4201 3768 76 170 0 4029 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 22164

Child status: 143
Real time (s): 1200.71
CPU time (s): 1200.11
CPU user time (s): 1200.06
CPU system time (s): 0.047992
CPU usage (%): 99.9499
Max. virtual memory (cumulated for all children) (KiB): 22164

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

runsolver used 0.986849 second user time and 3.39148 second system time

The end

Launcher Data

Begin job on node13 at 2009-05-12 18:51:00
IDJOB=1806218
IDBENCH=24692
IDSOLVER=649
FILE ID=node13/1806218-1242147060
PBS_JOBID= 9289708
Free space on /tmp= 66412 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/crafted/Hard/contest03/others/color-11-3.sat05-445.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806218-1242147060/watcher-1806218-1242147060 -o /tmp/evaluation-result-1806218-1242147060/solver-1806218-1242147060 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806218-1242147060.cnf HOME

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

MD5SUM BENCH= 207febf52bd846c013e185fa637fdf3c
RANDOM SEED=1038560302

node13.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.227
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.227
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:       1202560 kB
Buffers:         72076 kB
Cached:         699556 kB
SwapCached:       5336 kB
Active:         178184 kB
Inactive:       601744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1202560 kB
SwapTotal:     4192956 kB
SwapFree:      4181380 kB
Dirty:            1576 kB
Writeback:           0 kB
Mapped:          14008 kB
Slab:            59448 kB
Committed_AS:   798196 kB
PageTables:       1460 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66412 MiB
End job on node13 at 2009-05-12 19:11:01