Trace number 3700104

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? (TO) 1800.08 1801.02

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_50null50mast_rapportOE2.0_TMAX120_K192_cod2.opb
MD5SUM187352532546cdf6dd143df196fcb0ac
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-8192
Best CPU time to get the best result obtained on this benchmark1800.93
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 912385
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 912385
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.09/4.10	c fallback to adder encoding
6.60/6.65	c run inc solver
6.60/6.65	c [INC SYSTEM] run initial solver
6.60/6.65	c [INC SYSTEM] preprocess with white file
21.76/22.25	c [INC SYSTEM] finished preprocessing in 15 s
21.76/22.25	c [INC SYSTEM] execute solver
435.22/435.73	c [INC SEARCH] formula is SAT
435.33/435.83	c [INC SYSTEM] solved the initial formula
436.21/436.76	c model valid
436.21/436.76	c current solution ok
443.68/444.50	o 0
443.68/444.50	c execute binary inc search
443.68/444.50	c [INC SEARCH] current bound: 456192
443.68/444.50	c [INC SEARCH] iteration: 0
443.68/444.50	c [INC SEARCH] lower bound: 0 upperbound 912385 current bound: 456192 best value:912385
443.68/444.50	c [INC SYSTEM] there exists a inc, kill it!
443.68/444.50	c write failed with 2
443.68/444.53	c [INC SYSTEM] create new solver instance
443.68/444.53	c [INC] encode full formula
443.68/444.53	c fallback to adder encoding
443.95/444.62	c set iterative enc to: adder
443.95/444.62	c set iterative enc to: none
443.96/444.83	c [INC SEARCH] isOptimum variable: 0
1800.08/1801.01	c an unexpexted return value has been received, exit
1800.08/1801.01	s UNKNOWN
1800.08/1801.01	c [INC SYSTEM] there exists a inc, kill it!
1800.08/1801.01	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-3700104-1338125299/watcher-3700104-1338125299 -o /tmp/evaluation-result-3700104-1338125299/solver-3700104-1338125299 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3700104-1338125299.opb 660561514 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.00 2.00 2.00 3/178 22638
/proc/meminfo: memFree=27890056/32873648 swapFree=6604/6604
[pid=22638] ppid=22636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22638/stat : 22638 (npSolver-pbo-I.) S 22636 22638 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278654517 9367552 275 33554432000 4194304 5064252 140737032290224 140737032289136 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 2287 275 233 213 0 72 0

[startup+0.0502049 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22638
/proc/meminfo: memFree=27890056/32873648 swapFree=6604/6604
[pid=22638] ppid=22636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22638/stat : 22638 (npSolver-pbo-I.) S 22636 22638 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278654517 9367552 275 33554432000 4194304 5064252 140737032290224 140737032289136 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100209 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22638
/proc/meminfo: memFree=27890056/32873648 swapFree=6604/6604
[pid=22638] ppid=22636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22638/stat : 22638 (npSolver-pbo-I.) S 22636 22638 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278654517 9367552 275 33554432000 4194304 5064252 140737032290224 140737032289136 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300179 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22638
/proc/meminfo: memFree=27890056/32873648 swapFree=6604/6604
[pid=22638] ppid=22636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22638/stat : 22638 (npSolver-pbo-I.) S 22636 22638 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278654517 9367552 275 33554432000 4194304 5064252 140737032290224 140737032289136 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700183 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 22638
/proc/meminfo: memFree=27890056/32873648 swapFree=6604/6604
[pid=22638] ppid=22636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22638/stat : 22638 (npSolver-pbo-I.) S 22636 22638 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278654517 9367552 275 33554432000 4194304 5064252 140737032290224 140737032289136 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22640
/proc/meminfo: memFree=27883644/32873648 swapFree=6604/6604
[pid=22638] ppid=22636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22638/stat : 22638 (npSolver-pbo-I.) S 22636 22638 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278654517 9367552 275 33554432000 4194304 5064252 140737032290224 140737032289136 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 2287 275 233 213 0 72 0
[pid=22639] ppid=22638 vsize=13528 CPUtime=1.49 cores=1,3,5,7
/proc/22639/stat : 22639 (npSolver-pbo) R 22638 22638 22368 0 -1 4202496 2526 0 0 0 148 1 0 0 20 0 1 0 278654517 13852672 2539 33554432000 4194304 5992684 140734218555376 140734218551880 4388104 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22639/statm: 3382 2539 146 440 0 2938 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22676

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22640
/proc/meminfo: memFree=27877004/32873648 swapFree=6604/6604
[pid=22638] ppid=22636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22638/stat : 22638 (npSolver-pbo-I.) S 22636 22638 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278654517 9367552 275 33554432000 4194304 5064252 140737032290224 140737032289136 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 2287 275 233 213 0 72 0
[pid=22639] ppid=22638 vsize=49768 CPUtime=3.09 cores=1,3,5,7
/proc/22639/stat : 22639 (npSolver-pbo) R 22638 22638 22368 0 -1 4202496 10119 0 0 0 306 3 0 0 20 0 1 0 278654517 50962432 11661 33554432000 4194304 5992684 140734218555376 140734218551112 5044375 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22639/statm: 12442 11661 159 440 0 11998 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58916

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22640
/proc/meminfo: memFree=27631564/32873648 swapFree=6604/6604
[pid=22638] ppid=22636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22638/stat : 22638 (npSolver-pbo-I.) S 22636 22638 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278654517 9367552 275 33554432000 4194304 5064252 140737032290224 140737032289136 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 2287 275 233 213 0 72 0
[pid=22639] ppid=22638 vsize=591224 CPUtime=6.29 cores=1,3,5,7
/proc/22639/stat : 22639 (npSolver-pbo) R 22638 22638 22368 0 -1 4202496 29709 0 0 0 616 13 0 0 20 0 1 0 278654517 605413376 91429 33554432000 4194304 5992684 140734218555376 140734218550344 5045366 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22639/statm: 147806 91429 168 440 0 147362 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 600372

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 22642
/proc/meminfo: memFree=26369880/32873648 swapFree=6604/6604
[pid=22638] ppid=22636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22638/stat : 22638 (npSolver-pbo-I.) S 22636 22638 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278654517 9367552 275 33554432000 4194304 5064252 140737032290224 140737032289136 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 2287 275 233 213 0 72 0
[pid=22639] ppid=22638 vsize=362844 CPUtime=6.64 cores=1,3,5,7
/proc/22639/stat : 22639 (npSolver-pbo) S 22638 22638 22368 0 -1 4202496 30165 0 0 0 619 45 0 0 20 0 1 0 278654517 371552256 82312 33554432000 4194304 5992684 140734218555376 140734218549824 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/22639/statm: 90711 82312 174 440 0 90267 0
[pid=22641] ppid=22639 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22641/stat : 22641 (cp2_pre.sh) S 22639 22638 22368 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 278655182 9367552 276 33554432000 4194304 5064252 140733809598592 140733809597296 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22641/statm: 2287 276 234 213 0 72 0
[pid=22642] ppid=22641 vsize=1107272 CPUtime=6.03 cores=1,3,5,7
/proc/22642/stat : 22642 (coprocessor) R 22641 22638 22368 0 -1 4202496 92611 0 0 0 574 29 0 0 20 0 1 0 278655183 1133846528 250610 33554432000 4194304 6586260 140736274446096 140736274442360 4498521 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/22642/statm: 276818 250610 168 584 0 276230 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1488412

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 22644
/proc/meminfo: memFree=26944160/32873648 swapFree=6604/6604
[pid=22638] ppid=22636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22638/stat : 22638 (npSolver-pbo-I.) S 22636 22638 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278654517 9367552 275 33554432000 4194304 5064252 140737032290224 140737032289136 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 2287 275 233 213 0 72 0
[pid=22639] ppid=22638 vsize=362844 CPUtime=21.84 cores=1,3,5,7
/proc/22639/stat : 22639 (npSolver-pbo) S 22638 22638 22368 0 -1 4202496 30181 115628 0 0 619 46 1455 64 20 0 1 0 278654517 371552256 82314 33554432000 4194304 5992684 140734218555376 140734218541640 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22639/statm: 90711 82314 176 440 0 90267 0
[pid=22644] ppid=22639 vsize=591356 CPUtime=3.24 cores=1,3,5,7
/proc/22644/stat : 22644 (glucosInc) R 22639 22638 22368 0 -1 4202496 85216 0 0 0 305 19 0 0 20 0 1 0 278656743 605548544 126980 33554432000 4194304 5654031 140736221733056 140736221730840 4216487 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22644/statm: 147839 126980 140 357 0 147479 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 963348

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 22644
/proc/meminfo: memFree=26942340/32873648 swapFree=6604/6604
[pid=22638] ppid=22636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22638/stat : 22638 (npSolver-pbo-I.) S 22636 22638 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278654517 9367552 275 33554432000 4194304 5064252 140737032290224 140737032289136 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 2287 275 233 213 0 72 0
[pid=22639] ppid=22638 vsize=362844 CPUtime=21.84 cores=1,3,5,7
/proc/22639/stat : 22639 (npSolver-pbo) S 22638 22638 22368 0 -1 4202496 30181 115628 0 0 619 46 1455 64 20 0 1 0 278654517 371552256 82314 33554432000 4194304 5992684 140734218555376 140734218541640 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22639/statm: 90711 82314 176 440 0 90267 0
[pid=22644] ppid=22639 vsize=592364 CPUtime=28.83 cores=1,3,5,7
/proc/22644/stat : 22644 (glucosInc) R 22639 22638 22368 0 -1 4202496 85496 0 0 0 2864 19 0 0 20 0 1 0 278656743 606580736 127766 33554432000 4194304 5654031 140736221733056 140736221730840 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22644/statm: 148091 127766 140 357 0 147731 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 964356

[startup+102.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 22647
/proc/meminfo: memFree=26865148/32873648 swapFree=6604/6604
[pid=22638] ppid=22636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22638/stat : 22638 (npSolver-pbo-I.) S 22636 22638 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278654517 9367552 275 33554432000 4194304 5064252 140737032290224 140737032289136 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 2287 275 233 213 0 72 0
[pid=22639] ppid=22638 vsize=362844 CPUtime=21.84 cores=1,3,5,7
/proc/22639/stat : 22639 (npSolver-pbo) S 22638 22638 22368 0 -1 4202496 30181 115628 0 0 619 46 1455 64 20 0 1 0 278654517 371552256 82314 33554432000 4194304 5992684 140734218555376 140734218541640 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22639/statm: 90711 82314 176 440 0 90267 0
[pid=22644] ppid=22639 vsize=595160 CPUtime=80.01 cores=1,3,5,7
/proc/22644/stat : 22644 (glucosInc) R 22639 22638 22368 0 -1 4202496 86179 0 0 0 7982 19 0 0 20 0 1 0 278656743 609443840 128449 33554432000 4194304 5654031 140736221733056 140736221730840 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22644/statm: 148790 128449 140 357 0 148430 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 967152

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22650
/proc/meminfo: memFree=26767988/32873648 swapFree=6604/6604
[pid=22638] ppid=22636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22638/stat : 22638 (npSolver-pbo-I.) S 22636 22638 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278654517 9367552 275 33554432000 4194304 5064252 140737032290224 140737032289136 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 2287 275 233 213 0 72 0
[pid=22639] ppid=22638 vsize=362844 CPUtime=21.84 cores=1,3,5,7
/proc/22639/stat : 22639 (npSolver-pbo) S 22638 22638 22368 0 -1 4202496 30181 115628 0 0 619 46 1455 64 20 0 1 0 278654517 371552256 82314 33554432000 4194304 5992684 140734218555376 140734218541640 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22639/statm: 90711 82314 176 440 0 90267 0
[pid=22644] ppid=22639 vsize=596084 CPUtime=140 cores=1,3,5,7
/proc/22644/stat : 22644 (glucosInc) R 22639 22638 22368 0 -1 4202496 86406 0 0 0 13981 19 0 0 20 0 1 0 278656743 610390016 128676 33554432000 4194304 5654031 140736221733056 140736221730840 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22644/statm: 149021 128676 140 357 0 148661 0
Current children cumulated CPU time (s) 161.84
Current children cumulated vsize (KiB) 968076

[startup+222.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/182 22652
/proc/meminfo: memFree=26721400/32873648 swapFree=6604/6604
[pid=22638] ppid=22636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22638/stat : 22638 (npSolver-pbo-I.) S 22636 22638 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278654517 9367552 275 33554432000 4194304 5064252 140737032290224 140737032289136 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 2287 275 233 213 0 72 0
[pid=22639] ppid=22638 vsize=362844 CPUtime=21.84 cores=1,3,5,7
/proc/22639/stat : 22639 (npSolver-pbo) S 22638 22638 22368 0 -1 4202496 30181 115628 0 0 619 46 1455 64 20 0 1 0 278654517 371552256 82314 33554432000 4194304 5992684 140734218555376 140734218541640 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/22639/statm: 90711 82314 176 440 0 90267 0
[pid=22644] ppid=22639 vsize=596576 CPUtime=199.99 cores=1,3,5,7
/proc/22644/stat : 22644 (glucosInc) R 22639 22638 22368 0 -1 4202496 86524 0 0 0 19980 19 0 0 20 0 1 0 278656743 610893824 128794 33554432000 4194304 5654031 140736221733056 140736221730952 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22644/statm: 149144 128794 140 357 0 148784 0
Current children cumulated CPU time (s) 221.83
Current children cumulated vsize (KiB) 968568

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 22652
/proc/meminfo: memFree=26720112/32873648 swapFree=6604/6604
[pid=22638] ppid=22636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22638/stat : 22638 (npSolver-pbo-I.) S 22636 22638 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278654517 9367552 275 33554432000 4194304 5064252 140737032290224 140737032289136 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 2287 275 233 213 0 72 0
[pid=22639] ppid=22638 vsize=362844 CPUtime=21.84 cores=1,3,5,7

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

/proc/meminfo: memFree=26417488/32873648 swapFree=6604/6604
[pid=22638] ppid=22636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22638/stat : 22638 (npSolver-pbo-I.) S 22636 22638 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278654517 9367552 275 33554432000 4194304 5064252 140737032290224 140737032289136 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 2287 275 233 213 0 72 0
[pid=22639] ppid=22638 vsize=403492 CPUtime=444.15 cores=1,3,5,7
/proc/22639/stat : 22639 (npSolver-pbo) S 22638 22638 22368 0 -1 4202496 37638 204457 0 0 851 676 42768 120 20 0 1 0 278654517 413175808 92467 33554432000 4194304 5992684 140734218555376 140734218540280 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 17 0 0
/proc/22639/statm: 100873 92467 186 440 0 100429 0
[pid=22655] ppid=22639 vsize=612292 CPUtime=917.29 cores=1,3,5,7
/proc/22655/stat : 22655 (glucosInc) R 22639 22638 22368 0 -1 4202496 91586 0 0 0 91688 41 0 0 20 0 1 0 278699000 626987008 139150 33554432000 4194304 5654031 140734445971808 140734445959624 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 153073 139150 142 357 0 152713 0
Current children cumulated CPU time (s) 1361.44
Current children cumulated vsize (KiB) 1024932

[startup+1422.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 22665
/proc/meminfo: memFree=26387456/32873648 swapFree=6604/6604
[pid=22638] ppid=22636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22638/stat : 22638 (npSolver-pbo-I.) S 22636 22638 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278654517 9367552 275 33554432000 4194304 5064252 140737032290224 140737032289136 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 2287 275 233 213 0 72 0
[pid=22639] ppid=22638 vsize=403492 CPUtime=444.15 cores=1,3,5,7
/proc/22639/stat : 22639 (npSolver-pbo) S 22638 22638 22368 0 -1 4202496 37638 204457 0 0 851 676 42768 120 20 0 1 0 278654517 413175808 92467 33554432000 4194304 5992684 140734218555376 140734218540280 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 17 0 0
/proc/22639/statm: 100873 92467 186 440 0 100429 0
[pid=22655] ppid=22639 vsize=695460 CPUtime=977.28 cores=1,3,5,7
/proc/22655/stat : 22655 (glucosInc) R 22639 22638 22368 0 -1 4202496 92609 0 0 0 97685 43 0 0 20 0 1 0 278699000 712151040 144757 33554432000 4194304 5654031 140734445971808 140734445959624 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 173865 144757 142 357 0 173505 0
Current children cumulated CPU time (s) 1421.43
Current children cumulated vsize (KiB) 1108100

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22665
/proc/meminfo: memFree=26401292/32873648 swapFree=6604/6604
[pid=22638] ppid=22636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22638/stat : 22638 (npSolver-pbo-I.) S 22636 22638 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278654517 9367552 275 33554432000 4194304 5064252 140737032290224 140737032289136 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 2287 275 233 213 0 72 0
[pid=22639] ppid=22638 vsize=403492 CPUtime=444.15 cores=1,3,5,7
/proc/22639/stat : 22639 (npSolver-pbo) S 22638 22638 22368 0 -1 4202496 37638 204457 0 0 851 676 42768 120 20 0 1 0 278654517 413175808 92467 33554432000 4194304 5992684 140734218555376 140734218540280 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 17 0 0
/proc/22639/statm: 100873 92467 186 440 0 100429 0
[pid=22655] ppid=22639 vsize=614628 CPUtime=1037.27 cores=1,3,5,7
/proc/22655/stat : 22655 (glucosInc) R 22639 22638 22368 0 -1 4202496 93328 0 0 0 103681 46 0 0 20 0 1 0 278699000 629379072 139641 33554432000 4194304 5654031 140734445971808 140734445959624 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 153657 139641 142 357 0 153297 0
Current children cumulated CPU time (s) 1481.42
Current children cumulated vsize (KiB) 1027268

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22665
/proc/meminfo: memFree=26369960/32873648 swapFree=6604/6604
[pid=22638] ppid=22636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22638/stat : 22638 (npSolver-pbo-I.) S 22636 22638 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278654517 9367552 275 33554432000 4194304 5064252 140737032290224 140737032289136 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 2287 275 233 213 0 72 0
[pid=22639] ppid=22638 vsize=403492 CPUtime=444.15 cores=1,3,5,7
/proc/22639/stat : 22639 (npSolver-pbo) S 22638 22638 22368 0 -1 4202496 37638 204457 0 0 851 676 42768 120 20 0 1 0 278654517 413175808 92467 33554432000 4194304 5992684 140734218555376 140734218540280 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 17 0 0
/proc/22639/statm: 100873 92467 186 440 0 100429 0
[pid=22655] ppid=22639 vsize=696824 CPUtime=1097.27 cores=1,3,5,7
/proc/22655/stat : 22655 (glucosInc) R 22639 22638 22368 0 -1 4202496 94233 0 0 0 109679 48 0 0 20 0 1 0 278699000 713547776 145134 33554432000 4194304 5654031 140734445971808 140734445959624 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 174206 145134 142 357 0 173846 0
Current children cumulated CPU time (s) 1541.42
Current children cumulated vsize (KiB) 1109464

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22665
/proc/meminfo: memFree=26349728/32873648 swapFree=6604/6604
[pid=22638] ppid=22636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22638/stat : 22638 (npSolver-pbo-I.) S 22636 22638 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278654517 9367552 275 33554432000 4194304 5064252 140737032290224 140737032289136 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 2287 275 233 213 0 72 0
[pid=22639] ppid=22638 vsize=403492 CPUtime=444.15 cores=1,3,5,7
/proc/22639/stat : 22639 (npSolver-pbo) S 22638 22638 22368 0 -1 4202496 37638 204457 0 0 851 676 42768 120 20 0 1 0 278654517 413175808 92467 33554432000 4194304 5992684 140734218555376 140734218540280 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 17 0 0
/proc/22639/statm: 100873 92467 186 440 0 100429 0
[pid=22655] ppid=22639 vsize=616256 CPUtime=1157.26 cores=1,3,5,7
/proc/22655/stat : 22655 (glucosInc) R 22639 22638 22368 0 -1 4202496 95036 0 0 0 115675 51 0 0 20 0 1 0 278699000 631046144 139558 33554432000 4194304 5654031 140734445971808 140734445959624 4215200 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 154064 139558 142 357 0 153704 0
Current children cumulated CPU time (s) 1601.41
Current children cumulated vsize (KiB) 1028896

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 22709
/proc/meminfo: memFree=27227260/32873648 swapFree=6604/6604
[pid=22638] ppid=22636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22638/stat : 22638 (npSolver-pbo-I.) S 22636 22638 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278654517 9367552 275 33554432000 4194304 5064252 140737032290224 140737032289136 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 2287 275 233 213 0 72 0
[pid=22639] ppid=22638 vsize=403492 CPUtime=444.15 cores=1,3,5,7
/proc/22639/stat : 22639 (npSolver-pbo) S 22638 22638 22368 0 -1 4202496 37638 204457 0 0 851 676 42768 120 20 0 1 0 278654517 413175808 92467 33554432000 4194304 5992684 140734218555376 140734218540280 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 17 0 0
/proc/22639/statm: 100873 92467 186 440 0 100429 0
[pid=22655] ppid=22639 vsize=698184 CPUtime=1217.25 cores=1,3,5,7
/proc/22655/stat : 22655 (glucosInc) R 22639 22638 22368 0 -1 4202496 95885 0 0 0 121672 53 0 0 20 0 1 0 278699000 714940416 145503 33554432000 4194304 5654031 140734445971808 140734445959624 4209196 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 174546 145503 142 357 0 174186 0
Current children cumulated CPU time (s) 1661.4
Current children cumulated vsize (KiB) 1110824

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 22710
/proc/meminfo: memFree=27251964/32873648 swapFree=6604/6604
[pid=22638] ppid=22636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22638/stat : 22638 (npSolver-pbo-I.) S 22636 22638 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278654517 9367552 275 33554432000 4194304 5064252 140737032290224 140737032289136 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 2287 275 233 213 0 72 0
[pid=22639] ppid=22638 vsize=403492 CPUtime=444.15 cores=1,3,5,7
/proc/22639/stat : 22639 (npSolver-pbo) S 22638 22638 22368 0 -1 4202496 37638 204457 0 0 851 676 42768 120 20 0 1 0 278654517 413175808 92467 33554432000 4194304 5992684 140734218555376 140734218540280 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 17 0 0
/proc/22639/statm: 100873 92467 186 440 0 100429 0
[pid=22655] ppid=22639 vsize=617920 CPUtime=1277.23 cores=1,3,5,7
/proc/22655/stat : 22655 (glucosInc) R 22639 22638 22368 0 -1 4202496 96730 0 0 0 127668 55 0 0 20 0 1 0 278699000 632750080 138953 33554432000 4194304 5654031 140734445971808 140734445959624 4233232 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 154480 138953 142 357 0 154120 0
Current children cumulated CPU time (s) 1721.38
Current children cumulated vsize (KiB) 1030560

[startup+1782.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 22710
/proc/meminfo: memFree=27250460/32873648 swapFree=6604/6604
[pid=22638] ppid=22636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22638/stat : 22638 (npSolver-pbo-I.) S 22636 22638 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278654517 9367552 275 33554432000 4194304 5064252 140737032290224 140737032289136 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 2287 275 233 213 0 72 0
[pid=22639] ppid=22638 vsize=403492 CPUtime=444.15 cores=1,3,5,7
/proc/22639/stat : 22639 (npSolver-pbo) S 22638 22638 22368 0 -1 4202496 37638 204457 0 0 851 676 42768 120 20 0 1 0 278654517 413175808 92467 33554432000 4194304 5992684 140734218555376 140734218540280 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 17 0 0
/proc/22639/statm: 100873 92467 186 440 0 100429 0
[pid=22655] ppid=22639 vsize=618640 CPUtime=1337.23 cores=1,3,5,7
/proc/22655/stat : 22655 (glucosInc) R 22639 22638 22368 0 -1 4202496 98150 0 0 0 133664 59 0 0 20 0 1 0 278699000 633487360 138171 33554432000 4194304 5654031 140734445971808 140734445959624 4233021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 154660 138171 142 357 0 154300 0
Current children cumulated CPU time (s) 1781.38
Current children cumulated vsize (KiB) 1031280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22710
/proc/meminfo: memFree=27241152/32873648 swapFree=6604/6604
[pid=22638] ppid=22636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22638/stat : 22638 (npSolver-pbo-I.) S 22636 22638 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278654517 9367552 275 33554432000 4194304 5064252 140737032290224 140737032289136 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 2287 275 233 213 0 72 0
[pid=22639] ppid=22638 vsize=403492 CPUtime=444.15 cores=1,3,5,7
/proc/22639/stat : 22639 (npSolver-pbo) S 22638 22638 22368 0 -1 4202496 37638 204457 0 0 851 676 42768 120 20 0 1 0 278654517 413175808 92467 33554432000 4194304 5992684 140734218555376 140734218540280 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 17 0 0
/proc/22639/statm: 100873 92467 186 440 0 100429 0
[pid=22655] ppid=22639 vsize=618640 CPUtime=1355.93 cores=1,3,5,7
/proc/22655/stat : 22655 (glucosInc) R 22639 22638 22368 0 -1 4202496 98161 0 0 0 135534 59 0 0 20 0 1 0 278699000 633487360 140226 33554432000 4194304 5654031 140734445971808 140734445959624 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 154660 140226 142 357 0 154300 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1031280

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

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

[startup+1801.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 22710
/proc/meminfo: memFree=27241152/32873648 swapFree=6604/6604
[pid=22638] ppid=22636 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22638/stat : 22638 (npSolver-pbo-I.) S 22636 22638 22368 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278654517 9367552 275 33554432000 4194304 5064252 140737032290224 140737032289136 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22638/statm: 2287 275 233 213 0 72 0
[pid=22639] ppid=22638 vsize=403492 CPUtime=444.15 cores=1,3,5,7
/proc/22639/stat : 22639 (npSolver-pbo) S 22638 22638 22368 0 -1 4202496 37638 204457 0 0 851 676 42768 120 20 0 1 0 278654517 413175808 92467 33554432000 4194304 5992684 140734218555376 140734218540280 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 17 0 0
/proc/22639/statm: 100873 92467 186 440 0 100429 0
[pid=22655] ppid=22639 vsize=618640 CPUtime=1355.93 cores=1,3,5,7
/proc/22655/stat : 22655 (glucosInc) R 22639 22638 22368 0 -1 4202496 98161 0 0 0 135534 59 0 0 20 0 1 0 278699000 633487360 140226 33554432000 4194304 5654031 140734445971808 140734445959624 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 154660 140226 142 357 0 154300 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1031280

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22638 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.02
CPU time (s): 1800.08
CPU user time (s): 1791.53
CPU system time (s): 8.55
CPU usage (%): 99.9476
Max. virtual memory (cumulated for all children) (KiB): 1670636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 357
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 3.9334 second user time and 10.8913 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-27 15:28:20
IDJOB=3700104
IDBENCH=91052
IDSOLVER=2276
FILE ID=node148/3700104-1338125299
RUNJOBID= node148-1338123335-22385
PBS_JOBID= 14624498
Free space on /tmp= 71536 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_50null50mast_rapportOE2.0_TMAX120_K192_cod2.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700104-1338125299/watcher-3700104-1338125299 -o /tmp/evaluation-result-3700104-1338125299/solver-3700104-1338125299 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3700104-1338125299.opb 660561514 HOME HOME

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

MD5SUM BENCH= 187352532546cdf6dd143df196fcb0ac
RANDOM SEED=660561514

node148.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.284
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.56
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.284
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.94
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.284
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.284
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.284
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.90
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.284
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.284
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.90
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.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27889932 kB
Buffers:          331376 kB
Cached:          2968012 kB
SwapCached:          576 kB
Active:          1540032 kB
Inactive:        2614192 kB
Active(anon):     846032 kB
Inactive(anon):    11120 kB
Active(file):     694000 kB
Inactive(file):  2603072 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108856 kB
SwapFree:       67108024 kB
Dirty:             35788 kB
Writeback:            16 kB
AnonPages:        862648 kB
Mapped:            15440 kB
Shmem:                96 kB
Slab:             690240 kB
SReclaimable:     134364 kB
SUnreclaim:       555876 kB
KernelStack:        1472 kB
PageTables:         5872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1081640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    354304 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= 71392 MiB
End job on node148 at 2012-05-27 15:58:23