Trace number 1806736

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? (MO) 1172.85 1173.62

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_14_7_3_fbc.cnf
MD5SUM4fe2719d54370e06a454523e5441fbad
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 variables24356
Number of clauses347216
Sum of the clauses size1043884
Maximum clause length144
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2118940
Number of clauses of size 3177720
Number of clauses of size 424200
Number of clauses of size 525920
Number of clauses of size over 5436

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 2
20.48/20.57	#LEARNT CLAUSES 1
20.89/20.90	done !
20.89/20.90	c Calling MINISAT
20.89/20.90	This is MiniSat 2.0 beta
20.89/20.90	WARNING: for repeatability, setting FPU to use double precision
20.89/20.90	============================[ Problem Statistics ]=============================
20.89/20.90	|                                                                             |
20.89/20.91	|  Number of variables:  24356                                                |
20.89/20.91	|  Number of clauses:    346702                                               |
20.89/21.10	|  Parsing time:         0.17         s                                       |
20.89/21.11	============================[ Search Statistics ]==============================
20.89/21.11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
20.89/21.11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
20.89/21.11	===============================================================================
20.89/21.11	|         0 |   24140   346481  1042015 |   115493        0    nan |  0.000 % |
20.89/21.14	|       100 |   24140   346481  1042015 |   127043      100    496 |  0.887 % |
20.89/21.23	|       253 |   24140   346481  1042015 |   139747      253    279 |  0.887 % |
20.89/21.25	|       479 |   24140   346481  1042015 |   153722      479    230 |  0.887 % |
20.89/21.29	|       816 |   24140   346481  1042015 |   169094      816    175 |  0.887 % |
20.89/21.37	|      1322 |   24140   346481  1042015 |   186003     1322    143 |  0.887 % |
20.89/21.50	|      2081 |   24140   346481  1042015 |   204604     2081    118 |  0.887 % |
20.89/21.69	|      3220 |   24140   346481  1042015 |   225064     3220    132 |  0.887 % |
22.46/22.53	|      4928 |   24140   346481  1042015 |   247570     4928    202 |  0.887 % |
23.46/23.54	|      7494 |   24140   346481  1042015 |   272328     7494    401 |  0.887 % |
25.86/25.90	|     11338 |   24140   346481  1042015 |   299560    11338    660 |  0.887 % |
29.76/29.82	|     17108 |   24140   346481  1042015 |   329516    17108    720 |  0.887 % |
36.96/37.08	|     25758 |   24140   346481  1042015 |   362468    25758    895 |  0.887 % |
43.76/43.84	|     38737 |   24140   346481  1042015 |   398715    38737    728 |  0.887 % |
67.34/67.42	|     58198 |   24140   346481  1042015 |   438587    58198    734 |  0.887 % |
113.13/113.30	|     87392 |   24140   346481  1042015 |   482445    87392    942 |  0.887 % |
232.57/232.74	|    131181 |   24140   346481  1042015 |   530690   131181    828 |  0.887 % |
495.45/495.73	|    196868 |   24140   346481  1042015 |   583759   196868   1078 |  0.887 % |
756.75/757.31	|    295395 |   24140   346481  1042015 |   642135   295395   1094 |  0.887 % |

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-1806736-1242151867/watcher-1806736-1242151867 -o /tmp/evaluation-result-1806736-1242151867/solver-1806736-1242151867 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806736-1242151867.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/65 15674
/proc/meminfo: memFree=1067552/2055920 swapFree=4180388/4192956
[pid=15674] ppid=15672 vsize=5360 CPUtime=0
/proc/15674/stat : 15674 (run.sh) R 15672 15674 15143 0 -1 4194304 268 0 0 0 0 0 0 0 19 0 1 0 243216090 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 243665529503 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/15674/statm: 1340 236 195 169 0 51 0
[pid=15675] ppid=15674 vsize=2124 CPUtime=0
/proc/15675/stat : 15675 (revival) R 15674 15674 15143 0 -1 4194304 234 0 0 0 0 0 0 0 19 0 1 0 243216091 2174976 201 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/15675/statm: 531 209 82 6 0 169 0

[startup+0.0534301 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 15674
/proc/meminfo: memFree=1067552/2055920 swapFree=4180388/4192956
[pid=15674] ppid=15672 vsize=5360 CPUtime=0
/proc/15674/stat : 15674 (run.sh) S 15672 15674 15143 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 243216090 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15674/statm: 1340 237 196 169 0 51 0
[pid=15675] ppid=15674 vsize=15124 CPUtime=0.04
/proc/15675/stat : 15675 (revival) R 15674 15674 15143 0 -1 4194304 3304 0 0 0 3 1 0 0 20 0 1 0 243216091 15486976 3271 1992294400 134512640 134537284 4294956368 18446744073709551615 7222907 0 0 4096 0 0 0 0 17 0 0 0
/proc/15675/statm: 3781 3272 82 6 0 3419 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 20484

[startup+0.102438 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 15674
/proc/meminfo: memFree=1067552/2055920 swapFree=4180388/4192956
[pid=15674] ppid=15672 vsize=5360 CPUtime=0
/proc/15674/stat : 15674 (run.sh) S 15672 15674 15143 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 243216090 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15674/statm: 1340 237 196 169 0 51 0
[pid=15675] ppid=15674 vsize=20516 CPUtime=0.09
/proc/15675/stat : 15675 (revival) R 15674 15674 15143 0 -1 4194304 4641 0 0 0 7 2 0 0 20 0 1 0 243216091 21008384 4609 1992294400 134512640 134537284 4294956368 18446744073709551615 7222907 0 0 4096 0 0 0 0 17 0 0 0
/proc/15675/statm: 5129 4612 82 6 0 4767 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25876

[startup+0.301474 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 15674
/proc/meminfo: memFree=1067552/2055920 swapFree=4180388/4192956
[pid=15674] ppid=15672 vsize=5360 CPUtime=0
/proc/15674/stat : 15674 (run.sh) S 15672 15674 15143 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 243216090 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15674/statm: 1340 237 196 169 0 51 0
[pid=15675] ppid=15674 vsize=19908 CPUtime=0.29
/proc/15675/stat : 15675 (revival) R 15674 15674 15143 0 -1 4194304 6074 0 0 0 27 2 0 0 22 0 1 50000 243216091 20385792 4250 1992294400 134512640 134537284 4294956368 18446744073709551615 134523742 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15675/statm: 4977 4250 85 6 0 4615 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25268

[startup+0.701546 s]
/proc/loadavg: 0.99 0.97 0.91 3/65 15674
/proc/meminfo: memFree=1067552/2055920 swapFree=4180388/4192956
[pid=15674] ppid=15672 vsize=5360 CPUtime=0
/proc/15674/stat : 15674 (run.sh) S 15672 15674 15143 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 243216090 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15674/statm: 1340 237 196 169 0 51 0
[pid=15675] ppid=15674 vsize=19908 CPUtime=0.69
/proc/15675/stat : 15675 (revival) R 15674 15674 15143 0 -1 4194304 6088 0 0 0 67 2 0 0 25 0 1 50000 243216091 20385792 4264 1992294400 134512640 134537284 4294956368 18446744073709551615 134523966 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15675/statm: 4977 4264 85 6 0 4615 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25268

[startup+1.50169 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15676
/proc/meminfo: memFree=1050192/2055920 swapFree=4180388/4192956
[pid=15674] ppid=15672 vsize=5360 CPUtime=0
/proc/15674/stat : 15674 (run.sh) S 15672 15674 15143 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 243216090 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15674/statm: 1340 237 196 169 0 51 0
[pid=15675] ppid=15674 vsize=20040 CPUtime=1.49
/proc/15675/stat : 15675 (revival) R 15674 15674 15143 0 -1 4194304 6124 0 0 0 147 2 0 0 25 0 1 50000 243216091 20520960 4300 1992294400 134512640 134537284 4294956368 18446744073709551615 134523781 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15675/statm: 5010 4300 85 6 0 4648 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25400

[startup+3.10198 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15676
/proc/meminfo: memFree=1049808/2055920 swapFree=4180388/4192956
[pid=15674] ppid=15672 vsize=5360 CPUtime=0
/proc/15674/stat : 15674 (run.sh) S 15672 15674 15143 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 243216090 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15674/statm: 1340 237 196 169 0 51 0
[pid=15675] ppid=15674 vsize=20436 CPUtime=3.08
/proc/15675/stat : 15675 (revival) R 15674 15674 15143 0 -1 4194304 6197 0 0 0 306 2 0 0 25 0 1 50000 243216091 20926464 4373 1992294400 134512640 134537284 4294956368 18446744073709551615 134523882 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15675/statm: 5109 4373 85 6 0 4747 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 25796

[startup+6.30156 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15676
/proc/meminfo: memFree=1049296/2055920 swapFree=4180388/4192956
[pid=15674] ppid=15672 vsize=5360 CPUtime=0
/proc/15674/stat : 15674 (run.sh) S 15672 15674 15143 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 243216090 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15674/statm: 1340 237 196 169 0 51 0
[pid=15675] ppid=15674 vsize=20964 CPUtime=6.29
/proc/15675/stat : 15675 (revival) R 15674 15674 15143 0 -1 4194304 6329 0 0 0 626 3 0 0 25 0 1 50000 243216091 21467136 4505 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15675/statm: 5241 4505 85 6 0 4879 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26324

[startup+12.7017 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15676
/proc/meminfo: memFree=1048352/2055920 swapFree=4180388/4192956
[pid=15674] ppid=15672 vsize=5360 CPUtime=0
/proc/15674/stat : 15674 (run.sh) S 15672 15674 15143 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 243216090 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15674/statm: 1340 237 196 169 0 51 0
[pid=15675] ppid=15674 vsize=22020 CPUtime=12.68
/proc/15675/stat : 15675 (revival) R 15674 15674 15143 0 -1 4194304 6594 0 0 0 1265 3 0 0 25 0 1 50000 243216091 22548480 4770 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15675/statm: 5505 4770 85 6 0 5143 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 27380

[startup+25.503 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15677
/proc/meminfo: memFree=1018912/2055920 swapFree=4180388/4192956
[pid=15674] ppid=15672 vsize=5360 CPUtime=20.89
/proc/15674/stat : 15674 (run.sh) S 15672 15674 15143 0 -1 4194304 312 6870 0 0 0 0 2083 6 16 0 1 0 243216090 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15674/statm: 1340 238 197 169 0 51 0
[pid=15677] ppid=15674 vsize=45248 CPUtime=4.58
/proc/15677/stat : 15677 (minisat) R 15674 15674 15143 0 -1 4194304 11041 0 0 0 453 5 0 0 25 0 1 0 243218181 46333952 11027 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15677/statm: 11312 11027 77 170 0 11140 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 50608

[startup+51.1017 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15677
/proc/meminfo: memFree=910432/2055920 swapFree=4180388/4192956
[pid=15674] ppid=15672 vsize=5360 CPUtime=20.89
/proc/15674/stat : 15674 (run.sh) S 15672 15674 15143 0 -1 4194304 312 6870 0 0 0 0 2083 6 16 0 1 0 243216090 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15674/statm: 1340 238 197 169 0 51 0
[pid=15677] ppid=15674 vsize=152172 CPUtime=30.17
/proc/15677/stat : 15677 (minisat) R 15674 15674 15143 0 -1 4194304 37746 0 0 0 2999 18 0 0 25 0 1 0 243218181 155824128 37732 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/15677/statm: 38043 37732 77 170 0 37871 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 157532

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15677
/proc/meminfo: memFree=734944/2055920 swapFree=4180388/4192956
[pid=15674] ppid=15672 vsize=5360 CPUtime=20.89
/proc/15674/stat : 15674 (run.sh) S 15672 15674 15143 0 -1 4194304 312 6870 0 0 0 0 2083 6 16 0 1 0 243216090 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15674/statm: 1340 238 197 169 0 51 0
[pid=15677] ppid=15674 vsize=326212 CPUtime=81.34
/proc/15677/stat : 15677 (minisat) R 15674 15674 15143 0 -1 4194304 81274 0 0 0 8095 39 0 0 25 0 1 0 243218181 334041088 81260 1992294400 134512640 135212939 4294956240 18446744073709551615 134537041 0 0 4096 3 0 0 0 17 0 0 0
/proc/15677/statm: 81553 81260 77 170 0 81381 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 331572

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15677
/proc/meminfo: memFree=644832/2055920 swapFree=4180388/4192956
[pid=15674] ppid=15672 vsize=5360 CPUtime=20.89
/proc/15674/stat : 15674 (run.sh) S 15672 15674 15143 0 -1 4194304 312 6870 0 0 0 0 2083 6 16 0 1 0 243216090 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15674/statm: 1340 238 197 169 0 51 0
[pid=15677] ppid=15674 vsize=416916 CPUtime=141.32
/proc/15677/stat : 15677 (minisat) R 15674 15674 15143 0 -1 4194304 103889 0 0 0 14075 57 0 0 25 0 1 0 243218181 426921984 103875 1992294400 134512640 135212939 4294956240 18446744073709551615 134536289 0 0 4096 3 0 0 0 17 0 0 0
/proc/15677/statm: 104229 103875 77 170 0 104057 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 422276

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15677
/proc/meminfo: memFree=602592/2055920 swapFree=4180388/4192956
[pid=15674] ppid=15672 vsize=5360 CPUtime=20.89
/proc/15674/stat : 15674 (run.sh) S 15672 15674 15143 0 -1 4194304 312 6870 0 0 0 0 2083 6 16 0 1 0 243216090 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15674/statm: 1340 238 197 169 0 51 0
[pid=15677] ppid=15674 vsize=458396 CPUtime=201.28
/proc/15677/stat : 15677 (minisat) R 15674 15674 15143 0 -1 4194304 114263 0 0 0 20062 66 0 0 25 0 1 0 243218181 469397504 114249 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15677/statm: 114599 114249 77 170 0 114427 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 463756

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15677
/proc/meminfo: memFree=487520/2055920 swapFree=4180388/4192956
[pid=15674] ppid=15672 vsize=5360 CPUtime=20.89
/proc/15674/stat : 15674 (run.sh) S 15672 15674 15143 0 -1 4194304 312 6870 0 0 0 0 2083 6 16 0 1 0 243216090 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15674/statm: 1340 238 197 169 0 51 0
[pid=15677] ppid=15674 vsize=574492 CPUtime=261.25
/proc/15677/stat : 15677 (minisat) R 15674 15674 15143 0 -1 4194304 143203 0 0 0 26040 85 0 0 25 0 1 0 243218181 588279808 143189 1992294400 134512640 135212939 4294956240 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/15677/statm: 143623 143189 77 170 0 143451 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 579852

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15677
/proc/meminfo: memFree=393248/2055920 swapFree=4180388/4192956
[pid=15674] ppid=15672 vsize=5360 CPUtime=20.89
/proc/15674/stat : 15674 (run.sh) S 15672 15674 15143 0 -1 4194304 312 6870 0 0 0 0 2083 6 16 0 1 0 243216090 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15674/statm: 1340 238 197 169 0 51 0
[pid=15677] ppid=15674 vsize=667852 CPUtime=321.23
/proc/15677/stat : 15677 (minisat) R 15674 15674 15143 0 -1 4194304 166538 0 0 0 32025 98 0 0 25 0 1 0 243218181 683880448 166524 1992294400 134512640 135212939 4294956240 18446744073709551615 134526636 0 0 4096 3 0 0 0 17 0 0 0
/proc/15677/statm: 166963 166524 77 170 0 166791 0
Current children cumulated CPU time (s) 342.12

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

/proc/15677/statm: 209771 209252 77 170 0 209599 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 844444

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15677
/proc/meminfo: memFree=158688/2055920 swapFree=4180388/4192956
[pid=15674] ppid=15672 vsize=5360 CPUtime=20.89
/proc/15674/stat : 15674 (run.sh) S 15672 15674 15143 0 -1 4194304 312 6870 0 0 0 0 2083 6 16 0 1 0 243216090 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15674/statm: 1340 238 197 169 0 51 0
[pid=15677] ppid=15674 vsize=903404 CPUtime=501.15
/proc/15677/stat : 15677 (minisat) R 15674 15674 15143 0 -1 4194304 225196 0 0 0 49982 133 0 0 25 0 1 0 243218181 925085696 225182 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15677/statm: 225851 225182 77 170 0 225679 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 908764

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15677
/proc/meminfo: memFree=108192/2055920 swapFree=4180388/4192956
[pid=15674] ppid=15672 vsize=5360 CPUtime=20.89
/proc/15674/stat : 15674 (run.sh) S 15672 15674 15143 0 -1 4194304 312 6870 0 0 0 0 2083 6 16 0 1 0 243216090 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15674/statm: 1340 238 197 169 0 51 0
[pid=15677] ppid=15674 vsize=953280 CPUtime=561.11
/proc/15677/stat : 15677 (minisat) R 15674 15674 15143 0 -1 4194304 237642 0 0 0 55967 144 0 0 25 0 1 0 243218181 976158720 237628 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15677/statm: 238320 237628 77 170 0 238148 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 958640

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15677
/proc/meminfo: memFree=62240/2055920 swapFree=4180388/4192956
[pid=15674] ppid=15672 vsize=5360 CPUtime=20.89
/proc/15674/stat : 15674 (run.sh) S 15672 15674 15143 0 -1 4194304 312 6870 0 0 0 0 2083 6 16 0 1 0 243216090 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15674/statm: 1340 238 197 169 0 51 0
[pid=15677] ppid=15674 vsize=999028 CPUtime=621.08
/proc/15677/stat : 15677 (minisat) R 15674 15674 15143 0 -1 4194304 249060 0 0 0 61954 154 0 0 25 0 1 0 243218181 1023004672 249046 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/15677/statm: 249757 249046 77 170 0 249585 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 1004388

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15677
/proc/meminfo: memFree=15136/2055920 swapFree=4180388/4192956
[pid=15674] ppid=15672 vsize=5360 CPUtime=20.89
/proc/15674/stat : 15674 (run.sh) S 15672 15674 15143 0 -1 4194304 312 6870 0 0 0 0 2083 6 16 0 1 0 243216090 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15674/statm: 1340 238 197 169 0 51 0
[pid=15677] ppid=15674 vsize=1197692 CPUtime=680.98
/proc/15677/stat : 15677 (minisat) R 15674 15674 15143 0 -1 4194304 298719 0 0 0 67920 178 0 0 25 0 1 0 243218181 1226436608 298705 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15677/statm: 299423 298705 77 170 0 299251 0
Current children cumulated CPU time (s) 701.87
Current children cumulated vsize (KiB) 1203052

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15677
/proc/meminfo: memFree=15904/2055920 swapFree=4180388/4192956
[pid=15674] ppid=15672 vsize=5360 CPUtime=20.89
/proc/15674/stat : 15674 (run.sh) S 15672 15674 15143 0 -1 4194304 312 6870 0 0 0 0 2083 6 16 0 1 0 243216090 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15674/statm: 1340 238 197 169 0 51 0
[pid=15677] ppid=15674 vsize=1344744 CPUtime=740.86
/proc/15677/stat : 15677 (minisat) R 15674 15674 15143 0 -1 4194304 335444 0 0 0 73890 196 0 0 25 0 1 0 243218181 1377017856 335430 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15677/statm: 336186 335430 77 170 0 336014 0
Current children cumulated CPU time (s) 761.75
Current children cumulated vsize (KiB) 1350104

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15677
/proc/meminfo: memFree=15904/2055920 swapFree=4180388/4192956
[pid=15674] ppid=15672 vsize=5360 CPUtime=20.89
/proc/15674/stat : 15674 (run.sh) S 15672 15674 15143 0 -1 4194304 312 6870 0 0 0 0 2083 6 16 0 1 0 243216090 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15674/statm: 1340 238 197 169 0 51 0
[pid=15677] ppid=15674 vsize=1435356 CPUtime=800.83
/proc/15677/stat : 15677 (minisat) R 15674 15674 15143 0 -1 4194304 357822 0 0 0 79874 209 0 0 25 0 1 0 243218181 1469804544 357808 1992294400 134512640 135212939 4294956240 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/15677/statm: 358839 357808 77 170 0 358667 0
Current children cumulated CPU time (s) 821.72
Current children cumulated vsize (KiB) 1440716

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15677
/proc/meminfo: memFree=16032/2055920 swapFree=4180388/4192956
[pid=15674] ppid=15672 vsize=5360 CPUtime=20.89
/proc/15674/stat : 15674 (run.sh) S 15672 15674 15143 0 -1 4194304 312 6870 0 0 0 0 2083 6 16 0 1 0 243216090 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15674/statm: 1340 238 197 169 0 51 0
[pid=15677] ppid=15674 vsize=1458320 CPUtime=860.8
/proc/15677/stat : 15677 (minisat) R 15674 15674 15143 0 -1 4194304 363500 0 0 0 85866 214 0 0 25 0 1 0 243218181 1493319680 363486 1992294400 134512640 135212939 4294956240 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 0 0 0
/proc/15677/statm: 364580 363486 77 170 0 364408 0
Current children cumulated CPU time (s) 881.69
Current children cumulated vsize (KiB) 1463680

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15677
/proc/meminfo: memFree=15200/2055920 swapFree=4180388/4192956
[pid=15674] ppid=15672 vsize=5360 CPUtime=20.89
/proc/15674/stat : 15674 (run.sh) S 15672 15674 15143 0 -1 4194304 312 6870 0 0 0 0 2083 6 16 0 1 0 243216090 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15674/statm: 1340 238 197 169 0 51 0
[pid=15677] ppid=15674 vsize=1487780 CPUtime=920.77
/proc/15677/stat : 15677 (minisat) R 15674 15674 15143 0 -1 4194304 370838 0 0 0 91857 220 0 0 25 0 1 0 243218181 1523486720 370824 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15677/statm: 371945 370824 77 170 0 371773 0
Current children cumulated CPU time (s) 941.66
Current children cumulated vsize (KiB) 1493140

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15677
/proc/meminfo: memFree=15648/2055920 swapFree=4180388/4192956
[pid=15674] ppid=15672 vsize=5360 CPUtime=20.89
/proc/15674/stat : 15674 (run.sh) S 15672 15674 15143 0 -1 4194304 312 6870 0 0 0 0 2083 6 16 0 1 0 243216090 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15674/statm: 1340 238 197 169 0 51 0
[pid=15677] ppid=15674 vsize=1517600 CPUtime=980.74
/proc/15677/stat : 15677 (minisat) R 15674 15674 15143 0 -1 4194304 378247 0 0 0 97849 225 0 0 25 0 1 0 243218181 1554022400 378233 1992294400 134512640 135212939 4294956240 18446744073709551615 134529669 0 0 4096 3 0 0 0 17 0 0 0
/proc/15677/statm: 379400 378235 77 170 0 379228 0
Current children cumulated CPU time (s) 1001.63
Current children cumulated vsize (KiB) 1522960

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15677
/proc/meminfo: memFree=14880/2055920 swapFree=4180392/4192956
[pid=15674] ppid=15672 vsize=5360 CPUtime=20.89
/proc/15674/stat : 15674 (run.sh) S 15672 15674 15143 0 -1 4194304 312 6870 0 0 0 0 2083 6 16 0 1 0 243216090 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15674/statm: 1340 238 197 169 0 51 0
[pid=15677] ppid=15674 vsize=1618064 CPUtime=1040.72
/proc/15677/stat : 15677 (minisat) R 15674 15674 15143 0 -1 4194304 403246 0 0 0 103830 242 0 0 25 0 1 0 243218181 1656897536 403232 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/15677/statm: 404516 403232 77 170 0 404344 0
Current children cumulated CPU time (s) 1061.61
Current children cumulated vsize (KiB) 1623424

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15677
/proc/meminfo: memFree=15136/2055920 swapFree=4180392/4192956
[pid=15674] ppid=15672 vsize=5360 CPUtime=20.89
/proc/15674/stat : 15674 (run.sh) S 15672 15674 15143 0 -1 4194304 312 6870 0 0 0 0 2083 6 16 0 1 0 243216090 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15674/statm: 1340 238 197 169 0 51 0
[pid=15677] ppid=15674 vsize=1761572 CPUtime=1100.67
/proc/15677/stat : 15677 (minisat) R 15674 15674 15143 0 -1 4194304 439076 0 0 0 109804 263 0 0 25 0 1 0 243218181 1803849728 439062 1992294400 134512640 135212939 4294956240 18446744073709551615 134539595 0 0 4096 3 0 0 0 17 0 0 0
/proc/15677/statm: 440393 439062 77 170 0 440221 0
Current children cumulated CPU time (s) 1121.56
Current children cumulated vsize (KiB) 1766932



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1173.6 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 15677
/proc/meminfo: memFree=15072/2055920 swapFree=4180392/4192956
[pid=15674] ppid=15672 vsize=5360 CPUtime=20.89
/proc/15674/stat : 15674 (run.sh) S 15672 15674 15143 0 -1 4194304 312 6870 0 0 0 0 2083 6 16 0 1 0 243216090 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15674/statm: 1340 238 197 169 0 51 0
[pid=15677] ppid=15674 vsize=1837928 CPUtime=1151.96
/proc/15677/stat : 15677 (minisat) R 15674 15674 15143 0 -1 4194304 458148 0 0 0 114921 275 0 0 25 0 1 0 243218181 1882038272 458134 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15677/statm: 459482 458134 77 170 0 459310 0
Current children cumulated CPU time (s) 1172.85
Current children cumulated vsize (KiB) 1843288

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15674 and gives
#  childrusage.ru_utime.tv_sec=20
#  childrusage.ru_utime.tv_usec=831833
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=68989
# CPU time returned by wait4() is 20.9008
# while last known CPU time is 1172.85
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1173.62
CPU time (s): 1172.85
CPU user time (s): 1170.04
CPU system time (s): 2.81
CPU usage (%): 99.9346
Max. virtual memory (cumulated for all children) (KiB): 1843288

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

runsolver used 1.10583 second user time and 3.17452 second system time

The end

Launcher Data

Begin job on node84 at 2009-05-12 20:11:08
IDJOB=1806736
IDBENCH=70932
IDSOLVER=649
FILE ID=node84/1806736-1242151867
PBS_JOBID= 9289642
Free space on /tmp= 66168 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT09/CRAFTED/edgematching/fbcolors/em_14_7_3_fbc.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806736-1242151867/watcher-1806736-1242151867 -o /tmp/evaluation-result-1806736-1242151867/solver-1806736-1242151867 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806736-1242151867.cnf HOME

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

MD5SUM BENCH= 4fe2719d54370e06a454523e5441fbad
RANDOM SEED=565812437

node84.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1067968 kB
Buffers:         67784 kB
Cached:         834996 kB
SwapCached:       7264 kB
Active:          85836 kB
Inactive:       825672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1067968 kB
SwapTotal:     4192956 kB
SwapFree:      4180388 kB
Dirty:            8580 kB
Writeback:           0 kB
Mapped:          13684 kB
Slab:            62412 kB
Committed_AS:   829772 kB
PageTables:       1368 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= 66160 MiB
End job on node84 at 2009-05-12 20:30:44