Trace number 1784264

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

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_2vars_8gates_u2_autoenc.cnf
MD5SUM68299073e5e5e9c13c18eb7bcc640f07
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 variables383
Number of clauses75352
Sum of the clauses size441112
Maximum clause length11
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 21220
Number of clauses of size 30
Number of clauses of size 4516
Number of clauses of size 54802
Number of clauses of size over 568750

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.07/0.07	c ==============================================================================
0.07/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.07/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.07/0.07	c ==============================================================================
0.07/0.07	c |         0 |   75288   441048 |   22586       0        0     nan |  0.000 % |
1.49/1.52	c |         0 |   46730   290013 |      --       0       --      -- |     --   | -3982/16901
1.49/1.52	c ==============================================================================
1.49/1.52	c Result  :   #vars: 292   #clauses: 46730   #literals: 290013
1.49/1.52	c CPU time:   1.50677 s
1.49/1.52	c ==============================================================================
1.58/1.61	c
1.58/1.61	c Starting glucose
1.58/1.61	c
1.58/1.61	
1.58/1.61	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.58/1.61	
1.58/1.61	c ============================[ Problem Statistics ]=============================
1.58/1.61	c |                                                                             |
1.58/1.61	c |  Number of variables:  292                                                  |
1.58/1.61	c |  Number of clauses:    46730                                                |
1.58/1.65	c |  Parsing time:         0.03         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-1784264-1241929880/watcher-1784264-1241929880 -o /tmp/evaluation-result-1784264-1241929880/solver-1784264-1241929880 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784264-1241929880.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: 1.00 1.00 1.00 3/64 1330
/proc/meminfo: memFree=1731904/2055920 swapFree=4180800/4192956
[pid=1330] ppid=1327 vsize=5360 CPUtime=0
/proc/1330/stat : 1330 (glucose.sh) R 1327 1330 1199 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 221021984 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 259913214623 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/1330/statm: 1340 235 194 169 0 51 0
[pid=1331] ppid=1330 vsize=1008 CPUtime=0
/proc/1331/stat : 1331 (SatELite_releas) R 1330 1330 1199 0 -1 4194304 120 0 0 0 0 0 0 0 18 0 1 0 221021984 1032192 104 1992294400 134512640 135225430 4294956192 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/1331/statm: 252 104 50 174 0 75 0

[startup+0.074693 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1330
/proc/meminfo: memFree=1731904/2055920 swapFree=4180800/4192956
[pid=1330] ppid=1327 vsize=5360 CPUtime=0
/proc/1330/stat : 1330 (glucose.sh) S 1327 1330 1199 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221021984 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1330/statm: 1340 236 195 169 0 51 0
[pid=1331] ppid=1330 vsize=7560 CPUtime=0.07
/proc/1331/stat : 1331 (SatELite_releas) R 1330 1330 1199 0 -1 4194304 1682 0 0 0 6 1 0 0 19 0 1 0 221021984 7741440 1666 1992294400 134512640 135225430 4294956192 18446744073709551615 134548129 0 0 4096 3 0 0 0 17 0 0 0
/proc/1331/statm: 1890 1666 51 174 0 1713 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12920

[startup+0.101696 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1330
/proc/meminfo: memFree=1731904/2055920 swapFree=4180800/4192956
[pid=1330] ppid=1327 vsize=5360 CPUtime=0
/proc/1330/stat : 1330 (glucose.sh) S 1327 1330 1199 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221021984 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1330/statm: 1340 236 195 169 0 51 0
[pid=1331] ppid=1330 vsize=7772 CPUtime=0.09
/proc/1331/stat : 1331 (SatELite_releas) R 1330 1330 1199 0 -1 4194304 1791 0 0 0 8 1 0 0 19 0 1 0 221021984 7958528 1773 1992294400 134512640 135225430 4294956192 18446744073709551615 134549603 0 0 4096 3 0 0 0 17 0 0 0
/proc/1331/statm: 1943 1773 72 174 0 1766 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13132

[startup+0.30173 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1330
/proc/meminfo: memFree=1731904/2055920 swapFree=4180800/4192956
[pid=1330] ppid=1327 vsize=5360 CPUtime=0
/proc/1330/stat : 1330 (glucose.sh) S 1327 1330 1199 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221021984 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1330/statm: 1340 236 195 169 0 51 0
[pid=1331] ppid=1330 vsize=7948 CPUtime=0.29
/proc/1331/stat : 1331 (SatELite_releas) R 1330 1330 1199 0 -1 4194304 1805 0 0 0 28 1 0 0 22 0 1 0 221021984 8138752 1787 1992294400 134512640 135225430 4294956192 18446744073709551615 134586124 0 0 4096 3 0 0 0 17 0 0 0
/proc/1331/statm: 1987 1787 72 174 0 1810 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13308

[startup+0.701802 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1330
/proc/meminfo: memFree=1731904/2055920 swapFree=4180800/4192956
[pid=1330] ppid=1327 vsize=5360 CPUtime=0
/proc/1330/stat : 1330 (glucose.sh) S 1327 1330 1199 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221021984 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1330/statm: 1340 236 195 169 0 51 0
[pid=1331] ppid=1330 vsize=9568 CPUtime=0.69
/proc/1331/stat : 1331 (SatELite_releas) R 1330 1330 1199 0 -1 4194304 2071 0 0 0 68 1 0 0 25 0 1 0 221021984 9797632 2052 1992294400 134512640 135225430 4294956192 18446744073709551615 134586142 0 0 4096 3 0 0 0 17 0 0 0
/proc/1331/statm: 2392 2052 77 174 0 2215 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14928

[startup+1.50194 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1332
/proc/meminfo: memFree=1723952/2055920 swapFree=4180800/4192956
[pid=1330] ppid=1327 vsize=5360 CPUtime=0
/proc/1330/stat : 1330 (glucose.sh) S 1327 1330 1199 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221021984 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1330/statm: 1340 236 195 169 0 51 0
[pid=1331] ppid=1330 vsize=10024 CPUtime=1.49
/proc/1331/stat : 1331 (SatELite_releas) R 1330 1330 1199 0 -1 4194304 2318 0 0 0 148 1 0 0 25 0 1 0 221021984 10264576 2179 1992294400 134512640 135225430 4294956192 18446744073709551615 134586136 0 0 4096 3 0 0 0 17 0 0 0
/proc/1331/statm: 2506 2179 77 174 0 2329 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15384

[startup+3.10222 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1333
/proc/meminfo: memFree=1724208/2055920 swapFree=4180800/4192956
[pid=1330] ppid=1327 vsize=5360 CPUtime=1.6
/proc/1330/stat : 1330 (glucose.sh) S 1327 1330 1199 0 -1 4194304 313 2323 0 0 0 0 158 2 16 0 1 0 221021984 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1330/statm: 1340 238 195 169 0 51 0
[pid=1333] ppid=1330 vsize=7252 CPUtime=1.48
/proc/1333/stat : 1333 (glucose_static) R 1330 1330 1199 0 -1 4194304 1673 0 0 0 147 1 0 0 25 0 1 0 221022145 7426048 1659 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1333/statm: 1813 1659 76 172 0 1638 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 12612

[startup+6.30178 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1333
/proc/meminfo: memFree=1722480/2055920 swapFree=4180800/4192956
[pid=1330] ppid=1327 vsize=5360 CPUtime=1.6
/proc/1330/stat : 1330 (glucose.sh) S 1327 1330 1199 0 -1 4194304 313 2323 0 0 0 0 158 2 16 0 1 0 221021984 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1330/statm: 1340 238 195 169 0 51 0
[pid=1333] ppid=1330 vsize=8636 CPUtime=4.68
/proc/1333/stat : 1333 (glucose_static) R 1330 1330 1199 0 -1 4194304 2026 0 0 0 467 1 0 0 25 0 1 0 221022145 8843264 2012 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1333/statm: 2159 2012 76 172 0 1984 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 13996

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1333
/proc/meminfo: memFree=1721200/2055920 swapFree=4180800/4192956
[pid=1330] ppid=1327 vsize=5360 CPUtime=1.6
/proc/1330/stat : 1330 (glucose.sh) S 1327 1330 1199 0 -1 4194304 313 2323 0 0 0 0 158 2 16 0 1 0 221021984 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1330/statm: 1340 238 195 169 0 51 0
[pid=1333] ppid=1330 vsize=9760 CPUtime=11.07
/proc/1333/stat : 1333 (glucose_static) R 1330 1330 1199 0 -1 4194304 2302 0 0 0 1106 1 0 0 25 0 1 0 221022145 9994240 2288 1992294400 134512640 135217611 4294956304 18446744073709551615 134522710 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1333/statm: 2440 2288 76 172 0 2265 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 15120

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1333
/proc/meminfo: memFree=1719728/2055920 swapFree=4180800/4192956
[pid=1330] ppid=1327 vsize=5360 CPUtime=1.6
/proc/1330/stat : 1330 (glucose.sh) S 1327 1330 1199 0 -1 4194304 313 2323 0 0 0 0 158 2 16 0 1 0 221021984 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1330/statm: 1340 238 195 169 0 51 0
[pid=1333] ppid=1330 vsize=11072 CPUtime=23.87
/proc/1333/stat : 1333 (glucose_static) R 1330 1330 1199 0 -1 4194304 2626 0 0 0 2385 2 0 0 25 0 1 0 221022145 11337728 2612 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1333/statm: 2768 2612 76 172 0 2593 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 16432

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1333
/proc/meminfo: memFree=1717744/2055920 swapFree=4180800/4192956
[pid=1330] ppid=1327 vsize=5360 CPUtime=1.6
/proc/1330/stat : 1330 (glucose.sh) S 1327 1330 1199 0 -1 4194304 313 2323 0 0 0 0 158 2 16 0 1 0 221021984 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1330/statm: 1340 238 195 169 0 51 0
[pid=1333] ppid=1330 vsize=13368 CPUtime=49.44
/proc/1333/stat : 1333 (glucose_static) R 1330 1330 1199 0 -1 4194304 3138 0 0 0 4942 2 0 0 25 0 1 0 221022145 13688832 3124 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1333/statm: 3342 3124 76 172 0 3167 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 18728

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1333
/proc/meminfo: memFree=1714736/2055920 swapFree=4180800/4192956
[pid=1330] ppid=1327 vsize=5360 CPUtime=1.6
/proc/1330/stat : 1330 (glucose.sh) S 1327 1330 1199 0 -1 4194304 313 2323 0 0 0 0 158 2 16 0 1 0 221021984 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1330/statm: 1340 238 195 169 0 51 0
[pid=1333] ppid=1330 vsize=16460 CPUtime=100.63
/proc/1333/stat : 1333 (glucose_static) R 1330 1330 1199 0 -1 4194304 3866 0 0 0 10060 3 0 0 25 0 1 0 221022145 16855040 3852 1992294400 134512640 135217611 4294956304 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1333/statm: 4115 3852 76 172 0 3940 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 21820

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1333
/proc/meminfo: memFree=1712624/2055920 swapFree=4180800/4192956
[pid=1330] ppid=1327 vsize=5360 CPUtime=1.6
/proc/1330/stat : 1330 (glucose.sh) S 1327 1330 1199 0 -1 4194304 313 2323 0 0 0 0 158 2 16 0 1 0 221021984 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1330/statm: 1340 238 195 169 0 51 0
[pid=1333] ppid=1330 vsize=18568 CPUtime=160.6
/proc/1333/stat : 1333 (glucose_static) R 1330 1330 1199 0 -1 4194304 4382 0 0 0 16057 3 0 0 25 0 1 0 221022145 19013632 4368 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1333/statm: 4642 4368 76 172 0 4467 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 23928

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1333
/proc/meminfo: memFree=1710320/2055920 swapFree=4180800/4192956
[pid=1330] ppid=1327 vsize=5360 CPUtime=1.6
/proc/1330/stat : 1330 (glucose.sh) S 1327 1330 1199 0 -1 4194304 313 2323 0 0 0 0 158 2 16 0 1 0 221021984 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1330/statm: 1340 238 195 169 0 51 0
[pid=1333] ppid=1330 vsize=21040 CPUtime=220.57
/proc/1333/stat : 1333 (glucose_static) R 1330 1330 1199 0 -1 4194304 4937 0 0 0 22053 4 0 0 25 0 1 0 221022145 21544960 4923 1992294400 134512640 135217611 4294956304 18446744073709551615 134533073 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1333/statm: 5260 4923 76 172 0 5085 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 26400

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1333
/proc/meminfo: memFree=1708848/2055920 swapFree=4180800/4192956
[pid=1330] ppid=1327 vsize=5360 CPUtime=1.6
/proc/1330/stat : 1330 (glucose.sh) S 1327 1330 1199 0 -1 4194304 313 2323 0 0 0 0 158 2 16 0 1 0 221021984 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1330/statm: 1340 238 195 169 0 51 0
[pid=1333] ppid=1330 vsize=22700 CPUtime=280.55
/proc/1333/stat : 1333 (glucose_static) R 1330 1330 1199 0 -1 4194304 5310 0 0 0 28050 5 0 0 25 0 1 0 221022145 23244800 5296 1992294400 134512640 135217611 4294956304 18446744073709551615 134533371 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1333/statm: 5675 5296 76 172 0 5500 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 28060

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1333
/proc/meminfo: memFree=1707504/2055920 swapFree=4180800/4192956
[pid=1330] ppid=1327 vsize=5360 CPUtime=1.6
/proc/1330/stat : 1330 (glucose.sh) S 1327 1330 1199 0 -1 4194304 313 2323 0 0 0 0 158 2 16 0 1 0 221021984 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1330/statm: 1340 238 195 169 0 51 0
[pid=1333] ppid=1330 vsize=24216 CPUtime=340.52
/proc/1333/stat : 1333 (glucose_static) R 1330 1330 1199 0 -1 4194304 5633 0 0 0 34046 6 0 0 25 0 1 0 221022145 24797184 5619 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1333/statm: 6054 5619 76 172 0 5879 0
Current children cumulated CPU time (s) 342.12

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

/proc/1333/statm: 15116 13833 76 172 0 14941 0
Current children cumulated CPU time (s) 4360.17
Current children cumulated vsize (KiB) 65824

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1343
/proc/meminfo: memFree=1672688/2055920 swapFree=4180800/4192956
[pid=1330] ppid=1327 vsize=5360 CPUtime=1.6
/proc/1330/stat : 1330 (glucose.sh) S 1327 1330 1199 0 -1 4194304 313 2323 0 0 0 0 158 2 16 0 1 0 221021984 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1330/statm: 1340 238 195 169 0 51 0
[pid=1333] ppid=1330 vsize=60624 CPUtime=4418.54
/proc/1333/stat : 1333 (glucose_static) R 1330 1330 1199 0 -1 4194304 13897 0 0 0 441837 17 0 0 25 0 1 0 221022145 62078976 13883 1992294400 134512640 135217611 4294956304 18446744073709551615 134532981 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1333/statm: 15156 13883 76 172 0 14981 0
Current children cumulated CPU time (s) 4420.14
Current children cumulated vsize (KiB) 65984

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1343
/proc/meminfo: memFree=1672624/2055920 swapFree=4180800/4192956
[pid=1330] ppid=1327 vsize=5360 CPUtime=1.6
/proc/1330/stat : 1330 (glucose.sh) S 1327 1330 1199 0 -1 4194304 313 2323 0 0 0 0 158 2 16 0 1 0 221021984 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1330/statm: 1340 238 195 169 0 51 0
[pid=1333] ppid=1330 vsize=60624 CPUtime=4478.51
/proc/1333/stat : 1333 (glucose_static) R 1330 1330 1199 0 -1 4194304 13900 0 0 0 447834 17 0 0 25 0 1 0 221022145 62078976 13886 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1333/statm: 15156 13886 76 172 0 14981 0
Current children cumulated CPU time (s) 4480.11
Current children cumulated vsize (KiB) 65984

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1343
/proc/meminfo: memFree=1672304/2055920 swapFree=4180800/4192956
[pid=1330] ppid=1327 vsize=5360 CPUtime=1.6
/proc/1330/stat : 1330 (glucose.sh) S 1327 1330 1199 0 -1 4194304 313 2323 0 0 0 0 158 2 16 0 1 0 221021984 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1330/statm: 1340 238 195 169 0 51 0
[pid=1333] ppid=1330 vsize=60960 CPUtime=4538.48
/proc/1333/stat : 1333 (glucose_static) R 1330 1330 1199 0 -1 4194304 13971 0 0 0 453831 17 0 0 25 0 1 0 221022145 62423040 13957 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1333/statm: 15240 13957 76 172 0 15065 0
Current children cumulated CPU time (s) 4540.08
Current children cumulated vsize (KiB) 66320

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1343
/proc/meminfo: memFree=1671728/2055920 swapFree=4180800/4192956
[pid=1330] ppid=1327 vsize=5360 CPUtime=1.6
/proc/1330/stat : 1330 (glucose.sh) S 1327 1330 1199 0 -1 4194304 313 2323 0 0 0 0 158 2 16 0 1 0 221021984 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1330/statm: 1340 238 195 169 0 51 0
[pid=1333] ppid=1330 vsize=61520 CPUtime=4598.46
/proc/1333/stat : 1333 (glucose_static) R 1330 1330 1199 0 -1 4194304 14106 0 0 0 459829 17 0 0 25 0 1 0 221022145 62996480 14092 1992294400 134512640 135217611 4294956304 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1333/statm: 15380 14092 76 172 0 15205 0
Current children cumulated CPU time (s) 4600.06
Current children cumulated vsize (KiB) 66880

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1343
/proc/meminfo: memFree=1671536/2055920 swapFree=4180800/4192956
[pid=1330] ppid=1327 vsize=5360 CPUtime=1.6
/proc/1330/stat : 1330 (glucose.sh) S 1327 1330 1199 0 -1 4194304 313 2323 0 0 0 0 158 2 16 0 1 0 221021984 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1330/statm: 1340 238 195 169 0 51 0
[pid=1333] ppid=1330 vsize=61680 CPUtime=4658.42
/proc/1333/stat : 1333 (glucose_static) R 1330 1330 1199 0 -1 4194304 14127 0 0 0 465825 17 0 0 25 0 1 0 221022145 63160320 14113 1992294400 134512640 135217611 4294956304 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1333/statm: 15420 14113 76 172 0 15245 0
Current children cumulated CPU time (s) 4660.02
Current children cumulated vsize (KiB) 67040

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1343
/proc/meminfo: memFree=1671344/2055920 swapFree=4180800/4192956
[pid=1330] ppid=1327 vsize=5360 CPUtime=1.6
/proc/1330/stat : 1330 (glucose.sh) S 1327 1330 1199 0 -1 4194304 313 2323 0 0 0 0 158 2 16 0 1 0 221021984 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1330/statm: 1340 238 195 169 0 51 0
[pid=1333] ppid=1330 vsize=62020 CPUtime=4718.4
/proc/1333/stat : 1333 (glucose_static) R 1330 1330 1199 0 -1 4194304 14192 0 0 0 471822 18 0 0 25 0 1 0 221022145 63508480 14178 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1333/statm: 15505 14178 76 172 0 15330 0
Current children cumulated CPU time (s) 4720
Current children cumulated vsize (KiB) 67380

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1343
/proc/meminfo: memFree=1671216/2055920 swapFree=4180800/4192956
[pid=1330] ppid=1327 vsize=5360 CPUtime=1.6
/proc/1330/stat : 1330 (glucose.sh) S 1327 1330 1199 0 -1 4194304 313 2323 0 0 0 0 158 2 16 0 1 0 221021984 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1330/statm: 1340 238 195 169 0 51 0
[pid=1333] ppid=1330 vsize=62020 CPUtime=4778.37
/proc/1333/stat : 1333 (glucose_static) R 1330 1330 1199 0 -1 4194304 14210 0 0 0 477819 18 0 0 25 0 1 0 221022145 63508480 14196 1992294400 134512640 135217611 4294956304 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1333/statm: 15505 14196 76 172 0 15330 0
Current children cumulated CPU time (s) 4779.97
Current children cumulated vsize (KiB) 67380

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1343
/proc/meminfo: memFree=1671216/2055920 swapFree=4180800/4192956
[pid=1330] ppid=1327 vsize=5360 CPUtime=1.6
/proc/1330/stat : 1330 (glucose.sh) S 1327 1330 1199 0 -1 4194304 313 2323 0 0 0 0 158 2 16 0 1 0 221021984 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1330/statm: 1340 238 195 169 0 51 0
[pid=1333] ppid=1330 vsize=62020 CPUtime=4838.34
/proc/1333/stat : 1333 (glucose_static) R 1330 1330 1199 0 -1 4194304 14222 0 0 0 483816 18 0 0 25 0 1 0 221022145 63508480 14208 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1333/statm: 15505 14208 76 172 0 15330 0
Current children cumulated CPU time (s) 4839.94
Current children cumulated vsize (KiB) 67380

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1343
/proc/meminfo: memFree=1671024/2055920 swapFree=4180800/4192956
[pid=1330] ppid=1327 vsize=5360 CPUtime=1.6
/proc/1330/stat : 1330 (glucose.sh) S 1327 1330 1199 0 -1 4194304 313 2323 0 0 0 0 158 2 16 0 1 0 221021984 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1330/statm: 1340 238 195 169 0 51 0
[pid=1333] ppid=1330 vsize=62164 CPUtime=4898.31
/proc/1333/stat : 1333 (glucose_static) R 1330 1330 1199 0 -1 4194304 14252 0 0 0 489813 18 0 0 25 0 1 0 221022145 63655936 14238 1992294400 134512640 135217611 4294956304 18446744073709551615 134533313 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1333/statm: 15541 14238 76 172 0 15366 0
Current children cumulated CPU time (s) 4899.91
Current children cumulated vsize (KiB) 67524

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1343
/proc/meminfo: memFree=1670512/2055920 swapFree=4180800/4192956
[pid=1330] ppid=1327 vsize=5360 CPUtime=1.6
/proc/1330/stat : 1330 (glucose.sh) S 1327 1330 1199 0 -1 4194304 313 2323 0 0 0 0 158 2 16 0 1 0 221021984 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1330/statm: 1340 238 195 169 0 51 0
[pid=1333] ppid=1330 vsize=62620 CPUtime=4958.28
/proc/1333/stat : 1333 (glucose_static) R 1330 1330 1199 0 -1 4194304 14372 0 0 0 495810 18 0 0 25 0 1 0 221022145 64122880 14358 1992294400 134512640 135217611 4294956304 18446744073709551615 134522427 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1333/statm: 15655 14358 76 172 0 15480 0
Current children cumulated CPU time (s) 4959.88
Current children cumulated vsize (KiB) 67980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1343
/proc/meminfo: memFree=1670512/2055920 swapFree=4180800/4192956
[pid=1330] ppid=1327 vsize=5360 CPUtime=1.6
/proc/1330/stat : 1330 (glucose.sh) S 1327 1330 1199 0 -1 4194304 313 2323 0 0 0 0 158 2 16 0 1 0 221021984 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1330/statm: 1340 238 195 169 0 51 0
[pid=1333] ppid=1330 vsize=62620 CPUtime=4998.46
/proc/1333/stat : 1333 (glucose_static) R 1330 1330 1199 0 -1 4194304 14372 0 0 0 499828 18 0 0 25 0 1 0 221022145 64122880 14358 1992294400 134512640 135217611 4294956304 18446744073709551615 134542237 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1333/statm: 15655 14358 76 172 0 15480 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 67980

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

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

[startup+5002.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1343
/proc/meminfo: memFree=1670512/2055920 swapFree=4180800/4192956
[pid=1330] ppid=1327 vsize=5360 CPUtime=1.6
/proc/1330/stat : 1330 (glucose.sh) S 1327 1330 1199 0 -1 4194304 313 2323 0 0 0 0 158 2 16 0 1 0 221021984 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1330/statm: 1340 238 195 169 0 51 0
[pid=1333] ppid=1330 vsize=62620 CPUtime=4998.46
/proc/1333/stat : 1333 (glucose_static) R 1330 1330 1199 0 -1 4194304 14372 0 0 0 499828 18 0 0 25 0 1 0 221022145 64122880 14358 1992294400 134512640 135217611 4294956304 18446744073709551615 134542237 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1333/statm: 15655 14358 76 172 0 15480 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 67980

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5002.51
CPU time (s): 5000.06
CPU user time (s): 4999.86
CPU system time (s): 0.2
CPU usage (%): 99.951
Max. virtual memory (cumulated for all children) (KiB): 67980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.58576
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= 2636
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= 11

runsolver used 4.14937 second user time and 14.0489 second system time

The end

Launcher Data

Begin job on node4 at 2009-05-10 06:31:20
IDJOB=1784264
IDBENCH=71142
IDSOLVER=610
FILE ID=node4/1784264-1241929880
PBS_JOBID= 9264927
Free space on /tmp= 66196 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/modcircuits/mod4block_2vars_8gates_u2_autoenc.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784264-1241929880/watcher-1784264-1241929880 -o /tmp/evaluation-result-1784264-1241929880/solver-1784264-1241929880 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1784264-1241929880.cnf

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

MD5SUM BENCH= 68299073e5e5e9c13c18eb7bcc640f07
RANDOM SEED=480776916

node4.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:       1732384 kB
Buffers:         28868 kB
Cached:         237372 kB
SwapCached:       5964 kB
Active:          77992 kB
Inactive:       196168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1732384 kB
SwapTotal:     4192956 kB
SwapFree:      4180800 kB
Dirty:            3640 kB
Writeback:           0 kB
Mapped:          13548 kB
Slab:            35368 kB
Committed_AS:   897704 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= 66192 MiB
End job on node4 at 2009-05-10 07:54:45