Trace number 1806413

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 + SatElite 2009-03-18? (TO) 1200.1 1200.81

General information on the benchmark

Namecrafted/Difficult/contest05/others/
pmg-13-UNSAT.sat05-3941.reshuffled-07.cnf
MD5SUM9ce7a6a007310fa075cda4060c50d29c
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 variables409
Number of clauses1362
Sum of the clauses size4084
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 31360
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c SatElite...
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    1362     4084 |     408       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    1360     4079 |      --       0       --      -- |     --   | -2/-5
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 408   #clauses: 1360   #literals: 4079
0.00/0.00	c CPU time:   0.004999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c SatElite is done !
0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 6
0.00/0.02	#LEARNT CLAUSES 0
0.00/0.02	done !
0.00/0.02	c Calling MINISAT
0.00/0.02	This is MiniSat 2.0 beta
0.00/0.02	WARNING: for repeatability, setting FPU to use double precision
0.00/0.02	============================[ Problem Statistics ]=============================
0.00/0.02	|                                                                             |
0.00/0.02	|  Number of variables:  408                                                  |
0.00/0.02	|  Number of clauses:    1360                                                 |
0.00/0.02	|  Parsing time:         0.00         s                                       |
0.00/0.02	============================[ Search Statistics ]==============================
0.00/0.02	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.02	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.02	===============================================================================
0.00/0.02	|         0 |     408     1360     2992 |      453        0    nan |  0.000 % |
0.00/0.02	|       100 |     408     1360     2992 |      498      100     33 |  0.003 % |
0.00/0.03	|       252 |     408     1360     2992 |      548      252     32 |  0.001 % |
0.00/0.04	|       478 |     408     1360     2992 |      603      478     31 |  0.001 % |
0.01/0.05	|       815 |     408     1360     2992 |      663      815     34 |  0.001 % |
0.01/0.07	|      1321 |     408     1360     2992 |      730      914     34 |  0.003 % |
0.01/0.10	|      2081 |     408     1360     2992 |      803      728     30 |  0.003 % |
0.01/0.15	|      3220 |     408     1360     2992 |      883      796     34 |  0.001 % |
0.01/0.23	|      4928 |     408     1360     2992 |      971      767     31 |  0.003 % |
0.01/0.37	|      7492 |     408     1360     2992 |     1068      848     36 |  0.003 % |
0.01/0.58	|     11336 |     408     1360     2992 |     1175      788     34 |  0.001 % |
0.01/0.89	|     17102 |     408     1360     2992 |     1293      797     31 |  0.003 % |
1.28/1.38	|     25751 |     408     1360     2992 |     1422      902     34 |  0.003 % |
2.19/2.23	|     38726 |     408     1360     2992 |     1565     1212     37 |  0.003 % |
3.48/3.50	|     58189 |     408     1360     2992 |     1721     1798     46 |  0.003 % |
5.48/5.51	|     87381 |     408     1360     2992 |     1893     1848     46 |  0.001 % |
8.77/8.80	|    131170 |     408     1360     2992 |     2083     2047     51 |  0.001 % |
13.46/13.53	|    196855 |     408     1360     2992 |     2291     1611     41 |  0.001 % |
21.06/21.19	|    295381 |     408     1360     2992 |     2520     1737     49 |  0.001 % |
32.96/33.10	|    443172 |     408     1360     2992 |     2772     1719     45 |  0.001 % |
51.14/51.28	|    664856 |     408     1360     2992 |     3049     1826     42 |  0.001 % |
79.53/79.69	|    997381 |     408     1360     2992 |     3354     3251     50 |  0.001 % |
125.50/125.69	|   1496171 |     408     1360     2992 |     3690     3292     54 |  0.001 % |
197.76/197.96	|   2244353 |     408     1360     2992 |     4059     2703     49 |  0.001 % |
307.90/308.17	|   3366627 |     408     1360     2992 |     4465     2570     49 |  0.001 % |
476.87/477.27	|   5050041 |     408     1360     2992 |     4911     3293     53 |  0.001 % |
755.72/756.30	|   7575157 |     408     1360     2992 |     5402     4522     55 |  0.001 % |
1198.57/1199.33	|  11362834 |     408     1360     2992 |     5943     2862     57 |  0.001 % |
1200.07/1200.80	HOME/run.sh: line 54: 18315 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-1806413-1242148873/watcher-1806413-1242148873 -o /tmp/evaluation-result-1806413-1242148873/solver-1806413-1242148873 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806413-1242148873.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.00 1.01 1.00 3/64 18311
/proc/meminfo: memFree=1117376/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0
/proc/18311/stat : 18311 (run.sh) R 18309 18311 18084 0 -1 4194304 269 0 0 0 0 0 0 0 18 0 1 0 242920956 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 214919867039 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/18311/statm: 1340 237 196 169 0 51 0
[pid=18312] ppid=18311 vsize=820 CPUtime=0
/proc/18312/stat : 18312 (SatElite) R 18311 18311 18084 0 -1 4194304 139 0 0 0 0 0 0 0 18 0 1 0 242920956 839680 122 1992294400 134512640 135031949 4294956224 18446744073709551615 134676090 0 0 4096 3 0 0 0 17 0 0 0
/proc/18312/statm: 205 122 67 126 0 76 0

[startup+0.051887 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 18311
/proc/meminfo: memFree=1117376/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0.01
/proc/18311/stat : 18311 (run.sh) S 18309 18311 18084 0 -1 4194304 343 323 0 0 0 0 1 0 16 0 1 0 242920956 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18311/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.102897 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 18311
/proc/meminfo: memFree=1117376/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0.01
/proc/18311/stat : 18311 (run.sh) S 18309 18311 18084 0 -1 4194304 343 323 0 0 0 0 1 0 16 0 1 0 242920956 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18311/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.301943 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 18311
/proc/meminfo: memFree=1117376/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0.01
/proc/18311/stat : 18311 (run.sh) S 18309 18311 18084 0 -1 4194304 343 323 0 0 0 0 1 0 16 0 1 0 242920956 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18311/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.702026 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 18311
/proc/meminfo: memFree=1117376/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0.01
/proc/18311/stat : 18311 (run.sh) S 18309 18311 18084 0 -1 4194304 343 323 0 0 0 0 1 0 16 0 1 0 242920956 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18311/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+1.5012 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 18315
/proc/meminfo: memFree=1116400/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0.01
/proc/18311/stat : 18311 (run.sh) S 18309 18311 18084 0 -1 4194304 343 323 0 0 0 0 1 0 16 0 1 0 242920956 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18311/statm: 1340 241 197 169 0 51 0
[pid=18315] ppid=18311 vsize=2404 CPUtime=1.47
/proc/18315/stat : 18315 (minisat) R 18311 18311 18084 0 -1 4194304 266 0 0 0 147 0 0 0 25 0 1 0 242920958 2461696 250 1992294400 134512640 135212939 4294956240 18446744073709551615 134527045 0 0 4096 3 0 0 0 17 0 0 0
/proc/18315/statm: 601 250 76 170 0 429 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7764

[startup+3.10154 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 18315
/proc/meminfo: memFree=1116144/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0.01
/proc/18311/stat : 18311 (run.sh) S 18309 18311 18084 0 -1 4194304 343 323 0 0 0 0 1 0 16 0 1 0 242920956 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18311/statm: 1340 241 197 169 0 51 0
[pid=18315] ppid=18311 vsize=2668 CPUtime=3.07
/proc/18315/stat : 18315 (minisat) R 18311 18311 18084 0 -1 4194304 307 0 0 0 307 0 0 0 25 0 1 0 242920958 2732032 291 1992294400 134512640 135212939 4294956240 18446744073709551615 134530415 0 0 4096 3 0 0 0 17 0 0 0
/proc/18315/statm: 667 291 76 170 0 495 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8028

[startup+6.30122 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 18315
/proc/meminfo: memFree=1115824/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0.01
/proc/18311/stat : 18311 (run.sh) S 18309 18311 18084 0 -1 4194304 343 323 0 0 0 0 1 0 16 0 1 0 242920956 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18311/statm: 1340 241 197 169 0 51 0
[pid=18315] ppid=18311 vsize=2800 CPUtime=6.27
/proc/18315/stat : 18315 (minisat) R 18311 18311 18084 0 -1 4194304 357 0 0 0 627 0 0 0 25 0 1 0 242920958 2867200 341 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/18315/statm: 700 341 76 170 0 528 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 8160

[startup+12.7016 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 18315
/proc/meminfo: memFree=1115504/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0.01
/proc/18311/stat : 18311 (run.sh) S 18309 18311 18084 0 -1 4194304 343 323 0 0 0 0 1 0 16 0 1 0 242920956 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18311/statm: 1340 241 197 169 0 51 0
[pid=18315] ppid=18311 vsize=3064 CPUtime=12.65
/proc/18315/stat : 18315 (minisat) R 18311 18311 18084 0 -1 4194304 403 0 0 0 1265 0 0 0 25 0 1 0 242920958 3137536 387 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/18315/statm: 766 387 76 170 0 594 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 8424

[startup+25.5023 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18315
/proc/meminfo: memFree=1115248/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0.01
/proc/18311/stat : 18311 (run.sh) S 18309 18311 18084 0 -1 4194304 343 323 0 0 0 0 1 0 16 0 1 0 242920956 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18311/statm: 1340 241 197 169 0 51 0
[pid=18315] ppid=18311 vsize=3324 CPUtime=25.45
/proc/18315/stat : 18315 (minisat) R 18311 18311 18084 0 -1 4194304 495 0 0 0 2545 0 0 0 25 0 1 0 242920958 3403776 479 1992294400 134512640 135212939 4294956240 18446744073709551615 134537228 0 0 4096 3 0 0 0 17 0 0 0
/proc/18315/statm: 831 479 76 170 0 659 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 8684

[startup+51.1028 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18315
/proc/meminfo: memFree=1114864/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0.01
/proc/18311/stat : 18311 (run.sh) S 18309 18311 18084 0 -1 4194304 343 323 0 0 0 0 1 0 16 0 1 0 242920956 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18311/statm: 1340 241 197 169 0 51 0
[pid=18315] ppid=18311 vsize=3700 CPUtime=51.03
/proc/18315/stat : 18315 (minisat) R 18311 18311 18084 0 -1 4194304 589 0 0 0 5103 0 0 0 25 0 1 0 242920958 3788800 573 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/18315/statm: 925 573 76 170 0 753 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 9060

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18315
/proc/meminfo: memFree=1114160/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0.01
/proc/18311/stat : 18311 (run.sh) S 18309 18311 18084 0 -1 4194304 343 323 0 0 0 0 1 0 16 0 1 0 242920956 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18311/statm: 1340 241 197 169 0 51 0
[pid=18315] ppid=18311 vsize=4344 CPUtime=102.21
/proc/18315/stat : 18315 (minisat) R 18311 18311 18084 0 -1 4194304 731 0 0 0 10221 0 0 0 25 0 1 0 242920958 4448256 715 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/18315/statm: 1086 715 76 170 0 914 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 9704

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18315
/proc/meminfo: memFree=1113648/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0.01
/proc/18311/stat : 18311 (run.sh) S 18309 18311 18084 0 -1 4194304 343 323 0 0 0 0 1 0 16 0 1 0 242920956 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18311/statm: 1340 241 197 169 0 51 0
[pid=18315] ppid=18311 vsize=4880 CPUtime=162.17
/proc/18315/stat : 18315 (minisat) R 18311 18311 18084 0 -1 4194304 863 0 0 0 16217 0 0 0 25 0 1 0 242920958 4997120 847 1992294400 134512640 135212939 4294956240 18446744073709551615 134526726 0 0 4096 3 0 0 0 17 0 0 0
/proc/18315/statm: 1220 847 76 170 0 1048 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 10240

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18315
/proc/meminfo: memFree=1113392/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0.01
/proc/18311/stat : 18311 (run.sh) S 18309 18311 18084 0 -1 4194304 343 323 0 0 0 0 1 0 16 0 1 0 242920956 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18311/statm: 1340 241 197 169 0 51 0
[pid=18315] ppid=18311 vsize=5004 CPUtime=222.14
/proc/18315/stat : 18315 (minisat) R 18311 18311 18084 0 -1 4194304 915 0 0 0 22214 0 0 0 25 0 1 0 242920958 5124096 899 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/18315/statm: 1251 899 76 170 0 1079 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 10364

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18315
/proc/meminfo: memFree=1113200/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0.01
/proc/18311/stat : 18311 (run.sh) S 18309 18311 18084 0 -1 4194304 343 323 0 0 0 0 1 0 16 0 1 0 242920956 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18311/statm: 1340 241 197 169 0 51 0
[pid=18315] ppid=18311 vsize=5240 CPUtime=282.1
/proc/18315/stat : 18315 (minisat) R 18311 18311 18084 0 -1 4194304 964 0 0 0 28210 0 0 0 25 0 1 0 242920958 5365760 948 1992294400 134512640 135212939 4294956240 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/18315/statm: 1310 948 76 170 0 1138 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 10600

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18315
/proc/meminfo: memFree=1112944/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0.01
/proc/18311/stat : 18311 (run.sh) S 18309 18311 18084 0 -1 4194304 343 323 0 0 0 0 1 0 16 0 1 0 242920956 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18311/statm: 1340 241 197 169 0 51 0
[pid=18315] ppid=18311 vsize=5496 CPUtime=342.07
/proc/18315/stat : 18315 (minisat) R 18311 18311 18084 0 -1 4194304 1014 0 0 0 34207 0 0 0 25 0 1 0 242920958 5627904 998 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/18315/statm: 1374 998 76 170 0 1202 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 10856

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18315
/proc/meminfo: memFree=1112752/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0.01
/proc/18311/stat : 18311 (run.sh) S 18309 18311 18084 0 -1 4194304 343 323 0 0 0 0 1 0 16 0 1 0 242920956 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18311/statm: 1340 241 197 169 0 51 0
[pid=18315] ppid=18311 vsize=5740 CPUtime=402.03
/proc/18315/stat : 18315 (minisat) R 18311 18311 18084 0 -1 4194304 1071 0 0 0 40203 0 0 0 25 0 1 0 242920958 5877760 1055 1992294400 134512640 135212939 4294956240 18446744073709551615 134536541 0 0 4096 3 0 0 0 17 0 0 0
/proc/18315/statm: 1435 1055 76 170 0 1263 0
Current children cumulated CPU time (s) 402.04

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

[pid=18315] ppid=18311 vsize=5740 CPUtime=461.96
/proc/18315/stat : 18315 (minisat) R 18311 18311 18084 0 -1 4194304 1092 0 0 0 46196 0 0 0 25 0 1 0 242920958 5877760 1076 1992294400 134512640 135212939 4294956240 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/18315/statm: 1435 1076 76 170 0 1263 0
Current children cumulated CPU time (s) 461.97
Current children cumulated vsize (KiB) 11100

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18315
/proc/meminfo: memFree=1112304/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0.01
/proc/18311/stat : 18311 (run.sh) S 18309 18311 18084 0 -1 4194304 343 323 0 0 0 0 1 0 16 0 1 0 242920956 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18311/statm: 1340 241 197 169 0 51 0
[pid=18315] ppid=18311 vsize=6140 CPUtime=521.93
/proc/18315/stat : 18315 (minisat) R 18311 18311 18084 0 -1 4194304 1171 0 0 0 52193 0 0 0 25 0 1 0 242920958 6287360 1155 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/18315/statm: 1535 1155 76 170 0 1363 0
Current children cumulated CPU time (s) 521.94
Current children cumulated vsize (KiB) 11500

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18315
/proc/meminfo: memFree=1112112/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0.01
/proc/18311/stat : 18311 (run.sh) S 18309 18311 18084 0 -1 4194304 343 323 0 0 0 0 1 0 16 0 1 0 242920956 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18311/statm: 1340 241 197 169 0 51 0
[pid=18315] ppid=18311 vsize=6240 CPUtime=581.91
/proc/18315/stat : 18315 (minisat) R 18311 18311 18084 0 -1 4194304 1215 0 0 0 58191 0 0 0 25 0 1 0 242920958 6389760 1199 1992294400 134512640 135212939 4294956240 18446744073709551615 134527040 0 0 4096 3 0 0 0 17 0 0 0
/proc/18315/statm: 1560 1199 76 170 0 1388 0
Current children cumulated CPU time (s) 581.92
Current children cumulated vsize (KiB) 11600

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18315
/proc/meminfo: memFree=1112048/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0.01
/proc/18311/stat : 18311 (run.sh) S 18309 18311 18084 0 -1 4194304 343 323 0 0 0 0 1 0 16 0 1 0 242920956 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18311/statm: 1340 241 197 169 0 51 0
[pid=18315] ppid=18311 vsize=6240 CPUtime=641.87
/proc/18315/stat : 18315 (minisat) R 18311 18311 18084 0 -1 4194304 1216 0 0 0 64186 1 0 0 25 0 1 0 242920958 6389760 1200 1992294400 134512640 135212939 4294956240 18446744073709551615 134537698 0 0 4096 3 0 0 0 17 0 0 0
/proc/18315/statm: 1560 1200 76 170 0 1388 0
Current children cumulated CPU time (s) 641.88
Current children cumulated vsize (KiB) 11600

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18315
/proc/meminfo: memFree=1111984/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0.01
/proc/18311/stat : 18311 (run.sh) S 18309 18311 18084 0 -1 4194304 343 323 0 0 0 0 1 0 16 0 1 0 242920956 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18311/statm: 1340 241 197 169 0 51 0
[pid=18315] ppid=18311 vsize=6356 CPUtime=701.84
/proc/18315/stat : 18315 (minisat) R 18311 18311 18084 0 -1 4194304 1238 0 0 0 70183 1 0 0 25 0 1 0 242920958 6508544 1222 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/18315/statm: 1589 1222 76 170 0 1417 0
Current children cumulated CPU time (s) 701.85
Current children cumulated vsize (KiB) 11716

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18315
/proc/meminfo: memFree=1111728/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0.01
/proc/18311/stat : 18311 (run.sh) S 18309 18311 18084 0 -1 4194304 343 323 0 0 0 0 1 0 16 0 1 0 242920956 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18311/statm: 1340 241 197 169 0 51 0
[pid=18315] ppid=18311 vsize=6488 CPUtime=761.81
/proc/18315/stat : 18315 (minisat) R 18311 18311 18084 0 -1 4194304 1289 0 0 0 76180 1 0 0 25 0 1 0 242920958 6643712 1273 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/18315/statm: 1622 1273 76 170 0 1450 0
Current children cumulated CPU time (s) 761.82
Current children cumulated vsize (KiB) 11848

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18315
/proc/meminfo: memFree=1111536/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0.01
/proc/18311/stat : 18311 (run.sh) S 18309 18311 18084 0 -1 4194304 343 323 0 0 0 0 1 0 16 0 1 0 242920956 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18311/statm: 1340 241 197 169 0 51 0
[pid=18315] ppid=18311 vsize=6744 CPUtime=821.77
/proc/18315/stat : 18315 (minisat) R 18311 18311 18084 0 -1 4194304 1348 0 0 0 82176 1 0 0 25 0 1 0 242920958 6905856 1332 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/18315/statm: 1686 1332 76 170 0 1514 0
Current children cumulated CPU time (s) 821.78
Current children cumulated vsize (KiB) 12104

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18315
/proc/meminfo: memFree=1111408/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0.01
/proc/18311/stat : 18311 (run.sh) S 18309 18311 18084 0 -1 4194304 343 323 0 0 0 0 1 0 16 0 1 0 242920956 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18311/statm: 1340 241 197 169 0 51 0
[pid=18315] ppid=18311 vsize=6876 CPUtime=881.74
/proc/18315/stat : 18315 (minisat) R 18311 18311 18084 0 -1 4194304 1378 0 0 0 88173 1 0 0 25 0 1 0 242920958 7041024 1362 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/18315/statm: 1719 1362 76 170 0 1547 0
Current children cumulated CPU time (s) 881.75
Current children cumulated vsize (KiB) 12236

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18315
/proc/meminfo: memFree=1111344/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0.01
/proc/18311/stat : 18311 (run.sh) S 18309 18311 18084 0 -1 4194304 343 323 0 0 0 0 1 0 16 0 1 0 242920956 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18311/statm: 1340 241 197 169 0 51 0
[pid=18315] ppid=18311 vsize=7000 CPUtime=941.7
/proc/18315/stat : 18315 (minisat) R 18311 18311 18084 0 -1 4194304 1401 0 0 0 94169 1 0 0 25 0 1 0 242920958 7168000 1385 1992294400 134512640 135212939 4294956240 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/18315/statm: 1750 1385 76 170 0 1578 0
Current children cumulated CPU time (s) 941.71
Current children cumulated vsize (KiB) 12360

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18315
/proc/meminfo: memFree=1111280/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0.01
/proc/18311/stat : 18311 (run.sh) S 18309 18311 18084 0 -1 4194304 343 323 0 0 0 0 1 0 16 0 1 0 242920956 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18311/statm: 1340 241 197 169 0 51 0
[pid=18315] ppid=18311 vsize=7060 CPUtime=1001.66
/proc/18315/stat : 18315 (minisat) R 18311 18311 18084 0 -1 4194304 1419 0 0 0 100165 1 0 0 25 0 1 0 242920958 7229440 1403 1992294400 134512640 135212939 4294956240 18446744073709551615 134526636 0 0 4096 3 0 0 0 17 0 0 0
/proc/18315/statm: 1765 1403 76 170 0 1593 0
Current children cumulated CPU time (s) 1001.67
Current children cumulated vsize (KiB) 12420

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18315
/proc/meminfo: memFree=1111152/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0.01
/proc/18311/stat : 18311 (run.sh) S 18309 18311 18084 0 -1 4194304 343 323 0 0 0 0 1 0 16 0 1 0 242920956 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18311/statm: 1340 241 197 169 0 51 0
[pid=18315] ppid=18311 vsize=7248 CPUtime=1061.63
/proc/18315/stat : 18315 (minisat) R 18311 18311 18084 0 -1 4194304 1453 0 0 0 106162 1 0 0 25 0 1 0 242920958 7421952 1437 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/18315/statm: 1812 1437 76 170 0 1640 0
Current children cumulated CPU time (s) 1061.64
Current children cumulated vsize (KiB) 12608

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18315
/proc/meminfo: memFree=1110960/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0.01
/proc/18311/stat : 18311 (run.sh) S 18309 18311 18084 0 -1 4194304 343 323 0 0 0 0 1 0 16 0 1 0 242920956 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18311/statm: 1340 241 197 169 0 51 0
[pid=18315] ppid=18311 vsize=7344 CPUtime=1121.61
/proc/18315/stat : 18315 (minisat) R 18311 18311 18084 0 -1 4194304 1493 0 0 0 112160 1 0 0 25 0 1 0 242920958 7520256 1477 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/18315/statm: 1836 1477 76 170 0 1664 0
Current children cumulated CPU time (s) 1121.62
Current children cumulated vsize (KiB) 12704

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18315
/proc/meminfo: memFree=1110960/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0.01
/proc/18311/stat : 18311 (run.sh) S 18309 18311 18084 0 -1 4194304 343 323 0 0 0 0 1 0 16 0 1 0 242920956 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18311/statm: 1340 241 197 169 0 51 0
[pid=18315] ppid=18311 vsize=7344 CPUtime=1181.57
/proc/18315/stat : 18315 (minisat) R 18311 18311 18084 0 -1 4194304 1493 0 0 0 118156 1 0 0 25 0 1 0 242920958 7520256 1477 1992294400 134512640 135212939 4294956240 18446744073709551615 134526739 0 0 4096 3 0 0 0 17 0 0 0
/proc/18315/statm: 1836 1477 76 170 0 1664 0
Current children cumulated CPU time (s) 1181.58
Current children cumulated vsize (KiB) 12704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18315
/proc/meminfo: memFree=1110960/2055920 swapFree=4177300/4192956
[pid=18311] ppid=18309 vsize=5360 CPUtime=0.01
/proc/18311/stat : 18311 (run.sh) S 18309 18311 18084 0 -1 4194304 343 323 0 0 0 0 1 0 16 0 1 0 242920956 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18311/statm: 1340 241 197 169 0 51 0
[pid=18315] ppid=18311 vsize=7344 CPUtime=1200.06
/proc/18315/stat : 18315 (minisat) R 18311 18311 18084 0 -1 4194304 1494 0 0 0 120005 1 0 0 25 0 1 0 242920958 7520256 1478 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/18315/statm: 1836 1478 76 170 0 1664 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 12704

Sending SIGTERM to process tree (bottom up)

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

Child status: 143
Real time (s): 1200.81
CPU time (s): 1200.1
CPU user time (s): 1200.08
CPU system time (s): 0.023996
CPU usage (%): 99.9411
Max. virtual memory (cumulated for all children) (KiB): 12740

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

runsolver used 0.942856 second user time and 3.43748 second system time

The end

Launcher Data

Begin job on node10 at 2009-05-12 19:21:13
IDJOB=1806413
IDBENCH=24732
IDSOLVER=648
FILE ID=node10/1806413-1242148873
PBS_JOBID= 9289711
Free space on /tmp= 66364 MiB

SOLVER NAME= ReVivAl 0.23 + SatElite 2009-03-18
BENCH NAME= SAT07/crafted/Difficult/contest05/others/pmg-13-UNSAT.sat05-3941.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806413-1242148873/watcher-1806413-1242148873 -o /tmp/evaluation-result-1806413-1242148873/solver-1806413-1242148873 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806413-1242148873.cnf HOME

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

MD5SUM BENCH= 9ce7a6a007310fa075cda4060c50d29c
RANDOM SEED=870866994

node10.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.263
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.263
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:       1117920 kB
Buffers:         36672 kB
Cached:         838236 kB
SwapCached:       9500 kB
Active:          41744 kB
Inactive:       844012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1117920 kB
SwapTotal:     4192956 kB
SwapFree:      4177300 kB
Dirty:            1424 kB
Writeback:           0 kB
Mapped:          14092 kB
Slab:            38356 kB
Committed_AS:   900856 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66360 MiB
End job on node10 at 2009-05-12 19:41:14