Trace number 3751510

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.05 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_20_2__17_12__512.opb
MD5SUM609453b50c3d7bac05dbde2a1c3eefb6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark46877
Best CPU time to get the best result obtained on this benchmark3.72243
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20498
Total number of constraints60
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)42
Number of constraints which are nor clauses,nor cardinality constraints18
Minimum length of a constraint512
Maximum length of a constraint4097
Number of terms in the objective function 20480
Biggest coefficient in the objective function 94409
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 893215744
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 94409
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 893215744
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.28	c run inc solver
0.00/0.28	c [INC SYSTEM] run initial solver
0.00/0.28	c [INC SYSTEM] preprocess with white file
1.86/1.91	c [INC SYSTEM] finished preprocessing in 1 s
1.86/1.91	c [INC SYSTEM] execute solver
2.07/2.13	c [INC SEARCH] formula is SAT
2.07/2.14	c [INC SYSTEM] solved the initial formula
2.07/2.16	c model valid
2.07/2.16	c current solution ok
2.76/2.80	o 78430
2.76/2.80	c starting approximation
2.76/2.80	c factor = 2010
2.76/2.80	c factor still to low - shrinking to 4818.74
2.76/2.80	c approx number of clauses: 1e+06
2.76/2.80	c current bound: 39215
3.24/3.34	c leaving approximation
3.24/3.34	c finished approximation
3.24/3.34	c [INC SYSTEM] there exists a inc, kill it!
3.24/3.34	c write failed with 2
3.24/3.34	c [INC SEARCH] iteration: 0
3.24/3.34	c [INC BOUNDS] best value:78430 search for 78429
3.24/3.34	c [INC SYSTEM] create new solver instance
3.24/3.34	c [INC] encode full formula
3.24/3.34	c fallback to adder encoding
4.86/4.99	c set iterative enc to: adder
4.86/4.99	c set iterative enc to: none
5.06/5.19	c [INC SEARCH] isOptimum variable: 0
1800.05/1800.41	HOME/npSolver-pbo-Itdqb.sh: line 18: 29543 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=1 -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-3751510-1339152397/watcher-3751510-1339152397 -o /tmp/evaluation-result-3751510-1339152397/solver-3751510-1339152397 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751510-1339152397.opb 320254886 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.08 2.03 2.00 3/178 29542
/proc/meminfo: memFree=26480108/32873648 swapFree=7388/7388
[pid=29542] ppid=29540 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29542/stat : 29542 (npSolver-pbo-It) S 29540 29542 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381364237 9367552 275 33554432000 4194304 5064252 140737427832080 140737427830992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29542/statm: 2287 275 233 213 0 72 0

[startup+0.048733 s]
/proc/loadavg: 2.08 2.03 2.00 3/178 29542
/proc/meminfo: memFree=26480108/32873648 swapFree=7388/7388
[pid=29542] ppid=29540 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29542/stat : 29542 (npSolver-pbo-It) S 29540 29542 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381364237 9367552 275 33554432000 4194304 5064252 140737427832080 140737427830992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29542/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100277 s]
/proc/loadavg: 2.08 2.03 2.00 3/178 29542
/proc/meminfo: memFree=26480108/32873648 swapFree=7388/7388
[pid=29542] ppid=29540 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29542/stat : 29542 (npSolver-pbo-It) S 29540 29542 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381364237 9367552 275 33554432000 4194304 5064252 140737427832080 140737427830992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29542/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300216 s]
/proc/loadavg: 2.08 2.03 2.00 3/178 29542
/proc/meminfo: memFree=26480108/32873648 swapFree=7388/7388
[pid=29542] ppid=29540 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29542/stat : 29542 (npSolver-pbo-It) S 29540 29542 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381364237 9367552 275 33554432000 4194304 5064252 140737427832080 140737427830992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29542/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700158 s]
/proc/loadavg: 2.08 2.03 2.00 3/178 29542
/proc/meminfo: memFree=26480108/32873648 swapFree=7388/7388
[pid=29542] ppid=29540 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29542/stat : 29542 (npSolver-pbo-It) S 29540 29542 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381364237 9367552 275 33554432000 4194304 5064252 140737427832080 140737427830992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29542/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.07 2.03 2.00 3/182 29546
/proc/meminfo: memFree=26327676/32873648 swapFree=7388/7388
[pid=29542] ppid=29540 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29542/stat : 29542 (npSolver-pbo-It) S 29540 29542 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381364237 9367552 275 33554432000 4194304 5064252 140737427832080 140737427830992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29542/statm: 2287 275 233 213 0 72 0
[pid=29543] ppid=29542 vsize=23172 CPUtime=0.3 cores=0,2,4,6
/proc/29543/stat : 29543 (npSolver-pbo) S 29542 29542 27075 0 -1 4202496 5511 0 0 0 26 4 0 0 20 0 1 0 381364237 23728128 5221 33554432000 4194304 6004724 140736401985376 140736401979840 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29543/statm: 5793 5221 148 442 0 5347 0
[pid=29545] ppid=29543 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29545/stat : 29545 (cp2_pre.sh) S 29543 29542 27075 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 381364268 9367552 276 33554432000 4194304 5064252 140735105477696 140735105476400 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29545/statm: 2287 276 234 213 0 72 0
[pid=29546] ppid=29545 vsize=145900 CPUtime=1.16 cores=0,2,4,6
/proc/29546/stat : 29546 (coprocessor) R 29545 29542 27075 0 -1 4202496 26574 0 0 0 109 7 0 0 20 0 1 0 381364268 149401600 35495 33554432000 4194304 6586260 140737352812560 140737352808104 5732496 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/29546/statm: 36475 35495 197 584 0 35887 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 187368

[startup+3.10025 s]
/proc/loadavg: 2.07 2.03 2.00 3/181 29548
/proc/meminfo: memFree=26397596/32873648 swapFree=7388/7388
[pid=29542] ppid=29540 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29542/stat : 29542 (npSolver-pbo-It) S 29540 29542 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381364237 9367552 275 33554432000 4194304 5064252 140737427832080 140737427830992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29542/statm: 2287 275 233 213 0 72 0
[pid=29543] ppid=29542 vsize=26284 CPUtime=2.61 cores=0,2,4,6
/proc/29543/stat : 29543 (npSolver-pbo) S 29542 29542 27075 0 -1 4202496 7317 27990 0 0 46 56 146 13 20 0 1 0 381364237 26914816 5901 33554432000 4194304 6004724 140736401985376 140736401977680 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29543/statm: 6571 5901 177 442 0 6125 0
[pid=29548] ppid=29543 vsize=60860 CPUtime=0.2 cores=0,2,4,6
/proc/29548/stat : 29548 (glucosInc) S 29543 29542 27075 0 -1 4202496 12074 0 0 0 19 1 0 0 20 0 1 0 381364428 62320640 13245 33554432000 4194304 5654031 140734197534144 140734197532456 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/29548/statm: 15215 13245 146 357 0 14855 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 96292

[startup+6.30037 s]
/proc/loadavg: 2.07 2.03 2.00 3/181 29558
/proc/meminfo: memFree=26232196/32873648 swapFree=7388/7388
[pid=29542] ppid=29540 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29542/stat : 29542 (npSolver-pbo-It) S 29540 29542 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381364237 9367552 275 33554432000 4194304 5064252 140737427832080 140737427830992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29542/statm: 2287 275 233 213 0 72 0
[pid=29543] ppid=29542 vsize=45816 CPUtime=5.15 cores=0,2,4,6
/proc/29543/stat : 29543 (npSolver-pbo) S 29542 29542 27075 0 -1 4202496 13513 59430 0 0 209 76 208 22 20 0 1 0 381364237 46915584 10931 33554432000 4194304 6004724 140736401985376 140736401971224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29543/statm: 11454 10931 195 442 0 11008 0
[pid=29558] ppid=29543 vsize=277812 CPUtime=1.09 cores=0,2,4,6
/proc/29558/stat : 29558 (glucosInc) R 29543 29542 27075 0 -1 4202496 41979 0 0 0 99 10 0 0 20 0 1 0 381364756 284479488 62977 33554432000 4194304 5654031 140734625315824 140734624265416 4203807 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29558/statm: 69453 62977 109 357 0 69093 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 332776

[startup+12.7004 s]
/proc/loadavg: 2.06 2.03 2.00 3/181 29558
/proc/meminfo: memFree=25974528/32873648 swapFree=7388/7388
[pid=29542] ppid=29540 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29542/stat : 29542 (npSolver-pbo-It) S 29540 29542 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381364237 9367552 275 33554432000 4194304 5064252 140737427832080 140737427830992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29542/statm: 2287 275 233 213 0 72 0
[pid=29543] ppid=29542 vsize=45816 CPUtime=5.15 cores=0,2,4,6
/proc/29543/stat : 29543 (npSolver-pbo) S 29542 29542 27075 0 -1 4202496 13513 59430 0 0 209 76 208 22 20 0 1 0 381364237 46915584 10931 33554432000 4194304 6004724 140736401985376 140736401971224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29543/statm: 11454 10931 195 442 0 11008 0
[pid=29558] ppid=29543 vsize=345200 CPUtime=7.5 cores=0,2,4,6
/proc/29558/stat : 29558 (glucosInc) R 29543 29542 27075 0 -1 4202496 57516 0 0 0 734 16 0 0 20 0 1 0 381364756 353484800 80261 33554432000 4194304 5654031 140734625315824 140734625313608 4214616 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29558/statm: 86300 80261 140 357 0 85940 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 400164

[startup+25.5004 s]
/proc/loadavg: 2.05 2.02 2.00 3/181 29558
/proc/meminfo: memFree=25976892/32873648 swapFree=7388/7388
[pid=29542] ppid=29540 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29542/stat : 29542 (npSolver-pbo-It) S 29540 29542 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381364237 9367552 275 33554432000 4194304 5064252 140737427832080 140737427830992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29542/statm: 2287 275 233 213 0 72 0
[pid=29543] ppid=29542 vsize=45816 CPUtime=5.15 cores=0,2,4,6
/proc/29543/stat : 29543 (npSolver-pbo) S 29542 29542 27075 0 -1 4202496 13513 59430 0 0 209 76 208 22 20 0 1 0 381364237 46915584 10931 33554432000 4194304 6004724 140736401985376 140736401971224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29543/statm: 11454 10931 195 442 0 11008 0
[pid=29558] ppid=29543 vsize=345200 CPUtime=20.29 cores=0,2,4,6
/proc/29558/stat : 29558 (glucosInc) R 29543 29542 27075 0 -1 4202496 57516 0 0 0 2013 16 0 0 20 0 1 0 381364756 353484800 80261 33554432000 4194304 5654031 140734625315824 140734625313608 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29558/statm: 86300 80261 140 357 0 85940 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 400164

[startup+51.1004 s]
/proc/loadavg: 2.03 2.02 2.00 3/181 29558
/proc/meminfo: memFree=25973232/32873648 swapFree=7388/7388
[pid=29542] ppid=29540 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29542/stat : 29542 (npSolver-pbo-It) S 29540 29542 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381364237 9367552 275 33554432000 4194304 5064252 140737427832080 140737427830992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29542/statm: 2287 275 233 213 0 72 0
[pid=29543] ppid=29542 vsize=45816 CPUtime=5.15 cores=0,2,4,6
/proc/29543/stat : 29543 (npSolver-pbo) S 29542 29542 27075 0 -1 4202496 13513 59430 0 0 209 76 208 22 20 0 1 0 381364237 46915584 10931 33554432000 4194304 6004724 140736401985376 140736401971224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29543/statm: 11454 10931 195 442 0 11008 0
[pid=29558] ppid=29543 vsize=345612 CPUtime=45.89 cores=0,2,4,6
/proc/29558/stat : 29558 (glucosInc) R 29543 29542 27075 0 -1 4202496 57589 0 0 0 4573 16 0 0 20 0 1 0 381364756 353906688 80334 33554432000 4194304 5654031 140734625315824 140734625313720 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29558/statm: 86403 80334 140 357 0 86043 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 400576

[startup+102.307 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 29558
/proc/meminfo: memFree=25944392/32873648 swapFree=7388/7388
[pid=29542] ppid=29540 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29542/stat : 29542 (npSolver-pbo-It) S 29540 29542 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381364237 9367552 275 33554432000 4194304 5064252 140737427832080 140737427830992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29542/statm: 2287 275 233 213 0 72 0
[pid=29543] ppid=29542 vsize=45816 CPUtime=5.15 cores=0,2,4,6
/proc/29543/stat : 29543 (npSolver-pbo) S 29542 29542 27075 0 -1 4202496 13513 59430 0 0 209 76 208 22 20 0 1 0 381364237 46915584 10931 33554432000 4194304 6004724 140736401985376 140736401971224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29543/statm: 11454 10931 195 442 0 11008 0
[pid=29558] ppid=29543 vsize=364092 CPUtime=97.09 cores=0,2,4,6
/proc/29558/stat : 29558 (glucosInc) R 29543 29542 27075 0 -1 4202496 62073 0 0 0 9692 17 0 0 20 0 1 0 381364756 372830208 85321 33554432000 4194304 5654031 140734625315824 140734625303640 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29558/statm: 91023 85321 142 357 0 90663 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 419056

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 29558
/proc/meminfo: memFree=25942188/32873648 swapFree=7388/7388
[pid=29542] ppid=29540 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29542/stat : 29542 (npSolver-pbo-It) S 29540 29542 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381364237 9367552 275 33554432000 4194304 5064252 140737427832080 140737427830992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29542/statm: 2287 275 233 213 0 72 0
[pid=29543] ppid=29542 vsize=45816 CPUtime=5.15 cores=0,2,4,6
/proc/29543/stat : 29543 (npSolver-pbo) S 29542 29542 27075 0 -1 4202496 13513 59430 0 0 209 76 208 22 20 0 1 0 381364237 46915584 10931 33554432000 4194304 6004724 140736401985376 140736401971224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29543/statm: 11454 10931 195 442 0 11008 0
[pid=29558] ppid=29543 vsize=417640 CPUtime=157.07 cores=0,2,4,6
/proc/29558/stat : 29558 (glucosInc) R 29543 29542 27075 0 -1 4202496 62729 0 0 0 15690 17 0 0 20 0 1 0 381364756 427663360 88010 33554432000 4194304 5654031 140734625315824 140734625303640 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29558/statm: 104410 88010 142 357 0 104050 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 472604

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29561
/proc/meminfo: memFree=25912904/32873648 swapFree=7388/7388
[pid=29542] ppid=29540 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29542/stat : 29542 (npSolver-pbo-It) S 29540 29542 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381364237 9367552 275 33554432000 4194304 5064252 140737427832080 140737427830992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29542/statm: 2287 275 233 213 0 72 0
[pid=29543] ppid=29542 vsize=45816 CPUtime=5.15 cores=0,2,4,6
/proc/29543/stat : 29543 (npSolver-pbo) S 29542 29542 27075 0 -1 4202496 13513 59430 0 0 209 76 208 22 20 0 1 0 381364237 46915584 10931 33554432000 4194304 6004724 140736401985376 140736401971224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29543/statm: 11454 10931 195 442 0 11008 0
[pid=29558] ppid=29543 vsize=425488 CPUtime=217.06 cores=0,2,4,6
/proc/29558/stat : 29558 (glucosInc) R 29543 29542 27075 0 -1 4202496 64476 0 0 0 21688 18 0 0 20 0 1 0 381364756 435699712 92305 33554432000 4194304 5654031 140734625315824 140734625303640 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29558/statm: 106372 92305 142 357 0 106012 0
Current children cumulated CPU time (s) 222.21

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

/proc/loadavg: 2.00 2.00 2.00 3/183 29711
/proc/meminfo: memFree=25766040/32873648 swapFree=7388/7388
[pid=29542] ppid=29540 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29542/stat : 29542 (npSolver-pbo-It) S 29540 29542 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381364237 9367552 275 33554432000 4194304 5064252 140737427832080 140737427830992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29542/statm: 2287 275 233 213 0 72 0
[pid=29543] ppid=29542 vsize=45816 CPUtime=5.15 cores=0,2,4,6
/proc/29543/stat : 29543 (npSolver-pbo) S 29542 29542 27075 0 -1 4202496 13513 59430 0 0 209 76 208 22 20 0 1 0 381364237 46915584 10931 33554432000 4194304 6004724 140736401985376 140736401971224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29543/statm: 11454 10931 195 442 0 11008 0
[pid=29558] ppid=29543 vsize=451588 CPUtime=1296.88 cores=0,2,4,6
/proc/29558/stat : 29558 (glucosInc) R 29543 29542 27075 0 -1 4202496 70684 0 0 0 129661 27 0 0 20 0 1 0 381364756 462426112 99671 33554432000 4194304 5654031 140734625315824 140734625303640 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29558/statm: 112897 99671 142 357 0 112537 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 506552

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29711
/proc/meminfo: memFree=25761188/32873648 swapFree=7388/7388
[pid=29542] ppid=29540 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29542/stat : 29542 (npSolver-pbo-It) S 29540 29542 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381364237 9367552 275 33554432000 4194304 5064252 140737427832080 140737427830992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29542/statm: 2287 275 233 213 0 72 0
[pid=29543] ppid=29542 vsize=45816 CPUtime=5.15 cores=0,2,4,6
/proc/29543/stat : 29543 (npSolver-pbo) S 29542 29542 27075 0 -1 4202496 13513 59430 0 0 209 76 208 22 20 0 1 0 381364237 46915584 10931 33554432000 4194304 6004724 140736401985376 140736401971224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29543/statm: 11454 10931 195 442 0 11008 0
[pid=29558] ppid=29543 vsize=451588 CPUtime=1356.86 cores=0,2,4,6
/proc/29558/stat : 29558 (glucosInc) R 29543 29542 27075 0 -1 4202496 70685 0 0 0 135659 27 0 0 20 0 1 0 381364756 462426112 100183 33554432000 4194304 5654031 140734625315824 140734625303640 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29558/statm: 112897 100183 142 357 0 112537 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 506552

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 29721
/proc/meminfo: memFree=25757324/32873648 swapFree=7388/7388
[pid=29542] ppid=29540 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29542/stat : 29542 (npSolver-pbo-It) S 29540 29542 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381364237 9367552 275 33554432000 4194304 5064252 140737427832080 140737427830992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29542/statm: 2287 275 233 213 0 72 0
[pid=29543] ppid=29542 vsize=45816 CPUtime=5.15 cores=0,2,4,6
/proc/29543/stat : 29543 (npSolver-pbo) S 29542 29542 27075 0 -1 4202496 13513 59430 0 0 209 76 208 22 20 0 1 0 381364237 46915584 10931 33554432000 4194304 6004724 140736401985376 140736401971224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29543/statm: 11454 10931 195 442 0 11008 0
[pid=29558] ppid=29543 vsize=451588 CPUtime=1416.86 cores=0,2,4,6
/proc/29558/stat : 29558 (glucosInc) R 29543 29542 27075 0 -1 4202496 70686 0 0 0 141658 28 0 0 20 0 1 0 381364756 462426112 100695 33554432000 4194304 5654031 140734625315824 140734625303640 4215079 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29558/statm: 112897 100695 142 357 0 112537 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 506552

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29728
/proc/meminfo: memFree=25757796/32873648 swapFree=7388/7388
[pid=29542] ppid=29540 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29542/stat : 29542 (npSolver-pbo-It) S 29540 29542 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381364237 9367552 275 33554432000 4194304 5064252 140737427832080 140737427830992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29542/statm: 2287 275 233 213 0 72 0
[pid=29543] ppid=29542 vsize=45816 CPUtime=5.15 cores=0,2,4,6
/proc/29543/stat : 29543 (npSolver-pbo) S 29542 29542 27075 0 -1 4202496 13513 59430 0 0 209 76 208 22 20 0 1 0 381364237 46915584 10931 33554432000 4194304 6004724 140736401985376 140736401971224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29543/statm: 11454 10931 195 442 0 11008 0
[pid=29558] ppid=29543 vsize=451588 CPUtime=1476.84 cores=0,2,4,6
/proc/29558/stat : 29558 (glucosInc) R 29543 29542 27075 0 -1 4202496 70751 0 0 0 147656 28 0 0 20 0 1 0 381364756 462426112 101782 33554432000 4194304 5654031 140734625315824 140734625303640 4215017 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29558/statm: 112897 101782 142 357 0 112537 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 506552

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29729
/proc/meminfo: memFree=25749520/32873648 swapFree=7388/7388
[pid=29542] ppid=29540 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29542/stat : 29542 (npSolver-pbo-It) S 29540 29542 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381364237 9367552 275 33554432000 4194304 5064252 140737427832080 140737427830992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29542/statm: 2287 275 233 213 0 72 0
[pid=29543] ppid=29542 vsize=45816 CPUtime=5.15 cores=0,2,4,6
/proc/29543/stat : 29543 (npSolver-pbo) S 29542 29542 27075 0 -1 4202496 13513 59430 0 0 209 76 208 22 20 0 1 0 381364237 46915584 10931 33554432000 4194304 6004724 140736401985376 140736401971224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29543/statm: 11454 10931 195 442 0 11008 0
[pid=29558] ppid=29543 vsize=454224 CPUtime=1536.83 cores=0,2,4,6
/proc/29558/stat : 29558 (glucosInc) R 29543 29542 27075 0 -1 4202496 70772 0 0 0 153655 28 0 0 20 0 1 0 381364756 465125376 103336 33554432000 4194304 5654031 140734625315824 140734625303640 4215964 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29558/statm: 113556 103336 142 357 0 113196 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 509188

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29736
/proc/meminfo: memFree=25740920/32873648 swapFree=7388/7388
[pid=29542] ppid=29540 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29542/stat : 29542 (npSolver-pbo-It) S 29540 29542 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381364237 9367552 275 33554432000 4194304 5064252 140737427832080 140737427830992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29542/statm: 2287 275 233 213 0 72 0
[pid=29543] ppid=29542 vsize=45816 CPUtime=5.15 cores=0,2,4,6
/proc/29543/stat : 29543 (npSolver-pbo) S 29542 29542 27075 0 -1 4202496 13513 59430 0 0 209 76 208 22 20 0 1 0 381364237 46915584 10931 33554432000 4194304 6004724 140736401985376 140736401971224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29543/statm: 11454 10931 195 442 0 11008 0
[pid=29558] ppid=29543 vsize=456348 CPUtime=1596.83 cores=0,2,4,6
/proc/29558/stat : 29558 (glucosInc) R 29543 29542 27075 0 -1 4202496 71868 0 0 0 159654 29 0 0 20 0 1 0 381364756 467300352 105454 33554432000 4194304 5654031 140734625315824 140734625303640 4214996 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29558/statm: 114087 105454 142 357 0 113727 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 511312

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29736
/proc/meminfo: memFree=25768860/32873648 swapFree=7388/7388
[pid=29542] ppid=29540 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29542/stat : 29542 (npSolver-pbo-It) S 29540 29542 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381364237 9367552 275 33554432000 4194304 5064252 140737427832080 140737427830992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29542/statm: 2287 275 233 213 0 72 0
[pid=29543] ppid=29542 vsize=45816 CPUtime=5.15 cores=0,2,4,6
/proc/29543/stat : 29543 (npSolver-pbo) S 29542 29542 27075 0 -1 4202496 13513 59430 0 0 209 76 208 22 20 0 1 0 381364237 46915584 10931 33554432000 4194304 6004724 140736401985376 140736401971224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29543/statm: 11454 10931 195 442 0 11008 0
[pid=29558] ppid=29543 vsize=459088 CPUtime=1656.81 cores=0,2,4,6
/proc/29558/stat : 29558 (glucosInc) R 29543 29542 27075 0 -1 4202496 72131 0 0 0 165651 30 0 0 20 0 1 0 381364756 470106112 98161 33554432000 4194304 5654031 140734625315824 140734625303640 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29558/statm: 114772 98161 142 357 0 114412 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 514052

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 29743
/proc/meminfo: memFree=25761440/32873648 swapFree=7388/7388
[pid=29542] ppid=29540 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29542/stat : 29542 (npSolver-pbo-It) S 29540 29542 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381364237 9367552 275 33554432000 4194304 5064252 140737427832080 140737427830992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29542/statm: 2287 275 233 213 0 72 0
[pid=29543] ppid=29542 vsize=45816 CPUtime=5.15 cores=0,2,4,6
/proc/29543/stat : 29543 (npSolver-pbo) S 29542 29542 27075 0 -1 4202496 13513 59430 0 0 209 76 208 22 20 0 1 0 381364237 46915584 10931 33554432000 4194304 6004724 140736401985376 140736401971224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29543/statm: 11454 10931 195 442 0 11008 0
[pid=29558] ppid=29543 vsize=459088 CPUtime=1716.81 cores=0,2,4,6
/proc/29558/stat : 29558 (glucosInc) R 29543 29542 27075 0 -1 4202496 72403 0 0 0 171650 31 0 0 20 0 1 0 381364756 470106112 100477 33554432000 4194304 5654031 140734625315824 140734625303640 4215188 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29558/statm: 114772 100477 142 357 0 114412 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 514052

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 29750
/proc/meminfo: memFree=25746736/32873648 swapFree=7388/7388
[pid=29542] ppid=29540 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29542/stat : 29542 (npSolver-pbo-It) S 29540 29542 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381364237 9367552 275 33554432000 4194304 5064252 140737427832080 140737427830992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29542/statm: 2287 275 233 213 0 72 0
[pid=29543] ppid=29542 vsize=45816 CPUtime=5.15 cores=0,2,4,6
/proc/29543/stat : 29543 (npSolver-pbo) S 29542 29542 27075 0 -1 4202496 13513 59430 0 0 209 76 208 22 20 0 1 0 381364237 46915584 10931 33554432000 4194304 6004724 140736401985376 140736401971224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29543/statm: 11454 10931 195 442 0 11008 0
[pid=29558] ppid=29543 vsize=459088 CPUtime=1776.8 cores=0,2,4,6
/proc/29558/stat : 29558 (glucosInc) R 29543 29542 27075 0 -1 4202496 72560 0 0 0 177649 31 0 0 20 0 1 0 381364756 470106112 103189 33554432000 4194304 5654031 140734625315824 140734625303640 4215188 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29558/statm: 114772 103189 142 357 0 114412 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 514052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 29751
/proc/meminfo: memFree=25744920/32873648 swapFree=7388/7388
[pid=29542] ppid=29540 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29542/stat : 29542 (npSolver-pbo-It) S 29540 29542 27075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 381364237 9367552 275 33554432000 4194304 5064252 140737427832080 140737427830992 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29542/statm: 2287 275 233 213 0 72 0
[pid=29543] ppid=29542 vsize=45816 CPUtime=5.15 cores=0,2,4,6
/proc/29543/stat : 29543 (npSolver-pbo) S 29542 29542 27075 0 -1 4202496 13513 59430 0 0 209 76 208 22 20 0 1 0 381364237 46915584 10931 33554432000 4194304 6004724 140736401985376 140736401971224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/29543/statm: 11454 10931 195 442 0 11008 0
[pid=29558] ppid=29543 vsize=459088 CPUtime=1794.9 cores=0,2,4,6
/proc/29558/stat : 29558 (glucosInc) R 29543 29542 27075 0 -1 4202496 72677 0 0 0 179459 31 0 0 20 0 1 0 381364756 470106112 103817 33554432000 4194304 5654031 140734625315824 140734625303640 4215124 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29558/statm: 114772 103817 142 357 0 114412 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 514052

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 29542 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=180364
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=1847
# CPU time returned by wait4() is 5.18221
# while last known CPU time is 1800.05
#
# 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.05
CPU user time (s): 1798.76
CPU system time (s): 1.29
CPU usage (%): 99.9798
Max. virtual memory (cumulated for all children) (KiB): 644280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.18036
system time used= 1.00185
maximum resident set size= 277552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73318
page faults= 0
swaps= 0
block input operations= 0
block output operations= 322128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 418
involuntary context switches= 39

runsolver used 6.16806 second user time and 16.8104 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-08 12:46:37
IDJOB=3751510
IDBENCH=71863
IDSOLVER=2335
FILE ID=node148/3751510-1339152397
RUNJOBID= node148-1339134206-27091
PBS_JOBID= 14643787
Free space on /tmp= 70380 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_20_2__17_12__512.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3751510-1339152397/watcher-3751510-1339152397 -o /tmp/evaluation-result-3751510-1339152397/solver-3751510-1339152397 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751510-1339152397.opb 320254886 HOME HOME

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

MD5SUM BENCH= 609453b50c3d7bac05dbde2a1c3eefb6
RANDOM SEED=320254886

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:        26480108 kB
Buffers:          675196 kB
Cached:          4440784 kB
SwapCached:          560 kB
Active:          2975088 kB
Inactive:        2485404 kB
Active(anon):     334044 kB
Inactive(anon):    10620 kB
Active(file):    2641044 kB
Inactive(file):  2474784 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107596 kB
Dirty:              9324 kB
Writeback:             0 kB
AnonPages:        447256 kB
Mapped:            12308 kB
Shmem:                36 kB
Slab:             792316 kB
SReclaimable:     236456 kB
SUnreclaim:       555860 kB
KernelStack:        1504 kB
PageTables:         4636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     533708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    397312 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= 70224 MiB
End job on node148 at 2012-06-08 13:16:38