Trace number 3365834

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
SAT09 reference solver:glucose 1.0UNSAT 90.4562 90.456

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsm5378d2-tseitin.cnf
MD5SUMf1a7d779d46b93ce2fde4f2438e6ae5c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark51.8701
Satisfiable
(Un)Satisfiability was proved
Number of variables82007
Number of clauses241364
Sum of the clauses size563180
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2160908
Number of clauses of size 380454
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.10	c ==============================================================================
0.00/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.10	c ==============================================================================
0.00/0.10	c |         0 |  241362   563178 |   72408       0        0     nan |  0.000 % |
0.00/0.75	c |         0 |  123342   397378 |      --       0       --      -- |     --   | -118018/-165795
0.00/0.75	c ==============================================================================
0.00/0.75	c Result  :   #vars: 24785   #clauses: 123342   #literals: 397378
0.00/0.75	c CPU time:   0.72089 s
0.00/0.75	c ==============================================================================
0.00/0.82	c
0.00/0.82	c Starting glucose
0.00/0.82	c
0.00/0.83	
0.00/0.83	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.83	
0.00/0.83	c ============================[ Problem Statistics ]=============================
0.00/0.83	c |                                                                             |
0.00/0.83	c |  Number of variables:  24785                                                |
0.00/0.83	c |  Number of clauses:    123342                                               |
0.00/0.87	c |  Parsing time:         0.04         s                                       |
90.38/90.44	c restarts              : 831
90.38/90.44	c nb ReduceDB           : 36
90.38/90.44	c nb learnts DL2        : 25056
90.38/90.44	c nb learnts size 2     : 8940
90.38/90.44	c nb learnts size 1     : 702
90.38/90.44	c conflicts             : 1373106        (15324 /sec)
90.38/90.44	c decisions             : 7880617        (0.98 % random) (87951 /sec)
90.38/90.44	c propagations          : 251602672      (2807991 /sec)
90.38/90.44	c conflict literals     : 23990741       (22.11 % deleted)
90.38/90.44	c Memory used           : 36.17 MB
90.38/90.44	c CPU time              : 89.6024 s
90.38/90.44	
90.38/90.45	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3365834-1305320344/watcher-3365834-1305320344 -o /tmp/evaluation-result-3365834-1305320344/solver-3365834-1305320344 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365834-1305320344.cnf 

running on 4 cores: 1,3,5,7

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): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.94 1.99 1.96 2/359 23192
/proc/meminfo: memFree=24139800/32951124 swapFree=56449224/67111528
[pid=23192] ppid=23190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/23192/stat : 23192 (glucose.sh) S 23190 23192 22854 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 643634786 8912896 253 33554432000 4194304 4922060 140733920163952 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23192/statm: 2176 253 211 178 0 69 0

[startup+0.0657279 s]
/proc/loadavg: 1.94 1.99 1.96 2/359 23192
/proc/meminfo: memFree=24139800/32951124 swapFree=56449224/67111528
[pid=23192] ppid=23190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/23192/stat : 23192 (glucose.sh) S 23190 23192 22854 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 643634786 8912896 253 33554432000 4194304 4922060 140733920163952 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23192/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100722 s]
/proc/loadavg: 1.94 1.99 1.96 2/359 23192
/proc/meminfo: memFree=24139800/32951124 swapFree=56449224/67111528
[pid=23192] ppid=23190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/23192/stat : 23192 (glucose.sh) S 23190 23192 22854 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 643634786 8912896 253 33554432000 4194304 4922060 140733920163952 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23192/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300697 s]
/proc/loadavg: 1.94 1.99 1.96 2/359 23192
/proc/meminfo: memFree=24139800/32951124 swapFree=56449224/67111528
[pid=23192] ppid=23190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/23192/stat : 23192 (glucose.sh) S 23190 23192 22854 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 643634786 8912896 253 33554432000 4194304 4922060 140733920163952 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23192/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700612 s]
/proc/loadavg: 1.94 1.99 1.96 2/359 23192
/proc/meminfo: memFree=24139800/32951124 swapFree=56449224/67111528
[pid=23192] ppid=23190 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/23192/stat : 23192 (glucose.sh) S 23190 23192 22854 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 643634786 8912896 253 33554432000 4194304 4922060 140733920163952 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23192/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50047 s]
/proc/loadavg: 1.94 1.99 1.96 3/361 23195
/proc/meminfo: memFree=24119648/32951124 swapFree=56449224/67111528
[pid=23192] ppid=23190 vsize=8704 CPUtime=0.82 cores=1,3,5,7
/proc/23192/stat : 23192 (glucose.sh) S 23190 23192 22854 0 -1 4202496 358 10872 0 0 0 0 79 3 18 0 1 0 643634786 8912896 255 33554432000 4194304 4922060 140733920163952 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23192/statm: 2176 255 211 178 0 69 0
[pid=23195] ppid=23192 vsize=12872 CPUtime=0.66 cores=1,3,5,7
/proc/23195/stat : 23195 (glucose_static) R 23192 23192 22854 0 -1 4202496 3059 0 0 0 66 0 0 0 20 0 1 0 643634869 13180928 3014 33554432000 134512640 135217611 4291578256 18446744073709551615 134526213 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23195/statm: 3218 3014 77 173 0 3043 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 21576

[startup+3.10119 s]
/proc/loadavg: 1.94 1.99 1.96 3/361 23195
/proc/meminfo: memFree=24117532/32951124 swapFree=56449224/67111528
[pid=23192] ppid=23190 vsize=8704 CPUtime=0.82 cores=1,3,5,7
/proc/23192/stat : 23192 (glucose.sh) S 23190 23192 22854 0 -1 4202496 358 10872 0 0 0 0 79 3 18 0 1 0 643634786 8912896 255 33554432000 4194304 4922060 140733920163952 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23192/statm: 2176 255 211 178 0 69 0
[pid=23195] ppid=23192 vsize=14824 CPUtime=2.26 cores=1,3,5,7
/proc/23195/stat : 23195 (glucose_static) R 23192 23192 22854 0 -1 4202496 3520 0 0 0 226 0 0 0 25 0 1 0 643634869 15179776 3475 33554432000 134512640 135217611 4291578256 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23195/statm: 3706 3475 77 173 0 3531 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 23528

[startup+6.3006 s]
/proc/loadavg: 1.94 1.99 1.96 3/361 23196
/proc/meminfo: memFree=24114804/32951124 swapFree=56449224/67111528
[pid=23192] ppid=23190 vsize=8704 CPUtime=0.82 cores=1,3,5,7
/proc/23192/stat : 23192 (glucose.sh) S 23190 23192 22854 0 -1 4202496 358 10872 0 0 0 0 79 3 18 0 1 0 643634786 8912896 255 33554432000 4194304 4922060 140733920163952 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23192/statm: 2176 255 211 178 0 69 0
[pid=23195] ppid=23192 vsize=17364 CPUtime=5.46 cores=1,3,5,7
/proc/23195/stat : 23195 (glucose_static) R 23192 23192 22854 0 -1 4202496 4170 0 0 0 546 0 0 0 25 0 1 0 643634869 17780736 4125 33554432000 134512640 135217611 4291578256 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23195/statm: 4341 4125 77 173 0 4166 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 26068

[startup+12.7004 s]
/proc/loadavg: 1.95 1.99 1.96 3/361 23196
/proc/meminfo: memFree=24111120/32951124 swapFree=56449224/67111528
[pid=23192] ppid=23190 vsize=8704 CPUtime=0.82 cores=1,3,5,7
/proc/23192/stat : 23192 (glucose.sh) S 23190 23192 22854 0 -1 4202496 358 10872 0 0 0 0 79 3 18 0 1 0 643634786 8912896 255 33554432000 4194304 4922060 140733920163952 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23192/statm: 2176 255 211 178 0 69 0
[pid=23195] ppid=23192 vsize=19556 CPUtime=11.86 cores=1,3,5,7
/proc/23195/stat : 23195 (glucose_static) R 23192 23192 22854 0 -1 4202496 4724 0 0 0 1186 0 0 0 25 0 1 0 643634869 20025344 4679 33554432000 134512640 135217611 4291578256 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23195/statm: 4889 4679 77 173 0 4714 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 28260

[startup+25.5011 s]
/proc/loadavg: 1.96 1.99 1.96 3/361 23196
/proc/meminfo: memFree=24107284/32951124 swapFree=56449224/67111528
[pid=23192] ppid=23190 vsize=8704 CPUtime=0.82 cores=1,3,5,7
/proc/23192/stat : 23192 (glucose.sh) S 23190 23192 22854 0 -1 4202496 358 10872 0 0 0 0 79 3 18 0 1 0 643634786 8912896 255 33554432000 4194304 4922060 140733920163952 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23192/statm: 2176 255 211 178 0 69 0
[pid=23195] ppid=23192 vsize=23772 CPUtime=24.66 cores=1,3,5,7
/proc/23195/stat : 23195 (glucose_static) R 23192 23192 22854 0 -1 4202496 5753 0 0 0 2465 1 0 0 25 0 1 0 643634869 24342528 5708 33554432000 134512640 135217611 4291578256 18446744073709551615 134542268 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23195/statm: 5943 5708 77 173 0 5768 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 32476

[startup+51.1005 s]
/proc/loadavg: 1.97 1.99 1.96 3/361 23197
/proc/meminfo: memFree=24099092/32951124 swapFree=56449224/67111528
[pid=23192] ppid=23190 vsize=8704 CPUtime=0.82 cores=1,3,5,7
/proc/23192/stat : 23192 (glucose.sh) S 23190 23192 22854 0 -1 4202496 358 10872 0 0 0 0 79 3 18 0 1 0 643634786 8912896 255 33554432000 4194304 4922060 140733920163952 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23192/statm: 2176 255 211 178 0 69 0
[pid=23195] ppid=23192 vsize=31348 CPUtime=50.26 cores=1,3,5,7
/proc/23195/stat : 23195 (glucose_static) R 23192 23192 22854 0 -1 4202496 7638 0 0 0 5025 1 0 0 25 0 1 0 643634869 32100352 7593 33554432000 134512640 135217611 4291578256 18446744073709551615 134526329 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23195/statm: 7837 7593 77 173 0 7662 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 40052

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

[startup+76.7008 s]
/proc/loadavg: 2.10 2.03 1.97 3/361 23197
/proc/meminfo: memFree=24094736/32951124 swapFree=56449224/67111528
[pid=23192] ppid=23190 vsize=8704 CPUtime=0.82 cores=1,3,5,7
/proc/23192/stat : 23192 (glucose.sh) S 23190 23192 22854 0 -1 4202496 358 10872 0 0 0 0 79 3 18 0 1 0 643634786 8912896 255 33554432000 4194304 4922060 140733920163952 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23192/statm: 2176 255 211 178 0 69 0
[pid=23195] ppid=23192 vsize=35712 CPUtime=75.86 cores=1,3,5,7
/proc/23195/stat : 23195 (glucose_static) R 23192 23192 22854 0 -1 4202496 8757 0 0 0 7585 1 0 0 25 0 1 0 643634869 36569088 8712 33554432000 134512640 135217611 4291578256 18446744073709551615 134532736 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23195/statm: 8928 8712 77 173 0 8753 0
Current children cumulated CPU time (s) 76.68
Current children cumulated vsize (KiB) 44416

[startup+83.1006 s]
/proc/loadavg: 2.10 2.03 1.97 3/361 23198
/proc/meminfo: memFree=24093124/32951124 swapFree=56449224/67111528
[pid=23192] ppid=23190 vsize=8704 CPUtime=0.82 cores=1,3,5,7
/proc/23192/stat : 23192 (glucose.sh) S 23190 23192 22854 0 -1 4202496 358 10872 0 0 0 0 79 3 18 0 1 0 643634786 8912896 255 33554432000 4194304 4922060 140733920163952 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23192/statm: 2176 255 211 178 0 69 0
[pid=23195] ppid=23192 vsize=36504 CPUtime=82.26 cores=1,3,5,7
/proc/23195/stat : 23195 (glucose_static) R 23192 23192 22854 0 -1 4202496 8969 0 0 0 8225 1 0 0 25 0 1 0 643634869 37380096 8924 33554432000 134512640 135217611 4291578256 18446744073709551615 134526275 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23195/statm: 9126 8924 77 173 0 8951 0
Current children cumulated CPU time (s) 83.08
Current children cumulated vsize (KiB) 45208

[startup+86.3011 s]
/proc/loadavg: 2.09 2.02 1.97 3/361 23198
/proc/meminfo: memFree=24093104/32951124 swapFree=56449224/67111528
[pid=23192] ppid=23190 vsize=8704 CPUtime=0.82 cores=1,3,5,7
/proc/23192/stat : 23192 (glucose.sh) S 23190 23192 22854 0 -1 4202496 358 10872 0 0 0 0 79 3 18 0 1 0 643634786 8912896 255 33554432000 4194304 4922060 140733920163952 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23192/statm: 2176 255 211 178 0 69 0
[pid=23195] ppid=23192 vsize=36636 CPUtime=85.46 cores=1,3,5,7
/proc/23195/stat : 23195 (glucose_static) R 23192 23192 22854 0 -1 4202496 9001 0 0 0 8545 1 0 0 25 0 1 0 643634869 37515264 8956 33554432000 134512640 135217611 4291578256 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23195/statm: 9159 8956 77 173 0 8984 0
Current children cumulated CPU time (s) 86.28
Current children cumulated vsize (KiB) 45340

[startup+87.9008 s]
/proc/loadavg: 2.09 2.02 1.97 3/361 23198
/proc/meminfo: memFree=24092856/32951124 swapFree=56449224/67111528
[pid=23192] ppid=23190 vsize=8704 CPUtime=0.82 cores=1,3,5,7
/proc/23192/stat : 23192 (glucose.sh) S 23190 23192 22854 0 -1 4202496 358 10872 0 0 0 0 79 3 18 0 1 0 643634786 8912896 255 33554432000 4194304 4922060 140733920163952 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23192/statm: 2176 255 211 178 0 69 0
[pid=23195] ppid=23192 vsize=36904 CPUtime=87.07 cores=1,3,5,7
/proc/23195/stat : 23195 (glucose_static) R 23192 23192 22854 0 -1 4202496 9046 0 0 0 8706 1 0 0 25 0 1 0 643634869 37789696 9001 33554432000 134512640 135217611 4291578256 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23195/statm: 9226 9001 77 173 0 9051 0
Current children cumulated CPU time (s) 87.89
Current children cumulated vsize (KiB) 45608

[startup+89.5005 s]
/proc/loadavg: 2.08 2.02 1.97 3/361 23198
/proc/meminfo: memFree=24092732/32951124 swapFree=56449224/67111528
[pid=23192] ppid=23190 vsize=8704 CPUtime=0.82 cores=1,3,5,7
/proc/23192/stat : 23192 (glucose.sh) S 23190 23192 22854 0 -1 4202496 358 10872 0 0 0 0 79 3 18 0 1 0 643634786 8912896 255 33554432000 4194304 4922060 140733920163952 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23192/statm: 2176 255 211 178 0 69 0
[pid=23195] ppid=23192 vsize=36904 CPUtime=88.66 cores=1,3,5,7
/proc/23195/stat : 23195 (glucose_static) R 23192 23192 22854 0 -1 4202496 9066 0 0 0 8865 1 0 0 25 0 1 0 643634869 37789696 9021 33554432000 134512640 135217611 4291578256 18446744073709551615 134527914 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23195/statm: 9226 9021 77 173 0 9051 0
Current children cumulated CPU time (s) 89.48
Current children cumulated vsize (KiB) 45608

[startup+89.9004 s]
/proc/loadavg: 2.08 2.02 1.97 3/361 23198
/proc/meminfo: memFree=24092732/32951124 swapFree=56449224/67111528
[pid=23192] ppid=23190 vsize=8704 CPUtime=0.82 cores=1,3,5,7
/proc/23192/stat : 23192 (glucose.sh) S 23190 23192 22854 0 -1 4202496 358 10872 0 0 0 0 79 3 18 0 1 0 643634786 8912896 255 33554432000 4194304 4922060 140733920163952 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23192/statm: 2176 255 211 178 0 69 0
[pid=23195] ppid=23192 vsize=37036 CPUtime=89.06 cores=1,3,5,7
/proc/23195/stat : 23195 (glucose_static) R 23192 23192 22854 0 -1 4202496 9086 0 0 0 8905 1 0 0 25 0 1 0 643634869 37924864 9041 33554432000 134512640 135217611 4291578256 18446744073709551615 134533280 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23195/statm: 9259 9041 77 173 0 9084 0
Current children cumulated CPU time (s) 89.88
Current children cumulated vsize (KiB) 45740

[startup+90.3003 s]
/proc/loadavg: 2.08 2.02 1.97 3/361 23198
/proc/meminfo: memFree=24092608/32951124 swapFree=56449224/67111528
[pid=23192] ppid=23190 vsize=8704 CPUtime=0.82 cores=1,3,5,7
/proc/23192/stat : 23192 (glucose.sh) S 23190 23192 22854 0 -1 4202496 358 10872 0 0 0 0 79 3 18 0 1 0 643634786 8912896 255 33554432000 4194304 4922060 140733920163952 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23192/statm: 2176 255 211 178 0 69 0
[pid=23195] ppid=23192 vsize=37036 CPUtime=89.46 cores=1,3,5,7
/proc/23195/stat : 23195 (glucose_static) R 23192 23192 22854 0 -1 4202496 9100 0 0 0 8945 1 0 0 25 0 1 0 643634869 37924864 9055 33554432000 134512640 135217611 4291578256 18446744073709551615 134542243 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23195/statm: 9259 9055 77 173 0 9084 0
Current children cumulated CPU time (s) 90.28
Current children cumulated vsize (KiB) 45740

[startup+90.4003 s]
/proc/loadavg: 2.08 2.02 1.97 3/361 23198
/proc/meminfo: memFree=24092608/32951124 swapFree=56449224/67111528
[pid=23192] ppid=23190 vsize=8704 CPUtime=0.82 cores=1,3,5,7
/proc/23192/stat : 23192 (glucose.sh) S 23190 23192 22854 0 -1 4202496 358 10872 0 0 0 0 79 3 18 0 1 0 643634786 8912896 255 33554432000 4194304 4922060 140733920163952 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/23192/statm: 2176 255 211 178 0 69 0
[pid=23195] ppid=23192 vsize=37036 CPUtime=89.56 cores=1,3,5,7
/proc/23195/stat : 23195 (glucose_static) R 23192 23192 22854 0 -1 4202496 9103 0 0 0 8955 1 0 0 25 0 1 0 643634869 37924864 9058 33554432000 134512640 135217611 4291578256 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23195/statm: 9259 9058 77 173 0 9084 0
Current children cumulated CPU time (s) 90.38
Current children cumulated vsize (KiB) 45740

Child status: 20
Real time (s): 90.456
CPU time (s): 90.4562
CPU user time (s): 90.3943
CPU system time (s): 0.06199
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 45740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 90.3943
system time used= 0.06199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20552
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= 37
involuntary context switches= 194

runsolver used 0.296954 second user time and 0.779881 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-13 22:59:04
IDJOB=3365834
IDBENCH=82477
IDSOLVER=1842
FILE ID=node106/3365834-1305320344
RUNJOBID= node106-1305315334-22873
PBS_JOBID= 13324326
Free space on /tmp= 45796 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-bobsm5378d2-tseitin.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365834-1305320344/watcher-3365834-1305320344 -o /tmp/evaluation-result-3365834-1305320344/solver-3365834-1305320344 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365834-1305320344.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f1a7d779d46b93ce2fde4f2438e6ae5c
RANDOM SEED=609588428

node106.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24139948 kB
Buffers:        216476 kB
Cached:        5513404 kB
SwapCached:      27544 kB
Active:         769564 kB
Inactive:      7819400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24139948 kB
SwapTotal:    67111528 kB
SwapFree:     56449224 kB
Dirty:            5592 kB
Writeback:          32 kB
AnonPages:     2839752 kB
Mapped:          10588 kB
Slab:           108904 kB
PageTables:      47912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75127792 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 45792 MiB
End job on node106 at 2011-05-13 23:00:34