Trace number 1833340

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.09 1200.41

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/380/
unif-k3-r4.25-v380-c1615-S502087726-095.cnf
MD5SUM19585c969548ec91e42795356f5c76b1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.759
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of clauses1615
Sum of the clauses size4845
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31615
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c 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 |    1615     4845 |     484       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    1604     4876 |      --       0       --      -- |     --   | -11/31
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 369   #clauses: 1604   #literals: 4876
0.00/0.01	c CPU time:   0.003999 s
0.00/0.01	c ==============================================================================
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Number of variables   : 369          
0.00/0.01	c Number of clauses     : 1604         
0.00/0.01	c Parsing time: 0.00         s
1200.06/1200.41	HOME/SatELiteGTI: line 36: 24115 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-1833340-1242804868/watcher-1833340-1242804868 -o /tmp/evaluation-result-1833340-1242804868/solver-1833340-1242804868 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1833340-1242804868.cnf -random-seed=1236033223 

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 24109
/proc/meminfo: memFree=1748372/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) R 24107 24109 23914 0 -1 4194304 291 250 0 0 0 0 0 0 18 0 1 0 308519325 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 266134262493 0 0 4100 65536 0 0 0 17 0 0 0
/proc/24109/statm: 1339 237 197 169 0 50 0

[startup+0.050403 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 24109
/proc/meminfo: memFree=1748372/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) S 24107 24109 23914 0 -1 4194304 335 404 0 0 0 0 0 0 19 0 1 0 308519325 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24109/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102404 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 24109
/proc/meminfo: memFree=1748372/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) S 24107 24109 23914 0 -1 4194304 335 404 0 0 0 0 0 0 19 0 1 0 308519325 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24109/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301425 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 24109
/proc/meminfo: memFree=1748372/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) S 24107 24109 23914 0 -1 4194304 335 404 0 0 0 0 0 0 19 0 1 0 308519325 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24109/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.70147 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 24109
/proc/meminfo: memFree=1748372/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) S 24107 24109 23914 0 -1 4194304 335 404 0 0 0 0 0 0 19 0 1 0 308519325 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24109/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50156 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24115
/proc/meminfo: memFree=1746308/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) S 24107 24109 23914 0 -1 4194304 335 404 0 0 0 0 0 0 19 0 1 0 308519325 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24109/statm: 1339 239 197 169 0 50 0
[pid=24115] ppid=24109 vsize=3952 CPUtime=1.48
/proc/24115/stat : 24115 (minisat_static) R 24109 24109 23914 0 -1 4194304 636 0 0 0 148 0 0 0 25 0 1 0 308519326 4046848 622 1992294400 134512640 135212243 4294956240 18446744073709551615 134718742 0 0 4096 3 0 0 0 17 1 0 0
/proc/24115/statm: 988 622 76 170 0 815 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9308

[startup+3.10173 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24115
/proc/meminfo: memFree=1745348/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) S 24107 24109 23914 0 -1 4194304 335 404 0 0 0 0 0 0 19 0 1 0 308519325 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24109/statm: 1339 239 197 169 0 50 0
[pid=24115] ppid=24109 vsize=4936 CPUtime=3.07
/proc/24115/stat : 24115 (minisat_static) R 24109 24109 23914 0 -1 4194304 871 0 0 0 307 0 0 0 25 0 1 0 308519326 5054464 857 1992294400 134512640 135212243 4294956240 18446744073709551615 134526211 0 0 4096 3 0 0 0 17 1 0 0
/proc/24115/statm: 1234 857 76 170 0 1061 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10292

[startup+6.30109 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24115
/proc/meminfo: memFree=1743820/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) S 24107 24109 23914 0 -1 4194304 335 404 0 0 0 0 0 0 19 0 1 0 308519325 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24109/statm: 1339 239 197 169 0 50 0
[pid=24115] ppid=24109 vsize=6160 CPUtime=6.28
/proc/24115/stat : 24115 (minisat_static) R 24109 24109 23914 0 -1 4194304 1173 0 0 0 627 1 0 0 25 0 1 0 308519326 6307840 1159 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/24115/statm: 1540 1159 76 170 0 1367 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11516

[startup+12.7018 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24115
/proc/meminfo: memFree=1741964/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) S 24107 24109 23914 0 -1 4194304 335 404 0 0 0 0 0 0 19 0 1 0 308519325 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24109/statm: 1339 239 197 169 0 50 0
[pid=24115] ppid=24109 vsize=7712 CPUtime=12.67
/proc/24115/stat : 24115 (minisat_static) R 24109 24109 23914 0 -1 4194304 1558 0 0 0 1266 1 0 0 25 0 1 0 308519326 7897088 1544 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/24115/statm: 1928 1544 76 170 0 1755 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13068

[startup+25.5022 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24115
/proc/meminfo: memFree=1739660/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) S 24107 24109 23914 0 -1 4194304 335 404 0 0 0 0 0 0 19 0 1 0 308519325 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24109/statm: 1339 239 197 169 0 50 0
[pid=24115] ppid=24109 vsize=9964 CPUtime=25.47
/proc/24115/stat : 24115 (minisat_static) R 24109 24109 23914 0 -1 4194304 2110 0 0 0 2545 2 0 0 25 0 1 0 308519326 10203136 2096 1992294400 134512640 135212243 4294956240 18446744073709551615 134526159 0 0 4096 3 0 0 0 17 1 0 0
/proc/24115/statm: 2491 2096 76 170 0 2318 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 15320

[startup+51.1021 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24115
/proc/meminfo: memFree=1739340/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) S 24107 24109 23914 0 -1 4194304 335 404 0 0 0 0 0 0 19 0 1 0 308519325 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24109/statm: 1339 239 197 169 0 50 0
[pid=24115] ppid=24109 vsize=10236 CPUtime=51.07
/proc/24115/stat : 24115 (minisat_static) R 24109 24109 23914 0 -1 4194304 2191 0 0 0 5104 3 0 0 25 0 1 0 308519326 10481664 2177 1992294400 134512640 135212243 4294956240 18446744073709551615 134526019 0 0 4096 3 0 0 0 17 1 0 0
/proc/24115/statm: 2559 2177 76 170 0 2386 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 15592

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24115
/proc/meminfo: memFree=1737676/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) S 24107 24109 23914 0 -1 4194304 335 404 0 0 0 0 0 0 19 0 1 0 308519325 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24109/statm: 1339 239 197 169 0 50 0
[pid=24115] ppid=24109 vsize=11776 CPUtime=102.26
/proc/24115/stat : 24115 (minisat_static) R 24109 24109 23914 0 -1 4194304 2589 0 0 0 10223 3 0 0 25 0 1 0 308519326 12058624 2575 1992294400 134512640 135212243 4294956240 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 1 0 0
/proc/24115/statm: 2944 2575 76 170 0 2771 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 17132

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24115
/proc/meminfo: memFree=1736652/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) S 24107 24109 23914 0 -1 4194304 335 404 0 0 0 0 0 0 19 0 1 0 308519325 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24109/statm: 1339 239 197 169 0 50 0
[pid=24115] ppid=24109 vsize=12904 CPUtime=162.23
/proc/24115/stat : 24115 (minisat_static) R 24109 24109 23914 0 -1 4194304 2848 0 0 0 16220 3 0 0 25 0 1 0 308519326 13213696 2834 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/24115/statm: 3226 2834 76 170 0 3053 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 18260

[startup+222.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24115
/proc/meminfo: memFree=1735372/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) S 24107 24109 23914 0 -1 4194304 335 404 0 0 0 0 0 0 19 0 1 0 308519325 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24109/statm: 1339 239 197 169 0 50 0
[pid=24115] ppid=24109 vsize=14224 CPUtime=222.22
/proc/24115/stat : 24115 (minisat_static) R 24109 24109 23914 0 -1 4194304 3131 0 0 0 22218 4 0 0 25 0 1 0 308519326 14565376 3117 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/24115/statm: 3556 3117 76 170 0 3383 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 19580

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24115
/proc/meminfo: memFree=1734220/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) S 24107 24109 23914 0 -1 4194304 335 404 0 0 0 0 0 0 19 0 1 0 308519325 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24109/statm: 1339 239 197 169 0 50 0
[pid=24115] ppid=24109 vsize=15408 CPUtime=282.2
/proc/24115/stat : 24115 (minisat_static) R 24109 24109 23914 0 -1 4194304 3418 0 0 0 28216 4 0 0 25 0 1 0 308519326 15777792 3404 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/24115/statm: 3852 3404 76 170 0 3679 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 20764

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24115
/proc/meminfo: memFree=1732748/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) S 24107 24109 23914 0 -1 4194304 335 404 0 0 0 0 0 0 19 0 1 0 308519325 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24109/statm: 1339 239 197 169 0 50 0
[pid=24115] ppid=24109 vsize=16860 CPUtime=342.19
/proc/24115/stat : 24115 (minisat_static) R 24109 24109 23914 0 -1 4194304 3777 0 0 0 34214 5 0 0 25 0 1 0 308519326 17264640 3763 1992294400 134512640 135212243 4294956240 18446744073709551615 134533088 0 0 4096 3 0 0 0 17 1 0 0
/proc/24115/statm: 4215 3763 76 170 0 4042 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 22216

[startup+402.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24115
/proc/meminfo: memFree=1732684/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) S 24107 24109 23914 0 -1 4194304 335 404 0 0 0 0 0 0 19 0 1 0 308519325 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24109/statm: 1339 239 197 169 0 50 0
[pid=24115] ppid=24109 vsize=16992 CPUtime=402.17
/proc/24115/stat : 24115 (minisat_static) R 24109 24109 23914 0 -1 4194304 3792 0 0 0 40212 5 0 0 25 0 1 0 308519326 17399808 3778 1992294400 134512640 135212243 4294956240 18446744073709551615 134526126 0 0 4096 3 0 0 0 17 1 0 0
/proc/24115/statm: 4248 3778 76 170 0 4075 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 22348

[startup+462.302 s]

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

[pid=24115] ppid=24109 vsize=18072 CPUtime=462.15
/proc/24115/stat : 24115 (minisat_static) R 24109 24109 23914 0 -1 4194304 4107 0 0 0 46210 5 0 0 25 0 1 0 308519326 18505728 4093 1992294400 134512640 135212243 4294956240 18446744073709551615 134526086 0 0 4096 3 0 0 0 17 1 0 0
/proc/24115/statm: 4518 4093 76 170 0 4345 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 23428

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24117
/proc/meminfo: memFree=1731148/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) S 24107 24109 23914 0 -1 4194304 335 404 0 0 0 0 0 0 19 0 1 0 308519325 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24109/statm: 1339 239 197 169 0 50 0
[pid=24115] ppid=24109 vsize=18152 CPUtime=522.13
/proc/24115/stat : 24115 (minisat_static) R 24109 24109 23914 0 -1 4194304 4128 0 0 0 52208 5 0 0 25 0 1 0 308519326 18587648 4114 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/24115/statm: 4538 4114 76 170 0 4365 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 23508

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24117
/proc/meminfo: memFree=1729676/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) S 24107 24109 23914 0 -1 4194304 335 404 0 0 0 0 0 0 19 0 1 0 308519325 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24109/statm: 1339 239 197 169 0 50 0
[pid=24115] ppid=24109 vsize=19960 CPUtime=582.12
/proc/24115/stat : 24115 (minisat_static) R 24109 24109 23914 0 -1 4194304 4479 0 0 0 58206 6 0 0 25 0 1 0 308519326 20439040 4465 1992294400 134512640 135212243 4294956240 18446744073709551615 134526211 0 0 4096 3 0 0 0 17 1 0 0
/proc/24115/statm: 4990 4465 76 170 0 4817 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 25316

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24117
/proc/meminfo: memFree=1729484/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) S 24107 24109 23914 0 -1 4194304 335 404 0 0 0 0 0 0 19 0 1 0 308519325 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24109/statm: 1339 239 197 169 0 50 0
[pid=24115] ppid=24109 vsize=20156 CPUtime=642.11
/proc/24115/stat : 24115 (minisat_static) R 24109 24109 23914 0 -1 4194304 4538 0 0 0 64205 6 0 0 25 0 1 0 308519326 20639744 4524 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/24115/statm: 5039 4524 76 170 0 4866 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 25512

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24117
/proc/meminfo: memFree=1727756/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) S 24107 24109 23914 0 -1 4194304 335 404 0 0 0 0 0 0 19 0 1 0 308519325 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24109/statm: 1339 239 197 169 0 50 0
[pid=24115] ppid=24109 vsize=21772 CPUtime=702.09
/proc/24115/stat : 24115 (minisat_static) R 24109 24109 23914 0 -1 4194304 4951 0 0 0 70202 7 0 0 25 0 1 0 308519326 22294528 4937 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/24115/statm: 5443 4937 76 170 0 5270 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 27128

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24117
/proc/meminfo: memFree=1727692/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) S 24107 24109 23914 0 -1 4194304 335 404 0 0 0 0 0 0 19 0 1 0 308519325 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24109/statm: 1339 239 197 169 0 50 0
[pid=24115] ppid=24109 vsize=21772 CPUtime=762.08
/proc/24115/stat : 24115 (minisat_static) R 24109 24109 23914 0 -1 4194304 4962 0 0 0 76201 7 0 0 25 0 1 0 308519326 22294528 4948 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/24115/statm: 5443 4948 76 170 0 5270 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 27128

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24117
/proc/meminfo: memFree=1727372/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) S 24107 24109 23914 0 -1 4194304 335 404 0 0 0 0 0 0 19 0 1 0 308519325 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24109/statm: 1339 239 197 169 0 50 0
[pid=24115] ppid=24109 vsize=22048 CPUtime=822.06
/proc/24115/stat : 24115 (minisat_static) R 24109 24109 23914 0 -1 4194304 5034 0 0 0 82199 7 0 0 25 0 1 0 308519326 22577152 5020 1992294400 134512640 135212243 4294956240 18446744073709551615 134526078 0 0 4096 3 0 0 0 17 1 0 0
/proc/24115/statm: 5512 5020 76 170 0 5339 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 27404

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24117
/proc/meminfo: memFree=1725964/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) S 24107 24109 23914 0 -1 4194304 335 404 0 0 0 0 0 0 19 0 1 0 308519325 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24109/statm: 1339 239 197 169 0 50 0
[pid=24115] ppid=24109 vsize=23520 CPUtime=882.05
/proc/24115/stat : 24115 (minisat_static) R 24109 24109 23914 0 -1 4194304 5376 0 0 0 88197 8 0 0 25 0 1 0 308519326 24084480 5362 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/24115/statm: 5880 5362 76 170 0 5707 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 28876

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24117
/proc/meminfo: memFree=1725900/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) S 24107 24109 23914 0 -1 4194304 335 404 0 0 0 0 0 0 19 0 1 0 308519325 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24109/statm: 1339 239 197 169 0 50 0
[pid=24115] ppid=24109 vsize=23520 CPUtime=942.03
/proc/24115/stat : 24115 (minisat_static) R 24109 24109 23914 0 -1 4194304 5383 0 0 0 94195 8 0 0 25 0 1 0 308519326 24084480 5369 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/24115/statm: 5880 5369 76 170 0 5707 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 28876

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24117
/proc/meminfo: memFree=1725708/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) S 24107 24109 23914 0 -1 4194304 335 404 0 0 0 0 0 0 19 0 1 0 308519325 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24109/statm: 1339 239 197 169 0 50 0
[pid=24115] ppid=24109 vsize=23844 CPUtime=1002.02
/proc/24115/stat : 24115 (minisat_static) R 24109 24109 23914 0 -1 4194304 5436 0 0 0 100194 8 0 0 25 0 1 0 308519326 24416256 5422 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/24115/statm: 5961 5422 76 170 0 5788 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 29200

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24117
/proc/meminfo: memFree=1724044/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) S 24107 24109 23914 0 -1 4194304 335 404 0 0 0 0 0 0 19 0 1 0 308519325 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24109/statm: 1339 239 197 169 0 50 0
[pid=24115] ppid=24109 vsize=25476 CPUtime=1062
/proc/24115/stat : 24115 (minisat_static) R 24109 24109 23914 0 -1 4194304 5855 0 0 0 106192 8 0 0 25 0 1 0 308519326 26087424 5841 1992294400 134512640 135212243 4294956240 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 1 0 0
/proc/24115/statm: 6369 5841 76 170 0 6196 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 30832

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24117
/proc/meminfo: memFree=1723660/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) S 24107 24109 23914 0 -1 4194304 335 404 0 0 0 0 0 0 19 0 1 0 308519325 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24109/statm: 1339 239 197 169 0 50 0
[pid=24115] ppid=24109 vsize=25640 CPUtime=1121.98
/proc/24115/stat : 24115 (minisat_static) R 24109 24109 23914 0 -1 4194304 5928 0 0 0 112190 8 0 0 25 0 1 0 308519326 26255360 5914 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/24115/statm: 6410 5914 76 170 0 6237 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 30996

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24117
/proc/meminfo: memFree=1723532/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) S 24107 24109 23914 0 -1 4194304 335 404 0 0 0 0 0 0 19 0 1 0 308519325 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24109/statm: 1339 239 197 169 0 50 0
[pid=24115] ppid=24109 vsize=25792 CPUtime=1181.96
/proc/24115/stat : 24115 (minisat_static) R 24109 24109 23914 0 -1 4194304 5955 0 0 0 118188 8 0 0 25 0 1 0 308519326 26411008 5941 1992294400 134512640 135212243 4294956240 18446744073709551615 134526078 0 0 4096 3 0 0 0 17 1 0 0
/proc/24115/statm: 6448 5941 76 170 0 6275 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 31148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24117
/proc/meminfo: memFree=1723404/2055920 swapFree=4180352/4192956
[pid=24109] ppid=24107 vsize=5356 CPUtime=0
/proc/24109/stat : 24109 (SatELiteGTI) S 24107 24109 23914 0 -1 4194304 335 404 0 0 0 0 0 0 19 0 1 0 308519325 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24109/statm: 1339 239 197 169 0 50 0
[pid=24115] ppid=24109 vsize=26008 CPUtime=1200.06
/proc/24115/stat : 24115 (minisat_static) R 24109 24109 23914 0 -1 4194304 5984 0 0 0 119998 8 0 0 25 0 1 0 308519326 26632192 5970 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/24115/statm: 6502 5970 76 170 0 6329 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 31364

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.41
CPU time (s): 1200.09
CPU user time (s): 1200
CPU system time (s): 0.097985
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 31364

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

runsolver used 1.45678 second user time and 2.91356 second system time

The end

Launcher Data

Begin job on node35 at 2009-05-20 09:34:28
IDJOB=1833340
IDBENCH=70633
IDSOLVER=672
FILE ID=node35/1833340-1242804868
PBS_JOBID= 9322469
Free space on /tmp= 66080 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/380/unif-k3-r4.25-v380-c1615-S502087726-095.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1833340-1242804868/watcher-1833340-1242804868 -o /tmp/evaluation-result-1833340-1242804868/solver-1833340-1242804868 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1833340-1242804868.cnf -random-seed=1236033223

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

MD5SUM BENCH= 19585c969548ec91e42795356f5c76b1
RANDOM SEED=1236033223

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:       1748852 kB
Buffers:         36636 kB
Cached:         220688 kB
SwapCached:       6992 kB
Active:         145772 kB
Inactive:       120672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1748852 kB
SwapTotal:     4192956 kB
SwapFree:      4180352 kB
Dirty:            1592 kB
Writeback:           0 kB
Mapped:          14084 kB
Slab:            26652 kB
Committed_AS:  1074368 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 09:54:30