Trace number 1735503

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v1375c111739g6.cnf
MD5SUMe4c376965bc8cbd4cdf5b3958d29ec62
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark135.254
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

Solver Data

0.00/0.00	c Parsing...
0.00/0.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |  111739   224743 |   33521       0        0     nan |  0.000 % |
0.00/0.56	c |         0 |  110364   370782 |      --       0       --      -- |     --   | -1375/146039
0.00/0.56	c ==============================================================================
0.00/0.56	c Result  :   #vars: 1320   #clauses: 110364   #literals: 370782
0.00/0.56	c CPU time:   0.537918 s
0.00/0.56	c ==============================================================================
0.00/0.69	This is MiniSat 2.0 beta
0.00/0.69	WARNING: for repeatability, setting FPU to use double precision
0.00/0.69	============================[ Problem Statistics ]=============================
0.00/0.69	|                                                                             |
0.00/0.69	|  Number of variables:  1320                                                 |
0.00/0.69	|  Number of clauses:    110364                                               |
0.67/0.75	|  Parsing time:         0.05         s                                       |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1735503-1240803026/watcher-1735503-1240803026 -o /tmp/evaluation-result-1735503-1240803026/solver-1735503-1240803026 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1735503-1240803026.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.99 0.98 0.99 3/64 23113
/proc/meminfo: memFree=1699552/2055920 swapFree=4192812/4192956
[pid=23113] ppid=23111 vsize=1964 CPUtime=0
/proc/23113/stat : 23113 (lysat.sh) R 23111 23113 22446 0 -1 4194304 50 0 0 0 0 0 0 0 18 0 1 0 108335239 2011136 34 1992294400 4194304 4889804 548682068800 18446744073709551615 210821510537 0 0 4096 0 0 0 0 17 1 0 0
/proc/23113/statm: 491 36 28 169 0 8 0

[startup+0.07692 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 23113
/proc/meminfo: memFree=1699552/2055920 swapFree=4192812/4192956
[pid=23113] ppid=23111 vsize=5356 CPUtime=0
/proc/23113/stat : 23113 (lysat.sh) S 23111 23113 22446 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 108335239 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23113/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101922 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 23113
/proc/meminfo: memFree=1699552/2055920 swapFree=4192812/4192956
[pid=23113] ppid=23111 vsize=5356 CPUtime=0
/proc/23113/stat : 23113 (lysat.sh) S 23111 23113 22446 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 108335239 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23113/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301943 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 23113
/proc/meminfo: memFree=1699552/2055920 swapFree=4192812/4192956
[pid=23113] ppid=23111 vsize=5356 CPUtime=0
/proc/23113/stat : 23113 (lysat.sh) S 23111 23113 22446 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 108335239 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23113/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701989 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 23113
/proc/meminfo: memFree=1699552/2055920 swapFree=4192812/4192956
[pid=23113] ppid=23111 vsize=5356 CPUtime=0.67
/proc/23113/stat : 23113 (lysat.sh) S 23111 23113 22446 0 -1 4194304 310 2380 0 0 0 0 65 2 18 0 1 0 108335239 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23113/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 5356

[startup+1.50108 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23116
/proc/meminfo: memFree=1690192/2055920 swapFree=4192812/4192956
[pid=23113] ppid=23111 vsize=5356 CPUtime=0.67
/proc/23113/stat : 23113 (lysat.sh) S 23111 23113 22446 0 -1 4194304 310 2380 0 0 0 0 65 2 18 0 1 0 108335239 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23113/statm: 1339 237 195 169 0 50 0
[pid=23116] ppid=23113 vsize=9188 CPUtime=0.79
/proc/23116/stat : 23116 (LySATc) R 23113 23113 22446 0 -1 4194304 2157 0 0 0 79 0 0 0 24 0 1 0 108335309 9408512 2142 1992294400 134512640 135214827 4294956208 18446744073709551615 134539452 0 0 4096 3 0 0 0 17 1 0 0
/proc/23116/statm: 2297 2142 78 171 0 2124 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 14544

[startup+3.10127 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23116
/proc/meminfo: memFree=1687504/2055920 swapFree=4192812/4192956
[pid=23113] ppid=23111 vsize=5356 CPUtime=0.67
/proc/23113/stat : 23113 (lysat.sh) S 23111 23113 22446 0 -1 4194304 310 2380 0 0 0 0 65 2 18 0 1 0 108335239 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23113/statm: 1339 237 195 169 0 50 0
[pid=23116] ppid=23113 vsize=12364 CPUtime=2.4
/proc/23116/stat : 23116 (LySATc) R 23113 23113 22446 0 -1 4194304 2943 0 0 0 239 1 0 0 25 0 1 0 108335309 12660736 2928 1992294400 134512640 135214827 4294956208 18446744073709551615 134529390 0 0 4096 3 0 0 0 17 1 0 0
/proc/23116/statm: 3091 2928 78 171 0 2918 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 17720

[startup+6.30166 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23116
/proc/meminfo: memFree=1682320/2055920 swapFree=4192812/4192956
[pid=23113] ppid=23111 vsize=5356 CPUtime=0.67
/proc/23113/stat : 23113 (lysat.sh) S 23111 23113 22446 0 -1 4194304 310 2380 0 0 0 0 65 2 18 0 1 0 108335239 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23113/statm: 1339 237 195 169 0 50 0
[pid=23116] ppid=23113 vsize=16360 CPUtime=5.59
/proc/23116/stat : 23116 (LySATc) R 23113 23113 22446 0 -1 4194304 3969 0 0 0 557 2 0 0 25 0 1 0 108335309 16752640 3954 1992294400 134512640 135214827 4294956208 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 1 0 0
/proc/23116/statm: 4090 3954 78 171 0 3917 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 21716

[startup+12.7014 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23116
/proc/meminfo: memFree=1675792/2055920 swapFree=4192812/4192956
[pid=23113] ppid=23111 vsize=5356 CPUtime=0.67
/proc/23113/stat : 23113 (lysat.sh) S 23111 23113 22446 0 -1 4194304 310 2380 0 0 0 0 65 2 18 0 1 0 108335239 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23113/statm: 1339 237 195 169 0 50 0
[pid=23116] ppid=23113 vsize=22456 CPUtime=12
/proc/23116/stat : 23116 (LySATc) R 23113 23113 22446 0 -1 4194304 5486 0 0 0 1196 4 0 0 25 0 1 0 108335309 22994944 5471 1992294400 134512640 135214827 4294956208 18446744073709551615 134529651 0 0 4096 3 0 0 0 17 1 0 0
/proc/23116/statm: 5614 5471 78 171 0 5441 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 27812

[startup+25.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23116
/proc/meminfo: memFree=1668304/2055920 swapFree=4192812/4192956
[pid=23113] ppid=23111 vsize=5356 CPUtime=0.67
/proc/23113/stat : 23113 (lysat.sh) S 23111 23113 22446 0 -1 4194304 310 2380 0 0 0 0 65 2 18 0 1 0 108335239 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23113/statm: 1339 237 195 169 0 50 0
[pid=23116] ppid=23113 vsize=29632 CPUtime=24.79
/proc/23116/stat : 23116 (LySATc) R 23113 23113 22446 0 -1 4194304 7285 0 0 0 2473 6 0 0 25 0 1 0 108335309 30343168 7270 1992294400 134512640 135214827 4294956208 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/23116/statm: 7408 7270 78 171 0 7235 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 34988

[startup+51.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23116
/proc/meminfo: memFree=1657040/2055920 swapFree=4192812/4192956
[pid=23113] ppid=23111 vsize=5356 CPUtime=0.67
/proc/23113/stat : 23113 (lysat.sh) S 23111 23113 22446 0 -1 4194304 310 2380 0 0 0 0 65 2 18 0 1 0 108335239 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23113/statm: 1339 237 195 169 0 50 0
[pid=23116] ppid=23113 vsize=40956 CPUtime=50.38
/proc/23116/stat : 23116 (LySATc) R 23113 23113 22446 0 -1 4194304 10102 0 0 0 5030 8 0 0 25 0 1 0 108335309 41938944 10087 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/23116/statm: 10239 10087 78 171 0 10066 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 46312

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23116
/proc/meminfo: memFree=1639632/2055920 swapFree=4192812/4192956
[pid=23113] ppid=23111 vsize=5356 CPUtime=0.67
/proc/23113/stat : 23113 (lysat.sh) S 23111 23113 22446 0 -1 4194304 310 2380 0 0 0 0 65 2 18 0 1 0 108335239 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23113/statm: 1339 237 195 169 0 50 0
[pid=23116] ppid=23113 vsize=58220 CPUtime=101.57
/proc/23116/stat : 23116 (LySATc) R 23113 23113 22446 0 -1 4194304 14394 0 0 0 10144 13 0 0 25 0 1 0 108335309 59617280 14379 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/23116/statm: 14555 14379 78 171 0 14382 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 63576

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23116
/proc/meminfo: memFree=1625168/2055920 swapFree=4192812/4192956
[pid=23113] ppid=23111 vsize=5356 CPUtime=0.67
/proc/23113/stat : 23113 (lysat.sh) S 23111 23113 22446 0 -1 4194304 310 2380 0 0 0 0 65 2 18 0 1 0 108335239 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23113/statm: 1339 237 195 169 0 50 0
[pid=23116] ppid=23113 vsize=72920 CPUtime=161.54
/proc/23116/stat : 23116 (LySATc) R 23113 23113 22446 0 -1 4194304 18017 0 0 0 16138 16 0 0 25 0 1 0 108335309 74670080 18002 1992294400 134512640 135214827 4294956208 18446744073709551615 134537489 0 0 4096 3 0 0 0 17 1 0 0
/proc/23116/statm: 18230 18002 78 171 0 18057 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 78276

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23116
/proc/meminfo: memFree=1615824/2055920 swapFree=4192812/4192956
[pid=23113] ppid=23111 vsize=5356 CPUtime=0.67
/proc/23113/stat : 23113 (lysat.sh) S 23111 23113 22446 0 -1 4194304 310 2380 0 0 0 0 65 2 18 0 1 0 108335239 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23113/statm: 1339 237 195 169 0 50 0
[pid=23116] ppid=23113 vsize=82280 CPUtime=221.52
/proc/23116/stat : 23116 (LySATc) R 23113 23113 22446 0 -1 4194304 20328 0 0 0 22134 18 0 0 25 0 1 0 108335309 84254720 20313 1992294400 134512640 135214827 4294956208 18446744073709551615 134720950 0 0 4096 3 0 0 0 17 1 0 0
/proc/23116/statm: 20570 20313 78 171 0 20397 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 87636

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23116
/proc/meminfo: memFree=1606480/2055920 swapFree=4192812/4192956
[pid=23113] ppid=23111 vsize=5356 CPUtime=0.67
/proc/23113/stat : 23113 (lysat.sh) S 23111 23113 22446 0 -1 4194304 310 2380 0 0 0 0 65 2 18 0 1 0 108335239 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23113/statm: 1339 237 195 169 0 50 0
[pid=23116] ppid=23113 vsize=91704 CPUtime=281.51
/proc/23116/stat : 23116 (LySATc) R 23113 23113 22446 0 -1 4194304 22679 0 0 0 28130 21 0 0 25 0 1 0 108335309 93904896 22664 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/23116/statm: 22926 22664 78 171 0 22753 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 97060

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23116
/proc/meminfo: memFree=1598032/2055920 swapFree=4192812/4192956
[pid=23113] ppid=23111 vsize=5356 CPUtime=0.67
/proc/23113/stat : 23113 (lysat.sh) S 23111 23113 22446 0 -1 4194304 310 2380 0 0 0 0 65 2 18 0 1 0 108335239 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23113/statm: 1339 237 195 169 0 50 0
[pid=23116] ppid=23113 vsize=100004 CPUtime=341.49
/proc/23116/stat : 23116 (LySATc) R 23113 23113 22446 0 -1 4194304 24758 0 0 0 34126 23 0 0 25 0 1 0 108335309 102404096 24743 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/23116/statm: 25001 24743 78 171 0 24828 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 105360

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23116
/proc/meminfo: memFree=1589712/2055920 swapFree=4192812/4192956
[pid=23113] ppid=23111 vsize=5356 CPUtime=0.67
/proc/23113/stat : 23113 (lysat.sh) S 23111 23113 22446 0 -1 4194304 310 2380 0 0 0 0 65 2 18 0 1 0 108335239 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23113/statm: 1339 237 195 169 0 50 0
[pid=23116] ppid=23113 vsize=108728 CPUtime=401.47
/proc/23116/stat : 23116 (LySATc) R 23113 23113 22446 0 -1 4194304 26856 0 0 0 40122 25 0 0 25 0 1 0 108335309 111337472 26841 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/23116/statm: 27182 26841 78 171 0 27009 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 114084


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

/proc/23116/statm: 30935 30575 78 171 0 30762 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 129096

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23118
/proc/meminfo: memFree=1568272/2055920 swapFree=4192812/4192956
[pid=23113] ppid=23111 vsize=5356 CPUtime=0.67
/proc/23113/stat : 23113 (lysat.sh) S 23111 23113 22446 0 -1 4194304 310 2380 0 0 0 0 65 2 18 0 1 0 108335239 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23113/statm: 1339 237 195 169 0 50 0
[pid=23116] ppid=23113 vsize=129972 CPUtime=581.42
/proc/23116/stat : 23116 (LySATc) R 23113 23113 22446 0 -1 4194304 32166 0 0 0 58112 30 0 0 25 0 1 0 108335309 133091328 32151 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/23116/statm: 32493 32151 78 171 0 32320 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 135328

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23118
/proc/meminfo: memFree=1566800/2055920 swapFree=4192812/4192956
[pid=23113] ppid=23111 vsize=5356 CPUtime=0.67
/proc/23113/stat : 23113 (lysat.sh) S 23111 23113 22446 0 -1 4194304 310 2380 0 0 0 0 65 2 18 0 1 0 108335239 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23113/statm: 1339 237 195 169 0 50 0
[pid=23116] ppid=23113 vsize=131344 CPUtime=641.41
/proc/23116/stat : 23116 (LySATc) R 23113 23113 22446 0 -1 4194304 32498 0 0 0 64110 31 0 0 25 0 1 0 108335309 134496256 32483 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/23116/statm: 32836 32483 78 171 0 32663 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 136700

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23118
/proc/meminfo: memFree=1566800/2055920 swapFree=4192812/4192956
[pid=23113] ppid=23111 vsize=5356 CPUtime=0.67
/proc/23113/stat : 23113 (lysat.sh) S 23111 23113 22446 0 -1 4194304 310 2380 0 0 0 0 65 2 18 0 1 0 108335239 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23113/statm: 1339 237 195 169 0 50 0
[pid=23116] ppid=23113 vsize=131344 CPUtime=701.39
/proc/23116/stat : 23116 (LySATc) R 23113 23113 22446 0 -1 4194304 32498 0 0 0 70108 31 0 0 25 0 1 0 108335309 134496256 32483 1992294400 134512640 135214827 4294956208 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 1 0 0
/proc/23116/statm: 32836 32483 78 171 0 32663 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 136700

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23118
/proc/meminfo: memFree=1566736/2055920 swapFree=4192812/4192956
[pid=23113] ppid=23111 vsize=5356 CPUtime=0.67
/proc/23113/stat : 23113 (lysat.sh) S 23111 23113 22446 0 -1 4194304 310 2380 0 0 0 0 65 2 18 0 1 0 108335239 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23113/statm: 1339 237 195 169 0 50 0
[pid=23116] ppid=23113 vsize=131344 CPUtime=761.37
/proc/23116/stat : 23116 (LySATc) R 23113 23113 22446 0 -1 4194304 32502 0 0 0 76106 31 0 0 25 0 1 0 108335309 134496256 32487 1992294400 134512640 135214827 4294956208 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/23116/statm: 32836 32487 78 171 0 32663 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 136700

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23118
/proc/meminfo: memFree=1566736/2055920 swapFree=4192812/4192956
[pid=23113] ppid=23111 vsize=5356 CPUtime=0.67
/proc/23113/stat : 23113 (lysat.sh) S 23111 23113 22446 0 -1 4194304 310 2380 0 0 0 0 65 2 18 0 1 0 108335239 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23113/statm: 1339 237 195 169 0 50 0
[pid=23116] ppid=23113 vsize=131344 CPUtime=821.35
/proc/23116/stat : 23116 (LySATc) R 23113 23113 22446 0 -1 4194304 32502 0 0 0 82104 31 0 0 25 0 1 0 108335309 134496256 32487 1992294400 134512640 135214827 4294956208 18446744073709551615 134527328 0 0 4096 3 0 0 0 17 1 0 0
/proc/23116/statm: 32836 32487 78 171 0 32663 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 136700

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23118
/proc/meminfo: memFree=1566288/2055920 swapFree=4192812/4192956
[pid=23113] ppid=23111 vsize=5356 CPUtime=0.67
/proc/23113/stat : 23113 (lysat.sh) S 23111 23113 22446 0 -1 4194304 310 2380 0 0 0 0 65 2 18 0 1 0 108335239 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23113/statm: 1339 237 195 169 0 50 0
[pid=23116] ppid=23113 vsize=131916 CPUtime=881.33
/proc/23116/stat : 23116 (LySATc) R 23113 23113 22446 0 -1 4194304 32606 0 0 0 88102 31 0 0 25 0 1 0 108335309 135081984 32591 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/23116/statm: 32979 32591 78 171 0 32806 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 137272

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23118
/proc/meminfo: memFree=1565648/2055920 swapFree=4192812/4192956
[pid=23113] ppid=23111 vsize=5356 CPUtime=0.67
/proc/23113/stat : 23113 (lysat.sh) S 23111 23113 22446 0 -1 4194304 310 2380 0 0 0 0 65 2 18 0 1 0 108335239 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23113/statm: 1339 237 195 169 0 50 0
[pid=23116] ppid=23113 vsize=132732 CPUtime=941.31
/proc/23116/stat : 23116 (LySATc) R 23113 23113 22446 0 -1 4194304 32768 0 0 0 94100 31 0 0 25 0 1 0 108335309 135917568 32753 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/23116/statm: 33183 32753 78 171 0 33010 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 138088

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23118
/proc/meminfo: memFree=1565328/2055920 swapFree=4192812/4192956
[pid=23113] ppid=23111 vsize=5356 CPUtime=0.67
/proc/23113/stat : 23113 (lysat.sh) S 23111 23113 22446 0 -1 4194304 310 2380 0 0 0 0 65 2 18 0 1 0 108335239 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23113/statm: 1339 237 195 169 0 50 0
[pid=23116] ppid=23113 vsize=133024 CPUtime=1001.29
/proc/23116/stat : 23116 (LySATc) R 23113 23113 22446 0 -1 4194304 32843 0 0 0 100098 31 0 0 25 0 1 0 108335309 136216576 32828 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/23116/statm: 33256 32828 78 171 0 33083 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 138380

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23118
/proc/meminfo: memFree=1564944/2055920 swapFree=4192812/4192956
[pid=23113] ppid=23111 vsize=5356 CPUtime=0.67
/proc/23113/stat : 23113 (lysat.sh) S 23111 23113 22446 0 -1 4194304 310 2380 0 0 0 0 65 2 18 0 1 0 108335239 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23113/statm: 1339 237 195 169 0 50 0
[pid=23116] ppid=23113 vsize=133564 CPUtime=1061.27
/proc/23116/stat : 23116 (LySATc) R 23113 23113 22446 0 -1 4194304 32928 0 0 0 106096 31 0 0 25 0 1 0 108335309 136769536 32913 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/23116/statm: 33391 32913 78 171 0 33218 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 138920

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23118
/proc/meminfo: memFree=1562704/2055920 swapFree=4192812/4192956
[pid=23113] ppid=23111 vsize=5356 CPUtime=0.67
/proc/23113/stat : 23113 (lysat.sh) S 23111 23113 22446 0 -1 4194304 310 2380 0 0 0 0 65 2 18 0 1 0 108335239 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23113/statm: 1339 237 195 169 0 50 0
[pid=23116] ppid=23113 vsize=135968 CPUtime=1121.26
/proc/23116/stat : 23116 (LySATc) R 23113 23113 22446 0 -1 4194304 33479 0 0 0 112093 33 0 0 25 0 1 0 108335309 139231232 33464 1992294400 134512640 135214827 4294956208 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 1 0 0
/proc/23116/statm: 33992 33464 78 171 0 33819 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 141324

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23118
/proc/meminfo: memFree=1558032/2055920 swapFree=4192812/4192956
[pid=23113] ppid=23111 vsize=5356 CPUtime=0.67
/proc/23113/stat : 23113 (lysat.sh) S 23111 23113 22446 0 -1 4194304 310 2380 0 0 0 0 65 2 18 0 1 0 108335239 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23113/statm: 1339 237 195 169 0 50 0
[pid=23116] ppid=23113 vsize=140616 CPUtime=1181.24
/proc/23116/stat : 23116 (LySATc) R 23113 23113 22446 0 -1 4194304 34651 0 0 0 118090 34 0 0 25 0 1 0 108335309 143990784 34636 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/23116/statm: 35154 34636 78 171 0 34981 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 145972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23118
/proc/meminfo: memFree=1556304/2055920 swapFree=4192812/4192956
[pid=23113] ppid=23111 vsize=5356 CPUtime=0.67
/proc/23113/stat : 23113 (lysat.sh) S 23111 23113 22446 0 -1 4194304 310 2380 0 0 0 0 65 2 18 0 1 0 108335239 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23113/statm: 1339 237 195 169 0 50 0
[pid=23116] ppid=23113 vsize=142236 CPUtime=1199.34
/proc/23116/stat : 23116 (LySATc) R 23113 23113 22446 0 -1 4194304 35075 0 0 0 119899 35 0 0 25 0 1 0 108335309 145649664 35060 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/23116/statm: 35559 35060 78 171 0 35386 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 147592

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23113 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=659899
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=29995
# CPU time returned by wait4() is 0.689894
# while last known CPU time is 1200.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.41
CPU time (s): 1200.01
CPU user time (s): 1199.64
CPU system time (s): 0.37
CPU usage (%): 99.9665
Max. virtual memory (cumulated for all children) (KiB): 147592

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

runsolver used 1.37879 second user time and 2.87856 second system time

The end

Launcher Data

Begin job on node33 at 2009-04-27 05:30:26
IDJOB=1735503
IDBENCH=71495
IDSOLVER=512
FILE ID=node33/1735503-1240803026
PBS_JOBID= 9187383
Free space on /tmp= 66424 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v1375c111739g6.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1735503-1240803026/watcher-1735503-1240803026 -o /tmp/evaluation-result-1735503-1240803026/solver-1735503-1240803026 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1735503-1240803026.cnf c

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

MD5SUM BENCH= e4c376965bc8cbd4cdf5b3958d29ec62
RANDOM SEED=10177714

node33.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.212
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.212
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:       1699968 kB
Buffers:         44500 kB
Cached:         222128 kB
SwapCached:          0 kB
Active:          74716 kB
Inactive:       205824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1699968 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3524 kB
Writeback:           0 kB
Mapped:          23680 kB
Slab:            61380 kB
Committed_AS:   382900 kB
PageTables:       1388 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= 66420 MiB
End job on node33 at 2009-04-27 05:50:28