Trace number 3697552

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? (TO) 1800.02 1802.51

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__8.opb
MD5SUM659ee731f96ff56544db308ac6299615
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark174384
Best CPU time to get the best result obtained on this benchmark1800.53
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint8
Maximum length of a constraint329
Number of terms in the objective function 40000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 1373838504
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 1373838504
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.26/2.43	c run inc solver
2.26/2.43	c [INC SYSTEM] run initial solver
2.26/2.43	c [INC SYSTEM] preprocess with white file
8.95/9.31	c [INC SYSTEM] finished preprocessing in 6 s
8.95/9.31	c [INC SYSTEM] execute solver
9.86/10.21	c [INC SEARCH] formula is SAT
9.86/10.22	c [INC SYSTEM] solved the initial formula
9.86/10.28	c model valid
9.86/10.28	c current solution ok
12.91/13.46	o 233811
12.91/13.46	c [INC SYSTEM] there exists a inc, kill it!
12.91/13.46	c write failed with 2
13.28/13.76	c [INC SEARCH] iteration: 0
13.28/13.76	c [INC BOUNDS] best value:233811 search for 233810
13.28/13.76	c [INC SYSTEM] create new solver instance
13.28/13.76	c [INC] encode full formula
13.28/13.76	c fallback to adder encoding
16.99/17.45	c set iterative enc to: adder
16.99/17.45	c set iterative enc to: none
17.54/19.79	c [INC SEARCH] isOptimum variable: 0
1800.02/1802.51	HOME/npSolver-pbo-Itd.sh: line 18:  8941 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-3697552-1338082694/watcher-3697552-1338082694 -o /tmp/evaluation-result-3697552-1338082694/solver-3697552-1338082694 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697552-1338082694.opb 543216446 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.00 2.00 2.00 3/180 8940
/proc/meminfo: memFree=27807520/32873844 swapFree=7124/7124
[pid=8940] ppid=8938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8940/stat : 8940 (npSolver-pbo-It) S 8938 8940 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274394816 9367552 275 33554432000 4194304 5064252 140734666779040 140734666777952 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8940/statm: 2287 275 233 213 0 72 0

[startup+0.02929 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8940
/proc/meminfo: memFree=27807520/32873844 swapFree=7124/7124
[pid=8940] ppid=8938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8940/stat : 8940 (npSolver-pbo-It) S 8938 8940 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274394816 9367552 275 33554432000 4194304 5064252 140734666779040 140734666777952 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8940/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100296 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8940
/proc/meminfo: memFree=27807520/32873844 swapFree=7124/7124
[pid=8940] ppid=8938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8940/stat : 8940 (npSolver-pbo-It) S 8938 8940 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274394816 9367552 275 33554432000 4194304 5064252 140734666779040 140734666777952 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8940/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300224 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8940
/proc/meminfo: memFree=27807520/32873844 swapFree=7124/7124
[pid=8940] ppid=8938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8940/stat : 8940 (npSolver-pbo-It) S 8938 8940 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274394816 9367552 275 33554432000 4194304 5064252 140734666779040 140734666777952 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8940/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700237 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 8940
/proc/meminfo: memFree=27807520/32873844 swapFree=7124/7124
[pid=8940] ppid=8938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8940/stat : 8940 (npSolver-pbo-It) S 8938 8940 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274394816 9367552 275 33554432000 4194304 5064252 140734666779040 140734666777952 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8940/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 8942
/proc/meminfo: memFree=27772288/32873844 swapFree=7124/7124
[pid=8940] ppid=8938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8940/stat : 8940 (npSolver-pbo-It) S 8938 8940 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274394816 9367552 275 33554432000 4194304 5064252 140734666779040 140734666777952 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8940/statm: 2287 275 233 213 0 72 0
[pid=8941] ppid=8940 vsize=69984 CPUtime=1.48 cores=0,2,4,6
/proc/8941/stat : 8941 (npSolver-pbo) R 8940 8940 4265 0 -1 4202496 4230 0 0 0 147 1 0 0 20 0 1 0 274394816 71663616 12730 33554432000 4194304 5992684 140735545695920 140735545692040 4809163 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8941/statm: 17496 12730 146 440 0 17052 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 79132

[startup+3.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 8942
/proc/meminfo: memFree=27728416/32873844 swapFree=7124/7124
[pid=8940] ppid=8938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8940/stat : 8940 (npSolver-pbo-It) S 8938 8940 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274394816 9367552 275 33554432000 4194304 5064252 140734666779040 140734666777952 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8940/statm: 2287 275 233 213 0 72 0
[pid=8941] ppid=8940 vsize=143884 CPUtime=2.35 cores=0,2,4,6
/proc/8941/stat : 8941 (npSolver-pbo) S 8940 8940 4265 0 -1 4202496 7287 0 0 0 216 19 0 0 20 0 1 0 274394816 147337216 21540 33554432000 4194304 5992684 140735545695920 140735545690368 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/8941/statm: 35971 21540 164 440 0 35527 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 153032
heavy processes:

[startup+6.30038 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 8944
/proc/meminfo: memFree=27363328/32873844 swapFree=7124/7124
[pid=8940] ppid=8938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8940/stat : 8940 (npSolver-pbo-It) S 8938 8940 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274394816 9367552 275 33554432000 4194304 5064252 140734666779040 140734666777952 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8940/statm: 2287 275 233 213 0 72 0
[pid=8941] ppid=8940 vsize=143884 CPUtime=2.35 cores=0,2,4,6
/proc/8941/stat : 8941 (npSolver-pbo) S 8940 8940 4265 0 -1 4202496 7287 0 0 0 216 19 0 0 20 0 1 0 274394816 147337216 21540 33554432000 4194304 5992684 140735545695920 140735545690368 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/8941/statm: 35971 21540 164 440 0 35527 0
[pid=8943] ppid=8941 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8943/stat : 8943 (cp2_pre.sh) S 8941 8940 4265 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 274395065 9367552 277 33554432000 4194304 5064252 140735297111680 140735297110384 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8943/statm: 2287 277 234 213 0 72 0
[pid=8944] ppid=8943 vsize=312144 CPUtime=3.79 cores=0,2,4,6
/proc/8944/stat : 8944 (coprocessor) R 8943 8940 4265 0 -1 4202496 58134 0 0 0 368 11 0 0 20 0 1 0 274395066 319635456 77059 33554432000 4194304 6586260 140733713162944 140733713158968 5509247 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/8944/statm: 78036 77059 194 584 0 77448 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 474324

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8946
/proc/meminfo: memFree=27434988/32873844 swapFree=7124/7124
[pid=8940] ppid=8938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8940/stat : 8940 (npSolver-pbo-It) S 8938 8940 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274394816 9367552 275 33554432000 4194304 5064252 140734666779040 140734666777952 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8940/statm: 2287 275 233 213 0 72 0
[pid=8941] ppid=8940 vsize=149356 CPUtime=11.45 cores=0,2,4,6
/proc/8941/stat : 8941 (npSolver-pbo) R 8940 8940 4265 0 -1 4202496 8722 59224 0 0 263 220 632 30 20 0 1 0 274394816 152940544 22917 33554432000 4194304 5992684 140735545695920 140735545690104 5179696 0 0 4096 0 0 0 0 17 4 0 0 13 0 0
/proc/8941/statm: 37339 22917 173 440 0 36895 0
[pid=8946] ppid=8941 vsize=173200 CPUtime=0.89 cores=0,2,4,6
/proc/8946/stat : 8946 (glucosInc) S 8941 8940 4265 0 -1 4202496 25829 0 0 0 82 7 0 0 20 0 1 0 274395747 177356800 37119 33554432000 4194304 5654031 140736480902352 140736480900664 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/8946/statm: 43300 37119 146 357 0 42940 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 331704

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 8949
/proc/meminfo: memFree=26498772/32873844 swapFree=7124/7124
[pid=8940] ppid=8938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8940/stat : 8940 (npSolver-pbo-It) S 8938 8940 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274394816 9367552 275 33554432000 4194304 5064252 140734666779040 140734666777952 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8940/statm: 2287 275 233 213 0 72 0
[pid=8941] ppid=8940 vsize=148652 CPUtime=17.62 cores=0,2,4,6
/proc/8941/stat : 8941 (npSolver-pbo) S 8940 8940 4265 0 -1 4202496 23517 86091 0 0 661 322 714 65 20 0 1 0 274394816 152219648 22784 33554432000 4194304 5992684 140735545695920 140735545681752 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 13 0 0
/proc/8941/statm: 37163 22784 184 440 0 36719 0
[pid=8949] ppid=8941 vsize=997852 CPUtime=5.7 cores=0,2,4,6
/proc/8949/stat : 8949 (glucosInc) R 8941 8940 4265 0 -1 4202496 116282 0 0 0 533 37 0 0 20 0 1 0 274396795 1021800448 192466 33554432000 4194304 5654031 140737267178384 140737267176280 4215091 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8949/statm: 249463 192466 140 357 0 249103 0
Current children cumulated CPU time (s) 23.32
Current children cumulated vsize (KiB) 1155652

[startup+51.1004 s]
/proc/loadavg: 2.12 2.03 2.01 3/183 8949
/proc/meminfo: memFree=26511916/32873844 swapFree=7124/7124
[pid=8940] ppid=8938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8940/stat : 8940 (npSolver-pbo-It) S 8938 8940 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274394816 9367552 275 33554432000 4194304 5064252 140734666779040 140734666777952 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8940/statm: 2287 275 233 213 0 72 0
[pid=8941] ppid=8940 vsize=148652 CPUtime=17.62 cores=0,2,4,6
/proc/8941/stat : 8941 (npSolver-pbo) S 8940 8940 4265 0 -1 4202496 23517 86091 0 0 661 322 714 65 20 0 1 0 274394816 152219648 22784 33554432000 4194304 5992684 140735545695920 140735545681752 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 13 0 0
/proc/8941/statm: 37163 22784 184 440 0 36719 0
[pid=8949] ppid=8941 vsize=998252 CPUtime=31.3 cores=0,2,4,6
/proc/8949/stat : 8949 (glucosInc) R 8941 8940 4265 0 -1 4202496 116388 0 0 0 3091 39 0 0 20 0 1 0 274396795 1022210048 192572 33554432000 4194304 5654031 140737267178384 140737267176280 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8949/statm: 249563 192572 140 357 0 249203 0
Current children cumulated CPU time (s) 48.92
Current children cumulated vsize (KiB) 1156052

[startup+102.307 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 8949
/proc/meminfo: memFree=26506148/32873844 swapFree=7124/7124
[pid=8940] ppid=8938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8940/stat : 8940 (npSolver-pbo-It) S 8938 8940 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274394816 9367552 275 33554432000 4194304 5064252 140734666779040 140734666777952 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8940/statm: 2287 275 233 213 0 72 0
[pid=8941] ppid=8940 vsize=148652 CPUtime=17.62 cores=0,2,4,6
/proc/8941/stat : 8941 (npSolver-pbo) S 8940 8940 4265 0 -1 4202496 23517 86091 0 0 661 322 714 65 20 0 1 0 274394816 152219648 22784 33554432000 4194304 5992684 140735545695920 140735545681752 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 13 0 0
/proc/8941/statm: 37163 22784 184 440 0 36719 0
[pid=8949] ppid=8941 vsize=1002556 CPUtime=82.49 cores=0,2,4,6
/proc/8949/stat : 8949 (glucosInc) R 8941 8940 4265 0 -1 4202496 117476 0 0 0 8209 40 0 0 20 0 1 0 274396795 1026617344 194171 33554432000 4194304 5654031 140737267178384 140737267166200 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8949/statm: 250639 194171 141 357 0 250279 0
Current children cumulated CPU time (s) 100.11
Current children cumulated vsize (KiB) 1160356

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/184 8953
/proc/meminfo: memFree=26496776/32873844 swapFree=7124/7124
[pid=8940] ppid=8938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8940/stat : 8940 (npSolver-pbo-It) S 8938 8940 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274394816 9367552 275 33554432000 4194304 5064252 140734666779040 140734666777952 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8940/statm: 2287 275 233 213 0 72 0
[pid=8941] ppid=8940 vsize=148652 CPUtime=17.62 cores=0,2,4,6
/proc/8941/stat : 8941 (npSolver-pbo) S 8940 8940 4265 0 -1 4202496 23517 86091 0 0 661 322 714 65 20 0 1 0 274394816 152219648 22784 33554432000 4194304 5992684 140735545695920 140735545681752 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 13 0 0
/proc/8941/statm: 37163 22784 184 440 0 36719 0
[pid=8949] ppid=8941 vsize=1010296 CPUtime=142.48 cores=0,2,4,6
/proc/8949/stat : 8949 (glucosInc) R 8941 8940 4265 0 -1 4202496 119376 0 0 0 14207 41 0 0 20 0 1 0 274396795 1034543104 196582 33554432000 4194304 5654031 140737267178384 140737267166200 4209128 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8949/statm: 252574 196582 142 357 0 252214 0
Current children cumulated CPU time (s) 160.1
Current children cumulated vsize (KiB) 1168096

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 8953
/proc/meminfo: memFree=26522292/32873844 swapFree=7124/7124
[pid=8940] ppid=8938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8940/stat : 8940 (npSolver-pbo-It) S 8938 8940 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274394816 9367552 275 33554432000 4194304 5064252 140734666779040 140734666777952 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8940/statm: 2287 275 233 213 0 72 0
[pid=8941] ppid=8940 vsize=148652 CPUtime=17.62 cores=0,2,4,6
/proc/8941/stat : 8941 (npSolver-pbo) S 8940 8940 4265 0 -1 4202496 23517 86091 0 0 661 322 714 65 20 0 1 0 274394816 152219648 22784 33554432000 4194304 5992684 140735545695920 140735545681752 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 13 0 0
/proc/8941/statm: 37163 22784 184 440 0 36719 0
[pid=8949] ppid=8941 vsize=1013120 CPUtime=202.47 cores=0,2,4,6
/proc/8949/stat : 8949 (glucosInc) R 8941 8940 4265 0 -1 4202496 120086 0 0 0 20206 41 0 0 20 0 1 0 274396795 1037434880 198314 33554432000 4194304 5654031 140737267178384 140737267176168 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8949/statm: 253280 198314 142 357 0 252920 0
Current children cumulated CPU time (s) 220.09
Current children cumulated vsize (KiB) 1170920

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 8953
/proc/meminfo: memFree=26511340/32873844 swapFree=7124/7124

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

/proc/loadavg: 2.44 2.34 2.13 3/183 9051
/proc/meminfo: memFree=23259212/32873844 swapFree=7124/7124
[pid=8940] ppid=8938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8940/stat : 8940 (npSolver-pbo-It) S 8938 8940 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274394816 9367552 275 33554432000 4194304 5064252 140734666779040 140734666777952 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8940/statm: 2287 275 233 213 0 72 0
[pid=8941] ppid=8940 vsize=148652 CPUtime=17.62 cores=0,2,4,6
/proc/8941/stat : 8941 (npSolver-pbo) S 8940 8940 4265 0 -1 4202496 23517 86091 0 0 661 322 714 65 20 0 1 0 274394816 152219648 22784 33554432000 4194304 5992684 140735545695920 140735545681752 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 13 0 0
/proc/8941/statm: 37163 22784 184 440 0 36719 0
[pid=8949] ppid=8941 vsize=1043880 CPUtime=1342.27 cores=0,2,4,6
/proc/8949/stat : 8949 (glucosInc) R 8941 8940 4265 0 -1 4202496 127773 0 0 0 134181 46 0 0 20 0 1 0 274396795 1068933120 219424 33554432000 4194304 5654031 140737267178384 140737267166200 4232912 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8949/statm: 260970 219424 142 357 0 260610 0
Current children cumulated CPU time (s) 1359.89
Current children cumulated vsize (KiB) 1201680

[startup+1422.31 s]
/proc/loadavg: 2.99 2.51 2.20 3/184 9076
/proc/meminfo: memFree=17695280/32873844 swapFree=7124/7124
[pid=8940] ppid=8938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8940/stat : 8940 (npSolver-pbo-It) S 8938 8940 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274394816 9367552 275 33554432000 4194304 5064252 140734666779040 140734666777952 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8940/statm: 2287 275 233 213 0 72 0
[pid=8941] ppid=8940 vsize=148652 CPUtime=17.62 cores=0,2,4,6
/proc/8941/stat : 8941 (npSolver-pbo) S 8940 8940 4265 0 -1 4202496 23517 86091 0 0 661 322 714 65 20 0 1 0 274394816 152219648 22784 33554432000 4194304 5992684 140735545695920 140735545681752 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 13 0 0
/proc/8941/statm: 37163 22784 184 440 0 36719 0
[pid=8949] ppid=8941 vsize=1045536 CPUtime=1402.26 cores=0,2,4,6
/proc/8949/stat : 8949 (glucosInc) R 8941 8940 4265 0 -1 4202496 128186 0 0 0 140180 46 0 0 20 0 1 0 274396795 1070628864 220859 33554432000 4194304 5654031 140737267178384 140737267176168 4214957 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8949/statm: 261384 220859 142 357 0 261024 0
Current children cumulated CPU time (s) 1419.88
Current children cumulated vsize (KiB) 1203336

[startup+1482.3 s]
/proc/loadavg: 2.36 2.41 2.18 3/183 9076
/proc/meminfo: memFree=17691008/32873844 swapFree=7124/7124
[pid=8940] ppid=8938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8940/stat : 8940 (npSolver-pbo-It) S 8938 8940 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274394816 9367552 275 33554432000 4194304 5064252 140734666779040 140734666777952 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8940/statm: 2287 275 233 213 0 72 0
[pid=8941] ppid=8940 vsize=148652 CPUtime=17.62 cores=0,2,4,6
/proc/8941/stat : 8941 (npSolver-pbo) S 8940 8940 4265 0 -1 4202496 23517 86091 0 0 661 322 714 65 20 0 1 0 274394816 152219648 22784 33554432000 4194304 5992684 140735545695920 140735545681752 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 13 0 0
/proc/8941/statm: 37163 22784 184 440 0 36719 0
[pid=8949] ppid=8941 vsize=1047672 CPUtime=1462.25 cores=0,2,4,6
/proc/8949/stat : 8949 (glucosInc) R 8941 8940 4265 0 -1 4202496 128671 0 0 0 146178 47 0 0 20 0 1 0 274396795 1072816128 222877 33554432000 4194304 5654031 140737267178384 140737267166200 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8949/statm: 261918 222877 142 357 0 261558 0
Current children cumulated CPU time (s) 1479.87
Current children cumulated vsize (KiB) 1205472

[startup+1542.3 s]
/proc/loadavg: 2.13 2.33 2.17 3/183 9076
/proc/meminfo: memFree=17685920/32873844 swapFree=7124/7124
[pid=8940] ppid=8938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8940/stat : 8940 (npSolver-pbo-It) S 8938 8940 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274394816 9367552 275 33554432000 4194304 5064252 140734666779040 140734666777952 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8940/statm: 2287 275 233 213 0 72 0
[pid=8941] ppid=8940 vsize=148652 CPUtime=17.62 cores=0,2,4,6
/proc/8941/stat : 8941 (npSolver-pbo) S 8940 8940 4265 0 -1 4202496 23517 86091 0 0 661 322 714 65 20 0 1 0 274394816 152219648 22784 33554432000 4194304 5992684 140735545695920 140735545681752 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 13 0 0
/proc/8941/statm: 37163 22784 184 440 0 36719 0
[pid=8949] ppid=8941 vsize=1048604 CPUtime=1522.24 cores=0,2,4,6
/proc/8949/stat : 8949 (glucosInc) R 8941 8940 4265 0 -1 4202496 128918 0 0 0 152177 47 0 0 20 0 1 0 274396795 1073770496 224146 33554432000 4194304 5654031 140737267178384 140737267176168 4214483 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8949/statm: 262151 224146 142 357 0 261791 0
Current children cumulated CPU time (s) 1539.86
Current children cumulated vsize (KiB) 1206404

[startup+1602.3 s]
/proc/loadavg: 2.05 2.27 2.16 3/183 9076
/proc/meminfo: memFree=17725472/32873844 swapFree=7124/7124
[pid=8940] ppid=8938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8940/stat : 8940 (npSolver-pbo-It) S 8938 8940 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274394816 9367552 275 33554432000 4194304 5064252 140734666779040 140734666777952 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8940/statm: 2287 275 233 213 0 72 0
[pid=8941] ppid=8940 vsize=148652 CPUtime=17.62 cores=0,2,4,6
/proc/8941/stat : 8941 (npSolver-pbo) S 8940 8940 4265 0 -1 4202496 23517 86091 0 0 661 322 714 65 20 0 1 0 274394816 152219648 22784 33554432000 4194304 5992684 140735545695920 140735545681752 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 13 0 0
/proc/8941/statm: 37163 22784 184 440 0 36719 0
[pid=8949] ppid=8941 vsize=1049672 CPUtime=1582.23 cores=0,2,4,6
/proc/8949/stat : 8949 (glucosInc) R 8941 8940 4265 0 -1 4202496 129364 0 0 0 158172 51 0 0 20 0 1 0 274396795 1074864128 208506 33554432000 4194304 5654031 140737267178384 140737267176408 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8949/statm: 262418 208506 142 357 0 262058 0
Current children cumulated CPU time (s) 1599.85
Current children cumulated vsize (KiB) 1207472

[startup+1662.3 s]
/proc/loadavg: 2.02 2.22 2.15 3/183 9077
/proc/meminfo: memFree=17693496/32873844 swapFree=7124/7124
[pid=8940] ppid=8938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8940/stat : 8940 (npSolver-pbo-It) S 8938 8940 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274394816 9367552 275 33554432000 4194304 5064252 140734666779040 140734666777952 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8940/statm: 2287 275 233 213 0 72 0
[pid=8941] ppid=8940 vsize=148652 CPUtime=17.62 cores=0,2,4,6
/proc/8941/stat : 8941 (npSolver-pbo) S 8940 8940 4265 0 -1 4202496 23517 86091 0 0 661 322 714 65 20 0 1 0 274394816 152219648 22784 33554432000 4194304 5992684 140735545695920 140735545681752 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 13 0 0
/proc/8941/statm: 37163 22784 184 440 0 36719 0
[pid=8949] ppid=8941 vsize=1050860 CPUtime=1642.22 cores=0,2,4,6
/proc/8949/stat : 8949 (glucosInc) R 8941 8940 4265 0 -1 4202496 129652 0 0 0 164171 51 0 0 20 0 1 0 274396795 1076080640 209305 33554432000 4194304 5654031 140737267178384 140737267166200 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8949/statm: 262715 209305 142 357 0 262355 0
Current children cumulated CPU time (s) 1659.84
Current children cumulated vsize (KiB) 1208660

[startup+1722.3 s]
/proc/loadavg: 2.00 2.18 2.13 3/183 9077
/proc/meminfo: memFree=17686048/32873844 swapFree=7124/7124
[pid=8940] ppid=8938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8940/stat : 8940 (npSolver-pbo-It) S 8938 8940 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274394816 9367552 275 33554432000 4194304 5064252 140734666779040 140734666777952 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8940/statm: 2287 275 233 213 0 72 0
[pid=8941] ppid=8940 vsize=148652 CPUtime=17.62 cores=0,2,4,6
/proc/8941/stat : 8941 (npSolver-pbo) S 8940 8940 4265 0 -1 4202496 23517 86091 0 0 661 322 714 65 20 0 1 0 274394816 152219648 22784 33554432000 4194304 5992684 140735545695920 140735545681752 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 13 0 0
/proc/8941/statm: 37163 22784 184 440 0 36719 0
[pid=8949] ppid=8941 vsize=1052588 CPUtime=1702.21 cores=0,2,4,6
/proc/8949/stat : 8949 (glucosInc) R 8941 8940 4265 0 -1 4202496 130102 0 0 0 170170 51 0 0 20 0 1 0 274396795 1077850112 209755 33554432000 4194304 5654031 140737267178384 140737267166200 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8949/statm: 263147 209755 142 357 0 262787 0
Current children cumulated CPU time (s) 1719.83
Current children cumulated vsize (KiB) 1210388

[startup+1782.3 s]
/proc/loadavg: 2.00 2.14 2.12 3/183 9077
/proc/meminfo: memFree=17685552/32873844 swapFree=7124/7124
[pid=8940] ppid=8938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8940/stat : 8940 (npSolver-pbo-It) S 8938 8940 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274394816 9367552 275 33554432000 4194304 5064252 140734666779040 140734666777952 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8940/statm: 2287 275 233 213 0 72 0
[pid=8941] ppid=8940 vsize=148652 CPUtime=17.62 cores=0,2,4,6
/proc/8941/stat : 8941 (npSolver-pbo) S 8940 8940 4265 0 -1 4202496 23517 86091 0 0 661 322 714 65 20 0 1 0 274394816 152219648 22784 33554432000 4194304 5992684 140735545695920 140735545681752 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 13 0 0
/proc/8941/statm: 37163 22784 184 440 0 36719 0
[pid=8949] ppid=8941 vsize=1053060 CPUtime=1762.2 cores=0,2,4,6
/proc/8949/stat : 8949 (glucosInc) R 8941 8940 4265 0 -1 4202496 130171 0 0 0 176169 51 0 0 20 0 1 0 274396795 1078333440 209824 33554432000 4194304 5654031 140737267178384 140737267176072 4215088 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8949/statm: 263265 209824 142 357 0 262905 0
Current children cumulated CPU time (s) 1779.82
Current children cumulated vsize (KiB) 1210860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.5 s]
/proc/loadavg: 2.00 2.13 2.12 3/183 9077
/proc/meminfo: memFree=17685800/32873844 swapFree=7124/7124
[pid=8940] ppid=8938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8940/stat : 8940 (npSolver-pbo-It) S 8938 8940 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274394816 9367552 275 33554432000 4194304 5064252 140734666779040 140734666777952 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8940/statm: 2287 275 233 213 0 72 0
[pid=8941] ppid=8940 vsize=148652 CPUtime=17.62 cores=0,2,4,6
/proc/8941/stat : 8941 (npSolver-pbo) S 8940 8940 4265 0 -1 4202496 23517 86091 0 0 661 322 714 65 20 0 1 0 274394816 152219648 22784 33554432000 4194304 5992684 140735545695920 140735545681752 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 13 0 0
/proc/8941/statm: 37163 22784 184 440 0 36719 0
[pid=8949] ppid=8941 vsize=1053060 CPUtime=1782.4 cores=0,2,4,6
/proc/8949/stat : 8949 (glucosInc) R 8941 8940 4265 0 -1 4202496 130171 0 0 0 178189 51 0 0 20 0 1 0 274396795 1078333440 209824 33554432000 4194304 5654031 140737267178384 140737267176072 4232803 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8949/statm: 263265 209824 142 357 0 262905 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1210860

Sending SIGTERM to process tree (bottom up)

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

[startup+1802.5 s]
/proc/loadavg: 2.00 2.13 2.12 3/183 9077
/proc/meminfo: memFree=17685800/32873844 swapFree=7124/7124
[pid=8940] ppid=8938 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8940/stat : 8940 (npSolver-pbo-It) S 8938 8940 4265 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274394816 9367552 275 33554432000 4194304 5064252 140734666779040 140734666777952 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8940/statm: 2287 275 233 213 0 72 0
[pid=8941] ppid=8940 vsize=148652 CPUtime=17.62 cores=0,2,4,6
/proc/8941/stat : 8941 (npSolver-pbo) S 8940 8940 4265 0 -1 4202496 23517 86091 0 0 661 322 714 65 20 0 1 0 274394816 152219648 22784 33554432000 4194304 5992684 140735545695920 140735545681752 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 13 0 0
/proc/8941/statm: 37163 22784 184 440 0 36719 0
[pid=8949] ppid=8941 vsize=1053060 CPUtime=1782.4 cores=0,2,4,6
/proc/8949/stat : 8949 (glucosInc) R 8941 8940 4265 0 -1 4202496 130171 0 0 0 178189 51 0 0 20 0 1 0 274396795 1078333440 209824 33554432000 4194304 5654031 140737267178384 140737267176072 4232803 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8949/statm: 263265 209824 142 357 0 262905 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1210860

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8940 and gives
#  childrusage.ru_utime.tv_sec=13
#  childrusage.ru_utime.tv_usec=767906
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=885409
# CPU time returned by wait4() is 17.6533
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.51
CPU time (s): 1800.02
CPU user time (s): 1795.64
CPU system time (s): 4.38
CPU usage (%): 99.8616
Max. virtual memory (cumulated for all children) (KiB): 1551348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.7679
system time used= 3.88541
maximum resident set size= 653764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109982
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1307328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 436
involuntary context switches= 41

runsolver used 10.1345 second user time and 13.194 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-27 03:38:14
IDJOB=3697552
IDBENCH=71875
IDSOLVER=2275
FILE ID=node134/3697552-1338082694
RUNJOBID= node134-1338052941-4281
PBS_JOBID= 14624402
Free space on /tmp= 70996 MiB

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

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

MD5SUM BENCH= 659ee731f96ff56544db308ac6299615
RANDOM SEED=543216446

node134.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.278
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.55
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.278
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
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.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27807520 kB
Buffers:          340732 kB
Cached:          3585888 kB
SwapCached:            0 kB
Active:          1719348 kB
Inactive:        2495116 kB
Active(anon):     283996 kB
Inactive(anon):     5996 kB
Active(file):    1435352 kB
Inactive(file):  2489120 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10104 kB
Writeback:             0 kB
AnonPages:        421340 kB
Mapped:            15804 kB
Shmem:               212 kB
Slab:             692412 kB
SReclaimable:     134688 kB
SUnreclaim:       557724 kB
KernelStack:        1520 kB
PageTables:         4188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     438812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    335872 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= 67776 MiB
End job on node134 at 2012-05-27 04:08:17