Trace number 1524735

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.07 1200.42

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/800/
unif-k5-r20-v800-c16000-S1185462553-011.cnf
MD5SUM775d7caa3d486b151a5911ebb89973a9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark73.9568
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of clauses16000
Sum of the clauses size80000
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 516000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   16000    80000 |    4799       0        0     nan |  0.000 % |
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 800   #clauses: 16000   #literals: 80000
0.00/0.02	c CPU time:   0.017997 s
0.00/0.02	c ==============================================================================
0.00/0.05	This is MiniSat 2.0 beta
0.00/0.05	WARNING: for repeatability, setting FPU to use double precision
0.00/0.05	============================[ Problem Statistics ]=============================
0.00/0.05	|                                                                             |
0.00/0.05	|  Number of variables:  800                                                  |
0.00/0.05	|  Number of clauses:    16000                                                |
0.00/0.06	|  Parsing time:         0.01         s                                       |
1200.04/1200.41	HOME/lysat.sh: line 55: 13842 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-1524735-1238363845/watcher-1524735-1238363845 -o /tmp/evaluation-result-1524735-1238363845/solver-1524735-1238363845 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1524735-1238363845.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: 1.99 1.85 1.43 3/68 13839
/proc/meminfo: memFree=1280952/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0
/proc/13839/stat : 13839 (lysat.sh) R 13837 13839 13450 0 -1 4194304 267 0 0 0 0 0 0 0 20 0 1 0 1109046088 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 271894243999 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/13839/statm: 1339 234 194 169 0 50 0
[pid=13840] ppid=13839 vsize=824 CPUtime=0
/proc/13840/stat : 13840 (SatElite) R 13839 13839 13450 0 -1 4194304 119 0 0 0 0 0 0 0 20 0 1 0 1109046089 843776 103 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/13840/statm: 206 103 50 127 0 76 0

[startup+0.084082 s]
/proc/loadavg: 1.99 1.85 1.43 3/68 13839
/proc/meminfo: memFree=1280952/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0.04
/proc/13839/stat : 13839 (lysat.sh) S 13837 13839 13450 0 -1 4194304 311 436 0 0 0 0 4 0 16 0 1 0 1109046088 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+0.101078 s]
/proc/loadavg: 1.99 1.85 1.43 3/68 13839
/proc/meminfo: memFree=1280952/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0.04
/proc/13839/stat : 13839 (lysat.sh) S 13837 13839 13450 0 -1 4194304 311 436 0 0 0 0 4 0 16 0 1 0 1109046088 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+0.301099 s]
/proc/loadavg: 1.99 1.85 1.43 3/68 13839
/proc/meminfo: memFree=1280952/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0.04
/proc/13839/stat : 13839 (lysat.sh) S 13837 13839 13450 0 -1 4194304 311 436 0 0 0 0 4 0 16 0 1 0 1109046088 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+0.701141 s]
/proc/loadavg: 1.99 1.85 1.43 3/68 13839
/proc/meminfo: memFree=1280952/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0.04
/proc/13839/stat : 13839 (lysat.sh) S 13837 13839 13450 0 -1 4194304 311 436 0 0 0 0 4 0 16 0 1 0 1109046088 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+1.50122 s]
/proc/loadavg: 1.99 1.85 1.43 2/70 13842
/proc/meminfo: memFree=1274984/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0.04
/proc/13839/stat : 13839 (lysat.sh) S 13837 13839 13450 0 -1 4194304 311 436 0 0 0 0 4 0 16 0 1 0 1109046088 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 237 195 169 0 50 0
[pid=13842] ppid=13839 vsize=8220 CPUtime=1.43
/proc/13842/stat : 13842 (LySATc) R 13839 13839 13450 0 -1 4194304 1778 0 0 0 143 0 0 0 25 0 1 0 1109046094 8417280 1764 1992294400 134512640 135214827 4294956208 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 1 0 0
/proc/13842/statm: 2055 1764 78 171 0 1882 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 13576

[startup+3.10137 s]
/proc/loadavg: 1.91 1.84 1.43 2/70 13842
/proc/meminfo: memFree=1272040/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0.04
/proc/13839/stat : 13839 (lysat.sh) S 13837 13839 13450 0 -1 4194304 311 436 0 0 0 0 4 0 16 0 1 0 1109046088 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 237 195 169 0 50 0
[pid=13842] ppid=13839 vsize=9456 CPUtime=3.03
/proc/13842/stat : 13842 (LySATc) R 13839 13839 13450 0 -1 4194304 2108 0 0 0 303 0 0 0 25 0 1 0 1109046094 9682944 2094 1992294400 134512640 135214827 4294956208 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/13842/statm: 2364 2094 78 171 0 2191 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 14812

[startup+6.30169 s]
/proc/loadavg: 1.91 1.84 1.43 2/70 13842
/proc/meminfo: memFree=1270184/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0.04
/proc/13839/stat : 13839 (lysat.sh) S 13837 13839 13450 0 -1 4194304 311 436 0 0 0 0 4 0 16 0 1 0 1109046088 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 237 195 169 0 50 0
[pid=13842] ppid=13839 vsize=11304 CPUtime=6.23
/proc/13842/stat : 13842 (LySATc) R 13839 13839 13450 0 -1 4194304 2549 0 0 0 622 1 0 0 25 0 1 0 1109046094 11575296 2535 1992294400 134512640 135214827 4294956208 18446744073709551615 134529267 0 0 4096 3 0 0 0 17 1 0 0
/proc/13842/statm: 2826 2535 78 171 0 2653 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 16660

[startup+12.7013 s]
/proc/loadavg: 1.77 1.81 1.42 2/70 13842
/proc/meminfo: memFree=1269040/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0.04
/proc/13839/stat : 13839 (lysat.sh) S 13837 13839 13450 0 -1 4194304 311 436 0 0 0 0 4 0 16 0 1 0 1109046088 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 237 195 169 0 50 0
[pid=13842] ppid=13839 vsize=12492 CPUtime=12.63
/proc/13842/stat : 13842 (LySATc) R 13839 13839 13450 0 -1 4194304 2869 0 0 0 1262 1 0 0 25 0 1 0 1109046094 12791808 2855 1992294400 134512640 135214827 4294956208 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 1 0 0
/proc/13842/statm: 3123 2855 78 171 0 2950 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 17848

[startup+25.5016 s]
/proc/loadavg: 1.65 1.78 1.42 2/70 13842
/proc/meminfo: memFree=1266160/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0.04
/proc/13839/stat : 13839 (lysat.sh) S 13837 13839 13450 0 -1 4194304 311 436 0 0 0 0 4 0 16 0 1 0 1109046088 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 237 195 169 0 50 0
[pid=13842] ppid=13839 vsize=15264 CPUtime=25.42
/proc/13842/stat : 13842 (LySATc) R 13839 13839 13450 0 -1 4194304 3548 0 0 0 2541 1 0 0 25 0 1 0 1109046094 15630336 3534 1992294400 134512640 135214827 4294956208 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/13842/statm: 3816 3534 78 171 0 3643 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 20620

[startup+51.1012 s]
/proc/loadavg: 1.43 1.72 1.40 2/70 13842
/proc/meminfo: memFree=1264368/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0.04
/proc/13839/stat : 13839 (lysat.sh) S 13837 13839 13450 0 -1 4194304 311 436 0 0 0 0 4 0 16 0 1 0 1109046088 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 237 195 169 0 50 0
[pid=13842] ppid=13839 vsize=17116 CPUtime=51.02
/proc/13842/stat : 13842 (LySATc) R 13839 13839 13450 0 -1 4194304 4008 0 0 0 5100 2 0 0 25 0 1 0 1109046094 17526784 3994 1992294400 134512640 135214827 4294956208 18446744073709551615 134538639 0 0 4096 3 0 0 0 17 1 0 0
/proc/13842/statm: 4279 3994 78 171 0 4106 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 22472

[startup+102.305 s]
/proc/loadavg: 1.17 1.60 1.38 2/70 13842
/proc/meminfo: memFree=1261552/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0.04
/proc/13839/stat : 13839 (lysat.sh) S 13837 13839 13450 0 -1 4194304 311 436 0 0 0 0 4 0 16 0 1 0 1109046088 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 237 195 169 0 50 0
[pid=13842] ppid=13839 vsize=19920 CPUtime=102.2
/proc/13842/stat : 13842 (LySATc) R 13839 13839 13450 0 -1 4194304 4719 0 0 0 10217 3 0 0 25 0 1 0 1109046094 20398080 4705 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/13842/statm: 4980 4705 78 171 0 4807 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 25276

[startup+162.301 s]
/proc/loadavg: 1.07 1.49 1.35 2/70 13842
/proc/meminfo: memFree=1260144/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0.04
/proc/13839/stat : 13839 (lysat.sh) S 13837 13839 13450 0 -1 4194304 311 436 0 0 0 0 4 0 16 0 1 0 1109046088 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 237 195 169 0 50 0
[pid=13842] ppid=13839 vsize=21372 CPUtime=162.18
/proc/13842/stat : 13842 (LySATc) R 13839 13839 13450 0 -1 4194304 5069 0 0 0 16214 4 0 0 25 0 1 0 1109046094 21884928 5055 1992294400 134512640 135214827 4294956208 18446744073709551615 134529360 0 0 4096 3 0 0 0 17 1 0 0
/proc/13842/statm: 5343 5055 78 171 0 5170 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 26728

[startup+222.301 s]
/proc/loadavg: 1.02 1.39 1.33 2/70 13848
/proc/meminfo: memFree=1257712/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0.04
/proc/13839/stat : 13839 (lysat.sh) S 13837 13839 13450 0 -1 4194304 311 436 0 0 0 0 4 0 16 0 1 0 1109046088 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 237 195 169 0 50 0
[pid=13842] ppid=13839 vsize=23480 CPUtime=222.16
/proc/13842/stat : 13842 (LySATc) R 13839 13839 13450 0 -1 4194304 5603 0 0 0 22211 5 0 0 25 0 1 0 1109046094 24043520 5589 1992294400 134512640 135214827 4294956208 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/13842/statm: 5870 5589 78 171 0 5697 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 28836

[startup+282.301 s]
/proc/loadavg: 1.01 1.32 1.31 2/70 13848
/proc/meminfo: memFree=1256368/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0.04
/proc/13839/stat : 13839 (lysat.sh) S 13837 13839 13450 0 -1 4194304 311 436 0 0 0 0 4 0 16 0 1 0 1109046088 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 237 195 169 0 50 0
[pid=13842] ppid=13839 vsize=25072 CPUtime=282.15
/proc/13842/stat : 13842 (LySATc) R 13839 13839 13450 0 -1 4194304 5989 0 0 0 28209 6 0 0 25 0 1 0 1109046094 25673728 5975 1992294400 134512640 135214827 4294956208 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 1 0 0
/proc/13842/statm: 6268 5975 78 171 0 6095 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 30428

[startup+342.301 s]
/proc/loadavg: 1.00 1.26 1.28 2/70 13848
/proc/meminfo: memFree=1255024/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0.04
/proc/13839/stat : 13839 (lysat.sh) S 13837 13839 13450 0 -1 4194304 311 436 0 0 0 0 4 0 16 0 1 0 1109046088 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 237 195 169 0 50 0
[pid=13842] ppid=13839 vsize=26392 CPUtime=342.12
/proc/13842/stat : 13842 (LySATc) R 13839 13839 13450 0 -1 4194304 6321 0 0 0 34206 6 0 0 25 0 1 0 1109046094 27025408 6307 1992294400 134512640 135214827 4294956208 18446744073709551615 134529301 0 0 4096 3 0 0 0 17 1 0 0
/proc/13842/statm: 6598 6307 78 171 0 6425 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 31748

[startup+402.302 s]
/proc/loadavg: 1.00 1.21 1.26 2/70 13848
/proc/meminfo: memFree=1254704/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0.04
/proc/13839/stat : 13839 (lysat.sh) S 13837 13839 13450 0 -1 4194304 311 436 0 0 0 0 4 0 16 0 1 0 1109046088 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 237 195 169 0 50 0
[pid=13842] ppid=13839 vsize=26656 CPUtime=402.12
/proc/13842/stat : 13842 (LySATc) R 13839 13839 13450 0 -1 4194304 6393 0 0 0 40205 7 0 0 25 0 1 0 1109046094 27295744 6379 1992294400 134512640 135214827 4294956208 18446744073709551615 134529440 0 0 4096 3 0 0 0 17 1 0 0
/proc/13842/statm: 6664 6379 78 171 0 6491 0

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

[pid=13842] ppid=13839 vsize=28536 CPUtime=462.1
/proc/13842/stat : 13842 (LySATc) R 13839 13839 13450 0 -1 4194304 6849 0 0 0 46203 7 0 0 25 0 1 0 1109046094 29220864 6835 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/13842/statm: 7134 6835 78 171 0 6961 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 33892

[startup+522.302 s]
/proc/loadavg: 1.00 1.14 1.23 2/70 13848
/proc/meminfo: memFree=1252400/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0.04
/proc/13839/stat : 13839 (lysat.sh) S 13837 13839 13450 0 -1 4194304 311 436 0 0 0 0 4 0 16 0 1 0 1109046088 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 237 195 169 0 50 0
[pid=13842] ppid=13839 vsize=28932 CPUtime=522.08
/proc/13842/stat : 13842 (LySATc) R 13839 13839 13450 0 -1 4194304 6974 0 0 0 52201 7 0 0 25 0 1 0 1109046094 29626368 6960 1992294400 134512640 135214827 4294956208 18446744073709551615 134529479 0 0 4096 3 0 0 0 17 1 0 0
/proc/13842/statm: 7233 6960 78 171 0 7060 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 34288

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.21 2/70 13848
/proc/meminfo: memFree=1251760/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0.04
/proc/13839/stat : 13839 (lysat.sh) S 13837 13839 13450 0 -1 4194304 311 436 0 0 0 0 4 0 16 0 1 0 1109046088 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 237 195 169 0 50 0
[pid=13842] ppid=13839 vsize=29736 CPUtime=582.07
/proc/13842/stat : 13842 (LySATc) R 13839 13839 13450 0 -1 4194304 7159 0 0 0 58199 8 0 0 25 0 1 0 1109046094 30449664 7145 1992294400 134512640 135214827 4294956208 18446744073709551615 134527633 0 0 4096 3 0 0 0 17 1 0 0
/proc/13842/statm: 7434 7145 78 171 0 7261 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 35092

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.19 2/70 13848
/proc/meminfo: memFree=1251440/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0.04
/proc/13839/stat : 13839 (lysat.sh) S 13837 13839 13450 0 -1 4194304 311 436 0 0 0 0 4 0 16 0 1 0 1109046088 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 237 195 169 0 50 0
[pid=13842] ppid=13839 vsize=29868 CPUtime=642.05
/proc/13842/stat : 13842 (LySATc) R 13839 13839 13450 0 -1 4194304 7194 0 0 0 64197 8 0 0 25 0 1 0 1109046094 30584832 7180 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/13842/statm: 7467 7180 78 171 0 7294 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 35224

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.18 2/70 13848
/proc/meminfo: memFree=1251504/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0.04
/proc/13839/stat : 13839 (lysat.sh) S 13837 13839 13450 0 -1 4194304 311 436 0 0 0 0 4 0 16 0 1 0 1109046088 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 237 195 169 0 50 0
[pid=13842] ppid=13839 vsize=29868 CPUtime=702.03
/proc/13842/stat : 13842 (LySATc) R 13839 13839 13450 0 -1 4194304 7194 0 0 0 70195 8 0 0 25 0 1 0 1109046094 30584832 7180 1992294400 134512640 135214827 4294956208 18446744073709551615 134537440 0 0 4096 3 0 0 0 17 1 0 0
/proc/13842/statm: 7467 7180 78 171 0 7294 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 35224

[startup+762.306 s]
/proc/loadavg: 1.00 1.05 1.16 2/70 13848
/proc/meminfo: memFree=1248624/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0.04
/proc/13839/stat : 13839 (lysat.sh) S 13837 13839 13450 0 -1 4194304 311 436 0 0 0 0 4 0 16 0 1 0 1109046088 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 237 195 169 0 50 0
[pid=13842] ppid=13839 vsize=32876 CPUtime=762.02
/proc/13842/stat : 13842 (LySATc) R 13839 13839 13450 0 -1 4194304 7917 0 0 0 76193 9 0 0 25 0 1 0 1109046094 33665024 7903 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/13842/statm: 8219 7903 78 171 0 8046 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 38232

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.15 2/70 13848
/proc/meminfo: memFree=1248624/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0.04
/proc/13839/stat : 13839 (lysat.sh) S 13837 13839 13450 0 -1 4194304 311 436 0 0 0 0 4 0 16 0 1 0 1109046088 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 237 195 169 0 50 0
[pid=13842] ppid=13839 vsize=32860 CPUtime=822
/proc/13842/stat : 13842 (LySATc) R 13839 13839 13450 0 -1 4194304 7917 0 0 0 82191 9 0 0 25 0 1 0 1109046094 33648640 7903 1992294400 134512640 135214827 4294956208 18446744073709551615 134541270 0 0 4096 3 0 0 0 17 1 0 0
/proc/13842/statm: 8215 7903 78 171 0 8042 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 38216

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.14 2/70 13848
/proc/meminfo: memFree=1248048/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0.04
/proc/13839/stat : 13839 (lysat.sh) S 13837 13839 13450 0 -1 4194304 311 436 0 0 0 0 4 0 16 0 1 0 1109046088 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 237 195 169 0 50 0
[pid=13842] ppid=13839 vsize=33520 CPUtime=881.98
/proc/13842/stat : 13842 (LySATc) R 13839 13839 13450 0 -1 4194304 8071 0 0 0 88189 9 0 0 25 0 1 0 1109046094 34324480 8057 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/13842/statm: 8380 8057 78 171 0 8207 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 38876

[startup+942.301 s]
/proc/loadavg: 1.06 1.04 1.14 2/70 13848
/proc/meminfo: memFree=1247600/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0.04
/proc/13839/stat : 13839 (lysat.sh) S 13837 13839 13450 0 -1 4194304 311 436 0 0 0 0 4 0 16 0 1 0 1109046088 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 237 195 169 0 50 0
[pid=13842] ppid=13839 vsize=33880 CPUtime=941.97
/proc/13842/stat : 13842 (LySATc) R 13839 13839 13450 0 -1 4194304 8175 0 0 0 94187 10 0 0 25 0 1 0 1109046094 34693120 8161 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/13842/statm: 8470 8161 78 171 0 8297 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 39236

[startup+1002.3 s]
/proc/loadavg: 1.07 1.04 1.13 2/70 13848
/proc/meminfo: memFree=1247088/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0.04
/proc/13839/stat : 13839 (lysat.sh) S 13837 13839 13450 0 -1 4194304 311 436 0 0 0 0 4 0 16 0 1 0 1109046088 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 237 195 169 0 50 0
[pid=13842] ppid=13839 vsize=34408 CPUtime=1001.95
/proc/13842/stat : 13842 (LySATc) R 13839 13839 13450 0 -1 4194304 8306 0 0 0 100185 10 0 0 25 0 1 0 1109046094 35233792 8292 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/13842/statm: 8602 8292 78 171 0 8429 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 39764

[startup+1062.3 s]
/proc/loadavg: 1.08 1.05 1.12 2/70 13848
/proc/meminfo: memFree=1246960/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0.04
/proc/13839/stat : 13839 (lysat.sh) S 13837 13839 13450 0 -1 4194304 311 436 0 0 0 0 4 0 16 0 1 0 1109046088 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 237 195 169 0 50 0
[pid=13842] ppid=13839 vsize=34516 CPUtime=1061.93
/proc/13842/stat : 13842 (LySATc) R 13839 13839 13450 0 -1 4194304 8341 0 0 0 106183 10 0 0 25 0 1 0 1109046094 35344384 8327 1992294400 134512640 135214827 4294956208 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 1 0 0
/proc/13842/statm: 8629 8327 78 171 0 8456 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 39872

[startup+1122.3 s]
/proc/loadavg: 1.16 1.08 1.13 2/70 13848
/proc/meminfo: memFree=1246960/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0.04
/proc/13839/stat : 13839 (lysat.sh) S 13837 13839 13450 0 -1 4194304 311 436 0 0 0 0 4 0 16 0 1 0 1109046088 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 237 195 169 0 50 0
[pid=13842] ppid=13839 vsize=34864 CPUtime=1121.91
/proc/13842/stat : 13842 (LySATc) R 13839 13839 13450 0 -1 4194304 8419 0 0 0 112181 10 0 0 25 0 1 0 1109046094 35700736 8402 1992294400 134512640 135214827 4294956208 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 1 0 0
/proc/13842/statm: 8716 8402 78 171 0 8543 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 40220

[startup+1182.3 s]
/proc/loadavg: 1.11 1.08 1.12 2/70 13848
/proc/meminfo: memFree=1243568/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0.04
/proc/13839/stat : 13839 (lysat.sh) S 13837 13839 13450 0 -1 4194304 311 436 0 0 0 0 4 0 16 0 1 0 1109046088 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 237 195 169 0 50 0
[pid=13842] ppid=13839 vsize=37900 CPUtime=1181.9
/proc/13842/stat : 13842 (LySATc) R 13839 13839 13450 0 -1 4194304 9177 0 0 0 118179 11 0 0 25 0 1 0 1109046094 38809600 9160 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/13842/statm: 9475 9160 78 171 0 9302 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 43256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.08 1.07 1.12 2/70 13848
/proc/meminfo: memFree=1243568/2055920 swapFree=4175244/4192956
[pid=13839] ppid=13837 vsize=5356 CPUtime=0.04
/proc/13839/stat : 13839 (lysat.sh) S 13837 13839 13450 0 -1 4194304 311 436 0 0 0 0 4 0 16 0 1 0 1109046088 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 237 195 169 0 50 0
[pid=13842] ppid=13839 vsize=37900 CPUtime=1200
/proc/13842/stat : 13842 (LySATc) R 13839 13839 13450 0 -1 4194304 9199 0 0 0 119989 11 0 0 25 0 1 0 1109046094 38809600 9182 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/13842/statm: 9475 9182 78 171 0 9302 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 43256

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.42
CPU time (s): 1200.07
CPU user time (s): 1199.94
CPU system time (s): 0.12998
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 43256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.94
system time used= 0.12998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9956
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= 19
involuntary context switches= 1856

runsolver used 1.05184 second user time and 3.32549 second system time

The end

Launcher Data

Begin job on node60 at 2009-03-29 23:57:25
IDJOB=1524735
IDBENCH=70203
IDSOLVER=512
FILE ID=node60/1524735-1238363845
PBS_JOBID= 9061170
Free space on /tmp= 66404 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/800/unif-k5-r20-v800-c16000-S1185462553-011.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524735-1238363845/watcher-1524735-1238363845 -o /tmp/evaluation-result-1524735-1238363845/solver-1524735-1238363845 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1524735-1238363845.cnf c

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

MD5SUM BENCH= 775d7caa3d486b151a5911ebb89973a9
RANDOM SEED=95940531

node60.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.202
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.202
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:       1281368 kB
Buffers:         85456 kB
Cached:         599732 kB
SwapCached:      10996 kB
Active:         225564 kB
Inactive:       472708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1281368 kB
SwapTotal:     4192956 kB
SwapFree:      4175244 kB
Dirty:            2536 kB
Writeback:           0 kB
Mapped:          18384 kB
Slab:            61768 kB
Committed_AS:  3223812 kB
PageTables:       1712 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= 66400 MiB
End job on node60 at 2009-03-30 00:17:27