Trace number 1727208

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 c/2009-03-20? (TO) 1200.06 1200.61

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-luckySeven.used-as.sat04-990.sat05-4196.reshuffled-07.cnf
MD5SUMbf3618cdbef11db03f2026bf209783fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark269.431
Satisfiable
(Un)Satisfiability was proved
Number of variables25493
Number of clauses1139180
Sum of the clauses size2298131
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21136319
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 57
Number of clauses of size over 52852

Solver Data

0.00/0.00	c Parsing...
1.19/1.20	c ==============================================================================
1.19/1.20	c |           |     ORIGINAL     |              LEARNT              |          |
1.19/1.20	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.19/1.20	c ==============================================================================
1.19/1.20	c |         0 | 1139180  2298131 |  341753       0        0     nan |  0.000 % |
6.68/6.76	c |         0 | 1104460  3153095 |      --       0       --      -- |     --   | -34720/854964
6.68/6.76	c ==============================================================================
6.68/6.76	c Result  :   #vars: 22503   #clauses: 1104460   #literals: 3153095
6.68/6.76	c CPU time:   6.566 s
6.68/6.76	c ==============================================================================
7.98/8.07	This is MiniSat 2.0 beta
7.98/8.07	WARNING: for repeatability, setting FPU to use double precision
7.98/8.07	============================[ Problem Statistics ]=============================
7.98/8.07	|                                                                             |
7.98/8.07	|  Number of variables:  22503                                                |
7.98/8.07	|  Number of clauses:    1104460                                              |
8.86/8.96	|  Parsing time:         0.80         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-1727208-1240722196/watcher-1727208-1240722196 -o /tmp/evaluation-result-1727208-1240722196/solver-1727208-1240722196 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1727208-1240722196.cnf c 

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.92 0.98 0.99 3/65 22630
/proc/meminfo: memFree=1486512/2055920 swapFree=4192812/4192956
[pid=22630] ppid=22628 vsize=5356 CPUtime=0
/proc/22630/stat : 22630 (lysat.sh) R 22628 22630 19122 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 100248268 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 234211568287 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/22630/statm: 1339 234 194 169 0 50 0
[pid=22631] ppid=22630 vsize=1556 CPUtime=0
/proc/22631/stat : 22631 (SatElite) R 22630 22630 19122 0 -1 4194304 320 0 0 0 0 0 0 0 18 0 1 0 100248268 1593344 304 1992294400 134512640 135034092 4294956096 18446744073709551615 134544897 0 0 4096 3 0 0 0 17 0 0 0
/proc/22631/statm: 389 306 50 127 0 259 0

[startup+0.016215 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 22630
/proc/meminfo: memFree=1486512/2055920 swapFree=4192812/4192956
[pid=22630] ppid=22628 vsize=5356 CPUtime=0
/proc/22630/stat : 22630 (lysat.sh) S 22628 22630 19122 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100248268 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22630/statm: 1339 235 195 169 0 50 0
[pid=22631] ppid=22630 vsize=4456 CPUtime=0.01
/proc/22631/stat : 22631 (SatElite) R 22630 22630 19122 0 -1 4194304 890 0 0 0 1 0 0 0 19 0 1 0 100248268 4562944 874 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/22631/statm: 1114 876 50 127 0 984 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9812

[startup+0.102224 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 22630
/proc/meminfo: memFree=1486512/2055920 swapFree=4192812/4192956
[pid=22630] ppid=22628 vsize=5356 CPUtime=0
/proc/22630/stat : 22630 (lysat.sh) S 22628 22630 19122 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100248268 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22630/statm: 1339 235 195 169 0 50 0
[pid=22631] ppid=22630 vsize=9144 CPUtime=0.09
/proc/22631/stat : 22631 (SatElite) R 22630 22630 19122 0 -1 4194304 2076 0 0 0 8 1 0 0 19 0 1 0 100248268 9363456 2060 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/22631/statm: 2286 2061 50 127 0 2156 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14500

[startup+0.301251 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 22630
/proc/meminfo: memFree=1486512/2055920 swapFree=4192812/4192956
[pid=22630] ppid=22628 vsize=5356 CPUtime=0
/proc/22630/stat : 22630 (lysat.sh) S 22628 22630 19122 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100248268 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22630/statm: 1339 235 195 169 0 50 0
[pid=22631] ppid=22630 vsize=19128 CPUtime=0.29
/proc/22631/stat : 22631 (SatElite) R 22630 22630 19122 0 -1 4194304 4409 0 0 0 25 4 0 0 21 0 1 0 100248268 19587072 4393 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/22631/statm: 4782 4394 50 127 0 4652 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24484

[startup+0.7023 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 22630
/proc/meminfo: memFree=1486512/2055920 swapFree=4192812/4192956
[pid=22630] ppid=22628 vsize=5356 CPUtime=0
/proc/22630/stat : 22630 (lysat.sh) S 22628 22630 19122 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100248268 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22630/statm: 1339 235 195 169 0 50 0
[pid=22631] ppid=22630 vsize=38072 CPUtime=0.69
/proc/22631/stat : 22631 (SatElite) R 22630 22630 19122 0 -1 4194304 9058 0 0 0 62 7 0 0 25 0 1 0 100248268 38985728 9042 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/22631/statm: 9518 9043 50 127 0 9388 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43428

[startup+1.5024 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 22632
/proc/meminfo: memFree=1435808/2055920 swapFree=4192812/4192956
[pid=22630] ppid=22628 vsize=5356 CPUtime=0
/proc/22630/stat : 22630 (lysat.sh) S 22628 22630 19122 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100248268 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22630/statm: 1339 235 195 169 0 50 0
[pid=22631] ppid=22630 vsize=77284 CPUtime=1.49
/proc/22631/stat : 22631 (SatElite) R 22630 22630 19122 0 -1 4194304 17084 0 0 0 136 13 0 0 25 0 1 0 100248268 79138816 17018 1992294400 134512640 135034092 4294956096 18446744073709551615 134540927 0 0 4096 3 0 0 0 17 0 0 0
/proc/22631/statm: 19321 17019 68 127 0 19191 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82640

[startup+3.1016 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 22632
/proc/meminfo: memFree=1407200/2055920 swapFree=4192812/4192956
[pid=22630] ppid=22628 vsize=5356 CPUtime=0
/proc/22630/stat : 22630 (lysat.sh) S 22628 22630 19122 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100248268 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22630/statm: 1339 235 195 169 0 50 0
[pid=22631] ppid=22630 vsize=116404 CPUtime=3.08
/proc/22631/stat : 22631 (SatElite) R 22630 22630 19122 0 -1 4194304 23488 0 0 0 292 16 0 0 25 0 1 0 100248268 119197696 23422 1992294400 134512640 135034092 4294956096 18446744073709551615 134563240 0 0 4096 3 0 0 0 17 0 0 0
/proc/22631/statm: 29101 23422 68 127 0 28971 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 121760

[startup+6.30201 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 22632
/proc/meminfo: memFree=1390432/2055920 swapFree=4192812/4192956
[pid=22630] ppid=22628 vsize=5356 CPUtime=0
/proc/22630/stat : 22630 (lysat.sh) S 22628 22630 19122 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100248268 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22630/statm: 1339 235 195 169 0 50 0
[pid=22631] ppid=22630 vsize=117876 CPUtime=6.28
/proc/22631/stat : 22631 (SatElite) R 22630 22630 19122 0 -1 4194304 23550 0 0 0 612 16 0 0 25 0 1 0 100248268 120705024 23484 1992294400 134512640 135034092 4294956096 18446744073709551615 134569611 0 0 4096 3 0 0 0 17 0 0 0
/proc/22631/statm: 29469 23484 68 127 0 29339 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 123232

[startup+12.7018 s]
/proc/loadavg: 1.02 1.00 1.00 2/67 22633
/proc/meminfo: memFree=1412960/2055920 swapFree=4192812/4192956
[pid=22630] ppid=22628 vsize=5356 CPUtime=8.05
/proc/22630/stat : 22630 (lysat.sh) S 22628 22630 19122 0 -1 4194304 310 28074 0 0 0 0 778 27 16 0 1 0 100248268 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22630/statm: 1339 237 195 169 0 50 0
[pid=22633] ppid=22630 vsize=53252 CPUtime=4.61
/proc/22633/stat : 22633 (LySATc) R 22630 22630 19122 0 -1 4194304 12702 0 0 0 452 9 0 0 25 0 1 0 100249075 54530048 12687 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/22633/statm: 13313 12687 76 171 0 13140 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 58608

[startup+25.5014 s]
/proc/loadavg: 1.01 1.00 1.00 2/67 22633
/proc/meminfo: memFree=1411296/2055920 swapFree=4192812/4192956
[pid=22630] ppid=22628 vsize=5356 CPUtime=8.05
/proc/22630/stat : 22630 (lysat.sh) S 22628 22630 19122 0 -1 4194304 310 28074 0 0 0 0 778 27 16 0 1 0 100248268 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22630/statm: 1339 237 195 169 0 50 0
[pid=22633] ppid=22630 vsize=55052 CPUtime=17.41
/proc/22633/stat : 22633 (LySATc) R 22630 22630 19122 0 -1 4194304 13131 0 0 0 1732 9 0 0 25 0 1 0 100249075 56373248 13116 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/22633/statm: 13763 13116 76 171 0 13590 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 60408

[startup+51.1017 s]
/proc/loadavg: 1.01 1.00 1.00 2/67 22633
/proc/meminfo: memFree=1409440/2055920 swapFree=4192812/4192956
[pid=22630] ppid=22628 vsize=5356 CPUtime=8.05
/proc/22630/stat : 22630 (lysat.sh) S 22628 22630 19122 0 -1 4194304 310 28074 0 0 0 0 778 27 16 0 1 0 100248268 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22630/statm: 1339 237 195 169 0 50 0
[pid=22633] ppid=22630 vsize=57144 CPUtime=42.99
/proc/22633/stat : 22633 (LySATc) R 22630 22630 19122 0 -1 4194304 13651 0 0 0 4289 10 0 0 25 0 1 0 100249075 58515456 13636 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/22633/statm: 14286 13636 76 171 0 14113 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 62500

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22633
/proc/meminfo: memFree=1404960/2055920 swapFree=4192812/4192956
[pid=22630] ppid=22628 vsize=5356 CPUtime=8.05
/proc/22630/stat : 22630 (lysat.sh) S 22628 22630 19122 0 -1 4194304 310 28074 0 0 0 0 778 27 16 0 1 0 100248268 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22630/statm: 1339 237 195 169 0 50 0
[pid=22633] ppid=22630 vsize=61624 CPUtime=94.18
/proc/22633/stat : 22633 (LySATc) R 22630 22630 19122 0 -1 4194304 14774 0 0 0 9407 11 0 0 25 0 1 0 100249075 63102976 14759 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/22633/statm: 15406 14759 76 171 0 15233 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 66980

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22633
/proc/meminfo: memFree=1400160/2055920 swapFree=4192812/4192956
[pid=22630] ppid=22628 vsize=5356 CPUtime=8.05
/proc/22630/stat : 22630 (lysat.sh) S 22628 22630 19122 0 -1 4194304 310 28074 0 0 0 0 778 27 16 0 1 0 100248268 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22630/statm: 1339 237 195 169 0 50 0
[pid=22633] ppid=22630 vsize=66564 CPUtime=154.15
/proc/22633/stat : 22633 (LySATc) R 22630 22630 19122 0 -1 4194304 15992 0 0 0 15402 13 0 0 25 0 1 0 100249075 68161536 15977 1992294400 134512640 135214827 4294956208 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/22633/statm: 16641 15977 76 171 0 16468 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 71920

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22633
/proc/meminfo: memFree=1395808/2055920 swapFree=4192812/4192956
[pid=22630] ppid=22628 vsize=5356 CPUtime=8.05
/proc/22630/stat : 22630 (lysat.sh) S 22628 22630 19122 0 -1 4194304 310 28074 0 0 0 0 778 27 16 0 1 0 100248268 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22630/statm: 1339 237 195 169 0 50 0
[pid=22633] ppid=22630 vsize=71072 CPUtime=214.12
/proc/22633/stat : 22633 (LySATc) R 22630 22630 19122 0 -1 4194304 17066 0 0 0 21398 14 0 0 25 0 1 0 100249075 72777728 17051 1992294400 134512640 135214827 4294956208 18446744073709551615 134529301 0 0 4096 3 0 0 0 17 0 0 0
/proc/22633/statm: 17768 17051 76 171 0 17595 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 76428

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22633
/proc/meminfo: memFree=1391520/2055920 swapFree=4192812/4192956
[pid=22630] ppid=22628 vsize=5356 CPUtime=8.05
/proc/22630/stat : 22630 (lysat.sh) S 22628 22630 19122 0 -1 4194304 310 28074 0 0 0 0 778 27 16 0 1 0 100248268 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22630/statm: 1339 237 195 169 0 50 0
[pid=22633] ppid=22630 vsize=75296 CPUtime=274.09
/proc/22633/stat : 22633 (LySATc) R 22630 22630 19122 0 -1 4194304 18148 0 0 0 27394 15 0 0 25 0 1 0 100249075 77103104 18133 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/22633/statm: 18824 18133 76 171 0 18651 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 80652

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22633
/proc/meminfo: memFree=1387168/2055920 swapFree=4192812/4192956
[pid=22630] ppid=22628 vsize=5356 CPUtime=8.05
/proc/22630/stat : 22630 (lysat.sh) S 22628 22630 19122 0 -1 4194304 310 28074 0 0 0 0 778 27 16 0 1 0 100248268 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22630/statm: 1339 237 195 169 0 50 0
[pid=22633] ppid=22630 vsize=79528 CPUtime=334.07
/proc/22633/stat : 22633 (LySATc) R 22630 22630 19122 0 -1 4194304 19223 0 0 0 33391 16 0 0 25 0 1 0 100249075 81436672 19208 1992294400 134512640 135214827 4294956208 18446744073709551615 134529440 0 0 4096 3 0 0 0 17 0 0 0
/proc/22633/statm: 19882 19208 76 171 0 19709 0

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

/proc/22633/statm: 22913 22178 76 171 0 22740 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 97008

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22633
/proc/meminfo: memFree=1370976/2055920 swapFree=4192812/4192956
[pid=22630] ppid=22628 vsize=5356 CPUtime=8.05
/proc/22630/stat : 22630 (lysat.sh) S 22628 22630 19122 0 -1 4194304 310 28074 0 0 0 0 778 27 16 0 1 0 100248268 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22630/statm: 1339 237 195 169 0 50 0
[pid=22633] ppid=22630 vsize=95884 CPUtime=573.97
/proc/22633/stat : 22633 (LySATc) R 22630 22630 19122 0 -1 4194304 23266 0 0 0 57376 21 0 0 25 0 1 0 100249075 98185216 23251 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/22633/statm: 23971 23251 76 171 0 23798 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 101240

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22633
/proc/meminfo: memFree=1367200/2055920 swapFree=4192812/4192956
[pid=22630] ppid=22628 vsize=5356 CPUtime=8.05
/proc/22630/stat : 22630 (lysat.sh) S 22628 22630 19122 0 -1 4194304 310 28074 0 0 0 0 778 27 16 0 1 0 100248268 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22630/statm: 1339 237 195 169 0 50 0
[pid=22633] ppid=22630 vsize=99596 CPUtime=633.94
/proc/22633/stat : 22633 (LySATc) R 22630 22630 19122 0 -1 4194304 24197 0 0 0 63372 22 0 0 25 0 1 0 100249075 101986304 24182 1992294400 134512640 135214827 4294956208 18446744073709551615 134529301 0 0 4096 3 0 0 0 17 0 0 0
/proc/22633/statm: 24899 24182 76 171 0 24726 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 104952

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22633
/proc/meminfo: memFree=1362592/2055920 swapFree=4192812/4192956
[pid=22630] ppid=22628 vsize=5356 CPUtime=8.05
/proc/22630/stat : 22630 (lysat.sh) S 22628 22630 19122 0 -1 4194304 310 28074 0 0 0 0 778 27 16 0 1 0 100248268 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22630/statm: 1339 237 195 169 0 50 0
[pid=22633] ppid=22630 vsize=104088 CPUtime=693.91
/proc/22633/stat : 22633 (LySATc) R 22630 22630 19122 0 -1 4194304 25344 0 0 0 69368 23 0 0 25 0 1 0 100249075 106586112 25329 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/22633/statm: 26022 25329 76 171 0 25849 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 109444

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22633
/proc/meminfo: memFree=1358880/2055920 swapFree=4192812/4192956
[pid=22630] ppid=22628 vsize=5356 CPUtime=8.05
/proc/22630/stat : 22630 (lysat.sh) S 22628 22630 19122 0 -1 4194304 310 28074 0 0 0 0 778 27 16 0 1 0 100248268 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22630/statm: 1339 237 195 169 0 50 0
[pid=22633] ppid=22630 vsize=107680 CPUtime=753.9
/proc/22633/stat : 22633 (LySATc) R 22630 22630 19122 0 -1 4194304 26246 0 0 0 75366 24 0 0 25 0 1 0 100249075 110264320 26231 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/22633/statm: 26920 26231 76 171 0 26747 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 113036

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22633
/proc/meminfo: memFree=1354912/2055920 swapFree=4192812/4192956
[pid=22630] ppid=22628 vsize=5356 CPUtime=8.05
/proc/22630/stat : 22630 (lysat.sh) S 22628 22630 19122 0 -1 4194304 310 28074 0 0 0 0 778 27 16 0 1 0 100248268 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22630/statm: 1339 237 195 169 0 50 0
[pid=22633] ppid=22630 vsize=111672 CPUtime=813.86
/proc/22633/stat : 22633 (LySATc) R 22630 22630 19122 0 -1 4194304 27244 0 0 0 81361 25 0 0 25 0 1 0 100249075 114352128 27229 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/22633/statm: 27918 27229 76 171 0 27745 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 117028

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22633
/proc/meminfo: memFree=1351008/2055920 swapFree=4192812/4192956
[pid=22630] ppid=22628 vsize=5356 CPUtime=8.05
/proc/22630/stat : 22630 (lysat.sh) S 22628 22630 19122 0 -1 4194304 310 28074 0 0 0 0 778 27 16 0 1 0 100248268 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22630/statm: 1339 237 195 169 0 50 0
[pid=22633] ppid=22630 vsize=116244 CPUtime=873.85
/proc/22633/stat : 22633 (LySATc) R 22630 22630 19122 0 -1 4194304 28235 0 0 0 87359 26 0 0 25 0 1 0 100249075 119033856 28220 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/22633/statm: 29061 28220 76 171 0 28888 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 121600

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22633
/proc/meminfo: memFree=1347680/2055920 swapFree=4192812/4192956
[pid=22630] ppid=22628 vsize=5356 CPUtime=8.05
/proc/22630/stat : 22630 (lysat.sh) S 22628 22630 19122 0 -1 4194304 310 28074 0 0 0 0 778 27 16 0 1 0 100248268 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22630/statm: 1339 237 195 169 0 50 0
[pid=22633] ppid=22630 vsize=119524 CPUtime=933.82
/proc/22633/stat : 22633 (LySATc) R 22630 22630 19122 0 -1 4194304 29051 0 0 0 93356 26 0 0 25 0 1 0 100249075 122392576 29036 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/22633/statm: 29881 29036 76 171 0 29708 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 124880

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22633
/proc/meminfo: memFree=1344736/2055920 swapFree=4192812/4192956
[pid=22630] ppid=22628 vsize=5356 CPUtime=8.05
/proc/22630/stat : 22630 (lysat.sh) S 22628 22630 19122 0 -1 4194304 310 28074 0 0 0 0 778 27 16 0 1 0 100248268 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22630/statm: 1339 237 195 169 0 50 0
[pid=22633] ppid=22630 vsize=122372 CPUtime=993.78
/proc/22633/stat : 22633 (LySATc) R 22630 22630 19122 0 -1 4194304 29777 0 0 0 99351 27 0 0 25 0 1 0 100249075 125308928 29762 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/22633/statm: 30593 29762 76 171 0 30420 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 127728

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22633
/proc/meminfo: memFree=1342944/2055920 swapFree=4192812/4192956
[pid=22630] ppid=22628 vsize=5356 CPUtime=8.05
/proc/22630/stat : 22630 (lysat.sh) S 22628 22630 19122 0 -1 4194304 310 28074 0 0 0 0 778 27 16 0 1 0 100248268 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22630/statm: 1339 237 195 169 0 50 0
[pid=22633] ppid=22630 vsize=124092 CPUtime=1053.77
/proc/22633/stat : 22633 (LySATc) R 22630 22630 19122 0 -1 4194304 30230 0 0 0 105349 28 0 0 25 0 1 0 100249075 127070208 30215 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/22633/statm: 31023 30215 76 171 0 30850 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 129448

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22633
/proc/meminfo: memFree=1340192/2055920 swapFree=4192812/4192956
[pid=22630] ppid=22628 vsize=5356 CPUtime=8.05
/proc/22630/stat : 22630 (lysat.sh) S 22628 22630 19122 0 -1 4194304 310 28074 0 0 0 0 778 27 16 0 1 0 100248268 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22630/statm: 1339 237 195 169 0 50 0
[pid=22633] ppid=22630 vsize=126868 CPUtime=1113.74
/proc/22633/stat : 22633 (LySATc) R 22630 22630 19122 0 -1 4194304 30920 0 0 0 111346 28 0 0 25 0 1 0 100249075 129912832 30905 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/22633/statm: 31717 30905 76 171 0 31544 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 132224

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22633
/proc/meminfo: memFree=1337248/2055920 swapFree=4192812/4192956
[pid=22630] ppid=22628 vsize=5356 CPUtime=8.05
/proc/22630/stat : 22630 (lysat.sh) S 22628 22630 19122 0 -1 4194304 310 28074 0 0 0 0 778 27 16 0 1 0 100248268 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22630/statm: 1339 237 195 169 0 50 0
[pid=22633] ppid=22630 vsize=129880 CPUtime=1173.71
/proc/22633/stat : 22633 (LySATc) R 22630 22630 19122 0 -1 4194304 31667 0 0 0 117342 29 0 0 25 0 1 0 100249075 132997120 31652 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/22633/statm: 32470 31652 76 171 0 32297 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 135236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22633
/proc/meminfo: memFree=1336096/2055920 swapFree=4192812/4192956
[pid=22630] ppid=22628 vsize=5356 CPUtime=8.05
/proc/22630/stat : 22630 (lysat.sh) S 22628 22630 19122 0 -1 4194304 310 28074 0 0 0 0 778 27 16 0 1 0 100248268 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22630/statm: 1339 237 195 169 0 50 0
[pid=22633] ppid=22630 vsize=130940 CPUtime=1192.01
/proc/22633/stat : 22633 (LySATc) R 22630 22630 19122 0 -1 4194304 31933 0 0 0 119171 30 0 0 25 0 1 0 100249075 134082560 31918 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/22633/statm: 32735 31918 76 171 0 32562 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 136296

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 22630 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=792815
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=276957
# CPU time returned by wait4() is 8.06977
# while last known CPU time is 1200.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.61
CPU time (s): 1200.06
CPU user time (s): 1199.49
CPU system time (s): 0.57
CPU usage (%): 99.954
Max. virtual memory (cumulated for all children) (KiB): 136296

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

runsolver used 1.12183 second user time and 3.2635 second system time

The end

Launcher Data

Begin job on node54 at 2009-04-26 07:03:19
IDJOB=1727208
IDBENCH=24632
IDSOLVER=512
FILE ID=node54/1727208-1240722196
PBS_JOBID= 9186858
Free space on /tmp= 66268 MiB

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

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

MD5SUM BENCH= bf3618cdbef11db03f2026bf209783fc
RANDOM SEED=1800123522

node54.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.234
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.234
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:       1486864 kB
Buffers:         63828 kB
Cached:         412848 kB
SwapCached:        140 kB
Active:         249876 kB
Inactive:       242260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1486864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           18000 kB
Writeback:           0 kB
Mapped:          25088 kB
Slab:            62828 kB
Committed_AS:   383420 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66244 MiB
End job on node54 at 2009-04-26 07:23:22