Trace number 3696930

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.06 1800.51

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_3.opb
MD5SUMe05fbfdce4433b0b2590ec382b530cec
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-69
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -71
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)150588
Sum of products size (including duplicates)301176
Number of different products75294
Sum of products size150588

Solver Data

9.37/9.47	c model valid
9.37/9.47	c current solution ok
11.44/11.68	o -54
11.44/11.68	c current bound: 473
11.44/11.68	c (debug) using card networks
1800.02/1800.50	./satsolver.sh: line 5: 15596 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.02/1800.50	c error: unexpected solver exit code
1800.02/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-3696930-1338081868/watcher-3696930-1338081868 -o /tmp/evaluation-result-3696930-1338081868/solver-3696930-1338081868 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696930-1338081868.opb 414374247 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.00 2.00 2.00 3/180 15589
/proc/meminfo: memFree=28875416/32873844 swapFree=7900/7900
[pid=15589] ppid=15587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15589/stat : 15589 (runPb2sat.sh) S 15587 15589 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274311323 9367552 275 33554432000 4194304 5064252 140735786977088 140735786976000 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 2287 275 233 213 0 72 0

[startup+0.0951431 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15589
/proc/meminfo: memFree=28875416/32873844 swapFree=7900/7900
[pid=15589] ppid=15587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15589/stat : 15589 (runPb2sat.sh) S 15587 15589 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274311323 9367552 275 33554432000 4194304 5064252 140735786977088 140735786976000 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100295 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15589
/proc/meminfo: memFree=28875416/32873844 swapFree=7900/7900
[pid=15589] ppid=15587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15589/stat : 15589 (runPb2sat.sh) S 15587 15589 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274311323 9367552 275 33554432000 4194304 5064252 140735786977088 140735786976000 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300257 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15589
/proc/meminfo: memFree=28875416/32873844 swapFree=7900/7900
[pid=15589] ppid=15587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15589/stat : 15589 (runPb2sat.sh) S 15587 15589 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274311323 9367552 275 33554432000 4194304 5064252 140735786977088 140735786976000 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700175 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15589
/proc/meminfo: memFree=28875416/32873844 swapFree=7900/7900
[pid=15589] ppid=15587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15589/stat : 15589 (runPb2sat.sh) S 15587 15589 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274311323 9367552 275 33554432000 4194304 5064252 140735786977088 140735786976000 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 15593
/proc/meminfo: memFree=28710908/32873844 swapFree=7900/7900
[pid=15589] ppid=15587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15589/stat : 15589 (runPb2sat.sh) S 15587 15589 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274311323 9367552 275 33554432000 4194304 5064252 140735786977088 140735786976000 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 2287 275 233 213 0 72 0
[pid=15590] ppid=15589 vsize=49988 CPUtime=0.6 cores=0,2,4,6
/proc/15590/stat : 15590 (pb2sat) S 15589 15589 11448 0 -1 4202496 8029 0 0 0 55 5 0 0 20 0 1 0 274311323 51187712 9583 33554432000 4194304 5873084 140734687908976 140734687905400 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15590/statm: 12497 9583 167 410 0 12079 0
[pid=15592] ppid=15590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15592/stat : 15592 (satsolver.sh) S 15590 15589 11448 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274311384 9367552 267 33554432000 4194304 5064252 140735963770496 140735963769408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15592/statm: 2287 267 226 213 0 72 0
[pid=15593] ppid=15592 vsize=126460 CPUtime=0.87 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose_static) R 15592 15589 11448 0 -1 4202496 21355 0 0 0 83 4 0 0 20 0 1 0 274311384 129495040 26808 33554432000 4194304 4896791 140733599809920 140733599807224 4224844 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15593/statm: 31615 26808 77 172 0 31441 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 194744

[startup+3.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 15593
/proc/meminfo: memFree=28705380/32873844 swapFree=7900/7900
[pid=15589] ppid=15587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15589/stat : 15589 (runPb2sat.sh) S 15587 15589 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274311323 9367552 275 33554432000 4194304 5064252 140735786977088 140735786976000 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 2287 275 233 213 0 72 0
[pid=15590] ppid=15589 vsize=49988 CPUtime=0.6 cores=0,2,4,6
/proc/15590/stat : 15590 (pb2sat) S 15589 15589 11448 0 -1 4202496 8029 0 0 0 55 5 0 0 20 0 1 0 274311323 51187712 9583 33554432000 4194304 5873084 140734687908976 140734687905400 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15590/statm: 12497 9583 167 410 0 12079 0
[pid=15592] ppid=15590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15592/stat : 15592 (satsolver.sh) S 15590 15589 11448 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274311384 9367552 267 33554432000 4194304 5064252 140735963770496 140735963769408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15592/statm: 2287 267 226 213 0 72 0
[pid=15593] ppid=15592 vsize=127780 CPUtime=2.47 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose_static) R 15592 15589 11448 0 -1 4202496 21800 0 0 0 243 4 0 0 20 0 1 0 274311384 130846720 27253 33554432000 4194304 4896791 140733599809920 140733599807224 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15593/statm: 31945 27253 77 172 0 31771 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 196064

[startup+6.30041 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 15593
/proc/meminfo: memFree=28717040/32873844 swapFree=7900/7900
[pid=15589] ppid=15587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15589/stat : 15589 (runPb2sat.sh) S 15587 15589 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274311323 9367552 275 33554432000 4194304 5064252 140735786977088 140735786976000 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 2287 275 233 213 0 72 0
[pid=15590] ppid=15589 vsize=49988 CPUtime=0.6 cores=0,2,4,6
/proc/15590/stat : 15590 (pb2sat) S 15589 15589 11448 0 -1 4202496 8029 0 0 0 55 5 0 0 20 0 1 0 274311323 51187712 9583 33554432000 4194304 5873084 140734687908976 140734687905400 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15590/statm: 12497 9583 167 410 0 12079 0
[pid=15592] ppid=15590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15592/stat : 15592 (satsolver.sh) S 15590 15589 11448 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274311384 9367552 267 33554432000 4194304 5064252 140735963770496 140735963769408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15592/statm: 2287 267 226 213 0 72 0
[pid=15593] ppid=15592 vsize=128984 CPUtime=5.67 cores=0,2,4,6
/proc/15593/stat : 15593 (glucose_static) R 15592 15589 11448 0 -1 4202496 22094 0 0 0 563 4 0 0 20 0 1 0 274311384 132079616 27547 33554432000 4194304 4896791 140733599809920 140733599807224 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15593/statm: 32246 27547 77 172 0 32072 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 197268

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15596
/proc/meminfo: memFree=28675268/32873844 swapFree=7900/7900
[pid=15589] ppid=15587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15589/stat : 15589 (runPb2sat.sh) S 15587 15589 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274311323 9367552 275 33554432000 4194304 5064252 140735786977088 140735786976000 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 2287 275 233 213 0 72 0
[pid=15590] ppid=15589 vsize=59316 CPUtime=11.55 cores=0,2,4,6
/proc/15590/stat : 15590 (pb2sat) S 15589 15589 11448 0 -1 4202496 11004 23454 0 0 103 174 869 9 20 0 1 0 274311323 60739584 11925 33554432000 4194304 5873084 140734687908976 140734687902792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/15590/statm: 14829 11925 177 410 0 14411 0
[pid=15595] ppid=15590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15595/stat : 15595 (satsolver.sh) S 15590 15589 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274312494 9367552 267 33554432000 4194304 5064252 140735156483840 140735156482752 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15595/statm: 2287 267 226 213 0 72 0
[pid=15596] ppid=15595 vsize=132120 CPUtime=0.97 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15595 15589 11448 0 -1 4202496 24755 0 0 0 92 5 0 0 20 0 1 0 274312494 135290880 29518 33554432000 4194304 4896791 140736329419200 140736329416504 4225157 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15596/statm: 33030 29518 78 172 0 32856 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 209732

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 15597
/proc/meminfo: memFree=28674744/32873844 swapFree=7900/7900
[pid=15589] ppid=15587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15589/stat : 15589 (runPb2sat.sh) S 15587 15589 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274311323 9367552 275 33554432000 4194304 5064252 140735786977088 140735786976000 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 2287 275 233 213 0 72 0
[pid=15590] ppid=15589 vsize=59316 CPUtime=11.55 cores=0,2,4,6
/proc/15590/stat : 15590 (pb2sat) S 15589 15589 11448 0 -1 4202496 11004 23454 0 0 103 174 869 9 20 0 1 0 274311323 60739584 11925 33554432000 4194304 5873084 140734687908976 140734687902792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/15590/statm: 14829 11925 177 410 0 14411 0
[pid=15595] ppid=15590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15595/stat : 15595 (satsolver.sh) S 15590 15589 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274312494 9367552 267 33554432000 4194304 5064252 140735156483840 140735156482752 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15595/statm: 2287 267 226 213 0 72 0
[pid=15596] ppid=15595 vsize=133572 CPUtime=13.77 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15595 15589 11448 0 -1 4202496 25122 0 0 0 1371 6 0 0 20 0 1 0 274312494 136777728 30396 33554432000 4194304 4896791 140736329419200 140736329416424 4224684 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15596/statm: 33393 30396 78 172 0 33219 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 211184

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 15597
/proc/meminfo: memFree=28663008/32873844 swapFree=7900/7900
[pid=15589] ppid=15587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15589/stat : 15589 (runPb2sat.sh) S 15587 15589 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274311323 9367552 275 33554432000 4194304 5064252 140735786977088 140735786976000 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 2287 275 233 213 0 72 0
[pid=15590] ppid=15589 vsize=59316 CPUtime=11.55 cores=0,2,4,6
/proc/15590/stat : 15590 (pb2sat) S 15589 15589 11448 0 -1 4202496 11004 23454 0 0 103 174 869 9 20 0 1 0 274311323 60739584 11925 33554432000 4194304 5873084 140734687908976 140734687902792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/15590/statm: 14829 11925 177 410 0 14411 0
[pid=15595] ppid=15590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15595/stat : 15595 (satsolver.sh) S 15590 15589 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274312494 9367552 267 33554432000 4194304 5064252 140735156483840 140735156482752 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15595/statm: 2287 267 226 213 0 72 0
[pid=15596] ppid=15595 vsize=134940 CPUtime=39.36 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15595 15589 11448 0 -1 4202496 25448 0 0 0 3930 6 0 0 20 0 1 0 274312494 138178560 31227 33554432000 4194304 4896791 140736329419200 140736329416408 4205040 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15596/statm: 33735 31227 78 172 0 33561 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 212552

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 15597
/proc/meminfo: memFree=28648908/32873844 swapFree=7900/7900
[pid=15589] ppid=15587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15589/stat : 15589 (runPb2sat.sh) S 15587 15589 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274311323 9367552 275 33554432000 4194304 5064252 140735786977088 140735786976000 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 2287 275 233 213 0 72 0
[pid=15590] ppid=15589 vsize=59316 CPUtime=11.55 cores=0,2,4,6
/proc/15590/stat : 15590 (pb2sat) S 15589 15589 11448 0 -1 4202496 11004 23454 0 0 103 174 869 9 20 0 1 0 274311323 60739584 11925 33554432000 4194304 5873084 140734687908976 140734687902792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/15590/statm: 14829 11925 177 410 0 14411 0
[pid=15595] ppid=15590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15595/stat : 15595 (satsolver.sh) S 15590 15589 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274312494 9367552 267 33554432000 4194304 5064252 140735156483840 140735156482752 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15595/statm: 2287 267 226 213 0 72 0
[pid=15596] ppid=15595 vsize=136456 CPUtime=90.55 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15595 15589 11448 0 -1 4202496 26391 0 0 0 9048 7 0 0 20 0 1 0 274312494 139730944 31147 33554432000 4194304 4896791 140736329419200 140736329416728 4224684 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15596/statm: 34114 31147 78 172 0 33940 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 214068

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 15597
/proc/meminfo: memFree=28634168/32873844 swapFree=7900/7900
[pid=15589] ppid=15587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15589/stat : 15589 (runPb2sat.sh) S 15587 15589 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274311323 9367552 275 33554432000 4194304 5064252 140735786977088 140735786976000 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 2287 275 233 213 0 72 0
[pid=15590] ppid=15589 vsize=59316 CPUtime=11.55 cores=0,2,4,6
/proc/15590/stat : 15590 (pb2sat) S 15589 15589 11448 0 -1 4202496 11004 23454 0 0 103 174 869 9 20 0 1 0 274311323 60739584 11925 33554432000 4194304 5873084 140734687908976 140734687902792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/15590/statm: 14829 11925 177 410 0 14411 0
[pid=15595] ppid=15590 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/184 15608
/proc/meminfo: memFree=28541648/32873844 swapFree=7900/7900
[pid=15589] ppid=15587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15589/stat : 15589 (runPb2sat.sh) S 15587 15589 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274311323 9367552 275 33554432000 4194304 5064252 140735786977088 140735786976000 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 2287 275 233 213 0 72 0
[pid=15590] ppid=15589 vsize=59316 CPUtime=11.55 cores=0,2,4,6
/proc/15590/stat : 15590 (pb2sat) S 15589 15589 11448 0 -1 4202496 11004 23454 0 0 103 174 869 9 20 0 1 0 274311323 60739584 11925 33554432000 4194304 5873084 140734687908976 140734687902792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/15590/statm: 14829 11925 177 410 0 14411 0
[pid=15595] ppid=15590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15595/stat : 15595 (satsolver.sh) S 15590 15589 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274312494 9367552 267 33554432000 4194304 5064252 140735156483840 140735156482752 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15595/statm: 2287 267 226 213 0 72 0
[pid=15596] ppid=15595 vsize=204524 CPUtime=1350.33 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15595 15589 11448 0 -1 4202496 36977 0 0 0 135010 23 0 0 20 0 1 0 274312494 209432576 42982 33554432000 4194304 4896791 140736329419200 140736329414936 4223862 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15596/statm: 51131 42982 78 172 0 50957 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 282136

[startup+1422.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/184 15817
/proc/meminfo: memFree=28779108/32873844 swapFree=7900/7900
[pid=15589] ppid=15587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15589/stat : 15589 (runPb2sat.sh) S 15587 15589 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274311323 9367552 275 33554432000 4194304 5064252 140735786977088 140735786976000 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 2287 275 233 213 0 72 0
[pid=15590] ppid=15589 vsize=59316 CPUtime=11.55 cores=0,2,4,6
/proc/15590/stat : 15590 (pb2sat) S 15589 15589 11448 0 -1 4202496 11004 23454 0 0 103 174 869 9 20 0 1 0 274311323 60739584 11925 33554432000 4194304 5873084 140734687908976 140734687902792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/15590/statm: 14829 11925 177 410 0 14411 0
[pid=15595] ppid=15590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15595/stat : 15595 (satsolver.sh) S 15590 15589 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274312494 9367552 267 33554432000 4194304 5064252 140735156483840 140735156482752 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15595/statm: 2287 267 226 213 0 72 0
[pid=15596] ppid=15595 vsize=174044 CPUtime=1410.33 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15595 15589 11448 0 -1 4202496 37249 0 0 0 141009 24 0 0 20 0 1 0 274312494 178221056 39048 33554432000 4194304 4896791 140736329419200 140736329414872 4224921 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15596/statm: 43511 39048 78 172 0 43337 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 251656

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 15817
/proc/meminfo: memFree=28791444/32873844 swapFree=7900/7900
[pid=15589] ppid=15587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15589/stat : 15589 (runPb2sat.sh) S 15587 15589 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274311323 9367552 275 33554432000 4194304 5064252 140735786977088 140735786976000 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 2287 275 233 213 0 72 0
[pid=15590] ppid=15589 vsize=59316 CPUtime=11.55 cores=0,2,4,6
/proc/15590/stat : 15590 (pb2sat) S 15589 15589 11448 0 -1 4202496 11004 23454 0 0 103 174 869 9 20 0 1 0 274311323 60739584 11925 33554432000 4194304 5873084 140734687908976 140734687902792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/15590/statm: 14829 11925 177 410 0 14411 0
[pid=15595] ppid=15590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15595/stat : 15595 (satsolver.sh) S 15590 15589 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274312494 9367552 267 33554432000 4194304 5064252 140735156483840 140735156482752 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15595/statm: 2287 267 226 213 0 72 0
[pid=15596] ppid=15595 vsize=174408 CPUtime=1470.31 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15595 15589 11448 0 -1 4202496 37324 0 0 0 147007 24 0 0 20 0 1 0 274312494 178593792 41166 33554432000 4194304 4896791 140736329419200 140736329416728 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15596/statm: 43602 41166 78 172 0 43428 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 252020

[startup+1542.31 s]
/proc/loadavg: 1.85 1.98 1.99 2/174 15846
/proc/meminfo: memFree=28884600/32873844 swapFree=7900/7900
[pid=15589] ppid=15587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15589/stat : 15589 (runPb2sat.sh) S 15587 15589 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274311323 9367552 275 33554432000 4194304 5064252 140735786977088 140735786976000 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 2287 275 233 213 0 72 0
[pid=15590] ppid=15589 vsize=59316 CPUtime=11.55 cores=0,2,4,6
/proc/15590/stat : 15590 (pb2sat) S 15589 15589 11448 0 -1 4202496 11004 23454 0 0 103 174 869 9 20 0 1 0 274311323 60739584 11925 33554432000 4194304 5873084 140734687908976 140734687902792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/15590/statm: 14829 11925 177 410 0 14411 0
[pid=15595] ppid=15590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15595/stat : 15595 (satsolver.sh) S 15590 15589 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274312494 9367552 267 33554432000 4194304 5064252 140735156483840 140735156482752 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15595/statm: 2287 267 226 213 0 72 0
[pid=15596] ppid=15595 vsize=205724 CPUtime=1530.31 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15595 15589 11448 0 -1 4202496 37979 0 0 0 153007 24 0 0 20 0 1 0 274312494 210661376 43349 33554432000 4194304 4896791 140736329419200 140736329416408 4224840 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15596/statm: 51431 43349 78 172 0 51257 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 283336

[startup+1602.3 s]
/proc/loadavg: 1.31 1.80 1.92 2/174 15847
/proc/meminfo: memFree=28901884/32873844 swapFree=7900/7900
[pid=15589] ppid=15587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15589/stat : 15589 (runPb2sat.sh) S 15587 15589 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274311323 9367552 275 33554432000 4194304 5064252 140735786977088 140735786976000 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 2287 275 233 213 0 72 0
[pid=15590] ppid=15589 vsize=59316 CPUtime=11.55 cores=0,2,4,6
/proc/15590/stat : 15590 (pb2sat) S 15589 15589 11448 0 -1 4202496 11004 23454 0 0 103 174 869 9 20 0 1 0 274311323 60739584 11925 33554432000 4194304 5873084 140734687908976 140734687902792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/15590/statm: 14829 11925 177 410 0 14411 0
[pid=15595] ppid=15590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15595/stat : 15595 (satsolver.sh) S 15590 15589 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274312494 9367552 267 33554432000 4194304 5064252 140735156483840 140735156482752 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15595/statm: 2287 267 226 213 0 72 0
[pid=15596] ppid=15595 vsize=175816 CPUtime=1590.29 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15595 15589 11448 0 -1 4202496 38280 0 0 0 159004 25 0 0 20 0 1 0 274312494 180035584 38909 33554432000 4194304 4896791 140736329419200 140736329414296 4224802 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15596/statm: 43954 38909 78 172 0 43780 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 253428

[startup+1662.3 s]
/proc/loadavg: 1.11 1.65 1.86 2/174 15847
/proc/meminfo: memFree=28895492/32873844 swapFree=7900/7900
[pid=15589] ppid=15587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15589/stat : 15589 (runPb2sat.sh) S 15587 15589 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274311323 9367552 275 33554432000 4194304 5064252 140735786977088 140735786976000 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 2287 275 233 213 0 72 0
[pid=15590] ppid=15589 vsize=59316 CPUtime=11.55 cores=0,2,4,6
/proc/15590/stat : 15590 (pb2sat) S 15589 15589 11448 0 -1 4202496 11004 23454 0 0 103 174 869 9 20 0 1 0 274311323 60739584 11925 33554432000 4194304 5873084 140734687908976 140734687902792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/15590/statm: 14829 11925 177 410 0 14411 0
[pid=15595] ppid=15590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15595/stat : 15595 (satsolver.sh) S 15590 15589 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274312494 9367552 267 33554432000 4194304 5064252 140735156483840 140735156482752 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15595/statm: 2287 267 226 213 0 72 0
[pid=15596] ppid=15595 vsize=176316 CPUtime=1650.29 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15595 15589 11448 0 -1 4202496 38411 0 0 0 165004 25 0 0 20 0 1 0 274312494 180547584 40573 33554432000 4194304 4896791 140736329419200 140736329414216 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15596/statm: 44079 40573 78 172 0 43905 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 253928

[startup+1722.3 s]
/proc/loadavg: 1.04 1.53 1.81 2/174 15847
/proc/meminfo: memFree=28888604/32873844 swapFree=7900/7900
[pid=15589] ppid=15587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15589/stat : 15589 (runPb2sat.sh) S 15587 15589 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274311323 9367552 275 33554432000 4194304 5064252 140735786977088 140735786976000 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 2287 275 233 213 0 72 0
[pid=15590] ppid=15589 vsize=59316 CPUtime=11.55 cores=0,2,4,6
/proc/15590/stat : 15590 (pb2sat) S 15589 15589 11448 0 -1 4202496 11004 23454 0 0 103 174 869 9 20 0 1 0 274311323 60739584 11925 33554432000 4194304 5873084 140734687908976 140734687902792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/15590/statm: 14829 11925 177 410 0 14411 0
[pid=15595] ppid=15590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15595/stat : 15595 (satsolver.sh) S 15590 15589 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274312494 9367552 267 33554432000 4194304 5064252 140735156483840 140735156482752 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15595/statm: 2287 267 226 213 0 72 0
[pid=15596] ppid=15595 vsize=176956 CPUtime=1710.28 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15595 15589 11448 0 -1 4202496 38571 0 0 0 171003 25 0 0 20 0 1 0 274312494 181202944 42266 33554432000 4194304 4896791 140736329419200 140736329416408 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15596/statm: 44239 42266 78 172 0 44065 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 254568

[startup+1782.3 s]
/proc/loadavg: 1.01 1.43 1.75 2/174 15847
/proc/meminfo: memFree=28899540/32873844 swapFree=7900/7900
[pid=15589] ppid=15587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15589/stat : 15589 (runPb2sat.sh) S 15587 15589 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274311323 9367552 275 33554432000 4194304 5064252 140735786977088 140735786976000 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 2287 275 233 213 0 72 0
[pid=15590] ppid=15589 vsize=59316 CPUtime=11.55 cores=0,2,4,6
/proc/15590/stat : 15590 (pb2sat) S 15589 15589 11448 0 -1 4202496 11004 23454 0 0 103 174 869 9 20 0 1 0 274311323 60739584 11925 33554432000 4194304 5873084 140734687908976 140734687902792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/15590/statm: 14829 11925 177 410 0 14411 0
[pid=15595] ppid=15590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15595/stat : 15595 (satsolver.sh) S 15590 15589 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274312494 9367552 267 33554432000 4194304 5064252 140735156483840 140735156482752 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15595/statm: 2287 267 226 213 0 72 0
[pid=15596] ppid=15595 vsize=177612 CPUtime=1770.27 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15595 15589 11448 0 -1 4202496 38885 0 0 0 177000 27 0 0 20 0 1 0 274312494 181874688 39386 33554432000 4194304 4896791 140736329419200 140736329416776 4224921 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15596/statm: 44403 39386 78 172 0 44229 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 255224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.01 1.41 1.74 2/174 15847
/proc/meminfo: memFree=28897492/32873844 swapFree=7900/7900
[pid=15589] ppid=15587 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15589/stat : 15589 (runPb2sat.sh) S 15587 15589 11448 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274311323 9367552 275 33554432000 4194304 5064252 140735786977088 140735786976000 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 2287 275 233 213 0 72 0
[pid=15590] ppid=15589 vsize=59316 CPUtime=11.55 cores=0,2,4,6
/proc/15590/stat : 15590 (pb2sat) S 15589 15589 11448 0 -1 4202496 11004 23454 0 0 103 174 869 9 20 0 1 0 274311323 60739584 11925 33554432000 4194304 5873084 140734687908976 140734687902792 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 13 0 0
/proc/15590/statm: 14829 11925 177 410 0 14411 0
[pid=15595] ppid=15590 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15595/stat : 15595 (satsolver.sh) S 15590 15589 11448 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274312494 9367552 267 33554432000 4194304 5064252 140735156483840 140735156482752 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/15595/statm: 2287 267 226 213 0 72 0
[pid=15596] ppid=15595 vsize=177728 CPUtime=1788.47 cores=0,2,4,6
/proc/15596/stat : 15596 (glucose_static) R 15595 15589 11448 0 -1 4202496 38895 0 0 0 178820 27 0 0 20 0 1 0 274312494 181993472 39907 33554432000 4194304 4896791 140736329419200 140736329414872 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/15596/statm: 44432 39907 78 172 0 44258 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 255340

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.06
CPU user time (s): 1797.94
CPU system time (s): 2.12268
CPU usage (%): 99.9751
Max. virtual memory (cumulated for all children) (KiB): 335364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.94
system time used= 2.12268
maximum resident set size= 213352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74342
page faults= 0
swaps= 0
block input operations= 0
block output operations= 129576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 81
involuntary context switches= 2372

runsolver used 6.52301 second user time and 18.5892 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-27 03:24:28
IDJOB=3696930
IDBENCH=48225
IDSOLVER=2274
FILE ID=node137/3696930-1338081868
RUNJOBID= node137-1338049161-11464
PBS_JOBID= 14624375
Free space on /tmp= 71272 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_60_3.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696930-1338081868/watcher-3696930-1338081868 -o /tmp/evaluation-result-3696930-1338081868/solver-3696930-1338081868 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696930-1338081868.opb 414374247 HOME HOME

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

MD5SUM BENCH= e05fbfdce4433b0b2590ec382b530cec
RANDOM SEED=414374247

node137.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.600
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.20
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.600
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.600
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.600
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.600
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.91
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.600
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.600
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.600
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:        28875416 kB
Buffers:          303568 kB
Cached:          2817060 kB
SwapCached:        22060 kB
Active:          1026600 kB
Inactive:        2164680 kB
Active(anon):      49888 kB
Inactive(anon):    22684 kB
Active(file):     976712 kB
Inactive(file):  2141996 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081508 kB
Dirty:             10536 kB
Writeback:             0 kB
AnonPages:         61940 kB
Mapped:            10896 kB
Shmem:                 0 kB
Slab:             666612 kB
SReclaimable:     108264 kB
SUnreclaim:       558348 kB
KernelStack:        1536 kB
PageTables:         4084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     180320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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= 71444 MiB
End job on node137 at 2012-05-27 03:54:29