Trace number 1727578

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

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-equilarge_l1.used-as.sat04-893.sat05-4187.reshuffled-07.cnf
MD5SUM181c4935b6e4cd791aedd030930111fa
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables16866
Number of clauses2507999
Sum of the clauses size5028712
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22505923
Number of clauses of size 31
Number of clauses of size 47
Number of clauses of size 59
Number of clauses of size over 52059

Solver Data

0.00/0.00	c Parsing...
2.39/2.43	c ==============================================================================
2.39/2.43	c |           |     ORIGINAL     |              LEARNT              |          |
2.39/2.43	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.39/2.43	c ==============================================================================
2.39/2.43	c |         0 | 2507999  5028712 |  752399       0        0     nan |  0.000 % |
51.65/51.76	c |         0 | 2490066  8503430 |      --       0       --      -- |     --   | -17933/3474718
51.65/51.76	c ==============================================================================
51.65/51.76	c Result  :   #vars: 14776   #clauses: 2490066   #literals: 8503430
51.65/51.76	c CPU time:   51.3332 s
51.65/51.76	c ==============================================================================
55.34/55.46	c lySAT 0.1
55.34/55.46	c minisat core +  additionnal features
55.34/55.46	c ============================[ Problem Statistics ]=============================
55.34/55.46	c |                                                                             |
55.34/55.46	c |  Number of variables:  14776                                                |
55.34/55.46	c |  Number of clauses:    2490066                                              |
57.43/57.59	c |  Parsing time:         1.90         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-1727578-1240726572/watcher-1727578-1240726572 -o /tmp/evaluation-result-1727578-1240726572/solver-1727578-1240726572 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1727578-1240726572.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.77 1.80 1.43 3/64 419
/proc/meminfo: memFree=1689528/2055920 swapFree=4181440/4192956
[pid=419] ppid=417 vsize=5356 CPUtime=0
/proc/419/stat : 419 (lysat.sh) S 417 419 32753 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 100686176 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/419/statm: 1339 235 195 169 0 50 0
[pid=420] ppid=419 vsize=984 CPUtime=0
/proc/420/stat : 420 (SatElite) R 419 419 32753 0 -1 4194304 151 0 0 0 0 0 0 0 22 0 1 0 100686177 1007616 135 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 1 0 0
/proc/420/statm: 293 143 50 127 0 163 0

[startup+0.056214 s]
/proc/loadavg: 1.77 1.80 1.43 3/64 419
/proc/meminfo: memFree=1689528/2055920 swapFree=4181440/4192956
[pid=419] ppid=417 vsize=5356 CPUtime=0
/proc/419/stat : 419 (lysat.sh) S 417 419 32753 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 100686176 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/419/statm: 1339 235 195 169 0 50 0
[pid=420] ppid=419 vsize=6416 CPUtime=0.04
/proc/420/stat : 420 (SatElite) R 419 419 32753 0 -1 4194304 1233 0 0 0 4 0 0 0 22 0 1 0 100686177 6569984 1217 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/420/statm: 1604 1217 50 127 0 1474 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11772

[startup+0.101219 s]
/proc/loadavg: 1.77 1.80 1.43 3/64 419
/proc/meminfo: memFree=1689528/2055920 swapFree=4181440/4192956
[pid=419] ppid=417 vsize=5356 CPUtime=0
/proc/419/stat : 419 (lysat.sh) S 417 419 32753 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 100686176 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/419/statm: 1339 235 195 169 0 50 0
[pid=420] ppid=419 vsize=9180 CPUtime=0.08
/proc/420/stat : 420 (SatElite) R 419 419 32753 0 -1 4194304 1896 0 0 0 7 1 0 0 22 0 1 0 100686177 9400320 1880 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/420/statm: 2295 1880 50 127 0 2165 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14536

[startup+0.301248 s]
/proc/loadavg: 1.77 1.80 1.43 3/64 419
/proc/meminfo: memFree=1689528/2055920 swapFree=4181440/4192956
[pid=419] ppid=417 vsize=5356 CPUtime=0
/proc/419/stat : 419 (lysat.sh) S 417 419 32753 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 100686176 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/419/statm: 1339 235 195 169 0 50 0
[pid=420] ppid=419 vsize=20352 CPUtime=0.28
/proc/420/stat : 420 (SatElite) R 419 419 32753 0 -1 4194304 4561 0 0 0 26 2 0 0 23 0 1 0 100686177 20840448 4545 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/420/statm: 5088 4545 50 127 0 4958 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 25708

[startup+0.701307 s]
/proc/loadavg: 1.77 1.80 1.43 3/64 419
/proc/meminfo: memFree=1689528/2055920 swapFree=4181440/4192956
[pid=419] ppid=417 vsize=5356 CPUtime=0
/proc/419/stat : 419 (lysat.sh) S 417 419 32753 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 100686176 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/419/statm: 1339 235 195 169 0 50 0
[pid=420] ppid=419 vsize=41804 CPUtime=0.68
/proc/420/stat : 420 (SatElite) R 419 419 32753 0 -1 4194304 9893 0 0 0 62 6 0 0 25 0 1 0 100686177 42807296 9877 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/420/statm: 10451 9877 50 127 0 10321 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 47160

[startup+1.50142 s]
/proc/loadavg: 1.77 1.80 1.43 2/66 421
/proc/meminfo: memFree=1637160/2055920 swapFree=4181440/4192956
[pid=419] ppid=417 vsize=5356 CPUtime=0
/proc/419/stat : 419 (lysat.sh) S 417 419 32753 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 100686176 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/419/statm: 1339 235 195 169 0 50 0
[pid=420] ppid=419 vsize=85104 CPUtime=1.48
/proc/420/stat : 420 (SatElite) R 419 419 32753 0 -1 4194304 20612 0 0 0 135 13 0 0 25 0 1 0 100686177 87146496 20596 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/420/statm: 21276 20596 50 127 0 21146 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 90460

[startup+3.10166 s]
/proc/loadavg: 1.77 1.80 1.43 2/66 421
/proc/meminfo: memFree=1571112/2055920 swapFree=4181440/4192956
[pid=419] ppid=417 vsize=5356 CPUtime=0
/proc/419/stat : 419 (lysat.sh) S 417 419 32753 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 100686176 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/419/statm: 1339 235 195 169 0 50 0
[pid=420] ppid=419 vsize=152968 CPUtime=3.08
/proc/420/stat : 420 (SatElite) R 419 419 32753 0 -1 4194304 33741 0 0 0 288 20 0 0 25 0 1 0 100686177 156639232 33725 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/420/statm: 38242 33725 68 127 0 38112 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 158324

[startup+6.30113 s]
/proc/loadavg: 1.71 1.78 1.42 2/66 421
/proc/meminfo: memFree=1529000/2055920 swapFree=4181440/4192956
[pid=419] ppid=417 vsize=5356 CPUtime=0
/proc/419/stat : 419 (lysat.sh) S 417 419 32753 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 100686176 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/419/statm: 1339 235 195 169 0 50 0
[pid=420] ppid=419 vsize=181444 CPUtime=6.27
/proc/420/stat : 420 (SatElite) R 419 419 32753 0 -1 4194304 40725 0 0 0 601 26 0 0 25 0 1 0 100686177 185798656 40709 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/420/statm: 45361 40709 68 127 0 45231 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 186800

[startup+12.7011 s]
/proc/loadavg: 1.65 1.77 1.42 2/66 421
/proc/meminfo: memFree=1461288/2055920 swapFree=4181440/4192956
[pid=419] ppid=417 vsize=5356 CPUtime=0
/proc/419/stat : 419 (lysat.sh) S 417 419 32753 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 100686176 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/419/statm: 1339 235 195 169 0 50 0
[pid=420] ppid=419 vsize=270148 CPUtime=12.67
/proc/420/stat : 420 (SatElite) R 419 419 32753 0 -1 4194304 54983 0 0 0 1229 38 0 0 25 0 1 0 100686177 276631552 54967 1992294400 134512640 135034092 4294956096 18446744073709551615 134569623 0 0 4096 3 0 0 0 17 1 0 0
/proc/420/statm: 67537 54967 68 127 0 67407 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 275504

[startup+25.502 s]
/proc/loadavg: 1.50 1.73 1.41 2/66 421
/proc/meminfo: memFree=1460968/2055920 swapFree=4181440/4192956
[pid=419] ppid=417 vsize=5356 CPUtime=0
/proc/419/stat : 419 (lysat.sh) S 417 419 32753 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 100686176 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/419/statm: 1339 235 195 169 0 50 0
[pid=420] ppid=419 vsize=270524 CPUtime=25.47
/proc/420/stat : 420 (SatElite) R 419 419 32753 0 -1 4194304 55074 0 0 0 2509 38 0 0 25 0 1 0 100686177 277016576 55058 1992294400 134512640 135034092 4294956096 18446744073709551615 134569395 0 0 4096 3 0 0 0 17 1 0 0
/proc/420/statm: 67631 55058 68 127 0 67501 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 275880

[startup+51.1017 s]
/proc/loadavg: 1.33 1.67 1.40 2/66 421
/proc/meminfo: memFree=1460904/2055920 swapFree=4181440/4192956
[pid=419] ppid=417 vsize=5356 CPUtime=0
/proc/419/stat : 419 (lysat.sh) S 417 419 32753 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 100686176 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/419/statm: 1339 235 195 169 0 50 0
[pid=420] ppid=419 vsize=270800 CPUtime=51.05
/proc/420/stat : 420 (SatElite) R 419 419 32753 0 -1 4194304 55178 0 0 0 5067 38 0 0 25 0 1 0 100686177 277299200 55103 1992294400 134512640 135034092 4294956096 18446744073709551615 134569611 0 0 4096 3 0 0 0 17 1 0 0
/proc/420/statm: 67700 55103 68 127 0 67570 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 276156

[startup+102.305 s]
/proc/loadavg: 1.18 1.58 1.38 2/66 422
/proc/meminfo: memFree=1467048/2055920 swapFree=4181440/4192956
[pid=419] ppid=417 vsize=5356 CPUtime=55.4
/proc/419/stat : 419 (lysat.sh) S 417 419 32753 0 -1 4194304 310 55199 0 0 0 0 5478 62 16 0 1 0 100686176 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/419/statm: 1339 237 195 169 0 50 0
[pid=422] ppid=419 vsize=165324 CPUtime=46.8
/proc/422/stat : 422 (LySATi) R 419 419 32753 0 -1 4194304 40144 0 0 0 4653 27 0 0 25 0 1 0 100691722 169291776 40129 1992294400 134512640 135226915 4294956208 18446744073709551615 134536933 0 0 4096 3 0 0 0 17 1 0 0
/proc/422/statm: 41331 40129 80 174 0 41154 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 170680

[startup+162.301 s]
/proc/loadavg: 1.07 1.47 1.36 2/66 422
/proc/meminfo: memFree=1464040/2055920 swapFree=4181440/4192956
[pid=419] ppid=417 vsize=5356 CPUtime=55.4
/proc/419/stat : 419 (lysat.sh) S 417 419 32753 0 -1 4194304 310 55199 0 0 0 0 5478 62 16 0 1 0 100686176 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/419/statm: 1339 237 195 169 0 50 0
[pid=422] ppid=419 vsize=168448 CPUtime=106.77
/proc/422/stat : 422 (LySATi) R 419 419 32753 0 -1 4194304 40911 0 0 0 10649 28 0 0 25 0 1 0 100691722 172490752 40896 1992294400 134512640 135226915 4294956208 18446744073709551615 134536926 0 0 4096 3 0 0 0 17 1 0 0
/proc/422/statm: 42112 40896 80 174 0 41935 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 173804

[startup+222.302 s]
/proc/loadavg: 1.02 1.38 1.33 2/66 422
/proc/meminfo: memFree=1461096/2055920 swapFree=4181440/4192956
[pid=419] ppid=417 vsize=5356 CPUtime=55.4
/proc/419/stat : 419 (lysat.sh) S 417 419 32753 0 -1 4194304 310 55199 0 0 0 0 5478 62 16 0 1 0 100686176 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/419/statm: 1339 237 195 169 0 50 0
[pid=422] ppid=419 vsize=171400 CPUtime=166.76
/proc/422/stat : 422 (LySATi) R 419 419 32753 0 -1 4194304 41651 0 0 0 16647 29 0 0 25 0 1 0 100691722 175513600 41636 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/422/statm: 42850 41636 80 174 0 42673 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 176756

[startup+282.302 s]
/proc/loadavg: 1.01 1.31 1.31 2/66 422
/proc/meminfo: memFree=1458280/2055920 swapFree=4181440/4192956
[pid=419] ppid=417 vsize=5356 CPUtime=55.4
/proc/419/stat : 419 (lysat.sh) S 417 419 32753 0 -1 4194304 310 55199 0 0 0 0 5478 62 16 0 1 0 100686176 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/419/statm: 1339 237 195 169 0 50 0
[pid=422] ppid=419 vsize=174200 CPUtime=226.74
/proc/422/stat : 422 (LySATi) R 419 419 32753 0 -1 4194304 42356 0 0 0 22644 30 0 0 25 0 1 0 100691722 178380800 42341 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/422/statm: 43550 42341 80 174 0 43373 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 179556

[startup+342.303 s]
/proc/loadavg: 1.00 1.25 1.29 2/66 422
/proc/meminfo: memFree=1456360/2055920 swapFree=4181440/4192956
[pid=419] ppid=417 vsize=5356 CPUtime=55.4
/proc/419/stat : 419 (lysat.sh) S 417 419 32753 0 -1 4194304 310 55199 0 0 0 0 5478 62 16 0 1 0 100686176 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/419/statm: 1339 237 195 169 0 50 0
[pid=422] ppid=419 vsize=176148 CPUtime=286.72
/proc/422/stat : 422 (LySATi) R 419 419 32753 0 -1 4194304 42838 0 0 0 28642 30 0 0 25 0 1 0 100691722 180375552 42823 1992294400 134512640 135226915 4294956208 18446744073709551615 134537123 0 0 4096 3 0 0 0 17 1 0 0
/proc/422/statm: 44037 42823 80 174 0 43860 0

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

/proc/422/statm: 45614 44403 80 174 0 45437 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 187812

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.19 2/66 422
/proc/meminfo: memFree=1449896/2055920 swapFree=4181440/4192956
[pid=419] ppid=417 vsize=5356 CPUtime=55.4
/proc/419/stat : 419 (lysat.sh) S 417 419 32753 0 -1 4194304 310 55199 0 0 0 0 5478 62 16 0 1 0 100686176 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/419/statm: 1339 237 195 169 0 50 0
[pid=422] ppid=419 vsize=182456 CPUtime=586.62
/proc/422/stat : 422 (LySATi) R 419 419 32753 0 -1 4194304 44418 0 0 0 58630 32 0 0 25 0 1 0 100691722 186834944 44403 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/422/statm: 45614 44403 80 174 0 45437 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 187812

[startup+702.301 s]
/proc/loadavg: 1.00 1.07 1.18 2/66 422
/proc/meminfo: memFree=1446312/2055920 swapFree=4181440/4192956
[pid=419] ppid=417 vsize=5356 CPUtime=55.4
/proc/419/stat : 419 (lysat.sh) S 417 419 32753 0 -1 4194304 310 55199 0 0 0 0 5478 62 16 0 1 0 100686176 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/419/statm: 1339 237 195 169 0 50 0
[pid=422] ppid=419 vsize=186052 CPUtime=646.6
/proc/422/stat : 422 (LySATi) R 419 419 32753 0 -1 4194304 45321 0 0 0 64626 34 0 0 25 0 1 0 100691722 190517248 45306 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/422/statm: 46513 45306 80 174 0 46336 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 191408

[startup+762.305 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 422
/proc/meminfo: memFree=1445032/2055920 swapFree=4181440/4192956
[pid=419] ppid=417 vsize=5356 CPUtime=55.4
/proc/419/stat : 419 (lysat.sh) S 417 419 32753 0 -1 4194304 310 55199 0 0 0 0 5478 62 16 0 1 0 100686176 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/419/statm: 1339 237 195 169 0 50 0
[pid=422] ppid=419 vsize=187356 CPUtime=706.58
/proc/422/stat : 422 (LySATi) R 419 419 32753 0 -1 4194304 45626 0 0 0 70624 34 0 0 25 0 1 0 100691722 191852544 45611 1992294400 134512640 135226915 4294956208 18446744073709551615 134537056 0 0 4096 3 0 0 0 17 1 0 0
/proc/422/statm: 46839 45611 80 174 0 46662 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 192712

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.15 2/66 422
/proc/meminfo: memFree=1445032/2055920 swapFree=4181440/4192956
[pid=419] ppid=417 vsize=5356 CPUtime=55.4
/proc/419/stat : 419 (lysat.sh) S 417 419 32753 0 -1 4194304 310 55199 0 0 0 0 5478 62 16 0 1 0 100686176 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/419/statm: 1339 237 195 169 0 50 0
[pid=422] ppid=419 vsize=187356 CPUtime=766.56
/proc/422/stat : 422 (LySATi) R 419 419 32753 0 -1 4194304 45626 0 0 0 76622 34 0 0 25 0 1 0 100691722 191852544 45611 1992294400 134512640 135226915 4294956208 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 1 0 0
/proc/422/statm: 46839 45611 80 174 0 46662 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 192712

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.14 2/66 422
/proc/meminfo: memFree=1444264/2055920 swapFree=4181440/4192956
[pid=419] ppid=417 vsize=5356 CPUtime=55.4
/proc/419/stat : 419 (lysat.sh) S 417 419 32753 0 -1 4194304 310 55199 0 0 0 0 5478 62 16 0 1 0 100686176 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/419/statm: 1339 237 195 169 0 50 0
[pid=422] ppid=419 vsize=188012 CPUtime=826.54
/proc/422/stat : 422 (LySATi) R 419 419 32753 0 -1 4194304 45819 0 0 0 82620 34 0 0 25 0 1 0 100691722 192524288 45804 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0
/proc/422/statm: 47003 45804 80 174 0 46826 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 193368

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.13 2/66 422
/proc/meminfo: memFree=1439016/2055920 swapFree=4181440/4192956
[pid=419] ppid=417 vsize=5356 CPUtime=55.4
/proc/419/stat : 419 (lysat.sh) S 417 419 32753 0 -1 4194304 310 55199 0 0 0 0 5478 62 16 0 1 0 100686176 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/419/statm: 1339 237 195 169 0 50 0
[pid=422] ppid=419 vsize=193368 CPUtime=886.53
/proc/422/stat : 422 (LySATi) R 419 419 32753 0 -1 4194304 47127 0 0 0 88617 36 0 0 25 0 1 0 100691722 198008832 47112 1992294400 134512640 135226915 4294956208 18446744073709551615 134537059 0 0 4096 3 0 0 0 17 1 0 0
/proc/422/statm: 48342 47112 80 174 0 48165 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 198724

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.12 2/66 422
/proc/meminfo: memFree=1438696/2055920 swapFree=4181440/4192956
[pid=419] ppid=417 vsize=5356 CPUtime=55.4
/proc/419/stat : 419 (lysat.sh) S 417 419 32753 0 -1 4194304 310 55199 0 0 0 0 5478 62 16 0 1 0 100686176 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/419/statm: 1339 237 195 169 0 50 0
[pid=422] ppid=419 vsize=193628 CPUtime=946.51
/proc/422/stat : 422 (LySATi) R 419 419 32753 0 -1 4194304 47179 0 0 0 94615 36 0 0 25 0 1 0 100691722 198275072 47164 1992294400 134512640 135226915 4294956208 18446744073709551615 134537299 0 0 4096 3 0 0 0 17 1 0 0
/proc/422/statm: 48407 47164 80 174 0 48230 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 198984

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/66 422
/proc/meminfo: memFree=1438696/2055920 swapFree=4181440/4192956
[pid=419] ppid=417 vsize=5356 CPUtime=55.4
/proc/419/stat : 419 (lysat.sh) S 417 419 32753 0 -1 4194304 310 55199 0 0 0 0 5478 62 16 0 1 0 100686176 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/419/statm: 1339 237 195 169 0 50 0
[pid=422] ppid=419 vsize=193628 CPUtime=1006.48
/proc/422/stat : 422 (LySATi) R 419 419 32753 0 -1 4194304 47179 0 0 0 100612 36 0 0 25 0 1 0 100691722 198275072 47164 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/422/statm: 48407 47164 80 174 0 48230 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 198984

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/66 422
/proc/meminfo: memFree=1438632/2055920 swapFree=4181440/4192956
[pid=419] ppid=417 vsize=5356 CPUtime=55.4
/proc/419/stat : 419 (lysat.sh) S 417 419 32753 0 -1 4194304 310 55199 0 0 0 0 5478 62 16 0 1 0 100686176 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/419/statm: 1339 237 195 169 0 50 0
[pid=422] ppid=419 vsize=193628 CPUtime=1066.46
/proc/422/stat : 422 (LySATi) R 419 419 32753 0 -1 4194304 47179 0 0 0 106610 36 0 0 25 0 1 0 100691722 198275072 47164 1992294400 134512640 135226915 4294956208 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 1 0 0
/proc/422/statm: 48407 47164 80 174 0 48230 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 198984

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 422
/proc/meminfo: memFree=1435496/2055920 swapFree=4181440/4192956
[pid=419] ppid=417 vsize=5356 CPUtime=55.4
/proc/419/stat : 419 (lysat.sh) S 417 419 32753 0 -1 4194304 310 55199 0 0 0 0 5478 62 16 0 1 0 100686176 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/419/statm: 1339 237 195 169 0 50 0
[pid=422] ppid=419 vsize=196760 CPUtime=1126.45
/proc/422/stat : 422 (LySATi) R 419 419 32753 0 -1 4194304 47968 0 0 0 112607 38 0 0 25 0 1 0 100691722 201482240 47953 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/422/statm: 49190 47953 80 174 0 49013 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 202116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 422
/proc/meminfo: memFree=1433896/2055920 swapFree=4181440/4192956
[pid=419] ppid=417 vsize=5356 CPUtime=55.4
/proc/419/stat : 419 (lysat.sh) S 417 419 32753 0 -1 4194304 310 55199 0 0 0 0 5478 62 16 0 1 0 100686176 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/419/statm: 1339 237 195 169 0 50 0
[pid=422] ppid=419 vsize=198192 CPUtime=1144.65
/proc/422/stat : 422 (LySATi) R 419 419 32753 0 -1 4194304 48351 0 0 0 114427 38 0 0 25 0 1 0 100691722 202948608 48336 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/422/statm: 49548 48336 80 174 0 49371 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 203548

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 422
/proc/meminfo: memFree=1433896/2055920 swapFree=4181440/4192956
[pid=419] ppid=417 vsize=5356 CPUtime=55.4
/proc/419/stat : 419 (lysat.sh) S 417 419 32753 0 -1 4194304 310 55199 0 0 0 0 5478 62 16 0 1 0 100686176 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/419/statm: 1339 237 195 169 0 50 0
[pid=422] ppid=419 vsize=198192 CPUtime=1144.65
/proc/422/stat : 422 (LySATi) R 419 419 32753 0 -1 4194304 48351 0 0 0 114427 38 0 0 25 0 1 0 100691722 202948608 48336 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/422/statm: 49548 48336 80 174 0 49371 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 203548

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 419 and gives
#  childrusage.ru_utime.tv_sec=54
#  childrusage.ru_utime.tv_usec=785671
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=631903
# CPU time returned by wait4() is 55.4176
# while last known CPU time is 1200.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.51
CPU time (s): 1200.05
CPU user time (s): 1199.05
CPU system time (s): 1
CPU usage (%): 99.9613
Max. virtual memory (cumulated for all children) (KiB): 276156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.7857
system time used= 0.631903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55509
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 195

runsolver used 1.39679 second user time and 2.97755 second system time

The end

Launcher Data

Begin job on node39 at 2009-04-26 08:16:18
IDJOB=1727578
IDBENCH=24641
IDSOLVER=511
FILE ID=node39/1727578-1240726572
PBS_JOBID= 9186945
Free space on /tmp= 66312 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-equilarge_l1.used-as.sat04-893.sat05-4187.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727578-1240726572/watcher-1727578-1240726572 -o /tmp/evaluation-result-1727578-1240726572/solver-1727578-1240726572 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1727578-1240726572.cnf i

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

MD5SUM BENCH= 181c4935b6e4cd791aedd030930111fa
RANDOM SEED=2065639014

node39.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.281
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.281
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:       1689560 kB
Buffers:         29368 kB
Cached:         279012 kB
SwapCached:       6324 kB
Active:         153416 kB
Inactive:       163872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1689560 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:           35804 kB
Writeback:           0 kB
Mapped:          13544 kB
Slab:            35080 kB
Committed_AS:   458796 kB
PageTables:       1380 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= 66252 MiB
End job on node39 at 2009-04-26 08:36:20