Trace number 1726890

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LySAT c/2009-03-20? (TO) 1200.12 1200.61

General information on the benchmark

Namecrafted/Hard/contest04/others/
equilarge_l2.sat05-519.reshuffled-07.cnf
MD5SUM5344c68d1511d70cde59fef7dc46c3a5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4487
Number of clauses18555
Sum of the clauses size54310
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   18555    54310 |    5566       0        0     nan |  0.000 % |
0.09/0.12	c |         0 |   18121    66093 |      --       0       --      -- |     --   | -434/11783
0.09/0.12	c ==============================================================================
0.09/0.12	c Result  :   #vars: 2782   #clauses: 18121   #literals: 66093
0.09/0.12	c CPU time:   0.110983 s
0.09/0.12	c ==============================================================================
0.09/0.14	This is MiniSat 2.0 beta
0.09/0.14	WARNING: for repeatability, setting FPU to use double precision
0.09/0.15	============================[ Problem Statistics ]=============================
0.09/0.15	|                                                                             |
0.09/0.15	|  Number of variables:  2782                                                 |
0.09/0.15	|  Number of clauses:    18121                                                |
0.09/0.16	|  Parsing time:         0.01         s                                       |
1200.08/1200.60	HOME/lysat.sh: line 55: 25059 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:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1726890-1240718182/watcher-1726890-1240718182 -o /tmp/evaluation-result-1726890-1240718182/solver-1726890-1240718182 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1726890-1240718182.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/64 25056
/proc/meminfo: memFree=1610864/2055920 swapFree=4192812/4192956
[pid=25056] ppid=25054 vsize=5356 CPUtime=0
/proc/25056/stat : 25056 (lysat.sh) R 25054 25056 21491 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 99845347 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 217051622047 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/25056/statm: 1339 234 194 169 0 50 0
[pid=25057] ppid=25056 vsize=1556 CPUtime=0
/proc/25057/stat : 25057 (SatElite) R 25056 25056 21491 0 -1 4194304 272 0 0 0 0 0 0 0 18 0 1 0 99845347 1593344 256 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/25057/statm: 389 256 50 127 0 259 0

[startup+0.066094 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25056
/proc/meminfo: memFree=1610864/2055920 swapFree=4192812/4192956
[pid=25056] ppid=25054 vsize=5356 CPUtime=0
/proc/25056/stat : 25056 (lysat.sh) S 25054 25056 21491 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 99845347 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25056/statm: 1339 235 195 169 0 50 0
[pid=25057] ppid=25056 vsize=3948 CPUtime=0.05
/proc/25057/stat : 25057 (SatElite) R 25056 25056 21491 0 -1 4194304 845 0 0 0 5 0 0 0 19 0 1 0 99845347 4042752 829 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/25057/statm: 987 829 68 127 0 857 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9304

[startup+0.101098 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25056
/proc/meminfo: memFree=1610864/2055920 swapFree=4192812/4192956
[pid=25056] ppid=25054 vsize=5356 CPUtime=0
/proc/25056/stat : 25056 (lysat.sh) S 25054 25056 21491 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 99845347 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25056/statm: 1339 235 195 169 0 50 0
[pid=25057] ppid=25056 vsize=4092 CPUtime=0.09
/proc/25057/stat : 25057 (SatElite) R 25056 25056 21491 0 -1 4194304 877 0 0 0 9 0 0 0 19 0 1 0 99845347 4190208 861 1992294400 134512640 135034092 4294956096 18446744073709551615 134569590 0 0 4096 3 0 0 0 17 0 0 0
/proc/25057/statm: 1023 861 68 127 0 893 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9448

[startup+0.301123 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25056
/proc/meminfo: memFree=1610864/2055920 swapFree=4192812/4192956
[pid=25056] ppid=25054 vsize=5356 CPUtime=0.13
/proc/25056/stat : 25056 (lysat.sh) S 25054 25056 21491 0 -1 4194304 310 967 0 0 0 0 13 0 16 0 1 0 99845347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25056/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 5356

[startup+0.701166 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25056
/proc/meminfo: memFree=1610864/2055920 swapFree=4192812/4192956
[pid=25056] ppid=25054 vsize=5356 CPUtime=0.13
/proc/25056/stat : 25056 (lysat.sh) S 25054 25056 21491 0 -1 4194304 310 967 0 0 0 0 13 0 16 0 1 0 99845347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25056/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 5356

[startup+1.50225 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25059
/proc/meminfo: memFree=1607712/2055920 swapFree=4192812/4192956
[pid=25056] ppid=25054 vsize=5356 CPUtime=0.13
/proc/25056/stat : 25056 (lysat.sh) S 25054 25056 21491 0 -1 4194304 310 967 0 0 0 0 13 0 16 0 1 0 99845347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25056/statm: 1339 237 195 169 0 50 0
[pid=25059] ppid=25056 vsize=4068 CPUtime=1.34
/proc/25059/stat : 25059 (LySATc) R 25056 25056 21491 0 -1 4194304 760 0 0 0 134 0 0 0 25 0 1 0 99845362 4165632 745 1992294400 134512640 135214827 4294956208 18446744073709551615 134538178 0 0 4096 3 0 0 0 17 0 0 0
/proc/25059/statm: 1017 745 77 171 0 844 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9424

[startup+3.10143 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25059
/proc/meminfo: memFree=1606624/2055920 swapFree=4192812/4192956
[pid=25056] ppid=25054 vsize=5356 CPUtime=0.13
/proc/25056/stat : 25056 (lysat.sh) S 25054 25056 21491 0 -1 4194304 310 967 0 0 0 0 13 0 16 0 1 0 99845347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25056/statm: 1339 237 195 169 0 50 0
[pid=25059] ppid=25056 vsize=5400 CPUtime=2.94
/proc/25059/stat : 25059 (LySATc) R 25056 25056 21491 0 -1 4194304 1062 0 0 0 294 0 0 0 25 0 1 0 99845362 5529600 1047 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/25059/statm: 1350 1047 77 171 0 1177 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10756

[startup+6.30178 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25059
/proc/meminfo: memFree=1605152/2055920 swapFree=4192812/4192956
[pid=25056] ppid=25054 vsize=5356 CPUtime=0.13
/proc/25056/stat : 25056 (lysat.sh) S 25054 25056 21491 0 -1 4194304 310 967 0 0 0 0 13 0 16 0 1 0 99845347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25056/statm: 1339 237 195 169 0 50 0
[pid=25059] ppid=25056 vsize=6300 CPUtime=6.14
/proc/25059/stat : 25059 (LySATc) R 25056 25056 21491 0 -1 4194304 1295 0 0 0 614 0 0 0 25 0 1 0 99845362 6451200 1280 1992294400 134512640 135214827 4294956208 18446744073709551615 134537524 0 0 4096 3 0 0 0 17 0 0 0
/proc/25059/statm: 1575 1280 77 171 0 1402 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11656

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25059
/proc/meminfo: memFree=1604064/2055920 swapFree=4192812/4192956
[pid=25056] ppid=25054 vsize=5356 CPUtime=0.13
/proc/25056/stat : 25056 (lysat.sh) S 25054 25056 21491 0 -1 4194304 310 967 0 0 0 0 13 0 16 0 1 0 99845347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25056/statm: 1339 237 195 169 0 50 0
[pid=25059] ppid=25056 vsize=7092 CPUtime=12.53
/proc/25059/stat : 25059 (LySATc) R 25056 25056 21491 0 -1 4194304 1491 0 0 0 1253 0 0 0 25 0 1 0 99845362 7262208 1476 1992294400 134512640 135214827 4294956208 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 0 0 0
/proc/25059/statm: 1773 1476 77 171 0 1600 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 12448

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25059
/proc/meminfo: memFree=1601632/2055920 swapFree=4192812/4192956
[pid=25056] ppid=25054 vsize=5356 CPUtime=0.13
/proc/25056/stat : 25056 (lysat.sh) S 25054 25056 21491 0 -1 4194304 310 967 0 0 0 0 13 0 16 0 1 0 99845347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25056/statm: 1339 237 195 169 0 50 0
[pid=25059] ppid=25056 vsize=9632 CPUtime=25.33
/proc/25059/stat : 25059 (LySATc) R 25056 25056 21491 0 -1 4194304 2143 0 0 0 2532 1 0 0 25 0 1 0 99845362 9863168 2128 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25059/statm: 2408 2128 77 171 0 2235 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 14988

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25059
/proc/meminfo: memFree=1598432/2055920 swapFree=4192812/4192956
[pid=25056] ppid=25054 vsize=5356 CPUtime=0.13
/proc/25056/stat : 25056 (lysat.sh) S 25054 25056 21491 0 -1 4194304 310 967 0 0 0 0 13 0 16 0 1 0 99845347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25056/statm: 1339 237 195 169 0 50 0
[pid=25059] ppid=25056 vsize=13228 CPUtime=50.92
/proc/25059/stat : 25059 (LySATc) R 25056 25056 21491 0 -1 4194304 3011 0 0 0 5090 2 0 0 25 0 1 0 99845362 13545472 2996 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25059/statm: 3307 2996 77 171 0 3134 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 18584

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25059
/proc/meminfo: memFree=1594464/2055920 swapFree=4192812/4192956
[pid=25056] ppid=25054 vsize=5356 CPUtime=0.13
/proc/25056/stat : 25056 (lysat.sh) S 25054 25056 21491 0 -1 4194304 310 967 0 0 0 0 13 0 16 0 1 0 99845347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25056/statm: 1339 237 195 169 0 50 0
[pid=25059] ppid=25056 vsize=16668 CPUtime=102.1
/proc/25059/stat : 25059 (LySATc) R 25056 25056 21491 0 -1 4194304 3885 0 0 0 10207 3 0 0 25 0 1 0 99845362 17068032 3870 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25059/statm: 4167 3870 77 171 0 3994 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 22024

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25059
/proc/meminfo: memFree=1594400/2055920 swapFree=4192812/4192956
[pid=25056] ppid=25054 vsize=5356 CPUtime=0.13
/proc/25056/stat : 25056 (lysat.sh) S 25054 25056 21491 0 -1 4194304 310 967 0 0 0 0 13 0 16 0 1 0 99845347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25056/statm: 1339 237 195 169 0 50 0
[pid=25059] ppid=25056 vsize=16668 CPUtime=162.07
/proc/25059/stat : 25059 (LySATc) R 25056 25056 21491 0 -1 4194304 3886 0 0 0 16204 3 0 0 25 0 1 0 99845362 17068032 3871 1992294400 134512640 135214827 4294956208 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/25059/statm: 4167 3871 77 171 0 3994 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 22024

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25059
/proc/meminfo: memFree=1594400/2055920 swapFree=4192812/4192956
[pid=25056] ppid=25054 vsize=5356 CPUtime=0.13
/proc/25056/stat : 25056 (lysat.sh) S 25054 25056 21491 0 -1 4194304 310 967 0 0 0 0 13 0 16 0 1 0 99845347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25056/statm: 1339 237 195 169 0 50 0
[pid=25059] ppid=25056 vsize=16668 CPUtime=222.05
/proc/25059/stat : 25059 (LySATc) R 25056 25056 21491 0 -1 4194304 3890 0 0 0 22202 3 0 0 25 0 1 0 99845362 17068032 3875 1992294400 134512640 135214827 4294956208 18446744073709551615 134528463 0 0 4096 3 0 0 0 17 0 0 0
/proc/25059/statm: 4167 3875 77 171 0 3994 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 22024

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25065
/proc/meminfo: memFree=1594080/2055920 swapFree=4192812/4192956
[pid=25056] ppid=25054 vsize=5356 CPUtime=0.13
/proc/25056/stat : 25056 (lysat.sh) S 25054 25056 21491 0 -1 4194304 310 967 0 0 0 0 13 0 16 0 1 0 99845347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25056/statm: 1339 237 195 169 0 50 0
[pid=25059] ppid=25056 vsize=16668 CPUtime=282.03
/proc/25059/stat : 25059 (LySATc) R 25056 25056 21491 0 -1 4194304 3890 0 0 0 28200 3 0 0 25 0 1 0 99845362 17068032 3875 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25059/statm: 4167 3875 77 171 0 3994 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 22024

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25065
/proc/meminfo: memFree=1594080/2055920 swapFree=4192812/4192956
[pid=25056] ppid=25054 vsize=5356 CPUtime=0.13
/proc/25056/stat : 25056 (lysat.sh) S 25054 25056 21491 0 -1 4194304 310 967 0 0 0 0 13 0 16 0 1 0 99845347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25056/statm: 1339 237 195 169 0 50 0
[pid=25059] ppid=25056 vsize=16668 CPUtime=342
/proc/25059/stat : 25059 (LySATc) R 25056 25056 21491 0 -1 4194304 3891 0 0 0 34197 3 0 0 25 0 1 0 99845362 17068032 3876 1992294400 134512640 135214827 4294956208 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/25059/statm: 4167 3876 77 171 0 3994 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 22024

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25065
/proc/meminfo: memFree=1593760/2055920 swapFree=4192812/4192956

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

[pid=25059] ppid=25056 vsize=17260 CPUtime=461.96
/proc/25059/stat : 25059 (LySATc) R 25056 25056 21491 0 -1 4194304 4001 0 0 0 46192 4 0 0 25 0 1 0 99845362 17674240 3986 1992294400 134512640 135214827 4294956208 18446744073709551615 134537343 0 0 4096 3 0 0 0 17 0 0 0
/proc/25059/statm: 4315 3986 77 171 0 4142 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 22616

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25065
/proc/meminfo: memFree=1593760/2055920 swapFree=4192812/4192956
[pid=25056] ppid=25054 vsize=5356 CPUtime=0.13
/proc/25056/stat : 25056 (lysat.sh) S 25054 25056 21491 0 -1 4194304 310 967 0 0 0 0 13 0 16 0 1 0 99845347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25056/statm: 1339 237 195 169 0 50 0
[pid=25059] ppid=25056 vsize=17260 CPUtime=521.94
/proc/25059/stat : 25059 (LySATc) R 25056 25056 21491 0 -1 4194304 4018 0 0 0 52190 4 0 0 25 0 1 0 99845362 17674240 4003 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25059/statm: 4315 4003 77 171 0 4142 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 22616

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25065
/proc/meminfo: memFree=1593760/2055920 swapFree=4192812/4192956
[pid=25056] ppid=25054 vsize=5356 CPUtime=0.13
/proc/25056/stat : 25056 (lysat.sh) S 25054 25056 21491 0 -1 4194304 310 967 0 0 0 0 13 0 16 0 1 0 99845347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25056/statm: 1339 237 195 169 0 50 0
[pid=25059] ppid=25056 vsize=17260 CPUtime=581.91
/proc/25059/stat : 25059 (LySATc) R 25056 25056 21491 0 -1 4194304 4018 0 0 0 58187 4 0 0 25 0 1 0 99845362 17674240 4003 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25059/statm: 4315 4003 77 171 0 4142 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 22616

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25065
/proc/meminfo: memFree=1591840/2055920 swapFree=4192812/4192956
[pid=25056] ppid=25054 vsize=5356 CPUtime=0.13
/proc/25056/stat : 25056 (lysat.sh) S 25054 25056 21491 0 -1 4194304 310 967 0 0 0 0 13 0 16 0 1 0 99845347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25056/statm: 1339 237 195 169 0 50 0
[pid=25059] ppid=25056 vsize=19456 CPUtime=641.88
/proc/25059/stat : 25059 (LySATc) R 25056 25056 21491 0 -1 4194304 4501 0 0 0 64184 4 0 0 25 0 1 0 99845362 19922944 4486 1992294400 134512640 135214827 4294956208 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 0 0 0
/proc/25059/statm: 4864 4486 77 171 0 4691 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 24812

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25065
/proc/meminfo: memFree=1591520/2055920 swapFree=4192812/4192956
[pid=25056] ppid=25054 vsize=5356 CPUtime=0.13
/proc/25056/stat : 25056 (lysat.sh) S 25054 25056 21491 0 -1 4194304 310 967 0 0 0 0 13 0 16 0 1 0 99845347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25056/statm: 1339 237 195 169 0 50 0
[pid=25059] ppid=25056 vsize=19720 CPUtime=701.86
/proc/25059/stat : 25059 (LySATc) R 25056 25056 21491 0 -1 4194304 4567 0 0 0 70182 4 0 0 25 0 1 0 99845362 20193280 4552 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25059/statm: 4930 4552 77 171 0 4757 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 25076

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25065
/proc/meminfo: memFree=1591392/2055920 swapFree=4192812/4192956
[pid=25056] ppid=25054 vsize=5356 CPUtime=0.13
/proc/25056/stat : 25056 (lysat.sh) S 25054 25056 21491 0 -1 4194304 310 967 0 0 0 0 13 0 16 0 1 0 99845347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25056/statm: 1339 237 195 169 0 50 0
[pid=25059] ppid=25056 vsize=19580 CPUtime=761.84
/proc/25059/stat : 25059 (LySATc) R 25056 25056 21491 0 -1 4194304 4590 0 0 0 76179 5 0 0 25 0 1 0 99845362 20049920 4548 1992294400 134512640 135214827 4294956208 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 0 0 0
/proc/25059/statm: 4895 4548 77 171 0 4722 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 24936

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25065
/proc/meminfo: memFree=1591328/2055920 swapFree=4192812/4192956
[pid=25056] ppid=25054 vsize=5356 CPUtime=0.13
/proc/25056/stat : 25056 (lysat.sh) S 25054 25056 21491 0 -1 4194304 310 967 0 0 0 0 13 0 16 0 1 0 99845347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25056/statm: 1339 237 195 169 0 50 0
[pid=25059] ppid=25056 vsize=19876 CPUtime=821.81
/proc/25059/stat : 25059 (LySATc) R 25056 25056 21491 0 -1 4194304 4635 0 0 0 82176 5 0 0 25 0 1 0 99845362 20353024 4593 1992294400 134512640 135214827 4294956208 18446744073709551615 134529328 0 0 4096 3 0 0 0 17 0 0 0
/proc/25059/statm: 4969 4593 77 171 0 4796 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 25232

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25065
/proc/meminfo: memFree=1591328/2055920 swapFree=4192812/4192956
[pid=25056] ppid=25054 vsize=5356 CPUtime=0.13
/proc/25056/stat : 25056 (lysat.sh) S 25054 25056 21491 0 -1 4194304 310 967 0 0 0 0 13 0 16 0 1 0 99845347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25056/statm: 1339 237 195 169 0 50 0
[pid=25059] ppid=25056 vsize=19876 CPUtime=881.79
/proc/25059/stat : 25059 (LySATc) R 25056 25056 21491 0 -1 4194304 4635 0 0 0 88174 5 0 0 25 0 1 0 99845362 20353024 4593 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25059/statm: 4969 4593 77 171 0 4796 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 25232

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25065
/proc/meminfo: memFree=1591264/2055920 swapFree=4192812/4192956
[pid=25056] ppid=25054 vsize=5356 CPUtime=0.13
/proc/25056/stat : 25056 (lysat.sh) S 25054 25056 21491 0 -1 4194304 310 967 0 0 0 0 13 0 16 0 1 0 99845347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25056/statm: 1339 237 195 169 0 50 0
[pid=25059] ppid=25056 vsize=20076 CPUtime=941.76
/proc/25059/stat : 25059 (LySATc) R 25056 25056 21491 0 -1 4194304 4662 0 0 0 94171 5 0 0 25 0 1 0 99845362 20557824 4620 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25059/statm: 5019 4620 77 171 0 4846 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 25432

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25065
/proc/meminfo: memFree=1590368/2055920 swapFree=4192812/4192956
[pid=25056] ppid=25054 vsize=5356 CPUtime=0.13
/proc/25056/stat : 25056 (lysat.sh) S 25054 25056 21491 0 -1 4194304 310 967 0 0 0 0 13 0 16 0 1 0 99845347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25056/statm: 1339 237 195 169 0 50 0
[pid=25059] ppid=25056 vsize=20900 CPUtime=1001.74
/proc/25059/stat : 25059 (LySATc) R 25056 25056 21491 0 -1 4194304 4875 0 0 0 100169 5 0 0 25 0 1 0 99845362 21401600 4833 1992294400 134512640 135214827 4294956208 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/25059/statm: 5225 4833 77 171 0 5052 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 26256

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25065
/proc/meminfo: memFree=1590240/2055920 swapFree=4192812/4192956
[pid=25056] ppid=25054 vsize=5356 CPUtime=0.13
/proc/25056/stat : 25056 (lysat.sh) S 25054 25056 21491 0 -1 4194304 310 967 0 0 0 0 13 0 16 0 1 0 99845347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25056/statm: 1339 237 195 169 0 50 0
[pid=25059] ppid=25056 vsize=21248 CPUtime=1061.72
/proc/25059/stat : 25059 (LySATc) R 25056 25056 21491 0 -1 4194304 4942 0 0 0 106167 5 0 0 25 0 1 0 99845362 21757952 4900 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25059/statm: 5312 4900 77 171 0 5139 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 26604

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25065
/proc/meminfo: memFree=1590048/2055920 swapFree=4192812/4192956
[pid=25056] ppid=25054 vsize=5356 CPUtime=0.13
/proc/25056/stat : 25056 (lysat.sh) S 25054 25056 21491 0 -1 4194304 310 967 0 0 0 0 13 0 16 0 1 0 99845347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25056/statm: 1339 237 195 169 0 50 0
[pid=25059] ppid=25056 vsize=21248 CPUtime=1121.69
/proc/25059/stat : 25059 (LySATc) R 25056 25056 21491 0 -1 4194304 4944 0 0 0 112164 5 0 0 25 0 1 0 99845362 21757952 4902 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25059/statm: 5312 4902 77 171 0 5139 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 26604

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25065
/proc/meminfo: memFree=1589664/2055920 swapFree=4192812/4192956
[pid=25056] ppid=25054 vsize=5356 CPUtime=0.13
/proc/25056/stat : 25056 (lysat.sh) S 25054 25056 21491 0 -1 4194304 310 967 0 0 0 0 13 0 16 0 1 0 99845347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25056/statm: 1339 237 195 169 0 50 0
[pid=25059] ppid=25056 vsize=21784 CPUtime=1181.66
/proc/25059/stat : 25059 (LySATc) R 25056 25056 21491 0 -1 4194304 5059 0 0 0 118161 5 0 0 25 0 1 0 99845362 22306816 5017 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25059/statm: 5446 5017 77 171 0 5273 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 27140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25065
/proc/meminfo: memFree=1589472/2055920 swapFree=4192812/4192956
[pid=25056] ppid=25054 vsize=5356 CPUtime=0.13
/proc/25056/stat : 25056 (lysat.sh) S 25054 25056 21491 0 -1 4194304 310 967 0 0 0 0 13 0 16 0 1 0 99845347 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25056/statm: 1339 237 195 169 0 50 0
[pid=25059] ppid=25056 vsize=21948 CPUtime=1199.95
/proc/25059/stat : 25059 (LySATc) R 25056 25056 21491 0 -1 4194304 5090 0 0 0 119990 5 0 0 25 0 1 0 99845362 22474752 5048 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25059/statm: 5487 5048 77 171 0 5314 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 27304

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.12
CPU user time (s): 1200.05
CPU system time (s): 0.070989
CPU usage (%): 99.959
Max. virtual memory (cumulated for all children) (KiB): 27304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.05
system time used= 0.070989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6379
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17
involuntary context switches= 3027

runsolver used 0.927858 second user time and 3.44848 second system time

The end

Launcher Data

Begin job on node59 at 2009-04-26 05:56:22
IDJOB=1726890
IDBENCH=24625
IDSOLVER=512
FILE ID=node59/1726890-1240718182
PBS_JOBID= 9186804
Free space on /tmp= 66396 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest04/others/equilarge_l2.sat05-519.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1726890-1240718182/watcher-1726890-1240718182 -o /tmp/evaluation-result-1726890-1240718182/solver-1726890-1240718182 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1726890-1240718182.cnf c

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

MD5SUM BENCH= 5344c68d1511d70cde59fef7dc46c3a5
RANDOM SEED=209294829

node59.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.240
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.240
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:       1611344 kB
Buffers:         49644 kB
Cached:         315244 kB
SwapCached:          0 kB
Active:         217188 kB
Inactive:       161672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1611344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2480 kB
Writeback:           0 kB
Mapped:          23720 kB
Slab:            51640 kB
Committed_AS:   431200 kB
PageTables:       1456 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= 66396 MiB
End job on node59 at 2009-04-26 06:16:24