Trace number 1784300

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.09 5001.41

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_2vars_9gates_u2_autoenc.cnf
MD5SUM8e1d63506cdb99d6b859945ef44fe71f
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 variables430
Number of clauses97558
Sum of the clauses size571598
Maximum clause length12
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 21578
Number of clauses of size 30
Number of clauses of size 4738
Number of clauses of size 55690
Number of clauses of size over 589488

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 |   97494   571534 |   29248       0        0     nan |  0.000 % |
2.28/2.35	c |         0 |   62226   390286 |      --       0       --      -- |     --   | -5316/23808
2.28/2.35	c ==============================================================================
2.28/2.35	c Result  :   #vars: 335   #clauses: 62226   #literals: 390286
2.28/2.35	c CPU time:   2.32765 s
2.28/2.35	c ==============================================================================
2.39/2.46	c
2.39/2.46	c Starting glucose
2.39/2.46	c
2.39/2.46	
2.39/2.46	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
2.39/2.46	
2.39/2.47	c ============================[ Problem Statistics ]=============================
2.39/2.47	c |                                                                             |
2.39/2.47	c |  Number of variables:  335                                                  |
2.39/2.47	c |  Number of clauses:    62226                                                |
2.45/2.51	c |  Parsing time:         0.04         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-1784300-1241932585/watcher-1784300-1241932585 -o /tmp/evaluation-result-1784300-1241932585/solver-1784300-1241932585 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784300-1241932585.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.85 0.97 0.99 3/64 24358
/proc/meminfo: memFree=1845128/2055920 swapFree=4176540/4192956
[pid=24358] ppid=24356 vsize=5360 CPUtime=0
/proc/24358/stat : 24358 (glucose.sh) S 24356 24358 24321 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221291926 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24358/statm: 1340 236 195 169 0 51 0
[pid=24359] ppid=24358 vsize=1172 CPUtime=0
/proc/24359/stat : 24359 (SatELite_releas) R 24358 24358 24321 0 -1 4194304 150 0 0 0 0 0 0 0 18 0 1 0 221291926 1200128 134 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/24359/statm: 293 135 50 174 0 116 0

[startup+0.0899451 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 24358
/proc/meminfo: memFree=1845128/2055920 swapFree=4176540/4192956
[pid=24358] ppid=24356 vsize=5360 CPUtime=0
/proc/24358/stat : 24358 (glucose.sh) S 24356 24358 24321 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221291926 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24358/statm: 1340 236 195 169 0 51 0
[pid=24359] ppid=24358 vsize=6896 CPUtime=0.08
/proc/24359/stat : 24359 (SatELite_releas) R 24358 24358 24321 0 -1 4194304 1580 0 0 0 7 1 0 0 18 0 1 0 221291926 7061504 1564 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/24359/statm: 1724 1564 51 174 0 1547 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12256

[startup+0.101945 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 24358
/proc/meminfo: memFree=1845128/2055920 swapFree=4176540/4192956
[pid=24358] ppid=24356 vsize=5360 CPUtime=0
/proc/24358/stat : 24358 (glucose.sh) S 24356 24358 24321 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221291926 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24358/statm: 1340 236 195 169 0 51 0
[pid=24359] ppid=24358 vsize=9284 CPUtime=0.09
/proc/24359/stat : 24359 (SatELite_releas) R 24358 24358 24321 0 -1 4194304 2133 0 0 0 8 1 0 0 18 0 1 0 221291926 9506816 2117 1992294400 134512640 135225430 4294956176 18446744073709551615 134548165 0 0 4096 3 0 0 0 17 1 0 0
/proc/24359/statm: 2321 2117 51 174 0 2144 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14644

[startup+0.301965 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 24358
/proc/meminfo: memFree=1845128/2055920 swapFree=4176540/4192956
[pid=24358] ppid=24356 vsize=5360 CPUtime=0
/proc/24358/stat : 24358 (glucose.sh) S 24356 24358 24321 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221291926 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24358/statm: 1340 236 195 169 0 51 0
[pid=24359] ppid=24358 vsize=9568 CPUtime=0.29
/proc/24359/stat : 24359 (SatELite_releas) R 24358 24358 24321 0 -1 4194304 2261 0 0 0 28 1 0 0 19 0 1 0 221291926 9797632 2245 1992294400 134512640 135225430 4294956176 18446744073709551615 134549603 0 0 4096 3 0 0 0 17 1 0 0
/proc/24359/statm: 2392 2245 72 174 0 2215 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14928

[startup+0.702006 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 24358
/proc/meminfo: memFree=1845128/2055920 swapFree=4176540/4192956
[pid=24358] ppid=24356 vsize=5360 CPUtime=0
/proc/24358/stat : 24358 (glucose.sh) S 24356 24358 24321 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221291926 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24358/statm: 1340 236 195 169 0 51 0
[pid=24359] ppid=24358 vsize=10224 CPUtime=0.69
/proc/24359/stat : 24359 (SatELite_releas) R 24358 24358 24321 0 -1 4194304 2325 0 0 0 68 1 0 0 23 0 1 0 221291926 10469376 2309 1992294400 134512640 135225430 4294956176 18446744073709551615 134586124 0 0 4096 3 0 0 0 17 1 0 0
/proc/24359/statm: 2556 2309 72 174 0 2379 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15584

[startup+1.50109 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 24360
/proc/meminfo: memFree=1834872/2055920 swapFree=4176540/4192956
[pid=24358] ppid=24356 vsize=5360 CPUtime=0
/proc/24358/stat : 24358 (glucose.sh) S 24356 24358 24321 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221291926 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24358/statm: 1340 236 195 169 0 51 0
[pid=24359] ppid=24358 vsize=10700 CPUtime=1.48
/proc/24359/stat : 24359 (SatELite_releas) R 24358 24358 24321 0 -1 4194304 2660 0 0 0 147 1 0 0 25 0 1 0 221291926 10956800 2439 1992294400 134512640 135225430 4294956176 18446744073709551615 134586053 0 0 4096 3 0 0 0 17 1 0 0
/proc/24359/statm: 2675 2439 77 174 0 2498 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 16060

[startup+3.10127 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 24360
/proc/meminfo: memFree=1833784/2055920 swapFree=4176540/4192956
[pid=24358] ppid=24356 vsize=5360 CPUtime=2.45
/proc/24358/stat : 24358 (glucose.sh) S 24356 24358 24321 0 -1 4194304 313 2950 0 0 0 0 243 2 16 0 1 0 221291926 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24358/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 5360
heavy processes:

[startup+6.30158 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 24361
/proc/meminfo: memFree=1832760/2055920 swapFree=4176540/4192956
[pid=24358] ppid=24356 vsize=5360 CPUtime=2.45
/proc/24358/stat : 24358 (glucose.sh) S 24356 24358 24321 0 -1 4194304 313 2950 0 0 0 0 243 2 16 0 1 0 221291926 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24358/statm: 1340 238 195 169 0 51 0
[pid=24361] ppid=24358 vsize=10520 CPUtime=3.82
/proc/24361/stat : 24361 (glucose_static) R 24358 24358 24321 0 -1 4194304 2496 0 0 0 381 1 0 0 25 0 1 0 221292173 10772480 2482 1992294400 134512640 135217611 4294956304 18446744073709551615 134533322 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24361/statm: 2630 2482 76 172 0 2455 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 15880

[startup+12.7012 s]
/proc/loadavg: 0.88 0.97 0.99 2/66 24361
/proc/meminfo: memFree=1830976/2055920 swapFree=4176540/4192956
[pid=24358] ppid=24356 vsize=5360 CPUtime=2.45
/proc/24358/stat : 24358 (glucose.sh) S 24356 24358 24321 0 -1 4194304 313 2950 0 0 0 0 243 2 16 0 1 0 221291926 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24358/statm: 1340 238 195 169 0 51 0
[pid=24361] ppid=24358 vsize=12392 CPUtime=10.22
/proc/24361/stat : 24361 (glucose_static) R 24358 24358 24321 0 -1 4194304 2928 0 0 0 1020 2 0 0 25 0 1 0 221292173 12689408 2914 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24361/statm: 3098 2914 77 172 0 2923 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 17752

[startup+25.5015 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 24361
/proc/meminfo: memFree=1829440/2055920 swapFree=4176540/4192956
[pid=24358] ppid=24356 vsize=5360 CPUtime=2.45
/proc/24358/stat : 24358 (glucose.sh) S 24356 24358 24321 0 -1 4194304 313 2950 0 0 0 0 243 2 16 0 1 0 221291926 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24358/statm: 1340 238 195 169 0 51 0
[pid=24361] ppid=24358 vsize=13908 CPUtime=23.01
/proc/24361/stat : 24361 (glucose_static) R 24358 24358 24321 0 -1 4194304 3313 0 0 0 2299 2 0 0 25 0 1 0 221292173 14241792 3299 1992294400 134512640 135217611 4294956304 18446744073709551615 134533277 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24361/statm: 3477 3299 77 172 0 3302 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 19268

[startup+51.1011 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 24361
/proc/meminfo: memFree=1827648/2055920 swapFree=4176540/4192956
[pid=24358] ppid=24356 vsize=5360 CPUtime=2.45
/proc/24358/stat : 24358 (glucose.sh) S 24356 24358 24321 0 -1 4194304 313 2950 0 0 0 0 243 2 16 0 1 0 221291926 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24358/statm: 1340 238 195 169 0 51 0
[pid=24361] ppid=24358 vsize=15988 CPUtime=48.6
/proc/24361/stat : 24361 (glucose_static) R 24358 24358 24321 0 -1 4194304 3784 0 0 0 4858 2 0 0 25 0 1 0 221292173 16371712 3770 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24361/statm: 3997 3770 77 172 0 3822 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 21348

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 24361
/proc/meminfo: memFree=1825280/2055920 swapFree=4176540/4192956
[pid=24358] ppid=24356 vsize=5360 CPUtime=2.45
/proc/24358/stat : 24358 (glucose.sh) S 24356 24358 24321 0 -1 4194304 313 2950 0 0 0 0 243 2 16 0 1 0 221291926 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24358/statm: 1340 238 195 169 0 51 0
[pid=24361] ppid=24358 vsize=18488 CPUtime=99.79
/proc/24361/stat : 24361 (glucose_static) R 24358 24358 24321 0 -1 4194304 4370 0 0 0 9976 3 0 0 25 0 1 0 221292173 18931712 4356 1992294400 134512640 135217611 4294956304 18446744073709551615 134533061 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24361/statm: 4622 4356 77 172 0 4447 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 23848

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24361
/proc/meminfo: memFree=1823360/2055920 swapFree=4176540/4192956
[pid=24358] ppid=24356 vsize=5360 CPUtime=2.45
/proc/24358/stat : 24358 (glucose.sh) S 24356 24358 24321 0 -1 4194304 313 2950 0 0 0 0 243 2 16 0 1 0 221291926 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24358/statm: 1340 238 195 169 0 51 0
[pid=24361] ppid=24358 vsize=20552 CPUtime=159.78
/proc/24361/stat : 24361 (glucose_static) R 24358 24358 24321 0 -1 4194304 4854 0 0 0 15974 4 0 0 25 0 1 0 221292173 21045248 4840 1992294400 134512640 135217611 4294956304 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24361/statm: 5138 4840 77 172 0 4963 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 25912

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24361
/proc/meminfo: memFree=1821952/2055920 swapFree=4176540/4192956
[pid=24358] ppid=24356 vsize=5360 CPUtime=2.45
/proc/24358/stat : 24358 (glucose.sh) S 24356 24358 24321 0 -1 4194304 313 2950 0 0 0 0 243 2 16 0 1 0 221291926 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24358/statm: 1340 238 195 169 0 51 0
[pid=24361] ppid=24358 vsize=21996 CPUtime=219.76
/proc/24361/stat : 24361 (glucose_static) R 24358 24358 24321 0 -1 4194304 5194 0 0 0 21972 4 0 0 25 0 1 0 221292173 22523904 5180 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24361/statm: 5499 5180 77 172 0 5324 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 27356

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24361
/proc/meminfo: memFree=1820672/2055920 swapFree=4176540/4192956
[pid=24358] ppid=24356 vsize=5360 CPUtime=2.45
/proc/24358/stat : 24358 (glucose.sh) S 24356 24358 24321 0 -1 4194304 313 2950 0 0 0 0 243 2 16 0 1 0 221291926 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24358/statm: 1340 238 195 169 0 51 0
[pid=24361] ppid=24358 vsize=23480 CPUtime=279.75
/proc/24361/stat : 24361 (glucose_static) R 24358 24358 24321 0 -1 4194304 5515 0 0 0 27970 5 0 0 25 0 1 0 221292173 24043520 5501 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24361/statm: 5870 5501 77 172 0 5695 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 28840

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24361
/proc/meminfo: memFree=1819264/2055920 swapFree=4176540/4192956
[pid=24358] ppid=24356 vsize=5360 CPUtime=2.45
/proc/24358/stat : 24358 (glucose.sh) S 24356 24358 24321 0 -1 4194304 313 2950 0 0 0 0 243 2 16 0 1 0 221291926 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24358/statm: 1340 238 195 169 0 51 0
[pid=24361] ppid=24358 vsize=24912 CPUtime=339.73
/proc/24361/stat : 24361 (glucose_static) R 24358 24358 24321 0 -1 4194304 5854 0 0 0 33968 5 0 0 25 0 1 0 221292173 25509888 5840 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24361/statm: 6228 5840 77 172 0 6053 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 30272


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

/proc/24361/statm: 15096 13818 77 172 0 14921 0
Current children cumulated CPU time (s) 4301.17
Current children cumulated vsize (KiB) 65744

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24369
/proc/meminfo: memFree=1786304/2055920 swapFree=4176540/4192956
[pid=24358] ppid=24356 vsize=5360 CPUtime=2.45
/proc/24358/stat : 24358 (glucose.sh) S 24356 24358 24321 0 -1 4194304 313 2950 0 0 0 0 243 2 16 0 1 0 221291926 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24358/statm: 1340 238 195 169 0 51 0
[pid=24361] ppid=24358 vsize=60816 CPUtime=4358.7
/proc/24361/stat : 24361 (glucose_static) R 24358 24358 24321 0 -1 4194304 13928 0 0 0 435845 25 0 0 25 0 1 0 221292173 62275584 13911 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24361/statm: 15204 13911 77 172 0 15029 0
Current children cumulated CPU time (s) 4361.15
Current children cumulated vsize (KiB) 66176

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24369
/proc/meminfo: memFree=1785408/2055920 swapFree=4176540/4192956
[pid=24358] ppid=24356 vsize=5360 CPUtime=2.45
/proc/24358/stat : 24358 (glucose.sh) S 24356 24358 24321 0 -1 4194304 313 2950 0 0 0 0 243 2 16 0 1 0 221291926 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24358/statm: 1340 238 195 169 0 51 0
[pid=24361] ppid=24358 vsize=61508 CPUtime=4418.68
/proc/24361/stat : 24361 (glucose_static) R 24358 24358 24321 0 -1 4194304 14128 0 0 0 441843 25 0 0 25 0 1 0 221292173 62984192 14111 1992294400 134512640 135217611 4294956304 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24361/statm: 15377 14111 77 172 0 15202 0
Current children cumulated CPU time (s) 4421.13
Current children cumulated vsize (KiB) 66868

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24369
/proc/meminfo: memFree=1783232/2055920 swapFree=4176540/4192956
[pid=24358] ppid=24356 vsize=5360 CPUtime=2.45
/proc/24358/stat : 24358 (glucose.sh) S 24356 24358 24321 0 -1 4194304 313 2950 0 0 0 0 243 2 16 0 1 0 221291926 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24358/statm: 1340 238 195 169 0 51 0
[pid=24361] ppid=24358 vsize=63708 CPUtime=4478.67
/proc/24361/stat : 24361 (glucose_static) R 24358 24358 24321 0 -1 4194304 14663 0 0 0 447841 26 0 0 25 0 1 0 221292173 65236992 14646 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24361/statm: 15927 14646 77 172 0 15752 0
Current children cumulated CPU time (s) 4481.12
Current children cumulated vsize (KiB) 69068

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24369
/proc/meminfo: memFree=1782848/2055920 swapFree=4176540/4192956
[pid=24358] ppid=24356 vsize=5360 CPUtime=2.45
/proc/24358/stat : 24358 (glucose.sh) S 24356 24358 24321 0 -1 4194304 313 2950 0 0 0 0 243 2 16 0 1 0 221291926 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24358/statm: 1340 238 195 169 0 51 0
[pid=24361] ppid=24358 vsize=64368 CPUtime=4538.66
/proc/24361/stat : 24361 (glucose_static) R 24358 24358 24321 0 -1 4194304 14787 0 0 0 453839 27 0 0 25 0 1 0 221292173 65912832 14770 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24361/statm: 16092 14770 77 172 0 15917 0
Current children cumulated CPU time (s) 4541.11
Current children cumulated vsize (KiB) 69728

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24369
/proc/meminfo: memFree=1782208/2055920 swapFree=4176540/4192956
[pid=24358] ppid=24356 vsize=5360 CPUtime=2.45
/proc/24358/stat : 24358 (glucose.sh) S 24356 24358 24321 0 -1 4194304 313 2950 0 0 0 0 243 2 16 0 1 0 221291926 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24358/statm: 1340 238 195 169 0 51 0
[pid=24361] ppid=24358 vsize=65052 CPUtime=4598.64
/proc/24361/stat : 24361 (glucose_static) R 24358 24358 24321 0 -1 4194304 14929 0 0 0 459837 27 0 0 25 0 1 0 221292173 66613248 14912 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24361/statm: 16263 14912 77 172 0 16088 0
Current children cumulated CPU time (s) 4601.09
Current children cumulated vsize (KiB) 70412

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24369
/proc/meminfo: memFree=1781376/2055920 swapFree=4176540/4192956
[pid=24358] ppid=24356 vsize=5360 CPUtime=2.45
/proc/24358/stat : 24358 (glucose.sh) S 24356 24358 24321 0 -1 4194304 313 2950 0 0 0 0 243 2 16 0 1 0 221291926 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24358/statm: 1340 238 195 169 0 51 0
[pid=24361] ppid=24358 vsize=66060 CPUtime=4658.63
/proc/24361/stat : 24361 (glucose_static) R 24358 24358 24321 0 -1 4194304 15125 0 0 0 465835 28 0 0 25 0 1 0 221292173 67645440 15108 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24361/statm: 16515 15108 77 172 0 16340 0
Current children cumulated CPU time (s) 4661.08
Current children cumulated vsize (KiB) 71420

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24369
/proc/meminfo: memFree=1781184/2055920 swapFree=4176540/4192956
[pid=24358] ppid=24356 vsize=5360 CPUtime=2.45
/proc/24358/stat : 24358 (glucose.sh) S 24356 24358 24321 0 -1 4194304 313 2950 0 0 0 0 243 2 16 0 1 0 221291926 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24358/statm: 1340 238 195 169 0 51 0
[pid=24361] ppid=24358 vsize=66328 CPUtime=4718.61
/proc/24361/stat : 24361 (glucose_static) R 24358 24358 24321 0 -1 4194304 15170 0 0 0 471833 28 0 0 25 0 1 0 221292173 67919872 15153 1992294400 134512640 135217611 4294956304 18446744073709551615 134533268 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24361/statm: 16582 15153 77 172 0 16407 0
Current children cumulated CPU time (s) 4721.06
Current children cumulated vsize (KiB) 71688

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24369
/proc/meminfo: memFree=1780992/2055920 swapFree=4176540/4192956
[pid=24358] ppid=24356 vsize=5360 CPUtime=2.45
/proc/24358/stat : 24358 (glucose.sh) S 24356 24358 24321 0 -1 4194304 313 2950 0 0 0 0 243 2 16 0 1 0 221291926 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24358/statm: 1340 238 195 169 0 51 0
[pid=24361] ppid=24358 vsize=66580 CPUtime=4778.59
/proc/24361/stat : 24361 (glucose_static) R 24358 24358 24321 0 -1 4194304 15213 0 0 0 477831 28 0 0 25 0 1 0 221292173 68177920 15196 1992294400 134512640 135217611 4294956304 18446744073709551615 134533043 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24361/statm: 16645 15196 77 172 0 16470 0
Current children cumulated CPU time (s) 4781.04
Current children cumulated vsize (KiB) 71940

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24369
/proc/meminfo: memFree=1780224/2055920 swapFree=4176540/4192956
[pid=24358] ppid=24356 vsize=5360 CPUtime=2.45
/proc/24358/stat : 24358 (glucose.sh) S 24356 24358 24321 0 -1 4194304 313 2950 0 0 0 0 243 2 16 0 1 0 221291926 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24358/statm: 1340 238 195 169 0 51 0
[pid=24361] ppid=24358 vsize=67620 CPUtime=4838.58
/proc/24361/stat : 24361 (glucose_static) R 24358 24358 24321 0 -1 4194304 15418 0 0 0 483829 29 0 0 25 0 1 0 221292173 69242880 15401 1992294400 134512640 135217611 4294956304 18446744073709551615 134522710 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24361/statm: 16905 15401 77 172 0 16730 0
Current children cumulated CPU time (s) 4841.03
Current children cumulated vsize (KiB) 72980

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24369
/proc/meminfo: memFree=1780224/2055920 swapFree=4176540/4192956
[pid=24358] ppid=24356 vsize=5360 CPUtime=2.45
/proc/24358/stat : 24358 (glucose.sh) S 24356 24358 24321 0 -1 4194304 313 2950 0 0 0 0 243 2 16 0 1 0 221291926 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24358/statm: 1340 238 195 169 0 51 0
[pid=24361] ppid=24358 vsize=67620 CPUtime=4898.56
/proc/24361/stat : 24361 (glucose_static) R 24358 24358 24321 0 -1 4194304 15418 0 0 0 489827 29 0 0 25 0 1 0 221292173 69242880 15401 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24361/statm: 16905 15401 77 172 0 16730 0
Current children cumulated CPU time (s) 4901.01
Current children cumulated vsize (KiB) 72980

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24369
/proc/meminfo: memFree=1779584/2055920 swapFree=4176540/4192956
[pid=24358] ppid=24356 vsize=5360 CPUtime=2.45
/proc/24358/stat : 24358 (glucose.sh) S 24356 24358 24321 0 -1 4194304 313 2950 0 0 0 0 243 2 16 0 1 0 221291926 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24358/statm: 1340 238 195 169 0 51 0
[pid=24361] ppid=24358 vsize=68380 CPUtime=4958.55
/proc/24361/stat : 24361 (glucose_static) R 24358 24358 24321 0 -1 4194304 15567 0 0 0 495825 30 0 0 25 0 1 0 221292173 70021120 15550 1992294400 134512640 135217611 4294956304 18446744073709551615 134522432 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24361/statm: 17095 15550 77 172 0 16920 0
Current children cumulated CPU time (s) 4961
Current children cumulated vsize (KiB) 73740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24369
/proc/meminfo: memFree=1779584/2055920 swapFree=4176540/4192956
[pid=24358] ppid=24356 vsize=5360 CPUtime=2.45
/proc/24358/stat : 24358 (glucose.sh) S 24356 24358 24321 0 -1 4194304 313 2950 0 0 0 0 243 2 16 0 1 0 221291926 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24358/statm: 1340 238 195 169 0 51 0
[pid=24361] ppid=24358 vsize=68380 CPUtime=4997.64
/proc/24361/stat : 24361 (glucose_static) R 24358 24358 24321 0 -1 4194304 15567 0 0 0 499734 30 0 0 25 0 1 0 221292173 70021120 15550 1992294400 134512640 135217611 4294956304 18446744073709551615 134533336 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/24361/statm: 17095 15550 77 172 0 16920 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 73740

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

Real time (s): 5001.41
CPU time (s): 5000.09
CPU user time (s): 4999.77
CPU system time (s): 0.32
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 73740

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

runsolver used 5.99809 second user time and 12.1692 second system time

The end

Launcher Data

Begin job on node17 at 2009-05-10 07:16:25
IDJOB=1784300
IDBENCH=71151
IDSOLVER=610
FILE ID=node17/1784300-1241932585
PBS_JOBID= 9264992
Free space on /tmp= 66260 MiB

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

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

MD5SUM BENCH= 8e1d63506cdb99d6b859945ef44fe71f
RANDOM SEED=153496902

node17.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.234
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.234
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:       1845616 kB
Buffers:         50508 kB
Cached:         104116 kB
SwapCached:      11228 kB
Active:         110904 kB
Inactive:        56864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1845616 kB
SwapTotal:     4192956 kB
SwapFree:      4176540 kB
Dirty:            4392 kB
Writeback:           0 kB
Mapped:          13932 kB
Slab:            28476 kB
Committed_AS:   721340 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66256 MiB
End job on node17 at 2009-05-10 08:39:49