Trace number 3699244

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? (TO) 1800.04 1800.52

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-neos-941313.opb
MD5SUM691ce650ba7160ae5fefa43bf01b33b8
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark17101
Best CPU time to get the best result obtained on this benchmark1800.69
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables167910
Total number of constraints13189
Number of constraints which are clauses1170
Number of constraints which are cardinality constraints (but not clauses)829
Number of constraints which are nor clauses,nor cardinality constraints11190
Minimum length of a constraint19
Maximum length of a constraint640
Number of terms in the objective function 148800
Biggest coefficient in the objective function 210
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 10010220
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 3060
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 10010220
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.58/1.68	c fallback to adder encoding
1.88/1.92	c fallback to adder encoding
2.09/2.13	c fallback to adder encoding
2.28/2.35	c fallback to adder encoding
2.48/2.57	c fallback to adder encoding
2.69/2.78	c fallback to adder encoding
2.98/3.00	c fallback to adder encoding
3.19/3.22	c fallback to adder encoding
3.38/3.44	c fallback to adder encoding
3.58/3.65	c fallback to adder encoding
3.78/3.87	c fallback to adder encoding
3.98/4.09	c fallback to adder encoding
4.18/4.30	c fallback to adder encoding
4.48/4.52	c fallback to adder encoding
4.69/4.74	c fallback to adder encoding
5.49/5.55	c fallback to adder encoding
5.49/5.55	c fallback to adder encoding
5.49/5.55	c fallback to adder encoding
5.58/5.60	c fallback to adder encoding
5.78/5.82	c fallback to adder encoding
5.99/6.04	c fallback to adder encoding
6.28/6.30	c fallback to adder encoding
6.50/6.51	c fallback to adder encoding
6.68/6.73	c fallback to adder encoding
6.89/6.95	c fallback to adder encoding
7.09/7.16	c fallback to adder encoding
7.28/7.38	c fallback to adder encoding
7.58/7.60	c fallback to adder encoding
7.78/7.81	c fallback to adder encoding
7.98/8.03	c fallback to adder encoding
8.26/8.38	c run inc solver
8.26/8.38	c [INC SYSTEM] run initial solver
8.26/8.38	c [INC SYSTEM] preprocess with white file
22.25/22.33	c [INC SYSTEM] finished preprocessing in 13 s
22.25/22.33	c [INC SYSTEM] execute solver
54.98/55.00	c [INC SEARCH] formula is SAT
54.98/55.09	c [INC SYSTEM] solved the initial formula
55.27/55.31	c model valid
55.27/55.31	c current solution ok
62.41/62.75	o 21956
62.41/62.75	c execute binary inc search
62.41/62.75	c [INC SEARCH] current bound: 10978
62.41/62.75	c [INC SEARCH] iteration: 0
62.41/62.75	c [INC SEARCH] lower bound: 0 upperbound 21956 current bound: 10978 best value:21956
62.41/62.75	c [INC SYSTEM] there exists a inc, kill it!
62.41/62.75	c write failed with 2
62.41/62.78	c [INC SYSTEM] create new solver instance
62.41/62.78	c [INC] encode full formula
62.41/62.78	c fallback to adder encoding
74.03/74.25	c set iterative enc to: adder
74.03/74.25	c set iterative enc to: none
75.63/75.85	c [INC SEARCH] isOptimum variable: 0

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-3699244-1338120218/watcher-3699244-1338120218 -o /tmp/evaluation-result-3699244-1338120218/solver-3699244-1338120218 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699244-1338120218.opb 1596926040 HOME HOME 

running on 4 cores: 1,3,5,7

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.89 1.98 1.99 4/175 11060
/proc/meminfo: memFree=30144160/32873648 swapFree=7368/7368
[pid=11060] ppid=11056 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/11060/stat : 11060 (runsolver) R 11056 11060 11017 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 278145903 12095488 51 33554432000 4194304 5436572 140733621264064 140733621260360 4883175 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0
/proc/11060/statm: 2953 51 31 304 0 2645 0

[startup+0.030745 s]
/proc/loadavg: 1.89 1.98 1.99 4/175 11060
/proc/meminfo: memFree=30144160/32873648 swapFree=7368/7368
[pid=11060] ppid=11056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11060/stat : 11060 (npSolver-pbo-I.) S 11056 11060 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 274 33554432000 4194304 5064252 140733374680992 140733374679904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11060/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100266 s]
/proc/loadavg: 1.89 1.98 1.99 4/175 11060
/proc/meminfo: memFree=30144160/32873648 swapFree=7368/7368
[pid=11060] ppid=11056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11060/stat : 11060 (npSolver-pbo-I.) S 11056 11060 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 274 33554432000 4194304 5064252 140733374680992 140733374679904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11060/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300235 s]
/proc/loadavg: 1.89 1.98 1.99 4/175 11060
/proc/meminfo: memFree=30144160/32873648 swapFree=7368/7368
[pid=11060] ppid=11056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11060/stat : 11060 (npSolver-pbo-I.) S 11056 11060 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 274 33554432000 4194304 5064252 140733374680992 140733374679904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11060/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700283 s]
/proc/loadavg: 1.89 1.98 1.99 4/175 11060
/proc/meminfo: memFree=30144160/32873648 swapFree=7368/7368
[pid=11060] ppid=11056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11060/stat : 11060 (npSolver-pbo-I.) S 11056 11060 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 274 33554432000 4194304 5064252 140733374680992 140733374679904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11060/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 1.89 1.98 1.99 4/179 11064
/proc/meminfo: memFree=30044628/32873648 swapFree=7368/7368
[pid=11060] ppid=11056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11060/stat : 11060 (npSolver-pbo-I.) S 11056 11060 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 274 33554432000 4194304 5064252 140733374680992 140733374679904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11060/statm: 2287 274 233 213 0 72 0
[pid=11064] ppid=11060 vsize=118336 CPUtime=1.49 cores=1,3,5,7
/proc/11064/stat : 11064 (npSolver-pbo) R 11060 11060 11017 0 -1 4202496 16283 0 0 0 144 5 0 0 20 0 1 0 278145904 121176064 28175 33554432000 4194304 5992684 140734430373472 140734430369144 4709133 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11064/statm: 29584 28175 163 440 0 29140 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 127484

[startup+3.10033 s]
/proc/loadavg: 1.89 1.98 1.99 4/179 11064
/proc/meminfo: memFree=29890224/32873648 swapFree=7368/7368
[pid=11060] ppid=11056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11060/stat : 11060 (npSolver-pbo-I.) S 11056 11060 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 274 33554432000 4194304 5064252 140733374680992 140733374679904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11060/statm: 2287 274 233 213 0 72 0
[pid=11064] ppid=11060 vsize=269180 CPUtime=3.08 cores=1,3,5,7
/proc/11064/stat : 11064 (npSolver-pbo) R 11060 11060 11017 0 -1 4202496 38185 0 0 0 299 9 0 0 20 0 1 0 278145904 275640320 56177 33554432000 4194304 5992684 140734430373472 140734430368872 4412204 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11064/statm: 67295 56177 170 440 0 66851 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 278328

[startup+6.30032 s]
/proc/loadavg: 1.90 1.98 1.99 4/181 11066
/proc/meminfo: memFree=28892664/32873648 swapFree=7368/7368
[pid=11060] ppid=11056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11060/stat : 11060 (npSolver-pbo-I.) S 11056 11060 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 274 33554432000 4194304 5064252 140733374680992 140733374679904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11060/statm: 2287 274 233 213 0 72 0
[pid=11064] ppid=11060 vsize=560244 CPUtime=6.28 cores=1,3,5,7
/proc/11064/stat : 11064 (npSolver-pbo) R 11060 11060 11017 0 -1 4202496 78785 0 0 0 610 18 0 0 20 0 1 0 278145904 573689856 107444 33554432000 4194304 5992684 140734430373472 140734430333864 4229135 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11064/statm: 140061 107444 170 440 0 139617 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 569392

[startup+12.7004 s]
/proc/loadavg: 1.91 1.98 1.99 4/183 11068
/proc/meminfo: memFree=27408252/32873648 swapFree=7368/7368
[pid=11060] ppid=11056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11060/stat : 11060 (npSolver-pbo-I.) S 11056 11060 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 274 33554432000 4194304 5064252 140733374680992 140733374679904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11060/statm: 2287 274 233 213 0 72 0
[pid=11064] ppid=11060 vsize=647200 CPUtime=8.6 cores=1,3,5,7
/proc/11064/stat : 11064 (npSolver-pbo) S 11060 11060 11017 0 -1 4202496 101551 0 0 0 792 68 0 0 20 0 1 0 278145904 662732800 136333 33554432000 4194304 5992684 140734430373472 140734430367920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 2 0 0
/proc/11064/statm: 161800 136333 177 440 0 161356 0
[pid=11067] ppid=11064 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11067/stat : 11067 (cp2_pre.sh) S 11064 11060 11017 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 278146766 9367552 276 33554432000 4194304 5064252 140736003949360 140736003948064 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11067/statm: 2287 276 234 213 0 72 0
[pid=11068] ppid=11067 vsize=935528 CPUtime=4.05 cores=1,3,5,7
/proc/11068/stat : 11068 (coprocessor) R 11067 11060 11017 0 -1 4202496 75697 0 0 0 382 23 0 0 20 0 1 0 278146767 957980672 208406 33554432000 4194304 6586260 140735484267024 140735484263288 5511711 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/11068/statm: 233882 208406 164 584 0 233294 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 1601024

[startup+25.5067 s]
/proc/loadavg: 2.07 2.01 2.00 4/181 11072
/proc/meminfo: memFree=28430428/32873648 swapFree=7368/7368
[pid=11060] ppid=11056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11060/stat : 11060 (npSolver-pbo-I.) S 11056 11060 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 274 33554432000 4194304 5064252 140733374680992 140733374679904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11060/statm: 2287 274 233 213 0 72 0
[pid=11064] ppid=11060 vsize=647200 CPUtime=22.29 cores=1,3,5,7
/proc/11064/stat : 11064 (npSolver-pbo) S 11060 11060 11017 0 -1 4202496 101567 105292 0 0 792 68 1301 68 20 0 1 0 278145904 662732800 136335 33554432000 4194304 5992684 140734430373472 140734430359736 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/11064/statm: 161800 136335 179 440 0 161356 0
[pid=11072] ppid=11064 vsize=514276 CPUtime=3.16 cores=1,3,5,7
/proc/11072/stat : 11072 (glucosInc) R 11064 11060 11017 0 -1 4202496 73803 0 0 0 298 18 0 0 20 0 1 0 278148136 526618624 113052 33554432000 4194304 5654031 140736361091856 140736361089640 4208641 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11072/statm: 128569 113052 140 357 0 128209 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 1170624

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 2.00 4/181 11072
/proc/meminfo: memFree=28397128/32873648 swapFree=7368/7368
[pid=11060] ppid=11056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11060/stat : 11060 (npSolver-pbo-I.) S 11056 11060 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 274 33554432000 4194304 5064252 140733374680992 140733374679904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11060/statm: 2287 274 233 213 0 72 0
[pid=11064] ppid=11060 vsize=647200 CPUtime=22.29 cores=1,3,5,7
/proc/11064/stat : 11064 (npSolver-pbo) S 11060 11060 11017 0 -1 4202496 101567 105292 0 0 792 68 1301 68 20 0 1 0 278145904 662732800 136335 33554432000 4194304 5992684 140734430373472 140734430359736 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 2 0 0
/proc/11064/statm: 161800 136335 179 440 0 161356 0
[pid=11072] ppid=11064 vsize=580632 CPUtime=28.75 cores=1,3,5,7
/proc/11072/stat : 11072 (glucosInc) R 11064 11060 11017 0 -1 4202496 76353 0 0 0 2856 19 0 0 20 0 1 0 278148136 594567168 120177 33554432000 4194304 5654031 140736361091856 140736361079672 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11072/statm: 145158 120177 141 357 0 144798 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 1236980

[startup+102.3 s]
/proc/loadavg: 2.26 2.07 2.02 4/181 11075
/proc/meminfo: memFree=25680188/32873648 swapFree=7368/7368
[pid=11060] ppid=11056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11060/stat : 11060 (npSolver-pbo-I.) S 11056 11060 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 274 33554432000 4194304 5064252 140733374680992 140733374679904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11060/statm: 2287 274 233 213 0 72 0
[pid=11064] ppid=11060 vsize=683104 CPUtime=75.68 cores=1,3,5,7
/proc/11064/stat : 11064 (npSolver-pbo) S 11060 11060 11017 0 -1 4202496 131052 183122 0 0 2078 824 4544 122 20 0 1 0 278145904 699498496 145354 33554432000 4194304 5992684 140734430373472 140734430358376 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 16 0 0
/proc/11064/statm: 170776 145354 190 440 0 170332 0
[pid=11075] ppid=11064 vsize=2521584 CPUtime=26.43 cores=1,3,5,7
/proc/11075/stat : 11075 (glucosInc) R 11064 11060 11017 0 -1 4202496 279217 0 0 0 2549 94 0 0 20 0 1 0 278153488 2582102016 540709 33554432000 4194304 5654031 140733827769648 140733827767432 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11075/statm: 630396 540709 139 357 0 630036 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 3213836

[startup+162.3 s]
/proc/loadavg: 2.09 2.05 2.01 4/181 11075
/proc/meminfo: memFree=25610588/32873648 swapFree=7368/7368
[pid=11060] ppid=11056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11060/stat : 11060 (npSolver-pbo-I.) S 11056 11060 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 274 33554432000 4194304 5064252 140733374680992 140733374679904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11060/statm: 2287 274 233 213 0 72 0
[pid=11064] ppid=11060 vsize=683104 CPUtime=75.68 cores=1,3,5,7
/proc/11064/stat : 11064 (npSolver-pbo) S 11060 11060 11017 0 -1 4202496 131052 183122 0 0 2078 824 4544 122 20 0 1 0 278145904 699498496 145354 33554432000 4194304 5992684 140734430373472 140734430358376 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 16 0 0
/proc/11064/statm: 170776 145354 190 440 0 170332 0
[pid=11075] ppid=11064 vsize=2580276 CPUtime=86.42 cores=1,3,5,7
/proc/11075/stat : 11075 (glucosInc) R 11064 11060 11017 0 -1 4202496 286321 0 0 0 8547 95 0 0 20 0 1 0 278153488 2642202624 555478 33554432000 4194304 5654031 140733827769648 140733827757464 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11075/statm: 645069 555478 140 357 0 644709 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 3272528

[startup+222.3 s]
/proc/loadavg: 2.03 2.04 2.01 4/181 11075
/proc/meminfo: memFree=25609288/32873648 swapFree=7368/7368
[pid=11060] ppid=11056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11060/stat : 11060 (npSolver-pbo-I.) S 11056 11060 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 274 33554432000 4194304 5064252 140733374680992 140733374679904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11060/statm: 2287 274 233 213 0 72 0
[pid=11064] ppid=11060 vsize=683104 CPUtime=75.68 cores=1,3,5,7
/proc/11064/stat : 11064 (npSolver-pbo) S 11060 11060 11017 0 -1 4202496 131052 183122 0 0 2078 824 4544 122 20 0 1 0 278145904 699498496 145354 33554432000 4194304 5992684 140734430373472 140734430358376 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 16 0 0
/proc/11064/statm: 170776 145354 190 440 0 170332 0
[pid=11075] ppid=11064 vsize=2580276 CPUtime=146.42 cores=1,3,5,7
/proc/11075/stat : 11075 (glucosInc) R 11064 11060 11017 0 -1 4202496 286321 0 0 0 14547 95 0 0 20 0 1 0 278153488 2642202624 555478 33554432000 4194304 5654031 140733827769648 140733827757464 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11075/statm: 645069 555478 140 357 0 644709 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 3272528

[startup+282.3 s]
/proc/loadavg: 2.01 2.03 2.00 4/181 11075
/proc/meminfo: memFree=25605068/32873648 swapFree=7368/7368
[pid=11060] ppid=11056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11060/stat : 11060 (npSolver-pbo-I.) S 11056 11060 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 274 33554432000 4194304 5064252 140733374680992 140733374679904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11060/statm: 2287 274 233 213 0 72 0
[pid=11064] ppid=11060 vsize=683104 CPUtime=75.68 cores=1,3,5,7

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

/proc/meminfo: memFree=25574128/32873648 swapFree=7368/7368
[pid=11060] ppid=11056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11060/stat : 11060 (npSolver-pbo-I.) S 11056 11060 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 274 33554432000 4194304 5064252 140733374680992 140733374679904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11060/statm: 2287 274 233 213 0 72 0
[pid=11064] ppid=11060 vsize=683104 CPUtime=75.68 cores=1,3,5,7
/proc/11064/stat : 11064 (npSolver-pbo) S 11060 11060 11017 0 -1 4202496 131052 183122 0 0 2078 824 4544 122 20 0 1 0 278145904 699498496 145354 33554432000 4194304 5992684 140734430373472 140734430358376 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 16 0 0
/proc/11064/statm: 170776 145354 190 440 0 170332 0
[pid=11075] ppid=11064 vsize=2580276 CPUtime=1286.23 cores=1,3,5,7
/proc/11075/stat : 11075 (glucosInc) R 11064 11060 11017 0 -1 4202496 286339 0 0 0 128528 95 0 0 20 0 1 0 278153488 2642202624 555491 33554432000 4194304 5654031 140733827769648 140733827757464 4232800 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11075/statm: 645069 555491 140 357 0 644709 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 3272528

[startup+1422.3 s]
/proc/loadavg: 2.01 2.02 2.00 4/182 11086
/proc/meminfo: memFree=25567976/32873648 swapFree=7368/7368
[pid=11060] ppid=11056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11060/stat : 11060 (npSolver-pbo-I.) S 11056 11060 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 274 33554432000 4194304 5064252 140733374680992 140733374679904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11060/statm: 2287 274 233 213 0 72 0
[pid=11064] ppid=11060 vsize=683104 CPUtime=75.68 cores=1,3,5,7
/proc/11064/stat : 11064 (npSolver-pbo) S 11060 11060 11017 0 -1 4202496 131052 183122 0 0 2078 824 4544 122 20 0 1 0 278145904 699498496 145354 33554432000 4194304 5992684 140734430373472 140734430358376 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 16 0 0
/proc/11064/statm: 170776 145354 190 440 0 170332 0
[pid=11075] ppid=11064 vsize=2580276 CPUtime=1346.22 cores=1,3,5,7
/proc/11075/stat : 11075 (glucosInc) R 11064 11060 11017 0 -1 4202496 286339 0 0 0 134527 95 0 0 20 0 1 0 278153488 2642202624 555491 33554432000 4194304 5654031 140733827769648 140733827757464 4214616 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11075/statm: 645069 555491 140 357 0 644709 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 3272528

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/181 11086
/proc/meminfo: memFree=25562092/32873648 swapFree=7368/7368
[pid=11060] ppid=11056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11060/stat : 11060 (npSolver-pbo-I.) S 11056 11060 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 274 33554432000 4194304 5064252 140733374680992 140733374679904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11060/statm: 2287 274 233 213 0 72 0
[pid=11064] ppid=11060 vsize=683104 CPUtime=75.68 cores=1,3,5,7
/proc/11064/stat : 11064 (npSolver-pbo) S 11060 11060 11017 0 -1 4202496 131052 183122 0 0 2078 824 4544 122 20 0 1 0 278145904 699498496 145354 33554432000 4194304 5992684 140734430373472 140734430358376 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 16 0 0
/proc/11064/statm: 170776 145354 190 440 0 170332 0
[pid=11075] ppid=11064 vsize=2580276 CPUtime=1406.21 cores=1,3,5,7
/proc/11075/stat : 11075 (glucosInc) R 11064 11060 11017 0 -1 4202496 286339 0 0 0 140526 95 0 0 20 0 1 0 278153488 2642202624 555491 33554432000 4194304 5654031 140733827769648 140733827757464 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11075/statm: 645069 555491 140 357 0 644709 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 3272528

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/181 11087
/proc/meminfo: memFree=25589320/32873648 swapFree=7368/7368
[pid=11060] ppid=11056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11060/stat : 11060 (npSolver-pbo-I.) S 11056 11060 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 274 33554432000 4194304 5064252 140733374680992 140733374679904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11060/statm: 2287 274 233 213 0 72 0
[pid=11064] ppid=11060 vsize=683104 CPUtime=75.68 cores=1,3,5,7
/proc/11064/stat : 11064 (npSolver-pbo) S 11060 11060 11017 0 -1 4202496 131052 183122 0 0 2078 824 4544 122 20 0 1 0 278145904 699498496 145354 33554432000 4194304 5992684 140734430373472 140734430358376 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 16 0 0
/proc/11064/statm: 170776 145354 190 440 0 170332 0
[pid=11075] ppid=11064 vsize=2580276 CPUtime=1466.21 cores=1,3,5,7
/proc/11075/stat : 11075 (glucosInc) R 11064 11060 11017 0 -1 4202496 286339 0 0 0 146526 95 0 0 20 0 1 0 278153488 2642202624 555491 33554432000 4194304 5654031 140733827769648 140733827757464 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11075/statm: 645069 555491 140 357 0 644709 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 3272528

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/182 11090
/proc/meminfo: memFree=25584472/32873648 swapFree=7368/7368
[pid=11060] ppid=11056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11060/stat : 11060 (npSolver-pbo-I.) S 11056 11060 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 274 33554432000 4194304 5064252 140733374680992 140733374679904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11060/statm: 2287 274 233 213 0 72 0
[pid=11064] ppid=11060 vsize=683104 CPUtime=75.68 cores=1,3,5,7
/proc/11064/stat : 11064 (npSolver-pbo) S 11060 11060 11017 0 -1 4202496 131052 183122 0 0 2078 824 4544 122 20 0 1 0 278145904 699498496 145354 33554432000 4194304 5992684 140734430373472 140734430358376 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 16 0 0
/proc/11064/statm: 170776 145354 190 440 0 170332 0
[pid=11075] ppid=11064 vsize=2580276 CPUtime=1526.19 cores=1,3,5,7
/proc/11075/stat : 11075 (glucosInc) R 11064 11060 11017 0 -1 4202496 286339 0 0 0 152524 95 0 0 20 0 1 0 278153488 2642202624 555491 33554432000 4194304 5654031 140733827769648 140733827757464 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11075/statm: 645069 555491 140 357 0 644709 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 3272528

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/181 11090
/proc/meminfo: memFree=25576244/32873648 swapFree=7368/7368
[pid=11060] ppid=11056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11060/stat : 11060 (npSolver-pbo-I.) S 11056 11060 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 274 33554432000 4194304 5064252 140733374680992 140733374679904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11060/statm: 2287 274 233 213 0 72 0
[pid=11064] ppid=11060 vsize=683104 CPUtime=75.68 cores=1,3,5,7
/proc/11064/stat : 11064 (npSolver-pbo) S 11060 11060 11017 0 -1 4202496 131052 183122 0 0 2078 824 4544 122 20 0 1 0 278145904 699498496 145354 33554432000 4194304 5992684 140734430373472 140734430358376 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 16 0 0
/proc/11064/statm: 170776 145354 190 440 0 170332 0
[pid=11075] ppid=11064 vsize=2580276 CPUtime=1586.18 cores=1,3,5,7
/proc/11075/stat : 11075 (glucosInc) R 11064 11060 11017 0 -1 4202496 286346 0 0 0 158523 95 0 0 20 0 1 0 278153488 2642202624 555491 33554432000 4194304 5654031 140733827769648 140733827757464 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11075/statm: 645069 555491 140 357 0 644709 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 3272528

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/181 11090
/proc/meminfo: memFree=25591628/32873648 swapFree=7368/7368
[pid=11060] ppid=11056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11060/stat : 11060 (npSolver-pbo-I.) S 11056 11060 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 274 33554432000 4194304 5064252 140733374680992 140733374679904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11060/statm: 2287 274 233 213 0 72 0
[pid=11064] ppid=11060 vsize=683104 CPUtime=75.68 cores=1,3,5,7
/proc/11064/stat : 11064 (npSolver-pbo) S 11060 11060 11017 0 -1 4202496 131052 183122 0 0 2078 824 4544 122 20 0 1 0 278145904 699498496 145354 33554432000 4194304 5992684 140734430373472 140734430358376 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 16 0 0
/proc/11064/statm: 170776 145354 190 440 0 170332 0
[pid=11075] ppid=11064 vsize=2580276 CPUtime=1646.17 cores=1,3,5,7
/proc/11075/stat : 11075 (glucosInc) R 11064 11060 11017 0 -1 4202496 286346 0 0 0 164522 95 0 0 20 0 1 0 278153488 2642202624 555491 33554432000 4194304 5654031 140733827769648 140733827757464 4232960 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11075/statm: 645069 555491 140 357 0 644709 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 3272528

[startup+1782.3 s]
/proc/loadavg: 2.09 2.03 2.01 4/181 11090
/proc/meminfo: memFree=25583752/32873648 swapFree=7368/7368
[pid=11060] ppid=11056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11060/stat : 11060 (npSolver-pbo-I.) S 11056 11060 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 274 33554432000 4194304 5064252 140733374680992 140733374679904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11060/statm: 2287 274 233 213 0 72 0
[pid=11064] ppid=11060 vsize=683104 CPUtime=75.68 cores=1,3,5,7
/proc/11064/stat : 11064 (npSolver-pbo) S 11060 11060 11017 0 -1 4202496 131052 183122 0 0 2078 824 4544 122 20 0 1 0 278145904 699498496 145354 33554432000 4194304 5992684 140734430373472 140734430358376 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 16 0 0
/proc/11064/statm: 170776 145354 190 440 0 170332 0
[pid=11075] ppid=11064 vsize=2580276 CPUtime=1706.16 cores=1,3,5,7
/proc/11075/stat : 11075 (glucosInc) R 11064 11060 11017 0 -1 4202496 286346 0 0 0 170521 95 0 0 20 0 1 0 278153488 2642202624 555491 33554432000 4194304 5654031 140733827769648 140733827757464 4209087 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11075/statm: 645069 555491 140 357 0 644709 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 3272528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.06 2.03 2.01 3/181 11090
/proc/meminfo: memFree=25581688/32873648 swapFree=7368/7368
[pid=11060] ppid=11056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11060/stat : 11060 (npSolver-pbo-I.) S 11056 11060 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 274 33554432000 4194304 5064252 140733374680992 140733374679904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11060/statm: 2287 274 233 213 0 72 0
[pid=11064] ppid=11060 vsize=683104 CPUtime=75.68 cores=1,3,5,7
/proc/11064/stat : 11064 (npSolver-pbo) S 11060 11060 11017 0 -1 4202496 131052 183122 0 0 2078 824 4544 122 20 0 1 0 278145904 699498496 145354 33554432000 4194304 5992684 140734430373472 140734430358376 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 16 0 0
/proc/11064/statm: 170776 145354 190 440 0 170332 0
[pid=11075] ppid=11064 vsize=2580276 CPUtime=1724.36 cores=1,3,5,7
/proc/11075/stat : 11075 (glucosInc) R 11064 11060 11017 0 -1 4202496 286346 0 0 0 172341 95 0 0 20 0 1 0 278153488 2642202624 555491 33554432000 4194304 5654031 140733827769648 140733827757464 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11075/statm: 645069 555491 140 357 0 644709 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 3272528

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.5 s]
/proc/loadavg: 2.06 2.03 2.01 3/181 11090
/proc/meminfo: memFree=25581688/32873648 swapFree=7368/7368
[pid=11060] ppid=11056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11060/stat : 11060 (npSolver-pbo-I.) S 11056 11060 11017 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278145903 9367552 274 33554432000 4194304 5064252 140733374680992 140733374679904 251052844622 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/11060/statm: 2287 274 233 213 0 72 0
[pid=11064] ppid=11060 vsize=683104 CPUtime=75.68 cores=1,3,5,7
/proc/11064/stat : 11064 (npSolver-pbo) S 11060 11060 11017 0 -1 4202496 131052 183122 0 0 2078 824 4544 122 20 0 1 0 278145904 699498496 145354 33554432000 4194304 5992684 140734430373472 140734430358376 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 16 0 0
/proc/11064/statm: 170776 145354 190 440 0 170332 0
[pid=11075] ppid=11064 vsize=2580276 CPUtime=1724.36 cores=1,3,5,7
/proc/11075/stat : 11075 (glucosInc) R 11064 11060 11017 0 -1 4202496 286346 0 0 0 172341 95 0 0 20 0 1 0 278153488 2642202624 555491 33554432000 4194304 5654031 140733827769648 140733827757464 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11075/statm: 645069 555491 140 357 0 644709 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 3272528

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1800.52
CPU time (s): 1800.04
CPU user time (s): 1789.63
CPU system time (s): 10.41
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 4093924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.000999
maximum resident set size= 1096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 357
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 3.81342 second user time and 10.3334 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-27 14:03:38
IDJOB=3699244
IDBENCH=89905
IDSOLVER=2276
FILE ID=node149/3699244-1338120218
RUNJOBID= node149-1338120218-11034
PBS_JOBID= 14624479
Free space on /tmp= 71700 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-neos-941313.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699244-1338120218/watcher-3699244-1338120218 -o /tmp/evaluation-result-3699244-1338120218/solver-3699244-1338120218 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699244-1338120218.opb 1596926040 HOME HOME

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

MD5SUM BENCH= 691ce650ba7160ae5fefa43bf01b33b8
RANDOM SEED=1596926040

node149.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.145
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.29
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.145
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.145
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	: 5438.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		: 2666.145
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		: 2666.145
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.145
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	: 5438.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		: 2666.145
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.145
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:        30144672 kB
Buffers:          333896 kB
Cached:          1575680 kB
SwapCached:         2240 kB
Active:           790900 kB
Inactive:        1128844 kB
Active(anon):       2172 kB
Inactive(anon):     9052 kB
Active(file):     788728 kB
Inactive(file):  1119792 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104800 kB
Dirty:             31956 kB
Writeback:             0 kB
AnonPages:         14792 kB
Mapped:            13576 kB
Shmem:                96 kB
Slab:             668204 kB
SReclaimable:     111896 kB
SUnreclaim:       556308 kB
KernelStack:        1432 kB
PageTables:         3976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     103020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70612 MiB
End job on node149 at 2012-05-27 14:33:41