Trace number 1726731

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.06 1200.71

General information on the benchmark

Namecrafted/Hard/contest04/others/
equilarge_l3.sat05-520.reshuffled-07.cnf
MD5SUM8fc368e9f6ea136e0b6522b198a7a916
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 variables4496
Number of clauses18591
Sum of the clauses size54418
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317236
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 |   18591    54418 |    5577       0        0     nan |  0.000 % |
0.09/0.12	c |         0 |   18157    66189 |      --       0       --      -- |     --   | -434/11771
0.09/0.12	c ==============================================================================
0.09/0.12	c Result  :   #vars: 2795   #clauses: 18157   #literals: 66189
0.09/0.12	c CPU time:   0.113982 s
0.09/0.12	c ==============================================================================
0.09/0.15	This is MiniSat 2.0 beta
0.09/0.15	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:  2795                                                 |
0.09/0.15	|  Number of clauses:    18157                                                |
0.09/0.16	|  Parsing time:         0.01         s                                       |
1200.02/1200.71	HOME/lysat.sh: line 55: 20949 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-1726731-1240716168/watcher-1726731-1240716168 -o /tmp/evaluation-result-1726731-1240716168/solver-1726731-1240716168 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1726731-1240716168.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 20946
/proc/meminfo: memFree=1624008/2055920 swapFree=4192812/4192956
[pid=20946] ppid=20944 vsize=5356 CPUtime=0
/proc/20946/stat : 20946 (lysat.sh) R 20944 20946 15859 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 99651455 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 259353275039 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/20946/statm: 1339 234 194 169 0 50 0
[pid=20947] ppid=20946 vsize=1556 CPUtime=0
/proc/20947/stat : 20947 (SatElite) R 20946 20946 15859 0 -1 4194304 272 0 0 0 0 0 0 0 18 0 1 0 99651455 1593344 256 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/20947/statm: 389 256 50 127 0 259 0

[startup+0.0829689 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20946
/proc/meminfo: memFree=1624008/2055920 swapFree=4192812/4192956
[pid=20946] ppid=20944 vsize=5356 CPUtime=0
/proc/20946/stat : 20946 (lysat.sh) S 20944 20946 15859 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 99651455 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20946/statm: 1339 235 195 169 0 50 0
[pid=20947] ppid=20946 vsize=3948 CPUtime=0.07
/proc/20947/stat : 20947 (SatElite) R 20946 20946 15859 0 -1 4194304 862 0 0 0 7 0 0 0 19 0 1 0 99651455 4042752 846 1992294400 134512640 135034092 4294956096 18446744073709551615 134574335 0 0 4096 3 0 0 0 17 0 0 0
/proc/20947/statm: 987 846 68 127 0 857 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9304

[startup+0.102973 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20946
/proc/meminfo: memFree=1624008/2055920 swapFree=4192812/4192956
[pid=20946] ppid=20944 vsize=5356 CPUtime=0
/proc/20946/stat : 20946 (lysat.sh) S 20944 20946 15859 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 99651455 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20946/statm: 1339 235 195 169 0 50 0
[pid=20947] ppid=20946 vsize=4112 CPUtime=0.09
/proc/20947/stat : 20947 (SatElite) R 20946 20946 15859 0 -1 4194304 882 0 0 0 9 0 0 0 19 0 1 0 99651455 4210688 866 1992294400 134512640 135034092 4294956096 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 0 0 0
/proc/20947/statm: 1028 866 68 127 0 898 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9468

[startup+0.303016 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20946
/proc/meminfo: memFree=1624008/2055920 swapFree=4192812/4192956
[pid=20946] ppid=20944 vsize=5356 CPUtime=0.13
/proc/20946/stat : 20946 (lysat.sh) S 20944 20946 15859 0 -1 4194304 310 961 0 0 0 0 13 0 16 0 1 0 99651455 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20946/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 5356

[startup+0.702093 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20946
/proc/meminfo: memFree=1624008/2055920 swapFree=4192812/4192956
[pid=20946] ppid=20944 vsize=5356 CPUtime=0.13
/proc/20946/stat : 20946 (lysat.sh) S 20944 20946 15859 0 -1 4194304 310 961 0 0 0 0 13 0 16 0 1 0 99651455 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20946/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 5356

[startup+1.50125 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20949
/proc/meminfo: memFree=1620656/2055920 swapFree=4192812/4192956
[pid=20946] ppid=20944 vsize=5356 CPUtime=0.13
/proc/20946/stat : 20946 (lysat.sh) S 20944 20946 15859 0 -1 4194304 310 961 0 0 0 0 13 0 16 0 1 0 99651455 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20946/statm: 1339 237 195 169 0 50 0
[pid=20949] ppid=20946 vsize=4324 CPUtime=1.34
/proc/20949/stat : 20949 (LySATc) R 20946 20946 15859 0 -1 4194304 820 0 0 0 134 0 0 0 25 0 1 0 99651470 4427776 805 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20949/statm: 1081 805 77 171 0 908 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9680

[startup+3.10157 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20949
/proc/meminfo: memFree=1619568/2055920 swapFree=4192812/4192956
[pid=20946] ppid=20944 vsize=5356 CPUtime=0.13
/proc/20946/stat : 20946 (lysat.sh) S 20944 20946 15859 0 -1 4194304 310 961 0 0 0 0 13 0 16 0 1 0 99651455 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20946/statm: 1339 237 195 169 0 50 0
[pid=20949] ppid=20946 vsize=5792 CPUtime=2.93
/proc/20949/stat : 20949 (LySATc) R 20946 20946 15859 0 -1 4194304 1180 0 0 0 293 0 0 0 25 0 1 0 99651470 5931008 1165 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/20949/statm: 1448 1165 77 171 0 1275 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 11148

[startup+6.3012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20949
/proc/meminfo: memFree=1617776/2055920 swapFree=4192812/4192956
[pid=20946] ppid=20944 vsize=5356 CPUtime=0.13
/proc/20946/stat : 20946 (lysat.sh) S 20944 20946 15859 0 -1 4194304 310 961 0 0 0 0 13 0 16 0 1 0 99651455 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20946/statm: 1339 237 195 169 0 50 0
[pid=20949] ppid=20946 vsize=6540 CPUtime=6.13
/proc/20949/stat : 20949 (LySATc) R 20946 20946 15859 0 -1 4194304 1371 0 0 0 613 0 0 0 25 0 1 0 99651470 6696960 1356 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20949/statm: 1635 1356 77 171 0 1462 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 11896

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20949
/proc/meminfo: memFree=1616888/2055920 swapFree=4192812/4192956
[pid=20946] ppid=20944 vsize=5356 CPUtime=0.13
/proc/20946/stat : 20946 (lysat.sh) S 20944 20946 15859 0 -1 4194304 310 961 0 0 0 0 13 0 16 0 1 0 99651455 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20946/statm: 1339 237 195 169 0 50 0
[pid=20949] ppid=20946 vsize=7340 CPUtime=12.53
/proc/20949/stat : 20949 (LySATc) R 20946 20946 15859 0 -1 4194304 1553 0 0 0 1252 1 0 0 25 0 1 0 99651470 7516160 1538 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20949/statm: 1835 1538 77 171 0 1662 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 12696

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20949
/proc/meminfo: memFree=1615424/2055920 swapFree=4192812/4192956
[pid=20946] ppid=20944 vsize=5356 CPUtime=0.13
/proc/20946/stat : 20946 (lysat.sh) S 20944 20946 15859 0 -1 4194304 310 961 0 0 0 0 13 0 16 0 1 0 99651455 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20946/statm: 1339 237 195 169 0 50 0
[pid=20949] ppid=20946 vsize=9056 CPUtime=25.32
/proc/20949/stat : 20949 (LySATc) R 20946 20946 15859 0 -1 4194304 1979 0 0 0 2531 1 0 0 25 0 1 0 99651470 9273344 1964 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20949/statm: 2264 1964 77 171 0 2091 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 14412

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20949
/proc/meminfo: memFree=1610816/2055920 swapFree=4192812/4192956
[pid=20946] ppid=20944 vsize=5356 CPUtime=0.13
/proc/20946/stat : 20946 (lysat.sh) S 20944 20946 15859 0 -1 4194304 310 961 0 0 0 0 13 0 16 0 1 0 99651455 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20946/statm: 1339 237 195 169 0 50 0
[pid=20949] ppid=20946 vsize=13600 CPUtime=50.91
/proc/20949/stat : 20949 (LySATc) R 20946 20946 15859 0 -1 4194304 3118 0 0 0 5089 2 0 0 25 0 1 0 99651470 13926400 3103 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20949/statm: 3400 3103 77 171 0 3227 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 18956

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20949
/proc/meminfo: memFree=1610688/2055920 swapFree=4192812/4192956
[pid=20946] ppid=20944 vsize=5356 CPUtime=0.13
/proc/20946/stat : 20946 (lysat.sh) S 20944 20946 15859 0 -1 4194304 310 961 0 0 0 0 13 0 16 0 1 0 99651455 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20946/statm: 1339 237 195 169 0 50 0
[pid=20949] ppid=20946 vsize=13576 CPUtime=102.09
/proc/20949/stat : 20949 (LySATc) R 20946 20946 15859 0 -1 4194304 3122 0 0 0 10207 2 0 0 25 0 1 0 99651470 13901824 3107 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20949/statm: 3394 3107 77 171 0 3221 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 18932

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20949
/proc/meminfo: memFree=1609536/2055920 swapFree=4192812/4192956
[pid=20946] ppid=20944 vsize=5356 CPUtime=0.13
/proc/20946/stat : 20946 (lysat.sh) S 20944 20946 15859 0 -1 4194304 310 961 0 0 0 0 13 0 16 0 1 0 99651455 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20946/statm: 1339 237 195 169 0 50 0
[pid=20949] ppid=20946 vsize=14704 CPUtime=162.06
/proc/20949/stat : 20949 (LySATc) R 20946 20946 15859 0 -1 4194304 3387 0 0 0 16203 3 0 0 25 0 1 0 99651470 15056896 3372 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20949/statm: 3676 3372 77 171 0 3503 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 20060

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20949
/proc/meminfo: memFree=1609344/2055920 swapFree=4192812/4192956
[pid=20946] ppid=20944 vsize=5356 CPUtime=0.13
/proc/20946/stat : 20946 (lysat.sh) S 20944 20946 15859 0 -1 4194304 310 961 0 0 0 0 13 0 16 0 1 0 99651455 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20946/statm: 1339 237 195 169 0 50 0
[pid=20949] ppid=20946 vsize=15036 CPUtime=222.02
/proc/20949/stat : 20949 (LySATc) R 20946 20946 15859 0 -1 4194304 3448 0 0 0 22199 3 0 0 25 0 1 0 99651470 15396864 3433 1992294400 134512640 135214827 4294956208 18446744073709551615 134527344 0 0 4096 3 0 0 0 17 0 0 0
/proc/20949/statm: 3759 3433 77 171 0 3586 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 20392

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20949
/proc/meminfo: memFree=1609024/2055920 swapFree=4192812/4192956
[pid=20946] ppid=20944 vsize=5356 CPUtime=0.13
/proc/20946/stat : 20946 (lysat.sh) S 20944 20946 15859 0 -1 4194304 310 961 0 0 0 0 13 0 16 0 1 0 99651455 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20946/statm: 1339 237 195 169 0 50 0
[pid=20949] ppid=20946 vsize=15400 CPUtime=281.99
/proc/20949/stat : 20949 (LySATc) R 20946 20946 15859 0 -1 4194304 3514 0 0 0 28196 3 0 0 25 0 1 0 99651470 15769600 3499 1992294400 134512640 135214827 4294956208 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 0 0 0
/proc/20949/statm: 3850 3499 77 171 0 3677 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 20756

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20949
/proc/meminfo: memFree=1607168/2055920 swapFree=4192812/4192956
[pid=20946] ppid=20944 vsize=5356 CPUtime=0.13
/proc/20946/stat : 20946 (lysat.sh) S 20944 20946 15859 0 -1 4194304 310 961 0 0 0 0 13 0 16 0 1 0 99651455 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20946/statm: 1339 237 195 169 0 50 0
[pid=20949] ppid=20946 vsize=17312 CPUtime=341.96
/proc/20949/stat : 20949 (LySATc) R 20946 20946 15859 0 -1 4194304 3964 0 0 0 34193 3 0 0 25 0 1 0 99651470 17727488 3949 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20949/statm: 4328 3949 77 171 0 4155 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 22668

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20949
/proc/meminfo: memFree=1606912/2055920 swapFree=4192812/4192956

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

[pid=20949] ppid=20946 vsize=17708 CPUtime=521.86
/proc/20949/stat : 20949 (LySATc) R 20946 20946 15859 0 -1 4194304 4078 0 0 0 52182 4 0 0 25 0 1 0 99651470 18132992 4063 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20949/statm: 4427 4063 77 171 0 4254 0
Current children cumulated CPU time (s) 521.99
Current children cumulated vsize (KiB) 23064

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20949
/proc/meminfo: memFree=1602624/2055920 swapFree=4192812/4192956
[pid=20946] ppid=20944 vsize=5356 CPUtime=0.13
/proc/20946/stat : 20946 (lysat.sh) S 20944 20946 15859 0 -1 4194304 310 961 0 0 0 0 13 0 16 0 1 0 99651455 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20946/statm: 1339 237 195 169 0 50 0
[pid=20949] ppid=20946 vsize=21820 CPUtime=581.83
/proc/20949/stat : 20949 (LySATc) R 20946 20946 15859 0 -1 4194304 5097 0 0 0 58178 5 0 0 25 0 1 0 99651470 22343680 5082 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20949/statm: 5455 5082 77 171 0 5282 0
Current children cumulated CPU time (s) 581.96
Current children cumulated vsize (KiB) 27176

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20949
/proc/meminfo: memFree=1602432/2055920 swapFree=4192812/4192956
[pid=20946] ppid=20944 vsize=5356 CPUtime=0.13
/proc/20946/stat : 20946 (lysat.sh) S 20944 20946 15859 0 -1 4194304 310 961 0 0 0 0 13 0 16 0 1 0 99651455 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20946/statm: 1339 237 195 169 0 50 0
[pid=20949] ppid=20946 vsize=22004 CPUtime=641.8
/proc/20949/stat : 20949 (LySATc) R 20946 20946 15859 0 -1 4194304 5139 0 0 0 64175 5 0 0 25 0 1 0 99651470 22532096 5124 1992294400 134512640 135214827 4294956208 18446744073709551615 134529264 0 0 4096 3 0 0 0 17 0 0 0
/proc/20949/statm: 5501 5124 77 171 0 5328 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 27360

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20949
/proc/meminfo: memFree=1602368/2055920 swapFree=4192812/4192956
[pid=20946] ppid=20944 vsize=5356 CPUtime=0.13
/proc/20946/stat : 20946 (lysat.sh) S 20944 20946 15859 0 -1 4194304 310 961 0 0 0 0 13 0 16 0 1 0 99651455 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20946/statm: 1339 237 195 169 0 50 0
[pid=20949] ppid=20946 vsize=22004 CPUtime=701.77
/proc/20949/stat : 20949 (LySATc) R 20946 20946 15859 0 -1 4194304 5139 0 0 0 70172 5 0 0 25 0 1 0 99651470 22532096 5124 1992294400 134512640 135214827 4294956208 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 0 0 0
/proc/20949/statm: 5501 5124 77 171 0 5328 0
Current children cumulated CPU time (s) 701.9
Current children cumulated vsize (KiB) 27360

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20949
/proc/meminfo: memFree=1602368/2055920 swapFree=4192812/4192956
[pid=20946] ppid=20944 vsize=5356 CPUtime=0.13
/proc/20946/stat : 20946 (lysat.sh) S 20944 20946 15859 0 -1 4194304 310 961 0 0 0 0 13 0 16 0 1 0 99651455 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20946/statm: 1339 237 195 169 0 50 0
[pid=20949] ppid=20946 vsize=22004 CPUtime=761.72
/proc/20949/stat : 20949 (LySATc) R 20946 20946 15859 0 -1 4194304 5144 0 0 0 76167 5 0 0 25 0 1 0 99651470 22532096 5129 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/20949/statm: 5501 5129 77 171 0 5328 0
Current children cumulated CPU time (s) 761.85
Current children cumulated vsize (KiB) 27360

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20949
/proc/meminfo: memFree=1593856/2055920 swapFree=4192812/4192956
[pid=20946] ppid=20944 vsize=5356 CPUtime=0.13
/proc/20946/stat : 20946 (lysat.sh) S 20944 20946 15859 0 -1 4194304 310 961 0 0 0 0 13 0 16 0 1 0 99651455 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20946/statm: 1339 237 195 169 0 50 0
[pid=20949] ppid=20946 vsize=30532 CPUtime=821.68
/proc/20949/stat : 20949 (LySATc) R 20946 20946 15859 0 -1 4194304 7267 0 0 0 82160 8 0 0 25 0 1 0 99651470 31264768 7252 1992294400 134512640 135214827 4294956208 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 0 0 0
/proc/20949/statm: 7633 7252 77 171 0 7460 0
Current children cumulated CPU time (s) 821.81
Current children cumulated vsize (KiB) 35888

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20949
/proc/meminfo: memFree=1592064/2055920 swapFree=4192812/4192956
[pid=20946] ppid=20944 vsize=5356 CPUtime=0.13
/proc/20946/stat : 20946 (lysat.sh) S 20944 20946 15859 0 -1 4194304 310 961 0 0 0 0 13 0 16 0 1 0 99651455 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20946/statm: 1339 237 195 169 0 50 0
[pid=20949] ppid=20946 vsize=32388 CPUtime=881.65
/proc/20949/stat : 20949 (LySATc) R 20946 20946 15859 0 -1 4194304 7713 0 0 0 88156 9 0 0 25 0 1 0 99651470 33165312 7698 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20949/statm: 8097 7698 77 171 0 7924 0
Current children cumulated CPU time (s) 881.78
Current children cumulated vsize (KiB) 37744

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20951
/proc/meminfo: memFree=1591680/2055920 swapFree=4192812/4192956
[pid=20946] ppid=20944 vsize=5356 CPUtime=0.13
/proc/20946/stat : 20946 (lysat.sh) S 20944 20946 15859 0 -1 4194304 310 961 0 0 0 0 13 0 16 0 1 0 99651455 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20946/statm: 1339 237 195 169 0 50 0
[pid=20949] ppid=20946 vsize=32304 CPUtime=941.62
/proc/20949/stat : 20949 (LySATc) R 20946 20946 15859 0 -1 4194304 7717 0 0 0 94153 9 0 0 25 0 1 0 99651470 33079296 7702 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20949/statm: 8076 7702 77 171 0 7903 0
Current children cumulated CPU time (s) 941.75
Current children cumulated vsize (KiB) 37660

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20951
/proc/meminfo: memFree=1591680/2055920 swapFree=4192812/4192956
[pid=20946] ppid=20944 vsize=5356 CPUtime=0.13
/proc/20946/stat : 20946 (lysat.sh) S 20944 20946 15859 0 -1 4194304 310 961 0 0 0 0 13 0 16 0 1 0 99651455 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20946/statm: 1339 237 195 169 0 50 0
[pid=20949] ppid=20946 vsize=32304 CPUtime=1001.59
/proc/20949/stat : 20949 (LySATc) R 20946 20946 15859 0 -1 4194304 7717 0 0 0 100150 9 0 0 25 0 1 0 99651470 33079296 7702 1992294400 134512640 135214827 4294956208 18446744073709551615 134535351 0 0 4096 3 0 0 0 17 0 0 0
/proc/20949/statm: 8076 7702 77 171 0 7903 0
Current children cumulated CPU time (s) 1001.72
Current children cumulated vsize (KiB) 37660

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20951
/proc/meminfo: memFree=1591680/2055920 swapFree=4192812/4192956
[pid=20946] ppid=20944 vsize=5356 CPUtime=0.13
/proc/20946/stat : 20946 (lysat.sh) S 20944 20946 15859 0 -1 4194304 310 961 0 0 0 0 13 0 16 0 1 0 99651455 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20946/statm: 1339 237 195 169 0 50 0
[pid=20949] ppid=20946 vsize=32304 CPUtime=1061.56
/proc/20949/stat : 20949 (LySATc) R 20946 20946 15859 0 -1 4194304 7717 0 0 0 106147 9 0 0 25 0 1 0 99651470 33079296 7702 1992294400 134512640 135214827 4294956208 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/20949/statm: 8076 7702 77 171 0 7903 0
Current children cumulated CPU time (s) 1061.69
Current children cumulated vsize (KiB) 37660

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20951
/proc/meminfo: memFree=1591680/2055920 swapFree=4192812/4192956
[pid=20946] ppid=20944 vsize=5356 CPUtime=0.13
/proc/20946/stat : 20946 (lysat.sh) S 20944 20946 15859 0 -1 4194304 310 961 0 0 0 0 13 0 16 0 1 0 99651455 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20946/statm: 1339 237 195 169 0 50 0
[pid=20949] ppid=20946 vsize=32304 CPUtime=1121.52
/proc/20949/stat : 20949 (LySATc) R 20946 20946 15859 0 -1 4194304 7717 0 0 0 112143 9 0 0 25 0 1 0 99651470 33079296 7702 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/20949/statm: 8076 7702 77 171 0 7903 0
Current children cumulated CPU time (s) 1121.65
Current children cumulated vsize (KiB) 37660

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20951
/proc/meminfo: memFree=1591680/2055920 swapFree=4192812/4192956
[pid=20946] ppid=20944 vsize=5356 CPUtime=0.13
/proc/20946/stat : 20946 (lysat.sh) S 20944 20946 15859 0 -1 4194304 310 961 0 0 0 0 13 0 16 0 1 0 99651455 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20946/statm: 1339 237 195 169 0 50 0
[pid=20949] ppid=20946 vsize=32304 CPUtime=1181.49
/proc/20949/stat : 20949 (LySATc) R 20946 20946 15859 0 -1 4194304 7720 0 0 0 118140 9 0 0 25 0 1 0 99651470 33079296 7705 1992294400 134512640 135214827 4294956208 18446744073709551615 134529680 0 0 4096 3 0 0 0 17 0 0 0
/proc/20949/statm: 8076 7705 77 171 0 7903 0
Current children cumulated CPU time (s) 1181.62
Current children cumulated vsize (KiB) 37660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20951
/proc/meminfo: memFree=1591680/2055920 swapFree=4192812/4192956
[pid=20946] ppid=20944 vsize=5356 CPUtime=0.13
/proc/20946/stat : 20946 (lysat.sh) S 20944 20946 15859 0 -1 4194304 310 961 0 0 0 0 13 0 16 0 1 0 99651455 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20946/statm: 1339 237 195 169 0 50 0
[pid=20949] ppid=20946 vsize=32304 CPUtime=1199.89
/proc/20949/stat : 20949 (LySATc) R 20946 20946 15859 0 -1 4194304 7720 0 0 0 119980 9 0 0 25 0 1 0 99651470 33079296 7705 1992294400 134512640 135214827 4294956208 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 0 0 0
/proc/20949/statm: 8076 7705 77 171 0 7903 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 37660

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20951
/proc/meminfo: memFree=1591680/2055920 swapFree=4192812/4192956
[pid=20946] ppid=20944 vsize=5356 CPUtime=0.13
/proc/20946/stat : 20946 (lysat.sh) S 20944 20946 15859 0 -1 4194304 310 961 0 0 0 0 13 0 16 0 1 0 99651455 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20946/statm: 1339 237 195 169 0 50 0
[pid=20949] ppid=20946 vsize=32304 CPUtime=1199.89
/proc/20949/stat : 20949 (LySATc) R 20946 20946 15859 0 -1 4194304 7720 0 0 0 119980 9 0 0 25 0 1 0 99651470 33079296 7705 1992294400 134512640 135214827 4294956208 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 0 0 0
/proc/20949/statm: 8076 7705 77 171 0 7903 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 37660

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.71
CPU time (s): 1200.06
CPU user time (s): 1199.94
CPU system time (s): 0.114982
CPU usage (%): 99.9455
Max. virtual memory (cumulated for all children) (KiB): 37744

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

runsolver used 0.900863 second user time and 3.47747 second system time

The end

Launcher Data

Begin job on node1 at 2009-04-26 05:22:48
IDJOB=1726731
IDBENCH=24622
IDSOLVER=512
FILE ID=node1/1726731-1240716168
PBS_JOBID= 9186824
Free space on /tmp= 66336 MiB

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

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

MD5SUM BENCH= 8fc368e9f6ea136e0b6522b198a7a916
RANDOM SEED=54552150

node1.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.259
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	: 5931.00
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.259
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:       1624552 kB
Buffers:         33508 kB
Cached:         311652 kB
SwapCached:        144 kB
Active:         165432 kB
Inactive:       193864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1624552 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2476 kB
Writeback:           0 kB
Mapped:          23732 kB
Slab:            58112 kB
Committed_AS:   347288 kB
PageTables:       1436 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= 66336 MiB
End job on node1 at 2009-04-26 05:42:50