Trace number 3740911

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
PB09: SAT4J Pseudo Resolution 2.1.1? (TO) 1800.32 1789.76

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-101.opb
MD5SUMa3ed9477da365050d631dd031519efe8
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark79.04
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7936
Total number of constraints176837
Number of constraints which are clauses158928
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint2
Maximum length of a constraint195
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.1.1.v20090612
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version	1.6.0_24
0.02/0.08	c os.name	Linux
0.02/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch	amd64
0.02/0.08	c Free memory 1299577560
0.02/0.08	c Max memory 1306394624
0.02/0.08	c Total memory 1306394624
0.02/0.08	c Number of processors 8
0.09/0.10	c Pseudo Boolean Optimization
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c Stops conflict analysis at the first Unique Implication Point
0.09/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@2d3bad12
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.10	c Expensive reason simplification
0.09/0.10	c MiniSAT restarts strategy
0.09/0.10	c Memory based learned constraints deletion strategy
0.09/0.10	c timeout=2147483s
0.09/0.10	c DB Simplification allowed=false
0.09/0.10	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3740911-1338770588.opb
0.09/0.11	c reading problem ... 
1.88/1.32	c ... done. Wall clock time 1.218s.
1.88/1.32	c #vars     7936
1.88/1.32	c #constraints  177125
1.88/1.32	c constraints type 
1.88/1.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
1.88/1.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37513
1.88/1.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17346
1.88/1.32	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 121702
1800.10/1789.62	c starts		: 22
1800.10/1789.62	c conflicts		: 1201512
1800.10/1789.62	c decisions		: 2357532
1800.10/1789.62	c propagations		: 381946200
1800.10/1789.62	c inspects		: 13986069672
1800.10/1789.62	c learnt literals	: 12
1800.10/1789.62	c learnt binary clauses	: 192
1800.10/1789.62	c learnt ternary clauses	: 941
1800.10/1789.62	c learnt clauses	: 1201500
1800.10/1789.62	c ignored clauses	: 0
1800.10/1789.62	c root simplifications	: 0
1800.10/1789.62	c removed literals (reason simplification)	: 59898448
1800.10/1789.62	c reason swapping (by a shorter reason)	: 0
1800.10/1789.62	c Calls to reduceDB	: 0
1800.10/1789.62	c speed (assignments/second)	: 213581.32387627536
1800.10/1789.62	c non guided choices	78190
1800.32/1789.75	c learnt constraints type 
1800.32/1789.75	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 1201323
1800.32/1789.75	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 192
1800.32/1789.75	c constraints type 
1800.32/1789.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
1800.32/1789.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37513
1800.32/1789.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17346
1800.32/1789.75	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 121702
1800.32/1789.75	s UNKNOWN
1800.32/1789.75	c Total wall clock time (in seconds): 1789.649

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-3740911-1338770588/watcher-3740911-1338770588 -o /tmp/evaluation-result-3740911-1338770588/solver-3740911-1338770588 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3740911-1338770588.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: 2.08 2.03 2.00 3/194 6352
/proc/meminfo: memFree=27589740/32873648 swapFree=7388/7388
[pid=6352] ppid=6350 vsize=9300 CPUtime=0 cores=0,2,4,6
/proc/6352/stat : 6352 (java6) R 6350 6352 959 0 -1 4202496 253 0 0 0 0 0 0 0 20 0 1 0 343183337 9523200 185 33554432000 1073741824 1073778376 140734265451872 140734265443096 212073082295 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6352/statm: 2325 185 142 9 0 73 0

[startup+0.0486079 s]
/proc/loadavg: 2.08 2.03 2.00 3/194 6352
/proc/meminfo: memFree=27589740/32873648 swapFree=7388/7388
[pid=6352] ppid=6350 vsize=2315716 CPUtime=0.02 cores=0,2,4,6
/proc/6352/stat : 6352 (java) S 6350 6352 959 0 -1 4202496 3687 0 1 0 2 0 0 0 20 0 13 0 343183337 2371293184 4894 33554432000 1073741824 1073778376 140736676017888 140736676009024 212076625981 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6352/statm: 578929 4894 1700 9 0 569630 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2315716

[startup+0.10021 s]
/proc/loadavg: 2.08 2.03 2.00 3/194 6352
/proc/meminfo: memFree=27589740/32873648 swapFree=7388/7388
[pid=6352] ppid=6350 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/6352/stat : 6352 (java) S 6350 6352 959 0 -1 4202496 4690 0 1 0 8 1 0 0 20 0 18 0 343183337 2712133632 6407 33554432000 1073741824 1073778376 140736676017888 140736676009024 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6352/statm: 662142 6407 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2648568

[startup+0.300171 s]
/proc/loadavg: 2.08 2.03 2.00 3/194 6352
/proc/meminfo: memFree=27589740/32873648 swapFree=7388/7388
[pid=6352] ppid=6350 vsize=2648568 CPUtime=0.49 cores=0,2,4,6
/proc/6352/stat : 6352 (java) S 6350 6352 959 0 -1 4202496 6396 0 1 0 48 1 0 0 20 0 18 0 343183337 2712133632 9955 33554432000 1073741824 1073778376 140736676017888 140736676009024 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6352/statm: 662142 9955 2217 9 0 652835 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 2648568

[startup+0.700299 s]
/proc/loadavg: 2.08 2.03 2.00 3/194 6352
/proc/meminfo: memFree=27589740/32873648 swapFree=7388/7388
[pid=6352] ppid=6350 vsize=2648568 CPUtime=1.16 cores=0,2,4,6
/proc/6352/stat : 6352 (java) S 6350 6352 959 0 -1 4202496 9792 0 1 0 112 4 0 0 20 0 18 0 343183337 2712133632 50818 33554432000 1073741824 1073778376 140736676017888 140736676009024 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6352/statm: 662142 50818 2234 9 0 652835 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 2648568

[startup+1.50079 s]
/proc/loadavg: 2.08 2.03 2.00 3/212 6370
/proc/meminfo: memFree=27245628/32873648 swapFree=7388/7388
[pid=6352] ppid=6350 vsize=2715132 CPUtime=2.36 cores=0,2,4,6
/proc/6352/stat : 6352 (java) S 6350 6352 959 0 -1 4202496 11274 0 1 0 227 9 0 0 20 0 19 0 343183337 2780295168 96997 33554432000 1073741824 1073778376 140736676017888 140736676009024 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6352/statm: 678783 96997 2265 9 0 669476 0
[pid=6352/tid=6354] ppid=6350 vsize=2715132 CPUtime=1.44 cores=0,2,4,6
/proc/6352/task/6354/stat : 6354 (java) R 6350 6352 959 0 -1 4202560 2926 0 1 0 138 6 0 0 20 0 19 0 343183338 2780295168 96997 33554432000 1073741824 1073778376 140736676017888 140682650284568 140682476495043 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6352/tid=6355] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6355/stat : 6355 (java) S 6350 6352 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343183339 2780295168 96997 33554432000 1073741824 1073778376 140736676017888 140682634742824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6356] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6356/stat : 6356 (java) S 6350 6352 959 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 343183339 2780295168 96997 33554432000 1073741824 1073778376 140736676017888 140682633690024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6352/tid=6357] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6357/stat : 6357 (java) S 6350 6352 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343183339 2780295168 96997 33554432000 1073741824 1073778376 140736676017888 140682632637224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6352/tid=6358] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6358/stat : 6358 (java) S 6350 6352 959 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 343183339 2780295168 96997 33554432000 1073741824 1073778376 140736676017888 140682631584424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6359] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6359/stat : 6359 (java) S 6350 6352 959 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 343183339 2780295168 96997 33554432000 1073741824 1073778376 140736676017888 140682630531624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6352/tid=6360] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6360/stat : 6360 (java) S 6350 6352 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343183339 2780295168 96997 33554432000 1073741824 1073778376 140736676017888 140682629478824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6352/tid=6361] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6361/stat : 6361 (java) S 6350 6352 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343183339 2780295168 96997 33554432000 1073741824 1073778376 140736676017888 140682628426024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6362] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6362/stat : 6362 (java) S 6350 6352 959 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 343183339 2780295168 96997 33554432000 1073741824 1073778376 140736676017888 140682627373224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6363] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6363/stat : 6363 (java) S 6350 6352 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343183340 2780295168 96997 33554432000 1073741824 1073778376 140736676017888 140682614963176 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6352/tid=6364] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6364/stat : 6364 (java) S 6350 6352 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343183340 2780295168 96997 33554432000 1073741824 1073778376 140736676017888 140682613909240 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6365] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6365/stat : 6365 (java) S 6350 6352 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343183340 2780295168 96997 33554432000 1073741824 1073778376 140736676017888 140682612856328 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6366] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6366/stat : 6366 (java) S 6350 6352 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343183343 2780295168 96997 33554432000 1073741824 1073778376 140736676017888 140682611804816 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6367] ppid=6350 vsize=2715132 CPUtime=0.39 cores=0,2,4,6
/proc/6352/task/6367/stat : 6367 (java) S 6350 6352 959 0 -1 4202560 2994 0 0 0 39 0 0 0 20 0 19 0 343183343 2780295168 96997 33554432000 1073741824 1073778376 140736676017888 140682610751928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6368] ppid=6350 vsize=2715132 CPUtime=0.41 cores=0,2,4,6
/proc/6352/task/6368/stat : 6368 (java) S 6350 6352 959 0 -1 4202560 4103 0 0 0 41 0 0 0 20 0 19 0 343183343 2780295168 96997 33554432000 1073741824 1073778376 140736676017888 140682609699128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6352/tid=6369] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6369/stat : 6369 (java) S 6350 6352 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343183343 2780295168 96997 33554432000 1073741824 1073778376 140736676017888 140682608646520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6352/tid=6370] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6370/stat : 6370 (java) S 6350 6352 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343183343 2780295168 96997 33554432000 1073741824 1073778376 140736676017888 140682607593928 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 2715132

[startup+3.10068 s]
/proc/loadavg: 2.08 2.03 2.00 3/213 6371
/proc/meminfo: memFree=27209944/32873648 swapFree=7388/7388
[pid=6352] ppid=6350 vsize=2715132 CPUtime=4.1 cores=0,2,4,6
/proc/6352/stat : 6352 (java) S 6350 6352 959 0 -1 4202496 11498 0 1 0 401 9 0 0 20 0 19 0 343183337 2780295168 97002 33554432000 1073741824 1073778376 140736676017888 140736676009024 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6352/statm: 678783 97002 2269 9 0 669476 0
[pid=6352/tid=6354] ppid=6350 vsize=2715132 CPUtime=3.04 cores=0,2,4,6
/proc/6352/task/6354/stat : 6354 (java) R 6350 6352 959 0 -1 4202560 2928 0 1 0 298 6 0 0 20 0 19 0 343183338 2780295168 97002 33554432000 1073741824 1073778376 140736676017888 140682650292824 140682476628072 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6352/tid=6355] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6355/stat : 6355 (java) S 6350 6352 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343183339 2780295168 97002 33554432000 1073741824 1073778376 140736676017888 140682634742824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6356] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6356/stat : 6356 (java) S 6350 6352 959 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 343183339 2780295168 97002 33554432000 1073741824 1073778376 140736676017888 140682633690024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6352/tid=6357] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6357/stat : 6357 (java) S 6350 6352 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343183339 2780295168 97002 33554432000 1073741824 1073778376 140736676017888 140682632637224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6352/tid=6358] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6358/stat : 6358 (java) S 6350 6352 959 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 343183339 2780295168 97002 33554432000 1073741824 1073778376 140736676017888 140682631584424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6359] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6359/stat : 6359 (java) S 6350 6352 959 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 343183339 2780295168 97002 33554432000 1073741824 1073778376 140736676017888 140682630531624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6352/tid=6360] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6360/stat : 6360 (java) S 6350 6352 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343183339 2780295168 97002 33554432000 1073741824 1073778376 140736676017888 140682629478824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6352/tid=6361] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6361/stat : 6361 (java) S 6350 6352 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343183339 2780295168 97002 33554432000 1073741824 1073778376 140736676017888 140682628426024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6362] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6362/stat : 6362 (java) S 6350 6352 959 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 343183339 2780295168 97002 33554432000 1073741824 1073778376 140736676017888 140682627373224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6363] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6363/stat : 6363 (java) S 6350 6352 959 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 343183340 2780295168 97002 33554432000 1073741824 1073778376 140736676017888 140682614963176 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6352/tid=6364] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6364/stat : 6364 (java) S 6350 6352 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343183340 2780295168 97002 33554432000 1073741824 1073778376 140736676017888 140682613909240 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6365] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6365/stat : 6365 (java) S 6350 6352 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343183340 2780295168 97002 33554432000 1073741824 1073778376 140736676017888 140682612856328 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6366] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6366/stat : 6366 (java) S 6350 6352 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343183343 2780295168 97002 33554432000 1073741824 1073778376 140736676017888 140682611804816 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6367] ppid=6350 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/6352/task/6367/stat : 6367 (java) S 6350 6352 959 0 -1 4202560 3215 0 0 0 48 0 0 0 20 0 19 0 343183343 2780295168 97002 33554432000 1073741824 1073778376 140736676017888 140682610751928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6368] ppid=6350 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/6352/task/6368/stat : 6368 (java) S 6350 6352 959 0 -1 4202560 4103 0 0 0 45 0 0 0 20 0 19 0 343183343 2780295168 97002 33554432000 1073741824 1073778376 140736676017888 140682609699128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6352/tid=6369] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6369/stat : 6369 (java) S 6350 6352 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343183343 2780295168 97002 33554432000 1073741824 1073778376 140736676017888 140682608646520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6352/tid=6370] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6370/stat : 6370 (java) S 6350 6352 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343183343 2780295168 97002 33554432000 1073741824 1073778376 140736676017888 140682607593928 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6352/tid=6371] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6371/stat : 6371 (java) S 6350 6352 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343183471 2780295168 97002 33554432000 1073741824 1073778376 140736676017888 140682606540456 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 2715132

[startup+6.30079 s]
/proc/loadavg: 2.07 2.03 2.00 3/213 6371
/proc/meminfo: memFree=27174764/32873648 swapFree=7388/7388
[pid=6352] ppid=6350 vsize=2715132 CPUtime=7.55 cores=0,2,4,6
/proc/6352/stat : 6352 (java) S 6350 6352 959 0 -1 4202496 11573 0 1 0 742 13 0 0 20 0 19 0 343183337 2780295168 107148 33554432000 1073741824 1073778376 140736676017888 140736676009024 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6352/statm: 678783 107148 2269 9 0 669476 0
[pid=6352/tid=6354] ppid=6350 vsize=2715132 CPUtime=6.16 cores=0,2,4,6
/proc/6352/task/6354/stat : 6354 (java) R 6350 6352 959 0 -1 4202560 2933 0 1 0 610 6 0 0 20 0 19 0 343183338 2780295168 107148 33554432000 1073741824 1073778376 140736676017888 140682650291640 140682476615652 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6352/tid=6355] ppid=6350 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/6352/task/6355/stat : 6355 (java) S 6350 6352 959 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 343183339 2780295168 107148 33554432000 1073741824 1073778376 140736676017888 140682634742824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6352/tid=6356] ppid=6350 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/6352/task/6356/stat : 6356 (java) S 6350 6352 959 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 343183339 2780295168 107148 33554432000 1073741824 1073778376 140736676017888 140682633690024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6352/tid=6357] ppid=6350 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/6352/task/6357/stat : 6357 (java) S 6350 6352 959 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 343183339 2780295168 107148 33554432000 1073741824 1073778376 140736676017888 140682632637224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6352/tid=6358] ppid=6350 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/6352/task/6358/stat : 6358 (java) S 6350 6352 959 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 343183339 2780295168 107148 33554432000 1073741824 1073778376 140736676017888 140682631584424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6359] ppid=6350 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/6352/task/6359/stat : 6359 (java) S 6350 6352 959 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 343183339 2780295168 107148 33554432000 1073741824 1073778376 140736676017888 140682630531624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6352/tid=6360] ppid=6350 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/6352/task/6360/stat : 6360 (java) S 6350 6352 959 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 343183339 2780295168 107148 33554432000 1073741824 1073778376 140736676017888 140682629478824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6352/tid=6361] ppid=6350 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/6352/task/6361/stat : 6361 (java) S 6350 6352 959 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 343183339 2780295168 107148 33554432000 1073741824 1073778376 140736676017888 140682628426024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6352/tid=6362] ppid=6350 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/6352/task/6362/stat : 6362 (java) S 6350 6352 959 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 343183339 2780295168 107148 33554432000 1073741824 1073778376 140736676017888 140682627373224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6352/tid=6363] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6363/stat : 6363 (java) S 6350 6352 959 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 343183340 2780295168 107148 33554432000 1073741824 1073778376 140736676017888 140682614963176 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6352/tid=6364] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6364/stat : 6364 (java) S 6350 6352 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343183340 2780295168 107148 33554432000 1073741824 1073778376 140736676017888 140682613909240 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6365] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6365/stat : 6365 (java) S 6350 6352 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343183340 2780295168 107148 33554432000 1073741824 1073778376 140736676017888 140682612856328 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6366] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6366/stat : 6366 (java) S 6350 6352 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343183343 2780295168 107148 33554432000 1073741824 1073778376 140736676017888 140682611804816 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6367] ppid=6350 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/6352/task/6367/stat : 6367 (java) S 6350 6352 959 0 -1 4202560 3215 0 0 0 54 0 0 0 20 0 19 0 343183343 2780295168 107148 33554432000 1073741824 1073778376 140736676017888 140682610751928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6368] ppid=6350 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/6352/task/6368/stat : 6368 (java) S 6350 6352 959 0 -1 4202560 4103 0 0 0 47 0 0 0 20 0 19 0 343183343 2780295168 107148 33554432000 1073741824 1073778376 140736676017888 140682609699128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6352/tid=6369] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6369/stat : 6369 (java) S 6350 6352 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343183343 2780295168 107148 33554432000 1073741824 1073778376 140736676017888 140682608646520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6352/tid=6370] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6370/stat : 6370 (java) S 6350 6352 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343183343 2780295168 107148 33554432000 1073741824 1073778376 140736676017888 140682607593928 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6352/tid=6371] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6371/stat : 6371 (java) S 6350 6352 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343183471 2780295168 107148 33554432000 1073741824 1073778376 140736676017888 140682606540456 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]
/proc/loadavg: 2.07 2.03 2.00 3/213 6371
/proc/meminfo: memFree=27139516/32873648 swapFree=7388/7388

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

[pid=6352/tid=6367] ppid=6350 vsize=2715132 CPUtime=0.57 cores=0,2,4,6
/proc/6352/task/6367/stat : 6367 (java) S 6350 6352 959 0 -1 4202560 3226 0 0 0 57 0 0 0 20 0 19 0 343183343 2780295168 256541 33554432000 1073741824 1073778376 140736676017888 140682610751928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6368] ppid=6350 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/6352/task/6368/stat : 6368 (java) S 6350 6352 959 0 -1 4202560 4107 0 0 0 48 0 0 0 20 0 19 0 343183343 2780295168 256541 33554432000 1073741824 1073778376 140736676017888 140682609699128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6352/tid=6369] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6369/stat : 6369 (java) S 6350 6352 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343183343 2780295168 256541 33554432000 1073741824 1073778376 140736676017888 140682608646520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6352/tid=6370] ppid=6350 vsize=2715132 CPUtime=0.69 cores=0,2,4,6
/proc/6352/task/6370/stat : 6370 (java) S 6350 6352 959 0 -1 4202560 99 0 0 0 40 29 0 0 20 0 19 0 343183343 2780295168 256541 33554432000 1073741824 1073778376 140736676017888 140682607593928 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6352/tid=6371] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6371/stat : 6371 (java) S 6350 6352 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343183471 2780295168 256541 33554432000 1073741824 1073778376 140736676017888 140682606540456 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1732.48
Current children cumulated vsize (KiB) 2715132

[startup+1782.3 s]
/proc/loadavg: 1.00 1.10 1.47 2/190 6437
/proc/meminfo: memFree=27352252/32873648 swapFree=7388/7388
[pid=6352] ppid=6350 vsize=2715132 CPUtime=1792.78 cores=0,2,4,6
/proc/6352/stat : 6352 (java) S 6350 6352 959 0 -1 4202496 13285 0 1 0 179197 81 0 0 20 0 19 0 343183337 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140736676009024 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6352/statm: 678783 260131 2269 9 0 669476 0
[pid=6352/tid=6354] ppid=6350 vsize=2715132 CPUtime=1773.63 cores=0,2,4,6
/proc/6352/task/6354/stat : 6354 (java) R 6350 6352 959 0 -1 4202560 3101 0 1 0 177330 33 0 0 20 0 19 0 343183338 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682650291520 140682476477366 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6352/tid=6355] ppid=6350 vsize=2715132 CPUtime=1.6 cores=0,2,4,6
/proc/6352/task/6355/stat : 6355 (java) S 6350 6352 959 0 -1 4202560 159 0 0 0 153 7 0 0 20 0 19 0 343183339 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682634742824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6352/tid=6356] ppid=6350 vsize=2715132 CPUtime=1.56 cores=0,2,4,6
/proc/6352/task/6356/stat : 6356 (java) S 6350 6352 959 0 -1 4202560 192 0 0 0 150 6 0 0 20 0 19 0 343183339 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682633690024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6357] ppid=6350 vsize=2715132 CPUtime=1.72 cores=0,2,4,6
/proc/6352/task/6357/stat : 6357 (java) S 6350 6352 959 0 -1 4202560 174 0 0 0 165 7 0 0 20 0 19 0 343183339 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682632637224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6352/tid=6358] ppid=6350 vsize=2715132 CPUtime=1.68 cores=0,2,4,6
/proc/6352/task/6358/stat : 6358 (java) S 6350 6352 959 0 -1 4202560 181 0 0 0 160 8 0 0 20 0 19 0 343183339 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682631584424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6352/tid=6359] ppid=6350 vsize=2715132 CPUtime=1.51 cores=0,2,4,6
/proc/6352/task/6359/stat : 6359 (java) S 6350 6352 959 0 -1 4202560 148 0 0 0 145 6 0 0 20 0 19 0 343183339 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682630531624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6352/tid=6360] ppid=6350 vsize=2715132 CPUtime=1.65 cores=0,2,4,6
/proc/6352/task/6360/stat : 6360 (java) S 6350 6352 959 0 -1 4202560 209 0 0 0 158 7 0 0 20 0 19 0 343183339 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682629478824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6352/tid=6361] ppid=6350 vsize=2715132 CPUtime=1.8 cores=0,2,4,6
/proc/6352/task/6361/stat : 6361 (java) S 6350 6352 959 0 -1 4202560 216 0 0 0 173 7 0 0 20 0 19 0 343183339 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682628426024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6362] ppid=6350 vsize=2715132 CPUtime=1.68 cores=0,2,4,6
/proc/6352/task/6362/stat : 6362 (java) S 6350 6352 959 0 -1 4202560 176 0 0 0 160 8 0 0 20 0 19 0 343183339 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682627373224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6352/tid=6363] ppid=6350 vsize=2715132 CPUtime=0.05 cores=0,2,4,6
/proc/6352/task/6363/stat : 6363 (java) S 6350 6352 959 0 -1 4202560 111 0 0 0 2 3 0 0 20 0 19 0 343183340 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682614963176 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6352/tid=6364] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6364/stat : 6364 (java) S 6350 6352 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343183340 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682613909240 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6365] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6365/stat : 6365 (java) S 6350 6352 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343183340 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682612856328 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6366] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6366/stat : 6366 (java) S 6350 6352 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343183343 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682611804816 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6367] ppid=6350 vsize=2715132 CPUtime=0.57 cores=0,2,4,6
/proc/6352/task/6367/stat : 6367 (java) S 6350 6352 959 0 -1 4202560 3226 0 0 0 57 0 0 0 20 0 19 0 343183343 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682610751928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6368] ppid=6350 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/6352/task/6368/stat : 6368 (java) S 6350 6352 959 0 -1 4202560 4107 0 0 0 48 0 0 0 20 0 19 0 343183343 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682609699128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6352/tid=6369] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6369/stat : 6369 (java) S 6350 6352 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343183343 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682608646520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6352/tid=6370] ppid=6350 vsize=2715132 CPUtime=0.72 cores=0,2,4,6
/proc/6352/task/6370/stat : 6370 (java) S 6350 6352 959 0 -1 4202560 103 0 0 0 40 32 0 0 20 0 19 0 343183343 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682607593928 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6352/tid=6371] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6371/stat : 6371 (java) S 6350 6352 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343183471 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682606540456 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1792.78
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.6 s]
/proc/loadavg: 1.00 1.09 1.46 2/190 6437
/proc/meminfo: memFree=27352128/32873648 swapFree=7388/7388
[pid=6352] ppid=6350 vsize=2715132 CPUtime=1800.1 cores=0,2,4,6
/proc/6352/stat : 6352 (java) S 6350 6352 959 0 -1 4202496 13285 0 1 0 179929 81 0 0 20 0 19 0 343183337 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140736676009024 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6352/statm: 678783 260131 2269 9 0 669476 0
[pid=6352/tid=6354] ppid=6350 vsize=2715132 CPUtime=1780.92 cores=0,2,4,6
/proc/6352/task/6354/stat : 6354 (java) R 6350 6352 959 0 -1 4202560 3101 0 1 0 178058 34 0 0 20 0 19 0 343183338 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682650291520 140682476477366 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6352/tid=6355] ppid=6350 vsize=2715132 CPUtime=1.6 cores=0,2,4,6
/proc/6352/task/6355/stat : 6355 (java) S 6350 6352 959 0 -1 4202560 159 0 0 0 153 7 0 0 20 0 19 0 343183339 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682634742824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6352/tid=6356] ppid=6350 vsize=2715132 CPUtime=1.56 cores=0,2,4,6
/proc/6352/task/6356/stat : 6356 (java) S 6350 6352 959 0 -1 4202560 192 0 0 0 150 6 0 0 20 0 19 0 343183339 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682633690024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6357] ppid=6350 vsize=2715132 CPUtime=1.72 cores=0,2,4,6
/proc/6352/task/6357/stat : 6357 (java) S 6350 6352 959 0 -1 4202560 174 0 0 0 165 7 0 0 20 0 19 0 343183339 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682632637224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6352/tid=6358] ppid=6350 vsize=2715132 CPUtime=1.68 cores=0,2,4,6
/proc/6352/task/6358/stat : 6358 (java) S 6350 6352 959 0 -1 4202560 181 0 0 0 160 8 0 0 20 0 19 0 343183339 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682631584424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6352/tid=6359] ppid=6350 vsize=2715132 CPUtime=1.51 cores=0,2,4,6
/proc/6352/task/6359/stat : 6359 (java) S 6350 6352 959 0 -1 4202560 148 0 0 0 145 6 0 0 20 0 19 0 343183339 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682630531624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6352/tid=6360] ppid=6350 vsize=2715132 CPUtime=1.65 cores=0,2,4,6
/proc/6352/task/6360/stat : 6360 (java) S 6350 6352 959 0 -1 4202560 209 0 0 0 158 7 0 0 20 0 19 0 343183339 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682629478824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6352/tid=6361] ppid=6350 vsize=2715132 CPUtime=1.8 cores=0,2,4,6
/proc/6352/task/6361/stat : 6361 (java) S 6350 6352 959 0 -1 4202560 216 0 0 0 173 7 0 0 20 0 19 0 343183339 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682628426024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6362] ppid=6350 vsize=2715132 CPUtime=1.68 cores=0,2,4,6
/proc/6352/task/6362/stat : 6362 (java) S 6350 6352 959 0 -1 4202560 176 0 0 0 160 8 0 0 20 0 19 0 343183339 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682627373224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6352/tid=6363] ppid=6350 vsize=2715132 CPUtime=0.05 cores=0,2,4,6
/proc/6352/task/6363/stat : 6363 (java) S 6350 6352 959 0 -1 4202560 111 0 0 0 2 3 0 0 20 0 19 0 343183340 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682614963176 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6352/tid=6364] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6364/stat : 6364 (java) S 6350 6352 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343183340 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682613909240 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6365] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6365/stat : 6365 (java) S 6350 6352 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343183340 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682612856328 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6366] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6366/stat : 6366 (java) S 6350 6352 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343183343 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682611804816 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6367] ppid=6350 vsize=2715132 CPUtime=0.57 cores=0,2,4,6
/proc/6352/task/6367/stat : 6367 (java) S 6350 6352 959 0 -1 4202560 3226 0 0 0 57 0 0 0 20 0 19 0 343183343 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682610751928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6368] ppid=6350 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/6352/task/6368/stat : 6368 (java) S 6350 6352 959 0 -1 4202560 4107 0 0 0 48 0 0 0 20 0 19 0 343183343 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682609699128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6352/tid=6369] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6369/stat : 6369 (java) S 6350 6352 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343183343 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682608646520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6352/tid=6370] ppid=6350 vsize=2715132 CPUtime=0.72 cores=0,2,4,6
/proc/6352/task/6370/stat : 6370 (java) S 6350 6352 959 0 -1 4202560 103 0 0 0 40 32 0 0 20 0 19 0 343183343 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682607593928 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6352/tid=6371] ppid=6350 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6371/stat : 6371 (java) S 6350 6352 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343183471 2780295168 260131 33554432000 1073741824 1073778376 140736676017888 140682606540456 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 2715132

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

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

[startup+1789.72 s]
/proc/loadavg: 1.00 1.09 1.46 2/190 6437
/proc/meminfo: memFree=27352128/32873648 swapFree=7388/7388
[pid=6352] ppid=6350 vsize=2848260 CPUtime=1800.32 cores=0,2,4,6
/proc/6352/stat : 6352 (java) S 6350 6352 959 0 -1 4202496 13321 0 1 0 179951 81 0 0 20 0 21 0 343183337 2916618240 260166 33554432000 1073741824 1073778376 140736676017888 140736676009024 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6352/statm: 712065 260166 2269 9 0 702758 0
[pid=6352/tid=6354] ppid=6350 vsize=2848260 CPUtime=1781.03 cores=0,2,4,6
/proc/6352/task/6354/stat : 6354 (java) R 6350 6352 959 0 -1 4202560 3101 0 1 0 178069 34 0 0 20 0 21 0 343183338 2916618240 260166 33554432000 1073741824 1073778376 140736676017888 140682650291520 140682476477366 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6352/tid=6355] ppid=6350 vsize=2848260 CPUtime=1.6 cores=0,2,4,6
/proc/6352/task/6355/stat : 6355 (java) S 6350 6352 959 0 -1 4202560 159 0 0 0 153 7 0 0 20 0 21 0 343183339 2916618240 260166 33554432000 1073741824 1073778376 140736676017888 140682634742824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6352/tid=6356] ppid=6350 vsize=2848260 CPUtime=1.56 cores=0,2,4,6
/proc/6352/task/6356/stat : 6356 (java) S 6350 6352 959 0 -1 4202560 192 0 0 0 150 6 0 0 20 0 21 0 343183339 2916618240 260166 33554432000 1073741824 1073778376 140736676017888 140682633690024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6357] ppid=6350 vsize=2848260 CPUtime=1.72 cores=0,2,4,6
/proc/6352/task/6357/stat : 6357 (java) S 6350 6352 959 0 -1 4202560 174 0 0 0 165 7 0 0 20 0 21 0 343183339 2916618240 260166 33554432000 1073741824 1073778376 140736676017888 140682632637224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6352/tid=6358] ppid=6350 vsize=2848260 CPUtime=1.68 cores=0,2,4,6
/proc/6352/task/6358/stat : 6358 (java) S 6350 6352 959 0 -1 4202560 181 0 0 0 160 8 0 0 20 0 21 0 343183339 2916618240 260166 33554432000 1073741824 1073778376 140736676017888 140682631584424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6352/tid=6359] ppid=6350 vsize=2848260 CPUtime=1.51 cores=0,2,4,6
/proc/6352/task/6359/stat : 6359 (java) S 6350 6352 959 0 -1 4202560 148 0 0 0 145 6 0 0 20 0 21 0 343183339 2916618240 260166 33554432000 1073741824 1073778376 140736676017888 140682630531624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6352/tid=6360] ppid=6350 vsize=2848260 CPUtime=1.65 cores=0,2,4,6
/proc/6352/task/6360/stat : 6360 (java) S 6350 6352 959 0 -1 4202560 209 0 0 0 158 7 0 0 20 0 21 0 343183339 2916618240 260166 33554432000 1073741824 1073778376 140736676017888 140682629478824 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6352/tid=6361] ppid=6350 vsize=2848260 CPUtime=1.8 cores=0,2,4,6
/proc/6352/task/6361/stat : 6361 (java) S 6350 6352 959 0 -1 4202560 216 0 0 0 173 7 0 0 20 0 21 0 343183339 2916618240 260166 33554432000 1073741824 1073778376 140736676017888 140682628426024 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6362] ppid=6350 vsize=2848260 CPUtime=1.68 cores=0,2,4,6
/proc/6352/task/6362/stat : 6362 (java) S 6350 6352 959 0 -1 4202560 176 0 0 0 160 8 0 0 20 0 21 0 343183339 2916618240 260166 33554432000 1073741824 1073778376 140736676017888 140682627373224 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6352/tid=6363] ppid=6350 vsize=2848260 CPUtime=0.05 cores=0,2,4,6
/proc/6352/task/6363/stat : 6363 (java) S 6350 6352 959 0 -1 4202560 111 0 0 0 2 3 0 0 20 0 21 0 343183340 2916618240 260166 33554432000 1073741824 1073778376 140736676017888 140682614963176 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6352/tid=6364] ppid=6350 vsize=2848260 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6364/stat : 6364 (java) S 6350 6352 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 343183340 2916618240 260166 33554432000 1073741824 1073778376 140736676017888 140682613909240 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6365] ppid=6350 vsize=2848260 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6365/stat : 6365 (java) S 6350 6352 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 343183340 2916618240 260166 33554432000 1073741824 1073778376 140736676017888 140682612856328 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6366] ppid=6350 vsize=2848260 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6366/stat : 6366 (java) S 6350 6352 959 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 21 0 343183343 2916618240 260166 33554432000 1073741824 1073778376 140736676017888 140682611804816 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6367] ppid=6350 vsize=2848260 CPUtime=0.59 cores=0,2,4,6
/proc/6352/task/6367/stat : 6367 (java) S 6350 6352 959 0 -1 4202560 3226 0 0 0 59 0 0 0 20 0 21 0 343183343 2916618240 260166 33554432000 1073741824 1073778376 140736676017888 140682610751928 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6352/tid=6368] ppid=6350 vsize=2848260 CPUtime=0.48 cores=0,2,4,6
/proc/6352/task/6368/stat : 6368 (java) S 6350 6352 959 0 -1 4202560 4108 0 0 0 48 0 0 0 20 0 21 0 343183343 2916618240 260166 33554432000 1073741824 1073778376 140736676017888 140682609699128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6352/tid=6369] ppid=6350 vsize=2848260 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6369/stat : 6369 (java) S 6350 6352 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 343183343 2916618240 260166 33554432000 1073741824 1073778376 140736676017888 140682608646520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6352/tid=6370] ppid=6350 vsize=2848260 CPUtime=0.72 cores=0,2,4,6
/proc/6352/task/6370/stat : 6370 (java) S 6350 6352 959 0 -1 4202560 103 0 0 0 40 32 0 0 20 0 21 0 343183343 2916618240 260166 33554432000 1073741824 1073778376 140736676017888 140682607593928 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6352/tid=6371] ppid=6350 vsize=2848260 CPUtime=0 cores=0,2,4,6
/proc/6352/task/6371/stat : 6371 (java) S 6350 6352 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 343183471 2916618240 260166 33554432000 1073741824 1073778376 140736676017888 140682606540456 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 2848260

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6352 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=120100
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=391788
# CPU time returned by wait4() is 1796.51
# while last known CPU time is 1800.32
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1789.76
CPU time (s): 1800.32
CPU user time (s): 1799.51
CPU system time (s): 0.81
CPU usage (%): 100.59
Max. virtual memory (cumulated for all children) (KiB): 2848260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.12
system time used= 1.39179
maximum resident set size= 1040668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13323
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43077
involuntary context switches= 34817

runsolver used 10.0185 second user time and 11.4953 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-04 02:43:08
IDJOB=3740911
IDBENCH=89675
IDSOLVER=2322
FILE ID=node148/3740911-1338770588
RUNJOBID= node148-1338737846-977
PBS_JOBID= 14636767
Free space on /tmp= 71316 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-101.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3740911-1338770588/watcher-3740911-1338770588 -o /tmp/evaluation-result-3740911-1338770588/solver-3740911-1338770588 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3740911-1338770588.opb

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

MD5SUM BENCH= a3ed9477da365050d631dd031519efe8
RANDOM SEED=1096408057

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.284
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.284
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.90
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.284
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.284
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.90
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.284
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:       32873648 kB
MemFree:        27590088 kB
Buffers:          606032 kB
Cached:          2971872 kB
SwapCached:          628 kB
Active:          2241420 kB
Inactive:        2135824 kB
Active(anon):     789244 kB
Inactive(anon):    10660 kB
Active(file):    1452176 kB
Inactive(file):  2125164 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:              7552 kB
Writeback:             0 kB
AnonPages:        804016 kB
Mapped:            19164 kB
Shmem:                36 kB
Slab:             768216 kB
SReclaimable:     212044 kB
SUnreclaim:       556172 kB
KernelStack:        1592 kB
PageTables:         5356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1518324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    761856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71324 MiB
End job on node148 at 2012-06-04 03:13:00