Trace number 3741597

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.14 1345.36

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-zib01.opb
MD5SUM8f491d5bc2eb927e9b611fe56423c3ea
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12471400
Total number of constraints5887041
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3671487
Number of constraints which are nor clauses,nor cardinality constraints2215554
Minimum length of a constraint3
Maximum length of a constraint162
Number of terms in the objective function 12471400
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 12471400
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 56
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 12471400
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.1.v20110525
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		9996466904
0.07/0.10	c Max memory 		10048897024
0.07/0.10	c Total memory 		10048897024
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3741597-1338756342.opb
0.07/0.13	c reading problem ... 
1800.14/1345.31	c starts		: 0
1800.14/1345.31	c conflicts		: 0
1800.14/1345.31	c decisions		: 0
1800.14/1345.31	c propagations		: 0
1800.14/1345.31	c inspects		: 0
1800.14/1345.31	c shortcuts		: 0
1800.14/1345.31	c learnt literals	: 0
1800.14/1345.31	c learnt binary clauses	: 0
1800.14/1345.31	c learnt ternary clauses	: 0
1800.14/1345.31	c learnt constraints	: 0
1800.14/1345.31	c ignored constraints	: 0
1800.14/1345.31	c root simplifications	: 0
1800.14/1345.31	c removed literals (reason simplification)	: 0
1800.14/1345.31	c reason swapping (by a shorter reason)	: 0
1800.14/1345.31	c Calls to reduceDB	: 0
1800.14/1345.31	c number of reductions to clauses (during analyze)	: 0
1800.14/1345.31	c number of learned constraints concerned by reduction	: 0
1800.14/1345.31	c number of learning phase by resolution	: 0
1800.14/1345.31	c number of learning phase by cutting planes	: 0
1800.14/1345.31	c speed (assignments/second)	: 0.0
1800.14/1345.31	c non guided choices	0
1800.14/1345.31	c learnt constraints type 
1800.14/1345.31	c constraints type 
1800.14/1345.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 62268
1800.14/1345.31	c constraints type 
1800.14/1345.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 62268
1800.14/1345.31	s UNKNOWN
1800.14/1345.31	c Total wall clock time (in seconds): 1345.18

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-3741597-1338756342/watcher-3741597-1338756342 -o /tmp/evaluation-result-3741597-1338756342/solver-3741597-1338756342 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741597-1338756342.opb 

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: 3.81 3.70 3.71 4/197 14456
/proc/meminfo: memFree=27150984/32873844 swapFree=7116/7116
[pid=14456] ppid=14454 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/14456/stat : 14456 (java) D 14454 14456 13088 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 341761719 9515008 182 33554432000 1073741824 1073778376 140734576870048 140734576861080 240565173941 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/14456/statm: 2323 182 140 9 0 71 0

[startup+0.0975771 s]
/proc/loadavg: 3.81 3.70 3.71 4/197 14456
/proc/meminfo: memFree=27150984/32873844 swapFree=7116/7116
[pid=14456] ppid=14454 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/14456/stat : 14456 (java) S 14454 14456 13088 0 -1 4202496 4473 0 1 0 6 1 0 0 20 0 18 0 341761719 11864465408 12835 33554432000 1073741824 1073778376 140733224462528 140733224453664 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14456/statm: 2896598 12835 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.100233 s]
/proc/loadavg: 3.81 3.70 3.71 4/197 14456
/proc/meminfo: memFree=27150984/32873844 swapFree=7116/7116
[pid=14456] ppid=14454 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/14456/stat : 14456 (java) S 14454 14456 13088 0 -1 4202496 4551 0 1 0 6 1 0 0 20 0 18 0 341761719 11864465408 12913 33554432000 1073741824 1073778376 140733224462528 140733224453664 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14456/statm: 2896598 12930 1842 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300233 s]
/proc/loadavg: 3.81 3.70 3.71 4/197 14456
/proc/meminfo: memFree=27150984/32873844 swapFree=7116/7116
[pid=14456] ppid=14454 vsize=11586392 CPUtime=0.29 cores=0,2,4,6
/proc/14456/stat : 14456 (java) S 14454 14456 13088 0 -1 4202496 5694 0 1 0 19 10 0 0 20 0 18 0 341761719 11864465408 154513 33554432000 1073741824 1073778376 140733224462528 140733224453664 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14456/statm: 2896598 154513 2157 9 0 2887285 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11586392

[startup+0.700231 s]
/proc/loadavg: 3.81 3.70 3.71 4/197 14456
/proc/meminfo: memFree=27150984/32873844 swapFree=7116/7116
[pid=14456] ppid=14454 vsize=11586392 CPUtime=0.85 cores=0,2,4,6
/proc/14456/stat : 14456 (java) S 14454 14456 13088 0 -1 4202496 6836 0 1 0 73 12 0 0 20 0 18 0 341761719 11864465408 182827 33554432000 1073741824 1073778376 140733224462528 140733224453664 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14456/statm: 2896598 182827 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 11586392

[startup+2.27385 s]
/proc/loadavg: 3.81 3.70 3.71 4/197 14456
/proc/meminfo: memFree=27150984/32873844 swapFree=7116/7116
[pid=14456] ppid=14454 vsize=11586392 CPUtime=2.42 cores=0,2,4,6
/proc/14456/stat : 14456 (java) S 14454 14456 13088 0 -1 4202496 7114 0 1 0 219 23 0 0 20 0 18 0 341761719 11864465408 325163 33554432000 1073741824 1073778376 140733224462528 140733224453664 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14456/statm: 2896598 325163 2223 9 0 2887285 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 11586392

[startup+3.10067 s]
/proc/loadavg: 3.91 3.72 3.71 4/215 14474
/proc/meminfo: memFree=25814620/32873844 swapFree=7116/7116
[pid=14456] ppid=14454 vsize=11586392 CPUtime=3.26 cores=0,2,4,6
/proc/14456/stat : 14456 (java) S 14454 14456 13088 0 -1 4202496 7265 0 1 0 299 27 0 0 20 0 18 0 341761719 11864465408 400431 33554432000 1073741824 1073778376 140733224462528 140733224453664 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14456/statm: 2896598 400431 2227 9 0 2887285 0
[pid=14456/tid=14458] ppid=14454 vsize=11586392 CPUtime=3.06 cores=0,2,4,6
/proc/14456/task/14458/stat : 14458 (java) R 14454 14456 13088 0 -1 4202560 4131 0 1 0 279 27 0 0 20 0 18 0 341761720 11864465408 400431 33554432000 1073741824 1073778376 140733224462528 140013541506928 140013400914980 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14456/tid=14459] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14459/stat : 14459 (java) S 14454 14456 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341761723 11864465408 400431 33554432000 1073741824 1073778376 140733224462528 140013530577960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14460] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14460/stat : 14460 (java) S 14454 14456 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341761723 11864465408 400431 33554432000 1073741824 1073778376 140733224462528 140013529525160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14456/tid=14461] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14461/stat : 14461 (java) S 14454 14456 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341761723 11864465408 400431 33554432000 1073741824 1073778376 140733224462528 140013528472360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14456/tid=14462] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14462/stat : 14462 (java) S 14454 14456 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341761723 11864465408 400431 33554432000 1073741824 1073778376 140733224462528 140013527419560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14456/tid=14463] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14463/stat : 14463 (java) S 14454 14456 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341761723 11864465408 400431 33554432000 1073741824 1073778376 140733224462528 140013526366760 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14464] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14464/stat : 14464 (java) S 14454 14456 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341761723 11864465408 400431 33554432000 1073741824 1073778376 140733224462528 140013525313960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14456/tid=14465] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14465/stat : 14465 (java) S 14454 14456 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341761723 11864465408 400431 33554432000 1073741824 1073778376 140733224462528 140013524261160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14466] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14466/stat : 14466 (java) S 14454 14456 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341761723 11864465408 400431 33554432000 1073741824 1073778376 140733224462528 140013523208360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14467] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14467/stat : 14467 (java) S 14454 14456 13088 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341761724 11864465408 400431 33554432000 1073741824 1073778376 140733224462528 140013358808040 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14468] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14468/stat : 14468 (java) S 14454 14456 13088 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341761724 11864465408 400431 33554432000 1073741824 1073778376 140733224462528 140013357754104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14469] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14469/stat : 14469 (java) S 14454 14456 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341761724 11864465408 400431 33554432000 1073741824 1073778376 140733224462528 140013356701192 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14470] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14470/stat : 14470 (java) S 14454 14456 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341761727 11864465408 400431 33554432000 1073741824 1073778376 140733224462528 140013355649680 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14471] ppid=14454 vsize=11586392 CPUtime=0.06 cores=0,2,4,6
/proc/14456/task/14471/stat : 14471 (java) S 14454 14456 13088 0 -1 4202560 605 0 0 0 6 0 0 0 20 0 18 0 341761727 11864465408 400431 33554432000 1073741824 1073778376 140733224462528 140013354596792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14472] ppid=14454 vsize=11586392 CPUtime=0.09 cores=0,2,4,6
/proc/14456/task/14472/stat : 14472 (java) S 14454 14456 13088 0 -1 4202560 1344 0 0 0 9 0 0 0 20 0 18 0 341761727 11864465408 400431 33554432000 1073741824 1073778376 140733224462528 140013353543992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14456/tid=14473] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14473/stat : 14473 (java) S 14454 14456 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341761727 11864465408 400431 33554432000 1073741824 1073778376 140733224462528 140013352491384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14456/tid=14474] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14474/stat : 14474 (java) S 14454 14456 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341761727 11864465408 400431 33554432000 1073741824 1073778376 140733224462528 140013351438792 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 11586392

[startup+6.30062 s]
/proc/loadavg: 3.91 3.72 3.71 4/214 14474
/proc/meminfo: memFree=24545684/32873844 swapFree=7116/7116
[pid=14456] ppid=14454 vsize=11586392 CPUtime=8.22 cores=0,2,4,6
/proc/14456/stat : 14456 (java) S 14454 14456 13088 0 -1 4202496 8745 0 1 0 719 103 0 0 20 0 18 0 341761719 11864465408 858154 33554432000 1073741824 1073778376 140733224462528 140733224453664 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14456/statm: 2896598 858154 2238 9 0 2887285 0
[pid=14456/tid=14458] ppid=14454 vsize=11586392 CPUtime=5.66 cores=0,2,4,6
/proc/14456/task/14458/stat : 14458 (java) S 14454 14456 13088 0 -1 4202560 4630 0 1 0 520 46 0 0 20 0 18 0 341761720 11864465408 858154 33554432000 1073741824 1073778376 140733224462528 140013541514584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14456/tid=14459] ppid=14454 vsize=11586392 CPUtime=0.28 cores=0,2,4,6
/proc/14456/task/14459/stat : 14459 (java) R 14454 14456 13088 0 -1 4202560 127 0 0 0 21 7 0 0 20 0 18 0 341761723 11864465408 858154 33554432000 1073741824 1073778376 140733224462528 140013530578136 140013543986889 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14460] ppid=14454 vsize=11586392 CPUtime=0.18 cores=0,2,4,6
/proc/14456/task/14460/stat : 14460 (java) R 14454 14456 13088 0 -1 4202560 93 0 0 0 13 5 0 0 20 0 18 0 341761723 11864465408 858154 33554432000 1073741824 1073778376 140733224462528 140013529525336 140013544794012 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14456/tid=14461] ppid=14454 vsize=11586392 CPUtime=0.18 cores=0,2,4,6
/proc/14456/task/14461/stat : 14461 (java) R 14454 14456 13088 0 -1 4202560 88 0 0 0 13 5 0 0 20 0 18 0 341761723 11864465408 858154 33554432000 1073741824 1073778376 140733224462528 140013528472536 140013548411820 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14456/tid=14462] ppid=14454 vsize=11586392 CPUtime=0.51 cores=0,2,4,6
/proc/14456/task/14462/stat : 14462 (java) R 14454 14456 13088 0 -1 4202560 186 0 0 0 40 11 0 0 20 0 18 0 341761723 11864465408 858154 33554432000 1073741824 1073778376 140733224462528 140013527419736 140013543986873 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14456/tid=14463] ppid=14454 vsize=11586392 CPUtime=0.24 cores=0,2,4,6
/proc/14456/task/14463/stat : 14463 (java) R 14454 14456 13088 0 -1 4202560 113 0 0 0 18 6 0 0 20 0 18 0 341761723 11864465408 858154 33554432000 1073741824 1073778376 140733224462528 140013526366936 140013545677584 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=14456/tid=14464] ppid=14454 vsize=11586392 CPUtime=0.28 cores=0,2,4,6
/proc/14456/task/14464/stat : 14464 (java) R 14454 14456 13088 0 -1 4202560 139 0 0 0 19 9 0 0 20 0 18 0 341761723 11864465408 858154 33554432000 1073741824 1073778376 140733224462528 140013525314136 140013543986873 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14456/tid=14465] ppid=14454 vsize=11586392 CPUtime=0.27 cores=0,2,4,6
/proc/14456/task/14465/stat : 14465 (java) R 14454 14456 13088 0 -1 4202560 114 0 0 0 21 6 0 0 20 0 18 0 341761723 11864465408 858154 33554432000 1073741824 1073778376 140733224462528 140013524261336 140013543986889 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14456/tid=14466] ppid=14454 vsize=11586392 CPUtime=0.27 cores=0,2,4,6
/proc/14456/task/14466/stat : 14466 (java) R 14454 14456 13088 0 -1 4202560 127 0 0 0 19 8 0 0 20 0 18 0 341761723 11864465408 858154 33554432000 1073741824 1073778376 140733224462528 140013523208240 140013543986873 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14467] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14467/stat : 14467 (java) S 14454 14456 13088 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 341761724 11864465408 858154 33554432000 1073741824 1073778376 140733224462528 140013358806920 240568546364 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14468] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14468/stat : 14468 (java) S 14454 14456 13088 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341761724 11864465408 858154 33554432000 1073741824 1073778376 140733224462528 140013357754104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14469] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14469/stat : 14469 (java) S 14454 14456 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341761724 11864465408 858154 33554432000 1073741824 1073778376 140733224462528 140013356701192 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14470] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14470/stat : 14470 (java) S 14454 14456 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341761727 11864465408 858154 33554432000 1073741824 1073778376 140733224462528 140013355649680 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14471] ppid=14454 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/14456/task/14471/stat : 14471 (java) S 14454 14456 13088 0 -1 4202560 606 0 0 0 8 0 0 0 20 0 18 0 341761727 11864465408 858154 33554432000 1073741824 1073778376 140733224462528 140013354596792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14472] ppid=14454 vsize=11586392 CPUtime=0.09 cores=0,2,4,6
/proc/14456/task/14472/stat : 14472 (java) S 14454 14456 13088 0 -1 4202560 1344 0 0 0 9 0 0 0 20 0 18 0 341761727 11864465408 858154 33554432000 1073741824 1073778376 140733224462528 140013353543992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14456/tid=14473] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14473/stat : 14473 (java) S 14454 14456 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341761727 11864465408 858154 33554432000 1073741824 1073778376 140733224462528 140013352491384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14456/tid=14474] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14474/stat : 14474 (java) S 14454 14456 13088 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341761727 11864465408 858154 33554432000 1073741824 1073778376 140733224462528 140013351438792 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.22
Current children cumulated vsize (KiB) 11586392

[startup+12.7006 s]
/proc/loadavg: 4.28 3.81 3.74 4/215 14475
/proc/meminfo: memFree=23488856/32873844 swapFree=7116/7116
[pid=14456] ppid=14454 vsize=11586392 CPUtime=15.95 cores=0,2,4,6
/proc/14456/stat : 14456 (java) S 14454 14456 13088 0 -1 4202496 9653 0 1 0 1449 146 0 0 20 0 18 0 341761719 11864465408 1023188 33554432000 1073741824 1073778376 140733224462528 140733224453664 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14456/statm: 2896598 1023188 2243 9 0 2887285 0
[pid=14456/tid=14458] ppid=14454 vsize=11586392 CPUtime=11.6 cores=0,2,4,6
/proc/14456/task/14458/stat : 14458 (java) S 14454 14456 13088 0 -1 4202560 4633 0 1 0 1112 48 0 0 20 0 18 0 341761720 11864465408 1023188 33554432000 1073741824 1073778376 140733224462528 140013541514632 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14456/tid=14459] ppid=14454 vsize=11586392 CPUtime=0.52 cores=0,2,4,6
/proc/14456/task/14459/stat : 14459 (java) R 14454 14456 13088 0 -1 4202560 230 0 0 0 39 13 0 0 20 0 18 0 341761723 11864465408 1023188 33554432000 1073741824 1073778376 140733224462528 140013530578136 140013544794012 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14456/tid=14460] ppid=14454 vsize=11586392 CPUtime=0.51 cores=0,2,4,6
/proc/14456/task/14460/stat : 14460 (java) R 14454 14456 13088 0 -1 4202560 220 0 0 0 40 11 0 0 20 0 18 0 341761723 11864465408 1023188 33554432000 1073741824 1073778376 140733224462528 140013529525336 140013545691311 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=14456/tid=14461] ppid=14454 vsize=11586392 CPUtime=0.39 cores=0,2,4,6
/proc/14456/task/14461/stat : 14461 (java) R 14454 14456 13088 0 -1 4202560 175 0 0 0 29 10 0 0 20 0 18 0 341761723 11864465408 1023188 33554432000 1073741824 1073778376 140733224462528 140013528472536 140013544793952 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14456/tid=14462] ppid=14454 vsize=11586392 CPUtime=0.73 cores=0,2,4,6
/proc/14456/task/14462/stat : 14462 (java) R 14454 14456 13088 0 -1 4202560 291 0 0 0 57 16 0 0 20 0 18 0 341761723 11864465408 1023188 33554432000 1073741824 1073778376 140733224462528 140013527419736 140013543986889 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14463] ppid=14454 vsize=11586392 CPUtime=0.41 cores=0,2,4,6
/proc/14456/task/14463/stat : 14463 (java) R 14454 14456 13088 0 -1 4202560 199 0 0 0 31 10 0 0 20 0 18 0 341761723 11864465408 1023188 33554432000 1073741824 1073778376 140733224462528 140013526366936 140013543986889 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14456/tid=14464] ppid=14454 vsize=11586392 CPUtime=0.43 cores=0,2,4,6
/proc/14456/task/14464/stat : 14464 (java) R 14454 14456 13088 0 -1 4202560 222 0 0 0 30 13 0 0 20 0 18 0 341761723 11864465408 1023188 33554432000 1073741824 1073778376 140733224462528 140013525314136 140013545272460 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=14456/tid=14465] ppid=14454 vsize=11586392 CPUtime=0.48 cores=0,2,4,6
/proc/14456/task/14465/stat : 14465 (java) R 14454 14456 13088 0 -1 4202560 205 0 0 0 38 10 0 0 20 0 18 0 341761723 11864465408 1023188 33554432000 1073741824 1073778376 140733224462528 140013524261336 140013548414543 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14456/tid=14466] ppid=14454 vsize=11586392 CPUtime=0.48 cores=0,2,4,6
/proc/14456/task/14466/stat : 14466 (java) R 14454 14456 13088 0 -1 4202560 221 0 0 0 36 12 0 0 20 0 18 0 341761723 11864465408 1023188 33554432000 1073741824 1073778376 140733224462528 140013523208240 140013548411820 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14456/tid=14467] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14467/stat : 14467 (java) S 14454 14456 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341761724 11864465408 1023188 33554432000 1073741824 1073778376 140733224462528 140013358806920 240568546364 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14468] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14468/stat : 14468 (java) S 14454 14456 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341761724 11864465408 1023188 33554432000 1073741824 1073778376 140733224462528 140013357754104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14469] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14469/stat : 14469 (java) S 14454 14456 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341761724 11864465408 1023188 33554432000 1073741824 1073778376 140733224462528 140013356701192 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14470] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14470/stat : 14470 (java) S 14454 14456 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341761727 11864465408 1023188 33554432000 1073741824 1073778376 140733224462528 140013355649680 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14471] ppid=14454 vsize=11586392 CPUtime=0.09 cores=0,2,4,6
/proc/14456/task/14471/stat : 14471 (java) S 14454 14456 13088 0 -1 4202560 730 0 0 0 9 0 0 0 20 0 18 0 341761727 11864465408 1023188 33554432000 1073741824 1073778376 140733224462528 140013354596792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14472] ppid=14454 vsize=11586392 CPUtime=0.09 cores=0,2,4,6
/proc/14456/task/14472/stat : 14472 (java) S 14454 14456 13088 0 -1 4202560 1344 0 0 0 9 0 0 0 20 0 18 0 341761727 11864465408 1023188 33554432000 1073741824 1073778376 140733224462528 140013353543992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14456/tid=14473] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14473/stat : 14473 (java) S 14454 14456 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341761727 11864465408 1023188 33554432000 1073741824 1073778376 140733224462528 140013352491384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14456/tid=14474] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14474/stat : 14474 (java) S 14454 14456 13088 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341761727 11864465408 1023188 33554432000 1073741824 1073778376 140733224462528 140013351438792 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 15.95

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

[pid=14456/tid=14467] ppid=14454 vsize=11586392 CPUtime=0.24 cores=0,2,4,6
/proc/14456/task/14467/stat : 14467 (java) S 14454 14456 13088 0 -1 4202560 82 0 0 0 17 7 0 0 20 0 18 0 341761724 11864465408 1287033 33554432000 1073741824 1073778376 140733224462528 140013358808040 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14456/tid=14468] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14468/stat : 14468 (java) S 14454 14456 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341761724 11864465408 1287033 33554432000 1073741824 1073778376 140733224462528 140013357754104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14469] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14469/stat : 14469 (java) S 14454 14456 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341761724 11864465408 1287033 33554432000 1073741824 1073778376 140733224462528 140013356701192 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14470] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14470/stat : 14470 (java) S 14454 14456 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341761727 11864465408 1287033 33554432000 1073741824 1073778376 140733224462528 140013355649680 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14471] ppid=14454 vsize=11586392 CPUtime=0.34 cores=0,2,4,6
/proc/14456/task/14471/stat : 14471 (java) S 14454 14456 13088 0 -1 4202560 4575 0 0 0 33 1 0 0 20 0 18 0 341761727 11864465408 1287033 33554432000 1073741824 1073778376 140733224462528 140013354596792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14472] ppid=14454 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/14456/task/14472/stat : 14472 (java) S 14454 14456 13088 0 -1 4202560 1353 0 0 0 10 0 0 0 20 0 18 0 341761727 11864465408 1287033 33554432000 1073741824 1073778376 140733224462528 140013353543992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14456/tid=14473] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14473/stat : 14473 (java) S 14454 14456 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341761727 11864465408 1287033 33554432000 1073741824 1073778376 140733224462528 140013352491384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14456/tid=14474] ppid=14454 vsize=11586392 CPUtime=0.63 cores=0,2,4,6
/proc/14456/task/14474/stat : 14474 (java) S 14454 14456 13088 0 -1 4202560 72 0 0 0 31 32 0 0 20 0 18 0 341761727 11864465408 1287033 33554432000 1073741824 1073778376 140733224462528 140013351438792 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1662.13
Current children cumulated vsize (KiB) 11586392

[startup+1302.3 s]
/proc/loadavg: 4.09 3.73 3.66 4/215 14585
/proc/meminfo: memFree=20520020/32873844 swapFree=7116/7116
[pid=14456] ppid=14454 vsize=11586392 CPUtime=1742.73 cores=0,2,4,6
/proc/14456/stat : 14456 (java) S 14454 14456 13088 0 -1 4202496 18277 0 1 0 173746 527 0 0 20 0 18 0 341761719 11864465408 1288569 33554432000 1073741824 1073778376 140733224462528 140733224453664 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14456/statm: 2896598 1288569 2254 9 0 2887285 0
[pid=14456/tid=14458] ppid=14454 vsize=11586392 CPUtime=1145.78 cores=0,2,4,6
/proc/14456/task/14458/stat : 14458 (java) R 14454 14456 13088 0 -1 4202560 6375 0 1 0 114504 74 0 0 20 0 18 0 341761720 11864465408 1288569 33554432000 1073741824 1073778376 140733224462528 140013541514184 140013549280353 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14456/tid=14459] ppid=14454 vsize=11586392 CPUtime=74.76 cores=0,2,4,6
/proc/14456/task/14459/stat : 14459 (java) S 14454 14456 13088 0 -1 4202560 669 0 0 0 7422 54 0 0 20 0 18 0 341761723 11864465408 1288569 33554432000 1073741824 1073778376 140733224462528 140013530577960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14460] ppid=14454 vsize=11586392 CPUtime=74.75 cores=0,2,4,6
/proc/14456/task/14460/stat : 14460 (java) S 14454 14456 13088 0 -1 4202560 553 0 0 0 7421 54 0 0 20 0 18 0 341761723 11864465408 1288569 33554432000 1073741824 1073778376 140733224462528 140013529525160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14456/tid=14461] ppid=14454 vsize=11586392 CPUtime=74.34 cores=0,2,4,6
/proc/14456/task/14461/stat : 14461 (java) S 14454 14456 13088 0 -1 4202560 514 0 0 0 7387 47 0 0 20 0 18 0 341761723 11864465408 1288569 33554432000 1073741824 1073778376 140733224462528 140013528472360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14456/tid=14462] ppid=14454 vsize=11586392 CPUtime=74.92 cores=0,2,4,6
/proc/14456/task/14462/stat : 14462 (java) S 14454 14456 13088 0 -1 4202560 627 0 0 0 7427 65 0 0 20 0 18 0 341761723 11864465408 1288569 33554432000 1073741824 1073778376 140733224462528 140013527419560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14463] ppid=14454 vsize=11586392 CPUtime=73.09 cores=0,2,4,6
/proc/14456/task/14463/stat : 14463 (java) S 14454 14456 13088 0 -1 4202560 502 0 0 0 7259 50 0 0 20 0 18 0 341761723 11864465408 1288569 33554432000 1073741824 1073778376 140733224462528 140013526366760 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14456/tid=14464] ppid=14454 vsize=11586392 CPUtime=73.86 cores=0,2,4,6
/proc/14456/task/14464/stat : 14464 (java) S 14454 14456 13088 0 -1 4202560 641 0 0 0 7325 61 0 0 20 0 18 0 341761723 11864465408 1288569 33554432000 1073741824 1073778376 140733224462528 140013525313960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14465] ppid=14454 vsize=11586392 CPUtime=73.51 cores=0,2,4,6
/proc/14456/task/14465/stat : 14465 (java) S 14454 14456 13088 0 -1 4202560 537 0 0 0 7295 56 0 0 20 0 18 0 341761723 11864465408 1288569 33554432000 1073741824 1073778376 140733224462528 140013524261160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14466] ppid=14454 vsize=11586392 CPUtime=73.77 cores=0,2,4,6
/proc/14456/task/14466/stat : 14466 (java) S 14454 14456 13088 0 -1 4202560 599 0 0 0 7323 54 0 0 20 0 18 0 341761723 11864465408 1288569 33554432000 1073741824 1073778376 140733224462528 140013523208360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14456/tid=14467] ppid=14454 vsize=11586392 CPUtime=0.25 cores=0,2,4,6
/proc/14456/task/14467/stat : 14467 (java) S 14454 14456 13088 0 -1 4202560 84 0 0 0 18 7 0 0 20 0 18 0 341761724 11864465408 1288569 33554432000 1073741824 1073778376 140733224462528 140013358808040 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14456/tid=14468] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14468/stat : 14468 (java) S 14454 14456 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341761724 11864465408 1288569 33554432000 1073741824 1073778376 140733224462528 140013357754104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14469] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14469/stat : 14469 (java) S 14454 14456 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341761724 11864465408 1288569 33554432000 1073741824 1073778376 140733224462528 140013356701192 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14470] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14470/stat : 14470 (java) S 14454 14456 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341761727 11864465408 1288569 33554432000 1073741824 1073778376 140733224462528 140013355649680 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14471] ppid=14454 vsize=11586392 CPUtime=0.34 cores=0,2,4,6
/proc/14456/task/14471/stat : 14471 (java) S 14454 14456 13088 0 -1 4202560 4575 0 0 0 33 1 0 0 20 0 18 0 341761727 11864465408 1288569 33554432000 1073741824 1073778376 140733224462528 140013354596792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14472] ppid=14454 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/14456/task/14472/stat : 14472 (java) S 14454 14456 13088 0 -1 4202560 1353 0 0 0 10 0 0 0 20 0 18 0 341761727 11864465408 1288569 33554432000 1073741824 1073778376 140733224462528 140013353543992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14456/tid=14473] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14473/stat : 14473 (java) S 14454 14456 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341761727 11864465408 1288569 33554432000 1073741824 1073778376 140733224462528 140013352491384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14456/tid=14474] ppid=14454 vsize=11586392 CPUtime=0.66 cores=0,2,4,6
/proc/14456/task/14474/stat : 14474 (java) S 14454 14456 13088 0 -1 4202560 74 0 0 0 32 34 0 0 20 0 18 0 341761727 11864465408 1288569 33554432000 1073741824 1073778376 140733224462528 140013351438792 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1742.73
Current children cumulated vsize (KiB) 11586392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1345.3 s]
/proc/loadavg: 3.56 3.63 3.63 4/215 14585
/proc/meminfo: memFree=20515552/32873844 swapFree=7116/7116
[pid=14456] ppid=14454 vsize=11586392 CPUtime=1800.14 cores=0,2,4,6
/proc/14456/stat : 14456 (java) S 14454 14456 13088 0 -1 4202496 18345 0 1 0 179477 537 0 0 20 0 18 0 341761719 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140733224453664 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14456/statm: 2896598 1289593 2254 9 0 2887285 0
[pid=14456/tid=14458] ppid=14454 vsize=11586392 CPUtime=1183.68 cores=0,2,4,6
/proc/14456/task/14458/stat : 14458 (java) R 14454 14456 13088 0 -1 4202560 6432 0 1 0 118294 74 0 0 20 0 18 0 341761720 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013541514184 140013549280346 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14456/tid=14459] ppid=14454 vsize=11586392 CPUtime=77.19 cores=0,2,4,6
/proc/14456/task/14459/stat : 14459 (java) S 14454 14456 13088 0 -1 4202560 669 0 0 0 7664 55 0 0 20 0 18 0 341761723 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013530577960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14460] ppid=14454 vsize=11586392 CPUtime=77.04 cores=0,2,4,6
/proc/14456/task/14460/stat : 14460 (java) S 14454 14456 13088 0 -1 4202560 554 0 0 0 7650 54 0 0 20 0 18 0 341761723 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013529525160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14461] ppid=14454 vsize=11586392 CPUtime=76.72 cores=0,2,4,6
/proc/14456/task/14461/stat : 14461 (java) S 14454 14456 13088 0 -1 4202560 514 0 0 0 7624 48 0 0 20 0 18 0 341761723 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013528472360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14462] ppid=14454 vsize=11586392 CPUtime=77.5 cores=0,2,4,6
/proc/14456/task/14462/stat : 14462 (java) S 14454 14456 13088 0 -1 4202560 628 0 0 0 7684 66 0 0 20 0 18 0 341761723 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013527419560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14456/tid=14463] ppid=14454 vsize=11586392 CPUtime=75.5 cores=0,2,4,6
/proc/14456/task/14463/stat : 14463 (java) S 14454 14456 13088 0 -1 4202560 502 0 0 0 7500 50 0 0 20 0 18 0 341761723 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013526366760 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14464] ppid=14454 vsize=11586392 CPUtime=76.22 cores=0,2,4,6
/proc/14456/task/14464/stat : 14464 (java) S 14454 14456 13088 0 -1 4202560 641 0 0 0 7560 62 0 0 20 0 18 0 341761723 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013525313960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14456/tid=14465] ppid=14454 vsize=11586392 CPUtime=75.94 cores=0,2,4,6
/proc/14456/task/14465/stat : 14465 (java) S 14454 14456 13088 0 -1 4202560 537 0 0 0 7537 57 0 0 20 0 18 0 341761723 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013524261160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14456/tid=14466] ppid=14454 vsize=11586392 CPUtime=76.27 cores=0,2,4,6
/proc/14456/task/14466/stat : 14466 (java) S 14454 14456 13088 0 -1 4202560 600 0 0 0 7572 55 0 0 20 0 18 0 341761723 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013523208360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14467] ppid=14454 vsize=11586392 CPUtime=0.27 cores=0,2,4,6
/proc/14456/task/14467/stat : 14467 (java) S 14454 14456 13088 0 -1 4202560 89 0 0 0 19 8 0 0 20 0 18 0 341761724 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013358808040 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14456/tid=14468] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14468/stat : 14468 (java) S 14454 14456 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341761724 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013357754104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14469] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14469/stat : 14469 (java) S 14454 14456 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341761724 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013356701192 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14470] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14470/stat : 14470 (java) S 14454 14456 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341761727 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013355649680 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14471] ppid=14454 vsize=11586392 CPUtime=0.34 cores=0,2,4,6
/proc/14456/task/14471/stat : 14471 (java) S 14454 14456 13088 0 -1 4202560 4575 0 0 0 33 1 0 0 20 0 18 0 341761727 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013354596792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14472] ppid=14454 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/14456/task/14472/stat : 14472 (java) S 14454 14456 13088 0 -1 4202560 1353 0 0 0 10 0 0 0 20 0 18 0 341761727 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013353543992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14456/tid=14473] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14473/stat : 14473 (java) S 14454 14456 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341761727 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013352491384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14456/tid=14474] ppid=14454 vsize=11586392 CPUtime=0.68 cores=0,2,4,6
/proc/14456/task/14474/stat : 14474 (java) S 14454 14456 13088 0 -1 4202560 77 0 0 0 33 35 0 0 20 0 18 0 341761727 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013351438792 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 11586392

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

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

[startup+1345.3 s]
/proc/loadavg: 3.56 3.63 3.63 4/215 14585
/proc/meminfo: memFree=20515552/32873844 swapFree=7116/7116
[pid=14456] ppid=14454 vsize=11586392 CPUtime=1800.14 cores=0,2,4,6
/proc/14456/stat : 14456 (java) S 14454 14456 13088 0 -1 4202496 18345 0 1 0 179477 537 0 0 20 0 18 0 341761719 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140733224453664 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/14456/statm: 2896598 1289593 2254 9 0 2887285 0
[pid=14456/tid=14458] ppid=14454 vsize=11586392 CPUtime=1183.68 cores=0,2,4,6
/proc/14456/task/14458/stat : 14458 (java) R 14454 14456 13088 0 -1 4202560 6432 0 1 0 118294 74 0 0 20 0 18 0 341761720 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013541514184 140013549280346 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14456/tid=14459] ppid=14454 vsize=11586392 CPUtime=77.19 cores=0,2,4,6
/proc/14456/task/14459/stat : 14459 (java) S 14454 14456 13088 0 -1 4202560 669 0 0 0 7664 55 0 0 20 0 18 0 341761723 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013530577960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14460] ppid=14454 vsize=11586392 CPUtime=77.04 cores=0,2,4,6
/proc/14456/task/14460/stat : 14460 (java) S 14454 14456 13088 0 -1 4202560 554 0 0 0 7650 54 0 0 20 0 18 0 341761723 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013529525160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14461] ppid=14454 vsize=11586392 CPUtime=76.72 cores=0,2,4,6
/proc/14456/task/14461/stat : 14461 (java) S 14454 14456 13088 0 -1 4202560 514 0 0 0 7624 48 0 0 20 0 18 0 341761723 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013528472360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14462] ppid=14454 vsize=11586392 CPUtime=77.5 cores=0,2,4,6
/proc/14456/task/14462/stat : 14462 (java) S 14454 14456 13088 0 -1 4202560 628 0 0 0 7684 66 0 0 20 0 18 0 341761723 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013527419560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14456/tid=14463] ppid=14454 vsize=11586392 CPUtime=75.5 cores=0,2,4,6
/proc/14456/task/14463/stat : 14463 (java) S 14454 14456 13088 0 -1 4202560 502 0 0 0 7500 50 0 0 20 0 18 0 341761723 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013526366760 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14464] ppid=14454 vsize=11586392 CPUtime=76.22 cores=0,2,4,6
/proc/14456/task/14464/stat : 14464 (java) S 14454 14456 13088 0 -1 4202560 641 0 0 0 7560 62 0 0 20 0 18 0 341761723 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013525313960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14456/tid=14465] ppid=14454 vsize=11586392 CPUtime=75.94 cores=0,2,4,6
/proc/14456/task/14465/stat : 14465 (java) S 14454 14456 13088 0 -1 4202560 537 0 0 0 7537 57 0 0 20 0 18 0 341761723 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013524261160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14456/tid=14466] ppid=14454 vsize=11586392 CPUtime=76.27 cores=0,2,4,6
/proc/14456/task/14466/stat : 14466 (java) S 14454 14456 13088 0 -1 4202560 600 0 0 0 7572 55 0 0 20 0 18 0 341761723 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013523208360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14467] ppid=14454 vsize=11586392 CPUtime=0.27 cores=0,2,4,6
/proc/14456/task/14467/stat : 14467 (java) S 14454 14456 13088 0 -1 4202560 89 0 0 0 19 8 0 0 20 0 18 0 341761724 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013358808040 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14456/tid=14468] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14468/stat : 14468 (java) S 14454 14456 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341761724 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013357754104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14469] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14469/stat : 14469 (java) S 14454 14456 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341761724 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013356701192 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14470] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14470/stat : 14470 (java) S 14454 14456 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341761727 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013355649680 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14471] ppid=14454 vsize=11586392 CPUtime=0.34 cores=0,2,4,6
/proc/14456/task/14471/stat : 14471 (java) S 14454 14456 13088 0 -1 4202560 4575 0 0 0 33 1 0 0 20 0 18 0 341761727 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013354596792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14456/tid=14472] ppid=14454 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/14456/task/14472/stat : 14472 (java) S 14454 14456 13088 0 -1 4202560 1353 0 0 0 10 0 0 0 20 0 18 0 341761727 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013353543992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14456/tid=14473] ppid=14454 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/14456/task/14473/stat : 14473 (java) S 14454 14456 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341761727 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013352491384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14456/tid=14474] ppid=14454 vsize=11586392 CPUtime=0.68 cores=0,2,4,6
/proc/14456/task/14474/stat : 14474 (java) S 14454 14456 13088 0 -1 4202560 77 0 0 0 33 35 0 0 20 0 18 0 341761727 11864465408 1289593 33554432000 1073741824 1073778376 140733224462528 140013351438792 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 11586392

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14456 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=938583
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=803117
# CPU time returned by wait4() is 1797.74
# while last known CPU time is 1800.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1345.36
CPU time (s): 1800.14
CPU user time (s): 1794.77
CPU system time (s): 5.37
CPU usage (%): 133.804
Max. virtual memory (cumulated for all children) (KiB): 11586392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.94
system time used= 5.80312
maximum resident set size= 5158496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18379
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111998
involuntary context switches= 2302026

runsolver used 4.74228 second user time and 11.5732 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-03 22:46:08
IDJOB=3741597
IDBENCH=89882
IDSOLVER=2328
FILE ID=node146/3741597-1338756342
RUNJOBID= node146-1338749727-13104
PBS_JOBID= 14636806
Free space on /tmp= 70096 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-zib01.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741597-1338756342/watcher-3741597-1338756342 -o /tmp/evaluation-result-3741597-1338756342/solver-3741597-1338756342 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741597-1338756342.opb

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

MD5SUM BENCH= 8f491d5bc2eb927e9b611fe56423c3ea
RANDOM SEED=1363756348

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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.91
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		: 2667.034
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27151512 kB
Buffers:          317024 kB
Cached:          1423836 kB
SwapCached:         1792 kB
Active:          4407408 kB
Inactive:         481884 kB
Active(anon):    3149228 kB
Inactive(anon):     1664 kB
Active(file):    1258180 kB
Inactive(file):   480220 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099888 kB
Dirty:            780016 kB
Writeback:             0 kB
AnonPages:       3158768 kB
Mapped:            17136 kB
Shmem:                 0 kB
Slab:             681884 kB
SReclaimable:     121000 kB
SUnreclaim:       560884 kB
KernelStack:        1600 kB
PageTables:        10288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10461136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3121152 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= 70136 MiB
End job on node146 at 2012-06-03 23:08:35