Trace number 1525100

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.12 1200.41

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/140/
unif-k7-r85-v140-c11900-S1818639567-059.cnf
MD5SUM7d306f2c24913eb95b4eca32110fa72f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.08807
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses11900
Sum of the clauses size83300
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 511900

Solver Data

0.00/0.00	c Parsing...
0.01/0.02	c ==============================================================================
0.01/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.02	c ==============================================================================
0.01/0.02	c |         0 |   11900    83300 |    3569       0        0     nan |  0.000 % |
0.01/0.02	c ==============================================================================
0.01/0.02	c Result  :   #vars: 140   #clauses: 11900   #literals: 83300
0.01/0.02	c CPU time:   0.014997 s
0.01/0.02	c ==============================================================================
0.01/0.05	This is MiniSat 2.0 beta
0.01/0.05	WARNING: for repeatability, setting FPU to use double precision
0.01/0.05	============================[ Problem Statistics ]=============================
0.01/0.05	|                                                                             |
0.01/0.05	|  Number of variables:  140                                                  |
0.01/0.05	|  Number of clauses:    11900                                                |
0.01/0.06	|  Parsing time:         0.01         s                                       |
1200.09/1200.40	HOME/lysat.sh: line 55:  6995 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-1525100-1238385355/watcher-1525100-1238385355 -o /tmp/evaluation-result-1525100-1238385355/solver-1525100-1238385355 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1525100-1238385355.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.03 1.03 1.00 3/64 6992
/proc/meminfo: memFree=1653680/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1111197314 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6992/statm: 1339 235 195 169 0 50 0
[pid=6993] ppid=6992 vsize=956 CPUtime=0
/proc/6993/stat : 6993 (SatElite) R 6992 6992 6894 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 1111197314 978944 126 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/6993/statm: 239 127 50 127 0 109 0

[startup+0.017913 s]
/proc/loadavg: 1.03 1.03 1.00 3/64 6992
/proc/meminfo: memFree=1653680/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1111197314 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6992/statm: 1339 235 195 169 0 50 0
[pid=6993] ppid=6992 vsize=1352 CPUtime=0.01
/proc/6993/stat : 6993 (SatElite) R 6992 6992 6894 0 -1 4194304 260 0 0 0 1 0 0 0 18 0 1 0 1111197314 1384448 245 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/6993/statm: 338 245 50 127 0 208 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 6708

[startup+0.102923 s]
/proc/loadavg: 1.03 1.03 1.00 3/64 6992
/proc/meminfo: memFree=1653680/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0.04
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 310 378 0 0 0 0 4 0 16 0 1 0 1111197314 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6992/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+0.302952 s]
/proc/loadavg: 1.03 1.03 1.00 3/64 6992
/proc/meminfo: memFree=1653680/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0.04
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 310 378 0 0 0 0 4 0 16 0 1 0 1111197314 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6992/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+0.70198 s]
/proc/loadavg: 1.03 1.03 1.00 3/64 6992
/proc/meminfo: memFree=1653680/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0.04
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 310 378 0 0 0 0 4 0 16 0 1 0 1111197314 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6992/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+1.50104 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 6995
/proc/meminfo: memFree=1649952/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0.04
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 310 378 0 0 0 0 4 0 16 0 1 0 1111197314 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6992/statm: 1339 237 195 169 0 50 0
[pid=6995] ppid=6992 vsize=4796 CPUtime=1.43
/proc/6995/stat : 6995 (LySATc) R 6992 6992 6894 0 -1 4194304 912 0 0 0 143 0 0 0 25 0 1 0 1111197319 4911104 898 1992294400 134512640 135214827 4294956224 18446744073709551615 134529685 0 0 4096 3 0 0 0 17 1 0 0
/proc/6995/statm: 1199 898 77 171 0 1026 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10152

[startup+3.10118 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 6995
/proc/meminfo: memFree=1649632/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0.04
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 310 378 0 0 0 0 4 0 16 0 1 0 1111197314 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6992/statm: 1339 237 195 169 0 50 0
[pid=6995] ppid=6992 vsize=5192 CPUtime=3.03
/proc/6995/stat : 6995 (LySATc) R 6992 6992 6894 0 -1 4194304 1016 0 0 0 303 0 0 0 25 0 1 0 1111197319 5316608 1002 1992294400 134512640 135214827 4294956224 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 1 0 0
/proc/6995/statm: 1298 1002 77 171 0 1125 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10548

[startup+6.30146 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 6995
/proc/meminfo: memFree=1648544/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0.04
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 310 378 0 0 0 0 4 0 16 0 1 0 1111197314 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6992/statm: 1339 237 195 169 0 50 0
[pid=6995] ppid=6992 vsize=5852 CPUtime=6.24
/proc/6995/stat : 6995 (LySATc) R 6992 6992 6894 0 -1 4194304 1169 0 0 0 623 1 0 0 25 0 1 0 1111197319 5992448 1155 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 1 0 0
/proc/6995/statm: 1463 1155 77 171 0 1290 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11208

[startup+12.702 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 6995
/proc/meminfo: memFree=1648032/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0.04
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 310 378 0 0 0 0 4 0 16 0 1 0 1111197314 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6992/statm: 1339 237 195 169 0 50 0
[pid=6995] ppid=6992 vsize=6248 CPUtime=12.63
/proc/6995/stat : 6995 (LySATc) R 6992 6992 6894 0 -1 4194304 1279 0 0 0 1262 1 0 0 25 0 1 0 1111197319 6397952 1265 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/6995/statm: 1562 1265 77 171 0 1389 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11604

[startup+25.5021 s]
/proc/loadavg: 1.02 1.03 1.00 2/66 6995
/proc/meminfo: memFree=1647008/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0.04
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 310 378 0 0 0 0 4 0 16 0 1 0 1111197314 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6992/statm: 1339 237 195 169 0 50 0
[pid=6995] ppid=6992 vsize=7316 CPUtime=25.43
/proc/6995/stat : 6995 (LySATc) R 6992 6992 6894 0 -1 4194304 1558 0 0 0 2542 1 0 0 25 0 1 0 1111197319 7491584 1544 1992294400 134512640 135214827 4294956224 18446744073709551615 134529691 0 0 4096 3 0 0 0 17 1 0 0
/proc/6995/statm: 1829 1544 77 171 0 1656 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 12672

[startup+51.1024 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 6995
/proc/meminfo: memFree=1646112/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0.04
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 310 378 0 0 0 0 4 0 16 0 1 0 1111197314 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6992/statm: 1339 237 195 169 0 50 0
[pid=6995] ppid=6992 vsize=8264 CPUtime=51.03
/proc/6995/stat : 6995 (LySATc) R 6992 6992 6894 0 -1 4194304 1778 0 0 0 5101 2 0 0 25 0 1 0 1111197319 8462336 1764 1992294400 134512640 135214827 4294956224 18446744073709551615 134535340 0 0 4096 3 0 0 0 17 1 0 0
/proc/6995/statm: 2066 1764 77 171 0 1893 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 13620

[startup+102.306 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 6995
/proc/meminfo: memFree=1644512/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0.04
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 310 378 0 0 0 0 4 0 16 0 1 0 1111197314 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6992/statm: 1339 237 195 169 0 50 0
[pid=6995] ppid=6992 vsize=9772 CPUtime=102.22
/proc/6995/stat : 6995 (LySATc) R 6992 6992 6894 0 -1 4194304 2155 0 0 0 10220 2 0 0 25 0 1 0 1111197319 10006528 2141 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 1 0 0
/proc/6995/statm: 2443 2141 77 171 0 2270 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 15128

[startup+162.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 6995
/proc/meminfo: memFree=1643360/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0.04
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 310 378 0 0 0 0 4 0 16 0 1 0 1111197314 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6992/statm: 1339 237 195 169 0 50 0
[pid=6995] ppid=6992 vsize=11024 CPUtime=162.2
/proc/6995/stat : 6995 (LySATc) R 6992 6992 6894 0 -1 4194304 2429 0 0 0 16217 3 0 0 25 0 1 0 1111197319 11288576 2415 1992294400 134512640 135214827 4294956224 18446744073709551615 134537026 0 0 4096 3 0 0 0 17 1 0 0
/proc/6995/statm: 2756 2415 77 171 0 2583 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 16380

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 6995
/proc/meminfo: memFree=1643040/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0.04
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 310 378 0 0 0 0 4 0 16 0 1 0 1111197314 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6992/statm: 1339 237 195 169 0 50 0
[pid=6995] ppid=6992 vsize=11332 CPUtime=222.19
/proc/6995/stat : 6995 (LySATc) R 6992 6992 6894 0 -1 4194304 2503 0 0 0 22216 3 0 0 25 0 1 0 1111197319 11603968 2489 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/6995/statm: 2833 2489 77 171 0 2660 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 16688

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6995
/proc/meminfo: memFree=1641952/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0.04
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 310 378 0 0 0 0 4 0 16 0 1 0 1111197314 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6992/statm: 1339 237 195 169 0 50 0
[pid=6995] ppid=6992 vsize=12484 CPUtime=282.17
/proc/6995/stat : 6995 (LySATc) R 6992 6992 6894 0 -1 4194304 2771 0 0 0 28214 3 0 0 25 0 1 0 1111197319 12783616 2757 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/6995/statm: 3121 2757 77 171 0 2948 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 17840

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7001
/proc/meminfo: memFree=1641568/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0.04
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 310 378 0 0 0 0 4 0 16 0 1 0 1111197314 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6992/statm: 1339 237 195 169 0 50 0
[pid=6995] ppid=6992 vsize=12768 CPUtime=342.15
/proc/6995/stat : 6995 (LySATc) R 6992 6992 6894 0 -1 4194304 2840 0 0 0 34212 3 0 0 25 0 1 0 1111197319 13074432 2826 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/6995/statm: 3192 2826 77 171 0 3019 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 18124

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7001
/proc/meminfo: memFree=1640864/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0.04
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 310 378 0 0 0 0 4 0 16 0 1 0 1111197314 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6992/statm: 1339 237 195 169 0 50 0

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

[pid=6995] ppid=6992 vsize=13936 CPUtime=462.13
/proc/6995/stat : 6995 (LySATc) R 6992 6992 6894 0 -1 4194304 3119 0 0 0 46209 4 0 0 25 0 1 0 1111197319 14270464 3105 1992294400 134512640 135214827 4294956224 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 1 0 0
/proc/6995/statm: 3484 3105 77 171 0 3311 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 19292

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7001
/proc/meminfo: memFree=1640224/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0.04
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 310 378 0 0 0 0 4 0 16 0 1 0 1111197314 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6992/statm: 1339 237 195 169 0 50 0
[pid=6995] ppid=6992 vsize=14280 CPUtime=522.11
/proc/6995/stat : 6995 (LySATc) R 6992 6992 6894 0 -1 4194304 3182 0 0 0 52207 4 0 0 25 0 1 0 1111197319 14622720 3168 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 1 0 0
/proc/6995/statm: 3570 3168 77 171 0 3397 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 19636

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7001
/proc/meminfo: memFree=1640032/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0.04
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 310 378 0 0 0 0 4 0 16 0 1 0 1111197314 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6992/statm: 1339 237 195 169 0 50 0
[pid=6995] ppid=6992 vsize=14424 CPUtime=582.09
/proc/6995/stat : 6995 (LySATc) R 6992 6992 6894 0 -1 4194304 3218 0 0 0 58205 4 0 0 25 0 1 0 1111197319 14770176 3204 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/6995/statm: 3606 3204 77 171 0 3433 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 19780

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7001
/proc/meminfo: memFree=1639136/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0.04
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 310 378 0 0 0 0 4 0 16 0 1 0 1111197314 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6992/statm: 1339 237 195 169 0 50 0
[pid=6995] ppid=6992 vsize=15236 CPUtime=642.08
/proc/6995/stat : 6995 (LySATc) R 6992 6992 6894 0 -1 4194304 3445 0 0 0 64204 4 0 0 25 0 1 0 1111197319 15601664 3431 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/6995/statm: 3809 3431 77 171 0 3636 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 20592

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7001
/proc/meminfo: memFree=1638944/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0.04
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 310 378 0 0 0 0 4 0 16 0 1 0 1111197314 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6992/statm: 1339 237 195 169 0 50 0
[pid=6995] ppid=6992 vsize=15412 CPUtime=702.07
/proc/6995/stat : 6995 (LySATc) R 6992 6992 6894 0 -1 4194304 3494 0 0 0 70202 5 0 0 25 0 1 0 1111197319 15781888 3480 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 1 0 0
/proc/6995/statm: 3853 3480 77 171 0 3680 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 20768

[startup+762.305 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 7001
/proc/meminfo: memFree=1638688/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0.04
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 310 378 0 0 0 0 4 0 16 0 1 0 1111197314 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6992/statm: 1339 237 195 169 0 50 0
[pid=6995] ppid=6992 vsize=15800 CPUtime=762.05
/proc/6995/stat : 6995 (LySATc) R 6992 6992 6894 0 -1 4194304 3546 0 0 0 76200 5 0 0 25 0 1 0 1111197319 16179200 3532 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/6995/statm: 3950 3532 77 171 0 3777 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 21156

[startup+822.302 s]
/proc/loadavg: 1.07 1.03 1.00 2/66 7001
/proc/meminfo: memFree=1638432/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0.04
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 310 378 0 0 0 0 4 0 16 0 1 0 1111197314 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6992/statm: 1339 237 195 169 0 50 0
[pid=6995] ppid=6992 vsize=15968 CPUtime=822.03
/proc/6995/stat : 6995 (LySATc) R 6992 6992 6894 0 -1 4194304 3605 0 0 0 82198 5 0 0 25 0 1 0 1111197319 16351232 3591 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/6995/statm: 3992 3591 77 171 0 3819 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 21324

[startup+882.302 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 7001
/proc/meminfo: memFree=1638432/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0.04
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 310 378 0 0 0 0 4 0 16 0 1 0 1111197314 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6992/statm: 1339 237 195 169 0 50 0
[pid=6995] ppid=6992 vsize=16108 CPUtime=882.03
/proc/6995/stat : 6995 (LySATc) R 6992 6992 6894 0 -1 4194304 3623 0 0 0 88197 6 0 0 25 0 1 0 1111197319 16494592 3609 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/6995/statm: 4027 3609 77 171 0 3854 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 21464

[startup+942.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 7001
/proc/meminfo: memFree=1638304/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0.04
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 310 378 0 0 0 0 4 0 16 0 1 0 1111197314 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6992/statm: 1339 237 195 169 0 50 0
[pid=6995] ppid=6992 vsize=16108 CPUtime=942.01
/proc/6995/stat : 6995 (LySATc) R 6992 6992 6894 0 -1 4194304 3639 0 0 0 94195 6 0 0 25 0 1 0 1111197319 16494592 3625 1992294400 134512640 135214827 4294956224 18446744073709551615 134529390 0 0 4096 3 0 0 0 17 1 0 0
/proc/6995/statm: 4027 3625 77 171 0 3854 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 21464

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 7001
/proc/meminfo: memFree=1637344/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0.04
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 310 378 0 0 0 0 4 0 16 0 1 0 1111197314 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6992/statm: 1339 237 195 169 0 50 0
[pid=6995] ppid=6992 vsize=17116 CPUtime=1001.99
/proc/6995/stat : 6995 (LySATc) R 6992 6992 6894 0 -1 4194304 3883 0 0 0 100193 6 0 0 25 0 1 0 1111197319 17526784 3869 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/6995/statm: 4279 3869 77 171 0 4106 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 22472

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7001
/proc/meminfo: memFree=1637216/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0.04
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 310 378 0 0 0 0 4 0 16 0 1 0 1111197314 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6992/statm: 1339 237 195 169 0 50 0
[pid=6995] ppid=6992 vsize=17260 CPUtime=1061.98
/proc/6995/stat : 6995 (LySATc) R 6992 6992 6894 0 -1 4194304 3900 0 0 0 106191 7 0 0 25 0 1 0 1111197319 17674240 3886 1992294400 134512640 135214827 4294956224 18446744073709551615 134529680 0 0 4096 3 0 0 0 17 1 0 0
/proc/6995/statm: 4315 3886 77 171 0 4142 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 22616

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7001
/proc/meminfo: memFree=1637088/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0.04
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 310 378 0 0 0 0 4 0 16 0 1 0 1111197314 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6992/statm: 1339 237 195 169 0 50 0
[pid=6995] ppid=6992 vsize=17448 CPUtime=1121.97
/proc/6995/stat : 6995 (LySATc) R 6992 6992 6894 0 -1 4194304 3939 0 0 0 112190 7 0 0 25 0 1 0 1111197319 17866752 3925 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/6995/statm: 4362 3925 77 171 0 4189 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 22804

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7001
/proc/meminfo: memFree=1636768/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0.04
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 310 378 0 0 0 0 4 0 16 0 1 0 1111197314 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6992/statm: 1339 237 195 169 0 50 0
[pid=6995] ppid=6992 vsize=17728 CPUtime=1181.95
/proc/6995/stat : 6995 (LySATc) R 6992 6992 6894 0 -1 4194304 4009 0 0 0 118188 7 0 0 25 0 1 0 1111197319 18153472 3995 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/6995/statm: 4432 3995 77 171 0 4259 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 23084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7001
/proc/meminfo: memFree=1636704/2055920 swapFree=4178796/4192956
[pid=6992] ppid=6990 vsize=5356 CPUtime=0.04
/proc/6992/stat : 6992 (lysat.sh) S 6990 6992 6894 0 -1 4194304 310 378 0 0 0 0 4 0 16 0 1 0 1111197314 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6992/statm: 1339 237 195 169 0 50 0
[pid=6995] ppid=6992 vsize=17728 CPUtime=1200.05
/proc/6995/stat : 6995 (LySATc) R 6992 6992 6894 0 -1 4194304 4023 0 0 0 119998 7 0 0 25 0 1 0 1111197319 18153472 4009 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/6995/statm: 4432 4009 77 171 0 4259 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 23084

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.12
CPU user time (s): 1200.03
CPU system time (s): 0.085986
CPU usage (%): 99.9755
Max. virtual memory (cumulated for all children) (KiB): 23084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.03
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= 4722
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= 23
involuntary context switches= 1273

runsolver used 1.3148 second user time and 3.06153 second system time

The end

Launcher Data

Begin job on node57 at 2009-03-30 05:55:55
IDJOB=1525100
IDBENCH=70276
IDSOLVER=512
FILE ID=node57/1525100-1238385355
PBS_JOBID= 9061327
Free space on /tmp= 66264 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/140/unif-k7-r85-v140-c11900-S1818639567-059.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1525100-1238385355/watcher-1525100-1238385355 -o /tmp/evaluation-result-1525100-1238385355/solver-1525100-1238385355 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1525100-1238385355.cnf c

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

MD5SUM BENCH= 7d306f2c24913eb95b4eca32110fa72f
RANDOM SEED=791975568

node57.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.213
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.213
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:       1654224 kB
Buffers:         54308 kB
Cached:         256688 kB
SwapCached:       7992 kB
Active:          53856 kB
Inactive:       266624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1654224 kB
SwapTotal:     4192956 kB
SwapFree:      4178796 kB
Dirty:            2488 kB
Writeback:           0 kB
Mapped:          15096 kB
Slab:            67388 kB
Committed_AS:  2533220 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66260 MiB
End job on node57 at 2009-03-30 06:15:57