Trace number 1525050

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.61

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/160/
unif-k7-r85-v160-c13600-S1178729443-051.cnf
MD5SUMf5bbeff2cbd29506603dd9467e477360
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark421.162
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses13600
Sum of the clauses size95200
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 513600

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 |   13600    95200 |    4079       0        0     nan |  0.000 % |
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 160   #clauses: 13600   #literals: 95200
0.00/0.02	c CPU time:   0.019996 s
0.00/0.02	c ==============================================================================
0.04/0.05	This is MiniSat 2.0 beta
0.04/0.05	WARNING: for repeatability, setting FPU to use double precision
0.04/0.05	============================[ Problem Statistics ]=============================
0.04/0.05	|                                                                             |
0.04/0.05	|  Number of variables:  160                                                  |
0.04/0.05	|  Number of clauses:    13600                                                |
0.04/0.06	|  Parsing time:         0.01         s                                       |
1200.02/1200.60	HOME/lysat.sh: line 55: 26323 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-1525050-1238369280/watcher-1525050-1238369280 -o /tmp/evaluation-result-1525050-1238369280/solver-1525050-1238369280 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1525050-1238369280.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 1.15 3/65 26320
/proc/meminfo: memFree=1366504/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 463261878 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 235 195 169 0 50 0
[pid=26321] ppid=26320 vsize=824 CPUtime=0
/proc/26321/stat : 26321 (SatElite) R 26320 26320 26252 0 -1 4194304 110 0 0 0 0 0 0 0 19 0 1 0 463261878 843776 94 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/26321/statm: 206 94 50 127 0 76 0

[startup+0.0523809 s]
/proc/loadavg: 0.92 0.98 1.15 3/65 26320
/proc/meminfo: memFree=1366504/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 463261878 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 235 195 169 0 50 0
[pid=26321] ppid=26320 vsize=1884 CPUtime=0.04
/proc/26321/stat : 26321 (SatElite) R 26320 26320 26252 0 -1 4194304 412 0 0 0 4 0 0 0 19 0 1 0 463261878 1929216 396 1992294400 134512640 135034092 4294956112 18446744073709551615 134766679 0 0 4096 3 0 0 0 17 0 0 0
/proc/26321/statm: 471 396 67 127 0 341 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7240

[startup+0.10139 s]
/proc/loadavg: 0.92 0.98 1.15 3/65 26320
/proc/meminfo: memFree=1366504/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0.04
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 310 415 0 0 0 0 4 0 16 0 1 0 463261878 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+0.301415 s]
/proc/loadavg: 0.92 0.98 1.15 3/65 26320
/proc/meminfo: memFree=1366504/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0.04
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 310 415 0 0 0 0 4 0 16 0 1 0 463261878 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+0.701461 s]
/proc/loadavg: 0.92 0.98 1.15 3/65 26320
/proc/meminfo: memFree=1366504/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0.04
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 310 415 0 0 0 0 4 0 16 0 1 0 463261878 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+1.50154 s]
/proc/loadavg: 0.92 0.98 1.15 2/67 26323
/proc/meminfo: memFree=1362520/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0.04
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 310 415 0 0 0 0 4 0 16 0 1 0 463261878 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 237 195 169 0 50 0
[pid=26323] ppid=26320 vsize=5060 CPUtime=1.43
/proc/26323/stat : 26323 (LySATc) R 26320 26320 26252 0 -1 4194304 1010 0 0 0 143 0 0 0 25 0 1 0 463261883 5181440 996 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/26323/statm: 1265 996 77 171 0 1092 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10416

[startup+3.10173 s]
/proc/loadavg: 0.92 0.98 1.15 2/67 26323
/proc/meminfo: memFree=1361688/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0.04
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 310 415 0 0 0 0 4 0 16 0 1 0 463261878 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 237 195 169 0 50 0
[pid=26323] ppid=26320 vsize=5768 CPUtime=3.03
/proc/26323/stat : 26323 (LySATc) R 26320 26320 26252 0 -1 4194304 1164 0 0 0 302 1 0 0 25 0 1 0 463261883 5906432 1150 1992294400 134512640 135214827 4294956224 18446744073709551615 134529320 0 0 4096 3 0 0 0 17 0 0 0
/proc/26323/statm: 1442 1150 77 171 0 1269 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11124

[startup+6.30209 s]
/proc/loadavg: 0.93 0.98 1.15 2/67 26323
/proc/meminfo: memFree=1360856/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0.04
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 310 415 0 0 0 0 4 0 16 0 1 0 463261878 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 237 195 169 0 50 0
[pid=26323] ppid=26320 vsize=6564 CPUtime=6.23
/proc/26323/stat : 26323 (LySATc) R 26320 26320 26252 0 -1 4194304 1365 0 0 0 622 1 0 0 25 0 1 0 463261883 6721536 1351 1992294400 134512640 135214827 4294956224 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 0 0 0
/proc/26323/statm: 1641 1351 77 171 0 1468 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11920

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 1.15 2/67 26323
/proc/meminfo: memFree=1359832/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0.04
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 310 415 0 0 0 0 4 0 16 0 1 0 463261878 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 237 195 169 0 50 0
[pid=26323] ppid=26320 vsize=7228 CPUtime=12.63
/proc/26323/stat : 26323 (LySATc) R 26320 26320 26252 0 -1 4194304 1532 0 0 0 1262 1 0 0 25 0 1 0 463261883 7401472 1518 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/26323/statm: 1807 1518 77 171 0 1634 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12584

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 1.14 2/67 26323
/proc/meminfo: memFree=1358816/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0.04
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 310 415 0 0 0 0 4 0 16 0 1 0 463261878 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 237 195 169 0 50 0
[pid=26323] ppid=26320 vsize=8292 CPUtime=25.42
/proc/26323/stat : 26323 (LySATc) R 26320 26320 26252 0 -1 4194304 1805 0 0 0 2541 1 0 0 25 0 1 0 463261883 8491008 1791 1992294400 134512640 135214827 4294956224 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 0 0 0
/proc/26323/statm: 2073 1791 77 171 0 1900 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 13648

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 1.14 2/67 26323
/proc/meminfo: memFree=1357664/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0.04
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 310 415 0 0 0 0 4 0 16 0 1 0 463261878 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 237 195 169 0 50 0
[pid=26323] ppid=26320 vsize=9512 CPUtime=51.01
/proc/26323/stat : 26323 (LySATc) R 26320 26320 26252 0 -1 4194304 2114 0 0 0 5099 2 0 0 25 0 1 0 463261883 9740288 2100 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/26323/statm: 2378 2100 77 171 0 2205 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 14868

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 1.13 2/67 26323
/proc/meminfo: memFree=1356064/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0.04
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 310 415 0 0 0 0 4 0 16 0 1 0 463261878 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 237 195 169 0 50 0
[pid=26323] ppid=26320 vsize=11152 CPUtime=102.19
/proc/26323/stat : 26323 (LySATc) R 26320 26320 26252 0 -1 4194304 2490 0 0 0 10217 2 0 0 25 0 1 0 463261883 11419648 2476 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/26323/statm: 2788 2476 77 171 0 2615 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 16508

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.12 2/67 26323
/proc/meminfo: memFree=1354848/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0.04
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 310 415 0 0 0 0 4 0 16 0 1 0 463261878 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 237 195 169 0 50 0
[pid=26323] ppid=26320 vsize=12388 CPUtime=162.16
/proc/26323/stat : 26323 (LySATc) R 26320 26320 26252 0 -1 4194304 2795 0 0 0 16214 2 0 0 25 0 1 0 463261883 12685312 2781 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/26323/statm: 3097 2781 77 171 0 2924 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 17744

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 1.11 2/67 26323
/proc/meminfo: memFree=1354272/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0.04
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 310 415 0 0 0 0 4 0 16 0 1 0 463261878 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 237 195 169 0 50 0
[pid=26323] ppid=26320 vsize=12992 CPUtime=222.14
/proc/26323/stat : 26323 (LySATc) R 26320 26320 26252 0 -1 4194304 2931 0 0 0 22211 3 0 0 25 0 1 0 463261883 13303808 2917 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/26323/statm: 3248 2917 77 171 0 3075 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 18348

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.10 2/67 26323
/proc/meminfo: memFree=1353056/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0.04
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 310 415 0 0 0 0 4 0 16 0 1 0 463261878 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 237 195 169 0 50 0
[pid=26323] ppid=26320 vsize=14252 CPUtime=282.11
/proc/26323/stat : 26323 (LySATc) R 26320 26320 26252 0 -1 4194304 3230 0 0 0 28208 3 0 0 25 0 1 0 463261883 14594048 3216 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/26323/statm: 3563 3216 77 171 0 3390 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 19608

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 1.09 2/67 26323
/proc/meminfo: memFree=1352800/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0.04
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 310 415 0 0 0 0 4 0 16 0 1 0 463261878 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 237 195 169 0 50 0
[pid=26323] ppid=26320 vsize=14396 CPUtime=342.09
/proc/26323/stat : 26323 (LySATc) R 26320 26320 26252 0 -1 4194304 3292 0 0 0 34206 3 0 0 25 0 1 0 463261883 14741504 3278 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/26323/statm: 3599 3278 77 171 0 3426 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 19752

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 1.08 2/67 26323
/proc/meminfo: memFree=1352480/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0.04
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 310 415 0 0 0 0 4 0 16 0 1 0 463261878 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 237 195 169 0 50 0

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

[pid=26323] ppid=26320 vsize=15884 CPUtime=462.04
/proc/26323/stat : 26323 (LySATc) R 26320 26320 26252 0 -1 4194304 3652 0 0 0 46200 4 0 0 25 0 1 0 463261883 16265216 3638 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/26323/statm: 3971 3638 77 171 0 3798 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 21240

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 1.07 2/67 26323
/proc/meminfo: memFree=1351136/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0.04
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 310 415 0 0 0 0 4 0 16 0 1 0 463261878 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 237 195 169 0 50 0
[pid=26323] ppid=26320 vsize=16216 CPUtime=522.01
/proc/26323/stat : 26323 (LySATc) R 26320 26320 26252 0 -1 4194304 3705 0 0 0 52197 4 0 0 25 0 1 0 463261883 16605184 3691 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/26323/statm: 4054 3691 77 171 0 3881 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 21572

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 1.06 2/67 26323
/proc/meminfo: memFree=1350880/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0.04
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 310 415 0 0 0 0 4 0 16 0 1 0 463261878 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 237 195 169 0 50 0
[pid=26323] ppid=26320 vsize=16364 CPUtime=581.97
/proc/26323/stat : 26323 (LySATc) R 26320 26320 26252 0 -1 4194304 3769 0 0 0 58193 4 0 0 25 0 1 0 463261883 16756736 3755 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/26323/statm: 4091 3755 77 171 0 3918 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 21720

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 1.06 2/67 26323
/proc/meminfo: memFree=1350752/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0.04
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 310 415 0 0 0 0 4 0 16 0 1 0 463261878 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 237 195 169 0 50 0
[pid=26323] ppid=26320 vsize=16552 CPUtime=641.95
/proc/26323/stat : 26323 (LySATc) R 26320 26320 26252 0 -1 4194304 3795 0 0 0 64191 4 0 0 25 0 1 0 463261883 16949248 3781 1992294400 134512640 135214827 4294956224 18446744073709551615 134529292 0 0 4096 3 0 0 0 17 0 0 0
/proc/26323/statm: 4138 3781 77 171 0 3965 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 21908

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 1.05 2/67 26323
/proc/meminfo: memFree=1349792/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0.04
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 310 415 0 0 0 0 4 0 16 0 1 0 463261878 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 237 195 169 0 50 0
[pid=26323] ppid=26320 vsize=17624 CPUtime=701.92
/proc/26323/stat : 26323 (LySATc) R 26320 26320 26252 0 -1 4194304 4050 0 0 0 70188 4 0 0 25 0 1 0 463261883 18046976 4036 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/26323/statm: 4406 4036 77 171 0 4233 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 22980

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 1.05 2/67 26323
/proc/meminfo: memFree=1349408/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0.04
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 310 415 0 0 0 0 4 0 16 0 1 0 463261878 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 237 195 169 0 50 0
[pid=26323] ppid=26320 vsize=17940 CPUtime=761.89
/proc/26323/stat : 26323 (LySATc) R 26320 26320 26252 0 -1 4194304 4118 0 0 0 76184 5 0 0 25 0 1 0 463261883 18370560 4104 1992294400 134512640 135214827 4294956224 18446744073709551615 134545265 0 0 4096 3 0 0 0 17 0 0 0
/proc/26323/statm: 4485 4104 77 171 0 4312 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 23296

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 1.04 2/67 26323
/proc/meminfo: memFree=1349280/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0.04
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 310 415 0 0 0 0 4 0 16 0 1 0 463261878 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 237 195 169 0 50 0
[pid=26323] ppid=26320 vsize=18072 CPUtime=821.87
/proc/26323/stat : 26323 (LySATc) R 26320 26320 26252 0 -1 4194304 4164 0 0 0 82182 5 0 0 25 0 1 0 463261883 18505728 4150 1992294400 134512640 135214827 4294956224 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 0 0 0
/proc/26323/statm: 4518 4150 77 171 0 4345 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 23428

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 1.03 2/67 26323
/proc/meminfo: memFree=1349024/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0.04
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 310 415 0 0 0 0 4 0 16 0 1 0 463261878 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 237 195 169 0 50 0
[pid=26323] ppid=26320 vsize=18376 CPUtime=881.84
/proc/26323/stat : 26323 (LySATc) R 26320 26320 26252 0 -1 4194304 4225 0 0 0 88179 5 0 0 25 0 1 0 463261883 18817024 4211 1992294400 134512640 135214827 4294956224 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 0 0 0
/proc/26323/statm: 4594 4211 77 171 0 4421 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 23732

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 1.03 2/67 26323
/proc/meminfo: memFree=1348960/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0.04
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 310 415 0 0 0 0 4 0 16 0 1 0 463261878 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 237 195 169 0 50 0
[pid=26323] ppid=26320 vsize=18376 CPUtime=941.79
/proc/26323/stat : 26323 (LySATc) R 26320 26320 26252 0 -1 4194304 4240 0 0 0 94174 5 0 0 25 0 1 0 463261883 18817024 4226 1992294400 134512640 135214827 4294956224 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/26323/statm: 4594 4226 77 171 0 4421 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 23732

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.02 2/67 26323
/proc/meminfo: memFree=1348896/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0.04
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 310 415 0 0 0 0 4 0 16 0 1 0 463261878 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 237 195 169 0 50 0
[pid=26323] ppid=26320 vsize=18508 CPUtime=1001.77
/proc/26323/stat : 26323 (LySATc) R 26320 26320 26252 0 -1 4194304 4268 0 0 0 100172 5 0 0 25 0 1 0 463261883 18952192 4254 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/26323/statm: 4627 4254 77 171 0 4454 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 23864

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.02 2/67 26323
/proc/meminfo: memFree=1348704/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0.04
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 310 415 0 0 0 0 4 0 16 0 1 0 463261878 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 237 195 169 0 50 0
[pid=26323] ppid=26320 vsize=18760 CPUtime=1061.74
/proc/26323/stat : 26323 (LySATc) R 26320 26320 26252 0 -1 4194304 4297 0 0 0 106169 5 0 0 25 0 1 0 463261883 19210240 4283 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/26323/statm: 4690 4283 77 171 0 4517 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 24116

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.01 2/67 26323
/proc/meminfo: memFree=1347872/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0.04
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 310 415 0 0 0 0 4 0 16 0 1 0 463261878 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 237 195 169 0 50 0
[pid=26323] ppid=26320 vsize=19580 CPUtime=1121.71
/proc/26323/stat : 26323 (LySATc) R 26320 26320 26252 0 -1 4194304 4512 0 0 0 112166 5 0 0 25 0 1 0 463261883 20049920 4498 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/26323/statm: 4895 4498 77 171 0 4722 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 24936

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 26323
/proc/meminfo: memFree=1347872/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0.04
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 310 415 0 0 0 0 4 0 16 0 1 0 463261878 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 237 195 169 0 50 0
[pid=26323] ppid=26320 vsize=19720 CPUtime=1181.68
/proc/26323/stat : 26323 (LySATc) R 26320 26320 26252 0 -1 4194304 4527 0 0 0 118163 5 0 0 25 0 1 0 463261883 20193280 4513 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/26323/statm: 4930 4513 77 171 0 4757 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 25076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 1.00 2/67 26323
/proc/meminfo: memFree=1347744/2055920 swapFree=4178736/4192956
[pid=26320] ppid=26318 vsize=5356 CPUtime=0.04
/proc/26320/stat : 26320 (lysat.sh) S 26318 26320 26252 0 -1 4194304 310 415 0 0 0 0 4 0 16 0 1 0 463261878 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26320/statm: 1339 237 195 169 0 50 0
[pid=26323] ppid=26320 vsize=19720 CPUtime=1199.98
/proc/26323/stat : 26323 (LySATc) R 26320 26320 26252 0 -1 4194304 4543 0 0 0 119993 5 0 0 25 0 1 0 463261883 20193280 4529 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/26323/statm: 4930 4529 77 171 0 4757 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 25076

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.61
CPU time (s): 1200.05
CPU user time (s): 1199.99
CPU system time (s): 0.066989
CPU usage (%): 99.9534
Max. virtual memory (cumulated for all children) (KiB): 25076

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

runsolver used 1.02584 second user time and 3.35049 second system time

The end

Launcher Data

Begin job on node32 at 2009-03-30 01:28:00
IDJOB=1525050
IDBENCH=70266
IDSOLVER=512
FILE ID=node32/1525050-1238369280
PBS_JOBID= 9061250
Free space on /tmp= 66456 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/160/unif-k7-r85-v160-c13600-S1178729443-051.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1525050-1238369280/watcher-1525050-1238369280 -o /tmp/evaluation-result-1525050-1238369280/solver-1525050-1238369280 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1525050-1238369280.cnf c

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

MD5SUM BENCH= f5bbeff2cbd29506603dd9467e477360
RANDOM SEED=621265456

node32.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.234
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.234
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:       1367048 kB
Buffers:         75228 kB
Cached:         541736 kB
SwapCached:       7344 kB
Active:         188536 kB
Inactive:       437160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1367048 kB
SwapTotal:     4192956 kB
SwapFree:      4178736 kB
Dirty:            2548 kB
Writeback:           0 kB
Mapped:          14472 kB
Slab:            48944 kB
Committed_AS:  1461176 kB
PageTables:       1488 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= 66452 MiB
End job on node32 at 2009-03-30 01:48:03