Trace number 3702339

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

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__32.opb
MD5SUM95367a36ca5654a079813431d40e8df1
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark123243
Best CPU time to get the best result obtained on this benchmark1800.17
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables160998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint32
Maximum length of a constraint1313
Number of terms in the objective function 160000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 5495354016
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 5495354016
Number of bits of the biggest sum of numbers33
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.62	c run inc solver
1.58/1.62	c [INC SYSTEM] run initial solver
1.58/1.62	c [INC SYSTEM] preprocess with white file
8.34/8.54	c [INC SYSTEM] finished preprocessing in 6 s
8.34/8.54	c [INC SYSTEM] execute solver
9.56/9.73	c [INC SEARCH] formula is SAT
9.56/9.78	c [INC SYSTEM] solved the initial formula
9.87/10.04	c model valid
9.87/10.04	c current solution ok
15.13/15.55	o 132353
15.13/15.55	c starting approximation
15.13/15.55	c factor = 280
15.13/15.55	c factor still to low - shrinking to 63529.4
15.13/15.55	c approx number of clauses: 1e+06
15.13/15.55	c current bound: 66176
16.52/16.94	c leaving approximation
16.52/16.94	c finished approximation
16.52/16.94	c [INC SYSTEM] there exists a inc, kill it!
16.52/16.94	c write failed with 2
16.52/16.96	c [INC SEARCH] iteration: 0
16.52/16.96	c [INC BOUNDS] best value:132353 search for 132352
16.52/16.96	c [INC SYSTEM] create new solver instance
16.52/16.96	c [INC] encode full formula
16.52/16.96	c fallback to adder encoding
33.11/33.41	c set iterative enc to: adder
33.11/33.41	c set iterative enc to: none
35.11/35.43	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-3702339-1338087612/watcher-3702339-1338087612 -o /tmp/evaluation-result-3702339-1338087612/solver-3702339-1338087612 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702339-1338087612.opb 1957015689 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: 0.92 0.98 1.16 3/179 15761
/proc/meminfo: memFree=28221568/32873844 swapFree=7616/7616
[pid=15761] ppid=15759 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/15761/stat : 15761 (runsolver) D 15759 15761 15712 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 274885564 12095488 50 33554432000 4194304 5436572 140737252080208 140737252076504 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/15761/statm: 2953 50 31 304 0 2645 0

[startup+0.0814979 s]
/proc/loadavg: 0.92 0.98 1.16 3/179 15761
/proc/meminfo: memFree=28221568/32873844 swapFree=7616/7616
[pid=15761] ppid=15759 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15761/stat : 15761 (npSolver-pbo-It) S 15759 15761 15712 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274885564 9367552 275 33554432000 4194304 5064252 140735941509360 140735941508272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15761/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100231 s]
/proc/loadavg: 0.92 0.98 1.16 3/179 15761
/proc/meminfo: memFree=28221568/32873844 swapFree=7616/7616
[pid=15761] ppid=15759 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15761/stat : 15761 (npSolver-pbo-It) S 15759 15761 15712 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274885564 9367552 275 33554432000 4194304 5064252 140735941509360 140735941508272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15761/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300177 s]
/proc/loadavg: 0.92 0.98 1.16 3/179 15761
/proc/meminfo: memFree=28221568/32873844 swapFree=7616/7616
[pid=15761] ppid=15759 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15761/stat : 15761 (npSolver-pbo-It) S 15759 15761 15712 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274885564 9367552 275 33554432000 4194304 5064252 140735941509360 140735941508272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15761/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70021 s]
/proc/loadavg: 0.92 0.98 1.16 3/179 15761
/proc/meminfo: memFree=28221568/32873844 swapFree=7616/7616
[pid=15761] ppid=15759 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15761/stat : 15761 (npSolver-pbo-It) S 15759 15761 15712 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274885564 9367552 275 33554432000 4194304 5064252 140735941509360 140735941508272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15761/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50024 s]
/proc/loadavg: 0.92 0.98 1.16 3/183 15857
/proc/meminfo: memFree=28124636/32873844 swapFree=7616/7616
[pid=15761] ppid=15759 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15761/stat : 15761 (npSolver-pbo-It) S 15759 15761 15712 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274885564 9367552 275 33554432000 4194304 5064252 140735941509360 140735941508272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15761/statm: 2287 275 233 213 0 72 0
[pid=15764] ppid=15761 vsize=111528 CPUtime=1.48 cores=0,2,4,6
/proc/15764/stat : 15764 (npSolver-pbo) R 15761 15761 15712 0 -1 4202496 14809 0 0 0 145 3 0 0 20 0 1 0 274885565 114204672 25920 33554432000 4194304 5992684 140734519471664 140734519461176 4964378 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15764/statm: 27882 25920 160 440 0 27438 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 120676

[startup+3.10039 s]
/proc/loadavg: 0.92 0.98 1.16 3/185 15964
/proc/meminfo: memFree=28024064/32873844 swapFree=7616/7616
[pid=15761] ppid=15759 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15761/stat : 15761 (npSolver-pbo-It) S 15759 15761 15712 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274885564 9367552 275 33554432000 4194304 5064252 140735941509360 140735941508272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15761/statm: 2287 275 233 213 0 72 0
[pid=15764] ppid=15761 vsize=112808 CPUtime=1.92 cores=0,2,4,6
/proc/15764/stat : 15764 (npSolver-pbo) S 15761 15761 15712 0 -1 4202496 15363 0 0 0 152 40 0 0 20 0 1 0 274885565 115515392 26240 33554432000 4194304 5992684 140734519471664 140734519466112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15764/statm: 28202 26240 167 440 0 27758 0
[pid=15947] ppid=15764 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15947/stat : 15947 (cp2_pre.sh) S 15764 15761 15712 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 274885758 9367552 277 33554432000 4194304 5064252 140735624552464 140735624551168 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15947/statm: 2287 277 234 213 0 72 0
[pid=15948] ppid=15947 vsize=409936 CPUtime=1.14 cores=0,2,4,6
/proc/15948/stat : 15948 (coprocessor) R 15947 15761 15712 0 -1 4202496 34243 0 0 0 104 10 0 0 20 0 1 0 274885759 419774464 89707 33554432000 4194304 6586260 140734922907984 140734922904248 5511711 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/15948/statm: 102484 89707 164 584 0 101896 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 541040

[startup+6.30035 s]
/proc/loadavg: 0.93 0.98 1.16 3/183 16284
/proc/meminfo: memFree=27479340/32873844 swapFree=7616/7616
[pid=15761] ppid=15759 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15761/stat : 15761 (npSolver-pbo-It) S 15759 15761 15712 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274885564 9367552 275 33554432000 4194304 5064252 140735941509360 140735941508272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15761/statm: 2287 275 233 213 0 72 0
[pid=15764] ppid=15761 vsize=112808 CPUtime=1.92 cores=0,2,4,6
/proc/15764/stat : 15764 (npSolver-pbo) S 15761 15761 15712 0 -1 4202496 15363 0 0 0 152 40 0 0 20 0 1 0 274885565 115515392 26240 33554432000 4194304 5992684 140734519471664 140734519466112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/15764/statm: 28202 26240 167 440 0 27758 0
[pid=15947] ppid=15764 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15947/stat : 15947 (cp2_pre.sh) S 15764 15761 15712 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 274885758 9367552 277 33554432000 4194304 5064252 140735624552464 140735624551168 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/15947/statm: 2287 277 234 213 0 72 0
[pid=15948] ppid=15947 vsize=582052 CPUtime=4.35 cores=0,2,4,6
/proc/15948/stat : 15948 (coprocessor) R 15947 15761 15712 0 -1 4202496 66032 0 0 0 415 20 0 0 20 0 1 0 274885759 596021248 143432 33554432000 4194304 6586260 140734922907984 140734922903736 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/15948/statm: 145513 143432 193 584 0 144925 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 713156

[startup+12.7003 s]
/proc/loadavg: 1.01 1.00 1.17 1/184 16859
/proc/meminfo: memFree=27730420/32873844 swapFree=7616/7616
[pid=15761] ppid=15759 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15761/stat : 15761 (npSolver-pbo-It) S 15759 15761 15712 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274885564 9367552 275 33554432000 4194304 5064252 140735941509360 140735941508272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15761/statm: 2287 275 233 213 0 72 0
[pid=15764] ppid=15761 vsize=136180 CPUtime=11.25 cores=0,2,4,6
/proc/15764/stat : 15764 (npSolver-pbo) R 15761 15761 15712 0 -1 4202496 18325 66935 0 0 226 253 616 30 20 0 1 0 274885565 139448320 32092 33554432000 4194304 5992684 140734519471664 140734519465848 5179696 0 0 4096 0 0 0 0 17 2 0 0 14 0 0
/proc/15764/statm: 34045 32092 176 440 0 33601 0
[pid=16529] ppid=15764 vsize=314060 CPUtime=1.16 cores=0,2,4,6
/proc/16529/stat : 16529 (glucosInc) S 15764 15761 15712 0 -1 4202496 52402 0 0 0 105 11 0 0 20 0 1 0 274886418 321597440 68735 33554432000 4194304 5654031 140736534730128 140736534728440 4976656 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/16529/statm: 78515 68735 146 357 0 78155 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 459388

[startup+25.5004 s]
/proc/loadavg: 1.16 1.03 1.18 3/183 18095
/proc/meminfo: memFree=27245140/32873844 swapFree=7616/7616
[pid=15761] ppid=15759 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15761/stat : 15761 (npSolver-pbo-It) S 15759 15761 15712 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274885564 9367552 275 33554432000 4194304 5064252 140735941509360 140735941508272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15761/statm: 2287 275 233 213 0 72 0
[pid=15764] ppid=15761 vsize=1313128 CPUtime=25.22 cores=0,2,4,6
/proc/15764/stat : 15764 (npSolver-pbo) R 15761 15761 15712 0 -1 4202496 60681 181572 0 0 1107 512 818 85 20 0 1 0 274885565 1344643072 215179 33554432000 4194304 5992684 140734519471664 140734519464376 4571337 0 0 4096 0 0 0 0 17 2 0 0 15 0 0
/proc/15764/statm: 328282 215179 200 440 0 327838 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 1322276

[startup+51.1004 s]
/proc/loadavg: 1.89 1.21 1.23 3/184 20398
/proc/meminfo: memFree=23447344/32873844 swapFree=7616/7616
[pid=15761] ppid=15759 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15761/stat : 15761 (npSolver-pbo-It) S 15759 15761 15712 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274885564 9367552 275 33554432000 4194304 5064252 140735941509360 140735941508272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15761/statm: 2287 275 233 213 0 72 0
[pid=15764] ppid=15761 vsize=138120 CPUtime=35.14 cores=0,2,4,6
/proc/15764/stat : 15764 (npSolver-pbo) S 15761 15761 15712 0 -1 4202496 62826 182088 0 0 1894 707 818 95 20 0 1 0 274885565 141434880 32634 33554432000 4194304 5992684 140734519471664 140734519457496 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 16 0 0
/proc/15764/statm: 34530 32634 201 440 0 34086 0
[pid=19045] ppid=15764 vsize=4043092 CPUtime=15.65 cores=0,2,4,6
/proc/19045/stat : 19045 (glucosInc) R 15764 15761 15712 0 -1 4202496 323894 0 0 0 1455 110 0 0 20 0 1 0 274889107 4140126208 867913 33554432000 4194304 5654031 140735939502912 140735939501032 4225820 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19045/statm: 1010773 867913 128 357 0 1010413 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 4190360

[startup+102.3 s]
/proc/loadavg: 1.90 1.32 1.27 3/184 25201
/proc/meminfo: memFree=24025300/32873844 swapFree=7616/7616
[pid=15761] ppid=15759 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15761/stat : 15761 (npSolver-pbo-It) S 15759 15761 15712 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274885564 9367552 275 33554432000 4194304 5064252 140735941509360 140735941508272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15761/statm: 2287 275 233 213 0 72 0
[pid=15764] ppid=15761 vsize=138120 CPUtime=35.14 cores=0,2,4,6
/proc/15764/stat : 15764 (npSolver-pbo) S 15761 15761 15712 0 -1 4202496 62826 182088 0 0 1894 707 818 95 20 0 1 0 274885565 141434880 32634 33554432000 4194304 5992684 140734519471664 140734519457496 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 16 0 0
/proc/15764/statm: 34530 32634 201 440 0 34086 0
[pid=19045] ppid=15764 vsize=3169128 CPUtime=66.86 cores=0,2,4,6
/proc/19045/stat : 19045 (glucosInc) R 15764 15761 15712 0 -1 4202496 336088 0 0 0 6571 115 0 0 20 0 1 0 274889107 3245187072 680253 33554432000 4194304 5654031 140735939502912 140735939500696 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19045/statm: 792282 680253 141 357 0 791922 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 3316396

[startup+162.3 s]
/proc/loadavg: 1.61 1.35 1.28 3/183 30710
/proc/meminfo: memFree=24025800/32873844 swapFree=7616/7616
[pid=15761] ppid=15759 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15761/stat : 15761 (npSolver-pbo-It) S 15759 15761 15712 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274885564 9367552 275 33554432000 4194304 5064252 140735941509360 140735941508272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15761/statm: 2287 275 233 213 0 72 0
[pid=15764] ppid=15761 vsize=138120 CPUtime=35.14 cores=0,2,4,6
/proc/15764/stat : 15764 (npSolver-pbo) S 15761 15761 15712 0 -1 4202496 62826 182088 0 0 1894 707 818 95 20 0 1 0 274885565 141434880 32634 33554432000 4194304 5992684 140734519471664 140734519457496 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 16 0 0
/proc/15764/statm: 34530 32634 201 440 0 34086 0
[pid=19045] ppid=15764 vsize=3169128 CPUtime=126.84 cores=0,2,4,6
/proc/19045/stat : 19045 (glucosInc) R 15764 15761 15712 0 -1 4202496 336095 0 0 0 12569 115 0 0 20 0 1 0 274889107 3245187072 680255 33554432000 4194304 5654031 140735939502912 140735939500696 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19045/statm: 792282 680255 141 357 0 791922 0
Current children cumulated CPU time (s) 161.98
Current children cumulated vsize (KiB) 3316396

[startup+222.307 s]
/proc/loadavg: 1.51 1.37 1.29 3/183 3891
/proc/meminfo: memFree=24027892/32873844 swapFree=7616/7616
[pid=15761] ppid=15759 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15761/stat : 15761 (npSolver-pbo-It) S 15759 15761 15712 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274885564 9367552 275 33554432000 4194304 5064252 140735941509360 140735941508272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15761/statm: 2287 275 233 213 0 72 0
[pid=15764] ppid=15761 vsize=138120 CPUtime=35.14 cores=0,2,4,6
/proc/15764/stat : 15764 (npSolver-pbo) S 15761 15761 15712 0 -1 4202496 62826 182088 0 0 1894 707 818 95 20 0 1 0 274885565 141434880 32634 33554432000 4194304 5992684 140734519471664 140734519457496 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 16 0 0
/proc/15764/statm: 34530 32634 201 440 0 34086 0
[pid=19045] ppid=15764 vsize=3169464 CPUtime=186.84 cores=0,2,4,6
/proc/19045/stat : 19045 (glucosInc) R 15764 15761 15712 0 -1 4202496 336135 0 0 0 18569 115 0 0 20 0 1 0 274889107 3245531136 680295 33554432000 4194304 5654031 140735939502912 140735939500808 4215112 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19045/statm: 792366 680295 141 357 0 792006 0
Current children cumulated CPU time (s) 221.98
Current children cumulated vsize (KiB) 3316732

[startup+282.3 s]

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

/proc/meminfo: memFree=23925408/32873844 swapFree=7616/7616
[pid=15761] ppid=15759 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15761/stat : 15761 (npSolver-pbo-It) S 15759 15761 15712 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274885564 9367552 275 33554432000 4194304 5064252 140735941509360 140735941508272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15761/statm: 2287 275 233 213 0 72 0
[pid=15764] ppid=15761 vsize=138120 CPUtime=35.14 cores=0,2,4,6
/proc/15764/stat : 15764 (npSolver-pbo) S 15761 15761 15712 0 -1 4202496 62826 182088 0 0 1894 707 818 95 20 0 1 0 274885565 141434880 32634 33554432000 4194304 5992684 140734519471664 140734519457496 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 16 0 0
/proc/15764/statm: 34530 32634 201 440 0 34086 0
[pid=19045] ppid=15764 vsize=3251164 CPUtime=1326.64 cores=0,2,4,6
/proc/19045/stat : 19045 (glucosInc) R 15764 15761 15712 0 -1 4202496 346848 0 0 0 132547 117 0 0 20 0 1 0 274889107 3329191936 703795 33554432000 4194304 5654031 140735939502912 140735939490728 4232800 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19045/statm: 812791 703795 142 357 0 812431 0
Current children cumulated CPU time (s) 1361.78
Current children cumulated vsize (KiB) 3398432

[startup+1422.3 s]
/proc/loadavg: 1.66 1.64 1.52 3/183 17578
/proc/meminfo: memFree=23911580/32873844 swapFree=7616/7616
[pid=15761] ppid=15759 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15761/stat : 15761 (npSolver-pbo-It) S 15759 15761 15712 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274885564 9367552 275 33554432000 4194304 5064252 140735941509360 140735941508272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15761/statm: 2287 275 233 213 0 72 0
[pid=15764] ppid=15761 vsize=138120 CPUtime=35.14 cores=0,2,4,6
/proc/15764/stat : 15764 (npSolver-pbo) S 15761 15761 15712 0 -1 4202496 62826 182088 0 0 1894 707 818 95 20 0 1 0 274885565 141434880 32634 33554432000 4194304 5992684 140734519471664 140734519457496 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 16 0 0
/proc/15764/statm: 34530 32634 201 440 0 34086 0
[pid=19045] ppid=15764 vsize=3251164 CPUtime=1386.64 cores=0,2,4,6
/proc/19045/stat : 19045 (glucosInc) R 15764 15761 15712 0 -1 4202496 346852 0 0 0 138547 117 0 0 20 0 1 0 274889107 3329191936 705843 33554432000 4194304 5654031 140735939502912 140735939490728 4209028 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19045/statm: 812791 705843 142 357 0 812431 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 3398432

[startup+1482.3 s]
/proc/loadavg: 1.87 1.70 1.55 3/183 23060
/proc/meminfo: memFree=23885716/32873844 swapFree=7616/7616
[pid=15761] ppid=15759 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15761/stat : 15761 (npSolver-pbo-It) S 15759 15761 15712 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274885564 9367552 275 33554432000 4194304 5064252 140735941509360 140735941508272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15761/statm: 2287 275 233 213 0 72 0
[pid=15764] ppid=15761 vsize=138120 CPUtime=35.14 cores=0,2,4,6
/proc/15764/stat : 15764 (npSolver-pbo) S 15761 15761 15712 0 -1 4202496 62826 182088 0 0 1894 707 818 95 20 0 1 0 274885565 141434880 32634 33554432000 4194304 5992684 140734519471664 140734519457496 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 16 0 0
/proc/15764/statm: 34530 32634 201 440 0 34086 0
[pid=19045] ppid=15764 vsize=3276216 CPUtime=1446.63 cores=0,2,4,6
/proc/19045/stat : 19045 (glucosInc) R 15764 15761 15712 0 -1 4202496 347379 0 0 0 144545 118 0 0 20 0 1 0 274889107 3354845184 712499 33554432000 4194304 5654031 140735939502912 140735939490728 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19045/statm: 819054 712499 142 357 0 818694 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 3423484

[startup+1542.31 s]
/proc/loadavg: 1.78 1.71 1.55 3/183 28654
/proc/meminfo: memFree=23877800/32873844 swapFree=7616/7616
[pid=15761] ppid=15759 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15761/stat : 15761 (npSolver-pbo-It) S 15759 15761 15712 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274885564 9367552 275 33554432000 4194304 5064252 140735941509360 140735941508272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15761/statm: 2287 275 233 213 0 72 0
[pid=15764] ppid=15761 vsize=138120 CPUtime=35.14 cores=0,2,4,6
/proc/15764/stat : 15764 (npSolver-pbo) S 15761 15761 15712 0 -1 4202496 62826 182088 0 0 1894 707 818 95 20 0 1 0 274885565 141434880 32634 33554432000 4194304 5992684 140734519471664 140734519457496 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 16 0 0
/proc/15764/statm: 34530 32634 201 440 0 34086 0
[pid=19045] ppid=15764 vsize=3276216 CPUtime=1506.63 cores=0,2,4,6
/proc/19045/stat : 19045 (glucosInc) R 15764 15761 15712 0 -1 4202496 347383 0 0 0 150545 118 0 0 20 0 1 0 274889107 3354845184 714547 33554432000 4194304 5654031 140735939502912 140735939490728 4215200 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19045/statm: 819054 714547 142 357 0 818694 0
Current children cumulated CPU time (s) 1541.77
Current children cumulated vsize (KiB) 3423484

[startup+1602.3 s]
/proc/loadavg: 1.76 1.71 1.56 3/183 1723
/proc/meminfo: memFree=23872924/32873844 swapFree=7616/7616
[pid=15761] ppid=15759 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15761/stat : 15761 (npSolver-pbo-It) S 15759 15761 15712 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274885564 9367552 275 33554432000 4194304 5064252 140735941509360 140735941508272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15761/statm: 2287 275 233 213 0 72 0
[pid=15764] ppid=15761 vsize=138120 CPUtime=35.14 cores=0,2,4,6
/proc/15764/stat : 15764 (npSolver-pbo) S 15761 15761 15712 0 -1 4202496 62826 182088 0 0 1894 707 818 95 20 0 1 0 274885565 141434880 32634 33554432000 4194304 5992684 140734519471664 140734519457496 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 16 0 0
/proc/15764/statm: 34530 32634 201 440 0 34086 0
[pid=19045] ppid=15764 vsize=3276216 CPUtime=1566.61 cores=0,2,4,6
/proc/19045/stat : 19045 (glucosInc) R 15764 15761 15712 0 -1 4202496 347386 0 0 0 156543 118 0 0 20 0 1 0 274889107 3354845184 716083 33554432000 4194304 5654031 140735939502912 140735939490728 4214318 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19045/statm: 819054 716083 142 357 0 818694 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 3423484

[startup+1662.3 s]
/proc/loadavg: 1.66 1.70 1.56 3/183 7320
/proc/meminfo: memFree=23871820/32873844 swapFree=7616/7616
[pid=15761] ppid=15759 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15761/stat : 15761 (npSolver-pbo-It) S 15759 15761 15712 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274885564 9367552 275 33554432000 4194304 5064252 140735941509360 140735941508272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15761/statm: 2287 275 233 213 0 72 0
[pid=15764] ppid=15761 vsize=138120 CPUtime=35.14 cores=0,2,4,6
/proc/15764/stat : 15764 (npSolver-pbo) S 15761 15761 15712 0 -1 4202496 62826 182088 0 0 1894 707 818 95 20 0 1 0 274885565 141434880 32634 33554432000 4194304 5992684 140734519471664 140734519457496 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 16 0 0
/proc/15764/statm: 34530 32634 201 440 0 34086 0
[pid=19045] ppid=15764 vsize=3276216 CPUtime=1626.59 cores=0,2,4,6
/proc/19045/stat : 19045 (glucosInc) R 15764 15761 15712 0 -1 4202496 347392 0 0 0 162541 118 0 0 20 0 1 0 274889107 3354845184 717107 33554432000 4194304 5654031 140735939502912 140735939490728 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19045/statm: 819054 717107 142 357 0 818694 0
Current children cumulated CPU time (s) 1661.73
Current children cumulated vsize (KiB) 3423484

[startup+1722.3 s]
/proc/loadavg: 1.70 1.69 1.56 3/183 12797
/proc/meminfo: memFree=23867716/32873844 swapFree=7616/7616
[pid=15761] ppid=15759 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15761/stat : 15761 (npSolver-pbo-It) S 15759 15761 15712 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274885564 9367552 275 33554432000 4194304 5064252 140735941509360 140735941508272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15761/statm: 2287 275 233 213 0 72 0
[pid=15764] ppid=15761 vsize=138120 CPUtime=35.14 cores=0,2,4,6
/proc/15764/stat : 15764 (npSolver-pbo) S 15761 15761 15712 0 -1 4202496 62826 182088 0 0 1894 707 818 95 20 0 1 0 274885565 141434880 32634 33554432000 4194304 5992684 140734519471664 140734519457496 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 16 0 0
/proc/15764/statm: 34530 32634 201 440 0 34086 0
[pid=19045] ppid=15764 vsize=3276216 CPUtime=1686.59 cores=0,2,4,6
/proc/19045/stat : 19045 (glucosInc) R 15764 15761 15712 0 -1 4202496 347392 0 0 0 168541 118 0 0 20 0 1 0 274889107 3354845184 717107 33554432000 4194304 5654031 140735939502912 140735939490728 4232752 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19045/statm: 819054 717107 142 357 0 818694 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 3423484

[startup+1782.3 s]
/proc/loadavg: 1.49 1.64 1.55 3/181 18412
/proc/meminfo: memFree=23868088/32873844 swapFree=7616/7616
[pid=15761] ppid=15759 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15761/stat : 15761 (npSolver-pbo-It) S 15759 15761 15712 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274885564 9367552 275 33554432000 4194304 5064252 140735941509360 140735941508272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15761/statm: 2287 275 233 213 0 72 0
[pid=15764] ppid=15761 vsize=138120 CPUtime=35.14 cores=0,2,4,6
/proc/15764/stat : 15764 (npSolver-pbo) S 15761 15761 15712 0 -1 4202496 62826 182088 0 0 1894 707 818 95 20 0 1 0 274885565 141434880 32634 33554432000 4194304 5992684 140734519471664 140734519457496 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 16 0 0
/proc/15764/statm: 34530 32634 201 440 0 34086 0
[pid=19045] ppid=15764 vsize=3276216 CPUtime=1746.58 cores=0,2,4,6
/proc/19045/stat : 19045 (glucosInc) R 15764 15761 15712 0 -1 4202496 347394 0 0 0 174540 118 0 0 20 0 1 0 274889107 3354845184 718131 33554432000 4194304 5654031 140735939502912 140735939490728 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19045/statm: 819054 718131 142 357 0 818694 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 3423484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.50 1.63 1.55 3/182 20131
/proc/meminfo: memFree=23867740/32873844 swapFree=7616/7616
[pid=15761] ppid=15759 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15761/stat : 15761 (npSolver-pbo-It) S 15759 15761 15712 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274885564 9367552 275 33554432000 4194304 5064252 140735941509360 140735941508272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15761/statm: 2287 275 233 213 0 72 0
[pid=15764] ppid=15761 vsize=138120 CPUtime=35.14 cores=0,2,4,6
/proc/15764/stat : 15764 (npSolver-pbo) S 15761 15761 15712 0 -1 4202496 62826 182088 0 0 1894 707 818 95 20 0 1 0 274885565 141434880 32634 33554432000 4194304 5992684 140734519471664 140734519457496 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 16 0 0
/proc/15764/statm: 34530 32634 201 440 0 34086 0
[pid=19045] ppid=15764 vsize=3276216 CPUtime=1764.88 cores=0,2,4,6
/proc/19045/stat : 19045 (glucosInc) R 15764 15761 15712 0 -1 4202496 347394 0 0 0 176370 118 0 0 20 0 1 0 274889107 3354845184 718131 33554432000 4194304 5654031 140735939502912 140735939490728 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19045/statm: 819054 718131 142 357 0 818694 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 3423484

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

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

[startup+1800.6 s]
/proc/loadavg: 1.50 1.63 1.55 3/182 20131
/proc/meminfo: memFree=23867740/32873844 swapFree=7616/7616
[pid=15761] ppid=15759 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/15761/stat : 15761 (npSolver-pbo-It) S 15759 15761 15712 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 274885564 9367552 275 33554432000 4194304 5064252 140735941509360 140735941508272 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/15761/statm: 2287 275 233 213 0 72 0
[pid=15764] ppid=15761 vsize=138120 CPUtime=35.14 cores=0,2,4,6
/proc/15764/stat : 15764 (npSolver-pbo) S 15761 15761 15712 0 -1 4202496 62826 182088 0 0 1894 707 818 95 20 0 1 0 274885565 141434880 32634 33554432000 4194304 5992684 140734519471664 140734519457496 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 16 0 0
/proc/15764/statm: 34530 32634 201 440 0 34086 0
[pid=19045] ppid=15764 vsize=3276216 CPUtime=1764.88 cores=0,2,4,6
/proc/19045/stat : 19045 (glucosInc) R 15764 15761 15712 0 -1 4202496 347394 0 0 0 176370 118 0 0 20 0 1 0 274889107 3354845184 718131 33554432000 4194304 5654031 140735939502912 140735939490728 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19045/statm: 819054 718131 142 357 0 818694 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 3423484

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15761 and gives
#  childrusage.ru_utime.tv_sec=27
#  childrusage.ru_utime.tv_usec=123876
#  childrusage.ru_stime.tv_sec=8
#  childrusage.ru_stime.tv_usec=39777
# CPU time returned by wait4() is 35.1637
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.62
CPU time (s): 1800.02
CPU user time (s): 1790.82
CPU system time (s): 9.2
CPU usage (%): 99.9668
Max. virtual memory (cumulated for all children) (KiB): 4190360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.1239
system time used= 8.03978
maximum resident set size= 2508788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245272
page faults= 0
swaps= 0
block input operations= 16
block output operations= 3090368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1628
involuntary context switches= 68

runsolver used 4.19036 second user time and 9.97548 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-27 05:00:12
IDJOB=3702339
IDBENCH=71867
IDSOLVER=2278
FILE ID=node141/3702339-1338087612
RUNJOBID= node141-1338087612-15728
PBS_JOBID= 14624446
Free space on /tmp= 71540 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__32.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702339-1338087612/watcher-3702339-1338087612 -o /tmp/evaluation-result-3702339-1338087612/solver-3702339-1338087612 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702339-1338087612.opb 1957015689 HOME HOME

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

MD5SUM BENCH= 95367a36ca5654a079813431d40e8df1
RANDOM SEED=1957015689

node141.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.744
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.48
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.744
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.744
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.93
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.744
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.92
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.744
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.744
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.91
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.744
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.92
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.744
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:        28221948 kB
Buffers:          317596 kB
Cached:          3511076 kB
SwapCached:            0 kB
Active:           689424 kB
Inactive:        3153260 kB
Active(anon):      16500 kB
Inactive(anon):        0 kB
Active(file):     672924 kB
Inactive(file):  3153260 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             23720 kB
Writeback:             0 kB
AnonPages:         21564 kB
Mapped:            15264 kB
Shmem:               200 kB
Slab:             668040 kB
SReclaimable:     110392 kB
SUnreclaim:       557648 kB
KernelStack:        1416 kB
PageTables:         3968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     134172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70252 MiB
End job on node141 at 2012-05-27 05:30:15