Trace number 3695881

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
pb2sat 2012-05-19? (TO) 1800.11 1800.41

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped3.G.recomb10-0.20-12.opb
MD5SUM0493a86959ec9499ad3c5cf5e49b40f2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20554
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables83617
Total number of constraints1251886
Number of constraints which are clauses1251886
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 constraint1
Maximum length of a constraint339
Number of terms in the objective function 10460
Biggest coefficient in the objective function 341
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 3451260
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 341
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 3451260
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.97/5.00	c model valid
4.97/5.00	c current solution ok
7.56/7.61	o 75146
7.56/7.61	c current bound: 37573
7.56/7.61	c fallback to adder encoding
1800.07/1800.41	./satsolver.sh: line 5:  3785 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.07/1800.41	c error: unexpected solver exit code
1800.07/1800.41	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-3695881-1338229698/watcher-3695881-1338229698 -o /tmp/evaluation-result-3695881-1338229698/solver-3695881-1338229698 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3695881-1338229698.opb 1951792737 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/177 3776
/proc/meminfo: memFree=27148428/32873648 swapFree=6336/6336
[pid=3776] ppid=3774 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/3776/stat : 3776 (runsolver) D 3774 3776 3602 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 289097165 12095488 52 33554432000 4194304 5436572 140735697940960 140735697937256 4883175 0 0 4096 24578 18446744071579943789 0 0 17 4 0 0 0 0 0
/proc/3776/statm: 2953 52 31 304 0 2645 0

[startup+0.049996 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3776
/proc/meminfo: memFree=27148428/32873648 swapFree=6336/6336
[pid=3776] ppid=3774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3776/stat : 3776 (runPb2sat.sh) S 3774 3776 3602 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289097165 9367552 275 33554432000 4194304 5064252 140733363050432 140733363049344 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3776/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100268 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3776
/proc/meminfo: memFree=27148428/32873648 swapFree=6336/6336
[pid=3776] ppid=3774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3776/stat : 3776 (runPb2sat.sh) S 3774 3776 3602 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289097165 9367552 275 33554432000 4194304 5064252 140733363050432 140733363049344 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3776/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300229 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3776
/proc/meminfo: memFree=27148428/32873648 swapFree=6336/6336
[pid=3776] ppid=3774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3776/stat : 3776 (runPb2sat.sh) S 3774 3776 3602 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289097165 9367552 275 33554432000 4194304 5064252 140733363050432 140733363049344 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3776/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700181 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3776
/proc/meminfo: memFree=27148428/32873648 swapFree=6336/6336
[pid=3776] ppid=3774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3776/stat : 3776 (runPb2sat.sh) S 3774 3776 3602 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289097165 9367552 275 33554432000 4194304 5064252 140733363050432 140733363049344 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3776/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3778
/proc/meminfo: memFree=27135288/32873648 swapFree=6336/6336
[pid=3776] ppid=3774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3776/stat : 3776 (runPb2sat.sh) S 3774 3776 3602 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289097165 9367552 275 33554432000 4194304 5064252 140733363050432 140733363049344 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3776/statm: 2287 275 233 213 0 72 0
[pid=3778] ppid=3776 vsize=19120 CPUtime=1.48 cores=0,2,4,6
/proc/3778/stat : 3778 (pb2sat) R 3776 3776 3602 0 -1 4202496 2650 0 0 0 147 1 0 0 20 0 1 0 289097166 19578880 3172 33554432000 4194304 5873084 140736559872912 140736559870584 4441392 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3778/statm: 4780 3172 145 410 0 4362 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 28268

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3778
/proc/meminfo: memFree=27118256/32873648 swapFree=6336/6336
[pid=3776] ppid=3774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3776/stat : 3776 (runPb2sat.sh) S 3774 3776 3602 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289097165 9367552 275 33554432000 4194304 5064252 140733363050432 140733363049344 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3776/statm: 2287 275 233 213 0 72 0
[pid=3778] ppid=3776 vsize=38412 CPUtime=3.09 cores=0,2,4,6
/proc/3778/stat : 3778 (pb2sat) R 3776 3776 3602 0 -1 4202496 3922 0 0 0 306 3 0 0 20 0 1 0 289097166 39333888 6480 33554432000 4194304 5873084 140736559872912 140736559869864 4419360 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3778/statm: 9603 6480 155 410 0 9185 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47560

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 3782
/proc/meminfo: memFree=26956828/32873648 swapFree=6336/6336
[pid=3776] ppid=3774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3776/stat : 3776 (runPb2sat.sh) S 3774 3776 3602 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289097165 9367552 275 33554432000 4194304 5064252 140733363050432 140733363049344 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3776/statm: 2287 275 233 213 0 72 0
[pid=3778] ppid=3776 vsize=46528 CPUtime=6.27 cores=0,2,4,6
/proc/3778/stat : 3778 (pb2sat) R 3776 3776 3602 0 -1 4202496 6560 11061 0 0 478 115 32 2 20 0 1 0 289097166 47644672 9527 33554432000 4194304 5873084 140736559872912 140736559868344 5127520 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3778/statm: 11632 9527 171 410 0 11214 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 55676

[startup+12.7004 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 3785
/proc/meminfo: memFree=26533540/32873648 swapFree=6336/6336
[pid=3776] ppid=3774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3776/stat : 3776 (runPb2sat.sh) S 3774 3776 3602 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289097165 9367552 275 33554432000 4194304 5064252 140733363050432 140733363049344 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3776/statm: 2287 275 233 213 0 72 0
[pid=3778] ppid=3776 vsize=149772 CPUtime=8.61 cores=0,2,4,6
/proc/3778/stat : 3778 (pb2sat) S 3776 3776 3602 0 -1 4202496 12194 11576 0 0 584 238 32 7 20 0 1 0 289097166 153366528 35071 33554432000 4194304 5873084 140736559872912 140736559866728 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3778/statm: 37443 35071 179 410 0 37025 0
[pid=3784] ppid=3778 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3784/stat : 3784 (satsolver.sh) S 3778 3776 3602 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289098029 9367552 267 33554432000 4194304 5064252 140733824931440 140733824930352 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3784/statm: 2287 267 226 213 0 72 0
[pid=3785] ppid=3784 vsize=209820 CPUtime=4.04 cores=0,2,4,6
/proc/3785/stat : 3785 (glucose_static) R 3784 3776 3602 0 -1 4202496 40161 0 0 0 395 9 0 0 20 0 1 0 289098030 214855680 47817 33554432000 4194304 4896791 140737015447952 140737015445000 4225008 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3785/statm: 52455 47817 78 172 0 52281 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 377888

[startup+25.5003 s]
/proc/loadavg: 2.14 2.03 2.01 3/183 3788
/proc/meminfo: memFree=25888764/32873648 swapFree=6336/6336
[pid=3776] ppid=3774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3776/stat : 3776 (runPb2sat.sh) S 3774 3776 3602 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289097165 9367552 275 33554432000 4194304 5064252 140733363050432 140733363049344 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3776/statm: 2287 275 233 213 0 72 0
[pid=3778] ppid=3776 vsize=149772 CPUtime=8.61 cores=0,2,4,6
/proc/3778/stat : 3778 (pb2sat) S 3776 3776 3602 0 -1 4202496 12194 11576 0 0 584 238 32 7 20 0 1 0 289097166 153366528 35071 33554432000 4194304 5873084 140736559872912 140736559866728 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3778/statm: 37443 35071 179 410 0 37025 0
[pid=3784] ppid=3778 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3784/stat : 3784 (satsolver.sh) S 3778 3776 3602 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289098029 9367552 267 33554432000 4194304 5064252 140733824931440 140733824930352 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3784/statm: 2287 267 226 213 0 72 0
[pid=3785] ppid=3784 vsize=209820 CPUtime=16.84 cores=0,2,4,6
/proc/3785/stat : 3785 (glucose_static) R 3784 3776 3602 0 -1 4202496 40174 0 0 0 1675 9 0 0 20 0 1 0 289098030 214855680 48341 33554432000 4194304 4896791 140737015447952 140737015445000 4224640 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3785/statm: 52455 48341 78 172 0 52281 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 377888

[startup+51.1004 s]
/proc/loadavg: 2.16 2.04 2.01 3/183 3788
/proc/meminfo: memFree=25895608/32873648 swapFree=6336/6336
[pid=3776] ppid=3774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3776/stat : 3776 (runPb2sat.sh) S 3774 3776 3602 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289097165 9367552 275 33554432000 4194304 5064252 140733363050432 140733363049344 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3776/statm: 2287 275 233 213 0 72 0
[pid=3778] ppid=3776 vsize=149772 CPUtime=8.61 cores=0,2,4,6
/proc/3778/stat : 3778 (pb2sat) S 3776 3776 3602 0 -1 4202496 12194 11576 0 0 584 238 32 7 20 0 1 0 289097166 153366528 35071 33554432000 4194304 5873084 140736559872912 140736559866728 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3778/statm: 37443 35071 179 410 0 37025 0
[pid=3784] ppid=3778 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3784/stat : 3784 (satsolver.sh) S 3778 3776 3602 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289098029 9367552 267 33554432000 4194304 5064252 140733824931440 140733824930352 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3784/statm: 2287 267 226 213 0 72 0
[pid=3785] ppid=3784 vsize=211272 CPUtime=42.43 cores=0,2,4,6
/proc/3785/stat : 3785 (glucose_static) R 3784 3776 3602 0 -1 4202496 40955 0 0 0 4234 9 0 0 20 0 1 0 289098030 216342528 48699 33554432000 4194304 4896791 140737015447952 140737015445160 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3785/statm: 52818 48699 78 172 0 52644 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 379340

[startup+102.307 s]
/proc/loadavg: 2.06 2.03 2.01 3/184 3791
/proc/meminfo: memFree=25880436/32873648 swapFree=6336/6336
[pid=3776] ppid=3774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3776/stat : 3776 (runPb2sat.sh) S 3774 3776 3602 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289097165 9367552 275 33554432000 4194304 5064252 140733363050432 140733363049344 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3776/statm: 2287 275 233 213 0 72 0
[pid=3778] ppid=3776 vsize=149772 CPUtime=8.61 cores=0,2,4,6
/proc/3778/stat : 3778 (pb2sat) S 3776 3776 3602 0 -1 4202496 12194 11576 0 0 584 238 32 7 20 0 1 0 289097166 153366528 35071 33554432000 4194304 5873084 140736559872912 140736559866728 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3778/statm: 37443 35071 179 410 0 37025 0
[pid=3784] ppid=3778 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3784/stat : 3784 (satsolver.sh) S 3778 3776 3602 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289098029 9367552 267 33554432000 4194304 5064252 140733824931440 140733824930352 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3784/statm: 2287 267 226 213 0 72 0
[pid=3785] ppid=3784 vsize=253616 CPUtime=93.63 cores=0,2,4,6
/proc/3785/stat : 3785 (glucose_static) R 3784 3776 3602 0 -1 4202496 46114 0 0 0 9350 13 0 0 20 0 1 0 289098030 259702784 52319 33554432000 4194304 4896791 140737015447952 140737015445144 4203058 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3785/statm: 63404 52319 78 172 0 63230 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 421684

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/184 3791
/proc/meminfo: memFree=25867104/32873648 swapFree=6336/6336
[pid=3776] ppid=3774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3776/stat : 3776 (runPb2sat.sh) S 3774 3776 3602 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289097165 9367552 275 33554432000 4194304 5064252 140733363050432 140733363049344 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3776/statm: 2287 275 233 213 0 72 0
[pid=3778] ppid=3776 vsize=149772 CPUtime=8.61 cores=0,2,4,6
/proc/3778/stat : 3778 (pb2sat) S 3776 3776 3602 0 -1 4202496 12194 11576 0 0 584 238 32 7 20 0 1 0 289097166 153366528 35071 33554432000 4194304 5873084 140736559872912 140736559866728 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3778/statm: 37443 35071 179 410 0 37025 0
[pid=3784] ppid=3778 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3784/stat : 3784 (satsolver.sh) S 3778 3776 3602 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289098029 9367552 267 33554432000 4194304 5064252 140733824931440 140733824930352 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3784/statm: 2287 267 226 213 0 72 0
[pid=3785] ppid=3784 vsize=267212 CPUtime=153.62 cores=0,2,4,6
/proc/3785/stat : 3785 (glucose_static) R 3784 3776 3602 0 -1 4202496 52204 0 0 0 15344 18 0 0 20 0 1 0 289098030 273625088 56531 33554432000 4194304 4896791 140737015447952 140737015445160 4203853 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3785/statm: 66803 56531 78 172 0 66629 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 435280

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 3791
/proc/meminfo: memFree=25830348/32873648 swapFree=6336/6336
[pid=3776] ppid=3774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3776/stat : 3776 (runPb2sat.sh) S 3774 3776 3602 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289097165 9367552 275 33554432000 4194304 5064252 140733363050432 140733363049344 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3776/statm: 2287 275 233 213 0 72 0
[pid=3778] ppid=3776 vsize=149772 CPUtime=8.61 cores=0,2,4,6
/proc/3778/stat : 3778 (pb2sat) S 3776 3776 3602 0 -1 4202496 12194 11576 0 0 584 238 32 7 20 0 1 0 289097166 153366528 35071 33554432000 4194304 5873084 140736559872912 140736559866728 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3778/statm: 37443 35071 179 410 0 37025 0
[pid=3784] ppid=3778 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 3802
/proc/meminfo: memFree=25524868/32873648 swapFree=6336/6336
[pid=3776] ppid=3774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3776/stat : 3776 (runPb2sat.sh) S 3774 3776 3602 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289097165 9367552 275 33554432000 4194304 5064252 140733363050432 140733363049344 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3776/statm: 2287 275 233 213 0 72 0
[pid=3778] ppid=3776 vsize=149772 CPUtime=8.61 cores=0,2,4,6
/proc/3778/stat : 3778 (pb2sat) S 3776 3776 3602 0 -1 4202496 12194 11576 0 0 584 238 32 7 20 0 1 0 289097166 153366528 35071 33554432000 4194304 5873084 140736559872912 140736559866728 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3778/statm: 37443 35071 179 410 0 37025 0
[pid=3784] ppid=3778 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3784/stat : 3784 (satsolver.sh) S 3778 3776 3602 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289098029 9367552 267 33554432000 4194304 5064252 140733824931440 140733824930352 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3784/statm: 2287 267 226 213 0 72 0
[pid=3785] ppid=3784 vsize=442360 CPUtime=1353.42 cores=0,2,4,6
/proc/3785/stat : 3785 (glucose_static) R 3784 3776 3602 0 -1 4202496 107294 0 0 0 135248 94 0 0 20 0 1 0 289098030 452976640 101809 33554432000 4194304 4896791 140737015447952 140737015443032 4224971 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3785/statm: 110590 101809 78 172 0 110416 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 610428

[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 3802
/proc/meminfo: memFree=25499584/32873648 swapFree=6336/6336
[pid=3776] ppid=3774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3776/stat : 3776 (runPb2sat.sh) S 3774 3776 3602 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289097165 9367552 275 33554432000 4194304 5064252 140733363050432 140733363049344 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3776/statm: 2287 275 233 213 0 72 0
[pid=3778] ppid=3776 vsize=149772 CPUtime=8.61 cores=0,2,4,6
/proc/3778/stat : 3778 (pb2sat) S 3776 3776 3602 0 -1 4202496 12194 11576 0 0 584 238 32 7 20 0 1 0 289097166 153366528 35071 33554432000 4194304 5873084 140736559872912 140736559866728 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3778/statm: 37443 35071 179 410 0 37025 0
[pid=3784] ppid=3778 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3784/stat : 3784 (satsolver.sh) S 3778 3776 3602 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289098029 9367552 267 33554432000 4194304 5064252 140733824931440 140733824930352 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3784/statm: 2287 267 226 213 0 72 0
[pid=3785] ppid=3784 vsize=446776 CPUtime=1413.42 cores=0,2,4,6
/proc/3785/stat : 3785 (glucose_static) R 3784 3776 3602 0 -1 4202496 108960 0 0 0 141244 98 0 0 20 0 1 0 289098030 457498624 100908 33554432000 4194304 4896791 140737015447952 140737015443688 4204820 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3785/statm: 111694 100908 78 172 0 111520 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 614844

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 3803
/proc/meminfo: memFree=25469004/32873648 swapFree=6336/6336
[pid=3776] ppid=3774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3776/stat : 3776 (runPb2sat.sh) S 3774 3776 3602 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289097165 9367552 275 33554432000 4194304 5064252 140733363050432 140733363049344 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3776/statm: 2287 275 233 213 0 72 0
[pid=3778] ppid=3776 vsize=149772 CPUtime=8.61 cores=0,2,4,6
/proc/3778/stat : 3778 (pb2sat) S 3776 3776 3602 0 -1 4202496 12194 11576 0 0 584 238 32 7 20 0 1 0 289097166 153366528 35071 33554432000 4194304 5873084 140736559872912 140736559866728 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3778/statm: 37443 35071 179 410 0 37025 0
[pid=3784] ppid=3778 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3784/stat : 3784 (satsolver.sh) S 3778 3776 3602 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289098029 9367552 267 33554432000 4194304 5064252 140733824931440 140733824930352 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3784/statm: 2287 267 226 213 0 72 0
[pid=3785] ppid=3784 vsize=454404 CPUtime=1473.4 cores=0,2,4,6
/proc/3785/stat : 3785 (glucose_static) R 3784 3776 3602 0 -1 4202496 110652 0 0 0 147240 100 0 0 20 0 1 0 289098030 465309696 108576 33554432000 4194304 4896791 140737015447952 140737015445160 4225348 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3785/statm: 113601 108576 78 172 0 113427 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 622472

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3803
/proc/meminfo: memFree=25506020/32873648 swapFree=6336/6336
[pid=3776] ppid=3774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3776/stat : 3776 (runPb2sat.sh) S 3774 3776 3602 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289097165 9367552 275 33554432000 4194304 5064252 140733363050432 140733363049344 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3776/statm: 2287 275 233 213 0 72 0
[pid=3778] ppid=3776 vsize=149772 CPUtime=8.61 cores=0,2,4,6
/proc/3778/stat : 3778 (pb2sat) S 3776 3776 3602 0 -1 4202496 12194 11576 0 0 584 238 32 7 20 0 1 0 289097166 153366528 35071 33554432000 4194304 5873084 140736559872912 140736559866728 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3778/statm: 37443 35071 179 410 0 37025 0
[pid=3784] ppid=3778 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3784/stat : 3784 (satsolver.sh) S 3778 3776 3602 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289098029 9367552 267 33554432000 4194304 5064252 140733824931440 140733824930352 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3784/statm: 2287 267 226 213 0 72 0
[pid=3785] ppid=3784 vsize=455604 CPUtime=1533.4 cores=0,2,4,6
/proc/3785/stat : 3785 (glucose_static) R 3784 3776 3602 0 -1 4202496 111708 0 0 0 153238 102 0 0 20 0 1 0 289098030 466538496 104105 33554432000 4194304 4896791 140737015447952 140737015445160 4203806 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3785/statm: 113901 104105 78 172 0 113727 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 623672

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3803
/proc/meminfo: memFree=25480792/32873648 swapFree=6336/6336
[pid=3776] ppid=3774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3776/stat : 3776 (runPb2sat.sh) S 3774 3776 3602 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289097165 9367552 275 33554432000 4194304 5064252 140733363050432 140733363049344 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3776/statm: 2287 275 233 213 0 72 0
[pid=3778] ppid=3776 vsize=149772 CPUtime=8.61 cores=0,2,4,6
/proc/3778/stat : 3778 (pb2sat) S 3776 3776 3602 0 -1 4202496 12194 11576 0 0 584 238 32 7 20 0 1 0 289097166 153366528 35071 33554432000 4194304 5873084 140736559872912 140736559866728 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3778/statm: 37443 35071 179 410 0 37025 0
[pid=3784] ppid=3778 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3784/stat : 3784 (satsolver.sh) S 3778 3776 3602 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289098029 9367552 267 33554432000 4194304 5064252 140733824931440 140733824930352 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3784/statm: 2287 267 226 213 0 72 0
[pid=3785] ppid=3784 vsize=461496 CPUtime=1593.39 cores=0,2,4,6
/proc/3785/stat : 3785 (glucose_static) R 3784 3776 3602 0 -1 4202496 113262 0 0 0 159235 104 0 0 20 0 1 0 289098030 472571904 107018 33554432000 4194304 4896791 140737015447952 140737015445160 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3785/statm: 115374 107018 78 172 0 115200 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 629564

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3803
/proc/meminfo: memFree=25452908/32873648 swapFree=6336/6336
[pid=3776] ppid=3774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3776/stat : 3776 (runPb2sat.sh) S 3774 3776 3602 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289097165 9367552 275 33554432000 4194304 5064252 140733363050432 140733363049344 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3776/statm: 2287 275 233 213 0 72 0
[pid=3778] ppid=3776 vsize=149772 CPUtime=8.61 cores=0,2,4,6
/proc/3778/stat : 3778 (pb2sat) S 3776 3776 3602 0 -1 4202496 12194 11576 0 0 584 238 32 7 20 0 1 0 289097166 153366528 35071 33554432000 4194304 5873084 140736559872912 140736559866728 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3778/statm: 37443 35071 179 410 0 37025 0
[pid=3784] ppid=3778 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3784/stat : 3784 (satsolver.sh) S 3778 3776 3602 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289098029 9367552 267 33554432000 4194304 5064252 140733824931440 140733824930352 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3784/statm: 2287 267 226 213 0 72 0
[pid=3785] ppid=3784 vsize=474280 CPUtime=1653.37 cores=0,2,4,6
/proc/3785/stat : 3785 (glucose_static) R 3784 3776 3602 0 -1 4202496 117385 0 0 0 165229 108 0 0 20 0 1 0 289098030 485662720 111232 33554432000 4194304 4896791 140737015447952 140737015445160 4202999 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3785/statm: 118570 111232 78 172 0 118396 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 642348

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3803
/proc/meminfo: memFree=25431520/32873648 swapFree=6336/6336
[pid=3776] ppid=3774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3776/stat : 3776 (runPb2sat.sh) S 3774 3776 3602 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289097165 9367552 275 33554432000 4194304 5064252 140733363050432 140733363049344 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3776/statm: 2287 275 233 213 0 72 0
[pid=3778] ppid=3776 vsize=149772 CPUtime=8.61 cores=0,2,4,6
/proc/3778/stat : 3778 (pb2sat) S 3776 3776 3602 0 -1 4202496 12194 11576 0 0 584 238 32 7 20 0 1 0 289097166 153366528 35071 33554432000 4194304 5873084 140736559872912 140736559866728 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3778/statm: 37443 35071 179 410 0 37025 0
[pid=3784] ppid=3778 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3784/stat : 3784 (satsolver.sh) S 3778 3776 3602 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289098029 9367552 267 33554432000 4194304 5064252 140733824931440 140733824930352 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3784/statm: 2287 267 226 213 0 72 0
[pid=3785] ppid=3784 vsize=476424 CPUtime=1713.37 cores=0,2,4,6
/proc/3785/stat : 3785 (glucose_static) R 3784 3776 3602 0 -1 4202496 118675 0 0 0 171225 112 0 0 20 0 1 0 289098030 487858176 113790 33554432000 4194304 4896791 140737015447952 140737015445160 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3785/statm: 119106 113790 78 172 0 118932 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 644492

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 3804
/proc/meminfo: memFree=25420520/32873648 swapFree=6336/6336
[pid=3776] ppid=3774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3776/stat : 3776 (runPb2sat.sh) S 3774 3776 3602 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289097165 9367552 275 33554432000 4194304 5064252 140733363050432 140733363049344 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3776/statm: 2287 275 233 213 0 72 0
[pid=3778] ppid=3776 vsize=149772 CPUtime=8.61 cores=0,2,4,6
/proc/3778/stat : 3778 (pb2sat) S 3776 3776 3602 0 -1 4202496 12194 11576 0 0 584 238 32 7 20 0 1 0 289097166 153366528 35071 33554432000 4194304 5873084 140736559872912 140736559866728 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3778/statm: 37443 35071 179 410 0 37025 0
[pid=3784] ppid=3778 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3784/stat : 3784 (satsolver.sh) S 3778 3776 3602 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289098029 9367552 267 33554432000 4194304 5064252 140733824931440 140733824930352 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3784/statm: 2287 267 226 213 0 72 0
[pid=3785] ppid=3784 vsize=481240 CPUtime=1773.35 cores=0,2,4,6
/proc/3785/stat : 3785 (glucose_static) R 3784 3776 3602 0 -1 4202496 120673 0 0 0 177219 116 0 0 20 0 1 0 289098030 492789760 116126 33554432000 4194304 4896791 140737015447952 140737015445160 4225148 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3785/statm: 120310 116126 78 172 0 120136 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 649308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3833
/proc/meminfo: memFree=26481924/32873648 swapFree=6336/6336
[pid=3776] ppid=3774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3776/stat : 3776 (runPb2sat.sh) S 3774 3776 3602 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289097165 9367552 275 33554432000 4194304 5064252 140733363050432 140733363049344 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/3776/statm: 2287 275 233 213 0 72 0
[pid=3778] ppid=3776 vsize=149772 CPUtime=8.61 cores=0,2,4,6
/proc/3778/stat : 3778 (pb2sat) S 3776 3776 3602 0 -1 4202496 12194 11576 0 0 584 238 32 7 20 0 1 0 289097166 153366528 35071 33554432000 4194304 5873084 140736559872912 140736559866728 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3778/statm: 37443 35071 179 410 0 37025 0
[pid=3784] ppid=3778 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3784/stat : 3784 (satsolver.sh) S 3778 3776 3602 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 289098029 9367552 267 33554432000 4194304 5064252 140733824931440 140733824930352 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3784/statm: 2287 267 226 213 0 72 0
[pid=3785] ppid=3784 vsize=484420 CPUtime=1791.46 cores=0,2,4,6
/proc/3785/stat : 3785 (glucose_static) R 3784 3776 3602 0 -1 4202496 122252 0 0 0 179026 120 0 0 20 0 1 0 289098030 496046080 113337 33554432000 4194304 4896791 140737015447952 140737015445160 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3785/statm: 121105 113337 78 172 0 120931 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 652488

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.41
CPU time (s): 1800.11
CPU user time (s): 1796.44
CPU system time (s): 3.67044
CPU usage (%): 99.9834
Max. virtual memory (cumulated for all children) (KiB): 863312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.44
system time used= 3.67044
maximum resident set size= 582768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147009
page faults= 0
swaps= 0
block input operations= 0
block output operations= 276888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54
involuntary context switches= 1868

runsolver used 2.73358 second user time and 7.14091 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-28 20:28:19
IDJOB=3695881
IDBENCH=92826
IDSOLVER=2274
FILE ID=node112/3695881-1338229698
RUNJOBID= node112-1338227893-3618
PBS_JOBID= 14624631
Free space on /tmp= 71484 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/graca/normalized-ped3.G.recomb10-0.20-12.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695881-1338229698/watcher-3695881-1338229698 -o /tmp/evaluation-result-3695881-1338229698/solver-3695881-1338229698 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3695881-1338229698.opb 1951792737 HOME HOME

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

MD5SUM BENCH= 0493a86959ec9499ad3c5cf5e49b40f2
RANDOM SEED=1951792737

node112.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.763
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.52
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.763
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.763
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.763
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.763
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.763
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.92
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.763
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.763
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:       32873648 kB
MemFree:        27148428 kB
Buffers:          390396 kB
Cached:          4479856 kB
SwapCached:            0 kB
Active:           951004 kB
Inactive:        3940468 kB
Active(anon):      23532 kB
Inactive(anon):        0 kB
Active(file):     927472 kB
Inactive(file):  3940468 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            121300 kB
Writeback:             0 kB
AnonPages:         21540 kB
Mapped:            15000 kB
Shmem:               200 kB
Slab:             697180 kB
SReclaimable:     136856 kB
SUnreclaim:       560324 kB
KernelStack:        1456 kB
PageTables:         4100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     135444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71400 MiB
End job on node112 at 2012-05-28 20:58:19