Trace number 3459839

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
Sat4j Resolution 2.3.0UNSAT 627.433 625.974

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/
j120/normalized-j12047_10-unsat.opb
MD5SUM185b639ab7915adc40998376a286d172
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark56.0775
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables30492
Total number of constraints105829
Number of constraints which are clauses105329
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint1
Maximum length of a constraint68
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 421
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.18-164.el5
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		12995394264
0.06/0.09	c Max memory 		13063553024
0.06/0.09	c Total memory 		13063553024
0.06/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@761a626f
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3459839-1307169258.opb
0.10/0.11	c reading problem ... 
1.48/0.91	c ... done. Wall clock time 0.795s.
1.48/0.91	c #vars     30492
1.48/0.91	c #constraints  91905
1.48/0.91	c constraints type 
1.48/0.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10815
1.48/0.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 74735
1.48/0.91	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 500
4.12/3.11	c cleaning 2493 clauses out of 4996 with flag 5000/5000
6.44/5.35	c cleaning 4242 clauses out of 8502 with flag 11001/11001
9.34/8.21	c cleaning 5622 clauses out of 11259 with flag 18000/18000
12.45/11.38	c cleaning 6815 clauses out of 13637 with flag 26000/26000
16.29/15.18	c cleaning 7899 clauses out of 15822 with flag 35000/35000
20.39/19.21	c cleaning 8954 clauses out of 17924 with flag 45003/45003
24.90/23.75	c cleaning 9972 clauses out of 19968 with flag 56001/56001
30.00/28.87	c cleaning 10988 clauses out of 21995 with flag 68000/68000
35.40/34.27	c cleaning 11989 clauses out of 24009 with flag 81002/81002
41.21/40.04	c cleaning 13003 clauses out of 26018 with flag 95000/95000
47.81/46.69	c cleaning 14003 clauses out of 28016 with flag 110001/110001
55.21/54.05	c cleaning 15003 clauses out of 30012 with flag 126000/126000
63.01/61.84	c cleaning 15986 clauses out of 32009 with flag 143000/143000
71.22/70.08	c cleaning 17007 clauses out of 34025 with flag 161002/161002
80.22/79.00	c cleaning 18002 clauses out of 36019 with flag 180003/180003
89.83/88.62	c cleaning 18987 clauses out of 38014 with flag 200000/200000
99.93/98.78	c cleaning 20009 clauses out of 40029 with flag 221002/221002
110.55/109.39	c cleaning 20990 clauses out of 42019 with flag 243001/243001
121.65/120.48	c cleaning 21998 clauses out of 44029 with flag 266001/266001
133.17/131.98	c cleaning 22986 clauses out of 46030 with flag 290000/290000
145.56/144.34	c cleaning 24003 clauses out of 48044 with flag 315000/315000
158.66/157.44	c cleaning 25009 clauses out of 50043 with flag 341002/341002
173.27/172.09	c cleaning 25998 clauses out of 52032 with flag 368000/368000
188.68/187.43	c cleaning 27009 clauses out of 54034 with flag 396000/396000
203.09/201.83	c cleaning 27998 clauses out of 56025 with flag 425000/425000
218.01/216.75	c cleaning 28993 clauses out of 58027 with flag 455000/455000
233.70/232.48	c cleaning 30008 clauses out of 60035 with flag 486001/486001
250.00/248.76	c cleaning 30994 clauses out of 62027 with flag 518001/518001
266.91/265.69	c cleaning 32012 clauses out of 64036 with flag 551004/551004
284.91/283.70	c cleaning 32999 clauses out of 66020 with flag 585000/585000
304.24/302.95	c cleaning 33997 clauses out of 68022 with flag 620001/620001
323.34/322.08	c cleaning 35005 clauses out of 70025 with flag 656001/656001
343.15/341.81	c cleaning 35996 clauses out of 72020 with flag 693001/693001
363.46/362.10	c cleaning 36997 clauses out of 74024 with flag 731001/731001
385.36/384.00	c cleaning 38004 clauses out of 76026 with flag 770000/770000
408.17/406.82	c cleaning 39000 clauses out of 78021 with flag 810000/810000
430.88/429.57	c cleaning 40002 clauses out of 80021 with flag 851000/851000
454.68/453.39	c cleaning 41006 clauses out of 82020 with flag 893001/893001
480.29/478.92	c cleaning 41996 clauses out of 84012 with flag 936000/936000
506.80/505.42	c cleaning 43000 clauses out of 86016 with flag 980002/980002
532.50/531.14	c cleaning 43994 clauses out of 88014 with flag 1025000/1025000
558.91/557.61	c cleaning 44995 clauses out of 90020 with flag 1071000/1071000
587.31/585.95	c cleaning 46008 clauses out of 92026 with flag 1118001/1118001
615.42/614.01	c cleaning 46986 clauses out of 94013 with flag 1166000/1166000
627.34/625.93	c starts		: 189
627.34/625.93	c conflicts		: 1186862
627.34/625.93	c decisions		: 1481367
627.34/625.93	c propagations		: 981030345
627.34/625.93	c inspects		: 5202274716
627.34/625.93	c shortcuts		: 0
627.34/625.93	c learnt literals	: 29
627.34/625.93	c learnt binary clauses	: 197
627.34/625.93	c learnt ternary clauses	: 1156
627.34/625.93	c learnt constraints	: 1186832
627.34/625.93	c ignored constraints	: 0
627.34/625.93	c root simplifications	: 0
627.34/625.93	c removed literals (reason simplification)	: 43293153
627.34/625.93	c reason swapping (by a shorter reason)	: 0
627.34/625.93	c Calls to reduceDB	: 44
627.34/625.93	c number of reductions to clauses (during analyze)	: 0
627.34/625.93	c number of learned constraints concerned by reduction	: 0
627.34/625.93	c number of learning phase by resolution	: 0
627.34/625.93	c number of learning phase by cutting planes	: 0
627.34/625.93	c speed (assignments/second)	: 1569588.2798100554
627.34/625.93	c non guided choices	109
627.34/625.96	c learnt constraints type 
627.34/625.96	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 197
627.34/625.96	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 67678
627.34/625.96	c constraints type 
627.34/625.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10815
627.34/625.96	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 74735
627.34/625.96	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 500
627.34/625.96	s UNSATISFIABLE
627.34/625.96	c Total wall clock time (in seconds): 625.842

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3459839-1307169258/watcher-3459839-1307169258 -o /tmp/evaluation-result-3459839-1307169258/solver-3459839-1307169258 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459839-1307169258.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: 2.06 2.07 2.01 3/471 24105
/proc/meminfo: memFree=27212736/32951124 swapFree=55639044/67111528
[pid=24105] ppid=24103 vsize=86844 CPUtime=0 cores=1,3,5,7
/proc/24105/stat : 24105 (java) S 24103 24105 23433 0 -1 4202496 1377 0 1 0 0 0 0 0 23 0 2 0 828523664 88928256 1079 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562340325 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/24105/statm: 21711 1084 836 9 0 12867 0
[pid=24105/tid=24106] ppid=24103 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24106/stat : 24106 (java) R 24103 24105 23433 0 -1 4202560 3581 0 1 0 0 0 0 0 24 0 2 0 828523665 13850947584 4397 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271550231611 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0801469 s]
/proc/loadavg: 2.06 2.07 2.01 3/471 24105
/proc/meminfo: memFree=27212736/32951124 swapFree=55639044/67111528
[pid=24105] ppid=24103 vsize=13555088 CPUtime=0.06 cores=1,3,5,7
/proc/24105/stat : 24105 (java) S 24103 24105 23433 0 -1 4202496 14381 0 1 0 5 1 0 0 23 0 18 0 828523664 13880410112 14078 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24105/statm: 3388772 14079 1754 9 0 3379506 0
[pid=24105/tid=24106] ppid=24103 vsize=13555088 CPUtime=0.06 cores=1,3,5,7
/proc/24105/task/24106/stat : 24106 (java) R 24103 24105 23433 0 -1 4202560 13208 0 1 0 5 1 0 0 25 0 18 0 828523665 13880410112 14079 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562364363 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13555088

[startup+0.101151 s]
/proc/loadavg: 2.06 2.07 2.01 3/471 24105
/proc/meminfo: memFree=27212736/32951124 swapFree=55639044/67111528
[pid=24105] ppid=24103 vsize=13621992 CPUtime=0.1 cores=1,3,5,7
/proc/24105/stat : 24105 (java) S 24103 24105 23433 0 -1 4202496 15488 0 1 0 8 2 0 0 23 0 18 0 828523664 13948919808 15155 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24105/statm: 3405498 15155 2093 9 0 3396232 0
[pid=24105/tid=24106] ppid=24103 vsize=13621992 CPUtime=0.08 cores=1,3,5,7
/proc/24105/task/24106/stat : 24106 (java) R 24103 24105 23433 0 -1 4202560 13553 0 1 0 7 1 0 0 25 0 18 0 828523665 13948919808 15155 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 47918782554883 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13621992

[startup+0.301075 s]
/proc/loadavg: 2.06 2.07 2.01 3/471 24105
/proc/meminfo: memFree=27212736/32951124 swapFree=55639044/67111528
[pid=24105] ppid=24103 vsize=13623068 CPUtime=0.48 cores=1,3,5,7
/proc/24105/stat : 24105 (java) S 24103 24105 23433 0 -1 4202496 19352 0 1 0 46 2 0 0 23 0 18 0 828523664 13950021632 18403 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24105/statm: 3405767 18404 2202 9 0 3396501 0
[pid=24105/tid=24106] ppid=24103 vsize=13623068 CPUtime=0.28 cores=1,3,5,7
/proc/24105/task/24106/stat : 24106 (java) R 24103 24105 23433 0 -1 4202560 15550 0 1 0 26 2 0 0 25 0 18 0 828523665 13950021632 18404 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 46912505563791 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 13623068

[startup+0.701035 s]
/proc/loadavg: 2.06 2.07 2.01 3/471 24105
/proc/meminfo: memFree=27212736/32951124 swapFree=55639044/67111528
[pid=24105] ppid=24103 vsize=13625480 CPUtime=1.16 cores=1,3,5,7
/proc/24105/stat : 24105 (java) S 24103 24105 23433 0 -1 4202496 51452 0 1 0 110 6 0 0 23 0 18 0 828523664 13952491520 48819 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24105/statm: 3406370 48821 2222 9 0 3397104 0
[pid=24105/tid=24106] ppid=24103 vsize=13625480 CPUtime=0.68 cores=1,3,5,7
/proc/24105/task/24106/stat : 24106 (java) R 24103 24105 23433 0 -1 4202560 44894 0 1 0 63 5 0 0 25 0 18 0 828523665 13952491520 48823 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 46912505584581 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 13625480

[startup+1.50089 s]
/proc/loadavg: 2.06 2.07 2.01 6/490 24124
/proc/meminfo: memFree=26950452/32951124 swapFree=55639044/67111528
[pid=24105] ppid=24103 vsize=13628560 CPUtime=2.48 cores=1,3,5,7
/proc/24105/stat : 24105 (java) S 24103 24105 23433 0 -1 4202496 71853 0 1 0 240 8 0 0 23 0 19 0 828523664 13955645440 67968 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24105/statm: 3407140 67968 2235 9 0 3397874 0
[pid=24105/tid=24106] ppid=24103 vsize=13628560 CPUtime=1.48 cores=1,3,5,7
/proc/24105/task/24106/stat : 24106 (java) R 24103 24105 23433 0 -1 4202560 63461 0 1 0 141 7 0 0 19 0 19 0 828523665 13955645440 67968 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 46912505739716 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24105/tid=24108] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24108/stat : 24108 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828523667 13955645440 67968 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24109] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24109/stat : 24109 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828523667 13955645440 67968 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24110] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24110/stat : 24110 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828523667 13955645440 67968 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24111] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24111/stat : 24111 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828523667 13955645440 67968 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24112] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24112/stat : 24112 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828523667 13955645440 67968 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24113] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24113/stat : 24113 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828523667 13955645440 67968 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24114] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24114/stat : 24114 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828523667 13955645440 67968 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24115] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24115/stat : 24115 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828523667 13955645440 67968 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24116] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24116/stat : 24116 (java) S 24103 24105 23433 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 828523668 13955645440 67968 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562354176 0 0 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24117] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24117/stat : 24117 (java) S 24103 24105 23433 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 828523669 13955645440 67968 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24118] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24118/stat : 24118 (java) S 24103 24105 23433 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828523669 13955645440 67968 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24119] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24119/stat : 24119 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828523671 13955645440 67968 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562361265 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24120] ppid=24103 vsize=13628560 CPUtime=0.48 cores=1,3,5,7
/proc/24105/task/24120/stat : 24120 (java) S 24103 24105 23433 0 -1 4202560 3419 0 0 0 48 0 0 0 20 0 19 0 828523671 13955645440 67968 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 7 0 0 0
[pid=24105/tid=24121] ppid=24103 vsize=13628560 CPUtime=0.5 cores=1,3,5,7
/proc/24105/task/24121/stat : 24121 (java) S 24103 24105 23433 0 -1 4202560 3812 0 0 0 50 0 0 0 20 0 19 0 828523671 13955645440 67968 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24122] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24122/stat : 24122 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828523671 13955645440 67968 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24123] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24123/stat : 24123 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828523671 13955645440 67968 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562354176 0 4 0 16800975 18446604467278542848 0 0 -1 7 0 0 0
[pid=24105/tid=24124] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24124/stat : 24124 (java) S 24103 24105 23433 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828523762 13955645440 67968 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562354176 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 13628560

[startup+3.10057 s]
/proc/loadavg: 2.06 2.07 2.01 3/490 24124
/proc/meminfo: memFree=26946980/32951124 swapFree=55639044/67111528
[pid=24105] ppid=24103 vsize=13628560 CPUtime=4.12 cores=1,3,5,7
/proc/24105/stat : 24105 (java) S 24103 24105 23433 0 -1 4202496 72509 0 1 0 404 8 0 0 23 0 19 0 828523664 13955645440 68268 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24105/statm: 3407140 68268 2242 9 0 3397874 0
[pid=24105/tid=24106] ppid=24103 vsize=13628560 CPUtime=3.08 cores=1,3,5,7
/proc/24105/task/24106/stat : 24106 (java) R 24103 24105 23433 0 -1 4202560 63748 0 1 0 301 7 0 0 25 0 19 0 828523665 13955645440 68268 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 46912505217871 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24105/tid=24108] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24108/stat : 24108 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828523667 13955645440 68268 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24109] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24109/stat : 24109 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828523667 13955645440 68268 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24110] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24110/stat : 24110 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828523667 13955645440 68268 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24111] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24111/stat : 24111 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828523667 13955645440 68268 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24112] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24112/stat : 24112 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828523667 13955645440 68268 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24113] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24113/stat : 24113 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828523667 13955645440 68268 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24114] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24114/stat : 24114 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828523667 13955645440 68268 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24115] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24115/stat : 24115 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828523667 13955645440 68268 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24116] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24116/stat : 24116 (java) S 24103 24105 23433 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 828523668 13955645440 68268 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562354176 0 0 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24117] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24117/stat : 24117 (java) S 24103 24105 23433 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 828523669 13955645440 68268 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24118] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24118/stat : 24118 (java) S 24103 24105 23433 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 828523669 13955645440 68268 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24119] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24119/stat : 24119 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828523671 13955645440 68268 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562361265 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24120] ppid=24103 vsize=13628560 CPUtime=0.51 cores=1,3,5,7
/proc/24105/task/24120/stat : 24120 (java) R 24103 24105 23433 0 -1 4202560 3783 0 0 0 51 0 0 0 16 0 19 0 828523671 13955645440 68268 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 47918781892679 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=24105/tid=24121] ppid=24103 vsize=13628560 CPUtime=0.51 cores=1,3,5,7
/proc/24105/task/24121/stat : 24121 (java) R 24103 24105 23433 0 -1 4202560 3817 0 0 0 51 0 0 0 16 0 19 0 828523671 13955645440 68268 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 47918786098084 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24105/tid=24122] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24122/stat : 24122 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828523671 13955645440 68268 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24123] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24123/stat : 24123 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828523671 13955645440 68268 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562354176 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24124] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24124/stat : 24124 (java) S 24103 24105 23433 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828523762 13955645440 68268 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562354176 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 13628560

[startup+6.30103 s]
/proc/loadavg: 2.06 2.07 2.01 3/490 24124
/proc/meminfo: memFree=26919388/32951124 swapFree=55639044/67111528
[pid=24105] ppid=24103 vsize=13628560 CPUtime=7.44 cores=1,3,5,7
/proc/24105/stat : 24105 (java) S 24103 24105 23433 0 -1 4202496 79241 0 1 0 735 9 0 0 23 0 19 0 828523664 13955645440 74942 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24105/statm: 3407140 74942 2263 9 0 3397874 0
[pid=24105/tid=24106] ppid=24103 vsize=13628560 CPUtime=6.16 cores=1,3,5,7
/proc/24105/task/24106/stat : 24106 (java) R 24103 24105 23433 0 -1 4202560 63755 0 1 0 609 7 0 0 20 0 19 0 828523665 13955645440 74942 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 46912505932925 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24105/tid=24108] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24108/stat : 24108 (java) S 24103 24105 23433 0 -1 4202560 248 0 0 0 0 0 0 0 16 0 19 0 828523667 13955645440 74942 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24109] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24109/stat : 24109 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828523667 13955645440 74942 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24110] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24110/stat : 24110 (java) S 24103 24105 23433 0 -1 4202560 79 0 0 0 0 0 0 0 18 0 19 0 828523667 13955645440 74942 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24111] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24111/stat : 24111 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 828523667 13955645440 74942 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 7 0 0 0
[pid=24105/tid=24112] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24112/stat : 24112 (java) S 24103 24105 23433 0 -1 4202560 192 0 0 0 0 0 0 0 18 0 19 0 828523667 13955645440 74942 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 7 0 0 0
[pid=24105/tid=24113] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24113/stat : 24113 (java) S 24103 24105 23433 0 -1 4202560 359 0 0 0 0 0 0 0 15 0 19 0 828523667 13955645440 74942 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24114] ppid=24103 vsize=13628560 CPUtime=0.01 cores=1,3,5,7
/proc/24105/task/24114/stat : 24114 (java) S 24103 24105 23433 0 -1 4202560 1228 0 0 0 1 0 0 0 18 0 19 0 828523667 13955645440 74942 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 7 0 0 0
[pid=24105/tid=24115] ppid=24103 vsize=13628560 CPUtime=0.01 cores=1,3,5,7
/proc/24105/task/24115/stat : 24115 (java) S 24103 24105 23433 0 -1 4202560 1342 0 0 0 1 0 0 0 18 0 19 0 828523667 13955645440 74942 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 7 0 0 0
[pid=24105/tid=24116] ppid=24103 vsize=13628560 CPUtime=0.08 cores=1,3,5,7
/proc/24105/task/24116/stat : 24116 (java) S 24103 24105 23433 0 -1 4202560 3252 0 0 0 8 0 0 0 16 0 19 0 828523668 13955645440 74942 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562354176 0 0 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24117] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24117/stat : 24117 (java) S 24103 24105 23433 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828523669 13955645440 74942 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24118] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24118/stat : 24118 (java) S 24103 24105 23433 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828523669 13955645440 74942 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24119] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24119/stat : 24119 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828523671 13955645440 74942 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562361265 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24120] ppid=24103 vsize=13628560 CPUtime=0.54 cores=1,3,5,7
/proc/24105/task/24120/stat : 24120 (java) S 24103 24105 23433 0 -1 4202560 3816 0 0 0 54 0 0 0 16 0 19 0 828523671 13955645440 74942 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 7 0 0 0
[pid=24105/tid=24121] ppid=24103 vsize=13628560 CPUtime=0.57 cores=1,3,5,7
/proc/24105/task/24121/stat : 24121 (java) S 24103 24105 23433 0 -1 4202560 3817 0 0 0 57 0 0 0 15 0 19 0 828523671 13955645440 74942 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0

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

/proc/24105/task/24108/stat : 24108 (java) S 24103 24105 23433 0 -1 4202560 294 0 0 0 4 0 0 0 16 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 7 0 0 0
[pid=24105/tid=24109] ppid=24103 vsize=13628560 CPUtime=0.04 cores=1,3,5,7
/proc/24105/task/24109/stat : 24109 (java) S 24103 24105 23433 0 -1 4202560 42 0 0 0 4 0 0 0 15 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 7 0 0 0
[pid=24105/tid=24110] ppid=24103 vsize=13628560 CPUtime=0.04 cores=1,3,5,7
/proc/24105/task/24110/stat : 24110 (java) S 24103 24105 23433 0 -1 4202560 213 0 0 0 4 0 0 0 16 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 1 0 0 0
[pid=24105/tid=24111] ppid=24103 vsize=13628560 CPUtime=0.04 cores=1,3,5,7
/proc/24105/task/24111/stat : 24111 (java) S 24103 24105 23433 0 -1 4202560 315 0 0 0 4 0 0 0 15 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 7 0 0 0
[pid=24105/tid=24112] ppid=24103 vsize=13628560 CPUtime=0.06 cores=1,3,5,7
/proc/24105/task/24112/stat : 24112 (java) S 24103 24105 23433 0 -1 4202560 454 0 0 0 6 0 0 0 16 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24113] ppid=24103 vsize=13628560 CPUtime=0.04 cores=1,3,5,7
/proc/24105/task/24113/stat : 24113 (java) S 24103 24105 23433 0 -1 4202560 460 0 0 0 4 0 0 0 16 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 7 0 0 0
[pid=24105/tid=24114] ppid=24103 vsize=13628560 CPUtime=0.07 cores=1,3,5,7
/proc/24105/task/24114/stat : 24114 (java) S 24103 24105 23433 0 -1 4202560 1239 0 0 0 7 0 0 0 15 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 1 0 0 0
[pid=24105/tid=24115] ppid=24103 vsize=13628560 CPUtime=0.05 cores=1,3,5,7
/proc/24105/task/24115/stat : 24115 (java) S 24103 24105 23433 0 -1 4202560 1350 0 0 0 5 0 0 0 16 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24116] ppid=24103 vsize=13628560 CPUtime=2.26 cores=1,3,5,7
/proc/24105/task/24116/stat : 24116 (java) S 24103 24105 23433 0 -1 4202560 5971 0 0 0 226 0 0 0 15 0 19 0 828523668 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562354176 0 0 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24117] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24117/stat : 24117 (java) S 24103 24105 23433 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828523669 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24118] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24118/stat : 24118 (java) S 24103 24105 23433 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828523669 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24119] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24119/stat : 24119 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828523671 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562361265 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24120] ppid=24103 vsize=13628560 CPUtime=0.59 cores=1,3,5,7
/proc/24105/task/24120/stat : 24120 (java) S 24103 24105 23433 0 -1 4202560 3821 0 0 0 59 0 0 0 15 0 19 0 828523671 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 7 0 0 0
[pid=24105/tid=24121] ppid=24103 vsize=13628560 CPUtime=0.57 cores=1,3,5,7
/proc/24105/task/24121/stat : 24121 (java) S 24103 24105 23433 0 -1 4202560 3817 0 0 0 57 0 0 0 15 0 19 0 828523671 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24122] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24122/stat : 24122 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828523671 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24123] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24123/stat : 24123 (java) S 24103 24105 23433 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 828523671 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562354176 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24124] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24124/stat : 24124 (java) S 24103 24105 23433 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828523762 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562354176 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 625.32
Current children cumulated vsize (KiB) 13628560

[startup+624.702 s]
/proc/loadavg: 2.02 2.03 2.00 3/490 24235
/proc/meminfo: memFree=30829240/32951124 swapFree=55639044/67111528
[pid=24105] ppid=24103 vsize=13628560 CPUtime=626.14 cores=1,3,5,7
/proc/24105/stat : 24105 (java) S 24103 24105 23433 0 -1 4202496 82960 0 1 0 62604 10 0 0 23 0 19 0 828523664 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24105/statm: 3407140 78549 2263 9 0 3397874 0
[pid=24105/tid=24106] ppid=24103 vsize=13628560 CPUtime=622.24 cores=1,3,5,7
/proc/24105/task/24106/stat : 24106 (java) R 24103 24105 23433 0 -1 4202560 63797 0 1 0 62217 7 0 0 25 0 19 0 828523665 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 46912505904534 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24105/tid=24108] ppid=24103 vsize=13628560 CPUtime=0.04 cores=1,3,5,7
/proc/24105/task/24108/stat : 24108 (java) S 24103 24105 23433 0 -1 4202560 294 0 0 0 4 0 0 0 16 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 7 0 0 0
[pid=24105/tid=24109] ppid=24103 vsize=13628560 CPUtime=0.04 cores=1,3,5,7
/proc/24105/task/24109/stat : 24109 (java) S 24103 24105 23433 0 -1 4202560 42 0 0 0 4 0 0 0 15 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 7 0 0 0
[pid=24105/tid=24110] ppid=24103 vsize=13628560 CPUtime=0.04 cores=1,3,5,7
/proc/24105/task/24110/stat : 24110 (java) S 24103 24105 23433 0 -1 4202560 213 0 0 0 4 0 0 0 16 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 1 0 0 0
[pid=24105/tid=24111] ppid=24103 vsize=13628560 CPUtime=0.04 cores=1,3,5,7
/proc/24105/task/24111/stat : 24111 (java) S 24103 24105 23433 0 -1 4202560 315 0 0 0 4 0 0 0 15 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 7 0 0 0
[pid=24105/tid=24112] ppid=24103 vsize=13628560 CPUtime=0.06 cores=1,3,5,7
/proc/24105/task/24112/stat : 24112 (java) S 24103 24105 23433 0 -1 4202560 454 0 0 0 6 0 0 0 16 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24113] ppid=24103 vsize=13628560 CPUtime=0.04 cores=1,3,5,7
/proc/24105/task/24113/stat : 24113 (java) S 24103 24105 23433 0 -1 4202560 460 0 0 0 4 0 0 0 16 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 7 0 0 0
[pid=24105/tid=24114] ppid=24103 vsize=13628560 CPUtime=0.07 cores=1,3,5,7
/proc/24105/task/24114/stat : 24114 (java) S 24103 24105 23433 0 -1 4202560 1239 0 0 0 7 0 0 0 15 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 1 0 0 0
[pid=24105/tid=24115] ppid=24103 vsize=13628560 CPUtime=0.05 cores=1,3,5,7
/proc/24105/task/24115/stat : 24115 (java) S 24103 24105 23433 0 -1 4202560 1350 0 0 0 5 0 0 0 16 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24116] ppid=24103 vsize=13628560 CPUtime=2.26 cores=1,3,5,7
/proc/24105/task/24116/stat : 24116 (java) S 24103 24105 23433 0 -1 4202560 5971 0 0 0 226 0 0 0 15 0 19 0 828523668 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562354176 0 0 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24117] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24117/stat : 24117 (java) S 24103 24105 23433 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828523669 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24118] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24118/stat : 24118 (java) S 24103 24105 23433 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828523669 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24119] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24119/stat : 24119 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828523671 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562361265 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24120] ppid=24103 vsize=13628560 CPUtime=0.59 cores=1,3,5,7
/proc/24105/task/24120/stat : 24120 (java) S 24103 24105 23433 0 -1 4202560 3821 0 0 0 59 0 0 0 15 0 19 0 828523671 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 7 0 0 0
[pid=24105/tid=24121] ppid=24103 vsize=13628560 CPUtime=0.57 cores=1,3,5,7
/proc/24105/task/24121/stat : 24121 (java) S 24103 24105 23433 0 -1 4202560 3817 0 0 0 57 0 0 0 15 0 19 0 828523671 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24122] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24122/stat : 24122 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828523671 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24123] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24123/stat : 24123 (java) S 24103 24105 23433 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 828523671 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562354176 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24124] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24124/stat : 24124 (java) S 24103 24105 23433 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828523762 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562354176 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 626.14
Current children cumulated vsize (KiB) 13628560

[startup+625.501 s]
/proc/loadavg: 2.02 2.03 2.00 3/490 24235
/proc/meminfo: memFree=30829240/32951124 swapFree=55639044/67111528
[pid=24105] ppid=24103 vsize=13628560 CPUtime=626.92 cores=1,3,5,7
/proc/24105/stat : 24105 (java) S 24103 24105 23433 0 -1 4202496 82960 0 1 0 62682 10 0 0 23 0 19 0 828523664 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24105/statm: 3407140 78549 2263 9 0 3397874 0
[pid=24105/tid=24106] ppid=24103 vsize=13628560 CPUtime=623.03 cores=1,3,5,7
/proc/24105/task/24106/stat : 24106 (java) R 24103 24105 23433 0 -1 4202560 63797 0 1 0 62296 7 0 0 25 0 19 0 828523665 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 46912505925088 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24105/tid=24108] ppid=24103 vsize=13628560 CPUtime=0.04 cores=1,3,5,7
/proc/24105/task/24108/stat : 24108 (java) S 24103 24105 23433 0 -1 4202560 294 0 0 0 4 0 0 0 16 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 7 0 0 0
[pid=24105/tid=24109] ppid=24103 vsize=13628560 CPUtime=0.04 cores=1,3,5,7
/proc/24105/task/24109/stat : 24109 (java) S 24103 24105 23433 0 -1 4202560 42 0 0 0 4 0 0 0 15 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 7 0 0 0
[pid=24105/tid=24110] ppid=24103 vsize=13628560 CPUtime=0.04 cores=1,3,5,7
/proc/24105/task/24110/stat : 24110 (java) S 24103 24105 23433 0 -1 4202560 213 0 0 0 4 0 0 0 16 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 1 0 0 0
[pid=24105/tid=24111] ppid=24103 vsize=13628560 CPUtime=0.04 cores=1,3,5,7
/proc/24105/task/24111/stat : 24111 (java) S 24103 24105 23433 0 -1 4202560 315 0 0 0 4 0 0 0 15 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 7 0 0 0
[pid=24105/tid=24112] ppid=24103 vsize=13628560 CPUtime=0.06 cores=1,3,5,7
/proc/24105/task/24112/stat : 24112 (java) S 24103 24105 23433 0 -1 4202560 454 0 0 0 6 0 0 0 16 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24113] ppid=24103 vsize=13628560 CPUtime=0.04 cores=1,3,5,7
/proc/24105/task/24113/stat : 24113 (java) S 24103 24105 23433 0 -1 4202560 460 0 0 0 4 0 0 0 16 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 7 0 0 0
[pid=24105/tid=24114] ppid=24103 vsize=13628560 CPUtime=0.07 cores=1,3,5,7
/proc/24105/task/24114/stat : 24114 (java) S 24103 24105 23433 0 -1 4202560 1239 0 0 0 7 0 0 0 15 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 1 0 0 0
[pid=24105/tid=24115] ppid=24103 vsize=13628560 CPUtime=0.05 cores=1,3,5,7
/proc/24105/task/24115/stat : 24115 (java) S 24103 24105 23433 0 -1 4202560 1350 0 0 0 5 0 0 0 16 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24116] ppid=24103 vsize=13628560 CPUtime=2.26 cores=1,3,5,7
/proc/24105/task/24116/stat : 24116 (java) S 24103 24105 23433 0 -1 4202560 5971 0 0 0 226 0 0 0 15 0 19 0 828523668 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562354176 0 0 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24117] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24117/stat : 24117 (java) S 24103 24105 23433 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828523669 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24118] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24118/stat : 24118 (java) S 24103 24105 23433 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828523669 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24119] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24119/stat : 24119 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828523671 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562361265 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24120] ppid=24103 vsize=13628560 CPUtime=0.59 cores=1,3,5,7
/proc/24105/task/24120/stat : 24120 (java) S 24103 24105 23433 0 -1 4202560 3821 0 0 0 59 0 0 0 15 0 19 0 828523671 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 7 0 0 0
[pid=24105/tid=24121] ppid=24103 vsize=13628560 CPUtime=0.57 cores=1,3,5,7
/proc/24105/task/24121/stat : 24121 (java) S 24103 24105 23433 0 -1 4202560 3817 0 0 0 57 0 0 0 15 0 19 0 828523671 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24122] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24122/stat : 24122 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828523671 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24123] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24123/stat : 24123 (java) S 24103 24105 23433 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 828523671 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562354176 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24124] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24124/stat : 24124 (java) S 24103 24105 23433 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828523762 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562354176 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 626.92
Current children cumulated vsize (KiB) 13628560

[startup+625.917 s]
/proc/loadavg: 2.02 2.03 2.00 3/490 24235
/proc/meminfo: memFree=30829240/32951124 swapFree=55639044/67111528
[pid=24105] ppid=24103 vsize=13628560 CPUtime=627.34 cores=1,3,5,7
/proc/24105/stat : 24105 (java) S 24103 24105 23433 0 -1 4202496 82960 0 1 0 62724 10 0 0 23 0 19 0 828523664 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/24105/statm: 3407140 78549 2263 9 0 3397874 0
[pid=24105/tid=24106] ppid=24103 vsize=13628560 CPUtime=623.44 cores=1,3,5,7
/proc/24105/task/24106/stat : 24106 (java) R 24103 24105 23433 0 -1 4202560 63797 0 1 0 62337 7 0 0 25 0 19 0 828523665 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 46912505817475 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24105/tid=24108] ppid=24103 vsize=13628560 CPUtime=0.04 cores=1,3,5,7
/proc/24105/task/24108/stat : 24108 (java) S 24103 24105 23433 0 -1 4202560 294 0 0 0 4 0 0 0 16 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 7 0 0 0
[pid=24105/tid=24109] ppid=24103 vsize=13628560 CPUtime=0.04 cores=1,3,5,7
/proc/24105/task/24109/stat : 24109 (java) S 24103 24105 23433 0 -1 4202560 42 0 0 0 4 0 0 0 15 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 7 0 0 0
[pid=24105/tid=24110] ppid=24103 vsize=13628560 CPUtime=0.04 cores=1,3,5,7
/proc/24105/task/24110/stat : 24110 (java) S 24103 24105 23433 0 -1 4202560 213 0 0 0 4 0 0 0 16 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 1 0 0 0
[pid=24105/tid=24111] ppid=24103 vsize=13628560 CPUtime=0.04 cores=1,3,5,7
/proc/24105/task/24111/stat : 24111 (java) S 24103 24105 23433 0 -1 4202560 315 0 0 0 4 0 0 0 15 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 7 0 0 0
[pid=24105/tid=24112] ppid=24103 vsize=13628560 CPUtime=0.06 cores=1,3,5,7
/proc/24105/task/24112/stat : 24112 (java) S 24103 24105 23433 0 -1 4202560 454 0 0 0 6 0 0 0 16 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24113] ppid=24103 vsize=13628560 CPUtime=0.04 cores=1,3,5,7
/proc/24105/task/24113/stat : 24113 (java) S 24103 24105 23433 0 -1 4202560 460 0 0 0 4 0 0 0 16 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 7 0 0 0
[pid=24105/tid=24114] ppid=24103 vsize=13628560 CPUtime=0.07 cores=1,3,5,7
/proc/24105/task/24114/stat : 24114 (java) S 24103 24105 23433 0 -1 4202560 1239 0 0 0 7 0 0 0 15 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 1 0 0 0
[pid=24105/tid=24115] ppid=24103 vsize=13628560 CPUtime=0.05 cores=1,3,5,7
/proc/24105/task/24115/stat : 24115 (java) S 24103 24105 23433 0 -1 4202560 1350 0 0 0 5 0 0 0 16 0 19 0 828523667 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24116] ppid=24103 vsize=13628560 CPUtime=2.26 cores=1,3,5,7
/proc/24105/task/24116/stat : 24116 (java) S 24103 24105 23433 0 -1 4202560 5971 0 0 0 226 0 0 0 15 0 19 0 828523668 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562354176 0 0 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24117] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24117/stat : 24117 (java) S 24103 24105 23433 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828523669 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24118] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24118/stat : 24118 (java) S 24103 24105 23433 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 828523669 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24119] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24119/stat : 24119 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828523671 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562361265 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24120] ppid=24103 vsize=13628560 CPUtime=0.59 cores=1,3,5,7
/proc/24105/task/24120/stat : 24120 (java) S 24103 24105 23433 0 -1 4202560 3821 0 0 0 59 0 0 0 15 0 19 0 828523671 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 7 0 0 0
[pid=24105/tid=24121] ppid=24103 vsize=13628560 CPUtime=0.57 cores=1,3,5,7
/proc/24105/task/24121/stat : 24121 (java) S 24103 24105 23433 0 -1 4202560 3817 0 0 0 57 0 0 0 15 0 19 0 828523671 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24122] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24122/stat : 24122 (java) S 24103 24105 23433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828523671 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562353561 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
[pid=24105/tid=24123] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24123/stat : 24123 (java) S 24103 24105 23433 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 828523671 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562354176 0 4 0 16800975 18446604467278542848 0 0 -1 5 0 0 0
[pid=24105/tid=24124] ppid=24103 vsize=13628560 CPUtime=0 cores=1,3,5,7
/proc/24105/task/24124/stat : 24124 (java) S 24103 24105 23433 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 828523762 13955645440 78549 33554432000 1073741824 1073778376 140737358936960 18446744073709551615 271562354176 0 4 0 16800975 18446604467278542848 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 627.34
Current children cumulated vsize (KiB) 13628560

Child status: 20
Real time (s): 625.974
CPU time (s): 627.433
CPU user time (s): 627.311
CPU system time (s): 0.121981
CPU usage (%): 100.233
Max. virtual memory (cumulated for all children) (KiB): 13628560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 627.311
system time used= 0.121981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82977
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14308
involuntary context switches= 2598

runsolver used 2.80357 second user time and 6.604 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-04 08:34:18
IDJOB=3459839
IDBENCH=73956
IDSOLVER=1952
FILE ID=node133/3459839-1307169258
RUNJOBID= node133-1307164139-23452
PBS_JOBID= 13508830
Free space on /tmp= 73964 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12047_10-unsat.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459839-1307169258/watcher-3459839-1307169258 -o /tmp/evaluation-result-3459839-1307169258/solver-3459839-1307169258 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459839-1307169258.opb

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

MD5SUM BENCH= 185b639ab7915adc40998376a286d172
RANDOM SEED=2060956605

node133.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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		: 2666.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 6741.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27213016 kB
Buffers:        319888 kB
Cached:         508704 kB
SwapCached:      10584 kB
Active:        4991364 kB
Inactive:       462984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27213016 kB
SwapTotal:    67111528 kB
SwapFree:     55639044 kB
Dirty:            3156 kB
Writeback:           0 kB
AnonPages:     4622836 kB
Mapped:          21232 kB
Slab:           152220 kB
PageTables:      62512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 128354512 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73972 MiB
End job on node133 at 2011-06-04 08:44:44