Trace number 1806062

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
SatElite + ReVivAl 0.23 2009-03-18? (TO) 1200.05 1200.51

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7a-gensys-ukn009.sat05-3849.reshuffled-07.cnf
MD5SUM42a7abc6638576e7c05fba1c9e36829b
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 variables2969
Number of clauses18718
Sum of the clauses size134151
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2435
Number of clauses of size 32341
Number of clauses of size 4498
Number of clauses of size 5677
Number of clauses of size over 514725

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 93
37.08/37.16	#LEARNT CLAUSES 2727
37.17/37.20	done !
37.17/37.20	c Now, SatElite...
37.17/37.20	c Parsing...
37.17/37.24	c ==============================================================================
37.17/37.24	c |           |     ORIGINAL     |              LEARNT              |          |
37.17/37.24	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
37.17/37.24	c ==============================================================================
37.17/37.24	c |         0 |   20880   125735 |    6263       0        0     nan |  0.000 % |
37.17/37.29	c |         0 |   18349   110885 |      --       0       --      -- |     --   | -2531/-14850
37.17/37.29	c ==============================================================================
37.17/37.29	c Result  :   #vars: 2564   #clauses: 18349   #literals: 110885
37.17/37.29	c CPU time:   0.086986 s
37.17/37.29	c ==============================================================================
37.26/37.36	c SatElite is done !
37.26/37.36	c Calling MINISAT
37.26/37.36	This is MiniSat 2.0 beta
37.26/37.36	WARNING: for repeatability, setting FPU to use double precision
37.26/37.36	============================[ Problem Statistics ]=============================
37.26/37.36	|                                                                             |
37.26/37.36	|  Number of variables:  2564                                                 |
37.26/37.36	|  Number of clauses:    18349                                                |
37.26/37.38	|  Parsing time:         0.01         s                                       |
37.26/37.38	============================[ Search Statistics ]==============================
37.26/37.38	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
37.26/37.38	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
37.26/37.38	===============================================================================
37.26/37.38	|         0 |    2564    18349   110885 |     6116        0    nan |  0.000 % |
37.26/37.39	|       100 |    2564    18349   110885 |     6727      100     16 |  0.000 % |
37.26/37.39	|       250 |    2564    18349   110885 |     7400      250     16 |  0.000 % |
37.26/37.40	|       475 |    2564    18349   110885 |     8140      475     15 |  0.000 % |
37.34/37.41	|       812 |    2564    18349   110885 |     8954      812     16 |  0.000 % |
37.34/37.44	|      1318 |    2564    18349   110885 |     9850     1318     16 |  0.000 % |
37.34/37.48	|      2078 |    2564    18349   110885 |    10835     2078     20 |  0.000 % |
37.34/37.56	|      3218 |    2564    18349   110885 |    11919     3218     21 |  0.000 % |
37.34/37.71	|      4927 |    2564    18349   110885 |    13110     4927     23 |  0.000 % |
37.34/37.96	|      7489 |    2564    18349   110885 |    14421     7489     24 |  0.000 % |
38.46/38.52	|     11333 |    2564    18349   110885 |    15864    11333     25 |  0.000 % |
39.46/39.51	|     17099 |    2564    18349   110885 |    17450     9102     26 |  0.000 % |
40.96/41.07	|     25748 |    2564    18349   110885 |    19195     8994     25 |  0.000 % |
43.46/43.51	|     38722 |    2564    18349   110885 |    21115    12326     25 |  0.000 % |
47.66/47.77	|     58183 |    2564    18349   110885 |    23226    21185     25 |  0.000 % |
54.96/55.06	|     87375 |    2564    18349   110885 |    25549    15321     24 |  0.000 % |
66.75/66.81	|    131164 |    2564    18349   110885 |    28104    20634     26 |  0.000 % |
87.34/87.40	|    196849 |    2564    18349   110885 |    30914    15792     28 |  0.000 % |
120.63/120.71	|    295377 |    2564    18349   110885 |    34006    18885     26 |  0.000 % |
172.71/172.89	|    443166 |    2564    18349   110885 |    37406    20141     24 |  0.000 % |
273.98/274.16	|    664850 |    2564    18349   110885 |    41147    29118     31 |  0.000 % |
434.01/434.20	|    997375 |    2564    18349   110885 |    45262    22506     27 |  0.000 % |
679.33/679.62	|   1496163 |    2564    18349   110885 |    49788    40943     29 |  0.000 % |
1111.66/1112.16	|   2244346 |    2564    18349   110885 |    54767    18003     25 |  0.000 % |
1200.02/1200.50	HOME/run.sh: line 55: 16182 Terminated              $MINISAT $TMP_2 ${TMPDIR}/$TMP.result "$@"

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-1806062-1242144747/watcher-1806062-1242144747 -o /tmp/evaluation-result-1806062-1242144747/solver-1806062-1242144747 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806062-1242144747.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: 1.10 1.05 0.97 3/64 16178
/proc/meminfo: memFree=1051512/2055920 swapFree=4121024/4192956
[pid=16178] ppid=16176 vsize=5360 CPUtime=0
/proc/16178/stat : 16178 (run.sh) R 16176 16178 16019 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 242507945 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 273952598687 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/16178/statm: 1340 236 195 169 0 51 0
[pid=16179] ppid=16178 vsize=2124 CPUtime=0
/proc/16179/stat : 16179 (revival) R 16178 16178 16019 0 -1 4194304 291 0 0 0 0 0 0 0 18 0 1 0 242507945 2174976 257 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/16179/statm: 531 259 81 6 0 169 0

[startup+0.060944 s]
/proc/loadavg: 1.10 1.05 0.97 3/64 16178
/proc/meminfo: memFree=1051512/2055920 swapFree=4121024/4192956
[pid=16178] ppid=16176 vsize=5360 CPUtime=0
/proc/16178/stat : 16178 (run.sh) S 16176 16178 16019 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242507945 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16178/statm: 1340 237 196 169 0 51 0
[pid=16179] ppid=16178 vsize=3076 CPUtime=0.05
/proc/16179/stat : 16179 (revival) R 16178 16178 16019 0 -1 4194304 681 0 0 0 5 0 0 0 19 0 1 50000 242507945 3149824 470 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/16179/statm: 769 470 85 6 0 407 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8436

[startup+0.101948 s]
/proc/loadavg: 1.10 1.05 0.97 3/64 16178
/proc/meminfo: memFree=1051512/2055920 swapFree=4121024/4192956
[pid=16178] ppid=16176 vsize=5360 CPUtime=0
/proc/16178/stat : 16178 (run.sh) S 16176 16178 16019 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242507945 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16178/statm: 1340 237 196 169 0 51 0
[pid=16179] ppid=16178 vsize=3076 CPUtime=0.09
/proc/16179/stat : 16179 (revival) R 16178 16178 16019 0 -1 4194304 693 0 0 0 9 0 0 0 19 0 1 50000 242507945 3149824 482 1992294400 134512640 134537284 4294956368 18446744073709551615 134523745 0 0 4096 8192 0 0 0 17 0 0 0
/proc/16179/statm: 769 482 85 6 0 407 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8436

[startup+0.30197 s]
/proc/loadavg: 1.10 1.05 0.97 3/64 16178
/proc/meminfo: memFree=1051512/2055920 swapFree=4121024/4192956
[pid=16178] ppid=16176 vsize=5360 CPUtime=0
/proc/16178/stat : 16178 (run.sh) S 16176 16178 16019 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242507945 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16178/statm: 1340 237 196 169 0 51 0
[pid=16179] ppid=16178 vsize=3208 CPUtime=0.29
/proc/16179/stat : 16179 (revival) R 16178 16178 16019 0 -1 4194304 731 0 0 0 29 0 0 0 21 0 1 50000 242507945 3284992 520 1992294400 134512640 134537284 4294956368 18446744073709551615 134523940 0 0 4096 8192 0 0 0 17 0 0 0
/proc/16179/statm: 802 520 85 6 0 440 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8568

[startup+0.702017 s]
/proc/loadavg: 1.10 1.05 0.97 3/64 16178
/proc/meminfo: memFree=1051512/2055920 swapFree=4121024/4192956
[pid=16178] ppid=16176 vsize=5360 CPUtime=0
/proc/16178/stat : 16178 (run.sh) S 16176 16178 16019 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242507945 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16178/statm: 1340 237 196 169 0 51 0
[pid=16179] ppid=16178 vsize=3340 CPUtime=0.69
/proc/16179/stat : 16179 (revival) R 16178 16178 16019 0 -1 4194304 761 0 0 0 69 0 0 0 25 0 1 50000 242507945 3420160 550 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/16179/statm: 835 550 85 6 0 473 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8700

[startup+1.50111 s]
/proc/loadavg: 1.10 1.05 0.97 2/66 16180
/proc/meminfo: memFree=1049320/2055920 swapFree=4121024/4192956
[pid=16178] ppid=16176 vsize=5360 CPUtime=0
/proc/16178/stat : 16178 (run.sh) S 16176 16178 16019 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242507945 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16178/statm: 1340 237 196 169 0 51 0
[pid=16179] ppid=16178 vsize=3472 CPUtime=1.49
/proc/16179/stat : 16179 (revival) R 16178 16178 16019 0 -1 4194304 792 0 0 0 149 0 0 0 25 0 1 50000 242507945 3555328 581 1992294400 134512640 134537284 4294956368 18446744073709551615 134523637 0 0 4096 8192 0 0 0 17 0 0 0
/proc/16179/statm: 868 581 85 6 0 506 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8832

[startup+3.10129 s]
/proc/loadavg: 1.10 1.05 0.97 2/66 16180
/proc/meminfo: memFree=1049064/2055920 swapFree=4121024/4192956
[pid=16178] ppid=16176 vsize=5360 CPUtime=0
/proc/16178/stat : 16178 (run.sh) S 16176 16178 16019 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242507945 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16178/statm: 1340 237 196 169 0 51 0
[pid=16179] ppid=16178 vsize=3736 CPUtime=3.09
/proc/16179/stat : 16179 (revival) R 16178 16178 16019 0 -1 4194304 847 0 0 0 309 0 0 0 25 0 1 50000 242507945 3825664 636 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/16179/statm: 934 636 85 6 0 572 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9096

[startup+6.30166 s]
/proc/loadavg: 1.10 1.05 0.97 2/66 16180
/proc/meminfo: memFree=1048488/2055920 swapFree=4121024/4192956
[pid=16178] ppid=16176 vsize=5360 CPUtime=0
/proc/16178/stat : 16178 (run.sh) S 16176 16178 16019 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242507945 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16178/statm: 1340 237 196 169 0 51 0
[pid=16179] ppid=16178 vsize=4132 CPUtime=6.29
/proc/16179/stat : 16179 (revival) R 16178 16178 16019 0 -1 4194304 949 0 0 0 629 0 0 0 25 0 1 50000 242507945 4231168 738 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/16179/statm: 1033 738 85 6 0 671 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9492

[startup+12.7024 s]
/proc/loadavg: 1.08 1.05 0.97 2/66 16180
/proc/meminfo: memFree=1047656/2055920 swapFree=4121024/4192956
[pid=16178] ppid=16176 vsize=5360 CPUtime=0
/proc/16178/stat : 16178 (run.sh) S 16176 16178 16019 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242507945 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16178/statm: 1340 237 196 169 0 51 0
[pid=16179] ppid=16178 vsize=4792 CPUtime=12.69
/proc/16179/stat : 16179 (revival) R 16178 16178 16019 0 -1 4194304 1137 0 0 0 1269 0 0 0 25 0 1 50000 242507945 4907008 926 1992294400 134512640 134537284 4294956368 18446744073709551615 134523745 0 0 4096 8192 0 0 0 17 0 0 0
/proc/16179/statm: 1198 926 85 6 0 836 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10152

[startup+25.5019 s]
/proc/loadavg: 1.07 1.05 0.97 2/66 16180
/proc/meminfo: memFree=1046376/2055920 swapFree=4121024/4192956
[pid=16178] ppid=16176 vsize=5360 CPUtime=0
/proc/16178/stat : 16178 (run.sh) S 16176 16178 16019 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242507945 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16178/statm: 1340 237 196 169 0 51 0
[pid=16179] ppid=16178 vsize=6244 CPUtime=25.49
/proc/16179/stat : 16179 (revival) R 16178 16178 16019 0 -1 4194304 1473 0 0 0 2548 1 0 0 25 0 1 50000 242507945 6393856 1262 1992294400 134512640 134537284 4294956368 18446744073709551615 134523608 0 0 4096 8192 0 0 0 17 0 0 0
/proc/16179/statm: 1561 1262 85 6 0 1199 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11604

[startup+51.1018 s]
/proc/loadavg: 1.04 1.04 0.97 2/66 16182
/proc/meminfo: memFree=1044136/2055920 swapFree=4121024/4192956
[pid=16178] ppid=16176 vsize=5360 CPUtime=37.34
/proc/16178/stat : 16178 (run.sh) S 16176 16178 16019 0 -1 4194304 341 2539 0 0 0 0 3732 2 15 0 1 0 242507945 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16178/statm: 1340 241 197 169 0 51 0
[pid=16182] ppid=16178 vsize=6788 CPUtime=13.71
/proc/16182/stat : 16182 (minisat) R 16178 16178 16019 0 -1 4194304 1477 0 0 0 1370 1 0 0 25 0 1 0 242511682 6950912 1461 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/16182/statm: 1697 1461 76 170 0 1525 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 12148

[startup+102.306 s]
/proc/loadavg: 1.02 1.03 0.97 2/66 16182
/proc/meminfo: memFree=1042024/2055920 swapFree=4121024/4192956
[pid=16178] ppid=16176 vsize=5360 CPUtime=37.34
/proc/16178/stat : 16178 (run.sh) S 16176 16178 16019 0 -1 4194304 341 2539 0 0 0 0 3732 2 15 0 1 0 242507945 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16178/statm: 1340 241 197 169 0 51 0
[pid=16182] ppid=16178 vsize=8852 CPUtime=64.9
/proc/16182/stat : 16182 (minisat) R 16178 16178 16019 0 -1 4194304 1988 0 0 0 6489 1 0 0 25 0 1 0 242511682 9064448 1972 1992294400 134512640 135212939 4294956240 18446744073709551615 134526664 0 0 4096 3 0 0 0 17 0 0 0
/proc/16182/statm: 2213 1972 76 170 0 2041 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 14212

[startup+162.302 s]
/proc/loadavg: 1.00 1.02 0.97 2/66 16182
/proc/meminfo: memFree=1041064/2055920 swapFree=4121024/4192956
[pid=16178] ppid=16176 vsize=5360 CPUtime=37.34
/proc/16178/stat : 16178 (run.sh) S 16176 16178 16019 0 -1 4194304 341 2539 0 0 0 0 3732 2 15 0 1 0 242507945 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16178/statm: 1340 241 197 169 0 51 0
[pid=16182] ppid=16178 vsize=9804 CPUtime=124.88
/proc/16182/stat : 16182 (minisat) R 16178 16178 16019 0 -1 4194304 2231 0 0 0 12486 2 0 0 25 0 1 0 242511682 10039296 2215 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16182/statm: 2451 2215 76 170 0 2279 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 15164

[startup+222.302 s]
/proc/loadavg: 1.00 1.02 0.97 2/66 16182
/proc/meminfo: memFree=1039592/2055920 swapFree=4121024/4192956
[pid=16178] ppid=16176 vsize=5360 CPUtime=37.34
/proc/16178/stat : 16178 (run.sh) S 16176 16178 16019 0 -1 4194304 341 2539 0 0 0 0 3732 2 15 0 1 0 242507945 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16178/statm: 1340 241 197 169 0 51 0
[pid=16182] ppid=16178 vsize=11424 CPUtime=184.86
/proc/16182/stat : 16182 (minisat) R 16178 16178 16019 0 -1 4194304 2600 0 0 0 18483 3 0 0 25 0 1 0 242511682 11698176 2584 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16182/statm: 2856 2584 76 170 0 2684 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 16784

[startup+282.302 s]
/proc/loadavg: 1.00 1.01 0.97 2/66 16182
/proc/meminfo: memFree=1038824/2055920 swapFree=4121024/4192956
[pid=16178] ppid=16176 vsize=5360 CPUtime=37.34
/proc/16178/stat : 16178 (run.sh) S 16176 16178 16019 0 -1 4194304 341 2539 0 0 0 0 3732 2 15 0 1 0 242507945 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16178/statm: 1340 241 197 169 0 51 0
[pid=16182] ppid=16178 vsize=12196 CPUtime=244.83
/proc/16182/stat : 16182 (minisat) R 16178 16178 16019 0 -1 4194304 2799 0 0 0 24480 3 0 0 25 0 1 0 242511682 12488704 2783 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16182/statm: 3049 2783 76 170 0 2877 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 17556

[startup+342.301 s]
/proc/loadavg: 1.00 1.01 0.97 2/66 16182
/proc/meminfo: memFree=1038504/2055920 swapFree=4121024/4192956
[pid=16178] ppid=16176 vsize=5360 CPUtime=37.34
/proc/16178/stat : 16178 (run.sh) S 16176 16178 16019 0 -1 4194304 341 2539 0 0 0 0 3732 2 15 0 1 0 242507945 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16178/statm: 1340 241 197 169 0 51 0
[pid=16182] ppid=16178 vsize=12612 CPUtime=304.81
/proc/16182/stat : 16182 (minisat) R 16178 16178 16019 0 -1 4194304 2879 0 0 0 30478 3 0 0 25 0 1 0 242511682 12914688 2863 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16182/statm: 3153 2863 76 170 0 2981 0
Current children cumulated CPU time (s) 342.15

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

/proc/16178/statm: 1340 241 197 169 0 51 0
[pid=16182] ppid=16178 vsize=14028 CPUtime=484.73
/proc/16182/stat : 16182 (minisat) R 16178 16178 16019 0 -1 4194304 3222 0 0 0 48470 3 0 0 25 0 1 0 242511682 14364672 3206 1992294400 134512640 135212939 4294956240 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/16182/statm: 3507 3206 76 170 0 3335 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 19388

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 16182
/proc/meminfo: memFree=1037032/2055920 swapFree=4121024/4192956
[pid=16178] ppid=16176 vsize=5360 CPUtime=37.34
/proc/16178/stat : 16178 (run.sh) S 16176 16178 16019 0 -1 4194304 341 2539 0 0 0 0 3732 2 15 0 1 0 242507945 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16178/statm: 1340 241 197 169 0 51 0
[pid=16182] ppid=16178 vsize=14172 CPUtime=544.71
/proc/16182/stat : 16182 (minisat) R 16178 16178 16019 0 -1 4194304 3238 0 0 0 54468 3 0 0 25 0 1 0 242511682 14512128 3222 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16182/statm: 3543 3222 76 170 0 3371 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 19532

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 16182
/proc/meminfo: memFree=1036392/2055920 swapFree=4121024/4192956
[pid=16178] ppid=16176 vsize=5360 CPUtime=37.34
/proc/16178/stat : 16178 (run.sh) S 16176 16178 16019 0 -1 4194304 341 2539 0 0 0 0 3732 2 15 0 1 0 242507945 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16178/statm: 1340 241 197 169 0 51 0
[pid=16182] ppid=16178 vsize=14876 CPUtime=604.69
/proc/16182/stat : 16182 (minisat) R 16178 16178 16019 0 -1 4194304 3413 0 0 0 60466 3 0 0 25 0 1 0 242511682 15233024 3397 1992294400 134512640 135212939 4294956240 18446744073709551615 134537347 0 0 4096 3 0 0 0 17 0 0 0
/proc/16182/statm: 3719 3397 76 170 0 3547 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 20236

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 16182
/proc/meminfo: memFree=1036136/2055920 swapFree=4121024/4192956
[pid=16178] ppid=16176 vsize=5360 CPUtime=37.34
/proc/16178/stat : 16178 (run.sh) S 16176 16178 16019 0 -1 4194304 341 2539 0 0 0 0 3732 2 15 0 1 0 242507945 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16178/statm: 1340 241 197 169 0 51 0
[pid=16182] ppid=16178 vsize=14876 CPUtime=664.68
/proc/16182/stat : 16182 (minisat) R 16178 16178 16019 0 -1 4194304 3446 0 0 0 66464 4 0 0 25 0 1 0 242511682 15233024 3430 1992294400 134512640 135212939 4294956240 18446744073709551615 134543664 0 0 4096 3 0 0 0 17 0 0 0
/proc/16182/statm: 3719 3430 76 170 0 3547 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 20236

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 16182
/proc/meminfo: memFree=1035560/2055920 swapFree=4121024/4192956
[pid=16178] ppid=16176 vsize=5360 CPUtime=37.34
/proc/16178/stat : 16178 (run.sh) S 16176 16178 16019 0 -1 4194304 341 2539 0 0 0 0 3732 2 15 0 1 0 242507945 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16178/statm: 1340 241 197 169 0 51 0
[pid=16182] ppid=16178 vsize=15472 CPUtime=724.65
/proc/16182/stat : 16182 (minisat) R 16178 16178 16019 0 -1 4194304 3590 0 0 0 72461 4 0 0 25 0 1 0 242511682 15843328 3574 1992294400 134512640 135212939 4294956240 18446744073709551615 134526820 0 0 4096 3 0 0 0 17 0 0 0
/proc/16182/statm: 3868 3574 76 170 0 3696 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 20832

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 16182
/proc/meminfo: memFree=1035112/2055920 swapFree=4121024/4192956
[pid=16178] ppid=16176 vsize=5360 CPUtime=37.34
/proc/16178/stat : 16178 (run.sh) S 16176 16178 16019 0 -1 4194304 341 2539 0 0 0 0 3732 2 15 0 1 0 242507945 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16178/statm: 1340 241 197 169 0 51 0
[pid=16182] ppid=16178 vsize=15904 CPUtime=784.62
/proc/16182/stat : 16182 (minisat) R 16178 16178 16019 0 -1 4194304 3694 0 0 0 78458 4 0 0 25 0 1 0 242511682 16285696 3678 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/16182/statm: 3976 3678 76 170 0 3804 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 21264

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 16182
/proc/meminfo: memFree=1034728/2055920 swapFree=4121024/4192956
[pid=16178] ppid=16176 vsize=5360 CPUtime=37.34
/proc/16178/stat : 16178 (run.sh) S 16176 16178 16019 0 -1 4194304 341 2539 0 0 0 0 3732 2 15 0 1 0 242507945 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16178/statm: 1340 241 197 169 0 51 0
[pid=16182] ppid=16178 vsize=16476 CPUtime=844.6
/proc/16182/stat : 16182 (minisat) R 16178 16178 16019 0 -1 4194304 3807 0 0 0 84456 4 0 0 25 0 1 0 242511682 16871424 3791 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/16182/statm: 4119 3791 76 170 0 3947 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 21836

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 16182
/proc/meminfo: memFree=1034152/2055920 swapFree=4121024/4192956
[pid=16178] ppid=16176 vsize=5360 CPUtime=37.34
/proc/16178/stat : 16178 (run.sh) S 16176 16178 16019 0 -1 4194304 341 2539 0 0 0 0 3732 2 15 0 1 0 242507945 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16178/statm: 1340 241 197 169 0 51 0
[pid=16182] ppid=16178 vsize=17020 CPUtime=904.58
/proc/16182/stat : 16182 (minisat) R 16178 16178 16019 0 -1 4194304 3943 0 0 0 90453 5 0 0 25 0 1 0 242511682 17428480 3927 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/16182/statm: 4255 3927 76 170 0 4083 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 22380

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 16182
/proc/meminfo: memFree=1034088/2055920 swapFree=4121024/4192956
[pid=16178] ppid=16176 vsize=5360 CPUtime=37.34
/proc/16178/stat : 16178 (run.sh) S 16176 16178 16019 0 -1 4194304 341 2539 0 0 0 0 3732 2 15 0 1 0 242507945 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16178/statm: 1340 241 197 169 0 51 0
[pid=16182] ppid=16178 vsize=17020 CPUtime=964.56
/proc/16182/stat : 16182 (minisat) R 16178 16178 16019 0 -1 4194304 3955 0 0 0 96451 5 0 0 25 0 1 0 242511682 17428480 3939 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16182/statm: 4255 3939 76 170 0 4083 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 22380

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 16182
/proc/meminfo: memFree=1033960/2055920 swapFree=4121024/4192956
[pid=16178] ppid=16176 vsize=5360 CPUtime=37.34
/proc/16178/stat : 16178 (run.sh) S 16176 16178 16019 0 -1 4194304 341 2539 0 0 0 0 3732 2 15 0 1 0 242507945 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16178/statm: 1340 241 197 169 0 51 0
[pid=16182] ppid=16178 vsize=17184 CPUtime=1024.54
/proc/16182/stat : 16182 (minisat) R 16178 16178 16019 0 -1 4194304 3989 0 0 0 102449 5 0 0 25 0 1 0 242511682 17596416 3973 1992294400 134512640 135212939 4294956240 18446744073709551615 134526775 0 0 4096 3 0 0 0 17 0 0 0
/proc/16182/statm: 4296 3973 76 170 0 4124 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 22544

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 16182
/proc/meminfo: memFree=1033768/2055920 swapFree=4121024/4192956
[pid=16178] ppid=16176 vsize=5360 CPUtime=37.34
/proc/16178/stat : 16178 (run.sh) S 16176 16178 16019 0 -1 4194304 341 2539 0 0 0 0 3732 2 15 0 1 0 242507945 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16178/statm: 1340 241 197 169 0 51 0
[pid=16182] ppid=16178 vsize=17504 CPUtime=1084.51
/proc/16182/stat : 16182 (minisat) R 16178 16178 16019 0 -1 4194304 4042 0 0 0 108446 5 0 0 25 0 1 0 242511682 17924096 4026 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16182/statm: 4376 4026 76 170 0 4204 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 22864

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 16182
/proc/meminfo: memFree=1033576/2055920 swapFree=4121024/4192956
[pid=16178] ppid=16176 vsize=5360 CPUtime=37.34
/proc/16178/stat : 16178 (run.sh) S 16176 16178 16019 0 -1 4194304 341 2539 0 0 0 0 3732 2 15 0 1 0 242507945 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16178/statm: 1340 241 197 169 0 51 0
[pid=16182] ppid=16178 vsize=17636 CPUtime=1144.48
/proc/16182/stat : 16182 (minisat) R 16178 16178 16019 0 -1 4194304 4106 0 0 0 114443 5 0 0 25 0 1 0 242511682 18059264 4090 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/16182/statm: 4409 4090 76 170 0 4237 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 22996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 16182
/proc/meminfo: memFree=1033384/2055920 swapFree=4121024/4192956
[pid=16178] ppid=16176 vsize=5360 CPUtime=37.34
/proc/16178/stat : 16178 (run.sh) S 16176 16178 16019 0 -1 4194304 341 2539 0 0 0 0 3732 2 15 0 1 0 242507945 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16178/statm: 1340 241 197 169 0 51 0
[pid=16182] ppid=16178 vsize=17916 CPUtime=1162.68
/proc/16182/stat : 16182 (minisat) R 16178 16178 16019 0 -1 4194304 4154 0 0 0 116263 5 0 0 25 0 1 0 242511682 18345984 4138 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16182/statm: 4479 4138 76 170 0 4307 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 23276

Sending SIGTERM to process tree (bottom up)

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 16182
/proc/meminfo: memFree=1033384/2055920 swapFree=4121024/4192956
[pid=16178] ppid=16176 vsize=5360 CPUtime=37.34
/proc/16178/stat : 16178 (run.sh) S 16176 16178 16019 0 -1 4194304 341 2539 0 0 0 0 3732 2 15 0 1 0 242507945 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16178/statm: 1340 241 197 169 0 51 0
[pid=16182] ppid=16178 vsize=17916 CPUtime=1162.68
/proc/16182/stat : 16182 (minisat) R 16178 16178 16019 0 -1 4194304 4154 0 0 0 116263 5 0 0 25 0 1 0 242511682 18345984 4138 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/16182/statm: 4479 4138 76 170 0 4307 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 23276

Child status: 143
Real time (s): 1200.51
CPU time (s): 1200.05
CPU user time (s): 1199.96
CPU system time (s): 0.087986
CPU usage (%): 99.9617
Max. virtual memory (cumulated for all children) (KiB): 23276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.96
system time used= 0.087986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7050
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= 10
involuntary context switches= 3332

runsolver used 0.944856 second user time and 3.43348 second system time

The end

Launcher Data

Begin job on node20 at 2009-05-12 18:12:27
IDJOB=1806062
IDBENCH=24648
IDSOLVER=647
FILE ID=node20/1806062-1242144747
PBS_JOBID= 9289701
Free space on /tmp= 66288 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/crafted/Hard/contest05/QG/QG7a-gensys-ukn009.sat05-3849.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806062-1242144747/watcher-1806062-1242144747 -o /tmp/evaluation-result-1806062-1242144747/solver-1806062-1242144747 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806062-1242144747.cnf HOME

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

MD5SUM BENCH= 42a7abc6638576e7c05fba1c9e36829b
RANDOM SEED=1116727809

node20.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.214
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	: 5931.00
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.214
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:       1051992 kB
Buffers:         84700 kB
Cached:         763800 kB
SwapCached:      66304 kB
Active:         298204 kB
Inactive:       618292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1051992 kB
SwapTotal:     4192956 kB
SwapFree:      4121024 kB
Dirty:            2120 kB
Writeback:           0 kB
Mapped:          13504 kB
Slab:            73424 kB
Committed_AS:   978024 kB
PageTables:       1396 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= 66284 MiB
End job on node20 at 2009-05-12 18:32:28