Trace number 3746834

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.09 1801.62

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_50null10mast_rapportOE2.0_TMAX60_K67_cod1.opb
MD5SUMb63a917d588fe2910953571155dfae07
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-35450
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 16038
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 45248874
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 45248874
Number of bits of the biggest sum of numbers26
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.89/1.93	c run inc solver
1.89/1.93	c [INC SYSTEM] run initial solver
1.89/1.93	c [INC SYSTEM] preprocess with white file
9.37/9.45	c [INC SYSTEM] finished preprocessing in 7 s
9.37/9.45	c [INC SYSTEM] execute solver
128.55/128.60	c [INC SEARCH] formula is SAT
128.55/128.63	c [INC SYSTEM] solved the initial formula
128.67/128.72	c model valid
128.67/128.72	c current solution ok
131.36/131.47	o -7014
131.36/131.47	c [INC SYSTEM] there exists a inc, kill it!
131.36/131.47	c write failed with 2
131.36/131.48	c [INC SEARCH] iteration: 0
131.36/131.48	c [INC BOUNDS] best value:45241860 search for 45241859
131.36/131.48	c [INC SYSTEM] create new solver instance
131.36/131.48	c [INC] encode full formula
131.36/131.48	c fallback to adder encoding
133.77/133.85	c set iterative enc to: adder
133.77/133.85	c set iterative enc to: none
134.17/135.45	c [INC SEARCH] isOptimum variable: 0
1800.09/1801.61	HOME/npSolver-pbo-Itd.sh: line 18:  9262 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=0 -useCP2=1 -useInc=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-3746834-1339107682/watcher-3746834-1339107682 -o /tmp/evaluation-result-3746834-1339107682/solver-3746834-1339107682 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746834-1339107682.opb 1264759963 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.11 2.03 2.02 4/181 9261
/proc/meminfo: memFree=30691984/32873844 swapFree=7124/7124
[pid=9261] ppid=9259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9261/stat : 9261 (npSolver-pbo-It) S 9259 9261 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 20735196 9367552 274 33554432000 4194304 5064252 140737276957056 140737276955968 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9261/statm: 2287 274 233 213 0 72 0

[startup+0.010742 s]
/proc/loadavg: 2.11 2.03 2.02 4/181 9261
/proc/meminfo: memFree=30691984/32873844 swapFree=7124/7124
[pid=9261] ppid=9259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9261/stat : 9261 (npSolver-pbo-It) S 9259 9261 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 20735196 9367552 274 33554432000 4194304 5064252 140737276957056 140737276955968 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9261/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100259 s]
/proc/loadavg: 2.11 2.03 2.02 4/181 9261
/proc/meminfo: memFree=30691984/32873844 swapFree=7124/7124
[pid=9261] ppid=9259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9261/stat : 9261 (npSolver-pbo-It) S 9259 9261 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 20735196 9367552 274 33554432000 4194304 5064252 140737276957056 140737276955968 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9261/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300307 s]
/proc/loadavg: 2.11 2.03 2.02 4/181 9261
/proc/meminfo: memFree=30691984/32873844 swapFree=7124/7124
[pid=9261] ppid=9259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9261/stat : 9261 (npSolver-pbo-It) S 9259 9261 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 20735196 9367552 274 33554432000 4194304 5064252 140737276957056 140737276955968 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9261/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700292 s]
/proc/loadavg: 2.11 2.03 2.02 4/181 9261
/proc/meminfo: memFree=30691984/32873844 swapFree=7124/7124
[pid=9261] ppid=9259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9261/stat : 9261 (npSolver-pbo-It) S 9259 9261 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 20735196 9367552 274 33554432000 4194304 5064252 140737276957056 140737276955968 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9261/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.11 2.03 2.02 3/183 9263
/proc/meminfo: memFree=30550240/32873844 swapFree=7124/7124
[pid=9261] ppid=9259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9261/stat : 9261 (npSolver-pbo-It) S 9259 9261 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 20735196 9367552 274 33554432000 4194304 5064252 140737276957056 140737276955968 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9261/statm: 2287 274 233 213 0 72 0
[pid=9262] ppid=9261 vsize=238564 CPUtime=1.49 cores=1,3,5,7
/proc/9262/stat : 9262 (npSolver-pbo) R 9261 9261 8001 0 -1 4202496 22000 0 0 0 142 7 0 0 20 0 1 0 20735197 244289536 43577 33554432000 4194304 6004724 140733752647696 140733752642296 4582623 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9262/statm: 59641 43577 153 442 0 59195 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 247712

[startup+3.10043 s]
/proc/loadavg: 2.11 2.03 2.02 3/185 9265
/proc/meminfo: memFree=30456444/32873844 swapFree=7124/7124
[pid=9261] ppid=9259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9261/stat : 9261 (npSolver-pbo-It) S 9259 9261 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 20735196 9367552 274 33554432000 4194304 5064252 140737276957056 140737276955968 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9261/statm: 2287 274 233 213 0 72 0
[pid=9262] ppid=9261 vsize=167412 CPUtime=1.95 cores=1,3,5,7
/proc/9262/stat : 9262 (npSolver-pbo) S 9261 9261 8001 0 -1 4202496 22829 0 0 0 172 23 0 0 20 0 1 0 20735197 171429888 30073 33554432000 4194304 6004724 140733752647696 140733752642160 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9262/statm: 41853 30073 162 442 0 41407 0
[pid=9264] ppid=9262 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9264/stat : 9264 (cp2_pre.sh) S 9262 9261 8001 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 20735393 9367552 276 33554432000 4194304 5064252 140734204464224 140734204462928 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9264/statm: 2287 276 234 213 0 72 0
[pid=9265] ppid=9264 vsize=133108 CPUtime=1.12 cores=1,3,5,7
/proc/9265/stat : 9265 (coprocessor) R 9264 9261 8001 0 -1 4202496 11376 0 0 0 106 6 0 0 20 0 1 0 20735393 136302592 32162 33554432000 4194304 6586260 140735961214848 140735961211608 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/9265/statm: 33277 32162 138 584 0 32689 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 318816

[startup+6.30045 s]
/proc/loadavg: 2.10 2.03 2.01 3/185 9265
/proc/meminfo: memFree=30118924/32873844 swapFree=7124/7124
[pid=9261] ppid=9259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9261/stat : 9261 (npSolver-pbo-It) S 9259 9261 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 20735196 9367552 274 33554432000 4194304 5064252 140737276957056 140737276955968 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9261/statm: 2287 274 233 213 0 72 0
[pid=9262] ppid=9261 vsize=167412 CPUtime=1.95 cores=1,3,5,7
/proc/9262/stat : 9262 (npSolver-pbo) S 9261 9261 8001 0 -1 4202496 22829 0 0 0 172 23 0 0 20 0 1 0 20735197 171429888 30073 33554432000 4194304 6004724 140733752647696 140733752642160 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/9262/statm: 41853 30073 162 442 0 41407 0
[pid=9264] ppid=9262 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9264/stat : 9264 (cp2_pre.sh) S 9262 9261 8001 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 20735393 9367552 276 33554432000 4194304 5064252 140734204464224 140734204462928 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/9264/statm: 2287 276 234 213 0 72 0
[pid=9265] ppid=9264 vsize=405600 CPUtime=4.32 cores=1,3,5,7
/proc/9265/stat : 9265 (coprocessor) R 9264 9261 8001 0 -1 4202496 50678 0 0 0 417 15 0 0 20 0 1 0 20735393 415334400 99058 33554432000 4194304 6586260 140735961214848 140735961211000 4754300 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/9265/statm: 101400 99058 182 584 0 100812 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 591308

[startup+12.7004 s]
/proc/loadavg: 2.09 2.03 2.01 3/184 9267
/proc/meminfo: memFree=30382408/32873844 swapFree=7124/7124
[pid=9261] ppid=9259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9261/stat : 9261 (npSolver-pbo-It) S 9259 9261 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 20735196 9367552 274 33554432000 4194304 5064252 140737276957056 140737276955968 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9261/statm: 2287 274 233 213 0 72 0
[pid=9262] ppid=9261 vsize=167412 CPUtime=9.43 cores=1,3,5,7
/proc/9262/stat : 9262 (npSolver-pbo) S 9261 9261 8001 0 -1 4202496 22846 58295 0 0 172 23 714 34 20 0 1 0 20735197 171429888 30077 33554432000 4194304 6004724 140733752647696 140733752633976 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9262/statm: 41853 30077 166 442 0 41407 0
[pid=9267] ppid=9262 vsize=174368 CPUtime=3.24 cores=1,3,5,7
/proc/9267/stat : 9267 (glucosInc) R 9262 9261 8001 0 -1 4202496 31696 0 0 0 317 7 0 0 20 0 1 0 20736141 178552832 38711 33554432000 4194304 5654031 140736541176256 140736541173864 4215009 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9267/statm: 43592 38711 131 357 0 43232 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 350928

[startup+25.5005 s]
/proc/loadavg: 2.07 2.03 2.01 3/184 9267
/proc/meminfo: memFree=30383920/32873844 swapFree=7124/7124
[pid=9261] ppid=9259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9261/stat : 9261 (npSolver-pbo-It) S 9259 9261 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 20735196 9367552 274 33554432000 4194304 5064252 140737276957056 140737276955968 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9261/statm: 2287 274 233 213 0 72 0
[pid=9262] ppid=9261 vsize=167412 CPUtime=9.43 cores=1,3,5,7
/proc/9262/stat : 9262 (npSolver-pbo) S 9261 9261 8001 0 -1 4202496 22846 58295 0 0 172 23 714 34 20 0 1 0 20735197 171429888 30077 33554432000 4194304 6004724 140733752647696 140733752633976 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9262/statm: 41853 30077 166 442 0 41407 0
[pid=9267] ppid=9262 vsize=174368 CPUtime=16.04 cores=1,3,5,7
/proc/9267/stat : 9267 (glucosInc) R 9262 9261 8001 0 -1 4202496 31696 0 0 0 1597 7 0 0 20 0 1 0 20736141 178552832 38711 33554432000 4194304 5654031 140736541176256 140736541173864 4214977 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9267/statm: 43592 38711 131 357 0 43232 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 350928

[startup+51.1005 s]
/proc/loadavg: 2.04 2.03 2.01 3/184 9267
/proc/meminfo: memFree=30384044/32873844 swapFree=7124/7124
[pid=9261] ppid=9259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9261/stat : 9261 (npSolver-pbo-It) S 9259 9261 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 20735196 9367552 274 33554432000 4194304 5064252 140737276957056 140737276955968 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9261/statm: 2287 274 233 213 0 72 0
[pid=9262] ppid=9261 vsize=167412 CPUtime=9.43 cores=1,3,5,7
/proc/9262/stat : 9262 (npSolver-pbo) S 9261 9261 8001 0 -1 4202496 22846 58295 0 0 172 23 714 34 20 0 1 0 20735197 171429888 30077 33554432000 4194304 6004724 140733752647696 140733752633976 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9262/statm: 41853 30077 166 442 0 41407 0
[pid=9267] ppid=9262 vsize=174368 CPUtime=41.63 cores=1,3,5,7
/proc/9267/stat : 9267 (glucosInc) R 9262 9261 8001 0 -1 4202496 31696 0 0 0 4156 7 0 0 20 0 1 0 20736141 178552832 38711 33554432000 4194304 5654031 140736541176256 140736541173864 4215009 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9267/statm: 43592 38711 131 357 0 43232 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 350928

[startup+102.3 s]
/proc/loadavg: 2.02 2.02 2.01 3/183 9267
/proc/meminfo: memFree=30384052/32873844 swapFree=7124/7124
[pid=9261] ppid=9259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9261/stat : 9261 (npSolver-pbo-It) S 9259 9261 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 20735196 9367552 274 33554432000 4194304 5064252 140737276957056 140737276955968 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9261/statm: 2287 274 233 213 0 72 0
[pid=9262] ppid=9261 vsize=167412 CPUtime=9.43 cores=1,3,5,7
/proc/9262/stat : 9262 (npSolver-pbo) S 9261 9261 8001 0 -1 4202496 22846 58295 0 0 172 23 714 34 20 0 1 0 20735197 171429888 30077 33554432000 4194304 6004724 140733752647696 140733752633976 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9262/statm: 41853 30077 166 442 0 41407 0
[pid=9267] ppid=9262 vsize=174368 CPUtime=92.83 cores=1,3,5,7
/proc/9267/stat : 9267 (glucosInc) R 9262 9261 8001 0 -1 4202496 31696 0 0 0 9276 7 0 0 20 0 1 0 20736141 178552832 38711 33554432000 4194304 5654031 140736541176256 140736541173864 4214996 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9267/statm: 43592 38711 131 357 0 43232 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 350928

[startup+162.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/183 9270
/proc/meminfo: memFree=29816264/32873844 swapFree=7124/7124
[pid=9261] ppid=9259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9261/stat : 9261 (npSolver-pbo-It) S 9259 9261 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 20735196 9367552 274 33554432000 4194304 5064252 140737276957056 140737276955968 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9261/statm: 2287 274 233 213 0 72 0
[pid=9262] ppid=9261 vsize=175492 CPUtime=134.22 cores=1,3,5,7
/proc/9262/stat : 9262 (npSolver-pbo) S 9261 9261 8001 0 -1 4202496 35484 91296 0 0 469 280 12619 54 20 0 1 0 20735197 179703808 32109 33554432000 4194304 6004724 140733752647696 140733752633544 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9262/statm: 43873 32109 178 442 0 43427 0
[pid=9270] ppid=9262 vsize=574168 CPUtime=26.82 cores=1,3,5,7
/proc/9270/stat : 9270 (glucosInc) R 9262 9261 8001 0 -1 4202496 83990 0 0 0 2655 27 0 0 20 0 1 0 20748742 587948032 128518 33554432000 4194304 5654031 140736508827584 140736508815400 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9270/statm: 143542 128518 142 357 0 143182 0
Current children cumulated CPU time (s) 161.04
Current children cumulated vsize (KiB) 758808

[startup+222.307 s]
/proc/loadavg: 2.04 2.04 2.00 3/183 9270
/proc/meminfo: memFree=29812360/32873844 swapFree=7124/7124
[pid=9261] ppid=9259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9261/stat : 9261 (npSolver-pbo-It) S 9259 9261 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 20735196 9367552 274 33554432000 4194304 5064252 140737276957056 140737276955968 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9261/statm: 2287 274 233 213 0 72 0
[pid=9262] ppid=9261 vsize=175492 CPUtime=134.22 cores=1,3,5,7
/proc/9262/stat : 9262 (npSolver-pbo) S 9261 9261 8001 0 -1 4202496 35484 91296 0 0 469 280 12619 54 20 0 1 0 20735197 179703808 32109 33554432000 4194304 6004724 140733752647696 140733752633544 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9262/statm: 43873 32109 178 442 0 43427 0
[pid=9270] ppid=9262 vsize=574168 CPUtime=86.83 cores=1,3,5,7
/proc/9270/stat : 9270 (glucosInc) R 9262 9261 8001 0 -1 4202496 83996 0 0 0 8655 28 0 0 20 0 1 0 20748742 587948032 129543 33554432000 4194304 5654031 140736508827584 140736508815400 4232681 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9270/statm: 143542 129543 142 357 0 143182 0
Current children cumulated CPU time (s) 221.05

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

/proc/meminfo: memFree=29791668/32873844 swapFree=7124/7124
[pid=9261] ppid=9259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9261/stat : 9261 (npSolver-pbo-It) S 9259 9261 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 20735196 9367552 274 33554432000 4194304 5064252 140737276957056 140737276955968 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9261/statm: 2287 274 233 213 0 72 0
[pid=9262] ppid=9261 vsize=175492 CPUtime=134.22 cores=1,3,5,7
/proc/9262/stat : 9262 (npSolver-pbo) S 9261 9261 8001 0 -1 4202496 35484 91296 0 0 469 280 12619 54 20 0 1 0 20735197 179703808 32109 33554432000 4194304 6004724 140733752647696 140733752633544 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9262/statm: 43873 32109 178 442 0 43427 0
[pid=9270] ppid=9262 vsize=575364 CPUtime=1226.63 cores=1,3,5,7
/proc/9270/stat : 9270 (glucosInc) R 9262 9261 8001 0 -1 4202496 85303 0 0 0 122631 32 0 0 20 0 1 0 20748742 589172736 133500 33554432000 4194304 5654031 140736508827584 140736508815400 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9270/statm: 143841 133500 142 357 0 143481 0
Current children cumulated CPU time (s) 1360.85
Current children cumulated vsize (KiB) 760004

[startup+1422.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 9280
/proc/meminfo: memFree=29789124/32873844 swapFree=7124/7124
[pid=9261] ppid=9259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9261/stat : 9261 (npSolver-pbo-It) S 9259 9261 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 20735196 9367552 274 33554432000 4194304 5064252 140737276957056 140737276955968 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9261/statm: 2287 274 233 213 0 72 0
[pid=9262] ppid=9261 vsize=175492 CPUtime=134.22 cores=1,3,5,7
/proc/9262/stat : 9262 (npSolver-pbo) S 9261 9261 8001 0 -1 4202496 35484 91296 0 0 469 280 12619 54 20 0 1 0 20735197 179703808 32109 33554432000 4194304 6004724 140733752647696 140733752633544 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9262/statm: 43873 32109 178 442 0 43427 0
[pid=9270] ppid=9262 vsize=575836 CPUtime=1286.63 cores=1,3,5,7
/proc/9270/stat : 9270 (glucosInc) R 9262 9261 8001 0 -1 4202496 85392 0 0 0 128631 32 0 0 20 0 1 0 20748742 589656064 134100 33554432000 4194304 5654031 140736508827584 140736508825272 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9270/statm: 143959 134100 142 357 0 143599 0
Current children cumulated CPU time (s) 1420.85
Current children cumulated vsize (KiB) 760476

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 9280
/proc/meminfo: memFree=29786516/32873844 swapFree=7124/7124
[pid=9261] ppid=9259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9261/stat : 9261 (npSolver-pbo-It) S 9259 9261 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 20735196 9367552 274 33554432000 4194304 5064252 140737276957056 140737276955968 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9261/statm: 2287 274 233 213 0 72 0
[pid=9262] ppid=9261 vsize=175492 CPUtime=134.22 cores=1,3,5,7
/proc/9262/stat : 9262 (npSolver-pbo) S 9261 9261 8001 0 -1 4202496 35484 91296 0 0 469 280 12619 54 20 0 1 0 20735197 179703808 32109 33554432000 4194304 6004724 140733752647696 140733752633544 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9262/statm: 43873 32109 178 442 0 43427 0
[pid=9270] ppid=9262 vsize=576160 CPUtime=1346.61 cores=1,3,5,7
/proc/9270/stat : 9270 (glucosInc) R 9262 9261 8001 0 -1 4202496 85492 0 0 0 134629 32 0 0 20 0 1 0 20748742 589987840 134714 33554432000 4194304 5654031 140736508827584 140736508825272 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9270/statm: 144040 134714 142 357 0 143680 0
Current children cumulated CPU time (s) 1480.83
Current children cumulated vsize (KiB) 760800

[startup+1542.31 s]
/proc/loadavg: 2.11 2.03 2.01 3/184 9282
/proc/meminfo: memFree=29784832/32873844 swapFree=7124/7124
[pid=9261] ppid=9259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9261/stat : 9261 (npSolver-pbo-It) S 9259 9261 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 20735196 9367552 274 33554432000 4194304 5064252 140737276957056 140737276955968 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9261/statm: 2287 274 233 213 0 72 0
[pid=9262] ppid=9261 vsize=175492 CPUtime=134.22 cores=1,3,5,7
/proc/9262/stat : 9262 (npSolver-pbo) S 9261 9261 8001 0 -1 4202496 35484 91296 0 0 469 280 12619 54 20 0 1 0 20735197 179703808 32109 33554432000 4194304 6004724 140733752647696 140733752633544 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9262/statm: 43873 32109 178 442 0 43427 0
[pid=9270] ppid=9262 vsize=576160 CPUtime=1406.61 cores=1,3,5,7
/proc/9270/stat : 9270 (glucosInc) R 9262 9261 8001 0 -1 4202496 85498 0 0 0 140629 32 0 0 20 0 1 0 20748742 589987840 135231 33554432000 4194304 5654031 140736508827584 140736508815400 4215290 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9270/statm: 144040 135231 142 357 0 143680 0
Current children cumulated CPU time (s) 1540.83
Current children cumulated vsize (KiB) 760800

[startup+1602.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 9282
/proc/meminfo: memFree=29782420/32873844 swapFree=7124/7124
[pid=9261] ppid=9259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9261/stat : 9261 (npSolver-pbo-It) S 9259 9261 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 20735196 9367552 274 33554432000 4194304 5064252 140737276957056 140737276955968 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9261/statm: 2287 274 233 213 0 72 0
[pid=9262] ppid=9261 vsize=175492 CPUtime=134.22 cores=1,3,5,7
/proc/9262/stat : 9262 (npSolver-pbo) S 9261 9261 8001 0 -1 4202496 35484 91296 0 0 469 280 12619 54 20 0 1 0 20735197 179703808 32109 33554432000 4194304 6004724 140733752647696 140733752633544 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9262/statm: 43873 32109 178 442 0 43427 0
[pid=9270] ppid=9262 vsize=576752 CPUtime=1466.59 cores=1,3,5,7
/proc/9270/stat : 9270 (glucosInc) R 9262 9261 8001 0 -1 4202496 85594 0 0 0 146627 32 0 0 20 0 1 0 20748742 590594048 135838 33554432000 4194304 5654031 140736508827584 140736508815400 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9270/statm: 144188 135838 142 357 0 143828 0
Current children cumulated CPU time (s) 1600.81
Current children cumulated vsize (KiB) 761392

[startup+1662.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/184 9324
/proc/meminfo: memFree=29011900/32873844 swapFree=7124/7124
[pid=9261] ppid=9259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9261/stat : 9261 (npSolver-pbo-It) S 9259 9261 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 20735196 9367552 274 33554432000 4194304 5064252 140737276957056 140737276955968 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9261/statm: 2287 274 233 213 0 72 0
[pid=9262] ppid=9261 vsize=175492 CPUtime=134.22 cores=1,3,5,7
/proc/9262/stat : 9262 (npSolver-pbo) S 9261 9261 8001 0 -1 4202496 35484 91296 0 0 469 280 12619 54 20 0 1 0 20735197 179703808 32109 33554432000 4194304 6004724 140733752647696 140733752633544 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9262/statm: 43873 32109 178 442 0 43427 0
[pid=9270] ppid=9262 vsize=658328 CPUtime=1526.59 cores=1,3,5,7
/proc/9270/stat : 9270 (glucosInc) R 9262 9261 8001 0 -1 4202496 85836 0 0 0 152625 34 0 0 20 0 1 0 20748742 674127872 136590 33554432000 4194304 5654031 140736508827584 140736508825272 4215026 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9270/statm: 164582 136590 142 357 0 164222 0
Current children cumulated CPU time (s) 1660.81
Current children cumulated vsize (KiB) 842968

[startup+1722.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/184 9329
/proc/meminfo: memFree=29497256/32873844 swapFree=7124/7124
[pid=9261] ppid=9259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9261/stat : 9261 (npSolver-pbo-It) S 9259 9261 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 20735196 9367552 274 33554432000 4194304 5064252 140737276957056 140737276955968 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9261/statm: 2287 274 233 213 0 72 0
[pid=9262] ppid=9261 vsize=175492 CPUtime=134.22 cores=1,3,5,7
/proc/9262/stat : 9262 (npSolver-pbo) S 9261 9261 8001 0 -1 4202496 35484 91296 0 0 469 280 12619 54 20 0 1 0 20735197 179703808 32109 33554432000 4194304 6004724 140733752647696 140733752633544 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9262/statm: 43873 32109 178 442 0 43427 0
[pid=9270] ppid=9262 vsize=658748 CPUtime=1586.58 cores=1,3,5,7
/proc/9270/stat : 9270 (glucosInc) R 9262 9261 8001 0 -1 4202496 85897 0 0 0 158624 34 0 0 20 0 1 0 20748742 674557952 137162 33554432000 4194304 5654031 140736508827584 140736508815400 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9270/statm: 164687 137162 142 357 0 164327 0
Current children cumulated CPU time (s) 1720.8
Current children cumulated vsize (KiB) 843388

[startup+1782.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/183 9329
/proc/meminfo: memFree=29490084/32873844 swapFree=7124/7124
[pid=9261] ppid=9259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9261/stat : 9261 (npSolver-pbo-It) S 9259 9261 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 20735196 9367552 274 33554432000 4194304 5064252 140737276957056 140737276955968 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9261/statm: 2287 274 233 213 0 72 0
[pid=9262] ppid=9261 vsize=175492 CPUtime=134.22 cores=1,3,5,7
/proc/9262/stat : 9262 (npSolver-pbo) S 9261 9261 8001 0 -1 4202496 35484 91296 0 0 469 280 12619 54 20 0 1 0 20735197 179703808 32109 33554432000 4194304 6004724 140733752647696 140733752633544 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9262/statm: 43873 32109 178 442 0 43427 0
[pid=9270] ppid=9262 vsize=658748 CPUtime=1646.57 cores=1,3,5,7
/proc/9270/stat : 9270 (glucosInc) R 9262 9261 8001 0 -1 4202496 85942 0 0 0 164623 34 0 0 20 0 1 0 20748742 674557952 138229 33554432000 4194304 5654031 140736508827584 140736508815400 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9270/statm: 164687 138229 142 357 0 164327 0
Current children cumulated CPU time (s) 1780.79
Current children cumulated vsize (KiB) 843388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.6 s]
/proc/loadavg: 2.13 2.05 2.01 3/183 9332
/proc/meminfo: memFree=28656808/32873844 swapFree=7124/7124
[pid=9261] ppid=9259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9261/stat : 9261 (npSolver-pbo-It) S 9259 9261 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 20735196 9367552 274 33554432000 4194304 5064252 140737276957056 140737276955968 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9261/statm: 2287 274 233 213 0 72 0
[pid=9262] ppid=9261 vsize=175492 CPUtime=134.22 cores=1,3,5,7
/proc/9262/stat : 9262 (npSolver-pbo) S 9261 9261 8001 0 -1 4202496 35484 91296 0 0 469 280 12619 54 20 0 1 0 20735197 179703808 32109 33554432000 4194304 6004724 140733752647696 140733752633544 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9262/statm: 43873 32109 178 442 0 43427 0
[pid=9270] ppid=9262 vsize=659188 CPUtime=1665.87 cores=1,3,5,7
/proc/9270/stat : 9270 (glucosInc) R 9262 9261 8001 0 -1 4202496 86026 0 0 0 166553 34 0 0 20 0 1 0 20748742 675008512 138313 33554432000 4194304 5654031 140736508827584 140736508815400 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9270/statm: 164797 138313 142 357 0 164437 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 843828

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

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

[startup+1801.6 s]
/proc/loadavg: 2.13 2.05 2.01 3/183 9332
/proc/meminfo: memFree=28656808/32873844 swapFree=7124/7124
[pid=9261] ppid=9259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/9261/stat : 9261 (npSolver-pbo-It) S 9259 9261 8001 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 20735196 9367552 274 33554432000 4194304 5064252 140737276957056 140737276955968 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/9261/statm: 2287 274 233 213 0 72 0
[pid=9262] ppid=9261 vsize=175492 CPUtime=134.22 cores=1,3,5,7
/proc/9262/stat : 9262 (npSolver-pbo) S 9261 9261 8001 0 -1 4202496 35484 91296 0 0 469 280 12619 54 20 0 1 0 20735197 179703808 32109 33554432000 4194304 6004724 140733752647696 140733752633544 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/9262/statm: 43873 32109 178 442 0 43427 0
[pid=9270] ppid=9262 vsize=659188 CPUtime=1665.87 cores=1,3,5,7
/proc/9270/stat : 9270 (glucosInc) R 9262 9261 8001 0 -1 4202496 86026 0 0 0 166553 34 0 0 20 0 1 0 20748742 675008512 138313 33554432000 4194304 5654031 140736508827584 140736508815400 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9270/statm: 164797 138313 142 357 0 164437 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 843828

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9261 and gives
#  childrusage.ru_utime.tv_sec=130
#  childrusage.ru_utime.tv_usec=885102
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=357489
# CPU time returned by wait4() is 134.243
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.62
CPU time (s): 1800.09
CPU user time (s): 1796.41
CPU system time (s): 3.68
CPU usage (%): 99.9153
Max. virtual memory (cumulated for all children) (KiB): 970424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 130.885
system time used= 3.35749
maximum resident set size= 461096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127141
page faults= 0
swaps= 0
block input operations= 0
block output operations= 763880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 967
involuntary context switches= 216

runsolver used 4.02039 second user time and 10.9353 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-08 00:21:23
IDJOB=3746834
IDBENCH=91942
IDSOLVER=2332
FILE ID=node133/3746834-1339107682
RUNJOBID= node133-1339098176-8018
PBS_JOBID= 14643720
Free space on /tmp= 70352 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_50null10mast_rapportOE2.0_TMAX60_K67_cod1.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746834-1339107682/watcher-3746834-1339107682 -o /tmp/evaluation-result-3746834-1339107682/solver-3746834-1339107682 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746834-1339107682.opb 1264759963 HOME HOME

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

MD5SUM BENCH= b63a917d588fe2910953571155dfae07
RANDOM SEED=1264759963

node133.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.139
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.27
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.139
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	: 5332.55
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.139
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	: 5332.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		: 2667.139
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	: 5332.55
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.139
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	: 5332.56
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.139
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	: 5332.56
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.139
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	: 5332.52
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.139
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30692504 kB
Buffers:           89628 kB
Cached:          1101708 kB
SwapCached:         4004 kB
Active:           359548 kB
Inactive:        1028756 kB
Active(anon):     194580 kB
Inactive(anon):     4988 kB
Active(file):     164968 kB
Inactive(file):  1023768 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67100300 kB
Dirty:             11880 kB
Writeback:           124 kB
AnonPages:        201028 kB
Mapped:            10908 kB
Shmem:                 0 kB
Slab:             651352 kB
SReclaimable:      93012 kB
SUnreclaim:       558340 kB
KernelStack:        1512 kB
PageTables:         4964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     336048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69796 MiB
End job on node133 at 2012-06-08 00:51:27