Trace number 3482307

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 NameAnswerCPU timeWall clock time
borg pb-opt-11.04.03? (MO) 145.88 144.484

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-p6b.opb
MD5SUMf076140978d89a37e97e041a8b1e6b8f
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-63
Best CPU time to get the best result obtained on this benchmark1797.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables462
Total number of constraints5852
Number of constraints which are clauses5852
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 462
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 462
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 462
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.31/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.opt.pickle
0.31/0.47	c INFO: solving HOME/instance-3482307-1307578898.opb
0.31/0.50	c INFO: parsing took 0.02 s
0.40/0.54	c INFO: features took 0.04 CPU seconds
0.40/0.57	c INFO: running sat4j-pb-v20101225@0 for 45 with 1799 remaining (b = 0.47)
49.59/48.61	c INFO: running wbo1.4a@0 for 45 with 1750 remaining (b = 0.02)
98.18/97.08	c INFO: running scip-2.0.1-spx@0 for 45 with 1703 remaining (b = 0.01)
145.77/144.34	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1657 remaining (b = 0.01)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3482307-1307578898/watcher-3482307-1307578898 -o /tmp/evaluation-result-3482307-1307578898/solver-3482307-1307578898 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3482307-1307578898.opb -seed 667013878 -budget 1800 

running on 4 cores: 1,3,5,7

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.17 2.12 1.93 2/851 25493
/proc/meminfo: memFree=6580528/32950928 swapFree=61542368/67111528
[pid=25493] ppid=25491 vsize=16236 CPUtime=0 cores=1,3,5,7
/proc/25493/stat : 25493 (python) R 25491 25493 22387 0 -1 4202496 1038 0 0 0 0 0 0 0 20 0 1 0 948120530 16625664 909 33554432000 4194304 5683644 140735002889712 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/25493/statm: 4059 909 380 364 0 546 0

[startup+0.0781571 s]
/proc/loadavg: 2.17 2.12 1.93 2/851 25493
/proc/meminfo: memFree=6580528/32950928 swapFree=61542368/67111528
[pid=25493] ppid=25491 vsize=85352 CPUtime=0.05 cores=1,3,5,7
/proc/25493/stat : 25493 (python) R 25491 25493 22387 0 -1 4202496 2581 0 0 0 4 1 0 0 17 0 1 0 948120530 87400448 2306 33554432000 4194304 5683644 140735002889712 18446744073709551615 260905392128 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/25493/statm: 21338 2306 707 364 0 1555 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85352

[startup+0.100152 s]
/proc/loadavg: 2.17 2.12 1.93 2/851 25493
/proc/meminfo: memFree=6580528/32950928 swapFree=61542368/67111528
[pid=25493] ppid=25491 vsize=96124 CPUtime=0.07 cores=1,3,5,7
/proc/25493/stat : 25493 (python) R 25491 25493 22387 0 -1 4202496 3169 932 1 0 6 1 0 0 18 0 1 0 948120530 98430976 2483 33554432000 4194304 5683644 140735002889712 18446744073709551615 5172007 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/25493/statm: 24031 2483 792 364 0 1626 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 96124

[startup+0.300116 s]
/proc/loadavg: 2.17 2.12 1.93 2/851 25493
/proc/meminfo: memFree=6580528/32950928 swapFree=61542368/67111528
[pid=25493] ppid=25491 vsize=202992 CPUtime=0.23 cores=1,3,5,7
/proc/25493/stat : 25493 (python) R 25491 25493 22387 0 -1 4202496 6670 932 1 0 17 6 0 0 17 0 1 0 948120530 207863808 4956 33554432000 4194304 5683644 140735002889712 18446744073709551615 260905392128 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/25493/statm: 50748 4956 1472 364 0 3710 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 202992

[startup+0.701045 s]
/proc/loadavg: 2.17 2.12 1.93 2/851 25493
/proc/meminfo: memFree=6580528/32950928 swapFree=61542368/67111528
[pid=25493] ppid=25491 vsize=293888 CPUtime=0.47 cores=1,3,5,7
/proc/25493/stat : 25493 (python) S 25491 25493 22387 0 -1 4202496 9819 932 1 0 38 9 0 0 19 0 2 0 948120530 300941312 7325 33554432000 4194304 5683644 140735002889712 18446744073709551615 260917220811 0 0 16781312 33554434 18446744073709551615 0 0 17 5 0 0 0
/proc/25493/statm: 73472 7325 1862 364 0 8359 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 293888

[startup+1.5009 s]
/proc/loadavg: 2.17 2.12 1.93 5/873 25519
/proc/meminfo: memFree=6525344/32950928 swapFree=61542368/67111528
[pid=25493] ppid=25491 vsize=293888 CPUtime=0.47 cores=1,3,5,7
/proc/25493/stat : 25493 (python) S 25491 25493 22387 0 -1 4202496 9819 932 1 0 38 9 0 0 19 0 2 0 948120530 300941312 7325 33554432000 4194304 5683644 140735002889712 18446744073709551615 260917220811 0 0 16781312 33554434 18446744073709551615 0 0 17 5 0 0 0
/proc/25493/statm: 73472 7325 1862 364 0 8359 0
[pid=25499] ppid=25493 vsize=283644 CPUtime=0 cores=1,3,5,7
/proc/25499/stat : 25499 (python) S 25493 25493 22387 0 -1 4202560 774 0 0 0 0 0 0 0 15 0 1 0 948120588 290451456 5811 33554432000 4194304 5683644 140735002889712 18446744073709551615 260905414159 0 0 16781312 33554946 4294934791 0 0 17 3 0 0 0
/proc/25499/statm: 70911 5811 352 364 0 5798 0
[pid=25501] ppid=25499 vsize=8536888 CPUtime=1.45 cores=1,3,5,7
/proc/25501/stat : 25501 (java) S 25499 25501 25501 0 -1 4202496 15622 0 1 0 143 2 0 0 19 0 19 0 948120588 8741773312 14342 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25501/statm: 2134222 14342 2251 9 0 2124963 0
[pid=25501/tid=25502] ppid=25499 vsize=8536888 CPUtime=0.89 cores=1,3,5,7
/proc/25501/task/25502/stat : 25502 (java) R 25499 25501 25501 0 -1 4202560 8472 0 1 0 88 1 0 0 19 0 19 0 948120589 8741773312 14342 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 46912505704846 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25501/tid=25503] ppid=25499 vsize=8536888 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25503/stat : 25503 (java) S 25499 25501 25501 0 -1 4202560 494 0 0 0 0 0 0 0 18 0 19 0 948120589 8741773312 14342 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 7 0 0 0
[pid=25501/tid=25504] ppid=25499 vsize=8536888 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25504/stat : 25504 (java) S 25499 25501 25501 0 -1 4202560 533 0 0 0 0 0 0 0 18 0 19 0 948120589 8741773312 14342 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 3 0 0 0
[pid=25501/tid=25505] ppid=25499 vsize=8536888 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25505/stat : 25505 (java) S 25499 25501 25501 0 -1 4202560 229 0 0 0 0 0 0 0 18 0 19 0 948120589 8741773312 14342 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 5 0 0 0
[pid=25501/tid=25506] ppid=25499 vsize=8536888 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25506/stat : 25506 (java) S 25499 25501 25501 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 19 0 948120589 8741773312 14342 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 7 0 0 0
[pid=25501/tid=25507] ppid=25499 vsize=8536888 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25507/stat : 25507 (java) S 25499 25501 25501 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 948120589 8741773312 14342 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 5 0 0 0
[pid=25501/tid=25508] ppid=25499 vsize=8536888 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25508/stat : 25508 (java) S 25499 25501 25501 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 948120589 8741773312 14342 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 5 0 0 0
[pid=25501/tid=25509] ppid=25499 vsize=8536888 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25509/stat : 25509 (java) S 25499 25501 25501 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 948120589 8741773312 14342 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 5 0 0 0
[pid=25501/tid=25510] ppid=25499 vsize=8536888 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25510/stat : 25510 (java) S 25499 25501 25501 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 948120589 8741773312 14342 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 5 0 0 0
[pid=25501/tid=25511] ppid=25499 vsize=8536888 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25511/stat : 25511 (java) S 25499 25501 25501 0 -1 4202560 1273 0 0 0 0 0 0 0 17 0 19 0 948120590 8741773312 14342 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210624 0 0 0 16800975 18446604455967024128 0 0 -1 1 0 0 0
[pid=25501/tid=25512] ppid=25499 vsize=8536888 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25512/stat : 25512 (java) S 25499 25501 25501 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 948120591 8741773312 14342 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 1 0 0 0
[pid=25501/tid=25513] ppid=25499 vsize=8536888 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25513/stat : 25513 (java) S 25499 25501 25501 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 948120591 8741773312 14342 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 3 0 0 0
[pid=25501/tid=25514] ppid=25499 vsize=8536888 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25514/stat : 25514 (java) S 25499 25501 25501 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 948120593 8741773312 14342 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917217713 0 4 0 16800975 18446604455967024128 0 0 -1 1 0 0 0
[pid=25501/tid=25515] ppid=25499 vsize=8536888 CPUtime=0.27 cores=1,3,5,7
/proc/25501/task/25515/stat : 25515 (java) R 25499 25501 25501 0 -1 4202560 1560 0 0 0 27 0 0 0 21 0 19 0 948120593 8741773312 14342 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 47164774284249 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=25501/tid=25516] ppid=25499 vsize=8536888 CPUtime=0.25 cores=1,3,5,7
/proc/25501/task/25516/stat : 25516 (java) S 25499 25501 25501 0 -1 4202560 1624 0 0 0 25 0 0 0 22 0 19 0 948120593 8741773312 14342 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 3 0 0 0
[pid=25501/tid=25517] ppid=25499 vsize=8536888 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25517/stat : 25517 (java) S 25499 25501 25501 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 948120593 8741773312 14342 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 1 0 0 0
[pid=25501/tid=25518] ppid=25499 vsize=8536888 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25518/stat : 25518 (java) S 25499 25501 25501 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 948120593 8741773312 14342 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210624 0 4 0 16800975 18446604455967024128 0 0 -1 5 0 0 0
[pid=25501/tid=25519] ppid=25499 vsize=8536888 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25519/stat : 25519 (java) S 25499 25501 25501 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 948120622 8741773312 14342 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210624 0 4 0 16800975 18446604455967024128 0 0 -1 3 0 0 0
[pid=25493/tid=25500] ppid=25491 vsize=293888 CPUtime=0 cores=1,3,5,7
/proc/25493/task/25500/stat : 25500 (python) S 25491 25493 22387 0 -1 4202560 29 932 0 0 0 0 0 0 19 0 2 0 948120588 300941312 7325 33554432000 4194304 5683644 140735002889712 18446744073709551615 260917217713 0 0 16781312 33554434 18446604459706579072 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9114420

[startup+3.1006 s]
/proc/loadavg: 2.17 2.12 1.93 3/873 25519
/proc/meminfo: memFree=6491492/32950928 swapFree=61542368/67111528
[pid=25493] ppid=25491 vsize=293888 CPUtime=0.47 cores=1,3,5,7
/proc/25493/stat : 25493 (python) S 25491 25493 22387 0 -1 4202496 9819 932 1 0 38 9 0 0 19 0 2 0 948120530 300941312 7325 33554432000 4194304 5683644 140735002889712 18446744073709551615 260917220811 0 0 16781312 33554434 18446744073709551615 0 0 17 5 0 0 0
/proc/25493/statm: 73472 7325 1862 364 0 8359 0
[pid=25499] ppid=25493 vsize=283644 CPUtime=0 cores=1,3,5,7
/proc/25499/stat : 25499 (python) S 25493 25493 22387 0 -1 4202560 775 0 0 0 0 0 0 0 15 0 1 0 948120588 290451456 5811 33554432000 4194304 5683644 140735002889712 18446744073709551615 260905414159 0 0 16781312 33554946 4294934791 0 0 17 3 0 0 0
/proc/25499/statm: 70911 5811 352 364 0 5798 0
[pid=25501] ppid=25499 vsize=8536888 CPUtime=3.12 cores=1,3,5,7
/proc/25501/stat : 25501 (java) S 25499 25501 25501 0 -1 4202496 21221 0 1 0 309 3 0 0 19 0 19 0 948120588 8741773312 19606 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25501/statm: 2134222 19606 2251 9 0 2124963 0
[pid=25501/tid=25502] ppid=25499 vsize=8536888 CPUtime=2.46 cores=1,3,5,7
/proc/25501/task/25502/stat : 25502 (java) R 25499 25501 25501 0 -1 4202560 8474 0 1 0 245 1 0 0 23 0 19 0 948120589 8741773312 19606 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 46912505704806 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25501/tid=25503] ppid=25499 vsize=8536888 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25503/stat : 25503 (java) S 25499 25501 25501 0 -1 4202560 1394 0 0 0 0 0 0 0 15 0 19 0 948120589 8741773312 19606 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 7 0 0 0
[pid=25501/tid=25504] ppid=25499 vsize=8536888 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25504/stat : 25504 (java) S 25499 25501 25501 0 -1 4202560 879 0 0 0 0 0 0 0 16 0 19 0 948120589 8741773312 19606 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 5 0 0 0
[pid=25501/tid=25505] ppid=25499 vsize=8536888 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25505/stat : 25505 (java) S 25499 25501 25501 0 -1 4202560 624 0 0 0 0 0 0 0 16 0 19 0 948120589 8741773312 19606 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 3 0 0 0
[pid=25501/tid=25506] ppid=25499 vsize=8536888 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25506/stat : 25506 (java) S 25499 25501 25501 0 -1 4202560 460 0 0 0 0 0 0 0 16 0 19 0 948120589 8741773312 19606 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 7 0 0 0
[pid=25501/tid=25507] ppid=25499 vsize=8536888 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25507/stat : 25507 (java) S 25499 25501 25501 0 -1 4202560 121 0 0 0 0 0 0 0 15 0 19 0 948120589 8741773312 19606 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 5 0 0 0
[pid=25501/tid=25508] ppid=25499 vsize=8536888 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25508/stat : 25508 (java) S 25499 25501 25501 0 -1 4202560 797 0 0 0 0 0 0 0 15 0 19 0 948120589 8741773312 19606 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 5 0 0 0
[pid=25501/tid=25509] ppid=25499 vsize=8536888 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25509/stat : 25509 (java) S 25499 25501 25501 0 -1 4202560 388 0 0 0 0 0 0 0 15 0 19 0 948120589 8741773312 19606 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 3 0 0 0
[pid=25501/tid=25510] ppid=25499 vsize=8536888 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25510/stat : 25510 (java) S 25499 25501 25501 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 19 0 948120589 8741773312 19606 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 7 0 0 0
[pid=25501/tid=25511] ppid=25499 vsize=8536888 CPUtime=0.02 cores=1,3,5,7
/proc/25501/task/25511/stat : 25511 (java) S 25499 25501 25501 0 -1 4202560 3064 0 0 0 2 0 0 0 15 0 19 0 948120590 8741773312 19606 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210624 0 0 0 16800975 18446604455967024128 0 0 -1 1 0 0 0
[pid=25501/tid=25512] ppid=25499 vsize=8536888 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25512/stat : 25512 (java) S 25499 25501 25501 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 948120591 8741773312 19606 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 1 0 0 0
[pid=25501/tid=25513] ppid=25499 vsize=8536888 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25513/stat : 25513 (java) S 25499 25501 25501 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 948120591 8741773312 19606 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 3 0 0 0
[pid=25501/tid=25514] ppid=25499 vsize=8536888 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25514/stat : 25514 (java) S 25499 25501 25501 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 948120593 8741773312 19606 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917217713 0 4 0 16800975 18446604455967024128 0 0 -1 1 0 0 0
[pid=25501/tid=25515] ppid=25499 vsize=8536888 CPUtime=0.31 cores=1,3,5,7
/proc/25501/task/25515/stat : 25515 (java) S 25499 25501 25501 0 -1 4202560 1901 0 0 0 31 0 0 0 15 0 19 0 948120593 8741773312 19606 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 7 0 0 0
[pid=25501/tid=25516] ppid=25499 vsize=8536888 CPUtime=0.27 cores=1,3,5,7
/proc/25501/task/25516/stat : 25516 (java) S 25499 25501 25501 0 -1 4202560 1626 0 0 0 27 0 0 0 15 0 19 0 948120593 8741773312 19606 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 3 0 0 0
[pid=25501/tid=25517] ppid=25499 vsize=8536888 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25517/stat : 25517 (java) S 25499 25501 25501 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 948120593 8741773312 19606 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 1 0 0 0
[pid=25501/tid=25518] ppid=25499 vsize=8536888 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25518/stat : 25518 (java) S 25499 25501 25501 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 948120593 8741773312 19606 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210624 0 4 0 16800975 18446604455967024128 0 0 -1 5 0 0 0
[pid=25501/tid=25519] ppid=25499 vsize=8536888 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25519/stat : 25519 (java) S 25499 25501 25501 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 948120622 8741773312 19606 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210624 0 4 0 16800975 18446604455967024128 0 0 -1 3 0 0 0
[pid=25493/tid=25500] ppid=25491 vsize=293888 CPUtime=0 cores=1,3,5,7
/proc/25493/task/25500/stat : 25500 (python) S 25491 25493 22387 0 -1 4202560 29 932 0 0 0 0 0 0 19 0 2 0 948120588 300941312 7325 33554432000 4194304 5683644 140735002889712 18446744073709551615 260917217713 0 0 16781312 33554434 18446604459706579072 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 9114420

[startup+6.30102 s]
/proc/loadavg: 2.16 2.12 1.93 3/873 25519
/proc/meminfo: memFree=6464824/32950928 swapFree=61542368/67111528
[pid=25493] ppid=25491 vsize=293888 CPUtime=0.47 cores=1,3,5,7
/proc/25493/stat : 25493 (python) S 25491 25493 22387 0 -1 4202496 9819 932 1 0 38 9 0 0 19 0 2 0 948120530 300941312 7325 33554432000 4194304 5683644 140735002889712 18446744073709551615 260917220811 0 0 16781312 33554434 18446744073709551615 0 0 17 5 0 0 0
/proc/25493/statm: 73472 7325 1862 364 0 8359 0
[pid=25499] ppid=25493 vsize=283644 CPUtime=0.02 cores=1,3,5,7
/proc/25499/stat : 25499 (python) S 25493 25493 22387 0 -1 4202560 913 0 0 0 1 1 0 0 15 0 1 0 948120588 290451456 5835 33554432000 4194304 5683644 140735002889712 18446744073709551615 260905414159 0 0 16781312 33554946 4294934791 0 0 17 3 0 0 0
/proc/25499/statm: 70911 5835 376 364 0 5798 0
[pid=25501] ppid=25499 vsize=8536272 CPUtime=6.41 cores=1,3,5,7
/proc/25501/stat : 25501 (java) S 25499 25501 25501 0 -1 4202496 26155 0 1 0 637 4 0 0 19 0 19 0 948120588 8741142528 24195 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25501/statm: 2134068 24195 2251 9 0 2124809 0
[pid=25501/tid=25502] ppid=25499 vsize=8536272 CPUtime=5.57 cores=1,3,5,7
/proc/25501/task/25502/stat : 25502 (java) R 25499 25501 25501 0 -1 4202560 8478 0 1 0 556 1 0 0 25 0 19 0 948120589 8741142528 24195 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 46912505687376 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25501/tid=25503] ppid=25499 vsize=8536272 CPUtime=0.01 cores=1,3,5,7
/proc/25501/task/25503/stat : 25503 (java) S 25499 25501 25501 0 -1 4202560 1480 0 0 0 1 0 0 0 15 0 19 0 948120589 8741142528 24195 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 7 0 0 0
[pid=25501/tid=25504] ppid=25499 vsize=8536272 CPUtime=0.01 cores=1,3,5,7
/proc/25501/task/25504/stat : 25504 (java) S 25499 25501 25501 0 -1 4202560 879 0 0 0 1 0 0 0 15 0 19 0 948120589 8741142528 24195 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 5 0 0 0
[pid=25501/tid=25505] ppid=25499 vsize=8536272 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25505/stat : 25505 (java) S 25499 25501 25501 0 -1 4202560 962 0 0 0 0 0 0 0 15 0 19 0 948120589 8741142528 24195 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 7 0 0 0
[pid=25501/tid=25506] ppid=25499 vsize=8536272 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25506/stat : 25506 (java) S 25499 25501 25501 0 -1 4202560 715 0 0 0 0 0 0 0 15 0 19 0 948120589 8741142528 24195 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 5 0 0 0
[pid=25501/tid=25507] ppid=25499 vsize=8536272 CPUtime=0.01 cores=1,3,5,7
/proc/25501/task/25507/stat : 25507 (java) S 25499 25501 25501 0 -1 4202560 701 0 0 0 1 0 0 0 16 0 19 0 948120589 8741142528 24195 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 5 0 0 0
[pid=25501/tid=25508] ppid=25499 vsize=8536272 CPUtime=0.01 cores=1,3,5,7
/proc/25501/task/25508/stat : 25508 (java) S 25499 25501 25501 0 -1 4202560 997 0 0 0 1 0 0 0 15 0 19 0 948120589 8741142528 24195 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 7 0 0 0
[pid=25501/tid=25509] ppid=25499 vsize=8536272 CPUtime=0.01 cores=1,3,5,7
/proc/25501/task/25509/stat : 25509 (java) S 25499 25501 25501 0 -1 4202560 842 0 0 0 1 0 0 0 15 0 19 0 948120589 8741142528 24195 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 5 0 0 0
[pid=25501/tid=25510] ppid=25499 vsize=8536272 CPUtime=0.01 cores=1,3,5,7
/proc/25501/task/25510/stat : 25510 (java) S 25499 25501 25501 0 -1 4202560 538 0 0 0 1 0 0 0 15 0 19 0 948120589 8741142528 24195 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446604455967024128 0 0 -1 5 0 0 0

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

[pid=25501/tid=25517] ppid=25499 vsize=8536272 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25517/stat : 25517 (java) T 25499 25501 25501 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 948120593 8741142528 26901 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=25501/tid=25518] ppid=25499 vsize=8536272 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25518/stat : 25518 (java) T 25499 25501 25501 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 948120593 8741142528 26901 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210624 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=25501/tid=25519] ppid=25499 vsize=8536272 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25519/stat : 25519 (java) T 25499 25501 25501 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 948120622 8741142528 26901 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210624 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=25499/tid=25521] ppid=25493 vsize=293888 CPUtime=0 cores=1,3,5,7
/proc/25499/task/25521/stat : 25521 (python) S 25493 25493 22387 0 -1 4202560 44 0 0 0 0 0 0 0 17 0 2 0 948125390 300941312 5871 33554432000 4194304 5683644 140735002889712 18446744073709551615 260917217713 0 0 16781312 33554946 18446604466676892992 0 0 -1 7 0 0 0
[pid=25522] ppid=25493 vsize=294496 CPUtime=0.26 cores=1,3,5,7
/proc/25522/stat : 25522 (python) S 25493 25493 22387 0 -1 4202560 1143 0 0 0 14 12 0 0 16 0 2 0 948125392 301563904 5988 33554432000 4194304 5683644 140735002889712 18446744073709551615 260917220811 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/25522/statm: 73624 5988 397 364 0 8508 0
[pid=25524] ppid=25522 vsize=135884 CPUtime=48.41 cores=1,3,5,7
/proc/25524/stat : 25524 (wbo1.4a) T 25522 25524 25524 0 -1 4202496 33819 0 0 0 4726 115 0 0 25 0 1 0 948125393 139145216 33520 33554432000 134512640 135751879 4287907776 18446744073709551615 134518464 0 0 16781312 3 18446744071562691360 0 0 17 5 0 0 0
/proc/25524/statm: 33971 33520 146 303 0 33666 0
[pid=25522/tid=25585] ppid=25493 vsize=294496 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25585/stat : 25585 (python) S 25493 25493 22387 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 948130237 301563904 5988 33554432000 4194304 5683644 140735002889712 18446744073709551615 260917217713 0 0 16781312 33554946 18446604459312697536 0 0 -1 7 0 0 0
[pid=25586] ppid=25493 vsize=304888 CPUtime=0.02 cores=1,3,5,7
/proc/25586/stat : 25586 (python) S 25493 25493 22387 0 -1 4202560 1040 0 0 0 1 1 0 0 15 0 1 0 948130239 312205312 6007 33554432000 4194304 5683644 140735002889712 18446744073709551615 260905414214 0 0 16781312 33554946 3773898539344592896 0 0 17 7 0 0 0
/proc/25586/statm: 76222 6007 379 364 0 11103 0
[pid=25588] ppid=25586 vsize=61396 CPUtime=5.2 cores=1,3,5,7
/proc/25588/stat : 25588 (scip-2.0.1.linu) R 25586 25588 25588 0 -1 4202496 14032 0 0 0 504 16 0 0 23 0 1 0 948130240 62869504 13109 33554432000 4194304 13684479 140733675913776 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/25588/statm: 15349 13109 764 2317 0 13027 0
[pid=25493/tid=25500] ppid=25491 vsize=315132 CPUtime=0 cores=1,3,5,7
/proc/25493/task/25500/stat : 25500 (python) S 25491 25493 22387 0 -1 4202560 29 932 0 0 0 0 0 0 19 0 4 0 948120588 322695168 7507 33554432000 4194304 5683644 140735002889712 18446744073709551615 260917217713 0 0 16781312 33554434 18446604459706579072 0 0 -1 3 0 0 0
[pid=25493/tid=25523] ppid=25491 vsize=315132 CPUtime=0 cores=1,3,5,7
/proc/25493/task/25523/stat : 25523 (python) S 25491 25493 22387 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 4 0 948125392 322695168 7507 33554432000 4194304 5683644 140735002889712 18446744073709551615 260917217713 0 0 16781312 33554434 18446604459706579072 0 0 -1 5 0 0 0
[pid=25493/tid=25587] ppid=25491 vsize=315132 CPUtime=0 cores=1,3,5,7
/proc/25493/task/25587/stat : 25587 (python) S 25491 25493 22387 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 4 0 948130239 322695168 7507 33554432000 4194304 5683644 140735002889712 18446744073709551615 260917217713 0 0 16781312 33554434 18446604459706579072 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 103.52
Current children cumulated vsize (KiB) 9941956



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+144.402 s]
/proc/loadavg: 2.01 2.08 1.94 6/898 25614
/proc/meminfo: memFree=5940696/32950928 swapFree=61542368/67111528
[pid=25493] ppid=25491 vsize=325388 CPUtime=0.54 cores=1,3,5,7
/proc/25493/stat : 25493 (python) S 25491 25493 22387 0 -1 4202496 12493 932 1 0 45 9 0 0 20 0 5 0 948120530 333197312 7532 33554432000 4194304 5683644 140735002889712 18446744073709551615 260917220811 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0
/proc/25493/statm: 81347 7532 1877 364 0 16225 0
[pid=25499] ppid=25493 vsize=293888 CPUtime=0.25 cores=1,3,5,7
/proc/25499/stat : 25499 (python) S 25493 25493 22387 0 -1 4202560 1098 0 0 0 13 12 0 0 16 0 2 0 948120588 300941312 5871 33554432000 4194304 5683644 140735002889712 18446744073709551615 260917220811 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/25499/statm: 73472 5871 407 364 0 8359 0
[pid=25501] ppid=25499 vsize=8536272 CPUtime=48.86 cores=1,3,5,7
/proc/25501/stat : 25501 (java) T 25499 25501 25501 0 -1 4202496 28903 0 1 0 4882 4 0 0 18 0 19 0 948120588 8741142528 26901 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25501/statm: 2134068 26901 2251 9 0 2124809 0
[pid=25501/tid=25502] ppid=25499 vsize=8536272 CPUtime=47.07 cores=1,3,5,7
/proc/25501/task/25502/stat : 25502 (java) T 25499 25501 25501 0 -1 4202560 8516 0 1 0 4705 2 0 0 25 0 19 0 948120589 8741142528 26901 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 46912505624108 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=25501/tid=25503] ppid=25499 vsize=8536272 CPUtime=0.05 cores=1,3,5,7
/proc/25501/task/25503/stat : 25503 (java) T 25499 25501 25501 0 -1 4202560 1495 0 0 0 5 0 0 0 15 0 19 0 948120589 8741142528 26901 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=25501/tid=25504] ppid=25499 vsize=8536272 CPUtime=0.05 cores=1,3,5,7
/proc/25501/task/25504/stat : 25504 (java) T 25499 25501 25501 0 -1 4202560 938 0 0 0 5 0 0 0 15 0 19 0 948120589 8741142528 26901 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=25501/tid=25505] ppid=25499 vsize=8536272 CPUtime=0.04 cores=1,3,5,7
/proc/25501/task/25505/stat : 25505 (java) T 25499 25501 25501 0 -1 4202560 969 0 0 0 4 0 0 0 15 0 19 0 948120589 8741142528 26901 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=25501/tid=25506] ppid=25499 vsize=8536272 CPUtime=0.06 cores=1,3,5,7
/proc/25501/task/25506/stat : 25506 (java) T 25499 25501 25501 0 -1 4202560 775 0 0 0 6 0 0 0 15 0 19 0 948120589 8741142528 26901 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=25501/tid=25507] ppid=25499 vsize=8536272 CPUtime=0.05 cores=1,3,5,7
/proc/25501/task/25507/stat : 25507 (java) T 25499 25501 25501 0 -1 4202560 856 0 0 0 5 0 0 0 15 0 19 0 948120589 8741142528 26901 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=25501/tid=25508] ppid=25499 vsize=8536272 CPUtime=0.05 cores=1,3,5,7
/proc/25501/task/25508/stat : 25508 (java) T 25499 25501 25501 0 -1 4202560 1010 0 0 0 5 0 0 0 15 0 19 0 948120589 8741142528 26901 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=25501/tid=25509] ppid=25499 vsize=8536272 CPUtime=0.06 cores=1,3,5,7
/proc/25501/task/25509/stat : 25509 (java) T 25499 25501 25501 0 -1 4202560 965 0 0 0 6 0 0 0 15 0 19 0 948120589 8741142528 26901 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=25501/tid=25510] ppid=25499 vsize=8536272 CPUtime=0.05 cores=1,3,5,7
/proc/25501/task/25510/stat : 25510 (java) T 25499 25501 25501 0 -1 4202560 544 0 0 0 5 0 0 0 15 0 19 0 948120589 8741142528 26901 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=25501/tid=25511] ppid=25499 vsize=8536272 CPUtime=0.69 cores=1,3,5,7
/proc/25501/task/25511/stat : 25511 (java) T 25499 25501 25501 0 -1 4202560 7726 0 0 0 69 0 0 0 15 0 19 0 948120590 8741142528 26901 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210624 0 0 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=25501/tid=25512] ppid=25499 vsize=8536272 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25512/stat : 25512 (java) T 25499 25501 25501 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 948120591 8741142528 26901 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=25501/tid=25513] ppid=25499 vsize=8536272 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25513/stat : 25513 (java) T 25499 25501 25501 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 948120591 8741142528 26901 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=25501/tid=25514] ppid=25499 vsize=8536272 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25514/stat : 25514 (java) T 25499 25501 25501 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 948120593 8741142528 26901 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917217713 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=25501/tid=25515] ppid=25499 vsize=8536272 CPUtime=0.34 cores=1,3,5,7
/proc/25501/task/25515/stat : 25515 (java) T 25499 25501 25501 0 -1 4202560 2097 0 0 0 34 0 0 0 15 0 19 0 948120593 8741142528 26901 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=25501/tid=25516] ppid=25499 vsize=8536272 CPUtime=0.27 cores=1,3,5,7
/proc/25501/task/25516/stat : 25516 (java) T 25499 25501 25501 0 -1 4202560 1627 0 0 0 27 0 0 0 15 0 19 0 948120593 8741142528 26901 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=25501/tid=25517] ppid=25499 vsize=8536272 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25517/stat : 25517 (java) T 25499 25501 25501 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 948120593 8741142528 26901 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210009 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=25501/tid=25518] ppid=25499 vsize=8536272 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25518/stat : 25518 (java) T 25499 25501 25501 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 948120593 8741142528 26901 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210624 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=25501/tid=25519] ppid=25499 vsize=8536272 CPUtime=0 cores=1,3,5,7
/proc/25501/task/25519/stat : 25519 (java) T 25499 25501 25501 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 948120622 8741142528 26901 33554432000 1073741824 1073778376 140736300741472 18446744073709551615 260917210624 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=25499/tid=25521] ppid=25493 vsize=293888 CPUtime=0 cores=1,3,5,7
/proc/25499/task/25521/stat : 25521 (python) S 25493 25493 22387 0 -1 4202560 44 0 0 0 0 0 0 0 17 0 2 0 948125390 300941312 5871 33554432000 4194304 5683644 140735002889712 18446744073709551615 260917217713 0 0 16781312 33554946 18446604466676892992 0 0 -1 7 0 0 0
[pid=25522] ppid=25493 vsize=294496 CPUtime=0.26 cores=1,3,5,7
/proc/25522/stat : 25522 (python) S 25493 25493 22387 0 -1 4202560 1143 0 0 0 14 12 0 0 16 0 2 0 948125392 301563904 5988 33554432000 4194304 5683644 140735002889712 18446744073709551615 260917220811 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/25522/statm: 73624 5988 397 364 0 8508 0
[pid=25524] ppid=25522 vsize=135884 CPUtime=48.41 cores=1,3,5,7
/proc/25524/stat : 25524 (wbo1.4a) T 25522 25524 25524 0 -1 4202496 33819 0 0 0 4726 115 0 0 25 0 1 0 948125393 139145216 33520 33554432000 134512640 135751879 4287907776 18446744073709551615 134518464 0 0 16781312 3 18446744071562691360 0 0 17 5 0 0 0
/proc/25524/statm: 33971 33520 146 303 0 33666 0
[pid=25522/tid=25585] ppid=25493 vsize=294496 CPUtime=0 cores=1,3,5,7
/proc/25522/task/25585/stat : 25585 (python) S 25493 25493 22387 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 948130237 301563904 5988 33554432000 4194304 5683644 140735002889712 18446744073709551615 260917217713 0 0 16781312 33554946 18446604459312697536 0 0 -1 7 0 0 0
[pid=25586] ppid=25493 vsize=304888 CPUtime=0.26 cores=1,3,5,7
/proc/25586/stat : 25586 (python) S 25493 25493 22387 0 -1 4202560 1184 0 0 0 11 15 0 0 16 0 2 0 948130239 312205312 6032 33554432000 4194304 5683644 140735002889712 18446744073709551615 260917220811 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/25586/statm: 76222 6032 403 364 0 11103 0
[pid=25588] ppid=25586 vsize=64516 CPUtime=47.21 cores=1,3,5,7
/proc/25588/stat : 25588 (scip-2.0.1.linu) T 25586 25588 25588 0 -1 4202496 14838 0 0 0 4642 79 0 0 25 0 1 0 948130240 66064384 13872 33554432000 4194304 13684479 140733675913776 18446744073709551615 11876362 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/25588/statm: 16129 13872 763 2317 0 13807 0
[pid=25586/tid=25594] ppid=25493 vsize=304888 CPUtime=0 cores=1,3,5,7
/proc/25586/task/25594/stat : 25594 (python) S 25493 25493 22387 0 -1 4202560 41 0 0 0 0 0 0 0 16 0 2 0 948134962 312205312 6032 33554432000 4194304 5683644 140735002889712 18446744073709551615 260917217713 0 0 16781312 33554946 18446604464836123392 0 0 -1 1 0 0 0
[pid=25595] ppid=25493 vsize=315144 CPUtime=0 cores=1,3,5,7
/proc/25595/stat : 25595 (python) S 25493 25493 22387 0 -1 4202560 863 0 0 0 0 0 0 0 19 0 1 0 948134965 322707456 6007 33554432000 4194304 5683644 140735002889712 18446744073709551615 260905414214 0 0 16781312 33554946 2104025377897709568 0 0 17 1 0 0 0
/proc/25595/statm: 78786 6007 356 364 0 13664 0
[pid=25597] ppid=25595 vsize=8532556 CPUtime=0.09 cores=1,3,5,7
/proc/25597/stat : 25597 (java) S 25595 25597 25597 0 -1 4202496 5275 0 1 0 8 1 0 0 20 0 18 0 948134965 8737337344 4729 33554432000 1073741824 1073778376 140734273523952 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25597/statm: 2133139 4729 2085 9 0 2123880 0
[pid=25597/tid=25598] ppid=25595 vsize=8532696 CPUtime=0.07 cores=1,3,5,7
/proc/25597/task/25598/stat : 25598 (java) R 25595 25597 25597 0 -1 4202560 3222 0 1 0 7 0 0 0 25 0 18 0 948134966 8737480704 4837 33554432000 1073741824 1073778376 140734273523952 18446744073709551615 260917222779 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25597/tid=25599] ppid=25595 vsize=8532696 CPUtime=0 cores=1,3,5,7
/proc/25597/task/25599/stat : 25599 (java) S 25595 25597 25597 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 948134967 8737480704 4838 33554432000 1073741824 1073778376 140734273523952 18446744073709551615 260917210009 0 4 0 16800975 18446604457086929728 0 0 -1 5 0 0 0
[pid=25597/tid=25600] ppid=25595 vsize=8532696 CPUtime=0 cores=1,3,5,7
/proc/25597/task/25600/stat : 25600 (java) S 25595 25597 25597 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 948134967 8737480704 4838 33554432000 1073741824 1073778376 140734273523952 18446744073709551615 260917210009 0 4 0 16800975 18446604457086929728 0 0 -1 5 0 0 0
[pid=25597/tid=25601] ppid=25595 vsize=8532696 CPUtime=0 cores=1,3,5,7
/proc/25597/task/25601/stat : 25601 (java) S 25595 25597 25597 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 948134967 8737480704 4839 33554432000 1073741824 1073778376 140734273523952 18446744073709551615 260917210009 0 4 0 16800975 18446604457086929728 0 0 -1 5 0 0 0
[pid=25597/tid=25602] ppid=25595 vsize=8532696 CPUtime=0 cores=1,3,5,7
/proc/25597/task/25602/stat : 25602 (java) S 25595 25597 25597 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 948134967 8737480704 4839 33554432000 1073741824 1073778376 140734273523952 18446744073709551615 260917210009 0 4 0 16800975 18446604457086929728 0 0 -1 1 0 0 0
[pid=25597/tid=25603] ppid=25595 vsize=8532696 CPUtime=0 cores=1,3,5,7
/proc/25597/task/25603/stat : 25603 (java) S 25595 25597 25597 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 948134967 8737480704 4839 33554432000 1073741824 1073778376 140734273523952 18446744073709551615 260917210009 0 4 0 16800975 18446604457086929728 0 0 -1 1 0 0 0
[pid=25597/tid=25604] ppid=25595 vsize=8532696 CPUtime=0 cores=1,3,5,7
/proc/25597/task/25604/stat : 25604 (java) S 25595 25597 25597 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 948134967 8737480704 4839 33554432000 1073741824 1073778376 140734273523952 18446744073709551615 260917210009 0 4 0 16800975 18446604457086929728 0 0 -1 1 0 0 0
[pid=25597/tid=25605] ppid=25595 vsize=8532696 CPUtime=0 cores=1,3,5,7
/proc/25597/task/25605/stat : 25605 (java) S 25595 25597 25597 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 948134967 8737480704 4839 33554432000 1073741824 1073778376 140734273523952 18446744073709551615 260917210009 0 4 0 16800975 18446604457086929728 0 0 -1 1 0 0 0
[pid=25597/tid=25606] ppid=25595 vsize=8532696 CPUtime=0 cores=1,3,5,7
/proc/25597/task/25606/stat : 25606 (java) S 25595 25597 25597 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 948134967 8737480704 4839 33554432000 1073741824 1073778376 140734273523952 18446744073709551615 260917210009 0 4 0 16800975 18446604457086929728 0 0 -1 1 0 0 0
[pid=25597/tid=25607] ppid=25595 vsize=8532696 CPUtime=0 cores=1,3,5,7
/proc/25597/task/25607/stat : 25607 (java) S 25595 25597 25597 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 948134968 8737480704 4840 33554432000 1073741824 1073778376 140734273523952 18446744073709551615 260917210624 0 0 0 16800975 18446604457086929728 0 0 -1 5 0 0 0
[pid=25597/tid=25608] ppid=25595 vsize=8532696 CPUtime=0 cores=1,3,5,7
/proc/25597/task/25608/stat : 25608 (java) S 25595 25597 25597 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 948134968 8737480704 4840 33554432000 1073741824 1073778376 140734273523952 18446744073709551615 260917210009 0 4 0 16800975 18446604457086929728 0 0 -1 5 0 0 0
[pid=25597/tid=25609] ppid=25595 vsize=8532696 CPUtime=0 cores=1,3,5,7
/proc/25597/task/25609/stat : 25609 (java) S 25595 25597 25597 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 948134968 8737480704 4840 33554432000 1073741824 1073778376 140734273523952 18446744073709551615 260917210009 0 4 0 16800975 18446604457086929728 0 0 -1 1 0 0 0
[pid=25597/tid=25610] ppid=25595 vsize=8532696 CPUtime=0 cores=1,3,5,7
/proc/25597/task/25610/stat : 25610 (java) S 25595 25597 25597 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 948134970 8737480704 4840 33554432000 1073741824 1073778376 140734273523952 18446744073709551615 260917217713 0 4 0 16800975 18446604457086929728 0 0 -1 5 0 0 0
[pid=25597/tid=25611] ppid=25595 vsize=8532696 CPUtime=0 cores=1,3,5,7
/proc/25597/task/25611/stat : 25611 (java) S 25595 25597 25597 0 -1 4202560 199 0 0 0 0 0 0 0 25 0 18 0 948134970 8737480704 4840 33554432000 1073741824 1073778376 140734273523952 18446744073709551615 260917210009 0 4 0 16800975 18446604457086929728 0 0 -1 1 0 0 0
[pid=25597/tid=25612] ppid=25595 vsize=8532696 CPUtime=0 cores=1,3,5,7
/proc/25597/task/25612/stat : 25612 (java) S 25595 25597 25597 0 -1 4202560 568 0 0 0 0 0 0 0 17 0 18 0 948134970 8737480704 4841 33554432000 1073741824 1073778376 140734273523952 18446744073709551615 260917210009 0 4 0 16800975 18446604457086929728 0 0 -1 1 0 0 0
[pid=25597/tid=25613] ppid=25595 vsize=8532696 CPUtime=0 cores=1,3,5,7
/proc/25597/task/25613/stat : 25613 (java) S 25595 25597 25597 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 948134970 8737480704 4841 33554432000 1073741824 1073778376 140734273523952 18446744073709551615 260917210009 0 4 0 16800975 18446604457086929728 0 0 -1 1 0 0 0
[pid=25597/tid=25614] ppid=25595 vsize=8532696 CPUtime=0 cores=1,3,5,7
/proc/25597/task/25614/stat : 25614 (java) S 25595 25597 25597 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 948134970 8737480704 4841 33554432000 1073741824 1073778376 140734273523952 18446744073709551615 260917210624 0 4 0 16800975 18446604457086929728 0 0 -1 1 0 0 0
[pid=25493/tid=25500] ppid=25491 vsize=325388 CPUtime=0 cores=1,3,5,7
/proc/25493/task/25500/stat : 25500 (python) S 25491 25493 22387 0 -1 4202560 29 932 0 0 0 0 0 0 19 0 5 0 948120588 333197312 7532 33554432000 4194304 5683644 140735002889712 18446744073709551615 260917217713 0 0 16781312 33554434 18446604459706579072 0 0 -1 3 0 0 0
[pid=25493/tid=25523] ppid=25491 vsize=325388 CPUtime=0 cores=1,3,5,7
/proc/25493/task/25523/stat : 25523 (python) S 25491 25493 22387 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 5 0 948125392 333197312 7532 33554432000 4194304 5683644 140735002889712 18446744073709551615 260917217713 0 0 16781312 33554434 18446604459706579072 0 0 -1 5 0 0 0
[pid=25493/tid=25587] ppid=25491 vsize=325388 CPUtime=0 cores=1,3,5,7
/proc/25493/task/25587/stat : 25587 (python) S 25491 25493 22387 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 5 0 948130239 333197312 7532 33554432000 4194304 5683644 140735002889712 18446744073709551615 260917217713 0 0 16781312 33554434 18446604459706579072 0 0 -1 7 0 0 0
[pid=25493/tid=25596] ppid=25491 vsize=325388 CPUtime=0 cores=1,3,5,7
/proc/25493/task/25596/stat : 25596 (python) S 25491 25493 22387 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 5 0 948134965 333197312 7532 33554432000 4194304 5683644 140735002889712 18446744073709551615 260917217713 0 0 16781312 33554434 18446604459706579072 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 145.88
Current children cumulated vsize (KiB) 18803032

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 144.484
CPU time (s): 145.88
CPU user time (s): 143.41
CPU system time (s): 2.47
CPU usage (%): 100.967
Max. virtual memory (cumulated for all children) (KiB): 18803032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.45693
system time used= 0.101984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13427
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1009
involuntary context switches= 21

runsolver used 0.877866 second user time and 1.9537 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-09 02:21:38
IDJOB=3482307
IDBENCH=89841
IDSOLVER=1970
FILE ID=node116/3482307-1307578898
RUNJOBID= node116-1307576359-22406
PBS_JOBID= 13547683
Free space on /tmp= 73452 MiB

SOLVER NAME= borg pb-opt-11.04.03
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-p6b.opb
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.opt.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3482307-1307578898/watcher-3482307-1307578898 -o /tmp/evaluation-result-3482307-1307578898/solver-3482307-1307578898 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3482307-1307578898.opb -seed 667013878 -budget 1800

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

MD5SUM BENCH= f076140978d89a37e97e041a8b1e6b8f
RANDOM SEED=667013878

node116.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       6580808 kB
Buffers:        190280 kB
Cached:         948056 kB
SwapCached:      13320 kB
Active:       25889908 kB
Inactive:       170396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6580808 kB
SwapTotal:    67111528 kB
SwapFree:     61542368 kB
Dirty:          112628 kB
Writeback:           0 kB
AnonPages:    24919636 kB
Mapped:         130260 kB
Slab:           130004 kB
PageTables:     106088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 166294536 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73324 MiB
End job on node116 at 2011-06-09 02:24:05