Trace number 1737994

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.41

General information on the benchmark

NameCRAFTED/parity-games/
instance_n9_i9_pp.cnf
MD5SUM3e04f934e4f74a8e89587f6c1327f77e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark99.8978
Satisfiable
(Un)Satisfiability was proved
Number of variables33867
Number of clauses454832
Sum of the clauses size1512036
Maximum clause length72
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 270326
Number of clauses of size 3228663
Number of clauses of size 4122769
Number of clauses of size 525920
Number of clauses of size over 57154

Solver Data

0.00/0.00	c Parsing...
0.38/0.42	c ==============================================================================
0.38/0.42	c |           |     ORIGINAL     |              LEARNT              |          |
0.38/0.42	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.38/0.42	c ==============================================================================
0.38/0.42	c |         0 |  454832  1512036 |  136449       0        0     nan |  0.000 % |
1.29/1.34	c |         0 |  428369  1449583 |      --       0       --      -- |     --   | -26463/-62453
1.29/1.34	c ==============================================================================
1.29/1.34	c Result  :   #vars: 23801   #clauses: 428369   #literals: 1449583
1.29/1.34	c CPU time:   1.27581 s
1.29/1.34	c ==============================================================================
1.89/1.96	c lySAT 0.1
1.89/1.96	c minisat core +  additionnal features
1.89/1.96	c ============================[ Problem Statistics ]=============================
1.89/1.96	c |                                                                             |
1.89/1.96	c |  Number of variables:  23801                                                |
1.89/1.96	c |  Number of clauses:    428369                                               |
2.18/2.23	c |  Parsing time:         0.23         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-1737994-1240834749/watcher-1737994-1240834749 -o /tmp/evaluation-result-1737994-1240834749/solver-1737994-1240834749 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1737994-1240834749.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.08 2/64 2737
/proc/meminfo: memFree=1636376/2055920 swapFree=4181908/4192956
[pid=2737] ppid=2735 vsize=5356 CPUtime=0
/proc/2737/stat : 2737 (lysat.sh) S 2735 2737 2551 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 111502154 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2737/statm: 1339 235 195 169 0 50 0
[pid=2738] ppid=2737 vsize=2644 CPUtime=0
/proc/2738/stat : 2738 (SatElite) R 2737 2737 2551 0 -1 4194304 520 0 0 0 0 0 0 0 18 0 1 0 111502154 2707456 504 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 1 0 0
/proc/2738/statm: 661 510 50 127 0 531 0

[startup+0.101293 s]
/proc/loadavg: 1.00 1.00 1.08 2/64 2737
/proc/meminfo: memFree=1636376/2055920 swapFree=4181908/4192956
[pid=2737] ppid=2735 vsize=5356 CPUtime=0
/proc/2737/stat : 2737 (lysat.sh) S 2735 2737 2551 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 111502154 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2737/statm: 1339 235 195 169 0 50 0
[pid=2738] ppid=2737 vsize=12620 CPUtime=0.08
/proc/2738/stat : 2738 (SatElite) R 2737 2737 2551 0 -1 4194304 2448 0 0 0 8 0 0 0 18 0 1 0 111502154 12922880 2385 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/2738/statm: 3155 2385 50 127 0 3025 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 17976

[startup+0.201301 s]
/proc/loadavg: 1.00 1.00 1.08 2/64 2737
/proc/meminfo: memFree=1636376/2055920 swapFree=4181908/4192956
[pid=2737] ppid=2735 vsize=5356 CPUtime=0
/proc/2737/stat : 2737 (lysat.sh) S 2735 2737 2551 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 111502154 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2737/statm: 1339 235 195 169 0 50 0
[pid=2738] ppid=2737 vsize=19600 CPUtime=0.18
/proc/2738/stat : 2738 (SatElite) R 2737 2737 2551 0 -1 4194304 4184 0 0 0 16 2 0 0 18 0 1 0 111502154 20070400 4121 1992294400 134512640 135034092 4294956096 18446744073709551615 134543255 0 0 4096 3 0 0 0 17 1 0 0
/proc/2738/statm: 4900 4121 50 127 0 4770 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 24956

[startup+0.301309 s]
/proc/loadavg: 1.00 1.00 1.08 2/64 2737
/proc/meminfo: memFree=1636376/2055920 swapFree=4181908/4192956
[pid=2737] ppid=2735 vsize=5356 CPUtime=0
/proc/2737/stat : 2737 (lysat.sh) S 2735 2737 2551 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 111502154 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2737/statm: 1339 235 195 169 0 50 0
[pid=2738] ppid=2737 vsize=26436 CPUtime=0.29
/proc/2738/stat : 2738 (SatElite) R 2737 2737 2551 0 -1 4194304 5798 0 0 0 26 3 0 0 19 0 1 0 111502154 27070464 5735 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/2738/statm: 6609 5735 50 127 0 6479 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31792

[startup+0.701344 s]
/proc/loadavg: 1.00 1.00 1.08 2/64 2737
/proc/meminfo: memFree=1636376/2055920 swapFree=4181908/4192956
[pid=2737] ppid=2735 vsize=5356 CPUtime=0
/proc/2737/stat : 2737 (lysat.sh) S 2735 2737 2551 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 111502154 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2737/statm: 1339 235 195 169 0 50 0
[pid=2738] ppid=2737 vsize=46192 CPUtime=0.69
/proc/2738/stat : 2738 (SatElite) R 2737 2737 2551 0 -1 4194304 10562 0 0 0 64 5 0 0 23 0 1 0 111502154 47300608 10400 1992294400 134512640 135034092 4294956096 18446744073709551615 134577053 0 0 4096 3 0 0 0 17 1 0 0
/proc/2738/statm: 11548 10400 68 127 0 11418 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51548

[startup+1.50141 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 2739
/proc/meminfo: memFree=1589576/2055920 swapFree=4181908/4192956
[pid=2737] ppid=2735 vsize=5356 CPUtime=0
/proc/2737/stat : 2737 (lysat.sh) S 2735 2737 2551 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 111502154 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2737/statm: 1339 235 195 169 0 50 0
[pid=2738] ppid=2737 vsize=48304 CPUtime=1.48
/proc/2738/stat : 2738 (SatElite) R 2737 2737 2551 0 -1 4194304 12738 0 0 0 141 7 0 0 25 0 1 0 111502154 49463296 10656 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/2738/statm: 12076 10656 68 127 0 11946 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 53660

[startup+3.10255 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 2740
/proc/meminfo: memFree=1603144/2055920 swapFree=4181908/4192956
[pid=2737] ppid=2735 vsize=5356 CPUtime=1.95
/proc/2737/stat : 2737 (lysat.sh) S 2735 2737 2551 0 -1 4194304 310 12741 0 0 0 0 184 11 16 0 1 0 111502154 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2737/statm: 1339 237 195 169 0 50 0
[pid=2740] ppid=2737 vsize=29300 CPUtime=1.13
/proc/2740/stat : 2740 (LySATi) R 2737 2737 2551 0 -1 4194304 7132 0 0 0 109 4 0 0 25 0 1 0 111502350 30003200 7117 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/2740/statm: 7325 7117 81 174 0 7148 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 34656

[startup+6.30184 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 2740
/proc/meminfo: memFree=1595656/2055920 swapFree=4181908/4192956
[pid=2737] ppid=2735 vsize=5356 CPUtime=1.95
/proc/2737/stat : 2737 (lysat.sh) S 2735 2737 2551 0 -1 4194304 310 12741 0 0 0 0 184 11 16 0 1 0 111502154 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2737/statm: 1339 237 195 169 0 50 0
[pid=2740] ppid=2737 vsize=31144 CPUtime=4.32
/proc/2740/stat : 2740 (LySATi) R 2737 2737 2551 0 -1 4194304 7571 0 0 0 428 4 0 0 25 0 1 0 111502350 31891456 7556 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/2740/statm: 7786 7556 81 174 0 7609 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 36500

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 2740
/proc/meminfo: memFree=1593672/2055920 swapFree=4181908/4192956
[pid=2737] ppid=2735 vsize=5356 CPUtime=1.95
/proc/2737/stat : 2737 (lysat.sh) S 2735 2737 2551 0 -1 4194304 310 12741 0 0 0 0 184 11 16 0 1 0 111502154 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2737/statm: 1339 237 195 169 0 50 0
[pid=2740] ppid=2737 vsize=33384 CPUtime=10.72
/proc/2740/stat : 2740 (LySATi) R 2737 2737 2551 0 -1 4194304 8136 0 0 0 1067 5 0 0 25 0 1 0 111502350 34185216 8121 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/2740/statm: 8346 8121 81 174 0 8169 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 38740

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 2740
/proc/meminfo: memFree=1590344/2055920 swapFree=4181908/4192956
[pid=2737] ppid=2735 vsize=5356 CPUtime=1.95
/proc/2737/stat : 2737 (lysat.sh) S 2735 2737 2551 0 -1 4194304 310 12741 0 0 0 0 184 11 16 0 1 0 111502154 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2737/statm: 1339 237 195 169 0 50 0
[pid=2740] ppid=2737 vsize=36432 CPUtime=23.52
/proc/2740/stat : 2740 (LySATi) R 2737 2737 2551 0 -1 4194304 8884 0 0 0 2346 6 0 0 25 0 1 0 111502350 37306368 8869 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/2740/statm: 9108 8869 81 174 0 8931 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 41788

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 2740
/proc/meminfo: memFree=1587464/2055920 swapFree=4181908/4192956
[pid=2737] ppid=2735 vsize=5356 CPUtime=1.95
/proc/2737/stat : 2737 (lysat.sh) S 2735 2737 2551 0 -1 4194304 310 12741 0 0 0 0 184 11 16 0 1 0 111502154 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2737/statm: 1339 237 195 169 0 50 0
[pid=2740] ppid=2737 vsize=39652 CPUtime=49.12
/proc/2740/stat : 2740 (LySATi) R 2737 2737 2551 0 -1 4194304 9681 0 0 0 4904 8 0 0 25 0 1 0 111502350 40603648 9666 1992294400 134512640 135226915 4294956208 18446744073709551615 134527770 0 0 4096 3 0 0 0 17 1 0 0
/proc/2740/statm: 9913 9666 81 174 0 9736 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 45008

[startup+102.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 2740
/proc/meminfo: memFree=1577544/2055920 swapFree=4181908/4192956
[pid=2737] ppid=2735 vsize=5356 CPUtime=1.95
/proc/2737/stat : 2737 (lysat.sh) S 2735 2737 2551 0 -1 4194304 310 12741 0 0 0 0 184 11 16 0 1 0 111502154 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2737/statm: 1339 237 195 169 0 50 0
[pid=2740] ppid=2737 vsize=49228 CPUtime=100.3
/proc/2740/stat : 2740 (LySATi) R 2737 2737 2551 0 -1 4194304 12096 0 0 0 10019 11 0 0 25 0 1 0 111502350 50409472 12081 1992294400 134512640 135226915 4294956208 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 1 0 0
/proc/2740/statm: 12307 12081 81 174 0 12130 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 54584

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 2740
/proc/meminfo: memFree=1571208/2055920 swapFree=4181908/4192956
[pid=2737] ppid=2735 vsize=5356 CPUtime=1.95
/proc/2737/stat : 2737 (lysat.sh) S 2735 2737 2551 0 -1 4194304 310 12741 0 0 0 0 184 11 16 0 1 0 111502154 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2737/statm: 1339 237 195 169 0 50 0
[pid=2740] ppid=2737 vsize=55900 CPUtime=160.28
/proc/2740/stat : 2740 (LySATi) R 2737 2737 2551 0 -1 4194304 13742 0 0 0 16015 13 0 0 25 0 1 0 111502350 57241600 13727 1992294400 134512640 135226915 4294956208 18446744073709551615 134537592 0 0 4096 3 0 0 0 17 1 0 0
/proc/2740/statm: 13975 13727 81 174 0 13798 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 61256

[startup+222.306 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 2740
/proc/meminfo: memFree=1562440/2055920 swapFree=4181908/4192956
[pid=2737] ppid=2735 vsize=5356 CPUtime=1.95
/proc/2737/stat : 2737 (lysat.sh) S 2735 2737 2551 0 -1 4194304 310 12741 0 0 0 0 184 11 16 0 1 0 111502154 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2737/statm: 1339 237 195 169 0 50 0
[pid=2740] ppid=2737 vsize=64536 CPUtime=220.27
/proc/2740/stat : 2740 (LySATi) R 2737 2737 2551 0 -1 4194304 15869 0 0 0 22012 15 0 0 25 0 1 0 111502350 66084864 15854 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/2740/statm: 16134 15854 81 174 0 15957 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 69892

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 2740
/proc/meminfo: memFree=1559944/2055920 swapFree=4181908/4192956
[pid=2737] ppid=2735 vsize=5356 CPUtime=1.95
/proc/2737/stat : 2737 (lysat.sh) S 2735 2737 2551 0 -1 4194304 310 12741 0 0 0 0 184 11 16 0 1 0 111502154 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2737/statm: 1339 237 195 169 0 50 0
[pid=2740] ppid=2737 vsize=67012 CPUtime=280.25
/proc/2740/stat : 2740 (LySATi) R 2737 2737 2551 0 -1 4194304 16487 0 0 0 28009 16 0 0 25 0 1 0 111502350 68620288 16472 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/2740/statm: 16753 16472 81 174 0 16576 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 72368

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 2740
/proc/meminfo: memFree=1549768/2055920 swapFree=4181908/4192956
[pid=2737] ppid=2735 vsize=5356 CPUtime=1.95
/proc/2737/stat : 2737 (lysat.sh) S 2735 2737 2551 0 -1 4194304 310 12741 0 0 0 0 184 11 16 0 1 0 111502154 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2737/statm: 1339 237 195 169 0 50 0
[pid=2740] ppid=2737 vsize=77036 CPUtime=340.24
/proc/2740/stat : 2740 (LySATi) R 2737 2737 2551 0 -1 4194304 19017 0 0 0 34005 19 0 0 25 0 1 0 111502350 78884864 19002 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/2740/statm: 19259 19002 81 174 0 19082 0

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

/proc/2740/statm: 26561 26297 81 174 0 26384 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 111600

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 2740
/proc/meminfo: memFree=1520456/2055920 swapFree=4181908/4192956
[pid=2737] ppid=2735 vsize=5356 CPUtime=1.95
/proc/2737/stat : 2737 (lysat.sh) S 2735 2737 2551 0 -1 4194304 310 12741 0 0 0 0 184 11 16 0 1 0 111502154 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2737/statm: 1339 237 195 169 0 50 0
[pid=2740] ppid=2737 vsize=106244 CPUtime=640.17
/proc/2740/stat : 2740 (LySATi) R 2737 2737 2551 0 -1 4194304 26313 0 0 0 63990 27 0 0 25 0 1 0 111502350 108793856 26298 1992294400 134512640 135226915 4294956208 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0
/proc/2740/statm: 26561 26298 81 174 0 26384 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 111600

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 2740
/proc/meminfo: memFree=1520456/2055920 swapFree=4181908/4192956
[pid=2737] ppid=2735 vsize=5356 CPUtime=1.95
/proc/2737/stat : 2737 (lysat.sh) S 2735 2737 2551 0 -1 4194304 310 12741 0 0 0 0 184 11 16 0 1 0 111502154 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2737/statm: 1339 237 195 169 0 50 0
[pid=2740] ppid=2737 vsize=106244 CPUtime=700.16
/proc/2740/stat : 2740 (LySATi) R 2737 2737 2551 0 -1 4194304 26315 0 0 0 69989 27 0 0 25 0 1 0 111502350 108793856 26300 1992294400 134512640 135226915 4294956208 18446744073709551615 134537354 0 0 4096 3 0 0 0 17 1 0 0
/proc/2740/statm: 26561 26300 81 174 0 26384 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 111600

[startup+762.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 2740
/proc/meminfo: memFree=1507464/2055920 swapFree=4181908/4192956
[pid=2737] ppid=2735 vsize=5356 CPUtime=1.95
/proc/2737/stat : 2737 (lysat.sh) S 2735 2737 2551 0 -1 4194304 310 12741 0 0 0 0 184 11 16 0 1 0 111502154 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2737/statm: 1339 237 195 169 0 50 0
[pid=2740] ppid=2737 vsize=119768 CPUtime=760.15
/proc/2740/stat : 2740 (LySATi) R 2737 2737 2551 0 -1 4194304 29548 0 0 0 75983 32 0 0 25 0 1 0 111502350 122642432 29533 1992294400 134512640 135226915 4294956208 18446744073709551615 134536882 0 0 4096 3 0 0 0 17 1 0 0
/proc/2740/statm: 29942 29533 81 174 0 29765 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 125124

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2740
/proc/meminfo: memFree=1492488/2055920 swapFree=4181908/4192956
[pid=2737] ppid=2735 vsize=5356 CPUtime=1.95
/proc/2737/stat : 2737 (lysat.sh) S 2735 2737 2551 0 -1 4194304 310 12741 0 0 0 0 184 11 16 0 1 0 111502154 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2737/statm: 1339 237 195 169 0 50 0
[pid=2740] ppid=2737 vsize=134584 CPUtime=820.12
/proc/2740/stat : 2740 (LySATi) R 2737 2737 2551 0 -1 4194304 33289 0 0 0 81976 36 0 0 25 0 1 0 111502350 137814016 33274 1992294400 134512640 135226915 4294956208 18446744073709551615 134536922 0 0 4096 3 0 0 0 17 1 0 0
/proc/2740/statm: 33646 33274 81 174 0 33469 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 139940

[startup+882.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2740
/proc/meminfo: memFree=1492488/2055920 swapFree=4181908/4192956
[pid=2737] ppid=2735 vsize=5356 CPUtime=1.95
/proc/2737/stat : 2737 (lysat.sh) S 2735 2737 2551 0 -1 4194304 310 12741 0 0 0 0 184 11 16 0 1 0 111502154 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2737/statm: 1339 237 195 169 0 50 0
[pid=2740] ppid=2737 vsize=134584 CPUtime=880.11
/proc/2740/stat : 2740 (LySATi) R 2737 2737 2551 0 -1 4194304 33289 0 0 0 87975 36 0 0 25 0 1 0 111502350 137814016 33274 1992294400 134512640 135226915 4294956208 18446744073709551615 134526328 0 0 4096 3 0 0 0 17 1 0 0
/proc/2740/statm: 33646 33274 81 174 0 33469 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 139940

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2740
/proc/meminfo: memFree=1492360/2055920 swapFree=4181908/4192956
[pid=2737] ppid=2735 vsize=5356 CPUtime=1.95
/proc/2737/stat : 2737 (lysat.sh) S 2735 2737 2551 0 -1 4194304 310 12741 0 0 0 0 184 11 16 0 1 0 111502154 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2737/statm: 1339 237 195 169 0 50 0
[pid=2740] ppid=2737 vsize=134748 CPUtime=940.1
/proc/2740/stat : 2740 (LySATi) R 2737 2737 2551 0 -1 4194304 33318 0 0 0 93973 37 0 0 25 0 1 0 111502350 137981952 33303 1992294400 134512640 135226915 4294956208 18446744073709551615 134536849 0 0 4096 3 0 0 0 17 1 0 0
/proc/2740/statm: 33687 33303 81 174 0 33510 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 140104

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2740
/proc/meminfo: memFree=1492296/2055920 swapFree=4181908/4192956
[pid=2737] ppid=2735 vsize=5356 CPUtime=1.95
/proc/2737/stat : 2737 (lysat.sh) S 2735 2737 2551 0 -1 4194304 310 12741 0 0 0 0 184 11 16 0 1 0 111502154 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2737/statm: 1339 237 195 169 0 50 0
[pid=2740] ppid=2737 vsize=134748 CPUtime=1000.09
/proc/2740/stat : 2740 (LySATi) R 2737 2737 2551 0 -1 4194304 33328 0 0 0 99972 37 0 0 25 0 1 0 111502350 137981952 33313 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/2740/statm: 33687 33313 81 174 0 33510 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 140104

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2740
/proc/meminfo: memFree=1486920/2055920 swapFree=4181908/4192956
[pid=2737] ppid=2735 vsize=5356 CPUtime=1.95
/proc/2737/stat : 2737 (lysat.sh) S 2735 2737 2551 0 -1 4194304 310 12741 0 0 0 0 184 11 16 0 1 0 111502154 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2737/statm: 1339 237 195 169 0 50 0
[pid=2740] ppid=2737 vsize=140504 CPUtime=1060.07
/proc/2740/stat : 2740 (LySATi) R 2737 2737 2551 0 -1 4194304 34771 0 0 0 105968 39 0 0 25 0 1 0 111502350 143876096 34756 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/2740/statm: 35126 34756 81 174 0 34949 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 145860

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2740
/proc/meminfo: memFree=1469640/2055920 swapFree=4181908/4192956
[pid=2737] ppid=2735 vsize=5356 CPUtime=1.95
/proc/2737/stat : 2737 (lysat.sh) S 2735 2737 2551 0 -1 4194304 310 12741 0 0 0 0 184 11 16 0 1 0 111502154 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2737/statm: 1339 237 195 169 0 50 0
[pid=2740] ppid=2737 vsize=157216 CPUtime=1120.05
/proc/2740/stat : 2740 (LySATi) R 2737 2737 2551 0 -1 4194304 38990 0 0 0 111960 45 0 0 25 0 1 0 111502350 160989184 38975 1992294400 134512640 135226915 4294956208 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 1 0 0
/proc/2740/statm: 39304 38975 81 174 0 39127 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 162572

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2742
/proc/meminfo: memFree=1469000/2055920 swapFree=4181908/4192956
[pid=2737] ppid=2735 vsize=5356 CPUtime=1.95
/proc/2737/stat : 2737 (lysat.sh) S 2735 2737 2551 0 -1 4194304 310 12741 0 0 0 0 184 11 16 0 1 0 111502154 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2737/statm: 1339 237 195 169 0 50 0
[pid=2740] ppid=2737 vsize=157740 CPUtime=1180.04
/proc/2740/stat : 2740 (LySATi) R 2737 2737 2551 0 -1 4194304 39102 0 0 0 117959 45 0 0 25 0 1 0 111502350 161525760 39087 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/2740/statm: 39435 39087 81 174 0 39258 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 163096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2742
/proc/meminfo: memFree=1469000/2055920 swapFree=4181908/4192956
[pid=2737] ppid=2735 vsize=5356 CPUtime=1.95
/proc/2737/stat : 2737 (lysat.sh) S 2735 2737 2551 0 -1 4194304 310 12741 0 0 0 0 184 11 16 0 1 0 111502154 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2737/statm: 1339 237 195 169 0 50 0
[pid=2740] ppid=2737 vsize=157740 CPUtime=1198.14
/proc/2740/stat : 2740 (LySATi) R 2737 2737 2551 0 -1 4194304 39102 0 0 0 119768 46 0 0 25 0 1 0 111502350 161525760 39087 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/2740/statm: 39435 39087 81 174 0 39258 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 163096

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

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

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2742
/proc/meminfo: memFree=1469000/2055920 swapFree=4181908/4192956
[pid=2737] ppid=2735 vsize=5356 CPUtime=1.95
/proc/2737/stat : 2737 (lysat.sh) S 2735 2737 2551 0 -1 4194304 310 12741 0 0 0 0 184 11 16 0 1 0 111502154 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2737/statm: 1339 237 195 169 0 50 0
[pid=2740] ppid=2737 vsize=157740 CPUtime=1198.14
/proc/2740/stat : 2740 (LySATi) R 2737 2737 2551 0 -1 4194304 39102 0 0 0 119768 46 0 0 25 0 1 0 111502350 161525760 39087 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/2740/statm: 39435 39087 81 174 0 39258 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 163096

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2737 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=846719
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=113982
# CPU time returned by wait4() is 1.9607
# 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.41
CPU time (s): 1200.09
CPU user time (s): 1199.52
CPU system time (s): 0.57
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 163096

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

runsolver used 1.38079 second user time and 2.97455 second system time

The end

Launcher Data

Begin job on node58 at 2009-04-27 14:19:09
IDJOB=1737994
IDBENCH=71799
IDSOLVER=511
FILE ID=node58/1737994-1240834749
PBS_JOBID= 9187545
Free space on /tmp= 65844 MiB

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

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

MD5SUM BENCH= 3e04f934e4f74a8e89587f6c1327f77e
RANDOM SEED=981578100

node58.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:       1636920 kB
Buffers:         42968 kB
Cached:         289664 kB
SwapCached:       4920 kB
Active:          85576 kB
Inactive:       255580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1636920 kB
SwapTotal:     4192956 kB
SwapFree:      4181908 kB
Dirty:           12312 kB
Writeback:           0 kB
Mapped:          14484 kB
Slab:            64008 kB
Committed_AS:   430700 kB
PageTables:       1356 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= 65832 MiB
End job on node58 at 2009-04-27 14:39:12