Trace number 1832872

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.61

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/100/
unif-k5-r21.3-v100-c2130-S1050568800-025.cnf
MD5SUMe85d34ddccfa23997bc15509ac656c11
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark799.183
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52130
Number of clauses of size over 50

Solver Data

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 |    2130    10650 |     638       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 100   #clauses: 2130   #literals: 10650
0.00/0.00	c CPU time:   0.001999 s
0.00/0.00	c ==============================================================================
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Number of variables   : 100          
0.00/0.01	c Number of clauses     : 2130         
0.00/0.01	c Parsing time: 0.00         s
1200.01/1200.61	HOME/SatELiteGTI: line 36: 23856 Terminated              $MS $2 $TMP.cnf $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-1832872-1242788845/watcher-1832872-1242788845 -o /tmp/evaluation-result-1832872-1242788845/solver-1832872-1242788845 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1832872-1242788845.cnf -random-seed=365328455 

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.91 0.97 0.99 3/64 23850
/proc/meminfo: memFree=1758860/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) R 23848 23850 23151 0 -1 4194304 291 250 0 0 0 0 0 0 18 0 1 0 306917040 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 266134262493 0 0 4100 65536 0 0 0 17 0 0 0
/proc/23850/statm: 1339 237 197 169 0 50 0

[startup+0.0896381 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 23850
/proc/meminfo: memFree=1758860/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) S 23848 23850 23151 0 -1 4194304 335 398 0 0 0 0 0 0 19 0 1 0 306917040 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23850/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101639 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 23850
/proc/meminfo: memFree=1758860/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) S 23848 23850 23151 0 -1 4194304 335 398 0 0 0 0 0 0 19 0 1 0 306917040 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23850/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301661 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 23850
/proc/meminfo: memFree=1758860/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) S 23848 23850 23151 0 -1 4194304 335 398 0 0 0 0 0 0 19 0 1 0 306917040 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23850/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.70171 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 23850
/proc/meminfo: memFree=1758860/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) S 23848 23850 23151 0 -1 4194304 335 398 0 0 0 0 0 0 19 0 1 0 306917040 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23850/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50179 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 23856
/proc/meminfo: memFree=1756476/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) S 23848 23850 23151 0 -1 4194304 335 398 0 0 0 0 0 0 19 0 1 0 306917040 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23850/statm: 1339 239 197 169 0 50 0
[pid=23856] ppid=23850 vsize=3736 CPUtime=1.48
/proc/23856/stat : 23856 (minisat_static) R 23850 23850 23151 0 -1 4194304 585 0 0 0 148 0 0 0 25 0 1 0 306917041 3825664 571 1992294400 134512640 135212243 4294956240 18446744073709551615 134526126 0 0 4096 3 0 0 0 17 0 0 0
/proc/23856/statm: 934 571 76 170 0 761 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9092

[startup+3.10197 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 23856
/proc/meminfo: memFree=1756220/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) S 23848 23850 23151 0 -1 4194304 335 398 0 0 0 0 0 0 19 0 1 0 306917040 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23850/statm: 1339 239 197 169 0 50 0
[pid=23856] ppid=23850 vsize=4132 CPUtime=3.08
/proc/23856/stat : 23856 (minisat_static) R 23850 23850 23151 0 -1 4194304 700 0 0 0 308 0 0 0 25 0 1 0 306917041 4231168 686 1992294400 134512640 135212243 4294956240 18446744073709551615 134537066 0 0 4096 3 0 0 0 17 0 0 0
/proc/23856/statm: 1033 686 76 170 0 860 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9488

[startup+6.30133 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 23856
/proc/meminfo: memFree=1755388/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) S 23848 23850 23151 0 -1 4194304 335 398 0 0 0 0 0 0 19 0 1 0 306917040 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23850/statm: 1339 239 197 169 0 50 0
[pid=23856] ppid=23850 vsize=4660 CPUtime=6.28
/proc/23856/stat : 23856 (minisat_static) R 23850 23850 23151 0 -1 4194304 831 0 0 0 628 0 0 0 25 0 1 0 306917041 4771840 817 1992294400 134512640 135212243 4294956240 18446744073709551615 134526154 0 0 4096 3 0 0 0 17 0 0 0
/proc/23856/statm: 1165 817 76 170 0 992 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10016

[startup+12.702 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 23856
/proc/meminfo: memFree=1754372/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) S 23848 23850 23151 0 -1 4194304 335 398 0 0 0 0 0 0 19 0 1 0 306917040 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23850/statm: 1339 239 197 169 0 50 0
[pid=23856] ppid=23850 vsize=5748 CPUtime=12.68
/proc/23856/stat : 23856 (minisat_static) R 23850 23850 23151 0 -1 4194304 1072 0 0 0 1268 0 0 0 25 0 1 0 306917041 5885952 1058 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 0 0 0
/proc/23856/statm: 1437 1058 76 170 0 1264 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11104

[startup+25.5015 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 23856
/proc/meminfo: memFree=1753348/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) S 23848 23850 23151 0 -1 4194304 335 398 0 0 0 0 0 0 19 0 1 0 306917040 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23850/statm: 1339 239 197 169 0 50 0
[pid=23856] ppid=23850 vsize=6804 CPUtime=25.47
/proc/23856/stat : 23856 (minisat_static) R 23850 23850 23151 0 -1 4194304 1349 0 0 0 2547 0 0 0 25 0 1 0 306917041 6967296 1335 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 0 0 0
/proc/23856/statm: 1701 1335 76 170 0 1528 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 12160

[startup+51.1013 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 23856
/proc/meminfo: memFree=1752260/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) S 23848 23850 23151 0 -1 4194304 335 398 0 0 0 0 0 0 19 0 1 0 306917040 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23850/statm: 1339 239 197 169 0 50 0
[pid=23856] ppid=23850 vsize=8104 CPUtime=51.06
/proc/23856/stat : 23856 (minisat_static) R 23850 23850 23151 0 -1 4194304 1665 0 0 0 5105 1 0 0 25 0 1 0 306917041 8298496 1651 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/23856/statm: 2026 1651 76 170 0 1853 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 13460

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/66 23856
/proc/meminfo: memFree=1750148/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) S 23848 23850 23151 0 -1 4194304 335 398 0 0 0 0 0 0 19 0 1 0 306917040 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23850/statm: 1339 239 197 169 0 50 0
[pid=23856] ppid=23850 vsize=9836 CPUtime=102.24
/proc/23856/stat : 23856 (minisat_static) R 23850 23850 23151 0 -1 4194304 2109 0 0 0 10223 1 0 0 25 0 1 0 306917041 10072064 2095 1992294400 134512640 135212243 4294956240 18446744073709551615 134540987 0 0 4096 3 0 0 0 17 0 0 0
/proc/23856/statm: 2459 2095 76 170 0 2286 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 15192

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23856
/proc/meminfo: memFree=1748484/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) S 23848 23850 23151 0 -1 4194304 335 398 0 0 0 0 0 0 19 0 1 0 306917040 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23850/statm: 1339 239 197 169 0 50 0
[pid=23856] ppid=23850 vsize=11580 CPUtime=162.21
/proc/23856/stat : 23856 (minisat_static) R 23850 23850 23151 0 -1 4194304 2531 0 0 0 16220 1 0 0 25 0 1 0 306917041 11857920 2517 1992294400 134512640 135212243 4294956240 18446744073709551615 134526095 0 0 4096 3 0 0 0 17 0 0 0
/proc/23856/statm: 2895 2517 76 170 0 2722 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 16936

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23856
/proc/meminfo: memFree=1746628/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) S 23848 23850 23151 0 -1 4194304 335 398 0 0 0 0 0 0 19 0 1 0 306917040 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23850/statm: 1339 239 197 169 0 50 0
[pid=23856] ppid=23850 vsize=13352 CPUtime=222.18
/proc/23856/stat : 23856 (minisat_static) R 23850 23850 23151 0 -1 4194304 2967 0 0 0 22216 2 0 0 25 0 1 0 306917041 13672448 2953 1992294400 134512640 135212243 4294956240 18446744073709551615 134526526 0 0 4096 3 0 0 0 17 0 0 0
/proc/23856/statm: 3338 2953 76 170 0 3165 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 18708

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23856
/proc/meminfo: memFree=1745476/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) S 23848 23850 23151 0 -1 4194304 335 398 0 0 0 0 0 0 19 0 1 0 306917040 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23850/statm: 1339 239 197 169 0 50 0
[pid=23856] ppid=23850 vsize=14780 CPUtime=282.15
/proc/23856/stat : 23856 (minisat_static) R 23850 23850 23151 0 -1 4194304 3266 0 0 0 28212 3 0 0 25 0 1 0 306917041 15134720 3252 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/23856/statm: 3695 3252 76 170 0 3522 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 20136

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23856
/proc/meminfo: memFree=1744260/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) S 23848 23850 23151 0 -1 4194304 335 398 0 0 0 0 0 0 19 0 1 0 306917040 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23850/statm: 1339 239 197 169 0 50 0
[pid=23856] ppid=23850 vsize=15856 CPUtime=342.13
/proc/23856/stat : 23856 (minisat_static) R 23850 23850 23151 0 -1 4194304 3567 0 0 0 34210 3 0 0 25 0 1 0 306917041 16236544 3553 1992294400 134512640 135212243 4294956240 18446744073709551615 134526231 0 0 4096 3 0 0 0 17 0 0 0
/proc/23856/statm: 3964 3553 76 170 0 3791 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 21212

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23856
/proc/meminfo: memFree=1744004/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) S 23848 23850 23151 0 -1 4194304 335 398 0 0 0 0 0 0 19 0 1 0 306917040 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23850/statm: 1339 239 197 169 0 50 0
[pid=23856] ppid=23850 vsize=16256 CPUtime=402.09
/proc/23856/stat : 23856 (minisat_static) R 23850 23850 23151 0 -1 4194304 3647 0 0 0 40206 3 0 0 25 0 1 0 306917041 16646144 3633 1992294400 134512640 135212243 4294956240 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 0 0 0
/proc/23856/statm: 4064 3633 76 170 0 3891 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 21612

[startup+462.301 s]

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

[pid=23856] ppid=23850 vsize=17200 CPUtime=462.07
/proc/23856/stat : 23856 (minisat_static) R 23850 23850 23151 0 -1 4194304 3907 0 0 0 46204 3 0 0 25 0 1 0 306917041 17612800 3893 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/23856/statm: 4300 3893 76 170 0 4127 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 22556

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23856
/proc/meminfo: memFree=1741316/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) S 23848 23850 23151 0 -1 4194304 335 398 0 0 0 0 0 0 19 0 1 0 306917040 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23850/statm: 1339 239 197 169 0 50 0
[pid=23856] ppid=23850 vsize=18764 CPUtime=522.05
/proc/23856/stat : 23856 (minisat_static) R 23850 23850 23151 0 -1 4194304 4277 0 0 0 52201 4 0 0 25 0 1 0 306917041 19214336 4263 1992294400 134512640 135212243 4294956240 18446744073709551615 134526498 0 0 4096 3 0 0 0 17 0 0 0
/proc/23856/statm: 4691 4263 76 170 0 4518 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 24120

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23856
/proc/meminfo: memFree=1741124/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) S 23848 23850 23151 0 -1 4194304 335 398 0 0 0 0 0 0 19 0 1 0 306917040 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23850/statm: 1339 239 197 169 0 50 0
[pid=23856] ppid=23850 vsize=18936 CPUtime=582.01
/proc/23856/stat : 23856 (minisat_static) R 23850 23850 23151 0 -1 4194304 4322 0 0 0 58197 4 0 0 25 0 1 0 306917041 19390464 4308 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/23856/statm: 4734 4308 76 170 0 4561 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 24292

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23856
/proc/meminfo: memFree=1739652/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) S 23848 23850 23151 0 -1 4194304 335 398 0 0 0 0 0 0 19 0 1 0 306917040 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23850/statm: 1339 239 197 169 0 50 0
[pid=23856] ppid=23850 vsize=20404 CPUtime=641.97
/proc/23856/stat : 23856 (minisat_static) R 23850 23850 23151 0 -1 4194304 4685 0 0 0 64193 4 0 0 25 0 1 0 306917041 20893696 4671 1992294400 134512640 135212243 4294956240 18446744073709551615 134526154 0 0 4096 3 0 0 0 17 0 0 0
/proc/23856/statm: 5101 4671 76 170 0 4928 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 25760

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23856
/proc/meminfo: memFree=1739396/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) S 23848 23850 23151 0 -1 4194304 335 398 0 0 0 0 0 0 19 0 1 0 306917040 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23850/statm: 1339 239 197 169 0 50 0
[pid=23856] ppid=23850 vsize=20960 CPUtime=701.94
/proc/23856/stat : 23856 (minisat_static) R 23850 23850 23151 0 -1 4194304 4724 0 0 0 70190 4 0 0 25 0 1 0 306917041 21463040 4710 1992294400 134512640 135212243 4294956240 18446744073709551615 134526254 0 0 4096 3 0 0 0 17 0 0 0
/proc/23856/statm: 5240 4710 76 170 0 5067 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 26316

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23856
/proc/meminfo: memFree=1739140/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) S 23848 23850 23151 0 -1 4194304 335 398 0 0 0 0 0 0 19 0 1 0 306917040 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23850/statm: 1339 239 197 169 0 50 0
[pid=23856] ppid=23850 vsize=21100 CPUtime=761.89
/proc/23856/stat : 23856 (minisat_static) R 23850 23850 23151 0 -1 4194304 4794 0 0 0 76185 4 0 0 25 0 1 0 306917041 21606400 4780 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/23856/statm: 5275 4780 76 170 0 5102 0
Current children cumulated CPU time (s) 761.89
Current children cumulated vsize (KiB) 26456

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23856
/proc/meminfo: memFree=1737540/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) S 23848 23850 23151 0 -1 4194304 335 398 0 0 0 0 0 0 19 0 1 0 306917040 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23850/statm: 1339 239 197 169 0 50 0
[pid=23856] ppid=23850 vsize=22708 CPUtime=821.86
/proc/23856/stat : 23856 (minisat_static) R 23850 23850 23151 0 -1 4194304 5180 0 0 0 82182 4 0 0 25 0 1 0 306917041 23252992 5166 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/23856/statm: 5677 5166 76 170 0 5504 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 28064

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23856
/proc/meminfo: memFree=1737412/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) S 23848 23850 23151 0 -1 4194304 335 398 0 0 0 0 0 0 19 0 1 0 306917040 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23850/statm: 1339 239 197 169 0 50 0
[pid=23856] ppid=23850 vsize=22708 CPUtime=881.84
/proc/23856/stat : 23856 (minisat_static) R 23850 23850 23151 0 -1 4194304 5208 0 0 0 88179 5 0 0 25 0 1 0 306917041 23252992 5194 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/23856/statm: 5677 5194 76 170 0 5504 0
Current children cumulated CPU time (s) 881.84
Current children cumulated vsize (KiB) 28064

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23856
/proc/meminfo: memFree=1737092/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) S 23848 23850 23151 0 -1 4194304 335 398 0 0 0 0 0 0 19 0 1 0 306917040 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23850/statm: 1339 239 197 169 0 50 0
[pid=23856] ppid=23850 vsize=23064 CPUtime=941.82
/proc/23856/stat : 23856 (minisat_static) R 23850 23850 23151 0 -1 4194304 5286 0 0 0 94177 5 0 0 25 0 1 0 306917041 23617536 5272 1992294400 134512640 135212243 4294956240 18446744073709551615 134526078 0 0 4096 3 0 0 0 17 0 0 0
/proc/23856/statm: 5766 5272 76 170 0 5593 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 28420

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23856
/proc/meminfo: memFree=1735492/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) S 23848 23850 23151 0 -1 4194304 335 398 0 0 0 0 0 0 19 0 1 0 306917040 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23850/statm: 1339 239 197 169 0 50 0
[pid=23856] ppid=23850 vsize=24680 CPUtime=1001.78
/proc/23856/stat : 23856 (minisat_static) R 23850 23850 23151 0 -1 4194304 5681 0 0 0 100173 5 0 0 25 0 1 0 306917041 25272320 5667 1992294400 134512640 135212243 4294956240 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 0 0 0
/proc/23856/statm: 6170 5667 76 170 0 5997 0
Current children cumulated CPU time (s) 1001.78
Current children cumulated vsize (KiB) 30036

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23856
/proc/meminfo: memFree=1735428/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) S 23848 23850 23151 0 -1 4194304 335 398 0 0 0 0 0 0 19 0 1 0 306917040 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23850/statm: 1339 239 197 169 0 50 0
[pid=23856] ppid=23850 vsize=24816 CPUtime=1061.76
/proc/23856/stat : 23856 (minisat_static) R 23850 23850 23151 0 -1 4194304 5690 0 0 0 106171 5 0 0 25 0 1 0 306917041 25411584 5676 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/23856/statm: 6204 5676 76 170 0 6031 0
Current children cumulated CPU time (s) 1061.76
Current children cumulated vsize (KiB) 30172

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23856
/proc/meminfo: memFree=1735236/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) S 23848 23850 23151 0 -1 4194304 335 398 0 0 0 0 0 0 19 0 1 0 306917040 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23850/statm: 1339 239 197 169 0 50 0
[pid=23856] ppid=23850 vsize=24816 CPUtime=1121.73
/proc/23856/stat : 23856 (minisat_static) R 23850 23850 23151 0 -1 4194304 5724 0 0 0 112168 5 0 0 25 0 1 0 306917041 25411584 5710 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/23856/statm: 6204 5710 76 170 0 6031 0
Current children cumulated CPU time (s) 1121.73
Current children cumulated vsize (KiB) 30172

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23856
/proc/meminfo: memFree=1734340/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) S 23848 23850 23151 0 -1 4194304 335 398 0 0 0 0 0 0 19 0 1 0 306917040 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23850/statm: 1339 239 197 169 0 50 0
[pid=23856] ppid=23850 vsize=25712 CPUtime=1181.72
/proc/23856/stat : 23856 (minisat_static) R 23850 23850 23151 0 -1 4194304 5957 0 0 0 118166 6 0 0 25 0 1 0 306917041 26329088 5943 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/23856/statm: 6428 5943 76 170 0 6255 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 31068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23856
/proc/meminfo: memFree=1733380/2055920 swapFree=4180348/4192956
[pid=23850] ppid=23848 vsize=5356 CPUtime=0
/proc/23850/stat : 23850 (SatELiteGTI) S 23848 23850 23151 0 -1 4194304 335 398 0 0 0 0 0 0 19 0 1 0 306917040 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23850/statm: 1339 239 197 169 0 50 0
[pid=23856] ppid=23850 vsize=26548 CPUtime=1200.01
/proc/23856/stat : 23856 (minisat_static) R 23850 23850 23151 0 -1 4194304 6178 0 0 0 119995 6 0 0 25 0 1 0 306917041 27185152 6164 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/23856/statm: 6637 6164 76 170 0 6464 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 31904

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)
Real time (s): 1200.61
CPU time (s): 1200.04
CPU user time (s): 1199.97
CPU system time (s): 0.072988
CPU usage (%): 99.9522
Max. virtual memory (cumulated for all children) (KiB): 31904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.97
system time used= 0.072988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6921
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= 24
involuntary context switches= 2987

runsolver used 1.03684 second user time and 3.33749 second system time

The end

Launcher Data

Begin job on node35 at 2009-05-20 05:07:25
IDJOB=1832872
IDBENCH=70399
IDSOLVER=672
FILE ID=node35/1832872-1242788845
PBS_JOBID= 9322381
Free space on /tmp= 66080 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/100/unif-k5-r21.3-v100-c2130-S1050568800-025.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1832872-1242788845/watcher-1832872-1242788845 -o /tmp/evaluation-result-1832872-1242788845/solver-1832872-1242788845 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1832872-1242788845.cnf -random-seed=365328455

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

MD5SUM BENCH= e85d34ddccfa23997bc15509ac656c11
RANDOM SEED=365328455

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1759404 kB
Buffers:         27240 kB
Cached:         219948 kB
SwapCached:       6996 kB
Active:         144900 kB
Inactive:       111328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1759404 kB
SwapTotal:     4192956 kB
SwapFree:      4180348 kB
Dirty:            1612 kB
Writeback:           0 kB
Mapped:          14084 kB
Slab:            26376 kB
Committed_AS:  1069072 kB
PageTables:       1400 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= 66080 MiB
End job on node35 at 2009-05-20 05:27:27