Trace number 1524850

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
LySAT c/2009-03-20? (TO) 1200.1 1200.71

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/700/
unif-k5-r20-v700-c14000-S1018145191-052.cnf
MD5SUM38e0bd101ebf8f53eafa7d9a988513ec
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.53731
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses14000
Sum of the clauses size70000
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 514000
Number of clauses of size over 50

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 |   14000    70000 |    4199       0        0     nan |  0.000 % |
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 700   #clauses: 14000   #literals: 70000
0.00/0.01	c CPU time:   0.011998 s
0.00/0.01	c ==============================================================================
0.00/0.04	This is MiniSat 2.0 beta
0.00/0.04	WARNING: for repeatability, setting FPU to use double precision
0.00/0.04	============================[ Problem Statistics ]=============================
0.00/0.04	|                                                                             |
0.00/0.04	|  Number of variables:  700                                                  |
0.00/0.04	|  Number of clauses:    14000                                                |
0.00/0.05	|  Parsing time:         0.01         s                                       |
1200.08/1200.71	HOME/lysat.sh: line 55:  7591 Terminated              $MS$OPT -verbosity=0 $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:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1524850-1238365602/watcher-1524850-1238365602 -o /tmp/evaluation-result-1524850-1238365602/solver-1524850-1238365602 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1524850-1238365602.cnf c 

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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.99 1.15 3/64 7588
/proc/meminfo: memFree=803200/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0
/proc/7588/stat : 7588 (lysat.sh) R 7586 7588 7186 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1109226339 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 212234463903 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/7588/statm: 1339 234 194 169 0 50 0
[pid=7589] ppid=7588 vsize=824 CPUtime=0
/proc/7589/stat : 7589 (SatElite) R 7588 7588 7186 0 -1 4194304 134 0 0 0 0 0 0 0 18 0 1 0 1109226339 843776 118 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/7589/statm: 206 118 50 127 0 76 0

[startup+0.0783231 s]
/proc/loadavg: 0.92 0.99 1.15 3/64 7588
/proc/meminfo: memFree=803200/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0.03
/proc/7588/stat : 7588 (lysat.sh) S 7586 7588 7186 0 -1 4194304 311 396 0 0 0 0 3 0 16 0 1 0 1109226339 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7588/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5356

[startup+0.101325 s]
/proc/loadavg: 0.92 0.99 1.15 3/64 7588
/proc/meminfo: memFree=803200/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0.03
/proc/7588/stat : 7588 (lysat.sh) S 7586 7588 7186 0 -1 4194304 311 396 0 0 0 0 3 0 16 0 1 0 1109226339 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7588/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5356

[startup+0.301362 s]
/proc/loadavg: 0.92 0.99 1.15 3/64 7588
/proc/meminfo: memFree=803200/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0.03
/proc/7588/stat : 7588 (lysat.sh) S 7586 7588 7186 0 -1 4194304 311 396 0 0 0 0 3 0 16 0 1 0 1109226339 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7588/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5356

[startup+0.701432 s]
/proc/loadavg: 0.92 0.99 1.15 3/64 7588
/proc/meminfo: memFree=803200/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0.03
/proc/7588/stat : 7588 (lysat.sh) S 7586 7588 7186 0 -1 4194304 311 396 0 0 0 0 3 0 16 0 1 0 1109226339 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7588/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5356

[startup+1.50156 s]
/proc/loadavg: 0.92 0.99 1.15 2/66 7591
/proc/meminfo: memFree=797872/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0.03
/proc/7588/stat : 7588 (lysat.sh) S 7586 7588 7186 0 -1 4194304 311 396 0 0 0 0 3 0 16 0 1 0 1109226339 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7588/statm: 1339 237 195 169 0 50 0
[pid=7591] ppid=7588 vsize=7484 CPUtime=1.44
/proc/7591/stat : 7591 (LySATc) R 7588 7588 7186 0 -1 4194304 1602 0 0 0 143 1 0 0 25 0 1 0 1109226344 7663616 1588 1992294400 134512640 135214827 4294956208 18446744073709551615 134528367 0 0 4096 3 0 0 0 17 0 0 0
/proc/7591/statm: 1871 1588 78 171 0 1698 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 12840

[startup+3.10284 s]
/proc/loadavg: 0.92 0.99 1.15 2/66 7591
/proc/meminfo: memFree=796400/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0.03
/proc/7588/stat : 7588 (lysat.sh) S 7586 7588 7186 0 -1 4194304 311 396 0 0 0 0 3 0 16 0 1 0 1109226339 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7588/statm: 1339 237 195 169 0 50 0
[pid=7591] ppid=7588 vsize=8540 CPUtime=3.04
/proc/7591/stat : 7591 (LySATc) R 7588 7588 7186 0 -1 4194304 1869 0 0 0 303 1 0 0 25 0 1 0 1109226344 8744960 1855 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/7591/statm: 2135 1855 78 171 0 1962 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 13896

[startup+6.30139 s]
/proc/loadavg: 0.93 0.99 1.15 2/66 7591
/proc/meminfo: memFree=794352/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0.03
/proc/7588/stat : 7588 (lysat.sh) S 7586 7588 7186 0 -1 4194304 311 396 0 0 0 0 3 0 16 0 1 0 1109226339 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7588/statm: 1339 237 195 169 0 50 0
[pid=7591] ppid=7588 vsize=9728 CPUtime=6.24
/proc/7591/stat : 7591 (LySATc) R 7588 7588 7186 0 -1 4194304 2141 0 0 0 623 1 0 0 25 0 1 0 1109226344 9961472 2127 1992294400 134512640 135214827 4294956208 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 0 0 0
/proc/7591/statm: 2432 2127 78 171 0 2259 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 15084

[startup+12.7015 s]
/proc/loadavg: 0.93 0.99 1.15 2/66 7591
/proc/meminfo: memFree=792688/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0.03
/proc/7588/stat : 7588 (lysat.sh) S 7586 7588 7186 0 -1 4194304 311 396 0 0 0 0 3 0 16 0 1 0 1109226339 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7588/statm: 1339 237 195 169 0 50 0
[pid=7591] ppid=7588 vsize=11048 CPUtime=12.63
/proc/7591/stat : 7591 (LySATc) R 7588 7588 7186 0 -1 4194304 2494 0 0 0 1262 1 0 0 25 0 1 0 1109226344 11313152 2480 1992294400 134512640 135214827 4294956208 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 0 0 0
/proc/7591/statm: 2762 2480 78 171 0 2589 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 16404

[startup+25.5017 s]
/proc/loadavg: 0.95 0.99 1.14 2/66 7591
/proc/meminfo: memFree=791472/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0.03
/proc/7588/stat : 7588 (lysat.sh) S 7586 7588 7186 0 -1 4194304 311 396 0 0 0 0 3 0 16 0 1 0 1109226339 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7588/statm: 1339 237 195 169 0 50 0
[pid=7591] ppid=7588 vsize=12500 CPUtime=25.43
/proc/7591/stat : 7591 (LySATc) R 7588 7588 7186 0 -1 4194304 2830 0 0 0 2541 2 0 0 25 0 1 0 1109226344 12800000 2816 1992294400 134512640 135214827 4294956208 18446744073709551615 134529473 0 0 4096 3 0 0 0 17 0 0 0
/proc/7591/statm: 3125 2816 78 171 0 2952 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 17856

[startup+51.1011 s]
/proc/loadavg: 0.96 0.99 1.14 2/66 7591
/proc/meminfo: memFree=789744/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0.03
/proc/7588/stat : 7588 (lysat.sh) S 7586 7588 7186 0 -1 4194304 311 396 0 0 0 0 3 0 16 0 1 0 1109226339 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7588/statm: 1339 237 195 169 0 50 0
[pid=7591] ppid=7588 vsize=14220 CPUtime=51.01
/proc/7591/stat : 7591 (LySATc) R 7588 7588 7186 0 -1 4194304 3262 0 0 0 5099 2 0 0 25 0 1 0 1109226344 14561280 3248 1992294400 134512640 135214827 4294956208 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/7591/statm: 3555 3248 78 171 0 3382 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 19576

[startup+102.306 s]
/proc/loadavg: 0.98 0.99 1.13 2/66 7591
/proc/meminfo: memFree=786800/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0.03
/proc/7588/stat : 7588 (lysat.sh) S 7586 7588 7186 0 -1 4194304 311 396 0 0 0 0 3 0 16 0 1 0 1109226339 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7588/statm: 1339 237 195 169 0 50 0
[pid=7591] ppid=7588 vsize=16992 CPUtime=102.2
/proc/7591/stat : 7591 (LySATc) R 7588 7588 7186 0 -1 4194304 3959 0 0 0 10217 3 0 0 25 0 1 0 1109226344 17399808 3945 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/7591/statm: 4248 3945 78 171 0 4075 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 22348

[startup+162.301 s]
/proc/loadavg: 0.99 0.99 1.12 2/66 7591
/proc/meminfo: memFree=784688/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0.03
/proc/7588/stat : 7588 (lysat.sh) S 7586 7588 7186 0 -1 4194304 311 396 0 0 0 0 3 0 16 0 1 0 1109226339 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7588/statm: 1339 237 195 169 0 50 0
[pid=7591] ppid=7588 vsize=19128 CPUtime=162.16
/proc/7591/stat : 7591 (LySATc) R 7588 7588 7186 0 -1 4194304 4493 0 0 0 16213 3 0 0 25 0 1 0 1109226344 19587072 4479 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/7591/statm: 4782 4479 78 171 0 4609 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 24484

[startup+222.302 s]
/proc/loadavg: 0.99 0.99 1.11 2/66 7591
/proc/meminfo: memFree=783024/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0.03
/proc/7588/stat : 7588 (lysat.sh) S 7586 7588 7186 0 -1 4194304 311 396 0 0 0 0 3 0 16 0 1 0 1109226339 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7588/statm: 1339 237 195 169 0 50 0
[pid=7591] ppid=7588 vsize=20844 CPUtime=222.13
/proc/7591/stat : 7591 (LySATc) R 7588 7588 7186 0 -1 4194304 4909 0 0 0 22209 4 0 0 25 0 1 0 1109226344 21344256 4895 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/7591/statm: 5211 4895 78 171 0 5038 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 26200

[startup+282.302 s]
/proc/loadavg: 0.99 0.99 1.09 2/66 7591
/proc/meminfo: memFree=782000/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0.03
/proc/7588/stat : 7588 (lysat.sh) S 7586 7588 7186 0 -1 4194304 311 396 0 0 0 0 3 0 16 0 1 0 1109226339 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7588/statm: 1339 237 195 169 0 50 0
[pid=7591] ppid=7588 vsize=21768 CPUtime=282.1
/proc/7591/stat : 7591 (LySATc) R 7588 7588 7186 0 -1 4194304 5158 0 0 0 28206 4 0 0 25 0 1 0 1109226344 22290432 5144 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/7591/statm: 5442 5144 78 171 0 5269 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 27124

[startup+342.301 s]
/proc/loadavg: 0.99 0.99 1.09 2/66 7591
/proc/meminfo: memFree=781360/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0.03
/proc/7588/stat : 7588 (lysat.sh) S 7586 7588 7186 0 -1 4194304 311 396 0 0 0 0 3 0 16 0 1 0 1109226339 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7588/statm: 1339 237 195 169 0 50 0
[pid=7591] ppid=7588 vsize=22428 CPUtime=342.08
/proc/7591/stat : 7591 (LySATc) R 7588 7588 7186 0 -1 4194304 5324 0 0 0 34204 4 0 0 25 0 1 0 1109226344 22966272 5310 1992294400 134512640 135214827 4294956208 18446744073709551615 134529469 0 0 4096 3 0 0 0 17 0 0 0
/proc/7591/statm: 5607 5310 78 171 0 5434 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 27784

[startup+402.302 s]
/proc/loadavg: 0.99 0.99 1.08 2/66 7591
/proc/meminfo: memFree=778864/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0.03
/proc/7588/stat : 7588 (lysat.sh) S 7586 7588 7186 0 -1 4194304 311 396 0 0 0 0 3 0 16 0 1 0 1109226339 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7588/statm: 1339 237 195 169 0 50 0
[pid=7591] ppid=7588 vsize=24936 CPUtime=402.04
/proc/7591/stat : 7591 (LySATc) R 7588 7588 7186 0 -1 4194304 5953 0 0 0 40199 5 0 0 25 0 1 0 1109226344 25534464 5939 1992294400 134512640 135214827 4294956208 18446744073709551615 134538727 0 0 4096 3 0 0 0 17 0 0 0
/proc/7591/statm: 6234 5939 78 171 0 6061 0

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

[pid=7591] ppid=7588 vsize=25596 CPUtime=521.99
/proc/7591/stat : 7591 (LySATc) R 7588 7588 7186 0 -1 4194304 6122 0 0 0 52194 5 0 0 25 0 1 0 1109226344 26210304 6108 1992294400 134512640 135214827 4294956208 18446744073709551615 134529476 0 0 4096 3 0 0 0 17 0 0 0
/proc/7591/statm: 6399 6108 78 171 0 6226 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 30952

[startup+582.303 s]
/proc/loadavg: 0.99 0.99 1.06 2/66 7591
/proc/meminfo: memFree=776880/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0.03
/proc/7588/stat : 7588 (lysat.sh) S 7586 7588 7186 0 -1 4194304 311 396 0 0 0 0 3 0 16 0 1 0 1109226339 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7588/statm: 1339 237 195 169 0 50 0
[pid=7591] ppid=7588 vsize=27048 CPUtime=581.96
/proc/7591/stat : 7591 (LySATc) R 7588 7588 7186 0 -1 4194304 6465 0 0 0 58191 5 0 0 25 0 1 0 1109226344 27697152 6451 1992294400 134512640 135214827 4294956208 18446744073709551615 134536865 0 0 4096 3 0 0 0 17 0 0 0
/proc/7591/statm: 6762 6451 78 171 0 6589 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 32404

[startup+642.302 s]
/proc/loadavg: 0.99 0.99 1.06 2/66 7591
/proc/meminfo: memFree=776176/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0.03
/proc/7588/stat : 7588 (lysat.sh) S 7586 7588 7186 0 -1 4194304 311 396 0 0 0 0 3 0 16 0 1 0 1109226339 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7588/statm: 1339 237 195 169 0 50 0
[pid=7591] ppid=7588 vsize=27712 CPUtime=641.93
/proc/7591/stat : 7591 (LySATc) R 7588 7588 7186 0 -1 4194304 6644 0 0 0 64188 5 0 0 25 0 1 0 1109226344 28377088 6630 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/7591/statm: 6928 6630 78 171 0 6755 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 33068

[startup+702.301 s]
/proc/loadavg: 0.99 0.99 1.05 2/66 7591
/proc/meminfo: memFree=775984/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0.03
/proc/7588/stat : 7588 (lysat.sh) S 7586 7588 7186 0 -1 4194304 311 396 0 0 0 0 3 0 16 0 1 0 1109226339 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7588/statm: 1339 237 195 169 0 50 0
[pid=7591] ppid=7588 vsize=27844 CPUtime=701.9
/proc/7591/stat : 7591 (LySATc) R 7588 7588 7186 0 -1 4194304 6665 0 0 0 70185 5 0 0 25 0 1 0 1109226344 28512256 6651 1992294400 134512640 135214827 4294956208 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 0 0 0
/proc/7591/statm: 6961 6651 78 171 0 6788 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 33200

[startup+762.306 s]
/proc/loadavg: 0.99 0.99 1.05 2/66 7591
/proc/meminfo: memFree=775472/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0.03
/proc/7588/stat : 7588 (lysat.sh) S 7586 7588 7186 0 -1 4194304 311 396 0 0 0 0 3 0 16 0 1 0 1109226339 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7588/statm: 1339 237 195 169 0 50 0
[pid=7591] ppid=7588 vsize=28240 CPUtime=761.87
/proc/7591/stat : 7591 (LySATc) R 7588 7588 7186 0 -1 4194304 6778 0 0 0 76181 6 0 0 25 0 1 0 1109226344 28917760 6764 1992294400 134512640 135214827 4294956208 18446744073709551615 134529381 0 0 4096 3 0 0 0 17 0 0 0
/proc/7591/statm: 7060 6764 78 171 0 6887 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 33596

[startup+822.301 s]
/proc/loadavg: 0.99 0.99 1.04 2/66 7593
/proc/meminfo: memFree=775080/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0.03
/proc/7588/stat : 7588 (lysat.sh) S 7586 7588 7186 0 -1 4194304 311 396 0 0 0 0 3 0 16 0 1 0 1109226339 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7588/statm: 1339 237 195 169 0 50 0
[pid=7591] ppid=7588 vsize=28372 CPUtime=821.82
/proc/7591/stat : 7591 (LySATc) R 7588 7588 7186 0 -1 4194304 6840 0 0 0 82176 6 0 0 25 0 1 0 1109226344 29052928 6804 1992294400 134512640 135214827 4294956208 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 0 0 0
/proc/7591/statm: 7093 6804 78 171 0 6920 0
Current children cumulated CPU time (s) 821.85
Current children cumulated vsize (KiB) 33728

[startup+882.302 s]
/proc/loadavg: 0.99 0.99 1.03 2/66 7593
/proc/meminfo: memFree=774896/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0.03
/proc/7588/stat : 7588 (lysat.sh) S 7586 7588 7186 0 -1 4194304 311 396 0 0 0 0 3 0 16 0 1 0 1109226339 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7588/statm: 1339 237 195 169 0 50 0
[pid=7591] ppid=7588 vsize=28768 CPUtime=881.79
/proc/7591/stat : 7591 (LySATc) R 7588 7588 7186 0 -1 4194304 6934 0 0 0 88173 6 0 0 25 0 1 0 1109226344 29458432 6898 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/7591/statm: 7192 6898 78 171 0 7019 0
Current children cumulated CPU time (s) 881.82
Current children cumulated vsize (KiB) 34124

[startup+942.302 s]
/proc/loadavg: 0.99 0.99 1.03 2/66 7593
/proc/meminfo: memFree=773168/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0.03
/proc/7588/stat : 7588 (lysat.sh) S 7586 7588 7186 0 -1 4194304 311 396 0 0 0 0 3 0 16 0 1 0 1109226339 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7588/statm: 1339 237 195 169 0 50 0
[pid=7591] ppid=7588 vsize=30696 CPUtime=941.75
/proc/7591/stat : 7591 (LySATc) R 7588 7588 7186 0 -1 4194304 7386 0 0 0 94169 6 0 0 25 0 1 0 1109226344 31432704 7350 1992294400 134512640 135214827 4294956208 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 0 0 0
/proc/7591/statm: 7674 7350 78 171 0 7501 0
Current children cumulated CPU time (s) 941.78
Current children cumulated vsize (KiB) 36052

[startup+1002.3 s]
/proc/loadavg: 0.99 0.99 1.02 2/66 7593
/proc/meminfo: memFree=772272/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0.03
/proc/7588/stat : 7588 (lysat.sh) S 7586 7588 7186 0 -1 4194304 311 396 0 0 0 0 3 0 16 0 1 0 1109226339 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7588/statm: 1339 237 195 169 0 50 0
[pid=7591] ppid=7588 vsize=31620 CPUtime=1001.73
/proc/7591/stat : 7591 (LySATc) R 7588 7588 7186 0 -1 4194304 7610 0 0 0 100167 6 0 0 25 0 1 0 1109226344 32378880 7574 1992294400 134512640 135214827 4294956208 18446744073709551615 134529390 0 0 4096 3 0 0 0 17 0 0 0
/proc/7591/statm: 7905 7574 78 171 0 7732 0
Current children cumulated CPU time (s) 1001.76
Current children cumulated vsize (KiB) 36976

[startup+1062.3 s]
/proc/loadavg: 0.99 0.99 1.02 2/66 7593
/proc/meminfo: memFree=772272/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0.03
/proc/7588/stat : 7588 (lysat.sh) S 7586 7588 7186 0 -1 4194304 311 396 0 0 0 0 3 0 16 0 1 0 1109226339 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7588/statm: 1339 237 195 169 0 50 0
[pid=7591] ppid=7588 vsize=31620 CPUtime=1061.7
/proc/7591/stat : 7591 (LySATc) R 7588 7588 7186 0 -1 4194304 7621 0 0 0 106164 6 0 0 25 0 1 0 1109226344 32378880 7585 1992294400 134512640 135214827 4294956208 18446744073709551615 134537265 0 0 4096 3 0 0 0 17 0 0 0
/proc/7591/statm: 7905 7585 78 171 0 7732 0
Current children cumulated CPU time (s) 1061.73
Current children cumulated vsize (KiB) 36976

[startup+1122.3 s]
/proc/loadavg: 0.99 0.99 1.01 2/66 7593
/proc/meminfo: memFree=771760/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0.03
/proc/7588/stat : 7588 (lysat.sh) S 7586 7588 7186 0 -1 4194304 311 396 0 0 0 0 3 0 16 0 1 0 1109226339 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7588/statm: 1339 237 195 169 0 50 0
[pid=7591] ppid=7588 vsize=32148 CPUtime=1121.67
/proc/7591/stat : 7591 (LySATc) R 7588 7588 7186 0 -1 4194304 7749 0 0 0 112160 7 0 0 25 0 1 0 1109226344 32919552 7713 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/7591/statm: 8037 7713 78 171 0 7864 0
Current children cumulated CPU time (s) 1121.7
Current children cumulated vsize (KiB) 37504

[startup+1182.3 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 7593
/proc/meminfo: memFree=771760/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0.03
/proc/7588/stat : 7588 (lysat.sh) S 7586 7588 7186 0 -1 4194304 311 396 0 0 0 0 3 0 16 0 1 0 1109226339 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7588/statm: 1339 237 195 169 0 50 0
[pid=7591] ppid=7588 vsize=32136 CPUtime=1181.65
/proc/7591/stat : 7591 (LySATc) R 7588 7588 7186 0 -1 4194304 7749 0 0 0 118158 7 0 0 25 0 1 0 1109226344 32907264 7713 1992294400 134512640 135214827 4294956208 18446744073709551615 134538900 0 0 4096 3 0 0 0 17 0 0 0
/proc/7591/statm: 8034 7713 78 171 0 7861 0
Current children cumulated CPU time (s) 1181.68
Current children cumulated vsize (KiB) 37492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 7593
/proc/meminfo: memFree=771760/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0.03
/proc/7588/stat : 7588 (lysat.sh) S 7586 7588 7186 0 -1 4194304 311 396 0 0 0 0 3 0 16 0 1 0 1109226339 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7588/statm: 1339 237 195 169 0 50 0
[pid=7591] ppid=7588 vsize=32268 CPUtime=1200.05
/proc/7591/stat : 7591 (LySATc) R 7588 7588 7186 0 -1 4194304 7764 0 0 0 119998 7 0 0 25 0 1 0 1109226344 33042432 7728 1992294400 134512640 135214827 4294956208 18446744073709551615 134529485 0 0 4096 3 0 0 0 17 0 0 0
/proc/7591/statm: 8067 7728 78 171 0 7894 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 37624

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.7 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 7593
/proc/meminfo: memFree=771760/2055920 swapFree=4177928/4192956
[pid=7588] ppid=7586 vsize=5356 CPUtime=0.03
/proc/7588/stat : 7588 (lysat.sh) S 7586 7588 7186 0 -1 4194304 311 396 0 0 0 0 3 0 16 0 1 0 1109226339 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7588/statm: 1339 237 195 169 0 50 0
[pid=7591] ppid=7588 vsize=32268 CPUtime=1200.05
/proc/7591/stat : 7591 (LySATc) R 7588 7588 7186 0 -1 4194304 7764 0 0 0 119998 7 0 0 25 0 1 0 1109226344 33042432 7728 1992294400 134512640 135214827 4294956208 18446744073709551615 134529485 0 0 4096 3 0 0 0 17 0 0 0
/proc/7591/statm: 8067 7728 78 171 0 7894 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 37624

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.71
CPU time (s): 1200.1
CPU user time (s): 1200.02
CPU system time (s): 0.085986
CPU usage (%): 99.9492
Max. virtual memory (cumulated for all children) (KiB): 37624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.02
system time used= 0.085986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8481
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= 17
involuntary context switches= 4673

runsolver used 0.908861 second user time and 3.46847 second system time

The end

Launcher Data

Begin job on node14 at 2009-03-30 00:26:42
IDJOB=1524850
IDBENCH=70226
IDSOLVER=512
FILE ID=node14/1524850-1238365602
PBS_JOBID= 9061214
Free space on /tmp= 65480 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/700/unif-k5-r20-v700-c14000-S1018145191-052.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524850-1238365602/watcher-1524850-1238365602 -o /tmp/evaluation-result-1524850-1238365602/solver-1524850-1238365602 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1524850-1238365602.cnf c

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

MD5SUM BENCH= 38e0bd101ebf8f53eafa7d9a988513ec
RANDOM SEED=1927532079

node14.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.270
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	: 5931.00
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.270
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:        803744 kB
Buffers:         96660 kB
Cached:        1057380 kB
SwapCached:       8964 kB
Active:         158680 kB
Inactive:      1005920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        803744 kB
SwapTotal:     4192956 kB
SwapFree:      4177928 kB
Dirty:            2500 kB
Writeback:           0 kB
Mapped:          16296 kB
Slab:            73624 kB
Committed_AS:  2827592 kB
PageTables:       1456 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= 65476 MiB
End job on node14 at 2009-03-30 00:46:45