Trace number 1732203

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.04 1200.51

General information on the benchmark

NameCRAFTED/sgen/sat/
sgen1-sat-260-100.cnf
MD5SUM37a9ba5ea74ccd08102ca2000f5e8920
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark382.431
Satisfiable
(Un)Satisfiability was proved
Number of variables260
Number of clauses624
Sum of the clauses size1560
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2520
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5104
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |     624     1560 |     187       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 260   #clauses: 624   #literals: 1560
0.00/0.00	c CPU time:   0.001999 s
0.00/0.00	c ==============================================================================
0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  260                                                  |
0.00/0.00	|  Number of clauses:    624                                                  |
0.00/0.00	|  Parsing time:         0.00         s                                       |
1200.03/1200.50	HOME/lysat.sh: line 55: 27643 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-1732203-1240778812/watcher-1732203-1240778812 -o /tmp/evaluation-result-1732203-1240778812/solver-1732203-1240778812 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1732203-1240778812.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 27640
/proc/meminfo: memFree=1698120/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) R 27638 27640 27573 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 105914389 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 221236488863 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/27640/statm: 1339 234 194 169 0 50 0
[pid=27641] ppid=27640 vsize=696 CPUtime=0
/proc/27641/stat : 27641 (SatElite) R 27640 27640 27573 0 -1 4194304 121 0 0 0 0 0 0 0 18 0 1 0 105914389 712704 105 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/27641/statm: 174 105 68 127 0 44 0

[startup+0.0555401 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 27640
/proc/meminfo: memFree=1698120/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) S 27638 27640 27573 0 -1 4194304 310 124 0 0 0 0 0 0 18 0 1 0 105914389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27640/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101544 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 27640
/proc/meminfo: memFree=1698120/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) S 27638 27640 27573 0 -1 4194304 310 124 0 0 0 0 0 0 18 0 1 0 105914389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27640/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301565 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 27640
/proc/meminfo: memFree=1698120/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) S 27638 27640 27573 0 -1 4194304 310 124 0 0 0 0 0 0 18 0 1 0 105914389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27640/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701608 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 27640
/proc/meminfo: memFree=1698120/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) S 27638 27640 27573 0 -1 4194304 310 124 0 0 0 0 0 0 18 0 1 0 105914389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27640/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50169 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 27643
/proc/meminfo: memFree=1697456/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) S 27638 27640 27573 0 -1 4194304 310 124 0 0 0 0 0 0 18 0 1 0 105914389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27640/statm: 1339 237 195 169 0 50 0
[pid=27643] ppid=27640 vsize=2152 CPUtime=1.49
/proc/27643/stat : 27643 (LySATc) R 27640 27640 27573 0 -1 4194304 194 0 0 0 149 0 0 0 25 0 1 0 105914389 2203648 179 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/27643/statm: 538 179 77 171 0 365 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7508

[startup+3.10187 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 27643
/proc/meminfo: memFree=1697264/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) S 27638 27640 27573 0 -1 4194304 310 124 0 0 0 0 0 0 18 0 1 0 105914389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27640/statm: 1339 237 195 169 0 50 0
[pid=27643] ppid=27640 vsize=2280 CPUtime=3.09
/proc/27643/stat : 27643 (LySATc) R 27640 27640 27573 0 -1 4194304 216 0 0 0 309 0 0 0 25 0 1 0 105914389 2334720 201 1992294400 134512640 135214827 4294956224 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 0 0 0
/proc/27643/statm: 570 201 77 171 0 397 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7636

[startup+6.30121 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 27643
/proc/meminfo: memFree=1697008/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) S 27638 27640 27573 0 -1 4194304 310 124 0 0 0 0 0 0 18 0 1 0 105914389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27640/statm: 1339 237 195 169 0 50 0
[pid=27643] ppid=27640 vsize=2412 CPUtime=6.29
/proc/27643/stat : 27643 (LySATc) R 27640 27640 27573 0 -1 4194304 241 0 0 0 629 0 0 0 25 0 1 0 105914389 2469888 226 1992294400 134512640 135214827 4294956224 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 0 0 0
/proc/27643/statm: 603 226 77 171 0 430 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7768

[startup+12.7019 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 27643
/proc/meminfo: memFree=1696824/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) S 27638 27640 27573 0 -1 4194304 310 124 0 0 0 0 0 0 18 0 1 0 105914389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27640/statm: 1339 237 195 169 0 50 0
[pid=27643] ppid=27640 vsize=2544 CPUtime=12.68
/proc/27643/stat : 27643 (LySATc) R 27640 27640 27573 0 -1 4194304 280 0 0 0 1268 0 0 0 25 0 1 0 105914389 2605056 265 1992294400 134512640 135214827 4294956224 18446744073709551615 134536847 0 0 4096 3 0 0 0 17 0 0 0
/proc/27643/statm: 636 265 77 171 0 463 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7900

[startup+25.5013 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 27643
/proc/meminfo: memFree=1696632/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) S 27638 27640 27573 0 -1 4194304 310 124 0 0 0 0 0 0 18 0 1 0 105914389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27640/statm: 1339 237 195 169 0 50 0
[pid=27643] ppid=27640 vsize=2676 CPUtime=25.48
/proc/27643/stat : 27643 (LySATc) R 27640 27640 27573 0 -1 4194304 326 0 0 0 2548 0 0 0 25 0 1 0 105914389 2740224 311 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/27643/statm: 669 311 77 171 0 496 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 8032

[startup+51.1011 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 27643
/proc/meminfo: memFree=1696440/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) S 27638 27640 27573 0 -1 4194304 310 124 0 0 0 0 0 0 18 0 1 0 105914389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27640/statm: 1339 237 195 169 0 50 0
[pid=27643] ppid=27640 vsize=2940 CPUtime=51.07
/proc/27643/stat : 27643 (LySATc) R 27640 27640 27573 0 -1 4194304 388 0 0 0 5107 0 0 0 25 0 1 0 105914389 3010560 373 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/27643/statm: 735 373 77 171 0 562 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8296

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 27643
/proc/meminfo: memFree=1695992/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) S 27638 27640 27573 0 -1 4194304 310 124 0 0 0 0 0 0 18 0 1 0 105914389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27640/statm: 1339 237 195 169 0 50 0
[pid=27643] ppid=27640 vsize=3192 CPUtime=102.26
/proc/27643/stat : 27643 (LySATc) R 27640 27640 27573 0 -1 4194304 460 0 0 0 10226 0 0 0 25 0 1 0 105914389 3268608 445 1992294400 134512640 135214827 4294956224 18446744073709551615 134527356 0 0 4096 3 0 0 0 17 0 0 0
/proc/27643/statm: 798 445 77 171 0 625 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 8548

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 27643
/proc/meminfo: memFree=1695800/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) S 27638 27640 27573 0 -1 4194304 310 124 0 0 0 0 0 0 18 0 1 0 105914389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27640/statm: 1339 237 195 169 0 50 0
[pid=27643] ppid=27640 vsize=3456 CPUtime=162.23
/proc/27643/stat : 27643 (LySATc) R 27640 27640 27573 0 -1 4194304 519 0 0 0 16223 0 0 0 25 0 1 0 105914389 3538944 504 1992294400 134512640 135214827 4294956224 18446744073709551615 134536865 0 0 4096 3 0 0 0 17 0 0 0
/proc/27643/statm: 864 504 77 171 0 691 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 8812

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 27643
/proc/meminfo: memFree=1695672/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) S 27638 27640 27573 0 -1 4194304 310 124 0 0 0 0 0 0 18 0 1 0 105914389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27640/statm: 1339 237 195 169 0 50 0
[pid=27643] ppid=27640 vsize=3588 CPUtime=222.21
/proc/27643/stat : 27643 (LySATc) R 27640 27640 27573 0 -1 4194304 542 0 0 0 22221 0 0 0 25 0 1 0 105914389 3674112 527 1992294400 134512640 135214827 4294956224 18446744073709551615 134535624 0 0 4096 3 0 0 0 17 1 0 0
/proc/27643/statm: 897 527 77 171 0 724 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 8944

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 27643
/proc/meminfo: memFree=1695480/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) S 27638 27640 27573 0 -1 4194304 310 124 0 0 0 0 0 0 18 0 1 0 105914389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27640/statm: 1339 237 195 169 0 50 0
[pid=27643] ppid=27640 vsize=3720 CPUtime=282.18
/proc/27643/stat : 27643 (LySATc) R 27640 27640 27573 0 -1 4194304 594 0 0 0 28218 0 0 0 25 0 1 0 105914389 3809280 579 1992294400 134512640 135214827 4294956224 18446744073709551615 134529538 0 0 4096 3 0 0 0 17 0 0 0
/proc/27643/statm: 930 579 77 171 0 757 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 9076

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 27643
/proc/meminfo: memFree=1695288/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) S 27638 27640 27573 0 -1 4194304 310 124 0 0 0 0 0 0 18 0 1 0 105914389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27640/statm: 1339 237 195 169 0 50 0
[pid=27643] ppid=27640 vsize=3852 CPUtime=342.15
/proc/27643/stat : 27643 (LySATc) R 27640 27640 27573 0 -1 4194304 627 0 0 0 34215 0 0 0 25 0 1 0 105914389 3944448 612 1992294400 134512640 135214827 4294956224 18446744073709551615 134529230 0 0 4096 3 0 0 0 17 0 0 0
/proc/27643/statm: 963 612 77 171 0 790 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 9208

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 27643
/proc/meminfo: memFree=1695160/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) S 27638 27640 27573 0 -1 4194304 310 124 0 0 0 0 0 0 18 0 1 0 105914389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27640/statm: 1339 237 195 169 0 50 0
[pid=27643] ppid=27640 vsize=4120 CPUtime=402.13
/proc/27643/stat : 27643 (LySATc) R 27640 27640 27573 0 -1 4194304 672 0 0 0 40213 0 0 0 25 0 1 0 105914389 4218880 657 1992294400 134512640 135214827 4294956224 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 1 0 0
/proc/27643/statm: 1030 657 77 171 0 857 0

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

[pid=27643] ppid=27640 vsize=4252 CPUtime=522.08
/proc/27643/stat : 27643 (LySATc) R 27640 27640 27573 0 -1 4194304 705 0 0 0 52208 0 0 0 25 0 1 0 105914389 4354048 690 1992294400 134512640 135214827 4294956224 18446744073709551615 134529651 0 0 4096 3 0 0 0 17 0 0 0
/proc/27643/statm: 1063 690 77 171 0 890 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 9608

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 27643
/proc/meminfo: memFree=1694840/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) S 27638 27640 27573 0 -1 4194304 310 124 0 0 0 0 0 0 18 0 1 0 105914389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27640/statm: 1339 237 195 169 0 50 0
[pid=27643] ppid=27640 vsize=4384 CPUtime=582.06
/proc/27643/stat : 27643 (LySATc) R 27640 27640 27573 0 -1 4194304 731 0 0 0 58206 0 0 0 25 0 1 0 105914389 4489216 716 1992294400 134512640 135214827 4294956224 18446744073709551615 134527404 0 0 4096 3 0 0 0 17 0 0 0
/proc/27643/statm: 1096 716 77 171 0 923 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 9740

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 27643
/proc/meminfo: memFree=1694840/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) S 27638 27640 27573 0 -1 4194304 310 124 0 0 0 0 0 0 18 0 1 0 105914389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27640/statm: 1339 237 195 169 0 50 0
[pid=27643] ppid=27640 vsize=4384 CPUtime=642.04
/proc/27643/stat : 27643 (LySATc) R 27640 27640 27573 0 -1 4194304 734 0 0 0 64204 0 0 0 25 0 1 0 105914389 4489216 719 1992294400 134512640 135214827 4294956224 18446744073709551615 134527153 0 0 4096 3 0 0 0 17 0 0 0
/proc/27643/statm: 1096 719 77 171 0 923 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 9740

[startup+702.301 s]
/proc/loadavg: 1.03 0.99 0.99 2/66 27643
/proc/meminfo: memFree=1694648/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) S 27638 27640 27573 0 -1 4194304 310 124 0 0 0 0 0 0 18 0 1 0 105914389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27640/statm: 1339 237 195 169 0 50 0
[pid=27643] ppid=27640 vsize=4384 CPUtime=702.01
/proc/27643/stat : 27643 (LySATc) R 27640 27640 27573 0 -1 4194304 738 0 0 0 70201 0 0 0 25 0 1 0 105914389 4489216 723 1992294400 134512640 135214827 4294956224 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 0 0 0
/proc/27643/statm: 1096 723 77 171 0 923 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 9740

[startup+762.306 s]
/proc/loadavg: 1.11 1.02 1.00 2/66 27643
/proc/meminfo: memFree=1694584/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) S 27638 27640 27573 0 -1 4194304 310 124 0 0 0 0 0 0 18 0 1 0 105914389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27640/statm: 1339 237 195 169 0 50 0
[pid=27643] ppid=27640 vsize=4384 CPUtime=761.99
/proc/27643/stat : 27643 (LySATc) R 27640 27640 27573 0 -1 4194304 747 0 0 0 76199 0 0 0 25 0 1 0 105914389 4489216 732 1992294400 134512640 135214827 4294956224 18446744073709551615 134529399 0 0 4096 3 0 0 0 17 0 0 0
/proc/27643/statm: 1096 732 77 171 0 923 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 9740

[startup+822.301 s]
/proc/loadavg: 1.12 1.03 1.00 2/66 27643
/proc/meminfo: memFree=1694584/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) S 27638 27640 27573 0 -1 4194304 310 124 0 0 0 0 0 0 18 0 1 0 105914389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27640/statm: 1339 237 195 169 0 50 0
[pid=27643] ppid=27640 vsize=4384 CPUtime=821.97
/proc/27643/stat : 27643 (LySATc) R 27640 27640 27573 0 -1 4194304 758 0 0 0 82197 0 0 0 25 0 1 0 105914389 4489216 743 1992294400 134512640 135214827 4294956224 18446744073709551615 134538617 0 0 4096 3 0 0 0 17 0 0 0
/proc/27643/statm: 1096 743 77 171 0 923 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 9740

[startup+882.302 s]
/proc/loadavg: 1.10 1.04 1.00 2/66 27649
/proc/meminfo: memFree=1694392/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) S 27638 27640 27573 0 -1 4194304 310 124 0 0 0 0 0 0 18 0 1 0 105914389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27640/statm: 1339 237 195 169 0 50 0
[pid=27643] ppid=27640 vsize=4516 CPUtime=881.94
/proc/27643/stat : 27643 (LySATc) R 27640 27640 27573 0 -1 4194304 783 0 0 0 88194 0 0 0 25 0 1 0 105914389 4624384 768 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/27643/statm: 1129 768 77 171 0 956 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 9872

[startup+942.301 s]
/proc/loadavg: 1.10 1.04 1.00 2/66 27649
/proc/meminfo: memFree=1694392/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) S 27638 27640 27573 0 -1 4194304 310 124 0 0 0 0 0 0 18 0 1 0 105914389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27640/statm: 1339 237 195 169 0 50 0
[pid=27643] ppid=27640 vsize=4652 CPUtime=941.92
/proc/27643/stat : 27643 (LySATc) R 27640 27640 27573 0 -1 4194304 804 0 0 0 94192 0 0 0 25 0 1 0 105914389 4763648 789 1992294400 134512640 135214827 4294956224 18446744073709551615 134529651 0 0 4096 3 0 0 0 17 0 0 0
/proc/27643/statm: 1163 789 77 171 0 990 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 10008

[startup+1002.3 s]
/proc/loadavg: 1.17 1.08 1.01 2/66 27649
/proc/meminfo: memFree=1694264/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) S 27638 27640 27573 0 -1 4194304 310 124 0 0 0 0 0 0 18 0 1 0 105914389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27640/statm: 1339 237 195 169 0 50 0
[pid=27643] ppid=27640 vsize=4652 CPUtime=1001.9
/proc/27643/stat : 27643 (LySATc) R 27640 27640 27573 0 -1 4194304 828 0 0 0 100190 0 0 0 25 0 1 0 105914389 4763648 813 1992294400 134512640 135214827 4294956224 18446744073709551615 134529680 0 0 4096 3 0 0 0 17 0 0 0
/proc/27643/statm: 1163 813 77 171 0 990 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 10008

[startup+1062.3 s]
/proc/loadavg: 1.15 1.09 1.02 2/66 27649
/proc/meminfo: memFree=1694264/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) S 27638 27640 27573 0 -1 4194304 310 124 0 0 0 0 0 0 18 0 1 0 105914389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27640/statm: 1339 237 195 169 0 50 0
[pid=27643] ppid=27640 vsize=4784 CPUtime=1061.87
/proc/27643/stat : 27643 (LySATc) R 27640 27640 27573 0 -1 4194304 844 0 0 0 106187 0 0 0 25 0 1 0 105914389 4898816 829 1992294400 134512640 135214827 4294956224 18446744073709551615 134536890 0 0 4096 3 0 0 0 17 0 0 0
/proc/27643/statm: 1196 829 77 171 0 1023 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 10140

[startup+1122.3 s]
/proc/loadavg: 1.05 1.07 1.01 2/66 27649
/proc/meminfo: memFree=1694264/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) S 27638 27640 27573 0 -1 4194304 310 124 0 0 0 0 0 0 18 0 1 0 105914389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27640/statm: 1339 237 195 169 0 50 0
[pid=27643] ppid=27640 vsize=4784 CPUtime=1121.85
/proc/27643/stat : 27643 (LySATc) R 27640 27640 27573 0 -1 4194304 851 0 0 0 112185 0 0 0 25 0 1 0 105914389 4898816 836 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/27643/statm: 1196 836 77 171 0 1023 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 10140

[startup+1182.3 s]
/proc/loadavg: 1.02 1.06 1.01 2/66 27649
/proc/meminfo: memFree=1694200/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) S 27638 27640 27573 0 -1 4194304 310 124 0 0 0 0 0 0 18 0 1 0 105914389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27640/statm: 1339 237 195 169 0 50 0
[pid=27643] ppid=27640 vsize=4784 CPUtime=1181.83
/proc/27643/stat : 27643 (LySATc) R 27640 27640 27573 0 -1 4194304 856 0 0 0 118182 1 0 0 25 0 1 0 105914389 4898816 841 1992294400 134512640 135214827 4294956224 18446744073709551615 134529390 0 0 4096 3 0 0 0 17 0 0 0
/proc/27643/statm: 1196 841 77 171 0 1023 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 10140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.01 1.05 1.01 2/66 27649
/proc/meminfo: memFree=1694136/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) S 27638 27640 27573 0 -1 4194304 310 124 0 0 0 0 0 0 18 0 1 0 105914389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27640/statm: 1339 237 195 169 0 50 0
[pid=27643] ppid=27640 vsize=4784 CPUtime=1200.03
/proc/27643/stat : 27643 (LySATc) R 27640 27640 27573 0 -1 4194304 856 0 0 0 120002 1 0 0 25 0 1 0 105914389 4898816 841 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/27643/statm: 1196 841 77 171 0 1023 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 10140

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

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

[startup+1200.5 s]
/proc/loadavg: 1.01 1.05 1.01 2/66 27649
/proc/meminfo: memFree=1694136/2055920 swapFree=4192812/4192956
[pid=27640] ppid=27638 vsize=5356 CPUtime=0
/proc/27640/stat : 27640 (lysat.sh) S 27638 27640 27573 0 -1 4194304 310 124 0 0 0 0 0 0 18 0 1 0 105914389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27640/statm: 1339 237 195 169 0 50 0
[pid=27643] ppid=27640 vsize=4784 CPUtime=1200.03
/proc/27643/stat : 27643 (LySATc) R 27640 27640 27573 0 -1 4194304 856 0 0 0 120002 1 0 0 25 0 1 0 105914389 4898816 841 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/27643/statm: 1196 841 77 171 0 1023 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 10140

Child status: 143
Real time (s): 1200.51
CPU time (s): 1200.04
CPU user time (s): 1200.02
CPU system time (s): 0.017997
CPU usage (%): 99.9609
Max. virtual memory (cumulated for all children) (KiB): 10140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.02
system time used= 0.017997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1450
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= 37
involuntary context switches= 3210

runsolver used 1.05384 second user time and 3.32249 second system time

The end

Launcher Data

Begin job on node21 at 2009-04-26 22:46:52
IDJOB=1732203
IDBENCH=71112
IDSOLVER=512
FILE ID=node21/1732203-1240778812
PBS_JOBID= 9187264
Free space on /tmp= 66344 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/CRAFTED/sgen/sat/sgen1-sat-260-100.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1732203-1240778812/watcher-1732203-1240778812 -o /tmp/evaluation-result-1732203-1240778812/solver-1732203-1240778812 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1732203-1240778812.cnf c

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

MD5SUM BENCH= 37a9ba5ea74ccd08102ca2000f5e8920
RANDOM SEED=2072935002

node21.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.233
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.233
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:       1698600 kB
Buffers:         44900 kB
Cached:         223768 kB
SwapCached:          0 kB
Active:          95796 kB
Inactive:       186716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1698600 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2168 kB
Writeback:           0 kB
Mapped:          23640 kB
Slab:            60856 kB
Committed_AS:   435852 kB
PageTables:       1376 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= 66340 MiB
End job on node21 at 2009-04-26 23:06:53