Trace number 1834262

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
MiniSAT 09z 2009-03-22? (TO) 1200.04 1200.41

General information on the benchmark

NameCRAFTED/parity-games/
instance_n9_i9_pp_ci_ce.cnf
MD5SUM17405d60322fbbfc84267e396be14b66
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark145.595
Satisfiable
(Un)Satisfiability was proved
Number of variables33867
Number of clauses457280
Sum of the clauses size1516932
Maximum clause length72
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 272774
Number of clauses of size 3228663
Number of clauses of size 4122769
Number of clauses of size 525920
Number of clauses of size over 57154

Solver Data

0.00/0.00	c Parsing...
0.00/0.36	c ==============================================================================
0.00/0.36	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.36	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.36	c ==============================================================================
0.00/0.36	c |         0 |  457280  1516932 |  137183       0        0     nan |  0.000 % |
1.19/1.28	c |         0 |  430817  1454479 |      --       0       --      -- |     --   | -26463/-62453
1.19/1.28	c ==============================================================================
1.19/1.28	c Result  :   #vars: 23801   #clauses: 430817   #literals: 1454479
1.19/1.28	c CPU time:   1.20282 s
1.19/1.28	c ==============================================================================
1.68/1.75	c WARNING: for repeatability, setting FPU to use double precision
1.68/1.75	c Number of variables   : 23801        
1.68/1.75	c Number of clauses     : 430817       
1.74/2.00	c Parsing time: 0.22         s

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-1834262-1242829229/watcher-1834262-1242829229 -o /tmp/evaluation-result-1834262-1242829229/solver-1834262-1242829229 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1834262-1242829229.cnf -random-seed=1673706379 

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.98 0.99 3/64 11102
/proc/meminfo: memFree=1792312/2055920 swapFree=4180484/4192956
[pid=11102] ppid=11100 vsize=5356 CPUtime=0
/proc/11102/stat : 11102 (SatELiteGTI) S 11100 11102 10851 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310956496 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11102/statm: 1339 237 197 169 0 50 0

[startup+0.1035 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 11102
/proc/meminfo: memFree=1792312/2055920 swapFree=4180484/4192956
[pid=11102] ppid=11100 vsize=5356 CPUtime=0
/proc/11102/stat : 11102 (SatELiteGTI) S 11100 11102 10851 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310956496 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11102/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.201509 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 11102
/proc/meminfo: memFree=1792312/2055920 swapFree=4180484/4192956
[pid=11102] ppid=11100 vsize=5356 CPUtime=0
/proc/11102/stat : 11102 (SatELiteGTI) S 11100 11102 10851 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310956496 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11102/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301518 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 11102
/proc/meminfo: memFree=1792312/2055920 swapFree=4180484/4192956
[pid=11102] ppid=11100 vsize=5356 CPUtime=0
/proc/11102/stat : 11102 (SatELiteGTI) S 11100 11102 10851 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310956496 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11102/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.70156 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 11102
/proc/meminfo: memFree=1792312/2055920 swapFree=4180484/4192956
[pid=11102] ppid=11100 vsize=5356 CPUtime=0
/proc/11102/stat : 11102 (SatELiteGTI) S 11100 11102 10851 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310956496 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11102/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50164 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11107
/proc/meminfo: memFree=1748648/2055920 swapFree=4180484/4192956
[pid=11102] ppid=11100 vsize=5356 CPUtime=0
/proc/11102/stat : 11102 (SatELiteGTI) S 11100 11102 10851 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 310956496 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11102/statm: 1339 237 197 169 0 50 0
[pid=11106] ppid=11102 vsize=48540 CPUtime=1.49
/proc/11106/stat : 11106 (SatELite_releas) R 11102 11102 10851 0 -1 4194304 12779 0 0 0 141 8 0 0 25 0 1 0 310956497 49704960 10687 1992294400 134512640 135223648 4294956128 18446744073709551615 134737406 0 0 4096 3 0 0 0 17 1 0 0
/proc/11106/statm: 12135 10687 76 173 0 11960 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53896

[startup+3.10181 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11108
/proc/meminfo: memFree=1759592/2055920 swapFree=4180484/4192956
[pid=11102] ppid=11100 vsize=5356 CPUtime=1.74
/proc/11102/stat : 11102 (SatELiteGTI) S 11100 11102 10851 0 -1 4194304 335 13031 0 0 0 0 163 11 16 0 1 0 310956496 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11102/statm: 1339 239 197 169 0 50 0
[pid=11108] ppid=11102 vsize=23160 CPUtime=1.33
/proc/11108/stat : 11108 (minisat_static) R 11102 11102 10851 0 -1 4194304 5588 0 0 0 130 3 0 0 25 0 1 0 310956672 23715840 5574 1992294400 134512640 135212243 4294956240 18446744073709551615 134526211 0 0 4096 3 0 0 0 17 1 0 0
/proc/11108/statm: 5790 5574 75 170 0 5617 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 28516

[startup+6.30214 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11108
/proc/meminfo: memFree=1757416/2055920 swapFree=4180484/4192956
[pid=11102] ppid=11100 vsize=5356 CPUtime=1.74
/proc/11102/stat : 11102 (SatELiteGTI) S 11100 11102 10851 0 -1 4194304 335 13031 0 0 0 0 163 11 16 0 1 0 310956496 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11102/statm: 1339 239 197 169 0 50 0
[pid=11108] ppid=11102 vsize=25064 CPUtime=4.54
/proc/11108/stat : 11108 (minisat_static) R 11102 11102 10851 0 -1 4194304 6080 0 0 0 450 4 0 0 25 0 1 0 310956672 25665536 6066 1992294400 134512640 135212243 4294956240 18446744073709551615 134718742 0 0 4096 3 0 0 0 17 1 0 0
/proc/11108/statm: 6266 6066 75 170 0 6093 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 30420

[startup+12.7018 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11108
/proc/meminfo: memFree=1756136/2055920 swapFree=4180484/4192956
[pid=11102] ppid=11100 vsize=5356 CPUtime=1.74
/proc/11102/stat : 11102 (SatELiteGTI) S 11100 11102 10851 0 -1 4194304 335 13031 0 0 0 0 163 11 16 0 1 0 310956496 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11102/statm: 1339 239 197 169 0 50 0
[pid=11108] ppid=11102 vsize=26152 CPUtime=10.93
/proc/11108/stat : 11108 (minisat_static) R 11102 11102 10851 0 -1 4194304 6324 0 0 0 1089 4 0 0 25 0 1 0 310956672 26779648 6310 1992294400 134512640 135212243 4294956240 18446744073709551615 134526019 0 0 4096 3 0 0 0 17 1 0 0
/proc/11108/statm: 6538 6310 75 170 0 6365 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 31508

[startup+25.5011 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11108
/proc/meminfo: memFree=1754664/2055920 swapFree=4180484/4192956
[pid=11102] ppid=11100 vsize=5356 CPUtime=1.74
/proc/11102/stat : 11102 (SatELiteGTI) S 11100 11102 10851 0 -1 4194304 335 13031 0 0 0 0 163 11 16 0 1 0 310956496 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11102/statm: 1339 239 197 169 0 50 0
[pid=11108] ppid=11102 vsize=27604 CPUtime=23.73
/proc/11108/stat : 11108 (minisat_static) R 11102 11102 10851 0 -1 4194304 6709 0 0 0 2368 5 0 0 25 0 1 0 310956672 28266496 6695 1992294400 134512640 135212243 4294956240 18446744073709551615 134525957 0 0 4096 3 0 0 0 17 1 0 0
/proc/11108/statm: 6901 6695 75 170 0 6728 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 32960

[startup+51.1018 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11108
/proc/meminfo: memFree=1752680/2055920 swapFree=4180484/4192956
[pid=11102] ppid=11100 vsize=5356 CPUtime=1.74
/proc/11102/stat : 11102 (SatELiteGTI) S 11100 11102 10851 0 -1 4194304 335 13031 0 0 0 0 163 11 16 0 1 0 310956496 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11102/statm: 1339 239 197 169 0 50 0
[pid=11108] ppid=11102 vsize=29748 CPUtime=49.32
/proc/11108/stat : 11108 (minisat_static) R 11102 11102 10851 0 -1 4194304 7240 0 0 0 4927 5 0 0 25 0 1 0 310956672 30461952 7226 1992294400 134512640 135212243 4294956240 18446744073709551615 134526211 0 0 4096 3 0 0 0 17 1 0 0
/proc/11108/statm: 7437 7226 75 170 0 7264 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 35104

[startup+102.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11108
/proc/meminfo: memFree=1748200/2055920 swapFree=4180484/4192956
[pid=11102] ppid=11100 vsize=5356 CPUtime=1.74
/proc/11102/stat : 11102 (SatELiteGTI) S 11100 11102 10851 0 -1 4194304 335 13031 0 0 0 0 163 11 16 0 1 0 310956496 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11102/statm: 1339 239 197 169 0 50 0
[pid=11108] ppid=11102 vsize=34184 CPUtime=100.51
/proc/11108/stat : 11108 (minisat_static) R 11102 11102 10851 0 -1 4194304 8346 0 0 0 10045 6 0 0 25 0 1 0 310956672 35004416 8332 1992294400 134512640 135212243 4294956240 18446744073709551615 134526019 0 0 4096 3 0 0 0 17 1 0 0
/proc/11108/statm: 8546 8332 75 170 0 8373 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 39540

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11108
/proc/meminfo: memFree=1745960/2055920 swapFree=4180484/4192956
[pid=11102] ppid=11100 vsize=5356 CPUtime=1.74
/proc/11102/stat : 11102 (SatELiteGTI) S 11100 11102 10851 0 -1 4194304 335 13031 0 0 0 0 163 11 16 0 1 0 310956496 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11102/statm: 1339 239 197 169 0 50 0
[pid=11108] ppid=11102 vsize=36548 CPUtime=160.49
/proc/11108/stat : 11108 (minisat_static) R 11102 11102 10851 0 -1 4194304 8904 0 0 0 16042 7 0 0 25 0 1 0 310956672 37425152 8890 1992294400 134512640 135212243 4294956240 18446744073709551615 134538963 0 0 4096 3 0 0 0 17 1 0 0
/proc/11108/statm: 9137 8890 75 170 0 8964 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 41904

[startup+222.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11108
/proc/meminfo: memFree=1743336/2055920 swapFree=4180484/4192956
[pid=11102] ppid=11100 vsize=5356 CPUtime=1.74
/proc/11102/stat : 11102 (SatELiteGTI) S 11100 11102 10851 0 -1 4194304 335 13031 0 0 0 0 163 11 16 0 1 0 310956496 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11102/statm: 1339 239 197 169 0 50 0
[pid=11108] ppid=11102 vsize=39056 CPUtime=220.48
/proc/11108/stat : 11108 (minisat_static) R 11102 11102 10851 0 -1 4194304 9551 0 0 0 22040 8 0 0 25 0 1 0 310956672 39993344 9537 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/11108/statm: 9764 9537 75 170 0 9591 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 44412

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11108
/proc/meminfo: memFree=1736616/2055920 swapFree=4180484/4192956
[pid=11102] ppid=11100 vsize=5356 CPUtime=1.74
/proc/11102/stat : 11102 (SatELiteGTI) S 11100 11102 10851 0 -1 4194304 335 13031 0 0 0 0 163 11 16 0 1 0 310956496 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11102/statm: 1339 239 197 169 0 50 0
[pid=11108] ppid=11102 vsize=45848 CPUtime=280.45
/proc/11108/stat : 11108 (minisat_static) R 11102 11102 10851 0 -1 4194304 11230 0 0 0 28036 9 0 0 25 0 1 0 310956672 46948352 11216 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11108/statm: 11462 11216 75 170 0 11289 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 51204

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11108
/proc/meminfo: memFree=1734760/2055920 swapFree=4180484/4192956
[pid=11102] ppid=11100 vsize=5356 CPUtime=1.74
/proc/11102/stat : 11102 (SatELiteGTI) S 11100 11102 10851 0 -1 4194304 335 13031 0 0 0 0 163 11 16 0 1 0 310956496 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11102/statm: 1339 239 197 169 0 50 0
[pid=11108] ppid=11102 vsize=47564 CPUtime=340.44
/proc/11108/stat : 11108 (minisat_static) R 11102 11102 10851 0 -1 4194304 11673 0 0 0 34034 10 0 0 25 0 1 0 310956672 48705536 11659 1992294400 134512640 135212243 4294956240 18446744073709551615 134526019 0 0 4096 3 0 0 0 17 1 0 0
/proc/11108/statm: 11891 11659 75 170 0 11718 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 52920

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11108
/proc/meminfo: memFree=1731112/2055920 swapFree=4180484/4192956
[pid=11102] ppid=11100 vsize=5356 CPUtime=1.74
/proc/11102/stat : 11102 (SatELiteGTI) S 11100 11102 10851 0 -1 4194304 335 13031 0 0 0 0 163 11 16 0 1 0 310956496 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11102/statm: 1339 239 197 169 0 50 0
[pid=11108] ppid=11102 vsize=51128 CPUtime=400.42
/proc/11108/stat : 11108 (minisat_static) R 11102 11102 10851 0 -1 4194304 12586 0 0 0 40031 11 0 0 25 0 1 0 310956672 52355072 12572 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11108/statm: 12782 12572 75 170 0 12609 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 56484

[startup+462.301 s]

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

/proc/11108/statm: 14928 14681 75 170 0 14755 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 65068

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11108
/proc/meminfo: memFree=1721512/2055920 swapFree=4180484/4192956
[pid=11102] ppid=11100 vsize=5356 CPUtime=1.74
/proc/11102/stat : 11102 (SatELiteGTI) S 11100 11102 10851 0 -1 4194304 335 13031 0 0 0 0 163 11 16 0 1 0 310956496 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11102/statm: 1339 239 197 169 0 50 0
[pid=11108] ppid=11102 vsize=60768 CPUtime=640.36
/proc/11108/stat : 11108 (minisat_static) R 11102 11102 10851 0 -1 4194304 14960 0 0 0 64021 15 0 0 25 0 1 0 310956672 62226432 14946 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11108/statm: 15192 14946 75 170 0 15019 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 66124

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11108
/proc/meminfo: memFree=1714472/2055920 swapFree=4180484/4192956
[pid=11102] ppid=11100 vsize=5356 CPUtime=1.74
/proc/11102/stat : 11102 (SatELiteGTI) S 11100 11102 10851 0 -1 4194304 335 13031 0 0 0 0 163 11 16 0 1 0 310956496 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11102/statm: 1339 239 197 169 0 50 0
[pid=11108] ppid=11102 vsize=67768 CPUtime=700.34
/proc/11108/stat : 11108 (minisat_static) R 11102 11102 10851 0 -1 4194304 16705 0 0 0 70017 17 0 0 25 0 1 0 310956672 69394432 16691 1992294400 134512640 135212243 4294956240 18446744073709551615 134526257 0 0 4096 3 0 0 0 17 1 0 0
/proc/11108/statm: 16942 16691 75 170 0 16769 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 73124

[startup+762.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11108
/proc/meminfo: memFree=1714408/2055920 swapFree=4180484/4192956
[pid=11102] ppid=11100 vsize=5356 CPUtime=1.74
/proc/11102/stat : 11102 (SatELiteGTI) S 11100 11102 10851 0 -1 4194304 335 13031 0 0 0 0 163 11 16 0 1 0 310956496 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11102/statm: 1339 239 197 169 0 50 0
[pid=11108] ppid=11102 vsize=67768 CPUtime=760.32
/proc/11108/stat : 11108 (minisat_static) R 11102 11102 10851 0 -1 4194304 16713 0 0 0 76015 17 0 0 25 0 1 0 310956672 69394432 16699 1992294400 134512640 135212243 4294956240 18446744073709551615 134528001 0 0 4096 3 0 0 0 17 1 0 0
/proc/11108/statm: 16942 16699 75 170 0 16769 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 73124

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11108
/proc/meminfo: memFree=1708392/2055920 swapFree=4180484/4192956
[pid=11102] ppid=11100 vsize=5356 CPUtime=1.74
/proc/11102/stat : 11102 (SatELiteGTI) S 11100 11102 10851 0 -1 4194304 335 13031 0 0 0 0 163 11 16 0 1 0 310956496 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11102/statm: 1339 239 197 169 0 50 0
[pid=11108] ppid=11102 vsize=73860 CPUtime=820.3
/proc/11108/stat : 11108 (minisat_static) R 11102 11102 10851 0 -1 4194304 18249 0 0 0 82011 19 0 0 25 0 1 0 310956672 75632640 18235 1992294400 134512640 135212243 4294956240 18446744073709551615 134526078 0 0 4096 3 0 0 0 17 1 0 0
/proc/11108/statm: 18465 18235 75 170 0 18292 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 79216

[startup+882.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11108
/proc/meminfo: memFree=1706024/2055920 swapFree=4180484/4192956
[pid=11102] ppid=11100 vsize=5356 CPUtime=1.74
/proc/11102/stat : 11102 (SatELiteGTI) S 11100 11102 10851 0 -1 4194304 335 13031 0 0 0 0 163 11 16 0 1 0 310956496 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11102/statm: 1339 239 197 169 0 50 0
[pid=11108] ppid=11102 vsize=75972 CPUtime=880.3
/proc/11108/stat : 11108 (minisat_static) R 11102 11102 10851 0 -1 4194304 18793 0 0 0 88009 21 0 0 25 0 1 0 310956672 77795328 18779 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11108/statm: 18993 18779 75 170 0 18820 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 81328

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11108
/proc/meminfo: memFree=1706024/2055920 swapFree=4180484/4192956
[pid=11102] ppid=11100 vsize=5356 CPUtime=1.74
/proc/11102/stat : 11102 (SatELiteGTI) S 11100 11102 10851 0 -1 4194304 335 13031 0 0 0 0 163 11 16 0 1 0 310956496 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11102/statm: 1339 239 197 169 0 50 0
[pid=11108] ppid=11102 vsize=75972 CPUtime=940.27
/proc/11108/stat : 11108 (minisat_static) R 11102 11102 10851 0 -1 4194304 18793 0 0 0 94006 21 0 0 25 0 1 0 310956672 77795328 18779 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11108/statm: 18993 18779 75 170 0 18820 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 81328

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11108
/proc/meminfo: memFree=1704040/2055920 swapFree=4180484/4192956
[pid=11102] ppid=11100 vsize=5356 CPUtime=1.74
/proc/11102/stat : 11102 (SatELiteGTI) S 11100 11102 10851 0 -1 4194304 335 13031 0 0 0 0 163 11 16 0 1 0 310956496 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11102/statm: 1339 239 197 169 0 50 0
[pid=11108] ppid=11102 vsize=78224 CPUtime=1000.25
/proc/11108/stat : 11108 (minisat_static) R 11102 11102 10851 0 -1 4194304 19274 0 0 0 100004 21 0 0 25 0 1 0 310956672 80101376 19260 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11108/statm: 19556 19260 75 170 0 19383 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 83580

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11108
/proc/meminfo: memFree=1703976/2055920 swapFree=4180484/4192956
[pid=11102] ppid=11100 vsize=5356 CPUtime=1.74
/proc/11102/stat : 11102 (SatELiteGTI) S 11100 11102 10851 0 -1 4194304 335 13031 0 0 0 0 163 11 16 0 1 0 310956496 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11102/statm: 1339 239 197 169 0 50 0
[pid=11108] ppid=11102 vsize=78224 CPUtime=1060.23
/proc/11108/stat : 11108 (minisat_static) R 11102 11102 10851 0 -1 4194304 19274 0 0 0 106002 21 0 0 25 0 1 0 310956672 80101376 19260 1992294400 134512640 135212243 4294956240 18446744073709551615 134526086 0 0 4096 3 0 0 0 17 1 0 0
/proc/11108/statm: 19556 19260 75 170 0 19383 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 83580

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11108
/proc/meminfo: memFree=1696872/2055920 swapFree=4180484/4192956
[pid=11102] ppid=11100 vsize=5356 CPUtime=1.74
/proc/11102/stat : 11102 (SatELiteGTI) S 11100 11102 10851 0 -1 4194304 335 13031 0 0 0 0 163 11 16 0 1 0 310956496 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11102/statm: 1339 239 197 169 0 50 0
[pid=11108] ppid=11102 vsize=85256 CPUtime=1120.22
/proc/11108/stat : 11108 (minisat_static) R 11102 11102 10851 0 -1 4194304 21055 0 0 0 111999 23 0 0 25 0 1 0 310956672 87302144 21041 1992294400 134512640 135212243 4294956240 18446744073709551615 134526245 0 0 4096 3 0 0 0 17 1 0 0
/proc/11108/statm: 21314 21041 75 170 0 21141 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 90612

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11108
/proc/meminfo: memFree=1694952/2055920 swapFree=4180484/4192956
[pid=11102] ppid=11100 vsize=5356 CPUtime=1.74
/proc/11102/stat : 11102 (SatELiteGTI) S 11100 11102 10851 0 -1 4194304 335 13031 0 0 0 0 163 11 16 0 1 0 310956496 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11102/statm: 1339 239 197 169 0 50 0
[pid=11108] ppid=11102 vsize=87104 CPUtime=1180.2
/proc/11108/stat : 11108 (minisat_static) R 11102 11102 10851 0 -1 4194304 21510 0 0 0 117996 24 0 0 25 0 1 0 310956672 89194496 21496 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11108/statm: 21776 21496 75 170 0 21603 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 92460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11108
/proc/meminfo: memFree=1694952/2055920 swapFree=4180484/4192956
[pid=11102] ppid=11100 vsize=5356 CPUtime=1.74
/proc/11102/stat : 11102 (SatELiteGTI) S 11100 11102 10851 0 -1 4194304 335 13031 0 0 0 0 163 11 16 0 1 0 310956496 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11102/statm: 1339 239 197 169 0 50 0
[pid=11108] ppid=11102 vsize=87104 CPUtime=1198.3
/proc/11108/stat : 11108 (minisat_static) R 11102 11102 10851 0 -1 4194304 21511 0 0 0 119806 24 0 0 25 0 1 0 310956672 89194496 21497 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11108/statm: 21776 21497 75 170 0 21603 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 92460

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

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

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 11108
/proc/meminfo: memFree=1694952/2055920 swapFree=4180484/4192956
[pid=11102] ppid=11100 vsize=5356 CPUtime=1.74
/proc/11102/stat : 11102 (SatELiteGTI) S 11100 11102 10851 0 -1 4194304 335 13031 0 0 0 0 163 11 16 0 1 0 310956496 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11102/statm: 1339 239 197 169 0 50 0
[pid=11108] ppid=11102 vsize=87104 CPUtime=1198.3
/proc/11108/stat : 11108 (minisat_static) R 11102 11102 10851 0 -1 4194304 21511 0 0 0 119806 24 0 0 25 0 1 0 310956672 89194496 21497 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/11108/statm: 21776 21497 75 170 0 21603 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 92460

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11102 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=638750
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=115982
# CPU time returned by wait4() is 1.75473
# while last known CPU time is 1200.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.41
CPU time (s): 1200.04
CPU user time (s): 1199.69
CPU system time (s): 0.35
CPU usage (%): 99.9691
Max. virtual memory (cumulated for all children) (KiB): 92460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.63875
system time used= 0.115982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13366
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= 14
involuntary context switches= 9

runsolver used 1.39179 second user time and 2.98055 second system time

The end

Launcher Data

Begin job on node24 at 2009-05-20 16:20:30
IDJOB=1834262
IDBENCH=71797
IDSOLVER=672
FILE ID=node24/1834262-1242829229
PBS_JOBID= 9322546
Free space on /tmp= 66104 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n9_i9_pp_ci_ce.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1834262-1242829229/watcher-1834262-1242829229 -o /tmp/evaluation-result-1834262-1242829229/solver-1834262-1242829229 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1834262-1242829229.cnf -random-seed=1673706379

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

MD5SUM BENCH= 17405d60322fbbfc84267e396be14b66
RANDOM SEED=1673706379

node24.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.232
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.232
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:       1792792 kB
Buffers:         29288 kB
Cached:         183316 kB
SwapCached:       6356 kB
Active:          60688 kB
Inactive:       160420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1792792 kB
SwapTotal:     4192956 kB
SwapFree:      4180484 kB
Dirty:           11740 kB
Writeback:           0 kB
Mapped:          14000 kB
Slab:            27944 kB
Committed_AS:  1049832 kB
PageTables:       1444 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= 66092 MiB
End job on node24 at 2009-05-20 16:40:32