Trace number 1736252

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.06 1200.61

General information on the benchmark

NameCRAFTED/parity-games/
instance_n7_i8_pp_ci_ce.cnf
MD5SUM545e53eb1c10ff91f4e2e16d7a8c9f9f
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 variables14896
Number of clauses153982
Sum of the clauses size505834
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 228700
Number of clauses of size 372038
Number of clauses of size 440118
Number of clauses of size 510080
Number of clauses of size over 53046

Solver Data

0.00/0.00	c Parsing...
0.09/0.13	c ==============================================================================
0.09/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.13	c ==============================================================================
0.09/0.13	c |         0 |  153982   505834 |   46194       0        0     nan |  0.000 % |
0.39/0.48	c |         0 |  142296   477026 |      --       0       --      -- |     --   | -11686/-28808
0.39/0.48	c ==============================================================================
0.39/0.48	c Result  :   #vars: 10375   #clauses: 142296   #literals: 477026
0.39/0.48	c CPU time:   0.460929 s
0.39/0.48	c ==============================================================================
0.59/0.67	c lySAT 0.1
0.59/0.67	c minisat core +  additionnal features
0.59/0.67	c ============================[ Problem Statistics ]=============================
0.59/0.67	c |                                                                             |
0.59/0.67	c |  Number of variables:  10375                                                |
0.59/0.67	c |  Number of clauses:    142296                                               |
0.65/0.77	c |  Parsing time:         0.08         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-1736252-1240810660/watcher-1736252-1240810660 -o /tmp/evaluation-result-1736252-1240810660/solver-1736252-1240810660 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1736252-1240810660.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.00 1.00 1.00 3/67 12862
/proc/meminfo: memFree=1511592/2055920 swapFree=4192812/4192956
[pid=12862] ppid=12860 vsize=5356 CPUtime=0
/proc/12862/stat : 12862 (lysat.sh) S 12860 12862 12607 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 109092228 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12862/statm: 1339 235 195 169 0 50 0
[pid=12863] ppid=12862 vsize=1580 CPUtime=0
/proc/12863/stat : 12863 (SatElite) R 12862 12862 12607 0 -1 4194304 304 0 0 0 0 0 0 0 19 0 1 0 109092228 1617920 288 1992294400 134512640 135034092 4294956112 18446744073709551615 134544897 0 0 4096 3 0 0 0 17 0 0 0
/proc/12863/statm: 395 290 50 127 0 265 0

[startup+0.022362 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 12862
/proc/meminfo: memFree=1511592/2055920 swapFree=4192812/4192956
[pid=12862] ppid=12860 vsize=5356 CPUtime=0
/proc/12862/stat : 12862 (lysat.sh) S 12860 12862 12607 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 109092228 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12862/statm: 1339 235 195 169 0 50 0
[pid=12863] ppid=12862 vsize=3264 CPUtime=0.01
/proc/12863/stat : 12863 (SatElite) R 12862 12862 12607 0 -1 4194304 710 0 0 0 1 0 0 0 19 0 1 0 109092228 3342336 694 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/12863/statm: 816 695 50 127 0 686 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8620

[startup+0.102368 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 12862
/proc/meminfo: memFree=1511592/2055920 swapFree=4192812/4192956
[pid=12862] ppid=12860 vsize=5356 CPUtime=0
/proc/12862/stat : 12862 (lysat.sh) S 12860 12862 12607 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 109092228 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12862/statm: 1339 235 195 169 0 50 0
[pid=12863] ppid=12862 vsize=9056 CPUtime=0.09
/proc/12863/stat : 12863 (SatElite) R 12862 12862 12607 0 -1 4194304 2171 0 0 0 8 1 0 0 19 0 1 0 109092228 9273344 2155 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/12863/statm: 2264 2156 50 127 0 2134 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14412

[startup+0.302385 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 12862
/proc/meminfo: memFree=1511592/2055920 swapFree=4192812/4192956
[pid=12862] ppid=12860 vsize=5356 CPUtime=0
/proc/12862/stat : 12862 (lysat.sh) S 12860 12862 12607 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 109092228 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12862/statm: 1339 235 195 169 0 50 0
[pid=12863] ppid=12862 vsize=15820 CPUtime=0.29
/proc/12863/stat : 12863 (SatElite) R 12862 12862 12607 0 -1 4194304 3721 0 0 0 28 1 0 0 21 0 1 0 109092228 16199680 3705 1992294400 134512640 135034092 4294956112 18446744073709551615 134566239 0 0 4096 3 0 0 0 17 0 0 0
/proc/12863/statm: 3955 3705 68 127 0 3825 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21176

[startup+0.702432 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 12862
/proc/meminfo: memFree=1511592/2055920 swapFree=4192812/4192956
[pid=12862] ppid=12860 vsize=5356 CPUtime=0.65
/proc/12862/stat : 12862 (lysat.sh) S 12860 12862 12607 0 -1 4194304 310 4431 0 0 0 0 62 3 18 0 1 0 109092228 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12862/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 5356

[startup+1.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 12865
/proc/meminfo: memFree=1497432/2055920 swapFree=4192812/4192956
[pid=12862] ppid=12860 vsize=5356 CPUtime=0.65
/proc/12862/stat : 12862 (lysat.sh) S 12860 12862 12607 0 -1 4194304 310 4431 0 0 0 0 62 3 18 0 1 0 109092228 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12862/statm: 1339 237 195 169 0 50 0
[pid=12865] ppid=12862 vsize=11872 CPUtime=0.82
/proc/12865/stat : 12865 (LySATi) R 12862 12862 12607 0 -1 4194304 2792 0 0 0 80 2 0 0 24 0 1 0 109092295 12156928 2777 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/12865/statm: 2968 2777 81 174 0 2791 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 17228

[startup+3.10163 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 12865
/proc/meminfo: memFree=1496664/2055920 swapFree=4192812/4192956
[pid=12862] ppid=12860 vsize=5356 CPUtime=0.65
/proc/12862/stat : 12862 (lysat.sh) S 12860 12862 12607 0 -1 4194304 310 4431 0 0 0 0 62 3 18 0 1 0 109092228 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12862/statm: 1339 237 195 169 0 50 0
[pid=12865] ppid=12862 vsize=12668 CPUtime=2.41
/proc/12865/stat : 12865 (LySATi) R 12862 12862 12607 0 -1 4194304 2991 0 0 0 239 2 0 0 25 0 1 0 109092295 12972032 2976 1992294400 134512640 135226915 4294956224 18446744073709551615 134536948 0 0 4096 3 0 0 0 17 0 0 0
/proc/12865/statm: 3167 2976 82 174 0 2990 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 18024

[startup+6.30192 s]
/proc/loadavg: 1.08 1.02 1.01 2/69 12865
/proc/meminfo: memFree=1495128/2055920 swapFree=4192812/4192956
[pid=12862] ppid=12860 vsize=5356 CPUtime=0.65
/proc/12862/stat : 12862 (lysat.sh) S 12860 12862 12607 0 -1 4194304 310 4431 0 0 0 0 62 3 18 0 1 0 109092228 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12862/statm: 1339 237 195 169 0 50 0
[pid=12865] ppid=12862 vsize=13972 CPUtime=5.61
/proc/12865/stat : 12865 (LySATi) R 12862 12862 12607 0 -1 4194304 3295 0 0 0 559 2 0 0 25 0 1 0 109092295 14307328 3280 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/12865/statm: 3493 3280 82 174 0 3316 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 19328

[startup+12.7015 s]
/proc/loadavg: 1.15 1.03 1.01 2/69 12865
/proc/meminfo: memFree=1493592/2055920 swapFree=4192812/4192956
[pid=12862] ppid=12860 vsize=5356 CPUtime=0.65
/proc/12862/stat : 12862 (lysat.sh) S 12860 12862 12607 0 -1 4194304 310 4431 0 0 0 0 62 3 18 0 1 0 109092228 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12862/statm: 1339 237 195 169 0 50 0
[pid=12865] ppid=12862 vsize=15304 CPUtime=12.02
/proc/12865/stat : 12865 (LySATi) R 12862 12862 12607 0 -1 4194304 3619 0 0 0 1199 3 0 0 25 0 1 0 109092295 15671296 3604 1992294400 134512640 135226915 4294956224 18446744073709551615 134536839 0 0 4096 3 0 0 0 17 0 0 0
/proc/12865/statm: 3826 3604 82 174 0 3649 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 20660

[startup+25.5016 s]
/proc/loadavg: 1.12 1.03 1.01 2/69 12865
/proc/meminfo: memFree=1489304/2055920 swapFree=4192812/4192956
[pid=12862] ppid=12860 vsize=5356 CPUtime=0.65
/proc/12862/stat : 12862 (lysat.sh) S 12860 12862 12607 0 -1 4194304 310 4431 0 0 0 0 62 3 18 0 1 0 109092228 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12862/statm: 1339 237 195 169 0 50 0
[pid=12865] ppid=12862 vsize=19784 CPUtime=24.81
/proc/12865/stat : 12865 (LySATi) R 12862 12862 12607 0 -1 4194304 4769 0 0 0 2476 5 0 0 25 0 1 0 109092295 20258816 4754 1992294400 134512640 135226915 4294956224 18446744073709551615 134537129 0 0 4096 3 0 0 0 17 0 0 0
/proc/12865/statm: 4946 4754 82 174 0 4769 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 25140

[startup+51.1019 s]
/proc/loadavg: 1.08 1.03 1.01 2/69 12865
/proc/meminfo: memFree=1485208/2055920 swapFree=4192812/4192956
[pid=12862] ppid=12860 vsize=5356 CPUtime=0.65
/proc/12862/stat : 12862 (lysat.sh) S 12860 12862 12607 0 -1 4194304 310 4431 0 0 0 0 62 3 18 0 1 0 109092228 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12862/statm: 1339 237 195 169 0 50 0
[pid=12865] ppid=12862 vsize=23944 CPUtime=50.39
/proc/12865/stat : 12865 (LySATi) R 12862 12862 12607 0 -1 4194304 5800 0 0 0 5033 6 0 0 25 0 1 0 109092295 24518656 5785 1992294400 134512640 135226915 4294956224 18446744073709551615 134536727 0 0 4096 3 0 0 0 17 0 0 0
/proc/12865/statm: 5986 5785 82 174 0 5809 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 29300

[startup+102.306 s]
/proc/loadavg: 1.13 1.05 1.01 2/69 12867
/proc/meminfo: memFree=1476440/2055920 swapFree=4192812/4192956
[pid=12862] ppid=12860 vsize=5356 CPUtime=0.65
/proc/12862/stat : 12862 (lysat.sh) S 12860 12862 12607 0 -1 4194304 310 4431 0 0 0 0 62 3 18 0 1 0 109092228 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12862/statm: 1339 237 195 169 0 50 0
[pid=12865] ppid=12862 vsize=32372 CPUtime=101.57
/proc/12865/stat : 12865 (LySATi) R 12862 12862 12607 0 -1 4194304 7904 0 0 0 10149 8 0 0 25 0 1 0 109092295 33148928 7889 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/12865/statm: 8093 7889 82 174 0 7916 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 37728

[startup+162.302 s]
/proc/loadavg: 1.05 1.04 1.01 2/69 12867
/proc/meminfo: memFree=1466648/2055920 swapFree=4192812/4192956
[pid=12862] ppid=12860 vsize=5356 CPUtime=0.65
/proc/12862/stat : 12862 (lysat.sh) S 12860 12862 12607 0 -1 4194304 310 4431 0 0 0 0 62 3 18 0 1 0 109092228 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12862/statm: 1339 237 195 169 0 50 0
[pid=12865] ppid=12862 vsize=42264 CPUtime=161.54
/proc/12865/stat : 12865 (LySATi) R 12862 12862 12607 0 -1 4194304 10356 0 0 0 16143 11 0 0 25 0 1 0 109092295 43278336 10341 1992294400 134512640 135226915 4294956224 18446744073709551615 134536915 0 0 4096 3 0 0 0 17 0 0 0
/proc/12865/statm: 10566 10341 82 174 0 10389 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 47620

[startup+222.301 s]
/proc/loadavg: 1.02 1.03 1.00 2/69 12867
/proc/meminfo: memFree=1457752/2055920 swapFree=4192812/4192956
[pid=12862] ppid=12860 vsize=5356 CPUtime=0.65
/proc/12862/stat : 12862 (lysat.sh) S 12860 12862 12607 0 -1 4194304 310 4431 0 0 0 0 62 3 18 0 1 0 109092228 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12862/statm: 1339 237 195 169 0 50 0
[pid=12865] ppid=12862 vsize=51352 CPUtime=221.51
/proc/12865/stat : 12865 (LySATi) R 12862 12862 12607 0 -1 4194304 12584 0 0 0 22138 13 0 0 25 0 1 0 109092295 52584448 12569 1992294400 134512640 135226915 4294956224 18446744073709551615 134537076 0 0 4096 3 0 0 0 17 0 0 0
/proc/12865/statm: 12838 12569 82 174 0 12661 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 56708

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/69 12867
/proc/meminfo: memFree=1455512/2055920 swapFree=4192812/4192956
[pid=12862] ppid=12860 vsize=5356 CPUtime=0.65
/proc/12862/stat : 12862 (lysat.sh) S 12860 12862 12607 0 -1 4194304 310 4431 0 0 0 0 62 3 18 0 1 0 109092228 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12862/statm: 1339 237 195 169 0 50 0
[pid=12865] ppid=12862 vsize=53960 CPUtime=281.49
/proc/12865/stat : 12865 (LySATi) R 12862 12862 12607 0 -1 4194304 13226 0 0 0 28135 14 0 0 25 0 1 0 109092295 55255040 13211 1992294400 134512640 135226915 4294956224 18446744073709551615 134537354 0 0 4096 3 0 0 0 17 0 0 0
/proc/12865/statm: 13490 13211 82 174 0 13313 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 59316

[startup+342.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/69 12867
/proc/meminfo: memFree=1447704/2055920 swapFree=4192812/4192956
[pid=12862] ppid=12860 vsize=5356 CPUtime=0.65
/proc/12862/stat : 12862 (lysat.sh) S 12860 12862 12607 0 -1 4194304 310 4431 0 0 0 0 62 3 18 0 1 0 109092228 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12862/statm: 1339 237 195 169 0 50 0
[pid=12865] ppid=12862 vsize=61276 CPUtime=341.46
/proc/12865/stat : 12865 (LySATi) R 12862 12862 12607 0 -1 4194304 15080 0 0 0 34130 16 0 0 25 0 1 0 109092295 62746624 15065 1992294400 134512640 135226915 4294956224 18446744073709551615 134537088 0 0 4096 3 0 0 0 17 0 0 0
/proc/12865/statm: 15319 15065 82 174 0 15142 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 66632


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

/proc/12865/statm: 18719 18339 82 174 0 18542 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 80232

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 12867
/proc/meminfo: memFree=1422104/2055920 swapFree=4192812/4192956
[pid=12862] ppid=12860 vsize=5356 CPUtime=0.65
/proc/12862/stat : 12862 (lysat.sh) S 12860 12862 12607 0 -1 4194304 310 4431 0 0 0 0 62 3 18 0 1 0 109092228 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12862/statm: 1339 237 195 169 0 50 0
[pid=12865] ppid=12862 vsize=87340 CPUtime=581.36
/proc/12865/stat : 12865 (LySATi) R 12862 12862 12607 0 -1 4194304 21499 0 0 0 58111 25 0 0 25 0 1 0 109092295 89436160 21484 1992294400 134512640 135226915 4294956224 18446744073709551615 134549218 0 0 4096 3 0 0 0 17 0 0 0
/proc/12865/statm: 21835 21484 82 174 0 21658 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 92696

[startup+642.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 12867
/proc/meminfo: memFree=1408792/2055920 swapFree=4192812/4192956
[pid=12862] ppid=12860 vsize=5356 CPUtime=0.65
/proc/12862/stat : 12862 (lysat.sh) S 12860 12862 12607 0 -1 4194304 310 4431 0 0 0 0 62 3 18 0 1 0 109092228 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12862/statm: 1339 237 195 169 0 50 0
[pid=12865] ppid=12862 vsize=100516 CPUtime=641.34
/proc/12865/stat : 12865 (LySATi) R 12862 12862 12607 0 -1 4194304 24785 0 0 0 64105 29 0 0 25 0 1 0 109092295 102928384 24770 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/12865/statm: 25129 24770 82 174 0 24952 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 105872

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 12867
/proc/meminfo: memFree=1408728/2055920 swapFree=4192812/4192956
[pid=12862] ppid=12860 vsize=5356 CPUtime=0.65
/proc/12862/stat : 12862 (lysat.sh) S 12860 12862 12607 0 -1 4194304 310 4431 0 0 0 0 62 3 18 0 1 0 109092228 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12862/statm: 1339 237 195 169 0 50 0
[pid=12865] ppid=12862 vsize=100516 CPUtime=701.32
/proc/12865/stat : 12865 (LySATi) R 12862 12862 12607 0 -1 4194304 24786 0 0 0 70102 30 0 0 25 0 1 0 109092295 102928384 24771 1992294400 134512640 135226915 4294956224 18446744073709551615 134536899 0 0 4096 3 0 0 0 17 0 0 0
/proc/12865/statm: 25129 24771 82 174 0 24952 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 105872

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 12867
/proc/meminfo: memFree=1408600/2055920 swapFree=4192812/4192956
[pid=12862] ppid=12860 vsize=5356 CPUtime=0.65
/proc/12862/stat : 12862 (lysat.sh) S 12860 12862 12607 0 -1 4194304 310 4431 0 0 0 0 62 3 18 0 1 0 109092228 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12862/statm: 1339 237 195 169 0 50 0
[pid=12865] ppid=12862 vsize=100516 CPUtime=761.3
/proc/12865/stat : 12865 (LySATi) R 12862 12862 12607 0 -1 4194304 24796 0 0 0 76100 30 0 0 25 0 1 0 109092295 102928384 24781 1992294400 134512640 135226915 4294956224 18446744073709551615 134537009 0 0 4096 3 0 0 0 17 0 0 0
/proc/12865/statm: 25129 24781 82 174 0 24952 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 105872

[startup+822.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 12867
/proc/meminfo: memFree=1407256/2055920 swapFree=4192812/4192956
[pid=12862] ppid=12860 vsize=5356 CPUtime=0.65
/proc/12862/stat : 12862 (lysat.sh) S 12860 12862 12607 0 -1 4194304 310 4431 0 0 0 0 62 3 18 0 1 0 109092228 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12862/statm: 1339 237 195 169 0 50 0
[pid=12865] ppid=12862 vsize=101948 CPUtime=821.27
/proc/12865/stat : 12865 (LySATi) R 12862 12862 12607 0 -1 4194304 25191 0 0 0 82096 31 0 0 25 0 1 0 109092295 104394752 25176 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/12865/statm: 25487 25176 82 174 0 25310 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 107304

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 12867
/proc/meminfo: memFree=1390296/2055920 swapFree=4192812/4192956
[pid=12862] ppid=12860 vsize=5356 CPUtime=0.65
/proc/12862/stat : 12862 (lysat.sh) S 12860 12862 12607 0 -1 4194304 310 4431 0 0 0 0 62 3 18 0 1 0 109092228 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12862/statm: 1339 237 195 169 0 50 0
[pid=12865] ppid=12862 vsize=119344 CPUtime=881.25
/proc/12865/stat : 12865 (LySATi) R 12862 12862 12607 0 -1 4194304 29392 0 0 0 88089 36 0 0 25 0 1 0 109092295 122208256 29377 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/12865/statm: 29836 29377 82 174 0 29659 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 124700

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 12867
/proc/meminfo: memFree=1387032/2055920 swapFree=4192812/4192956
[pid=12862] ppid=12860 vsize=5356 CPUtime=0.65
/proc/12862/stat : 12862 (lysat.sh) S 12860 12862 12607 0 -1 4194304 310 4431 0 0 0 0 62 3 18 0 1 0 109092228 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12862/statm: 1339 237 195 169 0 50 0
[pid=12865] ppid=12862 vsize=122472 CPUtime=941.22
/proc/12865/stat : 12865 (LySATi) R 12862 12862 12607 0 -1 4194304 30198 0 0 0 94085 37 0 0 25 0 1 0 109092295 125411328 30183 1992294400 134512640 135226915 4294956224 18446744073709551615 134536938 0 0 4096 3 0 0 0 17 0 0 0
/proc/12865/statm: 30618 30183 82 174 0 30441 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 127828

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 12867
/proc/meminfo: memFree=1387032/2055920 swapFree=4192812/4192956
[pid=12862] ppid=12860 vsize=5356 CPUtime=0.65
/proc/12862/stat : 12862 (lysat.sh) S 12860 12862 12607 0 -1 4194304 310 4431 0 0 0 0 62 3 18 0 1 0 109092228 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12862/statm: 1339 237 195 169 0 50 0
[pid=12865] ppid=12862 vsize=122472 CPUtime=1001.2
/proc/12865/stat : 12865 (LySATi) R 12862 12862 12607 0 -1 4194304 30206 0 0 0 100083 37 0 0 25 0 1 0 109092295 125411328 30191 1992294400 134512640 135226915 4294956224 18446744073709551615 134536806 0 0 4096 3 0 0 0 17 0 0 0
/proc/12865/statm: 30618 30191 82 174 0 30441 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 127828

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 12867
/proc/meminfo: memFree=1386840/2055920 swapFree=4192812/4192956
[pid=12862] ppid=12860 vsize=5356 CPUtime=0.65
/proc/12862/stat : 12862 (lysat.sh) S 12860 12862 12607 0 -1 4194304 310 4431 0 0 0 0 62 3 18 0 1 0 109092228 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12862/statm: 1339 237 195 169 0 50 0
[pid=12865] ppid=12862 vsize=122616 CPUtime=1061.17
/proc/12865/stat : 12865 (LySATi) R 12862 12862 12607 0 -1 4194304 30244 0 0 0 106080 37 0 0 25 0 1 0 109092295 125558784 30229 1992294400 134512640 135226915 4294956224 18446744073709551615 134538610 0 0 4096 3 0 0 0 17 0 0 0
/proc/12865/statm: 30654 30229 82 174 0 30477 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 127972

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 12867
/proc/meminfo: memFree=1386584/2055920 swapFree=4192812/4192956
[pid=12862] ppid=12860 vsize=5356 CPUtime=0.65
/proc/12862/stat : 12862 (lysat.sh) S 12860 12862 12607 0 -1 4194304 310 4431 0 0 0 0 62 3 18 0 1 0 109092228 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12862/statm: 1339 237 195 169 0 50 0
[pid=12865] ppid=12862 vsize=122796 CPUtime=1121.14
/proc/12865/stat : 12865 (LySATi) R 12862 12862 12607 0 -1 4194304 30292 0 0 0 112077 37 0 0 25 0 1 0 109092295 125743104 30277 1992294400 134512640 135226915 4294956224 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 0 0 0
/proc/12865/statm: 30699 30277 82 174 0 30522 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 128152

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 12867
/proc/meminfo: memFree=1386200/2055920 swapFree=4192812/4192956
[pid=12862] ppid=12860 vsize=5356 CPUtime=0.65
/proc/12862/stat : 12862 (lysat.sh) S 12860 12862 12607 0 -1 4194304 310 4431 0 0 0 0 62 3 18 0 1 0 109092228 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12862/statm: 1339 237 195 169 0 50 0
[pid=12865] ppid=12862 vsize=123300 CPUtime=1181.11
/proc/12865/stat : 12865 (LySATi) R 12862 12862 12607 0 -1 4194304 30400 0 0 0 118074 37 0 0 25 0 1 0 109092295 126259200 30385 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/12865/statm: 30825 30385 82 174 0 30648 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 128656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 12867
/proc/meminfo: memFree=1383896/2055920 swapFree=4192812/4192956
[pid=12862] ppid=12860 vsize=5356 CPUtime=0.65
/proc/12862/stat : 12862 (lysat.sh) S 12860 12862 12607 0 -1 4194304 310 4431 0 0 0 0 62 3 18 0 1 0 109092228 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12862/statm: 1339 237 195 169 0 50 0
[pid=12865] ppid=12862 vsize=125556 CPUtime=1199.41
/proc/12865/stat : 12865 (LySATi) R 12862 12862 12607 0 -1 4194304 30974 0 0 0 119903 38 0 0 25 0 1 0 109092295 128569344 30959 1992294400 134512640 135226915 4294956224 18446744073709551615 134736175 0 0 4096 3 0 0 0 17 0 0 0
/proc/12865/statm: 31389 30959 82 174 0 31212 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 130912

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 12862 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=630904
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=40993
# CPU time returned by wait4() is 0.671897
# 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.61
CPU time (s): 1200.06
CPU user time (s): 1199.65
CPU system time (s): 0.41
CPU usage (%): 99.954
Max. virtual memory (cumulated for all children) (KiB): 130912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.630904
system time used= 0.040993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4741
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= 5

runsolver used 1.08483 second user time and 3.2915 second system time

The end

Launcher Data

Begin job on node68 at 2009-04-27 07:37:41
IDJOB=1736252
IDBENCH=71621
IDSOLVER=511
FILE ID=node68/1736252-1240810660
PBS_JOBID= 9187417
Free space on /tmp= 66560 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n7_i8_pp_ci_ce.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1736252-1240810660/watcher-1736252-1240810660 -o /tmp/evaluation-result-1736252-1240810660/solver-1736252-1240810660 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1736252-1240810660.cnf i

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

MD5SUM BENCH= 545e53eb1c10ff91f4e2e16d7a8c9f9f
RANDOM SEED=35825295

node68.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.223
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.223
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:       1512072 kB
Buffers:         69568 kB
Cached:         380924 kB
SwapCached:        144 kB
Active:         225832 kB
Inactive:       241212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1512072 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5296 kB
Writeback:           0 kB
Mapped:          26440 kB
Slab:            62480 kB
Committed_AS:   342040 kB
PageTables:       1560 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node68 at 2009-04-27 07:57:43