Trace number 1832840

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

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/110/
unif-k5-r21.3-v110-c2343-S2083487609-068.cnf
MD5SUM57c4481d80dab225feb097c0bb7b33c7
Bench CategoryRANDOM (random 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 variables110
Number of clauses2343
Sum of the clauses size11715
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 52343
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 |    2343    11715 |     702       0        0     nan |  0.000 % |
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 110   #clauses: 2343   #literals: 11715
0.00/0.01	c CPU time:   0.001999 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   : 110          
0.00/0.01	c Number of clauses     : 2343         
0.00/0.01	c Parsing time: 0.00         s
1200.09/1200.41	HOME/SatELiteGTI: line 36: 18192 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-1832840-1242788606/watcher-1832840-1242788606 -o /tmp/evaluation-result-1832840-1242788606/solver-1832840-1242788606 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1832840-1242788606.cnf -random-seed=485458235 

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 1.00 3/64 18186
/proc/meminfo: memFree=1819424/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 310 250 0 0 0 0 0 0 19 0 1 0 306887832 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18186/statm: 1339 237 197 169 0 50 0

[startup+0.0829009 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18186
/proc/meminfo: memFree=1819424/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 335 403 0 0 0 0 0 0 16 0 1 0 306887832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101899 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18186
/proc/meminfo: memFree=1819424/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 335 403 0 0 0 0 0 0 16 0 1 0 306887832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301918 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18186
/proc/meminfo: memFree=1819424/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 335 403 0 0 0 0 0 0 16 0 1 0 306887832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701957 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18186
/proc/meminfo: memFree=1819424/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 335 403 0 0 0 0 0 0 16 0 1 0 306887832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50202 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18192
/proc/meminfo: memFree=1816912/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 335 403 0 0 0 0 0 0 16 0 1 0 306887832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 239 197 169 0 50 0
[pid=18192] ppid=18186 vsize=3868 CPUtime=1.48
/proc/18192/stat : 18192 (minisat_static) R 18186 18186 17328 0 -1 4194304 614 0 0 0 148 0 0 0 25 0 1 0 306887833 3960832 600 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 1 0 0
/proc/18192/statm: 967 600 76 170 0 794 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9224

[startup+3.10116 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18192
/proc/meminfo: memFree=1816656/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 335 403 0 0 0 0 0 0 16 0 1 0 306887832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 239 197 169 0 50 0
[pid=18192] ppid=18186 vsize=4264 CPUtime=3.08
/proc/18192/stat : 18192 (minisat_static) R 18186 18186 17328 0 -1 4194304 730 0 0 0 308 0 0 0 25 0 1 0 306887833 4366336 716 1992294400 134512640 135212243 4294956240 18446744073709551615 134526143 0 0 4096 3 0 0 0 17 1 0 0
/proc/18192/statm: 1066 716 76 170 0 893 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9620

[startup+6.30144 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18192
/proc/meminfo: memFree=1815888/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 335 403 0 0 0 0 0 0 16 0 1 0 306887832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 239 197 169 0 50 0
[pid=18192] ppid=18186 vsize=4748 CPUtime=6.27
/proc/18192/stat : 18192 (minisat_static) R 18186 18186 17328 0 -1 4194304 853 0 0 0 627 0 0 0 25 0 1 0 306887833 4861952 839 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18192/statm: 1187 839 76 170 0 1014 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10104

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18192
/proc/meminfo: memFree=1815056/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 335 403 0 0 0 0 0 0 16 0 1 0 306887832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 239 197 169 0 50 0
[pid=18192] ppid=18186 vsize=5844 CPUtime=12.67
/proc/18192/stat : 18192 (minisat_static) R 18186 18186 17328 0 -1 4194304 1116 0 0 0 1266 1 0 0 25 0 1 0 306887833 5984256 1102 1992294400 134512640 135212243 4294956240 18446744073709551615 134526086 0 0 4096 3 0 0 0 17 1 0 0
/proc/18192/statm: 1461 1102 76 170 0 1288 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11200

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18192
/proc/meminfo: memFree=1813904/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 335 403 0 0 0 0 0 0 16 0 1 0 306887832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 239 197 169 0 50 0
[pid=18192] ppid=18186 vsize=6644 CPUtime=25.47
/proc/18192/stat : 18192 (minisat_static) R 18186 18186 17328 0 -1 4194304 1310 0 0 0 2546 1 0 0 25 0 1 0 306887833 6803456 1296 1992294400 134512640 135212243 4294956240 18446744073709551615 134526194 0 0 4096 3 0 0 0 17 1 0 0
/proc/18192/statm: 1661 1296 76 170 0 1488 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 12000

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18192
/proc/meminfo: memFree=1812368/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 335 403 0 0 0 0 0 0 16 0 1 0 306887832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 239 197 169 0 50 0
[pid=18192] ppid=18186 vsize=8176 CPUtime=51.07
/proc/18192/stat : 18192 (minisat_static) R 18186 18186 17328 0 -1 4194304 1686 0 0 0 5105 2 0 0 25 0 1 0 306887833 8372224 1672 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18192/statm: 2044 1672 76 170 0 1871 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 13532

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18192
/proc/meminfo: memFree=1810384/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 335 403 0 0 0 0 0 0 16 0 1 0 306887832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 239 197 169 0 50 0
[pid=18192] ppid=18186 vsize=10196 CPUtime=102.26
/proc/18192/stat : 18192 (minisat_static) R 18186 18186 17328 0 -1 4194304 2183 0 0 0 10224 2 0 0 25 0 1 0 306887833 10440704 2169 1992294400 134512640 135212243 4294956240 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 1 0 0
/proc/18192/statm: 2549 2169 76 170 0 2376 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 15552

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18192
/proc/meminfo: memFree=1808656/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 335 403 0 0 0 0 0 0 16 0 1 0 306887832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 239 197 169 0 50 0
[pid=18192] ppid=18186 vsize=11916 CPUtime=162.24
/proc/18192/stat : 18192 (minisat_static) R 18186 18186 17328 0 -1 4194304 2616 0 0 0 16221 3 0 0 25 0 1 0 306887833 12201984 2602 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18192/statm: 2979 2602 76 170 0 2806 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 17272

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18192
/proc/meminfo: memFree=1806736/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 335 403 0 0 0 0 0 0 16 0 1 0 306887832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 239 197 169 0 50 0
[pid=18192] ppid=18186 vsize=13824 CPUtime=222.22
/proc/18192/stat : 18192 (minisat_static) R 18186 18186 17328 0 -1 4194304 3093 0 0 0 22219 3 0 0 25 0 1 0 306887833 14155776 3079 1992294400 134512640 135212243 4294956240 18446744073709551615 134536919 0 0 4096 3 0 0 0 17 1 0 0
/proc/18192/statm: 3456 3079 76 170 0 3283 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 19180

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18192
/proc/meminfo: memFree=1805456/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 335 403 0 0 0 0 0 0 16 0 1 0 306887832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 239 197 169 0 50 0
[pid=18192] ppid=18186 vsize=15236 CPUtime=282.21
/proc/18192/stat : 18192 (minisat_static) R 18186 18186 17328 0 -1 4194304 3408 0 0 0 28218 3 0 0 25 0 1 0 306887833 15601664 3394 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 1 0 0
/proc/18192/statm: 3809 3394 76 170 0 3636 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 20592

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18192
/proc/meminfo: memFree=1804368/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 335 403 0 0 0 0 0 0 16 0 1 0 306887832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 239 197 169 0 50 0
[pid=18192] ppid=18186 vsize=16336 CPUtime=342.19
/proc/18192/stat : 18192 (minisat_static) R 18186 18186 17328 0 -1 4194304 3677 0 0 0 34216 3 0 0 25 0 1 0 306887833 16728064 3663 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 1 0 0
/proc/18192/statm: 4084 3663 76 170 0 3911 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 21692

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18192
/proc/meminfo: memFree=1803856/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 335 403 0 0 0 0 0 0 16 0 1 0 306887832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 239 197 169 0 50 0
[pid=18192] ppid=18186 vsize=16900 CPUtime=402.17
/proc/18192/stat : 18192 (minisat_static) R 18186 18186 17328 0 -1 4194304 3798 0 0 0 40214 3 0 0 25 0 1 0 306887833 17305600 3784 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18192/statm: 4225 3784 76 170 0 4052 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 22256

[startup+462.301 s]

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

[pid=18192] ppid=18186 vsize=18108 CPUtime=462.16
/proc/18192/stat : 18192 (minisat_static) R 18186 18186 17328 0 -1 4194304 4115 0 0 0 46212 4 0 0 25 0 1 0 306887833 18542592 4101 1992294400 134512640 135212243 4294956240 18446744073709551615 134526123 0 0 4096 3 0 0 0 17 1 0 0
/proc/18192/statm: 4527 4101 76 170 0 4354 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 23464

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18192
/proc/meminfo: memFree=1801936/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 335 403 0 0 0 0 0 0 16 0 1 0 306887832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 239 197 169 0 50 0
[pid=18192] ppid=18186 vsize=18800 CPUtime=522.15
/proc/18192/stat : 18192 (minisat_static) R 18186 18186 17328 0 -1 4194304 4288 0 0 0 52211 4 0 0 25 0 1 0 306887833 19251200 4274 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18192/statm: 4700 4274 76 170 0 4527 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 24156

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18192
/proc/meminfo: memFree=1800848/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 335 403 0 0 0 0 0 0 16 0 1 0 306887832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 239 197 169 0 50 0
[pid=18192] ppid=18186 vsize=19780 CPUtime=582.14
/proc/18192/stat : 18192 (minisat_static) R 18186 18186 17328 0 -1 4194304 4517 0 0 0 58209 5 0 0 25 0 1 0 306887833 20254720 4503 1992294400 134512640 135212243 4294956240 18446744073709551615 134526211 0 0 4096 3 0 0 0 17 1 0 0
/proc/18192/statm: 4945 4503 76 170 0 4772 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 25136

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18192
/proc/meminfo: memFree=1800080/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 335 403 0 0 0 0 0 0 16 0 1 0 306887832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 239 197 169 0 50 0
[pid=18192] ppid=18186 vsize=20444 CPUtime=642.12
/proc/18192/stat : 18192 (minisat_static) R 18186 18186 17328 0 -1 4194304 4704 0 0 0 64207 5 0 0 25 0 1 0 306887833 20934656 4690 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18192/statm: 5111 4690 76 170 0 4938 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 25800

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18192
/proc/meminfo: memFree=1799056/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 335 403 0 0 0 0 0 0 16 0 1 0 306887832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 239 197 169 0 50 0
[pid=18192] ppid=18186 vsize=21688 CPUtime=702.11
/proc/18192/stat : 18192 (minisat_static) R 18186 18186 17328 0 -1 4194304 4942 0 0 0 70205 6 0 0 25 0 1 0 306887833 22208512 4928 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18192/statm: 5422 4928 76 170 0 5249 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 27044

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18192
/proc/meminfo: memFree=1798800/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 335 403 0 0 0 0 0 0 16 0 1 0 306887832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 239 197 169 0 50 0
[pid=18192] ppid=18186 vsize=21960 CPUtime=762.1
/proc/18192/stat : 18192 (minisat_static) R 18186 18186 17328 0 -1 4194304 4997 0 0 0 76204 6 0 0 25 0 1 0 306887833 22487040 4983 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18192/statm: 5490 4983 76 170 0 5317 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 27316

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18192
/proc/meminfo: memFree=1797200/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 335 403 0 0 0 0 0 0 16 0 1 0 306887832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 239 197 169 0 50 0
[pid=18192] ppid=18186 vsize=23448 CPUtime=822.08
/proc/18192/stat : 18192 (minisat_static) R 18186 18186 17328 0 -1 4194304 5398 0 0 0 82202 6 0 0 25 0 1 0 306887833 24010752 5384 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18192/statm: 5862 5384 76 170 0 5689 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 28804

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18192
/proc/meminfo: memFree=1797136/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 335 403 0 0 0 0 0 0 16 0 1 0 306887832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 239 197 169 0 50 0
[pid=18192] ppid=18186 vsize=23448 CPUtime=882.06
/proc/18192/stat : 18192 (minisat_static) R 18186 18186 17328 0 -1 4194304 5405 0 0 0 88200 6 0 0 25 0 1 0 306887833 24010752 5391 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18192/statm: 5862 5391 76 170 0 5689 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 28804

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18192
/proc/meminfo: memFree=1796880/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 335 403 0 0 0 0 0 0 16 0 1 0 306887832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 239 197 169 0 50 0
[pid=18192] ppid=18186 vsize=23776 CPUtime=942.05
/proc/18192/stat : 18192 (minisat_static) R 18186 18186 17328 0 -1 4194304 5478 0 0 0 94199 6 0 0 25 0 1 0 306887833 24346624 5464 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18192/statm: 5944 5464 76 170 0 5771 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 29132

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18192
/proc/meminfo: memFree=1794960/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 335 403 0 0 0 0 0 0 16 0 1 0 306887832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 239 197 169 0 50 0
[pid=18192] ppid=18186 vsize=25748 CPUtime=1002.04
/proc/18192/stat : 18192 (minisat_static) R 18186 18186 17328 0 -1 4194304 5953 0 0 0 100197 7 0 0 25 0 1 0 306887833 26365952 5939 1992294400 134512640 135212243 4294956240 18446744073709551615 134526197 0 0 4096 3 0 0 0 17 1 0 0
/proc/18192/statm: 6437 5939 76 170 0 6264 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 31104

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18192
/proc/meminfo: memFree=1794960/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 335 403 0 0 0 0 0 0 16 0 1 0 306887832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 239 197 169 0 50 0
[pid=18192] ppid=18186 vsize=25748 CPUtime=1062.02
/proc/18192/stat : 18192 (minisat_static) R 18186 18186 17328 0 -1 4194304 5953 0 0 0 106195 7 0 0 25 0 1 0 306887833 26365952 5939 1992294400 134512640 135212243 4294956240 18446744073709551615 134526078 0 0 4096 3 0 0 0 17 1 0 0
/proc/18192/statm: 6437 5939 76 170 0 6264 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 31104

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18192
/proc/meminfo: memFree=1794768/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 335 403 0 0 0 0 0 0 16 0 1 0 306887832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 239 197 169 0 50 0
[pid=18192] ppid=18186 vsize=25892 CPUtime=1122.01
/proc/18192/stat : 18192 (minisat_static) R 18186 18186 17328 0 -1 4194304 5977 0 0 0 112194 7 0 0 25 0 1 0 306887833 26513408 5963 1992294400 134512640 135212243 4294956240 18446744073709551615 134526116 0 0 4096 3 0 0 0 17 1 0 0
/proc/18192/statm: 6473 5963 76 170 0 6300 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 31248

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18192
/proc/meminfo: memFree=1794448/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 335 403 0 0 0 0 0 0 16 0 1 0 306887832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 239 197 169 0 50 0
[pid=18192] ppid=18186 vsize=26176 CPUtime=1181.99
/proc/18192/stat : 18192 (minisat_static) R 18186 18186 17328 0 -1 4194304 6053 0 0 0 118192 7 0 0 25 0 1 0 306887833 26804224 6039 1992294400 134512640 135212243 4294956240 18446744073709551615 134526211 0 0 4096 3 0 0 0 17 1 0 0
/proc/18192/statm: 6544 6039 76 170 0 6371 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 31532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18192
/proc/meminfo: memFree=1793744/2055920 swapFree=4179480/4192956
[pid=18186] ppid=18184 vsize=5356 CPUtime=0
/proc/18186/stat : 18186 (SatELiteGTI) S 18184 18186 17328 0 -1 4194304 335 403 0 0 0 0 0 0 16 0 1 0 306887832 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18186/statm: 1339 239 197 169 0 50 0
[pid=18192] ppid=18186 vsize=26840 CPUtime=1200.09
/proc/18192/stat : 18192 (minisat_static) R 18186 18186 17328 0 -1 4194304 6232 0 0 0 120002 7 0 0 25 0 1 0 306887833 27484160 6218 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/18192/statm: 6710 6218 76 170 0 6537 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 32196

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.12
CPU user time (s): 1200.03
CPU system time (s): 0.082987
CPU usage (%): 99.9753
Max. virtual memory (cumulated for all children) (KiB): 32196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.03
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6980
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= 26
involuntary context switches= 1918

runsolver used 1.38779 second user time and 2.99154 second system time

The end

Launcher Data

Begin job on node58 at 2009-05-20 05:03:26
IDJOB=1832840
IDBENCH=70383
IDSOLVER=672
FILE ID=node58/1832840-1242788606
PBS_JOBID= 9322326
Free space on /tmp= 66072 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/110/unif-k5-r21.3-v110-c2343-S2083487609-068.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1832840-1242788606/watcher-1832840-1242788606 -o /tmp/evaluation-result-1832840-1242788606/solver-1832840-1242788606 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1832840-1242788606.cnf -random-seed=485458235

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

MD5SUM BENCH= 57c4481d80dab225feb097c0bb7b33c7
RANDOM SEED=485458235

node58.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.233
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.233
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:       1819968 kB
Buffers:         24300 kB
Cached:         161740 kB
SwapCached:       7692 kB
Active:          36060 kB
Inactive:       159416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1819968 kB
SwapTotal:     4192956 kB
SwapFree:      4179480 kB
Dirty:            1624 kB
Writeback:           0 kB
Mapped:          14588 kB
Slab:            26664 kB
Committed_AS:   991208 kB
PageTables:       1364 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= 66072 MiB
End job on node58 at 2009-05-20 05:23:28