Trace number 1832900

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

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/120/
unif-k5-r21.3-v120-c2556-S1086008090-058.cnf
MD5SUM210d16964e48e5c70641d6fd32357cb0
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 variables120
Number of clauses2556
Sum of the clauses size12780
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 52556
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 |    2556    12780 |     766       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 120   #clauses: 2556   #literals: 12780
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   : 120          
0.00/0.01	c Number of clauses     : 2556         
0.00/0.01	c Parsing time: 0.00         s
1200.07/1200.41	HOME/SatELiteGTI: line 36: 26484 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-1832900-1242789648/watcher-1832900-1242789648 -o /tmp/evaluation-result-1832900-1242789648/solver-1832900-1242789648 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1832900-1242789648.cnf -random-seed=423621905 

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.92 0.98 0.99 3/65 26478
/proc/meminfo: memFree=1836232/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 310 250 0 0 0 0 0 0 18 0 1 0 306992560 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26478/statm: 1339 237 197 169 0 50 0

[startup+0.065195 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 26478
/proc/meminfo: memFree=1836232/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 335 408 0 0 0 0 0 0 16 0 1 0 306992560 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26478/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101198 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 26478
/proc/meminfo: memFree=1836232/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 335 408 0 0 0 0 0 0 16 0 1 0 306992560 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26478/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.30122 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 26478
/proc/meminfo: memFree=1836232/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 335 408 0 0 0 0 0 0 16 0 1 0 306992560 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26478/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701262 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 26478
/proc/meminfo: memFree=1836232/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 335 408 0 0 0 0 0 0 16 0 1 0 306992560 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26478/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50233 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 26484
/proc/meminfo: memFree=1833592/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 335 408 0 0 0 0 0 0 16 0 1 0 306992560 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26478/statm: 1339 239 197 169 0 50 0
[pid=26484] ppid=26478 vsize=3904 CPUtime=1.48
/proc/26484/stat : 26484 (minisat_static) R 26478 26478 25745 0 -1 4194304 640 0 0 0 148 0 0 0 25 0 1 0 306992562 3997696 626 1992294400 134512640 135212243 4294956240 18446744073709551615 134526084 0 0 4096 3 0 0 0 17 1 0 0
/proc/26484/statm: 976 626 76 170 0 803 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9260

[startup+3.10149 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 26484
/proc/meminfo: memFree=1833208/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 335 408 0 0 0 0 0 0 16 0 1 0 306992560 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26478/statm: 1339 239 197 169 0 50 0
[pid=26484] ppid=26478 vsize=4432 CPUtime=3.07
/proc/26484/stat : 26484 (minisat_static) R 26478 26478 25745 0 -1 4194304 766 0 0 0 307 0 0 0 25 0 1 0 306992562 4538368 752 1992294400 134512640 135212243 4294956240 18446744073709551615 134526257 0 0 4096 3 0 0 0 17 1 0 0
/proc/26484/statm: 1108 752 76 170 0 935 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9788

[startup+6.3018 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 26484
/proc/meminfo: memFree=1832504/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 335 408 0 0 0 0 0 0 16 0 1 0 306992560 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26478/statm: 1339 239 197 169 0 50 0
[pid=26484] ppid=26478 vsize=4920 CPUtime=6.27
/proc/26484/stat : 26484 (minisat_static) R 26478 26478 25745 0 -1 4194304 899 0 0 0 627 0 0 0 25 0 1 0 306992562 5038080 885 1992294400 134512640 135212243 4294956240 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 1 0 0
/proc/26484/statm: 1230 885 76 170 0 1057 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10276

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 26484
/proc/meminfo: memFree=1831608/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 335 408 0 0 0 0 0 0 16 0 1 0 306992560 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26478/statm: 1339 239 197 169 0 50 0
[pid=26484] ppid=26478 vsize=6140 CPUtime=12.67
/proc/26484/stat : 26484 (minisat_static) R 26478 26478 25745 0 -1 4194304 1179 0 0 0 1266 1 0 0 25 0 1 0 306992562 6287360 1165 1992294400 134512640 135212243 4294956240 18446744073709551615 134532825 0 0 4096 3 0 0 0 17 1 0 0
/proc/26484/statm: 1535 1165 76 170 0 1362 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11496

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/67 26484
/proc/meminfo: memFree=1830456/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 335 408 0 0 0 0 0 0 16 0 1 0 306992560 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26478/statm: 1339 239 197 169 0 50 0
[pid=26484] ppid=26478 vsize=6936 CPUtime=25.47
/proc/26484/stat : 26484 (minisat_static) R 26478 26478 25745 0 -1 4194304 1368 0 0 0 2546 1 0 0 25 0 1 0 306992562 7102464 1354 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/26484/statm: 1734 1354 76 170 0 1561 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 12292

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/67 26484
/proc/meminfo: memFree=1828856/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 335 408 0 0 0 0 0 0 16 0 1 0 306992560 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26478/statm: 1339 239 197 169 0 50 0
[pid=26484] ppid=26478 vsize=8480 CPUtime=51.06
/proc/26484/stat : 26484 (minisat_static) R 26478 26478 25745 0 -1 4194304 1776 0 0 0 5105 1 0 0 25 0 1 0 306992562 8683520 1762 1992294400 134512640 135212243 4294956240 18446744073709551615 134526231 0 0 4096 3 0 0 0 17 1 0 0
/proc/26484/statm: 2120 1762 76 170 0 1947 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 13836

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 26484
/proc/meminfo: memFree=1826680/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 335 408 0 0 0 0 0 0 16 0 1 0 306992560 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26478/statm: 1339 239 197 169 0 50 0
[pid=26484] ppid=26478 vsize=10624 CPUtime=102.25
/proc/26484/stat : 26484 (minisat_static) R 26478 26478 25745 0 -1 4194304 2304 0 0 0 10223 2 0 0 25 0 1 0 306992562 10878976 2290 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/26484/statm: 2656 2290 76 170 0 2483 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 15980

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26484
/proc/meminfo: memFree=1824952/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 335 408 0 0 0 0 0 0 16 0 1 0 306992560 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26478/statm: 1339 239 197 169 0 50 0
[pid=26484] ppid=26478 vsize=12472 CPUtime=162.23
/proc/26484/stat : 26484 (minisat_static) R 26478 26478 25745 0 -1 4194304 2748 0 0 0 16221 2 0 0 25 0 1 0 306992562 12771328 2734 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/26484/statm: 3118 2734 76 170 0 2945 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 17828

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26484
/proc/meminfo: memFree=1822776/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 335 408 0 0 0 0 0 0 16 0 1 0 306992560 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26478/statm: 1339 239 197 169 0 50 0
[pid=26484] ppid=26478 vsize=14496 CPUtime=222.21
/proc/26484/stat : 26484 (minisat_static) R 26478 26478 25745 0 -1 4194304 3272 0 0 0 22219 2 0 0 25 0 1 0 306992562 14843904 3258 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/26484/statm: 3624 3258 76 170 0 3451 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 19852

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26484
/proc/meminfo: memFree=1821432/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 335 408 0 0 0 0 0 0 16 0 1 0 306992560 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26478/statm: 1339 239 197 169 0 50 0
[pid=26484] ppid=26478 vsize=16020 CPUtime=282.2
/proc/26484/stat : 26484 (minisat_static) R 26478 26478 25745 0 -1 4194304 3593 0 0 0 28217 3 0 0 25 0 1 0 306992562 16404480 3579 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/26484/statm: 4005 3579 76 170 0 3832 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 21376

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26484
/proc/meminfo: memFree=1820216/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 335 408 0 0 0 0 0 0 16 0 1 0 306992560 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26478/statm: 1339 239 197 169 0 50 0
[pid=26484] ppid=26478 vsize=17236 CPUtime=342.19
/proc/26484/stat : 26484 (minisat_static) R 26478 26478 25745 0 -1 4194304 3905 0 0 0 34216 3 0 0 25 0 1 0 306992562 17649664 3891 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/26484/statm: 4309 3891 76 170 0 4136 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 22592

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26484
/proc/meminfo: memFree=1819832/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 335 408 0 0 0 0 0 0 16 0 1 0 306992560 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26478/statm: 1339 239 197 169 0 50 0
[pid=26484] ppid=26478 vsize=17500 CPUtime=402.17
/proc/26484/stat : 26484 (minisat_static) R 26478 26478 25745 0 -1 4194304 3979 0 0 0 40214 3 0 0 25 0 1 0 306992562 17920000 3965 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/26484/statm: 4375 3965 76 170 0 4202 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 22856

[startup+462.301 s]

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

[pid=26484] ppid=26478 vsize=18844 CPUtime=462.16
/proc/26484/stat : 26484 (minisat_static) R 26478 26478 25745 0 -1 4194304 4303 0 0 0 46212 4 0 0 25 0 1 0 306992562 19296256 4289 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/26484/statm: 4711 4289 76 170 0 4538 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 24200

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26484
/proc/meminfo: memFree=1817528/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 335 408 0 0 0 0 0 0 16 0 1 0 306992560 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26478/statm: 1339 239 197 169 0 50 0
[pid=26484] ppid=26478 vsize=20016 CPUtime=522.15
/proc/26484/stat : 26484 (minisat_static) R 26478 26478 25745 0 -1 4194304 4580 0 0 0 52211 4 0 0 25 0 1 0 306992562 20496384 4566 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/26484/statm: 5004 4566 76 170 0 4831 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 25372

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26484
/proc/meminfo: memFree=1816696/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 335 408 0 0 0 0 0 0 16 0 1 0 306992560 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26478/statm: 1339 239 197 169 0 50 0
[pid=26484] ppid=26478 vsize=20548 CPUtime=582.13
/proc/26484/stat : 26484 (minisat_static) R 26478 26478 25745 0 -1 4194304 4737 0 0 0 58209 4 0 0 25 0 1 0 306992562 21041152 4723 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/26484/statm: 5137 4723 76 170 0 4964 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 25904

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26484
/proc/meminfo: memFree=1815608/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 335 408 0 0 0 0 0 0 16 0 1 0 306992560 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26478/statm: 1339 239 197 169 0 50 0
[pid=26484] ppid=26478 vsize=21700 CPUtime=642.11
/proc/26484/stat : 26484 (minisat_static) R 26478 26478 25745 0 -1 4194304 5005 0 0 0 64207 4 0 0 25 0 1 0 306992562 22220800 4991 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/26484/statm: 5425 4991 76 170 0 5252 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 27056

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26484
/proc/meminfo: memFree=1814776/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 335 408 0 0 0 0 0 0 16 0 1 0 306992560 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26478/statm: 1339 239 197 169 0 50 0
[pid=26484] ppid=26478 vsize=22668 CPUtime=702.1
/proc/26484/stat : 26484 (minisat_static) R 26478 26478 25745 0 -1 4194304 5200 0 0 0 70205 5 0 0 25 0 1 0 306992562 23212032 5186 1992294400 134512640 135212243 4294956240 18446744073709551615 134526197 0 0 4096 3 0 0 0 17 1 0 0
/proc/26484/statm: 5667 5186 76 170 0 5494 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 28024

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26484
/proc/meminfo: memFree=1814584/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 335 408 0 0 0 0 0 0 16 0 1 0 306992560 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26478/statm: 1339 239 197 169 0 50 0
[pid=26484] ppid=26478 vsize=22968 CPUtime=762.09
/proc/26484/stat : 26484 (minisat_static) R 26478 26478 25745 0 -1 4194304 5252 0 0 0 76204 5 0 0 25 0 1 0 306992562 23519232 5238 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/26484/statm: 5742 5238 76 170 0 5569 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 28324

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26484
/proc/meminfo: memFree=1812920/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 335 408 0 0 0 0 0 0 16 0 1 0 306992560 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26478/statm: 1339 239 197 169 0 50 0
[pid=26484] ppid=26478 vsize=24480 CPUtime=822.06
/proc/26484/stat : 26484 (minisat_static) R 26478 26478 25745 0 -1 4194304 5664 0 0 0 82201 5 0 0 25 0 1 0 306992562 25067520 5650 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/26484/statm: 6120 5650 76 170 0 5947 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 29836

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26484
/proc/meminfo: memFree=1812856/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 335 408 0 0 0 0 0 0 16 0 1 0 306992560 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26478/statm: 1339 239 197 169 0 50 0
[pid=26484] ppid=26478 vsize=24616 CPUtime=882.06
/proc/26484/stat : 26484 (minisat_static) R 26478 26478 25745 0 -1 4194304 5673 0 0 0 88200 6 0 0 25 0 1 0 306992562 25206784 5659 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/26484/statm: 6154 5659 76 170 0 5981 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 29972

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26484
/proc/meminfo: memFree=1812536/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 335 408 0 0 0 0 0 0 16 0 1 0 306992560 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26478/statm: 1339 239 197 169 0 50 0
[pid=26484] ppid=26478 vsize=24908 CPUtime=942.04
/proc/26484/stat : 26484 (minisat_static) R 26478 26478 25745 0 -1 4194304 5742 0 0 0 94198 6 0 0 25 0 1 0 306992562 25505792 5728 1992294400 134512640 135212243 4294956240 18446744073709551615 134526257 0 0 4096 3 0 0 0 17 1 0 0
/proc/26484/statm: 6227 5728 76 170 0 6054 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 30264

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26484
/proc/meminfo: memFree=1810616/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 335 408 0 0 0 0 0 0 16 0 1 0 306992560 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26478/statm: 1339 239 197 169 0 50 0
[pid=26484] ppid=26478 vsize=26724 CPUtime=1002.02
/proc/26484/stat : 26484 (minisat_static) R 26478 26478 25745 0 -1 4194304 6218 0 0 0 100196 6 0 0 25 0 1 0 306992562 27365376 6204 1992294400 134512640 135212243 4294956240 18446744073709551615 134526086 0 0 4096 3 0 0 0 17 1 0 0
/proc/26484/statm: 6681 6204 76 170 0 6508 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 32080

[startup+1062.3 s]
/proc/loadavg: 1.04 1.00 1.00 2/67 26484
/proc/meminfo: memFree=1810616/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 335 408 0 0 0 0 0 0 16 0 1 0 306992560 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26478/statm: 1339 239 197 169 0 50 0
[pid=26484] ppid=26478 vsize=26724 CPUtime=1062.01
/proc/26484/stat : 26484 (minisat_static) R 26478 26478 25745 0 -1 4194304 6218 0 0 0 106195 6 0 0 25 0 1 0 306992562 27365376 6204 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/26484/statm: 6681 6204 76 170 0 6508 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 32080

[startup+1122.3 s]
/proc/loadavg: 1.12 1.03 1.01 2/67 26484
/proc/meminfo: memFree=1810488/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 335 408 0 0 0 0 0 0 16 0 1 0 306992560 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26478/statm: 1339 239 197 169 0 50 0
[pid=26484] ppid=26478 vsize=26724 CPUtime=1121.99
/proc/26484/stat : 26484 (minisat_static) R 26478 26478 25745 0 -1 4194304 6240 0 0 0 112193 6 0 0 25 0 1 0 306992562 27365376 6226 1992294400 134512640 135212243 4294956240 18446744073709551615 134526136 0 0 4096 3 0 0 0 17 1 0 0
/proc/26484/statm: 6681 6226 76 170 0 6508 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 32080

[startup+1182.3 s]
/proc/loadavg: 1.08 1.03 1.01 2/67 26484
/proc/meminfo: memFree=1809976/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 335 408 0 0 0 0 0 0 16 0 1 0 306992560 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26478/statm: 1339 239 197 169 0 50 0
[pid=26484] ppid=26478 vsize=27288 CPUtime=1181.98
/proc/26484/stat : 26484 (minisat_static) R 26478 26478 25745 0 -1 4194304 6371 0 0 0 118192 6 0 0 25 0 1 0 306992562 27942912 6357 1992294400 134512640 135212243 4294956240 18446744073709551615 134526464 0 0 4096 3 0 0 0 17 1 0 0
/proc/26484/statm: 6822 6357 76 170 0 6649 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 32644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.06 1.03 1.00 2/67 26484
/proc/meminfo: memFree=1809016/2055920 swapFree=4179996/4192956
[pid=26478] ppid=26476 vsize=5356 CPUtime=0
/proc/26478/stat : 26478 (SatELiteGTI) S 26476 26478 25745 0 -1 4194304 335 408 0 0 0 0 0 0 16 0 1 0 306992560 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26478/statm: 1339 239 197 169 0 50 0
[pid=26484] ppid=26478 vsize=28252 CPUtime=1200.07
/proc/26484/stat : 26484 (minisat_static) R 26478 26478 25745 0 -1 4194304 6604 0 0 0 120001 6 0 0 25 0 1 0 306992562 28930048 6590 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/26484/statm: 7063 6590 76 170 0 6890 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 33608

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.11
CPU user time (s): 1200.03
CPU system time (s): 0.079987
CPU usage (%): 99.9744
Max. virtual memory (cumulated for all children) (KiB): 33608

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

runsolver used 1.06884 second user time and 3.3075 second system time

The end

Launcher Data

Begin job on node56 at 2009-05-20 05:20:48
IDJOB=1832900
IDBENCH=70413
IDSOLVER=672
FILE ID=node56/1832900-1242789648
PBS_JOBID= 9322328
Free space on /tmp= 103044 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/120/unif-k5-r21.3-v120-c2556-S1086008090-058.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1832900-1242789648/watcher-1832900-1242789648 -o /tmp/evaluation-result-1832900-1242789648/solver-1832900-1242789648 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1832900-1242789648.cnf -random-seed=423621905

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

MD5SUM BENCH= 210d16964e48e5c70641d6fd32357cb0
RANDOM SEED=423621905

node56.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.218
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.218
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:       1836712 kB
Buffers:         32704 kB
Cached:         138864 kB
SwapCached:       7068 kB
Active:          43272 kB
Inactive:       138064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1836712 kB
SwapTotal:     4192956 kB
SwapFree:      4179996 kB
Dirty:            1620 kB
Writeback:           0 kB
Mapped:          14600 kB
Slab:            23908 kB
Committed_AS:   947696 kB
PageTables:       1472 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= 103040 MiB
End job on node56 at 2009-05-20 05:40:51