Trace number 3308414

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 308.344 308.345

General information on the benchmark

Namemanol-pipe-c10nidw.cnf
MD5SUM943fd86d922b13236c21a74c4f82b6d0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark144.2
Satisfiable
(Un)Satisfiability was proved
Number of variables433601
Number of clauses1291714
Sum of the clauses size3013998
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2861142
Number of clauses of size 3430571
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.57	c ==============================================================================
0.00/0.57	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.57	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.57	c ==============================================================================
0.00/0.57	c |         0 | 1291713  3013997 |  387513       0        0     nan |  0.000 % |
4.40/4.45	c |         0 |  547995  2160666 |      --       0       --      -- |     --   | -743716/-853326
4.40/4.45	c ==============================================================================
4.40/4.45	c Result  :   #vars: 68748   #clauses: 547995   #literals: 2160666
4.40/4.45	c CPU time:   4.30234 s
4.40/4.45	c ==============================================================================
4.79/4.87	c
4.79/4.87	c Starting glucose
4.79/4.87	c
4.79/4.87	
4.79/4.87	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
4.79/4.87	
4.79/4.87	c ============================[ Problem Statistics ]=============================
4.79/4.87	c |                                                                             |
4.79/4.87	c |  Number of variables:  68748                                                |
4.79/4.87	c |  Number of clauses:    547995                                               |
4.86/5.09	c |  Parsing time:         0.21         s                                       |
308.28/308.32	c restarts              : 1885
308.28/308.32	c nb ReduceDB           : 51
308.28/308.32	c nb learnts DL2        : 12588
308.28/308.32	c nb learnts size 2     : 2095
308.28/308.32	c nb learnts size 1     : 181
308.28/308.32	c conflicts             : 2304834        (7596 /sec)
308.28/308.32	c decisions             : 11146490       (1.52 % random) (36737 /sec)
308.28/308.32	c propagations          : 823669006      (2714689 /sec)
308.28/308.32	c conflict literals     : 55153320       (20.58 % deleted)
308.28/308.32	c Memory used           : 86.81 MB
308.28/308.32	c CPU time              : 303.412 s
308.28/308.32	
308.28/308.33	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: 935)

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-3308414-1303983202/watcher-3308414-1303983202 -o /tmp/evaluation-result-3308414-1303983202/solver-3308414-1303983202 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308414-1303983202.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.16 0.03 0.01 4/196 32084
/proc/meminfo: memFree=21142480/32951124 swapFree=67111352/67111528
[pid=32084] ppid=32082 vsize=8704 CPUtime=0 cores=5,7
/proc/32084/stat : 32084 (glucose.sh) S 32082 32084 32018 0 -1 4202496 335 0 0 0 0 0 0 0 18 0 1 0 509918495 8912896 253 33554432000 4194304 4922060 140733508576576 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32084/statm: 2176 253 211 178 0 69 0

[startup+0.050495 s]
/proc/loadavg: 0.16 0.03 0.01 4/196 32084
/proc/meminfo: memFree=21142480/32951124 swapFree=67111352/67111528
[pid=32084] ppid=32082 vsize=8704 CPUtime=0 cores=5,7
/proc/32084/stat : 32084 (glucose.sh) S 32082 32084 32018 0 -1 4202496 335 0 0 0 0 0 0 0 18 0 1 0 509918495 8912896 253 33554432000 4194304 4922060 140733508576576 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32084/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100485 s]
/proc/loadavg: 0.16 0.03 0.01 4/196 32084
/proc/meminfo: memFree=21142480/32951124 swapFree=67111352/67111528
[pid=32084] ppid=32082 vsize=8704 CPUtime=0 cores=5,7
/proc/32084/stat : 32084 (glucose.sh) S 32082 32084 32018 0 -1 4202496 335 0 0 0 0 0 0 0 18 0 1 0 509918495 8912896 253 33554432000 4194304 4922060 140733508576576 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32084/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.30046 s]
/proc/loadavg: 0.16 0.03 0.01 4/196 32084
/proc/meminfo: memFree=21142480/32951124 swapFree=67111352/67111528
[pid=32084] ppid=32082 vsize=8704 CPUtime=0 cores=5,7
/proc/32084/stat : 32084 (glucose.sh) S 32082 32084 32018 0 -1 4202496 335 0 0 0 0 0 0 0 18 0 1 0 509918495 8912896 253 33554432000 4194304 4922060 140733508576576 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32084/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700376 s]
/proc/loadavg: 0.16 0.03 0.01 4/196 32084
/proc/meminfo: memFree=21142480/32951124 swapFree=67111352/67111528
[pid=32084] ppid=32082 vsize=8704 CPUtime=0 cores=5,7
/proc/32084/stat : 32084 (glucose.sh) S 32082 32084 32018 0 -1 4202496 335 0 0 0 0 0 0 0 18 0 1 0 509918495 8912896 253 33554432000 4194304 4922060 140733508576576 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32084/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50023 s]
/proc/loadavg: 0.16 0.03 0.01 5/198 32086
/proc/meminfo: memFree=20953744/32951124 swapFree=67111352/67111528
[pid=32084] ppid=32082 vsize=8704 CPUtime=0 cores=5,7
/proc/32084/stat : 32084 (glucose.sh) S 32082 32084 32018 0 -1 4202496 335 0 0 0 0 0 0 0 18 0 1 0 509918495 8912896 253 33554432000 4194304 4922060 140733508576576 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32084/statm: 2176 253 211 178 0 69 0
[pid=32085] ppid=32084 vsize=198416 CPUtime=1.49 cores=5,7
/proc/32085/stat : 32085 (SatELite_releas) R 32084 32084 32018 0 -1 4202496 48730 0 0 0 138 11 0 0 23 0 1 0 509918495 203177984 45102 33554432000 134512640 135225430 4286926784 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/32085/statm: 49604 45102 78 175 0 49427 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 207120

[startup+3.10094 s]
/proc/loadavg: 0.16 0.03 0.01 5/198 32086
/proc/meminfo: memFree=20928356/32951124 swapFree=67111352/67111528
[pid=32084] ppid=32082 vsize=8704 CPUtime=0 cores=5,7
/proc/32084/stat : 32084 (glucose.sh) S 32082 32084 32018 0 -1 4202496 335 0 0 0 0 0 0 0 18 0 1 0 509918495 8912896 253 33554432000 4194304 4922060 140733508576576 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32084/statm: 2176 253 211 178 0 69 0
[pid=32085] ppid=32084 vsize=211484 CPUtime=3.09 cores=5,7
/proc/32085/stat : 32085 (SatELite_releas) R 32084 32084 32018 0 -1 4202496 51683 0 0 0 295 14 0 0 25 0 1 0 509918495 216559616 48055 33554432000 134512640 135225430 4286926784 18446744073709551615 134596816 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/32085/statm: 52871 48055 78 175 0 52694 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 220188

[startup+6.30036 s]
/proc/loadavg: 0.47 0.10 0.03 5/198 32087
/proc/meminfo: memFree=21032516/32951124 swapFree=67111352/67111528
[pid=32084] ppid=32082 vsize=8704 CPUtime=4.86 cores=5,7
/proc/32084/stat : 32084 (glucose.sh) S 32082 32084 32018 0 -1 4202496 360 56849 0 0 0 0 469 17 18 0 1 0 509918495 8912896 255 33554432000 4194304 4922060 140733508576576 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32084/statm: 2176 255 211 178 0 69 0
[pid=32087] ppid=32084 vsize=49976 CPUtime=1.41 cores=5,7
/proc/32087/stat : 32087 (glucose_static) R 32084 32084 32018 0 -1 4202496 12103 0 0 0 139 2 0 0 23 0 1 0 509918983 51175424 12032 33554432000 134512640 135217611 4294355040 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32087/statm: 12494 12032 77 173 0 12319 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 58680

[startup+12.7002 s]
/proc/loadavg: 0.75 0.16 0.05 5/198 32087
/proc/meminfo: memFree=21015956/32951124 swapFree=67111352/67111528
[pid=32084] ppid=32082 vsize=8704 CPUtime=4.86 cores=5,7
/proc/32084/stat : 32084 (glucose.sh) S 32082 32084 32018 0 -1 4202496 360 56849 0 0 0 0 469 17 18 0 1 0 509918495 8912896 255 33554432000 4194304 4922060 140733508576576 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32084/statm: 2176 255 211 178 0 69 0
[pid=32087] ppid=32084 vsize=54324 CPUtime=7.81 cores=5,7
/proc/32087/stat : 32087 (glucose_static) R 32084 32084 32018 0 -1 4202496 13190 0 0 0 779 2 0 0 25 0 1 0 509918983 55627776 13119 33554432000 134512640 135217611 4294355040 18446744073709551615 134532576 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32087/statm: 13581 13119 77 173 0 13406 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 63028

[startup+25.5009 s]
/proc/loadavg: 1.47 0.35 0.12 5/198 32088
/proc/meminfo: memFree=21007148/32951124 swapFree=67111352/67111528
[pid=32084] ppid=32082 vsize=8704 CPUtime=4.86 cores=5,7
/proc/32084/stat : 32084 (glucose.sh) S 32082 32084 32018 0 -1 4202496 360 56849 0 0 0 0 469 17 18 0 1 0 509918495 8912896 255 33554432000 4194304 4922060 140733508576576 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32084/statm: 2176 255 211 178 0 69 0
[pid=32087] ppid=32084 vsize=56784 CPUtime=20.61 cores=5,7
/proc/32087/stat : 32087 (glucose_static) R 32084 32084 32018 0 -1 4202496 13808 0 0 0 2059 2 0 0 25 0 1 0 509918983 58146816 13737 33554432000 134512640 135217611 4294355040 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32087/statm: 14196 13737 77 173 0 14021 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 65488

[startup+51.1002 s]
/proc/loadavg: 2.33 0.64 0.22 5/198 32088
/proc/meminfo: memFree=20992976/32951124 swapFree=67111352/67111528
[pid=32084] ppid=32082 vsize=8704 CPUtime=4.86 cores=5,7
/proc/32084/stat : 32084 (glucose.sh) S 32082 32084 32018 0 -1 4202496 360 56849 0 0 0 0 469 17 18 0 1 0 509918495 8912896 255 33554432000 4194304 4922060 140733508576576 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32084/statm: 2176 255 211 178 0 69 0
[pid=32087] ppid=32084 vsize=65532 CPUtime=46.2 cores=5,7
/proc/32087/stat : 32087 (glucose_static) R 32084 32084 32018 0 -1 4202496 15893 0 0 0 4618 2 0 0 25 0 1 0 509918983 67104768 15822 33554432000 134512640 135217611 4294355040 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32087/statm: 16383 15822 77 173 0 16208 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 74236

[startup+102.307 s]
/proc/loadavg: 3.27 1.16 0.41 5/198 32090
/proc/meminfo: memFree=20963756/32951124 swapFree=67111352/67111528
[pid=32084] ppid=32082 vsize=8704 CPUtime=4.86 cores=5,7
/proc/32084/stat : 32084 (glucose.sh) S 32082 32084 32018 0 -1 4202496 360 56849 0 0 0 0 469 17 18 0 1 0 509918495 8912896 255 33554432000 4194304 4922060 140733508576576 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32084/statm: 2176 255 211 178 0 69 0
[pid=32087] ppid=32084 vsize=72040 CPUtime=97.42 cores=5,7
/proc/32087/stat : 32087 (glucose_static) R 32084 32084 32018 0 -1 4202496 17488 0 0 0 9739 3 0 0 25 0 1 0 509918983 73768960 17417 33554432000 134512640 135217611 4294355040 18446744073709551615 134528185 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32087/statm: 18010 17417 77 173 0 17835 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 80744

[startup+162.301 s]
/proc/loadavg: 3.73 1.67 0.64 5/198 32091
/proc/meminfo: memFree=20951692/32951124 swapFree=67111352/67111528
[pid=32084] ppid=32082 vsize=8704 CPUtime=4.86 cores=5,7
/proc/32084/stat : 32084 (glucose.sh) S 32082 32084 32018 0 -1 4202496 360 56849 0 0 0 0 469 17 18 0 1 0 509918495 8912896 255 33554432000 4194304 4922060 140733508576576 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32084/statm: 2176 255 211 178 0 69 0
[pid=32087] ppid=32084 vsize=77200 CPUtime=157.41 cores=5,7
/proc/32087/stat : 32087 (glucose_static) R 32084 32084 32018 0 -1 4202496 18801 0 0 0 15738 3 0 0 25 0 1 0 509918983 79052800 18730 33554432000 134512640 135217611 4294355040 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32087/statm: 19300 18730 77 173 0 19125 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 85904

[startup+222.301 s]
/proc/loadavg: 3.90 2.09 0.84 5/198 32093
/proc/meminfo: memFree=20927372/32951124 swapFree=67111352/67111528
[pid=32084] ppid=32082 vsize=8704 CPUtime=4.86 cores=5,7
/proc/32084/stat : 32084 (glucose.sh) S 32082 32084 32018 0 -1 4202496 360 56849 0 0 0 0 469 17 18 0 1 0 509918495 8912896 255 33554432000 4194304 4922060 140733508576576 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32084/statm: 2176 255 211 178 0 69 0
[pid=32087] ppid=32084 vsize=83816 CPUtime=217.42 cores=5,7
/proc/32087/stat : 32087 (glucose_static) R 32084 32084 32018 0 -1 4202496 20347 0 0 0 21738 4 0 0 25 0 1 0 509918983 85827584 20276 33554432000 134512640 135217611 4294355040 18446744073709551615 134533609 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32087/statm: 20954 20276 77 173 0 20779 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 92520

[startup+282.301 s]
/proc/loadavg: 3.96 2.44 1.04 5/198 32094
/proc/meminfo: memFree=20906532/32951124 swapFree=67111352/67111528
[pid=32084] ppid=32082 vsize=8704 CPUtime=4.86 cores=5,7
/proc/32084/stat : 32084 (glucose.sh) S 32082 32084 32018 0 -1 4202496 360 56849 0 0 0 0 469 17 18 0 1 0 509918495 8912896 255 33554432000 4194304 4922060 140733508576576 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32084/statm: 2176 255 211 178 0 69 0
[pid=32087] ppid=32084 vsize=87516 CPUtime=277.42 cores=5,7
/proc/32087/stat : 32087 (glucose_static) R 32084 32084 32018 0 -1 4202496 21294 0 0 0 27738 4 0 0 25 0 1 0 509918983 89616384 21223 33554432000 134512640 135217611 4294355040 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32087/statm: 21879 21223 77 173 0 21704 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 96220

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

[startup+294.301 s]
/proc/loadavg: 3.97 2.51 1.08 5/198 32095
/proc/meminfo: memFree=20905652/32951124 swapFree=67111352/67111528
[pid=32084] ppid=32082 vsize=8704 CPUtime=4.86 cores=5,7
/proc/32084/stat : 32084 (glucose.sh) S 32082 32084 32018 0 -1 4202496 360 56849 0 0 0 0 469 17 18 0 1 0 509918495 8912896 255 33554432000 4194304 4922060 140733508576576 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32084/statm: 2176 255 211 178 0 69 0
[pid=32087] ppid=32084 vsize=87684 CPUtime=289.42 cores=5,7
/proc/32087/stat : 32087 (glucose_static) R 32084 32084 32018 0 -1 4202496 21328 0 0 0 28938 4 0 0 25 0 1 0 509918983 89788416 21257 33554432000 134512640 135217611 4294355040 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32087/statm: 21921 21257 77 173 0 21746 0
Current children cumulated CPU time (s) 294.28
Current children cumulated vsize (KiB) 96388

[startup+300.701 s]
/proc/loadavg: 3.97 2.54 1.10 5/198 32095
/proc/meminfo: memFree=20904412/32951124 swapFree=67111352/67111528
[pid=32084] ppid=32082 vsize=8704 CPUtime=4.86 cores=5,7
/proc/32084/stat : 32084 (glucose.sh) S 32082 32084 32018 0 -1 4202496 360 56849 0 0 0 0 469 17 18 0 1 0 509918495 8912896 255 33554432000 4194304 4922060 140733508576576 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32084/statm: 2176 255 211 178 0 69 0
[pid=32087] ppid=32084 vsize=88548 CPUtime=295.82 cores=5,7
/proc/32087/stat : 32087 (glucose_static) R 32084 32084 32018 0 -1 4202496 21517 0 0 0 29578 4 0 0 25 0 1 0 509918983 90673152 21446 33554432000 134512640 135217611 4294355040 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32087/statm: 22137 21446 77 173 0 21962 0
Current children cumulated CPU time (s) 300.68
Current children cumulated vsize (KiB) 97252

[startup+303.9 s]
/proc/loadavg: 3.97 2.56 1.12 5/198 32095
/proc/meminfo: memFree=20903664/32951124 swapFree=67111352/67111528
[pid=32084] ppid=32082 vsize=8704 CPUtime=4.86 cores=5,7
/proc/32084/stat : 32084 (glucose.sh) S 32082 32084 32018 0 -1 4202496 360 56849 0 0 0 0 469 17 18 0 1 0 509918495 8912896 255 33554432000 4194304 4922060 140733508576576 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32084/statm: 2176 255 211 178 0 69 0
[pid=32087] ppid=32084 vsize=88888 CPUtime=299.02 cores=5,7
/proc/32087/stat : 32087 (glucose_static) R 32084 32084 32018 0 -1 4202496 21606 0 0 0 29898 4 0 0 25 0 1 0 509918983 91021312 21535 33554432000 134512640 135217611 4294355040 18446744073709551615 134533339 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32087/statm: 22222 21535 77 173 0 22047 0
Current children cumulated CPU time (s) 303.88
Current children cumulated vsize (KiB) 97592

[startup+305.501 s]
/proc/loadavg: 3.97 2.56 1.12 5/198 32095
/proc/meminfo: memFree=20903664/32951124 swapFree=67111352/67111528
[pid=32084] ppid=32082 vsize=8704 CPUtime=4.86 cores=5,7
/proc/32084/stat : 32084 (glucose.sh) S 32082 32084 32018 0 -1 4202496 360 56849 0 0 0 0 469 17 18 0 1 0 509918495 8912896 255 33554432000 4194304 4922060 140733508576576 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32084/statm: 2176 255 211 178 0 69 0
[pid=32087] ppid=32084 vsize=88888 CPUtime=300.62 cores=5,7
/proc/32087/stat : 32087 (glucose_static) R 32084 32084 32018 0 -1 4202496 21606 0 0 0 30058 4 0 0 25 0 1 0 509918983 91021312 21535 33554432000 134512640 135217611 4294355040 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32087/statm: 22222 21535 77 173 0 22047 0
Current children cumulated CPU time (s) 305.48
Current children cumulated vsize (KiB) 97592

[startup+307.101 s]
/proc/loadavg: 3.97 2.56 1.12 5/198 32095
/proc/meminfo: memFree=20903780/32951124 swapFree=67111352/67111528
[pid=32084] ppid=32082 vsize=8704 CPUtime=4.86 cores=5,7
/proc/32084/stat : 32084 (glucose.sh) S 32082 32084 32018 0 -1 4202496 360 56849 0 0 0 0 469 17 18 0 1 0 509918495 8912896 255 33554432000 4194304 4922060 140733508576576 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32084/statm: 2176 255 211 178 0 69 0
[pid=32087] ppid=32084 vsize=88888 CPUtime=302.22 cores=5,7
/proc/32087/stat : 32087 (glucose_static) R 32084 32084 32018 0 -1 4202496 21606 0 0 0 30218 4 0 0 25 0 1 0 509918983 91021312 21535 33554432000 134512640 135217611 4294355040 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32087/statm: 22222 21535 77 173 0 22047 0
Current children cumulated CPU time (s) 307.08
Current children cumulated vsize (KiB) 97592

[startup+307.901 s]
/proc/loadavg: 3.98 2.58 1.13 5/198 32095
/proc/meminfo: memFree=20903780/32951124 swapFree=67111352/67111528
[pid=32084] ppid=32082 vsize=8704 CPUtime=4.86 cores=5,7
/proc/32084/stat : 32084 (glucose.sh) S 32082 32084 32018 0 -1 4202496 360 56849 0 0 0 0 469 17 18 0 1 0 509918495 8912896 255 33554432000 4194304 4922060 140733508576576 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32084/statm: 2176 255 211 178 0 69 0
[pid=32087] ppid=32084 vsize=88888 CPUtime=303.03 cores=5,7
/proc/32087/stat : 32087 (glucose_static) R 32084 32084 32018 0 -1 4202496 21606 0 0 0 30299 4 0 0 25 0 1 0 509918983 91021312 21535 33554432000 134512640 135217611 4294355040 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32087/statm: 22222 21535 77 173 0 22047 0
Current children cumulated CPU time (s) 307.89
Current children cumulated vsize (KiB) 97592

[startup+308.3 s]
/proc/loadavg: 3.98 2.58 1.13 5/198 32095
/proc/meminfo: memFree=20903780/32951124 swapFree=67111352/67111528
[pid=32084] ppid=32082 vsize=8704 CPUtime=4.86 cores=5,7
/proc/32084/stat : 32084 (glucose.sh) S 32082 32084 32018 0 -1 4202496 360 56849 0 0 0 0 469 17 18 0 1 0 509918495 8912896 255 33554432000 4194304 4922060 140733508576576 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32084/statm: 2176 255 211 178 0 69 0
[pid=32087] ppid=32084 vsize=88888 CPUtime=303.42 cores=5,7
/proc/32087/stat : 32087 (glucose_static) R 32084 32084 32018 0 -1 4202496 21606 0 0 0 30338 4 0 0 25 0 1 0 509918983 91021312 21535 33554432000 134512640 135217611 4294355040 18446744073709551615 134522694 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/32087/statm: 22222 21535 77 173 0 22047 0
Current children cumulated CPU time (s) 308.28
Current children cumulated vsize (KiB) 97592

Child status: 20
Real time (s): 308.345
CPU time (s): 308.344
CPU user time (s): 308.11
CPU system time (s): 0.233964
CPU usage (%): 99.9997
Max. virtual memory (cumulated for all children) (KiB): 225992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 308.11
system time used= 0.233964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79036
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= 39
involuntary context switches= 803

runsolver used 0.494924 second user time and 1.19182 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-28 11:33:23
IDJOB=3308414
IDBENCH=69591
IDSOLVER=1691
FILE ID=node134/3308414-1303983202
RUNJOBID= node134-1303983196-32039
PBS_JOBID= 13168692
Free space on /tmp= 71520 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c10nidw.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308414-1303983202/watcher-3308414-1303983202 -o /tmp/evaluation-result-3308414-1303983202/solver-3308414-1303983202 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308414-1303983202.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 943fd86d922b13236c21a74c4f82b6d0
RANDOM SEED=164102601

node134.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.831
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.831
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.83
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21142636 kB
Buffers:       2323240 kB
Cached:        8819836 kB
SwapCached:         64 kB
Active:        4746788 kB
Inactive:      6506144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21142636 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           67516 kB
Writeback:           0 kB
AnonPages:      108816 kB
Mapped:          16036 kB
Slab:           491776 kB
PageTables:       5832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   292564 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71520 MiB
End job on node134 at 2011-04-28 11:38:31