Trace number 1525130

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

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/140/
unif-k7-r85-v140-c11900-S2059720696-001.cnf
MD5SUMc4a0eb3415818159d561f36b2a8ffa74
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark27.9298
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.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 |   11900    83300 |    3569       0        0     nan |  0.000 % |
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 140   #clauses: 11900   #literals: 83300
0.00/0.02	c CPU time:   0.013997 s
0.00/0.02	c ==============================================================================
0.03/0.04	This is MiniSat 2.0 beta
0.03/0.04	WARNING: for repeatability, setting FPU to use double precision
0.03/0.04	============================[ Problem Statistics ]=============================
0.03/0.04	|                                                                             |
0.03/0.05	|  Number of variables:  140                                                  |
0.03/0.05	|  Number of clauses:    11900                                                |
0.03/0.06	|  Parsing time:         0.01         s                                       |
1200.07/1200.40	HOME/lysat.sh: line 55: 21304 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-1525130-1238386750/watcher-1525130-1238386750 -o /tmp/evaluation-result-1525130-1238386750/solver-1525130-1238386750 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1525130-1238386750.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.00 1.00 1.00 3/65 21301
/proc/meminfo: memFree=789672/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 998048771 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 235 195 169 0 50 0
[pid=21302] ppid=21301 vsize=692 CPUtime=0
/proc/21302/stat : 21302 (SatElite) R 21301 21301 21173 0 -1 4194304 106 0 0 0 0 0 0 0 19 0 1 0 998048772 708608 90 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/21302/statm: 173 90 50 127 0 43 0

[startup+0.037229 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 21301
/proc/meminfo: memFree=789672/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 998048771 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 235 195 169 0 50 0
[pid=21302] ppid=21301 vsize=1752 CPUtime=0.03
/proc/21302/stat : 21302 (SatElite) R 21301 21301 21173 0 -1 4194304 373 0 0 0 3 0 0 0 19 0 1 0 998048772 1794048 357 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/21302/statm: 438 357 67 127 0 308 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7108

[startup+0.101237 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 21301
/proc/meminfo: memFree=789672/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0.03
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 310 376 0 0 0 0 3 0 18 0 1 0 998048771 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5356

[startup+0.301257 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 21301
/proc/meminfo: memFree=789672/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0.03
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 310 376 0 0 0 0 3 0 18 0 1 0 998048771 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5356

[startup+0.701298 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 21301
/proc/meminfo: memFree=789672/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0.03
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 310 376 0 0 0 0 3 0 18 0 1 0 998048771 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5356

[startup+1.50137 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 21304
/proc/meminfo: memFree=785944/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0.03
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 310 376 0 0 0 0 3 0 18 0 1 0 998048771 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 237 195 169 0 50 0
[pid=21304] ppid=21301 vsize=4796 CPUtime=1.44
/proc/21304/stat : 21304 (LySATc) R 21301 21301 21173 0 -1 4194304 912 0 0 0 144 0 0 0 25 0 1 0 998048776 4911104 898 1992294400 134512640 135214827 4294956224 18446744073709551615 134715248 0 0 4096 3 0 0 0 17 0 0 0
/proc/21304/statm: 1199 898 77 171 0 1026 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10152

[startup+3.10251 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 21304
/proc/meminfo: memFree=785560/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0.03
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 310 376 0 0 0 0 3 0 18 0 1 0 998048771 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 237 195 169 0 50 0
[pid=21304] ppid=21301 vsize=5336 CPUtime=3.04
/proc/21304/stat : 21304 (LySATc) R 21301 21301 21173 0 -1 4194304 1042 0 0 0 304 0 0 0 25 0 1 0 998048776 5464064 1028 1992294400 134512640 135214827 4294956224 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 0 0 0
/proc/21304/statm: 1334 1028 77 171 0 1161 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10692

[startup+6.30181 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 21304
/proc/meminfo: memFree=784536/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0.03
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 310 376 0 0 0 0 3 0 18 0 1 0 998048771 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 237 195 169 0 50 0
[pid=21304] ppid=21301 vsize=5744 CPUtime=6.23
/proc/21304/stat : 21304 (LySATc) R 21301 21301 21173 0 -1 4194304 1165 0 0 0 623 0 0 0 25 0 1 0 998048776 5881856 1151 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21304/statm: 1436 1151 77 171 0 1263 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 11100

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 21304
/proc/meminfo: memFree=783904/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0.03
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 310 376 0 0 0 0 3 0 18 0 1 0 998048771 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 237 195 169 0 50 0
[pid=21304] ppid=21301 vsize=6412 CPUtime=12.63
/proc/21304/stat : 21304 (LySATc) R 21301 21301 21173 0 -1 4194304 1340 0 0 0 1263 0 0 0 25 0 1 0 998048776 6565888 1326 1992294400 134512640 135214827 4294956224 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 0 0 0
/proc/21304/statm: 1603 1326 77 171 0 1430 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 11768

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 21304
/proc/meminfo: memFree=783072/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0.03
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 310 376 0 0 0 0 3 0 18 0 1 0 998048771 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 237 195 169 0 50 0
[pid=21304] ppid=21301 vsize=7384 CPUtime=25.44
/proc/21304/stat : 21304 (LySATc) R 21301 21301 21173 0 -1 4194304 1549 0 0 0 2543 1 0 0 25 0 1 0 998048776 7561216 1535 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21304/statm: 1846 1535 77 171 0 1673 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 12740

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 21304
/proc/meminfo: memFree=782176/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0.03
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 310 376 0 0 0 0 3 0 18 0 1 0 998048771 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 237 195 169 0 50 0
[pid=21304] ppid=21301 vsize=8344 CPUtime=51.03
/proc/21304/stat : 21304 (LySATc) R 21301 21301 21173 0 -1 4194304 1781 0 0 0 5102 1 0 0 25 0 1 0 998048776 8544256 1767 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21304/statm: 2086 1767 77 171 0 1913 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 13700

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 21306
/proc/meminfo: memFree=780640/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0.03
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 310 376 0 0 0 0 3 0 18 0 1 0 998048771 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 237 195 169 0 50 0
[pid=21304] ppid=21301 vsize=9808 CPUtime=102.21
/proc/21304/stat : 21304 (LySATc) R 21301 21301 21173 0 -1 4194304 2149 0 0 0 10220 1 0 0 25 0 1 0 998048776 10043392 2135 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21304/statm: 2452 2135 77 171 0 2279 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 15164

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 21306
/proc/meminfo: memFree=779552/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0.03
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 310 376 0 0 0 0 3 0 18 0 1 0 998048771 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 237 195 169 0 50 0
[pid=21304] ppid=21301 vsize=10888 CPUtime=162.2
/proc/21304/stat : 21304 (LySATc) R 21301 21301 21173 0 -1 4194304 2416 0 0 0 16218 2 0 0 25 0 1 0 998048776 11149312 2402 1992294400 134512640 135214827 4294956224 18446744073709551615 134529654 0 0 4096 3 0 0 0 17 0 0 0
/proc/21304/statm: 2722 2402 77 171 0 2549 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 16244

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 21306
/proc/meminfo: memFree=778720/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0.03
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 310 376 0 0 0 0 3 0 18 0 1 0 998048771 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 237 195 169 0 50 0
[pid=21304] ppid=21301 vsize=11740 CPUtime=222.18
/proc/21304/stat : 21304 (LySATc) R 21301 21301 21173 0 -1 4194304 2625 0 0 0 22216 2 0 0 25 0 1 0 998048776 12021760 2611 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21304/statm: 2935 2611 77 171 0 2762 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 17096

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 21306
/proc/meminfo: memFree=778400/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0.03
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 310 376 0 0 0 0 3 0 18 0 1 0 998048771 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 237 195 169 0 50 0
[pid=21304] ppid=21301 vsize=12160 CPUtime=282.16
/proc/21304/stat : 21304 (LySATc) R 21301 21301 21173 0 -1 4194304 2713 0 0 0 28214 2 0 0 25 0 1 0 998048776 12451840 2699 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/21304/statm: 3040 2699 77 171 0 2867 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 17516

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 21306
/proc/meminfo: memFree=778144/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0.03
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 310 376 0 0 0 0 3 0 18 0 1 0 998048771 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 237 195 169 0 50 0
[pid=21304] ppid=21301 vsize=12476 CPUtime=342.15
/proc/21304/stat : 21304 (LySATc) R 21301 21301 21173 0 -1 4194304 2780 0 0 0 34213 2 0 0 25 0 1 0 998048776 12775424 2766 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21304/statm: 3119 2766 77 171 0 2946 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 17832

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 21306
/proc/meminfo: memFree=777056/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0.03
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 310 376 0 0 0 0 3 0 18 0 1 0 998048771 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 237 195 169 0 50 0

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

[pid=21304] ppid=21301 vsize=13780 CPUtime=462.12
/proc/21304/stat : 21304 (LySATc) R 21301 21301 21173 0 -1 4194304 3111 0 0 0 46210 2 0 0 25 0 1 0 998048776 14110720 3097 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21304/statm: 3445 3097 77 171 0 3272 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 19136

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 21306
/proc/meminfo: memFree=776672/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0.03
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 310 376 0 0 0 0 3 0 18 0 1 0 998048771 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 237 195 169 0 50 0
[pid=21304] ppid=21301 vsize=13924 CPUtime=522.1
/proc/21304/stat : 21304 (LySATc) R 21301 21301 21173 0 -1 4194304 3145 0 0 0 52208 2 0 0 25 0 1 0 998048776 14258176 3131 1992294400 134512640 135214827 4294956224 18446744073709551615 134529683 0 0 4096 3 0 0 0 17 0 0 0
/proc/21304/statm: 3481 3131 77 171 0 3308 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 19280

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 21306
/proc/meminfo: memFree=775968/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0.03
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 310 376 0 0 0 0 3 0 18 0 1 0 998048771 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 237 195 169 0 50 0
[pid=21304] ppid=21301 vsize=14800 CPUtime=582.09
/proc/21304/stat : 21304 (LySATc) R 21301 21301 21173 0 -1 4194304 3350 0 0 0 58207 2 0 0 25 0 1 0 998048776 15155200 3336 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21304/statm: 3700 3336 77 171 0 3527 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 20156

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 21306
/proc/meminfo: memFree=775520/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0.03
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 310 376 0 0 0 0 3 0 18 0 1 0 998048771 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 237 195 169 0 50 0
[pid=21304] ppid=21301 vsize=15124 CPUtime=642.08
/proc/21304/stat : 21304 (LySATc) R 21301 21301 21173 0 -1 4194304 3437 0 0 0 64205 3 0 0 25 0 1 0 998048776 15486976 3423 1992294400 134512640 135214827 4294956224 18446744073709551615 134535351 0 0 4096 3 0 0 0 17 0 0 0
/proc/21304/statm: 3781 3423 77 171 0 3608 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 20480

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 21306
/proc/meminfo: memFree=775328/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0.03
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 310 376 0 0 0 0 3 0 18 0 1 0 998048771 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 237 195 169 0 50 0
[pid=21304] ppid=21301 vsize=15288 CPUtime=702.06
/proc/21304/stat : 21304 (LySATc) R 21301 21301 21173 0 -1 4194304 3463 0 0 0 70203 3 0 0 25 0 1 0 998048776 15654912 3449 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21304/statm: 3822 3449 77 171 0 3649 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 20644

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 21306
/proc/meminfo: memFree=775136/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0.03
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 310 376 0 0 0 0 3 0 18 0 1 0 998048771 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 237 195 169 0 50 0
[pid=21304] ppid=21301 vsize=15596 CPUtime=762.05
/proc/21304/stat : 21304 (LySATc) R 21301 21301 21173 0 -1 4194304 3515 0 0 0 76202 3 0 0 25 0 1 0 998048776 15970304 3501 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21304/statm: 3899 3501 77 171 0 3726 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 20952

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 21306
/proc/meminfo: memFree=775136/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0.03
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 310 376 0 0 0 0 3 0 18 0 1 0 998048771 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 237 195 169 0 50 0
[pid=21304] ppid=21301 vsize=15596 CPUtime=822.03
/proc/21304/stat : 21304 (LySATc) R 21301 21301 21173 0 -1 4194304 3530 0 0 0 82200 3 0 0 25 0 1 0 998048776 15970304 3516 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21304/statm: 3899 3516 77 171 0 3726 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 20952

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 21306
/proc/meminfo: memFree=774880/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0.03
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 310 376 0 0 0 0 3 0 18 0 1 0 998048771 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 237 195 169 0 50 0
[pid=21304] ppid=21301 vsize=15884 CPUtime=882.01
/proc/21304/stat : 21304 (LySATc) R 21301 21301 21173 0 -1 4194304 3575 0 0 0 88198 3 0 0 25 0 1 0 998048776 16265216 3561 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21304/statm: 3971 3561 77 171 0 3798 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 21240

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 21306
/proc/meminfo: memFree=774048/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0.03
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 310 376 0 0 0 0 3 0 18 0 1 0 998048771 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 237 195 169 0 50 0
[pid=21304] ppid=21301 vsize=16764 CPUtime=942
/proc/21304/stat : 21304 (LySATc) R 21301 21301 21173 0 -1 4194304 3795 0 0 0 94197 3 0 0 25 0 1 0 998048776 17166336 3781 1992294400 134512640 135214827 4294956224 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/21304/statm: 4191 3781 77 171 0 4018 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 22120

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 21306
/proc/meminfo: memFree=773920/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0.03
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 310 376 0 0 0 0 3 0 18 0 1 0 998048771 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 237 195 169 0 50 0
[pid=21304] ppid=21301 vsize=16764 CPUtime=1001.98
/proc/21304/stat : 21304 (LySATc) R 21301 21301 21173 0 -1 4194304 3820 0 0 0 100195 3 0 0 25 0 1 0 998048776 17166336 3806 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21304/statm: 4191 3806 77 171 0 4018 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 22120

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 21306
/proc/meminfo: memFree=773664/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0.03
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 310 376 0 0 0 0 3 0 18 0 1 0 998048771 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 237 195 169 0 50 0
[pid=21304] ppid=21301 vsize=17040 CPUtime=1061.97
/proc/21304/stat : 21304 (LySATc) R 21301 21301 21173 0 -1 4194304 3886 0 0 0 106193 4 0 0 25 0 1 0 998048776 17448960 3872 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21304/statm: 4260 3872 77 171 0 4087 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 22396

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 21306
/proc/meminfo: memFree=773344/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0.03
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 310 376 0 0 0 0 3 0 18 0 1 0 998048771 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 237 195 169 0 50 0
[pid=21304] ppid=21301 vsize=17484 CPUtime=1121.96
/proc/21304/stat : 21304 (LySATc) R 21301 21301 21173 0 -1 4194304 3965 0 0 0 112192 4 0 0 25 0 1 0 998048776 17903616 3951 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/21304/statm: 4371 3951 77 171 0 4198 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 22840

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 21306
/proc/meminfo: memFree=773280/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0.03
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 310 376 0 0 0 0 3 0 18 0 1 0 998048771 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 237 195 169 0 50 0
[pid=21304] ppid=21301 vsize=17484 CPUtime=1181.94
/proc/21304/stat : 21304 (LySATc) R 21301 21301 21173 0 -1 4194304 3966 0 0 0 118190 4 0 0 25 0 1 0 998048776 17903616 3952 1992294400 134512640 135214827 4294956224 18446744073709551615 134529776 0 0 4096 3 0 0 0 17 0 0 0
/proc/21304/statm: 4371 3952 77 171 0 4198 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 22840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 21306
/proc/meminfo: memFree=773280/2055920 swapFree=4176856/4192956
[pid=21301] ppid=21299 vsize=5356 CPUtime=0.03
/proc/21301/stat : 21301 (lysat.sh) S 21299 21301 21173 0 -1 4194304 310 376 0 0 0 0 3 0 18 0 1 0 998048771 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21301/statm: 1339 237 195 169 0 50 0
[pid=21304] ppid=21301 vsize=17484 CPUtime=1200.04
/proc/21304/stat : 21304 (LySATc) R 21301 21301 21173 0 -1 4194304 3966 0 0 0 120000 4 0 0 25 0 1 0 998048776 17903616 3952 1992294400 134512640 135214827 4294956224 18446744073709551615 134545659 0 0 4096 3 0 0 0 17 0 0 0
/proc/21304/statm: 4371 3952 77 171 0 4198 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 22840

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.11
CPU user time (s): 1200.05
CPU system time (s): 0.056991
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 22840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.05
system time used= 0.056991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4687
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= 22
involuntary context switches= 1446

runsolver used 1.11383 second user time and 3.2625 second system time

The end

Launcher Data

Begin job on node8 at 2009-03-30 06:19:10
IDJOB=1525130
IDBENCH=70282
IDSOLVER=512
FILE ID=node8/1525130-1238386750
PBS_JOBID= 9061340
Free space on /tmp= 64248 MiB

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

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

MD5SUM BENCH= c4a0eb3415818159d561f36b2a8ffa74
RANDOM SEED=1931142749

node8.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        790152 kB
Buffers:         99012 kB
Cached:        1062200 kB
SwapCached:       9204 kB
Active:         188072 kB
Inactive:       983792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        790152 kB
SwapTotal:     4192956 kB
SwapFree:      4176856 kB
Dirty:            2488 kB
Writeback:           0 kB
Mapped:          16332 kB
Slab:            79712 kB
Committed_AS:  2600536 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 64244 MiB
End job on node8 at 2009-03-30 06:39:13