Trace number 3741015

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-167.opb
MD5SUM7cf213338254036b9868078970e2a948
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables106196
Total number of constraints2493137
Number of constraints which are clauses2239038
Number of constraints which are cardinality constraints (but not clauses)8063
Number of constraints which are nor clauses,nor cardinality constraints246036
Minimum length of a constraint1
Maximum length of a constraint1485
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 1486
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.06/0.09	c version 2.1.1.v20090612
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version	1.6.0_24
0.06/0.09	c os.name	Linux
0.06/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.06/0.09	c os.arch	amd64
0.06/0.09	c Free memory 1299577560
0.06/0.09	c Max memory 1306394624
0.06/0.09	c Total memory 1306394624
0.06/0.09	c Number of processors 8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c MiniSAT restarts strategy
0.08/0.12	c Memory based learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3741015-1338770944.opb
0.08/0.12	c reading problem ... 
17.79/13.73	c ... done. Wall clock time 13.612s.
17.79/13.73	c #vars     106196
17.79/13.73	c #constraints  2155186
17.79/13.73	c constraints type 
17.79/13.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 7824
17.79/13.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 547152
17.79/13.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 246036
17.79/13.73	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 1331483
1750.60/1726.54	c cleaning 308678 clauses out of 620344
1800.06/1775.81	c starts		: 20
1800.06/1775.81	c conflicts		: 647419
1800.06/1775.81	c decisions		: 2802857
1800.06/1775.81	c propagations		: 1097503083
1800.06/1775.81	c inspects		: 11164403639
1800.06/1775.81	c learnt literals	: 656
1800.06/1775.81	c learnt binary clauses	: 336
1800.06/1775.81	c learnt ternary clauses	: 2505
1800.06/1775.81	c learnt clauses	: 646763
1800.06/1775.81	c ignored clauses	: 0
1800.06/1775.81	c root simplifications	: 0
1800.06/1775.81	c removed literals (reason simplification)	: 30177338
1800.06/1775.81	c reason swapping (by a shorter reason)	: 0
1800.06/1775.81	c Calls to reduceDB	: 1
1800.06/1775.81	c speed (assignments/second)	: 622845.5608403482
1800.06/1775.81	c non guided choices	50440
1800.06/1775.86	c learnt constraints type 
1800.06/1775.86	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 337767
1800.06/1775.86	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 336
1800.06/1775.86	c constraints type 
1800.06/1775.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 7824
1800.06/1775.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 547152
1800.06/1775.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 246036
1800.06/1775.86	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 1331483
1800.06/1775.86	s UNKNOWN
1800.06/1775.86	c Total wall clock time (in seconds): 1775.742

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-3741015-1338770944/watcher-3741015-1338770944 -o /tmp/evaluation-result-3741015-1338770944/solver-3741015-1338770944 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3741015-1338770944.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: 1.93 1.98 1.99 3/194 28576
/proc/meminfo: memFree=27679784/32873844 swapFree=6872/6872
[pid=28576] ppid=28574 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/28576/stat : 28576 (java6) R 28574 28576 25981 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 343223197 9515008 182 33554432000 1073741824 1073778376 140734089984976 140734089976008 270118239925 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28576/statm: 2323 182 140 9 0 71 0

[startup+0.080634 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 28576
/proc/meminfo: memFree=27679784/32873844 swapFree=6872/6872
[pid=28576] ppid=28574 vsize=2648548 CPUtime=0.06 cores=0,2,4,6
/proc/28576/stat : 28576 (java) S 28574 28576 25981 0 -1 4202496 3863 0 1 0 5 1 0 0 20 0 18 0 343223197 2712113152 5072 33554432000 1073741824 1073778376 140736995834048 140736995825184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28576/statm: 662137 5072 1755 9 0 652835 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2648548

[startup+0.100263 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 28576
/proc/meminfo: memFree=27679784/32873844 swapFree=6872/6872
[pid=28576] ppid=28574 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/28576/stat : 28576 (java) S 28574 28576 25981 0 -1 4202496 4429 0 1 0 7 1 0 0 20 0 18 0 343223197 2712133632 5637 33554432000 1073741824 1073778376 140736995834048 140736995825184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28576/statm: 662142 5641 2065 9 0 652835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2648568

[startup+0.300243 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 28576
/proc/meminfo: memFree=27679784/32873844 swapFree=6872/6872
[pid=28576] ppid=28574 vsize=2648768 CPUtime=0.46 cores=0,2,4,6
/proc/28576/stat : 28576 (java) S 28574 28576 25981 0 -1 4202496 5913 0 1 0 44 2 0 0 20 0 18 0 343223197 2712338432 11404 33554432000 1073741824 1073778376 140736995834048 140736995825184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28576/statm: 662192 11360 2218 9 0 652885 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2648768

[startup+0.700247 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 28576
/proc/meminfo: memFree=27679784/32873844 swapFree=6872/6872
[pid=28576] ppid=28574 vsize=2648568 CPUtime=1.14 cores=0,2,4,6
/proc/28576/stat : 28576 (java) S 28574 28576 25981 0 -1 4202496 9390 0 1 0 107 7 0 0 20 0 18 0 343223197 2712133632 72230 33554432000 1073741824 1073778376 140736995834048 140736995825184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28576/statm: 662142 72230 2235 9 0 652835 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 2648568

[startup+1.50076 s]
/proc/loadavg: 1.93 1.98 1.99 3/212 28594
/proc/meminfo: memFree=27312624/32873844 swapFree=6872/6872
[pid=28576] ppid=28574 vsize=2648568 CPUtime=2.09 cores=0,2,4,6
/proc/28576/stat : 28576 (java) S 28574 28576 25981 0 -1 4202496 9638 0 1 0 197 12 0 0 20 0 18 0 343223197 2712133632 98891 33554432000 1073741824 1073778376 140736995834048 140736995825184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28576/statm: 662142 98891 2251 9 0 652835 0
[pid=28576/tid=28578] ppid=28574 vsize=2648568 CPUtime=1.42 cores=0,2,4,6
/proc/28576/task/28578/stat : 28578 (java) R 28574 28576 25981 0 -1 4202560 2955 0 1 0 135 7 0 0 20 0 18 0 343223198 2712133632 98891 33554432000 1073741824 1073778376 140736995834048 140407446454304 140407454227283 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28576/tid=28579] ppid=28574 vsize=2648568 CPUtime=0.01 cores=0,2,4,6
/proc/28576/task/28579/stat : 28579 (java) S 28574 28576 25981 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 343223200 2712133632 98891 33554432000 1073741824 1073778376 140736995834048 140407312739368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28580] ppid=28574 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28580/stat : 28580 (java) S 28574 28576 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 343223200 2712133632 98891 33554432000 1073741824 1073778376 140736995834048 140407311686568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28576/tid=28581] ppid=28574 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28581/stat : 28581 (java) S 28574 28576 25981 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 343223200 2712133632 98891 33554432000 1073741824 1073778376 140736995834048 140407310633768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28576/tid=28582] ppid=28574 vsize=2648568 CPUtime=0.01 cores=0,2,4,6
/proc/28576/task/28582/stat : 28582 (java) S 28574 28576 25981 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 18 0 343223200 2712133632 98891 33554432000 1073741824 1073778376 140736995834048 140407309580968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28583] ppid=28574 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28583/stat : 28583 (java) S 28574 28576 25981 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 343223200 2712133632 98891 33554432000 1073741824 1073778376 140736995834048 140407308528168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28576/tid=28584] ppid=28574 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28584/stat : 28584 (java) S 28574 28576 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 343223200 2712133632 98891 33554432000 1073741824 1073778376 140736995834048 140407307475368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28576/tid=28585] ppid=28574 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28585/stat : 28585 (java) S 28574 28576 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 343223200 2712133632 98891 33554432000 1073741824 1073778376 140736995834048 140407306422568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28586] ppid=28574 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28586/stat : 28586 (java) S 28574 28576 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 343223200 2712133632 98891 33554432000 1073741824 1073778376 140736995834048 140407305369768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28587] ppid=28574 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28587/stat : 28587 (java) S 28574 28576 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 343223201 2712133632 98891 33554432000 1073741824 1073778376 140736995834048 140407293172712 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28588] ppid=28574 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28588/stat : 28588 (java) S 28574 28576 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 343223201 2712133632 98891 33554432000 1073741824 1073778376 140736995834048 140407292118776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28589] ppid=28574 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28589/stat : 28589 (java) S 28574 28576 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 343223202 2712133632 98891 33554432000 1073741824 1073778376 140736995834048 140407291065864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28590] ppid=28574 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28590/stat : 28590 (java) S 28574 28576 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343223204 2712133632 98891 33554432000 1073741824 1073778376 140736995834048 140407290014352 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28591] ppid=28574 vsize=2648568 CPUtime=0.21 cores=0,2,4,6
/proc/28576/task/28591/stat : 28591 (java) S 28574 28576 25981 0 -1 4202560 2151 0 0 0 21 0 0 0 20 0 18 0 343223204 2712133632 98891 33554432000 1073741824 1073778376 140736995834048 140407288961464 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28592] ppid=28574 vsize=2648568 CPUtime=0.27 cores=0,2,4,6
/proc/28576/task/28592/stat : 28592 (java) S 28574 28576 25981 0 -1 4202560 3271 0 0 0 27 0 0 0 20 0 18 0 343223204 2712133632 98891 33554432000 1073741824 1073778376 140736995834048 140407287908664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28576/tid=28593] ppid=28574 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28593/stat : 28593 (java) S 28574 28576 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343223204 2712133632 98891 33554432000 1073741824 1073778376 140736995834048 140407286856056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28576/tid=28594] ppid=28574 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28594/stat : 28594 (java) S 28574 28576 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343223204 2712133632 98891 33554432000 1073741824 1073778376 140736995834048 140407285803464 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 2648568

[startup+3.10076 s]
/proc/loadavg: 1.93 1.98 1.99 3/212 28594
/proc/meminfo: memFree=27255028/32873844 swapFree=6872/6872
[pid=28576] ppid=28574 vsize=2648568 CPUtime=4.22 cores=0,2,4,6
/proc/28576/stat : 28576 (java) S 28574 28576 25981 0 -1 4202496 9799 0 1 0 399 23 0 0 20 0 18 0 343223197 2712133632 115807 33554432000 1073741824 1073778376 140736995834048 140736995825184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28576/statm: 662142 115807 2251 9 0 652835 0
[pid=28576/tid=28578] ppid=28574 vsize=2648568 CPUtime=2.85 cores=0,2,4,6
/proc/28576/task/28578/stat : 28578 (java) R 28574 28576 25981 0 -1 4202560 2959 0 1 0 277 8 0 0 20 0 18 0 343223198 2712133632 115807 33554432000 1073741824 1073778376 140736995834048 140407446461608 270121624845 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28576/tid=28579] ppid=28574 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/28576/task/28579/stat : 28579 (java) S 28574 28576 25981 0 -1 4202560 28 0 0 0 6 1 0 0 20 0 18 0 343223200 2712133632 115807 33554432000 1073741824 1073778376 140736995834048 140407312739368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28576/tid=28580] ppid=28574 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/28576/task/28580/stat : 28580 (java) S 28574 28576 25981 0 -1 4202560 28 0 0 0 9 1 0 0 20 0 18 0 343223200 2712133632 115807 33554432000 1073741824 1073778376 140736995834048 140407311686568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28576/tid=28581] ppid=28574 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/28576/task/28581/stat : 28581 (java) S 28574 28576 25981 0 -1 4202560 31 0 0 0 7 2 0 0 20 0 18 0 343223200 2712133632 115807 33554432000 1073741824 1073778376 140736995834048 140407310633768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28582] ppid=28574 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/28576/task/28582/stat : 28582 (java) S 28574 28576 25981 0 -1 4202560 32 0 0 0 6 2 0 0 20 0 18 0 343223200 2712133632 115807 33554432000 1073741824 1073778376 140736995834048 140407309580968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28576/tid=28583] ppid=28574 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/28576/task/28583/stat : 28583 (java) S 28574 28576 25981 0 -1 4202560 34 0 0 0 7 2 0 0 20 0 18 0 343223200 2712133632 115807 33554432000 1073741824 1073778376 140736995834048 140407308528168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28576/tid=28584] ppid=28574 vsize=2648568 CPUtime=0.12 cores=0,2,4,6
/proc/28576/task/28584/stat : 28584 (java) S 28574 28576 25981 0 -1 4202560 33 0 0 0 9 3 0 0 20 0 18 0 343223200 2712133632 115807 33554432000 1073741824 1073778376 140736995834048 140407307475368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28576/tid=28585] ppid=28574 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/28576/task/28585/stat : 28585 (java) S 28574 28576 25981 0 -1 4202560 25 0 0 0 7 2 0 0 20 0 18 0 343223200 2712133632 115807 33554432000 1073741824 1073778376 140736995834048 140407306422568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28586] ppid=28574 vsize=2648568 CPUtime=0.05 cores=0,2,4,6
/proc/28576/task/28586/stat : 28586 (java) S 28574 28576 25981 0 -1 4202560 23 0 0 0 4 1 0 0 20 0 18 0 343223200 2712133632 115807 33554432000 1073741824 1073778376 140736995834048 140407305369768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28576/tid=28587] ppid=28574 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28587/stat : 28587 (java) S 28574 28576 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 343223201 2712133632 115807 33554432000 1073741824 1073778376 140736995834048 140407293172712 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28588] ppid=28574 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28588/stat : 28588 (java) S 28574 28576 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 343223201 2712133632 115807 33554432000 1073741824 1073778376 140736995834048 140407292118776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28589] ppid=28574 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28589/stat : 28589 (java) S 28574 28576 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 343223202 2712133632 115807 33554432000 1073741824 1073778376 140736995834048 140407291065864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28590] ppid=28574 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28590/stat : 28590 (java) S 28574 28576 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343223204 2712133632 115807 33554432000 1073741824 1073778376 140736995834048 140407290014352 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28591] ppid=28574 vsize=2648568 CPUtime=0.25 cores=0,2,4,6
/proc/28576/task/28591/stat : 28591 (java) S 28574 28576 25981 0 -1 4202560 2154 0 0 0 25 0 0 0 20 0 18 0 343223204 2712133632 115807 33554432000 1073741824 1073778376 140736995834048 140407288961464 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28592] ppid=28574 vsize=2648568 CPUtime=0.27 cores=0,2,4,6
/proc/28576/task/28592/stat : 28592 (java) S 28574 28576 25981 0 -1 4202560 3271 0 0 0 27 0 0 0 20 0 18 0 343223204 2712133632 115807 33554432000 1073741824 1073778376 140736995834048 140407287908664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28576/tid=28593] ppid=28574 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28593/stat : 28593 (java) S 28574 28576 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343223204 2712133632 115807 33554432000 1073741824 1073778376 140736995834048 140407286856056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28576/tid=28594] ppid=28574 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28594/stat : 28594 (java) S 28574 28576 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343223204 2712133632 115807 33554432000 1073741824 1073778376 140736995834048 140407285803464 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 2648568

[startup+6.30074 s]
/proc/loadavg: 1.93 1.98 1.99 3/212 28594
/proc/meminfo: memFree=27127056/32873844 swapFree=6872/6872
[pid=28576] ppid=28574 vsize=2648568 CPUtime=8.4 cores=0,2,4,6
/proc/28576/stat : 28576 (java) S 28574 28576 25981 0 -1 4202496 10760 0 1 0 809 31 0 0 20 0 18 0 343223197 2712133632 144654 33554432000 1073741824 1073778376 140736995834048 140736995825184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28576/statm: 662142 144654 2251 9 0 652835 0
[pid=28576/tid=28578] ppid=28574 vsize=2648568 CPUtime=5.68 cores=0,2,4,6
/proc/28576/task/28578/stat : 28578 (java) R 28574 28576 25981 0 -1 4202560 2969 0 1 0 560 8 0 0 20 0 18 0 343223198 2712133632 144654 33554432000 1073741824 1073778376 140736995834048 140407446454464 140407386691562 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28576/tid=28579] ppid=28574 vsize=2648568 CPUtime=0.23 cores=0,2,4,6
/proc/28576/task/28579/stat : 28579 (java) S 28574 28576 25981 0 -1 4202560 59 0 0 0 21 2 0 0 20 0 18 0 343223200 2712133632 144654 33554432000 1073741824 1073778376 140736995834048 140407312739368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28580] ppid=28574 vsize=2648568 CPUtime=0.24 cores=0,2,4,6
/proc/28576/task/28580/stat : 28580 (java) S 28574 28576 25981 0 -1 4202560 174 0 0 0 22 2 0 0 20 0 18 0 343223200 2712133632 144654 33554432000 1073741824 1073778376 140736995834048 140407311686568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28576/tid=28581] ppid=28574 vsize=2648568 CPUtime=0.29 cores=0,2,4,6
/proc/28576/task/28581/stat : 28581 (java) S 28574 28576 25981 0 -1 4202560 251 0 0 0 26 3 0 0 20 0 18 0 343223200 2712133632 144654 33554432000 1073741824 1073778376 140736995834048 140407310633768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28576/tid=28582] ppid=28574 vsize=2648568 CPUtime=0.23 cores=0,2,4,6
/proc/28576/task/28582/stat : 28582 (java) S 28574 28576 25981 0 -1 4202560 103 0 0 0 21 2 0 0 20 0 18 0 343223200 2712133632 144654 33554432000 1073741824 1073778376 140736995834048 140407309580968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28583] ppid=28574 vsize=2648568 CPUtime=0.28 cores=0,2,4,6
/proc/28576/task/28583/stat : 28583 (java) S 28574 28576 25981 0 -1 4202560 106 0 0 0 25 3 0 0 20 0 18 0 343223200 2712133632 144654 33554432000 1073741824 1073778376 140736995834048 140407308528168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28576/tid=28584] ppid=28574 vsize=2648568 CPUtime=0.21 cores=0,2,4,6
/proc/28576/task/28584/stat : 28584 (java) S 28574 28576 25981 0 -1 4202560 79 0 0 0 18 3 0 0 20 0 18 0 343223200 2712133632 144654 33554432000 1073741824 1073778376 140736995834048 140407307475368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28585] ppid=28574 vsize=2648568 CPUtime=0.26 cores=0,2,4,6
/proc/28576/task/28585/stat : 28585 (java) S 28574 28576 25981 0 -1 4202560 78 0 0 0 23 3 0 0 20 0 18 0 343223200 2712133632 144654 33554432000 1073741824 1073778376 140736995834048 140407306422568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28576/tid=28586] ppid=28574 vsize=2648568 CPUtime=0.25 cores=0,2,4,6
/proc/28576/task/28586/stat : 28586 (java) S 28574 28576 25981 0 -1 4202560 328 0 0 0 22 3 0 0 20 0 18 0 343223200 2712133632 144654 33554432000 1073741824 1073778376 140736995834048 140407305369768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28576/tid=28587] ppid=28574 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28587/stat : 28587 (java) S 28574 28576 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 343223201 2712133632 144654 33554432000 1073741824 1073778376 140736995834048 140407293172712 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28576/tid=28588] ppid=28574 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28588/stat : 28588 (java) S 28574 28576 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 343223201 2712133632 144654 33554432000 1073741824 1073778376 140736995834048 140407292118776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28589] ppid=28574 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28589/stat : 28589 (java) S 28574 28576 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 343223202 2712133632 144654 33554432000 1073741824 1073778376 140736995834048 140407291065864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28590] ppid=28574 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28590/stat : 28590 (java) S 28574 28576 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343223204 2712133632 144654 33554432000 1073741824 1073778376 140736995834048 140407290014352 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28591] ppid=28574 vsize=2648568 CPUtime=0.28 cores=0,2,4,6
/proc/28576/task/28591/stat : 28591 (java) S 28574 28576 25981 0 -1 4202560 2159 0 0 0 28 0 0 0 20 0 18 0 343223204 2712133632 144654 33554432000 1073741824 1073778376 140736995834048 140407288961464 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28592] ppid=28574 vsize=2648568 CPUtime=0.28 cores=0,2,4,6
/proc/28576/task/28592/stat : 28592 (java) S 28574 28576 25981 0 -1 4202560 3273 0 0 0 28 0 0 0 20 0 18 0 343223204 2712133632 144654 33554432000 1073741824 1073778376 140736995834048 140407287908664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28576/tid=28593] ppid=28574 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28593/stat : 28593 (java) S 28574 28576 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343223204 2712133632 144654 33554432000 1073741824 1073778376 140736995834048 140407286856056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28576/tid=28594] ppid=28574 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28594/stat : 28594 (java) S 28574 28576 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343223204 2712133632 144654 33554432000 1073741824 1073778376 140736995834048 140407285803464 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.4
Current children cumulated vsize (KiB) 2648568

[startup+12.7008 s]
/proc/loadavg: 1.94 1.98 1.99 10/212 28594
/proc/meminfo: memFree=26937728/32873844 swapFree=6872/6872
[pid=28576] ppid=28574 vsize=2648568 CPUtime=16.5 cores=0,2,4,6
/proc/28576/stat : 28576 (java) S 28574 28576 25981 0 -1 4202496 11966 0 1 0 1605 45 0 0 20 0 18 0 343223197 2712133632 190340 33554432000 1073741824 1073778376 140736995834048 140736995825184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28576/statm: 662142 190340 2251 9 0 652835 0
[pid=28576/tid=28578] ppid=28574 vsize=2648568 CPUtime=11.44 cores=0,2,4,6

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

[pid=28576/tid=28591] ppid=28574 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/28576/task/28591/stat : 28591 (java) S 28574 28576 25981 0 -1 4202560 2201 0 0 0 48 0 0 0 20 0 19 0 343223204 2780295168 314457 33554432000 1073741824 1073778376 140736995834048 140407288961464 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28592] ppid=28574 vsize=2715132 CPUtime=0.64 cores=0,2,4,6
/proc/28576/task/28592/stat : 28592 (java) S 28574 28576 25981 0 -1 4202560 3772 0 0 0 64 0 0 0 20 0 19 0 343223204 2780295168 314457 33554432000 1073741824 1073778376 140736995834048 140407287908664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28576/tid=28593] ppid=28574 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28593/stat : 28593 (java) S 28574 28576 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343223204 2780295168 314457 33554432000 1073741824 1073778376 140736995834048 140407286856056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28576/tid=28594] ppid=28574 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/28576/task/28594/stat : 28594 (java) S 28574 28576 25981 0 -1 4202560 93 0 0 0 40 30 0 0 20 0 19 0 343223204 2780295168 314457 33554432000 1073741824 1073778376 140736995834048 140407285803464 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28576/tid=28595] ppid=28574 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28595/stat : 28595 (java) S 28574 28576 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343224577 2780295168 314457 33554432000 1073741824 1073778376 140736995834048 140407284749992 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1685.8
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 2.19 2.13 2.05 3/213 28892
/proc/meminfo: memFree=26323020/32873844 swapFree=6872/6872
[pid=28576] ppid=28574 vsize=2715132 CPUtime=1746.4 cores=0,2,4,6
/proc/28576/stat : 28576 (java) S 28574 28576 25981 0 -1 4202496 23287 0 1 0 174522 118 0 0 20 0 19 0 343223197 2780295168 317915 33554432000 1073741824 1073778376 140736995834048 140736995825184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28576/statm: 678783 317915 2275 9 0 669476 0
[pid=28576/tid=28578] ppid=28574 vsize=2715132 CPUtime=1709.02 cores=0,2,4,6
/proc/28576/task/28578/stat : 28578 (java) R 28574 28576 25981 0 -1 4202560 3293 0 1 0 170862 40 0 0 20 0 19 0 343223198 2780295168 317915 33554432000 1073741824 1073778376 140736995834048 140407446462984 140407386738908 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28576/tid=28579] ppid=28574 vsize=2715132 CPUtime=3.9 cores=0,2,4,6
/proc/28576/task/28579/stat : 28579 (java) S 28574 28576 25981 0 -1 4202560 407 0 0 0 381 9 0 0 20 0 19 0 343223200 2780295168 317915 33554432000 1073741824 1073778376 140736995834048 140407312739368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28576/tid=28580] ppid=28574 vsize=2715132 CPUtime=3.83 cores=0,2,4,6
/proc/28576/task/28580/stat : 28580 (java) S 28574 28576 25981 0 -1 4202560 411 0 0 0 375 8 0 0 20 0 19 0 343223200 2780295168 317915 33554432000 1073741824 1073778376 140736995834048 140407311686568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28576/tid=28581] ppid=28574 vsize=2715132 CPUtime=3.87 cores=0,2,4,6
/proc/28576/task/28581/stat : 28581 (java) S 28574 28576 25981 0 -1 4202560 399 0 0 0 378 9 0 0 20 0 19 0 343223200 2780295168 317915 33554432000 1073741824 1073778376 140736995834048 140407310633768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28576/tid=28582] ppid=28574 vsize=2715132 CPUtime=4.01 cores=0,2,4,6
/proc/28576/task/28582/stat : 28582 (java) S 28574 28576 25981 0 -1 4202560 423 0 0 0 392 9 0 0 20 0 19 0 343223200 2780295168 317915 33554432000 1073741824 1073778376 140736995834048 140407309580968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28583] ppid=28574 vsize=2715132 CPUtime=3.86 cores=0,2,4,6
/proc/28576/task/28583/stat : 28583 (java) S 28574 28576 25981 0 -1 4202560 416 0 0 0 376 10 0 0 20 0 19 0 343223200 2780295168 317915 33554432000 1073741824 1073778376 140736995834048 140407308528168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28576/tid=28584] ppid=28574 vsize=2715132 CPUtime=3.94 cores=0,2,4,6
/proc/28576/task/28584/stat : 28584 (java) S 28574 28576 25981 0 -1 4202560 414 0 0 0 384 10 0 0 20 0 19 0 343223200 2780295168 317915 33554432000 1073741824 1073778376 140736995834048 140407307475368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28576/tid=28585] ppid=28574 vsize=2715132 CPUtime=3.67 cores=0,2,4,6
/proc/28576/task/28585/stat : 28585 (java) S 28574 28576 25981 0 -1 4202560 394 0 0 0 357 10 0 0 20 0 19 0 343223200 2780295168 317915 33554432000 1073741824 1073778376 140736995834048 140407306422568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28586] ppid=28574 vsize=2715132 CPUtime=3.65 cores=0,2,4,6
/proc/28576/task/28586/stat : 28586 (java) S 28574 28576 25981 0 -1 4202560 432 0 0 0 357 8 0 0 20 0 19 0 343223200 2780295168 317915 33554432000 1073741824 1073778376 140736995834048 140407305369768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28576/tid=28587] ppid=28574 vsize=2715132 CPUtime=0.07 cores=0,2,4,6
/proc/28576/task/28587/stat : 28587 (java) S 28574 28576 25981 0 -1 4202560 103 0 0 0 4 3 0 0 20 0 19 0 343223201 2780295168 317915 33554432000 1073741824 1073778376 140736995834048 140407293172712 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28576/tid=28588] ppid=28574 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28588/stat : 28588 (java) S 28574 28576 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343223201 2780295168 317915 33554432000 1073741824 1073778376 140736995834048 140407292118776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28589] ppid=28574 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28589/stat : 28589 (java) S 28574 28576 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343223202 2780295168 317915 33554432000 1073741824 1073778376 140736995834048 140407291065864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28590] ppid=28574 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28590/stat : 28590 (java) S 28574 28576 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343223204 2780295168 317915 33554432000 1073741824 1073778376 140736995834048 140407290014352 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28591] ppid=28574 vsize=2715132 CPUtime=0.5 cores=0,2,4,6
/proc/28576/task/28591/stat : 28591 (java) S 28574 28576 25981 0 -1 4202560 2202 0 0 0 50 0 0 0 20 0 19 0 343223204 2780295168 317915 33554432000 1073741824 1073778376 140736995834048 140407288961464 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28592] ppid=28574 vsize=2715132 CPUtime=1.24 cores=0,2,4,6
/proc/28576/task/28592/stat : 28592 (java) S 28574 28576 25981 0 -1 4202560 13115 0 0 0 121 3 0 0 20 0 19 0 343223204 2780295168 317915 33554432000 1073741824 1073778376 140736995834048 140407287908664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28576/tid=28593] ppid=28574 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28593/stat : 28593 (java) S 28574 28576 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343223204 2780295168 317915 33554432000 1073741824 1073778376 140736995834048 140407286856056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28576/tid=28594] ppid=28574 vsize=2715132 CPUtime=0.72 cores=0,2,4,6
/proc/28576/task/28594/stat : 28594 (java) S 28574 28576 25981 0 -1 4202560 97 0 0 0 41 31 0 0 20 0 19 0 343223204 2780295168 317915 33554432000 1073741824 1073778376 140736995834048 140407285803464 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28576/tid=28595] ppid=28574 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28595/stat : 28595 (java) S 28574 28576 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343224577 2780295168 317915 33554432000 1073741824 1073778376 140736995834048 140407284749992 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1746.4
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.8 s]
/proc/loadavg: 2.07 2.11 2.04 3/213 28892
/proc/meminfo: memFree=26304464/32873844 swapFree=6872/6872
[pid=28576] ppid=28574 vsize=2715132 CPUtime=1800.06 cores=0,2,4,6
/proc/28576/stat : 28576 (java) S 28574 28576 25981 0 -1 4202496 23349 0 1 0 179886 120 0 0 20 0 19 0 343223197 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140736995825184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28576/statm: 678783 320004 2282 9 0 669476 0
[pid=28576/tid=28578] ppid=28574 vsize=2715132 CPUtime=1761.26 cores=0,2,4,6
/proc/28576/task/28578/stat : 28578 (java) R 28574 28576 25981 0 -1 4202560 3295 0 1 0 176085 41 0 0 20 0 19 0 343223198 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407446461776 140407386978871 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28576/tid=28579] ppid=28574 vsize=2715132 CPUtime=3.92 cores=0,2,4,6
/proc/28576/task/28579/stat : 28579 (java) S 28574 28576 25981 0 -1 4202560 408 0 0 0 383 9 0 0 20 0 19 0 343223200 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407312739368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28576/tid=28580] ppid=28574 vsize=2715132 CPUtime=3.87 cores=0,2,4,6
/proc/28576/task/28580/stat : 28580 (java) S 28574 28576 25981 0 -1 4202560 415 0 0 0 378 9 0 0 20 0 19 0 343223200 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407311686568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28576/tid=28581] ppid=28574 vsize=2715132 CPUtime=3.89 cores=0,2,4,6
/proc/28576/task/28581/stat : 28581 (java) S 28574 28576 25981 0 -1 4202560 400 0 0 0 380 9 0 0 20 0 19 0 343223200 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407310633768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28576/tid=28582] ppid=28574 vsize=2715132 CPUtime=4.03 cores=0,2,4,6
/proc/28576/task/28582/stat : 28582 (java) S 28574 28576 25981 0 -1 4202560 423 0 0 0 394 9 0 0 20 0 19 0 343223200 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407309580968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28576/tid=28583] ppid=28574 vsize=2715132 CPUtime=3.88 cores=0,2,4,6
/proc/28576/task/28583/stat : 28583 (java) S 28574 28576 25981 0 -1 4202560 416 0 0 0 378 10 0 0 20 0 19 0 343223200 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407308528168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28576/tid=28584] ppid=28574 vsize=2715132 CPUtime=3.98 cores=0,2,4,6
/proc/28576/task/28584/stat : 28584 (java) S 28574 28576 25981 0 -1 4202560 417 0 0 0 388 10 0 0 20 0 19 0 343223200 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407307475368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28576/tid=28585] ppid=28574 vsize=2715132 CPUtime=3.71 cores=0,2,4,6
/proc/28576/task/28585/stat : 28585 (java) S 28574 28576 25981 0 -1 4202560 397 0 0 0 361 10 0 0 20 0 19 0 343223200 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407306422568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28586] ppid=28574 vsize=2715132 CPUtime=3.68 cores=0,2,4,6
/proc/28576/task/28586/stat : 28586 (java) S 28574 28576 25981 0 -1 4202560 433 0 0 0 360 8 0 0 20 0 19 0 343223200 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407305369768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28576/tid=28587] ppid=28574 vsize=2715132 CPUtime=1.12 cores=0,2,4,6
/proc/28576/task/28587/stat : 28587 (java) S 28574 28576 25981 0 -1 4202560 146 0 0 0 109 3 0 0 20 0 19 0 343223201 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407293172712 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28588] ppid=28574 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28588/stat : 28588 (java) S 28574 28576 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343223201 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407292118776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28589] ppid=28574 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28589/stat : 28589 (java) S 28574 28576 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343223202 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407291065864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28590] ppid=28574 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28590/stat : 28590 (java) S 28574 28576 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343223204 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407290014352 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28591] ppid=28574 vsize=2715132 CPUtime=0.5 cores=0,2,4,6
/proc/28576/task/28591/stat : 28591 (java) S 28574 28576 25981 0 -1 4202560 2202 0 0 0 50 0 0 0 20 0 19 0 343223204 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407288961464 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28592] ppid=28574 vsize=2715132 CPUtime=1.24 cores=0,2,4,6
/proc/28576/task/28592/stat : 28592 (java) S 28574 28576 25981 0 -1 4202560 13115 0 0 0 121 3 0 0 20 0 19 0 343223204 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407287908664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28576/tid=28593] ppid=28574 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28593/stat : 28593 (java) S 28574 28576 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343223204 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407286856056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28576/tid=28594] ppid=28574 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/28576/task/28594/stat : 28594 (java) S 28574 28576 25981 0 -1 4202560 101 0 0 0 42 32 0 0 20 0 19 0 343223204 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407285803464 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28576/tid=28595] ppid=28574 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28595/stat : 28595 (java) S 28574 28576 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343224577 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407284749992 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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+1775.8 s]
/proc/loadavg: 2.07 2.11 2.04 3/213 28892
/proc/meminfo: memFree=26304464/32873844 swapFree=6872/6872
[pid=28576] ppid=28574 vsize=2715132 CPUtime=1800.06 cores=0,2,4,6
/proc/28576/stat : 28576 (java) S 28574 28576 25981 0 -1 4202496 23349 0 1 0 179886 120 0 0 20 0 19 0 343223197 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140736995825184 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28576/statm: 678783 320004 2282 9 0 669476 0
[pid=28576/tid=28578] ppid=28574 vsize=2715132 CPUtime=1761.26 cores=0,2,4,6
/proc/28576/task/28578/stat : 28578 (java) R 28574 28576 25981 0 -1 4202560 3295 0 1 0 176085 41 0 0 20 0 19 0 343223198 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407446461776 140407386978871 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28576/tid=28579] ppid=28574 vsize=2715132 CPUtime=3.92 cores=0,2,4,6
/proc/28576/task/28579/stat : 28579 (java) S 28574 28576 25981 0 -1 4202560 408 0 0 0 383 9 0 0 20 0 19 0 343223200 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407312739368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28576/tid=28580] ppid=28574 vsize=2715132 CPUtime=3.87 cores=0,2,4,6
/proc/28576/task/28580/stat : 28580 (java) S 28574 28576 25981 0 -1 4202560 415 0 0 0 378 9 0 0 20 0 19 0 343223200 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407311686568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28576/tid=28581] ppid=28574 vsize=2715132 CPUtime=3.89 cores=0,2,4,6
/proc/28576/task/28581/stat : 28581 (java) S 28574 28576 25981 0 -1 4202560 400 0 0 0 380 9 0 0 20 0 19 0 343223200 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407310633768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28576/tid=28582] ppid=28574 vsize=2715132 CPUtime=4.03 cores=0,2,4,6
/proc/28576/task/28582/stat : 28582 (java) S 28574 28576 25981 0 -1 4202560 423 0 0 0 394 9 0 0 20 0 19 0 343223200 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407309580968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28576/tid=28583] ppid=28574 vsize=2715132 CPUtime=3.88 cores=0,2,4,6
/proc/28576/task/28583/stat : 28583 (java) S 28574 28576 25981 0 -1 4202560 416 0 0 0 378 10 0 0 20 0 19 0 343223200 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407308528168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28576/tid=28584] ppid=28574 vsize=2715132 CPUtime=3.98 cores=0,2,4,6
/proc/28576/task/28584/stat : 28584 (java) S 28574 28576 25981 0 -1 4202560 417 0 0 0 388 10 0 0 20 0 19 0 343223200 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407307475368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28576/tid=28585] ppid=28574 vsize=2715132 CPUtime=3.71 cores=0,2,4,6
/proc/28576/task/28585/stat : 28585 (java) S 28574 28576 25981 0 -1 4202560 397 0 0 0 361 10 0 0 20 0 19 0 343223200 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407306422568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28586] ppid=28574 vsize=2715132 CPUtime=3.68 cores=0,2,4,6
/proc/28576/task/28586/stat : 28586 (java) S 28574 28576 25981 0 -1 4202560 433 0 0 0 360 8 0 0 20 0 19 0 343223200 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407305369768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28576/tid=28587] ppid=28574 vsize=2715132 CPUtime=1.12 cores=0,2,4,6
/proc/28576/task/28587/stat : 28587 (java) S 28574 28576 25981 0 -1 4202560 146 0 0 0 109 3 0 0 20 0 19 0 343223201 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407293172712 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28588] ppid=28574 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28588/stat : 28588 (java) S 28574 28576 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343223201 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407292118776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28589] ppid=28574 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28589/stat : 28589 (java) S 28574 28576 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343223202 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407291065864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28590] ppid=28574 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28590/stat : 28590 (java) S 28574 28576 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343223204 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407290014352 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28591] ppid=28574 vsize=2715132 CPUtime=0.5 cores=0,2,4,6
/proc/28576/task/28591/stat : 28591 (java) S 28574 28576 25981 0 -1 4202560 2202 0 0 0 50 0 0 0 20 0 19 0 343223204 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407288961464 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28576/tid=28592] ppid=28574 vsize=2715132 CPUtime=1.24 cores=0,2,4,6
/proc/28576/task/28592/stat : 28592 (java) S 28574 28576 25981 0 -1 4202560 13115 0 0 0 121 3 0 0 20 0 19 0 343223204 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407287908664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28576/tid=28593] ppid=28574 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28593/stat : 28593 (java) S 28574 28576 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343223204 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407286856056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28576/tid=28594] ppid=28574 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/28576/task/28594/stat : 28594 (java) S 28574 28576 25981 0 -1 4202560 101 0 0 0 42 32 0 0 20 0 19 0 343223204 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407285803464 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28576/tid=28595] ppid=28574 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28576/task/28595/stat : 28595 (java) S 28574 28576 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343224577 2780295168 320004 33554432000 1073741824 1073778376 140736995834048 140407284749992 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 2715132

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28576 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=538188
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=672745
# CPU time returned by wait4() is 1796.21
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1775.88
CPU time (s): 1800.06
CPU user time (s): 1798.86
CPU system time (s): 1.2
CPU usage (%): 101.361
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.54
system time used= 1.67274
maximum resident set size= 1280224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23403
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47605
involuntary context switches= 61708

runsolver used 5.87111 second user time and 15.4527 second system time

The end

Launcher Data

Begin job on node106 at 2012-06-04 02:49:07
IDJOB=3741015
IDBENCH=89731
IDSOLVER=2322
FILE ID=node106/3741015-1338770944
RUNJOBID= node106-1338749659-25997
PBS_JOBID= 14636805
Free space on /tmp= 70744 MiB

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

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

MD5SUM BENCH= 7cf213338254036b9868078970e2a948
RANDOM SEED=1951642522

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27680312 kB
Buffers:          324740 kB
Cached:          3099088 kB
SwapCached:         2004 kB
Active:          2051956 kB
Inactive:        2281476 kB
Active(anon):     907116 kB
Inactive(anon):     4984 kB
Active(file):    1144840 kB
Inactive(file):  2276492 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100580 kB
Dirty:            111720 kB
Writeback:             0 kB
AnonPages:        916752 kB
Mapped:            17108 kB
Shmem:                 0 kB
Slab:             717408 kB
SReclaimable:     159036 kB
SUnreclaim:       558372 kB
KernelStack:        1584 kB
PageTables:         5960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1518756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    874496 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= 70748 MiB
End job on node106 at 2012-06-04 03:18:45