Trace number 1824940

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.21

General information on the benchmark

Namecrafted/Hard/contest04/others/
Composite-064BitPrimes-1.sat05-506.reshuffled-07.cnf
MD5SUMbccff1bed1e8ac721090562d562b05f0
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 variables8319
Number of clauses80958
Sum of the clauses size363322
Maximum clause length5
Minimum clause length1
Number of clauses of size 1194
Number of clauses of size 28188
Number of clauses of size 38064
Number of clauses of size 40
Number of clauses of size 564512
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.12	c ==============================================================================
0.00/0.12	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.12	c ==============================================================================
0.00/0.12	c |         0 |   80099   359735 |   24029       0        0     nan |  0.000 % |
0.00/0.15	c |         0 |   78373   351331 |      --       0       --      -- |     --   | -795/-3916
0.00/0.15	c ==============================================================================
0.00/0.15	c Result  :   #vars: 7981   #clauses: 78373   #literals: 351331
0.00/0.15	c CPU time:   0.134979 s
0.00/0.15	c ==============================================================================
0.00/0.29	This is MiniSat 2.0 beta
0.00/0.29	WARNING: for repeatability, setting FPU to use double precision
0.00/0.29	============================[ Problem Statistics ]=============================
0.00/0.29	|                                                                             |
0.00/0.29	|  Number of variables:  7981                                                 |
0.00/0.29	|  Number of clauses:    78373                                                |
0.28/0.35	|  Parsing time:         0.05         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-1824940-1242473241/watcher-1824940-1242473241 -o /tmp/evaluation-result-1824940-1242473241/solver-1824940-1242473241 -C 5000 -W 6000 -M 1800 lysat.sh HOME/instance-1824940-1242473241.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.94 3/64 2230
/proc/meminfo: memFree=1201600/2055920 swapFree=4176708/4192956
[pid=2230] ppid=2228 vsize=5356 CPUtime=0
/proc/2230/stat : 2230 (lysat.sh) R 2228 2230 2041 0 -1 4194304 251 0 0 0 0 0 0 0 19 0 1 0 275351230 5484544 218 1992294400 4194304 4889804 548682068816 18446744073709551615 4319240 0 0 4100 65536 0 0 0 17 0 0 0
/proc/2230/statm: 1339 224 186 169 0 50 0

[startup+0.100304 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 2230
/proc/meminfo: memFree=1201600/2055920 swapFree=4176708/4192956
[pid=2230] ppid=2228 vsize=5356 CPUtime=0
/proc/2230/stat : 2230 (lysat.sh) S 2228 2230 2041 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 275351230 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2230/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.202313 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 2230
/proc/meminfo: memFree=1201600/2055920 swapFree=4176708/4192956
[pid=2230] ppid=2228 vsize=5356 CPUtime=0
/proc/2230/stat : 2230 (lysat.sh) S 2228 2230 2041 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 275351230 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2230/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301319 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 2230
/proc/meminfo: memFree=1201600/2055920 swapFree=4176708/4192956
[pid=2230] ppid=2228 vsize=5356 CPUtime=0.28
/proc/2230/stat : 2230 (lysat.sh) S 2228 2230 2041 0 -1 4194304 310 2398 0 0 0 0 26 2 16 0 1 0 275351230 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2230/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5356

[startup+0.70135 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 2230
/proc/meminfo: memFree=1201600/2055920 swapFree=4176708/4192956
[pid=2230] ppid=2228 vsize=5356 CPUtime=0.28
/proc/2230/stat : 2230 (lysat.sh) S 2228 2230 2041 0 -1 4194304 310 2398 0 0 0 0 26 2 16 0 1 0 275351230 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2230/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5356

[startup+1.50242 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 2233
/proc/meminfo: memFree=1193392/2055920 swapFree=4176708/4192956
[pid=2230] ppid=2228 vsize=5356 CPUtime=0.28
/proc/2230/stat : 2230 (lysat.sh) S 2228 2230 2041 0 -1 4194304 310 2398 0 0 0 0 26 2 16 0 1 0 275351230 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2230/statm: 1339 237 195 169 0 50 0
[pid=2233] ppid=2230 vsize=6740 CPUtime=1.2
/proc/2233/stat : 2233 (LySATc) R 2230 2230 2041 0 -1 4194304 1566 0 0 0 119 1 0 0 25 0 1 0 275351260 6901760 1551 1992294400 134512640 135214827 4294956224 18446744073709551615 134527356 0 0 4096 3 0 0 0 17 0 0 0
/proc/2233/statm: 1685 1551 78 171 0 1512 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 12096

[startup+3.10158 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 2233
/proc/meminfo: memFree=1193008/2055920 swapFree=4176708/4192956
[pid=2230] ppid=2228 vsize=5356 CPUtime=0.28
/proc/2230/stat : 2230 (lysat.sh) S 2228 2230 2041 0 -1 4194304 310 2398 0 0 0 0 26 2 16 0 1 0 275351230 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2230/statm: 1339 237 195 169 0 50 0
[pid=2233] ppid=2230 vsize=7272 CPUtime=2.8
/proc/2233/stat : 2233 (LySATc) R 2230 2230 2041 0 -1 4194304 1686 0 0 0 279 1 0 0 25 0 1 0 275351260 7446528 1671 1992294400 134512640 135214827 4294956224 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 0 0 0
/proc/2233/statm: 1818 1671 78 171 0 1645 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 12628

[startup+6.30188 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 2233
/proc/meminfo: memFree=1191792/2055920 swapFree=4176708/4192956
[pid=2230] ppid=2228 vsize=5356 CPUtime=0.28
/proc/2230/stat : 2230 (lysat.sh) S 2228 2230 2041 0 -1 4194304 310 2398 0 0 0 0 26 2 16 0 1 0 275351230 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2230/statm: 1339 237 195 169 0 50 0
[pid=2233] ppid=2230 vsize=8068 CPUtime=5.99
/proc/2233/stat : 2233 (LySATc) R 2230 2230 2041 0 -1 4194304 1882 0 0 0 598 1 0 0 25 0 1 0 275351260 8261632 1867 1992294400 134512640 135214827 4294956224 18446744073709551615 134529295 0 0 4096 3 0 0 0 17 0 0 0
/proc/2233/statm: 2017 1867 78 171 0 1844 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 13424

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 2233
/proc/meminfo: memFree=1190264/2055920 swapFree=4176708/4192956
[pid=2230] ppid=2228 vsize=5356 CPUtime=0.28
/proc/2230/stat : 2230 (lysat.sh) S 2228 2230 2041 0 -1 4194304 310 2398 0 0 0 0 26 2 16 0 1 0 275351230 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2230/statm: 1339 237 195 169 0 50 0
[pid=2233] ppid=2230 vsize=9792 CPUtime=12.39
/proc/2233/stat : 2233 (LySATc) R 2230 2230 2041 0 -1 4194304 2313 0 0 0 1237 2 0 0 25 0 1 0 275351260 10027008 2298 1992294400 134512640 135214827 4294956224 18446744073709551615 134527380 0 0 4096 3 0 0 0 17 0 0 0
/proc/2233/statm: 2448 2298 78 171 0 2275 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 15148

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 2233
/proc/meminfo: memFree=1187960/2055920 swapFree=4176708/4192956
[pid=2230] ppid=2228 vsize=5356 CPUtime=0.28
/proc/2230/stat : 2230 (lysat.sh) S 2228 2230 2041 0 -1 4194304 310 2398 0 0 0 0 26 2 16 0 1 0 275351230 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2230/statm: 1339 237 195 169 0 50 0
[pid=2233] ppid=2230 vsize=12036 CPUtime=25.18
/proc/2233/stat : 2233 (LySATc) R 2230 2230 2041 0 -1 4194304 2883 0 0 0 2516 2 0 0 25 0 1 0 275351260 12324864 2868 1992294400 134512640 135214827 4294956224 18446744073709551615 134527456 0 0 4096 3 0 0 0 17 0 0 0
/proc/2233/statm: 3009 2868 78 171 0 2836 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 17392

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 2233
/proc/meminfo: memFree=1184376/2055920 swapFree=4176708/4192956
[pid=2230] ppid=2228 vsize=5356 CPUtime=0.28
/proc/2230/stat : 2230 (lysat.sh) S 2228 2230 2041 0 -1 4194304 310 2398 0 0 0 0 26 2 16 0 1 0 275351230 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2230/statm: 1339 237 195 169 0 50 0
[pid=2233] ppid=2230 vsize=15604 CPUtime=50.77
/proc/2233/stat : 2233 (LySATc) R 2230 2230 2041 0 -1 4194304 3783 0 0 0 5073 4 0 0 25 0 1 0 275351260 15978496 3768 1992294400 134512640 135214827 4294956224 18446744073709551615 134529544 0 0 4096 3 0 0 0 17 0 0 0
/proc/2233/statm: 3901 3768 78 171 0 3728 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 20960

[startup+102.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 2233
/proc/meminfo: memFree=1177016/2055920 swapFree=4176708/4192956
[pid=2230] ppid=2228 vsize=5356 CPUtime=0.28
/proc/2230/stat : 2230 (lysat.sh) S 2228 2230 2041 0 -1 4194304 310 2398 0 0 0 0 26 2 16 0 1 0 275351230 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2230/statm: 1339 237 195 169 0 50 0
[pid=2233] ppid=2230 vsize=23084 CPUtime=101.94
/proc/2233/stat : 2233 (LySATc) R 2230 2230 2041 0 -1 4194304 5601 0 0 0 10188 6 0 0 25 0 1 0 275351260 23638016 5586 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/2233/statm: 5771 5586 78 171 0 5598 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 28440

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 2233
/proc/meminfo: memFree=1170104/2055920 swapFree=4176708/4192956
[pid=2230] ppid=2228 vsize=5356 CPUtime=0.28
/proc/2230/stat : 2230 (lysat.sh) S 2228 2230 2041 0 -1 4194304 310 2398 0 0 0 0 26 2 16 0 1 0 275351230 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2230/statm: 1339 237 195 169 0 50 0
[pid=2233] ppid=2230 vsize=29960 CPUtime=161.92
/proc/2233/stat : 2233 (LySATc) R 2230 2230 2041 0 -1 4194304 7326 0 0 0 16184 8 0 0 25 0 1 0 275351260 30679040 7311 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/2233/statm: 7490 7311 78 171 0 7317 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 35316

[startup+222.306 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 2233
/proc/meminfo: memFree=1163192/2055920 swapFree=4176708/4192956
[pid=2230] ppid=2228 vsize=5356 CPUtime=0.28
/proc/2230/stat : 2230 (lysat.sh) S 2228 2230 2041 0 -1 4194304 310 2398 0 0 0 0 26 2 16 0 1 0 275351230 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2230/statm: 1339 237 195 169 0 50 0
[pid=2233] ppid=2230 vsize=36828 CPUtime=221.9
/proc/2233/stat : 2233 (LySATc) R 2230 2230 2041 0 -1 4194304 9048 0 0 0 22180 10 0 0 25 0 1 0 275351260 37711872 9033 1992294400 134512640 135214827 4294956224 18446744073709551615 134737647 0 0 4096 3 0 0 0 17 0 0 0
/proc/2233/statm: 9207 9033 78 171 0 9034 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 42184

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 2233
/proc/meminfo: memFree=1156472/2055920 swapFree=4176708/4192956
[pid=2230] ppid=2228 vsize=5356 CPUtime=0.28
/proc/2230/stat : 2230 (lysat.sh) S 2228 2230 2041 0 -1 4194304 310 2398 0 0 0 0 26 2 16 0 1 0 275351230 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2230/statm: 1339 237 195 169 0 50 0
[pid=2233] ppid=2230 vsize=43768 CPUtime=281.87
/proc/2233/stat : 2233 (LySATc) R 2230 2230 2041 0 -1 4194304 10741 0 0 0 28175 12 0 0 25 0 1 0 275351260 44818432 10726 1992294400 134512640 135214827 4294956224 18446744073709551615 134529473 0 0 4096 3 0 0 0 17 0 0 0
/proc/2233/statm: 10942 10726 78 171 0 10769 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 49124

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 2233
/proc/meminfo: memFree=1154808/2055920 swapFree=4176708/4192956
[pid=2230] ppid=2228 vsize=5356 CPUtime=0.28
/proc/2230/stat : 2230 (lysat.sh) S 2228 2230 2041 0 -1 4194304 310 2398 0 0 0 0 26 2 16 0 1 0 275351230 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2230/statm: 1339 237 195 169 0 50 0
[pid=2233] ppid=2230 vsize=45376 CPUtime=341.85
/proc/2233/stat : 2233 (LySATc) R 2230 2230 2041 0 -1 4194304 11137 0 0 0 34172 13 0 0 25 0 1 0 275351260 46465024 11122 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/2233/statm: 11344 11122 78 171 0 11171 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 50732

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 2233
/proc/meminfo: memFree=1154808/2055920 swapFree=4176708/4192956
[pid=2230] ppid=2228 vsize=5356 CPUtime=0.28
/proc/2230/stat : 2230 (lysat.sh) S 2228 2230 2041 0 -1 4194304 310 2398 0 0 0 0 26 2 16 0 1 0 275351230 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2230/statm: 1339 237 195 169 0 50 0
[pid=2233] ppid=2230 vsize=45376 CPUtime=401.83
/proc/2233/stat : 2233 (LySATc) R 2230 2230 2041 0 -1 4194304 11141 0 0 0 40170 13 0 0 25 0 1 0 275351260 46465024 11126 1992294400 134512640 135214827 4294956224 18446744073709551615 134537099 0 0 4096 3 0 0 0 17 0 0 0
/proc/2233/statm: 11344 11126 78 171 0 11171 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 50732

[startup+462.301 s]

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

/proc/2233/statm: 17869 17453 78 171 0 17696 0
Current children cumulated CPU time (s) 4360.43
Current children cumulated vsize (KiB) 76832

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 2241
/proc/meminfo: memFree=1128824/2055920 swapFree=4176708/4192956
[pid=2230] ppid=2228 vsize=5356 CPUtime=0.28
/proc/2230/stat : 2230 (lysat.sh) S 2228 2230 2041 0 -1 4194304 310 2398 0 0 0 0 26 2 16 0 1 0 275351230 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2230/statm: 1339 237 195 169 0 50 0
[pid=2233] ppid=2230 vsize=71476 CPUtime=4420.09
/proc/2233/stat : 2233 (LySATc) R 2230 2230 2041 0 -1 4194304 17468 0 0 0 441988 21 0 0 25 0 1 0 275351260 73191424 17453 1992294400 134512640 135214827 4294956224 18446744073709551615 134536711 0 0 4096 3 0 0 0 17 1 0 0
/proc/2233/statm: 17869 17453 78 171 0 17696 0
Current children cumulated CPU time (s) 4420.37
Current children cumulated vsize (KiB) 76832

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 2241
/proc/meminfo: memFree=1128760/2055920 swapFree=4176708/4192956
[pid=2230] ppid=2228 vsize=5356 CPUtime=0.28
/proc/2230/stat : 2230 (lysat.sh) S 2228 2230 2041 0 -1 4194304 310 2398 0 0 0 0 26 2 16 0 1 0 275351230 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2230/statm: 1339 237 195 169 0 50 0
[pid=2233] ppid=2230 vsize=71640 CPUtime=4480.06
/proc/2233/stat : 2233 (LySATc) R 2230 2230 2041 0 -1 4194304 17503 0 0 0 447985 21 0 0 25 0 1 0 275351260 73359360 17488 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/2233/statm: 17910 17488 78 171 0 17737 0
Current children cumulated CPU time (s) 4480.34
Current children cumulated vsize (KiB) 76996

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 2243
/proc/meminfo: memFree=1128440/2055920 swapFree=4176708/4192956
[pid=2230] ppid=2228 vsize=5356 CPUtime=0.28
/proc/2230/stat : 2230 (lysat.sh) S 2228 2230 2041 0 -1 4194304 310 2398 0 0 0 0 26 2 16 0 1 0 275351230 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2230/statm: 1339 237 195 169 0 50 0
[pid=2233] ppid=2230 vsize=71640 CPUtime=4540.04
/proc/2233/stat : 2233 (LySATc) R 2230 2230 2041 0 -1 4194304 17506 0 0 0 453983 21 0 0 25 0 1 0 275351260 73359360 17491 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/2233/statm: 17910 17491 78 171 0 17737 0
Current children cumulated CPU time (s) 4540.32
Current children cumulated vsize (KiB) 76996

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 2243
/proc/meminfo: memFree=1128440/2055920 swapFree=4176708/4192956
[pid=2230] ppid=2228 vsize=5356 CPUtime=0.28
/proc/2230/stat : 2230 (lysat.sh) S 2228 2230 2041 0 -1 4194304 310 2398 0 0 0 0 26 2 16 0 1 0 275351230 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2230/statm: 1339 237 195 169 0 50 0
[pid=2233] ppid=2230 vsize=71804 CPUtime=4600.01
/proc/2233/stat : 2233 (LySATc) R 2230 2230 2041 0 -1 4194304 17535 0 0 0 459980 21 0 0 25 0 1 0 275351260 73527296 17520 1992294400 134512640 135214827 4294956224 18446744073709551615 134527610 0 0 4096 3 0 0 0 17 0 0 0
/proc/2233/statm: 17951 17520 78 171 0 17778 0
Current children cumulated CPU time (s) 4600.29
Current children cumulated vsize (KiB) 77160

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 2243
/proc/meminfo: memFree=1128440/2055920 swapFree=4176708/4192956
[pid=2230] ppid=2228 vsize=5356 CPUtime=0.28
/proc/2230/stat : 2230 (lysat.sh) S 2228 2230 2041 0 -1 4194304 310 2398 0 0 0 0 26 2 16 0 1 0 275351230 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2230/statm: 1339 237 195 169 0 50 0
[pid=2233] ppid=2230 vsize=71804 CPUtime=4659.99
/proc/2233/stat : 2233 (LySATc) R 2230 2230 2041 0 -1 4194304 17543 0 0 0 465978 21 0 0 25 0 1 0 275351260 73527296 17528 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/2233/statm: 17951 17528 78 171 0 17778 0
Current children cumulated CPU time (s) 4660.27
Current children cumulated vsize (KiB) 77160

[startup+4722.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 2243
/proc/meminfo: memFree=1127992/2055920 swapFree=4176708/4192956
[pid=2230] ppid=2228 vsize=5356 CPUtime=0.28
/proc/2230/stat : 2230 (lysat.sh) S 2228 2230 2041 0 -1 4194304 310 2398 0 0 0 0 26 2 16 0 1 0 275351230 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2230/statm: 1339 237 195 169 0 50 0
[pid=2233] ppid=2230 vsize=72412 CPUtime=4719.97
/proc/2233/stat : 2233 (LySATc) R 2230 2230 2041 0 -1 4194304 17673 0 0 0 471976 21 0 0 25 0 1 0 275351260 74149888 17658 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/2233/statm: 18103 17658 78 171 0 17930 0
Current children cumulated CPU time (s) 4720.25
Current children cumulated vsize (KiB) 77768

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 2243
/proc/meminfo: memFree=1127992/2055920 swapFree=4176708/4192956
[pid=2230] ppid=2228 vsize=5356 CPUtime=0.28
/proc/2230/stat : 2230 (lysat.sh) S 2228 2230 2041 0 -1 4194304 310 2398 0 0 0 0 26 2 16 0 1 0 275351230 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2230/statm: 1339 237 195 169 0 50 0
[pid=2233] ppid=2230 vsize=72412 CPUtime=4779.94
/proc/2233/stat : 2233 (LySATc) R 2230 2230 2041 0 -1 4194304 17677 0 0 0 477973 21 0 0 25 0 1 0 275351260 74149888 17662 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/2233/statm: 18103 17662 78 171 0 17930 0
Current children cumulated CPU time (s) 4780.22
Current children cumulated vsize (KiB) 77768

[startup+4842.31 s]
/proc/loadavg: 1.07 1.02 0.97 2/66 2243
/proc/meminfo: memFree=1127096/2055920 swapFree=4176708/4192956
[pid=2230] ppid=2228 vsize=5356 CPUtime=0.28
/proc/2230/stat : 2230 (lysat.sh) S 2228 2230 2041 0 -1 4194304 310 2398 0 0 0 0 26 2 16 0 1 0 275351230 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2230/statm: 1339 237 195 169 0 50 0
[pid=2233] ppid=2230 vsize=73448 CPUtime=4839.93
/proc/2233/stat : 2233 (LySATc) R 2230 2230 2041 0 -1 4194304 17913 0 0 0 483971 22 0 0 25 0 1 0 275351260 75210752 17898 1992294400 134512640 135214827 4294956224 18446744073709551615 134536810 0 0 4096 3 0 0 0 17 0 0 0
/proc/2233/statm: 18362 17898 78 171 0 18189 0
Current children cumulated CPU time (s) 4840.21
Current children cumulated vsize (KiB) 78804

[startup+4902.3 s]
/proc/loadavg: 1.02 1.01 0.97 2/66 2243
/proc/meminfo: memFree=1123192/2055920 swapFree=4176708/4192956
[pid=2230] ppid=2228 vsize=5356 CPUtime=0.28
/proc/2230/stat : 2230 (lysat.sh) S 2228 2230 2041 0 -1 4194304 310 2398 0 0 0 0 26 2 16 0 1 0 275351230 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2230/statm: 1339 237 195 169 0 50 0
[pid=2233] ppid=2230 vsize=78008 CPUtime=4899.9
/proc/2233/stat : 2233 (LySATc) R 2230 2230 2041 0 -1 4194304 18915 0 0 0 489967 23 0 0 25 0 1 0 275351260 79880192 18892 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/2233/statm: 19502 18892 78 171 0 19329 0
Current children cumulated CPU time (s) 4900.18
Current children cumulated vsize (KiB) 83364

[startup+4962.3 s]
/proc/loadavg: 1.06 1.02 0.97 2/66 2243
/proc/meminfo: memFree=1119544/2055920 swapFree=4176708/4192956
[pid=2230] ppid=2228 vsize=5356 CPUtime=0.28
/proc/2230/stat : 2230 (lysat.sh) S 2228 2230 2041 0 -1 4194304 310 2398 0 0 0 0 26 2 16 0 1 0 275351230 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2230/statm: 1339 237 195 169 0 50 0
[pid=2233] ppid=2230 vsize=81616 CPUtime=4959.87
/proc/2233/stat : 2233 (LySATc) R 2230 2230 2041 0 -1 4194304 19812 0 0 0 495963 24 0 0 25 0 1 0 275351260 83574784 19789 1992294400 134512640 135214827 4294956224 18446744073709551615 134529473 0 0 4096 3 0 0 0 17 0 0 0
/proc/2233/statm: 20404 19789 78 171 0 20231 0
Current children cumulated CPU time (s) 4960.15
Current children cumulated vsize (KiB) 86972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.2 s]
/proc/loadavg: 1.10 1.03 0.98 2/66 2243
/proc/meminfo: memFree=1117624/2055920 swapFree=4176708/4192956
[pid=2230] ppid=2228 vsize=5356 CPUtime=0.28
/proc/2230/stat : 2230 (lysat.sh) S 2228 2230 2041 0 -1 4194304 310 2398 0 0 0 0 26 2 16 0 1 0 275351230 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2230/statm: 1339 237 195 169 0 50 0
[pid=2233] ppid=2230 vsize=83868 CPUtime=4999.76
/proc/2233/stat : 2233 (LySATc) R 2230 2230 2041 0 -1 4194304 20291 0 0 0 499951 25 0 0 25 0 1 0 275351260 85880832 20268 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/2233/statm: 20967 20268 78 171 0 20794 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 89224

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

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

[startup+5002.2 s]
/proc/loadavg: 1.10 1.03 0.98 2/66 2243
/proc/meminfo: memFree=1117624/2055920 swapFree=4176708/4192956
[pid=2230] ppid=2228 vsize=5356 CPUtime=0.28
/proc/2230/stat : 2230 (lysat.sh) S 2228 2230 2041 0 -1 4194304 310 2398 0 0 0 0 26 2 16 0 1 0 275351230 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2230/statm: 1339 237 195 169 0 50 0
[pid=2233] ppid=2230 vsize=83868 CPUtime=4999.76
/proc/2233/stat : 2233 (LySATc) R 2230 2230 2041 0 -1 4194304 20291 0 0 0 499951 25 0 0 25 0 1 0 275351260 85880832 20268 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/2233/statm: 20967 20268 78 171 0 20794 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 89224

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2230 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=269958
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=24996
# CPU time returned by wait4() is 0.294954
# 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.21
CPU time (s): 5000.04
CPU user time (s): 4999.77
CPU system time (s): 0.27
CPU usage (%): 99.9566
Max. virtual memory (cumulated for all children) (KiB): 89224

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

runsolver used 4.50731 second user time and 13.6919 second system time

The end

Launcher Data

Begin job on node61 at 2009-05-16 13:27:21
IDJOB=1824940
IDBENCH=24623
IDSOLVER=667
FILE ID=node61/1824940-1242473241
PBS_JOBID= 9306776
Free space on /tmp= 66260 MiB

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

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

MD5SUM BENCH= bccff1bed1e8ac721090562d562b05f0
RANDOM SEED=389654208

node61.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.216
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.216
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:       1202080 kB
Buffers:         67800 kB
Cached:         697288 kB
SwapCached:      10452 kB
Active:         148180 kB
Inactive:       629772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1202080 kB
SwapTotal:     4192956 kB
SwapFree:      4176708 kB
Dirty:            4220 kB
Writeback:           0 kB
Mapped:          13804 kB
Slab:            62028 kB
Committed_AS:   992300 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66256 MiB
End job on node61 at 2009-05-16 14:50:45