Trace number 3751983

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topdown-quickBound (fixed)? (TO) 1800.06 1800.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_14.opb.PB06.opb
MD5SUM13c1b3915f4d316b882a7e551b1f0496
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark488
Best CPU time to get the best result obtained on this benchmark1791.96
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 502
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 498884
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 498884
Number of bits of the biggest sum of numbers19
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.65	c run inc solver
1.58/1.65	c [INC SYSTEM] run initial solver
1.58/1.65	c [INC SYSTEM] preprocess with white file
2.87/2.96	c [INC SYSTEM] finished preprocessing in 1 s
2.87/2.96	c [INC SYSTEM] execute solver
3.26/3.34	c [INC SEARCH] formula is SAT
3.26/3.34	c [INC SYSTEM] solved the initial formula
3.95/4.01	c model valid
3.95/4.01	c current solution ok
4.96/5.03	o 6571
4.96/5.03	c starting approximation
4.96/5.03	c factor = 2
4.96/5.03	c factor still to low - shrinking to 197.13
4.96/5.03	c approx number of clauses: 1e+06
4.96/5.03	c current bound: 3285
5.54/5.68	c leaving approximation
5.54/5.68	c finished approximation
5.54/5.68	c [INC SYSTEM] there exists a inc, kill it!
5.54/5.68	c write failed with 2
5.54/5.69	c [INC SEARCH] iteration: 0
5.54/5.69	c [INC BOUNDS] best value:6571 search for 6570
5.54/5.69	c [INC SYSTEM] create new solver instance
5.54/5.69	c [INC] encode full formula
5.54/5.69	c fallback to adder encoding
6.27/6.36	c set iterative enc to: adder
6.27/6.36	c set iterative enc to: none
6.37/6.46	c [INC SEARCH] isOptimum variable: 0
127.75/127.85	c formula is SAT
127.75/127.86	c [INC SEARCH] copied best model
127.75/127.86	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
128.46/128.54	c model valid
128.46/128.54	c current solution ok
128.46/128.54	o 5987
128.46/128.54	c [INC SEARCH] iteration: 1
128.46/128.54	c [INC BOUNDS] best value:5987 search for 5986
128.46/128.54	c [INC SYSTEM] there exists a inc, kill it!
128.46/128.54	c write failed with 2
128.46/128.55	c [INC SYSTEM] create new solver instance
128.46/128.55	c [INC] encode full formula
128.46/128.55	c fallback to adder encoding
129.16/129.22	c set iterative enc to: adder
129.16/129.22	c set iterative enc to: none
129.27/129.32	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-3751983-1339116236/watcher-3751983-1339116236 -o /tmp/evaluation-result-3751983-1339116236/solver-3751983-1339116236 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751983-1339116236.opb 1571301221 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.05 2.06 2.00 3/178 14605
/proc/meminfo: memFree=22610096/32873648 swapFree=6860/6860
[pid=14605] ppid=14603 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/14605/stat : 14605 (runsolver) D 14603 14605 12337 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 377749731 12095488 52 33554432000 4194304 5436572 140735244080016 140735244076312 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/14605/statm: 2953 52 31 304 0 2645 0

[startup+0.019379 s]
/proc/loadavg: 2.05 2.06 2.00 3/178 14605
/proc/meminfo: memFree=22610096/32873648 swapFree=6860/6860
[pid=14605] ppid=14603 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14605/stat : 14605 (npSolver-pbo-It) S 14603 14605 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377749731 9367552 274 33554432000 4194304 5064252 140733737045616 140733737044528 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100153 s]
/proc/loadavg: 2.05 2.06 2.00 3/178 14605
/proc/meminfo: memFree=22610096/32873648 swapFree=6860/6860
[pid=14605] ppid=14603 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14605/stat : 14605 (npSolver-pbo-It) S 14603 14605 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377749731 9367552 274 33554432000 4194304 5064252 140733737045616 140733737044528 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300161 s]
/proc/loadavg: 2.05 2.06 2.00 3/178 14605
/proc/meminfo: memFree=22610096/32873648 swapFree=6860/6860
[pid=14605] ppid=14603 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14605/stat : 14605 (npSolver-pbo-It) S 14603 14605 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377749731 9367552 274 33554432000 4194304 5064252 140733737045616 140733737044528 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700157 s]
/proc/loadavg: 2.05 2.06 2.00 3/178 14605
/proc/meminfo: memFree=22610096/32873648 swapFree=6860/6860
[pid=14605] ppid=14603 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14605/stat : 14605 (npSolver-pbo-It) S 14603 14605 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377749731 9367552 274 33554432000 4194304 5064252 140733737045616 140733737044528 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 2.05 2.06 2.00 3/180 14607
/proc/meminfo: memFree=22445352/32873648 swapFree=6860/6860
[pid=14605] ppid=14603 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14605/stat : 14605 (npSolver-pbo-It) S 14603 14605 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377749731 9367552 274 33554432000 4194304 5064252 140733737045616 140733737044528 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 2287 274 233 213 0 72 0
[pid=14607] ppid=14605 vsize=229596 CPUtime=1.48 cores=0,2,4,6
/proc/14607/stat : 14607 (npSolver-pbo) R 14605 14605 12337 0 -1 4202496 40853 0 0 0 139 9 0 0 20 0 1 0 377749731 235106304 57015 33554432000 4194304 6004724 140735484378080 140735484374696 4962900 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14607/statm: 57399 57015 137 442 0 56953 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 238744

[startup+3.10021 s]
/proc/loadavg: 2.05 2.06 2.00 3/182 14609
/proc/meminfo: memFree=22324460/32873648 swapFree=6860/6860
[pid=14605] ppid=14603 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14605/stat : 14605 (npSolver-pbo-It) S 14603 14605 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377749731 9367552 274 33554432000 4194304 5064252 140733737045616 140733737044528 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 2287 274 233 213 0 72 0
[pid=14607] ppid=14605 vsize=229596 CPUtime=2.94 cores=0,2,4,6
/proc/14607/stat : 14607 (npSolver-pbo) S 14605 14605 12337 0 -1 4202496 40887 12358 0 0 153 12 125 4 20 0 1 0 377749731 235106304 57034 33554432000 4194304 6004724 140735484378080 140735484364360 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/14607/statm: 57399 57034 152 442 0 56953 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 238744

[startup+6.30027 s]
/proc/loadavg: 2.12 2.07 2.01 3/183 14614
/proc/meminfo: memFree=22249612/32873648 swapFree=6860/6860
[pid=14605] ppid=14603 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14605/stat : 14605 (npSolver-pbo-It) S 14603 14605 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377749731 9367552 274 33554432000 4194304 5064252 140733737045616 140733737044528 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 2287 274 233 213 0 72 0
[pid=14607] ppid=14605 vsize=295136 CPUtime=6.27 cores=0,2,4,6
/proc/14607/stat : 14607 (npSolver-pbo) R 14605 14605 12337 0 -1 4202496 55339 42170 0 0 306 97 210 14 20 0 1 0 377749731 302219264 67550 33554432000 4194304 6004724 140735484378080 140735484370552 4536498 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14607/statm: 73784 67550 194 442 0 73338 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 304284

[startup+12.7003 s]
/proc/loadavg: 2.19 2.09 2.01 3/181 14621
/proc/meminfo: memFree=22178624/32873648 swapFree=6860/6860
[pid=14605] ppid=14603 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14605/stat : 14605 (npSolver-pbo-It) S 14603 14605 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377749731 9367552 274 33554432000 4194304 5064252 140733737045616 140733737044528 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 2287 274 233 213 0 72 0
[pid=14607] ppid=14605 vsize=229600 CPUtime=6.44 cores=0,2,4,6
/proc/14607/stat : 14607 (npSolver-pbo) S 14605 14605 12337 0 -1 4202496 55988 42685 0 0 313 105 210 16 20 0 1 0 377749731 235110400 57077 33554432000 4194304 6004724 140735484378080 140735484363928 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/14607/statm: 57400 57077 194 442 0 56954 0
[pid=14621] ppid=14607 vsize=162856 CPUtime=6.23 cores=0,2,4,6
/proc/14621/stat : 14621 (glucosInc) R 14607 14605 12337 0 -1 4202496 30761 0 0 0 617 6 0 0 20 0 1 0 377750377 166764544 34779 33554432000 4194304 5654031 140733692460928 140733692448744 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14621/statm: 40714 34779 141 357 0 40354 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 401604

[startup+25.5004 s]
/proc/loadavg: 2.08 2.07 2.00 3/181 14665
/proc/meminfo: memFree=28558472/32873648 swapFree=6860/6860
[pid=14605] ppid=14603 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14605/stat : 14605 (npSolver-pbo-It) S 14603 14605 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377749731 9367552 274 33554432000 4194304 5064252 140733737045616 140733737044528 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 2287 274 233 213 0 72 0
[pid=14607] ppid=14605 vsize=229600 CPUtime=6.44 cores=0,2,4,6
/proc/14607/stat : 14607 (npSolver-pbo) S 14605 14605 12337 0 -1 4202496 55988 42685 0 0 313 105 210 16 20 0 1 0 377749731 235110400 57077 33554432000 4194304 6004724 140735484378080 140735484363928 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/14607/statm: 57400 57077 194 442 0 56954 0
[pid=14621] ppid=14607 vsize=165388 CPUtime=19.02 cores=0,2,4,6
/proc/14621/stat : 14621 (glucosInc) R 14607 14605 12337 0 -1 4202496 31481 0 0 0 1896 6 0 0 20 0 1 0 377750377 169357312 37031 33554432000 4194304 5654031 140733692460928 140733692448744 4232791 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14621/statm: 41347 37031 141 357 0 40987 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 404136

[startup+51.1003 s]
/proc/loadavg: 2.13 2.08 2.01 3/181 14681
/proc/meminfo: memFree=28387628/32873648 swapFree=6860/6860
[pid=14605] ppid=14603 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14605/stat : 14605 (npSolver-pbo-It) S 14603 14605 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377749731 9367552 274 33554432000 4194304 5064252 140733737045616 140733737044528 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 2287 274 233 213 0 72 0
[pid=14607] ppid=14605 vsize=229600 CPUtime=6.44 cores=0,2,4,6
/proc/14607/stat : 14607 (npSolver-pbo) S 14605 14605 12337 0 -1 4202496 55988 42685 0 0 313 105 210 16 20 0 1 0 377749731 235110400 57077 33554432000 4194304 6004724 140735484378080 140735484363928 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/14607/statm: 57400 57077 194 442 0 56954 0
[pid=14621] ppid=14607 vsize=169040 CPUtime=44.62 cores=0,2,4,6
/proc/14621/stat : 14621 (glucosInc) R 14607 14605 12337 0 -1 4202496 32475 0 0 0 4454 8 0 0 20 0 1 0 377750377 173096960 39413 33554432000 4194304 5654031 140733692460928 140733692448744 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14621/statm: 42260 39413 141 357 0 41900 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 407788

[startup+102.307 s]
/proc/loadavg: 2.05 2.06 2.00 3/181 14681
/proc/meminfo: memFree=28378940/32873648 swapFree=6860/6860
[pid=14605] ppid=14603 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14605/stat : 14605 (npSolver-pbo-It) S 14603 14605 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377749731 9367552 274 33554432000 4194304 5064252 140733737045616 140733737044528 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 2287 274 233 213 0 72 0
[pid=14607] ppid=14605 vsize=229600 CPUtime=6.44 cores=0,2,4,6
/proc/14607/stat : 14607 (npSolver-pbo) S 14605 14605 12337 0 -1 4202496 55988 42685 0 0 313 105 210 16 20 0 1 0 377749731 235110400 57077 33554432000 4194304 6004724 140735484378080 140735484363928 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/14607/statm: 57400 57077 194 442 0 56954 0
[pid=14621] ppid=14607 vsize=203880 CPUtime=95.82 cores=0,2,4,6
/proc/14621/stat : 14621 (glucosInc) R 14607 14605 12337 0 -1 4202496 34283 0 0 0 9569 13 0 0 20 0 1 0 377750377 208773120 42460 33554432000 4194304 5654031 140733692460928 140733692448744 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14621/statm: 50970 42460 141 357 0 50610 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 442628

[startup+162.3 s]
/proc/loadavg: 2.05 2.06 2.00 3/181 14687
/proc/meminfo: memFree=28417452/32873648 swapFree=6860/6860
[pid=14605] ppid=14603 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14605/stat : 14605 (npSolver-pbo-It) S 14603 14605 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377749731 9367552 274 33554432000 4194304 5064252 140733737045616 140733737044528 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 2287 274 233 213 0 72 0
[pid=14607] ppid=14605 vsize=229600 CPUtime=129.29 cores=0,2,4,6
/proc/14607/stat : 14607 (npSolver-pbo) S 14605 14605 12337 0 -1 4202496 67851 78441 0 0 449 114 12332 34 20 0 1 0 377749731 235110400 57077 33554432000 4194304 6004724 140735484378080 140735484363928 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/14607/statm: 57400 57077 194 442 0 56954 0
[pid=14683] ppid=14607 vsize=198948 CPUtime=32.96 cores=0,2,4,6
/proc/14683/stat : 14683 (glucosInc) R 14607 14605 12337 0 -1 4202496 33137 0 0 0 3289 7 0 0 20 0 1 0 377762663 203722752 41698 33554432000 4194304 5654031 140736464205456 140736464203144 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14683/statm: 49737 41698 141 357 0 49377 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 437696

[startup+222.3 s]
/proc/loadavg: 2.07 2.06 2.00 3/181 14691
/proc/meminfo: memFree=28379620/32873648 swapFree=6860/6860
[pid=14605] ppid=14603 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14605/stat : 14605 (npSolver-pbo-It) S 14603 14605 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377749731 9367552 274 33554432000 4194304 5064252 140733737045616 140733737044528 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 2287 274 233 213 0 72 0
[pid=14607] ppid=14605 vsize=229600 CPUtime=129.29 cores=0,2,4,6
/proc/14607/stat : 14607 (npSolver-pbo) S 14605 14605 12337 0 -1 4202496 67851 78441 0 0 449 114 12332 34 20 0 1 0 377749731 235110400 57077 33554432000 4194304 6004724 140735484378080 140735484363928 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/14607/statm: 57400 57077 194 442 0 56954 0
[pid=14683] ppid=14607 vsize=171956 CPUtime=92.95 cores=0,2,4,6
/proc/14683/stat : 14683 (glucosInc) R 14607 14605 12337 0 -1 4202496 36232 0 0 0 9283 12 0 0 20 0 1 0 377762663 176082944 39123 33554432000 4194304 5654031 140736464205456 140736464193272 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14683/statm: 42989 39123 141 357 0 42629 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 410704

[startup+282.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/181 14694
/proc/meminfo: memFree=28379928/32873648 swapFree=6860/6860
[pid=14605] ppid=14603 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14605/stat : 14605 (npSolver-pbo-It) S 14603 14605 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377749731 9367552 274 33554432000 4194304 5064252 140733737045616 140733737044528 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 2287 274 233 213 0 72 0
[pid=14607] ppid=14605 vsize=229600 CPUtime=129.29 cores=0,2,4,6
/proc/14607/stat : 14607 (npSolver-pbo) S 14605 14605 12337 0 -1 4202496 67851 78441 0 0 449 114 12332 34 20 0 1 0 377749731 235110400 57077 33554432000 4194304 6004724 140735484378080 140735484363928 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/14607/statm: 57400 57077 194 442 0 56954 0
[pid=14683] ppid=14607 vsize=206536 CPUtime=152.94 cores=0,2,4,6

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

/proc/meminfo: memFree=27806392/32873648 swapFree=6860/6860
[pid=14605] ppid=14603 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14605/stat : 14605 (npSolver-pbo-It) S 14603 14605 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377749731 9367552 274 33554432000 4194304 5064252 140733737045616 140733737044528 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 2287 274 233 213 0 72 0
[pid=14607] ppid=14605 vsize=229600 CPUtime=129.29 cores=0,2,4,6
/proc/14607/stat : 14607 (npSolver-pbo) S 14605 14605 12337 0 -1 4202496 67851 78441 0 0 449 114 12332 34 20 0 1 0 377749731 235110400 57077 33554432000 4194304 6004724 140735484378080 140735484363928 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/14607/statm: 57400 57077 194 442 0 56954 0
[pid=14683] ppid=14607 vsize=713032 CPUtime=1172.74 cores=0,2,4,6
/proc/14683/stat : 14683 (glucosInc) R 14607 14605 12337 0 -1 4202496 75109 0 0 0 117166 108 0 0 20 0 1 0 377762663 730144768 129178 33554432000 4194304 5654031 140736464205456 140736464203544 4232973 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14683/statm: 178258 129178 141 357 0 177898 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 951780

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 14726
/proc/meminfo: memFree=27693944/32873648 swapFree=6860/6860
[pid=14605] ppid=14603 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14605/stat : 14605 (npSolver-pbo-It) S 14603 14605 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377749731 9367552 274 33554432000 4194304 5064252 140733737045616 140733737044528 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 2287 274 233 213 0 72 0
[pid=14607] ppid=14605 vsize=229600 CPUtime=129.29 cores=0,2,4,6
/proc/14607/stat : 14607 (npSolver-pbo) S 14605 14605 12337 0 -1 4202496 67851 78441 0 0 449 114 12332 34 20 0 1 0 377749731 235110400 57077 33554432000 4194304 6004724 140735484378080 140735484363928 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/14607/statm: 57400 57077 194 442 0 56954 0
[pid=14683] ppid=14607 vsize=713580 CPUtime=1232.73 cores=0,2,4,6
/proc/14683/stat : 14683 (glucosInc) R 14607 14605 12337 0 -1 4202496 75364 0 0 0 123163 110 0 0 20 0 1 0 377762663 730705920 168780 33554432000 4194304 5654031 140736464205456 140736464203240 4232984 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14683/statm: 178395 168780 141 357 0 178035 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 952328

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 14928
/proc/meminfo: memFree=27863000/32873648 swapFree=6860/6860
[pid=14605] ppid=14603 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14605/stat : 14605 (npSolver-pbo-It) S 14603 14605 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377749731 9367552 274 33554432000 4194304 5064252 140733737045616 140733737044528 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 2287 274 233 213 0 72 0
[pid=14607] ppid=14605 vsize=229600 CPUtime=129.29 cores=0,2,4,6
/proc/14607/stat : 14607 (npSolver-pbo) S 14605 14605 12337 0 -1 4202496 67851 78441 0 0 449 114 12332 34 20 0 1 0 377749731 235110400 57077 33554432000 4194304 6004724 140735484378080 140735484363928 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/14607/statm: 57400 57077 194 442 0 56954 0
[pid=14683] ppid=14607 vsize=366776 CPUtime=1292.72 cores=0,2,4,6
/proc/14683/stat : 14683 (glucosInc) R 14607 14605 12337 0 -1 4202496 77750 0 0 0 129152 120 0 0 20 0 1 0 377762663 375578624 76764 33554432000 4194304 5654031 140736464205456 140736464203544 4216337 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14683/statm: 91694 76764 141 357 0 91334 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 605524

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14928
/proc/meminfo: memFree=27772136/32873648 swapFree=6860/6860
[pid=14605] ppid=14603 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14605/stat : 14605 (npSolver-pbo-It) S 14603 14605 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377749731 9367552 274 33554432000 4194304 5064252 140733737045616 140733737044528 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 2287 274 233 213 0 72 0
[pid=14607] ppid=14605 vsize=229600 CPUtime=129.29 cores=0,2,4,6
/proc/14607/stat : 14607 (npSolver-pbo) S 14605 14605 12337 0 -1 4202496 67851 78441 0 0 449 114 12332 34 20 0 1 0 377749731 235110400 57077 33554432000 4194304 6004724 140735484378080 140735484363928 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/14607/statm: 57400 57077 194 442 0 56954 0
[pid=14683] ppid=14607 vsize=499456 CPUtime=1352.71 cores=0,2,4,6
/proc/14683/stat : 14683 (glucosInc) R 14607 14605 12337 0 -1 4202496 78397 0 0 0 135147 124 0 0 20 0 1 0 377762663 511442944 120016 33554432000 4194304 5654031 140736464205456 140736464203240 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14683/statm: 124864 120016 141 357 0 124504 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 738204

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 14929
/proc/meminfo: memFree=27324600/32873648 swapFree=6860/6860
[pid=14605] ppid=14603 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14605/stat : 14605 (npSolver-pbo-It) S 14603 14605 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377749731 9367552 274 33554432000 4194304 5064252 140733737045616 140733737044528 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 2287 274 233 213 0 72 0
[pid=14607] ppid=14605 vsize=229600 CPUtime=129.29 cores=0,2,4,6
/proc/14607/stat : 14607 (npSolver-pbo) S 14605 14605 12337 0 -1 4202496 67851 78441 0 0 449 114 12332 34 20 0 1 0 377749731 235110400 57077 33554432000 4194304 6004724 140735484378080 140735484363928 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/14607/statm: 57400 57077 194 442 0 56954 0
[pid=14683] ppid=14607 vsize=715004 CPUtime=1412.7 cores=0,2,4,6
/proc/14683/stat : 14683 (glucosInc) R 14607 14605 12337 0 -1 4202496 79106 0 0 0 141143 127 0 0 20 0 1 0 377762663 732164096 163137 33554432000 4194304 5654031 140736464205456 140736464203240 4232960 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14683/statm: 178751 163137 141 357 0 178391 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 953752

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 14932
/proc/meminfo: memFree=27526744/32873648 swapFree=6860/6860
[pid=14605] ppid=14603 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14605/stat : 14605 (npSolver-pbo-It) S 14603 14605 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377749731 9367552 274 33554432000 4194304 5064252 140733737045616 140733737044528 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 2287 274 233 213 0 72 0
[pid=14607] ppid=14605 vsize=229600 CPUtime=129.29 cores=0,2,4,6
/proc/14607/stat : 14607 (npSolver-pbo) S 14605 14605 12337 0 -1 4202496 67851 78441 0 0 449 114 12332 34 20 0 1 0 377749731 235110400 57077 33554432000 4194304 6004724 140735484378080 140735484363928 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/14607/statm: 57400 57077 194 442 0 56954 0
[pid=14683] ppid=14607 vsize=1065420 CPUtime=1472.69 cores=0,2,4,6
/proc/14683/stat : 14683 (glucosInc) R 14607 14605 12337 0 -1 4202496 79624 0 0 0 147138 131 0 0 20 0 1 0 377762663 1090990080 199425 33554432000 4194304 5654031 140736464205456 140736464203240 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14683/statm: 266355 199425 141 357 0 265995 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 1304168

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 14932
/proc/meminfo: memFree=27664132/32873648 swapFree=6860/6860
[pid=14605] ppid=14603 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14605/stat : 14605 (npSolver-pbo-It) S 14603 14605 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377749731 9367552 274 33554432000 4194304 5064252 140733737045616 140733737044528 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 2287 274 233 213 0 72 0
[pid=14607] ppid=14605 vsize=229600 CPUtime=129.29 cores=0,2,4,6
/proc/14607/stat : 14607 (npSolver-pbo) S 14605 14605 12337 0 -1 4202496 67851 78441 0 0 449 114 12332 34 20 0 1 0 377749731 235110400 57077 33554432000 4194304 6004724 140735484378080 140735484363928 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/14607/statm: 57400 57077 194 442 0 56954 0
[pid=14683] ppid=14607 vsize=369416 CPUtime=1532.68 cores=0,2,4,6
/proc/14683/stat : 14683 (glucosInc) R 14607 14605 12337 0 -1 4202496 81723 0 0 0 153130 138 0 0 20 0 1 0 377762663 378281984 89203 33554432000 4194304 5654031 140736464205456 140736464203544 4215040 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14683/statm: 92354 89203 141 357 0 91994 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 608164

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 14932
/proc/meminfo: memFree=27756324/32873648 swapFree=6860/6860
[pid=14605] ppid=14603 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14605/stat : 14605 (npSolver-pbo-It) S 14603 14605 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377749731 9367552 274 33554432000 4194304 5064252 140733737045616 140733737044528 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 2287 274 233 213 0 72 0
[pid=14607] ppid=14605 vsize=229600 CPUtime=129.29 cores=0,2,4,6
/proc/14607/stat : 14607 (npSolver-pbo) S 14605 14605 12337 0 -1 4202496 67851 78441 0 0 449 114 12332 34 20 0 1 0 377749731 235110400 57077 33554432000 4194304 6004724 140735484378080 140735484363928 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/14607/statm: 57400 57077 194 442 0 56954 0
[pid=14683] ppid=14607 vsize=716820 CPUtime=1592.67 cores=0,2,4,6
/proc/14683/stat : 14683 (glucosInc) R 14607 14605 12337 0 -1 4202496 82891 0 0 0 159125 142 0 0 20 0 1 0 377762663 734023680 134828 33554432000 4194304 5654031 140736464205456 140736464203544 4232994 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14683/statm: 179205 134828 141 357 0 178845 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 955568

[startup+1782.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/181 14932
/proc/meminfo: memFree=27361624/32873648 swapFree=6860/6860
[pid=14605] ppid=14603 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14605/stat : 14605 (npSolver-pbo-It) S 14603 14605 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377749731 9367552 274 33554432000 4194304 5064252 140733737045616 140733737044528 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 2287 274 233 213 0 72 0
[pid=14607] ppid=14605 vsize=229600 CPUtime=129.29 cores=0,2,4,6
/proc/14607/stat : 14607 (npSolver-pbo) S 14605 14605 12337 0 -1 4202496 67851 78441 0 0 449 114 12332 34 20 0 1 0 377749731 235110400 57077 33554432000 4194304 6004724 140735484378080 140735484363928 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/14607/statm: 57400 57077 194 442 0 56954 0
[pid=14683] ppid=14607 vsize=717812 CPUtime=1652.66 cores=0,2,4,6
/proc/14683/stat : 14683 (glucosInc) R 14607 14605 12337 0 -1 4202496 83163 0 0 0 165121 145 0 0 20 0 1 0 377762663 735039488 168315 33554432000 4194304 5654031 140736464205456 140736464203240 4232968 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14683/statm: 179453 168315 141 357 0 179093 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 956560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.05 2.03 2.00 3/181 14933
/proc/meminfo: memFree=27248428/32873648 swapFree=6860/6860
[pid=14605] ppid=14603 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14605/stat : 14605 (npSolver-pbo-It) S 14603 14605 12337 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 377749731 9367552 274 33554432000 4194304 5064252 140733737045616 140733737044528 266435454542 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/14605/statm: 2287 274 233 213 0 72 0
[pid=14607] ppid=14605 vsize=229600 CPUtime=129.29 cores=0,2,4,6
/proc/14607/stat : 14607 (npSolver-pbo) S 14605 14605 12337 0 -1 4202496 67851 78441 0 0 449 114 12332 34 20 0 1 0 377749731 235110400 57077 33554432000 4194304 6004724 140735484378080 140735484363928 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/14607/statm: 57400 57077 194 442 0 56954 0
[pid=14683] ppid=14607 vsize=1067248 CPUtime=1670.77 cores=0,2,4,6
/proc/14683/stat : 14683 (glucosInc) R 14607 14605 12337 0 -1 4202496 83407 0 0 0 166928 149 0 0 20 0 1 0 377762663 1092861952 177246 33554432000 4194304 5654031 140736464205456 140736464203544 4215055 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14683/statm: 266812 177246 141 357 0 266452 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1305996

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14605 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.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.42
CPU time (s): 1800.06
CPU user time (s): 1797.09
CPU system time (s): 2.97
CPU usage (%): 99.9802
Max. virtual memory (cumulated for all children) (KiB): 1862084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
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= 356
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= 3

runsolver used 3.79142 second user time and 10.2224 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-08 02:43:57
IDJOB=3751983
IDBENCH=1973
IDSOLVER=2335
FILE ID=node116/3751983-1339116236
RUNJOBID= node116-1339112627-14157
PBS_JOBID= 14643737
Free space on /tmp= 69460 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_14.opb.PB06.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3751983-1339116236/watcher-3751983-1339116236 -o /tmp/evaluation-result-3751983-1339116236/solver-3751983-1339116236 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751983-1339116236.opb 1571301221 HOME HOME

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

MD5SUM BENCH= 13c1b3915f4d316b882a7e551b1f0496
RANDOM SEED=1571301221

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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:        22610740 kB
Buffers:          326116 kB
Cached:          3910340 kB
SwapCached:         3172 kB
Active:          7576052 kB
Inactive:        1771100 kB
Active(anon):    5109544 kB
Inactive(anon):     3392 kB
Active(file):    2466508 kB
Inactive(file):  1767708 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67100544 kB
Dirty:             25240 kB
Writeback:             0 kB
AnonPages:       5117312 kB
Mapped:            11860 kB
Shmem:                 0 kB
Slab:             767116 kB
SReclaimable:     211360 kB
SUnreclaim:       555756 kB
KernelStack:        1472 kB
PageTables:        14148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    6306716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3184640 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= 70808 MiB
End job on node116 at 2012-06-08 03:13:59