Trace number 1524720

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.05 1200.62

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/800/
unif-k5-r20-v800-c16000-S1183359164-025.cnf
MD5SUMeb88883744268c4015fbf88194e85a82
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.16961
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.015997 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.02/1200.61	HOME/lysat.sh: line 55: 30969 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-1524720-1238363674/watcher-1524720-1238363674 -o /tmp/evaluation-result-1524720-1238363674/solver-1524720-1238363674 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1524720-1238363674.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.98 0.92 3/64 30966
/proc/meminfo: memFree=867256/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0
/proc/30966/stat : 30966 (lysat.sh) R 30964 30966 30686 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1109032602 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 264907582111 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/30966/statm: 1339 234 194 169 0 50 0
[pid=30967] ppid=30966 vsize=824 CPUtime=0
/proc/30967/stat : 30967 (SatElite) R 30966 30966 30686 0 -1 4194304 136 0 0 0 0 0 0 0 18 0 1 0 1109032603 843776 120 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/30967/statm: 206 120 50 127 0 76 0

[startup+0.0732471 s]
/proc/loadavg: 0.92 0.98 0.92 3/64 30966
/proc/meminfo: memFree=867256/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0.04
/proc/30966/stat : 30966 (lysat.sh) S 30964 30966 30686 0 -1 4194304 310 436 0 0 0 0 4 0 17 0 1 0 1109032602 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30966/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+0.10125 s]
/proc/loadavg: 0.92 0.98 0.92 3/64 30966
/proc/meminfo: memFree=867256/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0.04
/proc/30966/stat : 30966 (lysat.sh) S 30964 30966 30686 0 -1 4194304 310 436 0 0 0 0 4 0 17 0 1 0 1109032602 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30966/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+0.301283 s]
/proc/loadavg: 0.92 0.98 0.92 3/64 30966
/proc/meminfo: memFree=867256/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0.04
/proc/30966/stat : 30966 (lysat.sh) S 30964 30966 30686 0 -1 4194304 310 436 0 0 0 0 4 0 17 0 1 0 1109032602 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30966/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+0.701343 s]
/proc/loadavg: 0.92 0.98 0.92 3/64 30966
/proc/meminfo: memFree=867256/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0.04
/proc/30966/stat : 30966 (lysat.sh) S 30964 30966 30686 0 -1 4194304 310 436 0 0 0 0 4 0 17 0 1 0 1109032602 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30966/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+1.50145 s]
/proc/loadavg: 0.92 0.98 0.92 2/66 30969
/proc/meminfo: memFree=861544/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0.04
/proc/30966/stat : 30966 (lysat.sh) S 30964 30966 30686 0 -1 4194304 310 436 0 0 0 0 4 0 17 0 1 0 1109032602 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30966/statm: 1339 237 195 169 0 50 0
[pid=30969] ppid=30966 vsize=7916 CPUtime=1.43
/proc/30969/stat : 30969 (LySATc) R 30966 30966 30686 0 -1 4194304 1711 0 0 0 143 0 0 0 25 0 1 0 1109032607 8105984 1697 1992294400 134512640 135214827 4294956224 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 1979 1697 78 171 0 1806 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 13272

[startup+3.10268 s]
/proc/loadavg: 0.92 0.98 0.92 2/66 30969
/proc/meminfo: memFree=858408/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0.04
/proc/30966/stat : 30966 (lysat.sh) S 30964 30966 30686 0 -1 4194304 310 436 0 0 0 0 4 0 17 0 1 0 1109032602 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30966/statm: 1339 237 195 169 0 50 0
[pid=30969] ppid=30966 vsize=9500 CPUtime=3.03
/proc/30969/stat : 30969 (LySATc) R 30966 30966 30686 0 -1 4194304 2113 0 0 0 303 0 0 0 25 0 1 0 1109032607 9728000 2099 1992294400 134512640 135214827 4294956224 18446744073709551615 134538900 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 2375 2099 78 171 0 2202 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 14856

[startup+6.30114 s]
/proc/loadavg: 0.93 0.98 0.92 2/66 30969
/proc/meminfo: memFree=856552/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0.04
/proc/30966/stat : 30966 (lysat.sh) S 30964 30966 30686 0 -1 4194304 310 436 0 0 0 0 4 0 17 0 1 0 1109032602 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30966/statm: 1339 237 195 169 0 50 0
[pid=30969] ppid=30966 vsize=11480 CPUtime=6.24
/proc/30969/stat : 30969 (LySATc) R 30966 30966 30686 0 -1 4194304 2618 0 0 0 623 1 0 0 25 0 1 0 1109032607 11755520 2604 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 2870 2604 78 171 0 2697 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16836

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.92 2/66 30969
/proc/meminfo: memFree=855272/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0.04
/proc/30966/stat : 30966 (lysat.sh) S 30964 30966 30686 0 -1 4194304 310 436 0 0 0 0 4 0 17 0 1 0 1109032602 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30966/statm: 1339 237 195 169 0 50 0
[pid=30969] ppid=30966 vsize=13016 CPUtime=12.63
/proc/30969/stat : 30969 (LySATc) R 30966 30966 30686 0 -1 4194304 2977 0 0 0 1262 1 0 0 25 0 1 0 1109032607 13328384 2963 1992294400 134512640 135214827 4294956224 18446744073709551615 134529440 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 3254 2963 78 171 0 3081 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 18372

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.92 2/66 30969
/proc/meminfo: memFree=852968/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0.04
/proc/30966/stat : 30966 (lysat.sh) S 30964 30966 30686 0 -1 4194304 310 436 0 0 0 0 4 0 17 0 1 0 1109032602 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30966/statm: 1339 237 195 169 0 50 0
[pid=30969] ppid=30966 vsize=14996 CPUtime=25.43
/proc/30969/stat : 30969 (LySATc) R 30966 30966 30686 0 -1 4194304 3469 0 0 0 2541 2 0 0 25 0 1 0 1109032607 15355904 3455 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 3749 3455 78 171 0 3576 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 20352

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.92 2/66 30969
/proc/meminfo: memFree=850600/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0.04
/proc/30966/stat : 30966 (lysat.sh) S 30964 30966 30686 0 -1 4194304 310 436 0 0 0 0 4 0 17 0 1 0 1109032602 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30966/statm: 1339 237 195 169 0 50 0
[pid=30969] ppid=30966 vsize=17248 CPUtime=51.01
/proc/30969/stat : 30969 (LySATc) R 30966 30966 30686 0 -1 4194304 4057 0 0 0 5099 2 0 0 25 0 1 0 1109032607 17661952 4043 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 4312 4043 78 171 0 4139 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 22604

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.92 2/66 30969
/proc/meminfo: memFree=847208/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0.04
/proc/30966/stat : 30966 (lysat.sh) S 30964 30966 30686 0 -1 4194304 310 436 0 0 0 0 4 0 17 0 1 0 1109032602 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30966/statm: 1339 237 195 169 0 50 0
[pid=30969] ppid=30966 vsize=20580 CPUtime=102.2
/proc/30969/stat : 30969 (LySATc) R 30966 30966 30686 0 -1 4194304 4875 0 0 0 10217 3 0 0 25 0 1 0 1109032607 21073920 4861 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 5145 4861 78 171 0 4972 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 25936

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.92 2/66 30969
/proc/meminfo: memFree=845224/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0.04
/proc/30966/stat : 30966 (lysat.sh) S 30964 30966 30686 0 -1 4194304 310 436 0 0 0 0 4 0 17 0 1 0 1109032602 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30966/statm: 1339 237 195 169 0 50 0
[pid=30969] ppid=30966 vsize=22560 CPUtime=162.17
/proc/30969/stat : 30969 (LySATc) R 30966 30966 30686 0 -1 4194304 5380 0 0 0 16213 4 0 0 25 0 1 0 1109032607 23101440 5366 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 5640 5366 78 171 0 5467 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 27916

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.92 2/66 30969
/proc/meminfo: memFree=843880/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0.04
/proc/30966/stat : 30966 (lysat.sh) S 30964 30966 30686 0 -1 4194304 310 436 0 0 0 0 4 0 17 0 1 0 1109032602 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30966/statm: 1339 237 195 169 0 50 0
[pid=30969] ppid=30966 vsize=23880 CPUtime=222.14
/proc/30969/stat : 30969 (LySATc) R 30966 30966 30686 0 -1 4194304 5716 0 0 0 22210 4 0 0 25 0 1 0 1109032607 24453120 5702 1992294400 134512640 135214827 4294956224 18446744073709551615 134538883 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 5970 5702 78 171 0 5797 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 29236

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.92 2/66 30969
/proc/meminfo: memFree=841384/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0.04
/proc/30966/stat : 30966 (lysat.sh) S 30964 30966 30686 0 -1 4194304 310 436 0 0 0 0 4 0 17 0 1 0 1109032602 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30966/statm: 1339 237 195 169 0 50 0
[pid=30969] ppid=30966 vsize=26388 CPUtime=282.11
/proc/30969/stat : 30969 (LySATc) R 30966 30966 30686 0 -1 4194304 6326 0 0 0 28206 5 0 0 25 0 1 0 1109032607 27021312 6312 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 6597 6312 78 171 0 6424 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 31744

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.92 2/66 30969
/proc/meminfo: memFree=840752/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0.04
/proc/30966/stat : 30966 (lysat.sh) S 30964 30966 30686 0 -1 4194304 310 436 0 0 0 0 4 0 17 0 1 0 1109032602 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30966/statm: 1339 237 195 169 0 50 0
[pid=30969] ppid=30966 vsize=27048 CPUtime=342.09
/proc/30969/stat : 30969 (LySATc) R 30966 30966 30686 0 -1 4194304 6489 0 0 0 34203 6 0 0 25 0 1 0 1109032607 27697152 6475 1992294400 134512640 135214827 4294956224 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 6762 6475 78 171 0 6589 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 32404

[startup+402.302 s]
/proc/loadavg: 1.15 1.03 0.94 2/66 30975
/proc/meminfo: memFree=840112/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0.04
/proc/30966/stat : 30966 (lysat.sh) S 30964 30966 30686 0 -1 4194304 310 436 0 0 0 0 4 0 17 0 1 0 1109032602 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30966/statm: 1339 237 195 169 0 50 0
[pid=30969] ppid=30966 vsize=27444 CPUtime=402.06
/proc/30969/stat : 30969 (LySATc) R 30966 30966 30686 0 -1 4194304 6599 0 0 0 40200 6 0 0 25 0 1 0 1109032607 28102656 6585 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 6861 6585 78 171 0 6688 0

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

[pid=30969] ppid=30966 vsize=29952 CPUtime=462.04
/proc/30969/stat : 30969 (LySATc) R 30966 30966 30686 0 -1 4194304 7228 0 0 0 46197 7 0 0 25 0 1 0 1109032607 30670848 7214 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 7488 7214 78 171 0 7315 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 35308

[startup+522.301 s]
/proc/loadavg: 1.02 1.02 0.94 2/66 30975
/proc/meminfo: memFree=837552/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0.04
/proc/30966/stat : 30966 (lysat.sh) S 30964 30966 30686 0 -1 4194304 310 436 0 0 0 0 4 0 17 0 1 0 1109032602 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30966/statm: 1339 237 195 169 0 50 0
[pid=30969] ppid=30966 vsize=30084 CPUtime=522.01
/proc/30969/stat : 30969 (LySATc) R 30966 30966 30686 0 -1 4194304 7258 0 0 0 52194 7 0 0 25 0 1 0 1109032607 30806016 7244 1992294400 134512640 135214827 4294956224 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 7521 7244 78 171 0 7348 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 35440

[startup+582.303 s]
/proc/loadavg: 1.00 1.01 0.94 2/66 30975
/proc/meminfo: memFree=836656/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0.04
/proc/30966/stat : 30966 (lysat.sh) S 30964 30966 30686 0 -1 4194304 310 436 0 0 0 0 4 0 17 0 1 0 1109032602 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30966/statm: 1339 237 195 169 0 50 0
[pid=30969] ppid=30966 vsize=31008 CPUtime=581.96
/proc/30969/stat : 30969 (LySATc) R 30966 30966 30686 0 -1 4194304 7476 0 0 0 58189 7 0 0 25 0 1 0 1109032607 31752192 7462 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 7752 7462 78 171 0 7579 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 36364

[startup+642.302 s]
/proc/loadavg: 1.00 1.01 0.94 2/66 30975
/proc/meminfo: memFree=836656/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0.04
/proc/30966/stat : 30966 (lysat.sh) S 30964 30966 30686 0 -1 4194304 310 436 0 0 0 0 4 0 17 0 1 0 1109032602 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30966/statm: 1339 237 195 169 0 50 0
[pid=30969] ppid=30966 vsize=31000 CPUtime=641.94
/proc/30969/stat : 30969 (LySATc) R 30966 30966 30686 0 -1 4194304 7476 0 0 0 64187 7 0 0 25 0 1 0 1109032607 31744000 7462 1992294400 134512640 135214827 4294956224 18446744073709551615 134529463 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 7750 7462 78 171 0 7577 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 36356

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 30975
/proc/meminfo: memFree=833392/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0.04
/proc/30966/stat : 30966 (lysat.sh) S 30964 30966 30686 0 -1 4194304 310 436 0 0 0 0 4 0 17 0 1 0 1109032602 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30966/statm: 1339 237 195 169 0 50 0
[pid=30969] ppid=30966 vsize=34380 CPUtime=701.92
/proc/30969/stat : 30969 (LySATc) R 30966 30966 30686 0 -1 4194304 8306 0 0 0 70184 8 0 0 25 0 1 0 1109032607 35205120 8292 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 8595 8292 78 171 0 8422 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 39736

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 30975
/proc/meminfo: memFree=833072/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0.04
/proc/30966/stat : 30966 (lysat.sh) S 30964 30966 30686 0 -1 4194304 310 436 0 0 0 0 4 0 17 0 1 0 1109032602 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30966/statm: 1339 237 195 169 0 50 0
[pid=30969] ppid=30966 vsize=34644 CPUtime=761.89
/proc/30969/stat : 30969 (LySATc) R 30966 30966 30686 0 -1 4194304 8384 0 0 0 76181 8 0 0 25 0 1 0 1109032607 35475456 8370 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 8661 8370 78 171 0 8488 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 40000

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 30975
/proc/meminfo: memFree=833072/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0.04
/proc/30966/stat : 30966 (lysat.sh) S 30964 30966 30686 0 -1 4194304 310 436 0 0 0 0 4 0 17 0 1 0 1109032602 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30966/statm: 1339 237 195 169 0 50 0
[pid=30969] ppid=30966 vsize=34644 CPUtime=821.86
/proc/30969/stat : 30969 (LySATc) R 30966 30966 30686 0 -1 4194304 8384 0 0 0 82178 8 0 0 25 0 1 0 1109032607 35475456 8370 1992294400 134512640 135214827 4294956224 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 8661 8370 78 171 0 8488 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 40000

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 30975
/proc/meminfo: memFree=833072/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0.04
/proc/30966/stat : 30966 (lysat.sh) S 30964 30966 30686 0 -1 4194304 310 436 0 0 0 0 4 0 17 0 1 0 1109032602 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30966/statm: 1339 237 195 169 0 50 0
[pid=30969] ppid=30966 vsize=34644 CPUtime=881.83
/proc/30969/stat : 30969 (LySATc) R 30966 30966 30686 0 -1 4194304 8384 0 0 0 88175 8 0 0 25 0 1 0 1109032607 35475456 8370 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 8661 8370 78 171 0 8488 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 40000

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 30975
/proc/meminfo: memFree=833072/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0.04
/proc/30966/stat : 30966 (lysat.sh) S 30964 30966 30686 0 -1 4194304 310 436 0 0 0 0 4 0 17 0 1 0 1109032602 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30966/statm: 1339 237 195 169 0 50 0
[pid=30969] ppid=30966 vsize=34644 CPUtime=941.8
/proc/30969/stat : 30969 (LySATc) R 30966 30966 30686 0 -1 4194304 8384 0 0 0 94172 8 0 0 25 0 1 0 1109032607 35475456 8370 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 8661 8370 78 171 0 8488 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 40000

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 30975
/proc/meminfo: memFree=832944/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0.04
/proc/30966/stat : 30966 (lysat.sh) S 30964 30966 30686 0 -1 4194304 310 436 0 0 0 0 4 0 17 0 1 0 1109032602 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30966/statm: 1339 237 195 169 0 50 0
[pid=30969] ppid=30966 vsize=34908 CPUtime=1001.78
/proc/30969/stat : 30969 (LySATc) R 30966 30966 30686 0 -1 4194304 8438 0 0 0 100170 8 0 0 25 0 1 0 1109032607 35745792 8424 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 8727 8424 78 171 0 8554 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 40264

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 30975
/proc/meminfo: memFree=832368/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0.04
/proc/30966/stat : 30966 (lysat.sh) S 30964 30966 30686 0 -1 4194304 310 436 0 0 0 0 4 0 17 0 1 0 1109032602 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30966/statm: 1339 237 195 169 0 50 0
[pid=30969] ppid=30966 vsize=35432 CPUtime=1061.75
/proc/30969/stat : 30969 (LySATc) R 30966 30966 30686 0 -1 4194304 8578 0 0 0 106167 8 0 0 25 0 1 0 1109032607 36282368 8564 1992294400 134512640 135214827 4294956224 18446744073709551615 134540751 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 8858 8564 78 171 0 8685 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 40788

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 30975
/proc/meminfo: memFree=830320/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0.04
/proc/30966/stat : 30966 (lysat.sh) S 30964 30966 30686 0 -1 4194304 310 436 0 0 0 0 4 0 17 0 1 0 1109032602 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30966/statm: 1339 237 195 169 0 50 0
[pid=30969] ppid=30966 vsize=37544 CPUtime=1121.72
/proc/30969/stat : 30969 (LySATc) R 30966 30966 30686 0 -1 4194304 9096 0 0 0 112163 9 0 0 25 0 1 0 1109032607 38445056 9082 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 9386 9082 78 171 0 9213 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 42900

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 30975
/proc/meminfo: memFree=829552/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0.04
/proc/30966/stat : 30966 (lysat.sh) S 30964 30966 30686 0 -1 4194304 310 436 0 0 0 0 4 0 17 0 1 0 1109032602 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30966/statm: 1339 237 195 169 0 50 0
[pid=30969] ppid=30966 vsize=38204 CPUtime=1181.69
/proc/30969/stat : 30969 (LySATc) R 30966 30966 30686 0 -1 4194304 9276 0 0 0 118160 9 0 0 25 0 1 0 1109032607 39120896 9262 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 9551 9262 78 171 0 9378 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 43560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 30975
/proc/meminfo: memFree=829552/2055920 swapFree=4175464/4192956
[pid=30966] ppid=30964 vsize=5356 CPUtime=0.04
/proc/30966/stat : 30966 (lysat.sh) S 30964 30966 30686 0 -1 4194304 310 436 0 0 0 0 4 0 17 0 1 0 1109032602 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30966/statm: 1339 237 195 169 0 50 0
[pid=30969] ppid=30966 vsize=38204 CPUtime=1199.98
/proc/30969/stat : 30969 (LySATc) R 30966 30966 30686 0 -1 4194304 9276 0 0 0 119989 9 0 0 25 0 1 0 1109032607 39120896 9262 1992294400 134512640 135214827 4294956224 18446744073709551615 134529683 0 0 4096 3 0 0 0 17 0 0 0
/proc/30969/statm: 9551 9262 78 171 0 9378 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 43560

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.05
CPU user time (s): 1199.94
CPU system time (s): 0.110983
CPU usage (%): 99.9531
Max. virtual memory (cumulated for all children) (KiB): 43560

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

runsolver used 0.953854 second user time and 3.42248 second system time

The end

Launcher Data

Begin job on node30 at 2009-03-29 23:54:34
IDJOB=1524720
IDBENCH=70200
IDSOLVER=512
FILE ID=node30/1524720-1238363674
PBS_JOBID= 9061198
Free space on /tmp= 66356 MiB

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

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

MD5SUM BENCH= eb88883744268c4015fbf88194e85a82
RANDOM SEED=994310217

node30.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.260
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.260
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:        867736 kB
Buffers:         91444 kB
Cached:        1006848 kB
SwapCached:      11400 kB
Active:         182960 kB
Inactive:       928692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        867736 kB
SwapTotal:     4192956 kB
SwapFree:      4175464 kB
Dirty:            2536 kB
Writeback:           0 kB
Mapped:          18692 kB
Slab:            62588 kB
Committed_AS:  3003188 kB
PageTables:       1368 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= 66356 MiB
End job on node30 at 2009-03-30 00:14:37