Trace number 1824944

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.04 5002.82

General information on the benchmark

Namecrafted/Hard/contest04/others/
Composite-096BitPrimes-0.sat05-507.reshuffled-07.cnf
MD5SUM8b466b7ef3217bdc844a579ae744d427
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 variables18623
Number of clauses182878
Sum of the clauses size821466
Maximum clause length5
Minimum clause length1
Number of clauses of size 1290
Number of clauses of size 218428
Number of clauses of size 318240
Number of clauses of size 40
Number of clauses of size 5145920
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.28	c ==============================================================================
0.00/0.28	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.28	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.28	c ==============================================================================
0.00/0.28	c |         0 |  181551   815827 |   54465       0        0     nan |  0.000 % |
0.00/0.34	c |         0 |  178852   803251 |      --       0       --      -- |     --   | -1337/-6089
0.00/0.34	c ==============================================================================
0.00/0.34	c Result  :   #vars: 18119   #clauses: 178852   #literals: 803251
0.00/0.34	c CPU time:   0.307953 s
0.00/0.34	c ==============================================================================
0.00/0.67	This is MiniSat 2.0 beta
0.00/0.67	WARNING: for repeatability, setting FPU to use double precision
0.00/0.67	============================[ Problem Statistics ]=============================
0.00/0.67	|                                                                             |
0.00/0.67	|  Number of variables:  18119                                                |
0.00/0.67	|  Number of clauses:    178852                                               |
0.66/0.84	|  Parsing time:         0.16         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-1824944-1242473317/watcher-1824944-1242473317 -o /tmp/evaluation-result-1824944-1242473317/solver-1824944-1242473317 -C 5000 -W 6000 -M 1800 lysat.sh HOME/instance-1824944-1242473317.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: 0.99 0.97 0.91 3/64 1809
/proc/meminfo: memFree=1323512/2055924 swapFree=4180124/4192956
[pid=1809] ppid=1807 vsize=5356 CPUtime=0
/proc/1809/stat : 1809 (lysat.sh) R 1807 1809 1700 0 -1 4194304 259 0 0 0 0 0 0 0 20 0 1 0 275366109 5484544 226 1992294400 4194304 4889804 548682068816 18446744073709551615 268582687457 0 0 4100 65536 0 0 0 17 1 0 0
/proc/1809/statm: 1339 231 192 169 0 50 0

[startup+0.0419631 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 1809
/proc/meminfo: memFree=1323512/2055924 swapFree=4180124/4192956
[pid=1809] ppid=1807 vsize=5356 CPUtime=0
/proc/1809/stat : 1809 (lysat.sh) S 1807 1809 1700 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275366109 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1809/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101972 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 1809
/proc/meminfo: memFree=1323512/2055924 swapFree=4180124/4192956
[pid=1809] ppid=1807 vsize=5356 CPUtime=0
/proc/1809/stat : 1809 (lysat.sh) S 1807 1809 1700 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275366109 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1809/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302012 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 1809
/proc/meminfo: memFree=1323512/2055924 swapFree=4180124/4192956
[pid=1809] ppid=1807 vsize=5356 CPUtime=0
/proc/1809/stat : 1809 (lysat.sh) S 1807 1809 1700 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 275366109 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1809/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701101 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 1809
/proc/meminfo: memFree=1323512/2055924 swapFree=4180124/4192956
[pid=1809] ppid=1807 vsize=5356 CPUtime=0.66
/proc/1809/stat : 1809 (lysat.sh) S 1807 1809 1700 0 -1 4194304 310 5211 0 0 0 0 61 5 16 0 1 0 275366109 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1809/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 5356

[startup+1.50125 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1812
/proc/meminfo: memFree=1307176/2055924 swapFree=4180124/4192956
[pid=1809] ppid=1807 vsize=5356 CPUtime=0.66
/proc/1809/stat : 1809 (lysat.sh) S 1807 1809 1700 0 -1 4194304 310 5211 0 0 0 0 61 5 16 0 1 0 275366109 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1809/statm: 1339 237 195 169 0 50 0
[pid=1812] ppid=1809 vsize=12180 CPUtime=0.81
/proc/1812/stat : 1812 (LySATc) R 1809 1809 1700 0 -1 4194304 2912 0 0 0 80 1 0 0 24 0 1 0 275366176 12472320 2897 1992294400 134512640 135214827 4294956224 18446744073709551615 134529230 0 0 4096 3 0 0 0 17 0 0 0
/proc/1812/statm: 3045 2897 77 171 0 2872 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 17536

[startup+3.10156 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1812
/proc/meminfo: memFree=1306280/2055924 swapFree=4180124/4192956
[pid=1809] ppid=1807 vsize=5356 CPUtime=0.66
/proc/1809/stat : 1809 (lysat.sh) S 1807 1809 1700 0 -1 4194304 310 5211 0 0 0 0 61 5 16 0 1 0 275366109 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1809/statm: 1339 237 195 169 0 50 0
[pid=1812] ppid=1809 vsize=12708 CPUtime=2.41
/proc/1812/stat : 1812 (LySATc) R 1809 1809 1700 0 -1 4194304 3051 0 0 0 240 1 0 0 25 0 1 0 275366176 13012992 3036 1992294400 134512640 135214827 4294956224 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 0 0 0
/proc/1812/statm: 3177 3036 77 171 0 3004 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 18064

[startup+6.30119 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1812
/proc/meminfo: memFree=1305448/2055924 swapFree=4180124/4192956
[pid=1809] ppid=1807 vsize=5356 CPUtime=0.66
/proc/1809/stat : 1809 (lysat.sh) S 1807 1809 1700 0 -1 4194304 310 5211 0 0 0 0 61 5 16 0 1 0 275366109 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1809/statm: 1339 237 195 169 0 50 0
[pid=1812] ppid=1809 vsize=13368 CPUtime=5.6
/proc/1812/stat : 1812 (LySATc) R 1809 1809 1700 0 -1 4194304 3191 0 0 0 559 1 0 0 25 0 1 0 275366176 13688832 3176 1992294400 134512640 135214827 4294956224 18446744073709551615 134527315 0 0 4096 3 0 0 0 17 0 0 0
/proc/1812/statm: 3342 3176 77 171 0 3169 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 18724

[startup+12.7014 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1812
/proc/meminfo: memFree=1304296/2055924 swapFree=4180124/4192956
[pid=1809] ppid=1807 vsize=5356 CPUtime=0.66
/proc/1809/stat : 1809 (lysat.sh) S 1807 1809 1700 0 -1 4194304 310 5211 0 0 0 0 61 5 16 0 1 0 275366109 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1809/statm: 1339 237 195 169 0 50 0
[pid=1812] ppid=1809 vsize=14688 CPUtime=12
/proc/1812/stat : 1812 (LySATc) R 1809 1809 1700 0 -1 4194304 3541 0 0 0 1198 2 0 0 25 0 1 0 275366176 15040512 3526 1992294400 134512640 135214827 4294956224 18446744073709551615 134527298 0 0 4096 3 0 0 0 17 0 0 0
/proc/1812/statm: 3672 3526 77 171 0 3499 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 20044

[startup+25.5019 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1812
/proc/meminfo: memFree=1303016/2055924 swapFree=4180124/4192956
[pid=1809] ppid=1807 vsize=5356 CPUtime=0.66
/proc/1809/stat : 1809 (lysat.sh) S 1807 1809 1700 0 -1 4194304 310 5211 0 0 0 0 61 5 16 0 1 0 275366109 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1809/statm: 1339 237 195 169 0 50 0
[pid=1812] ppid=1809 vsize=16008 CPUtime=24.79
/proc/1812/stat : 1812 (LySATc) R 1809 1809 1700 0 -1 4194304 3860 0 0 0 2477 2 0 0 25 0 1 0 275366176 16392192 3845 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/1812/statm: 4002 3845 77 171 0 3829 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 21364

[startup+51.102 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1812
/proc/meminfo: memFree=1299496/2055924 swapFree=4180124/4192956
[pid=1809] ppid=1807 vsize=5356 CPUtime=0.66
/proc/1809/stat : 1809 (lysat.sh) S 1807 1809 1700 0 -1 4194304 310 5211 0 0 0 0 61 5 16 0 1 0 275366109 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1809/statm: 1339 237 195 169 0 50 0
[pid=1812] ppid=1809 vsize=19484 CPUtime=50.36
/proc/1812/stat : 1812 (LySATc) R 1809 1809 1700 0 -1 4194304 4744 0 0 0 5033 3 0 0 25 0 1 0 275366176 19951616 4729 1992294400 134512640 135214827 4294956224 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 0 0 0
/proc/1812/statm: 4871 4729 77 171 0 4698 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 24840

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1812
/proc/meminfo: memFree=1291816/2055924 swapFree=4180124/4192956
[pid=1809] ppid=1807 vsize=5356 CPUtime=0.66
/proc/1809/stat : 1809 (lysat.sh) S 1807 1809 1700 0 -1 4194304 310 5211 0 0 0 0 61 5 16 0 1 0 275366109 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1809/statm: 1339 237 195 169 0 50 0
[pid=1812] ppid=1809 vsize=27100 CPUtime=101.54
/proc/1812/stat : 1812 (LySATc) R 1809 1809 1700 0 -1 4194304 6629 0 0 0 10148 6 0 0 25 0 1 0 275366176 27750400 6614 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/1812/statm: 6775 6614 77 171 0 6602 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 32456

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1812
/proc/meminfo: memFree=1284712/2055924 swapFree=4180124/4192956
[pid=1809] ppid=1807 vsize=5356 CPUtime=0.66
/proc/1809/stat : 1809 (lysat.sh) S 1807 1809 1700 0 -1 4194304 310 5211 0 0 0 0 61 5 16 0 1 0 275366109 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1809/statm: 1339 237 195 169 0 50 0
[pid=1812] ppid=1809 vsize=34228 CPUtime=161.5
/proc/1812/stat : 1812 (LySATc) R 1809 1809 1700 0 -1 4194304 8408 0 0 0 16142 8 0 0 25 0 1 0 275366176 35049472 8393 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/1812/statm: 8557 8393 77 171 0 8384 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 39584

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1812
/proc/meminfo: memFree=1279208/2055924 swapFree=4180124/4192956
[pid=1809] ppid=1807 vsize=5356 CPUtime=0.66
/proc/1809/stat : 1809 (lysat.sh) S 1807 1809 1700 0 -1 4194304 310 5211 0 0 0 0 61 5 16 0 1 0 275366109 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1809/statm: 1339 237 195 169 0 50 0
[pid=1812] ppid=1809 vsize=39740 CPUtime=221.48
/proc/1812/stat : 1812 (LySATc) R 1809 1809 1700 0 -1 4194304 9780 0 0 0 22138 10 0 0 25 0 1 0 275366176 40693760 9765 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/1812/statm: 9935 9765 77 171 0 9762 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 45096

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1812
/proc/meminfo: memFree=1273704/2055924 swapFree=4180124/4192956
[pid=1809] ppid=1807 vsize=5356 CPUtime=0.66
/proc/1809/stat : 1809 (lysat.sh) S 1807 1809 1700 0 -1 4194304 310 5211 0 0 0 0 61 5 16 0 1 0 275366109 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1809/statm: 1339 237 195 169 0 50 0
[pid=1812] ppid=1809 vsize=45328 CPUtime=281.44
/proc/1812/stat : 1812 (LySATc) R 1809 1809 1700 0 -1 4194304 11164 0 0 0 28134 10 0 0 25 0 1 0 275366176 46415872 11149 1992294400 134512640 135214827 4294956224 18446744073709551615 134529651 0 0 4096 3 0 0 0 17 0 0 0
/proc/1812/statm: 11332 11149 77 171 0 11159 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 50684

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1812
/proc/meminfo: memFree=1270120/2055924 swapFree=4180124/4192956
[pid=1809] ppid=1807 vsize=5356 CPUtime=0.66
/proc/1809/stat : 1809 (lysat.sh) S 1807 1809 1700 0 -1 4194304 310 5211 0 0 0 0 61 5 16 0 1 0 275366109 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1809/statm: 1339 237 195 169 0 50 0
[pid=1812] ppid=1809 vsize=48892 CPUtime=341.4
/proc/1812/stat : 1812 (LySATc) R 1809 1809 1700 0 -1 4194304 12068 0 0 0 34129 11 0 0 25 0 1 0 275366176 50065408 12053 1992294400 134512640 135214827 4294956224 18446744073709551615 134536461 0 0 4096 3 0 0 0 17 0 0 0
/proc/1812/statm: 12223 12053 77 171 0 12050 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 54248

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1812
/proc/meminfo: memFree=1267048/2055924 swapFree=4180124/4192956
[pid=1809] ppid=1807 vsize=5356 CPUtime=0.66
/proc/1809/stat : 1809 (lysat.sh) S 1807 1809 1700 0 -1 4194304 310 5211 0 0 0 0 61 5 16 0 1 0 275366109 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1809/statm: 1339 237 195 169 0 50 0
[pid=1812] ppid=1809 vsize=52060 CPUtime=401.37
/proc/1812/stat : 1812 (LySATc) R 1809 1809 1700 0 -1 4194304 12848 0 0 0 40125 12 0 0 25 0 1 0 275366176 53309440 12833 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/1812/statm: 13015 12833 77 171 0 12842 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 57416

[startup+462.302 s]

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

/proc/1812/statm: 42636 42120 77 171 0 42463 0
Current children cumulated CPU time (s) 4299.9
Current children cumulated vsize (KiB) 175900

[startup+4362.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1821
/proc/meminfo: memFree=1148712/2055924 swapFree=4180124/4192956
[pid=1809] ppid=1807 vsize=5356 CPUtime=0.66
/proc/1809/stat : 1809 (lysat.sh) S 1807 1809 1700 0 -1 4194304 310 5211 0 0 0 0 61 5 16 0 1 0 275366109 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1809/statm: 1339 237 195 169 0 50 0
[pid=1812] ppid=1809 vsize=170544 CPUtime=4359.21
/proc/1812/stat : 1812 (LySATc) R 1809 1809 1700 0 -1 4194304 42143 0 0 0 435878 43 0 0 25 0 1 0 275366176 174637056 42120 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/1812/statm: 42636 42120 77 171 0 42463 0
Current children cumulated CPU time (s) 4359.87
Current children cumulated vsize (KiB) 175900

[startup+4422.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1823
/proc/meminfo: memFree=1148520/2055924 swapFree=4180124/4192956
[pid=1809] ppid=1807 vsize=5356 CPUtime=0.66
/proc/1809/stat : 1809 (lysat.sh) S 1807 1809 1700 0 -1 4194304 310 5211 0 0 0 0 61 5 16 0 1 0 275366109 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1809/statm: 1339 237 195 169 0 50 0
[pid=1812] ppid=1809 vsize=170544 CPUtime=4419.18
/proc/1812/stat : 1812 (LySATc) R 1809 1809 1700 0 -1 4194304 42143 0 0 0 441875 43 0 0 25 0 1 0 275366176 174637056 42120 1992294400 134512640 135214827 4294956224 18446744073709551615 134529394 0 0 4096 3 0 0 0 17 0 0 0
/proc/1812/statm: 42636 42120 77 171 0 42463 0
Current children cumulated CPU time (s) 4419.84
Current children cumulated vsize (KiB) 175900

[startup+4482.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1823
/proc/meminfo: memFree=1145000/2055924 swapFree=4180124/4192956
[pid=1809] ppid=1807 vsize=5356 CPUtime=0.66
/proc/1809/stat : 1809 (lysat.sh) S 1807 1809 1700 0 -1 4194304 310 5211 0 0 0 0 61 5 16 0 1 0 275366109 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1809/statm: 1339 237 195 169 0 50 0
[pid=1812] ppid=1809 vsize=174256 CPUtime=4479.16
/proc/1812/stat : 1812 (LySATc) R 1809 1809 1700 0 -1 4194304 43094 0 0 0 447871 45 0 0 25 0 1 0 275366176 178438144 43071 1992294400 134512640 135214827 4294956224 18446744073709551615 134529308 0 0 4096 3 0 0 0 17 0 0 0
/proc/1812/statm: 43564 43071 77 171 0 43391 0
Current children cumulated CPU time (s) 4479.82
Current children cumulated vsize (KiB) 179612

[startup+4542.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1823
/proc/meminfo: memFree=1140648/2055924 swapFree=4180124/4192956
[pid=1809] ppid=1807 vsize=5356 CPUtime=0.66
/proc/1809/stat : 1809 (lysat.sh) S 1807 1809 1700 0 -1 4194304 310 5211 0 0 0 0 61 5 16 0 1 0 275366109 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1809/statm: 1339 237 195 169 0 50 0
[pid=1812] ppid=1809 vsize=178704 CPUtime=4539.12
/proc/1812/stat : 1812 (LySATc) R 1809 1809 1700 0 -1 4194304 44193 0 0 0 453866 46 0 0 25 0 1 0 275366176 182992896 44170 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/1812/statm: 44676 44170 77 171 0 44503 0
Current children cumulated CPU time (s) 4539.78
Current children cumulated vsize (KiB) 184060

[startup+4602.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1823
/proc/meminfo: memFree=1135976/2055924 swapFree=4180124/4192956
[pid=1809] ppid=1807 vsize=5356 CPUtime=0.66
/proc/1809/stat : 1809 (lysat.sh) S 1807 1809 1700 0 -1 4194304 310 5211 0 0 0 0 61 5 16 0 1 0 275366109 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1809/statm: 1339 237 195 169 0 50 0
[pid=1812] ppid=1809 vsize=183352 CPUtime=4599.09
/proc/1812/stat : 1812 (LySATc) R 1809 1809 1700 0 -1 4194304 45339 0 0 0 459862 47 0 0 25 0 1 0 275366176 187752448 45316 1992294400 134512640 135214827 4294956224 18446744073709551615 134527433 0 0 4096 3 0 0 0 17 0 0 0
/proc/1812/statm: 45838 45316 77 171 0 45665 0
Current children cumulated CPU time (s) 4599.75
Current children cumulated vsize (KiB) 188708

[startup+4662.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1823
/proc/meminfo: memFree=1130856/2055924 swapFree=4180124/4192956
[pid=1809] ppid=1807 vsize=5356 CPUtime=0.66
/proc/1809/stat : 1809 (lysat.sh) S 1807 1809 1700 0 -1 4194304 310 5211 0 0 0 0 61 5 16 0 1 0 275366109 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1809/statm: 1339 237 195 169 0 50 0
[pid=1812] ppid=1809 vsize=188508 CPUtime=4659.05
/proc/1812/stat : 1812 (LySATc) R 1809 1809 1700 0 -1 4194304 46606 0 0 0 465857 48 0 0 25 0 1 0 275366176 193032192 46583 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/1812/statm: 47127 46583 77 171 0 46954 0
Current children cumulated CPU time (s) 4659.71
Current children cumulated vsize (KiB) 193864

[startup+4722.31 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1823
/proc/meminfo: memFree=1126312/2055924 swapFree=4180124/4192956
[pid=1809] ppid=1807 vsize=5356 CPUtime=0.66
/proc/1809/stat : 1809 (lysat.sh) S 1807 1809 1700 0 -1 4194304 310 5211 0 0 0 0 61 5 16 0 1 0 275366109 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1809/statm: 1339 237 195 169 0 50 0
[pid=1812] ppid=1809 vsize=192920 CPUtime=4719.03
/proc/1812/stat : 1812 (LySATc) R 1809 1809 1700 0 -1 4194304 47743 0 0 0 471854 49 0 0 25 0 1 0 275366176 197550080 47720 1992294400 134512640 135214827 4294956224 18446744073709551615 134527344 0 0 4096 3 0 0 0 17 0 0 0
/proc/1812/statm: 48230 47720 77 171 0 48057 0
Current children cumulated CPU time (s) 4719.69
Current children cumulated vsize (KiB) 198276

[startup+4782.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1823
/proc/meminfo: memFree=1124008/2055924 swapFree=4180124/4192956
[pid=1809] ppid=1807 vsize=5356 CPUtime=0.66
/proc/1809/stat : 1809 (lysat.sh) S 1807 1809 1700 0 -1 4194304 310 5211 0 0 0 0 61 5 16 0 1 0 275366109 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1809/statm: 1339 237 195 169 0 50 0
[pid=1812] ppid=1809 vsize=195340 CPUtime=4779
/proc/1812/stat : 1812 (LySATc) R 1809 1809 1700 0 -1 4194304 48357 0 0 0 477850 50 0 0 25 0 1 0 275366176 200028160 48334 1992294400 134512640 135214827 4294956224 18446744073709551615 134527356 0 0 4096 3 0 0 0 17 0 0 0
/proc/1812/statm: 48835 48334 77 171 0 48662 0
Current children cumulated CPU time (s) 4779.66
Current children cumulated vsize (KiB) 200696

[startup+4842.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1823
/proc/meminfo: memFree=1121192/2055924 swapFree=4180124/4192956
[pid=1809] ppid=1807 vsize=5356 CPUtime=0.66
/proc/1809/stat : 1809 (lysat.sh) S 1807 1809 1700 0 -1 4194304 310 5211 0 0 0 0 61 5 16 0 1 0 275366109 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1809/statm: 1339 237 195 169 0 50 0
[pid=1812] ppid=1809 vsize=198168 CPUtime=4838.96
/proc/1812/stat : 1812 (LySATc) R 1809 1809 1700 0 -1 4194304 49039 0 0 0 483845 51 0 0 25 0 1 0 275366176 202924032 49016 1992294400 134512640 135214827 4294956224 18446744073709551615 134527328 0 0 4096 3 0 0 0 17 0 0 0
/proc/1812/statm: 49542 49016 77 171 0 49369 0
Current children cumulated CPU time (s) 4839.62
Current children cumulated vsize (KiB) 203524

[startup+4902.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1823
/proc/meminfo: memFree=1117928/2055924 swapFree=4180124/4192956
[pid=1809] ppid=1807 vsize=5356 CPUtime=0.66
/proc/1809/stat : 1809 (lysat.sh) S 1807 1809 1700 0 -1 4194304 310 5211 0 0 0 0 61 5 16 0 1 0 275366109 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1809/statm: 1339 237 195 169 0 50 0
[pid=1812] ppid=1809 vsize=201476 CPUtime=4898.93
/proc/1812/stat : 1812 (LySATc) R 1809 1809 1700 0 -1 4194304 49864 0 0 0 489841 52 0 0 25 0 1 0 275366176 206311424 49841 1992294400 134512640 135214827 4294956224 18446744073709551615 134527298 0 0 4096 3 0 0 0 17 0 0 0
/proc/1812/statm: 50369 49841 77 171 0 50196 0
Current children cumulated CPU time (s) 4899.59
Current children cumulated vsize (KiB) 206832

[startup+4962.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1823
/proc/meminfo: memFree=1114728/2055924 swapFree=4180124/4192956
[pid=1809] ppid=1807 vsize=5356 CPUtime=0.66
/proc/1809/stat : 1809 (lysat.sh) S 1807 1809 1700 0 -1 4194304 310 5211 0 0 0 0 61 5 16 0 1 0 275366109 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1809/statm: 1339 237 195 169 0 50 0
[pid=1812] ppid=1809 vsize=204644 CPUtime=4958.9
/proc/1812/stat : 1812 (LySATc) R 1809 1809 1700 0 -1 4194304 50661 0 0 0 495837 53 0 0 25 0 1 0 275366176 209555456 50638 1992294400 134512640 135214827 4294956224 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 0 0 0
/proc/1812/statm: 51161 50638 77 171 0 50988 0
Current children cumulated CPU time (s) 4959.56
Current children cumulated vsize (KiB) 210000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.81 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 1823
/proc/meminfo: memFree=1112168/2055924 swapFree=4180124/4192956
[pid=1809] ppid=1807 vsize=5356 CPUtime=0.66
/proc/1809/stat : 1809 (lysat.sh) S 1807 1809 1700 0 -1 4194304 310 5211 0 0 0 0 61 5 16 0 1 0 275366109 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1809/statm: 1339 237 195 169 0 50 0
[pid=1812] ppid=1809 vsize=207204 CPUtime=4999.38
/proc/1812/stat : 1812 (LySATc) R 1809 1809 1700 0 -1 4194304 51273 0 0 0 499885 53 0 0 25 0 1 0 275366176 212176896 51250 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/1812/statm: 51801 51250 77 171 0 51628 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 212560

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

Real time (s): 5002.82
CPU time (s): 5000.04
CPU user time (s): 4999.46
CPU system time (s): 0.58
CPU usage (%): 99.9445
Max. virtual memory (cumulated for all children) (KiB): 212560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.611906
system time used= 0.056991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5521
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 4

runsolver used 4.97024 second user time and 13.233 second system time

The end

Launcher Data

Begin job on node6 at 2009-05-16 13:28:37
IDJOB=1824944
IDBENCH=24627
IDSOLVER=667
FILE ID=node6/1824944-1242473317
PBS_JOBID= 9306828
Free space on /tmp= 66248 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest04/others/Composite-096BitPrimes-0.sat05-507.reshuffled-07.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1824944-1242473317/watcher-1824944-1242473317 -o /tmp/evaluation-result-1824944-1242473317/solver-1824944-1242473317 -C 5000 -W 6000 -M 1800  lysat.sh HOME/instance-1824944-1242473317.cnf c

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

MD5SUM BENCH= 8b466b7ef3217bdc844a579ae744d427
RANDOM SEED=620584926

node6.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1323992 kB
Buffers:         63764 kB
Cached:         583148 kB
SwapCached:       6704 kB
Active:          68568 kB
Inactive:       586820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1323992 kB
SwapTotal:     4192956 kB
SwapFree:      4180124 kB
Dirty:            7284 kB
Writeback:           0 kB
Mapped:          14116 kB
Slab:            62588 kB
Committed_AS:  1110872 kB
PageTables:       1452 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= 66244 MiB
End job on node6 at 2009-05-16 14:52:02