Trace number 3738330

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1? (TO) 1800.03 1791.67

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx63.opb
MD5SUM807bc542b75293285fea5916dfeaaa3e
Bench CategoryOPT-SMALLINT-LIN (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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3216
Total number of constraints3658
Number of constraints which are clauses3210
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 786
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.1.1.v20090612
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version	1.6.0_24
0.00/0.08	c os.name	Linux
0.00/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch	amd64
0.00/0.08	c Free memory 1299577560
0.00/0.08	c Max memory 1306394624
0.00/0.08	c Total memory 1306394624
0.00/0.08	c Number of processors 8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@2d3bad12
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c MiniSAT restarts strategy
0.10/0.10	c Memory based learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3738330-1338765563.opb
0.10/0.10	c reading problem ... 
0.53/0.39	c ... done. Wall clock time 0.282s.
0.53/0.39	c #vars     3216
0.53/0.39	c #constraints  3726
0.53/0.39	c constraints type 
0.53/0.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 63
0.53/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3210
0.53/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
0.53/0.39	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 63
899.05/894.58	c cleaning 460995 clauses out of 922003
1187.46/1182.17	c cleaning 348729 clauses out of 697508
1466.21/1460.28	c cleaning 276132 clauses out of 552276
1727.31/1719.52	c cleaning 306807 clauses out of 613645
1800.03/1791.61	c starts		: 23
1800.03/1791.61	c conflicts		: 1894893
1800.03/1791.61	c decisions		: 2501239
1800.03/1791.61	c propagations		: 206966887
1800.03/1791.61	c inspects		: 9131718061
1800.03/1791.61	c learnt literals	: 0
1800.03/1791.61	c learnt binary clauses	: 0
1800.03/1791.61	c learnt ternary clauses	: 0
1800.03/1791.61	c learnt clauses	: 1894894
1800.03/1791.61	c ignored clauses	: 0
1800.03/1791.61	c root simplifications	: 0
1800.03/1791.61	c removed literals (reason simplification)	: 45129008
1800.03/1791.61	c reason swapping (by a shorter reason)	: 0
1800.03/1791.61	c Calls to reduceDB	: 4
1800.03/1791.61	c speed (assignments/second)	: 115544.88799564545
1800.03/1791.61	c non guided choices	4946
1800.03/1791.66	c learnt constraints type 
1800.03/1791.66	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 502297
1800.03/1791.66	c constraints type 
1800.03/1791.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 63
1800.03/1791.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3210
1800.03/1791.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
1800.03/1791.66	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 63
1800.03/1791.66	s UNKNOWN
1800.03/1791.66	c Total wall clock time (in seconds): 1791.552

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-3738330-1338765563/watcher-3738330-1338765563 -o /tmp/evaluation-result-3738330-1338765563/solver-3738330-1338765563 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3738330-1338765563.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.99 1.98 1.99 3/194 4413
/proc/meminfo: memFree=28271536/32873648 swapFree=7388/7388
[pid=4413] ppid=4411 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/4413/stat : 4413 (runsolver) D 4411 4413 959 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 342680761 12095488 50 33554432000 4194304 5436572 140733533950096 140733533946392 4883175 0 0 4096 24578 18446744071579943789 0 0 17 0 0 0 0 0 0
/proc/4413/statm: 2953 50 31 304 0 2645 0

[startup+0.0976749 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 4413
/proc/meminfo: memFree=28271536/32873648 swapFree=7388/7388
[pid=4413] ppid=4411 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/4413/stat : 4413 (java) S 4411 4413 959 0 -1 4202496 4686 0 1 0 9 1 0 0 20 0 18 0 342680761 2712133632 6404 33554432000 1073741824 1073778376 140733849413264 140733849404400 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4413/statm: 662142 6404 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.100298 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 4413
/proc/meminfo: memFree=28271536/32873648 swapFree=7388/7388
[pid=4413] ppid=4411 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/4413/stat : 4413 (java) S 4411 4413 959 0 -1 4202496 4686 0 1 0 9 1 0 0 20 0 18 0 342680761 2712133632 6404 33554432000 1073741824 1073778376 140733849413264 140733849404400 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4413/statm: 662142 6404 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.30027 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 4413
/proc/meminfo: memFree=28271536/32873648 swapFree=7388/7388
[pid=4413] ppid=4411 vsize=2648568 CPUtime=0.53 cores=0,2,4,6
/proc/4413/stat : 4413 (java) S 4411 4413 959 0 -1 4202496 7392 0 1 0 52 1 0 0 20 0 18 0 342680761 2712133632 10692 33554432000 1073741824 1073778376 140733849413264 140733849404400 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4413/statm: 662142 10692 2218 9 0 652835 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 2648568

[startup+0.700271 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 4413
/proc/meminfo: memFree=28271536/32873648 swapFree=7388/7388
[pid=4413] ppid=4411 vsize=2715132 CPUtime=1.53 cores=0,2,4,6
/proc/4413/stat : 4413 (java) S 4411 4413 959 0 -1 4202496 14725 0 1 0 150 3 0 0 20 0 19 0 342680761 2780295168 22706 33554432000 1073741824 1073778376 140733849413264 140733849404400 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4413/statm: 678783 22706 2247 9 0 669476 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 2715132

[startup+1.50072 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 4432
/proc/meminfo: memFree=28098108/32873648 swapFree=7388/7388
[pid=4413] ppid=4411 vsize=2715132 CPUtime=2.37 cores=0,2,4,6
/proc/4413/stat : 4413 (java) S 4411 4413 959 0 -1 4202496 14773 0 1 0 232 5 0 0 20 0 19 0 342680761 2780295168 44726 33554432000 1073741824 1073778376 140733849413264 140733849404400 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4413/statm: 678783 44726 2250 9 0 669476 0
[pid=4413/tid=4415] ppid=4411 vsize=2715132 CPUtime=1.47 cores=0,2,4,6
/proc/4413/task/4415/stat : 4415 (java) R 4411 4413 959 0 -1 4202560 2822 0 1 0 143 4 0 0 20 0 19 0 342680763 2780295168 44726 33554432000 1073741824 1073778376 140733849413264 140521078635144 140520945579415 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4413/tid=4416] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4416/stat : 4416 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680763 2780295168 44726 33554432000 1073741824 1073778376 140733849413264 140520944822696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4417] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4417/stat : 4417 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680763 2780295168 44726 33554432000 1073741824 1073778376 140733849413264 140520943770152 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4413/tid=4418] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4418/stat : 4418 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680763 2780295168 44726 33554432000 1073741824 1073778376 140733849413264 140520942717096 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4413/tid=4419] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4419/stat : 4419 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680763 2780295168 44726 33554432000 1073741824 1073778376 140733849413264 140520941664552 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4413/tid=4420] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4420/stat : 4420 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680763 2780295168 44726 33554432000 1073741824 1073778376 140733849413264 140520940612520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4421] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4421/stat : 4421 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680763 2780295168 44726 33554432000 1073741824 1073778376 140733849413264 140520939559976 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4413/tid=4422] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4422/stat : 4422 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680763 2780295168 44726 33554432000 1073741824 1073778376 140733849413264 140520938506920 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4413/tid=4423] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4423/stat : 4423 (java) S 4411 4413 959 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342680763 2780295168 44726 33554432000 1073741824 1073778376 140733849413264 140520937454376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4424] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4424/stat : 4424 (java) S 4411 4413 959 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 342680765 2780295168 44726 33554432000 1073741824 1073778376 140733849413264 140520455125352 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4425] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4425/stat : 4425 (java) S 4411 4413 959 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 342680765 2780295168 44726 33554432000 1073741824 1073778376 140733849413264 140520454071672 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4426] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4426/stat : 4426 (java) S 4411 4413 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342680765 2780295168 44726 33554432000 1073741824 1073778376 140733849413264 140520453018504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4427] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4427/stat : 4427 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680767 2780295168 44726 33554432000 1073741824 1073778376 140733849413264 140520451967248 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4428] ppid=4411 vsize=2715132 CPUtime=0.41 cores=0,2,4,6
/proc/4413/task/4428/stat : 4428 (java) S 4411 4413 959 0 -1 4202560 4501 0 0 0 41 0 0 0 20 0 19 0 342680767 2780295168 44726 33554432000 1073741824 1073778376 140733849413264 140520450915128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4429] ppid=4411 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/4413/task/4429/stat : 4429 (java) R 4411 4413 959 0 -1 4202560 6254 0 0 0 45 0 0 0 20 0 19 0 342680767 2780295168 44726 33554432000 1073741824 1073778376 140733849413264 140520449862584 140521080384464 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4413/tid=4430] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4430/stat : 4430 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680767 2780295168 44726 33554432000 1073741824 1073778376 140733849413264 140520448809720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4413/tid=4431] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4431/stat : 4431 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680767 2780295168 44726 33554432000 1073741824 1073778376 140733849413264 140520447757384 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4432] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4432/stat : 4432 (java) S 4411 4413 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342680801 2780295168 44726 33554432000 1073741824 1073778376 140733849413264 140520446702632 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 2715132

[startup+3.10069 s]
/proc/loadavg: 1.99 1.98 1.99 5/213 4432
/proc/meminfo: memFree=27935704/32873648 swapFree=7388/7388
[pid=4413] ppid=4411 vsize=2715132 CPUtime=3.98 cores=0,2,4,6
/proc/4413/stat : 4413 (java) S 4411 4413 959 0 -1 4202496 14838 0 1 0 391 7 0 0 20 0 19 0 342680761 2780295168 77494 33554432000 1073741824 1073778376 140733849413264 140733849404400 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4413/statm: 678783 77494 2250 9 0 669476 0
[pid=4413/tid=4415] ppid=4411 vsize=2715132 CPUtime=3.06 cores=0,2,4,6
/proc/4413/task/4415/stat : 4415 (java) R 4411 4413 959 0 -1 4202560 2887 0 1 0 301 5 0 0 20 0 19 0 342680763 2780295168 77494 33554432000 1073741824 1073778376 140733849413264 140521078637040 140520945448271 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4413/tid=4416] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4416/stat : 4416 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680763 2780295168 77494 33554432000 1073741824 1073778376 140733849413264 140520944822696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4417] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4417/stat : 4417 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680763 2780295168 77494 33554432000 1073741824 1073778376 140733849413264 140520943770152 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4413/tid=4418] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4418/stat : 4418 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680763 2780295168 77494 33554432000 1073741824 1073778376 140733849413264 140520942717096 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4413/tid=4419] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4419/stat : 4419 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680763 2780295168 77494 33554432000 1073741824 1073778376 140733849413264 140520941664552 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4413/tid=4420] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4420/stat : 4420 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680763 2780295168 77494 33554432000 1073741824 1073778376 140733849413264 140520940612520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4421] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4421/stat : 4421 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680763 2780295168 77494 33554432000 1073741824 1073778376 140733849413264 140520939559976 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4413/tid=4422] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4422/stat : 4422 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680763 2780295168 77494 33554432000 1073741824 1073778376 140733849413264 140520938506920 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4413/tid=4423] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4423/stat : 4423 (java) S 4411 4413 959 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342680763 2780295168 77494 33554432000 1073741824 1073778376 140733849413264 140520937454376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4424] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4424/stat : 4424 (java) S 4411 4413 959 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 342680765 2780295168 77494 33554432000 1073741824 1073778376 140733849413264 140520455125352 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4425] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4425/stat : 4425 (java) S 4411 4413 959 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 342680765 2780295168 77494 33554432000 1073741824 1073778376 140733849413264 140520454071672 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4426] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4426/stat : 4426 (java) S 4411 4413 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342680765 2780295168 77494 33554432000 1073741824 1073778376 140733849413264 140520453018504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4427] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4427/stat : 4427 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680767 2780295168 77494 33554432000 1073741824 1073778376 140733849413264 140520451967248 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4428] ppid=4411 vsize=2715132 CPUtime=0.41 cores=0,2,4,6
/proc/4413/task/4428/stat : 4428 (java) S 4411 4413 959 0 -1 4202560 4501 0 0 0 41 0 0 0 20 0 19 0 342680767 2780295168 77494 33554432000 1073741824 1073778376 140733849413264 140520450915128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4429] ppid=4411 vsize=2715132 CPUtime=0.46 cores=0,2,4,6
/proc/4413/task/4429/stat : 4429 (java) S 4411 4413 959 0 -1 4202560 6254 0 0 0 46 0 0 0 20 0 19 0 342680767 2780295168 77494 33554432000 1073741824 1073778376 140733849413264 140520449862584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4413/tid=4430] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4430/stat : 4430 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680767 2780295168 77494 33554432000 1073741824 1073778376 140733849413264 140520448809720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4413/tid=4431] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4431/stat : 4431 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680767 2780295168 77494 33554432000 1073741824 1073778376 140733849413264 140520447757384 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4432] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4432/stat : 4432 (java) S 4411 4413 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342680801 2780295168 77494 33554432000 1073741824 1073778376 140733849413264 140520446702632 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 2715132

[startup+6.30071 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 4432
/proc/meminfo: memFree=27682160/32873648 swapFree=7388/7388
[pid=4413] ppid=4411 vsize=2715132 CPUtime=7.24 cores=0,2,4,6
/proc/4413/stat : 4413 (java) S 4411 4413 959 0 -1 4202496 14921 0 1 0 713 11 0 0 20 0 19 0 342680761 2780295168 97092 33554432000 1073741824 1073778376 140733849413264 140733849404400 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4413/statm: 678783 97092 2263 9 0 669476 0
[pid=4413/tid=4415] ppid=4411 vsize=2715132 CPUtime=6.23 cores=0,2,4,6
/proc/4413/task/4415/stat : 4415 (java) R 4411 4413 959 0 -1 4202560 2925 0 1 0 616 7 0 0 20 0 19 0 342680763 2780295168 97092 33554432000 1073741824 1073778376 140733849413264 140521078637048 140520945586560 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4413/tid=4416] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4416/stat : 4416 (java) S 4411 4413 959 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342680763 2780295168 97092 33554432000 1073741824 1073778376 140733849413264 140520944822696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4413/tid=4417] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4417/stat : 4417 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680763 2780295168 97092 33554432000 1073741824 1073778376 140733849413264 140520943770152 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4413/tid=4418] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4418/stat : 4418 (java) S 4411 4413 959 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342680763 2780295168 97092 33554432000 1073741824 1073778376 140733849413264 140520942717096 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4413/tid=4419] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4419/stat : 4419 (java) S 4411 4413 959 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342680763 2780295168 97092 33554432000 1073741824 1073778376 140733849413264 140520941664552 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4413/tid=4420] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4420/stat : 4420 (java) S 4411 4413 959 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342680763 2780295168 97092 33554432000 1073741824 1073778376 140733849413264 140520940612520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4413/tid=4421] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4421/stat : 4421 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680763 2780295168 97092 33554432000 1073741824 1073778376 140733849413264 140520939559976 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4413/tid=4422] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4422/stat : 4422 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680763 2780295168 97092 33554432000 1073741824 1073778376 140733849413264 140520938506920 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4413/tid=4423] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4423/stat : 4423 (java) S 4411 4413 959 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342680763 2780295168 97092 33554432000 1073741824 1073778376 140733849413264 140520937454376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4424] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4424/stat : 4424 (java) S 4411 4413 959 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342680765 2780295168 97092 33554432000 1073741824 1073778376 140733849413264 140520455125352 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4425] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4425/stat : 4425 (java) S 4411 4413 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342680765 2780295168 97092 33554432000 1073741824 1073778376 140733849413264 140520454071672 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4426] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4426/stat : 4426 (java) S 4411 4413 959 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342680765 2780295168 97092 33554432000 1073741824 1073778376 140733849413264 140520453018504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4427] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4427/stat : 4427 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680767 2780295168 97092 33554432000 1073741824 1073778376 140733849413264 140520451967248 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4428] ppid=4411 vsize=2715132 CPUtime=0.42 cores=0,2,4,6
/proc/4413/task/4428/stat : 4428 (java) S 4411 4413 959 0 -1 4202560 4501 0 0 0 42 0 0 0 20 0 19 0 342680767 2780295168 97092 33554432000 1073741824 1073778376 140733849413264 140520450915128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4429] ppid=4411 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/4413/task/4429/stat : 4429 (java) S 4411 4413 959 0 -1 4202560 6254 0 0 0 48 0 0 0 20 0 19 0 342680767 2780295168 97092 33554432000 1073741824 1073778376 140733849413264 140520449862584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4413/tid=4430] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4430/stat : 4430 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680767 2780295168 97092 33554432000 1073741824 1073778376 140733849413264 140520448809720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4413/tid=4431] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4431/stat : 4431 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680767 2780295168 97092 33554432000 1073741824 1073778376 140733849413264 140520447757384 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4413/tid=4432] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4432/stat : 4432 (java) S 4411 4413 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342680801 2780295168 97092 33554432000 1073741824 1073778376 140733849413264 140520446702632 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.24
Current children cumulated vsize (KiB) 2715132

[startup+12.7008 s]

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

[pid=4413/tid=4428] ppid=4411 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/4413/task/4428/stat : 4428 (java) S 4411 4413 959 0 -1 4202560 4507 0 0 0 47 0 0 0 20 0 19 0 342680767 2780295168 333942 33554432000 1073741824 1073778376 140733849413264 140520450915128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4429] ppid=4411 vsize=2715132 CPUtime=0.57 cores=0,2,4,6
/proc/4413/task/4429/stat : 4429 (java) S 4411 4413 959 0 -1 4202560 6279 0 0 0 56 1 0 0 20 0 19 0 342680767 2780295168 333942 33554432000 1073741824 1073778376 140733849413264 140520449862584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4413/tid=4430] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4430/stat : 4430 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680767 2780295168 333942 33554432000 1073741824 1073778376 140733849413264 140520448809720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4413/tid=4431] ppid=4411 vsize=2715132 CPUtime=0.66 cores=0,2,4,6
/proc/4413/task/4431/stat : 4431 (java) S 4411 4413 959 0 -1 4202560 95 0 0 0 31 35 0 0 20 0 19 0 342680767 2780295168 333942 33554432000 1073741824 1073778376 140733849413264 140520447757384 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4413/tid=4432] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4432/stat : 4432 (java) S 4411 4413 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342680801 2780295168 333942 33554432000 1073741824 1073778376 140733849413264 140520446702632 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1669.47
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 5802
/proc/meminfo: memFree=26353248/32873648 swapFree=7388/7388
[pid=4413] ppid=4411 vsize=2715132 CPUtime=1730.17 cores=0,2,4,6
/proc/4413/stat : 4413 (java) S 4411 4413 959 0 -1 4202496 17663 0 1 0 172888 129 0 0 20 0 19 0 342680761 2780295168 333978 33554432000 1073741824 1073778376 140733849413264 140733849404400 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4413/statm: 678783 333978 2277 9 0 669476 0
[pid=4413/tid=4415] ppid=4411 vsize=2715132 CPUtime=1712.99 cores=0,2,4,6
/proc/4413/task/4415/stat : 4415 (java) R 4411 4413 959 0 -1 4202560 3018 0 1 0 171265 34 0 0 20 0 19 0 342680763 2780295168 333978 33554432000 1073741824 1073778376 140733849413264 140521078635936 140520945448720 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4413/tid=4416] ppid=4411 vsize=2715132 CPUtime=1.16 cores=0,2,4,6
/proc/4413/task/4416/stat : 4416 (java) S 4411 4413 959 0 -1 4202560 315 0 0 0 103 13 0 0 20 0 19 0 342680763 2780295168 333978 33554432000 1073741824 1073778376 140733849413264 140520944822696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4417] ppid=4411 vsize=2715132 CPUtime=1.22 cores=0,2,4,6
/proc/4413/task/4417/stat : 4417 (java) S 4411 4413 959 0 -1 4202560 334 0 0 0 109 13 0 0 20 0 19 0 342680763 2780295168 333978 33554432000 1073741824 1073778376 140733849413264 140520943770152 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4413/tid=4418] ppid=4411 vsize=2715132 CPUtime=1.13 cores=0,2,4,6
/proc/4413/task/4418/stat : 4418 (java) S 4411 4413 959 0 -1 4202560 300 0 0 0 101 12 0 0 20 0 19 0 342680763 2780295168 333978 33554432000 1073741824 1073778376 140733849413264 140520942717096 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4419] ppid=4411 vsize=2715132 CPUtime=1.12 cores=0,2,4,6
/proc/4413/task/4419/stat : 4419 (java) S 4411 4413 959 0 -1 4202560 236 0 0 0 101 11 0 0 20 0 19 0 342680763 2780295168 333978 33554432000 1073741824 1073778376 140733849413264 140520941664552 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4413/tid=4420] ppid=4411 vsize=2715132 CPUtime=1.05 cores=0,2,4,6
/proc/4413/task/4420/stat : 4420 (java) S 4411 4413 959 0 -1 4202560 286 0 0 0 96 9 0 0 20 0 19 0 342680763 2780295168 333978 33554432000 1073741824 1073778376 140733849413264 140520940612520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4413/tid=4421] ppid=4411 vsize=2715132 CPUtime=1.08 cores=0,2,4,6
/proc/4413/task/4421/stat : 4421 (java) S 4411 4413 959 0 -1 4202560 253 0 0 0 98 10 0 0 20 0 19 0 342680763 2780295168 333978 33554432000 1073741824 1073778376 140733849413264 140520939559976 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4413/tid=4422] ppid=4411 vsize=2715132 CPUtime=1.21 cores=0,2,4,6
/proc/4413/task/4422/stat : 4422 (java) S 4411 4413 959 0 -1 4202560 344 0 0 0 109 12 0 0 20 0 19 0 342680763 2780295168 333978 33554432000 1073741824 1073778376 140733849413264 140520938506920 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4423] ppid=4411 vsize=2715132 CPUtime=1.23 cores=0,2,4,6
/proc/4413/task/4423/stat : 4423 (java) S 4411 4413 959 0 -1 4202560 408 0 0 0 108 15 0 0 20 0 19 0 342680763 2780295168 333978 33554432000 1073741824 1073778376 140733849413264 140520937454376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4424] ppid=4411 vsize=2715132 CPUtime=2.16 cores=0,2,4,6
/proc/4413/task/4424/stat : 4424 (java) S 4411 4413 959 0 -1 4202560 102 0 0 0 214 2 0 0 20 0 19 0 342680765 2780295168 333978 33554432000 1073741824 1073778376 140733849413264 140520455125352 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4413/tid=4425] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4425/stat : 4425 (java) S 4411 4413 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342680765 2780295168 333978 33554432000 1073741824 1073778376 140733849413264 140520454071672 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4426] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4426/stat : 4426 (java) S 4411 4413 959 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342680765 2780295168 333978 33554432000 1073741824 1073778376 140733849413264 140520453018504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4427] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4427/stat : 4427 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680767 2780295168 333978 33554432000 1073741824 1073778376 140733849413264 140520451967248 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4428] ppid=4411 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/4413/task/4428/stat : 4428 (java) S 4411 4413 959 0 -1 4202560 4507 0 0 0 47 0 0 0 20 0 19 0 342680767 2780295168 333978 33554432000 1073741824 1073778376 140733849413264 140520450915128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4429] ppid=4411 vsize=2715132 CPUtime=0.57 cores=0,2,4,6
/proc/4413/task/4429/stat : 4429 (java) S 4411 4413 959 0 -1 4202560 6279 0 0 0 56 1 0 0 20 0 19 0 342680767 2780295168 333978 33554432000 1073741824 1073778376 140733849413264 140520449862584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4413/tid=4430] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4430/stat : 4430 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680767 2780295168 333978 33554432000 1073741824 1073778376 140733849413264 140520448809720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4413/tid=4431] ppid=4411 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/4413/task/4431/stat : 4431 (java) S 4411 4413 959 0 -1 4202560 99 0 0 0 32 36 0 0 20 0 19 0 342680767 2780295168 333978 33554432000 1073741824 1073778376 140733849413264 140520447757384 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4413/tid=4432] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4432/stat : 4432 (java) S 4411 4413 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342680801 2780295168 333978 33554432000 1073741824 1073778376 140733849413264 140520446702632 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1730.17
Current children cumulated vsize (KiB) 2715132

[startup+1782.3 s]
/proc/loadavg: 2.31 2.10 2.03 3/213 5802
/proc/meminfo: memFree=26216016/32873648 swapFree=7388/7388
[pid=4413] ppid=4411 vsize=2715132 CPUtime=1790.68 cores=0,2,4,6
/proc/4413/stat : 4413 (java) S 4411 4413 959 0 -1 4202496 17718 0 1 0 178937 131 0 0 20 0 19 0 342680761 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140733849404400 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4413/statm: 678783 336133 2277 9 0 669476 0
[pid=4413/tid=4415] ppid=4411 vsize=2715132 CPUtime=1772.61 cores=0,2,4,6
/proc/4413/task/4415/stat : 4415 (java) R 4411 4413 959 0 -1 4202560 3031 0 1 0 177227 34 0 0 20 0 19 0 342680763 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140521078635936 140520945448086 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4413/tid=4416] ppid=4411 vsize=2715132 CPUtime=1.28 cores=0,2,4,6
/proc/4413/task/4416/stat : 4416 (java) S 4411 4413 959 0 -1 4202560 321 0 0 0 115 13 0 0 20 0 19 0 342680763 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520944822696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4413/tid=4417] ppid=4411 vsize=2715132 CPUtime=1.28 cores=0,2,4,6
/proc/4413/task/4417/stat : 4417 (java) S 4411 4413 959 0 -1 4202560 334 0 0 0 115 13 0 0 20 0 19 0 342680763 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520943770152 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4413/tid=4418] ppid=4411 vsize=2715132 CPUtime=1.19 cores=0,2,4,6
/proc/4413/task/4418/stat : 4418 (java) S 4411 4413 959 0 -1 4202560 300 0 0 0 107 12 0 0 20 0 19 0 342680763 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520942717096 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4419] ppid=4411 vsize=2715132 CPUtime=1.23 cores=0,2,4,6
/proc/4413/task/4419/stat : 4419 (java) S 4411 4413 959 0 -1 4202560 236 0 0 0 112 11 0 0 20 0 19 0 342680763 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520941664552 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4420] ppid=4411 vsize=2715132 CPUtime=1.14 cores=0,2,4,6
/proc/4413/task/4420/stat : 4420 (java) S 4411 4413 959 0 -1 4202560 286 0 0 0 105 9 0 0 20 0 19 0 342680763 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520940612520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4413/tid=4421] ppid=4411 vsize=2715132 CPUtime=1.18 cores=0,2,4,6
/proc/4413/task/4421/stat : 4421 (java) S 4411 4413 959 0 -1 4202560 255 0 0 0 107 11 0 0 20 0 19 0 342680763 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520939559976 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4413/tid=4422] ppid=4411 vsize=2715132 CPUtime=1.31 cores=0,2,4,6
/proc/4413/task/4422/stat : 4422 (java) S 4411 4413 959 0 -1 4202560 369 0 0 0 119 12 0 0 20 0 19 0 342680763 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520938506920 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4413/tid=4423] ppid=4411 vsize=2715132 CPUtime=1.32 cores=0,2,4,6
/proc/4413/task/4423/stat : 4423 (java) S 4411 4413 959 0 -1 4202560 409 0 0 0 117 15 0 0 20 0 19 0 342680763 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520937454376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4413/tid=4424] ppid=4411 vsize=2715132 CPUtime=2.17 cores=0,2,4,6
/proc/4413/task/4424/stat : 4424 (java) S 4411 4413 959 0 -1 4202560 106 0 0 0 215 2 0 0 20 0 19 0 342680765 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520455125352 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4425] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4425/stat : 4425 (java) S 4411 4413 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342680765 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520454071672 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4426] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4426/stat : 4426 (java) S 4411 4413 959 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342680765 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520453018504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4427] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4427/stat : 4427 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680767 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520451967248 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4428] ppid=4411 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/4413/task/4428/stat : 4428 (java) S 4411 4413 959 0 -1 4202560 4507 0 0 0 47 0 0 0 20 0 19 0 342680767 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520450915128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4429] ppid=4411 vsize=2715132 CPUtime=0.57 cores=0,2,4,6
/proc/4413/task/4429/stat : 4429 (java) S 4411 4413 959 0 -1 4202560 6279 0 0 0 56 1 0 0 20 0 19 0 342680767 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520449862584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4413/tid=4430] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4430/stat : 4430 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680767 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520448809720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4413/tid=4431] ppid=4411 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/4413/task/4431/stat : 4431 (java) S 4411 4413 959 0 -1 4202560 103 0 0 0 34 36 0 0 20 0 19 0 342680767 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520447757384 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4413/tid=4432] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4432/stat : 4432 (java) S 4411 4413 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342680801 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520446702632 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1790.68
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.6 s]
/proc/loadavg: 2.26 2.10 2.03 3/212 5802
/proc/meminfo: memFree=26215904/32873648 swapFree=7388/7388
[pid=4413] ppid=4411 vsize=2715132 CPUtime=1800.03 cores=0,2,4,6
/proc/4413/stat : 4413 (java) S 4411 4413 959 0 -1 4202496 17719 0 1 0 179872 131 0 0 20 0 19 0 342680761 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140733849404400 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4413/statm: 678783 336133 2277 9 0 669476 0
[pid=4413/tid=4415] ppid=4411 vsize=2715132 CPUtime=1781.87 cores=0,2,4,6
/proc/4413/task/4415/stat : 4415 (java) R 4411 4413 959 0 -1 4202560 3032 0 1 0 178152 35 0 0 20 0 19 0 342680763 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140521078635808 140520945448890 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4413/tid=4416] ppid=4411 vsize=2715132 CPUtime=1.28 cores=0,2,4,6
/proc/4413/task/4416/stat : 4416 (java) S 4411 4413 959 0 -1 4202560 321 0 0 0 115 13 0 0 20 0 19 0 342680763 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520944822696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4413/tid=4417] ppid=4411 vsize=2715132 CPUtime=1.29 cores=0,2,4,6
/proc/4413/task/4417/stat : 4417 (java) S 4411 4413 959 0 -1 4202560 334 0 0 0 116 13 0 0 20 0 19 0 342680763 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520943770152 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4413/tid=4418] ppid=4411 vsize=2715132 CPUtime=1.2 cores=0,2,4,6
/proc/4413/task/4418/stat : 4418 (java) S 4411 4413 959 0 -1 4202560 300 0 0 0 108 12 0 0 20 0 19 0 342680763 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520942717096 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4419] ppid=4411 vsize=2715132 CPUtime=1.24 cores=0,2,4,6
/proc/4413/task/4419/stat : 4419 (java) S 4411 4413 959 0 -1 4202560 236 0 0 0 113 11 0 0 20 0 19 0 342680763 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520941664552 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4420] ppid=4411 vsize=2715132 CPUtime=1.15 cores=0,2,4,6
/proc/4413/task/4420/stat : 4420 (java) S 4411 4413 959 0 -1 4202560 286 0 0 0 106 9 0 0 20 0 19 0 342680763 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520940612520 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4413/tid=4421] ppid=4411 vsize=2715132 CPUtime=1.18 cores=0,2,4,6
/proc/4413/task/4421/stat : 4421 (java) S 4411 4413 959 0 -1 4202560 255 0 0 0 107 11 0 0 20 0 19 0 342680763 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520939559976 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4422] ppid=4411 vsize=2715132 CPUtime=1.33 cores=0,2,4,6
/proc/4413/task/4422/stat : 4422 (java) S 4411 4413 959 0 -1 4202560 369 0 0 0 121 12 0 0 20 0 19 0 342680763 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520938506920 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4413/tid=4423] ppid=4411 vsize=2715132 CPUtime=1.33 cores=0,2,4,6
/proc/4413/task/4423/stat : 4423 (java) S 4411 4413 959 0 -1 4202560 409 0 0 0 118 15 0 0 20 0 19 0 342680763 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520937454376 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4413/tid=4424] ppid=4411 vsize=2715132 CPUtime=2.17 cores=0,2,4,6
/proc/4413/task/4424/stat : 4424 (java) S 4411 4413 959 0 -1 4202560 106 0 0 0 215 2 0 0 20 0 19 0 342680765 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520455125352 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4425] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4425/stat : 4425 (java) S 4411 4413 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342680765 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520454071672 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4426] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4426/stat : 4426 (java) S 4411 4413 959 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342680765 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520453018504 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4427] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4427/stat : 4427 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680767 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520451967248 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4428] ppid=4411 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/4413/task/4428/stat : 4428 (java) S 4411 4413 959 0 -1 4202560 4507 0 0 0 47 0 0 0 20 0 19 0 342680767 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520450915128 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4413/tid=4429] ppid=4411 vsize=2715132 CPUtime=0.57 cores=0,2,4,6
/proc/4413/task/4429/stat : 4429 (java) S 4411 4413 959 0 -1 4202560 6279 0 0 0 56 1 0 0 20 0 19 0 342680767 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520449862584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4413/tid=4430] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4430/stat : 4430 (java) S 4411 4413 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342680767 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520448809720 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4413/tid=4431] ppid=4411 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/4413/task/4431/stat : 4431 (java) S 4411 4413 959 0 -1 4202560 103 0 0 0 34 36 0 0 20 0 19 0 342680767 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520447757384 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4413/tid=4432] ppid=4411 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4413/task/4432/stat : 4432 (java) S 4411 4413 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342680801 2780295168 336133 33554432000 1073741824 1073778376 140733849413264 140520446702632 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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

Child status: 143

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

Real time (s): 1791.67
CPU time (s): 1800.03
CPU user time (s): 1798.72
CPU system time (s): 1.31
CPU usage (%): 100.467
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.32
system time used= 1.84272
maximum resident set size= 1344732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17770
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41192
involuntary context switches= 25160

runsolver used 6.29104 second user time and 15.1227 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-04 01:19:23
IDJOB=3738330
IDBENCH=71844
IDSOLVER=2322
FILE ID=node148/3738330-1338765563
RUNJOBID= node148-1338737846-977
PBS_JOBID= 14636767
Free space on /tmp= 71332 MiB

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

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

MD5SUM BENCH= 807bc542b75293285fea5916dfeaaa3e
RANDOM SEED=189871556

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:        28274112 kB
Buffers:          604428 kB
Cached:          2950048 kB
SwapCached:          628 kB
Active:          1553480 kB
Inactive:        2131588 kB
Active(anon):     119960 kB
Inactive(anon):    10660 kB
Active(file):    1433520 kB
Inactive(file):  2120928 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:              1208 kB
Writeback:             0 kB
AnonPages:         56696 kB
Mapped:            19112 kB
Shmem:                36 kB
Slab:             768076 kB
SReclaimable:     211764 kB
SUnreclaim:       556312 kB
KernelStack:        1752 kB
PageTables:         4104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1517272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71328 MiB
End job on node148 at 2012-06-04 01:49:16