Trace number 1824958

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.07 5002.21

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7a-gensys-ukn002.sat05-3842.reshuffled-07.cnf
MD5SUMcd51741c2df34af4fdb8becaf8b3fc51
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1499.75
Satisfiable
(Un)Satisfiability was proved
Number of variables2935
Number of clauses18753
Sum of the clauses size133299
Maximum clause length13
Minimum clause length1
Number of clauses of size 156
Number of clauses of size 2526
Number of clauses of size 32382
Number of clauses of size 4501
Number of clauses of size 5678
Number of clauses of size over 514610

Solver Data

0.00/0.00	c Parsing...
0.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   18372   131484 |    5511       0        0     nan |  0.000 % |
0.09/0.10	c |         0 |   16937   123310 |      --       0       --      -- |     --   | -261/-3123
0.09/0.10	c ==============================================================================
0.09/0.10	c Result  :   #vars: 2847   #clauses: 16937   #literals: 123310
0.09/0.10	c CPU time:   0.097985 s
0.09/0.10	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:  2847                                                 |
0.09/0.15	|  Number of clauses:    16937                                                |
0.09/0.17	|  Parsing time:         0.02         s                                       |
5000.04/5002.21	HOME/lysat.sh: line 55:  1626 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-1824958-1242474802/watcher-1824958-1242474802 -o /tmp/evaluation-result-1824958-1242474802/solver-1824958-1242474802 -C 5000 -W 6000 -M 1800 lysat.sh HOME/instance-1824958-1242474802.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: 1.00 1.00 0.95 3/64 1623
/proc/meminfo: memFree=1910712/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0
/proc/1623/stat : 1623 (lysat.sh) S 1621 1623 1510 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 275513101 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1623/statm: 1339 235 195 169 0 50 0
[pid=1624] ppid=1623 vsize=1172 CPUtime=0
/proc/1624/stat : 1624 (SatElite) R 1623 1623 1510 0 -1 4194304 196 0 0 0 0 0 0 0 18 0 1 0 275513102 1200128 180 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/1624/statm: 293 181 51 127 0 163 0

[startup+0.0815591 s]
/proc/loadavg: 1.00 1.00 0.95 3/64 1623
/proc/meminfo: memFree=1910712/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0
/proc/1623/stat : 1623 (lysat.sh) S 1621 1623 1510 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 275513101 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1623/statm: 1339 235 195 169 0 50 0
[pid=1624] ppid=1623 vsize=3152 CPUtime=0.07
/proc/1624/stat : 1624 (SatElite) R 1623 1623 1510 0 -1 4194304 738 0 0 0 7 0 0 0 18 0 1 0 275513102 3227648 686 1992294400 134512640 135034092 4294956112 18446744073709551615 134566194 0 0 4096 3 0 0 0 17 0 0 0
/proc/1624/statm: 788 686 68 127 0 658 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8508

[startup+0.102561 s]
/proc/loadavg: 1.00 1.00 0.95 3/64 1623
/proc/meminfo: memFree=1910712/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0
/proc/1623/stat : 1623 (lysat.sh) S 1621 1623 1510 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 275513101 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1623/statm: 1339 235 195 169 0 50 0
[pid=1624] ppid=1623 vsize=3152 CPUtime=0.09
/proc/1624/stat : 1624 (SatElite) R 1623 1623 1510 0 -1 4194304 738 0 0 0 9 0 0 0 18 0 1 0 275513102 3227648 686 1992294400 134512640 135034092 4294956112 18446744073709551615 134566279 0 0 4096 3 0 0 0 17 0 0 0
/proc/1624/statm: 788 686 68 127 0 658 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8508

[startup+0.302587 s]
/proc/loadavg: 1.00 1.00 0.95 3/64 1623
/proc/meminfo: memFree=1910712/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0.14
/proc/1623/stat : 1623 (lysat.sh) S 1621 1623 1510 0 -1 4194304 310 743 0 0 0 0 14 0 15 0 1 0 275513101 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1623/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 5356

[startup+0.702629 s]
/proc/loadavg: 1.00 1.00 0.95 3/64 1623
/proc/meminfo: memFree=1910712/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0.14
/proc/1623/stat : 1623 (lysat.sh) S 1621 1623 1510 0 -1 4194304 310 743 0 0 0 0 14 0 15 0 1 0 275513101 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1623/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 5356

[startup+1.5027 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 1626
/proc/meminfo: memFree=1905896/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0.14
/proc/1623/stat : 1623 (lysat.sh) S 1621 1623 1510 0 -1 4194304 310 743 0 0 0 0 14 0 15 0 1 0 275513101 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1623/statm: 1339 237 195 169 0 50 0
[pid=1626] ppid=1623 vsize=5076 CPUtime=1.33
/proc/1626/stat : 1626 (LySATc) R 1623 1623 1510 0 -1 4194304 1082 0 0 0 133 0 0 0 25 0 1 0 275513117 5197824 1067 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/1626/statm: 1269 1067 77 171 0 1096 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10432

[startup+3.10186 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 1626
/proc/meminfo: memFree=1905320/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0.14
/proc/1623/stat : 1623 (lysat.sh) S 1621 1623 1510 0 -1 4194304 310 743 0 0 0 0 14 0 15 0 1 0 275513101 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1623/statm: 1339 237 195 169 0 50 0
[pid=1626] ppid=1623 vsize=5736 CPUtime=2.93
/proc/1626/stat : 1626 (LySATc) R 1623 1623 1510 0 -1 4194304 1243 0 0 0 293 0 0 0 25 0 1 0 275513117 5873664 1228 1992294400 134512640 135214827 4294956224 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 0 0 0
/proc/1626/statm: 1434 1228 77 171 0 1261 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11092

[startup+6.30118 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 1626
/proc/meminfo: memFree=1904616/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0.14
/proc/1623/stat : 1623 (lysat.sh) S 1621 1623 1510 0 -1 4194304 310 743 0 0 0 0 14 0 15 0 1 0 275513101 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1623/statm: 1339 237 195 169 0 50 0
[pid=1626] ppid=1623 vsize=5964 CPUtime=6.13
/proc/1626/stat : 1626 (LySATc) R 1623 1623 1510 0 -1 4194304 1302 0 0 0 613 0 0 0 25 0 1 0 275513117 6107136 1287 1992294400 134512640 135214827 4294956224 18446744073709551615 134529409 0 0 4096 3 0 0 0 17 0 0 0
/proc/1626/statm: 1491 1287 77 171 0 1318 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11320

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 1626
/proc/meminfo: memFree=1903920/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0.14
/proc/1623/stat : 1623 (lysat.sh) S 1621 1623 1510 0 -1 4194304 310 743 0 0 0 0 14 0 15 0 1 0 275513101 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1623/statm: 1339 237 195 169 0 50 0
[pid=1626] ppid=1623 vsize=7020 CPUtime=12.53
/proc/1626/stat : 1626 (LySATc) R 1623 1623 1510 0 -1 4194304 1557 0 0 0 1253 0 0 0 25 0 1 0 275513117 7188480 1542 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/1626/statm: 1755 1542 77 171 0 1582 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12376

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 1626
/proc/meminfo: memFree=1902384/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0.14
/proc/1623/stat : 1623 (lysat.sh) S 1621 1623 1510 0 -1 4194304 310 743 0 0 0 0 14 0 15 0 1 0 275513101 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1623/statm: 1339 237 195 169 0 50 0
[pid=1626] ppid=1623 vsize=8480 CPUtime=25.33
/proc/1626/stat : 1626 (LySATc) R 1623 1623 1510 0 -1 4194304 1914 0 0 0 2532 1 0 0 25 0 1 0 275513117 8683520 1899 1992294400 134512640 135214827 4294956224 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 0 0 0
/proc/1626/statm: 2120 1899 77 171 0 1947 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 13836

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 1626
/proc/meminfo: memFree=1901616/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0.14
/proc/1623/stat : 1623 (lysat.sh) S 1621 1623 1510 0 -1 4194304 310 743 0 0 0 0 14 0 15 0 1 0 275513101 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1623/statm: 1339 237 195 169 0 50 0
[pid=1626] ppid=1623 vsize=9316 CPUtime=50.91
/proc/1626/stat : 1626 (LySATc) R 1623 1623 1510 0 -1 4194304 2105 0 0 0 5090 1 0 0 25 0 1 0 275513117 9539584 2090 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/1626/statm: 2329 2090 77 171 0 2156 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 14672

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 1626
/proc/meminfo: memFree=1900272/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0.14
/proc/1623/stat : 1623 (lysat.sh) S 1621 1623 1510 0 -1 4194304 310 743 0 0 0 0 14 0 15 0 1 0 275513101 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1623/statm: 1339 237 195 169 0 50 0
[pid=1626] ppid=1623 vsize=10528 CPUtime=102.09
/proc/1626/stat : 1626 (LySATc) R 1623 1623 1510 0 -1 4194304 2434 0 0 0 10208 1 0 0 25 0 1 0 275513117 10780672 2419 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/1626/statm: 2632 2419 77 171 0 2459 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 15884

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 1626
/proc/meminfo: memFree=1899312/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0.14
/proc/1623/stat : 1623 (lysat.sh) S 1621 1623 1510 0 -1 4194304 310 743 0 0 0 0 14 0 15 0 1 0 275513101 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1623/statm: 1339 237 195 169 0 50 0
[pid=1626] ppid=1623 vsize=11492 CPUtime=162.07
/proc/1626/stat : 1626 (LySATc) R 1623 1623 1510 0 -1 4194304 2650 0 0 0 16206 1 0 0 25 0 1 0 275513117 11767808 2635 1992294400 134512640 135214827 4294956224 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 0 0 0
/proc/1626/statm: 2873 2635 77 171 0 2700 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 16848

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 1626
/proc/meminfo: memFree=1898608/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0.14
/proc/1623/stat : 1623 (lysat.sh) S 1621 1623 1510 0 -1 4194304 310 743 0 0 0 0 14 0 15 0 1 0 275513101 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1623/statm: 1339 237 195 169 0 50 0
[pid=1626] ppid=1623 vsize=12172 CPUtime=222.03
/proc/1626/stat : 1626 (LySATc) R 1623 1623 1510 0 -1 4194304 2827 0 0 0 22202 1 0 0 25 0 1 0 275513117 12464128 2812 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/1626/statm: 3043 2812 77 171 0 2870 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 17528

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 1626
/proc/meminfo: memFree=1897200/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0.14
/proc/1623/stat : 1623 (lysat.sh) S 1621 1623 1510 0 -1 4194304 310 743 0 0 0 0 14 0 15 0 1 0 275513101 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1623/statm: 1339 237 195 169 0 50 0
[pid=1626] ppid=1623 vsize=13640 CPUtime=282.01
/proc/1626/stat : 1626 (LySATc) R 1623 1623 1510 0 -1 4194304 3163 0 0 0 28199 2 0 0 25 0 1 0 275513117 13967360 3148 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/1626/statm: 3410 3148 77 171 0 3237 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 18996

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 1626
/proc/meminfo: memFree=1897008/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0.14
/proc/1623/stat : 1623 (lysat.sh) S 1621 1623 1510 0 -1 4194304 310 743 0 0 0 0 14 0 15 0 1 0 275513101 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1623/statm: 1339 237 195 169 0 50 0
[pid=1626] ppid=1623 vsize=13852 CPUtime=341.99
/proc/1626/stat : 1626 (LySATc) R 1623 1623 1510 0 -1 4194304 3229 0 0 0 34197 2 0 0 25 0 1 0 275513117 14184448 3214 1992294400 134512640 135214827 4294956224 18446744073709551615 134529366 0 0 4096 3 0 0 0 17 0 0 0
/proc/1626/statm: 3463 3214 77 171 0 3290 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 19208

[startup+402.302 s]
/proc/loadavg: 1.07 1.02 0.96 2/66 1626
/proc/meminfo: memFree=1896432/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0.14

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

[pid=1626] ppid=1623 vsize=25208 CPUtime=4240.32
/proc/1626/stat : 1626 (LySATc) R 1623 1623 1510 0 -1 4194304 5861 0 0 0 424023 9 0 0 25 0 1 0 275513117 25812992 5846 1992294400 134512640 135214827 4294956224 18446744073709551615 134537343 0 0 4096 3 0 0 0 17 0 0 0
/proc/1626/statm: 6302 5846 77 171 0 6129 0
Current children cumulated CPU time (s) 4240.46
Current children cumulated vsize (KiB) 30564

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1640
/proc/meminfo: memFree=1883504/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0.14
/proc/1623/stat : 1623 (lysat.sh) S 1621 1623 1510 0 -1 4194304 310 743 0 0 0 0 14 0 15 0 1 0 275513101 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1623/statm: 1339 237 195 169 0 50 0
[pid=1626] ppid=1623 vsize=26008 CPUtime=4300.29
/proc/1626/stat : 1626 (LySATc) R 1623 1623 1510 0 -1 4194304 6066 0 0 0 430020 9 0 0 25 0 1 0 275513117 26632192 6051 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/1626/statm: 6502 6051 77 171 0 6329 0
Current children cumulated CPU time (s) 4300.43
Current children cumulated vsize (KiB) 31364

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1640
/proc/meminfo: memFree=1883440/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0.14
/proc/1623/stat : 1623 (lysat.sh) S 1621 1623 1510 0 -1 4194304 310 743 0 0 0 0 14 0 15 0 1 0 275513101 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1623/statm: 1339 237 195 169 0 50 0
[pid=1626] ppid=1623 vsize=26008 CPUtime=4360.27
/proc/1626/stat : 1626 (LySATc) R 1623 1623 1510 0 -1 4194304 6066 0 0 0 436018 9 0 0 25 0 1 0 275513117 26632192 6051 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/1626/statm: 6502 6051 77 171 0 6329 0
Current children cumulated CPU time (s) 4360.41
Current children cumulated vsize (KiB) 31364

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1640
/proc/meminfo: memFree=1883376/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0.14
/proc/1623/stat : 1623 (lysat.sh) S 1621 1623 1510 0 -1 4194304 310 743 0 0 0 0 14 0 15 0 1 0 275513101 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1623/statm: 1339 237 195 169 0 50 0
[pid=1626] ppid=1623 vsize=26008 CPUtime=4420.24
/proc/1626/stat : 1626 (LySATc) R 1623 1623 1510 0 -1 4194304 6066 0 0 0 442015 9 0 0 25 0 1 0 275513117 26632192 6051 1992294400 134512640 135214827 4294956224 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/1626/statm: 6502 6051 77 171 0 6329 0
Current children cumulated CPU time (s) 4420.38
Current children cumulated vsize (KiB) 31364

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1640
/proc/meminfo: memFree=1883312/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0.14
/proc/1623/stat : 1623 (lysat.sh) S 1621 1623 1510 0 -1 4194304 310 743 0 0 0 0 14 0 15 0 1 0 275513101 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1623/statm: 1339 237 195 169 0 50 0
[pid=1626] ppid=1623 vsize=26008 CPUtime=4480.22
/proc/1626/stat : 1626 (LySATc) R 1623 1623 1510 0 -1 4194304 6067 0 0 0 448013 9 0 0 25 0 1 0 275513117 26632192 6052 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/1626/statm: 6502 6052 77 171 0 6329 0
Current children cumulated CPU time (s) 4480.36
Current children cumulated vsize (KiB) 31364

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1640
/proc/meminfo: memFree=1883248/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0.14
/proc/1623/stat : 1623 (lysat.sh) S 1621 1623 1510 0 -1 4194304 310 743 0 0 0 0 14 0 15 0 1 0 275513101 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1623/statm: 1339 237 195 169 0 50 0
[pid=1626] ppid=1623 vsize=26008 CPUtime=4540.19
/proc/1626/stat : 1626 (LySATc) R 1623 1623 1510 0 -1 4194304 6067 0 0 0 454010 9 0 0 25 0 1 0 275513117 26632192 6052 1992294400 134512640 135214827 4294956224 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 0 0 0
/proc/1626/statm: 6502 6052 77 171 0 6329 0
Current children cumulated CPU time (s) 4540.33
Current children cumulated vsize (KiB) 31364

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1640
/proc/meminfo: memFree=1883056/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0.14
/proc/1623/stat : 1623 (lysat.sh) S 1621 1623 1510 0 -1 4194304 310 743 0 0 0 0 14 0 15 0 1 0 275513101 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1623/statm: 1339 237 195 169 0 50 0
[pid=1626] ppid=1623 vsize=26008 CPUtime=4600.17
/proc/1626/stat : 1626 (LySATc) R 1623 1623 1510 0 -1 4194304 6067 0 0 0 460008 9 0 0 25 0 1 0 275513117 26632192 6052 1992294400 134512640 135214827 4294956224 18446744073709551615 134545616 0 0 4096 3 0 0 0 17 0 0 0
/proc/1626/statm: 6502 6052 77 171 0 6329 0
Current children cumulated CPU time (s) 4600.31
Current children cumulated vsize (KiB) 31364

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1640
/proc/meminfo: memFree=1882992/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0.14
/proc/1623/stat : 1623 (lysat.sh) S 1621 1623 1510 0 -1 4194304 310 743 0 0 0 0 14 0 15 0 1 0 275513101 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1623/statm: 1339 237 195 169 0 50 0
[pid=1626] ppid=1623 vsize=26008 CPUtime=4660.14
/proc/1626/stat : 1626 (LySATc) R 1623 1623 1510 0 -1 4194304 6068 0 0 0 466005 9 0 0 25 0 1 0 275513117 26632192 6053 1992294400 134512640 135214827 4294956224 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 0 0 0
/proc/1626/statm: 6502 6053 77 171 0 6329 0
Current children cumulated CPU time (s) 4660.28
Current children cumulated vsize (KiB) 31364

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1640
/proc/meminfo: memFree=1882928/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0.14
/proc/1623/stat : 1623 (lysat.sh) S 1621 1623 1510 0 -1 4194304 310 743 0 0 0 0 14 0 15 0 1 0 275513101 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1623/statm: 1339 237 195 169 0 50 0
[pid=1626] ppid=1623 vsize=26008 CPUtime=4720.12
/proc/1626/stat : 1626 (LySATc) R 1623 1623 1510 0 -1 4194304 6068 0 0 0 472003 9 0 0 25 0 1 0 275513117 26632192 6053 1992294400 134512640 135214827 4294956224 18446744073709551615 134529688 0 0 4096 3 0 0 0 17 0 0 0
/proc/1626/statm: 6502 6053 77 171 0 6329 0
Current children cumulated CPU time (s) 4720.26
Current children cumulated vsize (KiB) 31364

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1640
/proc/meminfo: memFree=1882992/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0.14
/proc/1623/stat : 1623 (lysat.sh) S 1621 1623 1510 0 -1 4194304 310 743 0 0 0 0 14 0 15 0 1 0 275513101 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1623/statm: 1339 237 195 169 0 50 0
[pid=1626] ppid=1623 vsize=26008 CPUtime=4780.09
/proc/1626/stat : 1626 (LySATc) R 1623 1623 1510 0 -1 4194304 6068 0 0 0 478000 9 0 0 25 0 1 0 275513117 26632192 6053 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/1626/statm: 6502 6053 77 171 0 6329 0
Current children cumulated CPU time (s) 4780.23
Current children cumulated vsize (KiB) 31364

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1640
/proc/meminfo: memFree=1882928/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0.14
/proc/1623/stat : 1623 (lysat.sh) S 1621 1623 1510 0 -1 4194304 310 743 0 0 0 0 14 0 15 0 1 0 275513101 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1623/statm: 1339 237 195 169 0 50 0
[pid=1626] ppid=1623 vsize=26008 CPUtime=4840.06
/proc/1626/stat : 1626 (LySATc) R 1623 1623 1510 0 -1 4194304 6069 0 0 0 483997 9 0 0 25 0 1 0 275513117 26632192 6054 1992294400 134512640 135214827 4294956224 18446744073709551615 134529383 0 0 4096 3 0 0 0 17 0 0 0
/proc/1626/statm: 6502 6054 77 171 0 6329 0
Current children cumulated CPU time (s) 4840.2
Current children cumulated vsize (KiB) 31364

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1640
/proc/meminfo: memFree=1882928/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0.14
/proc/1623/stat : 1623 (lysat.sh) S 1621 1623 1510 0 -1 4194304 310 743 0 0 0 0 14 0 15 0 1 0 275513101 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1623/statm: 1339 237 195 169 0 50 0
[pid=1626] ppid=1623 vsize=26008 CPUtime=4900.04
/proc/1626/stat : 1626 (LySATc) R 1623 1623 1510 0 -1 4194304 6069 0 0 0 489994 10 0 0 25 0 1 0 275513117 26632192 6054 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/1626/statm: 6502 6054 77 171 0 6329 0
Current children cumulated CPU time (s) 4900.18
Current children cumulated vsize (KiB) 31364

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1640
/proc/meminfo: memFree=1882864/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0.14
/proc/1623/stat : 1623 (lysat.sh) S 1621 1623 1510 0 -1 4194304 310 743 0 0 0 0 14 0 15 0 1 0 275513101 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1623/statm: 1339 237 195 169 0 50 0
[pid=1626] ppid=1623 vsize=26008 CPUtime=4960.02
/proc/1626/stat : 1626 (LySATc) R 1623 1623 1510 0 -1 4194304 6069 0 0 0 495992 10 0 0 25 0 1 0 275513117 26632192 6054 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/1626/statm: 6502 6054 77 171 0 6329 0
Current children cumulated CPU time (s) 4960.16
Current children cumulated vsize (KiB) 31364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.2 s]
/proc/loadavg: 1.00 1.00 0.98 2/66 1640
/proc/meminfo: memFree=1882864/2055920 swapFree=4179120/4192956
[pid=1623] ppid=1621 vsize=5356 CPUtime=0.14
/proc/1623/stat : 1623 (lysat.sh) S 1621 1623 1510 0 -1 4194304 310 743 0 0 0 0 14 0 15 0 1 0 275513101 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1623/statm: 1339 237 195 169 0 50 0
[pid=1626] ppid=1623 vsize=26008 CPUtime=4999.9
/proc/1626/stat : 1626 (LySATc) R 1623 1623 1510 0 -1 4194304 6069 0 0 0 499980 10 0 0 25 0 1 0 275513117 26632192 6054 1992294400 134512640 135214827 4294956224 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 0 0 0
/proc/1626/statm: 6502 6054 77 171 0 6329 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 31364

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5002.21
CPU time (s): 5000.07
CPU user time (s): 4999.95
CPU system time (s): 0.112982
CPU usage (%): 99.9571
Max. virtual memory (cumulated for all children) (KiB): 31364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.95
system time used= 0.112982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7133
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= 19
involuntary context switches= 13096

runsolver used 5.55415 second user time and 12.6431 second system time

The end

Launcher Data

Begin job on node27 at 2009-05-16 13:53:22
IDJOB=1824958
IDBENCH=24644
IDSOLVER=667
FILE ID=node27/1824958-1242474802
PBS_JOBID= 9306807
Free space on /tmp= 66312 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest05/QG/QG7a-gensys-ukn002.sat05-3842.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1824958-1242474802/watcher-1824958-1242474802 -o /tmp/evaluation-result-1824958-1242474802/solver-1824958-1242474802 -C 5000 -W 6000 -M 1800  lysat.sh HOME/instance-1824958-1242474802.cnf c

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

MD5SUM BENCH= cd51741c2df34af4fdb8becaf8b3fc51
RANDOM SEED=407421939

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1911128 kB
Buffers:         28300 kB
Cached:          66972 kB
SwapCached:       7884 kB
Active:          44344 kB
Inactive:        61064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1911128 kB
SwapTotal:     4192956 kB
SwapFree:      4179120 kB
Dirty:            2876 kB
Writeback:           0 kB
Mapped:          14748 kB
Slab:            25224 kB
Committed_AS:   989016 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66308 MiB
End job on node27 at 2009-05-16 15:16:46