Trace number 1727526

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-all.used-as.sat04-986.sat05-4198.reshuffled-07.cnf
MD5SUM73bcef7c584867538ae0bed90374a7ab
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 variables61649
Number of clauses3157120
Sum of the clauses size6361883
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23150117
Number of clauses of size 31
Number of clauses of size 413
Number of clauses of size 58
Number of clauses of size over 56981

Solver Data

0.00/0.00	c Parsing...
4.58/4.70	c ==============================================================================
4.58/4.70	c |           |     ORIGINAL     |              LEARNT              |          |
4.58/4.70	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
4.58/4.70	c ==============================================================================
4.58/4.70	c |         0 | 3157120  6361883 |  947135       0        0     nan |  0.000 % |
27.97/28.05	c |         0 | 3077743  9158338 |      --       0       --      -- |     --   | -79377/2796455
27.97/28.05	c ==============================================================================
27.97/28.05	c Result  :   #vars: 54382   #clauses: 3077743   #literals: 9158338
27.97/28.05	c CPU time:   27.5148 s
27.97/28.05	c ==============================================================================
31.88/31.93	This is MiniSat 2.0 beta
31.88/31.93	WARNING: for repeatability, setting FPU to use double precision
31.88/31.93	============================[ Problem Statistics ]=============================
31.88/31.93	|                                                                             |
31.88/31.93	|  Number of variables:  54382                                                |
31.88/31.93	|  Number of clauses:    3077743                                              |
34.65/34.78	|  Parsing time:         2.64         s                                       |

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-1727526-1240725919/watcher-1727526-1240725919 -o /tmp/evaluation-result-1727526-1240725919/solver-1727526-1240725919 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1727526-1240725919.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: 0.99 0.97 0.99 3/64 32206
/proc/meminfo: memFree=1365792/2055920 swapFree=4181900/4192956
[pid=32206] ppid=32204 vsize=5356 CPUtime=0
/proc/32206/stat : 32206 (lysat.sh) S 32204 32206 31921 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100620630 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32206/statm: 1339 235 195 169 0 50 0
[pid=32207] ppid=32206 vsize=1556 CPUtime=0
/proc/32207/stat : 32207 (SatElite) R 32206 32206 31921 0 -1 4194304 291 0 0 0 0 0 0 0 19 0 1 0 100620630 1593344 275 1992294400 134512640 135034092 4294956096 18446744073709551615 134545186 0 0 4096 3 0 0 0 17 0 0 0
/proc/32207/statm: 389 278 50 127 0 259 0

[startup+0.100343 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 32206
/proc/meminfo: memFree=1365792/2055920 swapFree=4181900/4192956
[pid=32206] ppid=32204 vsize=5356 CPUtime=0
/proc/32206/stat : 32206 (lysat.sh) S 32204 32206 31921 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100620630 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32206/statm: 1339 235 195 169 0 50 0
[pid=32207] ppid=32206 vsize=12300 CPUtime=0.09
/proc/32207/stat : 32207 (SatElite) R 32206 32206 31921 0 -1 4194304 2904 0 0 0 8 1 0 0 19 0 1 0 100620630 12595200 2841 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/32207/statm: 3075 2841 50 127 0 2945 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17656

[startup+0.201362 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 32206
/proc/meminfo: memFree=1365792/2055920 swapFree=4181900/4192956
[pid=32206] ppid=32204 vsize=5356 CPUtime=0
/proc/32206/stat : 32206 (lysat.sh) S 32204 32206 31921 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100620630 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32206/statm: 1339 235 195 169 0 50 0
[pid=32207] ppid=32206 vsize=16112 CPUtime=0.19
/proc/32207/stat : 32207 (SatElite) R 32206 32206 31921 0 -1 4194304 3829 0 0 0 18 1 0 0 20 0 1 0 100620630 16498688 3766 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/32207/statm: 4028 3766 50 127 0 3898 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 21468

[startup+0.301378 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 32206
/proc/meminfo: memFree=1365792/2055920 swapFree=4181900/4192956
[pid=32206] ppid=32204 vsize=5356 CPUtime=0
/proc/32206/stat : 32206 (lysat.sh) S 32204 32206 31921 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100620630 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32206/statm: 1339 235 195 169 0 50 0
[pid=32207] ppid=32206 vsize=19676 CPUtime=0.29
/proc/32207/stat : 32207 (SatElite) R 32206 32206 31921 0 -1 4194304 4797 0 0 0 27 2 0 0 21 0 1 0 100620630 20148224 4734 1992294400 134512640 135034092 4294956096 18446744073709551615 134695081 0 0 4096 3 0 0 0 17 0 0 0
/proc/32207/statm: 5175 4735 50 127 0 5045 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25032

[startup+0.701452 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 32206
/proc/meminfo: memFree=1365792/2055920 swapFree=4181900/4192956
[pid=32206] ppid=32204 vsize=5356 CPUtime=0
/proc/32206/stat : 32206 (lysat.sh) S 32204 32206 31921 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100620630 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32206/statm: 1339 235 195 169 0 50 0
[pid=32207] ppid=32206 vsize=35420 CPUtime=0.69
/proc/32207/stat : 32207 (SatElite) R 32206 32206 31921 0 -1 4194304 8313 0 0 0 63 6 0 0 25 0 1 0 100620630 36270080 8250 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/32207/statm: 8855 8251 50 127 0 8725 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40776

[startup+1.5026 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32208
/proc/meminfo: memFree=1319560/2055920 swapFree=4181900/4192956
[pid=32206] ppid=32204 vsize=5356 CPUtime=0
/proc/32206/stat : 32206 (lysat.sh) S 32204 32206 31921 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100620630 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32206/statm: 1339 235 195 169 0 50 0
[pid=32207] ppid=32206 vsize=64068 CPUtime=1.49
/proc/32207/stat : 32207 (SatElite) R 32206 32206 31921 0 -1 4194304 15128 0 0 0 137 12 0 0 25 0 1 0 100620630 65605632 15065 1992294400 134512640 135034092 4294956096 18446744073709551615 134543255 0 0 4096 3 0 0 0 17 0 0 0
/proc/32207/statm: 16017 15065 50 127 0 15887 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69424

[startup+3.10189 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32208
/proc/meminfo: memFree=1281736/2055920 swapFree=4181900/4192956
[pid=32206] ppid=32204 vsize=5356 CPUtime=0
/proc/32206/stat : 32206 (lysat.sh) S 32204 32206 31921 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100620630 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32206/statm: 1339 235 195 169 0 50 0
[pid=32207] ppid=32206 vsize=121232 CPUtime=3.09
/proc/32207/stat : 32207 (SatElite) R 32206 32206 31921 0 -1 4194304 28668 0 0 0 288 21 0 0 25 0 1 0 100620630 124141568 28605 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/32207/statm: 30308 28605 50 127 0 30178 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 126588

[startup+6.30247 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32208
/proc/meminfo: memFree=1183048/2055920 swapFree=4181900/4192956
[pid=32206] ppid=32204 vsize=5356 CPUtime=0
/proc/32206/stat : 32206 (lysat.sh) S 32204 32206 31921 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100620630 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32206/statm: 1339 235 195 169 0 50 0
[pid=32207] ppid=32206 vsize=198824 CPUtime=6.29
/proc/32207/stat : 32207 (SatElite) R 32206 32206 31921 0 -1 4194304 48650 0 0 0 595 34 0 0 25 0 1 0 100620630 203595776 48466 1992294400 134512640 135034092 4294956096 18446744073709551615 134547491 0 0 4096 3 0 0 0 17 0 0 0
/proc/32207/statm: 49706 48467 68 127 0 49576 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 204180

[startup+12.7016 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32208
/proc/meminfo: memFree=1097160/2055920 swapFree=4181900/4192956
[pid=32206] ppid=32204 vsize=5356 CPUtime=0
/proc/32206/stat : 32206 (lysat.sh) S 32204 32206 31921 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100620630 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32206/statm: 1339 235 195 169 0 50 0
[pid=32207] ppid=32206 vsize=284712 CPUtime=12.68
/proc/32207/stat : 32207 (SatElite) R 32206 32206 31921 0 -1 4194304 66093 0 0 0 1223 45 0 0 25 0 1 0 100620630 291545088 65691 1992294400 134512640 135034092 4294956096 18446744073709551615 134671342 0 0 4096 3 0 0 0 17 0 0 0
/proc/32207/statm: 71178 65691 68 127 0 71048 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 290068

[startup+25.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32208
/proc/meminfo: memFree=1096840/2055920 swapFree=4181900/4192956
[pid=32206] ppid=32204 vsize=5356 CPUtime=0
/proc/32206/stat : 32206 (lysat.sh) S 32204 32206 31921 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100620630 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32206/statm: 1339 235 195 169 0 50 0
[pid=32207] ppid=32206 vsize=285224 CPUtime=25.47
/proc/32207/stat : 32207 (SatElite) R 32206 32206 31921 0 -1 4194304 66177 0 0 0 2502 45 0 0 25 0 1 0 100620630 292069376 65775 1992294400 134512640 135034092 4294956096 18446744073709551615 134569611 0 0 4096 3 0 0 0 17 0 0 0
/proc/32207/statm: 71306 65775 68 127 0 71176 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 290580

[startup+51.1017 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32209
/proc/meminfo: memFree=1158216/2055920 swapFree=4181900/4192956
[pid=32206] ppid=32204 vsize=5356 CPUtime=31.9
/proc/32206/stat : 32206 (lysat.sh) S 32204 32206 31921 0 -1 4194304 310 78838 0 0 0 0 3111 79 19 0 1 0 100620630 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32206/statm: 1339 237 195 169 0 50 0
[pid=32209] ppid=32206 vsize=142024 CPUtime=19.14
/proc/32209/stat : 32209 (LySATc) R 32206 32206 31921 0 -1 4194304 34829 0 0 0 1891 23 0 0 25 0 1 0 100623823 145432576 34797 1992294400 134512640 135214827 4294956208 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 0 0 0
/proc/32209/statm: 35506 34797 76 171 0 35333 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 147380

[startup+102.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32209
/proc/meminfo: memFree=1154696/2055920 swapFree=4181900/4192956
[pid=32206] ppid=32204 vsize=5356 CPUtime=31.9
/proc/32206/stat : 32206 (lysat.sh) S 32204 32206 31921 0 -1 4194304 310 78838 0 0 0 0 3111 79 19 0 1 0 100620630 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32206/statm: 1339 237 195 169 0 50 0
[pid=32209] ppid=32206 vsize=145732 CPUtime=70.27
/proc/32209/stat : 32209 (LySATc) R 32206 32206 31921 0 -1 4194304 35755 0 0 0 7003 24 0 0 25 0 1 0 100623823 149229568 35723 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/32209/statm: 36433 35723 76 171 0 36260 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 151088

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32209
/proc/meminfo: memFree=1151304/2055920 swapFree=4181900/4192956
[pid=32206] ppid=32204 vsize=5356 CPUtime=31.9
/proc/32206/stat : 32206 (lysat.sh) S 32204 32206 31921 0 -1 4194304 310 78838 0 0 0 0 3111 79 19 0 1 0 100620630 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32206/statm: 1339 237 195 169 0 50 0
[pid=32209] ppid=32206 vsize=149144 CPUtime=130.25
/proc/32209/stat : 32209 (LySATc) R 32206 32206 31921 0 -1 4194304 36607 0 0 0 12999 26 0 0 25 0 1 0 100623823 152723456 36575 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/32209/statm: 37286 36575 76 171 0 37113 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 154500

[startup+222.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32209
/proc/meminfo: memFree=1148296/2055920 swapFree=4181900/4192956
[pid=32206] ppid=32204 vsize=5356 CPUtime=31.9
/proc/32206/stat : 32206 (lysat.sh) S 32204 32206 31921 0 -1 4194304 310 78838 0 0 0 0 3111 79 19 0 1 0 100620630 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32206/statm: 1339 237 195 169 0 50 0
[pid=32209] ppid=32206 vsize=152188 CPUtime=190.22
/proc/32209/stat : 32209 (LySATc) R 32206 32206 31921 0 -1 4194304 37352 0 0 0 18995 27 0 0 25 0 1 0 100623823 155840512 37320 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/32209/statm: 38047 37320 76 171 0 37874 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 157544

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32209
/proc/meminfo: memFree=1145288/2055920 swapFree=4181900/4192956
[pid=32206] ppid=32204 vsize=5356 CPUtime=31.9
/proc/32206/stat : 32206 (lysat.sh) S 32204 32206 31921 0 -1 4194304 310 78838 0 0 0 0 3111 79 19 0 1 0 100620630 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32206/statm: 1339 237 195 169 0 50 0
[pid=32209] ppid=32206 vsize=155224 CPUtime=250.19
/proc/32209/stat : 32209 (LySATc) R 32206 32206 31921 0 -1 4194304 38125 0 0 0 24991 28 0 0 25 0 1 0 100623823 158949376 38093 1992294400 134512640 135214827 4294956208 18446744073709551615 134529473 0 0 4096 3 0 0 0 17 0 0 0
/proc/32209/statm: 38806 38093 76 171 0 38633 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 160580

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32209
/proc/meminfo: memFree=1142544/2055920 swapFree=4181900/4192956
[pid=32206] ppid=32204 vsize=5356 CPUtime=31.9
/proc/32206/stat : 32206 (lysat.sh) S 32204 32206 31921 0 -1 4194304 310 78838 0 0 0 0 3111 79 19 0 1 0 100620630 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32206/statm: 1339 237 195 169 0 50 0
[pid=32209] ppid=32206 vsize=158048 CPUtime=310.15
/proc/32209/stat : 32209 (LySATc) R 32206 32206 31921 0 -1 4194304 38819 0 0 0 30986 29 0 0 25 0 1 0 100623823 161841152 38787 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/32209/statm: 39512 38787 76 171 0 39339 0

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

/proc/32209/statm: 41758 41014 76 171 0 41585 0
Current children cumulated CPU time (s) 521.98
Current children cumulated vsize (KiB) 172388

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32209
/proc/meminfo: memFree=1130832/2055920 swapFree=4181900/4192956
[pid=32206] ppid=32204 vsize=5356 CPUtime=31.9
/proc/32206/stat : 32206 (lysat.sh) S 32204 32206 31921 0 -1 4194304 310 78838 0 0 0 0 3111 79 19 0 1 0 100620630 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32206/statm: 1339 237 195 169 0 50 0
[pid=32209] ppid=32206 vsize=169920 CPUtime=550.05
/proc/32209/stat : 32209 (LySATc) R 32206 32206 31921 0 -1 4194304 41738 0 0 0 54972 33 0 0 25 0 1 0 100623823 173998080 41706 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/32209/statm: 42480 41706 76 171 0 42307 0
Current children cumulated CPU time (s) 581.95
Current children cumulated vsize (KiB) 175276

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32209
/proc/meminfo: memFree=1128080/2055920 swapFree=4181900/4192956
[pid=32206] ppid=32204 vsize=5356 CPUtime=31.9
/proc/32206/stat : 32206 (lysat.sh) S 32204 32206 31921 0 -1 4194304 310 78838 0 0 0 0 3111 79 19 0 1 0 100620630 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32206/statm: 1339 237 195 169 0 50 0
[pid=32209] ppid=32206 vsize=172572 CPUtime=610.01
/proc/32209/stat : 32209 (LySATc) R 32206 32206 31921 0 -1 4194304 42427 0 0 0 60967 34 0 0 25 0 1 0 100623823 176713728 42395 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/32209/statm: 43143 42395 76 171 0 42970 0
Current children cumulated CPU time (s) 641.91
Current children cumulated vsize (KiB) 177928

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32209
/proc/meminfo: memFree=1125072/2055920 swapFree=4181900/4192956
[pid=32206] ppid=32204 vsize=5356 CPUtime=31.9
/proc/32206/stat : 32206 (lysat.sh) S 32204 32206 31921 0 -1 4194304 310 78838 0 0 0 0 3111 79 19 0 1 0 100620630 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32206/statm: 1339 237 195 169 0 50 0
[pid=32209] ppid=32206 vsize=175344 CPUtime=669.99
/proc/32209/stat : 32209 (LySATc) R 32206 32206 31921 0 -1 4194304 43146 0 0 0 66964 35 0 0 25 0 1 0 100623823 179552256 43114 1992294400 134512640 135214827 4294956208 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 0 0 0
/proc/32209/statm: 43836 43114 76 171 0 43663 0
Current children cumulated CPU time (s) 701.89
Current children cumulated vsize (KiB) 180700

[startup+762.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32209
/proc/meminfo: memFree=1122320/2055920 swapFree=4181900/4192956
[pid=32206] ppid=32204 vsize=5356 CPUtime=31.9
/proc/32206/stat : 32206 (lysat.sh) S 32204 32206 31921 0 -1 4194304 310 78838 0 0 0 0 3111 79 19 0 1 0 100620630 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32206/statm: 1339 237 195 169 0 50 0
[pid=32209] ppid=32206 vsize=177984 CPUtime=729.96
/proc/32209/stat : 32209 (LySATc) R 32206 32206 31921 0 -1 4194304 43821 0 0 0 72960 36 0 0 25 0 1 0 100623823 182255616 43789 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/32209/statm: 44496 43789 76 171 0 44323 0
Current children cumulated CPU time (s) 761.86
Current children cumulated vsize (KiB) 183340

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32209
/proc/meminfo: memFree=1119504/2055920 swapFree=4181900/4192956
[pid=32206] ppid=32204 vsize=5356 CPUtime=31.9
/proc/32206/stat : 32206 (lysat.sh) S 32204 32206 31921 0 -1 4194304 310 78838 0 0 0 0 3111 79 19 0 1 0 100620630 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32206/statm: 1339 237 195 169 0 50 0
[pid=32209] ppid=32206 vsize=181292 CPUtime=789.92
/proc/32209/stat : 32209 (LySATc) R 32206 32206 31921 0 -1 4194304 44552 0 0 0 78955 37 0 0 25 0 1 0 100623823 185643008 44520 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/32209/statm: 45323 44520 76 171 0 45150 0
Current children cumulated CPU time (s) 821.82
Current children cumulated vsize (KiB) 186648

[startup+882.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32209
/proc/meminfo: memFree=1116560/2055920 swapFree=4181900/4192956
[pid=32206] ppid=32204 vsize=5356 CPUtime=31.9
/proc/32206/stat : 32206 (lysat.sh) S 32204 32206 31921 0 -1 4194304 310 78838 0 0 0 0 3111 79 19 0 1 0 100620630 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32206/statm: 1339 237 195 169 0 50 0
[pid=32209] ppid=32206 vsize=184196 CPUtime=849.9
/proc/32209/stat : 32209 (LySATc) R 32206 32206 31921 0 -1 4194304 45274 0 0 0 84952 38 0 0 25 0 1 0 100623823 188616704 45242 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/32209/statm: 46049 45242 76 171 0 45876 0
Current children cumulated CPU time (s) 881.8
Current children cumulated vsize (KiB) 189552

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32209
/proc/meminfo: memFree=1113872/2055920 swapFree=4181900/4192956
[pid=32206] ppid=32204 vsize=5356 CPUtime=31.9
/proc/32206/stat : 32206 (lysat.sh) S 32204 32206 31921 0 -1 4194304 310 78838 0 0 0 0 3111 79 19 0 1 0 100620630 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32206/statm: 1339 237 195 169 0 50 0
[pid=32209] ppid=32206 vsize=186736 CPUtime=909.87
/proc/32209/stat : 32209 (LySATc) R 32206 32206 31921 0 -1 4194304 45947 0 0 0 90949 38 0 0 25 0 1 0 100623823 191217664 45915 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/32209/statm: 46684 45915 76 171 0 46511 0
Current children cumulated CPU time (s) 941.77
Current children cumulated vsize (KiB) 192092

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32209
/proc/meminfo: memFree=1110928/2055920 swapFree=4181900/4192956
[pid=32206] ppid=32204 vsize=5356 CPUtime=31.9
/proc/32206/stat : 32206 (lysat.sh) S 32204 32206 31921 0 -1 4194304 310 78838 0 0 0 0 3111 79 19 0 1 0 100620630 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32206/statm: 1339 237 195 169 0 50 0
[pid=32209] ppid=32206 vsize=189640 CPUtime=969.84
/proc/32209/stat : 32209 (LySATc) R 32206 32206 31921 0 -1 4194304 46688 0 0 0 96945 39 0 0 25 0 1 0 100623823 194191360 46656 1992294400 134512640 135214827 4294956208 18446744073709551615 134529494 0 0 4096 3 0 0 0 17 0 0 0
/proc/32209/statm: 47410 46656 76 171 0 47237 0
Current children cumulated CPU time (s) 1001.74
Current children cumulated vsize (KiB) 194996

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32209
/proc/meminfo: memFree=1108432/2055920 swapFree=4181900/4192956
[pid=32206] ppid=32204 vsize=5356 CPUtime=31.9
/proc/32206/stat : 32206 (lysat.sh) S 32204 32206 31921 0 -1 4194304 310 78838 0 0 0 0 3111 79 19 0 1 0 100620630 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32206/statm: 1339 237 195 169 0 50 0
[pid=32209] ppid=32206 vsize=192148 CPUtime=1029.81
/proc/32209/stat : 32209 (LySATc) R 32206 32206 31921 0 -1 4194304 47321 0 0 0 102941 40 0 0 25 0 1 0 100623823 196759552 47289 1992294400 134512640 135214827 4294956208 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/32209/statm: 48037 47289 76 171 0 47864 0
Current children cumulated CPU time (s) 1061.71
Current children cumulated vsize (KiB) 197504

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32209
/proc/meminfo: memFree=1105360/2055920 swapFree=4181900/4192956
[pid=32206] ppid=32204 vsize=5356 CPUtime=31.9
/proc/32206/stat : 32206 (lysat.sh) S 32204 32206 31921 0 -1 4194304 310 78838 0 0 0 0 3111 79 19 0 1 0 100620630 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32206/statm: 1339 237 195 169 0 50 0
[pid=32209] ppid=32206 vsize=195236 CPUtime=1089.78
/proc/32209/stat : 32209 (LySATc) R 32206 32206 31921 0 -1 4194304 48068 0 0 0 108938 40 0 0 25 0 1 0 100623823 199921664 48036 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/32209/statm: 48809 48036 76 171 0 48636 0
Current children cumulated CPU time (s) 1121.68
Current children cumulated vsize (KiB) 200592

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32209
/proc/meminfo: memFree=1102800/2055920 swapFree=4181900/4192956
[pid=32206] ppid=32204 vsize=5356 CPUtime=31.9
/proc/32206/stat : 32206 (lysat.sh) S 32204 32206 31921 0 -1 4194304 310 78838 0 0 0 0 3111 79 19 0 1 0 100620630 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32206/statm: 1339 237 195 169 0 50 0
[pid=32209] ppid=32206 vsize=197748 CPUtime=1149.76
/proc/32209/stat : 32209 (LySATc) R 32206 32206 31921 0 -1 4194304 48729 0 0 0 114934 42 0 0 25 0 1 0 100623823 202493952 48697 1992294400 134512640 135214827 4294956208 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 0 0 0
/proc/32209/statm: 49437 48697 76 171 0 49264 0
Current children cumulated CPU time (s) 1181.66
Current children cumulated vsize (KiB) 203104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 32209
/proc/meminfo: memFree=1101840/2055920 swapFree=4181900/4192956
[pid=32206] ppid=32204 vsize=5356 CPUtime=31.9
/proc/32206/stat : 32206 (lysat.sh) S 32204 32206 31921 0 -1 4194304 310 78838 0 0 0 0 3111 79 19 0 1 0 100620630 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32206/statm: 1339 237 195 169 0 50 0
[pid=32209] ppid=32206 vsize=198672 CPUtime=1168.16
/proc/32209/stat : 32209 (LySATc) R 32206 32206 31921 0 -1 4194304 48948 0 0 0 116774 42 0 0 25 0 1 0 100623823 203440128 48916 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/32209/statm: 49668 48916 76 171 0 49495 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 204028

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32206 and gives
#  childrusage.ru_utime.tv_sec=31
#  childrusage.ru_utime.tv_usec=115269
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=802877
# CPU time returned by wait4() is 31.9181
# while last known CPU time is 1200.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.71
CPU time (s): 1200.06
CPU user time (s): 1198.85
CPU system time (s): 1.21
CPU usage (%): 99.9457
Max. virtual memory (cumulated for all children) (KiB): 290580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.1153
system time used= 0.802877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79148
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= 5
involuntary context switches= 129

runsolver used 1.13183 second user time and 3.24651 second system time

The end

Launcher Data

Begin job on node44 at 2009-04-26 08:05:26
IDJOB=1727526
IDBENCH=24640
IDSOLVER=512
FILE ID=node44/1727526-1240725919
PBS_JOBID= 9186887
Free space on /tmp= 66176 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-all.used-as.sat04-986.sat05-4198.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727526-1240725919/watcher-1727526-1240725919 -o /tmp/evaluation-result-1727526-1240725919/solver-1727526-1240725919 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1727526-1240725919.cnf c

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

MD5SUM BENCH= 73bcef7c584867538ae0bed90374a7ab
RANDOM SEED=487302485

node44.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.267
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.267
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:       1366272 kB
Buffers:         67100 kB
Cached:         554824 kB
SwapCached:       4968 kB
Active:         259348 kB
Inactive:       370496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1366272 kB
SwapTotal:     4192956 kB
SwapFree:      4181900 kB
Dirty:           47784 kB
Writeback:           0 kB
Mapped:          14004 kB
Slab:            45740 kB
Committed_AS:   412264 kB
PageTables:       1380 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= 66104 MiB
End job on node44 at 2009-04-26 08:25:29