Trace number 3747681

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.13 1800.72

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_1.opb
MD5SUM6856221d5d444d2079d321f11fb11f0b
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-70
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -74
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)151172
Sum of products size (including duplicates)302344
Number of different products75586
Sum of products size151172

Solver Data

0.99/1.09	c run inc solver
0.99/1.09	c [INC SYSTEM] run initial solver
0.99/1.09	c [INC SYSTEM] preprocess with white file
4.80/5.12	c [INC SYSTEM] finished preprocessing in 4 s
4.80/5.12	c [INC SYSTEM] execute solver
1521.97/1522.53	c [INC SEARCH] formula is SAT
1521.97/1522.54	c [INC SYSTEM] solved the initial formula
1522.06/1522.62	c model valid
1522.06/1522.62	c current solution ok
1523.76/1524.39	o -45
1523.76/1524.39	c [INC SYSTEM] there exists a inc, kill it!
1523.76/1524.39	c write failed with 2
1523.76/1524.40	c [INC SEARCH] iteration: 0
1523.76/1524.40	c [INC BOUNDS] best value:955 search for 954
1523.76/1524.40	c [INC SYSTEM] create new solver instance
1523.76/1524.40	c [INC] encode full formula
1523.76/1524.40	c (debug) using card networks
1523.76/1524.40	c old isEQ: 41, new EQ is 0
1523.86/1524.42	c set iterative enc to: card
1523.86/1524.42	c set iterative enc to: none
1523.86/1524.48	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.71	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.08/1800.71	s UNKNOWN
1800.08/1800.71	c [INC SYSTEM] there exists a inc, kill it!
1800.08/1800.71	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-3747681-1339103638/watcher-3747681-1339103638 -o /tmp/evaluation-result-3747681-1339103638/solver-3747681-1339103638 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747681-1339103638.opb 1683185807 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.01 2.00 1.95 4/178 933
/proc/meminfo: memFree=31940604/32873844 swapFree=7632/7632
[pid=933] ppid=931 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/933/stat : 933 (npSolver-pbo-It) S 931 933 32553 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376489458 9367552 274 33554432000 4194304 5064252 140736230681616 140736230680528 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/933/statm: 2287 274 233 213 0 72 0

[startup+0.00688091 s]
/proc/loadavg: 2.01 2.00 1.95 4/178 933
/proc/meminfo: memFree=31940604/32873844 swapFree=7632/7632
[pid=933] ppid=931 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/933/stat : 933 (npSolver-pbo-It) S 931 933 32553 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376489458 9367552 274 33554432000 4194304 5064252 140736230681616 140736230680528 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/933/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100216 s]
/proc/loadavg: 2.01 2.00 1.95 4/178 933
/proc/meminfo: memFree=31940604/32873844 swapFree=7632/7632
[pid=933] ppid=931 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/933/stat : 933 (npSolver-pbo-It) S 931 933 32553 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376489458 9367552 274 33554432000 4194304 5064252 140736230681616 140736230680528 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/933/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300227 s]
/proc/loadavg: 2.01 2.00 1.95 4/178 933
/proc/meminfo: memFree=31940604/32873844 swapFree=7632/7632
[pid=933] ppid=931 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/933/stat : 933 (npSolver-pbo-It) S 931 933 32553 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376489458 9367552 274 33554432000 4194304 5064252 140736230681616 140736230680528 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/933/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700278 s]
/proc/loadavg: 2.01 2.00 1.95 4/178 933
/proc/meminfo: memFree=31940604/32873844 swapFree=7632/7632
[pid=933] ppid=931 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/933/stat : 933 (npSolver-pbo-It) S 931 933 32553 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376489458 9367552 274 33554432000 4194304 5064252 140736230681616 140736230680528 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/933/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 2.01 2.00 1.95 3/180 935
/proc/meminfo: memFree=31873516/32873844 swapFree=7632/7632
[pid=933] ppid=931 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/933/stat : 933 (npSolver-pbo-It) S 931 933 32553 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376489458 9367552 274 33554432000 4194304 5064252 140736230681616 140736230680528 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/933/statm: 2287 274 233 213 0 72 0
[pid=934] ppid=933 vsize=74316 CPUtime=1.08 cores=0,2,4,6
/proc/934/stat : 934 (npSolver-pbo) S 933 933 32553 0 -1 4202496 13963 0 0 0 100 8 0 0 20 0 1 0 376489458 76099584 17771 33554432000 4194304 6004724 140733793708752 140733793703216 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/934/statm: 18579 17771 162 442 0 18133 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 83464

[startup+3.10041 s]
/proc/loadavg: 2.01 2.00 1.95 3/182 939
/proc/meminfo: memFree=31675356/32873844 swapFree=7632/7632
[pid=933] ppid=931 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/933/stat : 933 (npSolver-pbo-It) S 931 933 32553 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376489458 9367552 274 33554432000 4194304 5064252 140736230681616 140736230680528 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/933/statm: 2287 274 233 213 0 72 0
[pid=934] ppid=933 vsize=74316 CPUtime=1.08 cores=0,2,4,6
/proc/934/stat : 934 (npSolver-pbo) S 933 933 32553 0 -1 4202496 13963 0 0 0 100 8 0 0 20 0 1 0 376489458 76099584 17771 33554432000 4194304 6004724 140733793708752 140733793703216 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/934/statm: 18579 17771 162 442 0 18133 0
[pid=936] ppid=934 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/936/stat : 936 (cp2_pre.sh) S 934 933 32553 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 376489567 9367552 277 33554432000 4194304 5064252 140737277020112 140737277018816 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/936/statm: 2287 277 234 213 0 72 0
[pid=937] ppid=936 vsize=222828 CPUtime=2 cores=0,2,4,6
/proc/937/stat : 937 (coprocessor) R 936 933 32553 0 -1 4202496 36334 0 0 0 195 5 0 0 20 0 1 0 376489568 228175872 53753 33554432000 4194304 6586260 140733816018576 140733816014840 4774993 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/937/statm: 55707 53753 182 584 0 55119 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 315440

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 941
/proc/meminfo: memFree=31769032/32873844 swapFree=7632/7632
[pid=933] ppid=931 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/933/stat : 933 (npSolver-pbo-It) S 931 933 32553 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376489458 9367552 274 33554432000 4194304 5064252 140736230681616 140736230680528 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/933/statm: 2287 274 233 213 0 72 0
[pid=934] ppid=933 vsize=74316 CPUtime=4.83 cores=0,2,4,6
/proc/934/stat : 934 (npSolver-pbo) S 933 933 32553 0 -1 4202496 13981 40849 0 0 100 8 352 23 20 0 1 0 376489458 76099584 17775 33554432000 4194304 6004724 140733793708752 140733793695032 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/934/statm: 18579 17775 166 442 0 18133 0
[pid=941] ppid=934 vsize=121400 CPUtime=1.17 cores=0,2,4,6
/proc/941/stat : 941 (glucosInc) R 934 933 32553 0 -1 4202496 21375 0 0 0 113 4 0 0 20 0 1 0 376489971 124313600 23972 33554432000 4194304 5654031 140733784915312 140733784913096 4215357 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/941/statm: 30350 23972 131 357 0 29990 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 204864

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 941
/proc/meminfo: memFree=31751628/32873844 swapFree=7632/7632
[pid=933] ppid=931 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/933/stat : 933 (npSolver-pbo-It) S 931 933 32553 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376489458 9367552 274 33554432000 4194304 5064252 140736230681616 140736230680528 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/933/statm: 2287 274 233 213 0 72 0
[pid=934] ppid=933 vsize=74316 CPUtime=4.83 cores=0,2,4,6
/proc/934/stat : 934 (npSolver-pbo) S 933 933 32553 0 -1 4202496 13981 40849 0 0 100 8 352 23 20 0 1 0 376489458 76099584 17775 33554432000 4194304 6004724 140733793708752 140733793695032 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/934/statm: 18579 17775 166 442 0 18133 0
[pid=941] ppid=934 vsize=121532 CPUtime=7.57 cores=0,2,4,6
/proc/941/stat : 941 (glucosInc) R 934 933 32553 0 -1 4202496 21398 0 0 0 753 4 0 0 20 0 1 0 376489971 124448768 24506 33554432000 4194304 5654031 140733784915312 140733784913208 4215009 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/941/statm: 30383 24506 131 357 0 30023 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 204996

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 941
/proc/meminfo: memFree=31746052/32873844 swapFree=7632/7632
[pid=933] ppid=931 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/933/stat : 933 (npSolver-pbo-It) S 931 933 32553 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376489458 9367552 274 33554432000 4194304 5064252 140736230681616 140736230680528 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/933/statm: 2287 274 233 213 0 72 0
[pid=934] ppid=933 vsize=74316 CPUtime=4.83 cores=0,2,4,6
/proc/934/stat : 934 (npSolver-pbo) S 933 933 32553 0 -1 4202496 13981 40849 0 0 100 8 352 23 20 0 1 0 376489458 76099584 17775 33554432000 4194304 6004724 140733793708752 140733793695032 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/934/statm: 18579 17775 166 442 0 18133 0
[pid=941] ppid=934 vsize=121532 CPUtime=20.36 cores=0,2,4,6
/proc/941/stat : 941 (glucosInc) R 934 933 32553 0 -1 4202496 21419 0 0 0 2032 4 0 0 20 0 1 0 376489971 124448768 25038 33554432000 4194304 5654031 140733784915312 140733784913208 4215327 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/941/statm: 30383 25038 131 357 0 30023 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 204996

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.95 3/181 941
/proc/meminfo: memFree=31734700/32873844 swapFree=7632/7632
[pid=933] ppid=931 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/933/stat : 933 (npSolver-pbo-It) S 931 933 32553 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376489458 9367552 274 33554432000 4194304 5064252 140736230681616 140736230680528 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/933/statm: 2287 274 233 213 0 72 0
[pid=934] ppid=933 vsize=74316 CPUtime=4.83 cores=0,2,4,6
/proc/934/stat : 934 (npSolver-pbo) S 933 933 32553 0 -1 4202496 13981 40849 0 0 100 8 352 23 20 0 1 0 376489458 76099584 17775 33554432000 4194304 6004724 140733793708752 140733793695032 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/934/statm: 18579 17775 166 442 0 18133 0
[pid=941] ppid=934 vsize=121796 CPUtime=45.96 cores=0,2,4,6
/proc/941/stat : 941 (glucosInc) R 934 933 32553 0 -1 4202496 21456 0 0 0 4592 4 0 0 20 0 1 0 376489971 124719104 26097 33554432000 4194304 5654031 140733784915312 140733784913096 4215112 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/941/statm: 30449 26097 131 357 0 30089 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 205260

[startup+102.306 s]
/proc/loadavg: 2.10 2.03 1.96 3/181 986
/proc/meminfo: memFree=31713976/32873844 swapFree=7632/7632
[pid=933] ppid=931 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/933/stat : 933 (npSolver-pbo-It) S 931 933 32553 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376489458 9367552 274 33554432000 4194304 5064252 140736230681616 140736230680528 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/933/statm: 2287 274 233 213 0 72 0
[pid=934] ppid=933 vsize=74316 CPUtime=4.83 cores=0,2,4,6
/proc/934/stat : 934 (npSolver-pbo) S 933 933 32553 0 -1 4202496 13981 40849 0 0 100 8 352 23 20 0 1 0 376489458 76099584 17775 33554432000 4194304 6004724 140733793708752 140733793695032 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/934/statm: 18579 17775 166 442 0 18133 0
[pid=941] ppid=934 vsize=140896 CPUtime=97.16 cores=0,2,4,6
/proc/941/stat : 941 (glucosInc) R 934 933 32553 0 -1 4202496 22034 0 0 0 9712 4 0 0 20 0 1 0 376489971 144277504 29326 33554432000 4194304 5654031 140733784915312 140733784913096 4215055 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/941/statm: 35224 29326 131 357 0 34864 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 224360

[startup+162.3 s]
/proc/loadavg: 2.03 2.02 1.96 3/181 987
/proc/meminfo: memFree=31709652/32873844 swapFree=7632/7632
[pid=933] ppid=931 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/933/stat : 933 (npSolver-pbo-It) S 931 933 32553 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376489458 9367552 274 33554432000 4194304 5064252 140736230681616 140736230680528 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/933/statm: 2287 274 233 213 0 72 0
[pid=934] ppid=933 vsize=74316 CPUtime=4.83 cores=0,2,4,6
/proc/934/stat : 934 (npSolver-pbo) S 933 933 32553 0 -1 4202496 13981 40849 0 0 100 8 352 23 20 0 1 0 376489458 76099584 17775 33554432000 4194304 6004724 140733793708752 140733793695032 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/934/statm: 18579 17775 166 442 0 18133 0
[pid=941] ppid=934 vsize=126932 CPUtime=157.14 cores=0,2,4,6
/proc/941/stat : 941 (glucosInc) R 934 933 32553 0 -1 4202496 24860 0 0 0 15708 6 0 0 20 0 1 0 376489971 129978368 26396 33554432000 4194304 5654031 140733784915312 140733784913096 4209087 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/941/statm: 31733 26396 141 357 0 31373 0
Current children cumulated CPU time (s) 161.97
Current children cumulated vsize (KiB) 210396

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/181 987
/proc/meminfo: memFree=31696932/32873844 swapFree=7632/7632
[pid=933] ppid=931 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/933/stat : 933 (npSolver-pbo-It) S 931 933 32553 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376489458 9367552 274 33554432000 4194304 5064252 140736230681616 140736230680528 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/933/statm: 2287 274 233 213 0 72 0
[pid=934] ppid=933 vsize=74316 CPUtime=4.83 cores=0,2,4,6
/proc/934/stat : 934 (npSolver-pbo) S 933 933 32553 0 -1 4202496 13981 40849 0 0 100 8 352 23 20 0 1 0 376489458 76099584 17775 33554432000 4194304 6004724 140733793708752 140733793695032 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/934/statm: 18579 17775 166 442 0 18133 0
[pid=941] ppid=934 vsize=130208 CPUtime=217.13 cores=0,2,4,6
/proc/941/stat : 941 (glucosInc) R 934 933 32553 0 -1 4202496 25756 0 0 0 21706 7 0 0 20 0 1 0 376489971 133332992 28830 33554432000 4194304 5654031 140733784915312 140733784903128 4208712 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/941/statm: 32552 28830 141 357 0 32192 0
Current children cumulated CPU time (s) 221.96
Current children cumulated vsize (KiB) 213672

[startup+282.3 s]

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

/proc/meminfo: memFree=31599112/32873844 swapFree=7632/7632
[pid=933] ppid=931 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/933/stat : 933 (npSolver-pbo-It) S 931 933 32553 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376489458 9367552 274 33554432000 4194304 5064252 140736230681616 140736230680528 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/933/statm: 2287 274 233 213 0 72 0
[pid=934] ppid=933 vsize=74316 CPUtime=4.83 cores=0,2,4,6
/proc/934/stat : 934 (npSolver-pbo) S 933 933 32553 0 -1 4202496 13981 40849 0 0 100 8 352 23 20 0 1 0 376489458 76099584 17775 33554432000 4194304 6004724 140733793708752 140733793695032 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/934/statm: 18579 17775 166 442 0 18133 0
[pid=941] ppid=934 vsize=183120 CPUtime=1296.96 cores=0,2,4,6
/proc/941/stat : 941 (glucosInc) R 934 933 32553 0 -1 4202496 29101 0 0 0 129687 9 0 0 20 0 1 0 376489971 187514880 40123 33554432000 4194304 5654031 140733784915312 140733784903128 4208694 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/941/statm: 45780 40123 142 357 0 45420 0
Current children cumulated CPU time (s) 1301.79
Current children cumulated vsize (KiB) 266584

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/181 997
/proc/meminfo: memFree=31564856/32873844 swapFree=7632/7632
[pid=933] ppid=931 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/933/stat : 933 (npSolver-pbo-It) S 931 933 32553 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376489458 9367552 274 33554432000 4194304 5064252 140736230681616 140736230680528 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/933/statm: 2287 274 233 213 0 72 0
[pid=934] ppid=933 vsize=74316 CPUtime=4.83 cores=0,2,4,6
/proc/934/stat : 934 (npSolver-pbo) S 933 933 32553 0 -1 4202496 13981 40849 0 0 100 8 352 23 20 0 1 0 376489458 76099584 17775 33554432000 4194304 6004724 140733793708752 140733793695032 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/934/statm: 18579 17775 166 442 0 18133 0
[pid=941] ppid=934 vsize=183120 CPUtime=1356.95 cores=0,2,4,6
/proc/941/stat : 941 (glucosInc) R 934 933 32553 0 -1 4202496 29671 0 0 0 135685 10 0 0 20 0 1 0 376489971 187514880 39653 33554432000 4194304 5654031 140733784915312 140733784903128 4232581 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/941/statm: 45780 39653 142 357 0 45420 0
Current children cumulated CPU time (s) 1361.78
Current children cumulated vsize (KiB) 266584

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.97 3/181 997
/proc/meminfo: memFree=31605256/32873844 swapFree=7632/7632
[pid=933] ppid=931 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/933/stat : 933 (npSolver-pbo-It) S 931 933 32553 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376489458 9367552 274 33554432000 4194304 5064252 140736230681616 140736230680528 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/933/statm: 2287 274 233 213 0 72 0
[pid=934] ppid=933 vsize=74316 CPUtime=4.83 cores=0,2,4,6
/proc/934/stat : 934 (npSolver-pbo) S 933 933 32553 0 -1 4202496 13981 40849 0 0 100 8 352 23 20 0 1 0 376489458 76099584 17775 33554432000 4194304 6004724 140733793708752 140733793695032 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/934/statm: 18579 17775 166 442 0 18133 0
[pid=941] ppid=934 vsize=183120 CPUtime=1416.96 cores=0,2,4,6
/proc/941/stat : 941 (glucosInc) R 934 933 32553 0 -1 4202496 30193 0 0 0 141685 11 0 0 20 0 1 0 376489971 187514880 38587 33554432000 4194304 5654031 140733784915312 140733784903128 4232659 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/941/statm: 45780 38587 142 357 0 45420 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 266584

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/181 997
/proc/meminfo: memFree=31582232/32873844 swapFree=7632/7632
[pid=933] ppid=931 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/933/stat : 933 (npSolver-pbo-It) S 931 933 32553 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376489458 9367552 274 33554432000 4194304 5064252 140736230681616 140736230680528 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/933/statm: 2287 274 233 213 0 72 0
[pid=934] ppid=933 vsize=74316 CPUtime=4.83 cores=0,2,4,6
/proc/934/stat : 934 (npSolver-pbo) S 933 933 32553 0 -1 4202496 13981 40849 0 0 100 8 352 23 20 0 1 0 376489458 76099584 17775 33554432000 4194304 6004724 140733793708752 140733793695032 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/934/statm: 18579 17775 166 442 0 18133 0
[pid=941] ppid=934 vsize=183120 CPUtime=1476.94 cores=0,2,4,6
/proc/941/stat : 941 (glucosInc) R 934 933 32553 0 -1 4202496 30197 0 0 0 147683 11 0 0 20 0 1 0 376489971 187514880 40635 33554432000 4194304 5654031 140733784915312 140733784903128 4232605 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/941/statm: 45780 40635 142 357 0 45420 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 266584

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 1.98 3/181 1000
/proc/meminfo: memFree=31605776/32873844 swapFree=7632/7632
[pid=933] ppid=931 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/933/stat : 933 (npSolver-pbo-It) S 931 933 32553 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376489458 9367552 274 33554432000 4194304 5064252 140736230681616 140736230680528 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/933/statm: 2287 274 233 213 0 72 0
[pid=934] ppid=933 vsize=74320 CPUtime=1523.92 cores=0,2,4,6
/proc/934/stat : 934 (npSolver-pbo) S 933 933 32553 0 -1 4202496 17185 72932 0 0 140 155 152055 42 20 0 1 0 376489458 76103680 17792 33554432000 4194304 6004724 140733793708752 140733793694600 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/934/statm: 18580 17792 182 442 0 18134 0
[pid=1000] ppid=934 vsize=130164 CPUtime=17.81 cores=0,2,4,6
/proc/1000/stat : 1000 (glucosInc) R 934 933 32553 0 -1 4202496 25518 0 0 0 1776 5 0 0 20 0 1 0 376641906 133287936 29731 33554432000 4194304 5654031 140734834302736 140734834290552 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1000/statm: 32541 29731 140 357 0 32181 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 213632

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/182 1003
/proc/meminfo: memFree=31560220/32873844 swapFree=7632/7632
[pid=933] ppid=931 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/933/stat : 933 (npSolver-pbo-It) S 931 933 32553 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376489458 9367552 274 33554432000 4194304 5064252 140736230681616 140736230680528 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/933/statm: 2287 274 233 213 0 72 0
[pid=934] ppid=933 vsize=74320 CPUtime=1523.92 cores=0,2,4,6
/proc/934/stat : 934 (npSolver-pbo) S 933 933 32553 0 -1 4202496 17185 72932 0 0 140 155 152055 42 20 0 1 0 376489458 76103680 17792 33554432000 4194304 6004724 140733793708752 140733793694600 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/934/statm: 18580 17792 182 442 0 18134 0
[pid=1000] ppid=934 vsize=131956 CPUtime=77.8 cores=0,2,4,6
/proc/1000/stat : 1000 (glucosInc) R 934 933 32553 0 -1 4202496 26653 0 0 0 7775 5 0 0 20 0 1 0 376641906 135122944 29130 33554432000 4194304 5654031 140734834302736 140734834290552 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1000/statm: 32989 29130 140 357 0 32629 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 215424

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 1.98 3/181 1004
/proc/meminfo: memFree=31560508/32873844 swapFree=7632/7632
[pid=933] ppid=931 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/933/stat : 933 (npSolver-pbo-It) S 931 933 32553 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376489458 9367552 274 33554432000 4194304 5064252 140736230681616 140736230680528 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/933/statm: 2287 274 233 213 0 72 0
[pid=934] ppid=933 vsize=74320 CPUtime=1523.92 cores=0,2,4,6
/proc/934/stat : 934 (npSolver-pbo) S 933 933 32553 0 -1 4202496 17185 72932 0 0 140 155 152055 42 20 0 1 0 376489458 76103680 17792 33554432000 4194304 6004724 140733793708752 140733793694600 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/934/statm: 18580 17792 182 442 0 18134 0
[pid=1000] ppid=934 vsize=134044 CPUtime=137.77 cores=0,2,4,6
/proc/1000/stat : 1000 (glucosInc) R 934 933 32553 0 -1 4202496 27106 0 0 0 13772 5 0 0 20 0 1 0 376641906 137261056 30071 33554432000 4194304 5654031 140734834302736 140734834290552 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1000/statm: 33511 30071 141 357 0 33151 0
Current children cumulated CPU time (s) 1661.69
Current children cumulated vsize (KiB) 217512

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/181 1004
/proc/meminfo: memFree=31560796/32873844 swapFree=7632/7632
[pid=933] ppid=931 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/933/stat : 933 (npSolver-pbo-It) S 931 933 32553 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376489458 9367552 274 33554432000 4194304 5064252 140736230681616 140736230680528 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/933/statm: 2287 274 233 213 0 72 0
[pid=934] ppid=933 vsize=74320 CPUtime=1523.92 cores=0,2,4,6
/proc/934/stat : 934 (npSolver-pbo) S 933 933 32553 0 -1 4202496 17185 72932 0 0 140 155 152055 42 20 0 1 0 376489458 76103680 17792 33554432000 4194304 6004724 140733793708752 140733793694600 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/934/statm: 18580 17792 182 442 0 18134 0
[pid=1000] ppid=934 vsize=136824 CPUtime=197.76 cores=0,2,4,6
/proc/1000/stat : 1000 (glucosInc) R 934 933 32553 0 -1 4202496 27610 0 0 0 19771 5 0 0 20 0 1 0 376641906 140107776 31591 33554432000 4194304 5654031 140734834302736 140734834290552 4232398 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1000/statm: 34206 31591 141 357 0 33846 0
Current children cumulated CPU time (s) 1721.68
Current children cumulated vsize (KiB) 220292

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/181 1004
/proc/meminfo: memFree=31564768/32873844 swapFree=7632/7632
[pid=933] ppid=931 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/933/stat : 933 (npSolver-pbo-It) S 931 933 32553 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376489458 9367552 274 33554432000 4194304 5064252 140736230681616 140736230680528 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/933/statm: 2287 274 233 213 0 72 0
[pid=934] ppid=933 vsize=74320 CPUtime=1523.92 cores=0,2,4,6
/proc/934/stat : 934 (npSolver-pbo) S 933 933 32553 0 -1 4202496 17185 72932 0 0 140 155 152055 42 20 0 1 0 376489458 76103680 17792 33554432000 4194304 6004724 140733793708752 140733793694600 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/934/statm: 18580 17792 182 442 0 18134 0
[pid=1000] ppid=934 vsize=136484 CPUtime=257.75 cores=0,2,4,6
/proc/1000/stat : 1000 (glucosInc) R 934 933 32553 0 -1 4202496 28057 0 0 0 25770 5 0 0 20 0 1 0 376641906 139759616 30966 33554432000 4194304 5654031 140734834302736 140734834300520 4232528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1000/statm: 34121 30966 141 357 0 33761 0
Current children cumulated CPU time (s) 1781.67
Current children cumulated vsize (KiB) 219952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 1.98 3/181 1004
/proc/meminfo: memFree=31558500/32873844 swapFree=7632/7632
[pid=933] ppid=931 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/933/stat : 933 (npSolver-pbo-It) S 931 933 32553 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376489458 9367552 274 33554432000 4194304 5064252 140736230681616 140736230680528 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/933/statm: 2287 274 233 213 0 72 0
[pid=934] ppid=933 vsize=74320 CPUtime=1523.92 cores=0,2,4,6
/proc/934/stat : 934 (npSolver-pbo) S 933 933 32553 0 -1 4202496 17185 72932 0 0 140 155 152055 42 20 0 1 0 376489458 76103680 17792 33554432000 4194304 6004724 140733793708752 140733793694600 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/934/statm: 18580 17792 182 442 0 18134 0
[pid=1000] ppid=934 vsize=136748 CPUtime=276.16 cores=0,2,4,6
/proc/1000/stat : 1000 (glucosInc) R 934 933 32553 0 -1 4202496 28142 0 0 0 27611 5 0 0 20 0 1 0 376641906 140029952 31051 33554432000 4194304 5654031 140734834302736 140734834290552 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1000/statm: 34187 31051 141 357 0 33827 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 220216

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 1.98 3/181 1004
/proc/meminfo: memFree=31558500/32873844 swapFree=7632/7632
[pid=933] ppid=931 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/933/stat : 933 (npSolver-pbo-It) S 931 933 32553 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376489458 9367552 274 33554432000 4194304 5064252 140736230681616 140736230680528 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/933/statm: 2287 274 233 213 0 72 0
[pid=934] ppid=933 vsize=74320 CPUtime=1523.92 cores=0,2,4,6
/proc/934/stat : 934 (npSolver-pbo) S 933 933 32553 0 -1 4202496 17185 72932 0 0 140 155 152055 42 20 0 1 0 376489458 76103680 17792 33554432000 4194304 6004724 140733793708752 140733793694600 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/934/statm: 18580 17792 182 442 0 18134 0
[pid=1000] ppid=934 vsize=136748 CPUtime=276.16 cores=0,2,4,6
/proc/1000/stat : 1000 (glucosInc) R 934 933 32553 0 -1 4202496 28142 0 0 0 27611 5 0 0 20 0 1 0 376641906 140029952 31051 33554432000 4194304 5654031 140734834302736 140734834290552 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1000/statm: 34187 31051 141 357 0 33827 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 220216

Child status: 0
Real time (s): 1800.72
CPU time (s): 1800.13
CPU user time (s): 1798.08
CPU system time (s): 2.04669
CPU usage (%): 99.9672
Max. virtual memory (cumulated for all children) (KiB): 347972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.08
system time used= 2.04669
maximum resident set size= 253976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118640
page faults= 0
swaps= 0
block input operations= 8
block output operations= 217416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 639
involuntary context switches= 2433

runsolver used 2.69359 second user time and 7.14691 second system time

The end

Launcher Data

Begin job on node130 at 2012-06-07 23:13:59
IDJOB=3747681
IDBENCH=48276
IDSOLVER=2332
FILE ID=node130/3747681-1339103638
RUNJOBID= node130-1339098177-32569
PBS_JOBID= 14643723
Free space on /tmp= 71036 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_60_1.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3747681-1339103638/watcher-3747681-1339103638 -o /tmp/evaluation-result-3747681-1339103638/solver-3747681-1339103638 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3747681-1339103638.opb 1683185807 HOME HOME

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

MD5SUM BENCH= 6856221d5d444d2079d321f11fb11f0b
RANDOM SEED=1683185807

node130.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31940868 kB
Buffers:           62964 kB
Cached:            98780 kB
SwapCached:         3140 kB
Active:            92448 kB
Inactive:          88308 kB
Active(anon):      18380 kB
Inactive(anon):     2668 kB
Active(file):      74068 kB
Inactive(file):    85640 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67096444 kB
Dirty:             18732 kB
Writeback:             0 kB
AnonPages:        121140 kB
Mapped:            10752 kB
Shmem:                 0 kB
Slab:             610412 kB
SReclaimable:      50840 kB
SUnreclaim:       559572 kB
KernelStack:        1504 kB
PageTables:         4052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     147452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 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= 70984 MiB
End job on node130 at 2012-06-07 23:43:59