Trace number 3365620

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 97.4652 97.5049

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-gcdm16-23.cnf
MD5SUMa61ef2b7b3d16661e8162c430ffb1a51
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.6988
Satisfiable
(Un)Satisfiability was proved
Number of variables135543
Number of clauses404326
Sum of the clauses size943426
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2269550
Number of clauses of size 3134775
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.16	c ==============================================================================
0.00/0.16	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.16	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.16	c ==============================================================================
0.00/0.16	c |         0 |  404200   943125 |  121259       0        0     nan |  0.000 % |
1.78/1.84	c |         0 |  103664   388086 |      --       0       --      -- |     --   | -300210/-554257
1.78/1.84	c ==============================================================================
1.78/1.84	c Result  :   #vars: 14948   #clauses: 103664   #literals: 388086
1.78/1.84	c CPU time:   1.78473 s
1.78/1.84	c ==============================================================================
1.89/1.92	c
1.89/1.92	c Starting glucose
1.89/1.92	c
1.89/1.92	
1.89/1.92	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.89/1.92	
1.89/1.92	c ============================[ Problem Statistics ]=============================
1.89/1.92	c |                                                                             |
1.89/1.92	c |  Number of variables:  14948                                                |
1.89/1.92	c |  Number of clauses:    103664                                               |
1.89/1.96	c |  Parsing time:         0.04         s                                       |
97.34/97.49	c restarts              : 400
97.34/97.49	c nb ReduceDB           : 19
97.34/97.49	c nb learnts DL2        : 7079
97.34/97.49	c nb learnts size 2     : 1824
97.34/97.49	c nb learnts size 1     : 110
97.34/97.49	c conflicts             : 568192         (5948 /sec)
97.34/97.49	c decisions             : 913728         (1.67 % random) (9565 /sec)
97.34/97.49	c propagations          : 215298145      (2253759 /sec)
97.34/97.49	c conflict literals     : 20228723       (45.87 % deleted)
97.34/97.49	c Memory used           : 27.45 MB
97.34/97.49	c CPU time              : 95.5285 s
97.34/97.49	
97.34/97.49	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-3365620-1305315421/watcher-3365620-1305315421 -o /tmp/evaluation-result-3365620-1305315421/solver-3365620-1305315421 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365620-1305315421.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.90 0.90 0.34 2/386 22829
/proc/meminfo: memFree=26847692/32950928 swapFree=44388876/67111528
[pid=22829] ppid=22827 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/22829/stat : 22829 (glucose.sh) S 22827 22829 22754 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 643140857 8912896 252 33554432000 4194304 4922060 140734937664384 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22829/statm: 2176 252 211 178 0 69 0

[startup+0.0244489 s]
/proc/loadavg: 1.90 0.90 0.34 2/386 22829
/proc/meminfo: memFree=26847692/32950928 swapFree=44388876/67111528
[pid=22829] ppid=22827 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/22829/stat : 22829 (glucose.sh) S 22827 22829 22754 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 643140857 8912896 252 33554432000 4194304 4922060 140734937664384 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22829/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100441 s]
/proc/loadavg: 1.90 0.90 0.34 2/386 22829
/proc/meminfo: memFree=26847692/32950928 swapFree=44388876/67111528
[pid=22829] ppid=22827 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/22829/stat : 22829 (glucose.sh) S 22827 22829 22754 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 643140857 8912896 252 33554432000 4194304 4922060 140734937664384 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22829/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300406 s]
/proc/loadavg: 1.90 0.90 0.34 2/386 22829
/proc/meminfo: memFree=26847692/32950928 swapFree=44388876/67111528
[pid=22829] ppid=22827 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/22829/stat : 22829 (glucose.sh) S 22827 22829 22754 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 643140857 8912896 252 33554432000 4194304 4922060 140734937664384 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22829/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700335 s]
/proc/loadavg: 1.90 0.90 0.34 2/386 22829
/proc/meminfo: memFree=26847692/32950928 swapFree=44388876/67111528
[pid=22829] ppid=22827 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/22829/stat : 22829 (glucose.sh) S 22827 22829 22754 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 643140857 8912896 252 33554432000 4194304 4922060 140734937664384 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22829/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.5002 s]
/proc/loadavg: 1.90 0.90 0.34 3/388 22831
/proc/meminfo: memFree=26777996/32950928 swapFree=44388876/67111528
[pid=22829] ppid=22827 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/22829/stat : 22829 (glucose.sh) S 22827 22829 22754 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 643140857 8912896 252 33554432000 4194304 4922060 140734937664384 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/22829/statm: 2176 252 211 178 0 69 0
[pid=22830] ppid=22829 vsize=74440 CPUtime=1.49 cores=1,3,5,7
/proc/22830/stat : 22830 (SatELite_releas) R 22829 22829 22754 0 -1 4202496 20187 0 0 0 144 5 0 0 25 0 1 0 643140857 76226560 15117 33554432000 134512640 135225430 4294001472 18446744073709551615 134713792 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/22830/statm: 18610 15117 78 175 0 18433 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83144

[startup+3.10093 s]
/proc/loadavg: 1.90 0.90 0.34 3/388 22832
/proc/meminfo: memFree=26820404/32950928 swapFree=44388876/67111528
[pid=22829] ppid=22827 vsize=8704 CPUtime=1.91 cores=1,3,5,7
/proc/22829/stat : 22829 (glucose.sh) S 22827 22829 22754 0 -1 4202496 357 27477 0 0 0 0 185 6 18 0 1 0 643140857 8912896 254 33554432000 4194304 4922060 140734937664384 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22829/statm: 2176 254 211 178 0 69 0
[pid=22832] ppid=22829 vsize=13812 CPUtime=1.16 cores=1,3,5,7
/proc/22832/stat : 22832 (glucose_static) R 22829 22829 22754 0 -1 4202496 3281 0 0 0 116 0 0 0 22 0 1 0 643141049 14143488 3212 33554432000 134512640 135217611 4292330816 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 7 0 0 0
/proc/22832/statm: 3453 3212 77 173 0 3278 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 22516

[startup+6.30039 s]
/proc/loadavg: 1.91 0.92 0.35 3/388 22832
/proc/meminfo: memFree=26816192/32950928 swapFree=44388876/67111528
[pid=22829] ppid=22827 vsize=8704 CPUtime=1.91 cores=1,3,5,7
/proc/22829/stat : 22829 (glucose.sh) S 22827 22829 22754 0 -1 4202496 357 27477 0 0 0 0 185 6 18 0 1 0 643140857 8912896 254 33554432000 4194304 4922060 140734937664384 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22829/statm: 2176 254 211 178 0 69 0
[pid=22832] ppid=22829 vsize=16088 CPUtime=4.33 cores=1,3,5,7
/proc/22832/stat : 22832 (glucose_static) R 22829 22829 22754 0 -1 4202496 3869 0 0 0 433 0 0 0 25 0 1 0 643141049 16474112 3800 33554432000 134512640 135217611 4292330816 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22832/statm: 4022 3800 77 173 0 3847 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 24792

[startup+12.7003 s]
/proc/loadavg: 1.91 0.93 0.36 3/388 22832
/proc/meminfo: memFree=26813316/32950928 swapFree=44388876/67111528
[pid=22829] ppid=22827 vsize=8704 CPUtime=1.91 cores=1,3,5,7
/proc/22829/stat : 22829 (glucose.sh) S 22827 22829 22754 0 -1 4202496 357 27477 0 0 0 0 185 6 18 0 1 0 643140857 8912896 254 33554432000 4194304 4922060 140734937664384 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22829/statm: 2176 254 211 178 0 69 0
[pid=22832] ppid=22829 vsize=18036 CPUtime=10.73 cores=1,3,5,7
/proc/22832/stat : 22832 (glucose_static) R 22829 22829 22754 0 -1 4202496 4343 0 0 0 1073 0 0 0 25 0 1 0 643141049 18468864 4274 33554432000 134512640 135217611 4292330816 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22832/statm: 4509 4274 77 173 0 4334 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 26740

[startup+25.5001 s]
/proc/loadavg: 1.93 0.99 0.39 3/388 22833
/proc/meminfo: memFree=26810456/32950928 swapFree=44388876/67111528
[pid=22829] ppid=22827 vsize=8704 CPUtime=1.91 cores=1,3,5,7
/proc/22829/stat : 22829 (glucose.sh) S 22827 22829 22754 0 -1 4202496 357 27477 0 0 0 0 185 6 18 0 1 0 643140857 8912896 254 33554432000 4194304 4922060 140734937664384 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22829/statm: 2176 254 211 178 0 69 0
[pid=22832] ppid=22829 vsize=20148 CPUtime=23.53 cores=1,3,5,7
/proc/22832/stat : 22832 (glucose_static) R 22829 22829 22754 0 -1 4202496 4863 0 0 0 2353 0 0 0 25 0 1 0 643141049 20631552 4794 33554432000 134512640 135217611 4292330816 18446744073709551615 134527861 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22832/statm: 5037 4794 77 173 0 4862 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 28852

[startup+51.1008 s]
/proc/loadavg: 1.95 1.07 0.43 3/388 22834
/proc/meminfo: memFree=26805388/32950928 swapFree=44388876/67111528
[pid=22829] ppid=22827 vsize=8704 CPUtime=1.91 cores=1,3,5,7
/proc/22829/stat : 22829 (glucose.sh) S 22827 22829 22754 0 -1 4202496 357 27477 0 0 0 0 185 6 18 0 1 0 643140857 8912896 254 33554432000 4194304 4922060 140734937664384 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22829/statm: 2176 254 211 178 0 69 0
[pid=22832] ppid=22829 vsize=23584 CPUtime=49.13 cores=1,3,5,7
/proc/22832/stat : 22832 (glucose_static) R 22829 22829 22754 0 -1 4202496 5719 0 0 0 4913 0 0 0 25 0 1 0 643141049 24150016 5650 33554432000 134512640 135217611 4292330816 18446744073709551615 134533190 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22832/statm: 5896 5650 77 173 0 5721 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 32288

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

[startup+76.7005 s]
/proc/loadavg: 1.97 1.14 0.47 3/388 22834
/proc/meminfo: memFree=26801192/32950928 swapFree=44388876/67111528
[pid=22829] ppid=22827 vsize=8704 CPUtime=1.91 cores=1,3,5,7
/proc/22829/stat : 22829 (glucose.sh) S 22827 22829 22754 0 -1 4202496 357 27477 0 0 0 0 185 6 18 0 1 0 643140857 8912896 254 33554432000 4194304 4922060 140734937664384 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22829/statm: 2176 254 211 178 0 69 0
[pid=22832] ppid=22829 vsize=26524 CPUtime=74.73 cores=1,3,5,7
/proc/22832/stat : 22832 (glucose_static) R 22829 22829 22754 0 -1 4202496 6447 0 0 0 7473 0 0 0 25 0 1 0 643141049 27160576 6378 33554432000 134512640 135217611 4292330816 18446744073709551615 134534001 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22832/statm: 6631 6378 77 173 0 6456 0
Current children cumulated CPU time (s) 76.64
Current children cumulated vsize (KiB) 35228

[startup+89.5003 s]
/proc/loadavg: 1.98 1.18 0.49 3/388 22834
/proc/meminfo: memFree=26800200/32950928 swapFree=44388876/67111528
[pid=22829] ppid=22827 vsize=8704 CPUtime=1.91 cores=1,3,5,7
/proc/22829/stat : 22829 (glucose.sh) S 22827 22829 22754 0 -1 4202496 357 27477 0 0 0 0 185 6 18 0 1 0 643140857 8912896 254 33554432000 4194304 4922060 140734937664384 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22829/statm: 2176 254 211 178 0 69 0
[pid=22832] ppid=22829 vsize=27052 CPUtime=87.53 cores=1,3,5,7
/proc/22832/stat : 22832 (glucose_static) R 22829 22829 22754 0 -1 4202496 6601 0 0 0 8753 0 0 0 25 0 1 0 643141049 27701248 6532 33554432000 134512640 135217611 4292330816 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22832/statm: 6763 6532 77 173 0 6588 0
Current children cumulated CPU time (s) 89.44
Current children cumulated vsize (KiB) 35756

[startup+92.7008 s]
/proc/loadavg: 1.98 1.18 0.49 3/388 22835
/proc/meminfo: memFree=26799200/32950928 swapFree=44388876/67111528
[pid=22829] ppid=22827 vsize=8704 CPUtime=1.91 cores=1,3,5,7
/proc/22829/stat : 22829 (glucose.sh) S 22827 22829 22754 0 -1 4202496 357 27477 0 0 0 0 185 6 18 0 1 0 643140857 8912896 254 33554432000 4194304 4922060 140734937664384 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22829/statm: 2176 254 211 178 0 69 0
[pid=22832] ppid=22829 vsize=27712 CPUtime=90.73 cores=1,3,5,7
/proc/22832/stat : 22832 (glucose_static) R 22829 22829 22754 0 -1 4202496 6774 0 0 0 9073 0 0 0 25 0 1 0 643141049 28377088 6705 33554432000 134512640 135217611 4292330816 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22832/statm: 6928 6705 77 173 0 6753 0
Current children cumulated CPU time (s) 92.64
Current children cumulated vsize (KiB) 36416

[startup+95.9002 s]
/proc/loadavg: 1.98 1.19 0.50 3/388 22835
/proc/meminfo: memFree=26798580/32950928 swapFree=44388876/67111528
[pid=22829] ppid=22827 vsize=8704 CPUtime=1.91 cores=1,3,5,7
/proc/22829/stat : 22829 (glucose.sh) S 22827 22829 22754 0 -1 4202496 357 27477 0 0 0 0 185 6 18 0 1 0 643140857 8912896 254 33554432000 4194304 4922060 140734937664384 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22829/statm: 2176 254 211 178 0 69 0
[pid=22832] ppid=22829 vsize=28108 CPUtime=93.93 cores=1,3,5,7
/proc/22832/stat : 22832 (glucose_static) R 22829 22829 22754 0 -1 4202496 6851 0 0 0 9393 0 0 0 25 0 1 0 643141049 28782592 6782 33554432000 134512640 135217611 4292330816 18446744073709551615 134533190 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22832/statm: 7027 6782 77 173 0 6852 0
Current children cumulated CPU time (s) 95.84
Current children cumulated vsize (KiB) 36812

[startup+96.7011 s]
/proc/loadavg: 1.98 1.19 0.50 3/388 22835
/proc/meminfo: memFree=26798580/32950928 swapFree=44388876/67111528
[pid=22829] ppid=22827 vsize=8704 CPUtime=1.91 cores=1,3,5,7
/proc/22829/stat : 22829 (glucose.sh) S 22827 22829 22754 0 -1 4202496 357 27477 0 0 0 0 185 6 18 0 1 0 643140857 8912896 254 33554432000 4194304 4922060 140734937664384 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22829/statm: 2176 254 211 178 0 69 0
[pid=22832] ppid=22829 vsize=28108 CPUtime=94.74 cores=1,3,5,7
/proc/22832/stat : 22832 (glucose_static) R 22829 22829 22754 0 -1 4202496 6851 0 0 0 9474 0 0 0 25 0 1 0 643141049 28782592 6782 33554432000 134512640 135217611 4292330816 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22832/statm: 7027 6782 77 173 0 6852 0
Current children cumulated CPU time (s) 96.65
Current children cumulated vsize (KiB) 36812

[startup+97.101 s]
/proc/loadavg: 1.98 1.19 0.50 3/388 22835
/proc/meminfo: memFree=26798580/32950928 swapFree=44388876/67111528
[pid=22829] ppid=22827 vsize=8704 CPUtime=1.91 cores=1,3,5,7
/proc/22829/stat : 22829 (glucose.sh) S 22827 22829 22754 0 -1 4202496 357 27477 0 0 0 0 185 6 18 0 1 0 643140857 8912896 254 33554432000 4194304 4922060 140734937664384 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22829/statm: 2176 254 211 178 0 69 0
[pid=22832] ppid=22829 vsize=28108 CPUtime=95.13 cores=1,3,5,7
/proc/22832/stat : 22832 (glucose_static) R 22829 22829 22754 0 -1 4202496 6851 0 0 0 9513 0 0 0 25 0 1 0 643141049 28782592 6782 33554432000 134512640 135217611 4292330816 18446744073709551615 134534052 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22832/statm: 7027 6782 77 173 0 6852 0
Current children cumulated CPU time (s) 97.04
Current children cumulated vsize (KiB) 36812

[startup+97.501 s]
/proc/loadavg: 1.98 1.19 0.50 3/388 22835
/proc/meminfo: memFree=26798580/32950928 swapFree=44388876/67111528
[pid=22829] ppid=22827 vsize=8704 CPUtime=97.45 cores=1,3,5,7
/proc/22829/stat : 22829 (glucose.sh) R 22827 22829 22754 0 -1 4202496 364 34340 0 0 0 0 9738 7 17 0 1 0 643140857 8912896 256 33554432000 4194304 4922060 140734937664384 18446744073709551615 251814236005 0 2147483391 4100 65536 0 0 0 17 5 0 0 0
/proc/22829/statm: 2176 256 213 178 0 69 0
Current children cumulated CPU time (s) 97.45
Current children cumulated vsize (KiB) 8704

Child status: 20
Real time (s): 97.5049
CPU time (s): 97.4652
CPU user time (s): 97.3842
CPU system time (s): 0.080987
CPU usage (%): 99.9592
Max. virtual memory (cumulated for all children) (KiB): 90432

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

runsolver used 0.377942 second user time and 0.816875 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-13 21:37:02
IDJOB=3365620
IDBENCH=70952
IDSOLVER=1842
FILE ID=node126/3365620-1305315421
RUNJOBID= node126-1305315246-22773
PBS_JOBID= 13324306
Free space on /tmp= 50388 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-gcdm16-23.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365620-1305315421/watcher-3365620-1305315421 -o /tmp/evaluation-result-3365620-1305315421/solver-3365620-1305315421 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365620-1305315421.cnf

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

MD5SUM BENCH= a61ef2b7b3d16661e8162c430ffb1a51
RANDOM SEED=2098473044

node126.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.783
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.56
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.783
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	: 5332.75
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.783
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.74
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.783
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.74
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.783
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.80
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.783
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.783
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.82
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26847980 kB
Buffers:        209308 kB
Cached:        2467492 kB
SwapCached:      92524 kB
Active:        1003992 kB
Inactive:      4852276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26847980 kB
SwapTotal:    67111528 kB
SwapFree:     44388876 kB
Dirty:            8528 kB
Writeback:           0 kB
AnonPages:     3099744 kB
Mapped:          15812 kB
Slab:           105336 kB
PageTables:      76032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88330792 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= 50388 MiB
End job on node126 at 2011-05-13 21:38:39