Trace number 3729143

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
PB11: Sat4j Res//CP 2.3.0UNSAT 46.4079 23.4761

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111218308.opb
MD5SUM28297d3dd3c89d140e0fa9fe7bad5229
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.111982
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
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 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1154
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.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.09/0.10	c version 2.3.1.v20110525
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		9996466904
0.09/0.10	c Max memory 		10048897024
0.09/0.10	c Total memory 		10048897024
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3729143-1338678644.opb
0.09/0.12	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.059s.
0.09/0.18	c #vars     169
0.09/0.18	c #constraints  101
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.09/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.09/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.09/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.09/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.09/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.81/0.64	c cleaning 2499 clauses out of 5001 with flag 5001/5001
2.55/0.89	c cleaning 4246 clauses out of 8502 with flag 11001/11001
3.66/1.17	c cleaning 5627 clauses out of 11258 with flag 18003/18003
4.28/1.47	c cleaning 6811 clauses out of 13628 with flag 26000/26000
5.11/1.84	c cleaning 7905 clauses out of 15819 with flag 35002/35002
5.90/2.23	c cleaning 8952 clauses out of 17912 with flag 45000/45000
6.67/2.66	c cleaning 9477 clauses out of 18962 with flag 55002/55002
7.44/3.04	c cleaning 9739 clauses out of 19486 with flag 65003/65003
8.23/3.42	c cleaning 9870 clauses out of 19745 with flag 75001/75001
9.00/3.81	c cleaning 9934 clauses out of 19875 with flag 85001/85001
9.57/4.19	c cleaning 9966 clauses out of 19940 with flag 95000/95000
10.35/4.57	c cleaning 9984 clauses out of 19978 with flag 105004/105004
11.11/4.97	c cleaning 9992 clauses out of 19990 with flag 115000/115000
11.87/5.39	c cleaning 9996 clauses out of 19998 with flag 125000/125000
12.63/5.76	c cleaning 9994 clauses out of 20002 with flag 135000/135000
13.39/6.13	c cleaning 10001 clauses out of 20009 with flag 145001/145001
14.14/6.52	c cleaning 9999 clauses out of 20007 with flag 155000/155000
14.89/6.93	c cleaning 9999 clauses out of 20008 with flag 165000/165000
15.66/7.34	c cleaning 9999 clauses out of 20010 with flag 175001/175001
16.43/7.73	c cleaning 10001 clauses out of 20011 with flag 185001/185001
17.16/8.11	c cleaning 10000 clauses out of 20010 with flag 195001/195001
17.72/8.47	c cleaning 10001 clauses out of 20010 with flag 205001/205001
18.49/8.85	c cleaning 10002 clauses out of 20011 with flag 215003/215003
19.24/9.24	c cleaning 9999 clauses out of 20008 with flag 225002/225002
19.98/9.63	c cleaning 9999 clauses out of 20007 with flag 235000/235000
20.56/10.00	c cleaning 10001 clauses out of 20009 with flag 245001/245001
21.50/10.40	c cleaning 10000 clauses out of 20008 with flag 255001/255001
22.26/10.84	c cleaning 9998 clauses out of 20008 with flag 265001/265001
23.01/11.26	c cleaning 10003 clauses out of 20010 with flag 275001/275001
23.76/11.67	c cleaning 10001 clauses out of 20008 with flag 285002/285002
24.52/12.09	c cleaning 10000 clauses out of 20006 with flag 295001/295001
25.28/12.49	c cleaning 9999 clauses out of 20006 with flag 305001/305001
26.21/12.90	c cleaning 9995 clauses out of 20006 with flag 315000/315000
26.98/13.32	c cleaning 10003 clauses out of 20015 with flag 325004/325004
27.72/13.70	c cleaning 9996 clauses out of 20009 with flag 335001/335001
28.48/14.11	c cleaning 10002 clauses out of 20012 with flag 345000/345000
29.22/14.53	c cleaning 10003 clauses out of 20011 with flag 355001/355001
29.97/14.91	c cleaning 10001 clauses out of 20007 with flag 365000/365000
30.51/15.26	c cleaning 9998 clauses out of 20006 with flag 375000/375000
31.26/15.64	c cleaning 10000 clauses out of 20009 with flag 385001/385001
32.00/16.06	c cleaning 9998 clauses out of 20009 with flag 395001/395001
32.76/16.48	c cleaning 10003 clauses out of 20012 with flag 405002/405002
33.51/16.87	c cleaning 9993 clauses out of 20008 with flag 415001/415001
34.26/17.24	c cleaning 9994 clauses out of 20014 with flag 425000/425000
35.00/17.62	c cleaning 10004 clauses out of 20020 with flag 435000/435000
35.54/17.98	c cleaning 10002 clauses out of 20016 with flag 445000/445000
36.29/18.38	c cleaning 10002 clauses out of 20014 with flag 455000/455000
37.05/18.74	c cleaning 10002 clauses out of 20012 with flag 465000/465000
37.77/19.13	c cleaning 10000 clauses out of 20011 with flag 475001/475001
38.52/19.51	c cleaning 10002 clauses out of 20011 with flag 485001/485001
39.08/19.88	c cleaning 10002 clauses out of 20011 with flag 495003/495003
39.81/20.25	c cleaning 10000 clauses out of 20009 with flag 505003/505003
40.55/20.64	c cleaning 9996 clauses out of 20006 with flag 515000/515000
41.33/21.04	c cleaning 10002 clauses out of 20012 with flag 525002/525002
42.07/21.43	c cleaning 10000 clauses out of 20009 with flag 535001/535001
42.62/21.79	c cleaning 10003 clauses out of 20011 with flag 545003/545003
43.36/22.19	c cleaning 9999 clauses out of 20005 with flag 555000/555000
44.29/22.64	c cleaning 10001 clauses out of 20008 with flag 565002/565002
45.36/23.10	c cleaning 9999 clauses out of 20004 with flag 575000/575000
45.83/23.28	c  And the winner is Resolution
46.25/23.41	c starts		: 153
46.25/23.41	c conflicts		: 579341
46.25/23.41	c decisions		: 810479
46.25/23.41	c propagations		: 12087607
46.25/23.41	c inspects		: 163826599
46.25/23.41	c shortcuts		: 0
46.25/23.41	c learnt literals	: 6
46.25/23.41	c learnt binary clauses	: 23
46.25/23.41	c learnt ternary clauses	: 142
46.25/23.41	c learnt constraints	: 579334
46.25/23.41	c ignored constraints	: 0
46.25/23.41	c root simplifications	: 0
46.25/23.41	c removed literals (reason simplification)	: 6376834
46.25/23.41	c reason swapping (by a shorter reason)	: 0
46.25/23.41	c Calls to reduceDB	: 59
46.25/23.41	c number of reductions to clauses (during analyze)	: 0
46.25/23.41	c number of learned constraints concerned by reduction	: 0
46.25/23.41	c number of learning phase by resolution	: 0
46.25/23.41	c number of learning phase by cutting planes	: 0
46.25/23.41	c speed (assignments/second)	: 520389.48682624416
46.25/23.41	c non guided choices	47
46.25/23.42	c learnt constraints type 
46.25/23.42	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 23
46.25/23.42	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14317
46.25/23.42	c constraints type 
46.25/23.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
46.25/23.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
46.25/23.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
46.25/23.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
46.25/23.42	c constraints type 
46.25/23.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
46.25/23.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
46.25/23.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
46.25/23.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
46.25/23.42	s UNSATISFIABLE
46.25/23.42	c Total wall clock time (in seconds): 23.299

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.44 0.15 0.70 4/198 571
/proc/meminfo: memFree=26083172/32873844 swapFree=7628/7628
[pid=571] ppid=569 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/571/stat : 571 (java) R 569 571 442 0 -1 4202496 454 0 0 0 0 0 0 0 20 0 1 0 333988763 9515008 183 33554432000 1073741824 1073778376 140734975143120 140734975125848 254750128359 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/571/statm: 2323 185 143 9 0 71 0

[startup+0.101247 s]
/proc/loadavg: 0.44 0.15 0.70 4/198 571
/proc/meminfo: memFree=26083172/32873844 swapFree=7628/7628
[pid=571] ppid=569 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/571/stat : 571 (java) S 569 571 442 0 -1 4202496 5178 0 1 0 7 2 0 0 20 0 18 0 333988763 11864465408 13528 33554432000 1073741824 1073778376 140734975143120 140734975134256 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/571/statm: 2896598 13528 2086 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.200211 s]
/proc/loadavg: 0.44 0.15 0.70 4/198 571
/proc/meminfo: memFree=26083172/32873844 swapFree=7628/7628
[pid=571] ppid=569 vsize=11852648 CPUtime=0.24 cores=1,3,5,7
/proc/571/stat : 571 (java) S 569 571 442 0 -1 4202496 5700 0 1 0 22 2 0 0 20 0 22 0 333988763 12137111552 15492 33554432000 1073741824 1073778376 140734975143120 140734975134256 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/571/statm: 2963162 15492 2198 9 0 2953849 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 11852648

[startup+0.300234 s]
/proc/loadavg: 0.44 0.15 0.70 4/198 571
/proc/meminfo: memFree=26083172/32873844 swapFree=7628/7628
[pid=571] ppid=569 vsize=11852648 CPUtime=0.62 cores=1,3,5,7
/proc/571/stat : 571 (java) S 569 571 442 0 -1 4202496 8239 0 1 0 59 3 0 0 20 0 22 0 333988763 12137111552 17624 33554432000 1073741824 1073778376 140734975143120 140734975134256 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/571/statm: 2963162 17624 2235 9 0 2953849 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 11852648

[startup+0.70021 s]
/proc/loadavg: 0.44 0.15 0.70 4/198 571
/proc/meminfo: memFree=26083172/32873844 swapFree=7628/7628
[pid=571] ppid=569 vsize=11852648 CPUtime=2.15 cores=1,3,5,7
/proc/571/stat : 571 (java) S 569 571 442 0 -1 4202496 16286 0 1 0 208 7 0 0 20 0 22 0 333988763 12137111552 42923 33554432000 1073741824 1073778376 140734975143120 140734975134256 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/571/statm: 2963162 42923 2268 9 0 2953849 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 11852648

[startup+1.50088 s]
/proc/loadavg: 0.81 0.23 0.72 6/220 593
/proc/meminfo: memFree=25872284/32873844 swapFree=7628/7628
[pid=571] ppid=569 vsize=11852648 CPUtime=4.5 cores=1,3,5,7
/proc/571/stat : 571 (java) S 569 571 442 0 -1 4202496 20403 0 1 0 440 10 0 0 20 0 22 0 333988763 12137111552 73711 33554432000 1073741824 1073778376 140734975143120 140734975134256 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/571/statm: 2963162 73711 2281 9 0 2953849 0
[pid=571/tid=573] ppid=569 vsize=11852648 CPUtime=0.16 cores=1,3,5,7
/proc/571/task/573/stat : 573 (java) S 569 571 442 0 -1 4202560 3376 0 1 0 14 2 0 0 20 0 22 0 333988764 12137111552 73711 33554432000 1073741824 1073778376 140734975143120 140483635598488 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=574] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/574/stat : 574 (java) S 569 571 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988766 12137111552 73711 33554432000 1073741824 1073778376 140734975143120 140483624659624 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=575] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/575/stat : 575 (java) S 569 571 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988766 12137111552 73711 33554432000 1073741824 1073778376 140734975143120 140483623607080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=576] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/576/stat : 576 (java) S 569 571 442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 333988766 12137111552 73711 33554432000 1073741824 1073778376 140734975143120 140483622554536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=577] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/577/stat : 577 (java) S 569 571 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988766 12137111552 73711 33554432000 1073741824 1073778376 140734975143120 140483621501992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=578] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/578/stat : 578 (java) S 569 571 442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 333988766 12137111552 73711 33554432000 1073741824 1073778376 140734975143120 140483620448424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=571/tid=579] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/579/stat : 579 (java) S 569 571 442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 333988766 12137111552 73711 33554432000 1073741824 1073778376 140734975143120 140483619395880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=580] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/580/stat : 580 (java) S 569 571 442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 333988766 12137111552 73711 33554432000 1073741824 1073778376 140734975143120 140483618343336 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=581] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/581/stat : 581 (java) S 569 571 442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 333988766 12137111552 73711 33554432000 1073741824 1073778376 140734975143120 140483617290792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=582] ppid=569 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/571/task/582/stat : 582 (java) R 569 571 442 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 22 0 333988767 12137111552 73711 33554432000 1073741824 1073778376 140734975143120 140483452409448 254749979433 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=571/tid=583] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/583/stat : 583 (java) S 569 571 442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333988768 12137111552 73711 33554432000 1073741824 1073778376 140734975143120 140483451356792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=584] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/584/stat : 584 (java) S 569 571 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333988768 12137111552 73711 33554432000 1073741824 1073778376 140734975143120 140483450304136 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=585] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/585/stat : 585 (java) S 569 571 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988771 12137111552 73711 33554432000 1073741824 1073778376 140734975143120 140483449252880 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=586] ppid=569 vsize=11852648 CPUtime=0.92 cores=1,3,5,7
/proc/571/task/586/stat : 586 (java) S 569 571 442 0 -1 4202560 9410 0 0 0 90 2 0 0 20 0 22 0 333988771 12137111552 73711 33554432000 1073741824 1073778376 140734975143120 140483448192072 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=571/tid=587] ppid=569 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/571/task/587/stat : 587 (java) S 569 571 442 0 -1 4202560 6159 0 0 0 82 1 0 0 20 0 22 0 333988771 12137111552 73711 33554432000 1073741824 1073778376 140734975143120 140483447132776 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=571/tid=588] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/588/stat : 588 (java) S 569 571 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988771 12137111552 73711 33554432000 1073741824 1073778376 140734975143120 140483446094328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=571/tid=589] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/589/stat : 589 (java) S 569 571 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988771 12137111552 73711 33554432000 1073741824 1073778376 140734975143120 140483445041992 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=590] ppid=569 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/571/task/590/stat : 590 (java) S 569 571 442 0 -1 4202560 29 0 0 0 119 0 0 0 20 0 22 0 333988782 12137111552 73711 33554432000 1073741824 1073778376 140734975143120 140483443986808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=591] ppid=569 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/571/task/591/stat : 591 (java) S 569 571 442 0 -1 4202560 159 0 0 0 115 4 0 0 20 0 22 0 333988782 12137111552 73711 33554432000 1073741824 1073778376 140734975143120 140483442932264 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=592] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/592/stat : 592 (java) S 569 571 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988783 12137111552 73711 33554432000 1073741824 1073778376 140734975143120 140483441882664 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=593] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/593/stat : 593 (java) S 569 571 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988783 12137111552 73711 33554432000 1073741824 1073778376 140734975143120 140483440830120 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 11852648

[startup+3.10095 s]
/proc/loadavg: 0.81 0.23 0.72 5/220 593
/proc/meminfo: memFree=25753004/32873844 swapFree=7628/7628
[pid=571] ppid=569 vsize=11852648 CPUtime=7.62 cores=1,3,5,7
/proc/571/stat : 571 (java) S 569 571 442 0 -1 4202496 20448 0 1 0 751 11 0 0 20 0 22 0 333988763 12137111552 90615 33554432000 1073741824 1073778376 140734975143120 140734975134256 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/571/statm: 2963162 90615 2281 9 0 2953849 0
[pid=571/tid=573] ppid=569 vsize=11852648 CPUtime=0.16 cores=1,3,5,7
/proc/571/task/573/stat : 573 (java) S 569 571 442 0 -1 4202560 3376 0 1 0 14 2 0 0 20 0 22 0 333988764 12137111552 90615 33554432000 1073741824 1073778376 140734975143120 140483635598488 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=574] ppid=569 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/571/task/574/stat : 574 (java) S 569 571 442 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 333988766 12137111552 90615 33554432000 1073741824 1073778376 140734975143120 140483624659624 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=575] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/575/stat : 575 (java) S 569 571 442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 333988766 12137111552 90615 33554432000 1073741824 1073778376 140734975143120 140483623607080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=576] ppid=569 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/571/task/576/stat : 576 (java) S 569 571 442 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 333988766 12137111552 90615 33554432000 1073741824 1073778376 140734975143120 140483622554536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=577] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/577/stat : 577 (java) S 569 571 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988766 12137111552 90615 33554432000 1073741824 1073778376 140734975143120 140483621501992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=571/tid=578] ppid=569 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/571/task/578/stat : 578 (java) S 569 571 442 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 333988766 12137111552 90615 33554432000 1073741824 1073778376 140734975143120 140483620448424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=571/tid=579] ppid=569 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/571/task/579/stat : 579 (java) S 569 571 442 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 333988766 12137111552 90615 33554432000 1073741824 1073778376 140734975143120 140483619395880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=571/tid=580] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/580/stat : 580 (java) S 569 571 442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 333988766 12137111552 90615 33554432000 1073741824 1073778376 140734975143120 140483618343336 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=581] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/581/stat : 581 (java) S 569 571 442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 333988766 12137111552 90615 33554432000 1073741824 1073778376 140734975143120 140483617290792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=582] ppid=569 vsize=11852648 CPUtime=0.2 cores=1,3,5,7
/proc/571/task/582/stat : 582 (java) S 569 571 442 0 -1 4202560 35 0 0 0 20 0 0 0 20 0 22 0 333988767 12137111552 90615 33554432000 1073741824 1073778376 140734975143120 140483452410472 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=571/tid=583] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/583/stat : 583 (java) S 569 571 442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333988768 12137111552 90615 33554432000 1073741824 1073778376 140734975143120 140483451356792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=584] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/584/stat : 584 (java) S 569 571 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333988768 12137111552 90615 33554432000 1073741824 1073778376 140734975143120 140483450304136 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=585] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/585/stat : 585 (java) S 569 571 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988771 12137111552 90615 33554432000 1073741824 1073778376 140734975143120 140483449252880 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=586] ppid=569 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/571/task/586/stat : 586 (java) S 569 571 442 0 -1 4202560 9410 0 0 0 94 2 0 0 20 0 22 0 333988771 12137111552 90615 33554432000 1073741824 1073778376 140734975143120 140483448199224 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=571/tid=587] ppid=569 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/571/task/587/stat : 587 (java) S 569 571 442 0 -1 4202560 6159 0 0 0 83 1 0 0 20 0 22 0 333988771 12137111552 90615 33554432000 1073741824 1073778376 140734975143120 140483447146680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=571/tid=588] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/588/stat : 588 (java) S 569 571 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988771 12137111552 90615 33554432000 1073741824 1073778376 140734975143120 140483446094328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=571/tid=589] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/589/stat : 589 (java) S 569 571 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988771 12137111552 90615 33554432000 1073741824 1073778376 140734975143120 140483445041992 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=590] ppid=569 vsize=11852648 CPUtime=2.62 cores=1,3,5,7
/proc/571/task/590/stat : 590 (java) R 569 571 442 0 -1 4202560 32 0 0 0 262 0 0 0 20 0 22 0 333988782 12137111552 90615 33554432000 1073741824 1073778376 140734975143120 140483443986968 140483498538202 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=571/tid=591] ppid=569 vsize=11852648 CPUtime=2.61 cores=1,3,5,7
/proc/571/task/591/stat : 591 (java) R 569 571 442 0 -1 4202560 190 0 0 0 257 4 0 0 20 0 22 0 333988782 12137111552 90615 33554432000 1073741824 1073778376 140734975143120 140483442932808 140483498718590 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=571/tid=592] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/592/stat : 592 (java) S 569 571 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988783 12137111552 90615 33554432000 1073741824 1073778376 140734975143120 140483441882664 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=593] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/593/stat : 593 (java) S 569 571 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988783 12137111552 90615 33554432000 1073741824 1073778376 140734975143120 140483440830120 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 11852648

[startup+6.30097 s]
/proc/loadavg: 1.06 0.29 0.74 5/220 593
/proc/meminfo: memFree=25661836/32873844 swapFree=7628/7628
[pid=571] ppid=569 vsize=11852648 CPUtime=13.74 cores=1,3,5,7
/proc/571/stat : 571 (java) S 569 571 442 0 -1 4202496 20468 0 1 0 1362 12 0 0 20 0 22 0 333988763 12137111552 91647 33554432000 1073741824 1073778376 140734975143120 140734975134256 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/571/statm: 2963162 91647 2281 9 0 2953849 0
[pid=571/tid=573] ppid=569 vsize=11852648 CPUtime=0.16 cores=1,3,5,7
/proc/571/task/573/stat : 573 (java) S 569 571 442 0 -1 4202560 3377 0 1 0 14 2 0 0 20 0 22 0 333988764 12137111552 91647 33554432000 1073741824 1073778376 140734975143120 140483635598488 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=574] ppid=569 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/571/task/574/stat : 574 (java) S 569 571 442 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 333988766 12137111552 91647 33554432000 1073741824 1073778376 140734975143120 140483624659624 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=571/tid=575] ppid=569 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/571/task/575/stat : 575 (java) S 569 571 442 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 333988766 12137111552 91647 33554432000 1073741824 1073778376 140734975143120 140483623607080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=576] ppid=569 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/571/task/576/stat : 576 (java) S 569 571 442 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 22 0 333988766 12137111552 91647 33554432000 1073741824 1073778376 140734975143120 140483622554536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=577] ppid=569 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/571/task/577/stat : 577 (java) S 569 571 442 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 333988766 12137111552 91647 33554432000 1073741824 1073778376 140734975143120 140483621501992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=571/tid=578] ppid=569 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/571/task/578/stat : 578 (java) S 569 571 442 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 333988766 12137111552 91647 33554432000 1073741824 1073778376 140734975143120 140483620448424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=579] ppid=569 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/571/task/579/stat : 579 (java) S 569 571 442 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 333988766 12137111552 91647 33554432000 1073741824 1073778376 140734975143120 140483619395880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=571/tid=580] ppid=569 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/571/task/580/stat : 580 (java) S 569 571 442 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 333988766 12137111552 91647 33554432000 1073741824 1073778376 140734975143120 140483618343336 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=571/tid=581] ppid=569 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/571/task/581/stat : 581 (java) S 569 571 442 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 22 0 333988766 12137111552 91647 33554432000 1073741824 1073778376 140734975143120 140483617290792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=571/tid=582] ppid=569 vsize=11852648 CPUtime=0.51 cores=1,3,5,7
/proc/571/task/582/stat : 582 (java) S 569 571 442 0 -1 4202560 38 0 0 0 51 0 0 0 20 0 22 0 333988767 12137111552 91647 33554432000 1073741824 1073778376 140734975143120 140483452410472 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=571/tid=583] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/583/stat : 583 (java) S 569 571 442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333988768 12137111552 91647 33554432000 1073741824 1073778376 140734975143120 140483451356792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=584] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/584/stat : 584 (java) S 569 571 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333988768 12137111552 91647 33554432000 1073741824 1073778376 140734975143120 140483450304136 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=585] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/585/stat : 585 (java) S 569 571 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988771 12137111552 91647 33554432000 1073741824 1073778376 140734975143120 140483449252880 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=586] ppid=569 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/571/task/586/stat : 586 (java) S 569 571 442 0 -1 4202560 9410 0 0 0 95 2 0 0 20 0 22 0 333988771 12137111552 91647 33554432000 1073741824 1073778376 140734975143120 140483448199224 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/571/task/583/stat : 583 (java) S 569 571 442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333988768 12137111552 101394 33554432000 1073741824 1073778376 140734975143120 140483451356792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=584] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/584/stat : 584 (java) S 569 571 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333988768 12137111552 101394 33554432000 1073741824 1073778376 140734975143120 140483450304136 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=585] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/585/stat : 585 (java) S 569 571 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988771 12137111552 101394 33554432000 1073741824 1073778376 140734975143120 140483449252880 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=586] ppid=569 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/571/task/586/stat : 586 (java) S 569 571 442 0 -1 4202560 9412 0 0 0 98 2 0 0 20 0 22 0 333988771 12137111552 101394 33554432000 1073741824 1073778376 140734975143120 140483448199224 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=571/tid=587] ppid=569 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/571/task/587/stat : 587 (java) S 569 571 442 0 -1 4202560 6159 0 0 0 83 1 0 0 20 0 22 0 333988771 12137111552 101394 33554432000 1073741824 1073778376 140734975143120 140483447146680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=571/tid=588] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/588/stat : 588 (java) S 569 571 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988771 12137111552 101394 33554432000 1073741824 1073778376 140734975143120 140483446094328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=571/tid=589] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/589/stat : 589 (java) S 569 571 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988771 12137111552 101394 33554432000 1073741824 1073778376 140734975143120 140483445041992 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=590] ppid=569 vsize=11852648 CPUtime=17.88 cores=1,3,5,7
/proc/571/task/590/stat : 590 (java) R 569 571 442 0 -1 4202560 67 0 0 0 1788 0 0 0 20 0 22 0 333988782 12137111552 101394 33554432000 1073741824 1073778376 140734975143120 140483443986968 140483498566090 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=571/tid=591] ppid=569 vsize=11852648 CPUtime=17.88 cores=1,3,5,7
/proc/571/task/591/stat : 591 (java) R 569 571 442 0 -1 4202560 201 0 0 0 1783 5 0 0 20 0 22 0 333988782 12137111552 101394 33554432000 1073741824 1073778376 140734975143120 140483442932464 140483498719325 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=571/tid=592] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/592/stat : 592 (java) S 569 571 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988783 12137111552 101394 33554432000 1073741824 1073778376 140734975143120 140483441882664 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=593] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/593/stat : 593 (java) S 569 571 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988783 12137111552 101394 33554432000 1073741824 1073778376 140734975143120 140483440830120 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 40.92
Current children cumulated vsize (KiB) 11852648

[startup+22.4009 s]
/proc/loadavg: 1.71 0.47 0.79 5/220 593
/proc/meminfo: memFree=25609652/32873844 swapFree=7628/7628
[pid=571] ppid=569 vsize=11852648 CPUtime=43.89 cores=1,3,5,7
/proc/571/stat : 571 (java) S 569 571 442 0 -1 4202496 20550 0 1 0 4375 14 0 0 20 0 22 0 333988763 12137111552 101907 33554432000 1073741824 1073778376 140734975143120 140734975134256 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/571/statm: 2963162 101907 2282 9 0 2953849 0
[pid=571/tid=573] ppid=569 vsize=11852648 CPUtime=0.16 cores=1,3,5,7
/proc/571/task/573/stat : 573 (java) S 569 571 442 0 -1 4202560 3382 0 1 0 14 2 0 0 20 0 22 0 333988764 12137111552 101907 33554432000 1073741824 1073778376 140734975143120 140483635598488 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=574] ppid=569 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/571/task/574/stat : 574 (java) S 569 571 442 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 22 0 333988766 12137111552 101907 33554432000 1073741824 1073778376 140734975143120 140483624659624 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=571/tid=575] ppid=569 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/571/task/575/stat : 575 (java) S 569 571 442 0 -1 4202560 5 0 0 0 4 0 0 0 20 0 22 0 333988766 12137111552 101907 33554432000 1073741824 1073778376 140734975143120 140483623607080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=576] ppid=569 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/571/task/576/stat : 576 (java) S 569 571 442 0 -1 4202560 8 0 0 0 5 0 0 0 20 0 22 0 333988766 12137111552 101907 33554432000 1073741824 1073778376 140734975143120 140483622554536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=577] ppid=569 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/571/task/577/stat : 577 (java) S 569 571 442 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 22 0 333988766 12137111552 101907 33554432000 1073741824 1073778376 140734975143120 140483621501992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=578] ppid=569 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/571/task/578/stat : 578 (java) S 569 571 442 0 -1 4202560 19 0 0 0 7 0 0 0 20 0 22 0 333988766 12137111552 101907 33554432000 1073741824 1073778376 140734975143120 140483620448424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=571/tid=579] ppid=569 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/571/task/579/stat : 579 (java) S 569 571 442 0 -1 4202560 9 0 0 0 6 0 0 0 20 0 22 0 333988766 12137111552 101907 33554432000 1073741824 1073778376 140734975143120 140483619395880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=580] ppid=569 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/571/task/580/stat : 580 (java) S 569 571 442 0 -1 4202560 8 0 0 0 6 0 0 0 20 0 22 0 333988766 12137111552 101907 33554432000 1073741824 1073778376 140734975143120 140483618343336 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=581] ppid=569 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/571/task/581/stat : 581 (java) S 569 571 442 0 -1 4202560 9 0 0 0 6 0 0 0 20 0 22 0 333988766 12137111552 101907 33554432000 1073741824 1073778376 140734975143120 140483617290792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=582] ppid=569 vsize=11852648 CPUtime=2.67 cores=1,3,5,7
/proc/571/task/582/stat : 582 (java) S 569 571 442 0 -1 4202560 54 0 0 0 266 1 0 0 20 0 22 0 333988767 12137111552 101907 33554432000 1073741824 1073778376 140734975143120 140483452410472 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=571/tid=583] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/583/stat : 583 (java) S 569 571 442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333988768 12137111552 101907 33554432000 1073741824 1073778376 140734975143120 140483451356792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=584] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/584/stat : 584 (java) S 569 571 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333988768 12137111552 101907 33554432000 1073741824 1073778376 140734975143120 140483450304136 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=585] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/585/stat : 585 (java) S 569 571 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988771 12137111552 101907 33554432000 1073741824 1073778376 140734975143120 140483449252880 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=586] ppid=569 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/571/task/586/stat : 586 (java) S 569 571 442 0 -1 4202560 9412 0 0 0 98 2 0 0 20 0 22 0 333988771 12137111552 101907 33554432000 1073741824 1073778376 140734975143120 140483448199224 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=571/tid=587] ppid=569 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/571/task/587/stat : 587 (java) S 569 571 442 0 -1 4202560 6159 0 0 0 83 1 0 0 20 0 22 0 333988771 12137111552 101907 33554432000 1073741824 1073778376 140734975143120 140483447146680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=571/tid=588] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/588/stat : 588 (java) S 569 571 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988771 12137111552 101907 33554432000 1073741824 1073778376 140734975143120 140483446094328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=571/tid=589] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/589/stat : 589 (java) S 569 571 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988771 12137111552 101907 33554432000 1073741824 1073778376 140734975143120 140483445041992 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=590] ppid=569 vsize=11852648 CPUtime=19.23 cores=1,3,5,7
/proc/571/task/590/stat : 590 (java) R 569 571 442 0 -1 4202560 70 0 0 0 1923 0 0 0 20 0 22 0 333988782 12137111552 101907 33554432000 1073741824 1073778376 140734975143120 140483443987128 140483498540163 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=571/tid=591] ppid=569 vsize=11852648 CPUtime=19.24 cores=1,3,5,7
/proc/571/task/591/stat : 591 (java) R 569 571 442 0 -1 4202560 201 0 0 0 1919 5 0 0 20 0 22 0 333988782 12137111552 101907 33554432000 1073741824 1073778376 140734975143120 140483442932304 140483499028548 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=571/tid=592] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/592/stat : 592 (java) S 569 571 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988783 12137111552 101907 33554432000 1073741824 1073778376 140734975143120 140483441882664 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=593] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/593/stat : 593 (java) S 569 571 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988783 12137111552 101907 33554432000 1073741824 1073778376 140734975143120 140483440830120 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 43.89
Current children cumulated vsize (KiB) 11852648

[startup+23.2075 s]
/proc/loadavg: 1.71 0.47 0.79 6/220 593
/proc/meminfo: memFree=25595640/32873844 swapFree=7628/7628
[pid=571] ppid=569 vsize=11852648 CPUtime=45.83 cores=1,3,5,7
/proc/571/stat : 571 (java) S 569 571 442 0 -1 4202496 26884 0 1 0 4568 15 0 0 20 0 22 0 333988763 12137111552 105902 33554432000 1073741824 1073778376 140734975143120 140734975134256 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/571/statm: 2963162 105902 2283 9 0 2953849 0
[pid=571/tid=573] ppid=569 vsize=11852648 CPUtime=0.16 cores=1,3,5,7
/proc/571/task/573/stat : 573 (java) S 569 571 442 0 -1 4202560 3382 0 1 0 14 2 0 0 20 0 22 0 333988764 12137111552 105902 33554432000 1073741824 1073778376 140734975143120 140483635598488 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=574] ppid=569 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/571/task/574/stat : 574 (java) S 569 571 442 0 -1 4202560 12 0 0 0 6 0 0 0 20 0 22 0 333988766 12137111552 105902 33554432000 1073741824 1073778376 140734975143120 140483624659624 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=571/tid=575] ppid=569 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/571/task/575/stat : 575 (java) S 569 571 442 0 -1 4202560 6 0 0 0 5 0 0 0 20 0 22 0 333988766 12137111552 105902 33554432000 1073741824 1073778376 140734975143120 140483623607080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=576] ppid=569 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/571/task/576/stat : 576 (java) S 569 571 442 0 -1 4202560 8 0 0 0 5 0 0 0 20 0 22 0 333988766 12137111552 105902 33554432000 1073741824 1073778376 140734975143120 140483622554536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=571/tid=577] ppid=569 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/571/task/577/stat : 577 (java) S 569 571 442 0 -1 4202560 15 0 0 0 5 0 0 0 20 0 22 0 333988766 12137111552 105902 33554432000 1073741824 1073778376 140734975143120 140483621501992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=578] ppid=569 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/571/task/578/stat : 578 (java) S 569 571 442 0 -1 4202560 19 0 0 0 7 0 0 0 20 0 22 0 333988766 12137111552 105902 33554432000 1073741824 1073778376 140734975143120 140483620448424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=571/tid=579] ppid=569 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/571/task/579/stat : 579 (java) S 569 571 442 0 -1 4202560 9 0 0 0 6 0 0 0 20 0 22 0 333988766 12137111552 105902 33554432000 1073741824 1073778376 140734975143120 140483619395880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=580] ppid=569 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/571/task/580/stat : 580 (java) S 569 571 442 0 -1 4202560 8 0 0 0 6 0 0 0 20 0 22 0 333988766 12137111552 105901 33554432000 1073741824 1073778376 140734975143120 140483618343336 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=581] ppid=569 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/571/task/581/stat : 581 (java) S 569 571 442 0 -1 4202560 9 0 0 0 6 0 0 0 20 0 22 0 333988766 12137111552 105901 33554432000 1073741824 1073778376 140734975143120 140483617290792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=571/tid=582] ppid=569 vsize=11852648 CPUtime=2.78 cores=1,3,5,7
/proc/571/task/582/stat : 582 (java) S 569 571 442 0 -1 4202560 85 0 0 0 277 1 0 0 20 0 22 0 333988767 12137111552 105901 33554432000 1073741824 1073778376 140734975143120 140483452410472 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=571/tid=583] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/583/stat : 583 (java) S 569 571 442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333988768 12137111552 105901 33554432000 1073741824 1073778376 140734975143120 140483451356792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=584] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/584/stat : 584 (java) S 569 571 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333988768 12137111552 105901 33554432000 1073741824 1073778376 140734975143120 140483450304136 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=585] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/585/stat : 585 (java) S 569 571 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988771 12137111552 105901 33554432000 1073741824 1073778376 140734975143120 140483449252880 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=586] ppid=569 vsize=11852648 CPUtime=1.39 cores=1,3,5,7
/proc/571/task/586/stat : 586 (java) R 569 571 442 0 -1 4202560 15708 0 0 0 136 3 0 0 20 0 22 0 333988771 12137111552 105901 33554432000 1073741824 1073778376 140734975143120 140483448175080 254750352503 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=571/tid=587] ppid=569 vsize=11852648 CPUtime=0.86 cores=1,3,5,7
/proc/571/task/587/stat : 587 (java) S 569 571 442 0 -1 4202560 6159 0 0 0 85 1 0 0 20 0 22 0 333988771 12137111552 105901 33554432000 1073741824 1073778376 140734975143120 140483447146680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=571/tid=588] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/588/stat : 588 (java) S 569 571 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988771 12137111552 105901 33554432000 1073741824 1073778376 140734975143120 140483446094328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=571/tid=589] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/589/stat : 589 (java) S 569 571 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988771 12137111552 105901 33554432000 1073741824 1073778376 140734975143120 140483445041992 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=590] ppid=569 vsize=11852648 CPUtime=19.92 cores=1,3,5,7
/proc/571/task/590/stat : 590 (java) R 569 571 442 0 -1 4202560 74 0 0 0 1992 0 0 0 20 0 22 0 333988782 12137111552 105901 33554432000 1073741824 1073778376 140734975143120 140483443986968 140483498566617 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=571/tid=591] ppid=569 vsize=11852648 CPUtime=19.93 cores=1,3,5,7
/proc/571/task/591/stat : 591 (java) R 569 571 442 0 -1 4202560 201 0 0 0 1988 5 0 0 20 0 22 0 333988782 12137111552 105901 33554432000 1073741824 1073778376 140734975143120 140483442932464 140483498719358 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=571/tid=592] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/592/stat : 592 (java) S 569 571 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988783 12137111552 105901 33554432000 1073741824 1073778376 140734975143120 140483441882664 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=593] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/593/stat : 593 (java) S 569 571 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988783 12137111552 105901 33554432000 1073741824 1073778376 140734975143120 140483440830120 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 45.83
Current children cumulated vsize (KiB) 11852648

[startup+23.4009 s]
/proc/loadavg: 1.71 0.47 0.79 6/220 593
/proc/meminfo: memFree=25595640/32873844 swapFree=7628/7628
[pid=571] ppid=569 vsize=11852648 CPUtime=46.25 cores=1,3,5,7
/proc/571/stat : 571 (java) S 569 571 442 0 -1 4202496 27199 0 1 0 4609 16 0 0 20 0 19 0 333988763 12137111552 106203 33554432000 1073741824 1073778376 140734975143120 140734975134256 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/571/statm: 2963162 106203 2284 9 0 2953849 0
[pid=571/tid=573] ppid=569 vsize=11852648 CPUtime=0.16 cores=1,3,5,7
/proc/571/task/573/stat : 573 (java) S 569 571 442 0 -1 4202560 3382 0 1 0 14 2 0 0 20 0 19 0 333988764 12137111552 106203 33554432000 1073741824 1073778376 140734975143120 140483635598488 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=574] ppid=569 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/571/task/574/stat : 574 (java) S 569 571 442 0 -1 4202560 12 0 0 0 6 0 0 0 20 0 19 0 333988766 12137111552 106203 33554432000 1073741824 1073778376 140734975143120 140483624659624 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=571/tid=575] ppid=569 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/571/task/575/stat : 575 (java) S 569 571 442 0 -1 4202560 6 0 0 0 5 0 0 0 20 0 19 0 333988766 12137111552 106203 33554432000 1073741824 1073778376 140734975143120 140483623607080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=576] ppid=569 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/571/task/576/stat : 576 (java) S 569 571 442 0 -1 4202560 8 0 0 0 5 0 0 0 20 0 19 0 333988766 12137111552 106203 33554432000 1073741824 1073778376 140734975143120 140483622554536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=571/tid=577] ppid=569 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/571/task/577/stat : 577 (java) S 569 571 442 0 -1 4202560 15 0 0 0 5 0 0 0 20 0 19 0 333988766 12137111552 106203 33554432000 1073741824 1073778376 140734975143120 140483621501992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=578] ppid=569 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/571/task/578/stat : 578 (java) S 569 571 442 0 -1 4202560 19 0 0 0 7 0 0 0 20 0 19 0 333988766 12137111552 106203 33554432000 1073741824 1073778376 140734975143120 140483620448424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=571/tid=579] ppid=569 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/571/task/579/stat : 579 (java) S 569 571 442 0 -1 4202560 9 0 0 0 6 0 0 0 20 0 19 0 333988766 12137111552 106203 33554432000 1073741824 1073778376 140734975143120 140483619395880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=580] ppid=569 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/571/task/580/stat : 580 (java) S 569 571 442 0 -1 4202560 8 0 0 0 6 0 0 0 20 0 19 0 333988766 12137111552 106203 33554432000 1073741824 1073778376 140734975143120 140483618343336 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=581] ppid=569 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/571/task/581/stat : 581 (java) S 569 571 442 0 -1 4202560 9 0 0 0 6 0 0 0 20 0 19 0 333988766 12137111552 106203 33554432000 1073741824 1073778376 140734975143120 140483617290792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=571/tid=582] ppid=569 vsize=11852648 CPUtime=2.78 cores=1,3,5,7
/proc/571/task/582/stat : 582 (java) S 569 571 442 0 -1 4202560 85 0 0 0 277 1 0 0 20 0 19 0 333988767 12137111552 106203 33554432000 1073741824 1073778376 140734975143120 140483452410472 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=571/tid=583] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/583/stat : 583 (java) S 569 571 442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 333988768 12137111552 106203 33554432000 1073741824 1073778376 140734975143120 140483451356792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=584] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/584/stat : 584 (java) S 569 571 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 333988768 12137111552 106203 33554432000 1073741824 1073778376 140734975143120 140483450304136 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=585] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/585/stat : 585 (java) S 569 571 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 333988771 12137111552 106203 33554432000 1073741824 1073778376 140734975143120 140483449252880 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=571/tid=586] ppid=569 vsize=11852648 CPUtime=1.59 cores=1,3,5,7
/proc/571/task/586/stat : 586 (java) R 569 571 442 0 -1 4202560 16020 0 0 0 156 3 0 0 20 0 19 0 333988771 12137111552 106203 33554432000 1073741824 1073778376 140734975143120 140483448186792 140483642573211 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=571/tid=587] ppid=569 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/571/task/587/stat : 587 (java) S 569 571 442 0 -1 4202560 6161 0 0 0 94 1 0 0 20 0 19 0 333988771 12137111552 106203 33554432000 1073741824 1073778376 140734975143120 140483447146680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=571/tid=588] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/588/stat : 588 (java) S 569 571 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 333988771 12137111552 106203 33554432000 1073741824 1073778376 140734975143120 140483446094328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=571/tid=589] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/589/stat : 589 (java) S 569 571 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 333988771 12137111552 106203 33554432000 1073741824 1073778376 140734975143120 140483445041992 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=571/tid=592] ppid=569 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/571/task/592/stat : 592 (java) S 569 571 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 333988783 12137111552 106203 33554432000 1073741824 1073778376 140734975143120 140483441882664 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 46.25
Current children cumulated vsize (KiB) 11852648

Child status: 20
Real time (s): 23.4761
CPU time (s): 46.4079
CPU user time (s): 46.124
CPU system time (s): 0.283956
CPU usage (%): 197.681
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.124
system time used= 0.283956
maximum resident set size= 425124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27725
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2487
involuntary context switches= 1935

runsolver used 0.080987 second user time and 0.245962 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-03 01:10:44
IDJOB=3729143
IDBENCH=1172
IDSOLVER=2328
FILE ID=node145/3729143-1338678644
RUNJOBID= node145-1338678626-462
PBS_JOBID= 14636668
Free space on /tmp= 70924 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111218308.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3729143-1338678644/watcher-3729143-1338678644 -o /tmp/evaluation-result-3729143-1338678644/solver-3729143-1338678644 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3729143-1338678644.opb

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

MD5SUM BENCH= 28297d3dd3c89d140e0fa9fe7bad5229
RANDOM SEED=578854036

node145.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.149
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.29
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.149
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.149
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	: 5313.38
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.149
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.149
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.149
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.149
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.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26083436 kB
Buffers:          429180 kB
Cached:          4779376 kB
SwapCached:            0 kB
Active:          2301476 kB
Inactive:        3610984 kB
Active(anon):     695220 kB
Inactive(anon):    10928 kB
Active(file):    1606256 kB
Inactive(file):  3600056 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1008 kB
Writeback:             0 kB
AnonPages:        733748 kB
Mapped:            22268 kB
Shmem:               200 kB
Slab:             715996 kB
SReclaimable:     157308 kB
SUnreclaim:       558688 kB
KernelStack:        1608 kB
PageTables:         5568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10456540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    679936 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= 70924 MiB
End job on node145 at 2012-06-03 01:11:07