Trace number 3746808

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 (fixed)? (TO) 1800.12 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-ns1685374.opb
MD5SUM50acc4afebeb32cddb95c5011f072af8
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-13
Best CPU time to get the best result obtained on this benchmark276.793
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints43295
Number of constraints which are clauses9074
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints34021
Minimum length of a constraint3
Maximum length of a constraint97
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1000000000
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2000000032
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

0.00/0.25	c run inc solver
0.00/0.25	c [INC SYSTEM] run initial solver
0.00/0.25	c [INC SYSTEM] preprocess with white file
0.00/0.71	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.71	c [INC SYSTEM] execute solver
218.54/218.61	c [INC SEARCH] formula is SAT
218.54/218.61	c [INC SYSTEM] solved the initial formula
218.63/218.70	c model valid
218.63/218.70	c current solution ok
218.84/218.92	o -8
218.84/218.92	c [INC SYSTEM] there exists a inc, kill it!
218.84/218.92	c write failed with 2
218.84/218.92	c [INC SEARCH] iteration: 0
218.84/218.92	c [INC BOUNDS] best value:92 search for 91
218.84/218.92	c [INC SYSTEM] create new solver instance
218.84/218.92	c [INC] encode full formula
218.84/218.92	c (debug) using card networks
218.84/218.92	c old isEQ: 41, new EQ is 0
218.84/218.92	c set iterative enc to: card
218.84/218.92	c set iterative enc to: none
218.84/218.93	c [INC SEARCH] isOptimum variable: 0
1800.09/1800.40	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.09/1800.40	s UNKNOWN
1800.09/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.09/1800.40	c write failed with -1

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-3746808-1339105548/watcher-3746808-1339105548 -o /tmp/evaluation-result-3746808-1339105548/solver-3746808-1339105548 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746808-1339105548.opb 740067383 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.02 2.02 2.00 3/178 10452
/proc/meminfo: memFree=30686116/32873648 swapFree=7376/7376
[pid=10452] ppid=10450 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10452/stat : 10452 (npSolver-pbo-It) S 10450 10452 9343 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376678960 9367552 274 33554432000 4194304 5064252 140737392557344 140737392556256 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 2287 274 233 213 0 72 0

[startup+0.0965371 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 10452
/proc/meminfo: memFree=30686116/32873648 swapFree=7376/7376
[pid=10452] ppid=10450 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10452/stat : 10452 (npSolver-pbo-It) S 10450 10452 9343 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376678960 9367552 274 33554432000 4194304 5064252 140737392557344 140737392556256 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100231 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 10452
/proc/meminfo: memFree=30686116/32873648 swapFree=7376/7376
[pid=10452] ppid=10450 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10452/stat : 10452 (npSolver-pbo-It) S 10450 10452 9343 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376678960 9367552 274 33554432000 4194304 5064252 140737392557344 140737392556256 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300299 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 10452
/proc/meminfo: memFree=30686116/32873648 swapFree=7376/7376
[pid=10452] ppid=10450 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10452/stat : 10452 (npSolver-pbo-It) S 10450 10452 9343 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376678960 9367552 274 33554432000 4194304 5064252 140737392557344 140737392556256 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70027 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 10452
/proc/meminfo: memFree=30686116/32873648 swapFree=7376/7376
[pid=10452] ppid=10450 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10452/stat : 10452 (npSolver-pbo-It) S 10450 10452 9343 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376678960 9367552 274 33554432000 4194304 5064252 140737392557344 140737392556256 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 10458
/proc/meminfo: memFree=30645848/32873648 swapFree=7376/7376
[pid=10452] ppid=10450 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10452/stat : 10452 (npSolver-pbo-It) S 10450 10452 9343 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376678960 9367552 274 33554432000 4194304 5064252 140737392557344 140737392556256 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 2287 274 233 213 0 72 0
[pid=10453] ppid=10452 vsize=28096 CPUtime=0.69 cores=1,3,5,7
/proc/10453/stat : 10453 (npSolver-pbo) S 10452 10452 9343 0 -1 4202496 8015 7422 0 0 23 1 44 1 20 0 1 0 376678960 28770304 6252 33554432000 4194304 6004724 140736019397232 140736019383512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/10453/statm: 7024 6252 152 442 0 6578 0
[pid=10458] ppid=10453 vsize=19124 CPUtime=0.78 cores=1,3,5,7
/proc/10458/stat : 10458 (glucosInc) R 10453 10452 9343 0 -1 4202496 3189 0 0 0 78 0 0 0 20 0 1 0 376679031 19582976 4154 33554432000 4194304 5654031 140733857966400 140733857964488 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10458/statm: 4781 4154 140 357 0 4421 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 56368

[startup+3.10031 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 10458
/proc/meminfo: memFree=30642064/32873648 swapFree=7376/7376
[pid=10452] ppid=10450 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10452/stat : 10452 (npSolver-pbo-It) S 10450 10452 9343 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376678960 9367552 274 33554432000 4194304 5064252 140737392557344 140737392556256 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 2287 274 233 213 0 72 0
[pid=10453] ppid=10452 vsize=28096 CPUtime=0.69 cores=1,3,5,7
/proc/10453/stat : 10453 (npSolver-pbo) S 10452 10452 9343 0 -1 4202496 8015 7422 0 0 23 1 44 1 20 0 1 0 376678960 28770304 6252 33554432000 4194304 6004724 140736019397232 140736019383512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/10453/statm: 7024 6252 152 442 0 6578 0
[pid=10458] ppid=10453 vsize=19920 CPUtime=2.38 cores=1,3,5,7
/proc/10458/stat : 10458 (glucosInc) R 10453 10452 9343 0 -1 4202496 4709 0 0 0 238 0 0 0 20 0 1 0 376679031 20398080 4411 33554432000 4194304 5654031 140733857966400 140733857964296 4234964 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10458/statm: 4980 4411 141 357 0 4620 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 57164

[startup+6.30035 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 10458
/proc/meminfo: memFree=30623772/32873648 swapFree=7376/7376
[pid=10452] ppid=10450 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10452/stat : 10452 (npSolver-pbo-It) S 10450 10452 9343 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376678960 9367552 274 33554432000 4194304 5064252 140737392557344 140737392556256 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 2287 274 233 213 0 72 0
[pid=10453] ppid=10452 vsize=28096 CPUtime=0.69 cores=1,3,5,7
/proc/10453/stat : 10453 (npSolver-pbo) S 10452 10452 9343 0 -1 4202496 8015 7422 0 0 23 1 44 1 20 0 1 0 376678960 28770304 6252 33554432000 4194304 6004724 140736019397232 140736019383512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/10453/statm: 7024 6252 152 442 0 6578 0
[pid=10458] ppid=10453 vsize=32036 CPUtime=5.58 cores=1,3,5,7
/proc/10458/stat : 10458 (glucosInc) R 10453 10452 9343 0 -1 4202496 5913 0 0 0 557 1 0 0 20 0 1 0 376679031 32804864 7341 33554432000 4194304 5654031 140733857966400 140733857964280 4232960 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10458/statm: 8009 7341 142 357 0 7649 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 69280

[startup+12.7004 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 10458
/proc/meminfo: memFree=30614868/32873648 swapFree=7376/7376
[pid=10452] ppid=10450 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10452/stat : 10452 (npSolver-pbo-It) S 10450 10452 9343 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376678960 9367552 274 33554432000 4194304 5064252 140737392557344 140737392556256 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 2287 274 233 213 0 72 0
[pid=10453] ppid=10452 vsize=28096 CPUtime=0.69 cores=1,3,5,7
/proc/10453/stat : 10453 (npSolver-pbo) S 10452 10452 9343 0 -1 4202496 8015 7422 0 0 23 1 44 1 20 0 1 0 376678960 28770304 6252 33554432000 4194304 6004724 140736019397232 140736019383512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/10453/statm: 7024 6252 152 442 0 6578 0
[pid=10458] ppid=10453 vsize=50712 CPUtime=11.98 cores=1,3,5,7
/proc/10458/stat : 10458 (glucosInc) R 10453 10452 9343 0 -1 4202496 6473 0 0 0 1197 1 0 0 20 0 1 0 376679031 51929088 11762 33554432000 4194304 5654031 140733857966400 140733857954216 4216697 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10458/statm: 12678 11762 142 357 0 12318 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 87956

[startup+25.5004 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 10458
/proc/meminfo: memFree=30584736/32873648 swapFree=7376/7376
[pid=10452] ppid=10450 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10452/stat : 10452 (npSolver-pbo-It) S 10450 10452 9343 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376678960 9367552 274 33554432000 4194304 5064252 140737392557344 140737392556256 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 2287 274 233 213 0 72 0
[pid=10453] ppid=10452 vsize=28096 CPUtime=0.69 cores=1,3,5,7
/proc/10453/stat : 10453 (npSolver-pbo) S 10452 10452 9343 0 -1 4202496 8015 7422 0 0 23 1 44 1 20 0 1 0 376678960 28770304 6252 33554432000 4194304 6004724 140736019397232 140736019383512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/10453/statm: 7024 6252 152 442 0 6578 0
[pid=10458] ppid=10453 vsize=69568 CPUtime=24.77 cores=1,3,5,7
/proc/10458/stat : 10458 (glucosInc) R 10453 10452 9343 0 -1 4202496 7033 0 0 0 2476 1 0 0 20 0 1 0 376679031 71237632 16326 33554432000 4194304 5654031 140733857966400 140733857954216 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10458/statm: 17392 16326 142 357 0 17032 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 106812

[startup+51.1004 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 10458
/proc/meminfo: memFree=30569232/32873648 swapFree=7376/7376
[pid=10452] ppid=10450 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10452/stat : 10452 (npSolver-pbo-It) S 10450 10452 9343 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376678960 9367552 274 33554432000 4194304 5064252 140737392557344 140737392556256 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 2287 274 233 213 0 72 0
[pid=10453] ppid=10452 vsize=28096 CPUtime=0.69 cores=1,3,5,7
/proc/10453/stat : 10453 (npSolver-pbo) S 10452 10452 9343 0 -1 4202496 8015 7422 0 0 23 1 44 1 20 0 1 0 376678960 28770304 6252 33554432000 4194304 6004724 140736019397232 140736019383512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/10453/statm: 7024 6252 152 442 0 6578 0
[pid=10458] ppid=10453 vsize=100292 CPUtime=50.37 cores=1,3,5,7
/proc/10458/stat : 10458 (glucosInc) R 10453 10452 9343 0 -1 4202496 8283 0 0 0 5035 2 0 0 20 0 1 0 376679031 102699008 19910 33554432000 4194304 5654031 140733857966400 140733857954216 4232438 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10458/statm: 25073 19910 142 357 0 24713 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 137536

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 10459
/proc/meminfo: memFree=30569232/32873648 swapFree=7376/7376
[pid=10452] ppid=10450 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10452/stat : 10452 (npSolver-pbo-It) S 10450 10452 9343 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376678960 9367552 274 33554432000 4194304 5064252 140737392557344 140737392556256 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 2287 274 233 213 0 72 0
[pid=10453] ppid=10452 vsize=28096 CPUtime=0.69 cores=1,3,5,7
/proc/10453/stat : 10453 (npSolver-pbo) S 10452 10452 9343 0 -1 4202496 8015 7422 0 0 23 1 44 1 20 0 1 0 376678960 28770304 6252 33554432000 4194304 6004724 140736019397232 140736019383512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/10453/statm: 7024 6252 152 442 0 6578 0
[pid=10458] ppid=10453 vsize=100292 CPUtime=101.57 cores=1,3,5,7
/proc/10458/stat : 10458 (glucosInc) R 10453 10452 9343 0 -1 4202496 9209 0 0 0 10152 5 0 0 20 0 1 0 376679031 102699008 19963 33554432000 4194304 5654031 140733857966400 140733857954216 4233187 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10458/statm: 25073 19963 142 357 0 24713 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 137536

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 10459
/proc/meminfo: memFree=30498576/32873648 swapFree=7376/7376
[pid=10452] ppid=10450 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10452/stat : 10452 (npSolver-pbo-It) S 10450 10452 9343 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376678960 9367552 274 33554432000 4194304 5064252 140737392557344 140737392556256 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 2287 274 233 213 0 72 0
[pid=10453] ppid=10452 vsize=28096 CPUtime=0.69 cores=1,3,5,7
/proc/10453/stat : 10453 (npSolver-pbo) S 10452 10452 9343 0 -1 4202496 8015 7422 0 0 23 1 44 1 20 0 1 0 376678960 28770304 6252 33554432000 4194304 6004724 140736019397232 140736019383512 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/10453/statm: 7024 6252 152 442 0 6578 0
[pid=10458] ppid=10453 vsize=149612 CPUtime=161.55 cores=1,3,5,7
/proc/10458/stat : 10458 (glucosInc) R 10453 10452 9343 0 -1 4202496 11263 0 0 0 16146 9 0 0 20 0 1 0 376679031 153202688 29891 33554432000 4194304 5654031 140733857966400 140733857954216 4232566 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10458/statm: 37403 29891 142 357 0 37043 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 186856

[startup+222.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 10462
/proc/meminfo: memFree=30599944/32873648 swapFree=7376/7376
[pid=10452] ppid=10450 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10452/stat : 10452 (npSolver-pbo-It) S 10450 10452 9343 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376678960 9367552 274 33554432000 4194304 5064252 140737392557344 140737392556256 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 2287 274 233 213 0 72 0
[pid=10453] ppid=10452 vsize=28100 CPUtime=218.87 cores=1,3,5,7
/proc/10453/stat : 10453 (npSolver-pbo) S 10452 10452 9343 0 -1 4202496 8509 21975 0 0 34 20 21816 17 20 0 1 0 376678960 28774400 6277 33554432000 4194304 6004724 140736019397232 140736019383080 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/10453/statm: 7025 6277 176 442 0 6579 0
[pid=10462] ppid=10453 vsize=16952 CPUtime=3.35 cores=1,3,5,7
/proc/10462/stat : 10462 (glucosInc) R 10453 10452 9343 0 -1 4202496 3933 0 0 0 335 0 0 0 20 0 1 0 376700853 17358848 3622 33554432000 4194304 5654031 140736900152848 140736900150872 4216337 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10462/statm: 4238 3622 141 357 0 3878 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 54200

[startup+282.3 s]

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

/proc/meminfo: memFree=30399464/32873648 swapFree=7376/7376
[pid=10452] ppid=10450 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10452/stat : 10452 (npSolver-pbo-It) S 10450 10452 9343 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376678960 9367552 274 33554432000 4194304 5064252 140737392557344 140737392556256 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 2287 274 233 213 0 72 0
[pid=10453] ppid=10452 vsize=28100 CPUtime=218.87 cores=1,3,5,7
/proc/10453/stat : 10453 (npSolver-pbo) S 10452 10452 9343 0 -1 4202496 8509 21975 0 0 34 20 21816 17 20 0 1 0 376678960 28774400 6277 33554432000 4194304 6004724 140736019397232 140736019383080 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/10453/statm: 7025 6277 176 442 0 6579 0
[pid=10462] ppid=10453 vsize=168912 CPUtime=1023.2 cores=1,3,5,7
/proc/10462/stat : 10462 (glucosInc) R 10453 10452 9343 0 -1 4202496 17573 0 0 0 102309 11 0 0 20 0 1 0 376700853 172965888 41751 33554432000 4194304 5654031 140736900152848 140736900140664 4215403 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10462/statm: 42228 41751 141 357 0 41868 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 206160

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10507
/proc/meminfo: memFree=30410668/32873648 swapFree=7376/7376
[pid=10452] ppid=10450 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10452/stat : 10452 (npSolver-pbo-It) S 10450 10452 9343 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376678960 9367552 274 33554432000 4194304 5064252 140737392557344 140737392556256 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 2287 274 233 213 0 72 0
[pid=10453] ppid=10452 vsize=28100 CPUtime=218.87 cores=1,3,5,7
/proc/10453/stat : 10453 (npSolver-pbo) S 10452 10452 9343 0 -1 4202496 8509 21975 0 0 34 20 21816 17 20 0 1 0 376678960 28774400 6277 33554432000 4194304 6004724 140736019397232 140736019383080 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/10453/statm: 7025 6277 176 442 0 6579 0
[pid=10462] ppid=10453 vsize=168516 CPUtime=1083.2 cores=1,3,5,7
/proc/10462/stat : 10462 (glucosInc) R 10453 10452 9343 0 -1 4202496 18728 0 0 0 108307 13 0 0 20 0 1 0 376700853 172560384 39982 33554432000 4194304 5654031 140736900152848 140736900140664 4233204 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10462/statm: 42129 39982 141 357 0 41769 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 205764

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10507
/proc/meminfo: memFree=30431564/32873648 swapFree=7376/7376
[pid=10452] ppid=10450 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10452/stat : 10452 (npSolver-pbo-It) S 10450 10452 9343 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376678960 9367552 274 33554432000 4194304 5064252 140737392557344 140737392556256 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 2287 274 233 213 0 72 0
[pid=10453] ppid=10452 vsize=28100 CPUtime=218.87 cores=1,3,5,7
/proc/10453/stat : 10453 (npSolver-pbo) S 10452 10452 9343 0 -1 4202496 8509 21975 0 0 34 20 21816 17 20 0 1 0 376678960 28774400 6277 33554432000 4194304 6004724 140736019397232 140736019383080 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/10453/statm: 7025 6277 176 442 0 6579 0
[pid=10462] ppid=10453 vsize=168516 CPUtime=1143.18 cores=1,3,5,7
/proc/10462/stat : 10462 (glucosInc) R 10453 10452 9343 0 -1 4202496 19280 0 0 0 114305 13 0 0 20 0 1 0 376700853 172560384 41652 33554432000 4194304 5654031 140736900152848 140736900140664 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10462/statm: 42129 41652 141 357 0 41769 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 205764

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10507
/proc/meminfo: memFree=30397792/32873648 swapFree=7376/7376
[pid=10452] ppid=10450 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10452/stat : 10452 (npSolver-pbo-It) S 10450 10452 9343 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376678960 9367552 274 33554432000 4194304 5064252 140737392557344 140737392556256 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 2287 274 233 213 0 72 0
[pid=10453] ppid=10452 vsize=28100 CPUtime=218.87 cores=1,3,5,7
/proc/10453/stat : 10453 (npSolver-pbo) S 10452 10452 9343 0 -1 4202496 8509 21975 0 0 34 20 21816 17 20 0 1 0 376678960 28774400 6277 33554432000 4194304 6004724 140736019397232 140736019383080 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/10453/statm: 7025 6277 176 442 0 6579 0
[pid=10462] ppid=10453 vsize=217836 CPUtime=1203.18 cores=1,3,5,7
/proc/10462/stat : 10462 (glucosInc) R 10453 10452 9343 0 -1 4202496 20107 0 0 0 120303 15 0 0 20 0 1 0 376700853 223064064 51775 33554432000 4194304 5654031 140736900152848 140736900140664 4232607 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10462/statm: 54459 51775 141 357 0 54099 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 255084

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 10510
/proc/meminfo: memFree=30420416/32873648 swapFree=7376/7376
[pid=10452] ppid=10450 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10452/stat : 10452 (npSolver-pbo-It) S 10450 10452 9343 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376678960 9367552 274 33554432000 4194304 5064252 140737392557344 140737392556256 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 2287 274 233 213 0 72 0
[pid=10453] ppid=10452 vsize=28100 CPUtime=218.87 cores=1,3,5,7
/proc/10453/stat : 10453 (npSolver-pbo) S 10452 10452 9343 0 -1 4202496 8509 21975 0 0 34 20 21816 17 20 0 1 0 376678960 28774400 6277 33554432000 4194304 6004724 140736019397232 140736019383080 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/10453/statm: 7025 6277 176 442 0 6579 0
[pid=10462] ppid=10453 vsize=181872 CPUtime=1263.16 cores=1,3,5,7
/proc/10462/stat : 10462 (glucosInc) R 10453 10452 9343 0 -1 4202496 21323 0 0 0 126300 16 0 0 20 0 1 0 376700853 186236928 44991 33554432000 4194304 5654031 140736900152848 140736900140664 4216057 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10462/statm: 45468 44991 141 357 0 45108 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 219120

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10510
/proc/meminfo: memFree=30370272/32873648 swapFree=7376/7376
[pid=10452] ppid=10450 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10452/stat : 10452 (npSolver-pbo-It) S 10450 10452 9343 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376678960 9367552 274 33554432000 4194304 5064252 140737392557344 140737392556256 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 2287 274 233 213 0 72 0
[pid=10453] ppid=10452 vsize=28100 CPUtime=218.87 cores=1,3,5,7
/proc/10453/stat : 10453 (npSolver-pbo) S 10452 10452 9343 0 -1 4202496 8509 21975 0 0 34 20 21816 17 20 0 1 0 376678960 28774400 6277 33554432000 4194304 6004724 140736019397232 140736019383080 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/10453/statm: 7025 6277 176 442 0 6579 0
[pid=10462] ppid=10453 vsize=231192 CPUtime=1323.15 cores=1,3,5,7
/proc/10462/stat : 10462 (glucosInc) R 10453 10452 9343 0 -1 4202496 21733 0 0 0 132299 16 0 0 20 0 1 0 376700853 236740608 53066 33554432000 4194304 5654031 140736900152848 140736900140664 4232752 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10462/statm: 57798 53066 141 357 0 57438 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 268440

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10511
/proc/meminfo: memFree=30417176/32873648 swapFree=7376/7376
[pid=10452] ppid=10450 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10452/stat : 10452 (npSolver-pbo-It) S 10450 10452 9343 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376678960 9367552 274 33554432000 4194304 5064252 140737392557344 140737392556256 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 2287 274 233 213 0 72 0
[pid=10453] ppid=10452 vsize=28100 CPUtime=218.87 cores=1,3,5,7
/proc/10453/stat : 10453 (npSolver-pbo) S 10452 10452 9343 0 -1 4202496 8509 21975 0 0 34 20 21816 17 20 0 1 0 376678960 28774400 6277 33554432000 4194304 6004724 140736019397232 140736019383080 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/10453/statm: 7025 6277 176 442 0 6579 0
[pid=10462] ppid=10453 vsize=181872 CPUtime=1383.14 cores=1,3,5,7
/proc/10462/stat : 10462 (glucosInc) R 10453 10452 9343 0 -1 4202496 22149 0 0 0 138297 17 0 0 20 0 1 0 376700853 186236928 44991 33554432000 4194304 5654031 140736900152848 140736900140664 4232784 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10462/statm: 45468 44991 141 357 0 45108 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 219120

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10511
/proc/meminfo: memFree=30417472/32873648 swapFree=7376/7376
[pid=10452] ppid=10450 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10452/stat : 10452 (npSolver-pbo-It) S 10450 10452 9343 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376678960 9367552 274 33554432000 4194304 5064252 140737392557344 140737392556256 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 2287 274 233 213 0 72 0
[pid=10453] ppid=10452 vsize=28100 CPUtime=218.87 cores=1,3,5,7
/proc/10453/stat : 10453 (npSolver-pbo) S 10452 10452 9343 0 -1 4202496 8509 21975 0 0 34 20 21816 17 20 0 1 0 376678960 28774400 6277 33554432000 4194304 6004724 140736019397232 140736019383080 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/10453/statm: 7025 6277 176 442 0 6579 0
[pid=10462] ppid=10453 vsize=181872 CPUtime=1443.13 cores=1,3,5,7
/proc/10462/stat : 10462 (glucosInc) R 10453 10452 9343 0 -1 4202496 22564 0 0 0 144295 18 0 0 20 0 1 0 376700853 186236928 44991 33554432000 4194304 5654031 140736900152848 140736900140664 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10462/statm: 45468 44991 141 357 0 45108 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 219120

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10555
/proc/meminfo: memFree=30576300/32873648 swapFree=7376/7376
[pid=10452] ppid=10450 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10452/stat : 10452 (npSolver-pbo-It) S 10450 10452 9343 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376678960 9367552 274 33554432000 4194304 5064252 140737392557344 140737392556256 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 2287 274 233 213 0 72 0
[pid=10453] ppid=10452 vsize=28100 CPUtime=218.87 cores=1,3,5,7
/proc/10453/stat : 10453 (npSolver-pbo) S 10452 10452 9343 0 -1 4202496 8509 21975 0 0 34 20 21816 17 20 0 1 0 376678960 28774400 6277 33554432000 4194304 6004724 140736019397232 140736019383080 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/10453/statm: 7025 6277 176 442 0 6579 0
[pid=10462] ppid=10453 vsize=231192 CPUtime=1503.12 cores=1,3,5,7
/proc/10462/stat : 10462 (glucosInc) R 10453 10452 9343 0 -1 4202496 23392 0 0 0 150293 19 0 0 20 0 1 0 376700853 236740608 54090 33554432000 4194304 5654031 140736900152848 140736900140664 4233173 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10462/statm: 57798 54090 141 357 0 57438 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 268440

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10555
/proc/meminfo: memFree=30552044/32873648 swapFree=7376/7376
[pid=10452] ppid=10450 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10452/stat : 10452 (npSolver-pbo-It) S 10450 10452 9343 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376678960 9367552 274 33554432000 4194304 5064252 140737392557344 140737392556256 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 2287 274 233 213 0 72 0
[pid=10453] ppid=10452 vsize=28100 CPUtime=218.87 cores=1,3,5,7
/proc/10453/stat : 10453 (npSolver-pbo) S 10452 10452 9343 0 -1 4202496 8509 21975 0 0 34 20 21816 17 20 0 1 0 376678960 28774400 6277 33554432000 4194304 6004724 140736019397232 140736019383080 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/10453/statm: 7025 6277 176 442 0 6579 0
[pid=10462] ppid=10453 vsize=181872 CPUtime=1563.11 cores=1,3,5,7
/proc/10462/stat : 10462 (glucosInc) R 10453 10452 9343 0 -1 4202496 23813 0 0 0 156291 20 0 0 20 0 1 0 376700853 186236928 44991 33554432000 4194304 5654031 140736900152848 140736900140664 4232752 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10462/statm: 45468 44991 141 357 0 45108 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 219120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10555
/proc/meminfo: memFree=30526492/32873648 swapFree=7376/7376
[pid=10452] ppid=10450 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10452/stat : 10452 (npSolver-pbo-It) S 10450 10452 9343 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376678960 9367552 274 33554432000 4194304 5064252 140737392557344 140737392556256 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10452/statm: 2287 274 233 213 0 72 0
[pid=10453] ppid=10452 vsize=28100 CPUtime=218.87 cores=1,3,5,7
/proc/10453/stat : 10453 (npSolver-pbo) S 10452 10452 9343 0 -1 4202496 8509 21975 0 0 34 20 21816 17 20 0 1 0 376678960 28774400 6277 33554432000 4194304 6004724 140736019397232 140736019383080 5190736 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/10453/statm: 7025 6277 176 442 0 6579 0
[pid=10462] ppid=10453 vsize=231192 CPUtime=1581.22 cores=1,3,5,7
/proc/10462/stat : 10462 (glucosInc) R 10453 10452 9343 0 -1 4202496 24223 0 0 0 158101 21 0 0 20 0 1 0 376700853 236740608 53066 33554432000 4194304 5654031 140736900152848 140736900150776 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10462/statm: 57798 53066 141 357 0 57438 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 268440

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.12
CPU user time (s): 1799.53
CPU system time (s): 0.59091
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 268440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.53
system time used= 0.59091
maximum resident set size= 226600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55091
page faults= 0
swaps= 0
block input operations= 0
block output operations= 22480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 96
involuntary context switches= 2665

runsolver used 3.10553 second user time and 7.43187 second system time

The end

Launcher Data

Begin job on node149 at 2012-06-07 23:45:49
IDJOB=3746808
IDBENCH=89891
IDSOLVER=2332
FILE ID=node149/3746808-1339105548
RUNJOBID= node149-1339098156-9360
PBS_JOBID= 14643704
Free space on /tmp= 70864 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-ns1685374.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746808-1339105548/watcher-3746808-1339105548 -o /tmp/evaluation-result-3746808-1339105548/solver-3746808-1339105548 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746808-1339105548.opb 740067383 HOME HOME

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

MD5SUM BENCH= 50acc4afebeb32cddb95c5011f072af8
RANDOM SEED=740067383

node149.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.145
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.29
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.145
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.145
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.55
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.145
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.145
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.145
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	: 5438.55
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.145
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.145
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:        30686644 kB
Buffers:           81692 kB
Cached:          1098500 kB
SwapCached:        29984 kB
Active:           418980 kB
Inactive:        1000436 kB
Active(anon):     211812 kB
Inactive(anon):    29944 kB
Active(file):     207168 kB
Inactive(file):   970492 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67072856 kB
Dirty:             10112 kB
Writeback:             0 kB
AnonPages:        348500 kB
Mapped:            10008 kB
Shmem:                 0 kB
Slab:             629628 kB
SReclaimable:      73568 kB
SUnreclaim:       556060 kB
KernelStack:        1504 kB
PageTables:         4044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     361192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    225280 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= 70864 MiB
End job on node149 at 2012-06-08 00:15:49