Trace number 1832232

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.02 1200.61

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-equilarge_l1.used-as.sat04-893.sat05-4187.reshuffled-07.cnf
MD5SUM181c4935b6e4cd791aedd030930111fa
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 variables16866
Number of clauses2507999
Sum of the clauses size5028712
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22505923
Number of clauses of size 31
Number of clauses of size 47
Number of clauses of size 59
Number of clauses of size over 52059

Solver Data

0.00/0.06	c Parsing...
2.03/2.15	c ==============================================================================
2.03/2.15	c |           |     ORIGINAL     |              LEARNT              |          |
2.03/2.15	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.03/2.15	c ==============================================================================
2.03/2.15	c |         0 | 2507999  5028712 |  752399       0        0     nan |  0.000 % |
50.49/50.61	c |         0 | 2490066  8503430 |      --       0       --      -- |     --   | -17933/3474718
50.49/50.61	c ==============================================================================
50.49/50.61	c Result  :   #vars: 14776   #clauses: 2490066   #literals: 8503430
50.49/50.61	c CPU time:   50.1364 s
50.49/50.61	c ==============================================================================
53.38/53.51	c WARNING: for repeatability, setting FPU to use double precision
53.38/53.51	c Number of variables   : 14776        
53.38/53.51	c Number of clauses     : 2490066      
55.37/55.53	c Parsing time: 1.82         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-1832232-1242770466/watcher-1832232-1242770466 -o /tmp/evaluation-result-1832232-1242770466/solver-1832232-1242770466 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1832232-1242770466.cnf -random-seed=1490069933 

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.00 0.92 2/64 13582
/proc/meminfo: memFree=1892600/2055924 swapFree=4140884/4192956
[pid=13582] ppid=13580 vsize=5356 CPUtime=0
/proc/13582/stat : 13582 (SatELiteGTI) R 13580 13582 13433 0 -1 4194304 268 0 0 0 0 0 0 0 20 0 1 0 305081508 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268582840991 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13582/statm: 1339 235 195 169 0 50 0

[startup+0.0314481 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 13582
/proc/meminfo: memFree=1892600/2055924 swapFree=4140884/4192956
[pid=13582] ppid=13580 vsize=5356 CPUtime=0
/proc/13582/stat : 13582 (SatELiteGTI) S 13580 13582 13433 0 -1 4194304 310 250 0 0 0 0 0 0 21 0 1 0 305081508 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13582/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.10147 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 13582
/proc/meminfo: memFree=1892600/2055924 swapFree=4140884/4192956
[pid=13582] ppid=13580 vsize=5356 CPUtime=0
/proc/13582/stat : 13582 (SatELiteGTI) S 13580 13582 13433 0 -1 4194304 310 250 0 0 0 0 0 0 21 0 1 0 305081508 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13582/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301506 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 13582
/proc/meminfo: memFree=1892600/2055924 swapFree=4140884/4192956
[pid=13582] ppid=13580 vsize=5356 CPUtime=0
/proc/13582/stat : 13582 (SatELiteGTI) S 13580 13582 13433 0 -1 4194304 310 250 0 0 0 0 0 0 21 0 1 0 305081508 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13582/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701587 s]
/proc/loadavg: 1.00 1.00 0.92 2/64 13582
/proc/meminfo: memFree=1892600/2055924 swapFree=4140884/4192956
[pid=13582] ppid=13580 vsize=5356 CPUtime=0
/proc/13582/stat : 13582 (SatELiteGTI) S 13580 13582 13433 0 -1 4194304 310 250 0 0 0 0 0 0 21 0 1 0 305081508 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13582/statm: 1339 237 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50173 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13587
/proc/meminfo: memFree=1831400/2055924 swapFree=4140884/4192956
[pid=13582] ppid=13580 vsize=5356 CPUtime=0
/proc/13582/stat : 13582 (SatELiteGTI) S 13580 13582 13433 0 -1 4194304 310 250 0 0 0 0 0 0 21 0 1 0 305081508 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13582/statm: 1339 237 197 169 0 50 0
[pid=13587] ppid=13582 vsize=101132 CPUtime=1.43
/proc/13587/stat : 13587 (SatELite_releas) R 13582 13582 13433 0 -1 4194304 22841 0 0 0 128 15 0 0 25 0 1 0 305081509 103559168 22827 1992294400 134512640 135223648 4294956128 18446744073709551615 134719062 0 0 4096 3 0 0 0 17 1 0 0
/proc/13587/statm: 25283 22827 49 173 0 25108 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 106488

[startup+3.10104 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13587
/proc/meminfo: memFree=1774632/2055924 swapFree=4140884/4192956
[pid=13582] ppid=13580 vsize=5356 CPUtime=0
/proc/13582/stat : 13582 (SatELiteGTI) S 13580 13582 13433 0 -1 4194304 310 250 0 0 0 0 0 0 21 0 1 0 305081508 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13582/statm: 1339 237 197 169 0 50 0
[pid=13587] ppid=13582 vsize=155132 CPUtime=3.02
/proc/13587/stat : 13587 (SatELite_releas) R 13582 13582 13433 0 -1 4194304 34241 0 0 0 280 22 0 0 25 0 1 0 305081509 158855168 34227 1992294400 134512640 135223648 4294956128 18446744073709551615 134585640 0 0 4096 3 0 0 0 17 1 0 0
/proc/13587/statm: 38783 34227 76 173 0 38608 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 160488

[startup+6.30167 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13587
/proc/meminfo: memFree=1732520/2055924 swapFree=4140884/4192956
[pid=13582] ppid=13580 vsize=5356 CPUtime=0
/proc/13582/stat : 13582 (SatELiteGTI) S 13580 13582 13433 0 -1 4194304 310 250 0 0 0 0 0 0 21 0 1 0 305081508 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13582/statm: 1339 237 197 169 0 50 0
[pid=13587] ppid=13582 vsize=181228 CPUtime=6.22
/proc/13587/stat : 13587 (SatELite_releas) R 13582 13582 13433 0 -1 4194304 40633 0 0 0 594 28 0 0 25 0 1 0 305081509 185577472 40619 1992294400 134512640 135223648 4294956128 18446744073709551615 134719062 0 0 4096 3 0 0 0 17 1 0 0
/proc/13587/statm: 45307 40619 76 173 0 45132 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 186584

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13587
/proc/meminfo: memFree=1664424/2055924 swapFree=4140884/4192956
[pid=13582] ppid=13580 vsize=5356 CPUtime=0
/proc/13582/stat : 13582 (SatELiteGTI) S 13580 13582 13433 0 -1 4194304 310 250 0 0 0 0 0 0 21 0 1 0 305081508 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13582/statm: 1339 237 197 169 0 50 0
[pid=13587] ppid=13582 vsize=270328 CPUtime=12.62
/proc/13587/stat : 13587 (SatELite_releas) R 13582 13582 13433 0 -1 4194304 54986 0 0 0 1225 37 0 0 25 0 1 0 305081509 276815872 54972 1992294400 134512640 135223648 4294956128 18446744073709551615 134585512 0 0 4096 3 0 0 0 17 1 0 0
/proc/13587/statm: 67582 54972 76 173 0 67407 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 275684

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13587
/proc/meminfo: memFree=1664168/2055924 swapFree=4140884/4192956
[pid=13582] ppid=13580 vsize=5356 CPUtime=0
/proc/13582/stat : 13582 (SatELiteGTI) S 13580 13582 13433 0 -1 4194304 310 250 0 0 0 0 0 0 21 0 1 0 305081508 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13582/statm: 1339 237 197 169 0 50 0
[pid=13587] ppid=13582 vsize=270708 CPUtime=25.41
/proc/13587/stat : 13587 (SatELite_releas) R 13582 13582 13433 0 -1 4194304 55078 0 0 0 2504 37 0 0 25 0 1 0 305081509 277204992 55064 1992294400 134512640 135223648 4294956128 18446744073709551615 134585544 0 0 4096 3 0 0 0 17 1 0 0
/proc/13587/statm: 67677 55064 76 173 0 67502 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 276064

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13587
/proc/meminfo: memFree=1664104/2055924 swapFree=4140884/4192956
[pid=13582] ppid=13580 vsize=5356 CPUtime=0
/proc/13582/stat : 13582 (SatELiteGTI) S 13580 13582 13433 0 -1 4194304 310 250 0 0 0 0 0 0 21 0 1 0 305081508 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13582/statm: 1339 237 197 169 0 50 0
[pid=13587] ppid=13582 vsize=225588 CPUtime=51
/proc/13587/stat : 13587 (SatELite_releas) R 13582 13582 13433 0 -1 4194304 55201 0 0 0 5058 42 0 0 25 0 1 0 305081509 231002112 49122 1992294400 134512640 135223648 4294956128 18446744073709551615 134737406 0 0 4096 3 0 0 0 17 1 0 0
/proc/13587/statm: 56397 49122 78 173 0 56222 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 230944

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13588
/proc/meminfo: memFree=1709032/2055924 swapFree=4140884/4192956
[pid=13582] ppid=13580 vsize=5356 CPUtime=53.4
/proc/13582/stat : 13582 (SatELiteGTI) S 13580 13582 13433 0 -1 4194304 335 55453 0 0 0 0 5276 64 16 0 1 0 305081508 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13582/statm: 1339 239 197 169 0 50 0
[pid=13588] ppid=13582 vsize=126568 CPUtime=48.74
/proc/13588/stat : 13588 (minisat_static) R 13582 13582 13433 0 -1 4194304 30450 0 0 0 4852 22 0 0 25 0 1 0 305086859 129605632 30436 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/13588/statm: 31642 30436 75 170 0 31469 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 131924

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13588
/proc/meminfo: memFree=1707304/2055924 swapFree=4140884/4192956
[pid=13582] ppid=13580 vsize=5356 CPUtime=53.4
/proc/13582/stat : 13582 (SatELiteGTI) S 13580 13582 13433 0 -1 4194304 335 55453 0 0 0 0 5276 64 16 0 1 0 305081508 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13582/statm: 1339 239 197 169 0 50 0
[pid=13588] ppid=13582 vsize=128416 CPUtime=108.71
/proc/13588/stat : 13588 (minisat_static) R 13582 13582 13433 0 -1 4194304 30923 0 0 0 10849 22 0 0 25 0 1 0 305086859 131497984 30909 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/13588/statm: 32104 30909 75 170 0 31931 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 133772

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13588
/proc/meminfo: memFree=1706472/2055924 swapFree=4140884/4192956
[pid=13582] ppid=13580 vsize=5356 CPUtime=53.4
/proc/13582/stat : 13582 (SatELiteGTI) S 13580 13582 13433 0 -1 4194304 335 55453 0 0 0 0 5276 64 16 0 1 0 305081508 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13582/statm: 1339 239 197 169 0 50 0
[pid=13588] ppid=13582 vsize=129068 CPUtime=168.69
/proc/13588/stat : 13588 (minisat_static) R 13582 13582 13433 0 -1 4194304 31094 0 0 0 16846 23 0 0 25 0 1 0 305086859 132165632 31080 1992294400 134512640 135212243 4294956240 18446744073709551615 134526456 0 0 4096 3 0 0 0 17 1 0 0
/proc/13588/statm: 32267 31080 75 170 0 32094 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 134424

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13588
/proc/meminfo: memFree=1706216/2055924 swapFree=4140884/4192956
[pid=13582] ppid=13580 vsize=5356 CPUtime=53.4
/proc/13582/stat : 13582 (SatELiteGTI) S 13580 13582 13433 0 -1 4194304 335 55453 0 0 0 0 5276 64 16 0 1 0 305081508 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13582/statm: 1339 239 197 169 0 50 0
[pid=13588] ppid=13582 vsize=129332 CPUtime=228.67
/proc/13588/stat : 13588 (minisat_static) R 13582 13582 13433 0 -1 4194304 31156 0 0 0 22844 23 0 0 25 0 1 0 305086859 132435968 31142 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/13588/statm: 32333 31142 75 170 0 32160 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 134688

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13588
/proc/meminfo: memFree=1706024/2055924 swapFree=4140884/4192956
[pid=13582] ppid=13580 vsize=5356 CPUtime=53.4
/proc/13582/stat : 13582 (SatELiteGTI) S 13580 13582 13433 0 -1 4194304 335 55453 0 0 0 0 5276 64 16 0 1 0 305081508 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13582/statm: 1339 239 197 169 0 50 0
[pid=13588] ppid=13582 vsize=129464 CPUtime=288.65
/proc/13588/stat : 13588 (minisat_static) R 13582 13582 13433 0 -1 4194304 31189 0 0 0 28842 23 0 0 25 0 1 0 305086859 132571136 31175 1992294400 134512640 135212243 4294956240 18446744073709551615 134526211 0 0 4096 3 0 0 0 17 1 0 0
/proc/13588/statm: 32366 31175 75 170 0 32193 0
Current children cumulated CPU time (s) 342.05
Current children cumulated vsize (KiB) 134820

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13588
/proc/meminfo: memFree=1704488/2055924 swapFree=4140884/4192956
[pid=13582] ppid=13580 vsize=5356 CPUtime=53.4
/proc/13582/stat : 13582 (SatELiteGTI) S 13580 13582 13433 0 -1 4194304 335 55453 0 0 0 0 5276 64 16 0 1 0 305081508 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13582/statm: 1339 239 197 169 0 50 0
[pid=13588] ppid=13582 vsize=131048 CPUtime=348.63
/proc/13588/stat : 13588 (minisat_static) R 13582 13582 13433 0 -1 4194304 31587 0 0 0 34839 24 0 0 25 0 1 0 305086859 134193152 31573 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/13588/statm: 32762 31573 75 170 0 32589 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 136404

[startup+462.302 s]

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

/proc/13588/statm: 32894 31705 75 170 0 32721 0
Current children cumulated CPU time (s) 521.98
Current children cumulated vsize (KiB) 136932

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13588
/proc/meminfo: memFree=1703720/2055924 swapFree=4140884/4192956
[pid=13582] ppid=13580 vsize=5356 CPUtime=53.4
/proc/13582/stat : 13582 (SatELiteGTI) S 13580 13582 13433 0 -1 4194304 335 55453 0 0 0 0 5276 64 16 0 1 0 305081508 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13582/statm: 1339 239 197 169 0 50 0
[pid=13588] ppid=13582 vsize=131708 CPUtime=528.55
/proc/13588/stat : 13588 (minisat_static) R 13582 13582 13433 0 -1 4194304 31747 0 0 0 52831 24 0 0 25 0 1 0 305086859 134868992 31733 1992294400 134512640 135212243 4294956240 18446744073709551615 134526010 0 0 4096 3 0 0 0 17 1 0 0
/proc/13588/statm: 32927 31733 75 170 0 32754 0
Current children cumulated CPU time (s) 581.95
Current children cumulated vsize (KiB) 137064

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13588
/proc/meminfo: memFree=1703144/2055924 swapFree=4140884/4192956
[pid=13582] ppid=13580 vsize=5356 CPUtime=53.4
/proc/13582/stat : 13582 (SatELiteGTI) S 13580 13582 13433 0 -1 4194304 335 55453 0 0 0 0 5276 64 16 0 1 0 305081508 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13582/statm: 1339 239 197 169 0 50 0
[pid=13588] ppid=13582 vsize=132236 CPUtime=588.54
/proc/13588/stat : 13588 (minisat_static) R 13582 13582 13433 0 -1 4194304 31883 0 0 0 58830 24 0 0 25 0 1 0 305086859 135409664 31869 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/13588/statm: 33059 31869 75 170 0 32886 0
Current children cumulated CPU time (s) 641.94
Current children cumulated vsize (KiB) 137592

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13588
/proc/meminfo: memFree=1702440/2055924 swapFree=4140884/4192956
[pid=13582] ppid=13580 vsize=5356 CPUtime=53.4
/proc/13582/stat : 13582 (SatELiteGTI) S 13580 13582 13433 0 -1 4194304 335 55453 0 0 0 0 5276 64 16 0 1 0 305081508 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13582/statm: 1339 239 197 169 0 50 0
[pid=13588] ppid=13582 vsize=132896 CPUtime=648.51
/proc/13588/stat : 13588 (minisat_static) R 13582 13582 13433 0 -1 4194304 32039 0 0 0 64826 25 0 0 25 0 1 0 305086859 136085504 32025 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/13588/statm: 33224 32025 75 170 0 33051 0
Current children cumulated CPU time (s) 701.91
Current children cumulated vsize (KiB) 138252

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13588
/proc/meminfo: memFree=1701672/2055924 swapFree=4140884/4192956
[pid=13582] ppid=13580 vsize=5356 CPUtime=53.4
/proc/13582/stat : 13582 (SatELiteGTI) S 13580 13582 13433 0 -1 4194304 335 55453 0 0 0 0 5276 64 16 0 1 0 305081508 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13582/statm: 1339 239 197 169 0 50 0
[pid=13588] ppid=13582 vsize=133688 CPUtime=708.5
/proc/13588/stat : 13588 (minisat_static) R 13582 13582 13433 0 -1 4194304 32230 0 0 0 70825 25 0 0 25 0 1 0 305086859 136896512 32216 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/13588/statm: 33422 32216 75 170 0 33249 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 139044

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13588
/proc/meminfo: memFree=1699624/2055924 swapFree=4140884/4192956
[pid=13582] ppid=13580 vsize=5356 CPUtime=53.4
/proc/13582/stat : 13582 (SatELiteGTI) S 13580 13582 13433 0 -1 4194304 335 55453 0 0 0 0 5276 64 16 0 1 0 305081508 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13582/statm: 1339 239 197 169 0 50 0
[pid=13588] ppid=13582 vsize=135668 CPUtime=768.46
/proc/13588/stat : 13588 (minisat_static) R 13582 13582 13433 0 -1 4194304 32734 0 0 0 76821 25 0 0 25 0 1 0 305086859 138924032 32720 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/13588/statm: 33917 32720 75 170 0 33744 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 141024

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13588
/proc/meminfo: memFree=1699560/2055924 swapFree=4140884/4192956
[pid=13582] ppid=13580 vsize=5356 CPUtime=53.4
/proc/13582/stat : 13582 (SatELiteGTI) S 13580 13582 13433 0 -1 4194304 335 55453 0 0 0 0 5276 64 16 0 1 0 305081508 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13582/statm: 1339 239 197 169 0 50 0
[pid=13588] ppid=13582 vsize=135668 CPUtime=828.45
/proc/13588/stat : 13588 (minisat_static) R 13582 13582 13433 0 -1 4194304 32734 0 0 0 82819 26 0 0 25 0 1 0 305086859 138924032 32720 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/13588/statm: 33917 32720 75 170 0 33744 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 141024

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13588
/proc/meminfo: memFree=1699560/2055924 swapFree=4140884/4192956
[pid=13582] ppid=13580 vsize=5356 CPUtime=53.4
/proc/13582/stat : 13582 (SatELiteGTI) S 13580 13582 13433 0 -1 4194304 335 55453 0 0 0 0 5276 64 16 0 1 0 305081508 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13582/statm: 1339 239 197 169 0 50 0
[pid=13588] ppid=13582 vsize=135668 CPUtime=888.42
/proc/13588/stat : 13588 (minisat_static) R 13582 13582 13433 0 -1 4194304 32734 0 0 0 88816 26 0 0 25 0 1 0 305086859 138924032 32720 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/13588/statm: 33917 32720 75 170 0 33744 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 141024

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13588
/proc/meminfo: memFree=1699176/2055924 swapFree=4140884/4192956
[pid=13582] ppid=13580 vsize=5356 CPUtime=53.4
/proc/13582/stat : 13582 (SatELiteGTI) S 13580 13582 13433 0 -1 4194304 335 55453 0 0 0 0 5276 64 16 0 1 0 305081508 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13582/statm: 1339 239 197 169 0 50 0
[pid=13588] ppid=13582 vsize=135932 CPUtime=948.4
/proc/13588/stat : 13588 (minisat_static) R 13582 13582 13433 0 -1 4194304 32817 0 0 0 94814 26 0 0 25 0 1 0 305086859 139194368 32803 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/13588/statm: 33983 32803 75 170 0 33810 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 141288

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13588
/proc/meminfo: memFree=1699176/2055924 swapFree=4140884/4192956
[pid=13582] ppid=13580 vsize=5356 CPUtime=53.4
/proc/13582/stat : 13582 (SatELiteGTI) S 13580 13582 13433 0 -1 4194304 335 55453 0 0 0 0 5276 64 16 0 1 0 305081508 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13582/statm: 1339 239 197 169 0 50 0
[pid=13588] ppid=13582 vsize=135932 CPUtime=1008.38
/proc/13588/stat : 13588 (minisat_static) R 13582 13582 13433 0 -1 4194304 32817 0 0 0 100812 26 0 0 25 0 1 0 305086859 139194368 32803 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/13588/statm: 33983 32803 75 170 0 33810 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 141288

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13588
/proc/meminfo: memFree=1698408/2055924 swapFree=4140884/4192956
[pid=13582] ppid=13580 vsize=5356 CPUtime=53.4
/proc/13582/stat : 13582 (SatELiteGTI) S 13580 13582 13433 0 -1 4194304 335 55453 0 0 0 0 5276 64 16 0 1 0 305081508 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13582/statm: 1339 239 197 169 0 50 0
[pid=13588] ppid=13582 vsize=136724 CPUtime=1068.35
/proc/13588/stat : 13588 (minisat_static) R 13582 13582 13433 0 -1 4194304 32994 0 0 0 106809 26 0 0 25 0 1 0 305086859 140005376 32980 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/13588/statm: 34181 32980 75 170 0 34008 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 142080

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13588
/proc/meminfo: memFree=1698408/2055924 swapFree=4140884/4192956
[pid=13582] ppid=13580 vsize=5356 CPUtime=53.4
/proc/13582/stat : 13582 (SatELiteGTI) S 13580 13582 13433 0 -1 4194304 335 55453 0 0 0 0 5276 64 16 0 1 0 305081508 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13582/statm: 1339 239 197 169 0 50 0
[pid=13588] ppid=13582 vsize=136724 CPUtime=1128.33
/proc/13588/stat : 13588 (minisat_static) R 13582 13582 13433 0 -1 4194304 32994 0 0 0 112807 26 0 0 25 0 1 0 305086859 140005376 32980 1992294400 134512640 135212243 4294956240 18446744073709551615 134526116 0 0 4096 3 0 0 0 17 1 0 0
/proc/13588/statm: 34181 32980 75 170 0 34008 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 142080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13588
/proc/meminfo: memFree=1698088/2055924 swapFree=4140884/4192956
[pid=13582] ppid=13580 vsize=5356 CPUtime=53.4
/proc/13582/stat : 13582 (SatELiteGTI) S 13580 13582 13433 0 -1 4194304 335 55453 0 0 0 0 5276 64 16 0 1 0 305081508 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13582/statm: 1339 239 197 169 0 50 0
[pid=13588] ppid=13582 vsize=136988 CPUtime=1146.62
/proc/13588/stat : 13588 (minisat_static) R 13582 13582 13433 0 -1 4194304 33073 0 0 0 114636 26 0 0 25 0 1 0 305086859 140275712 33059 1992294400 134512640 135212243 4294956240 18446744073709551615 134526229 0 0 4096 3 0 0 0 17 1 0 0
/proc/13588/statm: 34247 33059 75 170 0 34074 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 142344

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13582 and gives
#  childrusage.ru_utime.tv_sec=52
#  childrusage.ru_utime.tv_usec=765978
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=642902
# CPU time returned by wait4() is 53.4089
# while last known CPU time is 1200.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.61
CPU time (s): 1200.02
CPU user time (s): 1199.12
CPU system time (s): 0.9
CPU usage (%): 99.9506
Max. virtual memory (cumulated for all children) (KiB): 276340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.766
system time used= 0.642902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55788
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= 18
involuntary context switches= 181

runsolver used 1.17782 second user time and 2.94855 second system time

The end

Launcher Data

Begin job on node6 at 2009-05-20 00:01:11
IDJOB=1832232
IDBENCH=24641
IDSOLVER=672
FILE ID=node6/1832232-1242770466
PBS_JOBID= 9322292
Free space on /tmp= 66336 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-equilarge_l1.used-as.sat04-893.sat05-4187.reshuffled-07.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1832232-1242770466/watcher-1832232-1242770466 -o /tmp/evaluation-result-1832232-1242770466/solver-1832232-1242770466 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1832232-1242770466.cnf -random-seed=1490069933

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

MD5SUM BENCH= 181c4935b6e4cd791aedd030930111fa
RANDOM SEED=1490069933

node6.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.281
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.281
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:      2055924 kB
MemFree:       1893016 kB
Buffers:          7772 kB
Cached:          73132 kB
SwapCached:      46188 kB
Active:          83952 kB
Inactive:        44848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1893016 kB
SwapTotal:     4192956 kB
SwapFree:      4140884 kB
Dirty:           35288 kB
Writeback:           0 kB
Mapped:          13964 kB
Slab:            20032 kB
Committed_AS:  1134344 kB
PageTables:       1456 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= 66276 MiB
End job on node6 at 2009-05-20 00:21:14