Trace number 1737782

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.03 1200.41

General information on the benchmark

NameCRAFTED/parity-games/
instance_n8_i8_pp.cnf
MD5SUM0d370d04a9d4b23f62a82c23b7beb9be
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.354
Satisfiable
(Un)Satisfiability was proved
Number of variables21640
Number of clauses255871
Sum of the clauses size847584
Maximum clause length56
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 242376
Number of clauses of size 3125040
Number of clauses of size 468272
Number of clauses of size 515680
Number of clauses of size over 54503

Solver Data

0.00/0.00	c Parsing...
0.19/0.24	c ==============================================================================
0.19/0.24	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.24	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.24	c ==============================================================================
0.19/0.24	c |         0 |  255871   847584 |   76761       0        0     nan |  0.000 % |
0.69/0.74	c |         0 |  238724   807300 |      --       0       --      -- |     --   | -17147/-40284
0.69/0.74	c ==============================================================================
0.69/0.74	c Result  :   #vars: 15300   #clauses: 238724   #literals: 807300
0.69/0.74	c CPU time:   0.703892 s
0.69/0.74	c ==============================================================================
0.99/1.08	c lySAT 0.1
0.99/1.08	c minisat core +  additionnal features
0.99/1.08	c ============================[ Problem Statistics ]=============================
0.99/1.08	c |                                                                             |
0.99/1.08	c |  Number of variables:  15300                                                |
0.99/1.08	c |  Number of clauses:    238724                                               |
1.07/1.23	c |  Parsing time:         0.13         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-1737782-1240832750/watcher-1737782-1240832750 -o /tmp/evaluation-result-1737782-1240832750/solver-1737782-1240832750 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1737782-1240832750.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: 0.99 0.97 0.84 2/65 1482
/proc/meminfo: memFree=1640424/2055920 swapFree=4180680/4192956
[pid=1482] ppid=1480 vsize=5356 CPUtime=0
/proc/1482/stat : 1482 (lysat.sh) S 1480 1482 1410 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 111307389 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1482/statm: 1339 235 195 169 0 50 0
[pid=1483] ppid=1482 vsize=2356 CPUtime=0
/proc/1483/stat : 1483 (SatElite) R 1482 1482 1410 0 -1 4194304 367 0 0 0 0 0 0 0 18 0 1 0 111307390 2412544 351 1992294400 134512640 135034092 4294956112 18446744073709551615 134544732 0 0 4096 3 0 0 0 17 1 0 0
/proc/1483/statm: 589 353 50 127 0 459 0

[startup+0.013947 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 1482
/proc/meminfo: memFree=1640424/2055920 swapFree=4180680/4192956
[pid=1482] ppid=1480 vsize=5356 CPUtime=0
/proc/1482/stat : 1482 (lysat.sh) S 1480 1482 1410 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 111307389 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1482/statm: 1339 235 195 169 0 50 0
[pid=1483] ppid=1482 vsize=3892 CPUtime=0
/proc/1483/stat : 1483 (SatElite) R 1482 1482 1410 0 -1 4194304 709 0 0 0 0 0 0 0 18 0 1 0 111307390 3985408 693 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/1483/statm: 973 693 50 127 0 843 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9248

[startup+0.101951 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 1482
/proc/meminfo: memFree=1640424/2055920 swapFree=4180680/4192956
[pid=1482] ppid=1480 vsize=5356 CPUtime=0
/proc/1482/stat : 1482 (lysat.sh) S 1480 1482 1410 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 111307389 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1482/statm: 1339 235 195 169 0 50 0
[pid=1483] ppid=1482 vsize=10176 CPUtime=0.09
/proc/1483/stat : 1483 (SatElite) R 1482 1482 1410 0 -1 4194304 2235 0 0 0 8 1 0 0 18 0 1 0 111307390 10420224 2219 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/1483/statm: 2544 2220 50 127 0 2414 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15532

[startup+0.301969 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 1482
/proc/meminfo: memFree=1640424/2055920 swapFree=4180680/4192956
[pid=1482] ppid=1480 vsize=5356 CPUtime=0
/proc/1482/stat : 1482 (lysat.sh) S 1480 1482 1410 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 111307389 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1482/statm: 1339 235 195 169 0 50 0
[pid=1483] ppid=1482 vsize=25184 CPUtime=0.28
/proc/1483/stat : 1483 (SatElite) R 1482 1482 1410 0 -1 4194304 5842 0 0 0 26 2 0 0 19 0 1 0 111307390 25788416 5783 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/1483/statm: 6296 5783 68 127 0 6166 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 30540

[startup+0.702015 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 1482
/proc/meminfo: memFree=1640424/2055920 swapFree=4180680/4192956
[pid=1482] ppid=1480 vsize=5356 CPUtime=0
/proc/1482/stat : 1482 (lysat.sh) S 1480 1482 1410 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 111307389 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1482/statm: 1339 235 195 169 0 50 0
[pid=1483] ppid=1482 vsize=26644 CPUtime=0.69
/proc/1483/stat : 1483 (SatElite) R 1482 1482 1410 0 -1 4194304 6749 0 0 0 66 3 0 0 22 0 1 0 111307390 27283456 6190 1992294400 134512640 135034092 4294956112 18446744073709551615 134577083 0 0 4096 3 0 0 0 17 1 0 0
/proc/1483/statm: 6661 6190 68 127 0 6531 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32000

[startup+1.50112 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 1484
/proc/meminfo: memFree=1611032/2055920 swapFree=4180680/4192956
[pid=1482] ppid=1480 vsize=5356 CPUtime=1.07
/proc/1482/stat : 1482 (lysat.sh) S 1480 1482 1410 0 -1 4194304 310 7254 0 0 0 0 101 6 16 0 1 0 111307389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1482/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 5356

[startup+3.1013 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 1485
/proc/meminfo: memFree=1617112/2055920 swapFree=4180680/4192956
[pid=1482] ppid=1480 vsize=5356 CPUtime=1.07
/proc/1482/stat : 1482 (lysat.sh) S 1480 1482 1410 0 -1 4194304 310 7254 0 0 0 0 101 6 16 0 1 0 111307389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1482/statm: 1339 237 195 169 0 50 0
[pid=1485] ppid=1482 vsize=18992 CPUtime=2
/proc/1485/stat : 1485 (LySATi) R 1482 1482 1410 0 -1 4194304 4524 0 0 0 198 2 0 0 25 0 1 0 111307497 19447808 4509 1992294400 134512640 135226915 4294956224 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 1 0 0
/proc/1485/statm: 4748 4509 81 174 0 4571 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 24348

[startup+6.30167 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 1485
/proc/meminfo: memFree=1615512/2055920 swapFree=4180680/4192956
[pid=1482] ppid=1480 vsize=5356 CPUtime=1.07
/proc/1482/stat : 1482 (lysat.sh) S 1480 1482 1410 0 -1 4194304 310 7254 0 0 0 0 101 6 16 0 1 0 111307389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1482/statm: 1339 237 195 169 0 50 0
[pid=1485] ppid=1482 vsize=20404 CPUtime=5.2
/proc/1485/stat : 1485 (LySATi) R 1482 1482 1410 0 -1 4194304 4876 0 0 0 517 3 0 0 25 0 1 0 111307497 20893696 4861 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/1485/statm: 5101 4861 81 174 0 4924 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 25760

[startup+12.7014 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 1485
/proc/meminfo: memFree=1613400/2055920 swapFree=4180680/4192956
[pid=1482] ppid=1480 vsize=5356 CPUtime=1.07
/proc/1482/stat : 1482 (lysat.sh) S 1480 1482 1410 0 -1 4194304 310 7254 0 0 0 0 101 6 16 0 1 0 111307389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1482/statm: 1339 237 195 169 0 50 0
[pid=1485] ppid=1482 vsize=22372 CPUtime=11.6
/proc/1485/stat : 1485 (LySATi) R 1482 1482 1410 0 -1 4194304 5388 0 0 0 1156 4 0 0 25 0 1 0 111307497 22908928 5373 1992294400 134512640 135226915 4294956224 18446744073709551615 134536797 0 0 4096 3 0 0 0 17 1 0 0
/proc/1485/statm: 5593 5373 81 174 0 5416 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 27728

[startup+25.5029 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 1485
/proc/meminfo: memFree=1610520/2055920 swapFree=4180680/4192956
[pid=1482] ppid=1480 vsize=5356 CPUtime=1.07
/proc/1482/stat : 1482 (lysat.sh) S 1480 1482 1410 0 -1 4194304 310 7254 0 0 0 0 101 6 16 0 1 0 111307389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1482/statm: 1339 237 195 169 0 50 0
[pid=1485] ppid=1482 vsize=25024 CPUtime=24.4
/proc/1485/stat : 1485 (LySATi) R 1482 1482 1410 0 -1 4194304 6018 0 0 0 2435 5 0 0 25 0 1 0 111307497 25624576 6003 1992294400 134512640 135226915 4294956224 18446744073709551615 134538560 0 0 4096 3 0 0 0 17 1 0 0
/proc/1485/statm: 6256 6003 81 174 0 6079 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 30380

[startup+51.1029 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 1485
/proc/meminfo: memFree=1605208/2055920 swapFree=4180680/4192956
[pid=1482] ppid=1480 vsize=5356 CPUtime=1.07
/proc/1482/stat : 1482 (lysat.sh) S 1480 1482 1410 0 -1 4194304 310 7254 0 0 0 0 101 6 16 0 1 0 111307389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1482/statm: 1339 237 195 169 0 50 0
[pid=1485] ppid=1482 vsize=30356 CPUtime=49.98
/proc/1485/stat : 1485 (LySATi) R 1482 1482 1410 0 -1 4194304 7371 0 0 0 4991 7 0 0 25 0 1 0 111307497 31084544 7356 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/1485/statm: 7589 7356 81 174 0 7412 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 35712

[startup+102.307 s]
/proc/loadavg: 0.99 0.97 0.85 2/67 1485
/proc/meminfo: memFree=1597592/2055920 swapFree=4180680/4192956
[pid=1482] ppid=1480 vsize=5356 CPUtime=1.07
/proc/1482/stat : 1482 (lysat.sh) S 1480 1482 1410 0 -1 4194304 310 7254 0 0 0 0 101 6 16 0 1 0 111307389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1482/statm: 1339 237 195 169 0 50 0
[pid=1485] ppid=1482 vsize=38216 CPUtime=101.17
/proc/1485/stat : 1485 (LySATi) R 1482 1482 1410 0 -1 4194304 9307 0 0 0 10108 9 0 0 25 0 1 0 111307497 39133184 9292 1992294400 134512640 135226915 4294956224 18446744073709551615 134536849 0 0 4096 3 0 0 0 17 1 0 0
/proc/1485/statm: 9554 9292 81 174 0 9377 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 43572

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 0.85 2/67 1485
/proc/meminfo: memFree=1589016/2055920 swapFree=4180680/4192956
[pid=1482] ppid=1480 vsize=5356 CPUtime=1.07
/proc/1482/stat : 1482 (lysat.sh) S 1480 1482 1410 0 -1 4194304 310 7254 0 0 0 0 101 6 16 0 1 0 111307389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1482/statm: 1339 237 195 169 0 50 0
[pid=1485] ppid=1482 vsize=46624 CPUtime=161.15
/proc/1485/stat : 1485 (LySATi) R 1482 1482 1410 0 -1 4194304 11434 0 0 0 16104 11 0 0 25 0 1 0 111307497 47742976 11419 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0
/proc/1485/statm: 11656 11419 81 174 0 11479 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 51980

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.86 2/67 1485
/proc/meminfo: memFree=1579352/2055920 swapFree=4180680/4192956
[pid=1482] ppid=1480 vsize=5356 CPUtime=1.07
/proc/1482/stat : 1482 (lysat.sh) S 1480 1482 1410 0 -1 4194304 310 7254 0 0 0 0 101 6 16 0 1 0 111307389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1482/statm: 1339 237 195 169 0 50 0
[pid=1485] ppid=1482 vsize=56484 CPUtime=221.13
/proc/1485/stat : 1485 (LySATi) R 1482 1482 1410 0 -1 4194304 13842 0 0 0 22099 14 0 0 25 0 1 0 111307497 57839616 13827 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/1485/statm: 14121 13827 81 174 0 13944 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 61840

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.86 2/67 1485
/proc/meminfo: memFree=1573208/2055920 swapFree=4180680/4192956
[pid=1482] ppid=1480 vsize=5356 CPUtime=1.07
/proc/1482/stat : 1482 (lysat.sh) S 1480 1482 1410 0 -1 4194304 310 7254 0 0 0 0 101 6 16 0 1 0 111307389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1482/statm: 1339 237 195 169 0 50 0
[pid=1485] ppid=1482 vsize=62908 CPUtime=281.11
/proc/1485/stat : 1485 (LySATi) R 1482 1482 1410 0 -1 4194304 15440 0 0 0 28096 15 0 0 25 0 1 0 111307497 64417792 15425 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/1485/statm: 15727 15425 81 174 0 15550 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 68264

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.87 2/67 1485
/proc/meminfo: memFree=1563544/2055920 swapFree=4180680/4192956
[pid=1482] ppid=1480 vsize=5356 CPUtime=1.07
/proc/1482/stat : 1482 (lysat.sh) S 1480 1482 1410 0 -1 4194304 310 7254 0 0 0 0 101 6 16 0 1 0 111307389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1482/statm: 1339 237 195 169 0 50 0
[pid=1485] ppid=1482 vsize=72068 CPUtime=341.1
/proc/1485/stat : 1485 (LySATi) R 1482 1482 1410 0 -1 4194304 17776 0 0 0 34092 18 0 0 25 0 1 0 111307497 73797632 17761 1992294400 134512640 135226915 4294956224 18446744073709551615 134541099 0 0 4096 3 0 0 0 17 1 0 0
/proc/1485/statm: 18017 17761 81 174 0 17840 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 77424


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

/proc/1485/statm: 21177 20839 81 174 0 21000 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 90064

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.89 2/67 1485
/proc/meminfo: memFree=1544664/2055920 swapFree=4180680/4192956
[pid=1482] ppid=1480 vsize=5356 CPUtime=1.07
/proc/1482/stat : 1482 (lysat.sh) S 1480 1482 1410 0 -1 4194304 310 7254 0 0 0 0 101 6 16 0 1 0 111307389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1482/statm: 1339 237 195 169 0 50 0
[pid=1485] ppid=1482 vsize=91288 CPUtime=581.03
/proc/1485/stat : 1485 (LySATi) R 1482 1482 1410 0 -1 4194304 22505 0 0 0 58080 23 0 0 25 0 1 0 111307497 93478912 22490 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/1485/statm: 22822 22490 81 174 0 22645 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 96644

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.90 2/67 1485
/proc/meminfo: memFree=1537496/2055920 swapFree=4180680/4192956
[pid=1482] ppid=1480 vsize=5356 CPUtime=1.07
/proc/1482/stat : 1482 (lysat.sh) S 1480 1482 1410 0 -1 4194304 310 7254 0 0 0 0 101 6 16 0 1 0 111307389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1482/statm: 1339 237 195 169 0 50 0
[pid=1485] ppid=1482 vsize=98160 CPUtime=641.03
/proc/1485/stat : 1485 (LySATi) R 1482 1482 1410 0 -1 4194304 24261 0 0 0 64077 26 0 0 25 0 1 0 111307497 100515840 24246 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/1485/statm: 24540 24246 81 174 0 24363 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 103516

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 1485
/proc/meminfo: memFree=1537368/2055920 swapFree=4180680/4192956
[pid=1482] ppid=1480 vsize=5356 CPUtime=1.07
/proc/1482/stat : 1482 (lysat.sh) S 1480 1482 1410 0 -1 4194304 310 7254 0 0 0 0 101 6 16 0 1 0 111307389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1482/statm: 1339 237 195 169 0 50 0
[pid=1485] ppid=1482 vsize=98376 CPUtime=701
/proc/1485/stat : 1485 (LySATi) R 1482 1482 1410 0 -1 4194304 24287 0 0 0 70074 26 0 0 25 0 1 0 111307497 100737024 24272 1992294400 134512640 135226915 4294956224 18446744073709551615 134536919 0 0 4096 3 0 0 0 17 1 0 0
/proc/1485/statm: 24594 24272 81 174 0 24417 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 103732

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 1485
/proc/meminfo: memFree=1537240/2055920 swapFree=4180680/4192956
[pid=1482] ppid=1480 vsize=5356 CPUtime=1.07
/proc/1482/stat : 1482 (lysat.sh) S 1480 1482 1410 0 -1 4194304 310 7254 0 0 0 0 101 6 16 0 1 0 111307389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1482/statm: 1339 237 195 169 0 50 0
[pid=1485] ppid=1482 vsize=98376 CPUtime=760.99
/proc/1485/stat : 1485 (LySATi) R 1482 1482 1410 0 -1 4194304 24315 0 0 0 76073 26 0 0 25 0 1 0 111307497 100737024 24300 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/1485/statm: 24594 24300 81 174 0 24417 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 103732

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 1485
/proc/meminfo: memFree=1519704/2055920 swapFree=4180680/4192956
[pid=1482] ppid=1480 vsize=5356 CPUtime=1.07
/proc/1482/stat : 1482 (lysat.sh) S 1480 1482 1410 0 -1 4194304 310 7254 0 0 0 0 101 6 16 0 1 0 111307389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1482/statm: 1339 237 195 169 0 50 0
[pid=1485] ppid=1482 vsize=116736 CPUtime=820.97
/proc/1485/stat : 1485 (LySATi) R 1482 1482 1410 0 -1 4194304 28742 0 0 0 82067 30 0 0 25 0 1 0 111307497 119537664 28727 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/1485/statm: 29184 28727 81 174 0 29007 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 122092

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 1485
/proc/meminfo: memFree=1515736/2055920 swapFree=4180680/4192956
[pid=1482] ppid=1480 vsize=5356 CPUtime=1.07
/proc/1482/stat : 1482 (lysat.sh) S 1480 1482 1410 0 -1 4194304 310 7254 0 0 0 0 101 6 16 0 1 0 111307389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1482/statm: 1339 237 195 169 0 50 0
[pid=1485] ppid=1482 vsize=120548 CPUtime=880.95
/proc/1485/stat : 1485 (LySATi) R 1482 1482 1410 0 -1 4194304 29691 0 0 0 88064 31 0 0 25 0 1 0 111307497 123441152 29676 1992294400 134512640 135226915 4294956224 18446744073709551615 134537062 0 0 4096 3 0 0 0 17 1 0 0
/proc/1485/statm: 30137 29676 81 174 0 29960 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 125904

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 1491
/proc/meminfo: memFree=1515408/2055920 swapFree=4180680/4192956
[pid=1482] ppid=1480 vsize=5356 CPUtime=1.07
/proc/1482/stat : 1482 (lysat.sh) S 1480 1482 1410 0 -1 4194304 310 7254 0 0 0 0 101 6 16 0 1 0 111307389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1482/statm: 1339 237 195 169 0 50 0
[pid=1485] ppid=1482 vsize=120736 CPUtime=940.93
/proc/1485/stat : 1485 (LySATi) R 1482 1482 1410 0 -1 4194304 29727 0 0 0 94062 31 0 0 25 0 1 0 111307497 123633664 29712 1992294400 134512640 135226915 4294956224 18446744073709551615 134537366 0 0 4096 3 0 0 0 17 1 0 0
/proc/1485/statm: 30184 29712 81 174 0 30007 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 126092

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 1491
/proc/meminfo: memFree=1515408/2055920 swapFree=4180680/4192956
[pid=1482] ppid=1480 vsize=5356 CPUtime=1.07
/proc/1482/stat : 1482 (lysat.sh) S 1480 1482 1410 0 -1 4194304 310 7254 0 0 0 0 101 6 16 0 1 0 111307389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1482/statm: 1339 237 195 169 0 50 0
[pid=1485] ppid=1482 vsize=120736 CPUtime=1000.91
/proc/1485/stat : 1485 (LySATi) R 1482 1482 1410 0 -1 4194304 29740 0 0 0 100060 31 0 0 25 0 1 0 111307497 123633664 29725 1992294400 134512640 135226915 4294956224 18446744073709551615 134537076 0 0 4096 3 0 0 0 17 1 0 0
/proc/1485/statm: 30184 29725 81 174 0 30007 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 126092

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 1491
/proc/meminfo: memFree=1514896/2055920 swapFree=4180680/4192956
[pid=1482] ppid=1480 vsize=5356 CPUtime=1.07
/proc/1482/stat : 1482 (lysat.sh) S 1480 1482 1410 0 -1 4194304 310 7254 0 0 0 0 101 6 16 0 1 0 111307389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1482/statm: 1339 237 195 169 0 50 0
[pid=1485] ppid=1482 vsize=121412 CPUtime=1060.89
/proc/1485/stat : 1485 (LySATi) R 1482 1482 1410 0 -1 4194304 29852 0 0 0 106058 31 0 0 25 0 1 0 111307497 124325888 29837 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0
/proc/1485/statm: 30353 29837 81 174 0 30176 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 126768

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 1491
/proc/meminfo: memFree=1499536/2055920 swapFree=4180680/4192956
[pid=1482] ppid=1480 vsize=5356 CPUtime=1.07
/proc/1482/stat : 1482 (lysat.sh) S 1480 1482 1410 0 -1 4194304 310 7254 0 0 0 0 101 6 16 0 1 0 111307389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1482/statm: 1339 237 195 169 0 50 0
[pid=1485] ppid=1482 vsize=136784 CPUtime=1120.88
/proc/1485/stat : 1485 (LySATi) R 1482 1482 1410 0 -1 4194304 33710 0 0 0 112052 36 0 0 25 0 1 0 111307497 140066816 33695 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/1485/statm: 34196 33695 81 174 0 34019 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 142140

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 1491
/proc/meminfo: memFree=1484432/2055920 swapFree=4180680/4192956
[pid=1482] ppid=1480 vsize=5356 CPUtime=1.07
/proc/1482/stat : 1482 (lysat.sh) S 1480 1482 1410 0 -1 4194304 310 7254 0 0 0 0 101 6 16 0 1 0 111307389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1482/statm: 1339 237 195 169 0 50 0
[pid=1485] ppid=1482 vsize=151920 CPUtime=1180.86
/proc/1485/stat : 1485 (LySATi) R 1482 1482 1410 0 -1 4194304 37525 0 0 0 118046 40 0 0 25 0 1 0 111307497 155566080 37510 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 1 0 0
/proc/1485/statm: 37980 37510 81 174 0 37803 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 157276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 1491
/proc/meminfo: memFree=1479888/2055920 swapFree=4180680/4192956
[pid=1482] ppid=1480 vsize=5356 CPUtime=1.07
/proc/1482/stat : 1482 (lysat.sh) S 1480 1482 1410 0 -1 4194304 310 7254 0 0 0 0 101 6 16 0 1 0 111307389 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1482/statm: 1339 237 195 169 0 50 0
[pid=1485] ppid=1482 vsize=156008 CPUtime=1198.96
/proc/1485/stat : 1485 (LySATi) R 1482 1482 1410 0 -1 4194304 38576 0 0 0 119855 41 0 0 25 0 1 0 111307497 159752192 38561 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/1485/statm: 39002 38561 81 174 0 38825 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 161364

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 1482 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=15845
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=65989
# CPU time returned by wait4() is 1.08183
# while last known CPU time is 1200.03
#
# 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.03
CPU user time (s): 1199.56
CPU system time (s): 0.47
CPU usage (%): 99.9682
Max. virtual memory (cumulated for all children) (KiB): 161364

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

runsolver used 0.942856 second user time and 3.43548 second system time

The end

Launcher Data

Begin job on node73 at 2009-04-27 13:45:51
IDJOB=1737782
IDBENCH=71795
IDSOLVER=511
FILE ID=node73/1737782-1240832750
PBS_JOBID= 9187529
Free space on /tmp= 66352 MiB

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

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

MD5SUM BENCH= 0d370d04a9d4b23f62a82c23b7beb9be
RANDOM SEED=388671069

node73.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.214
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.214
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:       1640904 kB
Buffers:         59368 kB
Cached:         272180 kB
SwapCached:       5936 kB
Active:          91256 kB
Inactive:       248520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1640904 kB
SwapTotal:     4192956 kB
SwapFree:      4180680 kB
Dirty:            7584 kB
Writeback:           0 kB
Mapped:          13932 kB
Slab:            61160 kB
Committed_AS:   498172 kB
PageTables:       1396 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= 66344 MiB
End job on node73 at 2009-04-27 14:05:53