Trace number 3696350

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 NameAnswerobjective functionCPU timeWall clock time
pb2sat 2012-05-19? (TO) 1800.09 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8a2.opb
MD5SUMd9e9e5fece70ebbc4c28befed36e7afc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark139
Best CPU time to get the best result obtained on this benchmark5.85411
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 139
Optimality of the best value was proved NO
Number of variables360
Total number of constraints980
Number of constraints which are clauses980
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint8
Number of terms in the objective function 360
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 360
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 360
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.01	c model valid
0.00/0.01	c current solution ok
0.00/0.01	o 171
0.00/0.01	c current bound: 85
0.00/0.01	c (debug) using card networks
0.00/0.34	c current bound: 128
0.00/0.34	c (debug) using card networks
1285.86/1286.26	c current bound: 150
1285.86/1286.26	c (debug) using card networks
1285.94/1286.31	c model valid
1285.94/1286.31	c current solution ok
1285.94/1286.31	o 150
1285.94/1286.31	c current bound: 139
1285.94/1286.31	c (debug) using card networks
1627.40/1627.86	c model valid
1627.40/1627.86	c current solution ok
1627.40/1627.87	o 139
1627.40/1627.87	c current bound: 134
1627.40/1627.87	c (debug) using card networks
1800.06/1800.50	./satsolver.sh: line 5:  2788 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.06/1800.50	c error: unexpected solver exit code
1800.06/1800.50	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3696350-1338058611/watcher-3696350-1338058611 -o /tmp/evaluation-result-3696350-1338058611/solver-3696350-1338058611 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696350-1338058611.opb 157277417 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 2.03 2.01 2.00 3/177 2257
/proc/meminfo: memFree=28268076/32873844 swapFree=6080/6080
[pid=2257] ppid=2255 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2257/stat : 2257 (runPb2sat.sh) S 2255 2257 719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271989532 9367552 275 33554432000 4194304 5064252 140733595367680 140733595366592 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2257/statm: 2287 275 233 213 0 72 0

[startup+0.0368151 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 2257
/proc/meminfo: memFree=28268076/32873844 swapFree=6080/6080
[pid=2257] ppid=2255 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2257/stat : 2257 (runPb2sat.sh) S 2255 2257 719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271989532 9367552 275 33554432000 4194304 5064252 140733595367680 140733595366592 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2257/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100165 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 2257
/proc/meminfo: memFree=28268076/32873844 swapFree=6080/6080
[pid=2257] ppid=2255 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2257/stat : 2257 (runPb2sat.sh) S 2255 2257 719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271989532 9367552 275 33554432000 4194304 5064252 140733595367680 140733595366592 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2257/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300112 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 2257
/proc/meminfo: memFree=28268076/32873844 swapFree=6080/6080
[pid=2257] ppid=2255 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2257/stat : 2257 (runPb2sat.sh) S 2255 2257 719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271989532 9367552 275 33554432000 4194304 5064252 140733595367680 140733595366592 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2257/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700112 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 2257
/proc/meminfo: memFree=28268076/32873844 swapFree=6080/6080
[pid=2257] ppid=2255 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2257/stat : 2257 (runPb2sat.sh) S 2255 2257 719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271989532 9367552 275 33554432000 4194304 5064252 140733595367680 140733595366592 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2257/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 2267
/proc/meminfo: memFree=28261200/32873844 swapFree=6080/6080
[pid=2257] ppid=2255 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2257/stat : 2257 (runPb2sat.sh) S 2255 2257 719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271989532 9367552 275 33554432000 4194304 5064252 140733595367680 140733595366592 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2257/statm: 2287 275 233 213 0 72 0
[pid=2258] ppid=2257 vsize=2756 CPUtime=0.32 cores=0,2,4,6
/proc/2258/stat : 2258 (pb2sat) S 2257 2257 719 0 -1 4202496 930 3743 0 0 1 0 31 0 20 0 1 0 271989532 2822144 386 33554432000 4194304 5873084 140736628697296 140736628691112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2258/statm: 689 386 175 410 0 271 0
[pid=2266] ppid=2258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2266/stat : 2266 (satsolver.sh) S 2258 2257 719 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271989567 9367552 267 33554432000 4194304 5064252 140733665539968 140733665538880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2266/statm: 2287 267 226 213 0 72 0
[pid=2267] ppid=2266 vsize=8144 CPUtime=1.13 cores=0,2,4,6
/proc/2267/stat : 2267 (glucose_static) R 2266 2257 719 0 -1 4202496 2294 0 0 0 113 0 0 0 20 0 1 0 271989567 8339456 1552 33554432000 4194304 4896791 140736495736608 140736495733928 4224712 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2267/statm: 2036 1552 77 172 0 1862 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 29196

[startup+3.10028 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 2267
/proc/meminfo: memFree=28259340/32873844 swapFree=6080/6080
[pid=2257] ppid=2255 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2257/stat : 2257 (runPb2sat.sh) S 2255 2257 719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271989532 9367552 275 33554432000 4194304 5064252 140733595367680 140733595366592 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2257/statm: 2287 275 233 213 0 72 0
[pid=2258] ppid=2257 vsize=2756 CPUtime=0.32 cores=0,2,4,6
/proc/2258/stat : 2258 (pb2sat) S 2257 2257 719 0 -1 4202496 930 3743 0 0 1 0 31 0 20 0 1 0 271989532 2822144 386 33554432000 4194304 5873084 140736628697296 140736628691112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2258/statm: 689 386 175 410 0 271 0
[pid=2266] ppid=2258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2266/stat : 2266 (satsolver.sh) S 2258 2257 719 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271989567 9367552 267 33554432000 4194304 5064252 140733665539968 140733665538880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2266/statm: 2287 267 226 213 0 72 0
[pid=2267] ppid=2266 vsize=10208 CPUtime=2.73 cores=0,2,4,6
/proc/2267/stat : 2267 (glucose_static) R 2266 2257 719 0 -1 4202496 3252 0 0 0 273 0 0 0 20 0 1 0 271989567 10452992 1878 33554432000 4194304 4896791 140736495736608 140736495733928 4205562 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2267/statm: 2552 1878 78 172 0 2378 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 31260

[startup+6.30028 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 2267
/proc/meminfo: memFree=28254704/32873844 swapFree=6080/6080
[pid=2257] ppid=2255 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2257/stat : 2257 (runPb2sat.sh) S 2255 2257 719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271989532 9367552 275 33554432000 4194304 5064252 140733595367680 140733595366592 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2257/statm: 2287 275 233 213 0 72 0
[pid=2258] ppid=2257 vsize=2756 CPUtime=0.32 cores=0,2,4,6
/proc/2258/stat : 2258 (pb2sat) S 2257 2257 719 0 -1 4202496 930 3743 0 0 1 0 31 0 20 0 1 0 271989532 2822144 386 33554432000 4194304 5873084 140736628697296 140736628691112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2258/statm: 689 386 175 410 0 271 0
[pid=2266] ppid=2258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2266/stat : 2266 (satsolver.sh) S 2258 2257 719 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271989567 9367552 267 33554432000 4194304 5064252 140733665539968 140733665538880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2266/statm: 2287 267 226 213 0 72 0
[pid=2267] ppid=2266 vsize=10948 CPUtime=5.93 cores=0,2,4,6
/proc/2267/stat : 2267 (glucose_static) R 2266 2257 719 0 -1 4202496 5230 0 0 0 593 0 0 0 20 0 1 0 271989567 11210752 2142 33554432000 4194304 4896791 140736495736608 140736495733816 4205089 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2267/statm: 2737 2142 78 172 0 2563 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 32000

[startup+12.7003 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 2267
/proc/meminfo: memFree=28252408/32873844 swapFree=6080/6080
[pid=2257] ppid=2255 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2257/stat : 2257 (runPb2sat.sh) S 2255 2257 719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271989532 9367552 275 33554432000 4194304 5064252 140733595367680 140733595366592 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2257/statm: 2287 275 233 213 0 72 0
[pid=2258] ppid=2257 vsize=2756 CPUtime=0.32 cores=0,2,4,6
/proc/2258/stat : 2258 (pb2sat) S 2257 2257 719 0 -1 4202496 930 3743 0 0 1 0 31 0 20 0 1 0 271989532 2822144 386 33554432000 4194304 5873084 140736628697296 140736628691112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2258/statm: 689 386 175 410 0 271 0
[pid=2266] ppid=2258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2266/stat : 2266 (satsolver.sh) S 2258 2257 719 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271989567 9367552 267 33554432000 4194304 5064252 140733665539968 140733665538880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2266/statm: 2287 267 226 213 0 72 0
[pid=2267] ppid=2266 vsize=16456 CPUtime=12.33 cores=0,2,4,6
/proc/2267/stat : 2267 (glucose_static) R 2266 2257 719 0 -1 4202496 8416 0 0 0 1232 1 0 0 20 0 1 0 271989567 16850944 3033 33554432000 4194304 4896791 140736495736608 140736495733816 4224706 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2267/statm: 4114 3033 78 172 0 3940 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 37508

[startup+25.5003 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 2267
/proc/meminfo: memFree=28254644/32873844 swapFree=6080/6080
[pid=2257] ppid=2255 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2257/stat : 2257 (runPb2sat.sh) S 2255 2257 719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271989532 9367552 275 33554432000 4194304 5064252 140733595367680 140733595366592 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2257/statm: 2287 275 233 213 0 72 0
[pid=2258] ppid=2257 vsize=2756 CPUtime=0.32 cores=0,2,4,6
/proc/2258/stat : 2258 (pb2sat) S 2257 2257 719 0 -1 4202496 930 3743 0 0 1 0 31 0 20 0 1 0 271989532 2822144 386 33554432000 4194304 5873084 140736628697296 140736628691112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2258/statm: 689 386 175 410 0 271 0
[pid=2266] ppid=2258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2266/stat : 2266 (satsolver.sh) S 2258 2257 719 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271989567 9367552 267 33554432000 4194304 5064252 140733665539968 140733665538880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2266/statm: 2287 267 226 213 0 72 0
[pid=2267] ppid=2266 vsize=17804 CPUtime=25.12 cores=0,2,4,6
/proc/2267/stat : 2267 (glucose_static) R 2266 2257 719 0 -1 4202496 13413 0 0 0 2510 2 0 0 20 0 1 0 271989567 18231296 3858 33554432000 4194304 4896791 140736495736608 140736495733816 4224963 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2267/statm: 4451 3858 78 172 0 4277 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 38856

[startup+51.1003 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 2267
/proc/meminfo: memFree=28248420/32873844 swapFree=6080/6080
[pid=2257] ppid=2255 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2257/stat : 2257 (runPb2sat.sh) S 2255 2257 719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271989532 9367552 275 33554432000 4194304 5064252 140733595367680 140733595366592 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2257/statm: 2287 275 233 213 0 72 0
[pid=2258] ppid=2257 vsize=2756 CPUtime=0.32 cores=0,2,4,6
/proc/2258/stat : 2258 (pb2sat) S 2257 2257 719 0 -1 4202496 930 3743 0 0 1 0 31 0 20 0 1 0 271989532 2822144 386 33554432000 4194304 5873084 140736628697296 140736628691112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2258/statm: 689 386 175 410 0 271 0
[pid=2266] ppid=2258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2266/stat : 2266 (satsolver.sh) S 2258 2257 719 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271989567 9367552 267 33554432000 4194304 5064252 140733665539968 140733665538880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2266/statm: 2287 267 226 213 0 72 0
[pid=2267] ppid=2266 vsize=19852 CPUtime=50.72 cores=0,2,4,6
/proc/2267/stat : 2267 (glucose_static) R 2266 2257 719 0 -1 4202496 21248 0 0 0 5067 5 0 0 20 0 1 0 271989567 20328448 3848 33554432000 4194304 4896791 140736495736608 140736495734184 4230803 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2267/statm: 4963 3848 78 172 0 4789 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 40904

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2267
/proc/meminfo: memFree=28232496/32873844 swapFree=6080/6080
[pid=2257] ppid=2255 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2257/stat : 2257 (runPb2sat.sh) S 2255 2257 719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271989532 9367552 275 33554432000 4194304 5064252 140733595367680 140733595366592 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2257/statm: 2287 275 233 213 0 72 0
[pid=2258] ppid=2257 vsize=2756 CPUtime=0.32 cores=0,2,4,6
/proc/2258/stat : 2258 (pb2sat) S 2257 2257 719 0 -1 4202496 930 3743 0 0 1 0 31 0 20 0 1 0 271989532 2822144 386 33554432000 4194304 5873084 140736628697296 140736628691112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2258/statm: 689 386 175 410 0 271 0
[pid=2266] ppid=2258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2266/stat : 2266 (satsolver.sh) S 2258 2257 719 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271989567 9367552 267 33554432000 4194304 5064252 140733665539968 140733665538880 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2266/statm: 2287 267 226 213 0 72 0
[pid=2267] ppid=2266 vsize=27812 CPUtime=101.92 cores=0,2,4,6
/proc/2267/stat : 2267 (glucose_static) R 2266 2257 719 0 -1 4202496 32841 0 0 0 10183 9 0 0 20 0 1 0 271989567 28479488 5566 33554432000 4194304 4896791 140736495736608 140736495734136 4225136 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2267/statm: 6953 5566 78 172 0 6779 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 48864

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2268
/proc/meminfo: memFree=28220148/32873844 swapFree=6080/6080
[pid=2257] ppid=2255 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2257/stat : 2257 (runPb2sat.sh) S 2255 2257 719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271989532 9367552 275 33554432000 4194304 5064252 140733595367680 140733595366592 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2257/statm: 2287 275 233 213 0 72 0
[pid=2258] ppid=2257 vsize=2756 CPUtime=0.32 cores=0,2,4,6
/proc/2258/stat : 2258 (pb2sat) S 2257 2257 719 0 -1 4202496 930 3743 0 0 1 0 31 0 20 0 1 0 271989532 2822144 386 33554432000 4194304 5873084 140736628697296 140736628691112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2258/statm: 689 386 175 410 0 271 0
[pid=2266] ppid=2258 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.05 2.00 2.00 3/182 2785
/proc/meminfo: memFree=28292952/32873844 swapFree=6080/6080
[pid=2257] ppid=2255 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2257/stat : 2257 (runPb2sat.sh) S 2255 2257 719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271989532 9367552 275 33554432000 4194304 5064252 140733595367680 140733595366592 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2257/statm: 2287 275 233 213 0 72 0
[pid=2258] ppid=2257 vsize=3284 CPUtime=1286.01 cores=0,2,4,6
/proc/2258/stat : 2258 (pb2sat) S 2257 2257 719 0 -1 4202496 1620 105290 0 0 4 0 128536 61 20 0 1 0 271989532 3362816 487 33554432000 4194304 5873084 140736628697296 140736628691112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2258/statm: 821 487 175 410 0 403 0
[pid=2780] ppid=2258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2780/stat : 2780 (satsolver.sh) S 2258 2257 719 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272118164 9367552 267 33554432000 4194304 5064252 140733803424384 140733803423296 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2780/statm: 2287 267 226 213 0 72 0
[pid=2781] ppid=2780 vsize=25560 CPUtime=135.94 cores=0,2,4,6
/proc/2781/stat : 2781 (glucose_static) R 2780 2257 719 0 -1 4202496 31028 0 0 0 13583 11 0 0 20 0 1 0 272118165 26173440 5670 33554432000 4194304 4896791 140734035991296 140734035988504 4224684 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2781/statm: 6390 5670 78 172 0 6216 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 47140

[startup+1482.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/181 2785
/proc/meminfo: memFree=28282572/32873844 swapFree=6080/6080
[pid=2257] ppid=2255 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2257/stat : 2257 (runPb2sat.sh) S 2255 2257 719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271989532 9367552 275 33554432000 4194304 5064252 140733595367680 140733595366592 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2257/statm: 2287 275 233 213 0 72 0
[pid=2258] ppid=2257 vsize=3284 CPUtime=1286.01 cores=0,2,4,6
/proc/2258/stat : 2258 (pb2sat) S 2257 2257 719 0 -1 4202496 1620 105290 0 0 4 0 128536 61 20 0 1 0 271989532 3362816 487 33554432000 4194304 5873084 140736628697296 140736628691112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2258/statm: 821 487 175 410 0 403 0
[pid=2780] ppid=2258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2780/stat : 2780 (satsolver.sh) S 2258 2257 719 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272118164 9367552 267 33554432000 4194304 5064252 140733803424384 140733803423296 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2780/statm: 2287 267 226 213 0 72 0
[pid=2781] ppid=2780 vsize=40676 CPUtime=195.91 cores=0,2,4,6
/proc/2781/stat : 2781 (glucose_static) R 2780 2257 719 0 -1 4202496 38527 0 0 0 19577 14 0 0 20 0 1 0 272118165 41652224 9261 33554432000 4194304 4896791 140734035991296 140734035988504 4205551 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2781/statm: 10169 9261 78 172 0 9995 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 62256

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2785
/proc/meminfo: memFree=28273792/32873844 swapFree=6080/6080
[pid=2257] ppid=2255 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2257/stat : 2257 (runPb2sat.sh) S 2255 2257 719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271989532 9367552 275 33554432000 4194304 5064252 140733595367680 140733595366592 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2257/statm: 2287 275 233 213 0 72 0
[pid=2258] ppid=2257 vsize=3284 CPUtime=1286.01 cores=0,2,4,6
/proc/2258/stat : 2258 (pb2sat) S 2257 2257 719 0 -1 4202496 1620 105290 0 0 4 0 128536 61 20 0 1 0 271989532 3362816 487 33554432000 4194304 5873084 140736628697296 140736628691112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2258/statm: 821 487 175 410 0 403 0
[pid=2780] ppid=2258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2780/stat : 2780 (satsolver.sh) S 2258 2257 719 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272118164 9367552 267 33554432000 4194304 5064252 140733803424384 140733803423296 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2780/statm: 2287 267 226 213 0 72 0
[pid=2781] ppid=2780 vsize=44300 CPUtime=255.9 cores=0,2,4,6
/proc/2781/stat : 2781 (glucose_static) R 2780 2257 719 0 -1 4202496 43980 0 0 0 25573 17 0 0 20 0 1 0 272118165 45363200 10249 33554432000 4194304 4896791 140734035991296 140734035988552 4225445 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2781/statm: 11075 10249 78 172 0 10901 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 65880

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2785
/proc/meminfo: memFree=28279612/32873844 swapFree=6080/6080
[pid=2257] ppid=2255 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2257/stat : 2257 (runPb2sat.sh) S 2255 2257 719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271989532 9367552 275 33554432000 4194304 5064252 140733595367680 140733595366592 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2257/statm: 2287 275 233 213 0 72 0
[pid=2258] ppid=2257 vsize=3284 CPUtime=1286.01 cores=0,2,4,6
/proc/2258/stat : 2258 (pb2sat) S 2257 2257 719 0 -1 4202496 1620 105290 0 0 4 0 128536 61 20 0 1 0 271989532 3362816 487 33554432000 4194304 5873084 140736628697296 140736628691112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2258/statm: 821 487 175 410 0 403 0
[pid=2780] ppid=2258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2780/stat : 2780 (satsolver.sh) S 2258 2257 719 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272118164 9367552 267 33554432000 4194304 5064252 140733803424384 140733803423296 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2780/statm: 2287 267 226 213 0 72 0
[pid=2781] ppid=2780 vsize=38508 CPUtime=315.89 cores=0,2,4,6
/proc/2781/stat : 2781 (glucose_static) R 2780 2257 719 0 -1 4202496 48638 0 0 0 31570 19 0 0 20 0 1 0 272118165 39432192 8490 33554432000 4194304 4896791 140734035991296 140734035988872 4224684 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2781/statm: 9627 8490 78 172 0 9453 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 60088

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2789
/proc/meminfo: memFree=28288056/32873844 swapFree=6080/6080
[pid=2257] ppid=2255 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2257/stat : 2257 (runPb2sat.sh) S 2255 2257 719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271989532 9367552 275 33554432000 4194304 5064252 140733595367680 140733595366592 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2257/statm: 2287 275 233 213 0 72 0
[pid=2258] ppid=2257 vsize=3284 CPUtime=1627.48 cores=0,2,4,6
/proc/2258/stat : 2258 (pb2sat) S 2257 2257 719 0 -1 4202496 2007 156012 0 0 5 0 162661 82 20 0 1 0 271989532 3362816 487 33554432000 4194304 5873084 140736628697296 140736628691112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2258/statm: 821 487 175 410 0 403 0
[pid=2787] ppid=2258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2787/stat : 2787 (satsolver.sh) S 2258 2257 719 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272152320 9367552 267 33554432000 4194304 5064252 140733544691072 140733544689984 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2787/statm: 2287 267 226 213 0 72 0
[pid=2788] ppid=2787 vsize=23808 CPUtime=34.39 cores=0,2,4,6
/proc/2788/stat : 2788 (glucose_static) R 2787 2257 719 0 -1 4202496 16123 0 0 0 3436 3 0 0 20 0 1 0 272152320 24379392 4448 33554432000 4194304 4896791 140734555567152 140734555562888 4225400 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2788/statm: 5952 4448 78 172 0 5778 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 45388

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2789
/proc/meminfo: memFree=28289848/32873844 swapFree=6080/6080
[pid=2257] ppid=2255 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2257/stat : 2257 (runPb2sat.sh) S 2255 2257 719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271989532 9367552 275 33554432000 4194304 5064252 140733595367680 140733595366592 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2257/statm: 2287 275 233 213 0 72 0
[pid=2258] ppid=2257 vsize=3284 CPUtime=1627.48 cores=0,2,4,6
/proc/2258/stat : 2258 (pb2sat) S 2257 2257 719 0 -1 4202496 2007 156012 0 0 5 0 162661 82 20 0 1 0 271989532 3362816 487 33554432000 4194304 5873084 140736628697296 140736628691112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2258/statm: 821 487 175 410 0 403 0
[pid=2787] ppid=2258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2787/stat : 2787 (satsolver.sh) S 2258 2257 719 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272152320 9367552 267 33554432000 4194304 5064252 140733544691072 140733544689984 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2787/statm: 2287 267 226 213 0 72 0
[pid=2788] ppid=2787 vsize=27924 CPUtime=94.38 cores=0,2,4,6
/proc/2788/stat : 2788 (glucose_static) R 2787 2257 719 0 -1 4202496 28208 0 0 0 9430 8 0 0 20 0 1 0 272152320 28594176 5463 33554432000 4194304 4896791 140734555567152 140734555564360 4225517 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2788/statm: 6981 5463 78 172 0 6807 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 49504

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2789
/proc/meminfo: memFree=28279116/32873844 swapFree=6080/6080
[pid=2257] ppid=2255 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2257/stat : 2257 (runPb2sat.sh) S 2255 2257 719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271989532 9367552 275 33554432000 4194304 5064252 140733595367680 140733595366592 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2257/statm: 2287 275 233 213 0 72 0
[pid=2258] ppid=2257 vsize=3284 CPUtime=1627.48 cores=0,2,4,6
/proc/2258/stat : 2258 (pb2sat) S 2257 2257 719 0 -1 4202496 2007 156012 0 0 5 0 162661 82 20 0 1 0 271989532 3362816 487 33554432000 4194304 5873084 140736628697296 140736628691112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2258/statm: 821 487 175 410 0 403 0
[pid=2787] ppid=2258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2787/stat : 2787 (satsolver.sh) S 2258 2257 719 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272152320 9367552 267 33554432000 4194304 5064252 140733544691072 140733544689984 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2787/statm: 2287 267 226 213 0 72 0
[pid=2788] ppid=2787 vsize=31844 CPUtime=154.36 cores=0,2,4,6
/proc/2788/stat : 2788 (glucose_static) R 2787 2257 719 0 -1 4202496 34521 0 0 0 15425 11 0 0 20 0 1 0 272152320 32608256 6415 33554432000 4194304 4896791 140734555567152 140734555564680 4225445 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2788/statm: 7961 6415 78 172 0 7787 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 53424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2789
/proc/meminfo: memFree=28274584/32873844 swapFree=6080/6080
[pid=2257] ppid=2255 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2257/stat : 2257 (runPb2sat.sh) S 2255 2257 719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271989532 9367552 275 33554432000 4194304 5064252 140733595367680 140733595366592 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2257/statm: 2287 275 233 213 0 72 0
[pid=2258] ppid=2257 vsize=3284 CPUtime=1627.48 cores=0,2,4,6
/proc/2258/stat : 2258 (pb2sat) S 2257 2257 719 0 -1 4202496 2007 156012 0 0 5 0 162661 82 20 0 1 0 271989532 3362816 487 33554432000 4194304 5873084 140736628697296 140736628691112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2258/statm: 821 487 175 410 0 403 0
[pid=2787] ppid=2258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2787/stat : 2787 (satsolver.sh) S 2258 2257 719 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272152320 9367552 267 33554432000 4194304 5064252 140733544691072 140733544689984 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2787/statm: 2287 267 226 213 0 72 0
[pid=2788] ppid=2787 vsize=40340 CPUtime=172.58 cores=0,2,4,6
/proc/2788/stat : 2788 (glucose_static) R 2787 2257 719 0 -1 4202496 37352 0 0 0 17245 13 0 0 20 0 1 0 272152320 41308160 8497 33554432000 4194304 4896791 140734555567152 140734555564408 4203877 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2788/statm: 10085 8497 78 172 0 9911 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 61920

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2789
/proc/meminfo: memFree=28274584/32873844 swapFree=6080/6080
[pid=2257] ppid=2255 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2257/stat : 2257 (runPb2sat.sh) S 2255 2257 719 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271989532 9367552 275 33554432000 4194304 5064252 140733595367680 140733595366592 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2257/statm: 2287 275 233 213 0 72 0
[pid=2258] ppid=2257 vsize=3284 CPUtime=1627.48 cores=0,2,4,6
/proc/2258/stat : 2258 (pb2sat) S 2257 2257 719 0 -1 4202496 2007 156012 0 0 5 0 162661 82 20 0 1 0 271989532 3362816 487 33554432000 4194304 5873084 140736628697296 140736628691112 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2258/statm: 821 487 175 410 0 403 0
[pid=2787] ppid=2258 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2787/stat : 2787 (satsolver.sh) S 2258 2257 719 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272152320 9367552 267 33554432000 4194304 5064252 140733544691072 140733544689984 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2787/statm: 2287 267 226 213 0 72 0
[pid=2788] ppid=2787 vsize=40340 CPUtime=172.58 cores=0,2,4,6
/proc/2788/stat : 2788 (glucose_static) R 2787 2257 719 0 -1 4202496 37352 0 0 0 17245 13 0 0 20 0 1 0 272152320 41308160 8497 33554432000 4194304 4896791 140734555567152 140734555564408 4203877 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2788/statm: 10085 8497 78 172 0 9911 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 61920

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.09
CPU user time (s): 1799.12
CPU system time (s): 0.965853
CPU usage (%): 99.9767
Max. virtual memory (cumulated for all children) (KiB): 131284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 0.965853
maximum resident set size= 87384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196361
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 210
involuntary context switches= 2093

runsolver used 3.2655 second user time and 7.17991 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-26 20:56:51
IDJOB=3696350
IDBENCH=2060
IDSOLVER=2274
FILE ID=node110/3696350-1338058611
RUNJOBID= node110-1338050719-735
PBS_JOBID= 14624381
Free space on /tmp= 71544 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8a2.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696350-1338058611/watcher-3696350-1338058611 -o /tmp/evaluation-result-3696350-1338058611/solver-3696350-1338058611 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696350-1338058611.opb 157277417 HOME HOME

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

MD5SUM BENCH= d9e9e5fece70ebbc4c28befed36e7afc
RANDOM SEED=157277417

node110.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28268456 kB
Buffers:          257056 kB
Cached:          3484568 kB
SwapCached:            0 kB
Active:           749008 kB
Inactive:        3082620 kB
Active(anon):      92168 kB
Inactive(anon):        0 kB
Active(file):     656840 kB
Inactive(file):  3082620 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8552 kB
Writeback:             0 kB
AnonPages:        105644 kB
Mapped:            14168 kB
Shmem:               200 kB
Slab:             635424 kB
SReclaimable:      77892 kB
SUnreclaim:       557532 kB
KernelStack:        1504 kB
PageTables:         4060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     199092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71540 MiB
End job on node110 at 2012-05-26 21:26:52