Trace number 1737888

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

General information on the benchmark

NameCRAFTED/parity-games/
instance_n9_i9_pp_ci_ce.cnf
MD5SUM17405d60322fbbfc84267e396be14b66
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark145.595
Satisfiable
(Un)Satisfiability was proved
Number of variables33867
Number of clauses457280
Sum of the clauses size1516932
Maximum clause length72
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 272774
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.39/0.42	c ==============================================================================
0.39/0.42	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.42	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.42	c ==============================================================================
0.39/0.42	c |         0 |  457280  1516932 |  137183       0        0     nan |  0.000 % |
1.29/1.33	c |         0 |  430817  1454479 |      --       0       --      -- |     --   | -26463/-62453
1.29/1.33	c ==============================================================================
1.29/1.33	c Result  :   #vars: 23801   #clauses: 430817   #literals: 1454479
1.29/1.33	c CPU time:   1.25181 s
1.29/1.33	c ==============================================================================
1.89/1.94	c lySAT 0.1
1.89/1.94	c minisat core +  additionnal features
1.89/1.94	c ============================[ Problem Statistics ]=============================
1.89/1.94	c |                                                                             |
1.89/1.94	c |  Number of variables:  23801                                                |
1.89/1.94	c |  Number of clauses:    430817                                               |
2.18/2.21	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-1737888-1240833615/watcher-1737888-1240833615 -o /tmp/evaluation-result-1737888-1240833615/solver-1737888-1240833615 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1737888-1240833615.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.91 3/64 1412
/proc/meminfo: memFree=1550384/2055920 swapFree=4180888/4192956
[pid=1412] ppid=1410 vsize=5356 CPUtime=0
/proc/1412/stat : 1412 (lysat.sh) S 1410 1412 1318 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 111395056 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1412/statm: 1339 235 195 169 0 50 0
[pid=1413] ppid=1412 vsize=3924 CPUtime=0
/proc/1413/stat : 1413 (SatElite) R 1412 1412 1318 0 -1 4194304 599 0 0 0 0 0 0 0 18 0 1 0 111395057 4018176 583 1992294400 134512640 135034092 4294956112 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 1 0 0
/proc/1413/statm: 981 590 50 127 0 851 0

[startup+0.104865 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 1412
/proc/meminfo: memFree=1550384/2055920 swapFree=4180888/4192956
[pid=1412] ppid=1410 vsize=5356 CPUtime=0
/proc/1412/stat : 1412 (lysat.sh) S 1410 1412 1318 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 111395056 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1412/statm: 1339 235 195 169 0 50 0
[pid=1413] ppid=1412 vsize=12884 CPUtime=0.09
/proc/1413/stat : 1413 (SatElite) R 1412 1412 1318 0 -1 4194304 2516 0 0 0 8 1 0 0 18 0 1 0 111395057 13193216 2453 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/1413/statm: 3221 2454 50 127 0 3091 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18240

[startup+0.201875 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 1412
/proc/meminfo: memFree=1550384/2055920 swapFree=4180888/4192956
[pid=1412] ppid=1410 vsize=5356 CPUtime=0
/proc/1412/stat : 1412 (lysat.sh) S 1410 1412 1318 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 111395056 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1412/statm: 1339 235 195 169 0 50 0
[pid=1413] ppid=1412 vsize=19732 CPUtime=0.19
/proc/1413/stat : 1413 (SatElite) R 1412 1412 1318 0 -1 4194304 4220 0 0 0 17 2 0 0 18 0 1 0 111395057 20205568 4157 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/1413/statm: 4933 4158 50 127 0 4803 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 25088

[startup+0.301884 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 1412
/proc/meminfo: memFree=1550384/2055920 swapFree=4180888/4192956
[pid=1412] ppid=1410 vsize=5356 CPUtime=0
/proc/1412/stat : 1412 (lysat.sh) S 1410 1412 1318 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 111395056 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1412/statm: 1339 235 195 169 0 50 0
[pid=1413] ppid=1412 vsize=26700 CPUtime=0.28
/proc/1413/stat : 1413 (SatElite) R 1412 1412 1318 0 -1 4194304 5853 0 0 0 25 3 0 0 19 0 1 0 111395057 27340800 5790 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/1413/statm: 6675 5790 50 127 0 6545 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 32056

[startup+0.701926 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 1412
/proc/meminfo: memFree=1550384/2055920 swapFree=4180888/4192956
[pid=1412] ppid=1410 vsize=5356 CPUtime=0
/proc/1412/stat : 1412 (lysat.sh) S 1410 1412 1318 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 111395056 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1412/statm: 1339 235 195 169 0 50 0
[pid=1413] ppid=1412 vsize=46316 CPUtime=0.69
/proc/1413/stat : 1413 (SatElite) R 1412 1412 1318 0 -1 4194304 10601 0 0 0 63 6 0 0 23 0 1 0 111395057 47427584 10439 1992294400 134512640 135034092 4294956112 18446744073709551615 134566342 0 0 4096 3 0 0 0 17 1 0 0
/proc/1413/statm: 11579 10439 68 127 0 11449 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51672

[startup+1.50201 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1414
/proc/meminfo: memFree=1503328/2055920 swapFree=4180888/4192956
[pid=1412] ppid=1410 vsize=5356 CPUtime=0
/proc/1412/stat : 1412 (lysat.sh) S 1410 1412 1318 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 111395056 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1412/statm: 1339 235 195 169 0 50 0
[pid=1413] ppid=1412 vsize=48432 CPUtime=1.49
/proc/1413/stat : 1413 (SatElite) R 1412 1412 1318 0 -1 4194304 12791 0 0 0 141 8 0 0 25 0 1 0 111395057 49594368 10697 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/1413/statm: 12108 10697 68 127 0 11978 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53788

[startup+3.10117 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1415
/proc/meminfo: memFree=1515872/2055920 swapFree=4180888/4192956
[pid=1412] ppid=1410 vsize=5356 CPUtime=1.93
/proc/1412/stat : 1412 (lysat.sh) S 1410 1412 1318 0 -1 4194304 310 12794 0 0 0 0 181 12 16 0 1 0 111395056 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1412/statm: 1339 237 195 169 0 50 0
[pid=1415] ppid=1412 vsize=29308 CPUtime=1.14
/proc/1415/stat : 1415 (LySATi) R 1412 1412 1318 0 -1 4194304 7140 0 0 0 110 4 0 0 25 0 1 0 111395251 30011392 7125 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/1415/statm: 7327 7125 81 174 0 7150 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 34664

[startup+6.3015 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1415
/proc/meminfo: memFree=1509920/2055920 swapFree=4180888/4192956
[pid=1412] ppid=1410 vsize=5356 CPUtime=1.93
/proc/1412/stat : 1412 (lysat.sh) S 1410 1412 1318 0 -1 4194304 310 12794 0 0 0 0 181 12 16 0 1 0 111395056 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1412/statm: 1339 237 195 169 0 50 0
[pid=1415] ppid=1412 vsize=30880 CPUtime=4.34
/proc/1415/stat : 1415 (LySATi) R 1412 1412 1318 0 -1 4194304 7511 0 0 0 428 6 0 0 25 0 1 0 111395251 31621120 7496 1992294400 134512640 135226915 4294956224 18446744073709551615 134541006 0 0 4096 3 0 0 0 17 1 0 0
/proc/1415/statm: 7720 7496 81 174 0 7543 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 36236

[startup+12.7011 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1415
/proc/meminfo: memFree=1508384/2055920 swapFree=4180888/4192956
[pid=1412] ppid=1410 vsize=5356 CPUtime=1.93
/proc/1412/stat : 1412 (lysat.sh) S 1410 1412 1318 0 -1 4194304 310 12794 0 0 0 0 181 12 16 0 1 0 111395056 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1412/statm: 1339 237 195 169 0 50 0
[pid=1415] ppid=1412 vsize=32472 CPUtime=10.74
/proc/1415/stat : 1415 (LySATi) R 1412 1412 1318 0 -1 4194304 7921 0 0 0 1067 7 0 0 25 0 1 0 111395251 33251328 7906 1992294400 134512640 135226915 4294956224 18446744073709551615 134550389 0 0 4096 3 0 0 0 17 1 0 0
/proc/1415/statm: 8118 7906 81 174 0 7941 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 37828

[startup+25.5015 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1415
/proc/meminfo: memFree=1505632/2055920 swapFree=4180888/4192956
[pid=1412] ppid=1410 vsize=5356 CPUtime=1.93
/proc/1412/stat : 1412 (lysat.sh) S 1410 1412 1318 0 -1 4194304 310 12794 0 0 0 0 181 12 16 0 1 0 111395056 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1412/statm: 1339 237 195 169 0 50 0
[pid=1415] ppid=1412 vsize=35084 CPUtime=23.54
/proc/1415/stat : 1415 (LySATi) R 1412 1412 1318 0 -1 4194304 8556 0 0 0 2346 8 0 0 25 0 1 0 111395251 35926016 8541 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/1415/statm: 8771 8541 81 174 0 8594 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 40440

[startup+51.1011 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1421
/proc/meminfo: memFree=1502368/2055920 swapFree=4180888/4192956
[pid=1412] ppid=1410 vsize=5356 CPUtime=1.93
/proc/1412/stat : 1412 (lysat.sh) S 1410 1412 1318 0 -1 4194304 310 12794 0 0 0 0 181 12 16 0 1 0 111395056 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1412/statm: 1339 237 195 169 0 50 0
[pid=1415] ppid=1412 vsize=38404 CPUtime=49.12
/proc/1415/stat : 1415 (LySATi) R 1412 1412 1318 0 -1 4194304 9363 0 0 0 4903 9 0 0 25 0 1 0 111395251 39325696 9348 1992294400 134512640 135226915 4294956224 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 1 0 0
/proc/1415/statm: 9601 9348 81 174 0 9424 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 43760

[startup+102.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1421
/proc/meminfo: memFree=1493728/2055920 swapFree=4180888/4192956
[pid=1412] ppid=1410 vsize=5356 CPUtime=1.93
/proc/1412/stat : 1412 (lysat.sh) S 1410 1412 1318 0 -1 4194304 310 12794 0 0 0 0 181 12 16 0 1 0 111395056 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1412/statm: 1339 237 195 169 0 50 0
[pid=1415] ppid=1412 vsize=47164 CPUtime=100.31
/proc/1415/stat : 1415 (LySATi) R 1412 1412 1318 0 -1 4194304 11564 0 0 0 10020 11 0 0 25 0 1 0 111395251 48295936 11549 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/1415/statm: 11791 11549 81 174 0 11614 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 52520

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1421
/proc/meminfo: memFree=1486240/2055920 swapFree=4180888/4192956
[pid=1412] ppid=1410 vsize=5356 CPUtime=1.93
/proc/1412/stat : 1412 (lysat.sh) S 1410 1412 1318 0 -1 4194304 310 12794 0 0 0 0 181 12 16 0 1 0 111395056 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1412/statm: 1339 237 195 169 0 50 0
[pid=1415] ppid=1412 vsize=54584 CPUtime=160.3
/proc/1415/stat : 1415 (LySATi) R 1412 1412 1318 0 -1 4194304 13421 0 0 0 16016 14 0 0 25 0 1 0 111395251 55894016 13406 1992294400 134512640 135226915 4294956224 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 1 0 0
/proc/1415/statm: 13646 13406 81 174 0 13469 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 59940

[startup+222.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1421
/proc/meminfo: memFree=1479840/2055920 swapFree=4180888/4192956
[pid=1412] ppid=1410 vsize=5356 CPUtime=1.93
/proc/1412/stat : 1412 (lysat.sh) S 1410 1412 1318 0 -1 4194304 310 12794 0 0 0 0 181 12 16 0 1 0 111395056 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1412/statm: 1339 237 195 169 0 50 0
[pid=1415] ppid=1412 vsize=60876 CPUtime=220.28
/proc/1415/stat : 1415 (LySATi) R 1412 1412 1318 0 -1 4194304 15021 0 0 0 22012 16 0 0 25 0 1 0 111395251 62337024 15006 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/1415/statm: 15219 15006 81 174 0 15042 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 66232

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1421
/proc/meminfo: memFree=1471328/2055920 swapFree=4180888/4192956
[pid=1412] ppid=1410 vsize=5356 CPUtime=1.93
/proc/1412/stat : 1412 (lysat.sh) S 1410 1412 1318 0 -1 4194304 310 12794 0 0 0 0 181 12 16 0 1 0 111395056 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1412/statm: 1339 237 195 169 0 50 0
[pid=1415] ppid=1412 vsize=69508 CPUtime=280.27
/proc/1415/stat : 1415 (LySATi) R 1412 1412 1318 0 -1 4194304 17142 0 0 0 28007 20 0 0 25 0 1 0 111395251 71176192 17127 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/1415/statm: 17377 17127 81 174 0 17200 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 74864

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1421
/proc/meminfo: memFree=1463648/2055920 swapFree=4180888/4192956
[pid=1412] ppid=1410 vsize=5356 CPUtime=1.93
/proc/1412/stat : 1412 (lysat.sh) S 1410 1412 1318 0 -1 4194304 310 12794 0 0 0 0 181 12 16 0 1 0 111395056 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1412/statm: 1339 237 195 169 0 50 0
[pid=1415] ppid=1412 vsize=77068 CPUtime=340.25
/proc/1415/stat : 1415 (LySATi) R 1412 1412 1318 0 -1 4194304 19054 0 0 0 34003 22 0 0 25 0 1 0 111395251 78917632 19039 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/1415/statm: 19267 19039 81 174 0 19090 0

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

/proc/1415/statm: 26387 26108 81 174 0 26210 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 110904

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1421
/proc/meminfo: memFree=1433312/2055920 swapFree=4180888/4192956
[pid=1412] ppid=1410 vsize=5356 CPUtime=1.93
/proc/1412/stat : 1412 (lysat.sh) S 1410 1412 1318 0 -1 4194304 310 12794 0 0 0 0 181 12 16 0 1 0 111395056 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1412/statm: 1339 237 195 169 0 50 0
[pid=1415] ppid=1412 vsize=107540 CPUtime=640.18
/proc/1415/stat : 1415 (LySATi) R 1412 1412 1318 0 -1 4194304 26633 0 0 0 63987 31 0 0 25 0 1 0 111395251 110120960 26618 1992294400 134512640 135226915 4294956224 18446744073709551615 134537082 0 0 4096 3 0 0 0 17 1 0 0
/proc/1415/statm: 26885 26618 81 174 0 26708 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 112896

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1421
/proc/meminfo: memFree=1433184/2055920 swapFree=4180888/4192956
[pid=1412] ppid=1410 vsize=5356 CPUtime=1.93
/proc/1412/stat : 1412 (lysat.sh) S 1410 1412 1318 0 -1 4194304 310 12794 0 0 0 0 181 12 16 0 1 0 111395056 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1412/statm: 1339 237 195 169 0 50 0
[pid=1415] ppid=1412 vsize=107540 CPUtime=700.16
/proc/1415/stat : 1415 (LySATi) R 1412 1412 1318 0 -1 4194304 26634 0 0 0 69985 31 0 0 25 0 1 0 111395251 110120960 26619 1992294400 134512640 135226915 4294956224 18446744073709551615 134536882 0 0 4096 3 0 0 0 17 1 0 0
/proc/1415/statm: 26885 26619 81 174 0 26708 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 112896

[startup+762.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1421
/proc/meminfo: memFree=1422752/2055920 swapFree=4180888/4192956
[pid=1412] ppid=1410 vsize=5356 CPUtime=1.93
/proc/1412/stat : 1412 (lysat.sh) S 1410 1412 1318 0 -1 4194304 310 12794 0 0 0 0 181 12 16 0 1 0 111395056 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1412/statm: 1339 237 195 169 0 50 0
[pid=1415] ppid=1412 vsize=117960 CPUtime=760.15
/proc/1415/stat : 1415 (LySATi) R 1412 1412 1318 0 -1 4194304 29246 0 0 0 75981 34 0 0 25 0 1 0 111395251 120791040 29231 1992294400 134512640 135226915 4294956224 18446744073709551615 134538656 0 0 4096 3 0 0 0 17 1 0 0
/proc/1415/statm: 29490 29231 81 174 0 29313 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 123316

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1421
/proc/meminfo: memFree=1403232/2055920 swapFree=4180888/4192956
[pid=1412] ppid=1410 vsize=5356 CPUtime=1.93
/proc/1412/stat : 1412 (lysat.sh) S 1410 1412 1318 0 -1 4194304 310 12794 0 0 0 0 181 12 16 0 1 0 111395056 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1412/statm: 1339 237 195 169 0 50 0
[pid=1415] ppid=1412 vsize=138224 CPUtime=820.13
/proc/1415/stat : 1415 (LySATi) R 1412 1412 1318 0 -1 4194304 34162 0 0 0 81973 40 0 0 25 0 1 0 111395251 141541376 34147 1992294400 134512640 135226915 4294956224 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 1 0 0
/proc/1415/statm: 34556 34147 81 174 0 34379 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 143580

[startup+882.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1421
/proc/meminfo: memFree=1402976/2055920 swapFree=4180888/4192956
[pid=1412] ppid=1410 vsize=5356 CPUtime=1.93
/proc/1412/stat : 1412 (lysat.sh) S 1410 1412 1318 0 -1 4194304 310 12794 0 0 0 0 181 12 16 0 1 0 111395056 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1412/statm: 1339 237 195 169 0 50 0
[pid=1415] ppid=1412 vsize=138224 CPUtime=880.12
/proc/1415/stat : 1415 (LySATi) R 1412 1412 1318 0 -1 4194304 34177 0 0 0 87972 40 0 0 25 0 1 0 111395251 141541376 34162 1992294400 134512640 135226915 4294956224 18446744073709551615 134538620 0 0 4096 3 0 0 0 17 1 0 0
/proc/1415/statm: 34556 34162 81 174 0 34379 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 143580

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1421
/proc/meminfo: memFree=1402976/2055920 swapFree=4180888/4192956
[pid=1412] ppid=1410 vsize=5356 CPUtime=1.93
/proc/1412/stat : 1412 (lysat.sh) S 1410 1412 1318 0 -1 4194304 310 12794 0 0 0 0 181 12 16 0 1 0 111395056 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1412/statm: 1339 237 195 169 0 50 0
[pid=1415] ppid=1412 vsize=138224 CPUtime=940.1
/proc/1415/stat : 1415 (LySATi) R 1412 1412 1318 0 -1 4194304 34177 0 0 0 93970 40 0 0 25 0 1 0 111395251 141541376 34162 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/1415/statm: 34556 34162 81 174 0 34379 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 143580

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1421
/proc/meminfo: memFree=1402976/2055920 swapFree=4180888/4192956
[pid=1412] ppid=1410 vsize=5356 CPUtime=1.93
/proc/1412/stat : 1412 (lysat.sh) S 1410 1412 1318 0 -1 4194304 310 12794 0 0 0 0 181 12 16 0 1 0 111395056 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1412/statm: 1339 237 195 169 0 50 0
[pid=1415] ppid=1412 vsize=138224 CPUtime=1000.09
/proc/1415/stat : 1415 (LySATi) R 1412 1412 1318 0 -1 4194304 34177 0 0 0 99968 41 0 0 25 0 1 0 111395251 141541376 34162 1992294400 134512640 135226915 4294956224 18446744073709551615 134536860 0 0 4096 3 0 0 0 17 1 0 0
/proc/1415/statm: 34556 34162 81 174 0 34379 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 143580

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1421
/proc/meminfo: memFree=1398752/2055920 swapFree=4180888/4192956
[pid=1412] ppid=1410 vsize=5356 CPUtime=1.93
/proc/1412/stat : 1412 (lysat.sh) S 1410 1412 1318 0 -1 4194304 310 12794 0 0 0 0 181 12 16 0 1 0 111395056 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1412/statm: 1339 237 195 169 0 50 0
[pid=1415] ppid=1412 vsize=142556 CPUtime=1060.07
/proc/1415/stat : 1415 (LySATi) R 1412 1412 1318 0 -1 4194304 35285 0 0 0 105965 42 0 0 25 0 1 0 111395251 145977344 35270 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/1415/statm: 35639 35270 81 174 0 35462 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 147912

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1421
/proc/meminfo: memFree=1380384/2055920 swapFree=4180888/4192956
[pid=1412] ppid=1410 vsize=5356 CPUtime=1.93
/proc/1412/stat : 1412 (lysat.sh) S 1410 1412 1318 0 -1 4194304 310 12794 0 0 0 0 181 12 16 0 1 0 111395056 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1412/statm: 1339 237 195 169 0 50 0
[pid=1415] ppid=1412 vsize=160440 CPUtime=1120.06
/proc/1415/stat : 1415 (LySATi) R 1412 1412 1318 0 -1 4194304 39814 0 0 0 111958 48 0 0 25 0 1 0 111395251 164290560 39799 1992294400 134512640 135226915 4294956224 18446744073709551615 134536839 0 0 4096 3 0 0 0 17 1 0 0
/proc/1415/statm: 40110 39799 81 174 0 39933 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 165796

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1421
/proc/meminfo: memFree=1380384/2055920 swapFree=4180888/4192956
[pid=1412] ppid=1410 vsize=5356 CPUtime=1.93
/proc/1412/stat : 1412 (lysat.sh) S 1410 1412 1318 0 -1 4194304 310 12794 0 0 0 0 181 12 16 0 1 0 111395056 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1412/statm: 1339 237 195 169 0 50 0
[pid=1415] ppid=1412 vsize=160440 CPUtime=1180.04
/proc/1415/stat : 1415 (LySATi) R 1412 1412 1318 0 -1 4194304 39815 0 0 0 117956 48 0 0 25 0 1 0 111395251 164290560 39800 1992294400 134512640 135226915 4294956224 18446744073709551615 134526035 0 0 4096 3 0 0 0 17 1 0 0
/proc/1415/statm: 40110 39800 81 174 0 39933 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 165796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1421
/proc/meminfo: memFree=1380384/2055920 swapFree=4180888/4192956
[pid=1412] ppid=1410 vsize=5356 CPUtime=1.93
/proc/1412/stat : 1412 (lysat.sh) S 1410 1412 1318 0 -1 4194304 310 12794 0 0 0 0 181 12 16 0 1 0 111395056 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1412/statm: 1339 237 195 169 0 50 0
[pid=1415] ppid=1412 vsize=160440 CPUtime=1198.14
/proc/1415/stat : 1415 (LySATi) R 1412 1412 1318 0 -1 4194304 39815 0 0 0 119766 48 0 0 25 0 1 0 111395251 164290560 39800 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/1415/statm: 40110 39800 81 174 0 39933 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 165796

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: 0.99 0.97 0.91 2/66 1421
/proc/meminfo: memFree=1380384/2055920 swapFree=4180888/4192956
[pid=1412] ppid=1410 vsize=5356 CPUtime=1.93
/proc/1412/stat : 1412 (lysat.sh) S 1410 1412 1318 0 -1 4194304 310 12794 0 0 0 0 181 12 16 0 1 0 111395056 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1412/statm: 1339 237 195 169 0 50 0
[pid=1415] ppid=1412 vsize=160440 CPUtime=1198.14
/proc/1415/stat : 1415 (LySATi) R 1412 1412 1318 0 -1 4194304 39815 0 0 0 119766 48 0 0 25 0 1 0 111395251 164290560 39800 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/1415/statm: 40110 39800 81 174 0 39933 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 165796

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1412 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=820723
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=124981
# CPU time returned by wait4() is 1.9457
# while last known CPU time is 1200.07
#
# 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.07
CPU user time (s): 1199.47
CPU system time (s): 0.6
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (KiB): 165796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.82072
system time used= 0.124981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13104
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.34979 second user time and 2.91556 second system time

The end

Launcher Data

Begin job on node24 at 2009-04-27 14:00:15
IDJOB=1737888
IDBENCH=71797
IDSOLVER=511
FILE ID=node24/1737888-1240833615
PBS_JOBID= 9187485
Free space on /tmp= 66244 MiB

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

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

MD5SUM BENCH= 17405d60322fbbfc84267e396be14b66
RANDOM SEED=2135986987

node24.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.232
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.232
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:       1550864 kB
Buffers:         66148 kB
Cached:         355252 kB
SwapCached:       5912 kB
Active:         177620 kB
Inactive:       252244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1550864 kB
SwapTotal:     4192956 kB
SwapFree:      4180888 kB
Dirty:           12332 kB
Writeback:           0 kB
Mapped:          14060 kB
Slab:            61144 kB
Committed_AS:   481700 kB
PageTables:       1440 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= 66228 MiB
End job on node24 at 2009-04-27 14:20:18