Trace number 1825009

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

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
counting-harder-php-014-013.sat05-1187.reshuffled-07.cnf
MD5SUMe9a4b8de00c9a73b6f8447e11f01f363
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.8957
Satisfiable
(Un)Satisfiability was proved
Number of variables182
Number of clauses1197
Sum of the clauses size2548
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21183
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 514

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    1197     2548 |     359       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    1183     4368 |      --       0       --      -- |     --   | -14/1820
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 168   #clauses: 1183   #literals: 4368
0.00/0.00	c CPU time:   0.003999 s
0.00/0.00	c ==============================================================================
0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  168                                                  |
0.00/0.00	|  Number of clauses:    1183                                                 |
0.00/0.01	|  Parsing time:         0.00         s                                       |
5000.03/5001.71	HOME/lysat.sh: line 55: 24409 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-1825009-1242488930/watcher-1825009-1242488930 -o /tmp/evaluation-result-1825009-1242488930/solver-1825009-1242488930 -C 5000 -W 6000 -M 1800 lysat.sh HOME/instance-1825009-1242488930.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.92 0.98 0.99 3/64 24406
/proc/meminfo: memFree=1022504/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 276926277 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 235 195 169 0 50 0
[pid=24407] ppid=24406 vsize=828 CPUtime=0
/proc/24407/stat : 24407 (SatElite) R 24406 24406 24321 0 -1 4194304 132 0 0 0 0 0 0 0 19 0 1 0 276926277 847872 116 1992294400 134512640 135034092 4294956112 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/24407/statm: 207 116 68 127 0 77 0

[startup+0.0263929 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24406
/proc/meminfo: memFree=1022504/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 310 137 0 0 0 0 0 0 19 0 1 0 276926277 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102402 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24406
/proc/meminfo: memFree=1022504/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 310 137 0 0 0 0 0 0 19 0 1 0 276926277 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301436 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24406
/proc/meminfo: memFree=1022504/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 310 137 0 0 0 0 0 0 19 0 1 0 276926277 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.702509 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24406
/proc/meminfo: memFree=1022504/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 310 137 0 0 0 0 0 0 19 0 1 0 276926277 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50165 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 24409
/proc/meminfo: memFree=1021528/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 310 137 0 0 0 0 0 0 19 0 1 0 276926277 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 237 195 169 0 50 0
[pid=24409] ppid=24406 vsize=2420 CPUtime=1.48
/proc/24409/stat : 24409 (LySATc) R 24406 24406 24321 0 -1 4194304 246 0 0 0 148 0 0 0 25 0 1 0 276926278 2478080 231 1992294400 134512640 135214827 4294956224 18446744073709551615 134529372 0 0 4096 3 0 0 0 17 1 0 0
/proc/24409/statm: 605 231 77 171 0 432 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7776

[startup+3.10193 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 24409
/proc/meminfo: memFree=1021272/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 310 137 0 0 0 0 0 0 19 0 1 0 276926277 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 237 195 169 0 50 0
[pid=24409] ppid=24406 vsize=2552 CPUtime=3.08
/proc/24409/stat : 24409 (LySATc) R 24406 24406 24321 0 -1 4194304 284 0 0 0 308 0 0 0 25 0 1 0 276926278 2613248 269 1992294400 134512640 135214827 4294956224 18446744073709551615 134529383 0 0 4096 3 0 0 0 17 1 0 0
/proc/24409/statm: 638 269 77 171 0 465 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7908

[startup+6.30149 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 24409
/proc/meminfo: memFree=1021080/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 310 137 0 0 0 0 0 0 19 0 1 0 276926277 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 237 195 169 0 50 0
[pid=24409] ppid=24406 vsize=2680 CPUtime=6.28
/proc/24409/stat : 24409 (LySATc) R 24406 24406 24321 0 -1 4194304 320 0 0 0 628 0 0 0 25 0 1 0 276926278 2744320 305 1992294400 134512640 135214827 4294956224 18446744073709551615 134527383 0 0 4096 3 0 0 0 17 1 0 0
/proc/24409/statm: 670 305 77 171 0 497 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 8036

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 24409
/proc/meminfo: memFree=1020768/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 310 137 0 0 0 0 0 0 19 0 1 0 276926277 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 237 195 169 0 50 0
[pid=24409] ppid=24406 vsize=2944 CPUtime=12.68
/proc/24409/stat : 24409 (LySATc) R 24406 24406 24321 0 -1 4194304 376 0 0 0 1268 0 0 0 25 0 1 0 276926278 3014656 361 1992294400 134512640 135214827 4294956224 18446744073709551615 134536847 0 0 4096 3 0 0 0 17 1 0 0
/proc/24409/statm: 736 361 77 171 0 563 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8300

[startup+25.5029 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 24409
/proc/meminfo: memFree=1020640/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 310 137 0 0 0 0 0 0 19 0 1 0 276926277 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 237 195 169 0 50 0
[pid=24409] ppid=24406 vsize=3072 CPUtime=25.48
/proc/24409/stat : 24409 (LySATc) R 24406 24406 24321 0 -1 4194304 422 0 0 0 2548 0 0 0 25 0 1 0 276926278 3145728 407 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 1 0 0
/proc/24409/statm: 768 407 77 171 0 595 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 8428

[startup+51.1024 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 24409
/proc/meminfo: memFree=1020192/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 310 137 0 0 0 0 0 0 19 0 1 0 276926277 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 237 195 169 0 50 0
[pid=24409] ppid=24406 vsize=3468 CPUtime=51.07
/proc/24409/stat : 24409 (LySATc) R 24406 24406 24321 0 -1 4194304 530 0 0 0 5107 0 0 0 25 0 1 0 276926278 3551232 515 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/24409/statm: 867 515 77 171 0 694 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8824

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 24409
/proc/meminfo: memFree=1019680/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 310 137 0 0 0 0 0 0 19 0 1 0 276926277 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 237 195 169 0 50 0
[pid=24409] ppid=24406 vsize=3976 CPUtime=102.25
/proc/24409/stat : 24409 (LySATc) R 24406 24406 24321 0 -1 4194304 636 0 0 0 10225 0 0 0 25 0 1 0 276926278 4071424 621 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/24409/statm: 994 621 77 171 0 821 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 9332

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24409
/proc/meminfo: memFree=1019424/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 310 137 0 0 0 0 0 0 19 0 1 0 276926277 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 237 195 169 0 50 0
[pid=24409] ppid=24406 vsize=4244 CPUtime=162.23
/proc/24409/stat : 24409 (LySATc) R 24406 24406 24321 0 -1 4194304 696 0 0 0 16223 0 0 0 25 0 1 0 276926278 4345856 681 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/24409/statm: 1061 681 77 171 0 888 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 9600

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24409
/proc/meminfo: memFree=1019104/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 310 137 0 0 0 0 0 0 19 0 1 0 276926277 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 237 195 169 0 50 0
[pid=24409] ppid=24406 vsize=4508 CPUtime=222.2
/proc/24409/stat : 24409 (LySATc) R 24406 24406 24321 0 -1 4194304 776 0 0 0 22220 0 0 0 25 0 1 0 276926278 4616192 761 1992294400 134512640 135214827 4294956224 18446744073709551615 134529390 0 0 4096 3 0 0 0 17 1 0 0
/proc/24409/statm: 1127 761 77 171 0 954 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 9864

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24409
/proc/meminfo: memFree=1018976/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 310 137 0 0 0 0 0 0 19 0 1 0 276926277 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 237 195 169 0 50 0
[pid=24409] ppid=24406 vsize=4632 CPUtime=282.18
/proc/24409/stat : 24409 (LySATc) R 24406 24406 24321 0 -1 4194304 802 0 0 0 28218 0 0 0 25 0 1 0 276926278 4743168 787 1992294400 134512640 135214827 4294956224 18446744073709551615 134529494 0 0 4096 3 0 0 0 17 1 0 0
/proc/24409/statm: 1158 787 77 171 0 985 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 9988

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24409
/proc/meminfo: memFree=1018976/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 310 137 0 0 0 0 0 0 19 0 1 0 276926277 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 237 195 169 0 50 0
[pid=24409] ppid=24406 vsize=4632 CPUtime=342.16
/proc/24409/stat : 24409 (LySATc) R 24406 24406 24321 0 -1 4194304 808 0 0 0 34216 0 0 0 25 0 1 0 276926278 4743168 793 1992294400 134512640 135214827 4294956224 18446744073709551615 134536870 0 0 4096 3 0 0 0 17 1 0 0
/proc/24409/statm: 1158 793 77 171 0 985 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 9988

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 24409
/proc/meminfo: memFree=1018848/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 310 137 0 0 0 0 0 0 19 0 1 0 276926277 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 237 195 169 0 50 0
[pid=24409] ppid=24406 vsize=4768 CPUtime=402.15
/proc/24409/stat : 24409 (LySATc) R 24406 24406 24321 0 -1 4194304 833 0 0 0 40214 1 0 0 25 0 1 0 276926278 4882432 818 1992294400 134512640 135214827 4294956224 18446744073709551615 134538201 0 0 4096 3 0 0 0 17 1 0 0
/proc/24409/statm: 1192 818 77 171 0 1019 0
Current children cumulated CPU time (s) 402.15

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

[pid=24409] ppid=24406 vsize=7424 CPUtime=4300.86
/proc/24409/stat : 24409 (LySATc) R 24406 24406 24321 0 -1 4194304 1552 0 0 0 430075 11 0 0 25 0 1 0 276926278 7602176 1508 1992294400 134512640 135214827 4294956224 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 1 0 0
/proc/24409/statm: 1856 1508 77 171 0 1683 0
Current children cumulated CPU time (s) 4300.86
Current children cumulated vsize (KiB) 12780

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24423
/proc/meminfo: memFree=1015896/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 310 137 0 0 0 0 0 0 19 0 1 0 276926277 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 237 195 169 0 50 0
[pid=24409] ppid=24406 vsize=7440 CPUtime=4360.83
/proc/24409/stat : 24409 (LySATc) R 24406 24406 24321 0 -1 4194304 1597 0 0 0 436072 11 0 0 25 0 1 0 276926278 7618560 1512 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/24409/statm: 1860 1512 77 171 0 1687 0
Current children cumulated CPU time (s) 4360.83
Current children cumulated vsize (KiB) 12796

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24423
/proc/meminfo: memFree=1015896/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 310 137 0 0 0 0 0 0 19 0 1 0 276926277 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 237 195 169 0 50 0
[pid=24409] ppid=24406 vsize=7436 CPUtime=4420.81
/proc/24409/stat : 24409 (LySATc) R 24406 24406 24321 0 -1 4194304 1597 0 0 0 442070 11 0 0 25 0 1 0 276926278 7614464 1511 1992294400 134512640 135214827 4294956224 18446744073709551615 134529366 0 0 4096 3 0 0 0 17 1 0 0
/proc/24409/statm: 1859 1511 77 171 0 1686 0
Current children cumulated CPU time (s) 4420.81
Current children cumulated vsize (KiB) 12792

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24423
/proc/meminfo: memFree=1015960/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 310 137 0 0 0 0 0 0 19 0 1 0 276926277 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 237 195 169 0 50 0
[pid=24409] ppid=24406 vsize=7436 CPUtime=4480.8
/proc/24409/stat : 24409 (LySATc) R 24406 24406 24321 0 -1 4194304 1597 0 0 0 448068 12 0 0 25 0 1 0 276926278 7614464 1511 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/24409/statm: 1859 1511 77 171 0 1686 0
Current children cumulated CPU time (s) 4480.8
Current children cumulated vsize (KiB) 12792

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24423
/proc/meminfo: memFree=1015960/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 310 137 0 0 0 0 0 0 19 0 1 0 276926277 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 237 195 169 0 50 0
[pid=24409] ppid=24406 vsize=7436 CPUtime=4540.78
/proc/24409/stat : 24409 (LySATc) R 24406 24406 24321 0 -1 4194304 1597 0 0 0 454066 12 0 0 25 0 1 0 276926278 7614464 1511 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/24409/statm: 1859 1511 77 171 0 1686 0
Current children cumulated CPU time (s) 4540.78
Current children cumulated vsize (KiB) 12792

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24423
/proc/meminfo: memFree=1015896/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 310 137 0 0 0 0 0 0 19 0 1 0 276926277 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 237 195 169 0 50 0
[pid=24409] ppid=24406 vsize=7664 CPUtime=4600.76
/proc/24409/stat : 24409 (LySATc) R 24406 24406 24321 0 -1 4194304 1636 0 0 0 460064 12 0 0 25 0 1 0 276926278 7847936 1550 1992294400 134512640 135214827 4294956224 18446744073709551615 134536511 0 0 4096 3 0 0 0 17 1 0 0
/proc/24409/statm: 1916 1550 77 171 0 1743 0
Current children cumulated CPU time (s) 4600.76
Current children cumulated vsize (KiB) 13020

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24423
/proc/meminfo: memFree=1015840/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 310 137 0 0 0 0 0 0 19 0 1 0 276926277 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 237 195 169 0 50 0
[pid=24409] ppid=24406 vsize=7668 CPUtime=4660.74
/proc/24409/stat : 24409 (LySATc) R 24406 24406 24321 0 -1 4194304 1655 0 0 0 466062 12 0 0 25 0 1 0 276926278 7852032 1569 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 1 0 0
/proc/24409/statm: 1917 1569 77 171 0 1744 0
Current children cumulated CPU time (s) 4660.74
Current children cumulated vsize (KiB) 13024

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24423
/proc/meminfo: memFree=1015776/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 310 137 0 0 0 0 0 0 19 0 1 0 276926277 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 237 195 169 0 50 0
[pid=24409] ppid=24406 vsize=7708 CPUtime=4720.72
/proc/24409/stat : 24409 (LySATc) R 24406 24406 24321 0 -1 4194304 1681 0 0 0 472060 12 0 0 25 0 1 0 276926278 7892992 1580 1992294400 134512640 135214827 4294956224 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 1 0 0
/proc/24409/statm: 1927 1580 77 171 0 1754 0
Current children cumulated CPU time (s) 4720.72
Current children cumulated vsize (KiB) 13064

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24423
/proc/meminfo: memFree=1015712/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 310 137 0 0 0 0 0 0 19 0 1 0 276926277 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 237 195 169 0 50 0
[pid=24409] ppid=24406 vsize=7792 CPUtime=4780.7
/proc/24409/stat : 24409 (LySATc) R 24406 24406 24321 0 -1 4194304 1709 0 0 0 478058 12 0 0 25 0 1 0 276926278 7979008 1601 1992294400 134512640 135214827 4294956224 18446744073709551615 134527621 0 0 4096 3 0 0 0 17 1 0 0
/proc/24409/statm: 1948 1601 77 171 0 1775 0
Current children cumulated CPU time (s) 4780.7
Current children cumulated vsize (KiB) 13148

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24423
/proc/meminfo: memFree=1015712/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 310 137 0 0 0 0 0 0 19 0 1 0 276926277 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 237 195 169 0 50 0
[pid=24409] ppid=24406 vsize=7792 CPUtime=4840.68
/proc/24409/stat : 24409 (LySATc) R 24406 24406 24321 0 -1 4194304 1709 0 0 0 484055 13 0 0 25 0 1 0 276926278 7979008 1601 1992294400 134512640 135214827 4294956224 18446744073709551615 134537205 0 0 4096 3 0 0 0 17 1 0 0
/proc/24409/statm: 1948 1601 77 171 0 1775 0
Current children cumulated CPU time (s) 4840.68
Current children cumulated vsize (KiB) 13148

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24423
/proc/meminfo: memFree=1015712/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 310 137 0 0 0 0 0 0 19 0 1 0 276926277 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 237 195 169 0 50 0
[pid=24409] ppid=24406 vsize=7792 CPUtime=4900.66
/proc/24409/stat : 24409 (LySATc) R 24406 24406 24321 0 -1 4194304 1709 0 0 0 490053 13 0 0 25 0 1 0 276926278 7979008 1601 1992294400 134512640 135214827 4294956224 18446744073709551615 134538992 0 0 4096 3 0 0 0 17 1 0 0
/proc/24409/statm: 1948 1601 77 171 0 1775 0
Current children cumulated CPU time (s) 4900.66
Current children cumulated vsize (KiB) 13148

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24423
/proc/meminfo: memFree=1015648/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 310 137 0 0 0 0 0 0 19 0 1 0 276926277 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 237 195 169 0 50 0
[pid=24409] ppid=24406 vsize=7876 CPUtime=4960.64
/proc/24409/stat : 24409 (LySATc) R 24406 24406 24321 0 -1 4194304 1735 0 0 0 496051 13 0 0 25 0 1 0 276926278 8065024 1622 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 1 0 0
/proc/24409/statm: 1969 1622 77 171 0 1796 0
Current children cumulated CPU time (s) 4960.64
Current children cumulated vsize (KiB) 13232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24423
/proc/meminfo: memFree=1015648/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 310 137 0 0 0 0 0 0 19 0 1 0 276926277 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 237 195 169 0 50 0
[pid=24409] ppid=24406 vsize=7876 CPUtime=5000.03
/proc/24409/stat : 24409 (LySATc) R 24406 24406 24321 0 -1 4194304 1735 0 0 0 499990 13 0 0 25 0 1 0 276926278 8065024 1622 1992294400 134512640 135214827 4294956224 18446744073709551615 134529295 0 0 4096 3 0 0 0 17 1 0 0
/proc/24409/statm: 1969 1622 77 171 0 1796 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 13232

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

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

[startup+5001.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24423
/proc/meminfo: memFree=1015648/2055920 swapFree=4155176/4192956
[pid=24406] ppid=24404 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (lysat.sh) S 24404 24406 24321 0 -1 4194304 310 137 0 0 0 0 0 0 19 0 1 0 276926277 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24406/statm: 1339 237 195 169 0 50 0
[pid=24409] ppid=24406 vsize=7876 CPUtime=5000.03
/proc/24409/stat : 24409 (LySATc) R 24406 24406 24321 0 -1 4194304 1735 0 0 0 499990 13 0 0 25 0 1 0 276926278 8065024 1622 1992294400 134512640 135214827 4294956224 18446744073709551615 134529295 0 0 4096 3 0 0 0 17 1 0 0
/proc/24409/statm: 1969 1622 77 171 0 1796 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 13232

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.72
CPU time (s): 5000.06
CPU user time (s): 4999.92
CPU system time (s): 0.140978
CPU usage (%): 99.9669
Max. virtual memory (cumulated for all children) (KiB): 13280

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

runsolver used 5.78412 second user time and 12.4051 second system time

The end

Launcher Data

Begin job on node18 at 2009-05-16 17:48:50
IDJOB=1825009
IDBENCH=24730
IDSOLVER=667
FILE ID=node18/1825009-1242488930
PBS_JOBID= 9306842
Free space on /tmp= 66168 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/crafted/Difficult/contest05/sabharwal/counting-harder-php-014-013.sat05-1187.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1825009-1242488930/watcher-1825009-1242488930 -o /tmp/evaluation-result-1825009-1242488930/solver-1825009-1242488930 -C 5000 -W 6000 -M 1800  lysat.sh HOME/instance-1825009-1242488930.cnf c

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

MD5SUM BENCH= e9a4b8de00c9a73b6f8447e11f01f363
RANDOM SEED=135297562

node18.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.280
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.280
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:       1022984 kB
Buffers:         91256 kB
Cached:         817160 kB
SwapCached:      31616 kB
Active:         127484 kB
Inactive:       814852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1022984 kB
SwapTotal:     4192956 kB
SwapFree:      4155176 kB
Dirty:            2176 kB
Writeback:           0 kB
Mapped:          13564 kB
Slab:            76720 kB
Committed_AS:  1045824 kB
PageTables:       1372 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= 66164 MiB
End job on node18 at 2009-05-16 19:12:14