Trace number 1833080

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/7SAT/SATISFIABLE/60/
unif-k7-r89-v60-c5340-S326668183-079.cnf
MD5SUMbdf81229b44197dff4efee16f75580b3
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.309952
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 55340

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    5340    37380 |    1601       0        0     nan |  0.000 % |
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 60   #clauses: 5340   #literals: 37380
0.00/0.01	c CPU time:   0.007998 s
0.00/0.01	c ==============================================================================
0.00/0.02	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.02	c Number of variables   : 60           
0.00/0.02	c Number of clauses     : 5340         
0.00/0.03	c Parsing time: 0.00         s
1200.06/1200.40	HOME/SatELiteGTI: line 36: 12761 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-1833080-1242800936/watcher-1833080-1242800936 -o /tmp/evaluation-result-1833080-1242800936/solver-1833080-1242800936 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1833080-1242800936.cnf -random-seed=863149358 

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.97 0.99 3/64 12755
/proc/meminfo: memFree=1882408/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0
/proc/12755/stat : 12755 (SatELiteGTI) R 12753 12755 12666 0 -1 4194304 292 250 0 0 0 0 0 0 18 0 1 0 308121826 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259415141023 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/12755/statm: 1339 237 197 169 0 50 0

[startup+0.073539 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 12755
/proc/meminfo: memFree=1882408/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0.01
/proc/12755/stat : 12755 (SatELiteGTI) S 12753 12755 12666 0 -1 4194304 335 477 0 0 0 0 1 0 16 0 1 0 308121826 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12755/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.101541 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 12755
/proc/meminfo: memFree=1882408/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0.01
/proc/12755/stat : 12755 (SatELiteGTI) S 12753 12755 12666 0 -1 4194304 335 477 0 0 0 0 1 0 16 0 1 0 308121826 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12755/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.301562 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 12755
/proc/meminfo: memFree=1882408/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0.01
/proc/12755/stat : 12755 (SatELiteGTI) S 12753 12755 12666 0 -1 4194304 335 477 0 0 0 0 1 0 16 0 1 0 308121826 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12755/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.701608 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 12755
/proc/meminfo: memFree=1882408/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0.01
/proc/12755/stat : 12755 (SatELiteGTI) S 12753 12755 12666 0 -1 4194304 335 477 0 0 0 0 1 0 16 0 1 0 308121826 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12755/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+1.50169 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12761
/proc/meminfo: memFree=1880600/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0.01
/proc/12755/stat : 12755 (SatELiteGTI) S 12753 12755 12666 0 -1 4194304 335 477 0 0 0 0 1 0 16 0 1 0 308121826 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12755/statm: 1339 239 197 169 0 50 0
[pid=12761] ppid=12755 vsize=3076 CPUtime=1.47
/proc/12761/stat : 12761 (minisat_static) R 12755 12755 12666 0 -1 4194304 441 0 0 0 147 0 0 0 25 0 1 0 308121829 3149824 427 1992294400 134512640 135212243 4294956240 18446744073709551615 134526150 0 0 4096 3 0 0 0 17 1 0 0
/proc/12761/statm: 769 427 76 170 0 596 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8432

[startup+3.10187 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12761
/proc/meminfo: memFree=1880216/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0.01
/proc/12755/stat : 12755 (SatELiteGTI) S 12753 12755 12666 0 -1 4194304 335 477 0 0 0 0 1 0 16 0 1 0 308121826 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12755/statm: 1339 239 197 169 0 50 0
[pid=12761] ppid=12755 vsize=3516 CPUtime=3.06
/proc/12761/stat : 12761 (minisat_static) R 12755 12755 12666 0 -1 4194304 552 0 0 0 306 0 0 0 25 0 1 0 308121829 3600384 538 1992294400 134512640 135212243 4294956240 18446744073709551615 134526123 0 0 4096 3 0 0 0 17 1 0 0
/proc/12761/statm: 879 538 76 170 0 706 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 8872

[startup+6.30122 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12761
/proc/meminfo: memFree=1879256/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0.01
/proc/12755/stat : 12755 (SatELiteGTI) S 12753 12755 12666 0 -1 4194304 335 477 0 0 0 0 1 0 16 0 1 0 308121826 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12755/statm: 1339 239 197 169 0 50 0
[pid=12761] ppid=12755 vsize=4208 CPUtime=6.26
/proc/12761/stat : 12761 (minisat_static) R 12755 12755 12666 0 -1 4194304 740 0 0 0 626 0 0 0 25 0 1 0 308121829 4308992 726 1992294400 134512640 135212243 4294956240 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 1 0 0
/proc/12761/statm: 1052 726 76 170 0 879 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 9564

[startup+12.7019 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12761
/proc/meminfo: memFree=1878232/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0.01
/proc/12755/stat : 12755 (SatELiteGTI) S 12753 12755 12666 0 -1 4194304 335 477 0 0 0 0 1 0 16 0 1 0 308121826 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12755/statm: 1339 239 197 169 0 50 0
[pid=12761] ppid=12755 vsize=5180 CPUtime=12.66
/proc/12761/stat : 12761 (minisat_static) R 12755 12755 12666 0 -1 4194304 979 0 0 0 1266 0 0 0 25 0 1 0 308121829 5304320 965 1992294400 134512640 135212243 4294956240 18446744073709551615 134538355 0 0 4096 3 0 0 0 17 1 0 0
/proc/12761/statm: 1295 965 76 170 0 1122 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10536

[startup+25.5013 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12761
/proc/meminfo: memFree=1876952/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0.01
/proc/12755/stat : 12755 (SatELiteGTI) S 12753 12755 12666 0 -1 4194304 335 477 0 0 0 0 1 0 16 0 1 0 308121826 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12755/statm: 1339 239 197 169 0 50 0
[pid=12761] ppid=12755 vsize=6416 CPUtime=25.45
/proc/12761/stat : 12761 (minisat_static) R 12755 12755 12666 0 -1 4194304 1258 0 0 0 2545 0 0 0 25 0 1 0 308121829 6569984 1244 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12761/statm: 1604 1244 76 170 0 1431 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 11772

[startup+51.1012 s]
/proc/loadavg: 1.05 0.99 0.99 2/66 12761
/proc/meminfo: memFree=1875416/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0.01
/proc/12755/stat : 12755 (SatELiteGTI) S 12753 12755 12666 0 -1 4194304 335 477 0 0 0 0 1 0 16 0 1 0 308121826 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12755/statm: 1339 239 197 169 0 50 0
[pid=12761] ppid=12755 vsize=8112 CPUtime=51.05
/proc/12761/stat : 12761 (minisat_static) R 12755 12755 12666 0 -1 4194304 1671 0 0 0 5104 1 0 0 25 0 1 0 308121829 8306688 1657 1992294400 134512640 135212243 4294956240 18446744073709551615 134526223 0 0 4096 3 0 0 0 17 1 0 0
/proc/12761/statm: 2028 1657 76 170 0 1855 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 13468

[startup+102.306 s]
/proc/loadavg: 1.11 1.02 1.00 2/66 12761
/proc/meminfo: memFree=1873240/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0.01
/proc/12755/stat : 12755 (SatELiteGTI) S 12753 12755 12666 0 -1 4194304 335 477 0 0 0 0 1 0 16 0 1 0 308121826 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12755/statm: 1339 239 197 169 0 50 0
[pid=12761] ppid=12755 vsize=10024 CPUtime=102.24
/proc/12761/stat : 12761 (minisat_static) R 12755 12755 12666 0 -1 4194304 2176 0 0 0 10222 2 0 0 25 0 1 0 308121829 10264576 2162 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12761/statm: 2506 2162 76 170 0 2333 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 15380

[startup+162.301 s]
/proc/loadavg: 1.19 1.06 1.01 2/66 12761
/proc/meminfo: memFree=1871576/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0.01
/proc/12755/stat : 12755 (SatELiteGTI) S 12753 12755 12666 0 -1 4194304 335 477 0 0 0 0 1 0 16 0 1 0 308121826 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12755/statm: 1339 239 197 169 0 50 0
[pid=12761] ppid=12755 vsize=11812 CPUtime=162.22
/proc/12761/stat : 12761 (minisat_static) R 12755 12755 12666 0 -1 4194304 2597 0 0 0 16219 3 0 0 25 0 1 0 308121829 12095488 2583 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12761/statm: 2953 2583 76 170 0 2780 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 17168

[startup+222.301 s]
/proc/loadavg: 1.12 1.06 1.01 2/66 12761
/proc/meminfo: memFree=1870360/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0.01
/proc/12755/stat : 12755 (SatELiteGTI) S 12753 12755 12666 0 -1 4194304 335 477 0 0 0 0 1 0 16 0 1 0 308121826 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12755/statm: 1339 239 197 169 0 50 0
[pid=12761] ppid=12755 vsize=12992 CPUtime=222.2
/proc/12761/stat : 12761 (minisat_static) R 12755 12755 12666 0 -1 4194304 2884 0 0 0 22217 3 0 0 25 0 1 0 308121829 13303808 2870 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12761/statm: 3248 2870 76 170 0 3075 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 18348

[startup+282.302 s]
/proc/loadavg: 1.04 1.05 1.01 2/66 12761
/proc/meminfo: memFree=1869144/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0.01
/proc/12755/stat : 12755 (SatELiteGTI) S 12753 12755 12666 0 -1 4194304 335 477 0 0 0 0 1 0 16 0 1 0 308121826 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12755/statm: 1339 239 197 169 0 50 0
[pid=12761] ppid=12755 vsize=14280 CPUtime=282.19
/proc/12761/stat : 12761 (minisat_static) R 12755 12755 12666 0 -1 4194304 3184 0 0 0 28215 4 0 0 25 0 1 0 308121829 14622720 3170 1992294400 134512640 135212243 4294956240 18446744073709551615 134526072 0 0 4096 3 0 0 0 17 1 0 0
/proc/12761/statm: 3570 3170 76 170 0 3397 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 19636

[startup+342.301 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 12761
/proc/meminfo: memFree=1868248/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0.01
/proc/12755/stat : 12755 (SatELiteGTI) S 12753 12755 12666 0 -1 4194304 335 477 0 0 0 0 1 0 16 0 1 0 308121826 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12755/statm: 1339 239 197 169 0 50 0
[pid=12761] ppid=12755 vsize=15360 CPUtime=342.17
/proc/12761/stat : 12761 (minisat_static) R 12755 12755 12666 0 -1 4194304 3409 0 0 0 34213 4 0 0 25 0 1 0 308121829 15728640 3395 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12761/statm: 3840 3395 76 170 0 3667 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 20716

[startup+402.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 12761
/proc/meminfo: memFree=1867160/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0.01
/proc/12755/stat : 12755 (SatELiteGTI) S 12753 12755 12666 0 -1 4194304 335 477 0 0 0 0 1 0 16 0 1 0 308121826 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12755/statm: 1339 239 197 169 0 50 0
[pid=12761] ppid=12755 vsize=16392 CPUtime=402.16
/proc/12761/stat : 12761 (minisat_static) R 12755 12755 12666 0 -1 4194304 3672 0 0 0 40211 5 0 0 25 0 1 0 308121829 16785408 3658 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12761/statm: 4098 3658 76 170 0 3925 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 21748

[startup+462.302 s]

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

[pid=12761] ppid=12755 vsize=17852 CPUtime=462.14
/proc/12761/stat : 12761 (minisat_static) R 12755 12755 12666 0 -1 4194304 4022 0 0 0 46209 5 0 0 25 0 1 0 308121829 18280448 4008 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12761/statm: 4463 4008 76 170 0 4290 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 23208

[startup+522.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 12761
/proc/meminfo: memFree=1865560/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0.01
/proc/12755/stat : 12755 (SatELiteGTI) S 12753 12755 12666 0 -1 4194304 335 477 0 0 0 0 1 0 16 0 1 0 308121826 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12755/statm: 1339 239 197 169 0 50 0
[pid=12761] ppid=12755 vsize=17984 CPUtime=522.12
/proc/12761/stat : 12761 (minisat_static) R 12755 12755 12666 0 -1 4194304 4064 0 0 0 52207 5 0 0 25 0 1 0 308121829 18415616 4050 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12761/statm: 4496 4050 76 170 0 4323 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 23340

[startup+582.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 12761
/proc/meminfo: memFree=1864088/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0.01
/proc/12755/stat : 12755 (SatELiteGTI) S 12753 12755 12666 0 -1 4194304 335 477 0 0 0 0 1 0 16 0 1 0 308121826 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12755/statm: 1339 239 197 169 0 50 0
[pid=12761] ppid=12755 vsize=19392 CPUtime=582.11
/proc/12761/stat : 12761 (minisat_static) R 12755 12755 12666 0 -1 4194304 4420 0 0 0 58205 6 0 0 25 0 1 0 308121829 19857408 4406 1992294400 134512640 135212243 4294956240 18446744073709551615 134526175 0 0 4096 3 0 0 0 17 1 0 0
/proc/12761/statm: 4848 4406 76 170 0 4675 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 24748

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12761
/proc/meminfo: memFree=1863896/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0.01
/proc/12755/stat : 12755 (SatELiteGTI) S 12753 12755 12666 0 -1 4194304 335 477 0 0 0 0 1 0 16 0 1 0 308121826 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12755/statm: 1339 239 197 169 0 50 0
[pid=12761] ppid=12755 vsize=19536 CPUtime=642.1
/proc/12761/stat : 12761 (minisat_static) R 12755 12755 12666 0 -1 4194304 4461 0 0 0 64204 6 0 0 25 0 1 0 308121829 20004864 4447 1992294400 134512640 135212243 4294956240 18446744073709551615 134526086 0 0 4096 3 0 0 0 17 1 0 0
/proc/12761/statm: 4884 4447 76 170 0 4711 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 24892

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12761
/proc/meminfo: memFree=1862488/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0.01
/proc/12755/stat : 12755 (SatELiteGTI) S 12753 12755 12666 0 -1 4194304 335 477 0 0 0 0 1 0 16 0 1 0 308121826 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12755/statm: 1339 239 197 169 0 50 0
[pid=12761] ppid=12755 vsize=21112 CPUtime=702.07
/proc/12761/stat : 12761 (minisat_static) R 12755 12755 12666 0 -1 4194304 4807 0 0 0 70201 6 0 0 25 0 1 0 308121829 21618688 4793 1992294400 134512640 135212243 4294956240 18446744073709551615 134526065 0 0 4096 3 0 0 0 17 1 0 0
/proc/12761/statm: 5278 4793 76 170 0 5105 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 26468

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12761
/proc/meminfo: memFree=1862424/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0.01
/proc/12755/stat : 12755 (SatELiteGTI) S 12753 12755 12666 0 -1 4194304 335 477 0 0 0 0 1 0 16 0 1 0 308121826 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12755/statm: 1339 239 197 169 0 50 0
[pid=12761] ppid=12755 vsize=21112 CPUtime=762.06
/proc/12761/stat : 12761 (minisat_static) R 12755 12755 12666 0 -1 4194304 4815 0 0 0 76200 6 0 0 25 0 1 0 308121829 21618688 4801 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12761/statm: 5278 4801 76 170 0 5105 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 26468

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12761
/proc/meminfo: memFree=1861720/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0.01
/proc/12755/stat : 12755 (SatELiteGTI) S 12753 12755 12666 0 -1 4194304 335 477 0 0 0 0 1 0 16 0 1 0 308121826 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12755/statm: 1339 239 197 169 0 50 0
[pid=12761] ppid=12755 vsize=21896 CPUtime=822.05
/proc/12761/stat : 12761 (minisat_static) R 12755 12755 12666 0 -1 4194304 4977 0 0 0 82198 7 0 0 25 0 1 0 308121829 22421504 4963 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12761/statm: 5474 4963 76 170 0 5301 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 27252

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12761
/proc/meminfo: memFree=1860568/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0.01
/proc/12755/stat : 12755 (SatELiteGTI) S 12753 12755 12666 0 -1 4194304 335 477 0 0 0 0 1 0 16 0 1 0 308121826 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12755/statm: 1339 239 197 169 0 50 0
[pid=12761] ppid=12755 vsize=23016 CPUtime=882.03
/proc/12761/stat : 12761 (minisat_static) R 12755 12755 12666 0 -1 4194304 5269 0 0 0 88196 7 0 0 25 0 1 0 308121829 23568384 5255 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12761/statm: 5754 5255 76 170 0 5581 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 28372

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12763
/proc/meminfo: memFree=1860568/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0.01
/proc/12755/stat : 12755 (SatELiteGTI) S 12753 12755 12666 0 -1 4194304 335 477 0 0 0 0 1 0 16 0 1 0 308121826 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12755/statm: 1339 239 197 169 0 50 0
[pid=12761] ppid=12755 vsize=23016 CPUtime=942.01
/proc/12761/stat : 12761 (minisat_static) R 12755 12755 12666 0 -1 4194304 5269 0 0 0 94194 7 0 0 25 0 1 0 308121829 23568384 5255 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12761/statm: 5754 5255 76 170 0 5581 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 28372

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12763
/proc/meminfo: memFree=1860056/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0.01
/proc/12755/stat : 12755 (SatELiteGTI) S 12753 12755 12666 0 -1 4194304 335 477 0 0 0 0 1 0 16 0 1 0 308121826 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12755/statm: 1339 239 197 169 0 50 0
[pid=12761] ppid=12755 vsize=23536 CPUtime=1001.99
/proc/12761/stat : 12761 (minisat_static) R 12755 12755 12666 0 -1 4194304 5385 0 0 0 100192 7 0 0 25 0 1 0 308121829 24100864 5371 1992294400 134512640 135212243 4294956240 18446744073709551615 134526245 0 0 4096 3 0 0 0 17 1 0 0
/proc/12761/statm: 5884 5371 76 170 0 5711 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 28892

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12763
/proc/meminfo: memFree=1858456/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0.01
/proc/12755/stat : 12755 (SatELiteGTI) S 12753 12755 12666 0 -1 4194304 335 477 0 0 0 0 1 0 16 0 1 0 308121826 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12755/statm: 1339 239 197 169 0 50 0
[pid=12761] ppid=12755 vsize=25164 CPUtime=1061.98
/proc/12761/stat : 12761 (minisat_static) R 12755 12755 12666 0 -1 4194304 5777 0 0 0 106190 8 0 0 25 0 1 0 308121829 25767936 5763 1992294400 134512640 135212243 4294956240 18446744073709551615 134526078 0 0 4096 3 0 0 0 17 1 0 0
/proc/12761/statm: 6291 5763 76 170 0 6118 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 30520

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12763
/proc/meminfo: memFree=1858392/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0.01
/proc/12755/stat : 12755 (SatELiteGTI) S 12753 12755 12666 0 -1 4194304 335 477 0 0 0 0 1 0 16 0 1 0 308121826 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12755/statm: 1339 239 197 169 0 50 0
[pid=12761] ppid=12755 vsize=25164 CPUtime=1121.97
/proc/12761/stat : 12761 (minisat_static) R 12755 12755 12666 0 -1 4194304 5785 0 0 0 112189 8 0 0 25 0 1 0 308121829 25767936 5771 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12761/statm: 6291 5771 76 170 0 6118 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 30520

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12763
/proc/meminfo: memFree=1858264/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0.01
/proc/12755/stat : 12755 (SatELiteGTI) S 12753 12755 12666 0 -1 4194304 335 477 0 0 0 0 1 0 16 0 1 0 308121826 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12755/statm: 1339 239 197 169 0 50 0
[pid=12761] ppid=12755 vsize=25308 CPUtime=1181.95
/proc/12761/stat : 12761 (minisat_static) R 12755 12755 12666 0 -1 4194304 5828 0 0 0 118187 8 0 0 25 0 1 0 308121829 25915392 5814 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12761/statm: 6327 5814 76 170 0 6154 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 30664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12763
/proc/meminfo: memFree=1858136/2055920 swapFree=4178740/4192956
[pid=12755] ppid=12753 vsize=5356 CPUtime=0.01
/proc/12755/stat : 12755 (SatELiteGTI) S 12753 12755 12666 0 -1 4194304 335 477 0 0 0 0 1 0 16 0 1 0 308121826 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12755/statm: 1339 239 197 169 0 50 0
[pid=12761] ppid=12755 vsize=25452 CPUtime=1200.05
/proc/12761/stat : 12761 (minisat_static) R 12755 12755 12666 0 -1 4194304 5856 0 0 0 119997 8 0 0 25 0 1 0 308121829 26062848 5842 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/12761/statm: 6363 5842 76 170 0 6190 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 30808

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): 1199.99
CPU system time (s): 0.095985
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 30808

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

runsolver used 1.2928 second user time and 3.08253 second system time

The end

Launcher Data

Begin job on node42 at 2009-05-20 08:28:57
IDJOB=1833080
IDBENCH=70503
IDSOLVER=672
FILE ID=node42/1833080-1242800936
PBS_JOBID= 9322440
Free space on /tmp= 66376 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/60/unif-k7-r89-v60-c5340-S326668183-079.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1833080-1242800936/watcher-1833080-1242800936 -o /tmp/evaluation-result-1833080-1242800936/solver-1833080-1242800936 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1833080-1242800936.cnf -random-seed=863149358

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

MD5SUM BENCH= bdf81229b44197dff4efee16f75580b3
RANDOM SEED=863149358

node42.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.232
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.232
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:       1882888 kB
Buffers:         40004 kB
Cached:          84832 kB
SwapCached:       8852 kB
Active:          34160 kB
Inactive:       101340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1882888 kB
SwapTotal:     4192956 kB
SwapFree:      4178740 kB
Dirty:            1704 kB
Writeback:           0 kB
Mapped:          14580 kB
Slab:            23660 kB
Committed_AS:  1121900 kB
PageTables:       1396 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= 66372 MiB
End job on node42 at 2009-05-20 08:48:59