Trace number 3697551

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 inc-topDown? (TO) 1800.03 1800.52

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__32.opb
MD5SUM95367a36ca5654a079813431d40e8df1
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark123243
Best CPU time to get the best result obtained on this benchmark1800.17
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables160998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint32
Maximum length of a constraint1313
Number of terms in the objective function 160000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 5495354016
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 5495354016
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.29/1.36	c run inc solver
1.29/1.36	c [INC SYSTEM] run initial solver
1.29/1.36	c [INC SYSTEM] preprocess with white file
7.98/8.06	c [INC SYSTEM] finished preprocessing in 6 s
7.98/8.06	c [INC SYSTEM] execute solver
9.19/9.24	c [INC SEARCH] formula is SAT
9.19/9.28	c [INC SYSTEM] solved the initial formula
9.49/9.51	c model valid
9.49/9.51	c current solution ok
14.13/14.42	o 132353
14.13/14.42	c [INC SYSTEM] there exists a inc, kill it!
14.13/14.42	c write failed with 2
14.13/14.43	c [INC SEARCH] iteration: 0
14.13/14.43	c [INC BOUNDS] best value:132353 search for 132352
14.13/14.43	c [INC SYSTEM] create new solver instance
14.13/14.43	c [INC] encode full formula
14.13/14.43	c fallback to adder encoding
30.63/30.85	c set iterative enc to: adder
30.63/30.85	c set iterative enc to: none
32.63/32.84	c [INC SEARCH] isOptimum variable: 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-3697551-1338082517/watcher-3697551-1338082517 -o /tmp/evaluation-result-3697551-1338082517/solver-3697551-1338082517 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697551-1338082517.opb 343633071 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: 2.07 2.02 2.00 3/179 11608
/proc/meminfo: memFree=27586600/32873648 swapFree=6848/6848
[pid=11608] ppid=11606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11608/stat : 11608 (npSolver-pbo-It) S 11606 11608 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274378564 9367552 275 33554432000 4194304 5064252 140736447653024 140736447651936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11608/statm: 2287 275 233 213 0 72 0

[startup+0.0462639 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 11608
/proc/meminfo: memFree=27586600/32873648 swapFree=6848/6848
[pid=11608] ppid=11606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11608/stat : 11608 (npSolver-pbo-It) S 11606 11608 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274378564 9367552 275 33554432000 4194304 5064252 140736447653024 140736447651936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11608/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.07 2.02 2.00 3/179 11608
/proc/meminfo: memFree=27586600/32873648 swapFree=6848/6848
[pid=11608] ppid=11606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11608/stat : 11608 (npSolver-pbo-It) S 11606 11608 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274378564 9367552 275 33554432000 4194304 5064252 140736447653024 140736447651936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11608/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300232 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 11608
/proc/meminfo: memFree=27586600/32873648 swapFree=6848/6848
[pid=11608] ppid=11606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11608/stat : 11608 (npSolver-pbo-It) S 11606 11608 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274378564 9367552 275 33554432000 4194304 5064252 140736447653024 140736447651936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11608/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700279 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 11608
/proc/meminfo: memFree=27586600/32873648 swapFree=6848/6848
[pid=11608] ppid=11606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11608/stat : 11608 (npSolver-pbo-It) S 11606 11608 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274378564 9367552 275 33554432000 4194304 5064252 140736447653024 140736447651936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11608/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 11610
/proc/meminfo: memFree=27504392/32873648 swapFree=6848/6848
[pid=11608] ppid=11606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11608/stat : 11608 (npSolver-pbo-It) S 11606 11608 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274378564 9367552 275 33554432000 4194304 5064252 140736447653024 140736447651936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11608/statm: 2287 275 233 213 0 72 0
[pid=11609] ppid=11608 vsize=112812 CPUtime=1.49 cores=1,3,5,7
/proc/11609/stat : 11609 (npSolver-pbo) R 11608 11608 5308 0 -1 4202496 15530 0 0 0 128 21 0 0 20 0 1 0 274378564 115519488 26408 33554432000 4194304 5992684 140737284076384 140737284065064 5179696 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11609/statm: 28203 26408 165 440 0 27759 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 121960

[startup+3.10039 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 11612
/proc/meminfo: memFree=27336336/32873648 swapFree=6848/6848
[pid=11608] ppid=11606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11608/stat : 11608 (npSolver-pbo-It) S 11606 11608 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274378564 9367552 275 33554432000 4194304 5064252 140736447653024 140736447651936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11608/statm: 2287 275 233 213 0 72 0
[pid=11609] ppid=11608 vsize=112812 CPUtime=1.61 cores=1,3,5,7
/proc/11609/stat : 11609 (npSolver-pbo) S 11608 11608 5308 0 -1 4202496 15533 0 0 0 130 31 0 0 20 0 1 0 274378564 115519488 26410 33554432000 4194304 5992684 140737284076384 140737284070832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11609/statm: 28203 26410 167 440 0 27759 0
[pid=11611] ppid=11609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11611/stat : 11611 (cp2_pre.sh) S 11609 11608 5308 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 274378726 9367552 277 33554432000 4194304 5064252 140737380513616 140737380512320 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11611/statm: 2287 277 234 213 0 72 0
[pid=11612] ppid=11611 vsize=447452 CPUtime=1.47 cores=1,3,5,7
/proc/11612/stat : 11612 (coprocessor) R 11611 11608 5308 0 -1 4202496 41314 0 0 0 137 10 0 0 20 0 1 0 274378726 458190848 98821 33554432000 4194304 6586260 140733462109312 140733462105576 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/11612/statm: 111863 98822 164 584 0 111275 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 578560

[startup+6.30036 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 11612
/proc/meminfo: memFree=26838480/32873648 swapFree=6848/6848
[pid=11608] ppid=11606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11608/stat : 11608 (npSolver-pbo-It) S 11606 11608 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274378564 9367552 275 33554432000 4194304 5064252 140736447653024 140736447651936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11608/statm: 2287 275 233 213 0 72 0
[pid=11609] ppid=11608 vsize=112812 CPUtime=1.61 cores=1,3,5,7
/proc/11609/stat : 11609 (npSolver-pbo) S 11608 11608 5308 0 -1 4202496 15533 0 0 0 130 31 0 0 20 0 1 0 274378564 115519488 26410 33554432000 4194304 5992684 140737284076384 140737284070832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/11609/statm: 28203 26410 167 440 0 27759 0
[pid=11611] ppid=11609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11611/stat : 11611 (cp2_pre.sh) S 11609 11608 5308 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 274378726 9367552 277 33554432000 4194304 5064252 140737380513616 140737380512320 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/11611/statm: 2287 277 234 213 0 72 0
[pid=11612] ppid=11611 vsize=582052 CPUtime=4.67 cores=1,3,5,7
/proc/11612/stat : 11612 (coprocessor) R 11611 11608 5308 0 -1 4202496 64890 0 0 0 446 21 0 0 20 0 1 0 274378726 596021248 143311 33554432000 4194304 6586260 140733462109312 140733462105064 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/11612/statm: 145513 143311 193 584 0 144925 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 713160

[startup+12.7003 s]
/proc/loadavg: 2.06 2.01 2.00 3/181 11614
/proc/meminfo: memFree=27091960/32873648 swapFree=6848/6848
[pid=11608] ppid=11606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11608/stat : 11608 (npSolver-pbo-It) S 11606 11608 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274378564 9367552 275 33554432000 4194304 5064252 140736447653024 140736447651936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11608/statm: 2287 275 233 213 0 72 0
[pid=11609] ppid=11608 vsize=136184 CPUtime=11.37 cores=1,3,5,7
/proc/11609/stat : 11609 (npSolver-pbo) R 11608 11608 5308 0 -1 4202496 19006 65794 0 0 212 282 613 30 20 0 1 0 274378564 139452416 32262 33554432000 4194304 5992684 140737284076384 140737284070568 5179696 0 0 4096 0 0 0 0 17 3 0 0 17 0 0
/proc/11609/statm: 34046 32262 176 440 0 33602 0
[pid=11614] ppid=11609 vsize=314060 CPUtime=1.15 cores=1,3,5,7
/proc/11614/stat : 11614 (glucosInc) S 11609 11608 5308 0 -1 4202496 52359 0 0 0 106 9 0 0 20 0 1 0 274379370 321597440 68487 33554432000 4194304 5654031 140733388364384 140733388362696 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/11614/statm: 78515 68487 146 357 0 78155 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 459392

[startup+25.5003 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 11615
/proc/meminfo: memFree=26429076/32873648 swapFree=6848/6848
[pid=11608] ppid=11606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11608/stat : 11608 (npSolver-pbo-It) S 11606 11608 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274378564 9367552 275 33554432000 4194304 5064252 140736447653024 140736447651936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11608/statm: 2287 275 233 213 0 72 0
[pid=11609] ppid=11608 vsize=1313132 CPUtime=25.33 cores=1,3,5,7
/proc/11609/stat : 11609 (npSolver-pbo) R 11608 11608 5308 0 -1 4202496 57454 118675 0 0 1312 450 720 51 20 0 1 0 274378564 1344647168 265167 33554432000 4194304 5992684 140737284076384 140737284069096 4523464 0 0 4096 0 0 0 0 17 3 0 0 17 0 0
/proc/11609/statm: 328283 265167 185 440 0 327839 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 1322280

[startup+51.1004 s]
/proc/loadavg: 2.47 2.11 2.03 3/181 11617
/proc/meminfo: memFree=23365948/32873648 swapFree=6848/6848
[pid=11608] ppid=11606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11608/stat : 11608 (npSolver-pbo-It) S 11606 11608 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274378564 9367552 275 33554432000 4194304 5064252 140736447653024 140736447651936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11608/statm: 2287 275 233 213 0 72 0
[pid=11609] ppid=11608 vsize=138124 CPUtime=32.67 cores=1,3,5,7
/proc/11609/stat : 11609 (npSolver-pbo) S 11608 11608 5308 0 -1 4202496 60014 119190 0 0 1845 642 720 60 20 0 1 0 274378564 141438976 32789 33554432000 4194304 5992684 140737284076384 140737284062216 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 17 0 0
/proc/11609/statm: 34531 32789 186 440 0 34087 0
[pid=11617] ppid=11609 vsize=3167944 CPUtime=18.24 cores=1,3,5,7
/proc/11617/stat : 11617 (glucosInc) R 11609 11608 5308 0 -1 4202496 333752 0 0 0 1708 116 0 0 20 0 1 0 274381849 3243974656 679197 33554432000 4194304 5654031 140736829834448 140736829832232 4236276 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11617/statm: 791986 679197 141 357 0 791626 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 3315216

[startup+102.307 s]
/proc/loadavg: 2.36 2.15 2.05 3/181 11617
/proc/meminfo: memFree=23389944/32873648 swapFree=6848/6848
[pid=11608] ppid=11606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11608/stat : 11608 (npSolver-pbo-It) S 11606 11608 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274378564 9367552 275 33554432000 4194304 5064252 140736447653024 140736447651936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11608/statm: 2287 275 233 213 0 72 0
[pid=11609] ppid=11608 vsize=138124 CPUtime=32.67 cores=1,3,5,7
/proc/11609/stat : 11609 (npSolver-pbo) S 11608 11608 5308 0 -1 4202496 60014 119190 0 0 1845 642 720 60 20 0 1 0 274378564 141438976 32789 33554432000 4194304 5992684 140737284076384 140737284062216 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 17 0 0
/proc/11609/statm: 34531 32789 186 440 0 34087 0
[pid=11617] ppid=11609 vsize=3169132 CPUtime=69.44 cores=1,3,5,7
/proc/11617/stat : 11617 (glucosInc) R 11609 11608 5308 0 -1 4202496 334057 0 0 0 6824 120 0 0 20 0 1 0 274381849 3245191168 679502 33554432000 4194304 5654031 140736829834448 140736829832232 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11617/statm: 792283 679502 141 357 0 791923 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 3316404

[startup+162.3 s]
/proc/loadavg: 2.13 2.12 2.04 3/181 11618
/proc/meminfo: memFree=23357812/32873648 swapFree=6848/6848
[pid=11608] ppid=11606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11608/stat : 11608 (npSolver-pbo-It) S 11606 11608 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274378564 9367552 275 33554432000 4194304 5064252 140736447653024 140736447651936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11608/statm: 2287 275 233 213 0 72 0
[pid=11609] ppid=11608 vsize=138124 CPUtime=32.67 cores=1,3,5,7
/proc/11609/stat : 11609 (npSolver-pbo) S 11608 11608 5308 0 -1 4202496 60014 119190 0 0 1845 642 720 60 20 0 1 0 274378564 141438976 32789 33554432000 4194304 5992684 140737284076384 140737284062216 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 17 0 0
/proc/11609/statm: 34531 32789 186 440 0 34087 0
[pid=11617] ppid=11609 vsize=3169132 CPUtime=129.42 cores=1,3,5,7
/proc/11617/stat : 11617 (glucosInc) R 11609 11608 5308 0 -1 4202496 334060 0 0 0 12822 120 0 0 20 0 1 0 274381849 3245191168 679505 33554432000 4194304 5654031 140736829834448 140736829832232 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11617/statm: 792283 679505 141 357 0 791923 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 3316404

[startup+222.3 s]
/proc/loadavg: 2.14 2.12 2.05 3/181 11618
/proc/meminfo: memFree=23390484/32873648 swapFree=6848/6848
[pid=11608] ppid=11606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11608/stat : 11608 (npSolver-pbo-It) S 11606 11608 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274378564 9367552 275 33554432000 4194304 5064252 140736447653024 140736447651936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11608/statm: 2287 275 233 213 0 72 0
[pid=11609] ppid=11608 vsize=138124 CPUtime=32.67 cores=1,3,5,7
/proc/11609/stat : 11609 (npSolver-pbo) S 11608 11608 5308 0 -1 4202496 60014 119190 0 0 1845 642 720 60 20 0 1 0 274378564 141438976 32789 33554432000 4194304 5992684 140737284076384 140737284062216 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 17 0 0
/proc/11609/statm: 34531 32789 186 440 0 34087 0
[pid=11617] ppid=11609 vsize=3169468 CPUtime=189.41 cores=1,3,5,7
/proc/11617/stat : 11617 (glucosInc) R 11609 11608 5308 0 -1 4202496 334105 0 0 0 18821 120 0 0 20 0 1 0 274381849 3245535232 679544 33554432000 4194304 5654031 140736829834448 140736829832344 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11617/statm: 792367 679544 141 357 0 792007 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 3316740

[startup+282.3 s]

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

/proc/meminfo: memFree=23269648/32873648 swapFree=6848/6848
[pid=11608] ppid=11606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11608/stat : 11608 (npSolver-pbo-It) S 11606 11608 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274378564 9367552 275 33554432000 4194304 5064252 140736447653024 140736447651936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11608/statm: 2287 275 233 213 0 72 0
[pid=11609] ppid=11608 vsize=138124 CPUtime=32.67 cores=1,3,5,7
/proc/11609/stat : 11609 (npSolver-pbo) S 11608 11608 5308 0 -1 4202496 60014 119190 0 0 1845 642 720 60 20 0 1 0 274378564 141438976 32789 33554432000 4194304 5992684 140737284076384 140737284062216 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 17 0 0
/proc/11609/statm: 34531 32789 186 440 0 34087 0
[pid=11617] ppid=11609 vsize=3251168 CPUtime=1329.23 cores=1,3,5,7
/proc/11617/stat : 11617 (glucosInc) R 11609 11608 5308 0 -1 4202496 344680 0 0 0 132800 123 0 0 20 0 1 0 274381849 3329196032 700996 33554432000 4194304 5654031 140736829834448 140736829822264 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11617/statm: 812792 700996 142 357 0 812432 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 3398440

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 11658
/proc/meminfo: memFree=23437968/32873648 swapFree=6848/6848
[pid=11608] ppid=11606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11608/stat : 11608 (npSolver-pbo-It) S 11606 11608 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274378564 9367552 275 33554432000 4194304 5064252 140736447653024 140736447651936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11608/statm: 2287 275 233 213 0 72 0
[pid=11609] ppid=11608 vsize=138124 CPUtime=32.67 cores=1,3,5,7
/proc/11609/stat : 11609 (npSolver-pbo) S 11608 11608 5308 0 -1 4202496 60014 119190 0 0 1845 642 720 60 20 0 1 0 274378564 141438976 32789 33554432000 4194304 5992684 140737284076384 140737284062216 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 17 0 0
/proc/11609/statm: 34531 32789 186 440 0 34087 0
[pid=11617] ppid=11609 vsize=3251168 CPUtime=1389.22 cores=1,3,5,7
/proc/11617/stat : 11617 (glucosInc) R 11609 11608 5308 0 -1 4202496 344683 0 0 0 138799 123 0 0 20 0 1 0 274381849 3329196032 702532 33554432000 4194304 5654031 140736829834448 140736829822264 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11617/statm: 812792 702532 142 357 0 812432 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 3398440

[startup+1482.3 s]
/proc/loadavg: 2.39 2.09 2.03 3/182 11721
/proc/meminfo: memFree=23321508/32873648 swapFree=6848/6848
[pid=11608] ppid=11606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11608/stat : 11608 (npSolver-pbo-It) S 11606 11608 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274378564 9367552 275 33554432000 4194304 5064252 140736447653024 140736447651936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11608/statm: 2287 275 233 213 0 72 0
[pid=11609] ppid=11608 vsize=138124 CPUtime=32.67 cores=1,3,5,7
/proc/11609/stat : 11609 (npSolver-pbo) S 11608 11608 5308 0 -1 4202496 60014 119190 0 0 1845 642 720 60 20 0 1 0 274378564 141438976 32789 33554432000 4194304 5992684 140737284076384 140737284062216 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 17 0 0
/proc/11609/statm: 34531 32789 186 440 0 34087 0
[pid=11617] ppid=11609 vsize=3251168 CPUtime=1449.21 cores=1,3,5,7
/proc/11617/stat : 11617 (glucosInc) R 11609 11608 5308 0 -1 4202496 344686 0 0 0 144798 123 0 0 20 0 1 0 274381849 3329196032 704068 33554432000 4194304 5654031 140736829834448 140736829822264 4215040 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11617/statm: 812792 704068 142 357 0 812432 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 3398440

[startup+1542.3 s]
/proc/loadavg: 2.14 2.07 2.02 3/182 11723
/proc/meminfo: memFree=23271904/32873648 swapFree=6848/6848
[pid=11608] ppid=11606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11608/stat : 11608 (npSolver-pbo-It) S 11606 11608 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274378564 9367552 275 33554432000 4194304 5064252 140736447653024 140736447651936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11608/statm: 2287 275 233 213 0 72 0
[pid=11609] ppid=11608 vsize=138124 CPUtime=32.67 cores=1,3,5,7
/proc/11609/stat : 11609 (npSolver-pbo) S 11608 11608 5308 0 -1 4202496 60014 119190 0 0 1845 642 720 60 20 0 1 0 274378564 141438976 32789 33554432000 4194304 5992684 140737284076384 140737284062216 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 17 0 0
/proc/11609/statm: 34531 32789 186 440 0 34087 0
[pid=11617] ppid=11609 vsize=3251168 CPUtime=1509.19 cores=1,3,5,7
/proc/11617/stat : 11617 (glucosInc) R 11609 11608 5308 0 -1 4202496 344694 0 0 0 150796 123 0 0 20 0 1 0 274381849 3329196032 705604 33554432000 4194304 5654031 140736829834448 140736829822264 4215112 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11617/statm: 812792 705604 142 357 0 812432 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 3398440

[startup+1602.3 s]
/proc/loadavg: 2.08 2.07 2.02 3/182 11746
/proc/meminfo: memFree=23260284/32873648 swapFree=6848/6848
[pid=11608] ppid=11606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11608/stat : 11608 (npSolver-pbo-It) S 11606 11608 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274378564 9367552 275 33554432000 4194304 5064252 140736447653024 140736447651936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11608/statm: 2287 275 233 213 0 72 0
[pid=11609] ppid=11608 vsize=138124 CPUtime=32.67 cores=1,3,5,7
/proc/11609/stat : 11609 (npSolver-pbo) S 11608 11608 5308 0 -1 4202496 60014 119190 0 0 1845 642 720 60 20 0 1 0 274378564 141438976 32789 33554432000 4194304 5992684 140737284076384 140737284062216 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 17 0 0
/proc/11609/statm: 34531 32789 186 440 0 34087 0
[pid=11617] ppid=11609 vsize=3276220 CPUtime=1569.18 cores=1,3,5,7
/proc/11617/stat : 11617 (glucosInc) R 11609 11608 5308 0 -1 4202496 345219 0 0 0 156795 123 0 0 20 0 1 0 274381849 3354849280 712260 33554432000 4194304 5654031 140736829834448 140736829822264 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11617/statm: 819055 712260 142 357 0 818695 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 3423492

[startup+1662.3 s]
/proc/loadavg: 2.03 2.06 2.02 3/181 11746
/proc/meminfo: memFree=23208872/32873648 swapFree=6848/6848
[pid=11608] ppid=11606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11608/stat : 11608 (npSolver-pbo-It) S 11606 11608 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274378564 9367552 275 33554432000 4194304 5064252 140736447653024 140736447651936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11608/statm: 2287 275 233 213 0 72 0
[pid=11609] ppid=11608 vsize=138124 CPUtime=32.67 cores=1,3,5,7
/proc/11609/stat : 11609 (npSolver-pbo) S 11608 11608 5308 0 -1 4202496 60014 119190 0 0 1845 642 720 60 20 0 1 0 274378564 141438976 32789 33554432000 4194304 5992684 140737284076384 140737284062216 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 17 0 0
/proc/11609/statm: 34531 32789 186 440 0 34087 0
[pid=11617] ppid=11609 vsize=3276220 CPUtime=1629.17 cores=1,3,5,7
/proc/11617/stat : 11617 (glucosInc) R 11609 11608 5308 0 -1 4202496 345224 0 0 0 162794 123 0 0 20 0 1 0 274381849 3354849280 714820 33554432000 4194304 5654031 140736829834448 140736829822264 4217196 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11617/statm: 819055 714820 142 357 0 818695 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 3423492

[startup+1722.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/181 11747
/proc/meminfo: memFree=23246168/32873648 swapFree=6848/6848
[pid=11608] ppid=11606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11608/stat : 11608 (npSolver-pbo-It) S 11606 11608 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274378564 9367552 275 33554432000 4194304 5064252 140736447653024 140736447651936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11608/statm: 2287 275 233 213 0 72 0
[pid=11609] ppid=11608 vsize=138124 CPUtime=32.67 cores=1,3,5,7
/proc/11609/stat : 11609 (npSolver-pbo) S 11608 11608 5308 0 -1 4202496 60014 119190 0 0 1845 642 720 60 20 0 1 0 274378564 141438976 32789 33554432000 4194304 5992684 140737284076384 140737284062216 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 17 0 0
/proc/11609/statm: 34531 32789 186 440 0 34087 0
[pid=11617] ppid=11609 vsize=3276220 CPUtime=1689.16 cores=1,3,5,7
/proc/11617/stat : 11617 (glucosInc) R 11609 11608 5308 0 -1 4202496 345226 0 0 0 168793 123 0 0 20 0 1 0 274381849 3354849280 715332 33554432000 4194304 5654031 140736829834448 140736829822264 4215112 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11617/statm: 819055 715332 142 357 0 818695 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 3423492

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/181 11747
/proc/meminfo: memFree=23208996/32873648 swapFree=6848/6848
[pid=11608] ppid=11606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11608/stat : 11608 (npSolver-pbo-It) S 11606 11608 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274378564 9367552 275 33554432000 4194304 5064252 140736447653024 140736447651936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11608/statm: 2287 275 233 213 0 72 0
[pid=11609] ppid=11608 vsize=138124 CPUtime=32.67 cores=1,3,5,7
/proc/11609/stat : 11609 (npSolver-pbo) S 11608 11608 5308 0 -1 4202496 60014 119190 0 0 1845 642 720 60 20 0 1 0 274378564 141438976 32789 33554432000 4194304 5992684 140737284076384 140737284062216 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 17 0 0
/proc/11609/statm: 34531 32789 186 440 0 34087 0
[pid=11617] ppid=11609 vsize=3276220 CPUtime=1749.15 cores=1,3,5,7
/proc/11617/stat : 11617 (glucosInc) R 11609 11608 5308 0 -1 4202496 345228 0 0 0 174792 123 0 0 20 0 1 0 274381849 3354849280 716356 33554432000 4194304 5654031 140736829834448 140736829822264 4232782 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11617/statm: 819055 716356 142 357 0 818695 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 3423492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.03 2.00 3/181 11747
/proc/meminfo: memFree=23202580/32873648 swapFree=6848/6848
[pid=11608] ppid=11606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11608/stat : 11608 (npSolver-pbo-It) S 11606 11608 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274378564 9367552 275 33554432000 4194304 5064252 140736447653024 140736447651936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11608/statm: 2287 275 233 213 0 72 0
[pid=11609] ppid=11608 vsize=138124 CPUtime=32.67 cores=1,3,5,7
/proc/11609/stat : 11609 (npSolver-pbo) S 11608 11608 5308 0 -1 4202496 60014 119190 0 0 1845 642 720 60 20 0 1 0 274378564 141438976 32789 33554432000 4194304 5992684 140737284076384 140737284062216 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 17 0 0
/proc/11609/statm: 34531 32789 186 440 0 34087 0
[pid=11617] ppid=11609 vsize=3276220 CPUtime=1767.36 cores=1,3,5,7
/proc/11617/stat : 11617 (glucosInc) R 11609 11608 5308 0 -1 4202496 345228 0 0 0 176613 123 0 0 20 0 1 0 274381849 3354849280 716356 33554432000 4194304 5654031 140736829834448 140736829822264 4232794 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11617/statm: 819055 716356 142 357 0 818695 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 3423492

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.03 2.00 3/181 11747
/proc/meminfo: memFree=23202580/32873648 swapFree=6848/6848
[pid=11608] ppid=11606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11608/stat : 11608 (npSolver-pbo-It) S 11606 11608 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274378564 9367552 275 33554432000 4194304 5064252 140736447653024 140736447651936 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11608/statm: 2287 275 233 213 0 72 0
[pid=11609] ppid=11608 vsize=138124 CPUtime=32.67 cores=1,3,5,7
/proc/11609/stat : 11609 (npSolver-pbo) S 11608 11608 5308 0 -1 4202496 60014 119190 0 0 1845 642 720 60 20 0 1 0 274378564 141438976 32789 33554432000 4194304 5992684 140737284076384 140737284062216 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 17 0 0
/proc/11609/statm: 34531 32789 186 440 0 34087 0
[pid=11617] ppid=11609 vsize=3276220 CPUtime=1767.36 cores=1,3,5,7
/proc/11617/stat : 11617 (glucosInc) R 11609 11608 5308 0 -1 4202496 345228 0 0 0 176613 123 0 0 20 0 1 0 274381849 3354849280 716356 33554432000 4194304 5654031 140736829834448 140736829822264 4232794 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11617/statm: 819055 716356 142 357 0 818695 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 3423492

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11608 and gives
#  childrusage.ru_utime.tv_sec=25
#  childrusage.ru_utime.tv_usec=656099
#  childrusage.ru_stime.tv_sec=7
#  childrusage.ru_stime.tv_usec=36930
# CPU time returned by wait4() is 32.693
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.52
CPU time (s): 1800.03
CPU user time (s): 1791.78
CPU system time (s): 8.25
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 4190368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.6561
system time used= 7.03693
maximum resident set size= 2510084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179563
page faults= 0
swaps= 0
block input operations= 8
block output operations= 2959816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1656
involuntary context switches= 47

runsolver used 3.9724 second user time and 10.4524 second system time

The end

Launcher Data

Begin job on node113 at 2012-05-27 03:35:17
IDJOB=3697551
IDBENCH=71867
IDSOLVER=2275
FILE ID=node113/3697551-1338082517
RUNJOBID= node113-1338052965-5325
PBS_JOBID= 14624415
Free space on /tmp= 71372 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__32.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3697551-1338082517/watcher-3697551-1338082517 -o /tmp/evaluation-result-3697551-1338082517/solver-3697551-1338082517 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3697551-1338082517.opb 343633071 HOME HOME

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

MD5SUM BENCH= 95367a36ca5654a079813431d40e8df1
RANDOM SEED=343633071

node113.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		: 2667.026
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	: 5334.05
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		: 2667.026
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.90
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		: 2667.026
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	: 5438.54
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		: 2667.026
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		: 2667.026
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		: 2667.026
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		: 2667.026
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.92
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		: 2667.026
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:        27586492 kB
Buffers:          311348 kB
Cached:          4032148 kB
SwapCached:            0 kB
Active:          1140088 kB
Inactive:        3330424 kB
Active(anon):     129140 kB
Inactive(anon):        0 kB
Active(file):    1010948 kB
Inactive(file):  3330424 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             15200 kB
Writeback:             0 kB
AnonPages:        149272 kB
Mapped:            15664 kB
Shmem:               200 kB
Slab:             678528 kB
SReclaimable:     122760 kB
SUnreclaim:       555768 kB
KernelStack:        1512 kB
PageTables:         4132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     244756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 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= 70076 MiB
End job on node113 at 2012-05-27 04:05:20