Trace number 1733753

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameCRAFTED/modcircuits/
mod3block_4vars_11gates_b2_restricted.cnf
MD5SUMa05652854911cfd1b4cd45a296cdc798
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 variables1570
Number of clauses746634
Sum of the clauses size4332883
Maximum clause length34
Minimum clause length1
Number of clauses of size 1398
Number of clauses of size 24712
Number of clauses of size 326183
Number of clauses of size 48465
Number of clauses of size 530979
Number of clauses of size over 5675897

Solver Data

0.00/0.00	c Parsing...
0.29/0.40	c ==============================================================================
0.29/0.40	c |           |     ORIGINAL     |              LEARNT              |          |
0.29/0.40	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.29/0.40	c ==============================================================================
0.29/0.40	c |         0 |   83254   350992 |   24976       0        0     nan |  0.000 % |
0.69/0.71	c |         0 |   41312   202218 |      --       0       --      -- |     --   | -8759/-5248
0.69/0.71	c ==============================================================================
0.69/0.71	c Result  :   #vars: 880   #clauses: 41312   #literals: 202218
0.69/0.71	c CPU time:   0.677896 s
0.69/0.71	c ==============================================================================
0.69/0.78	This is MiniSat 2.0 beta
0.69/0.78	WARNING: for repeatability, setting FPU to use double precision
0.69/0.78	============================[ Problem Statistics ]=============================
0.69/0.78	|                                                                             |
0.69/0.78	|  Number of variables:  880                                                  |
0.69/0.78	|  Number of clauses:    41312                                                |
0.77/0.81	|  Parsing time:         0.03         s                                       |
1200.09/1200.61	HOME/lysat.sh: line 55: 29396 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-1733753-1240792171/watcher-1733753-1240792171 -o /tmp/evaluation-result-1733753-1240792171/solver-1733753-1240792171 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1733753-1240792171.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.84 1.82 1.47 3/64 29393
/proc/meminfo: memFree=1647760/2055920 swapFree=4180908/4192956
[pid=29393] ppid=29391 vsize=5356 CPUtime=0
/proc/29393/stat : 29393 (lysat.sh) R 29391 29393 27971 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 107243941 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 271894243999 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/29393/statm: 1339 234 194 169 0 50 0
[pid=29394] ppid=29393 vsize=824 CPUtime=0
/proc/29394/stat : 29394 (SatElite) R 29393 29393 27971 0 -1 4194304 122 0 0 0 0 0 0 0 18 0 1 0 107243942 843776 106 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/29394/statm: 206 106 51 127 0 76 0

[startup+0.049798 s]
/proc/loadavg: 1.84 1.82 1.47 3/64 29393
/proc/meminfo: memFree=1647760/2055920 swapFree=4180908/4192956
[pid=29393] ppid=29391 vsize=5356 CPUtime=0
/proc/29393/stat : 29393 (lysat.sh) S 29391 29393 27971 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 107243941 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29393/statm: 1339 235 195 169 0 50 0
[pid=29394] ppid=29393 vsize=2460 CPUtime=0.04
/proc/29394/stat : 29394 (SatElite) R 29393 29393 27971 0 -1 4194304 492 0 0 0 4 0 0 0 19 0 1 0 107243942 2519040 476 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/29394/statm: 615 476 52 127 0 485 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7816

[startup+0.101806 s]
/proc/loadavg: 1.84 1.82 1.47 3/64 29393
/proc/meminfo: memFree=1647760/2055920 swapFree=4180908/4192956
[pid=29393] ppid=29391 vsize=5356 CPUtime=0
/proc/29393/stat : 29393 (lysat.sh) S 29391 29393 27971 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 107243941 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29393/statm: 1339 235 195 169 0 50 0
[pid=29394] ppid=29393 vsize=2876 CPUtime=0.09
/proc/29394/stat : 29394 (SatElite) R 29393 29393 27971 0 -1 4194304 622 0 0 0 9 0 0 0 19 0 1 0 107243942 2945024 606 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/29394/statm: 719 606 52 127 0 589 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8232

[startup+0.30184 s]
/proc/loadavg: 1.84 1.82 1.47 3/64 29393
/proc/meminfo: memFree=1647760/2055920 swapFree=4180908/4192956
[pid=29393] ppid=29391 vsize=5356 CPUtime=0
/proc/29393/stat : 29393 (lysat.sh) S 29391 29393 27971 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 107243941 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29393/statm: 1339 235 195 169 0 50 0
[pid=29394] ppid=29393 vsize=4584 CPUtime=0.29
/proc/29394/stat : 29394 (SatElite) R 29393 29393 27971 0 -1 4194304 1014 0 0 0 27 2 0 0 21 0 1 0 107243942 4694016 998 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/29394/statm: 1146 998 52 127 0 1016 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9940

[startup+0.701913 s]
/proc/loadavg: 1.84 1.82 1.47 3/64 29393
/proc/meminfo: memFree=1647760/2055920 swapFree=4180908/4192956
[pid=29393] ppid=29391 vsize=5356 CPUtime=0
/proc/29393/stat : 29393 (lysat.sh) S 29391 29393 27971 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 107243941 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29393/statm: 1339 235 195 169 0 50 0
[pid=29394] ppid=29393 vsize=9076 CPUtime=0.69
/proc/29394/stat : 29394 (SatElite) R 29393 29393 27971 0 -1 4194304 2205 0 0 0 67 2 0 0 25 0 1 0 107243942 9293824 1991 1992294400 134512640 135034092 4294956096 18446744073709551615 134569707 0 0 4096 3 0 0 0 17 0 0 0
/proc/29394/statm: 2269 1991 68 127 0 2139 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14432

[startup+1.50105 s]
/proc/loadavg: 1.84 1.82 1.47 2/66 29396
/proc/meminfo: memFree=1642688/2055920 swapFree=4180908/4192956
[pid=29393] ppid=29391 vsize=5356 CPUtime=0.77
/proc/29393/stat : 29393 (lysat.sh) S 29391 29393 27971 0 -1 4194304 310 2413 0 0 0 0 74 3 16 0 1 0 107243941 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1339 237 195 169 0 50 0
[pid=29396] ppid=29393 vsize=5292 CPUtime=0.7
/proc/29396/stat : 29396 (LySATc) R 29393 29393 27971 0 -1 4194304 1179 0 0 0 70 0 0 0 23 0 1 0 107244020 5419008 1164 1992294400 134512640 135214827 4294956208 18446744073709551615 134529390 0 0 4096 3 0 0 0 17 0 0 0
/proc/29396/statm: 1323 1164 77 171 0 1150 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10648

[startup+3.10134 s]
/proc/loadavg: 1.85 1.82 1.48 2/66 29396
/proc/meminfo: memFree=1640448/2055920 swapFree=4180908/4192956
[pid=29393] ppid=29391 vsize=5356 CPUtime=0.77
/proc/29393/stat : 29393 (lysat.sh) S 29391 29393 27971 0 -1 4194304 310 2413 0 0 0 0 74 3 16 0 1 0 107243941 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1339 237 195 169 0 50 0
[pid=29396] ppid=29393 vsize=7140 CPUtime=2.3
/proc/29396/stat : 29396 (LySATc) R 29393 29393 27971 0 -1 4194304 1630 0 0 0 230 0 0 0 25 0 1 0 107244020 7311360 1615 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/29396/statm: 1785 1615 77 171 0 1612 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 12496

[startup+6.30191 s]
/proc/loadavg: 1.85 1.82 1.48 2/66 29396
/proc/meminfo: memFree=1638400/2055920 swapFree=4180908/4192956
[pid=29393] ppid=29391 vsize=5356 CPUtime=0.77
/proc/29393/stat : 29393 (lysat.sh) S 29391 29393 27971 0 -1 4194304 310 2413 0 0 0 0 74 3 16 0 1 0 107243941 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1339 237 195 169 0 50 0
[pid=29396] ppid=29393 vsize=9576 CPUtime=5.51
/proc/29396/stat : 29396 (LySATc) R 29393 29393 27971 0 -1 4194304 2220 0 0 0 550 1 0 0 25 0 1 0 107244020 9805824 2205 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/29396/statm: 2394 2205 77 171 0 2221 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 14932

[startup+12.7011 s]
/proc/loadavg: 1.72 1.79 1.47 2/66 29396
/proc/meminfo: memFree=1635200/2055920 swapFree=4180908/4192956
[pid=29393] ppid=29391 vsize=5356 CPUtime=0.77
/proc/29393/stat : 29393 (lysat.sh) S 29391 29393 27971 0 -1 4194304 310 2413 0 0 0 0 74 3 16 0 1 0 107243941 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1339 237 195 169 0 50 0
[pid=29396] ppid=29393 vsize=12464 CPUtime=11.9
/proc/29396/stat : 29396 (LySATc) R 29393 29393 27971 0 -1 4194304 2963 0 0 0 1188 2 0 0 25 0 1 0 107244020 12763136 2948 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/29396/statm: 3116 2948 77 171 0 2943 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 17820

[startup+25.5013 s]
/proc/loadavg: 1.61 1.77 1.47 2/66 29396
/proc/meminfo: memFree=1633792/2055920 swapFree=4180908/4192956
[pid=29393] ppid=29391 vsize=5356 CPUtime=0.77
/proc/29393/stat : 29393 (lysat.sh) S 29391 29393 27971 0 -1 4194304 310 2413 0 0 0 0 74 3 16 0 1 0 107243941 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1339 237 195 169 0 50 0
[pid=29396] ppid=29393 vsize=13916 CPUtime=24.69
/proc/29396/stat : 29396 (LySATc) R 29393 29393 27971 0 -1 4194304 3315 0 0 0 2467 2 0 0 25 0 1 0 107244020 14249984 3300 1992294400 134512640 135214827 4294956208 18446744073709551615 134529366 0 0 4096 3 0 0 0 17 0 0 0
/proc/29396/statm: 3479 3300 77 171 0 3306 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 19272

[startup+51.1019 s]
/proc/loadavg: 1.40 1.70 1.45 2/66 29396
/proc/meminfo: memFree=1632448/2055920 swapFree=4180908/4192956
[pid=29393] ppid=29391 vsize=5356 CPUtime=0.77
/proc/29393/stat : 29393 (lysat.sh) S 29391 29393 27971 0 -1 4194304 310 2413 0 0 0 0 74 3 16 0 1 0 107243941 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1339 237 195 169 0 50 0
[pid=29396] ppid=29393 vsize=14900 CPUtime=50.26
/proc/29396/stat : 29396 (LySATc) R 29393 29393 27971 0 -1 4194304 3576 0 0 0 5023 3 0 0 25 0 1 0 107244020 15257600 3561 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/29396/statm: 3725 3561 77 171 0 3552 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 20256

[startup+102.305 s]
/proc/loadavg: 1.16 1.58 1.42 2/66 29396
/proc/meminfo: memFree=1629184/2055920 swapFree=4180908/4192956
[pid=29393] ppid=29391 vsize=5356 CPUtime=0.77
/proc/29393/stat : 29393 (lysat.sh) S 29391 29393 27971 0 -1 4194304 310 2413 0 0 0 0 74 3 16 0 1 0 107243941 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1339 237 195 169 0 50 0
[pid=29396] ppid=29393 vsize=18576 CPUtime=101.44
/proc/29396/stat : 29396 (LySATc) R 29393 29393 27971 0 -1 4194304 4418 0 0 0 10141 3 0 0 25 0 1 0 107244020 19021824 4403 1992294400 134512640 135214827 4294956208 18446744073709551615 134529372 0 0 4096 3 0 0 0 17 0 0 0
/proc/29396/statm: 4644 4403 77 171 0 4471 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 23932

[startup+162.303 s]
/proc/loadavg: 1.06 1.48 1.40 2/66 29396
/proc/meminfo: memFree=1627776/2055920 swapFree=4180908/4192956
[pid=29393] ppid=29391 vsize=5356 CPUtime=0.77
/proc/29393/stat : 29393 (lysat.sh) S 29391 29393 27971 0 -1 4194304 310 2413 0 0 0 0 74 3 16 0 1 0 107243941 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1339 237 195 169 0 50 0
[pid=29396] ppid=29393 vsize=19972 CPUtime=161.42
/proc/29396/stat : 29396 (LySATc) R 29393 29393 27971 0 -1 4194304 4781 0 0 0 16138 4 0 0 25 0 1 0 107244020 20451328 4766 1992294400 134512640 135214827 4294956208 18446744073709551615 134541971 0 0 4096 3 0 0 0 17 0 0 0
/proc/29396/statm: 4993 4766 77 171 0 4820 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 25328

[startup+222.302 s]
/proc/loadavg: 1.02 1.38 1.37 2/66 29396
/proc/meminfo: memFree=1626432/2055920 swapFree=4180908/4192956
[pid=29393] ppid=29391 vsize=5356 CPUtime=0.77
/proc/29393/stat : 29393 (lysat.sh) S 29391 29393 27971 0 -1 4194304 310 2413 0 0 0 0 74 3 16 0 1 0 107243941 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1339 237 195 169 0 50 0
[pid=29396] ppid=29393 vsize=21200 CPUtime=221.4
/proc/29396/stat : 29396 (LySATc) R 29393 29393 27971 0 -1 4194304 5088 0 0 0 22135 5 0 0 25 0 1 0 107244020 21708800 5073 1992294400 134512640 135214827 4294956208 18446744073709551615 134529267 0 0 4096 3 0 0 0 17 0 0 0
/proc/29396/statm: 5300 5073 77 171 0 5127 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 26556

[startup+282.301 s]
/proc/loadavg: 1.01 1.32 1.34 2/66 29396
/proc/meminfo: memFree=1625920/2055920 swapFree=4180908/4192956
[pid=29393] ppid=29391 vsize=5356 CPUtime=0.77
/proc/29393/stat : 29393 (lysat.sh) S 29391 29393 27971 0 -1 4194304 310 2413 0 0 0 0 74 3 16 0 1 0 107243941 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1339 237 195 169 0 50 0
[pid=29396] ppid=29393 vsize=21788 CPUtime=281.36
/proc/29396/stat : 29396 (LySATc) R 29393 29393 27971 0 -1 4194304 5216 0 0 0 28131 5 0 0 25 0 1 0 107244020 22310912 5201 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/29396/statm: 5447 5201 77 171 0 5274 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 27144

[startup+342.302 s]
/proc/loadavg: 1.00 1.25 1.32 2/66 29396
/proc/meminfo: memFree=1624896/2055920 swapFree=4180908/4192956
[pid=29393] ppid=29391 vsize=5356 CPUtime=0.77
/proc/29393/stat : 29393 (lysat.sh) S 29391 29393 27971 0 -1 4194304 310 2413 0 0 0 0 74 3 16 0 1 0 107243941 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1339 237 195 169 0 50 0
[pid=29396] ppid=29393 vsize=22896 CPUtime=341.34
/proc/29396/stat : 29396 (LySATc) R 29393 29393 27971 0 -1 4194304 5472 0 0 0 34129 5 0 0 25 0 1 0 107244020 23445504 5457 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/29396/statm: 5724 5457 77 171 0 5551 0

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

[pid=29396] ppid=29393 vsize=24708 CPUtime=461.3
/proc/29396/stat : 29396 (LySATc) R 29393 29393 27971 0 -1 4194304 5895 0 0 0 46124 6 0 0 25 0 1 0 107244020 25300992 5880 1992294400 134512640 135214827 4294956208 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 0 0 0
/proc/29396/statm: 6177 5880 77 171 0 6004 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 30064

[startup+522.301 s]
/proc/loadavg: 1.00 1.13 1.26 2/66 29396
/proc/meminfo: memFree=1622400/2055920 swapFree=4180908/4192956
[pid=29393] ppid=29391 vsize=5356 CPUtime=0.77
/proc/29393/stat : 29393 (lysat.sh) S 29391 29393 27971 0 -1 4194304 310 2413 0 0 0 0 74 3 16 0 1 0 107243941 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1339 237 195 169 0 50 0
[pid=29396] ppid=29393 vsize=25552 CPUtime=521.27
/proc/29396/stat : 29396 (LySATc) R 29393 29393 27971 0 -1 4194304 6081 0 0 0 52121 6 0 0 25 0 1 0 107244020 26165248 6066 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/29396/statm: 6388 6066 77 171 0 6215 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 30908

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.24 2/66 29398
/proc/meminfo: memFree=1621120/2055920 swapFree=4180908/4192956
[pid=29393] ppid=29391 vsize=5356 CPUtime=0.77
/proc/29393/stat : 29393 (lysat.sh) S 29391 29393 27971 0 -1 4194304 310 2413 0 0 0 0 74 3 16 0 1 0 107243941 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1339 237 195 169 0 50 0
[pid=29396] ppid=29393 vsize=26692 CPUtime=581.25
/proc/29396/stat : 29396 (LySATc) R 29393 29393 27971 0 -1 4194304 6368 0 0 0 58119 6 0 0 25 0 1 0 107244020 27332608 6353 1992294400 134512640 135214827 4294956208 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/29396/statm: 6673 6353 77 171 0 6500 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 32048

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.22 2/66 29398
/proc/meminfo: memFree=1620160/2055920 swapFree=4180908/4192956
[pid=29393] ppid=29391 vsize=5356 CPUtime=0.77
/proc/29393/stat : 29393 (lysat.sh) S 29391 29393 27971 0 -1 4194304 310 2413 0 0 0 0 74 3 16 0 1 0 107243941 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1339 237 195 169 0 50 0
[pid=29396] ppid=29393 vsize=27680 CPUtime=641.23
/proc/29396/stat : 29396 (LySATc) R 29393 29393 27971 0 -1 4194304 6612 0 0 0 64117 6 0 0 25 0 1 0 107244020 28344320 6589 1992294400 134512640 135214827 4294956208 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/29396/statm: 6920 6589 77 171 0 6747 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 33036

[startup+702.301 s]
/proc/loadavg: 1.00 1.07 1.20 2/66 29398
/proc/meminfo: memFree=1620096/2055920 swapFree=4180908/4192956
[pid=29393] ppid=29391 vsize=5356 CPUtime=0.77
/proc/29393/stat : 29393 (lysat.sh) S 29391 29393 27971 0 -1 4194304 310 2413 0 0 0 0 74 3 16 0 1 0 107243941 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1339 237 195 169 0 50 0
[pid=29396] ppid=29393 vsize=27856 CPUtime=701.2
/proc/29396/stat : 29396 (LySATc) R 29393 29393 27971 0 -1 4194304 6631 0 0 0 70114 6 0 0 25 0 1 0 107244020 28524544 6608 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/29396/statm: 6964 6608 77 171 0 6791 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 33212

[startup+762.305 s]
/proc/loadavg: 1.00 1.05 1.18 2/66 29398
/proc/meminfo: memFree=1619584/2055920 swapFree=4180908/4192956
[pid=29393] ppid=29391 vsize=5356 CPUtime=0.77
/proc/29393/stat : 29393 (lysat.sh) S 29391 29393 27971 0 -1 4194304 310 2413 0 0 0 0 74 3 16 0 1 0 107243941 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1339 237 195 169 0 50 0
[pid=29396] ppid=29393 vsize=28372 CPUtime=761.18
/proc/29396/stat : 29396 (LySATc) R 29393 29393 27971 0 -1 4194304 6764 0 0 0 76112 6 0 0 25 0 1 0 107244020 29052928 6741 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/29396/statm: 7093 6741 77 171 0 6920 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 33728

[startup+822.303 s]
/proc/loadavg: 1.00 1.04 1.17 2/66 29398
/proc/meminfo: memFree=1618752/2055920 swapFree=4180908/4192956
[pid=29393] ppid=29391 vsize=5356 CPUtime=0.77
/proc/29393/stat : 29393 (lysat.sh) S 29391 29393 27971 0 -1 4194304 310 2413 0 0 0 0 74 3 16 0 1 0 107243941 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1339 237 195 169 0 50 0
[pid=29396] ppid=29393 vsize=29204 CPUtime=821.17
/proc/29396/stat : 29396 (LySATc) R 29393 29393 27971 0 -1 4194304 6966 0 0 0 82110 7 0 0 25 0 1 0 107244020 29904896 6943 1992294400 134512640 135214827 4294956208 18446744073709551615 134529276 0 0 4096 3 0 0 0 17 0 0 0
/proc/29396/statm: 7301 6943 77 171 0 7128 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 34560

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.16 2/66 29398
/proc/meminfo: memFree=1618624/2055920 swapFree=4180908/4192956
[pid=29393] ppid=29391 vsize=5356 CPUtime=0.77
/proc/29393/stat : 29393 (lysat.sh) S 29391 29393 27971 0 -1 4194304 310 2413 0 0 0 0 74 3 16 0 1 0 107243941 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1339 237 195 169 0 50 0
[pid=29396] ppid=29393 vsize=29380 CPUtime=881.14
/proc/29396/stat : 29396 (LySATc) R 29393 29393 27971 0 -1 4194304 7004 0 0 0 88107 7 0 0 25 0 1 0 107244020 30085120 6981 1992294400 134512640 135214827 4294956208 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/29396/statm: 7345 6981 77 171 0 7172 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 34736

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.15 2/66 29398
/proc/meminfo: memFree=1618176/2055920 swapFree=4180908/4192956
[pid=29393] ppid=29391 vsize=5356 CPUtime=0.77
/proc/29393/stat : 29393 (lysat.sh) S 29391 29393 27971 0 -1 4194304 310 2413 0 0 0 0 74 3 16 0 1 0 107243941 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1339 237 195 169 0 50 0
[pid=29396] ppid=29393 vsize=29912 CPUtime=941.12
/proc/29396/stat : 29396 (LySATc) R 29393 29393 27971 0 -1 4194304 7112 0 0 0 94105 7 0 0 25 0 1 0 107244020 30629888 7089 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/29396/statm: 7478 7089 77 171 0 7305 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 35268

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.14 2/66 29398
/proc/meminfo: memFree=1617792/2055920 swapFree=4180908/4192956
[pid=29393] ppid=29391 vsize=5356 CPUtime=0.77
/proc/29393/stat : 29393 (lysat.sh) S 29391 29393 27971 0 -1 4194304 310 2413 0 0 0 0 74 3 16 0 1 0 107243941 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1339 237 195 169 0 50 0
[pid=29396] ppid=29393 vsize=30328 CPUtime=1001.09
/proc/29396/stat : 29396 (LySATc) R 29393 29393 27971 0 -1 4194304 7239 0 0 0 100102 7 0 0 25 0 1 0 107244020 31055872 7216 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/29396/statm: 7582 7216 77 171 0 7409 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 35684

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/66 29398
/proc/meminfo: memFree=1617088/2055920 swapFree=4180908/4192956
[pid=29393] ppid=29391 vsize=5356 CPUtime=0.77
/proc/29393/stat : 29393 (lysat.sh) S 29391 29393 27971 0 -1 4194304 310 2413 0 0 0 0 74 3 16 0 1 0 107243941 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1339 237 195 169 0 50 0
[pid=29396] ppid=29393 vsize=31036 CPUtime=1061.08
/proc/29396/stat : 29396 (LySATc) R 29393 29393 27971 0 -1 4194304 7391 0 0 0 106100 8 0 0 25 0 1 0 107244020 31780864 7368 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/29396/statm: 7759 7368 77 171 0 7586 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 36392

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/66 29398
/proc/meminfo: memFree=1616768/2055920 swapFree=4180908/4192956
[pid=29393] ppid=29391 vsize=5356 CPUtime=0.77
/proc/29393/stat : 29393 (lysat.sh) S 29391 29393 27971 0 -1 4194304 310 2413 0 0 0 0 74 3 16 0 1 0 107243941 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1339 237 195 169 0 50 0
[pid=29396] ppid=29393 vsize=31280 CPUtime=1121.05
/proc/29396/stat : 29396 (LySATc) R 29393 29393 27971 0 -1 4194304 7467 0 0 0 112097 8 0 0 25 0 1 0 107244020 32030720 7444 1992294400 134512640 135214827 4294956208 18446744073709551615 134529473 0 0 4096 3 0 0 0 17 0 0 0
/proc/29396/statm: 7820 7444 77 171 0 7647 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 36636

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 29398
/proc/meminfo: memFree=1616512/2055920 swapFree=4180908/4192956
[pid=29393] ppid=29391 vsize=5356 CPUtime=0.77
/proc/29393/stat : 29393 (lysat.sh) S 29391 29393 27971 0 -1 4194304 310 2413 0 0 0 0 74 3 16 0 1 0 107243941 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1339 237 195 169 0 50 0
[pid=29396] ppid=29393 vsize=31608 CPUtime=1181.03
/proc/29396/stat : 29396 (LySATc) R 29393 29393 27971 0 -1 4194304 7524 0 0 0 118095 8 0 0 25 0 1 0 107244020 32366592 7501 1992294400 134512640 135214827 4294956208 18446744073709551615 134529738 0 0 4096 3 0 0 0 17 0 0 0
/proc/29396/statm: 7902 7501 77 171 0 7729 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 36964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 29398
/proc/meminfo: memFree=1616512/2055920 swapFree=4180908/4192956
[pid=29393] ppid=29391 vsize=5356 CPUtime=0.77
/proc/29393/stat : 29393 (lysat.sh) S 29391 29393 27971 0 -1 4194304 310 2413 0 0 0 0 74 3 16 0 1 0 107243941 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29393/statm: 1339 237 195 169 0 50 0
[pid=29396] ppid=29393 vsize=31608 CPUtime=1199.32
/proc/29396/stat : 29396 (LySATc) R 29393 29393 27971 0 -1 4194304 7534 0 0 0 119924 8 0 0 25 0 1 0 107244020 32366592 7511 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/29396/statm: 7902 7511 77 171 0 7729 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 36964

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.61
CPU time (s): 1200.12
CPU user time (s): 1200
CPU system time (s): 0.12698
CPU usage (%): 99.9591
Max. virtual memory (cumulated for all children) (KiB): 36964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200
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= 10269
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= 1430

runsolver used 1.25481 second user time and 3.12153 second system time

The end

Launcher Data

Begin job on node60 at 2009-04-27 02:29:32
IDJOB=1733753
IDBENCH=71147
IDSOLVER=512
FILE ID=node60/1733753-1240792171
PBS_JOBID= 9187280
Free space on /tmp= 66396 MiB

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

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

MD5SUM BENCH= a05652854911cfd1b4cd45a296cdc798
RANDOM SEED=1375665946

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:       1648240 kB
Buffers:         40616 kB
Cached:         283768 kB
SwapCached:       5688 kB
Active:          51780 kB
Inactive:       280864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1648240 kB
SwapTotal:     4192956 kB
SwapFree:      4180908 kB
Dirty:           24380 kB
Writeback:           0 kB
Mapped:          14088 kB
Slab:            61036 kB
Committed_AS:   441592 kB
PageTables:       1448 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= 66392 MiB
End job on node60 at 2009-04-27 02:49:34