Trace number 1833052

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

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/75/
unif-k7-r89-v75-c6675-S1394630553-009.cnf
MD5SUM699f3a80f674e8c0bc8bfc06cc4ce0c9
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 variables75
Number of clauses6675
Sum of the clauses size46725
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 56675

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 |    6675    46725 |    2002       0        0     nan |  0.000 % |
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 75   #clauses: 6675   #literals: 46725
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   : 75           
0.00/0.02	c Number of clauses     : 6675         
0.00/0.03	c Parsing time: 0.01         s
1200.07/1200.61	HOME/SatELiteGTI: line 36:  8963 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-1833052-1242800487/watcher-1833052-1242800487 -o /tmp/evaluation-result-1833052-1242800487/solver-1833052-1242800487 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1833052-1242800487.cnf -random-seed=1491517676 

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/64 8957
/proc/meminfo: memFree=1823168/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 310 250 0 0 0 0 0 0 16 0 1 0 308082175 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8957/statm: 1339 237 197 169 0 50 0

[startup+0.055307 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8957
/proc/meminfo: memFree=1823168/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0.02
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 335 508 0 0 0 0 2 0 16 0 1 0 308082175 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8957/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5356

[startup+0.101308 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8957
/proc/meminfo: memFree=1823168/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0.02
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 335 508 0 0 0 0 2 0 16 0 1 0 308082175 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8957/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5356

[startup+0.30133 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8957
/proc/meminfo: memFree=1823168/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0.02
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 335 508 0 0 0 0 2 0 16 0 1 0 308082175 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8957/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5356

[startup+0.701374 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8957
/proc/meminfo: memFree=1823168/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0.02
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 335 508 0 0 0 0 2 0 16 0 1 0 308082175 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8957/statm: 1339 239 197 169 0 50 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5356

[startup+1.50147 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 8963
/proc/meminfo: memFree=1821168/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0.02
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 335 508 0 0 0 0 2 0 16 0 1 0 308082175 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8957/statm: 1339 239 197 169 0 50 0
[pid=8963] ppid=8957 vsize=3212 CPUtime=1.46
/proc/8963/stat : 8963 (minisat_static) R 8957 8957 8868 0 -1 4194304 501 0 0 0 146 0 0 0 25 0 1 0 308082178 3289088 487 1992294400 134512640 135212243 4294956240 18446744073709551615 134526132 0 0 4096 3 0 0 0 17 0 0 0
/proc/8963/statm: 803 487 76 170 0 630 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8568

[startup+3.10265 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 8963
/proc/meminfo: memFree=1820592/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0.02
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 335 508 0 0 0 0 2 0 16 0 1 0 308082175 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8957/statm: 1339 239 197 169 0 50 0
[pid=8963] ppid=8957 vsize=3740 CPUtime=3.06
/proc/8963/stat : 8963 (minisat_static) R 8957 8957 8868 0 -1 4194304 617 0 0 0 306 0 0 0 25 0 1 0 308082178 3829760 603 1992294400 134512640 135212243 4294956240 18446744073709551615 134527583 0 0 4096 3 0 0 0 17 0 0 0
/proc/8963/statm: 935 603 76 170 0 762 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9096

[startup+6.30201 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 8963
/proc/meminfo: memFree=1819696/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0.02
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 335 508 0 0 0 0 2 0 16 0 1 0 308082175 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8957/statm: 1339 239 197 169 0 50 0
[pid=8963] ppid=8957 vsize=4668 CPUtime=6.26
/proc/8963/stat : 8963 (minisat_static) R 8957 8957 8868 0 -1 4194304 841 0 0 0 626 0 0 0 25 0 1 0 308082178 4780032 827 1992294400 134512640 135212243 4294956240 18446744073709551615 134526169 0 0 4096 3 0 0 0 17 0 0 0
/proc/8963/statm: 1167 827 76 170 0 994 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10024

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 8963
/proc/meminfo: memFree=1818608/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0.02
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 335 508 0 0 0 0 2 0 16 0 1 0 308082175 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8957/statm: 1339 239 197 169 0 50 0
[pid=8963] ppid=8957 vsize=5732 CPUtime=12.66
/proc/8963/stat : 8963 (minisat_static) R 8957 8957 8868 0 -1 4194304 1112 0 0 0 1265 1 0 0 25 0 1 0 308082178 5869568 1098 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/8963/statm: 1433 1098 76 170 0 1260 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11088

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 8963
/proc/meminfo: memFree=1817264/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0.02
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 335 508 0 0 0 0 2 0 16 0 1 0 308082175 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8957/statm: 1339 239 197 169 0 50 0
[pid=8963] ppid=8957 vsize=6828 CPUtime=25.46
/proc/8963/stat : 8963 (minisat_static) R 8957 8957 8868 0 -1 4194304 1391 0 0 0 2544 2 0 0 25 0 1 0 308082178 6991872 1377 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/8963/statm: 1707 1377 76 170 0 1534 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 12184

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 8963
/proc/meminfo: memFree=1815344/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0.02
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 335 508 0 0 0 0 2 0 16 0 1 0 308082175 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8957/statm: 1339 239 197 169 0 50 0
[pid=8963] ppid=8957 vsize=9024 CPUtime=51.04
/proc/8963/stat : 8963 (minisat_static) R 8957 8957 8868 0 -1 4194304 1919 0 0 0 5101 3 0 0 25 0 1 0 308082178 9240576 1905 1992294400 134512640 135212243 4294956240 18446744073709551615 134533115 0 0 4096 3 0 0 0 17 0 0 0
/proc/8963/statm: 2256 1905 76 170 0 2083 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 14380

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 8963
/proc/meminfo: memFree=1812848/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0.02
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 335 508 0 0 0 0 2 0 16 0 1 0 308082175 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8957/statm: 1339 239 197 169 0 50 0
[pid=8963] ppid=8957 vsize=11172 CPUtime=102.23
/proc/8963/stat : 8963 (minisat_static) R 8957 8957 8868 0 -1 4194304 2471 0 0 0 10219 4 0 0 25 0 1 0 308082178 11440128 2457 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/8963/statm: 2793 2457 76 170 0 2620 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 16528

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8963
/proc/meminfo: memFree=1810928/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0.02
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 335 508 0 0 0 0 2 0 16 0 1 0 308082175 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8957/statm: 1339 239 197 169 0 50 0
[pid=8963] ppid=8957 vsize=13192 CPUtime=162.2
/proc/8963/stat : 8963 (minisat_static) R 8957 8957 8868 0 -1 4194304 2928 0 0 0 16216 4 0 0 25 0 1 0 308082178 13508608 2914 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/8963/statm: 3298 2914 76 170 0 3125 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 18548

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8963
/proc/meminfo: memFree=1809648/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0.02
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 335 508 0 0 0 0 2 0 16 0 1 0 308082175 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8957/statm: 1339 239 197 169 0 50 0
[pid=8963] ppid=8957 vsize=14424 CPUtime=222.17
/proc/8963/stat : 8963 (minisat_static) R 8957 8957 8868 0 -1 4194304 3258 0 0 0 22213 4 0 0 25 0 1 0 308082178 14770176 3244 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/8963/statm: 3606 3244 76 170 0 3433 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 19780

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8963
/proc/meminfo: memFree=1807792/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0.02
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 335 508 0 0 0 0 2 0 16 0 1 0 308082175 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8957/statm: 1339 239 197 169 0 50 0
[pid=8963] ppid=8957 vsize=16536 CPUtime=282.15
/proc/8963/stat : 8963 (minisat_static) R 8957 8957 8868 0 -1 4194304 3740 0 0 0 28210 5 0 0 25 0 1 0 308082178 16932864 3726 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/8963/statm: 4134 3726 76 170 0 3961 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 21892

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8963
/proc/meminfo: memFree=1806960/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0.02
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 335 508 0 0 0 0 2 0 16 0 1 0 308082175 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8957/statm: 1339 239 197 169 0 50 0
[pid=8963] ppid=8957 vsize=17232 CPUtime=342.1
/proc/8963/stat : 8963 (minisat_static) R 8957 8957 8868 0 -1 4194304 3926 0 0 0 34205 5 0 0 25 0 1 0 308082178 17645568 3912 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/8963/statm: 4308 3912 76 170 0 4135 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 22588

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8963
/proc/meminfo: memFree=1805744/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0.02
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 335 508 0 0 0 0 2 0 16 0 1 0 308082175 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8957/statm: 1339 239 197 169 0 50 0
[pid=8963] ppid=8957 vsize=18436 CPUtime=402.08
/proc/8963/stat : 8963 (minisat_static) R 8957 8957 8868 0 -1 4194304 4217 0 0 0 40202 6 0 0 25 0 1 0 308082178 18878464 4203 1992294400 134512640 135212243 4294956240 18446744073709551615 134526108 0 0 4096 3 0 0 0 17 1 0 0
/proc/8963/statm: 4609 4203 76 170 0 4436 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 23792

[startup+462.302 s]

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

[pid=8963] ppid=8957 vsize=19828 CPUtime=462.04
/proc/8963/stat : 8963 (minisat_static) R 8957 8957 8868 0 -1 4194304 4552 0 0 0 46198 6 0 0 25 0 1 0 308082178 20303872 4538 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/8963/statm: 4957 4538 76 170 0 4784 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 25184

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8963
/proc/meminfo: memFree=1803568/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0.02
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 335 508 0 0 0 0 2 0 16 0 1 0 308082175 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8957/statm: 1339 239 197 169 0 50 0
[pid=8963] ppid=8957 vsize=20588 CPUtime=522.01
/proc/8963/stat : 8963 (minisat_static) R 8957 8957 8868 0 -1 4194304 4756 0 0 0 52195 6 0 0 25 0 1 0 308082178 21082112 4742 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/8963/statm: 5147 4742 76 170 0 4974 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 25944

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8963
/proc/meminfo: memFree=1802480/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0.02
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 335 508 0 0 0 0 2 0 16 0 1 0 308082175 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8957/statm: 1339 239 197 169 0 50 0
[pid=8963] ppid=8957 vsize=21700 CPUtime=581.99
/proc/8963/stat : 8963 (minisat_static) R 8957 8957 8868 0 -1 4194304 5021 0 0 0 58193 6 0 0 25 0 1 0 308082178 22220800 5007 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/8963/statm: 5425 5007 76 170 0 5252 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 27056

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8963
/proc/meminfo: memFree=1801520/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0.02
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 335 508 0 0 0 0 2 0 16 0 1 0 308082175 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8957/statm: 1339 239 197 169 0 50 0
[pid=8963] ppid=8957 vsize=22568 CPUtime=641.96
/proc/8963/stat : 8963 (minisat_static) R 8957 8957 8868 0 -1 4194304 5232 0 0 0 64190 6 0 0 25 0 1 0 308082178 23109632 5218 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/8963/statm: 5642 5218 76 170 0 5469 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 27924

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8963
/proc/meminfo: memFree=1800624/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0.02
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 335 508 0 0 0 0 2 0 16 0 1 0 308082175 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8957/statm: 1339 239 197 169 0 50 0
[pid=8963] ppid=8957 vsize=23656 CPUtime=701.94
/proc/8963/stat : 8963 (minisat_static) R 8957 8957 8868 0 -1 4194304 5457 0 0 0 70187 7 0 0 25 0 1 0 308082178 24223744 5443 1992294400 134512640 135212243 4294956240 18446744073709551615 134526086 0 0 4096 3 0 0 0 17 0 0 0
/proc/8963/statm: 5914 5443 76 170 0 5741 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 29012

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8963
/proc/meminfo: memFree=1800304/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0.02
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 335 508 0 0 0 0 2 0 16 0 1 0 308082175 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8957/statm: 1339 239 197 169 0 50 0
[pid=8963] ppid=8957 vsize=24000 CPUtime=761.91
/proc/8963/stat : 8963 (minisat_static) R 8957 8957 8868 0 -1 4194304 5527 0 0 0 76184 7 0 0 25 0 1 0 308082178 24576000 5513 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 1 0 0
/proc/8963/statm: 6000 5513 76 170 0 5827 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 29356

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8963
/proc/meminfo: memFree=1798512/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0.02
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 335 508 0 0 0 0 2 0 16 0 1 0 308082175 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8957/statm: 1339 239 197 169 0 50 0
[pid=8963] ppid=8957 vsize=25760 CPUtime=821.89
/proc/8963/stat : 8963 (minisat_static) R 8957 8957 8868 0 -1 4194304 5975 0 0 0 82181 8 0 0 25 0 1 0 308082178 26378240 5961 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/8963/statm: 6440 5961 76 170 0 6267 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 31116

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8963
/proc/meminfo: memFree=1798448/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0.02
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 335 508 0 0 0 0 2 0 16 0 1 0 308082175 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8957/statm: 1339 239 197 169 0 50 0
[pid=8963] ppid=8957 vsize=25760 CPUtime=881.87
/proc/8963/stat : 8963 (minisat_static) R 8957 8957 8868 0 -1 4194304 5976 0 0 0 88179 8 0 0 25 0 1 0 308082178 26378240 5962 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/8963/statm: 6440 5962 76 170 0 6267 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 31116

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8963
/proc/meminfo: memFree=1798000/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0.02
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 335 508 0 0 0 0 2 0 16 0 1 0 308082175 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8957/statm: 1339 239 197 169 0 50 0
[pid=8963] ppid=8957 vsize=26384 CPUtime=941.84
/proc/8963/stat : 8963 (minisat_static) R 8957 8957 8868 0 -1 4194304 6114 0 0 0 94176 8 0 0 25 0 1 0 308082178 27017216 6100 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/8963/statm: 6596 6100 76 170 0 6423 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 31740

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8963
/proc/meminfo: memFree=1796144/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0.02
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 335 508 0 0 0 0 2 0 16 0 1 0 308082175 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8957/statm: 1339 239 197 169 0 50 0
[pid=8963] ppid=8957 vsize=28172 CPUtime=1001.81
/proc/8963/stat : 8963 (minisat_static) R 8957 8957 8868 0 -1 4194304 6559 0 0 0 100173 8 0 0 25 0 1 0 308082178 28848128 6545 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/8963/statm: 7043 6545 76 170 0 6870 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 33528

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8963
/proc/meminfo: memFree=1796144/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0.02
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 335 508 0 0 0 0 2 0 16 0 1 0 308082175 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8957/statm: 1339 239 197 169 0 50 0
[pid=8963] ppid=8957 vsize=28172 CPUtime=1061.79
/proc/8963/stat : 8963 (minisat_static) R 8957 8957 8868 0 -1 4194304 6559 0 0 0 106171 8 0 0 25 0 1 0 308082178 28848128 6545 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/8963/statm: 7043 6545 76 170 0 6870 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 33528

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8963
/proc/meminfo: memFree=1795888/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0.02
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 335 508 0 0 0 0 2 0 16 0 1 0 308082175 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8957/statm: 1339 239 197 169 0 50 0
[pid=8963] ppid=8957 vsize=28308 CPUtime=1121.76
/proc/8963/stat : 8963 (minisat_static) R 8957 8957 8868 0 -1 4194304 6613 0 0 0 112168 8 0 0 25 0 1 0 308082178 28987392 6599 1992294400 134512640 135212243 4294956240 18446744073709551615 134526157 0 0 4096 3 0 0 0 17 0 0 0
/proc/8963/statm: 7077 6599 76 170 0 6904 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 33664

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8963
/proc/meminfo: memFree=1795248/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0.02
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 335 508 0 0 0 0 2 0 16 0 1 0 308082175 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8957/statm: 1339 239 197 169 0 50 0
[pid=8963] ppid=8957 vsize=29036 CPUtime=1181.74
/proc/8963/stat : 8963 (minisat_static) R 8957 8957 8868 0 -1 4194304 6790 0 0 0 118166 8 0 0 25 0 1 0 308082178 29732864 6776 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/8963/statm: 7259 6776 76 170 0 7086 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 34392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8963
/proc/meminfo: memFree=1794160/2055920 swapFree=4180068/4192956
[pid=8957] ppid=8955 vsize=5356 CPUtime=0.02
/proc/8957/stat : 8957 (SatELiteGTI) S 8955 8957 8868 0 -1 4194304 335 508 0 0 0 0 2 0 16 0 1 0 308082175 5484544 239 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8957/statm: 1339 239 197 169 0 50 0
[pid=8963] ppid=8957 vsize=30176 CPUtime=1200.05
/proc/8963/stat : 8963 (minisat_static) R 8957 8957 8868 0 -1 4194304 7054 0 0 0 119996 9 0 0 25 0 1 0 308082178 30900224 7040 1992294400 134512640 135212243 4294956240 18446744073709551615 134526248 0 0 4096 3 0 0 0 17 0 0 0
/proc/8963/statm: 7544 7040 76 170 0 7371 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 35532

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.62
CPU time (s): 1200.09
CPU user time (s): 1199.98
CPU system time (s): 0.102984
CPU usage (%): 99.9559
Max. virtual memory (cumulated for all children) (KiB): 35532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.98
system time used= 0.102984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7907
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= 25
involuntary context switches= 3528

runsolver used 1.06484 second user time and 3.3125 second system time

The end

Launcher Data

Begin job on node23 at 2009-05-20 08:21:27
IDJOB=1833052
IDBENCH=70489
IDSOLVER=672
FILE ID=node23/1833052-1242800487
PBS_JOBID= 9322418
Free space on /tmp= 66448 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/75/unif-k7-r89-v75-c6675-S1394630553-009.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1833052-1242800487/watcher-1833052-1242800487 -o /tmp/evaluation-result-1833052-1242800487/solver-1833052-1242800487 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1833052-1242800487.cnf -random-seed=1491517676

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

MD5SUM BENCH= 699f3a80f674e8c0bc8bfc06cc4ce0c9
RANDOM SEED=1491517676

node23.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.238
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.238
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:       1823656 kB
Buffers:         43020 kB
Cached:         120944 kB
SwapCached:       7124 kB
Active:          40148 kB
Inactive:       132660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1823656 kB
SwapTotal:     4192956 kB
SwapFree:      4180068 kB
Dirty:            1732 kB
Writeback:           0 kB
Mapped:          14064 kB
Slab:            45508 kB
Committed_AS:  1023824 kB
PageTables:       1392 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= 66448 MiB
End job on node23 at 2009-05-20 08:41:29