Trace number 3752467

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_25_1.opb
MD5SUM02054528a722e9af7937139e87d0b5ac
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-134
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -169
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)63280
Sum of products size (including duplicates)126560
Number of different products31640
Sum of products size63280

Solver Data

0.00/0.80	c run inc solver
0.00/0.80	c [INC SYSTEM] run initial solver
0.00/0.80	c [INC SYSTEM] preprocess with white file
3.18/3.22	c [INC SYSTEM] finished preprocessing in 2 s
3.18/3.22	c [INC SYSTEM] execute solver
1800.07/1800.41	c an unexpexted return value has been received, exit
1800.07/1800.41	s UNKNOWN

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

running on 4 cores: 0,2,4,6

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.05 2.02 2.00 3/178 28150
/proc/meminfo: memFree=26693752/32873648 swapFree=7388/7388
[pid=28150] ppid=28148 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28150/stat : 28150 (npSolver-pbo-It) S 28148 28150 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 380462941 9367552 274 33554432000 4194304 5064252 140734036324080 140734036322992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28150/statm: 2287 274 233 213 0 72 0

[startup+0.0922821 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 28150
/proc/meminfo: memFree=26693752/32873648 swapFree=7388/7388
[pid=28150] ppid=28148 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28150/stat : 28150 (npSolver-pbo-It) S 28148 28150 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 380462941 9367552 274 33554432000 4194304 5064252 140734036324080 140734036322992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28150/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100269 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 28150
/proc/meminfo: memFree=26693752/32873648 swapFree=7388/7388
[pid=28150] ppid=28148 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28150/stat : 28150 (npSolver-pbo-It) S 28148 28150 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 380462941 9367552 274 33554432000 4194304 5064252 140734036324080 140734036322992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28150/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300274 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 28150
/proc/meminfo: memFree=26693752/32873648 swapFree=7388/7388
[pid=28150] ppid=28148 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28150/stat : 28150 (npSolver-pbo-It) S 28148 28150 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 380462941 9367552 274 33554432000 4194304 5064252 140734036324080 140734036322992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28150/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700266 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 28150
/proc/meminfo: memFree=26693752/32873648 swapFree=7388/7388
[pid=28150] ppid=28148 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28150/stat : 28150 (npSolver-pbo-It) S 28148 28150 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 380462941 9367552 274 33554432000 4194304 5064252 140734036324080 140734036322992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28150/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.05 2.02 2.00 3/182 28154
/proc/meminfo: memFree=26627632/32873648 swapFree=7388/7388
[pid=28150] ppid=28148 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28150/stat : 28150 (npSolver-pbo-It) S 28148 28150 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 380462941 9367552 274 33554432000 4194304 5064252 140734036324080 140734036322992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28150/statm: 2287 274 233 213 0 72 0
[pid=28151] ppid=28150 vsize=71140 CPUtime=0.8 cores=0,2,4,6
/proc/28151/stat : 28151 (npSolver-pbo) S 28150 28150 27075 0 -1 4202496 13320 0 0 0 75 5 0 0 20 0 1 0 380462941 72847360 14660 33554432000 4194304 6004724 140737341357520 140737341351984 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28151/statm: 17785 14660 162 442 0 17339 0
[pid=28153] ppid=28151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28153/stat : 28153 (cp2_pre.sh) S 28151 28150 27075 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 380463022 9367552 276 33554432000 4194304 5064252 140733656628320 140733656627024 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28153/statm: 2287 276 234 213 0 72 0
[pid=28154] ppid=28153 vsize=116972 CPUtime=0.67 cores=0,2,4,6
/proc/28154/stat : 28154 (coprocessor) R 28153 28150 27075 0 -1 4202496 21275 0 0 0 64 3 0 0 20 0 1 0 380463022 119779328 26667 33554432000 4194304 6586260 140736054934080 140736054930344 5511711 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/28154/statm: 29243 26667 166 584 0 28655 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 206408

[startup+3.10032 s]
/proc/loadavg: 2.04 2.02 2.00 3/182 28154
/proc/meminfo: memFree=26530020/32873648 swapFree=7388/7388
[pid=28150] ppid=28148 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28150/stat : 28150 (npSolver-pbo-It) S 28148 28150 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 380462941 9367552 274 33554432000 4194304 5064252 140734036324080 140734036322992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28150/statm: 2287 274 233 213 0 72 0
[pid=28151] ppid=28150 vsize=71140 CPUtime=0.8 cores=0,2,4,6
/proc/28151/stat : 28151 (npSolver-pbo) S 28150 28150 27075 0 -1 4202496 13320 0 0 0 75 5 0 0 20 0 1 0 380462941 72847360 14660 33554432000 4194304 6004724 140737341357520 140737341351984 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28151/statm: 17785 14660 162 442 0 17339 0
[pid=28153] ppid=28151 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28153/stat : 28153 (cp2_pre.sh) S 28151 28150 27075 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 380463022 9367552 276 33554432000 4194304 5064252 140733656628320 140733656627024 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28153/statm: 2287 276 234 213 0 72 0
[pid=28154] ppid=28153 vsize=153508 CPUtime=2.27 cores=0,2,4,6
/proc/28154/stat : 28154 (coprocessor) R 28153 28150 27075 0 -1 4202496 28286 0 0 0 209 18 0 0 20 0 1 0 380463022 157192192 37384 33554432000 4194304 6586260 140736054934080 140736054929832 5732496 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/28154/statm: 38377 37384 204 584 0 37789 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 242944

[startup+6.30032 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 28156
/proc/meminfo: memFree=26608104/32873648 swapFree=7388/7388
[pid=28150] ppid=28148 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28150/stat : 28150 (npSolver-pbo-It) S 28148 28150 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 380462941 9367552 274 33554432000 4194304 5064252 140734036324080 140734036322992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28150/statm: 2287 274 233 213 0 72 0
[pid=28151] ppid=28150 vsize=71140 CPUtime=3.2 cores=0,2,4,6
/proc/28151/stat : 28151 (npSolver-pbo) S 28150 28150 27075 0 -1 4202496 13338 29186 0 0 75 5 220 20 20 0 1 0 380462941 72847360 14664 33554432000 4194304 6004724 140737341357520 140737341343800 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/28151/statm: 17785 14664 166 442 0 17339 0
[pid=28156] ppid=28151 vsize=60792 CPUtime=3.06 cores=0,2,4,6
/proc/28156/stat : 28156 (glucosInc) R 28151 28150 27075 0 -1 4202496 13446 0 0 0 305 1 0 0 20 0 1 0 380463263 62251008 13996 33554432000 4194304 5654031 140733454216640 140733454204456 4232495 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28156/statm: 15198 13996 140 357 0 14838 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 141080

[startup+12.7003 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 28156
/proc/meminfo: memFree=26608144/32873648 swapFree=7388/7388
[pid=28150] ppid=28148 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28150/stat : 28150 (npSolver-pbo-It) S 28148 28150 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 380462941 9367552 274 33554432000 4194304 5064252 140734036324080 140734036322992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28150/statm: 2287 274 233 213 0 72 0
[pid=28151] ppid=28150 vsize=71140 CPUtime=3.2 cores=0,2,4,6
/proc/28151/stat : 28151 (npSolver-pbo) S 28150 28150 27075 0 -1 4202496 13338 29186 0 0 75 5 220 20 20 0 1 0 380462941 72847360 14664 33554432000 4194304 6004724 140737341357520 140737341343800 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/28151/statm: 17785 14664 166 442 0 17339 0
[pid=28156] ppid=28151 vsize=60792 CPUtime=9.47 cores=0,2,4,6
/proc/28156/stat : 28156 (glucosInc) R 28151 28150 27075 0 -1 4202496 13543 0 0 0 945 2 0 0 20 0 1 0 380463263 62251008 14093 33554432000 4194304 5654031 140733454216640 140733454204456 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28156/statm: 15198 14093 140 357 0 14838 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 141080

[startup+25.5003 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 28156
/proc/meminfo: memFree=26573232/32873648 swapFree=7388/7388
[pid=28150] ppid=28148 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28150/stat : 28150 (npSolver-pbo-It) S 28148 28150 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 380462941 9367552 274 33554432000 4194304 5064252 140734036324080 140734036322992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28150/statm: 2287 274 233 213 0 72 0
[pid=28151] ppid=28150 vsize=71140 CPUtime=3.2 cores=0,2,4,6
/proc/28151/stat : 28151 (npSolver-pbo) S 28150 28150 27075 0 -1 4202496 13338 29186 0 0 75 5 220 20 20 0 1 0 380462941 72847360 14664 33554432000 4194304 6004724 140737341357520 140737341343800 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/28151/statm: 17785 14664 166 442 0 17339 0
[pid=28156] ppid=28151 vsize=69256 CPUtime=22.26 cores=0,2,4,6
/proc/28156/stat : 28156 (glucosInc) R 28151 28150 27075 0 -1 4202496 14038 0 0 0 2224 2 0 0 20 0 1 0 380463263 70918144 14573 33554432000 4194304 5654031 140733454216640 140733454204456 4215344 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28156/statm: 17314 14573 140 357 0 16954 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 149544

[startup+51.1004 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 28156
/proc/meminfo: memFree=26603204/32873648 swapFree=7388/7388
[pid=28150] ppid=28148 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28150/stat : 28150 (npSolver-pbo-It) S 28148 28150 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 380462941 9367552 274 33554432000 4194304 5064252 140734036324080 140734036322992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28150/statm: 2287 274 233 213 0 72 0
[pid=28151] ppid=28150 vsize=71140 CPUtime=3.2 cores=0,2,4,6
/proc/28151/stat : 28151 (npSolver-pbo) S 28150 28150 27075 0 -1 4202496 13338 29186 0 0 75 5 220 20 20 0 1 0 380462941 72847360 14664 33554432000 4194304 6004724 140737341357520 140737341343800 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/28151/statm: 17785 14664 166 442 0 17339 0
[pid=28156] ppid=28151 vsize=71572 CPUtime=47.85 cores=0,2,4,6
/proc/28156/stat : 28156 (glucosInc) R 28151 28150 27075 0 -1 4202496 15209 0 0 0 4782 3 0 0 20 0 1 0 380463263 73289728 15426 33554432000 4194304 5654031 140733454216640 140733454204456 4214505 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28156/statm: 17893 15426 141 357 0 17533 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 151860

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 28156
/proc/meminfo: memFree=26598632/32873648 swapFree=7388/7388
[pid=28150] ppid=28148 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28150/stat : 28150 (npSolver-pbo-It) S 28148 28150 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 380462941 9367552 274 33554432000 4194304 5064252 140734036324080 140734036322992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28150/statm: 2287 274 233 213 0 72 0
[pid=28151] ppid=28150 vsize=71140 CPUtime=3.2 cores=0,2,4,6
/proc/28151/stat : 28151 (npSolver-pbo) S 28150 28150 27075 0 -1 4202496 13338 29186 0 0 75 5 220 20 20 0 1 0 380462941 72847360 14664 33554432000 4194304 6004724 140737341357520 140737341343800 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/28151/statm: 17785 14664 166 442 0 17339 0
[pid=28156] ppid=28151 vsize=75896 CPUtime=99.04 cores=0,2,4,6
/proc/28156/stat : 28156 (glucosInc) R 28151 28150 27075 0 -1 4202496 16872 0 0 0 9901 3 0 0 20 0 1 0 380463263 77717504 16838 33554432000 4194304 5654031 140733454216640 140733454204456 4232581 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28156/statm: 18974 16838 141 357 0 18614 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 156184

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 28158
/proc/meminfo: memFree=26508308/32873648 swapFree=7388/7388
[pid=28150] ppid=28148 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28150/stat : 28150 (npSolver-pbo-It) S 28148 28150 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 380462941 9367552 274 33554432000 4194304 5064252 140734036324080 140734036322992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28150/statm: 2287 274 233 213 0 72 0
[pid=28151] ppid=28150 vsize=71140 CPUtime=3.2 cores=0,2,4,6
/proc/28151/stat : 28151 (npSolver-pbo) S 28150 28150 27075 0 -1 4202496 13338 29186 0 0 75 5 220 20 20 0 1 0 380462941 72847360 14664 33554432000 4194304 6004724 140737341357520 140737341343800 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/28151/statm: 17785 14664 166 442 0 17339 0
[pid=28156] ppid=28151 vsize=96208 CPUtime=159.02 cores=0,2,4,6
/proc/28156/stat : 28156 (glucosInc) R 28151 28150 27075 0 -1 4202496 17603 0 0 0 15897 5 0 0 20 0 1 0 380463263 98516992 23021 33554432000 4194304 5654031 140733454216640 140733454204456 4232566 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28156/statm: 24052 23021 141 357 0 23692 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 176496

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 28214
/proc/meminfo: memFree=26655540/32873648 swapFree=7388/7388
[pid=28150] ppid=28148 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28150/stat : 28150 (npSolver-pbo-It) S 28148 28150 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 380462941 9367552 274 33554432000 4194304 5064252 140734036324080 140734036322992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28150/statm: 2287 274 233 213 0 72 0
[pid=28151] ppid=28150 vsize=71140 CPUtime=3.2 cores=0,2,4,6
/proc/28151/stat : 28151 (npSolver-pbo) S 28150 28150 27075 0 -1 4202496 13338 29186 0 0 75 5 220 20 20 0 1 0 380462941 72847360 14664 33554432000 4194304 6004724 140737341357520 140737341343800 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/28151/statm: 17785 14664 166 442 0 17339 0
[pid=28156] ppid=28151 vsize=126556 CPUtime=219 cores=0,2,4,6

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

/proc/loadavg: 2.00 2.00 2.00 3/181 28275
/proc/meminfo: memFree=26510092/32873648 swapFree=7388/7388
[pid=28150] ppid=28148 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28150/stat : 28150 (npSolver-pbo-It) S 28148 28150 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 380462941 9367552 274 33554432000 4194304 5064252 140734036324080 140734036322992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28150/statm: 2287 274 233 213 0 72 0
[pid=28151] ppid=28150 vsize=71140 CPUtime=3.2 cores=0,2,4,6
/proc/28151/stat : 28151 (npSolver-pbo) S 28150 28150 27075 0 -1 4202496 13338 29186 0 0 75 5 220 20 20 0 1 0 380462941 72847360 14664 33554432000 4194304 6004724 140737341357520 140737341343800 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/28151/statm: 17785 14664 166 442 0 17339 0
[pid=28156] ppid=28151 vsize=190336 CPUtime=1298.85 cores=0,2,4,6
/proc/28156/stat : 28156 (glucosInc) R 28151 28150 27075 0 -1 4202496 21755 0 0 0 129867 18 0 0 20 0 1 0 380463263 194904064 43375 33554432000 4194304 5654031 140733454216640 140733454204456 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28156/statm: 47584 43375 141 357 0 47224 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 270624

[startup+1362.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/181 28276
/proc/meminfo: memFree=26501220/32873648 swapFree=7388/7388
[pid=28150] ppid=28148 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28150/stat : 28150 (npSolver-pbo-It) S 28148 28150 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 380462941 9367552 274 33554432000 4194304 5064252 140734036324080 140734036322992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28150/statm: 2287 274 233 213 0 72 0
[pid=28151] ppid=28150 vsize=71140 CPUtime=3.2 cores=0,2,4,6
/proc/28151/stat : 28151 (npSolver-pbo) S 28150 28150 27075 0 -1 4202496 13338 29186 0 0 75 5 220 20 20 0 1 0 380462941 72847360 14664 33554432000 4194304 6004724 140737341357520 140737341343800 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/28151/statm: 17785 14664 166 442 0 17339 0
[pid=28156] ppid=28151 vsize=190336 CPUtime=1358.83 cores=0,2,4,6
/proc/28156/stat : 28156 (glucosInc) R 28151 28150 27075 0 -1 4202496 22251 0 0 0 135865 18 0 0 20 0 1 0 380463263 194904064 43417 33554432000 4194304 5654031 140733454216640 140733454204456 4214475 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28156/statm: 47584 43417 141 357 0 47224 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 270624

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 28281
/proc/meminfo: memFree=26568252/32873648 swapFree=7388/7388
[pid=28150] ppid=28148 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28150/stat : 28150 (npSolver-pbo-It) S 28148 28150 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 380462941 9367552 274 33554432000 4194304 5064252 140734036324080 140734036322992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28150/statm: 2287 274 233 213 0 72 0
[pid=28151] ppid=28150 vsize=71140 CPUtime=3.2 cores=0,2,4,6
/proc/28151/stat : 28151 (npSolver-pbo) S 28150 28150 27075 0 -1 4202496 13338 29186 0 0 75 5 220 20 20 0 1 0 380462941 72847360 14664 33554432000 4194304 6004724 140737341357520 140737341343800 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/28151/statm: 17785 14664 166 442 0 17339 0
[pid=28156] ppid=28151 vsize=221156 CPUtime=1418.84 cores=0,2,4,6
/proc/28156/stat : 28156 (glucosInc) R 28151 28150 27075 0 -1 4202496 22784 0 0 0 141865 19 0 0 20 0 1 0 380463263 226463744 47513 33554432000 4194304 5654031 140733454216640 140733454204456 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28156/statm: 55289 47513 141 357 0 54929 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 301444

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 28281
/proc/meminfo: memFree=26545356/32873648 swapFree=7388/7388
[pid=28150] ppid=28148 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28150/stat : 28150 (npSolver-pbo-It) S 28148 28150 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 380462941 9367552 274 33554432000 4194304 5064252 140734036324080 140734036322992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28150/statm: 2287 274 233 213 0 72 0
[pid=28151] ppid=28150 vsize=71140 CPUtime=3.2 cores=0,2,4,6
/proc/28151/stat : 28151 (npSolver-pbo) S 28150 28150 27075 0 -1 4202496 13338 29186 0 0 75 5 220 20 20 0 1 0 380462941 72847360 14664 33554432000 4194304 6004724 140737341357520 140737341343800 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/28151/statm: 17785 14664 166 442 0 17339 0
[pid=28156] ppid=28151 vsize=190336 CPUtime=1478.82 cores=0,2,4,6
/proc/28156/stat : 28156 (glucosInc) R 28151 28150 27075 0 -1 4202496 23059 0 0 0 147863 19 0 0 20 0 1 0 380463263 194904064 46532 33554432000 4194304 5654031 140733454216640 140733454204456 4214522 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28156/statm: 47584 46532 141 357 0 47224 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 270624

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 28281
/proc/meminfo: memFree=26547252/32873648 swapFree=7388/7388
[pid=28150] ppid=28148 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28150/stat : 28150 (npSolver-pbo-It) S 28148 28150 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 380462941 9367552 274 33554432000 4194304 5064252 140734036324080 140734036322992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28150/statm: 2287 274 233 213 0 72 0
[pid=28151] ppid=28150 vsize=71140 CPUtime=3.2 cores=0,2,4,6
/proc/28151/stat : 28151 (npSolver-pbo) S 28150 28150 27075 0 -1 4202496 13338 29186 0 0 75 5 220 20 20 0 1 0 380462941 72847360 14664 33554432000 4194304 6004724 140737341357520 140737341343800 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/28151/statm: 17785 14664 166 442 0 17339 0
[pid=28156] ppid=28151 vsize=190336 CPUtime=1538.81 cores=0,2,4,6
/proc/28156/stat : 28156 (glucosInc) R 28151 28150 27075 0 -1 4202496 23761 0 0 0 153861 20 0 0 20 0 1 0 380463263 194904064 44912 33554432000 4194304 5654031 140733454216640 140733454204456 4232495 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28156/statm: 47584 44912 141 357 0 47224 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 270624

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 28281
/proc/meminfo: memFree=26518784/32873648 swapFree=7388/7388
[pid=28150] ppid=28148 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28150/stat : 28150 (npSolver-pbo-It) S 28148 28150 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 380462941 9367552 274 33554432000 4194304 5064252 140734036324080 140734036322992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28150/statm: 2287 274 233 213 0 72 0
[pid=28151] ppid=28150 vsize=71140 CPUtime=3.2 cores=0,2,4,6
/proc/28151/stat : 28151 (npSolver-pbo) S 28150 28150 27075 0 -1 4202496 13338 29186 0 0 75 5 220 20 20 0 1 0 380462941 72847360 14664 33554432000 4194304 6004724 140737341357520 140737341343800 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/28151/statm: 17785 14664 166 442 0 17339 0
[pid=28156] ppid=28151 vsize=190336 CPUtime=1598.8 cores=0,2,4,6
/proc/28156/stat : 28156 (glucosInc) R 28151 28150 27075 0 -1 4202496 24546 0 0 0 159858 22 0 0 20 0 1 0 380463263 194904064 45424 33554432000 4194304 5654031 140733454216640 140733454204456 4232659 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28156/statm: 47584 45424 141 357 0 47224 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 270624

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 28282
/proc/meminfo: memFree=26517684/32873648 swapFree=7388/7388
[pid=28150] ppid=28148 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28150/stat : 28150 (npSolver-pbo-It) S 28148 28150 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 380462941 9367552 274 33554432000 4194304 5064252 140734036324080 140734036322992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28150/statm: 2287 274 233 213 0 72 0
[pid=28151] ppid=28150 vsize=71140 CPUtime=3.2 cores=0,2,4,6
/proc/28151/stat : 28151 (npSolver-pbo) S 28150 28150 27075 0 -1 4202496 13338 29186 0 0 75 5 220 20 20 0 1 0 380462941 72847360 14664 33554432000 4194304 6004724 140737341357520 140737341343800 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/28151/statm: 17785 14664 166 442 0 17339 0
[pid=28156] ppid=28151 vsize=190336 CPUtime=1658.79 cores=0,2,4,6
/proc/28156/stat : 28156 (glucosInc) R 28151 28150 27075 0 -1 4202496 25315 0 0 0 165855 24 0 0 20 0 1 0 380463263 194904064 44912 33554432000 4194304 5654031 140733454216640 140733454204456 4232611 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28156/statm: 47584 44912 141 357 0 47224 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 270624

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 28282
/proc/meminfo: memFree=26506548/32873648 swapFree=7388/7388
[pid=28150] ppid=28148 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28150/stat : 28150 (npSolver-pbo-It) S 28148 28150 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 380462941 9367552 274 33554432000 4194304 5064252 140734036324080 140734036322992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28150/statm: 2287 274 233 213 0 72 0
[pid=28151] ppid=28150 vsize=71140 CPUtime=3.2 cores=0,2,4,6
/proc/28151/stat : 28151 (npSolver-pbo) S 28150 28150 27075 0 -1 4202496 13338 29186 0 0 75 5 220 20 20 0 1 0 380462941 72847360 14664 33554432000 4194304 6004724 140737341357520 140737341343800 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/28151/statm: 17785 14664 166 442 0 17339 0
[pid=28156] ppid=28151 vsize=221156 CPUtime=1718.78 cores=0,2,4,6
/proc/28156/stat : 28156 (glucosInc) R 28151 28150 27075 0 -1 4202496 25924 0 0 0 171854 24 0 0 20 0 1 0 380463263 226463744 48563 33554432000 4194304 5654031 140733454216640 140733454204456 4232800 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28156/statm: 55289 48563 141 357 0 54929 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 301444

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 28282
/proc/meminfo: memFree=26509976/32873648 swapFree=7388/7388
[pid=28150] ppid=28148 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28150/stat : 28150 (npSolver-pbo-It) S 28148 28150 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 380462941 9367552 274 33554432000 4194304 5064252 140734036324080 140734036322992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28150/statm: 2287 274 233 213 0 72 0
[pid=28151] ppid=28150 vsize=71140 CPUtime=3.2 cores=0,2,4,6
/proc/28151/stat : 28151 (npSolver-pbo) S 28150 28150 27075 0 -1 4202496 13338 29186 0 0 75 5 220 20 20 0 1 0 380462941 72847360 14664 33554432000 4194304 6004724 140737341357520 140737341343800 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/28151/statm: 17785 14664 166 442 0 17339 0
[pid=28156] ppid=28151 vsize=190336 CPUtime=1778.77 cores=0,2,4,6
/proc/28156/stat : 28156 (glucosInc) R 28151 28150 27075 0 -1 4202496 26459 0 0 0 177851 26 0 0 20 0 1 0 380463263 194904064 46803 33554432000 4194304 5654031 140733454216640 140733454204456 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28156/statm: 47584 46803 141 357 0 47224 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 270624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 28282
/proc/meminfo: memFree=26504516/32873648 swapFree=7388/7388
[pid=28150] ppid=28148 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28150/stat : 28150 (npSolver-pbo-It) S 28148 28150 27075 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 380462941 9367552 274 33554432000 4194304 5064252 140734036324080 140734036322992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28150/statm: 2287 274 233 213 0 72 0
[pid=28151] ppid=28150 vsize=71140 CPUtime=3.2 cores=0,2,4,6
/proc/28151/stat : 28151 (npSolver-pbo) S 28150 28150 27075 0 -1 4202496 13338 29186 0 0 75 5 220 20 20 0 1 0 380462941 72847360 14664 33554432000 4194304 6004724 140737341357520 140737341343800 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/28151/statm: 17785 14664 166 442 0 17339 0
[pid=28156] ppid=28151 vsize=221156 CPUtime=1796.87 cores=0,2,4,6
/proc/28156/stat : 28156 (glucosInc) R 28151 28150 27075 0 -1 4202496 26688 0 0 0 179661 26 0 0 20 0 1 0 380463263 226463744 48051 33554432000 4194304 5654031 140733454216640 140733454204456 4232566 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28156/statm: 55289 48051 141 357 0 54929 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 301444

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

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

Real time (s): 1800.41
CPU time (s): 1800.07
CPU user time (s): 1799.56
CPU system time (s): 0.51
CPU usage (%): 99.9809
Max. virtual memory (cumulated for all children) (KiB): 350764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.95855
system time used= 0.267959
maximum resident set size= 153596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42900
page faults= 0
swaps= 0
block input operations= 0
block output operations= 63352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 15

runsolver used 3.81542 second user time and 10.0325 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-08 10:16:24
IDJOB=3752467
IDBENCH=48255
IDSOLVER=2335
FILE ID=node148/3752467-1339143384
RUNJOBID= node148-1339134206-27091
PBS_JOBID= 14643787
Free space on /tmp= 70408 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_25_1.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752467-1339143384/watcher-3752467-1339143384 -o /tmp/evaluation-result-3752467-1339143384/solver-3752467-1339143384 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752467-1339143384.opb 2001258122 HOME HOME

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

MD5SUM BENCH= 02054528a722e9af7937139e87d0b5ac
RANDOM SEED=2001258122

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:        26694016 kB
Buffers:          673348 kB
Cached:          4410472 kB
SwapCached:          560 kB
Active:          2756820 kB
Inactive:        2484032 kB
Active(anon):     146416 kB
Inactive(anon):    10620 kB
Active(file):    2610404 kB
Inactive(file):  2473412 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107596 kB
Dirty:              8928 kB
Writeback:             0 kB
AnonPages:        212592 kB
Mapped:            12360 kB
Shmem:                36 kB
Slab:             791960 kB
SReclaimable:     236192 kB
SUnreclaim:       555768 kB
KernelStack:        1504 kB
PageTables:         4160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     309260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 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= 70392 MiB
End job on node148 at 2012-06-08 10:46:25