Trace number 3697648

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.01 1801.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.67	c fallback to adder encoding
1.89/1.90	c fallback to adder encoding
2.09/2.12	c fallback to adder encoding
2.28/2.33	c fallback to adder encoding
2.48/2.55	c fallback to adder encoding
2.69/2.76	c fallback to adder encoding
2.88/2.98	c fallback to adder encoding
3.09/3.20	c fallback to adder encoding
3.39/3.42	c fallback to adder encoding
3.58/3.63	c fallback to adder encoding
3.78/3.85	c fallback to adder encoding
3.99/4.06	c fallback to adder encoding
4.18/4.28	c fallback to adder encoding
4.48/4.50	c fallback to adder encoding
4.69/4.71	c fallback to adder encoding
4.89/4.93	c fallback to adder encoding
5.09/5.15	c fallback to adder encoding
5.29/5.36	c fallback to adder encoding
5.49/5.58	c fallback to adder encoding
5.69/5.79	c fallback to adder encoding
5.98/6.01	c fallback to adder encoding
6.19/6.27	c fallback to adder encoding
6.39/6.48	c fallback to adder encoding
6.69/6.70	c fallback to adder encoding
6.89/6.91	c fallback to adder encoding
7.08/7.13	c fallback to adder encoding
7.28/7.35	c fallback to adder encoding
7.49/7.56	c fallback to adder encoding
7.69/7.78	c fallback to adder encoding
7.88/7.99	c fallback to adder encoding
8.29/8.32	c run inc solver
8.29/8.32	c [INC SYSTEM] run initial solver
8.29/8.32	c [INC SYSTEM] preprocess with white file
22.26/22.33	c [INC SYSTEM] finished preprocessing in 14 s
22.26/22.33	c [INC SYSTEM] execute solver
55.08/55.17	c [INC SEARCH] formula is SAT
55.18/55.27	c [INC SYSTEM] solved the initial formula
55.38/55.49	c model valid
55.38/55.49	c current solution ok
62.53/62.74	o 21956
62.53/62.74	c [INC SYSTEM] there exists a inc, kill it!
62.53/62.74	c write failed with 2
62.53/62.76	c [INC SEARCH] iteration: 0
62.53/62.76	c [INC BOUNDS] best value:21956 search for 21955
62.53/62.76	c [INC SYSTEM] create new solver instance
62.53/62.76	c [INC] encode full formula
62.53/62.76	c fallback to adder encoding
74.85/75.02	c set iterative enc to: adder
74.85/75.02	c set iterative enc to: none
76.45/77.69	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-3697648-1338104625/watcher-3697648-1338104625 -o /tmp/evaluation-result-3697648-1338104625/solver-3697648-1338104625 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697648-1338104625.opb 1102146046 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.00 2.02 3/178 10724
/proc/meminfo: memFree=26009240/32873648 swapFree=7372/7372
[pid=10724] ppid=10722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10724/stat : 10724 (npSolver-pbo-It) S 10722 10724 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276588500 9367552 275 33554432000 4194304 5064252 140734636148848 140734636147760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10724/statm: 2287 275 233 213 0 72 0

[startup+0.0461349 s]
/proc/loadavg: 1.99 2.00 2.02 3/178 10724
/proc/meminfo: memFree=26009240/32873648 swapFree=7372/7372
[pid=10724] ppid=10722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10724/stat : 10724 (npSolver-pbo-It) S 10722 10724 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276588500 9367552 275 33554432000 4194304 5064252 140734636148848 140734636147760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10724/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100273 s]
/proc/loadavg: 1.99 2.00 2.02 3/178 10724
/proc/meminfo: memFree=26009240/32873648 swapFree=7372/7372
[pid=10724] ppid=10722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10724/stat : 10724 (npSolver-pbo-It) S 10722 10724 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276588500 9367552 275 33554432000 4194304 5064252 140734636148848 140734636147760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10724/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300229 s]
/proc/loadavg: 1.99 2.00 2.02 3/178 10724
/proc/meminfo: memFree=26009240/32873648 swapFree=7372/7372
[pid=10724] ppid=10722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10724/stat : 10724 (npSolver-pbo-It) S 10722 10724 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276588500 9367552 275 33554432000 4194304 5064252 140734636148848 140734636147760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10724/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700174 s]
/proc/loadavg: 1.99 2.00 2.02 3/178 10724
/proc/meminfo: memFree=26009240/32873648 swapFree=7372/7372
[pid=10724] ppid=10722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10724/stat : 10724 (npSolver-pbo-It) S 10722 10724 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276588500 9367552 275 33554432000 4194304 5064252 140734636148848 140734636147760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10724/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50025 s]
/proc/loadavg: 1.99 2.00 2.02 3/180 10726
/proc/meminfo: memFree=25936812/32873648 swapFree=7372/7372
[pid=10724] ppid=10722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10724/stat : 10724 (npSolver-pbo-It) S 10722 10724 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276588500 9367552 275 33554432000 4194304 5064252 140734636148848 140734636147760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10724/statm: 2287 275 233 213 0 72 0
[pid=10725] ppid=10724 vsize=118600 CPUtime=1.49 cores=0,2,4,6
/proc/10725/stat : 10725 (npSolver-pbo) R 10724 10724 7065 0 -1 4202496 16394 0 0 0 145 4 0 0 20 0 1 0 276588500 121446400 28799 33554432000 4194304 5992684 140733701148848 140733701142744 4525061 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10725/statm: 29650 28799 163 440 0 29206 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 127748

[startup+3.10028 s]
/proc/loadavg: 1.99 2.00 2.02 3/180 10726
/proc/meminfo: memFree=25842596/32873648 swapFree=7372/7372
[pid=10724] ppid=10722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10724/stat : 10724 (npSolver-pbo-It) S 10722 10724 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276588500 9367552 275 33554432000 4194304 5064252 140734636148848 140734636147760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10724/statm: 2287 275 233 213 0 72 0
[pid=10725] ppid=10724 vsize=269172 CPUtime=3.09 cores=0,2,4,6
/proc/10725/stat : 10725 (npSolver-pbo) R 10724 10724 7065 0 -1 4202496 38215 0 0 0 300 9 0 0 20 0 1 0 276588500 275632128 56209 33554432000 4194304 5992684 140733701148848 140733701083272 4228288 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10725/statm: 67293 56209 170 440 0 66849 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 278320

[startup+6.3002 s]
/proc/loadavg: 1.99 2.00 2.02 3/180 10726
/proc/meminfo: memFree=25632688/32873648 swapFree=7372/7372
[pid=10724] ppid=10722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10724/stat : 10724 (npSolver-pbo-It) S 10722 10724 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276588500 9367552 275 33554432000 4194304 5064252 140734636148848 140734636147760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10724/statm: 2287 275 233 213 0 72 0
[pid=10725] ppid=10724 vsize=560632 CPUtime=6.29 cores=0,2,4,6
/proc/10725/stat : 10725 (npSolver-pbo) R 10724 10724 7065 0 -1 4202496 78908 0 0 0 611 18 0 0 20 0 1 0 276588500 574087168 107569 33554432000 4194304 5992684 140733701148848 140733701144248 4570144 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10725/statm: 140158 107569 170 440 0 139714 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 569780

[startup+12.7003 s]
/proc/loadavg: 1.99 2.00 2.02 3/182 10728
/proc/meminfo: memFree=24523632/32873648 swapFree=7372/7372
[pid=10724] ppid=10722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10724/stat : 10724 (npSolver-pbo-It) S 10722 10724 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276588500 9367552 275 33554432000 4194304 5064252 140734636148848 140734636147760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10724/statm: 2287 275 233 213 0 72 0
[pid=10725] ppid=10724 vsize=647192 CPUtime=8.55 cores=0,2,4,6
/proc/10725/stat : 10725 (npSolver-pbo) S 10724 10724 7065 0 -1 4202496 101581 0 0 0 790 65 0 0 20 0 1 0 276588500 662724608 136365 33554432000 4194304 5992684 140733701148848 140733701143296 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10725/statm: 161798 136365 177 440 0 161354 0
[pid=10727] ppid=10725 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10727/stat : 10727 (cp2_pre.sh) S 10725 10724 7065 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 276589355 9367552 277 33554432000 4194304 5064252 140736104916608 140736104915312 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10727/statm: 2287 277 234 213 0 72 0
[pid=10728] ppid=10727 vsize=939216 CPUtime=4.12 cores=0,2,4,6
/proc/10728/stat : 10728 (coprocessor) R 10727 10724 7065 0 -1 4202496 76830 0 0 0 391 21 0 0 20 0 1 0 276589356 961757184 209538 33554432000 4194304 6586260 140737197167488 140737197163752 5511711 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/10728/statm: 234804 209539 164 584 0 234216 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1604704

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.02 3/181 10730
/proc/meminfo: memFree=24907736/32873648 swapFree=7372/7372
[pid=10724] ppid=10722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10724/stat : 10724 (npSolver-pbo-It) S 10722 10724 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276588500 9367552 275 33554432000 4194304 5064252 140734636148848 140734636147760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10724/statm: 2287 275 233 213 0 72 0
[pid=10725] ppid=10724 vsize=647192 CPUtime=22.3 cores=0,2,4,6
/proc/10725/stat : 10725 (npSolver-pbo) S 10724 10724 7065 0 -1 4202496 101596 106000 0 0 790 65 1307 68 20 0 1 0 276588500 662724608 136367 33554432000 4194304 5992684 140733701148848 140733701135112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/10725/statm: 161798 136367 179 440 0 161354 0
[pid=10730] ppid=10725 vsize=514276 CPUtime=3.15 cores=0,2,4,6
/proc/10730/stat : 10730 (glucosInc) R 10725 10724 7065 0 -1 4202496 76579 0 0 0 299 16 0 0 20 0 1 0 276590733 526618624 112373 33554432000 4194304 5654031 140734879439888 140734879437672 4232984 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10730/statm: 128569 112373 140 357 0 128209 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 1170616

[startup+51.1002 s]
/proc/loadavg: 2.05 2.01 2.02 3/181 10730
/proc/meminfo: memFree=24880136/32873648 swapFree=7372/7372
[pid=10724] ppid=10722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10724/stat : 10724 (npSolver-pbo-It) S 10722 10724 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276588500 9367552 275 33554432000 4194304 5064252 140734636148848 140734636147760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10724/statm: 2287 275 233 213 0 72 0
[pid=10725] ppid=10724 vsize=647192 CPUtime=22.3 cores=0,2,4,6
/proc/10725/stat : 10725 (npSolver-pbo) S 10724 10724 7065 0 -1 4202496 101596 106000 0 0 790 65 1307 68 20 0 1 0 276588500 662724608 136367 33554432000 4194304 5992684 140733701148848 140733701135112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/10725/statm: 161798 136367 179 440 0 161354 0
[pid=10730] ppid=10725 vsize=580632 CPUtime=28.75 cores=0,2,4,6
/proc/10730/stat : 10730 (glucosInc) R 10725 10724 7065 0 -1 4202496 79071 0 0 0 2858 17 0 0 20 0 1 0 276590733 594567168 119436 33554432000 4194304 5654031 140734879439888 140734879427704 4214475 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10730/statm: 145158 119436 141 357 0 144798 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 1236972

[startup+102.307 s]
/proc/loadavg: 2.41 2.10 2.04 3/179 10773
/proc/meminfo: memFree=24018808/32873648 swapFree=7372/7372
[pid=10724] ppid=10722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10724/stat : 10724 (npSolver-pbo-It) S 10722 10724 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276588500 9367552 275 33554432000 4194304 5064252 140734636148848 140734636147760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10724/statm: 2287 275 233 213 0 72 0
[pid=10725] ppid=10724 vsize=683096 CPUtime=76.54 cores=0,2,4,6
/proc/10725/stat : 10725 (npSolver-pbo) S 10724 10724 7065 0 -1 4202496 131198 186563 0 0 2161 805 4569 119 20 0 1 0 276588500 699490304 145385 33554432000 4194304 5992684 140733701148848 140733701134680 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 106 0 0
/proc/10725/statm: 170774 145385 189 440 0 170330 0
[pid=10762] ppid=10725 vsize=2585584 CPUtime=24.59 cores=0,2,4,6
/proc/10762/stat : 10762 (glucosInc) R 10725 10724 7065 0 -1 4202496 294420 0 0 0 2364 95 0 0 20 0 1 0 276596269 2647638016 579516 33554432000 4194304 5654031 140734336237696 140734336225512 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10762/statm: 646396 579516 141 357 0 646036 0
Current children cumulated CPU time (s) 101.13
Current children cumulated vsize (KiB) 3277828

[startup+162.3 s]
/proc/loadavg: 2.15 2.08 2.04 3/180 10774
/proc/meminfo: memFree=16685568/32873648 swapFree=7372/7372
[pid=10724] ppid=10722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10724/stat : 10724 (npSolver-pbo-It) S 10722 10724 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276588500 9367552 275 33554432000 4194304 5064252 140734636148848 140734636147760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10724/statm: 2287 275 233 213 0 72 0
[pid=10725] ppid=10724 vsize=683096 CPUtime=76.54 cores=0,2,4,6
/proc/10725/stat : 10725 (npSolver-pbo) S 10724 10724 7065 0 -1 4202496 131198 186563 0 0 2161 805 4569 119 20 0 1 0 276588500 699490304 145385 33554432000 4194304 5992684 140733701148848 140733701134680 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 106 0 0
/proc/10725/statm: 170774 145385 189 440 0 170330 0
[pid=10762] ppid=10725 vsize=2635916 CPUtime=84.58 cores=0,2,4,6
/proc/10762/stat : 10762 (glucosInc) R 10725 10724 7065 0 -1 4202496 296291 0 0 0 8362 96 0 0 20 0 1 0 276596269 2699177984 589561 33554432000 4194304 5654031 140734336237696 140734336225512 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10762/statm: 658979 589561 142 357 0 658619 0
Current children cumulated CPU time (s) 161.12
Current children cumulated vsize (KiB) 3328160

[startup+222.3 s]
/proc/loadavg: 2.21 2.10 2.04 3/180 10774
/proc/meminfo: memFree=4577344/32873648 swapFree=7372/7372
[pid=10724] ppid=10722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10724/stat : 10724 (npSolver-pbo-It) S 10722 10724 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276588500 9367552 275 33554432000 4194304 5064252 140734636148848 140734636147760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10724/statm: 2287 275 233 213 0 72 0
[pid=10725] ppid=10724 vsize=683096 CPUtime=76.54 cores=0,2,4,6
/proc/10725/stat : 10725 (npSolver-pbo) S 10724 10724 7065 0 -1 4202496 131198 186563 0 0 2161 805 4569 119 20 0 1 0 276588500 699490304 145385 33554432000 4194304 5992684 140733701148848 140733701134680 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 106 0 0
/proc/10725/statm: 170774 145385 189 440 0 170330 0
[pid=10762] ppid=10725 vsize=2635916 CPUtime=144.57 cores=0,2,4,6
/proc/10762/stat : 10762 (glucosInc) R 10725 10724 7065 0 -1 4202496 296800 0 0 0 14361 96 0 0 20 0 1 0 276596269 2699177984 592625 33554432000 4194304 5654031 140734336237696 140734336225512 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10762/statm: 658979 592625 142 357 0 658619 0
Current children cumulated CPU time (s) 221.11
Current children cumulated vsize (KiB) 3328160

[startup+282.3 s]
/proc/loadavg: 2.86 2.32 2.12 3/181 10838
/proc/meminfo: memFree=24743708/32873648 swapFree=7372/7372
[pid=10724] ppid=10722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10724/stat : 10724 (npSolver-pbo-It) S 10722 10724 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276588500 9367552 275 33554432000 4194304 5064252 140734636148848 140734636147760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10724/statm: 2287 275 233 213 0 72 0
[pid=10725] ppid=10724 vsize=683096 CPUtime=76.54 cores=0,2,4,6

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

/proc/meminfo: memFree=24556608/32873648 swapFree=7372/7372
[pid=10724] ppid=10722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10724/stat : 10724 (npSolver-pbo-It) S 10722 10724 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276588500 9367552 275 33554432000 4194304 5064252 140734636148848 140734636147760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10724/statm: 2287 275 233 213 0 72 0
[pid=10725] ppid=10724 vsize=683096 CPUtime=76.54 cores=0,2,4,6
/proc/10725/stat : 10725 (npSolver-pbo) S 10724 10724 7065 0 -1 4202496 131198 186563 0 0 2161 805 4569 119 20 0 1 0 276588500 699490304 145385 33554432000 4194304 5992684 140733701148848 140733701134680 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 106 0 0
/proc/10725/statm: 170774 145385 189 440 0 170330 0
[pid=10762] ppid=10725 vsize=3007432 CPUtime=1284.33 cores=0,2,4,6
/proc/10762/stat : 10762 (glucosInc) R 10725 10724 7065 0 -1 4202496 297165 0 0 0 128331 102 0 0 20 0 1 0 276596269 3079610368 625453 33554432000 4194304 5654031 140734336237696 140734336225512 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10762/statm: 751858 625453 142 357 0 751498 0
Current children cumulated CPU time (s) 1360.87
Current children cumulated vsize (KiB) 3699676

[startup+1422.31 s]
/proc/loadavg: 2.06 2.02 2.01 3/181 10873
/proc/meminfo: memFree=24552492/32873648 swapFree=7372/7372
[pid=10724] ppid=10722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10724/stat : 10724 (npSolver-pbo-It) S 10722 10724 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276588500 9367552 275 33554432000 4194304 5064252 140734636148848 140734636147760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10724/statm: 2287 275 233 213 0 72 0
[pid=10725] ppid=10724 vsize=683096 CPUtime=76.54 cores=0,2,4,6
/proc/10725/stat : 10725 (npSolver-pbo) S 10724 10724 7065 0 -1 4202496 131198 186563 0 0 2161 805 4569 119 20 0 1 0 276588500 699490304 145385 33554432000 4194304 5992684 140733701148848 140733701134680 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 106 0 0
/proc/10725/statm: 170774 145385 189 440 0 170330 0
[pid=10762] ppid=10725 vsize=3007432 CPUtime=1344.33 cores=0,2,4,6
/proc/10762/stat : 10762 (glucosInc) R 10725 10724 7065 0 -1 4202496 297166 0 0 0 134331 102 0 0 20 0 1 0 276596269 3079610368 625965 33554432000 4194304 5654031 140734336237696 140734336225512 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10762/statm: 751858 625965 142 357 0 751498 0
Current children cumulated CPU time (s) 1420.87
Current children cumulated vsize (KiB) 3699676

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 10873
/proc/meminfo: memFree=24541800/32873648 swapFree=7372/7372
[pid=10724] ppid=10722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10724/stat : 10724 (npSolver-pbo-It) S 10722 10724 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276588500 9367552 275 33554432000 4194304 5064252 140734636148848 140734636147760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10724/statm: 2287 275 233 213 0 72 0
[pid=10725] ppid=10724 vsize=683096 CPUtime=76.54 cores=0,2,4,6
/proc/10725/stat : 10725 (npSolver-pbo) S 10724 10724 7065 0 -1 4202496 131198 186563 0 0 2161 805 4569 119 20 0 1 0 276588500 699490304 145385 33554432000 4194304 5992684 140733701148848 140733701134680 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 106 0 0
/proc/10725/statm: 170774 145385 189 440 0 170330 0
[pid=10762] ppid=10725 vsize=3007432 CPUtime=1404.31 cores=0,2,4,6
/proc/10762/stat : 10762 (glucosInc) R 10725 10724 7065 0 -1 4202496 297166 0 0 0 140329 102 0 0 20 0 1 0 276596269 3079610368 625965 33554432000 4194304 5654031 140734336237696 140734336225512 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10762/statm: 751858 625965 142 357 0 751498 0
Current children cumulated CPU time (s) 1480.85
Current children cumulated vsize (KiB) 3699676

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 10874
/proc/meminfo: memFree=24541428/32873648 swapFree=7372/7372
[pid=10724] ppid=10722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10724/stat : 10724 (npSolver-pbo-It) S 10722 10724 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276588500 9367552 275 33554432000 4194304 5064252 140734636148848 140734636147760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10724/statm: 2287 275 233 213 0 72 0
[pid=10725] ppid=10724 vsize=683096 CPUtime=76.54 cores=0,2,4,6
/proc/10725/stat : 10725 (npSolver-pbo) S 10724 10724 7065 0 -1 4202496 131198 186563 0 0 2161 805 4569 119 20 0 1 0 276588500 699490304 145385 33554432000 4194304 5992684 140733701148848 140733701134680 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 106 0 0
/proc/10725/statm: 170774 145385 189 440 0 170330 0
[pid=10762] ppid=10725 vsize=3007432 CPUtime=1464.31 cores=0,2,4,6
/proc/10762/stat : 10762 (glucosInc) R 10725 10724 7065 0 -1 4202496 297166 0 0 0 146329 102 0 0 20 0 1 0 276596269 3079610368 625965 33554432000 4194304 5654031 140734336237696 140734336225512 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10762/statm: 751858 625965 142 357 0 751498 0
Current children cumulated CPU time (s) 1540.85
Current children cumulated vsize (KiB) 3699676

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 10877
/proc/meminfo: memFree=24539544/32873648 swapFree=7372/7372
[pid=10724] ppid=10722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10724/stat : 10724 (npSolver-pbo-It) S 10722 10724 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276588500 9367552 275 33554432000 4194304 5064252 140734636148848 140734636147760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10724/statm: 2287 275 233 213 0 72 0
[pid=10725] ppid=10724 vsize=683096 CPUtime=76.54 cores=0,2,4,6
/proc/10725/stat : 10725 (npSolver-pbo) S 10724 10724 7065 0 -1 4202496 131198 186563 0 0 2161 805 4569 119 20 0 1 0 276588500 699490304 145385 33554432000 4194304 5992684 140733701148848 140733701134680 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 106 0 0
/proc/10725/statm: 170774 145385 189 440 0 170330 0
[pid=10762] ppid=10725 vsize=3007432 CPUtime=1524.3 cores=0,2,4,6
/proc/10762/stat : 10762 (glucosInc) R 10725 10724 7065 0 -1 4202496 297166 0 0 0 152328 102 0 0 20 0 1 0 276596269 3079610368 625965 33554432000 4194304 5654031 140734336237696 140734336225512 4209028 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10762/statm: 751858 625965 142 357 0 751498 0
Current children cumulated CPU time (s) 1600.84
Current children cumulated vsize (KiB) 3699676

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 10877
/proc/meminfo: memFree=24532920/32873648 swapFree=7372/7372
[pid=10724] ppid=10722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10724/stat : 10724 (npSolver-pbo-It) S 10722 10724 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276588500 9367552 275 33554432000 4194304 5064252 140734636148848 140734636147760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10724/statm: 2287 275 233 213 0 72 0
[pid=10725] ppid=10724 vsize=683096 CPUtime=76.54 cores=0,2,4,6
/proc/10725/stat : 10725 (npSolver-pbo) S 10724 10724 7065 0 -1 4202496 131198 186563 0 0 2161 805 4569 119 20 0 1 0 276588500 699490304 145385 33554432000 4194304 5992684 140733701148848 140733701134680 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 106 0 0
/proc/10725/statm: 170774 145385 189 440 0 170330 0
[pid=10762] ppid=10725 vsize=3007432 CPUtime=1584.29 cores=0,2,4,6
/proc/10762/stat : 10762 (glucosInc) R 10725 10724 7065 0 -1 4202496 297176 0 0 0 158326 103 0 0 20 0 1 0 276596269 3079610368 627501 33554432000 4194304 5654031 140734336237696 140734336225512 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10762/statm: 751858 627501 142 357 0 751498 0
Current children cumulated CPU time (s) 1660.83
Current children cumulated vsize (KiB) 3699676

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 10877
/proc/meminfo: memFree=24525068/32873648 swapFree=7372/7372
[pid=10724] ppid=10722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10724/stat : 10724 (npSolver-pbo-It) S 10722 10724 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276588500 9367552 275 33554432000 4194304 5064252 140734636148848 140734636147760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10724/statm: 2287 275 233 213 0 72 0
[pid=10725] ppid=10724 vsize=683096 CPUtime=76.54 cores=0,2,4,6
/proc/10725/stat : 10725 (npSolver-pbo) S 10724 10724 7065 0 -1 4202496 131198 186563 0 0 2161 805 4569 119 20 0 1 0 276588500 699490304 145385 33554432000 4194304 5992684 140733701148848 140733701134680 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 106 0 0
/proc/10725/statm: 170774 145385 189 440 0 170330 0
[pid=10762] ppid=10725 vsize=3007432 CPUtime=1644.28 cores=0,2,4,6
/proc/10762/stat : 10762 (glucosInc) R 10725 10724 7065 0 -1 4202496 297187 0 0 0 164325 103 0 0 20 0 1 0 276596269 3079610368 629037 33554432000 4194304 5654031 140734336237696 140734336225512 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10762/statm: 751858 629037 142 357 0 751498 0
Current children cumulated CPU time (s) 1720.82
Current children cumulated vsize (KiB) 3699676

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10877
/proc/meminfo: memFree=24520872/32873648 swapFree=7372/7372
[pid=10724] ppid=10722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10724/stat : 10724 (npSolver-pbo-It) S 10722 10724 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276588500 9367552 275 33554432000 4194304 5064252 140734636148848 140734636147760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10724/statm: 2287 275 233 213 0 72 0
[pid=10725] ppid=10724 vsize=683096 CPUtime=76.54 cores=0,2,4,6
/proc/10725/stat : 10725 (npSolver-pbo) S 10724 10724 7065 0 -1 4202496 131198 186563 0 0 2161 805 4569 119 20 0 1 0 276588500 699490304 145385 33554432000 4194304 5992684 140733701148848 140733701134680 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 106 0 0
/proc/10725/statm: 170774 145385 189 440 0 170330 0
[pid=10762] ppid=10725 vsize=3007432 CPUtime=1704.27 cores=0,2,4,6
/proc/10762/stat : 10762 (glucosInc) R 10725 10724 7065 0 -1 4202496 297190 0 0 0 170324 103 0 0 20 0 1 0 276596269 3079610368 630061 33554432000 4194304 5654031 140734336237696 140734336225512 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10762/statm: 751858 630061 142 357 0 751498 0
Current children cumulated CPU time (s) 1780.81
Current children cumulated vsize (KiB) 3699676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10877
/proc/meminfo: memFree=24518240/32873648 swapFree=7372/7372
[pid=10724] ppid=10722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10724/stat : 10724 (npSolver-pbo-It) S 10722 10724 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276588500 9367552 275 33554432000 4194304 5064252 140734636148848 140734636147760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10724/statm: 2287 275 233 213 0 72 0
[pid=10725] ppid=10724 vsize=683096 CPUtime=76.54 cores=0,2,4,6
/proc/10725/stat : 10725 (npSolver-pbo) S 10724 10724 7065 0 -1 4202496 131198 186563 0 0 2161 805 4569 119 20 0 1 0 276588500 699490304 145385 33554432000 4194304 5992684 140733701148848 140733701134680 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 106 0 0
/proc/10725/statm: 170774 145385 189 440 0 170330 0
[pid=10762] ppid=10725 vsize=3007432 CPUtime=1723.47 cores=0,2,4,6
/proc/10762/stat : 10762 (glucosInc) R 10725 10724 7065 0 -1 4202496 297193 0 0 0 172244 103 0 0 20 0 1 0 276596269 3079610368 630573 33554432000 4194304 5654031 140734336237696 140734336225512 4214616 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10762/statm: 751858 630573 142 357 0 751498 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 3699676

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

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

[startup+1801.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10877
/proc/meminfo: memFree=24518240/32873648 swapFree=7372/7372
[pid=10724] ppid=10722 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10724/stat : 10724 (npSolver-pbo-It) S 10722 10724 7065 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 276588500 9367552 275 33554432000 4194304 5064252 140734636148848 140734636147760 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10724/statm: 2287 275 233 213 0 72 0
[pid=10725] ppid=10724 vsize=683096 CPUtime=76.54 cores=0,2,4,6
/proc/10725/stat : 10725 (npSolver-pbo) S 10724 10724 7065 0 -1 4202496 131198 186563 0 0 2161 805 4569 119 20 0 1 0 276588500 699490304 145385 33554432000 4194304 5992684 140733701148848 140733701134680 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 106 0 0
/proc/10725/statm: 170774 145385 189 440 0 170330 0
[pid=10762] ppid=10725 vsize=3007432 CPUtime=1723.47 cores=0,2,4,6
/proc/10762/stat : 10762 (glucosInc) R 10725 10724 7065 0 -1 4202496 297193 0 0 0 172244 103 0 0 20 0 1 0 276596269 3079610368 630573 33554432000 4194304 5654031 140734336237696 140734336225512 4214616 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10762/statm: 751858 630573 142 357 0 751498 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 3699676

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1801.52
CPU time (s): 1800.01
CPU user time (s): 1789.74
CPU system time (s): 10.27
CPU usage (%): 99.9164
Max. virtual memory (cumulated for all children) (KiB): 4137816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 359
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= 3
involuntary context switches= 1

runsolver used 3.59045 second user time and 10.5834 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-27 09:43:45
IDJOB=3697648
IDBENCH=89905
IDSOLVER=2275
FILE ID=node122/3697648-1338104625
RUNJOBID= node122-1338101021-10457
PBS_JOBID= 14624430
Free space on /tmp= 71124 MiB

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

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

MD5SUM BENCH= 691ce650ba7160ae5fefa43bf01b33b8
RANDOM SEED=1102146046

node122.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.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.06
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.533
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.533
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.04
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.533
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.533
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.533
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.54
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.533
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.533
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:        26008992 kB
Buffers:          286712 kB
Cached:          3450784 kB
SwapCached:            0 kB
Active:          4011708 kB
Inactive:        2044240 kB
Active(anon):    2310264 kB
Inactive(anon):    11052 kB
Active(file):    1701444 kB
Inactive(file):  2033188 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             14740 kB
Writeback:             0 kB
AnonPages:       2326092 kB
Mapped:            14944 kB
Shmem:               200 kB
Slab:             665108 kB
SReclaimable:     109264 kB
SUnreclaim:       555844 kB
KernelStack:        1464 kB
PageTables:         8664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3075288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1173504 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= 70564 MiB
End job on node122 at 2012-05-27 10:13:49