Trace number 3746729

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.07 1800.91

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_50_2__8_45__128.opb
MD5SUMc57c1a163af10ea174ed9d51ace361ef
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark45008
Best CPU time to get the best result obtained on this benchmark3.46347
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12848
Total number of constraints150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)102
Number of constraints which are nor clauses,nor cardinality constraints48
Minimum length of a constraint128
Maximum length of a constraint1153
Number of terms in the objective function 12800
Biggest coefficient in the objective function 126454
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 429636480
Number of bits of the sum of numbers in the objective function 29
Biggest number in a constraint 126454
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 429636480
Number of bits of the biggest sum of numbers29
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.17	c run inc solver
0.00/0.17	c [INC SYSTEM] run initial solver
0.00/0.17	c [INC SYSTEM] preprocess with white file
1.07/1.18	c [INC SYSTEM] finished preprocessing in 1 s
1.07/1.18	c [INC SYSTEM] execute solver
1.16/1.31	c [INC SEARCH] formula is SAT
1.16/1.32	c [INC SYSTEM] solved the initial formula
1.16/1.34	c model valid
1.16/1.34	c current solution ok
1.55/1.75	o 306047
1.55/1.75	c [INC SYSTEM] there exists a inc, kill it!
1.55/1.75	c write failed with 2
1.55/1.75	c [INC SEARCH] iteration: 0
1.55/1.75	c [INC BOUNDS] best value:306047 search for 306046
1.55/1.75	c [INC SYSTEM] create new solver instance
1.55/1.75	c [INC] encode full formula
1.55/1.75	c fallback to adder encoding
2.97/3.04	c set iterative enc to: adder
2.97/3.04	c set iterative enc to: none
3.14/3.65	c [INC SEARCH] isOptimum variable: 0
1800.07/1800.91	HOME/npSolver-pbo-Itd.sh: line 18: 22716 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=0 -useCP2=1 -useInc=1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3746729-1339104264/watcher-3746729-1339104264 -o /tmp/evaluation-result-3746729-1339104264/solver-3746729-1339104264 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3746729-1339104264.opb 1394861735 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: 1.99 2.06 2.01 3/178 22715
/proc/meminfo: memFree=31700012/32873648 swapFree=7376/7376
[pid=22715] ppid=22713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22715/stat : 22715 (npSolver-pbo-It) S 22713 22715 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376552366 9367552 275 33554432000 4194304 5064252 140734104382784 140734104381696 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 2287 275 233 213 0 72 0

[startup+0.077769 s]
/proc/loadavg: 1.99 2.06 2.01 3/178 22715
/proc/meminfo: memFree=31700012/32873648 swapFree=7376/7376
[pid=22715] ppid=22713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22715/stat : 22715 (npSolver-pbo-It) S 22713 22715 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376552366 9367552 275 33554432000 4194304 5064252 140734104382784 140734104381696 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100305 s]
/proc/loadavg: 1.99 2.06 2.01 3/178 22715
/proc/meminfo: memFree=31700012/32873648 swapFree=7376/7376
[pid=22715] ppid=22713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22715/stat : 22715 (npSolver-pbo-It) S 22713 22715 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376552366 9367552 275 33554432000 4194304 5064252 140734104382784 140734104381696 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30025 s]
/proc/loadavg: 1.99 2.06 2.01 3/178 22715
/proc/meminfo: memFree=31700012/32873648 swapFree=7376/7376
[pid=22715] ppid=22713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22715/stat : 22715 (npSolver-pbo-It) S 22713 22715 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376552366 9367552 275 33554432000 4194304 5064252 140734104382784 140734104381696 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700298 s]
/proc/loadavg: 1.99 2.06 2.01 3/178 22715
/proc/meminfo: memFree=31700012/32873648 swapFree=7376/7376
[pid=22715] ppid=22713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22715/stat : 22715 (npSolver-pbo-It) S 22713 22715 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376552366 9367552 275 33554432000 4194304 5064252 140734104382784 140734104381696 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50023 s]
/proc/loadavg: 1.99 2.06 2.01 3/182 22719
/proc/meminfo: memFree=31587892/32873648 swapFree=7376/7376
[pid=22715] ppid=22713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22715/stat : 22715 (npSolver-pbo-It) S 22713 22715 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376552366 9367552 275 33554432000 4194304 5064252 140734104382784 140734104381696 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 2287 275 233 213 0 72 0
[pid=22716] ppid=22715 vsize=17948 CPUtime=1.35 cores=0,2,4,6
/proc/22716/stat : 22716 (npSolver-pbo) R 22715 22715 21354 0 -1 4202496 5036 19770 0 0 21 16 91 7 20 0 1 0 376552366 18378752 3604 33554432000 4194304 6004724 140735612512320 140735612498600 5190832 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22716/statm: 4487 3604 159 442 0 4041 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 27096

[startup+3.10025 s]
/proc/loadavg: 1.99 2.06 2.01 3/180 22722
/proc/meminfo: memFree=31621312/32873648 swapFree=7376/7376
[pid=22715] ppid=22713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22715/stat : 22715 (npSolver-pbo-It) S 22713 22715 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376552366 9367552 275 33554432000 4194304 5064252 140734104382784 140734104381696 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 2287 275 233 213 0 72 0
[pid=22716] ppid=22715 vsize=170728 CPUtime=3.01 cores=0,2,4,6
/proc/22716/stat : 22716 (npSolver-pbo) S 22715 22715 21354 0 -1 4202496 11344 27731 0 0 150 40 102 9 20 0 1 0 376552366 174825472 32065 33554432000 4194304 6004724 140735612512320 140735612505872 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/22716/statm: 42682 32065 177 442 0 42236 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 179876

[startup+6.30032 s]
/proc/loadavg: 1.99 2.06 2.01 3/181 22724
/proc/meminfo: memFree=31287180/32873648 swapFree=7376/7376
[pid=22715] ppid=22713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22715/stat : 22715 (npSolver-pbo-It) S 22713 22715 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376552366 9367552 275 33554432000 4194304 5064252 140734104382784 140734104381696 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 2287 275 233 213 0 72 0
[pid=22716] ppid=22715 vsize=39656 CPUtime=3.17 cores=0,2,4,6
/proc/22716/stat : 22716 (npSolver-pbo) S 22715 22715 21354 0 -1 4202496 11539 28246 0 0 152 53 102 10 20 0 1 0 376552366 40607744 9052 33554432000 4194304 6004724 140735612512320 140735612498168 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22716/statm: 9914 9052 178 442 0 9468 0
[pid=22724] ppid=22716 vsize=287160 CPUtime=2.61 cores=0,2,4,6
/proc/22724/stat : 22724 (glucosInc) R 22716 22715 21354 0 -1 4202496 48261 0 0 0 251 10 0 0 20 0 1 0 376552731 294051840 63192 33554432000 4194304 5654031 140734097597168 140734097584984 4232398 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22724/statm: 71790 63192 141 357 0 71430 0
Current children cumulated CPU time (s) 5.78
Current children cumulated vsize (KiB) 335964

[startup+12.7003 s]
/proc/loadavg: 2.07 2.08 2.01 3/181 22724
/proc/meminfo: memFree=31261572/32873648 swapFree=7376/7376
[pid=22715] ppid=22713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22715/stat : 22715 (npSolver-pbo-It) S 22713 22715 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376552366 9367552 275 33554432000 4194304 5064252 140734104382784 140734104381696 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 2287 275 233 213 0 72 0
[pid=22716] ppid=22715 vsize=39656 CPUtime=3.17 cores=0,2,4,6
/proc/22716/stat : 22716 (npSolver-pbo) S 22715 22715 21354 0 -1 4202496 11539 28246 0 0 152 53 102 10 20 0 1 0 376552366 40607744 9052 33554432000 4194304 6004724 140735612512320 140735612498168 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22716/statm: 9914 9052 178 442 0 9468 0
[pid=22724] ppid=22716 vsize=290436 CPUtime=9.01 cores=0,2,4,6
/proc/22724/stat : 22724 (glucosInc) R 22716 22715 21354 0 -1 4202496 49074 0 0 0 891 10 0 0 20 0 1 0 376552731 297406464 64516 33554432000 4194304 5654031 140734097597168 140734097595064 4232800 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22724/statm: 72609 64516 142 357 0 72249 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 339240

[startup+25.5003 s]
/proc/loadavg: 2.12 2.09 2.01 3/181 22724
/proc/meminfo: memFree=31204676/32873648 swapFree=7376/7376
[pid=22715] ppid=22713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22715/stat : 22715 (npSolver-pbo-It) S 22713 22715 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376552366 9367552 275 33554432000 4194304 5064252 140734104382784 140734104381696 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 2287 275 233 213 0 72 0
[pid=22716] ppid=22715 vsize=39656 CPUtime=3.17 cores=0,2,4,6
/proc/22716/stat : 22716 (npSolver-pbo) S 22715 22715 21354 0 -1 4202496 11539 28246 0 0 152 53 102 10 20 0 1 0 376552366 40607744 9052 33554432000 4194304 6004724 140735612512320 140735612498168 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22716/statm: 9914 9052 178 442 0 9468 0
[pid=22724] ppid=22716 vsize=295980 CPUtime=21.81 cores=0,2,4,6
/proc/22724/stat : 22724 (glucosInc) R 22716 22715 21354 0 -1 4202496 50257 0 0 0 2171 10 0 0 20 0 1 0 376552731 303083520 66721 33554432000 4194304 5654031 140734097597168 140734097584984 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22724/statm: 73995 66721 142 357 0 73635 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 344784

[startup+51.1004 s]
/proc/loadavg: 2.08 2.08 2.01 3/181 22724
/proc/meminfo: memFree=31330956/32873648 swapFree=7376/7376
[pid=22715] ppid=22713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22715/stat : 22715 (npSolver-pbo-It) S 22713 22715 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376552366 9367552 275 33554432000 4194304 5064252 140734104382784 140734104381696 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 2287 275 233 213 0 72 0
[pid=22716] ppid=22715 vsize=39656 CPUtime=3.17 cores=0,2,4,6
/proc/22716/stat : 22716 (npSolver-pbo) S 22715 22715 21354 0 -1 4202496 11539 28246 0 0 152 53 102 10 20 0 1 0 376552366 40607744 9052 33554432000 4194304 6004724 140735612512320 140735612498168 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22716/statm: 9914 9052 178 442 0 9468 0
[pid=22724] ppid=22716 vsize=295980 CPUtime=47.4 cores=0,2,4,6
/proc/22724/stat : 22724 (glucosInc) R 22716 22715 21354 0 -1 4202496 50257 0 0 0 4730 10 0 0 20 0 1 0 376552731 303083520 66721 33554432000 4194304 5654031 140734097597168 140734097584984 4232817 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22724/statm: 73995 66721 142 357 0 73635 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 344784

[startup+102.3 s]
/proc/loadavg: 2.09 2.08 2.01 3/181 22724
/proc/meminfo: memFree=31151068/32873648 swapFree=7376/7376
[pid=22715] ppid=22713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22715/stat : 22715 (npSolver-pbo-It) S 22713 22715 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376552366 9367552 275 33554432000 4194304 5064252 140734104382784 140734104381696 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 2287 275 233 213 0 72 0
[pid=22716] ppid=22715 vsize=39656 CPUtime=3.17 cores=0,2,4,6
/proc/22716/stat : 22716 (npSolver-pbo) S 22715 22715 21354 0 -1 4202496 11539 28246 0 0 152 53 102 10 20 0 1 0 376552366 40607744 9052 33554432000 4194304 6004724 140735612512320 140735612498168 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22716/statm: 9914 9052 178 442 0 9468 0
[pid=22724] ppid=22716 vsize=297760 CPUtime=98.59 cores=0,2,4,6
/proc/22724/stat : 22724 (glucosInc) R 22716 22715 21354 0 -1 4202496 50668 0 0 0 9849 10 0 0 20 0 1 0 376552731 304906240 67637 33554432000 4194304 5654031 140734097597168 140734097584984 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22724/statm: 74440 67637 142 357 0 74080 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 346564

[startup+162.3 s]
/proc/loadavg: 2.10 2.08 2.01 3/182 22726
/proc/meminfo: memFree=31163136/32873648 swapFree=7376/7376
[pid=22715] ppid=22713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22715/stat : 22715 (npSolver-pbo-It) S 22713 22715 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376552366 9367552 275 33554432000 4194304 5064252 140734104382784 140734104381696 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 2287 275 233 213 0 72 0
[pid=22716] ppid=22715 vsize=39656 CPUtime=3.17 cores=0,2,4,6
/proc/22716/stat : 22716 (npSolver-pbo) S 22715 22715 21354 0 -1 4202496 11539 28246 0 0 152 53 102 10 20 0 1 0 376552366 40607744 9052 33554432000 4194304 6004724 140735612512320 140735612498168 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22716/statm: 9914 9052 178 442 0 9468 0
[pid=22724] ppid=22716 vsize=305344 CPUtime=158.56 cores=0,2,4,6
/proc/22724/stat : 22724 (glucosInc) R 22716 22715 21354 0 -1 4202496 52380 0 0 0 15844 12 0 0 20 0 1 0 376552731 312672256 69791 33554432000 4194304 5654031 140734097597168 140734097584984 4215040 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22724/statm: 76336 69791 142 357 0 75976 0
Current children cumulated CPU time (s) 161.73
Current children cumulated vsize (KiB) 354148

[startup+222.307 s]
/proc/loadavg: 2.03 2.06 2.01 3/181 22726
/proc/meminfo: memFree=31194108/32873648 swapFree=7376/7376
[pid=22715] ppid=22713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22715/stat : 22715 (npSolver-pbo-It) S 22713 22715 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376552366 9367552 275 33554432000 4194304 5064252 140734104382784 140734104381696 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 2287 275 233 213 0 72 0
[pid=22716] ppid=22715 vsize=39656 CPUtime=3.17 cores=0,2,4,6
/proc/22716/stat : 22716 (npSolver-pbo) S 22715 22715 21354 0 -1 4202496 11539 28246 0 0 152 53 102 10 20 0 1 0 376552366 40607744 9052 33554432000 4194304 6004724 140735612512320 140735612498168 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22716/statm: 9914 9052 178 442 0 9468 0
[pid=22724] ppid=22716 vsize=309280 CPUtime=218.57 cores=0,2,4,6
/proc/22724/stat : 22724 (glucosInc) R 22716 22715 21354 0 -1 4202496 54085 0 0 0 21842 15 0 0 20 0 1 0 376552731 316702720 69772 33554432000 4194304 5654031 140734097597168 140734097584984 4215040 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22724/statm: 77320 69772 142 357 0 76960 0
Current children cumulated CPU time (s) 221.74
Current children cumulated vsize (KiB) 358084

[startup+282.3 s]
/proc/loadavg: 2.07 2.07 2.01 3/181 22726
/proc/meminfo: memFree=31216584/32873648 swapFree=7376/7376
[pid=22715] ppid=22713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22715/stat : 22715 (npSolver-pbo-It) S 22713 22715 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376552366 9367552 275 33554432000 4194304 5064252 140734104382784 140734104381696 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 2287 275 233 213 0 72 0
[pid=22716] ppid=22715 vsize=39656 CPUtime=3.17 cores=0,2,4,6

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

/proc/loadavg: 2.58 2.18 2.05 3/183 22822
/proc/meminfo: memFree=27919792/32873648 swapFree=7376/7376
[pid=22715] ppid=22713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22715/stat : 22715 (npSolver-pbo-It) S 22713 22715 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376552366 9367552 275 33554432000 4194304 5064252 140734104382784 140734104381696 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 2287 275 233 213 0 72 0
[pid=22716] ppid=22715 vsize=39656 CPUtime=3.17 cores=0,2,4,6
/proc/22716/stat : 22716 (npSolver-pbo) S 22715 22715 21354 0 -1 4202496 11539 28246 0 0 152 53 102 10 20 0 1 0 376552366 40607744 9052 33554432000 4194304 6004724 140735612512320 140735612498168 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22716/statm: 9914 9052 178 442 0 9468 0
[pid=22724] ppid=22716 vsize=386908 CPUtime=1298.38 cores=0,2,4,6
/proc/22724/stat : 22724 (glucosInc) R 22716 22715 21354 0 -1 4202496 64477 0 0 0 129802 36 0 0 20 0 1 0 376552731 396193792 82848 33554432000 4194304 5654031 140734097597168 140734097584984 4215028 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22724/statm: 96727 82848 142 357 0 96367 0
Current children cumulated CPU time (s) 1301.55
Current children cumulated vsize (KiB) 435712

[startup+1362.3 s]
/proc/loadavg: 2.28 2.17 2.06 3/181 22825
/proc/meminfo: memFree=27867452/32873648 swapFree=7376/7376
[pid=22715] ppid=22713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22715/stat : 22715 (npSolver-pbo-It) S 22713 22715 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376552366 9367552 275 33554432000 4194304 5064252 140734104382784 140734104381696 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 2287 275 233 213 0 72 0
[pid=22716] ppid=22715 vsize=39656 CPUtime=3.17 cores=0,2,4,6
/proc/22716/stat : 22716 (npSolver-pbo) S 22715 22715 21354 0 -1 4202496 11539 28246 0 0 152 53 102 10 20 0 1 0 376552366 40607744 9052 33554432000 4194304 6004724 140735612512320 140735612498168 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22716/statm: 9914 9052 178 442 0 9468 0
[pid=22724] ppid=22716 vsize=390372 CPUtime=1358.38 cores=0,2,4,6
/proc/22724/stat : 22724 (glucosInc) R 22716 22715 21354 0 -1 4202496 65155 0 0 0 135801 37 0 0 20 0 1 0 376552731 399740928 86592 33554432000 4194304 5654031 140734097597168 140734097584984 4232935 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22724/statm: 97593 86592 142 357 0 97233 0
Current children cumulated CPU time (s) 1361.55
Current children cumulated vsize (KiB) 439176

[startup+1422.3 s]
/proc/loadavg: 2.10 2.14 2.05 3/181 22825
/proc/meminfo: memFree=27779948/32873648 swapFree=7376/7376
[pid=22715] ppid=22713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22715/stat : 22715 (npSolver-pbo-It) S 22713 22715 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376552366 9367552 275 33554432000 4194304 5064252 140734104382784 140734104381696 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 2287 275 233 213 0 72 0
[pid=22716] ppid=22715 vsize=39656 CPUtime=3.17 cores=0,2,4,6
/proc/22716/stat : 22716 (npSolver-pbo) S 22715 22715 21354 0 -1 4202496 11539 28246 0 0 152 53 102 10 20 0 1 0 376552366 40607744 9052 33554432000 4194304 6004724 140735612512320 140735612498168 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22716/statm: 9914 9052 178 442 0 9468 0
[pid=22724] ppid=22716 vsize=390372 CPUtime=1418.36 cores=0,2,4,6
/proc/22724/stat : 22724 (glucosInc) R 22716 22715 21354 0 -1 4202496 65193 0 0 0 141799 37 0 0 20 0 1 0 376552731 399740928 87657 33554432000 4194304 5654031 140734097597168 140734097584984 4215124 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22724/statm: 97593 87657 142 357 0 97233 0
Current children cumulated CPU time (s) 1421.53
Current children cumulated vsize (KiB) 439176

[startup+1482.3 s]
/proc/loadavg: 2.04 2.11 2.05 3/181 22825
/proc/meminfo: memFree=27761028/32873648 swapFree=7376/7376
[pid=22715] ppid=22713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22715/stat : 22715 (npSolver-pbo-It) S 22713 22715 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376552366 9367552 275 33554432000 4194304 5064252 140734104382784 140734104381696 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 2287 275 233 213 0 72 0
[pid=22716] ppid=22715 vsize=39656 CPUtime=3.17 cores=0,2,4,6
/proc/22716/stat : 22716 (npSolver-pbo) S 22715 22715 21354 0 -1 4202496 11539 28246 0 0 152 53 102 10 20 0 1 0 376552366 40607744 9052 33554432000 4194304 6004724 140735612512320 140735612498168 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22716/statm: 9914 9052 178 442 0 9468 0
[pid=22724] ppid=22716 vsize=390372 CPUtime=1478.34 cores=0,2,4,6
/proc/22724/stat : 22724 (glucosInc) R 22716 22715 21354 0 -1 4202496 65572 0 0 0 147795 39 0 0 20 0 1 0 376552731 399740928 83050 33554432000 4194304 5654031 140734097597168 140734097584984 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22724/statm: 97593 83050 142 357 0 97233 0
Current children cumulated CPU time (s) 1481.51
Current children cumulated vsize (KiB) 439176

[startup+1542.31 s]
/proc/loadavg: 2.01 2.09 2.04 3/182 22828
/proc/meminfo: memFree=27732512/32873648 swapFree=7376/7376
[pid=22715] ppid=22713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22715/stat : 22715 (npSolver-pbo-It) S 22713 22715 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376552366 9367552 275 33554432000 4194304 5064252 140734104382784 140734104381696 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 2287 275 233 213 0 72 0
[pid=22716] ppid=22715 vsize=39656 CPUtime=3.17 cores=0,2,4,6
/proc/22716/stat : 22716 (npSolver-pbo) S 22715 22715 21354 0 -1 4202496 11539 28246 0 0 152 53 102 10 20 0 1 0 376552366 40607744 9052 33554432000 4194304 6004724 140735612512320 140735612498168 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22716/statm: 9914 9052 178 442 0 9468 0
[pid=22724] ppid=22716 vsize=390372 CPUtime=1538.34 cores=0,2,4,6
/proc/22724/stat : 22724 (glucosInc) R 22716 22715 21354 0 -1 4202496 65576 0 0 0 153794 40 0 0 20 0 1 0 376552731 399740928 85098 33554432000 4194304 5654031 140734097597168 140734097584984 4215126 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22724/statm: 97593 85098 142 357 0 97233 0
Current children cumulated CPU time (s) 1541.51
Current children cumulated vsize (KiB) 439176

[startup+1602.3 s]
/proc/loadavg: 2.00 2.07 2.04 3/181 22828
/proc/meminfo: memFree=27707848/32873648 swapFree=7376/7376
[pid=22715] ppid=22713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22715/stat : 22715 (npSolver-pbo-It) S 22713 22715 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376552366 9367552 275 33554432000 4194304 5064252 140734104382784 140734104381696 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 2287 275 233 213 0 72 0
[pid=22716] ppid=22715 vsize=39656 CPUtime=3.17 cores=0,2,4,6
/proc/22716/stat : 22716 (npSolver-pbo) S 22715 22715 21354 0 -1 4202496 11539 28246 0 0 152 53 102 10 20 0 1 0 376552366 40607744 9052 33554432000 4194304 6004724 140735612512320 140735612498168 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22716/statm: 9914 9052 178 442 0 9468 0
[pid=22724] ppid=22716 vsize=391484 CPUtime=1598.32 cores=0,2,4,6
/proc/22724/stat : 22724 (glucosInc) R 22716 22715 21354 0 -1 4202496 65879 0 0 0 159792 40 0 0 20 0 1 0 376552731 400879616 88467 33554432000 4194304 5654031 140734097597168 140734097594856 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22724/statm: 97871 88467 142 357 0 97511 0
Current children cumulated CPU time (s) 1601.49
Current children cumulated vsize (KiB) 440288

[startup+1662.3 s]
/proc/loadavg: 2.00 2.05 2.03 3/181 22829
/proc/meminfo: memFree=27726580/32873648 swapFree=7376/7376
[pid=22715] ppid=22713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22715/stat : 22715 (npSolver-pbo-It) S 22713 22715 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376552366 9367552 275 33554432000 4194304 5064252 140734104382784 140734104381696 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 2287 275 233 213 0 72 0
[pid=22716] ppid=22715 vsize=39656 CPUtime=3.17 cores=0,2,4,6
/proc/22716/stat : 22716 (npSolver-pbo) S 22715 22715 21354 0 -1 4202496 11539 28246 0 0 152 53 102 10 20 0 1 0 376552366 40607744 9052 33554432000 4194304 6004724 140735612512320 140735612498168 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22716/statm: 9914 9052 178 442 0 9468 0
[pid=22724] ppid=22716 vsize=391912 CPUtime=1658.31 cores=0,2,4,6
/proc/22724/stat : 22724 (glucosInc) R 22716 22715 21354 0 -1 4202496 66233 0 0 0 165788 43 0 0 20 0 1 0 376552731 401317888 82810 33554432000 4194304 5654031 140734097597168 140734097595256 4215112 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22724/statm: 97978 82810 142 357 0 97618 0
Current children cumulated CPU time (s) 1661.48
Current children cumulated vsize (KiB) 440716

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.02 3/182 22840
/proc/meminfo: memFree=27705396/32873648 swapFree=7376/7376
[pid=22715] ppid=22713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22715/stat : 22715 (npSolver-pbo-It) S 22713 22715 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376552366 9367552 275 33554432000 4194304 5064252 140734104382784 140734104381696 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 2287 275 233 213 0 72 0
[pid=22716] ppid=22715 vsize=39656 CPUtime=3.17 cores=0,2,4,6
/proc/22716/stat : 22716 (npSolver-pbo) S 22715 22715 21354 0 -1 4202496 11539 28246 0 0 152 53 102 10 20 0 1 0 376552366 40607744 9052 33554432000 4194304 6004724 140735612512320 140735612498168 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22716/statm: 9914 9052 178 442 0 9468 0
[pid=22724] ppid=22716 vsize=391912 CPUtime=1718.3 cores=0,2,4,6
/proc/22724/stat : 22724 (glucosInc) R 22716 22715 21354 0 -1 4202496 66396 0 0 0 171787 43 0 0 20 0 1 0 376552731 401317888 83484 33554432000 4194304 5654031 140734097597168 140734097595256 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22724/statm: 97978 83484 142 357 0 97618 0
Current children cumulated CPU time (s) 1721.47
Current children cumulated vsize (KiB) 440716

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.02 3/181 22840
/proc/meminfo: memFree=27689760/32873648 swapFree=7376/7376
[pid=22715] ppid=22713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22715/stat : 22715 (npSolver-pbo-It) S 22713 22715 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376552366 9367552 275 33554432000 4194304 5064252 140734104382784 140734104381696 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 2287 275 233 213 0 72 0
[pid=22716] ppid=22715 vsize=39656 CPUtime=3.17 cores=0,2,4,6
/proc/22716/stat : 22716 (npSolver-pbo) S 22715 22715 21354 0 -1 4202496 11539 28246 0 0 152 53 102 10 20 0 1 0 376552366 40607744 9052 33554432000 4194304 6004724 140735612512320 140735612498168 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22716/statm: 9914 9052 178 442 0 9468 0
[pid=22724] ppid=22716 vsize=392088 CPUtime=1778.29 cores=0,2,4,6
/proc/22724/stat : 22724 (glucosInc) R 22716 22715 21354 0 -1 4202496 66417 0 0 0 177786 43 0 0 20 0 1 0 376552731 401498112 84527 33554432000 4194304 5654031 140734097597168 140734097584984 4215014 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22724/statm: 98022 84527 142 357 0 97662 0
Current children cumulated CPU time (s) 1781.46
Current children cumulated vsize (KiB) 440892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.00 2.03 2.02 3/181 22840
/proc/meminfo: memFree=27686724/32873648 swapFree=7376/7376
[pid=22715] ppid=22713 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22715/stat : 22715 (npSolver-pbo-It) S 22713 22715 21354 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376552366 9367552 275 33554432000 4194304 5064252 140734104382784 140734104381696 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22715/statm: 2287 275 233 213 0 72 0
[pid=22716] ppid=22715 vsize=39656 CPUtime=3.17 cores=0,2,4,6
/proc/22716/stat : 22716 (npSolver-pbo) S 22715 22715 21354 0 -1 4202496 11539 28246 0 0 152 53 102 10 20 0 1 0 376552366 40607744 9052 33554432000 4194304 6004724 140735612512320 140735612498168 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/22716/statm: 9914 9052 178 442 0 9468 0
[pid=22724] ppid=22716 vsize=392088 CPUtime=1796.9 cores=0,2,4,6
/proc/22724/stat : 22724 (glucosInc) R 22716 22715 21354 0 -1 4202496 66440 0 0 0 179647 43 0 0 20 0 1 0 376552731 401498112 85061 33554432000 4194304 5654031 140734097597168 140734097584984 4215112 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22724/statm: 98022 85061 142 357 0 97662 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 440892

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 22715 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=554611
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=645901
# CPU time returned by wait4() is 3.20051
# 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.91
CPU time (s): 1800.07
CPU user time (s): 1799.01
CPU system time (s): 1.06
CPU usage (%): 99.9532
Max. virtual memory (cumulated for all children) (KiB): 520580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.55461
system time used= 0.645901
maximum resident set size= 218900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40160
page faults= 0
swaps= 0
block input operations= 8
block output operations= 223408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 255
involuntary context switches= 17

runsolver used 5.55316 second user time and 15.4916 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-07 23:24:24
IDJOB=3746729
IDBENCH=71905
IDSOLVER=2332
FILE ID=node120/3746729-1339104264
RUNJOBID= node120-1339098175-21370
PBS_JOBID= 14643733
Free space on /tmp= 70588 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_50_2__8_45__128.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3746729-1339104264/watcher-3746729-1339104264 -o /tmp/evaluation-result-3746729-1339104264/solver-3746729-1339104264 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3746729-1339104264.opb 1394861735 HOME HOME

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

MD5SUM BENCH= c57c1a163af10ea174ed9d51ace361ef
RANDOM SEED=1394861735

node120.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.456
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	: 5332.91
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.456
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.456
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		: 2666.456
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.88
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.456
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.456
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.83
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.456
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.456
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31700540 kB
Buffers:           71340 kB
Cached:           166644 kB
SwapCached:         6044 kB
Active:           263904 kB
Inactive:         156536 kB
Active(anon):     174280 kB
Inactive(anon):    10584 kB
Active(file):      89624 kB
Inactive(file):   145952 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67095788 kB
Dirty:              8556 kB
Writeback:             0 kB
AnonPages:        186092 kB
Mapped:             9948 kB
Shmem:                 0 kB
Slab:             610096 kB
SReclaimable:      54392 kB
SUnreclaim:       555704 kB
KernelStack:        1480 kB
PageTables:         4556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     348668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 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= 69728 MiB
End job on node120 at 2012-06-07 23:54:25