Trace number 1580326

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 i/2009-03-20? (TO) 1200.09 1200.81

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-15-10p1.cnf
MD5SUM4f02dda0c6b1f76f43bce732093e4f1f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1071.68
Satisfiable
(Un)Satisfiability was proved
Number of variables268258
Number of clauses1155731
Sum of the clauses size2704052
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2895523
Number of clauses of size 3198999
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c Parsing...
1.18/1.27	c ==============================================================================
1.18/1.27	c |           |     ORIGINAL     |              LEARNT              |          |
1.18/1.27	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.18/1.27	c ==============================================================================
1.18/1.27	c |         0 | 1144812  2692463 |  343443       0        0     nan |  0.000 % |
7.57/7.67	c |         0 |  801521  2134211 |      --       0       --      -- |     --   | -92350/15178
7.57/7.68	c ==============================================================================
7.57/7.68	c Result  :   #vars: 163989   #clauses: 801521   #literals: 2134211
7.57/7.68	c CPU time:   7.36288 s
7.57/7.68	c ==============================================================================
8.57/8.68	c lySAT 0.1
8.57/8.68	c minisat core +  additionnal features
8.57/8.68	c ============================[ Problem Statistics ]=============================
8.57/8.68	c |                                                                             |
8.57/8.68	c |  Number of variables:  163989                                               |
8.57/8.68	c |  Number of clauses:    801521                                               |
9.14/9.23	c |  Parsing time:         0.48         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-1580326-1238918229/watcher-1580326-1238918229 -o /tmp/evaluation-result-1580326-1238918229/solver-1580326-1238918229 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1580326-1238918229.cnf i 

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.07 1.00 1.00 3/64 8894
/proc/meminfo: memFree=1230752/2055920 swapFree=4175784/4192956
[pid=8894] ppid=8892 vsize=5356 CPUtime=0
/proc/8894/stat : 8894 (lysat.sh) R 8892 8894 8797 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1164488036 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 210824129183 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/8894/statm: 1339 234 194 169 0 50 0
[pid=8895] ppid=8894 vsize=1552 CPUtime=0
/proc/8895/stat : 8895 (SatElite) R 8894 8894 8797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1164488037 1589248 261 1992294400 134512640 135034092 4294956112 18446744073709551615 134544739 0 0 4096 3 0 0 0 17 0 0 0
/proc/8895/statm: 388 263 50 127 0 258 0

[startup+0.0502859 s]
/proc/loadavg: 1.07 1.00 1.00 3/64 8894
/proc/meminfo: memFree=1230752/2055920 swapFree=4175784/4192956
[pid=8894] ppid=8892 vsize=5356 CPUtime=0
/proc/8894/stat : 8894 (lysat.sh) S 8892 8894 8797 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164488036 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8894/statm: 1339 235 195 169 0 50 0
[pid=8895] ppid=8894 vsize=25244 CPUtime=0.04
/proc/8895/stat : 8895 (SatElite) R 8894 8894 8797 0 -1 4194304 3688 0 0 0 3 1 0 0 19 0 1 0 1164488037 25849856 3504 1992294400 134512640 135034092 4294956112 18446744073709551615 134545186 0 0 4096 3 0 0 0 17 0 0 0
/proc/8895/statm: 6311 3506 50 127 0 6181 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30600

[startup+0.101295 s]
/proc/loadavg: 1.07 1.00 1.00 3/64 8894
/proc/meminfo: memFree=1230752/2055920 swapFree=4175784/4192956
[pid=8894] ppid=8892 vsize=5356 CPUtime=0
/proc/8894/stat : 8894 (lysat.sh) S 8892 8894 8797 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164488036 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8894/statm: 1339 235 195 169 0 50 0
[pid=8895] ppid=8894 vsize=29760 CPUtime=0.09
/proc/8895/stat : 8895 (SatElite) R 8894 8894 8797 0 -1 4194304 5396 0 0 0 7 2 0 0 19 0 1 0 1164488037 30474240 5212 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/8895/statm: 7440 5212 50 127 0 7310 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35116

[startup+0.301335 s]
/proc/loadavg: 1.07 1.00 1.00 3/64 8894
/proc/meminfo: memFree=1230752/2055920 swapFree=4175784/4192956
[pid=8894] ppid=8892 vsize=5356 CPUtime=0
/proc/8894/stat : 8894 (lysat.sh) S 8892 8894 8797 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164488036 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8894/statm: 1339 235 195 169 0 50 0
[pid=8895] ppid=8894 vsize=47796 CPUtime=0.28
/proc/8895/stat : 8895 (SatElite) R 8894 8894 8797 0 -1 4194304 9722 0 0 0 24 4 0 0 21 0 1 0 1164488037 48943104 9538 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/8895/statm: 11949 9538 50 127 0 11819 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 53152

[startup+0.701414 s]
/proc/loadavg: 1.07 1.00 1.00 3/64 8894
/proc/meminfo: memFree=1230752/2055920 swapFree=4175784/4192956
[pid=8894] ppid=8892 vsize=5356 CPUtime=0
/proc/8894/stat : 8894 (lysat.sh) S 8892 8894 8797 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164488036 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8894/statm: 1339 235 195 169 0 50 0
[pid=8895] ppid=8894 vsize=69800 CPUtime=0.69
/proc/8895/stat : 8895 (SatElite) R 8894 8894 8797 0 -1 4194304 15219 0 0 0 60 9 0 0 25 0 1 0 1164488037 71475200 15035 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/8895/statm: 17450 15035 51 127 0 17320 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75156

[startup+1.50159 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 8896
/proc/meminfo: memFree=1133776/2055920 swapFree=4175784/4192956
[pid=8894] ppid=8892 vsize=5356 CPUtime=0
/proc/8894/stat : 8894 (lysat.sh) S 8892 8894 8797 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164488036 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8894/statm: 1339 235 195 169 0 50 0
[pid=8895] ppid=8894 vsize=142616 CPUtime=1.49
/proc/8895/stat : 8895 (SatElite) R 8894 8894 8797 0 -1 4194304 28492 0 0 0 131 18 0 0 25 0 1 0 1164488037 146038784 28308 1992294400 134512640 135034092 4294956112 18446744073709551615 134540686 0 0 4096 3 0 0 0 17 1 0 0
/proc/8895/statm: 35654 28308 64 127 0 35524 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 147972

[startup+3.10189 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 8896
/proc/meminfo: memFree=1106768/2055920 swapFree=4175784/4192956
[pid=8894] ppid=8892 vsize=5356 CPUtime=0
/proc/8894/stat : 8894 (lysat.sh) S 8892 8894 8797 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164488036 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8894/statm: 1339 235 195 169 0 50 0
[pid=8895] ppid=8894 vsize=169840 CPUtime=3.08
/proc/8895/stat : 8895 (SatElite) R 8894 8894 8797 0 -1 4194304 37197 0 0 0 283 25 0 0 25 0 1 0 1164488037 173916160 34102 1992294400 134512640 135034092 4294956112 18446744073709551615 134566270 0 0 4096 3 0 0 0 17 0 0 0
/proc/8895/statm: 42460 34102 68 127 0 42330 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 175196

[startup+6.30154 s]
/proc/loadavg: 1.06 1.00 1.00 2/66 8896
/proc/meminfo: memFree=1089168/2055920 swapFree=4175784/4192956
[pid=8894] ppid=8892 vsize=5356 CPUtime=0
/proc/8894/stat : 8894 (lysat.sh) S 8892 8894 8797 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1164488036 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8894/statm: 1339 235 195 169 0 50 0
[pid=8895] ppid=8894 vsize=169264 CPUtime=6.28
/proc/8895/stat : 8895 (SatElite) R 8894 8894 8797 0 -1 4194304 40717 0 0 0 602 26 0 0 25 0 1 0 1164488037 173326336 34023 1992294400 134512640 135034092 4294956112 18446744073709551615 134574587 0 0 4096 3 0 0 0 17 0 0 0
/proc/8895/statm: 42316 34023 68 127 0 42186 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 174620

[startup+12.7018 s]
/proc/loadavg: 1.06 1.00 1.00 2/66 8897
/proc/meminfo: memFree=1150288/2055920 swapFree=4175784/4192956
[pid=8894] ppid=8892 vsize=5356 CPUtime=8.64
/proc/8894/stat : 8894 (lysat.sh) S 8892 8894 8797 0 -1 4194304 310 47385 0 0 0 0 828 36 16 0 1 0 1164488036 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8894/statm: 1339 237 195 169 0 50 0
[pid=8897] ppid=8894 vsize=61460 CPUtime=4.01
/proc/8897/stat : 8897 (LySATi) R 8894 8894 8797 0 -1 4194304 14194 0 0 0 392 9 0 0 25 0 1 0 1164488905 62935040 14155 1992294400 134512640 135226915 4294956224 18446744073709551615 134536755 0 0 4096 3 0 0 0 17 0 0 0
/proc/8897/statm: 15365 14155 81 174 0 15188 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 66816

[startup+25.5014 s]
/proc/loadavg: 1.05 1.00 1.00 2/66 8897
/proc/meminfo: memFree=1149520/2055920 swapFree=4175784/4192956
[pid=8894] ppid=8892 vsize=5356 CPUtime=8.64
/proc/8894/stat : 8894 (lysat.sh) S 8892 8894 8797 0 -1 4194304 310 47385 0 0 0 0 828 36 16 0 1 0 1164488036 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8894/statm: 1339 237 195 169 0 50 0
[pid=8897] ppid=8894 vsize=62520 CPUtime=16.8
/proc/8897/stat : 8897 (LySATi) R 8894 8894 8797 0 -1 4194304 14455 0 0 0 1671 9 0 0 25 0 1 0 1164488905 64020480 14416 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/8897/statm: 15630 14416 81 174 0 15453 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 67876

[startup+51.1015 s]
/proc/loadavg: 1.03 1.00 1.00 2/66 8897
/proc/meminfo: memFree=1147088/2055920 swapFree=4175784/4192956
[pid=8894] ppid=8892 vsize=5356 CPUtime=8.64
/proc/8894/stat : 8894 (lysat.sh) S 8892 8894 8797 0 -1 4194304 310 47385 0 0 0 0 828 36 16 0 1 0 1164488036 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8894/statm: 1339 237 195 169 0 50 0
[pid=8897] ppid=8894 vsize=64984 CPUtime=42.39
/proc/8897/stat : 8897 (LySATi) R 8894 8894 8797 0 -1 4194304 15073 0 0 0 4229 10 0 0 25 0 1 0 1164488905 66543616 15034 1992294400 134512640 135226915 4294956224 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 0 0 0
/proc/8897/statm: 16246 15034 81 174 0 16069 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 70340

[startup+102.306 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 8897
/proc/meminfo: memFree=1140880/2055920 swapFree=4175784/4192956
[pid=8894] ppid=8892 vsize=5356 CPUtime=8.64
/proc/8894/stat : 8894 (lysat.sh) S 8892 8894 8797 0 -1 4194304 310 47385 0 0 0 0 828 36 16 0 1 0 1164488036 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8894/statm: 1339 237 195 169 0 50 0
[pid=8897] ppid=8894 vsize=71156 CPUtime=93.57
/proc/8897/stat : 8897 (LySATi) R 8894 8894 8797 0 -1 4194304 16632 0 0 0 9345 12 0 0 25 0 1 0 1164488905 72863744 16593 1992294400 134512640 135226915 4294956224 18446744073709551615 134538538 0 0 4096 3 0 0 0 17 0 0 0
/proc/8897/statm: 17789 16593 81 174 0 17612 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 76512

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8897
/proc/meminfo: memFree=1134032/2055920 swapFree=4175784/4192956
[pid=8894] ppid=8892 vsize=5356 CPUtime=8.64
/proc/8894/stat : 8894 (lysat.sh) S 8892 8894 8797 0 -1 4194304 310 47385 0 0 0 0 828 36 16 0 1 0 1164488036 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8894/statm: 1339 237 195 169 0 50 0
[pid=8897] ppid=8894 vsize=78020 CPUtime=153.53
/proc/8897/stat : 8897 (LySATi) R 8894 8894 8797 0 -1 4194304 18330 0 0 0 15341 12 0 0 25 0 1 0 1164488905 79892480 18291 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/8897/statm: 19505 18291 81 174 0 19328 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 83376

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8897
/proc/meminfo: memFree=1127312/2055920 swapFree=4175784/4192956
[pid=8894] ppid=8892 vsize=5356 CPUtime=8.64
/proc/8894/stat : 8894 (lysat.sh) S 8892 8894 8797 0 -1 4194304 310 47385 0 0 0 0 828 36 16 0 1 0 1164488036 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8894/statm: 1339 237 195 169 0 50 0
[pid=8897] ppid=8894 vsize=84780 CPUtime=213.48
/proc/8897/stat : 8897 (LySATi) R 8894 8894 8797 0 -1 4194304 20031 0 0 0 21334 14 0 0 25 0 1 0 1164488905 86814720 19992 1992294400 134512640 135226915 4294956224 18446744073709551615 134536797 0 0 4096 3 0 0 0 17 0 0 0
/proc/8897/statm: 21195 19992 81 174 0 21018 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 90136

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8903
/proc/meminfo: memFree=1126224/2055920 swapFree=4175784/4192956
[pid=8894] ppid=8892 vsize=5356 CPUtime=8.64
/proc/8894/stat : 8894 (lysat.sh) S 8892 8894 8797 0 -1 4194304 310 47385 0 0 0 0 828 36 16 0 1 0 1164488036 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8894/statm: 1339 237 195 169 0 50 0
[pid=8897] ppid=8894 vsize=85556 CPUtime=273.45
/proc/8897/stat : 8897 (LySATi) R 8894 8894 8797 0 -1 4194304 20232 0 0 0 27330 15 0 0 25 0 1 0 1164488905 87609344 20193 1992294400 134512640 135226915 4294956224 18446744073709551615 134526328 0 0 4096 3 0 0 0 17 0 0 0
/proc/8897/statm: 21389 20193 81 174 0 21212 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 90912

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8903
/proc/meminfo: memFree=1125392/2055920 swapFree=4175784/4192956
[pid=8894] ppid=8892 vsize=5356 CPUtime=8.64
/proc/8894/stat : 8894 (lysat.sh) S 8892 8894 8797 0 -1 4194304 310 47385 0 0 0 0 828 36 16 0 1 0 1164488036 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8894/statm: 1339 237 195 169 0 50 0
[pid=8897] ppid=8894 vsize=86596 CPUtime=333.41
/proc/8897/stat : 8897 (LySATi) R 8894 8894 8797 0 -1 4194304 20476 0 0 0 33326 15 0 0 25 0 1 0 1164488905 88674304 20437 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/8897/statm: 21649 20437 81 174 0 21472 0

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

/proc/8897/statm: 21825 20593 81 174 0 21648 0
Current children cumulated CPU time (s) 521.94
Current children cumulated vsize (KiB) 92656

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8903
/proc/meminfo: memFree=1124816/2055920 swapFree=4175784/4192956
[pid=8894] ppid=8892 vsize=5356 CPUtime=8.64
/proc/8894/stat : 8894 (lysat.sh) S 8892 8894 8797 0 -1 4194304 310 47385 0 0 0 0 828 36 16 0 1 0 1164488036 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8894/statm: 1339 237 195 169 0 50 0
[pid=8897] ppid=8894 vsize=87300 CPUtime=573.27
/proc/8897/stat : 8897 (LySATi) R 8894 8894 8797 0 -1 4194304 20649 0 0 0 57312 15 0 0 25 0 1 0 1164488905 89395200 20610 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/8897/statm: 21825 20610 81 174 0 21648 0
Current children cumulated CPU time (s) 581.91
Current children cumulated vsize (KiB) 92656

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8903
/proc/meminfo: memFree=1124688/2055920 swapFree=4175784/4192956
[pid=8894] ppid=8892 vsize=5356 CPUtime=8.64
/proc/8894/stat : 8894 (lysat.sh) S 8892 8894 8797 0 -1 4194304 310 47385 0 0 0 0 828 36 16 0 1 0 1164488036 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8894/statm: 1339 237 195 169 0 50 0
[pid=8897] ppid=8894 vsize=87472 CPUtime=633.24
/proc/8897/stat : 8897 (LySATi) R 8894 8894 8797 0 -1 4194304 20683 0 0 0 63309 15 0 0 25 0 1 0 1164488905 89571328 20644 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/8897/statm: 21868 20644 81 174 0 21691 0
Current children cumulated CPU time (s) 641.88
Current children cumulated vsize (KiB) 92828

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8903
/proc/meminfo: memFree=1124560/2055920 swapFree=4175784/4192956
[pid=8894] ppid=8892 vsize=5356 CPUtime=8.64
/proc/8894/stat : 8894 (lysat.sh) S 8892 8894 8797 0 -1 4194304 310 47385 0 0 0 0 828 36 16 0 1 0 1164488036 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8894/statm: 1339 237 195 169 0 50 0
[pid=8897] ppid=8894 vsize=87472 CPUtime=693.21
/proc/8897/stat : 8897 (LySATi) R 8894 8894 8797 0 -1 4194304 20689 0 0 0 69306 15 0 0 25 0 1 0 1164488905 89571328 20650 1992294400 134512640 135226915 4294956224 18446744073709551615 134537082 0 0 4096 3 0 0 0 17 0 0 0
/proc/8897/statm: 21868 20650 81 174 0 21691 0
Current children cumulated CPU time (s) 701.85
Current children cumulated vsize (KiB) 92828

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8903
/proc/meminfo: memFree=1124240/2055920 swapFree=4175784/4192956
[pid=8894] ppid=8892 vsize=5356 CPUtime=8.64
/proc/8894/stat : 8894 (lysat.sh) S 8892 8894 8797 0 -1 4194304 310 47385 0 0 0 0 828 36 16 0 1 0 1164488036 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8894/statm: 1339 237 195 169 0 50 0
[pid=8897] ppid=8894 vsize=87824 CPUtime=753.19
/proc/8897/stat : 8897 (LySATi) R 8894 8894 8797 0 -1 4194304 20756 0 0 0 75303 16 0 0 25 0 1 0 1164488905 89931776 20717 1992294400 134512640 135226915 4294956224 18446744073709551615 134525784 0 0 4096 3 0 0 0 17 0 0 0
/proc/8897/statm: 21956 20717 81 174 0 21779 0
Current children cumulated CPU time (s) 761.83
Current children cumulated vsize (KiB) 93180

[startup+822.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8903
/proc/meminfo: memFree=1124240/2055920 swapFree=4175784/4192956
[pid=8894] ppid=8892 vsize=5356 CPUtime=8.64
/proc/8894/stat : 8894 (lysat.sh) S 8892 8894 8797 0 -1 4194304 310 47385 0 0 0 0 828 36 16 0 1 0 1164488036 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8894/statm: 1339 237 195 169 0 50 0
[pid=8897] ppid=8894 vsize=87824 CPUtime=813.15
/proc/8897/stat : 8897 (LySATi) R 8894 8894 8797 0 -1 4194304 20758 0 0 0 81299 16 0 0 25 0 1 0 1164488905 89931776 20719 1992294400 134512640 135226915 4294956224 18446744073709551615 134525924 0 0 4096 3 0 0 0 17 0 0 0
/proc/8897/statm: 21956 20719 81 174 0 21779 0
Current children cumulated CPU time (s) 821.79
Current children cumulated vsize (KiB) 93180

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8903
/proc/meminfo: memFree=1124112/2055920 swapFree=4175784/4192956
[pid=8894] ppid=8892 vsize=5356 CPUtime=8.64
/proc/8894/stat : 8894 (lysat.sh) S 8892 8894 8797 0 -1 4194304 310 47385 0 0 0 0 828 36 16 0 1 0 1164488036 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8894/statm: 1339 237 195 169 0 50 0
[pid=8897] ppid=8894 vsize=88012 CPUtime=873.12
/proc/8897/stat : 8897 (LySATi) R 8894 8894 8797 0 -1 4194304 20816 0 0 0 87296 16 0 0 25 0 1 0 1164488905 90124288 20777 1992294400 134512640 135226915 4294956224 18446744073709551615 134536699 0 0 4096 3 0 0 0 17 0 0 0
/proc/8897/statm: 22003 20777 81 174 0 21826 0
Current children cumulated CPU time (s) 881.76
Current children cumulated vsize (KiB) 93368

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8903
/proc/meminfo: memFree=1123664/2055920 swapFree=4175784/4192956
[pid=8894] ppid=8892 vsize=5356 CPUtime=8.64
/proc/8894/stat : 8894 (lysat.sh) S 8892 8894 8797 0 -1 4194304 310 47385 0 0 0 0 828 36 16 0 1 0 1164488036 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8894/statm: 1339 237 195 169 0 50 0
[pid=8897] ppid=8894 vsize=88724 CPUtime=933.09
/proc/8897/stat : 8897 (LySATi) R 8894 8894 8797 0 -1 4194304 20929 0 0 0 93293 16 0 0 25 0 1 0 1164488905 90853376 20890 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 0 0 0
/proc/8897/statm: 22181 20890 81 174 0 22004 0
Current children cumulated CPU time (s) 941.73
Current children cumulated vsize (KiB) 94080

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8903
/proc/meminfo: memFree=1123664/2055920 swapFree=4175784/4192956
[pid=8894] ppid=8892 vsize=5356 CPUtime=8.64
/proc/8894/stat : 8894 (lysat.sh) S 8892 8894 8797 0 -1 4194304 310 47385 0 0 0 0 828 36 16 0 1 0 1164488036 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8894/statm: 1339 237 195 169 0 50 0
[pid=8897] ppid=8894 vsize=88724 CPUtime=993.05
/proc/8897/stat : 8897 (LySATi) R 8894 8894 8797 0 -1 4194304 20929 0 0 0 99289 16 0 0 25 0 1 0 1164488905 90853376 20890 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/8897/statm: 22181 20890 81 174 0 22004 0
Current children cumulated CPU time (s) 1001.69
Current children cumulated vsize (KiB) 94080

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8903
/proc/meminfo: memFree=1123664/2055920 swapFree=4175784/4192956
[pid=8894] ppid=8892 vsize=5356 CPUtime=8.64
/proc/8894/stat : 8894 (lysat.sh) S 8892 8894 8797 0 -1 4194304 310 47385 0 0 0 0 828 36 16 0 1 0 1164488036 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8894/statm: 1339 237 195 169 0 50 0
[pid=8897] ppid=8894 vsize=88724 CPUtime=1053.02
/proc/8897/stat : 8897 (LySATi) R 8894 8894 8797 0 -1 4194304 20929 0 0 0 105286 16 0 0 25 0 1 0 1164488905 90853376 20890 1992294400 134512640 135226915 4294956224 18446744073709551615 134536830 0 0 4096 3 0 0 0 17 0 0 0
/proc/8897/statm: 22181 20890 81 174 0 22004 0
Current children cumulated CPU time (s) 1061.66
Current children cumulated vsize (KiB) 94080

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8903
/proc/meminfo: memFree=1122704/2055920 swapFree=4175784/4192956
[pid=8894] ppid=8892 vsize=5356 CPUtime=8.64
/proc/8894/stat : 8894 (lysat.sh) S 8892 8894 8797 0 -1 4194304 310 47385 0 0 0 0 828 36 16 0 1 0 1164488036 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8894/statm: 1339 237 195 169 0 50 0
[pid=8897] ppid=8894 vsize=89640 CPUtime=1112.99
/proc/8897/stat : 8897 (LySATi) R 8894 8894 8797 0 -1 4194304 21179 0 0 0 111283 16 0 0 25 0 1 0 1164488905 91791360 21140 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/8897/statm: 22410 21140 81 174 0 22233 0
Current children cumulated CPU time (s) 1121.63
Current children cumulated vsize (KiB) 94996

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8903
/proc/meminfo: memFree=1117392/2055920 swapFree=4175784/4192956
[pid=8894] ppid=8892 vsize=5356 CPUtime=8.64
/proc/8894/stat : 8894 (lysat.sh) S 8892 8894 8797 0 -1 4194304 310 47385 0 0 0 0 828 36 16 0 1 0 1164488036 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8894/statm: 1339 237 195 169 0 50 0
[pid=8897] ppid=8894 vsize=94892 CPUtime=1172.95
/proc/8897/stat : 8897 (LySATi) R 8894 8894 8797 0 -1 4194304 22504 0 0 0 117278 17 0 0 25 0 1 0 1164488905 97169408 22465 1992294400 134512640 135226915 4294956224 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 0 0 0
/proc/8897/statm: 23723 22465 81 174 0 23546 0
Current children cumulated CPU time (s) 1181.59
Current children cumulated vsize (KiB) 100248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8903
/proc/meminfo: memFree=1115664/2055920 swapFree=4175784/4192956
[pid=8894] ppid=8892 vsize=5356 CPUtime=8.64
/proc/8894/stat : 8894 (lysat.sh) S 8892 8894 8797 0 -1 4194304 310 47385 0 0 0 0 828 36 16 0 1 0 1164488036 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8894/statm: 1339 237 195 169 0 50 0
[pid=8897] ppid=8894 vsize=96588 CPUtime=1191.45
/proc/8897/stat : 8897 (LySATi) R 8894 8894 8797 0 -1 4194304 22921 0 0 0 119127 18 0 0 25 0 1 0 1164488905 98906112 22882 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/8897/statm: 24147 22882 81 174 0 23970 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 101944

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 8894 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=291739
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=368943
# CPU time returned by wait4() is 8.66068
# while last known CPU time is 1200.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.81
CPU time (s): 1200.09
CPU user time (s): 1199.55
CPU system time (s): 0.54
CPU usage (%): 99.9398
Max. virtual memory (cumulated for all children) (KiB): 190204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.29174
system time used= 0.368943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47695
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= 6
involuntary context switches= 46

runsolver used 1.10283 second user time and 3.2745 second system time

The end

Launcher Data

Begin job on node33 at 2009-04-05 09:57:10
IDJOB=1580326
IDBENCH=71015
IDSOLVER=511
FILE ID=node33/1580326-1238918229
PBS_JOBID= 9101414
Free space on /tmp= 66476 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-15-10p1.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1580326-1238918229/watcher-1580326-1238918229 -o /tmp/evaluation-result-1580326-1238918229/solver-1580326-1238918229 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1580326-1238918229.cnf i

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

MD5SUM BENCH= 4f02dda0c6b1f76f43bce732093e4f1f
RANDOM SEED=1432983935

node33.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.266
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.266
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:       1231296 kB
Buffers:         74128 kB
Cached:         662048 kB
SwapCached:      11416 kB
Active:         394168 kB
Inactive:       354976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1231296 kB
SwapTotal:     4192956 kB
SwapFree:      4175784 kB
Dirty:           23240 kB
Writeback:           0 kB
Mapped:          18172 kB
Slab:            61572 kB
Committed_AS:  3462444 kB
PageTables:       1400 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= 66452 MiB
End job on node33 at 2009-04-05 10:17:13