Trace number 3697888

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-l152lav.opb
MD5SUM1a5510d564851e49e3b50f1a87922ca2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4722
Best CPU time to get the best result obtained on this benchmark3.04853
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4722
Optimality of the best value was proved YES
Number of variables1989
Total number of constraints97
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)96
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint3
Maximum length of a constraint1989
Number of terms in the objective function 1989
Biggest coefficient in the objective function 268
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 382524
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 268
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 382524
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

0.00/0.17	c run inc solver
0.00/0.17	c [INC SYSTEM] run initial solver
0.00/0.17	c [INC SYSTEM] preprocess with white file
2.27/2.39	c [INC SYSTEM] finished preprocessing in 2 s
2.27/2.39	c [INC SYSTEM] execute solver
1466.10/1466.42	c [INC SEARCH] formula is SAT
1466.10/1466.43	c [INC SYSTEM] solved the initial formula
1466.10/1466.43	c model valid
1466.10/1466.43	c current solution ok
1466.50/1466.83	o 5338
1466.50/1466.83	c [INC SYSTEM] there exists a inc, kill it!
1466.50/1466.83	c write failed with 2
1466.50/1466.83	c [INC SEARCH] iteration: 0
1466.50/1466.83	c [INC BOUNDS] best value:5338 search for 5337
1466.50/1466.83	c [INC SYSTEM] create new solver instance
1466.50/1466.83	c [INC] encode full formula
1466.50/1466.83	c fallback to adder encoding
1466.61/1466.97	c set iterative enc to: adder
1466.61/1466.97	c set iterative enc to: none
1466.61/1466.99	c [INC SEARCH] isOptimum variable: 0
1800.04/1800.40	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.04/1800.40	s UNKNOWN
1800.04/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.04/1800.40	c write failed with -1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3697888-1338049842/watcher-3697888-1338049842 -o /tmp/evaluation-result-3697888-1338049842/solver-3697888-1338049842 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697888-1338049842.opb 506591142 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.20 2.25 2/181 10087
/proc/meminfo: memFree=28906584/32873844 swapFree=7364/7364
[pid=10087] ppid=10085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10087/stat : 10087 (npSolver-pbo-It) S 10085 10087 9054 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271108964 9367552 275 33554432000 4194304 5064252 140736485300128 140736485299040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10087/statm: 2287 275 233 213 0 72 0

[startup+0.0581989 s]
/proc/loadavg: 2.00 2.20 2.25 2/181 10087
/proc/meminfo: memFree=28906584/32873844 swapFree=7364/7364
[pid=10087] ppid=10085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10087/stat : 10087 (npSolver-pbo-It) S 10085 10087 9054 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271108964 9367552 275 33554432000 4194304 5064252 140736485300128 140736485299040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10087/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100302 s]
/proc/loadavg: 2.00 2.20 2.25 2/181 10087
/proc/meminfo: memFree=28906584/32873844 swapFree=7364/7364
[pid=10087] ppid=10085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10087/stat : 10087 (npSolver-pbo-It) S 10085 10087 9054 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271108964 9367552 275 33554432000 4194304 5064252 140736485300128 140736485299040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10087/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300153 s]
/proc/loadavg: 2.00 2.20 2.25 2/181 10087
/proc/meminfo: memFree=28906584/32873844 swapFree=7364/7364
[pid=10087] ppid=10085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10087/stat : 10087 (npSolver-pbo-It) S 10085 10087 9054 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271108964 9367552 275 33554432000 4194304 5064252 140736485300128 140736485299040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10087/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700168 s]
/proc/loadavg: 2.00 2.20 2.25 2/181 10087
/proc/meminfo: memFree=28906584/32873844 swapFree=7364/7364
[pid=10087] ppid=10085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10087/stat : 10087 (npSolver-pbo-It) S 10085 10087 9054 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271108964 9367552 275 33554432000 4194304 5064252 140736485300128 140736485299040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10087/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.00 2.20 2.25 3/185 10091
/proc/meminfo: memFree=28773560/32873844 swapFree=7364/7364
[pid=10087] ppid=10085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10087/stat : 10087 (npSolver-pbo-It) S 10085 10087 9054 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271108964 9367552 275 33554432000 4194304 5064252 140736485300128 140736485299040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10087/statm: 2287 275 233 213 0 72 0
[pid=10088] ppid=10087 vsize=19072 CPUtime=0.17 cores=0,2,4,6
/proc/10088/stat : 10088 (npSolver-pbo) S 10087 10087 9054 0 -1 4202496 5044 0 0 0 15 2 0 0 20 0 1 0 271108964 19529728 4417 33554432000 4194304 5992684 140735205447632 140735205442080 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10088/statm: 4768 4417 172 440 0 4324 0
[pid=10090] ppid=10088 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10090/stat : 10090 (cp2_pre.sh) S 10088 10087 9054 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 271108982 9367552 277 33554432000 4194304 5064252 140737455772912 140737455771616 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10090/statm: 2287 277 234 213 0 72 0
[pid=10091] ppid=10090 vsize=113628 CPUtime=1.3 cores=0,2,4,6
/proc/10091/stat : 10091 (coprocessor) R 10090 10087 9054 0 -1 4202496 23328 0 0 0 127 3 0 0 20 0 1 0 271108982 116355072 27430 33554432000 4194304 6586260 140737241680752 140737241676072 4683293 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/10091/statm: 28407 27430 192 584 0 27819 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 150996

[startup+3.10028 s]
/proc/loadavg: 2.00 2.20 2.25 3/185 10091
/proc/meminfo: memFree=28752576/32873844 swapFree=7364/7364
[pid=10087] ppid=10085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10087/stat : 10087 (npSolver-pbo-It) S 10085 10087 9054 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271108964 9367552 275 33554432000 4194304 5064252 140736485300128 140736485299040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10087/statm: 2287 275 233 213 0 72 0
[pid=10088] ppid=10087 vsize=19072 CPUtime=2.37 cores=0,2,4,6
/proc/10088/stat : 10088 (npSolver-pbo) S 10087 10087 9054 0 -1 4202496 5059 26374 0 0 15 2 187 33 20 0 1 0 271108964 19529728 4419 33554432000 4194304 5992684 140735205447632 140735205433896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/10088/statm: 4768 4419 174 440 0 4324 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 28220
heavy processes:

[startup+6.30032 s]
/proc/loadavg: 2.00 2.20 2.25 3/184 10093
/proc/meminfo: memFree=28840272/32873844 swapFree=7364/7364
[pid=10087] ppid=10085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10087/stat : 10087 (npSolver-pbo-It) S 10085 10087 9054 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271108964 9367552 275 33554432000 4194304 5064252 140736485300128 140736485299040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10087/statm: 2287 275 233 213 0 72 0
[pid=10088] ppid=10087 vsize=19072 CPUtime=2.37 cores=0,2,4,6
/proc/10088/stat : 10088 (npSolver-pbo) S 10087 10087 9054 0 -1 4202496 5059 26374 0 0 15 2 187 33 20 0 1 0 271108964 19529728 4419 33554432000 4194304 5992684 140735205447632 140735205433896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/10088/statm: 4768 4419 174 440 0 4324 0
[pid=10093] ppid=10088 vsize=46472 CPUtime=3.89 cores=0,2,4,6
/proc/10093/stat : 10093 (glucosInc) R 10088 10087 9054 0 -1 4202496 10714 0 0 0 387 2 0 0 20 0 1 0 271109204 47587328 10105 33554432000 4194304 5654031 140737098700576 140737098698344 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10093/statm: 11618 10105 142 357 0 11258 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 74692

[startup+12.7004 s]
/proc/loadavg: 2.00 2.19 2.25 3/184 10093
/proc/meminfo: memFree=28806936/32873844 swapFree=7364/7364
[pid=10087] ppid=10085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10087/stat : 10087 (npSolver-pbo-It) S 10085 10087 9054 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271108964 9367552 275 33554432000 4194304 5064252 140736485300128 140736485299040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10087/statm: 2287 275 233 213 0 72 0
[pid=10088] ppid=10087 vsize=19072 CPUtime=2.37 cores=0,2,4,6
/proc/10088/stat : 10088 (npSolver-pbo) S 10087 10087 9054 0 -1 4202496 5059 26374 0 0 15 2 187 33 20 0 1 0 271108964 19529728 4419 33554432000 4194304 5992684 140735205447632 140735205433896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/10088/statm: 4768 4419 174 440 0 4324 0
[pid=10093] ppid=10088 vsize=64508 CPUtime=10.29 cores=0,2,4,6
/proc/10093/stat : 10093 (glucosInc) R 10088 10087 9054 0 -1 4202496 11967 0 0 0 1027 2 0 0 20 0 1 0 271109204 66056192 14845 33554432000 4194304 5654031 140737098700576 140737098688392 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10093/statm: 16127 14845 142 357 0 15767 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 92728

[startup+25.5003 s]
/proc/loadavg: 2.00 2.18 2.25 3/183 10093
/proc/meminfo: memFree=28781252/32873844 swapFree=7364/7364
[pid=10087] ppid=10085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10087/stat : 10087 (npSolver-pbo-It) S 10085 10087 9054 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271108964 9367552 275 33554432000 4194304 5064252 140736485300128 140736485299040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10087/statm: 2287 275 233 213 0 72 0
[pid=10088] ppid=10087 vsize=19072 CPUtime=2.37 cores=0,2,4,6
/proc/10088/stat : 10088 (npSolver-pbo) S 10087 10087 9054 0 -1 4202496 5059 26374 0 0 15 2 187 33 20 0 1 0 271108964 19529728 4419 33554432000 4194304 5992684 140735205447632 140735205433896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/10088/statm: 4768 4419 174 440 0 4324 0
[pid=10093] ppid=10088 vsize=71688 CPUtime=23.08 cores=0,2,4,6
/proc/10093/stat : 10093 (glucosInc) R 10088 10087 9054 0 -1 4202496 12221 0 0 0 2306 2 0 0 20 0 1 0 271109204 73408512 16616 33554432000 4194304 5654031 140737098700576 140737098688392 4215248 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10093/statm: 17922 16616 142 357 0 17562 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 99908

[startup+51.1003 s]
/proc/loadavg: 2.00 2.17 2.24 3/183 10093
/proc/meminfo: memFree=28751688/32873844 swapFree=7364/7364
[pid=10087] ppid=10085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10087/stat : 10087 (npSolver-pbo-It) S 10085 10087 9054 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271108964 9367552 275 33554432000 4194304 5064252 140736485300128 140736485299040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10087/statm: 2287 275 233 213 0 72 0
[pid=10088] ppid=10087 vsize=19072 CPUtime=2.37 cores=0,2,4,6
/proc/10088/stat : 10088 (npSolver-pbo) S 10087 10087 9054 0 -1 4202496 5059 26374 0 0 15 2 187 33 20 0 1 0 271108964 19529728 4419 33554432000 4194304 5992684 140735205447632 140735205433896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/10088/statm: 4768 4419 174 440 0 4324 0
[pid=10093] ppid=10088 vsize=94964 CPUtime=48.67 cores=0,2,4,6
/proc/10093/stat : 10093 (glucosInc) R 10088 10087 9054 0 -1 4202496 13641 0 0 0 4864 3 0 0 20 0 1 0 271109204 97243136 22465 33554432000 4194304 5654031 140737098700576 140737098688392 4214993 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10093/statm: 23741 22465 142 357 0 23381 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 123184

[startup+102.307 s]
/proc/loadavg: 2.00 2.14 2.23 3/183 10093
/proc/meminfo: memFree=28676840/32873844 swapFree=7364/7364
[pid=10087] ppid=10085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10087/stat : 10087 (npSolver-pbo-It) S 10085 10087 9054 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271108964 9367552 275 33554432000 4194304 5064252 140736485300128 140736485299040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10087/statm: 2287 275 233 213 0 72 0
[pid=10088] ppid=10087 vsize=19072 CPUtime=2.37 cores=0,2,4,6
/proc/10088/stat : 10088 (npSolver-pbo) S 10087 10087 9054 0 -1 4202496 5059 26374 0 0 15 2 187 33 20 0 1 0 271108964 19529728 4419 33554432000 4194304 5992684 140735205447632 140735205433896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/10088/statm: 4768 4419 174 440 0 4324 0
[pid=10093] ppid=10088 vsize=125612 CPUtime=99.87 cores=0,2,4,6
/proc/10093/stat : 10093 (glucosInc) R 10088 10087 9054 0 -1 4202496 14002 0 0 0 9982 5 0 0 20 0 1 0 271109204 128626688 25150 33554432000 4194304 5654031 140737098700576 140737098688392 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10093/statm: 31403 25150 142 357 0 31043 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 153832

[startup+162.3 s]
/proc/loadavg: 2.00 2.11 2.21 3/183 10096
/proc/meminfo: memFree=28768180/32873844 swapFree=7364/7364
[pid=10087] ppid=10085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10087/stat : 10087 (npSolver-pbo-It) S 10085 10087 9054 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271108964 9367552 275 33554432000 4194304 5064252 140736485300128 140736485299040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10087/statm: 2287 275 233 213 0 72 0
[pid=10088] ppid=10087 vsize=19072 CPUtime=2.37 cores=0,2,4,6
/proc/10088/stat : 10088 (npSolver-pbo) S 10087 10087 9054 0 -1 4202496 5059 26374 0 0 15 2 187 33 20 0 1 0 271108964 19529728 4419 33554432000 4194304 5992684 140735205447632 140735205433896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/10088/statm: 4768 4419 174 440 0 4324 0
[pid=10093] ppid=10088 vsize=125612 CPUtime=159.86 cores=0,2,4,6
/proc/10093/stat : 10093 (glucosInc) R 10088 10087 9054 0 -1 4202496 14214 0 0 0 15977 9 0 0 20 0 1 0 271109204 128626688 26174 33554432000 4194304 5654031 140737098700576 140737098688392 4215112 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10093/statm: 31403 26174 142 357 0 31043 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 153832

[startup+222.3 s]
/proc/loadavg: 2.00 2.09 2.19 3/183 10098
/proc/meminfo: memFree=28759420/32873844 swapFree=7364/7364
[pid=10087] ppid=10085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10087/stat : 10087 (npSolver-pbo-It) S 10085 10087 9054 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271108964 9367552 275 33554432000 4194304 5064252 140736485300128 140736485299040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10087/statm: 2287 275 233 213 0 72 0
[pid=10088] ppid=10087 vsize=19072 CPUtime=2.37 cores=0,2,4,6
/proc/10088/stat : 10088 (npSolver-pbo) S 10087 10087 9054 0 -1 4202496 5059 26374 0 0 15 2 187 33 20 0 1 0 271108964 19529728 4419 33554432000 4194304 5992684 140735205447632 140735205433896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/10088/statm: 4768 4419 174 440 0 4324 0
[pid=10093] ppid=10088 vsize=125612 CPUtime=219.85 cores=0,2,4,6
/proc/10093/stat : 10093 (glucosInc) R 10088 10087 9054 0 -1 4202496 14502 0 0 0 21972 13 0 0 20 0 1 0 271109204 128626688 26174 33554432000 4194304 5654031 140737098700576 140737098688392 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10093/statm: 31403 26174 142 357 0 31043 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 153832


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

/proc/meminfo: memFree=28608888/32873844 swapFree=7364/7364
[pid=10087] ppid=10085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10087/stat : 10087 (npSolver-pbo-It) S 10085 10087 9054 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271108964 9367552 275 33554432000 4194304 5064252 140736485300128 140736485299040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10087/statm: 2287 275 233 213 0 72 0
[pid=10088] ppid=10087 vsize=19072 CPUtime=2.37 cores=0,2,4,6
/proc/10088/stat : 10088 (npSolver-pbo) S 10087 10087 9054 0 -1 4202496 5059 26374 0 0 15 2 187 33 20 0 1 0 271108964 19529728 4419 33554432000 4194304 5992684 140735205447632 140735205433896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/10088/statm: 4768 4419 174 440 0 4324 0
[pid=10093] ppid=10088 vsize=205752 CPUtime=1239.66 cores=0,2,4,6
/proc/10093/stat : 10093 (glucosInc) R 10088 10087 9054 0 -1 4202496 33030 0 0 0 123901 65 0 0 20 0 1 0 271109204 210690048 46210 33554432000 4194304 5654031 140737098700576 140737098688392 4232479 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10093/statm: 51438 46210 142 357 0 51078 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 233972

[startup+1302.3 s]
/proc/loadavg: 2.04 2.02 2.05 3/183 10171
/proc/meminfo: memFree=27926132/32873844 swapFree=7364/7364
[pid=10087] ppid=10085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10087/stat : 10087 (npSolver-pbo-It) S 10085 10087 9054 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271108964 9367552 275 33554432000 4194304 5064252 140736485300128 140736485299040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10087/statm: 2287 275 233 213 0 72 0
[pid=10088] ppid=10087 vsize=19072 CPUtime=2.37 cores=0,2,4,6
/proc/10088/stat : 10088 (npSolver-pbo) S 10087 10087 9054 0 -1 4202496 5059 26374 0 0 15 2 187 33 20 0 1 0 271108964 19529728 4419 33554432000 4194304 5992684 140735205447632 140735205433896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/10088/statm: 4768 4419 174 440 0 4324 0
[pid=10093] ppid=10088 vsize=125612 CPUtime=1299.66 cores=0,2,4,6
/proc/10093/stat : 10093 (glucosInc) R 10088 10087 9054 0 -1 4202496 34388 0 0 0 129898 68 0 0 20 0 1 0 271109204 128626688 26686 33554432000 4194304 5654031 140737098700576 140737098698600 4232544 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10093/statm: 31403 26686 142 357 0 31043 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 153832

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/182 10171
/proc/meminfo: memFree=27824392/32873844 swapFree=7364/7364
[pid=10087] ppid=10085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10087/stat : 10087 (npSolver-pbo-It) S 10085 10087 9054 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271108964 9367552 275 33554432000 4194304 5064252 140736485300128 140736485299040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10087/statm: 2287 275 233 213 0 72 0
[pid=10088] ppid=10087 vsize=19072 CPUtime=2.37 cores=0,2,4,6
/proc/10088/stat : 10088 (npSolver-pbo) S 10087 10087 9054 0 -1 4202496 5059 26374 0 0 15 2 187 33 20 0 1 0 271108964 19529728 4419 33554432000 4194304 5992684 140735205447632 140735205433896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/10088/statm: 4768 4419 174 440 0 4324 0
[pid=10093] ppid=10088 vsize=255840 CPUtime=1359.65 cores=0,2,4,6
/proc/10093/stat : 10093 (glucosInc) R 10088 10087 9054 0 -1 4202496 35318 0 0 0 135894 71 0 0 20 0 1 0 271109204 261980160 52143 33554432000 4194304 5654031 140737098700576 140737098688392 4232968 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10093/statm: 63960 52143 142 357 0 63600 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 284060

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.04 3/183 10172
/proc/meminfo: memFree=27804072/32873844 swapFree=7364/7364
[pid=10087] ppid=10085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10087/stat : 10087 (npSolver-pbo-It) S 10085 10087 9054 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271108964 9367552 275 33554432000 4194304 5064252 140736485300128 140736485299040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10087/statm: 2287 275 233 213 0 72 0
[pid=10088] ppid=10087 vsize=19072 CPUtime=2.37 cores=0,2,4,6
/proc/10088/stat : 10088 (npSolver-pbo) S 10087 10087 9054 0 -1 4202496 5059 26374 0 0 15 2 187 33 20 0 1 0 271108964 19529728 4419 33554432000 4194304 5992684 140735205447632 140735205433896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/10088/statm: 4768 4419 174 440 0 4324 0
[pid=10093] ppid=10088 vsize=270972 CPUtime=1419.64 cores=0,2,4,6
/proc/10093/stat : 10093 (glucosInc) R 10088 10087 9054 0 -1 4202496 37197 0 0 0 141890 74 0 0 20 0 1 0 271109204 277475328 57156 33554432000 4194304 5654031 140737098700576 140737098688392 4215055 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10093/statm: 67743 57156 142 357 0 67383 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 299192

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/183 10175
/proc/meminfo: memFree=27916632/32873844 swapFree=7364/7364
[pid=10087] ppid=10085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10087/stat : 10087 (npSolver-pbo-It) S 10085 10087 9054 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271108964 9367552 275 33554432000 4194304 5064252 140736485300128 140736485299040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10087/statm: 2287 275 233 213 0 72 0
[pid=10088] ppid=10087 vsize=31004 CPUtime=1466.71 cores=0,2,4,6
/proc/10088/stat : 10088 (npSolver-pbo) S 10087 10087 9054 0 -1 4202496 9972 64713 0 0 37 35 146487 112 20 0 1 0 271108964 31748096 7418 33554432000 4194304 5992684 140735205447632 140735205433464 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/10088/statm: 7751 7418 191 440 0 7307 0
[pid=10175] ppid=10088 vsize=102360 CPUtime=15.29 cores=0,2,4,6
/proc/10175/stat : 10175 (glucosInc) R 10088 10087 9054 0 -1 4202496 16811 0 0 0 1526 3 0 0 20 0 1 0 271255664 104816640 22550 33554432000 4194304 5654031 140736712334928 140736712322744 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10175/statm: 25590 22550 142 357 0 25230 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 142512

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/183 10175
/proc/meminfo: memFree=27895900/32873844 swapFree=7364/7364
[pid=10087] ppid=10085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10087/stat : 10087 (npSolver-pbo-It) S 10085 10087 9054 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271108964 9367552 275 33554432000 4194304 5064252 140736485300128 140736485299040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10087/statm: 2287 275 233 213 0 72 0
[pid=10088] ppid=10087 vsize=31004 CPUtime=1466.71 cores=0,2,4,6
/proc/10088/stat : 10088 (npSolver-pbo) S 10087 10087 9054 0 -1 4202496 9972 64713 0 0 37 35 146487 112 20 0 1 0 271108964 31748096 7418 33554432000 4194304 5992684 140735205447632 140735205433464 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/10088/statm: 7751 7418 191 440 0 7307 0
[pid=10175] ppid=10088 vsize=121216 CPUtime=75.27 cores=0,2,4,6
/proc/10175/stat : 10175 (glucosInc) R 10088 10087 9054 0 -1 4202496 19028 0 0 0 7521 6 0 0 20 0 1 0 271255664 124125184 27616 33554432000 4194304 5654031 140736712334928 140736712322744 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10175/statm: 30304 27616 142 357 0 29944 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 161368

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/183 10175
/proc/meminfo: memFree=27891332/32873844 swapFree=7364/7364
[pid=10087] ppid=10085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10087/stat : 10087 (npSolver-pbo-It) S 10085 10087 9054 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271108964 9367552 275 33554432000 4194304 5064252 140736485300128 140736485299040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10087/statm: 2287 275 233 213 0 72 0
[pid=10088] ppid=10087 vsize=31004 CPUtime=1466.71 cores=0,2,4,6
/proc/10088/stat : 10088 (npSolver-pbo) S 10087 10087 9054 0 -1 4202496 9972 64713 0 0 37 35 146487 112 20 0 1 0 271108964 31748096 7418 33554432000 4194304 5992684 140735205447632 140735205433464 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/10088/statm: 7751 7418 191 440 0 7307 0
[pid=10175] ppid=10088 vsize=121216 CPUtime=135.27 cores=0,2,4,6
/proc/10175/stat : 10175 (glucosInc) R 10088 10087 9054 0 -1 4202496 20637 0 0 0 13518 9 0 0 20 0 1 0 271255664 124125184 27616 33554432000 4194304 5654031 140736712334928 140736712332952 4215307 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10175/statm: 30304 27616 142 357 0 29944 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 161368

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/183 10175
/proc/meminfo: memFree=27890184/32873844 swapFree=7364/7364
[pid=10087] ppid=10085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10087/stat : 10087 (npSolver-pbo-It) S 10085 10087 9054 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271108964 9367552 275 33554432000 4194304 5064252 140736485300128 140736485299040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10087/statm: 2287 275 233 213 0 72 0
[pid=10088] ppid=10087 vsize=31004 CPUtime=1466.71 cores=0,2,4,6
/proc/10088/stat : 10088 (npSolver-pbo) S 10087 10087 9054 0 -1 4202496 9972 64713 0 0 37 35 146487 112 20 0 1 0 271108964 31748096 7418 33554432000 4194304 5992684 140735205447632 140735205433464 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/10088/statm: 7751 7418 191 440 0 7307 0
[pid=10175] ppid=10088 vsize=121216 CPUtime=195.25 cores=0,2,4,6
/proc/10175/stat : 10175 (glucosInc) R 10088 10087 9054 0 -1 4202496 22498 0 0 0 19513 12 0 0 20 0 1 0 271255664 124125184 27616 33554432000 4194304 5654031 140736712334928 140736712322744 4215091 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10175/statm: 30304 27616 142 357 0 29944 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 161368

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/183 10176
/proc/meminfo: memFree=27805316/32873844 swapFree=7364/7364
[pid=10087] ppid=10085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10087/stat : 10087 (npSolver-pbo-It) S 10085 10087 9054 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271108964 9367552 275 33554432000 4194304 5064252 140736485300128 140736485299040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10087/statm: 2287 275 233 213 0 72 0
[pid=10088] ppid=10087 vsize=31004 CPUtime=1466.71 cores=0,2,4,6
/proc/10088/stat : 10088 (npSolver-pbo) S 10087 10087 9054 0 -1 4202496 9972 64713 0 0 37 35 146487 112 20 0 1 0 271108964 31748096 7418 33554432000 4194304 5992684 140735205447632 140735205433464 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/10088/statm: 7751 7418 191 440 0 7307 0
[pid=10175] ppid=10088 vsize=213548 CPUtime=255.24 cores=0,2,4,6
/proc/10175/stat : 10175 (glucosInc) R 10088 10087 9054 0 -1 4202496 24870 0 0 0 25508 16 0 0 20 0 1 0 271255664 218673152 48460 33554432000 4194304 5654031 140736712334928 140736712322744 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10175/statm: 53387 48460 142 357 0 53027 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 253700

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/184 10179
/proc/meminfo: memFree=27817984/32873844 swapFree=7364/7364
[pid=10087] ppid=10085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10087/stat : 10087 (npSolver-pbo-It) S 10085 10087 9054 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271108964 9367552 275 33554432000 4194304 5064252 140736485300128 140736485299040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10087/statm: 2287 275 233 213 0 72 0
[pid=10088] ppid=10087 vsize=31004 CPUtime=1466.71 cores=0,2,4,6
/proc/10088/stat : 10088 (npSolver-pbo) S 10087 10087 9054 0 -1 4202496 9972 64713 0 0 37 35 146487 112 20 0 1 0 271108964 31748096 7418 33554432000 4194304 5992684 140735205447632 140735205433464 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/10088/statm: 7751 7418 191 440 0 7307 0
[pid=10175] ppid=10088 vsize=213548 CPUtime=315.22 cores=0,2,4,6
/proc/10175/stat : 10175 (glucosInc) R 10088 10087 9054 0 -1 4202496 26739 0 0 0 31503 19 0 0 20 0 1 0 271255664 218673152 45297 33554432000 4194304 5654031 140736712334928 140736712322744 4215307 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10175/statm: 53387 45297 142 357 0 53027 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 253700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 10179
/proc/meminfo: memFree=27874224/32873844 swapFree=7364/7364
[pid=10087] ppid=10085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10087/stat : 10087 (npSolver-pbo-It) S 10085 10087 9054 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271108964 9367552 275 33554432000 4194304 5064252 140736485300128 140736485299040 215143310926 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10087/statm: 2287 275 233 213 0 72 0
[pid=10088] ppid=10087 vsize=31004 CPUtime=1466.71 cores=0,2,4,6
/proc/10088/stat : 10088 (npSolver-pbo) S 10087 10087 9054 0 -1 4202496 9972 64713 0 0 37 35 146487 112 20 0 1 0 271108964 31748096 7418 33554432000 4194304 5992684 140735205447632 140735205433464 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/10088/statm: 7751 7418 191 440 0 7307 0
[pid=10175] ppid=10088 vsize=133408 CPUtime=333.33 cores=0,2,4,6
/proc/10175/stat : 10175 (glucosInc) R 10088 10087 9054 0 -1 4202496 26906 0 0 0 33313 20 0 0 20 0 1 0 271255664 136609792 31085 33554432000 4194304 5654031 140736712334928 140736712322744 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10175/statm: 33352 31085 142 357 0 32992 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 173560

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.07
CPU user time (s): 1798.38
CPU system time (s): 1.68774
CPU usage (%): 99.9812
Max. virtual memory (cumulated for all children) (KiB): 365448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.38
system time used= 1.68774
maximum resident set size= 304424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101975
page faults= 0
swaps= 0
block input operations= 0
block output operations= 70792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 388
involuntary context switches= 2141

runsolver used 2.75058 second user time and 7.09692 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-26 18:30:42
IDJOB=3697888
IDBENCH=1852
IDSOLVER=2275
FILE ID=node133/3697888-1338049842
RUNJOBID= node133-1338048810-9070
PBS_JOBID= 14624373
Free space on /tmp= 71592 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-l152lav.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3697888-1338049842/watcher-3697888-1338049842 -o /tmp/evaluation-result-3697888-1338049842/solver-3697888-1338049842 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3697888-1338049842.opb 506591142 HOME HOME

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

MD5SUM BENCH= 1a5510d564851e49e3b50f1a87922ca2
RANDOM SEED=506591142

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.540
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.540
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.540
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.90
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.540
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.540
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:       32873844 kB
MemFree:        28906848 kB
Buffers:          288788 kB
Cached:          2783972 kB
SwapCached:            0 kB
Active:           626400 kB
Inactive:        2543364 kB
Active(anon):      99368 kB
Inactive(anon):        0 kB
Active(file):     527032 kB
Inactive(file):  2543364 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17800 kB
Writeback:             0 kB
AnonPages:        106724 kB
Mapped:            15728 kB
Shmem:               212 kB
Slab:             655228 kB
SReclaimable:      97200 kB
SUnreclaim:       558028 kB
KernelStack:        1512 kB
PageTables:         4384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     225228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71320 MiB
End job on node133 at 2012-05-26 19:00:42