Trace number 1824952

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.06 5001.91

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-equilarge_m3.used-as.sat04-900.sat05-4186.reshuffled-07.cnf
MD5SUMff7bc04717f7472a7de76a6b5c02e3a4
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 variables9528
Number of clauses1018562
Sum of the clauses size2044318
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21017395
Number of clauses of size 31
Number of clauses of size 47
Number of clauses of size 55
Number of clauses of size over 51154

Solver Data

0.00/0.00	c Parsing...
0.78/0.84	c ==============================================================================
0.78/0.84	c |           |     ORIGINAL     |              LEARNT              |          |
0.78/0.84	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.78/0.84	c ==============================================================================
0.78/0.84	c |         0 | 1018562  2044318 |  305568       0        0     nan |  0.000 % |
14.69/14.76	c |         0 | 1008700  3422759 |      --       0       --      -- |     --   | -9862/1378441
14.69/14.76	c ==============================================================================
14.69/14.76	c Result  :   #vars: 8350   #clauses: 1008700   #literals: 3422759
14.69/14.76	c CPU time:   14.5908 s
14.69/14.76	c ==============================================================================
16.08/16.17	This is MiniSat 2.0 beta
16.08/16.17	WARNING: for repeatability, setting FPU to use double precision
16.08/16.17	============================[ Problem Statistics ]=============================
16.08/16.17	|                                                                             |
16.08/16.17	|  Number of variables:  8350                                                 |
16.08/16.17	|  Number of clauses:    1008700                                              |
16.77/16.89	|  Parsing time:         0.66         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-1824952-1242473936/watcher-1824952-1242473936 -o /tmp/evaluation-result-1824952-1242473936/solver-1824952-1242473936 -C 5000 -W 6000 -M 1800 lysat.sh HOME/instance-1824952-1242473936.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 0.97 0.91 3/64 19122
/proc/meminfo: memFree=800312/2055920 swapFree=4179604/4192956
[pid=19122] ppid=19120 vsize=5356 CPUtime=0
/proc/19122/stat : 19122 (lysat.sh) S 19120 19122 18921 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275420024 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19122/statm: 1339 235 195 169 0 50 0
[pid=19123] ppid=19122 vsize=824 CPUtime=0
/proc/19123/stat : 19123 (SatElite) R 19122 19122 18921 0 -1 4194304 114 0 0 0 0 0 0 0 21 0 1 0 275420024 843776 98 1992294400 134512640 135034092 4294956112 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 1 0 0
/proc/19123/statm: 206 106 50 127 0 76 0

[startup+0.013361 s]
/proc/loadavg: 1.00 0.97 0.91 3/64 19122
/proc/meminfo: memFree=800312/2055920 swapFree=4179604/4192956
[pid=19122] ppid=19120 vsize=5356 CPUtime=0
/proc/19122/stat : 19122 (lysat.sh) S 19120 19122 18921 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275420024 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19122/statm: 1339 235 195 169 0 50 0
[pid=19123] ppid=19122 vsize=2784 CPUtime=0
/proc/19123/stat : 19123 (SatElite) R 19122 19122 18921 0 -1 4194304 520 0 0 0 0 0 0 0 21 0 1 0 275420024 2850816 504 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/19123/statm: 696 504 50 127 0 566 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8140

[startup+0.101365 s]
/proc/loadavg: 1.00 0.97 0.91 3/64 19122
/proc/meminfo: memFree=800312/2055920 swapFree=4179604/4192956
[pid=19122] ppid=19120 vsize=5356 CPUtime=0
/proc/19122/stat : 19122 (lysat.sh) S 19120 19122 18921 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275420024 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19122/statm: 1339 235 195 169 0 50 0
[pid=19123] ppid=19122 vsize=8380 CPUtime=0.08
/proc/19123/stat : 19123 (SatElite) R 19122 19122 18921 0 -1 4194304 1774 0 0 0 8 0 0 0 21 0 1 0 275420024 8581120 1758 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/19123/statm: 2095 1759 50 127 0 1965 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13736

[startup+0.301401 s]
/proc/loadavg: 1.00 0.97 0.91 3/64 19122
/proc/meminfo: memFree=800312/2055920 swapFree=4179604/4192956
[pid=19122] ppid=19120 vsize=5356 CPUtime=0
/proc/19122/stat : 19122 (lysat.sh) S 19120 19122 18921 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275420024 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19122/statm: 1339 235 195 169 0 50 0
[pid=19123] ppid=19122 vsize=20888 CPUtime=0.29
/proc/19123/stat : 19123 (SatElite) R 19122 19122 18921 0 -1 4194304 4912 0 0 0 26 3 0 0 22 0 1 0 275420024 21389312 4896 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/19123/statm: 5222 4896 50 127 0 5092 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26244

[startup+0.701472 s]
/proc/loadavg: 1.00 0.97 0.91 3/64 19122
/proc/meminfo: memFree=800312/2055920 swapFree=4179604/4192956
[pid=19122] ppid=19120 vsize=5356 CPUtime=0
/proc/19122/stat : 19122 (lysat.sh) S 19120 19122 18921 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275420024 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19122/statm: 1339 235 195 169 0 50 0
[pid=19123] ppid=19122 vsize=45640 CPUtime=0.68
/proc/19123/stat : 19123 (SatElite) R 19122 19122 18921 0 -1 4194304 11136 0 0 0 62 6 0 0 25 0 1 0 275420024 46735360 11120 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/19123/statm: 11410 11121 50 127 0 11280 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 50996

[startup+1.50162 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 19124
/proc/meminfo: memFree=742696/2055920 swapFree=4179604/4192956
[pid=19122] ppid=19120 vsize=5356 CPUtime=0
/proc/19122/stat : 19122 (lysat.sh) S 19120 19122 18921 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275420024 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19122/statm: 1339 235 195 169 0 50 0
[pid=19123] ppid=19122 vsize=69352 CPUtime=1.49
/proc/19123/stat : 19123 (SatElite) R 19122 19122 18921 0 -1 4194304 16086 0 0 0 139 10 0 0 25 0 1 0 275420024 71016448 16070 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/19123/statm: 17338 16070 68 127 0 17208 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74708

[startup+3.10191 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 19124
/proc/meminfo: memFree=727080/2055920 swapFree=4179604/4192956
[pid=19122] ppid=19120 vsize=5356 CPUtime=0
/proc/19122/stat : 19122 (lysat.sh) S 19120 19122 18921 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275420024 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19122/statm: 1339 235 195 169 0 50 0
[pid=19123] ppid=19122 vsize=85440 CPUtime=3.08
/proc/19123/stat : 19123 (SatElite) R 19122 19122 18921 0 -1 4194304 20101 0 0 0 294 14 0 0 25 0 1 0 275420024 87490560 20085 1992294400 134512640 135034092 4294956112 18446744073709551615 134547618 0 0 4096 3 0 0 0 17 1 0 0
/proc/19123/statm: 21360 20085 68 127 0 21230 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 90796

[startup+6.30149 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 19124
/proc/meminfo: memFree=701928/2055920 swapFree=4179604/4192956
[pid=19122] ppid=19120 vsize=5356 CPUtime=0
/proc/19122/stat : 19122 (lysat.sh) S 19120 19122 18921 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275420024 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19122/statm: 1339 235 195 169 0 50 0
[pid=19123] ppid=19122 vsize=108144 CPUtime=6.29
/proc/19123/stat : 19123 (SatElite) R 19122 19122 18921 0 -1 4194304 23707 0 0 0 613 16 0 0 25 0 1 0 275420024 110739456 23691 1992294400 134512640 135034092 4294956112 18446744073709551615 134569558 0 0 4096 3 0 0 0 17 1 0 0
/proc/19123/statm: 27036 23691 68 127 0 26906 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 113500

[startup+12.7016 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 19124
/proc/meminfo: memFree=701928/2055920 swapFree=4179604/4192956
[pid=19122] ppid=19120 vsize=5356 CPUtime=0
/proc/19122/stat : 19122 (lysat.sh) S 19120 19122 18921 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275420024 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19122/statm: 1339 235 195 169 0 50 0
[pid=19123] ppid=19122 vsize=108144 CPUtime=12.69
/proc/19123/stat : 19123 (SatElite) R 19122 19122 18921 0 -1 4194304 23726 0 0 0 1253 16 0 0 25 0 1 0 275420024 110739456 23710 1992294400 134512640 135034092 4294956112 18446744073709551615 134563252 0 0 4096 3 0 0 0 17 1 0 0
/proc/19123/statm: 27036 23710 68 127 0 26906 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 113500

[startup+25.502 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 19125
/proc/meminfo: memFree=726824/2055920 swapFree=4179604/4192956
[pid=19122] ppid=19120 vsize=5356 CPUtime=16.15
/proc/19122/stat : 19122 (lysat.sh) S 19120 19122 18921 0 -1 4194304 310 23748 0 0 0 0 1590 25 19 0 1 0 275420024 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19122/statm: 1339 237 195 169 0 50 0
[pid=19125] ppid=19122 vsize=50780 CPUtime=9.31
/proc/19125/stat : 19125 (LySATc) R 19122 19122 18921 0 -1 4194304 12527 0 0 0 924 7 0 0 25 0 1 0 275421641 51998720 12512 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/19125/statm: 12695 12512 76 171 0 12522 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 56136

[startup+51.1016 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 19125
/proc/meminfo: memFree=725096/2055920 swapFree=4179604/4192956
[pid=19122] ppid=19120 vsize=5356 CPUtime=16.15
/proc/19122/stat : 19122 (lysat.sh) S 19120 19122 18921 0 -1 4194304 310 23748 0 0 0 0 1590 25 19 0 1 0 275420024 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19122/statm: 1339 237 195 169 0 50 0
[pid=19125] ppid=19122 vsize=52652 CPUtime=34.9
/proc/19125/stat : 19125 (LySATc) R 19122 19122 18921 0 -1 4194304 13007 0 0 0 3482 8 0 0 25 0 1 0 275421641 53915648 12992 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/19125/statm: 13163 12992 76 171 0 12990 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 58008

[startup+102.306 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 19125
/proc/meminfo: memFree=722024/2055920 swapFree=4179604/4192956
[pid=19122] ppid=19120 vsize=5356 CPUtime=16.15
/proc/19122/stat : 19122 (lysat.sh) S 19120 19122 18921 0 -1 4194304 310 23748 0 0 0 0 1590 25 19 0 1 0 275420024 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19122/statm: 1339 237 195 169 0 50 0
[pid=19125] ppid=19122 vsize=55588 CPUtime=86.1
/proc/19125/stat : 19125 (LySATc) R 19122 19122 18921 0 -1 4194304 13752 0 0 0 8600 10 0 0 25 0 1 0 275421641 56922112 13737 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/19125/statm: 13897 13737 76 171 0 13724 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 60944

[startup+162.303 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 19125
/proc/meminfo: memFree=718632/2055920 swapFree=4179604/4192956
[pid=19122] ppid=19120 vsize=5356 CPUtime=16.15
/proc/19122/stat : 19122 (lysat.sh) S 19120 19122 18921 0 -1 4194304 310 23748 0 0 0 0 1590 25 19 0 1 0 275420024 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19122/statm: 1339 237 195 169 0 50 0
[pid=19125] ppid=19122 vsize=59220 CPUtime=146.07
/proc/19125/stat : 19125 (LySATc) R 19122 19122 18921 0 -1 4194304 14625 0 0 0 14596 11 0 0 25 0 1 0 275421641 60641280 14610 1992294400 134512640 135214827 4294956224 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 1 0 0
/proc/19125/statm: 14805 14610 76 171 0 14632 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 64576

[startup+222.302 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 19125
/proc/meminfo: memFree=713832/2055920 swapFree=4179604/4192956
[pid=19122] ppid=19120 vsize=5356 CPUtime=16.15
/proc/19122/stat : 19122 (lysat.sh) S 19120 19122 18921 0 -1 4194304 310 23748 0 0 0 0 1590 25 19 0 1 0 275420024 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19122/statm: 1339 237 195 169 0 50 0
[pid=19125] ppid=19122 vsize=63844 CPUtime=206.05
/proc/19125/stat : 19125 (LySATc) R 19122 19122 18921 0 -1 4194304 15794 0 0 0 20593 12 0 0 25 0 1 0 275421641 65376256 15779 1992294400 134512640 135214827 4294956224 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 1 0 0
/proc/19125/statm: 15961 15779 76 171 0 15788 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 69200

[startup+282.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 19127
/proc/meminfo: memFree=709800/2055920 swapFree=4179604/4192956
[pid=19122] ppid=19120 vsize=5356 CPUtime=16.15
/proc/19122/stat : 19122 (lysat.sh) S 19120 19122 18921 0 -1 4194304 310 23748 0 0 0 0 1590 25 19 0 1 0 275420024 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19122/statm: 1339 237 195 169 0 50 0
[pid=19125] ppid=19122 vsize=68016 CPUtime=266.02
/proc/19125/stat : 19125 (LySATc) R 19122 19122 18921 0 -1 4194304 16821 0 0 0 26589 13 0 0 25 0 1 0 275421641 69648384 16806 1992294400 134512640 135214827 4294956224 18446744073709551615 134527298 0 0 4096 3 0 0 0 17 1 0 0
/proc/19125/statm: 17004 16806 76 171 0 16831 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 73372

[startup+342.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 19127
/proc/meminfo: memFree=706280/2055920 swapFree=4179604/4192956
[pid=19122] ppid=19120 vsize=5356 CPUtime=16.15
/proc/19122/stat : 19122 (lysat.sh) S 19120 19122 18921 0 -1 4194304 310 23748 0 0 0 0 1590 25 19 0 1 0 275420024 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19122/statm: 1339 237 195 169 0 50 0
[pid=19125] ppid=19122 vsize=71316 CPUtime=326
/proc/19125/stat : 19125 (LySATc) R 19122 19122 18921 0 -1 4194304 17679 0 0 0 32585 15 0 0 25 0 1 0 275421641 73027584 17664 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/19125/statm: 17829 17664 76 171 0 17656 0
Current children cumulated CPU time (s) 342.15

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

/proc/19125/statm: 62717 62391 76 171 0 62544 0
Current children cumulated CPU time (s) 4360.7
Current children cumulated vsize (KiB) 256224

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 19135
/proc/meminfo: memFree=525032/2055920 swapFree=4179604/4192956
[pid=19122] ppid=19120 vsize=5356 CPUtime=16.15
/proc/19122/stat : 19122 (lysat.sh) S 19120 19122 18921 0 -1 4194304 310 23748 0 0 0 0 1590 25 19 0 1 0 275420024 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19122/statm: 1339 237 195 169 0 50 0
[pid=19125] ppid=19122 vsize=252780 CPUtime=4404.53
/proc/19125/stat : 19125 (LySATc) R 19122 19122 18921 0 -1 4194304 62890 0 0 0 440382 71 0 0 25 0 1 0 275421641 258846720 62875 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/19125/statm: 63195 62875 76 171 0 63022 0
Current children cumulated CPU time (s) 4420.68
Current children cumulated vsize (KiB) 258136

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 19135
/proc/meminfo: memFree=523048/2055920 swapFree=4179604/4192956
[pid=19122] ppid=19120 vsize=5356 CPUtime=16.15
/proc/19122/stat : 19122 (lysat.sh) S 19120 19122 18921 0 -1 4194304 310 23748 0 0 0 0 1590 25 19 0 1 0 275420024 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19122/statm: 1339 237 195 169 0 50 0
[pid=19125] ppid=19122 vsize=254892 CPUtime=4464.51
/proc/19125/stat : 19125 (LySATc) R 19122 19122 18921 0 -1 4194304 63405 0 0 0 446379 72 0 0 25 0 1 0 275421641 261009408 63390 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/19125/statm: 63723 63390 76 171 0 63550 0
Current children cumulated CPU time (s) 4480.66
Current children cumulated vsize (KiB) 260248

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 19135
/proc/meminfo: memFree=520872/2055920 swapFree=4179604/4192956
[pid=19122] ppid=19120 vsize=5356 CPUtime=16.15
/proc/19122/stat : 19122 (lysat.sh) S 19120 19122 18921 0 -1 4194304 310 23748 0 0 0 0 1590 25 19 0 1 0 275420024 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19122/statm: 1339 237 195 169 0 50 0
[pid=19125] ppid=19122 vsize=257004 CPUtime=4524.49
/proc/19125/stat : 19125 (LySATc) R 19122 19122 18921 0 -1 4194304 63935 0 0 0 452376 73 0 0 25 0 1 0 275421641 263172096 63920 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/19125/statm: 64251 63920 76 171 0 64078 0
Current children cumulated CPU time (s) 4540.64
Current children cumulated vsize (KiB) 262360

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 19135
/proc/meminfo: memFree=518760/2055920 swapFree=4179604/4192956
[pid=19122] ppid=19120 vsize=5356 CPUtime=16.15
/proc/19122/stat : 19122 (lysat.sh) S 19120 19122 18921 0 -1 4194304 310 23748 0 0 0 0 1590 25 19 0 1 0 275420024 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19122/statm: 1339 237 195 169 0 50 0
[pid=19125] ppid=19122 vsize=259128 CPUtime=4584.46
/proc/19125/stat : 19125 (LySATc) R 19122 19122 18921 0 -1 4194304 64463 0 0 0 458373 73 0 0 25 0 1 0 275421641 265347072 64448 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/19125/statm: 64782 64448 76 171 0 64609 0
Current children cumulated CPU time (s) 4600.61
Current children cumulated vsize (KiB) 264484

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 19135
/proc/meminfo: memFree=516776/2055920 swapFree=4179604/4192956
[pid=19122] ppid=19120 vsize=5356 CPUtime=16.15
/proc/19122/stat : 19122 (lysat.sh) S 19120 19122 18921 0 -1 4194304 310 23748 0 0 0 0 1590 25 19 0 1 0 275420024 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19122/statm: 1339 237 195 169 0 50 0
[pid=19125] ppid=19122 vsize=261108 CPUtime=4644.44
/proc/19125/stat : 19125 (LySATc) R 19122 19122 18921 0 -1 4194304 64958 0 0 0 464370 74 0 0 25 0 1 0 275421641 267374592 64943 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/19125/statm: 65277 64943 76 171 0 65104 0
Current children cumulated CPU time (s) 4660.59
Current children cumulated vsize (KiB) 266464

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 19135
/proc/meminfo: memFree=514984/2055920 swapFree=4179604/4192956
[pid=19122] ppid=19120 vsize=5356 CPUtime=16.15
/proc/19122/stat : 19122 (lysat.sh) S 19120 19122 18921 0 -1 4194304 310 23748 0 0 0 0 1590 25 19 0 1 0 275420024 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19122/statm: 1339 237 195 169 0 50 0
[pid=19125] ppid=19122 vsize=262824 CPUtime=4704.42
/proc/19125/stat : 19125 (LySATc) R 19122 19122 18921 0 -1 4194304 65389 0 0 0 470368 74 0 0 25 0 1 0 275421641 269131776 65374 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/19125/statm: 65706 65374 76 171 0 65533 0
Current children cumulated CPU time (s) 4720.57
Current children cumulated vsize (KiB) 268180

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 19135
/proc/meminfo: memFree=513128/2055920 swapFree=4179604/4192956
[pid=19122] ppid=19120 vsize=5356 CPUtime=16.15
/proc/19122/stat : 19122 (lysat.sh) S 19120 19122 18921 0 -1 4194304 310 23748 0 0 0 0 1590 25 19 0 1 0 275420024 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19122/statm: 1339 237 195 169 0 50 0
[pid=19125] ppid=19122 vsize=264704 CPUtime=4764.4
/proc/19125/stat : 19125 (LySATc) R 19122 19122 18921 0 -1 4194304 65874 0 0 0 476365 75 0 0 25 0 1 0 275421641 271056896 65859 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/19125/statm: 66176 65859 76 171 0 66003 0
Current children cumulated CPU time (s) 4780.55
Current children cumulated vsize (KiB) 270060

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 19135
/proc/meminfo: memFree=511016/2055920 swapFree=4179604/4192956
[pid=19122] ppid=19120 vsize=5356 CPUtime=16.15
/proc/19122/stat : 19122 (lysat.sh) S 19120 19122 18921 0 -1 4194304 310 23748 0 0 0 0 1590 25 19 0 1 0 275420024 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19122/statm: 1339 237 195 169 0 50 0
[pid=19125] ppid=19122 vsize=266816 CPUtime=4824.38
/proc/19125/stat : 19125 (LySATc) R 19122 19122 18921 0 -1 4194304 66394 0 0 0 482362 76 0 0 25 0 1 0 275421641 273219584 66379 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/19125/statm: 66704 66379 76 171 0 66531 0
Current children cumulated CPU time (s) 4840.53
Current children cumulated vsize (KiB) 272172

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 19135
/proc/meminfo: memFree=509160/2055920 swapFree=4179604/4192956
[pid=19122] ppid=19120 vsize=5356 CPUtime=16.15
/proc/19122/stat : 19122 (lysat.sh) S 19120 19122 18921 0 -1 4194304 310 23748 0 0 0 0 1590 25 19 0 1 0 275420024 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19122/statm: 1339 237 195 169 0 50 0
[pid=19125] ppid=19122 vsize=268664 CPUtime=4884.36
/proc/19125/stat : 19125 (LySATc) R 19122 19122 18921 0 -1 4194304 66868 0 0 0 488359 77 0 0 25 0 1 0 275421641 275111936 66853 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/19125/statm: 67166 66853 76 171 0 66993 0
Current children cumulated CPU time (s) 4900.51
Current children cumulated vsize (KiB) 274020

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 19141
/proc/meminfo: memFree=507240/2055920 swapFree=4179604/4192956
[pid=19122] ppid=19120 vsize=5356 CPUtime=16.15
/proc/19122/stat : 19122 (lysat.sh) S 19120 19122 18921 0 -1 4194304 310 23748 0 0 0 0 1590 25 19 0 1 0 275420024 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19122/statm: 1339 237 195 169 0 50 0
[pid=19125] ppid=19122 vsize=270544 CPUtime=4944.32
/proc/19125/stat : 19125 (LySATc) R 19122 19122 18921 0 -1 4194304 67326 0 0 0 494355 77 0 0 25 0 1 0 275421641 277037056 67311 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/19125/statm: 67636 67311 76 171 0 67463 0
Current children cumulated CPU time (s) 4960.47
Current children cumulated vsize (KiB) 275900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.9 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 19141
/proc/meminfo: memFree=505960/2055920 swapFree=4179604/4192956
[pid=19122] ppid=19120 vsize=5356 CPUtime=16.15
/proc/19122/stat : 19122 (lysat.sh) S 19120 19122 18921 0 -1 4194304 310 23748 0 0 0 0 1590 25 19 0 1 0 275420024 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19122/statm: 1339 237 195 169 0 50 0
[pid=19125] ppid=19122 vsize=271864 CPUtime=4983.91
/proc/19125/stat : 19125 (LySATc) R 19122 19122 18921 0 -1 4194304 67651 0 0 0 498313 78 0 0 25 0 1 0 275421641 278388736 67636 1992294400 134512640 135214827 4294956224 18446744073709551615 134529360 0 0 4096 3 0 0 0 17 1 0 0
/proc/19125/statm: 67966 67636 76 171 0 67793 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 277220

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

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

[startup+5001.9 s]
/proc/loadavg: 1.00 1.00 0.97 2/66 19141
/proc/meminfo: memFree=505960/2055920 swapFree=4179604/4192956
[pid=19122] ppid=19120 vsize=5356 CPUtime=16.15
/proc/19122/stat : 19122 (lysat.sh) S 19120 19122 18921 0 -1 4194304 310 23748 0 0 0 0 1590 25 19 0 1 0 275420024 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19122/statm: 1339 237 195 169 0 50 0
[pid=19125] ppid=19122 vsize=271864 CPUtime=4983.91
/proc/19125/stat : 19125 (LySATc) R 19122 19122 18921 0 -1 4194304 67651 0 0 0 498313 78 0 0 25 0 1 0 275421641 278388736 67636 1992294400 134512640 135214827 4294956224 18446744073709551615 134529360 0 0 4096 3 0 0 0 17 1 0 0
/proc/19125/statm: 67966 67636 76 171 0 67793 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 277220

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19122 and gives
#  childrusage.ru_utime.tv_sec=15
#  childrusage.ru_utime.tv_usec=909581
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=255961
# CPU time returned by wait4() is 16.1655
# while last known CPU time is 5000.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5001.91
CPU time (s): 5000.06
CPU user time (s): 4999.03
CPU system time (s): 1.03
CPU usage (%): 99.9629
Max. virtual memory (cumulated for all children) (KiB): 277220

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

runsolver used 5.68214 second user time and 12.5121 second system time

The end

Launcher Data

Begin job on node67 at 2009-05-16 13:38:58
IDJOB=1824952
IDBENCH=24638
IDSOLVER=667
FILE ID=node67/1824952-1242473936
PBS_JOBID= 9306771
Free space on /tmp= 66184 MiB

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

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

MD5SUM BENCH= ff7bc04717f7472a7de76a6b5c02e3a4
RANDOM SEED=349391425

node67.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.277
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.277
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:        800728 kB
Buffers:         93632 kB
Cached:        1062932 kB
SwapCached:       7732 kB
Active:         127536 kB
Inactive:      1038216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        800728 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:           14900 kB
Writeback:           0 kB
Mapped:          14176 kB
Slab:            75336 kB
Committed_AS:  1022984 kB
PageTables:       1436 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= 66160 MiB
End job on node67 at 2009-05-16 15:02:22