Trace number 1784256

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.07 5002.61

General information on the benchmark

NameCRAFTED/modcircuits/
mod5block_2vars_12gates.cnf
MD5SUM97b074a6a073bb165e8c5c9ac040a066
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 variables926
Number of clauses372485
Sum of the clauses size2182931
Maximum clause length35
Minimum clause length1
Number of clauses of size 1160
Number of clauses of size 24586
Number of clauses of size 31
Number of clauses of size 48527
Number of clauses of size 516131
Number of clauses of size over 5343080

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.28/0.36	c ==============================================================================
0.28/0.36	c |           |     ORIGINAL     |              LEARNT              |          |
0.28/0.36	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.28/0.36	c ==============================================================================
0.28/0.36	c |         0 |  372325  2182771 |  111697       0        0     nan |  0.000 % |
15.07/15.17	c |         0 |  220957  1347241 |      --       0       --      -- |     --   | -16968/86070
15.07/15.17	c ==============================================================================
15.07/15.17	c Result  :   #vars: 699   #clauses: 220957   #literals: 1347241
15.07/15.17	c CPU time:   15.0857 s
15.07/15.17	c ==============================================================================
15.46/15.58	c
15.46/15.58	c Starting glucose
15.46/15.58	c
15.46/15.58	
15.46/15.58	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
15.46/15.58	
15.46/15.58	c ============================[ Problem Statistics ]=============================
15.46/15.58	c |                                                                             |
15.46/15.58	c |  Number of variables:  699                                                  |
15.46/15.59	c |  Number of clauses:    220957                                               |
15.55/15.76	c |  Parsing time:         0.15         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-1784256-1241927550/watcher-1784256-1241927550 -o /tmp/evaluation-result-1784256-1241927550/solver-1784256-1241927550 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784256-1241927550.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 30876
/proc/meminfo: memFree=659000/2055920 swapFree=4181168/4192956
[pid=30876] ppid=30874 vsize=5360 CPUtime=0
/proc/30876/stat : 30876 (glucose.sh) R 30874 30876 30801 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 220783675 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 213116316319 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/30876/statm: 1340 235 194 169 0 51 0
[pid=30877] ppid=30876 vsize=1016 CPUtime=0
/proc/30877/stat : 30877 (SatELite_releas) R 30876 30876 30801 0 -1 4194304 124 0 0 0 0 0 0 0 18 0 1 0 220783675 1040384 108 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/30877/statm: 254 109 50 174 0 77 0

[startup+0.0689421 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30876
/proc/meminfo: memFree=659000/2055920 swapFree=4181168/4192956
[pid=30876] ppid=30874 vsize=5360 CPUtime=0
/proc/30876/stat : 30876 (glucose.sh) S 30874 30876 30801 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 220783675 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30876/statm: 1340 236 195 169 0 51 0
[pid=30877] ppid=30876 vsize=6056 CPUtime=0.05
/proc/30877/stat : 30877 (SatELite_releas) R 30876 30876 30801 0 -1 4194304 1303 0 0 0 5 0 0 0 19 0 1 0 220783675 6201344 1287 1992294400 134512640 135225430 4294956176 18446744073709551615 134733135 0 0 4096 3 0 0 0 17 0 0 0
/proc/30877/statm: 1514 1289 50 174 0 1337 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11416

[startup+0.101947 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30876
/proc/meminfo: memFree=659000/2055920 swapFree=4181168/4192956
[pid=30876] ppid=30874 vsize=5360 CPUtime=0
/proc/30876/stat : 30876 (glucose.sh) S 30874 30876 30801 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 220783675 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30876/statm: 1340 236 195 169 0 51 0
[pid=30877] ppid=30876 vsize=8352 CPUtime=0.09
/proc/30877/stat : 30877 (SatELite_releas) R 30876 30876 30801 0 -1 4194304 1930 0 0 0 8 1 0 0 19 0 1 0 220783675 8552448 1914 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/30877/statm: 2088 1916 50 174 0 1911 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13712

[startup+0.301983 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30876
/proc/meminfo: memFree=659000/2055920 swapFree=4181168/4192956
[pid=30876] ppid=30874 vsize=5360 CPUtime=0
/proc/30876/stat : 30876 (glucose.sh) S 30874 30876 30801 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 220783675 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30876/statm: 1340 236 195 169 0 51 0
[pid=30877] ppid=30876 vsize=23320 CPUtime=0.28
/proc/30877/stat : 30877 (SatELite_releas) R 30876 30876 30801 0 -1 4194304 5536 0 0 0 25 3 0 0 21 0 1 0 220783675 23879680 5520 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/30877/statm: 5830 5520 50 174 0 5653 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 28680

[startup+0.70106 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30876
/proc/meminfo: memFree=659000/2055920 swapFree=4181168/4192956
[pid=30876] ppid=30874 vsize=5360 CPUtime=0
/proc/30876/stat : 30876 (glucose.sh) S 30874 30876 30801 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 220783675 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30876/statm: 1340 236 195 169 0 51 0
[pid=30877] ppid=30876 vsize=33956 CPUtime=0.69
/proc/30877/stat : 30877 (SatELite_releas) R 30876 30876 30801 0 -1 4194304 8146 0 0 0 65 4 0 0 25 0 1 0 220783675 34770944 8125 1992294400 134512640 135225430 4294956176 18446744073709551615 134549618 0 0 4096 3 0 0 0 17 0 0 0
/proc/30877/statm: 8489 8125 72 174 0 8312 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39316

[startup+1.50121 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30878
/proc/meminfo: memFree=626472/2055920 swapFree=4181168/4192956
[pid=30876] ppid=30874 vsize=5360 CPUtime=0
/proc/30876/stat : 30876 (glucose.sh) S 30874 30876 30801 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 220783675 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30876/statm: 1340 236 195 169 0 51 0
[pid=30877] ppid=30876 vsize=34120 CPUtime=1.49
/proc/30877/stat : 30877 (SatELite_releas) R 30876 30876 30801 0 -1 4194304 8191 0 0 0 145 4 0 0 25 0 1 0 220783675 34938880 8170 1992294400 134512640 135225430 4294956176 18446744073709551615 134549569 0 0 4096 3 0 0 0 17 0 0 0
/proc/30877/statm: 8530 8170 72 174 0 8353 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39480

[startup+3.10152 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30878
/proc/meminfo: memFree=626024/2055920 swapFree=4181168/4192956
[pid=30876] ppid=30874 vsize=5360 CPUtime=0
/proc/30876/stat : 30876 (glucose.sh) S 30874 30876 30801 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 220783675 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30876/statm: 1340 236 195 169 0 51 0
[pid=30877] ppid=30876 vsize=34632 CPUtime=3.08
/proc/30877/stat : 30877 (SatELite_releas) R 30876 30876 30801 0 -1 4194304 8291 0 0 0 304 4 0 0 25 0 1 0 220783675 35463168 8270 1992294400 134512640 135225430 4294956176 18446744073709551615 134549157 0 0 4096 3 0 0 0 17 1 0 0
/proc/30877/statm: 8658 8270 72 174 0 8481 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 39992

[startup+6.30112 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30878
/proc/meminfo: memFree=625512/2055920 swapFree=4181168/4192956
[pid=30876] ppid=30874 vsize=5360 CPUtime=0
/proc/30876/stat : 30876 (glucose.sh) S 30874 30876 30801 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 220783675 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30876/statm: 1340 236 195 169 0 51 0
[pid=30877] ppid=30876 vsize=34976 CPUtime=6.27
/proc/30877/stat : 30877 (SatELite_releas) R 30876 30876 30801 0 -1 4194304 8480 0 0 0 623 4 0 0 25 0 1 0 220783675 35815424 8353 1992294400 134512640 135225430 4294956176 18446744073709551615 134586053 0 0 4096 3 0 0 0 17 0 0 0
/proc/30877/statm: 8744 8353 72 174 0 8567 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 40336

[startup+12.7023 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30878
/proc/meminfo: memFree=622896/2055920 swapFree=4181168/4192956
[pid=30876] ppid=30874 vsize=5360 CPUtime=0
/proc/30876/stat : 30876 (glucose.sh) S 30874 30876 30801 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 220783675 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30876/statm: 1340 236 195 169 0 51 0
[pid=30877] ppid=30876 vsize=43824 CPUtime=12.68
/proc/30877/stat : 30877 (SatELite_releas) R 30876 30876 30801 0 -1 4194304 10896 0 0 0 1262 6 0 0 25 0 1 0 220783675 44875776 9710 1992294400 134512640 135225430 4294956176 18446744073709551615 134586132 0 0 4096 3 0 0 0 17 0 0 0
/proc/30877/statm: 10956 9710 77 174 0 10779 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 49184

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30879
/proc/meminfo: memFree=628016/2055920 swapFree=4181168/4192956
[pid=30876] ppid=30874 vsize=5360 CPUtime=15.55
/proc/30876/stat : 30876 (glucose.sh) S 30874 30876 30801 0 -1 4194304 313 10912 0 0 0 0 1546 9 16 0 1 0 220783675 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30876/statm: 1340 238 195 169 0 51 0
[pid=30879] ppid=30876 vsize=24900 CPUtime=9.89
/proc/30879/stat : 30879 (glucose_static) R 30876 30876 30801 0 -1 4194304 5969 0 0 0 986 3 0 0 25 0 1 0 220785233 25497600 5955 1992294400 134512640 135217611 4294956304 18446744073709551615 134532998 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30879/statm: 6225 5955 77 172 0 6050 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 30260

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30879
/proc/meminfo: memFree=625072/2055920 swapFree=4181168/4192956
[pid=30876] ppid=30874 vsize=5360 CPUtime=15.55
/proc/30876/stat : 30876 (glucose.sh) S 30874 30876 30801 0 -1 4194304 313 10912 0 0 0 0 1546 9 16 0 1 0 220783675 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30876/statm: 1340 238 195 169 0 51 0
[pid=30879] ppid=30876 vsize=27972 CPUtime=35.47
/proc/30879/stat : 30879 (glucose_static) R 30876 30876 30801 0 -1 4194304 6713 0 0 0 3543 4 0 0 25 0 1 0 220785233 28643328 6699 1992294400 134512640 135217611 4294956304 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30879/statm: 6993 6699 77 172 0 6818 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 33332

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30879
/proc/meminfo: memFree=620656/2055920 swapFree=4181168/4192956
[pid=30876] ppid=30874 vsize=5360 CPUtime=15.55
/proc/30876/stat : 30876 (glucose.sh) S 30874 30876 30801 0 -1 4194304 313 10912 0 0 0 0 1546 9 16 0 1 0 220783675 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30876/statm: 1340 238 195 169 0 51 0
[pid=30879] ppid=30876 vsize=32464 CPUtime=86.64
/proc/30879/stat : 30879 (glucose_static) R 30876 30876 30801 0 -1 4194304 7799 0 0 0 8659 5 0 0 25 0 1 0 220785233 33243136 7785 1992294400 134512640 135217611 4294956304 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30879/statm: 8116 7785 77 172 0 7941 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 37824

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30879
/proc/meminfo: memFree=617648/2055920 swapFree=4181168/4192956
[pid=30876] ppid=30874 vsize=5360 CPUtime=15.55
/proc/30876/stat : 30876 (glucose.sh) S 30874 30876 30801 0 -1 4194304 313 10912 0 0 0 0 1546 9 16 0 1 0 220783675 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30876/statm: 1340 238 195 169 0 51 0
[pid=30879] ppid=30876 vsize=35592 CPUtime=146.59
/proc/30879/stat : 30879 (glucose_static) R 30876 30876 30801 0 -1 4194304 8556 0 0 0 14654 5 0 0 25 0 1 0 220785233 36446208 8542 1992294400 134512640 135217611 4294956304 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30879/statm: 8898 8542 77 172 0 8723 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 40952

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30879
/proc/meminfo: memFree=615280/2055920 swapFree=4181168/4192956
[pid=30876] ppid=30874 vsize=5360 CPUtime=15.55
/proc/30876/stat : 30876 (glucose.sh) S 30874 30876 30801 0 -1 4194304 313 10912 0 0 0 0 1546 9 16 0 1 0 220783675 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30876/statm: 1340 238 195 169 0 51 0
[pid=30879] ppid=30876 vsize=38252 CPUtime=206.57
/proc/30879/stat : 30879 (glucose_static) R 30876 30876 30801 0 -1 4194304 9156 0 0 0 20651 6 0 0 25 0 1 0 220785233 39170048 9142 1992294400 134512640 135217611 4294956304 18446744073709551615 134522603 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30879/statm: 9563 9142 77 172 0 9388 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 43612

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30879
/proc/meminfo: memFree=612976/2055920 swapFree=4181168/4192956
[pid=30876] ppid=30874 vsize=5360 CPUtime=15.55
/proc/30876/stat : 30876 (glucose.sh) S 30874 30876 30801 0 -1 4194304 313 10912 0 0 0 0 1546 9 16 0 1 0 220783675 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30876/statm: 1340 238 195 169 0 51 0
[pid=30879] ppid=30876 vsize=40732 CPUtime=266.55
/proc/30879/stat : 30879 (glucose_static) R 30876 30876 30801 0 -1 4194304 9719 0 0 0 26648 7 0 0 25 0 1 0 220785233 41709568 9705 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30879/statm: 10183 9705 77 172 0 10008 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 46092

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30879
/proc/meminfo: memFree=611504/2055920 swapFree=4181168/4192956
[pid=30876] ppid=30874 vsize=5360 CPUtime=15.55
/proc/30876/stat : 30876 (glucose.sh) S 30874 30876 30801 0 -1 4194304 313 10912 0 0 0 0 1546 9 16 0 1 0 220783675 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30876/statm: 1340 238 195 169 0 51 0
[pid=30879] ppid=30876 vsize=42264 CPUtime=326.51
/proc/30879/stat : 30879 (glucose_static) R 30876 30876 30801 0 -1 4194304 10092 0 0 0 32644 7 0 0 25 0 1 0 220785233 43278336 10078 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30879/statm: 10566 10078 77 172 0 10391 0
Current children cumulated CPU time (s) 342.06

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

/proc/30879/statm: 20340 18665 77 172 0 20165 0
Current children cumulated CPU time (s) 4300.11
Current children cumulated vsize (KiB) 86720

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30893
/proc/meminfo: memFree=576496/2055920 swapFree=4181168/4192956
[pid=30876] ppid=30874 vsize=5360 CPUtime=15.55
/proc/30876/stat : 30876 (glucose.sh) S 30874 30876 30801 0 -1 4194304 313 10912 0 0 0 0 1546 9 16 0 1 0 220783675 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30876/statm: 1340 238 195 169 0 51 0
[pid=30879] ppid=30876 vsize=81684 CPUtime=4344.54
/proc/30879/stat : 30879 (glucose_static) R 30876 30876 30801 0 -1 4194304 18754 0 0 0 434434 20 0 0 25 0 1 0 220785233 83644416 18737 1992294400 134512640 135217611 4294956304 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30879/statm: 20421 18737 77 172 0 20246 0
Current children cumulated CPU time (s) 4360.09
Current children cumulated vsize (KiB) 87044

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30893
/proc/meminfo: memFree=576432/2055920 swapFree=4181168/4192956
[pid=30876] ppid=30874 vsize=5360 CPUtime=15.55
/proc/30876/stat : 30876 (glucose.sh) S 30874 30876 30801 0 -1 4194304 313 10912 0 0 0 0 1546 9 16 0 1 0 220783675 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30876/statm: 1340 238 195 169 0 51 0
[pid=30879] ppid=30876 vsize=81684 CPUtime=4404.51
/proc/30879/stat : 30879 (glucose_static) R 30876 30876 30801 0 -1 4194304 18757 0 0 0 440431 20 0 0 25 0 1 0 220785233 83644416 18740 1992294400 134512640 135217611 4294956304 18446744073709551615 134533213 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30879/statm: 20421 18740 77 172 0 20246 0
Current children cumulated CPU time (s) 4420.06
Current children cumulated vsize (KiB) 87044

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30893
/proc/meminfo: memFree=576240/2055920 swapFree=4181168/4192956
[pid=30876] ppid=30874 vsize=5360 CPUtime=15.55
/proc/30876/stat : 30876 (glucose.sh) S 30874 30876 30801 0 -1 4194304 313 10912 0 0 0 0 1546 9 16 0 1 0 220783675 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30876/statm: 1340 238 195 169 0 51 0
[pid=30879] ppid=30876 vsize=81964 CPUtime=4464.48
/proc/30879/stat : 30879 (glucose_static) R 30876 30876 30801 0 -1 4194304 18814 0 0 0 446428 20 0 0 25 0 1 0 220785233 83931136 18797 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30879/statm: 20491 18797 77 172 0 20316 0
Current children cumulated CPU time (s) 4480.03
Current children cumulated vsize (KiB) 87324

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30893
/proc/meminfo: memFree=575984/2055920 swapFree=4181168/4192956
[pid=30876] ppid=30874 vsize=5360 CPUtime=15.55
/proc/30876/stat : 30876 (glucose.sh) S 30874 30876 30801 0 -1 4194304 313 10912 0 0 0 0 1546 9 16 0 1 0 220783675 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30876/statm: 1340 238 195 169 0 51 0
[pid=30879] ppid=30876 vsize=82108 CPUtime=4524.45
/proc/30879/stat : 30879 (glucose_static) R 30876 30876 30801 0 -1 4194304 18872 0 0 0 452425 20 0 0 25 0 1 0 220785233 84078592 18855 1992294400 134512640 135217611 4294956304 18446744073709551615 134522427 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30879/statm: 20527 18855 77 172 0 20352 0
Current children cumulated CPU time (s) 4540
Current children cumulated vsize (KiB) 87468

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30893
/proc/meminfo: memFree=575792/2055920 swapFree=4181168/4192956
[pid=30876] ppid=30874 vsize=5360 CPUtime=15.55
/proc/30876/stat : 30876 (glucose.sh) S 30874 30876 30801 0 -1 4194304 313 10912 0 0 0 0 1546 9 16 0 1 0 220783675 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30876/statm: 1340 238 195 169 0 51 0
[pid=30879] ppid=30876 vsize=82216 CPUtime=4584.43
/proc/30879/stat : 30879 (glucose_static) R 30876 30876 30801 0 -1 4194304 18883 0 0 0 458423 20 0 0 25 0 1 0 220785233 84189184 18866 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30879/statm: 20554 18866 77 172 0 20379 0
Current children cumulated CPU time (s) 4599.98
Current children cumulated vsize (KiB) 87576

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30893
/proc/meminfo: memFree=575344/2055920 swapFree=4181168/4192956
[pid=30876] ppid=30874 vsize=5360 CPUtime=15.55
/proc/30876/stat : 30876 (glucose.sh) S 30874 30876 30801 0 -1 4194304 313 10912 0 0 0 0 1546 9 16 0 1 0 220783675 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30876/statm: 1340 238 195 169 0 51 0
[pid=30879] ppid=30876 vsize=82664 CPUtime=4644.39
/proc/30879/stat : 30879 (glucose_static) R 30876 30876 30801 0 -1 4194304 18986 0 0 0 464419 20 0 0 25 0 1 0 220785233 84647936 18969 1992294400 134512640 135217611 4294956304 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30879/statm: 20666 18969 77 172 0 20491 0
Current children cumulated CPU time (s) 4659.94
Current children cumulated vsize (KiB) 88024

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30893
/proc/meminfo: memFree=575088/2055920 swapFree=4181168/4192956
[pid=30876] ppid=30874 vsize=5360 CPUtime=15.55
/proc/30876/stat : 30876 (glucose.sh) S 30874 30876 30801 0 -1 4194304 313 10912 0 0 0 0 1546 9 16 0 1 0 220783675 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30876/statm: 1340 238 195 169 0 51 0
[pid=30879] ppid=30876 vsize=82960 CPUtime=4704.36
/proc/30879/stat : 30879 (glucose_static) R 30876 30876 30801 0 -1 4194304 19042 0 0 0 470416 20 0 0 25 0 1 0 220785233 84951040 19025 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30879/statm: 20740 19025 77 172 0 20565 0
Current children cumulated CPU time (s) 4719.91
Current children cumulated vsize (KiB) 88320

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30893
/proc/meminfo: memFree=574832/2055920 swapFree=4181168/4192956
[pid=30876] ppid=30874 vsize=5360 CPUtime=15.55
/proc/30876/stat : 30876 (glucose.sh) S 30874 30876 30801 0 -1 4194304 313 10912 0 0 0 0 1546 9 16 0 1 0 220783675 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30876/statm: 1340 238 195 169 0 51 0
[pid=30879] ppid=30876 vsize=83404 CPUtime=4764.32
/proc/30879/stat : 30879 (glucose_static) R 30876 30876 30801 0 -1 4194304 19117 0 0 0 476412 20 0 0 25 0 1 0 220785233 85405696 19100 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30879/statm: 20851 19100 77 172 0 20676 0
Current children cumulated CPU time (s) 4779.87
Current children cumulated vsize (KiB) 88764

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30893
/proc/meminfo: memFree=574384/2055920 swapFree=4181168/4192956
[pid=30876] ppid=30874 vsize=5360 CPUtime=15.55
/proc/30876/stat : 30876 (glucose.sh) S 30874 30876 30801 0 -1 4194304 313 10912 0 0 0 0 1546 9 16 0 1 0 220783675 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30876/statm: 1340 238 195 169 0 51 0
[pid=30879] ppid=30876 vsize=83744 CPUtime=4824.29
/proc/30879/stat : 30879 (glucose_static) R 30876 30876 30801 0 -1 4194304 19217 0 0 0 482409 20 0 0 25 0 1 0 220785233 85753856 19200 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30879/statm: 20936 19200 77 172 0 20761 0
Current children cumulated CPU time (s) 4839.84
Current children cumulated vsize (KiB) 89104

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30893
/proc/meminfo: memFree=574128/2055920 swapFree=4181168/4192956
[pid=30876] ppid=30874 vsize=5360 CPUtime=15.55
/proc/30876/stat : 30876 (glucose.sh) S 30874 30876 30801 0 -1 4194304 313 10912 0 0 0 0 1546 9 16 0 1 0 220783675 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30876/statm: 1340 238 195 169 0 51 0
[pid=30879] ppid=30876 vsize=84152 CPUtime=4884.26
/proc/30879/stat : 30879 (glucose_static) R 30876 30876 30801 0 -1 4194304 19280 0 0 0 488406 20 0 0 25 0 1 0 220785233 86171648 19263 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30879/statm: 21038 19263 77 172 0 20863 0
Current children cumulated CPU time (s) 4899.81
Current children cumulated vsize (KiB) 89512

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30893
/proc/meminfo: memFree=574128/2055920 swapFree=4181168/4192956
[pid=30876] ppid=30874 vsize=5360 CPUtime=15.55
/proc/30876/stat : 30876 (glucose.sh) S 30874 30876 30801 0 -1 4194304 313 10912 0 0 0 0 1546 9 16 0 1 0 220783675 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30876/statm: 1340 238 195 169 0 51 0
[pid=30879] ppid=30876 vsize=84152 CPUtime=4944.23
/proc/30879/stat : 30879 (glucose_static) R 30876 30876 30801 0 -1 4194304 19281 0 0 0 494403 20 0 0 25 0 1 0 220785233 86171648 19264 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30879/statm: 21038 19264 77 172 0 20863 0
Current children cumulated CPU time (s) 4959.78
Current children cumulated vsize (KiB) 89512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30893
/proc/meminfo: memFree=573232/2055920 swapFree=4181168/4192956
[pid=30876] ppid=30874 vsize=5360 CPUtime=15.55
/proc/30876/stat : 30876 (glucose.sh) S 30874 30876 30801 0 -1 4194304 313 10912 0 0 0 0 1546 9 16 0 1 0 220783675 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30876/statm: 1340 238 195 169 0 51 0
[pid=30879] ppid=30876 vsize=85076 CPUtime=4984.52
/proc/30879/stat : 30879 (glucose_static) R 30876 30876 30801 0 -1 4194304 19516 0 0 0 498431 21 0 0 25 0 1 0 220785233 87117824 19499 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/30879/statm: 21269 19499 77 172 0 21094 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 90436

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

Real time (s): 5002.61
CPU time (s): 5000.07
CPU user time (s): 4999.77
CPU system time (s): 0.3
CPU usage (%): 99.9492
Max. virtual memory (cumulated for all children) (KiB): 90436

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

runsolver used 3.72343 second user time and 14.4798 second system time

The end

Launcher Data

Begin job on node37 at 2009-05-10 05:52:31
IDJOB=1784256
IDBENCH=71140
IDSOLVER=610
FILE ID=node37/1784256-1241927550
PBS_JOBID= 9264925
Free space on /tmp= 66276 MiB

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

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

MD5SUM BENCH= 97b074a6a073bb165e8c5c9ac040a066
RANDOM SEED=1374336759

node37.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.259
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.259
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:        659552 kB
Buffers:         60012 kB
Cached:        1239368 kB
SwapCached:       5608 kB
Active:         344316 kB
Inactive:       963468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        659552 kB
SwapTotal:     4192956 kB
SwapFree:      4181168 kB
Dirty:           12108 kB
Writeback:           0 kB
Mapped:          14120 kB
Slab:            74752 kB
Committed_AS:   858552 kB
PageTables:       1372 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= 66268 MiB
End job on node37 at 2009-05-10 07:15:56