Trace number 3702439

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

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-ns1685374.opb
MD5SUM50acc4afebeb32cddb95c5011f072af8
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-13
Best CPU time to get the best result obtained on this benchmark276.793
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints43295
Number of constraints which are clauses9074
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints34021
Minimum length of a constraint3
Maximum length of a constraint97
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1000000000
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2000000032
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.99/1.05	c run inc solver
0.99/1.05	c [INC SYSTEM] run initial solver
0.99/1.05	c [INC SYSTEM] preprocess with white file
5.66/5.79	c [INC SYSTEM] finished preprocessing in 4 s
5.66/5.79	c [INC SYSTEM] execute solver
76.95/77.03	c [INC SEARCH] formula is SAT
76.95/77.05	c [INC SYSTEM] solved the initial formula
77.04/77.14	c model valid
77.04/77.14	c current solution ok
79.38/79.51	o -7
79.38/79.51	c starting approximation
79.38/79.51	c factor = 1
79.38/79.51	c can not find a suitable factor, leaving approximation
79.38/79.51	c finished approximation
79.38/79.51	c [INC SYSTEM] there exists a inc, kill it!
79.38/79.51	c write failed with 2
79.38/79.52	c [INC SEARCH] iteration: 0
79.38/79.52	c [INC BOUNDS] best value:93 search for 92
79.38/79.52	c [INC SYSTEM] create new solver instance
79.38/79.52	c [INC] encode full formula
79.38/79.52	c (debug) using card networks
79.38/79.52	c set iterative enc to: card
79.38/79.52	c set iterative enc to: none
79.38/79.58	c [INC SEARCH] isOptimum variable: 0
1220.73/1221.02	c formula is SAT
1220.73/1221.05	c [INC SEARCH] copied best model
1220.73/1221.05	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1220.83/1221.13	c model valid
1220.83/1221.13	c current solution ok
1220.83/1221.13	o -9
1220.83/1221.13	c [INC SEARCH] iteration: 1
1220.83/1221.13	c [INC BOUNDS] best value:91 search for 90
1220.83/1221.13	c [INC SYSTEM] there exists a inc, kill it!
1220.83/1221.13	c write failed with 2
1220.83/1221.13	c [INC SYSTEM] create new solver instance
1220.83/1221.13	c [INC] encode full formula
1220.83/1221.13	c (debug) using card networks
1220.83/1221.14	c set iterative enc to: card
1220.83/1221.14	c set iterative enc to: none
1220.87/1221.21	c [INC SEARCH] isOptimum variable: 0
1800.01/1800.40	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.01/1800.40	s UNKNOWN
1800.01/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.01/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-3702439-1338101972/watcher-3702439-1338101972 -o /tmp/evaluation-result-3702439-1338101972/solver-3702439-1338101972 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702439-1338101972.opb 394339676 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.02 2.02 2.01 3/178 1366
/proc/meminfo: memFree=31404004/32873844 swapFree=7632/7632
[pid=1366] ppid=1364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1366/stat : 1366 (npSolver-pbo-It) S 1364 1366 15712 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276321592 9367552 274 33554432000 4194304 5064252 140734429666736 140734429665648 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1366/statm: 2287 274 233 213 0 72 0

[startup+0.0547 s]
/proc/loadavg: 2.02 2.02 2.01 3/178 1366
/proc/meminfo: memFree=31404004/32873844 swapFree=7632/7632
[pid=1366] ppid=1364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1366/stat : 1366 (npSolver-pbo-It) S 1364 1366 15712 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276321592 9367552 274 33554432000 4194304 5064252 140734429666736 140734429665648 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1366/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100259 s]
/proc/loadavg: 2.02 2.02 2.01 3/178 1366
/proc/meminfo: memFree=31404004/32873844 swapFree=7632/7632
[pid=1366] ppid=1364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1366/stat : 1366 (npSolver-pbo-It) S 1364 1366 15712 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276321592 9367552 274 33554432000 4194304 5064252 140734429666736 140734429665648 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1366/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30024 s]
/proc/loadavg: 2.02 2.02 2.01 3/178 1366
/proc/meminfo: memFree=31404004/32873844 swapFree=7632/7632
[pid=1366] ppid=1364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1366/stat : 1366 (npSolver-pbo-It) S 1364 1366 15712 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276321592 9367552 274 33554432000 4194304 5064252 140734429666736 140734429665648 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1366/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70026 s]
/proc/loadavg: 2.02 2.02 2.01 3/178 1366
/proc/meminfo: memFree=31404004/32873844 swapFree=7632/7632
[pid=1366] ppid=1364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1366/stat : 1366 (npSolver-pbo-It) S 1364 1366 15712 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276321592 9367552 274 33554432000 4194304 5064252 140734429666736 140734429665648 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1366/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.02 2.02 2.01 3/180 1368
/proc/meminfo: memFree=31306396/32873844 swapFree=7632/7632
[pid=1366] ppid=1364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1366/stat : 1366 (npSolver-pbo-It) S 1364 1366 15712 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276321592 9367552 274 33554432000 4194304 5064252 140734429666736 140734429665648 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1366/statm: 2287 274 233 213 0 72 0
[pid=1367] ppid=1366 vsize=102820 CPUtime=1.04 cores=0,2,4,6
/proc/1367/stat : 1367 (npSolver-pbo) S 1366 1366 15712 0 -1 4202496 12859 0 0 0 96 8 0 0 20 0 1 0 276321592 105287680 18130 33554432000 4194304 5992684 140734366073232 140734366067680 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1367/statm: 25705 18130 166 440 0 25261 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 111968

[startup+3.10042 s]
/proc/loadavg: 2.02 2.02 2.01 3/182 1370
/proc/meminfo: memFree=31054196/32873844 swapFree=7632/7632
[pid=1366] ppid=1364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1366/stat : 1366 (npSolver-pbo-It) S 1364 1366 15712 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276321592 9367552 274 33554432000 4194304 5064252 140734429666736 140734429665648 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1366/statm: 2287 274 233 213 0 72 0
[pid=1367] ppid=1366 vsize=102820 CPUtime=1.04 cores=0,2,4,6
/proc/1367/stat : 1367 (npSolver-pbo) S 1366 1366 15712 0 -1 4202496 12859 0 0 0 96 8 0 0 20 0 1 0 276321592 105287680 18130 33554432000 4194304 5992684 140734366073232 140734366067680 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1367/statm: 25705 18130 166 440 0 25261 0
[pid=1369] ppid=1367 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1369/stat : 1369 (cp2_pre.sh) S 1367 1366 15712 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 276321697 9367552 277 33554432000 4194304 5064252 140735584368416 140735584367120 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1369/statm: 2287 277 234 213 0 72 0
[pid=1370] ppid=1369 vsize=304968 CPUtime=2.03 cores=0,2,4,6
/proc/1370/stat : 1370 (coprocessor) R 1369 1366 15712 0 -1 4202496 39146 0 0 0 196 7 0 0 20 0 1 0 276321697 312287232 74677 33554432000 4194304 6586260 140734514092960 140734514089224 4775781 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/1370/statm: 76242 74677 175 584 0 75654 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 426084

[startup+6.30027 s]
/proc/loadavg: 2.02 2.02 2.01 3/182 1370
/proc/meminfo: memFree=30915060/32873844 swapFree=7632/7632
[pid=1366] ppid=1364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1366/stat : 1366 (npSolver-pbo-It) S 1364 1366 15712 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276321592 9367552 274 33554432000 4194304 5064252 140734429666736 140734429665648 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1366/statm: 2287 274 233 213 0 72 0
[pid=1367] ppid=1366 vsize=102820 CPUtime=5.75 cores=0,2,4,6
/proc/1367/stat : 1367 (npSolver-pbo) S 1366 1366 15712 0 -1 4202496 12874 48426 0 0 96 8 450 21 20 0 1 0 276321592 105287680 18132 33554432000 4194304 5992684 140734366073232 140734366059496 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1367/statm: 25705 18132 168 440 0 25261 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 111968

[startup+12.7004 s]
/proc/loadavg: 2.02 2.02 2.01 3/181 1372
/proc/meminfo: memFree=31142252/32873844 swapFree=7632/7632
[pid=1366] ppid=1364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1366/stat : 1366 (npSolver-pbo-It) S 1364 1366 15712 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276321592 9367552 274 33554432000 4194304 5064252 140734429666736 140734429665648 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1366/statm: 2287 274 233 213 0 72 0
[pid=1367] ppid=1366 vsize=102820 CPUtime=5.75 cores=0,2,4,6
/proc/1367/stat : 1367 (npSolver-pbo) S 1366 1366 15712 0 -1 4202496 12874 48426 0 0 96 8 450 21 20 0 1 0 276321592 105287680 18132 33554432000 4194304 5992684 140734366073232 140734366059496 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1367/statm: 25705 18132 168 440 0 25261 0
[pid=1372] ppid=1367 vsize=172008 CPUtime=6.89 cores=0,2,4,6
/proc/1372/stat : 1372 (glucosInc) R 1367 1366 15712 0 -1 4202496 30717 0 0 0 683 6 0 0 20 0 1 0 276322171 176136192 38197 33554432000 4194304 5654031 140733847160176 140733847157960 4232707 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1372/statm: 43002 38197 140 357 0 42642 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 283976

[startup+25.5004 s]
/proc/loadavg: 2.01 2.02 2.01 3/181 1372
/proc/meminfo: memFree=31136108/32873844 swapFree=7632/7632
[pid=1366] ppid=1364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1366/stat : 1366 (npSolver-pbo-It) S 1364 1366 15712 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276321592 9367552 274 33554432000 4194304 5064252 140734429666736 140734429665648 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1366/statm: 2287 274 233 213 0 72 0
[pid=1367] ppid=1366 vsize=102820 CPUtime=5.75 cores=0,2,4,6
/proc/1367/stat : 1367 (npSolver-pbo) S 1366 1366 15712 0 -1 4202496 12874 48426 0 0 96 8 450 21 20 0 1 0 276321592 105287680 18132 33554432000 4194304 5992684 140734366073232 140734366059496 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1367/statm: 25705 18132 168 440 0 25261 0
[pid=1372] ppid=1367 vsize=191508 CPUtime=19.68 cores=0,2,4,6
/proc/1372/stat : 1372 (glucosInc) R 1367 1366 15712 0 -1 4202496 31361 0 0 0 1962 6 0 0 20 0 1 0 276322171 196104192 39351 33554432000 4194304 5654031 140733847160176 140733847158072 4215112 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1372/statm: 47877 39351 140 357 0 47517 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 303476

[startup+51.1004 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 1377
/proc/meminfo: memFree=31121188/32873844 swapFree=7632/7632
[pid=1366] ppid=1364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1366/stat : 1366 (npSolver-pbo-It) S 1364 1366 15712 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276321592 9367552 274 33554432000 4194304 5064252 140734429666736 140734429665648 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1366/statm: 2287 274 233 213 0 72 0
[pid=1367] ppid=1366 vsize=102820 CPUtime=5.75 cores=0,2,4,6
/proc/1367/stat : 1367 (npSolver-pbo) S 1366 1366 15712 0 -1 4202496 12874 48426 0 0 96 8 450 21 20 0 1 0 276321592 105287680 18132 33554432000 4194304 5992684 140734366073232 140734366059496 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1367/statm: 25705 18132 168 440 0 25261 0
[pid=1372] ppid=1367 vsize=193316 CPUtime=45.29 cores=0,2,4,6
/proc/1372/stat : 1372 (glucosInc) R 1367 1366 15712 0 -1 4202496 31798 0 0 0 4522 7 0 0 20 0 1 0 276322171 197955584 40810 33554432000 4194304 5654031 140733847160176 140733847157960 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1372/statm: 48329 40810 140 357 0 47969 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 305284

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 1404
/proc/meminfo: memFree=31072672/32873844 swapFree=7632/7632
[pid=1366] ppid=1364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1366/stat : 1366 (npSolver-pbo-It) S 1364 1366 15712 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276321592 9367552 274 33554432000 4194304 5064252 140734429666736 140734429665648 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1366/statm: 2287 274 233 213 0 72 0
[pid=1367] ppid=1366 vsize=115640 CPUtime=79.53 cores=0,2,4,6
/proc/1367/stat : 1367 (npSolver-pbo) S 1366 1366 15712 0 -1 4202496 14171 82227 0 0 141 207 7564 41 20 0 1 0 276321592 118415360 21343 33554432000 4194304 5992684 140734366073232 140734366059064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1367/statm: 28910 21343 196 440 0 28466 0
[pid=1380] ppid=1367 vsize=176164 CPUtime=22.7 cores=0,2,4,6
/proc/1380/stat : 1380 (glucosInc) R 1367 1366 15712 0 -1 4202496 32476 0 0 0 2264 6 0 0 20 0 1 0 276329550 180391936 38878 33554432000 4194304 5654031 140734810512992 140734810500808 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1380/statm: 44041 38878 140 357 0 43681 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 300952

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 1404
/proc/meminfo: memFree=31098156/32873844 swapFree=7632/7632
[pid=1366] ppid=1364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1366/stat : 1366 (npSolver-pbo-It) S 1364 1366 15712 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276321592 9367552 274 33554432000 4194304 5064252 140734429666736 140734429665648 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1366/statm: 2287 274 233 213 0 72 0
[pid=1367] ppid=1366 vsize=115640 CPUtime=79.53 cores=0,2,4,6
/proc/1367/stat : 1367 (npSolver-pbo) S 1366 1366 15712 0 -1 4202496 14171 82227 0 0 141 207 7564 41 20 0 1 0 276321592 118415360 21343 33554432000 4194304 5992684 140734366073232 140734366059064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1367/statm: 28910 21343 196 440 0 28466 0
[pid=1380] ppid=1367 vsize=195132 CPUtime=82.68 cores=0,2,4,6
/proc/1380/stat : 1380 (glucosInc) R 1367 1366 15712 0 -1 4202496 32961 0 0 0 8261 7 0 0 20 0 1 0 276329550 199815168 39339 33554432000 4194304 5654031 140734810512992 140734810500808 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1380/statm: 48783 39339 140 357 0 48423 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 319920

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1404
/proc/meminfo: memFree=31080704/32873844 swapFree=7632/7632
[pid=1366] ppid=1364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1366/stat : 1366 (npSolver-pbo-It) S 1364 1366 15712 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276321592 9367552 274 33554432000 4194304 5064252 140734429666736 140734429665648 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1366/statm: 2287 274 233 213 0 72 0
[pid=1367] ppid=1366 vsize=115640 CPUtime=79.53 cores=0,2,4,6
/proc/1367/stat : 1367 (npSolver-pbo) S 1366 1366 15712 0 -1 4202496 14171 82227 0 0 141 207 7564 41 20 0 1 0 276321592 118415360 21343 33554432000 4194304 5992684 140734366073232 140734366059064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1367/statm: 28910 21343 196 440 0 28466 0
[pid=1380] ppid=1367 vsize=197016 CPUtime=142.66 cores=0,2,4,6
/proc/1380/stat : 1380 (glucosInc) R 1367 1366 15712 0 -1 4202496 33209 0 0 0 14259 7 0 0 20 0 1 0 276329550 201744384 40593 33554432000 4194304 5654031 140734810512992 140734810510760 4233344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1380/statm: 49254 40593 140 357 0 48894 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 321804

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1404
/proc/meminfo: memFree=31067668/32873844 swapFree=7632/7632
[pid=1366] ppid=1364 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=31145524/32873844 swapFree=7632/7632
[pid=1366] ppid=1364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1366/stat : 1366 (npSolver-pbo-It) S 1364 1366 15712 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276321592 9367552 274 33554432000 4194304 5064252 140734429666736 140734429665648 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1366/statm: 2287 274 233 213 0 72 0
[pid=1367] ppid=1366 vsize=121696 CPUtime=1220.93 cores=0,2,4,6
/proc/1367/stat : 1367 (npSolver-pbo) S 1366 1366 15712 0 -1 4202496 16370 120093 0 0 154 207 121673 59 20 0 1 0 276321592 124616704 22806 33554432000 4194304 5992684 140734366073232 140734366059064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1367/statm: 30424 22806 196 440 0 29980 0
[pid=1515] ppid=1367 vsize=174624 CPUtime=21.07 cores=0,2,4,6
/proc/1515/stat : 1515 (glucosInc) R 1367 1366 15712 0 -1 4202496 32142 0 0 0 2101 6 0 0 20 0 1 0 276443712 178814976 39133 33554432000 4194304 5654031 140734789410224 140734789398040 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1515/statm: 43656 39133 140 357 0 43296 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 305468

[startup+1302.3 s]
/proc/loadavg: 2.01 2.05 2.00 3/183 1519
/proc/meminfo: memFree=31129340/32873844 swapFree=7632/7632
[pid=1366] ppid=1364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1366/stat : 1366 (npSolver-pbo-It) S 1364 1366 15712 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276321592 9367552 274 33554432000 4194304 5064252 140734429666736 140734429665648 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1366/statm: 2287 274 233 213 0 72 0
[pid=1367] ppid=1366 vsize=121696 CPUtime=1220.93 cores=0,2,4,6
/proc/1367/stat : 1367 (npSolver-pbo) S 1366 1366 15712 0 -1 4202496 16370 120093 0 0 154 207 121673 59 20 0 1 0 276321592 124616704 22806 33554432000 4194304 5992684 140734366073232 140734366059064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1367/statm: 30424 22806 196 440 0 29980 0
[pid=1515] ppid=1367 vsize=195084 CPUtime=81.07 cores=0,2,4,6
/proc/1515/stat : 1515 (glucosInc) R 1367 1366 15712 0 -1 4202496 33002 0 0 0 8100 7 0 0 20 0 1 0 276443712 199766016 42034 33554432000 4194304 5654031 140734789410224 140734789398040 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1515/statm: 48771 42034 140 357 0 48411 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 325928

[startup+1362.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/183 1519
/proc/meminfo: memFree=31123608/32873844 swapFree=7632/7632
[pid=1366] ppid=1364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1366/stat : 1366 (npSolver-pbo-It) S 1364 1366 15712 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276321592 9367552 274 33554432000 4194304 5064252 140734429666736 140734429665648 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1366/statm: 2287 274 233 213 0 72 0
[pid=1367] ppid=1366 vsize=121696 CPUtime=1220.93 cores=0,2,4,6
/proc/1367/stat : 1367 (npSolver-pbo) S 1366 1366 15712 0 -1 4202496 16370 120093 0 0 154 207 121673 59 20 0 1 0 276321592 124616704 22806 33554432000 4194304 5992684 140734366073232 140734366059064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1367/statm: 30424 22806 196 440 0 29980 0
[pid=1515] ppid=1367 vsize=195768 CPUtime=141.05 cores=0,2,4,6
/proc/1515/stat : 1515 (glucosInc) R 1367 1366 15712 0 -1 4202496 34399 0 0 0 14096 9 0 0 20 0 1 0 276443712 200466432 41894 33554432000 4194304 5654031 140734789410224 140734789398040 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1515/statm: 48942 41894 141 357 0 48582 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 326612

[startup+1422.31 s]
/proc/loadavg: 2.05 2.04 2.00 3/183 1519
/proc/meminfo: memFree=31110608/32873844 swapFree=7632/7632
[pid=1366] ppid=1364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1366/stat : 1366 (npSolver-pbo-It) S 1364 1366 15712 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276321592 9367552 274 33554432000 4194304 5064252 140734429666736 140734429665648 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1366/statm: 2287 274 233 213 0 72 0
[pid=1367] ppid=1366 vsize=121696 CPUtime=1220.93 cores=0,2,4,6
/proc/1367/stat : 1367 (npSolver-pbo) S 1366 1366 15712 0 -1 4202496 16370 120093 0 0 154 207 121673 59 20 0 1 0 276321592 124616704 22806 33554432000 4194304 5992684 140734366073232 140734366059064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1367/statm: 30424 22806 196 440 0 29980 0
[pid=1515] ppid=1367 vsize=200812 CPUtime=201.04 cores=0,2,4,6
/proc/1515/stat : 1515 (glucosInc) R 1367 1366 15712 0 -1 4202496 35154 0 0 0 20095 9 0 0 20 0 1 0 276443712 205631488 43150 33554432000 4194304 5654031 140734789410224 140734789398040 4232800 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1515/statm: 50203 43150 141 357 0 49843 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 331656

[startup+1482.3 s]
/proc/loadavg: 2.09 2.05 2.00 3/183 1519
/proc/meminfo: memFree=31133000/32873844 swapFree=7632/7632
[pid=1366] ppid=1364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1366/stat : 1366 (npSolver-pbo-It) S 1364 1366 15712 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276321592 9367552 274 33554432000 4194304 5064252 140734429666736 140734429665648 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1366/statm: 2287 274 233 213 0 72 0
[pid=1367] ppid=1366 vsize=121696 CPUtime=1220.93 cores=0,2,4,6
/proc/1367/stat : 1367 (npSolver-pbo) S 1366 1366 15712 0 -1 4202496 16370 120093 0 0 154 207 121673 59 20 0 1 0 276321592 124616704 22806 33554432000 4194304 5992684 140734366073232 140734366059064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1367/statm: 30424 22806 196 440 0 29980 0
[pid=1515] ppid=1367 vsize=200812 CPUtime=261.02 cores=0,2,4,6
/proc/1515/stat : 1515 (glucosInc) R 1367 1366 15712 0 -1 4202496 35854 0 0 0 26092 10 0 0 20 0 1 0 276443712 205631488 42551 33554432000 4194304 5654031 140734789410224 140734789398040 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1515/statm: 50203 42551 141 357 0 49843 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 331656

[startup+1542.3 s]
/proc/loadavg: 2.10 2.05 2.00 3/183 1519
/proc/meminfo: memFree=31122140/32873844 swapFree=7632/7632
[pid=1366] ppid=1364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1366/stat : 1366 (npSolver-pbo-It) S 1364 1366 15712 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276321592 9367552 274 33554432000 4194304 5064252 140734429666736 140734429665648 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1366/statm: 2287 274 233 213 0 72 0
[pid=1367] ppid=1366 vsize=121696 CPUtime=1220.93 cores=0,2,4,6
/proc/1367/stat : 1367 (npSolver-pbo) S 1366 1366 15712 0 -1 4202496 16370 120093 0 0 154 207 121673 59 20 0 1 0 276321592 124616704 22806 33554432000 4194304 5992684 140734366073232 140734366059064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1367/statm: 30424 22806 196 440 0 29980 0
[pid=1515] ppid=1367 vsize=202852 CPUtime=321.02 cores=0,2,4,6
/proc/1515/stat : 1515 (glucosInc) R 1367 1366 15712 0 -1 4202496 35994 0 0 0 32092 10 0 0 20 0 1 0 276443712 207720448 43713 33554432000 4194304 5654031 140734789410224 140734789398040 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1515/statm: 50713 43713 141 357 0 50353 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 333696

[startup+1602.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/183 1520
/proc/meminfo: memFree=31118912/32873844 swapFree=7632/7632
[pid=1366] ppid=1364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1366/stat : 1366 (npSolver-pbo-It) S 1364 1366 15712 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276321592 9367552 274 33554432000 4194304 5064252 140734429666736 140734429665648 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1366/statm: 2287 274 233 213 0 72 0
[pid=1367] ppid=1366 vsize=121696 CPUtime=1220.93 cores=0,2,4,6
/proc/1367/stat : 1367 (npSolver-pbo) S 1366 1366 15712 0 -1 4202496 16370 120093 0 0 154 207 121673 59 20 0 1 0 276321592 124616704 22806 33554432000 4194304 5992684 140734366073232 140734366059064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1367/statm: 30424 22806 196 440 0 29980 0
[pid=1515] ppid=1367 vsize=202852 CPUtime=381.01 cores=0,2,4,6
/proc/1515/stat : 1515 (glucosInc) R 1367 1366 15712 0 -1 4202496 36954 0 0 0 38090 11 0 0 20 0 1 0 276443712 207720448 42757 33554432000 4194304 5654031 140734789410224 140734789398040 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1515/statm: 50713 42757 141 357 0 50353 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 333696

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 1520
/proc/meminfo: memFree=31111960/32873844 swapFree=7632/7632
[pid=1366] ppid=1364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1366/stat : 1366 (npSolver-pbo-It) S 1364 1366 15712 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276321592 9367552 274 33554432000 4194304 5064252 140734429666736 140734429665648 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1366/statm: 2287 274 233 213 0 72 0
[pid=1367] ppid=1366 vsize=121696 CPUtime=1220.93 cores=0,2,4,6
/proc/1367/stat : 1367 (npSolver-pbo) S 1366 1366 15712 0 -1 4202496 16370 120093 0 0 154 207 121673 59 20 0 1 0 276321592 124616704 22806 33554432000 4194304 5992684 140734366073232 140734366059064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1367/statm: 30424 22806 196 440 0 29980 0
[pid=1515] ppid=1367 vsize=202852 CPUtime=441 cores=0,2,4,6
/proc/1515/stat : 1515 (glucosInc) R 1367 1366 15712 0 -1 4202496 36955 0 0 0 44089 11 0 0 20 0 1 0 276443712 207720448 43275 33554432000 4194304 5654031 140734789410224 140734789398040 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1515/statm: 50713 43275 141 357 0 50353 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 333696

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 1520
/proc/meminfo: memFree=31131256/32873844 swapFree=7632/7632
[pid=1366] ppid=1364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1366/stat : 1366 (npSolver-pbo-It) S 1364 1366 15712 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276321592 9367552 274 33554432000 4194304 5064252 140734429666736 140734429665648 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1366/statm: 2287 274 233 213 0 72 0
[pid=1367] ppid=1366 vsize=121696 CPUtime=1220.93 cores=0,2,4,6
/proc/1367/stat : 1367 (npSolver-pbo) S 1366 1366 15712 0 -1 4202496 16370 120093 0 0 154 207 121673 59 20 0 1 0 276321592 124616704 22806 33554432000 4194304 5992684 140734366073232 140734366059064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1367/statm: 30424 22806 196 440 0 29980 0
[pid=1515] ppid=1367 vsize=202852 CPUtime=500.99 cores=0,2,4,6
/proc/1515/stat : 1515 (glucosInc) R 1367 1366 15712 0 -1 4202496 36960 0 0 0 50088 11 0 0 20 0 1 0 276443712 207720448 44389 33554432000 4194304 5654031 140734789410224 140734789398040 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1515/statm: 50713 44389 141 357 0 50353 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 333696

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 1520
/proc/meminfo: memFree=31122940/32873844 swapFree=7632/7632
[pid=1366] ppid=1364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1366/stat : 1366 (npSolver-pbo-It) S 1364 1366 15712 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276321592 9367552 274 33554432000 4194304 5064252 140734429666736 140734429665648 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1366/statm: 2287 274 233 213 0 72 0
[pid=1367] ppid=1366 vsize=121696 CPUtime=1220.93 cores=0,2,4,6
/proc/1367/stat : 1367 (npSolver-pbo) S 1366 1366 15712 0 -1 4202496 16370 120093 0 0 154 207 121673 59 20 0 1 0 276321592 124616704 22806 33554432000 4194304 5992684 140734366073232 140734366059064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1367/statm: 30424 22806 196 440 0 29980 0
[pid=1515] ppid=1367 vsize=202852 CPUtime=560.98 cores=0,2,4,6
/proc/1515/stat : 1515 (glucosInc) R 1367 1366 15712 0 -1 4202496 36961 0 0 0 56087 11 0 0 20 0 1 0 276443712 207720448 44901 33554432000 4194304 5654031 140734789410224 140734789398040 4232581 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1515/statm: 50713 44901 141 357 0 50353 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 333696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 1520
/proc/meminfo: memFree=31118596/32873844 swapFree=7632/7632
[pid=1366] ppid=1364 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1366/stat : 1366 (npSolver-pbo-It) S 1364 1366 15712 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 276321592 9367552 274 33554432000 4194304 5064252 140734429666736 140734429665648 209883653710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1366/statm: 2287 274 233 213 0 72 0
[pid=1367] ppid=1366 vsize=121696 CPUtime=1220.93 cores=0,2,4,6
/proc/1367/stat : 1367 (npSolver-pbo) S 1366 1366 15712 0 -1 4202496 16370 120093 0 0 154 207 121673 59 20 0 1 0 276321592 124616704 22806 33554432000 4194304 5992684 140734366073232 140734366059064 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/1367/statm: 30424 22806 196 440 0 29980 0
[pid=1515] ppid=1367 vsize=202852 CPUtime=579.08 cores=0,2,4,6
/proc/1515/stat : 1515 (glucosInc) R 1367 1366 15712 0 -1 4202496 36962 0 0 0 57897 11 0 0 20 0 1 0 276443712 207720448 45413 33554432000 4194304 5654031 140734789410224 140734789398040 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1515/statm: 50713 45413 141 357 0 50353 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 333696

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.06
CPU user time (s): 1797.26
CPU system time (s): 2.79757
CPU usage (%): 99.9805
Max. virtual memory (cumulated for all children) (KiB): 478136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.26
system time used= 2.79757
maximum resident set size= 364908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173801
page faults= 0
swaps= 0
block input operations= 8
block output operations= 383944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2075
involuntary context switches= 3122

runsolver used 3.56946 second user time and 9.36658 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-27 08:59:33
IDJOB=3702439
IDBENCH=89891
IDSOLVER=2278
FILE ID=node141/3702439-1338101972
RUNJOBID= node141-1338087612-15728
PBS_JOBID= 14624446
Free space on /tmp= 71484 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-ns1685374.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702439-1338101972/watcher-3702439-1338101972 -o /tmp/evaluation-result-3702439-1338101972/solver-3702439-1338101972 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702439-1338101972.opb 394339676 HOME HOME

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

MD5SUM BENCH= 50acc4afebeb32cddb95c5011f072af8
RANDOM SEED=394339676

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:        31404648 kB
Buffers:          151760 kB
Cached:           300480 kB
SwapCached:          232 kB
Active:           345048 kB
Inactive:         308140 kB
Active(anon):     189756 kB
Inactive(anon):    12856 kB
Active(file):     155292 kB
Inactive(file):   295284 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108624 kB
Dirty:             10116 kB
Writeback:             0 kB
AnonPages:        213528 kB
Mapped:            11236 kB
Shmem:               172 kB
Slab:             669372 kB
SReclaimable:     111856 kB
SUnreclaim:       557516 kB
KernelStack:        1464 kB
PageTables:         4104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     360396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     94208 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= 71456 MiB
End job on node141 at 2012-05-27 09:29:33