Trace number 1824942

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) 5000.09 5002.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 benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1838.18
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.00/0.12	c |         0 |   18121    66093 |      --       0       --      -- |     --   | -434/11783
0.00/0.12	c ==============================================================================
0.00/0.12	c Result  :   #vars: 2782   #clauses: 18121   #literals: 66093
0.00/0.12	c CPU time:   0.115982 s
0.00/0.12	c ==============================================================================
0.00/0.15	This is MiniSat 2.0 beta
0.00/0.15	WARNING: for repeatability, setting FPU to use double precision
0.00/0.15	============================[ Problem Statistics ]=============================
0.00/0.15	|                                                                             |
0.00/0.15	|  Number of variables:  2782                                                 |
0.00/0.15	|  Number of clauses:    18121                                                |
0.00/0.16	|  Parsing time:         0.01         s                                       |
5000.06/5002.61	HOME/lysat.sh: line 55: 21185 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-1824942-1242473282/watcher-1824942-1242473282 -o /tmp/evaluation-result-1824942-1242473282/solver-1824942-1242473282 -C 5000 -W 6000 -M 1800 lysat.sh HOME/instance-1824942-1242473282.cnf c 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 1.00 0.94 3/64 21182
/proc/meminfo: memFree=1206896/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5256 CPUtime=0
/proc/21182/stat : 21182 (lysat.sh) R 21180 21182 21070 0 -1 4194304 62 0 0 0 0 0 0 0 20 0 1 0 275354989 5382144 47 1992294400 4194304 4889804 548682068816 18446744073709551615 271891613104 0 0 4096 0 0 0 0 17 1 0 0
/proc/21182/statm: 1315 51 37 169 0 14 0

[startup+0.025172 s]
/proc/loadavg: 0.99 1.00 0.94 3/64 21182
/proc/meminfo: memFree=1206896/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5356 CPUtime=0
/proc/21182/stat : 21182 (lysat.sh) S 21180 21182 21070 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275354989 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21182/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101755 s]
/proc/loadavg: 0.99 1.00 0.94 3/64 21182
/proc/meminfo: memFree=1206896/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5356 CPUtime=0
/proc/21182/stat : 21182 (lysat.sh) S 21180 21182 21070 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275354989 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21182/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302796 s]
/proc/loadavg: 0.99 1.00 0.94 3/64 21182
/proc/meminfo: memFree=1206896/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5356 CPUtime=0.14
/proc/21182/stat : 21182 (lysat.sh) S 21180 21182 21070 0 -1 4194304 310 967 0 0 0 0 14 0 16 0 1 0 275354989 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21182/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 5356

[startup+0.702879 s]
/proc/loadavg: 0.99 1.00 0.94 3/64 21182
/proc/meminfo: memFree=1206896/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5356 CPUtime=0.14
/proc/21182/stat : 21182 (lysat.sh) S 21180 21182 21070 0 -1 4194304 310 967 0 0 0 0 14 0 16 0 1 0 275354989 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21182/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 5356

[startup+1.50201 s]
/proc/loadavg: 0.99 1.00 0.94 2/66 21185
/proc/meminfo: memFree=1203744/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5356 CPUtime=0.14
/proc/21182/stat : 21182 (lysat.sh) S 21180 21182 21070 0 -1 4194304 310 967 0 0 0 0 14 0 16 0 1 0 275354989 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21182/statm: 1339 237 195 169 0 50 0
[pid=21185] ppid=21182 vsize=4068 CPUtime=1.34
/proc/21185/stat : 21185 (LySATc) R 21182 21182 21070 0 -1 4194304 756 0 0 0 134 0 0 0 25 0 1 0 275355004 4165632 741 1992294400 134512640 135214827 4294956224 18446744073709551615 134529366 0 0 4096 3 0 0 0 17 0 0 0
/proc/21185/statm: 1017 741 77 171 0 844 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9424

[startup+3.10129 s]
/proc/loadavg: 0.99 1.00 0.94 2/66 21185
/proc/meminfo: memFree=1202720/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5356 CPUtime=0.14
/proc/21182/stat : 21182 (lysat.sh) S 21180 21182 21070 0 -1 4194304 310 967 0 0 0 0 14 0 16 0 1 0 275354989 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21182/statm: 1339 237 195 169 0 50 0
[pid=21185] ppid=21182 vsize=5268 CPUtime=2.93
/proc/21185/stat : 21185 (LySATc) R 21182 21182 21070 0 -1 4194304 1056 0 0 0 293 0 0 0 25 0 1 0 275355004 5394432 1041 1992294400 134512640 135214827 4294956224 18446744073709551615 134537058 0 0 4096 3 0 0 0 17 0 0 0
/proc/21185/statm: 1317 1041 77 171 0 1144 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10624

[startup+6.30187 s]
/proc/loadavg: 0.99 1.00 0.94 2/66 21185
/proc/meminfo: memFree=1201248/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5356 CPUtime=0.14
/proc/21182/stat : 21182 (lysat.sh) S 21180 21182 21070 0 -1 4194304 310 967 0 0 0 0 14 0 16 0 1 0 275354989 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21182/statm: 1339 237 195 169 0 50 0
[pid=21185] ppid=21182 vsize=6300 CPUtime=6.14
/proc/21185/stat : 21185 (LySATc) R 21182 21182 21070 0 -1 4194304 1281 0 0 0 613 1 0 0 25 0 1 0 275355004 6451200 1266 1992294400 134512640 135214827 4294956224 18446744073709551615 134529383 0 0 4096 3 0 0 0 17 0 0 0
/proc/21185/statm: 1575 1266 77 171 0 1402 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11656

[startup+12.702 s]
/proc/loadavg: 0.99 1.00 0.94 2/66 21185
/proc/meminfo: memFree=1200224/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5356 CPUtime=0.14
/proc/21182/stat : 21182 (lysat.sh) S 21180 21182 21070 0 -1 4194304 310 967 0 0 0 0 14 0 16 0 1 0 275354989 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21182/statm: 1339 237 195 169 0 50 0
[pid=21185] ppid=21182 vsize=7092 CPUtime=12.53
/proc/21185/stat : 21185 (LySATc) R 21182 21182 21070 0 -1 4194304 1491 0 0 0 1252 1 0 0 25 0 1 0 275355004 7262208 1476 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/21185/statm: 1773 1476 77 171 0 1600 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12448

[startup+25.5013 s]
/proc/loadavg: 0.99 1.00 0.94 2/66 21185
/proc/meminfo: memFree=1197984/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5356 CPUtime=0.14
/proc/21182/stat : 21182 (lysat.sh) S 21180 21182 21070 0 -1 4194304 310 967 0 0 0 0 14 0 16 0 1 0 275354989 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21182/statm: 1339 237 195 169 0 50 0
[pid=21185] ppid=21182 vsize=9500 CPUtime=25.32
/proc/21185/stat : 21185 (LySATc) R 21182 21182 21070 0 -1 4194304 2097 0 0 0 2530 2 0 0 25 0 1 0 275355004 9728000 2082 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/21185/statm: 2375 2082 77 171 0 2202 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 14856

[startup+51.1029 s]
/proc/loadavg: 1.05 1.01 0.94 2/66 21185
/proc/meminfo: memFree=1195360/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5356 CPUtime=0.14
/proc/21182/stat : 21182 (lysat.sh) S 21180 21182 21070 0 -1 4194304 310 967 0 0 0 0 14 0 16 0 1 0 275354989 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21182/statm: 1339 237 195 169 0 50 0
[pid=21185] ppid=21182 vsize=12568 CPUtime=50.92
/proc/21185/stat : 21185 (LySATc) R 21182 21182 21070 0 -1 4194304 2845 0 0 0 5089 3 0 0 25 0 1 0 275355004 12869632 2830 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21185/statm: 3142 2830 77 171 0 2969 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 17924

[startup+102.306 s]
/proc/loadavg: 1.08 1.03 0.95 2/66 21185
/proc/meminfo: memFree=1190688/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5356 CPUtime=0.14
/proc/21182/stat : 21182 (lysat.sh) S 21180 21182 21070 0 -1 4194304 310 967 0 0 0 0 14 0 16 0 1 0 275354989 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21182/statm: 1339 237 195 169 0 50 0
[pid=21185] ppid=21182 vsize=16668 CPUtime=102.1
/proc/21185/stat : 21185 (LySATc) R 21182 21182 21070 0 -1 4194304 3885 0 0 0 10206 4 0 0 25 0 1 0 275355004 17068032 3870 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21185/statm: 4167 3870 77 171 0 3994 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 22024

[startup+162.302 s]
/proc/loadavg: 1.10 1.04 0.95 2/66 21185
/proc/meminfo: memFree=1190688/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5356 CPUtime=0.14
/proc/21182/stat : 21182 (lysat.sh) S 21180 21182 21070 0 -1 4194304 310 967 0 0 0 0 14 0 16 0 1 0 275354989 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21182/statm: 1339 237 195 169 0 50 0
[pid=21185] ppid=21182 vsize=16668 CPUtime=162.06
/proc/21185/stat : 21185 (LySATc) R 21182 21182 21070 0 -1 4194304 3886 0 0 0 16202 4 0 0 25 0 1 0 275355004 17068032 3871 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21185/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.04 1.03 0.95 2/66 21185
/proc/meminfo: memFree=1190688/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5356 CPUtime=0.14
/proc/21182/stat : 21182 (lysat.sh) S 21180 21182 21070 0 -1 4194304 310 967 0 0 0 0 14 0 16 0 1 0 275354989 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21182/statm: 1339 237 195 169 0 50 0
[pid=21185] ppid=21182 vsize=16668 CPUtime=222.03
/proc/21185/stat : 21185 (LySATc) R 21182 21182 21070 0 -1 4194304 3886 0 0 0 22199 4 0 0 25 0 1 0 275355004 17068032 3871 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21185/statm: 4167 3871 77 171 0 3994 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 22024

[startup+282.301 s]
/proc/loadavg: 1.01 1.02 0.95 2/66 21185
/proc/meminfo: memFree=1190688/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5356 CPUtime=0.14
/proc/21182/stat : 21182 (lysat.sh) S 21180 21182 21070 0 -1 4194304 310 967 0 0 0 0 14 0 16 0 1 0 275354989 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21182/statm: 1339 237 195 169 0 50 0
[pid=21185] ppid=21182 vsize=16668 CPUtime=282
/proc/21185/stat : 21185 (LySATc) R 21182 21182 21070 0 -1 4194304 3890 0 0 0 28196 4 0 0 25 0 1 0 275355004 17068032 3875 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21185/statm: 4167 3875 77 171 0 3994 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 22024

[startup+342.301 s]
/proc/loadavg: 1.00 1.02 0.95 2/66 21185
/proc/meminfo: memFree=1190688/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5356 CPUtime=0.14
/proc/21182/stat : 21182 (lysat.sh) S 21180 21182 21070 0 -1 4194304 310 967 0 0 0 0 14 0 16 0 1 0 275354989 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21182/statm: 1339 237 195 169 0 50 0
[pid=21185] ppid=21182 vsize=16668 CPUtime=341.97
/proc/21185/stat : 21185 (LySATc) R 21182 21182 21070 0 -1 4194304 3891 0 0 0 34193 4 0 0 25 0 1 0 275355004 17068032 3876 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21185/statm: 4167 3876 77 171 0 3994 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 22024

[startup+402.302 s]
/proc/loadavg: 1.00 1.01 0.95 2/66 21185
/proc/meminfo: memFree=1190368/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5356 CPUtime=0.14
/proc/21182/stat : 21182 (lysat.sh) S 21180 21182 21070 0 -1 4194304 310 967 0 0 0 0 14 0 16 0 1 0 275354989 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21182/statm: 1339 237 195 169 0 50 0
[pid=21185] ppid=21182 vsize=17128 CPUtime=401.94
/proc/21185/stat : 21185 (LySATc) R 21182 21182 21070 0 -1 4194304 3980 0 0 0 40190 4 0 0 25 0 1 0 275355004 17539072 3965 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21185/statm: 4282 3965 77 171 0 4109 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 22484

[startup+462.302 s]

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

[pid=21185] ppid=21182 vsize=31064 CPUtime=4240
/proc/21185/stat : 21185 (LySATc) R 21182 21182 21070 0 -1 4194304 7309 0 0 0 423989 11 0 0 25 0 1 0 275355004 31809536 7226 1992294400 134512640 135214827 4294956224 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 0 0 0
/proc/21185/statm: 7766 7226 77 171 0 7593 0
Current children cumulated CPU time (s) 4240.14
Current children cumulated vsize (KiB) 36420

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 21193
/proc/meminfo: memFree=1177056/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5356 CPUtime=0.14
/proc/21182/stat : 21182 (lysat.sh) S 21180 21182 21070 0 -1 4194304 310 967 0 0 0 0 14 0 16 0 1 0 275354989 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21182/statm: 1339 237 195 169 0 50 0
[pid=21185] ppid=21182 vsize=31064 CPUtime=4299.97
/proc/21185/stat : 21185 (LySATc) R 21182 21182 21070 0 -1 4194304 7317 0 0 0 429986 11 0 0 25 0 1 0 275355004 31809536 7234 1992294400 134512640 135214827 4294956224 18446744073709551615 134529287 0 0 4096 3 0 0 0 17 0 0 0
/proc/21185/statm: 7766 7234 77 171 0 7593 0
Current children cumulated CPU time (s) 4300.11
Current children cumulated vsize (KiB) 36420

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 21193
/proc/meminfo: memFree=1177056/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5356 CPUtime=0.14
/proc/21182/stat : 21182 (lysat.sh) S 21180 21182 21070 0 -1 4194304 310 967 0 0 0 0 14 0 16 0 1 0 275354989 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21182/statm: 1339 237 195 169 0 50 0
[pid=21185] ppid=21182 vsize=31196 CPUtime=4359.94
/proc/21185/stat : 21185 (LySATc) R 21182 21182 21070 0 -1 4194304 7323 0 0 0 435983 11 0 0 25 0 1 0 275355004 31944704 7240 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/21185/statm: 7799 7240 77 171 0 7626 0
Current children cumulated CPU time (s) 4360.08
Current children cumulated vsize (KiB) 36552

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 21193
/proc/meminfo: memFree=1176992/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5356 CPUtime=0.14
/proc/21182/stat : 21182 (lysat.sh) S 21180 21182 21070 0 -1 4194304 310 967 0 0 0 0 14 0 16 0 1 0 275354989 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21182/statm: 1339 237 195 169 0 50 0
[pid=21185] ppid=21182 vsize=31196 CPUtime=4419.91
/proc/21185/stat : 21185 (LySATc) R 21182 21182 21070 0 -1 4194304 7327 0 0 0 441980 11 0 0 25 0 1 0 275355004 31944704 7244 1992294400 134512640 135214827 4294956224 18446744073709551615 134540751 0 0 4096 3 0 0 0 17 0 0 0
/proc/21185/statm: 7799 7244 77 171 0 7626 0
Current children cumulated CPU time (s) 4420.05
Current children cumulated vsize (KiB) 36552

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 21193
/proc/meminfo: memFree=1176992/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5356 CPUtime=0.14
/proc/21182/stat : 21182 (lysat.sh) S 21180 21182 21070 0 -1 4194304 310 967 0 0 0 0 14 0 16 0 1 0 275354989 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21182/statm: 1339 237 195 169 0 50 0
[pid=21185] ppid=21182 vsize=31196 CPUtime=4479.88
/proc/21185/stat : 21185 (LySATc) R 21182 21182 21070 0 -1 4194304 7341 0 0 0 447977 11 0 0 25 0 1 0 275355004 31944704 7258 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/21185/statm: 7799 7258 77 171 0 7626 0
Current children cumulated CPU time (s) 4480.02
Current children cumulated vsize (KiB) 36552

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 21195
/proc/meminfo: memFree=1176608/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5356 CPUtime=0.14
/proc/21182/stat : 21182 (lysat.sh) S 21180 21182 21070 0 -1 4194304 310 967 0 0 0 0 14 0 16 0 1 0 275354989 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21182/statm: 1339 237 195 169 0 50 0
[pid=21185] ppid=21182 vsize=31328 CPUtime=4539.85
/proc/21185/stat : 21185 (LySATc) R 21182 21182 21070 0 -1 4194304 7356 0 0 0 453974 11 0 0 25 0 1 0 275355004 32079872 7273 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21185/statm: 7832 7273 77 171 0 7659 0
Current children cumulated CPU time (s) 4539.99
Current children cumulated vsize (KiB) 36684

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 21195
/proc/meminfo: memFree=1176480/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5356 CPUtime=0.14
/proc/21182/stat : 21182 (lysat.sh) S 21180 21182 21070 0 -1 4194304 310 967 0 0 0 0 14 0 16 0 1 0 275354989 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21182/statm: 1339 237 195 169 0 50 0
[pid=21185] ppid=21182 vsize=31592 CPUtime=4599.82
/proc/21185/stat : 21185 (LySATc) R 21182 21182 21070 0 -1 4194304 7421 0 0 0 459971 11 0 0 25 0 1 0 275355004 32350208 7338 1992294400 134512640 135214827 4294956224 18446744073709551615 134529515 0 0 4096 3 0 0 0 17 0 0 0
/proc/21185/statm: 7898 7338 77 171 0 7725 0
Current children cumulated CPU time (s) 4599.96
Current children cumulated vsize (KiB) 36948

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 21195
/proc/meminfo: memFree=1176480/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5356 CPUtime=0.14
/proc/21182/stat : 21182 (lysat.sh) S 21180 21182 21070 0 -1 4194304 310 967 0 0 0 0 14 0 16 0 1 0 275354989 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21182/statm: 1339 237 195 169 0 50 0
[pid=21185] ppid=21182 vsize=31572 CPUtime=4659.79
/proc/21185/stat : 21185 (LySATc) R 21182 21182 21070 0 -1 4194304 7421 0 0 0 465968 11 0 0 25 0 1 0 275355004 32329728 7338 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/21185/statm: 7893 7338 77 171 0 7720 0
Current children cumulated CPU time (s) 4659.93
Current children cumulated vsize (KiB) 36928

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 21195
/proc/meminfo: memFree=1176480/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5356 CPUtime=0.14
/proc/21182/stat : 21182 (lysat.sh) S 21180 21182 21070 0 -1 4194304 310 967 0 0 0 0 14 0 16 0 1 0 275354989 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21182/statm: 1339 237 195 169 0 50 0
[pid=21185] ppid=21182 vsize=31572 CPUtime=4719.76
/proc/21185/stat : 21185 (LySATc) R 21182 21182 21070 0 -1 4194304 7421 0 0 0 471965 11 0 0 25 0 1 0 275355004 32329728 7338 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/21185/statm: 7893 7338 77 171 0 7720 0
Current children cumulated CPU time (s) 4719.9
Current children cumulated vsize (KiB) 36928

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 21195
/proc/meminfo: memFree=1176352/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5356 CPUtime=0.14
/proc/21182/stat : 21182 (lysat.sh) S 21180 21182 21070 0 -1 4194304 310 967 0 0 0 0 14 0 16 0 1 0 275354989 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21182/statm: 1339 237 195 169 0 50 0
[pid=21185] ppid=21182 vsize=31736 CPUtime=4779.73
/proc/21185/stat : 21185 (LySATc) R 21182 21182 21070 0 -1 4194304 7452 0 0 0 477962 11 0 0 25 0 1 0 275355004 32497664 7369 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21185/statm: 7934 7369 77 171 0 7761 0
Current children cumulated CPU time (s) 4779.87
Current children cumulated vsize (KiB) 37092

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 21195
/proc/meminfo: memFree=1176352/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5356 CPUtime=0.14
/proc/21182/stat : 21182 (lysat.sh) S 21180 21182 21070 0 -1 4194304 310 967 0 0 0 0 14 0 16 0 1 0 275354989 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21182/statm: 1339 237 195 169 0 50 0
[pid=21185] ppid=21182 vsize=31736 CPUtime=4839.69
/proc/21185/stat : 21185 (LySATc) R 21182 21182 21070 0 -1 4194304 7452 0 0 0 483958 11 0 0 25 0 1 0 275355004 32497664 7369 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21185/statm: 7934 7369 77 171 0 7761 0
Current children cumulated CPU time (s) 4839.83
Current children cumulated vsize (KiB) 37092

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 21195
/proc/meminfo: memFree=1176352/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5356 CPUtime=0.14
/proc/21182/stat : 21182 (lysat.sh) S 21180 21182 21070 0 -1 4194304 310 967 0 0 0 0 14 0 16 0 1 0 275354989 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21182/statm: 1339 237 195 169 0 50 0
[pid=21185] ppid=21182 vsize=31736 CPUtime=4899.67
/proc/21185/stat : 21185 (LySATc) R 21182 21182 21070 0 -1 4194304 7457 0 0 0 489956 11 0 0 25 0 1 0 275355004 32497664 7374 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21185/statm: 7934 7374 77 171 0 7761 0
Current children cumulated CPU time (s) 4899.81
Current children cumulated vsize (KiB) 37092

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 21195
/proc/meminfo: memFree=1176352/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5356 CPUtime=0.14
/proc/21182/stat : 21182 (lysat.sh) S 21180 21182 21070 0 -1 4194304 310 967 0 0 0 0 14 0 16 0 1 0 275354989 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21182/statm: 1339 237 195 169 0 50 0
[pid=21185] ppid=21182 vsize=31900 CPUtime=4959.64
/proc/21185/stat : 21185 (LySATc) R 21182 21182 21070 0 -1 4194304 7485 0 0 0 495953 11 0 0 25 0 1 0 275355004 32665600 7402 1992294400 134512640 135214827 4294956224 18446744073709551615 134537026 0 0 4096 3 0 0 0 17 0 0 0
/proc/21185/statm: 7975 7402 77 171 0 7802 0
Current children cumulated CPU time (s) 4959.78
Current children cumulated vsize (KiB) 37256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.6 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 21195
/proc/meminfo: memFree=1176352/2055920 swapFree=4180452/4192956
[pid=21182] ppid=21180 vsize=5356 CPUtime=0.14
/proc/21182/stat : 21182 (lysat.sh) S 21180 21182 21070 0 -1 4194304 310 967 0 0 0 0 14 0 16 0 1 0 275354989 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21182/statm: 1339 237 195 169 0 50 0
[pid=21185] ppid=21182 vsize=31900 CPUtime=4999.92
/proc/21185/stat : 21185 (LySATc) R 21182 21182 21070 0 -1 4194304 7485 0 0 0 499981 11 0 0 25 0 1 0 275355004 32665600 7402 1992294400 134512640 135214827 4294956224 18446744073709551615 134537392 0 0 4096 3 0 0 0 17 0 0 0
/proc/21185/statm: 7975 7402 77 171 0 7802 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 37256

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): 5002.61
CPU time (s): 5000.09
CPU user time (s): 4999.96
CPU system time (s): 0.12698
CPU usage (%): 99.9495
Max. virtual memory (cumulated for all children) (KiB): 37256

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

runsolver used 4.64629 second user time and 13.5559 second system time

The end

Launcher Data

Begin job on node60 at 2009-05-16 13:28:02
IDJOB=1824942
IDBENCH=24625
IDSOLVER=667
FILE ID=node60/1824942-1242473282
PBS_JOBID= 9306777
Free space on /tmp= 66076 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-1824942-1242473282/watcher-1824942-1242473282 -o /tmp/evaluation-result-1824942-1242473282/solver-1824942-1242473282 -C 5000 -W 6000 -M 1800  lysat.sh HOME/instance-1824942-1242473282.cnf c

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

MD5SUM BENCH= 5344c68d1511d70cde59fef7dc46c3a5
RANDOM SEED=602890393

node60.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.256
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.256
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:       1207376 kB
Buffers:         88736 kB
Cached:         668648 kB
SwapCached:       6392 kB
Active:         228028 kB
Inactive:       538308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1207376 kB
SwapTotal:     4192956 kB
SwapFree:      4180452 kB
Dirty:            2528 kB
Writeback:           0 kB
Mapped:          14144 kB
Slab:            68136 kB
Committed_AS:  1004536 kB
PageTables:       1452 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= 66072 MiB
End job on node60 at 2009-05-16 14:51:27