Trace number 3749925

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
npSolver 1.0 (fixed)? (problem) 187.548 422.6

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_50_2__8_45__512.opb
MD5SUMd0ffef5b15f9518c13edbe4c212527f5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark45008
Best CPU time to get the best result obtained on this benchmark6.73298
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51248
Total number of constraints150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)102
Number of constraints which are nor clauses,nor cardinality constraints48
Minimum length of a constraint512
Maximum length of a constraint4609
Number of terms in the objective function 51200
Biggest coefficient in the objective function 126454
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 1718545920
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 126454
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 1718545920
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.79/2.87	c run usual solver
187.21/192.16	npSolver-pbo: IterativeSolver.cc:102: void IterativeSolver::checkSolution(): Assertion `parser.cb.ok' failed.
187.52/422.59	HOME/npSolver-pbo.sh: line 18: 20327 Aborted                 (core dumped) ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=0

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-3749925-1339158371/watcher-3749925-1339158371 -o /tmp/evaluation-result-3749925-1339158371/solver-3749925-1339158371 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3749925-1339158371.opb 788722752 HOME HOME 

running on 4 cores: 1,3,5,7

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: 4.29 3.79 3.13 4/177 20326
/proc/meminfo: memFree=22947924/32873844 swapFree=7120/7120
[pid=20326] ppid=20324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20326/stat : 20326 (npSolver-pbo.sh) S 20324 20326 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381965655 9367552 275 33554432000 4194304 5064252 140735576352384 140735576351296 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20326/statm: 2287 275 233 213 0 72 0

[startup+0.092814 s]
/proc/loadavg: 4.29 3.79 3.13 4/177 20326
/proc/meminfo: memFree=22947924/32873844 swapFree=7120/7120
[pid=20326] ppid=20324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20326/stat : 20326 (npSolver-pbo.sh) S 20324 20326 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381965655 9367552 275 33554432000 4194304 5064252 140735576352384 140735576351296 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20326/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100298 s]
/proc/loadavg: 4.29 3.79 3.13 4/177 20326
/proc/meminfo: memFree=22947924/32873844 swapFree=7120/7120
[pid=20326] ppid=20324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20326/stat : 20326 (npSolver-pbo.sh) S 20324 20326 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381965655 9367552 275 33554432000 4194304 5064252 140735576352384 140735576351296 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20326/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300245 s]
/proc/loadavg: 4.29 3.79 3.13 4/177 20326
/proc/meminfo: memFree=22947924/32873844 swapFree=7120/7120
[pid=20326] ppid=20324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20326/stat : 20326 (npSolver-pbo.sh) S 20324 20326 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381965655 9367552 275 33554432000 4194304 5064252 140735576352384 140735576351296 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20326/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70029 s]
/proc/loadavg: 4.29 3.79 3.13 4/177 20326
/proc/meminfo: memFree=22947924/32873844 swapFree=7120/7120
[pid=20326] ppid=20324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20326/stat : 20326 (npSolver-pbo.sh) S 20324 20326 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381965655 9367552 275 33554432000 4194304 5064252 140735576352384 140735576351296 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20326/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 4.29 3.79 3.13 3/180 20379
/proc/meminfo: memFree=26217736/32873844 swapFree=7120/7120
[pid=20326] ppid=20324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20326/stat : 20326 (npSolver-pbo.sh) S 20324 20326 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381965655 9367552 275 33554432000 4194304 5064252 140735576352384 140735576351296 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20326/statm: 2287 275 233 213 0 72 0
[pid=20327] ppid=20326 vsize=172568 CPUtime=1.49 cores=1,3,5,7
/proc/20327/stat : 20327 (npSolver-pbo) R 20326 20326 15797 0 -1 4202496 7791 0 0 0 144 5 0 0 20 0 1 0 381965655 176709632 31000 33554432000 4194304 6004724 140735989081472 140735989076072 4534742 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20327/statm: 43142 31000 154 442 0 42696 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 181716

[startup+3.10022 s]
/proc/loadavg: 4.29 3.79 3.13 3/174 20419
/proc/meminfo: memFree=26122652/32873844 swapFree=7120/7120
[pid=20326] ppid=20324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20326/stat : 20326 (npSolver-pbo.sh) S 20324 20326 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381965655 9367552 275 33554432000 4194304 5064252 140735576352384 140735576351296 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20326/statm: 2287 275 233 213 0 72 0
[pid=20327] ppid=20326 vsize=276292 CPUtime=2.94 cores=1,3,5,7
/proc/20327/stat : 20327 (npSolver-pbo) S 20326 20326 15797 0 -1 4202496 8666 0 0 0 253 41 0 0 20 0 1 0 381965655 282923008 42604 33554432000 4194304 6004724 140735989081472 140735989075520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20327/statm: 69073 42604 163 442 0 68627 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 285440

[startup+6.3005 s]
/proc/loadavg: 4.10 3.76 3.12 3/180 20432
/proc/meminfo: memFree=25215144/32873844 swapFree=7120/7120
[pid=20326] ppid=20324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20326/stat : 20326 (npSolver-pbo.sh) S 20324 20326 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381965655 9367552 275 33554432000 4194304 5064252 140735576352384 140735576351296 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20326/statm: 2287 275 233 213 0 72 0
[pid=20327] ppid=20326 vsize=276292 CPUtime=2.94 cores=1,3,5,7
/proc/20327/stat : 20327 (npSolver-pbo) S 20326 20326 15797 0 -1 4202496 8666 0 0 0 253 41 0 0 20 0 1 0 381965655 282923008 42604 33554432000 4194304 6004724 140735989081472 140735989075520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20327/statm: 69073 42604 163 442 0 68627 0
[pid=20420] ppid=20327 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20420/stat : 20420 (cp2_pre.sh) S 20327 20326 15797 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 381965949 9367552 277 33554432000 4194304 5064252 140736737461648 140736737460352 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20420/statm: 2287 277 234 213 0 72 0
[pid=20421] ppid=20420 vsize=691548 CPUtime=3.33 cores=1,3,5,7
/proc/20421/stat : 20421 (coprocessor) R 20420 20326 15797 0 -1 4202496 57443 0 0 0 312 21 0 0 20 0 1 0 381965950 708145152 153744 33554432000 4194304 6586260 140734692197088 140734692193352 4496579 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/20421/statm: 172887 153744 164 584 0 172299 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 986136

[startup+12.7004 s]
/proc/loadavg: 3.78 3.70 3.11 3/180 20432
/proc/meminfo: memFree=24305764/32873844 swapFree=7120/7120
[pid=20326] ppid=20324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20326/stat : 20326 (npSolver-pbo.sh) S 20324 20326 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381965655 9367552 275 33554432000 4194304 5064252 140735576352384 140735576351296 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20326/statm: 2287 275 233 213 0 72 0
[pid=20327] ppid=20326 vsize=276292 CPUtime=2.94 cores=1,3,5,7
/proc/20327/stat : 20327 (npSolver-pbo) S 20326 20326 15797 0 -1 4202496 8666 0 0 0 253 41 0 0 20 0 1 0 381965655 282923008 42604 33554432000 4194304 6004724 140735989081472 140735989075520 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20327/statm: 69073 42604 163 442 0 68627 0
[pid=20420] ppid=20327 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20420/stat : 20420 (cp2_pre.sh) S 20327 20326 15797 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 381965949 9367552 277 33554432000 4194304 5064252 140736737461648 140736737460352 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20420/statm: 2287 277 234 213 0 72 0
[pid=20421] ppid=20420 vsize=897540 CPUtime=9.75 cores=1,3,5,7
/proc/20421/stat : 20421 (coprocessor) R 20420 20326 15797 0 -1 4202496 95155 0 0 0 929 46 0 0 20 0 1 0 381965950 919080960 219076 33554432000 4194304 6586260 140734692197088 140734692192840 5732496 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/20421/statm: 224385 219076 193 584 0 223797 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1192128

[startup+25.5004 s]
/proc/loadavg: 3.51 3.64 3.10 3/180 20435
/proc/meminfo: memFree=24019036/32873844 swapFree=7120/7120
[pid=20326] ppid=20324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20326/stat : 20326 (npSolver-pbo.sh) S 20324 20326 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381965655 9367552 275 33554432000 4194304 5064252 140735576352384 140735576351296 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20326/statm: 2287 275 233 213 0 72 0
[pid=20327] ppid=20326 vsize=276292 CPUtime=14.59 cores=1,3,5,7
/proc/20327/stat : 20327 (npSolver-pbo) S 20326 20326 15797 0 -1 4202496 8674 96058 0 0 253 41 1106 59 20 0 1 0 381965655 282923008 42604 33554432000 4194304 6004724 140735989081472 140735989076608 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20327/statm: 69073 42604 163 442 0 68627 0
[pid=20434] ppid=20327 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20434/stat : 20434 (satsolver.sh) S 20327 20326 15797 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 381967132 9367552 267 33554432000 4194304 5064252 140733462504624 140733462503536 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20434/statm: 2287 267 226 213 0 72 0
[pid=20435] ppid=20434 vsize=399272 CPUtime=10.72 cores=1,3,5,7
/proc/20435/stat : 20435 (glucose) R 20434 20326 15797 0 -1 4202496 58930 0 0 0 1055 17 0 0 20 0 1 0 381967132 408854528 84708 33554432000 4194304 5208918 140735982907136 140735982904968 4211668 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20435/statm: 99818 84708 103 248 0 99567 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 693860

[startup+51.1004 s]
/proc/loadavg: 2.99 3.51 3.07 3/180 20435
/proc/meminfo: memFree=22024008/32873844 swapFree=7120/7120
[pid=20326] ppid=20324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20326/stat : 20326 (npSolver-pbo.sh) S 20324 20326 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381965655 9367552 275 33554432000 4194304 5064252 140735576352384 140735576351296 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20326/statm: 2287 275 233 213 0 72 0
[pid=20327] ppid=20326 vsize=276292 CPUtime=14.59 cores=1,3,5,7
/proc/20327/stat : 20327 (npSolver-pbo) S 20326 20326 15797 0 -1 4202496 8674 96058 0 0 253 41 1106 59 20 0 1 0 381965655 282923008 42604 33554432000 4194304 6004724 140735989081472 140735989076608 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20327/statm: 69073 42604 163 442 0 68627 0
[pid=20434] ppid=20327 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20434/stat : 20434 (satsolver.sh) S 20327 20326 15797 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 381967132 9367552 267 33554432000 4194304 5064252 140733462504624 140733462503536 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20434/statm: 2287 267 226 213 0 72 0
[pid=20435] ppid=20434 vsize=413392 CPUtime=36.31 cores=1,3,5,7
/proc/20435/stat : 20435 (glucose) R 20434 20326 15797 0 -1 4202496 61867 0 0 0 3612 19 0 0 20 0 1 0 381967132 423313408 87226 33554432000 4194304 5208918 140735982907136 140735982904968 4211744 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20435/statm: 103348 87226 104 248 0 103097 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 707980

[startup+102.3 s]
/proc/loadavg: 2.43 3.28 3.01 3/179 20435
/proc/meminfo: memFree=17845924/32873844 swapFree=7120/7120
[pid=20326] ppid=20324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20326/stat : 20326 (npSolver-pbo.sh) S 20324 20326 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381965655 9367552 275 33554432000 4194304 5064252 140735576352384 140735576351296 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20326/statm: 2287 275 233 213 0 72 0
[pid=20327] ppid=20326 vsize=276292 CPUtime=14.59 cores=1,3,5,7
/proc/20327/stat : 20327 (npSolver-pbo) S 20326 20326 15797 0 -1 4202496 8674 96058 0 0 253 41 1106 59 20 0 1 0 381965655 282923008 42604 33554432000 4194304 6004724 140735989081472 140735989076608 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20327/statm: 69073 42604 163 442 0 68627 0
[pid=20434] ppid=20327 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20434/stat : 20434 (satsolver.sh) S 20327 20326 15797 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 381967132 9367552 267 33554432000 4194304 5064252 140733462504624 140733462503536 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20434/statm: 2287 267 226 213 0 72 0
[pid=20435] ppid=20434 vsize=425564 CPUtime=87.5 cores=1,3,5,7
/proc/20435/stat : 20435 (glucose) R 20434 20326 15797 0 -1 4202496 64563 0 0 0 8729 21 0 0 20 0 1 0 381967132 435777536 90930 33554432000 4194304 5208918 140735982907136 140735982903512 4211834 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20435/statm: 106391 90930 104 248 0 106140 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 720152

[startup+162.3 s]
/proc/loadavg: 2.14 3.02 2.94 3/179 20435
/proc/meminfo: memFree=16603108/32873844 swapFree=7120/7120
[pid=20326] ppid=20324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20326/stat : 20326 (npSolver-pbo.sh) S 20324 20326 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381965655 9367552 275 33554432000 4194304 5064252 140735576352384 140735576351296 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20326/statm: 2287 275 233 213 0 72 0
[pid=20327] ppid=20326 vsize=276292 CPUtime=14.59 cores=1,3,5,7
/proc/20327/stat : 20327 (npSolver-pbo) S 20326 20326 15797 0 -1 4202496 8674 96058 0 0 253 41 1106 59 20 0 1 0 381965655 282923008 42604 33554432000 4194304 6004724 140735989081472 140735989076608 5186782 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20327/statm: 69073 42604 163 442 0 68627 0
[pid=20434] ppid=20327 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20434/stat : 20434 (satsolver.sh) S 20327 20326 15797 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 381967132 9367552 267 33554432000 4194304 5064252 140733462504624 140733462503536 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20434/statm: 2287 267 226 213 0 72 0
[pid=20435] ppid=20434 vsize=438780 CPUtime=147.49 cores=1,3,5,7
/proc/20435/stat : 20435 (glucose) R 20434 20326 15797 0 -1 4202496 67094 0 0 0 14726 23 0 0 20 0 1 0 381967132 449310720 96976 33554432000 4194304 5208918 140735982907136 140735982904968 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20435/statm: 109695 96976 104 248 0 109444 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 733368

[startup+222.3 s]
/proc/loadavg: 3.19 3.13 2.98 3/179 20441
/proc/meminfo: memFree=9427740/32873844 swapFree=7120/7120
[pid=20326] ppid=20324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20326/stat : 20326 (npSolver-pbo.sh) S 20324 20326 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381965655 9367552 275 33554432000 4194304 5064252 140735576352384 140735576351296 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20326/statm: 2287 275 233 213 0 72 0
[pid=20327] ppid=20326 vsize=297888 CPUtime=187.52 cores=1,3,5,7
/proc/20327/stat : 20327 (npSolver-pbo) S 20326 20326 15797 0 -1 4204032 11446 172962 0 0 267 67 18324 94 20 0 1 0 381965655 305037312 47880 33554432000 4194304 6004724 140735989081472 140735989075608 5251733 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/20327/statm: 74472 47880 186 442 0 74026 0
Current children cumulated CPU time (s) 187.52
Current children cumulated vsize (KiB) 307036

[startup+282.306 s]
/proc/loadavg: 3.60 3.26 3.03 2/179 20445
/proc/meminfo: memFree=4365312/32873844 swapFree=7120/7120
[pid=20326] ppid=20324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20326/stat : 20326 (npSolver-pbo.sh) S 20324 20326 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381965655 9367552 275 33554432000 4194304 5064252 140735576352384 140735576351296 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20326/statm: 2287 275 233 213 0 72 0
[pid=20327] ppid=20326 vsize=297888 CPUtime=187.52 cores=1,3,5,7
/proc/20327/stat : 20327 (npSolver-pbo) S 20326 20326 15797 0 -1 4204032 11446 172962 0 0 267 67 18324 94 20 0 1 0 381965655 305037312 47880 33554432000 4194304 6004724 140735989081472 140735989075608 5251733 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/20327/statm: 74472 47880 186 442 0 74026 0
Current children cumulated CPU time (s) 187.52
Current children cumulated vsize (KiB) 307036
heavy processes:
  %CPU=21 pid=20436 uid=0 cmd=

[startup+342.3 s]
/proc/loadavg: 3.71 3.33 3.06 1/180 20446
/proc/meminfo: memFree=1760652/32873844 swapFree=7120/7120
[pid=20326] ppid=20324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20326/stat : 20326 (npSolver-pbo.sh) S 20324 20326 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381965655 9367552 275 33554432000 4194304 5064252 140735576352384 140735576351296 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20326/statm: 2287 275 233 213 0 72 0
[pid=20327] ppid=20326 vsize=297888 CPUtime=187.52 cores=1,3,5,7
/proc/20327/stat : 20327 (npSolver-pbo) S 20326 20326 15797 0 -1 4204032 11446 172962 0 0 267 67 18324 94 20 0 1 0 381965655 305037312 47880 33554432000 4194304 6004724 140735989081472 140735989075608 5251733 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/20327/statm: 74472 47880 186 442 0 74026 0
Current children cumulated CPU time (s) 187.52
Current children cumulated vsize (KiB) 307036
heavy processes:
  %CPU=16 pid=20436 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 20431 6 506 18446744073709551615 

[startup+402.3 s]
/proc/loadavg: 4.63 3.66 3.19 1/180 20446
/proc/meminfo: memFree=1810116/32873844 swapFree=7120/7120
[pid=20326] ppid=20324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20326/stat : 20326 (npSolver-pbo.sh) S 20324 20326 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381965655 9367552 275 33554432000 4194304 5064252 140735576352384 140735576351296 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20326/statm: 2287 275 233 213 0 72 0
[pid=20327] ppid=20326 vsize=297888 CPUtime=187.52 cores=1,3,5,7
/proc/20327/stat : 20327 (npSolver-pbo) S 20326 20326 15797 0 -1 4204032 11446 172962 0 0 267 67 18324 94 20 0 1 0 381965655 305037312 47880 33554432000 4194304 6004724 140735989081472 140735989075608 5251733 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/20327/statm: 74472 47880 186 442 0 74026 0
Current children cumulated CPU time (s) 187.52
Current children cumulated vsize (KiB) 307036
heavy processes:
  %CPU=11 pid=20436 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 20431 6 506 18446744073709551615 

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

[startup+411 s]
/proc/loadavg: 4.76 3.72 3.22 1/180 20446
/proc/meminfo: memFree=1809604/32873844 swapFree=7120/7120
[pid=20326] ppid=20324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20326/stat : 20326 (npSolver-pbo.sh) S 20324 20326 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381965655 9367552 275 33554432000 4194304 5064252 140735576352384 140735576351296 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20326/statm: 2287 275 233 213 0 72 0
[pid=20327] ppid=20326 vsize=297888 CPUtime=187.52 cores=1,3,5,7
/proc/20327/stat : 20327 (npSolver-pbo) S 20326 20326 15797 0 -1 4204032 11446 172962 0 0 267 67 18324 94 20 0 1 0 381965655 305037312 47880 33554432000 4194304 6004724 140735989081472 140735989075608 5251733 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/20327/statm: 74472 47880 186 442 0 74026 0
Current children cumulated CPU time (s) 187.52
Current children cumulated vsize (KiB) 307036

[startup+417.4 s]
/proc/loadavg: 4.78 3.75 3.23 1/180 20446
/proc/meminfo: memFree=1810596/32873844 swapFree=7120/7120
[pid=20326] ppid=20324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20326/stat : 20326 (npSolver-pbo.sh) S 20324 20326 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381965655 9367552 275 33554432000 4194304 5064252 140735576352384 140735576351296 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20326/statm: 2287 275 233 213 0 72 0
[pid=20327] ppid=20326 vsize=297888 CPUtime=187.52 cores=1,3,5,7
/proc/20327/stat : 20327 (npSolver-pbo) S 20326 20326 15797 0 -1 4204032 11446 172962 0 0 267 67 18324 94 20 0 1 0 381965655 305037312 47880 33554432000 4194304 6004724 140735989081472 140735989075608 5251733 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/20327/statm: 74472 47880 186 442 0 74026 0
Current children cumulated CPU time (s) 187.52
Current children cumulated vsize (KiB) 307036

[startup+420.606 s]
/proc/loadavg: 4.80 3.77 3.24 1/180 20446
/proc/meminfo: memFree=1813184/32873844 swapFree=7120/7120
[pid=20326] ppid=20324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20326/stat : 20326 (npSolver-pbo.sh) S 20324 20326 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381965655 9367552 275 33554432000 4194304 5064252 140735576352384 140735576351296 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20326/statm: 2287 275 233 213 0 72 0
[pid=20327] ppid=20326 vsize=297888 CPUtime=187.52 cores=1,3,5,7
/proc/20327/stat : 20327 (npSolver-pbo) S 20326 20326 15797 0 -1 4204032 11446 172962 0 0 267 67 18324 94 20 0 1 0 381965655 305037312 47880 33554432000 4194304 6004724 140735989081472 140735989075608 5251733 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/20327/statm: 74472 47880 186 442 0 74026 0
Current children cumulated CPU time (s) 187.52
Current children cumulated vsize (KiB) 307036

[startup+421.4 s]
/proc/loadavg: 4.80 3.77 3.24 1/180 20446
/proc/meminfo: memFree=1813184/32873844 swapFree=7120/7120
[pid=20326] ppid=20324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20326/stat : 20326 (npSolver-pbo.sh) S 20324 20326 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381965655 9367552 275 33554432000 4194304 5064252 140735576352384 140735576351296 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20326/statm: 2287 275 233 213 0 72 0
[pid=20327] ppid=20326 vsize=297888 CPUtime=187.52 cores=1,3,5,7
/proc/20327/stat : 20327 (npSolver-pbo) S 20326 20326 15797 0 -1 4204032 11446 172962 0 0 267 67 18324 94 20 0 1 0 381965655 305037312 47880 33554432000 4194304 6004724 140735989081472 140735989075608 5251733 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/20327/statm: 74472 47880 186 442 0 74026 0
Current children cumulated CPU time (s) 187.52
Current children cumulated vsize (KiB) 307036

[startup+422.2 s]
/proc/loadavg: 4.80 3.77 3.24 1/180 20446
/proc/meminfo: memFree=2052752/32873844 swapFree=7120/7120
[pid=20326] ppid=20324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20326/stat : 20326 (npSolver-pbo.sh) S 20324 20326 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381965655 9367552 275 33554432000 4194304 5064252 140735576352384 140735576351296 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20326/statm: 2287 275 233 213 0 72 0
[pid=20327] ppid=20326 vsize=297888 CPUtime=187.52 cores=1,3,5,7
/proc/20327/stat : 20327 (npSolver-pbo) S 20326 20326 15797 0 -1 4204032 11446 172962 0 0 267 67 18324 94 20 0 1 0 381965655 305037312 47880 33554432000 4194304 6004724 140735989081472 140735989075608 5251733 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/20327/statm: 74472 47880 186 442 0 74026 0
Current children cumulated CPU time (s) 187.52
Current children cumulated vsize (KiB) 307036

[startup+422.4 s]
/proc/loadavg: 4.80 3.77 3.24 1/180 20446
/proc/meminfo: memFree=2052752/32873844 swapFree=7120/7120
[pid=20326] ppid=20324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20326/stat : 20326 (npSolver-pbo.sh) S 20324 20326 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381965655 9367552 275 33554432000 4194304 5064252 140735576352384 140735576351296 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20326/statm: 2287 275 233 213 0 72 0
[pid=20327] ppid=20326 vsize=297888 CPUtime=187.52 cores=1,3,5,7
/proc/20327/stat : 20327 (npSolver-pbo) S 20326 20326 15797 0 -1 4204032 11446 172962 0 0 267 67 18324 94 20 0 1 0 381965655 305037312 47880 33554432000 4194304 6004724 140735989081472 140735989075608 5251733 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/20327/statm: 74472 47880 186 442 0 74026 0
Current children cumulated CPU time (s) 187.52
Current children cumulated vsize (KiB) 307036

[startup+422.5 s]
/proc/loadavg: 4.80 3.77 3.24 1/180 20446
/proc/meminfo: memFree=2052752/32873844 swapFree=7120/7120
[pid=20326] ppid=20324 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20326/stat : 20326 (npSolver-pbo.sh) S 20324 20326 15797 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381965655 9367552 275 33554432000 4194304 5064252 140735576352384 140735576351296 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/20326/statm: 2287 275 233 213 0 72 0
[pid=20327] ppid=20326 vsize=297888 CPUtime=187.52 cores=1,3,5,7
/proc/20327/stat : 20327 (npSolver-pbo) S 20326 20326 15797 0 -1 4204032 11446 172962 0 0 267 67 18324 94 20 0 1 0 381965655 305037312 47880 33554432000 4194304 6004724 140735989081472 140735989075608 5251733 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 0 0 0
/proc/20327/statm: 74472 47880 186 442 0 74026 0
Current children cumulated CPU time (s) 187.52
Current children cumulated vsize (KiB) 307036

Child status: 0
Real time (s): 422.6
CPU time (s): 187.548
CPU user time (s): 185.924
CPU system time (s): 1.62475
CPU usage (%): 44.3797
Max. virtual memory (cumulated for all children) (KiB): 1192128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 185.924
system time used= 1.62475
maximum resident set size= 902760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184782
page faults= 0
swaps= 0
block input operations= 0
block output operations= 483960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60025
involuntary context switches= 231

runsolver used 0.712891 second user time and 1.69674 second system time

The end

Launcher Data

Begin job on node104 at 2012-06-08 14:26:11
IDJOB=3749925
IDBENCH=71871
IDSOLVER=2334
FILE ID=node104/3749925-1339158371
RUNJOBID= node104-1339158370-20092
PBS_JOBID= 14643766
Free space on /tmp= 70168 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_50_2__8_45__512.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3749925-1339158371/watcher-3749925-1339158371 -o /tmp/evaluation-result-3749925-1339158371/solver-3749925-1339158371 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3749925-1339158371.opb 788722752 HOME HOME

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

MD5SUM BENCH= d0ffef5b15f9518c13edbe4c212527f5
RANDOM SEED=788722752

node104.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.266
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	: 5332.53
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.266
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.266
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.91
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.266
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.92
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.266
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.266
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.91
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.266
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.266
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        22827584 kB
Buffers:         2802784 kB
Cached:          6013604 kB
SwapCached:          896 kB
Active:          3919180 kB
Inactive:        4914484 kB
Active(anon):       7708 kB
Inactive(anon):     9032 kB
Active(file):    3911472 kB
Inactive(file):  4905452 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67104604 kB
Dirty:             26180 kB
Writeback:             0 kB
AnonPages:         20700 kB
Mapped:            11880 kB
Shmem:                 8 kB
Slab:            1070448 kB
SReclaimable:     511812 kB
SUnreclaim:       558636 kB
KernelStack:        1392 kB
PageTables:         4744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     123040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 62964 MiB
End job on node104 at 2012-06-08 14:33:14