Trace number 1783640

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
glucose 1.0? (TO) 5000.08 5001.81

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
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.09/0.10	c ==============================================================================
0.09/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.10	c ==============================================================================
0.09/0.10	c |         0 |   80099   359735 |   24029       0        0     nan |  0.000 % |
0.09/0.13	c |         0 |   78373   351331 |      --       0       --      -- |     --   | -795/-3916
0.09/0.13	c ==============================================================================
0.09/0.13	c Result  :   #vars: 7981   #clauses: 78373   #literals: 351331
0.09/0.13	c CPU time:   0.115982 s
0.09/0.13	c ==============================================================================
0.19/0.25	c
0.19/0.25	c Starting glucose
0.19/0.25	c
0.19/0.25	
0.19/0.25	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.19/0.25	
0.19/0.25	c ============================[ Problem Statistics ]=============================
0.19/0.25	c |                                                                             |
0.19/0.25	c |  Number of variables:  7981                                                 |
0.19/0.25	c |  Number of clauses:    78373                                                |
0.24/0.32	c |  Parsing time:         0.06         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-1783640-1241861861/watcher-1783640-1241861861 -o /tmp/evaluation-result-1783640-1241861861/solver-1783640-1241861861 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783640-1241861861.cnf 

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.63 0.18 0.06 3/64 4600
/proc/meminfo: memFree=1771384/2055920 swapFree=4167856/4192956
[pid=4600] ppid=4598 vsize=5360 CPUtime=0
/proc/4600/stat : 4600 (glucose.sh) R 4598 4600 4536 0 -1 4194304 268 0 0 0 0 0 0 0 20 0 1 0 214220257 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 206381312671 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/4600/statm: 1340 235 194 169 0 51 0
[pid=4601] ppid=4600 vsize=1360 CPUtime=0
/proc/4601/stat : 4601 (SatELite_releas) R 4600 4600 4536 0 -1 4194304 214 0 0 0 0 0 0 0 20 0 1 0 214220258 1392640 198 1992294400 134512640 135225430 4294956192 18446744073709551615 134733135 0 0 4096 3 0 0 0 17 1 0 0
/proc/4601/statm: 388 205 49 174 0 211 0

[startup+0.0833959 s]
/proc/loadavg: 0.63 0.18 0.06 3/64 4600
/proc/meminfo: memFree=1771384/2055920 swapFree=4167856/4192956
[pid=4600] ppid=4598 vsize=5360 CPUtime=0
/proc/4600/stat : 4600 (glucose.sh) S 4598 4600 4536 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 214220257 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4600/statm: 1340 236 195 169 0 51 0
[pid=4601] ppid=4600 vsize=6864 CPUtime=0.07
/proc/4601/stat : 4601 (SatELite_releas) R 4600 4600 4536 0 -1 4194304 1398 0 0 0 6 1 0 0 22 0 1 0 214220258 7028736 1382 1992294400 134512640 135225430 4294956192 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/4601/statm: 1716 1382 51 174 0 1539 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12224

[startup+0.101397 s]
/proc/loadavg: 0.63 0.18 0.06 3/64 4600
/proc/meminfo: memFree=1771384/2055920 swapFree=4167856/4192956
[pid=4600] ppid=4598 vsize=5360 CPUtime=0
/proc/4600/stat : 4600 (glucose.sh) S 4598 4600 4536 0 -1 4194304 287 0 0 0 0 0 0 0 20 0 1 0 214220257 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4600/statm: 1340 236 195 169 0 51 0
[pid=4601] ppid=4600 vsize=8580 CPUtime=0.09
/proc/4601/stat : 4601 (SatELite_releas) R 4600 4600 4536 0 -1 4194304 1830 0 0 0 8 1 0 0 22 0 1 0 214220258 8785920 1814 1992294400 134512640 135225430 4294956192 18446744073709551615 134548167 0 0 4096 3 0 0 0 17 1 0 0
/proc/4601/statm: 2145 1814 51 174 0 1968 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13940

[startup+0.301447 s]
/proc/loadavg: 0.63 0.18 0.06 3/64 4600
/proc/meminfo: memFree=1771384/2055920 swapFree=4167856/4192956
[pid=4600] ppid=4598 vsize=5360 CPUtime=0.24
/proc/4600/stat : 4600 (glucose.sh) S 4598 4600 4536 0 -1 4194304 313 2404 0 0 0 0 21 3 16 0 1 0 214220257 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4600/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 5360

[startup+0.701519 s]
/proc/loadavg: 0.63 0.18 0.06 3/64 4600
/proc/meminfo: memFree=1771384/2055920 swapFree=4167856/4192956
[pid=4600] ppid=4598 vsize=5360 CPUtime=0.24
/proc/4600/stat : 4600 (glucose.sh) S 4598 4600 4536 0 -1 4194304 313 2404 0 0 0 0 21 3 16 0 1 0 214220257 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4600/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 5360

[startup+1.50165 s]
/proc/loadavg: 0.63 0.18 0.06 2/66 4603
/proc/meminfo: memFree=1761064/2055920 swapFree=4167856/4192956
[pid=4600] ppid=4598 vsize=5360 CPUtime=0.24
/proc/4600/stat : 4600 (glucose.sh) S 4598 4600 4536 0 -1 4194304 313 2404 0 0 0 0 21 3 16 0 1 0 214220257 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4600/statm: 1340 238 195 169 0 51 0
[pid=4603] ppid=4600 vsize=8888 CPUtime=1.23
/proc/4603/stat : 4603 (glucose_static) R 4600 4600 4536 0 -1 4194304 2098 0 0 0 123 0 0 0 25 0 1 0 214220283 9101312 2084 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4603/statm: 2222 2084 77 172 0 2047 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 14248

[startup+3.10195 s]
/proc/loadavg: 0.66 0.19 0.06 2/66 4603
/proc/meminfo: memFree=1760424/2055920 swapFree=4167856/4192956
[pid=4600] ppid=4598 vsize=5360 CPUtime=0.24
/proc/4600/stat : 4600 (glucose.sh) S 4598 4600 4536 0 -1 4194304 313 2404 0 0 0 0 21 3 16 0 1 0 214220257 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4600/statm: 1340 238 195 169 0 51 0
[pid=4603] ppid=4600 vsize=9152 CPUtime=2.83
/proc/4603/stat : 4603 (glucose_static) R 4600 4600 4536 0 -1 4194304 2173 0 0 0 283 0 0 0 25 0 1 0 214220283 9371648 2159 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4603/statm: 2288 2159 77 172 0 2113 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 14512

[startup+6.30153 s]
/proc/loadavg: 0.66 0.19 0.06 2/66 4603
/proc/meminfo: memFree=1759848/2055920 swapFree=4167856/4192956
[pid=4600] ppid=4598 vsize=5360 CPUtime=0.24
/proc/4600/stat : 4600 (glucose.sh) S 4598 4600 4536 0 -1 4194304 313 2404 0 0 0 0 21 3 16 0 1 0 214220257 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4600/statm: 1340 238 195 169 0 51 0
[pid=4603] ppid=4600 vsize=9816 CPUtime=6.03
/proc/4603/stat : 4603 (glucose_static) R 4600 4600 4536 0 -1 4194304 2324 0 0 0 602 1 0 0 25 0 1 0 214220283 10051584 2310 1992294400 134512640 135217611 4294956304 18446744073709551615 134532721 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4603/statm: 2454 2310 77 172 0 2279 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 15176

[startup+12.7017 s]
/proc/loadavg: 0.71 0.22 0.07 2/66 4603
/proc/meminfo: memFree=1758640/2055920 swapFree=4167856/4192956
[pid=4600] ppid=4598 vsize=5360 CPUtime=0.24
/proc/4600/stat : 4600 (glucose.sh) S 4598 4600 4536 0 -1 4194304 313 2404 0 0 0 0 21 3 16 0 1 0 214220257 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4600/statm: 1340 238 195 169 0 51 0
[pid=4603] ppid=4600 vsize=10900 CPUtime=12.43
/proc/4603/stat : 4603 (glucose_static) R 4600 4600 4536 0 -1 4194304 2610 0 0 0 1242 1 0 0 25 0 1 0 214220283 11161600 2596 1992294400 134512640 135217611 4294956304 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4603/statm: 2725 2596 77 172 0 2550 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 16260

[startup+25.501 s]
/proc/loadavg: 0.76 0.24 0.08 2/66 4603
/proc/meminfo: memFree=1756080/2055920 swapFree=4167856/4192956
[pid=4600] ppid=4598 vsize=5360 CPUtime=0.24
/proc/4600/stat : 4600 (glucose.sh) S 4598 4600 4536 0 -1 4194304 313 2404 0 0 0 0 21 3 16 0 1 0 214220257 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4600/statm: 1340 238 195 169 0 51 0
[pid=4603] ppid=4600 vsize=13548 CPUtime=25.22
/proc/4603/stat : 4603 (glucose_static) R 4600 4600 4536 0 -1 4194304 3262 0 0 0 2520 2 0 0 25 0 1 0 214220283 13873152 3248 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4603/statm: 3387 3248 77 172 0 3212 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 18908

[startup+51.1017 s]
/proc/loadavg: 0.84 0.30 0.11 2/66 4603
/proc/meminfo: memFree=1752816/2055920 swapFree=4167856/4192956
[pid=4600] ppid=4598 vsize=5360 CPUtime=0.24
/proc/4600/stat : 4600 (glucose.sh) S 4598 4600 4536 0 -1 4194304 313 2404 0 0 0 0 21 3 16 0 1 0 214220257 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4600/statm: 1340 238 195 169 0 51 0
[pid=4603] ppid=4600 vsize=16904 CPUtime=50.81
/proc/4603/stat : 4603 (glucose_static) R 4600 4600 4536 0 -1 4194304 4073 0 0 0 5078 3 0 0 25 0 1 0 214220283 17309696 4059 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4603/statm: 4226 4059 77 172 0 4051 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 22264

[startup+102.305 s]
/proc/loadavg: 0.93 0.42 0.15 2/66 4603
/proc/meminfo: memFree=1748656/2055920 swapFree=4167856/4192956
[pid=4600] ppid=4598 vsize=5360 CPUtime=0.24
/proc/4600/stat : 4600 (glucose.sh) S 4598 4600 4536 0 -1 4194304 313 2404 0 0 0 0 21 3 16 0 1 0 214220257 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4600/statm: 1340 238 195 169 0 51 0
[pid=4603] ppid=4600 vsize=21100 CPUtime=102
/proc/4603/stat : 4603 (glucose_static) R 4600 4600 4536 0 -1 4194304 5112 0 0 0 10195 5 0 0 25 0 1 0 214220283 21606400 5098 1992294400 134512640 135217611 4294956304 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4603/statm: 5275 5098 77 172 0 5100 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 26460

[startup+162.303 s]
/proc/loadavg: 0.97 0.51 0.20 2/66 4604
/proc/meminfo: memFree=1746096/2055920 swapFree=4167856/4192956
[pid=4600] ppid=4598 vsize=5360 CPUtime=0.24
/proc/4600/stat : 4600 (glucose.sh) S 4598 4600 4536 0 -1 4194304 313 2404 0 0 0 0 21 3 16 0 1 0 214220257 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4600/statm: 1340 238 195 169 0 51 0
[pid=4603] ppid=4600 vsize=23472 CPUtime=161.98
/proc/4603/stat : 4603 (glucose_static) R 4600 4600 4536 0 -1 4194304 5702 0 0 0 16192 6 0 0 25 0 1 0 214220283 24035328 5688 1992294400 134512640 135217611 4294956304 18446744073709551615 134533336 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4603/statm: 5868 5688 77 172 0 5693 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 28832

[startup+222.302 s]
/proc/loadavg: 0.99 0.61 0.25 2/66 4605
/proc/meminfo: memFree=1745584/2055920 swapFree=4167856/4192956
[pid=4600] ppid=4598 vsize=5360 CPUtime=0.24
/proc/4600/stat : 4600 (glucose.sh) S 4598 4600 4536 0 -1 4194304 313 2404 0 0 0 0 21 3 16 0 1 0 214220257 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4600/statm: 1340 238 195 169 0 51 0
[pid=4603] ppid=4600 vsize=24124 CPUtime=221.96
/proc/4603/stat : 4603 (glucose_static) R 4600 4600 4536 0 -1 4194304 5838 0 0 0 22190 6 0 0 25 0 1 0 214220283 24702976 5824 1992294400 134512640 135217611 4294956304 18446744073709551615 134537299 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4603/statm: 6031 5824 77 172 0 5856 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 29484

[startup+282.302 s]
/proc/loadavg: 0.99 0.67 0.29 2/66 4605
/proc/meminfo: memFree=1745008/2055920 swapFree=4167856/4192956
[pid=4600] ppid=4598 vsize=5360 CPUtime=0.24
/proc/4600/stat : 4600 (glucose.sh) S 4598 4600 4536 0 -1 4194304 313 2404 0 0 0 0 21 3 16 0 1 0 214220257 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4600/statm: 1340 238 195 169 0 51 0
[pid=4603] ppid=4600 vsize=24624 CPUtime=281.93
/proc/4603/stat : 4603 (glucose_static) R 4600 4600 4536 0 -1 4194304 5965 0 0 0 28187 6 0 0 25 0 1 0 214220283 25214976 5951 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4603/statm: 6156 5951 77 172 0 5981 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 29984

[startup+342.302 s]
/proc/loadavg: 0.99 0.73 0.34 2/66 4605
/proc/meminfo: memFree=1744816/2055920 swapFree=4167856/4192956
[pid=4600] ppid=4598 vsize=5360 CPUtime=0.24
/proc/4600/stat : 4600 (glucose.sh) S 4598 4600 4536 0 -1 4194304 313 2404 0 0 0 0 21 3 16 0 1 0 214220257 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4600/statm: 1340 238 195 169 0 51 0
[pid=4603] ppid=4600 vsize=24936 CPUtime=341.91
/proc/4603/stat : 4603 (glucose_static) R 4600 4600 4536 0 -1 4194304 6040 0 0 0 34185 6 0 0 25 0 1 0 214220283 25534464 6026 1992294400 134512640 135217611 4294956304 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4603/statm: 6234 6026 77 172 0 6059 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 30296

[startup+402.302 s]
/proc/loadavg: 0.99 0.77 0.37 2/66 4605
/proc/meminfo: memFree=1744496/2055920 swapFree=4167856/4192956
[pid=4600] ppid=4598 vsize=5360 CPUtime=0.24

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

/proc/4603/statm: 16639 16053 77 172 0 16464 0
Current children cumulated CPU time (s) 4300.82
Current children cumulated vsize (KiB) 71916

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 4613
/proc/meminfo: memFree=1702000/2055920 swapFree=4167856/4192956
[pid=4600] ppid=4598 vsize=5360 CPUtime=0.24
/proc/4600/stat : 4600 (glucose.sh) S 4598 4600 4536 0 -1 4194304 313 2404 0 0 0 0 21 3 16 0 1 0 214220257 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4600/statm: 1340 238 195 169 0 51 0
[pid=4603] ppid=4600 vsize=67744 CPUtime=4360.55
/proc/4603/stat : 4603 (glucose_static) R 4600 4600 4536 0 -1 4194304 16349 0 0 0 436031 24 0 0 25 0 1 0 214220283 69369856 16335 1992294400 134512640 135217611 4294956304 18446744073709551615 134533181 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4603/statm: 16936 16335 77 172 0 16761 0
Current children cumulated CPU time (s) 4360.79
Current children cumulated vsize (KiB) 73104

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 4613
/proc/meminfo: memFree=1702000/2055920 swapFree=4167856/4192956
[pid=4600] ppid=4598 vsize=5360 CPUtime=0.24
/proc/4600/stat : 4600 (glucose.sh) S 4598 4600 4536 0 -1 4194304 313 2404 0 0 0 0 21 3 16 0 1 0 214220257 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4600/statm: 1340 238 195 169 0 51 0
[pid=4603] ppid=4600 vsize=68012 CPUtime=4420.54
/proc/4603/stat : 4603 (glucose_static) R 4600 4600 4536 0 -1 4194304 16352 0 0 0 442029 25 0 0 25 0 1 0 214220283 69644288 16338 1992294400 134512640 135217611 4294956304 18446744073709551615 134526269 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4603/statm: 17003 16338 77 172 0 16828 0
Current children cumulated CPU time (s) 4420.78
Current children cumulated vsize (KiB) 73372

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 4613
/proc/meminfo: memFree=1702000/2055920 swapFree=4167856/4192956
[pid=4600] ppid=4598 vsize=5360 CPUtime=0.24
/proc/4600/stat : 4600 (glucose.sh) S 4598 4600 4536 0 -1 4194304 313 2404 0 0 0 0 21 3 16 0 1 0 214220257 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4600/statm: 1340 238 195 169 0 51 0
[pid=4603] ppid=4600 vsize=68012 CPUtime=4480.52
/proc/4603/stat : 4603 (glucose_static) R 4600 4600 4536 0 -1 4194304 16352 0 0 0 448027 25 0 0 25 0 1 0 214220283 69644288 16338 1992294400 134512640 135217611 4294956304 18446744073709551615 134527933 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4603/statm: 17003 16338 77 172 0 16828 0
Current children cumulated CPU time (s) 4480.76
Current children cumulated vsize (KiB) 73372

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 4613
/proc/meminfo: memFree=1701936/2055920 swapFree=4167856/4192956
[pid=4600] ppid=4598 vsize=5360 CPUtime=0.24
/proc/4600/stat : 4600 (glucose.sh) S 4598 4600 4536 0 -1 4194304 313 2404 0 0 0 0 21 3 16 0 1 0 214220257 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4600/statm: 1340 238 195 169 0 51 0
[pid=4603] ppid=4600 vsize=68012 CPUtime=4540.5
/proc/4603/stat : 4603 (glucose_static) R 4600 4600 4536 0 -1 4194304 16354 0 0 0 454025 25 0 0 25 0 1 0 214220283 69644288 16340 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4603/statm: 17003 16340 77 172 0 16828 0
Current children cumulated CPU time (s) 4540.74
Current children cumulated vsize (KiB) 73372

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 4613
/proc/meminfo: memFree=1701936/2055920 swapFree=4167856/4192956
[pid=4600] ppid=4598 vsize=5360 CPUtime=0.24
/proc/4600/stat : 4600 (glucose.sh) S 4598 4600 4536 0 -1 4194304 313 2404 0 0 0 0 21 3 16 0 1 0 214220257 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4600/statm: 1340 238 195 169 0 51 0
[pid=4603] ppid=4600 vsize=68012 CPUtime=4600.48
/proc/4603/stat : 4603 (glucose_static) R 4600 4600 4536 0 -1 4194304 16354 0 0 0 460023 25 0 0 25 0 1 0 214220283 69644288 16340 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4603/statm: 17003 16340 77 172 0 16828 0
Current children cumulated CPU time (s) 4600.72
Current children cumulated vsize (KiB) 73372

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 4613
/proc/meminfo: memFree=1701808/2055920 swapFree=4167856/4192956
[pid=4600] ppid=4598 vsize=5360 CPUtime=0.24
/proc/4600/stat : 4600 (glucose.sh) S 4598 4600 4536 0 -1 4194304 313 2404 0 0 0 0 21 3 16 0 1 0 214220257 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4600/statm: 1340 238 195 169 0 51 0
[pid=4603] ppid=4600 vsize=68084 CPUtime=4660.46
/proc/4603/stat : 4603 (glucose_static) R 4600 4600 4536 0 -1 4194304 16381 0 0 0 466021 25 0 0 25 0 1 0 214220283 69718016 16367 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4603/statm: 17021 16367 77 172 0 16846 0
Current children cumulated CPU time (s) 4660.7
Current children cumulated vsize (KiB) 73444

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 4613
/proc/meminfo: memFree=1701808/2055920 swapFree=4167856/4192956
[pid=4600] ppid=4598 vsize=5360 CPUtime=0.24
/proc/4600/stat : 4600 (glucose.sh) S 4598 4600 4536 0 -1 4194304 313 2404 0 0 0 0 21 3 16 0 1 0 214220257 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4600/statm: 1340 238 195 169 0 51 0
[pid=4603] ppid=4600 vsize=68192 CPUtime=4720.44
/proc/4603/stat : 4603 (glucose_static) R 4600 4600 4536 0 -1 4194304 16386 0 0 0 472019 25 0 0 25 0 1 0 214220283 69828608 16372 1992294400 134512640 135217611 4294956304 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4603/statm: 17048 16372 77 172 0 16873 0
Current children cumulated CPU time (s) 4720.68
Current children cumulated vsize (KiB) 73552

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 4613
/proc/meminfo: memFree=1701744/2055920 swapFree=4167856/4192956
[pid=4600] ppid=4598 vsize=5360 CPUtime=0.24
/proc/4600/stat : 4600 (glucose.sh) S 4598 4600 4536 0 -1 4194304 313 2404 0 0 0 0 21 3 16 0 1 0 214220257 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4600/statm: 1340 238 195 169 0 51 0
[pid=4603] ppid=4600 vsize=68048 CPUtime=4780.42
/proc/4603/stat : 4603 (glucose_static) R 4600 4600 4536 0 -1 4194304 16389 0 0 0 478017 25 0 0 25 0 1 0 214220283 69681152 16362 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4603/statm: 17012 16362 77 172 0 16837 0
Current children cumulated CPU time (s) 4780.66
Current children cumulated vsize (KiB) 73408

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 4613
/proc/meminfo: memFree=1701680/2055920 swapFree=4167856/4192956
[pid=4600] ppid=4598 vsize=5360 CPUtime=0.24
/proc/4600/stat : 4600 (glucose.sh) S 4598 4600 4536 0 -1 4194304 313 2404 0 0 0 0 21 3 16 0 1 0 214220257 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4600/statm: 1340 238 195 169 0 51 0
[pid=4603] ppid=4600 vsize=68120 CPUtime=4840.39
/proc/4603/stat : 4603 (glucose_static) R 4600 4600 4536 0 -1 4194304 16409 0 0 0 484014 25 0 0 25 0 1 0 214220283 69754880 16382 1992294400 134512640 135217611 4294956304 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4603/statm: 17030 16382 77 172 0 16855 0
Current children cumulated CPU time (s) 4840.63
Current children cumulated vsize (KiB) 73480

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 4613
/proc/meminfo: memFree=1701680/2055920 swapFree=4167856/4192956
[pid=4600] ppid=4598 vsize=5360 CPUtime=0.24
/proc/4600/stat : 4600 (glucose.sh) S 4598 4600 4536 0 -1 4194304 313 2404 0 0 0 0 21 3 16 0 1 0 214220257 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4600/statm: 1340 238 195 169 0 51 0
[pid=4603] ppid=4600 vsize=68120 CPUtime=4900.38
/proc/4603/stat : 4603 (glucose_static) R 4600 4600 4536 0 -1 4194304 16410 0 0 0 490012 26 0 0 25 0 1 0 214220283 69754880 16383 1992294400 134512640 135217611 4294956304 18446744073709551615 134528185 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4603/statm: 17030 16383 77 172 0 16855 0
Current children cumulated CPU time (s) 4900.62
Current children cumulated vsize (KiB) 73480

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 4613
/proc/meminfo: memFree=1701616/2055920 swapFree=4167856/4192956
[pid=4600] ppid=4598 vsize=5360 CPUtime=0.24
/proc/4600/stat : 4600 (glucose.sh) S 4598 4600 4536 0 -1 4194304 313 2404 0 0 0 0 21 3 16 0 1 0 214220257 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4600/statm: 1340 238 195 169 0 51 0
[pid=4603] ppid=4600 vsize=68120 CPUtime=4960.36
/proc/4603/stat : 4603 (glucose_static) R 4600 4600 4536 0 -1 4194304 16411 0 0 0 496010 26 0 0 25 0 1 0 214220283 69754880 16384 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4603/statm: 17030 16384 77 172 0 16855 0
Current children cumulated CPU time (s) 4960.6
Current children cumulated vsize (KiB) 73480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.8 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 4619
/proc/meminfo: memFree=1701424/2055920 swapFree=4167856/4192956
[pid=4600] ppid=4598 vsize=5360 CPUtime=0.24
/proc/4600/stat : 4600 (glucose.sh) S 4598 4600 4536 0 -1 4194304 313 2404 0 0 0 0 21 3 16 0 1 0 214220257 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4600/statm: 1340 238 195 169 0 51 0
[pid=4603] ppid=4600 vsize=68120 CPUtime=4999.84
/proc/4603/stat : 4603 (glucose_static) R 4600 4600 4536 0 -1 4194304 16413 0 0 0 499958 26 0 0 25 0 1 0 214220283 69754880 16386 1992294400 134512640 135217611 4294956304 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/4603/statm: 17030 16386 77 172 0 16855 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 73480

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

Real time (s): 5001.81
CPU time (s): 5000.08
CPU user time (s): 4999.79
CPU system time (s): 0.29
CPU usage (%): 99.9654
Max. virtual memory (cumulated for all children) (KiB): 73552

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

runsolver used 5.35518 second user time and 11.8282 second system time

The end

Launcher Data

Begin job on node2 at 2009-05-09 11:37:41
IDJOB=1783640
IDBENCH=24623
IDSOLVER=610
FILE ID=node2/1783640-1241861861
PBS_JOBID= 9264610
Free space on /tmp= 66212 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Hard/contest04/others/Composite-064BitPrimes-1.sat05-506.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783640-1241861861/watcher-1783640-1241861861 -o /tmp/evaluation-result-1783640-1241861861/solver-1783640-1241861861 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783640-1241861861.cnf

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

MD5SUM BENCH= bccff1bed1e8ac721090562d562b05f0
RANDOM SEED=1932464036

node2.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.265
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.265
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:       1771800 kB
Buffers:         28724 kB
Cached:         172320 kB
SwapCached:      19344 kB
Active:          77508 kB
Inactive:       145108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1771800 kB
SwapTotal:     4192956 kB
SwapFree:      4167856 kB
Dirty:            3632 kB
Writeback:           0 kB
Mapped:          13920 kB
Slab:            47392 kB
Committed_AS:   940040 kB
PageTables:       1468 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= 66208 MiB
End job on node2 at 2009-05-09 13:01:05