Trace number 1824951

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) 5000.09 5002.72

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-myciel6-cn.used-as.sat04-319.sat05-4201.reshuffled-07.cnf
MD5SUM4c4e7e1211c6b5f2d2564e77e64df6f5
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 variables12558
Number of clauses1112504
Sum of the clauses size2234596
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21111019
Number of clauses of size 31
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51484

Solver Data

0.00/0.00	c Parsing...
0.88/0.95	c ==============================================================================
0.88/0.95	c |           |     ORIGINAL     |              LEARNT              |          |
0.88/0.95	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.88/0.95	c ==============================================================================
0.88/0.95	c |         0 | 1112504  2234596 |  333751       0        0     nan |  0.000 % |
13.08/13.11	c |         0 | 1085262  3486593 |      --       0       --      -- |     --   | -27242/1251997
13.08/13.11	c ==============================================================================
13.08/13.11	c Result  :   #vars: 10979   #clauses: 1085262   #literals: 3486593
13.08/13.11	c CPU time:   12.903 s
13.08/13.11	c ==============================================================================
14.38/14.47	This is MiniSat 2.0 beta
14.38/14.47	WARNING: for repeatability, setting FPU to use double precision
14.38/14.47	============================[ Problem Statistics ]=============================
14.38/14.47	|                                                                             |
14.38/14.48	|  Number of variables:  10979                                                |
14.38/14.48	|  Number of clauses:    1085262                                              |
14.45/15.29	|  Parsing time:         0.75         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-1824951-1242473911/watcher-1824951-1242473911 -o /tmp/evaluation-result-1824951-1242473911/solver-1824951-1242473911 -C 5000 -W 6000 -M 1800 lysat.sh HOME/instance-1824951-1242473911.cnf c 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 24279
/proc/meminfo: memFree=1048496/2055920 swapFree=4155176/4192956
[pid=24279] ppid=24277 vsize=5356 CPUtime=0
/proc/24279/stat : 24279 (lysat.sh) R 24277 24279 24079 0 -1 4194304 267 0 0 0 0 0 0 0 19 0 1 0 275424649 5484544 234 1992294400 4194304 4889804 548682068816 18446744073709551615 227848809119 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/24279/statm: 1339 234 194 169 0 50 0
[pid=24280] ppid=24279 vsize=1172 CPUtime=0
/proc/24280/stat : 24280 (SatElite) R 24279 24279 24079 0 -1 4194304 186 0 0 0 0 0 0 0 19 0 1 0 275424650 1200128 170 1992294400 134512640 135034092 4294956112 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 0 0 0
/proc/24280/statm: 293 172 50 127 0 163 0

[startup+0.0503229 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 24279
/proc/meminfo: memFree=1048496/2055920 swapFree=4155176/4192956
[pid=24279] ppid=24277 vsize=5356 CPUtime=0
/proc/24279/stat : 24279 (lysat.sh) S 24277 24279 24079 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 275424649 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24279/statm: 1339 235 195 169 0 50 0
[pid=24280] ppid=24279 vsize=5008 CPUtime=0.04
/proc/24280/stat : 24280 (SatElite) R 24279 24279 24079 0 -1 4194304 1115 0 0 0 4 0 0 0 19 0 1 0 275424650 5128192 1099 1992294400 134512640 135034092 4294956112 18446744073709551615 134522859 0 0 4096 3 0 0 0 17 0 0 0
/proc/24280/statm: 1252 1100 50 127 0 1122 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10364

[startup+0.102331 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 24279
/proc/meminfo: memFree=1048496/2055920 swapFree=4155176/4192956
[pid=24279] ppid=24277 vsize=5356 CPUtime=0
/proc/24279/stat : 24279 (lysat.sh) S 24277 24279 24079 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 275424649 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24279/statm: 1339 235 195 169 0 50 0
[pid=24280] ppid=24279 vsize=8812 CPUtime=0.09
/proc/24280/stat : 24280 (SatElite) R 24279 24279 24079 0 -1 4194304 1931 0 0 0 8 1 0 0 21 0 1 0 275424650 9023488 1915 1992294400 134512640 135034092 4294956112 18446744073709551615 134547190 0 0 4096 3 0 0 0 17 0 0 0
/proc/24280/statm: 2203 1915 50 127 0 2073 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14168

[startup+0.302366 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 24279
/proc/meminfo: memFree=1048496/2055920 swapFree=4155176/4192956
[pid=24279] ppid=24277 vsize=5356 CPUtime=0
/proc/24279/stat : 24279 (lysat.sh) S 24277 24279 24079 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 275424649 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24279/statm: 1339 235 195 169 0 50 0
[pid=24280] ppid=24279 vsize=20264 CPUtime=0.28
/proc/24280/stat : 24280 (SatElite) R 24279 24279 24079 0 -1 4194304 4806 0 0 0 26 2 0 0 24 0 1 0 275424650 20750336 4790 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/24280/statm: 5066 4791 50 127 0 4936 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 25620

[startup+0.701437 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 24279
/proc/meminfo: memFree=1048496/2055920 swapFree=4155176/4192956
[pid=24279] ppid=24277 vsize=5356 CPUtime=0
/proc/24279/stat : 24279 (lysat.sh) S 24277 24279 24079 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 275424649 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24279/statm: 1339 235 195 169 0 50 0
[pid=24280] ppid=24279 vsize=43432 CPUtime=0.69
/proc/24280/stat : 24280 (SatElite) R 24279 24279 24079 0 -1 4194304 10639 0 0 0 62 7 0 0 25 0 1 0 275424650 44474368 10623 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/24280/statm: 10858 10624 50 127 0 10728 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48788

[startup+1.50158 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 24281
/proc/meminfo: memFree=988576/2055920 swapFree=4155176/4192956
[pid=24279] ppid=24277 vsize=5356 CPUtime=0
/proc/24279/stat : 24279 (lysat.sh) S 24277 24279 24079 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 275424649 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24279/statm: 1339 235 195 169 0 50 0
[pid=24280] ppid=24279 vsize=76516 CPUtime=1.48
/proc/24280/stat : 24280 (SatElite) R 24279 24279 24079 0 -1 4194304 16897 0 0 0 137 11 0 0 25 0 1 0 275424650 78352384 16881 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/24280/statm: 19129 16882 68 127 0 18999 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 81872

[startup+3.10186 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 24281
/proc/meminfo: memFree=969952/2055920 swapFree=4155176/4192956
[pid=24279] ppid=24277 vsize=5356 CPUtime=0
/proc/24279/stat : 24279 (lysat.sh) S 24277 24279 24079 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 275424649 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24279/statm: 1339 235 195 169 0 50 0
[pid=24280] ppid=24279 vsize=102304 CPUtime=3.08
/proc/24280/stat : 24280 (SatElite) R 24279 24279 24079 0 -1 4194304 22873 0 0 0 294 14 0 0 25 0 1 0 275424650 104759296 22825 1992294400 134512640 135034092 4294956112 18446744073709551615 134582951 0 0 4096 3 0 0 0 17 0 0 0
/proc/24280/statm: 25576 22825 68 127 0 25446 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 107660

[startup+6.30142 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 24281
/proc/meminfo: memFree=948512/2055920 swapFree=4155176/4192956
[pid=24279] ppid=24277 vsize=5356 CPUtime=0
/proc/24279/stat : 24279 (lysat.sh) S 24277 24279 24079 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 275424649 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24279/statm: 1339 235 195 169 0 50 0
[pid=24280] ppid=24279 vsize=108920 CPUtime=6.28
/proc/24280/stat : 24280 (SatElite) R 24279 24279 24079 0 -1 4194304 24200 0 0 0 613 15 0 0 25 0 1 0 275424650 111534080 24152 1992294400 134512640 135034092 4294956112 18446744073709551615 134569556 0 0 4096 3 0 0 0 17 0 0 0
/proc/24280/statm: 27230 24152 68 127 0 27100 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 114276

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 24281
/proc/meminfo: memFree=957856/2055920 swapFree=4155176/4192956
[pid=24279] ppid=24277 vsize=5356 CPUtime=0
/proc/24279/stat : 24279 (lysat.sh) S 24277 24279 24079 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 275424649 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24279/statm: 1339 235 195 169 0 50 0
[pid=24280] ppid=24279 vsize=109104 CPUtime=12.68
/proc/24280/stat : 24280 (SatElite) R 24279 24279 24079 0 -1 4194304 30849 0 0 0 1249 19 0 0 25 0 1 0 275424650 111722496 23790 1992294400 134512640 135034092 4294956112 18446744073709551615 134569611 0 0 4096 3 0 0 0 17 0 0 0
/proc/24280/statm: 27276 23790 68 127 0 27146 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 114460

[startup+25.5028 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 24282
/proc/meminfo: memFree=971296/2055920 swapFree=4155176/4192956
[pid=24279] ppid=24277 vsize=5356 CPUtime=14.45
/proc/24279/stat : 24279 (lysat.sh) S 24277 24279 24079 0 -1 4194304 310 30854 0 0 0 0 1417 28 16 0 1 0 275424649 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24279/statm: 1339 237 195 169 0 50 0
[pid=24282] ppid=24279 vsize=54916 CPUtime=11.01
/proc/24282/stat : 24282 (LySATc) R 24279 24279 24079 0 -1 4194304 13139 0 0 0 1093 8 0 0 25 0 1 0 275426097 56233984 13124 1992294400 134512640 135214827 4294956224 18446744073709551615 134529383 0 0 4096 3 0 0 0 17 0 0 0
/proc/24282/statm: 13729 13124 76 171 0 13556 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 60272

[startup+51.1023 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 24282
/proc/meminfo: memFree=969568/2055920 swapFree=4155176/4192956
[pid=24279] ppid=24277 vsize=5356 CPUtime=14.45
/proc/24279/stat : 24279 (lysat.sh) S 24277 24279 24079 0 -1 4194304 310 30854 0 0 0 0 1417 28 16 0 1 0 275424649 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24279/statm: 1339 237 195 169 0 50 0
[pid=24282] ppid=24279 vsize=56900 CPUtime=36.6
/proc/24282/stat : 24282 (LySATc) R 24279 24279 24079 0 -1 4194304 13632 0 0 0 3651 9 0 0 25 0 1 0 275426097 58265600 13617 1992294400 134512640 135214827 4294956224 18446744073709551615 134529409 0 0 4096 3 0 0 0 17 0 0 0
/proc/24282/statm: 14225 13617 76 171 0 14052 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 62256

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 24282
/proc/meminfo: memFree=965792/2055920 swapFree=4155176/4192956
[pid=24279] ppid=24277 vsize=5356 CPUtime=14.45
/proc/24279/stat : 24279 (lysat.sh) S 24277 24279 24079 0 -1 4194304 310 30854 0 0 0 0 1417 28 16 0 1 0 275424649 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24279/statm: 1339 237 195 169 0 50 0
[pid=24282] ppid=24279 vsize=60576 CPUtime=87.77
/proc/24282/stat : 24282 (LySATc) R 24279 24279 24079 0 -1 4194304 14543 0 0 0 8767 10 0 0 25 0 1 0 275426097 62029824 14528 1992294400 134512640 135214827 4294956224 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 0 0 0
/proc/24282/statm: 15144 14528 76 171 0 14971 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 65932

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 24282
/proc/meminfo: memFree=961696/2055920 swapFree=4155176/4192956
[pid=24279] ppid=24277 vsize=5356 CPUtime=14.45
/proc/24279/stat : 24279 (lysat.sh) S 24277 24279 24079 0 -1 4194304 310 30854 0 0 0 0 1417 28 16 0 1 0 275424649 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24279/statm: 1339 237 195 169 0 50 0
[pid=24282] ppid=24279 vsize=64920 CPUtime=147.74
/proc/24282/stat : 24282 (LySATc) R 24279 24279 24079 0 -1 4194304 15608 0 0 0 14763 11 0 0 25 0 1 0 275426097 66478080 15593 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/24282/statm: 16230 15593 76 171 0 16057 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 70276

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 24284
/proc/meminfo: memFree=956832/2055920 swapFree=4155176/4192956
[pid=24279] ppid=24277 vsize=5356 CPUtime=14.45
/proc/24279/stat : 24279 (lysat.sh) S 24277 24279 24079 0 -1 4194304 310 30854 0 0 0 0 1417 28 16 0 1 0 275424649 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24279/statm: 1339 237 195 169 0 50 0
[pid=24282] ppid=24279 vsize=69720 CPUtime=207.71
/proc/24282/stat : 24282 (LySATc) R 24279 24279 24079 0 -1 4194304 16792 0 0 0 20758 13 0 0 25 0 1 0 275426097 71393280 16777 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/24282/statm: 17430 16777 76 171 0 17257 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 75076

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 24284
/proc/meminfo: memFree=952544/2055920 swapFree=4155176/4192956
[pid=24279] ppid=24277 vsize=5356 CPUtime=14.45
/proc/24279/stat : 24279 (lysat.sh) S 24277 24279 24079 0 -1 4194304 310 30854 0 0 0 0 1417 28 16 0 1 0 275424649 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24279/statm: 1339 237 195 169 0 50 0
[pid=24282] ppid=24279 vsize=74344 CPUtime=267.68
/proc/24282/stat : 24282 (LySATc) R 24279 24279 24079 0 -1 4194304 17920 0 0 0 26754 14 0 0 25 0 1 0 275426097 76128256 17905 1992294400 134512640 135214827 4294956224 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 0 0 0
/proc/24282/statm: 18586 17905 76 171 0 18413 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 79700

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 24284
/proc/meminfo: memFree=948064/2055920 swapFree=4155176/4192956
[pid=24279] ppid=24277 vsize=5356 CPUtime=14.45
/proc/24279/stat : 24279 (lysat.sh) S 24277 24279 24079 0 -1 4194304 310 30854 0 0 0 0 1417 28 16 0 1 0 275424649 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24279/statm: 1339 237 195 169 0 50 0
[pid=24282] ppid=24279 vsize=78700 CPUtime=327.65
/proc/24282/stat : 24282 (LySATc) R 24279 24279 24079 0 -1 4194304 19035 0 0 0 32750 15 0 0 25 0 1 0 275426097 80588800 19020 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/24282/statm: 19675 19020 76 171 0 19502 0
Current children cumulated CPU time (s) 342.1

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

/proc/24282/statm: 85801 85002 76 171 0 85628 0
Current children cumulated CPU time (s) 4360.01
Current children cumulated vsize (KiB) 348560

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 24292
/proc/meminfo: memFree=680736/2055920 swapFree=4155176/4192956
[pid=24279] ppid=24277 vsize=5356 CPUtime=14.45
/proc/24279/stat : 24279 (lysat.sh) S 24277 24279 24079 0 -1 4194304 310 30854 0 0 0 0 1417 28 16 0 1 0 275424649 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24279/statm: 1339 237 195 169 0 50 0
[pid=24282] ppid=24279 vsize=345844 CPUtime=4405.53
/proc/24282/stat : 24282 (LySATc) R 24279 24279 24079 0 -1 4194304 85689 0 0 0 440459 94 0 0 25 0 1 0 275426097 354144256 85674 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/24282/statm: 86461 85674 76 171 0 86288 0
Current children cumulated CPU time (s) 4419.98
Current children cumulated vsize (KiB) 351200

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 24292
/proc/meminfo: memFree=678304/2055920 swapFree=4155176/4192956
[pid=24279] ppid=24277 vsize=5356 CPUtime=14.45
/proc/24279/stat : 24279 (lysat.sh) S 24277 24279 24079 0 -1 4194304 310 30854 0 0 0 0 1417 28 16 0 1 0 275424649 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24279/statm: 1339 237 195 169 0 50 0
[pid=24282] ppid=24279 vsize=348364 CPUtime=4465.5
/proc/24282/stat : 24282 (LySATc) R 24279 24279 24079 0 -1 4194304 86314 0 0 0 446455 95 0 0 25 0 1 0 275426097 356724736 86299 1992294400 134512640 135214827 4294956224 18446744073709551615 134529473 0 0 4096 3 0 0 0 17 0 0 0
/proc/24282/statm: 87091 86299 76 171 0 86918 0
Current children cumulated CPU time (s) 4479.95
Current children cumulated vsize (KiB) 353720

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 24292
/proc/meminfo: memFree=676128/2055920 swapFree=4155176/4192956
[pid=24279] ppid=24277 vsize=5356 CPUtime=14.45
/proc/24279/stat : 24279 (lysat.sh) S 24277 24279 24079 0 -1 4194304 310 30854 0 0 0 0 1417 28 16 0 1 0 275424649 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24279/statm: 1339 237 195 169 0 50 0
[pid=24282] ppid=24279 vsize=350620 CPUtime=4525.47
/proc/24282/stat : 24282 (LySATc) R 24279 24279 24079 0 -1 4194304 86868 0 0 0 452452 95 0 0 25 0 1 0 275426097 359034880 86853 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/24282/statm: 87655 86853 76 171 0 87482 0
Current children cumulated CPU time (s) 4539.92
Current children cumulated vsize (KiB) 355976

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 24292
/proc/meminfo: memFree=673184/2055920 swapFree=4155176/4192956
[pid=24279] ppid=24277 vsize=5356 CPUtime=14.45
/proc/24279/stat : 24279 (lysat.sh) S 24277 24279 24079 0 -1 4194304 310 30854 0 0 0 0 1417 28 16 0 1 0 275424649 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24279/statm: 1339 237 195 169 0 50 0
[pid=24282] ppid=24279 vsize=353260 CPUtime=4585.45
/proc/24282/stat : 24282 (LySATc) R 24279 24279 24079 0 -1 4194304 87542 0 0 0 458449 96 0 0 25 0 1 0 275426097 361738240 87527 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/24282/statm: 88315 87527 76 171 0 88142 0
Current children cumulated CPU time (s) 4599.9
Current children cumulated vsize (KiB) 358616

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 24292
/proc/meminfo: memFree=670560/2055920 swapFree=4155176/4192956
[pid=24279] ppid=24277 vsize=5356 CPUtime=14.45
/proc/24279/stat : 24279 (lysat.sh) S 24277 24279 24079 0 -1 4194304 310 30854 0 0 0 0 1417 28 16 0 1 0 275424649 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24279/statm: 1339 237 195 169 0 50 0
[pid=24282] ppid=24279 vsize=355912 CPUtime=4645.41
/proc/24282/stat : 24282 (LySATc) R 24279 24279 24079 0 -1 4194304 88207 0 0 0 464445 96 0 0 25 0 1 0 275426097 364453888 88192 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/24282/statm: 88978 88192 76 171 0 88805 0
Current children cumulated CPU time (s) 4659.86
Current children cumulated vsize (KiB) 361268

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 24292
/proc/meminfo: memFree=668000/2055920 swapFree=4155176/4192956
[pid=24279] ppid=24277 vsize=5356 CPUtime=14.45
/proc/24279/stat : 24279 (lysat.sh) S 24277 24279 24079 0 -1 4194304 310 30854 0 0 0 0 1417 28 16 0 1 0 275424649 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24279/statm: 1339 237 195 169 0 50 0
[pid=24282] ppid=24279 vsize=358424 CPUtime=4705.39
/proc/24282/stat : 24282 (LySATc) R 24279 24279 24079 0 -1 4194304 88852 0 0 0 470442 97 0 0 25 0 1 0 275426097 367026176 88837 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/24282/statm: 89606 88837 76 171 0 89433 0
Current children cumulated CPU time (s) 4719.84
Current children cumulated vsize (KiB) 363780

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 24292
/proc/meminfo: memFree=665696/2055920 swapFree=4155176/4192956
[pid=24279] ppid=24277 vsize=5356 CPUtime=14.45
/proc/24279/stat : 24279 (lysat.sh) S 24277 24279 24079 0 -1 4194304 310 30854 0 0 0 0 1417 28 16 0 1 0 275424649 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24279/statm: 1339 237 195 169 0 50 0
[pid=24282] ppid=24279 vsize=360812 CPUtime=4765.35
/proc/24282/stat : 24282 (LySATc) R 24279 24279 24079 0 -1 4194304 89433 0 0 0 476438 97 0 0 25 0 1 0 275426097 369471488 89418 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/24282/statm: 90203 89418 76 171 0 90030 0
Current children cumulated CPU time (s) 4779.8
Current children cumulated vsize (KiB) 366168

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 24292
/proc/meminfo: memFree=663328/2055920 swapFree=4155176/4192956
[pid=24279] ppid=24277 vsize=5356 CPUtime=14.45
/proc/24279/stat : 24279 (lysat.sh) S 24277 24279 24079 0 -1 4194304 310 30854 0 0 0 0 1417 28 16 0 1 0 275424649 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24279/statm: 1339 237 195 169 0 50 0
[pid=24282] ppid=24279 vsize=363188 CPUtime=4825.32
/proc/24282/stat : 24282 (LySATc) R 24279 24279 24079 0 -1 4194304 90044 0 0 0 482434 98 0 0 25 0 1 0 275426097 371904512 90029 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/24282/statm: 90797 90029 76 171 0 90624 0
Current children cumulated CPU time (s) 4839.77
Current children cumulated vsize (KiB) 368544

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 24292
/proc/meminfo: memFree=660832/2055920 swapFree=4155176/4192956
[pid=24279] ppid=24277 vsize=5356 CPUtime=14.45
/proc/24279/stat : 24279 (lysat.sh) S 24277 24279 24079 0 -1 4194304 310 30854 0 0 0 0 1417 28 16 0 1 0 275424649 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24279/statm: 1339 237 195 169 0 50 0
[pid=24282] ppid=24279 vsize=365724 CPUtime=4885.29
/proc/24282/stat : 24282 (LySATc) R 24279 24279 24079 0 -1 4194304 90668 0 0 0 488430 99 0 0 25 0 1 0 275426097 374501376 90653 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/24282/statm: 91431 90653 76 171 0 91258 0
Current children cumulated CPU time (s) 4899.74
Current children cumulated vsize (KiB) 371080

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 24298
/proc/meminfo: memFree=658528/2055920 swapFree=4155176/4192956
[pid=24279] ppid=24277 vsize=5356 CPUtime=14.45
/proc/24279/stat : 24279 (lysat.sh) S 24277 24279 24079 0 -1 4194304 310 30854 0 0 0 0 1417 28 16 0 1 0 275424649 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24279/statm: 1339 237 195 169 0 50 0
[pid=24282] ppid=24279 vsize=367976 CPUtime=4945.25
/proc/24282/stat : 24282 (LySATc) R 24279 24279 24079 0 -1 4194304 91230 0 0 0 494425 100 0 0 25 0 1 0 275426097 376807424 91215 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/24282/statm: 91994 91215 76 171 0 91821 0
Current children cumulated CPU time (s) 4959.7
Current children cumulated vsize (KiB) 373332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.7 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 24298
/proc/meminfo: memFree=657056/2055920 swapFree=4155176/4192956
[pid=24279] ppid=24277 vsize=5356 CPUtime=14.45
/proc/24279/stat : 24279 (lysat.sh) S 24277 24279 24079 0 -1 4194304 310 30854 0 0 0 0 1417 28 16 0 1 0 275424649 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24279/statm: 1339 237 195 169 0 50 0
[pid=24282] ppid=24279 vsize=369300 CPUtime=4985.64
/proc/24282/stat : 24282 (LySATc) R 24279 24279 24079 0 -1 4194304 91588 0 0 0 498463 101 0 0 25 0 1 0 275426097 378163200 91573 1992294400 134512640 135214827 4294956224 18446744073709551615 134537058 0 0 4096 3 0 0 0 17 0 0 0
/proc/24282/statm: 92325 91573 76 171 0 92152 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 374656

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

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

[startup+5002.7 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 24298
/proc/meminfo: memFree=657056/2055920 swapFree=4155176/4192956
[pid=24279] ppid=24277 vsize=5356 CPUtime=14.45
/proc/24279/stat : 24279 (lysat.sh) S 24277 24279 24079 0 -1 4194304 310 30854 0 0 0 0 1417 28 16 0 1 0 275424649 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24279/statm: 1339 237 195 169 0 50 0
[pid=24282] ppid=24279 vsize=369300 CPUtime=4985.64
/proc/24282/stat : 24282 (LySATc) R 24279 24279 24079 0 -1 4194304 91588 0 0 0 498463 101 0 0 25 0 1 0 275426097 378163200 91573 1992294400 134512640 135214827 4294956224 18446744073709551615 134537058 0 0 4096 3 0 0 0 17 0 0 0
/proc/24282/statm: 92325 91573 76 171 0 92152 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 374656

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24279 and gives
#  childrusage.ru_utime.tv_sec=14
#  childrusage.ru_utime.tv_usec=178844
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=286956
# CPU time returned by wait4() is 14.4658
# while last known CPU time is 5000.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5002.72
CPU time (s): 5000.09
CPU user time (s): 4998.8
CPU system time (s): 1.29
CPU usage (%): 99.9475
Max. virtual memory (cumulated for all children) (KiB): 374656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.1788
system time used= 0.286956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31164
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= 4
involuntary context switches= 50

runsolver used 4.33534 second user time and 13.8669 second system time

The end

Launcher Data

Begin job on node18 at 2009-05-16 13:38:34
IDJOB=1824951
IDBENCH=24637
IDSOLVER=667
FILE ID=node18/1824951-1242473911
PBS_JOBID= 9306816
Free space on /tmp= 66188 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-myciel6-cn.used-as.sat04-319.sat05-4201.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1824951-1242473911/watcher-1824951-1242473911 -o /tmp/evaluation-result-1824951-1242473911/solver-1824951-1242473911 -C 5000 -W 6000 -M 1800  lysat.sh HOME/instance-1824951-1242473911.cnf c

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

MD5SUM BENCH= 4c4e7e1211c6b5f2d2564e77e64df6f5
RANDOM SEED=560272080

node18.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.280
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.280
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:       1049040 kB
Buffers:         90784 kB
Cached:         791996 kB
SwapCached:      31616 kB
Active:         130416 kB
Inactive:       786324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1049040 kB
SwapTotal:     4192956 kB
SwapFree:      4155176 kB
Dirty:           16596 kB
Writeback:           0 kB
Mapped:          13564 kB
Slab:            76280 kB
Committed_AS:  1044636 kB
PageTables:       1372 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= 66164 MiB
End job on node18 at 2009-05-16 15:01:59