Trace number 3455455

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 Res//CP 2.3.0UNSAT 1689.44 851.484

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.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
0.04/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
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 Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
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 phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No 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-3455455-1307196955.opb
0.10/0.11	c reading problem ... 
1.79/1.10	c ... done. Wall clock time 0.989s.
1.79/1.10	c #vars     30492
1.79/1.10	c #constraints  91905
1.79/1.10	c constraints type 
1.79/1.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10815
1.79/1.10	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 74735
1.79/1.10	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 500
1.79/1.10	c constraints type 
1.79/1.10	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 74735
1.79/1.10	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 10815
1.79/1.10	c org.sat4j.pb.constraints.pb.MaxWatchPb => 500
8.50/3.71	c cleaning 2493 clauses out of 4996 with flag 5000/5000
13.60/6.22	c cleaning 4242 clauses out of 8502 with flag 11001/11001
19.94/9.44	c cleaning 5622 clauses out of 11259 with flag 18000/18000
27.07/13.05	c cleaning 6815 clauses out of 13637 with flag 26000/26000
35.76/17.44	c cleaning 7899 clauses out of 15822 with flag 35000/35000
46.02/22.62	c cleaning 8954 clauses out of 17924 with flag 45003/45003
57.74/28.59	c cleaning 9972 clauses out of 19968 with flag 56001/56001
71.17/35.31	c cleaning 10988 clauses out of 21995 with flag 68000/68000
85.35/42.54	c cleaning 11989 clauses out of 24009 with flag 81002/81002
100.60/50.24	c cleaning 13003 clauses out of 26018 with flag 95000/95000
118.44/59.26	c cleaning 14003 clauses out of 28016 with flag 110001/110001
138.68/69.41	c cleaning 15003 clauses out of 30012 with flag 126000/126000
144.06/72.25	c cleaning 0 clauses out of 5001 with flag 0/5001
160.87/80.62	c cleaning 15986 clauses out of 32009 with flag 143000/143000
184.47/92.45	c cleaning 17007 clauses out of 34025 with flag 161002/161002
206.59/103.64	c cleaning 18002 clauses out of 36019 with flag 180003/180003
230.65/115.82	c cleaning 18987 clauses out of 38014 with flag 200000/200000
256.04/128.66	c cleaning 20009 clauses out of 40029 with flag 221002/221002
282.40/141.92	c cleaning 20990 clauses out of 42019 with flag 243001/243001
309.91/155.85	c cleaning 21998 clauses out of 44029 with flag 266001/266001
338.78/170.51	c cleaning 22986 clauses out of 46030 with flag 290000/290000
370.91/186.63	c cleaning 24003 clauses out of 48044 with flag 315000/315000
405.26/203.94	c cleaning 25009 clauses out of 50043 with flag 341002/341002
444.20/223.55	c cleaning 25998 clauses out of 52032 with flag 368000/368000
485.01/244.13	c cleaning 27009 clauses out of 54034 with flag 396000/396000
522.50/263.04	c cleaning 27998 clauses out of 56025 with flag 425000/425000
561.80/282.81	c cleaning 28993 clauses out of 58027 with flag 455000/455000
602.92/303.55	c cleaning 30008 clauses out of 60035 with flag 486001/486001
646.45/325.52	c cleaning 30994 clauses out of 62027 with flag 518001/518001
691.89/348.49	c cleaning 32012 clauses out of 64036 with flag 551004/551004
740.93/373.11	c cleaning 32999 clauses out of 66020 with flag 585000/585000
754.96/380.35	c cleaning 0 clauses out of 11001 with flag 0/11001
793.82/400.01	c cleaning 33997 clauses out of 68022 with flag 620001/620001
845.47/426.06	c cleaning 35005 clauses out of 70025 with flag 656001/656001
899.10/453.09	c cleaning 35996 clauses out of 72020 with flag 693001/693001
954.31/480.88	c cleaning 36997 clauses out of 74024 with flag 731001/731001
1013.97/510.98	c cleaning 38004 clauses out of 76026 with flag 770000/770000
1076.61/542.47	c cleaning 39000 clauses out of 78021 with flag 810000/810000
1139.39/574.08	c cleaning 40002 clauses out of 80021 with flag 851000/851000
1205.57/607.37	c cleaning 41006 clauses out of 82020 with flag 893001/893001
1277.39/643.54	c cleaning 41996 clauses out of 84012 with flag 936000/936000
1351.57/680.88	c cleaning 43000 clauses out of 86016 with flag 980002/980002
1422.69/716.69	c cleaning 43994 clauses out of 88014 with flag 1025000/1025000
1496.84/753.98	c cleaning 44995 clauses out of 90020 with flag 1071000/1071000
1576.32/794.02	c cleaning 46008 clauses out of 92026 with flag 1118001/1118001
1654.98/833.67	c cleaning 46986 clauses out of 94013 with flag 1166000/1166000
1688.57/850.76	c  And the winner is Resolution
1689.23/851.32	c starts		: 189
1689.23/851.32	c conflicts		: 1186862
1689.23/851.32	c decisions		: 1481367
1689.23/851.32	c propagations		: 981030345
1689.23/851.32	c inspects		: 5202274716
1689.23/851.32	c shortcuts		: 0
1689.23/851.32	c learnt literals	: 29
1689.23/851.32	c learnt binary clauses	: 197
1689.23/851.32	c learnt ternary clauses	: 1156
1689.23/851.32	c learnt constraints	: 1186832
1689.23/851.32	c ignored constraints	: 0
1689.23/851.32	c root simplifications	: 0
1689.23/851.32	c removed literals (reason simplification)	: 43293153
1689.23/851.32	c reason swapping (by a shorter reason)	: 0
1689.23/851.32	c Calls to reduceDB	: 44
1689.23/851.32	c number of reductions to clauses (during analyze)	: 0
1689.23/851.32	c number of learned constraints concerned by reduction	: 0
1689.23/851.32	c number of learning phase by resolution	: 0
1689.23/851.32	c number of learning phase by cutting planes	: 0
1689.23/851.32	c speed (assignments/second)	: 1153860.1308373401
1689.23/851.32	c non guided choices	109
1689.23/851.34	c learnt constraints type 
1689.23/851.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 197
1689.23/851.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 67678
1689.23/851.34	c constraints type 
1689.23/851.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10815
1689.23/851.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 74735
1689.23/851.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 500
1689.23/851.34	c constraints type 
1689.23/851.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 74735
1689.23/851.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 10815
1689.23/851.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 500
1689.23/851.34	s UNSATISFIABLE
1689.23/851.34	c Total wall clock time (in seconds): 851.23

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.19 3.44 3.53 3/538 21035
/proc/meminfo: memFree=17928244/32950928 swapFree=34259960/67111528
[pid=21035] ppid=21033 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/21035/stat : 21035 (java) S 21033 21035 20304 0 -1 4202496 4313 0 1 0 0 0 0 0 25 0 2 0 831292186 10694979584 4015 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/21035/statm: 2611079 4029 917 9 0 2602235 0
[pid=21035/tid=21036] ppid=21033 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21036/stat : 21036 (java) R 21033 21035 20304 0 -1 4202560 5989 0 1 0 0 0 0 0 25 0 2 0 831292186 10694979584 6805 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254500385851 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.046362 s]
/proc/loadavg: 3.19 3.44 3.53 3/538 21035
/proc/meminfo: memFree=17928244/32950928 swapFree=34259960/67111528
[pid=21035] ppid=21033 vsize=10467480 CPUtime=0.04 cores=0,2,4,6
/proc/21035/stat : 21035 (java) S 21033 21035 20304 0 -1 4202496 11291 0 1 0 3 1 0 0 25 0 13 0 831292186 10718699520 10988 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/21035/statm: 2616870 10988 1675 9 0 2607618 0
[pid=21035/tid=21036] ppid=21033 vsize=10467480 CPUtime=0.02 cores=0,2,4,6
/proc/21035/task/21036/stat : 21036 (java) R 21033 21035 20304 0 -1 4202560 10143 0 1 0 2 0 0 0 25 0 13 0 831292186 10718699520 10988 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 46960094617507 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467480

[startup+0.100337 s]
/proc/loadavg: 3.19 3.44 3.53 3/538 21035
/proc/meminfo: memFree=17928244/32950928 swapFree=34259960/67111528
[pid=21035] ppid=21033 vsize=10540072 CPUtime=0.1 cores=0,2,4,6
/proc/21035/stat : 21035 (java) S 21033 21035 20304 0 -1 4202496 13053 0 1 0 9 1 0 0 25 0 18 0 831292186 10793033728 12720 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21035/statm: 2635018 12720 2093 9 0 2625752 0
[pid=21035/tid=21036] ppid=21033 vsize=10540072 CPUtime=0.07 cores=0,2,4,6
/proc/21035/task/21036/stat : 21036 (java) R 21033 21035 20304 0 -1 4202560 11126 0 1 0 7 0 0 0 18 0 18 0 831292186 10793033728 12720 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 46912505181574 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540072

[startup+0.306796 s]
/proc/loadavg: 3.19 3.44 3.53 3/538 21035
/proc/meminfo: memFree=17928244/32950928 swapFree=34259960/67111528
[pid=21035] ppid=21033 vsize=10543184 CPUtime=0.51 cores=0,2,4,6
/proc/21035/stat : 21035 (java) S 21033 21035 20304 0 -1 4202496 17018 0 1 0 49 2 0 0 25 0 18 0 831292186 10796220416 16299 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21035/statm: 2635796 16300 2201 9 0 2626530 0
[pid=21035/tid=21036] ppid=21033 vsize=10543184 CPUtime=0.28 cores=0,2,4,6
/proc/21035/task/21036/stat : 21036 (java) R 21033 21035 20304 0 -1 4202560 13490 0 1 0 27 1 0 0 18 0 18 0 831292186 10796220416 16301 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 46912505612218 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 10543184

[startup+0.700279 s]
/proc/loadavg: 3.19 3.44 3.53 3/538 21035
/proc/meminfo: memFree=17928244/32950928 swapFree=34259960/67111528
[pid=21035] ppid=21033 vsize=10548212 CPUtime=1.32 cores=0,2,4,6
/proc/21035/stat : 21035 (java) S 21033 21035 20304 0 -1 4202496 48577 0 1 0 125 7 0 0 25 0 18 0 831292186 10801369088 46021 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21035/statm: 2637053 46026 2222 9 0 2627787 0
[pid=21035/tid=21036] ppid=21033 vsize=10548212 CPUtime=0.68 cores=0,2,4,6
/proc/21035/task/21036/stat : 21036 (java) R 21033 21035 20304 0 -1 4202560 41284 0 1 0 62 6 0 0 18 0 18 0 831292186 10801369088 46028 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 46912505570358 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 10548212

[startup+1.50103 s]
/proc/loadavg: 3.19 3.44 3.53 6/556 21054
/proc/meminfo: memFree=17642724/32950928 swapFree=34259960/67111528
[pid=21035] ppid=21033 vsize=10557056 CPUtime=3.62 cores=0,2,4,6
/proc/21035/stat : 21035 (java) S 21033 21035 20304 0 -1 4202496 96649 0 1 0 349 13 0 0 25 0 22 0 831292186 10810425344 91526 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21035/statm: 2639264 91526 2238 9 0 2629998 0
[pid=21035/tid=21036] ppid=21033 vsize=10557056 CPUtime=1.09 cores=0,2,4,6
/proc/21035/task/21036/stat : 21036 (java) S 21033 21035 20304 0 -1 4202560 74529 0 1 0 99 10 0 0 19 0 22 0 831292186 10810425344 91526 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21038] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21038/stat : 21038 (java) S 21033 21035 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292188 10810425344 91526 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21039] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21039/stat : 21039 (java) S 21033 21035 20304 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831292188 10810425344 91526 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21040] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21040/stat : 21040 (java) S 21033 21035 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292188 10810425344 91526 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21041] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21041/stat : 21041 (java) S 21033 21035 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292188 10810425344 91526 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21042] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21042/stat : 21042 (java) S 21033 21035 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292188 10810425344 91526 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21043] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21043/stat : 21043 (java) S 21033 21035 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292188 10810425344 91526 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21044] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21044/stat : 21044 (java) S 21033 21035 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292188 10810425344 91526 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21045] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21045/stat : 21045 (java) S 21033 21035 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292188 10810425344 91526 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21046] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21046/stat : 21046 (java) S 21033 21035 20304 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 831292189 10810425344 91526 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512508416 0 0 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21047] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21047/stat : 21047 (java) S 21033 21035 20304 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831292189 10810425344 91526 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21048] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21048/stat : 21048 (java) S 21033 21035 20304 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831292189 10810425344 91526 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21049] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21049/stat : 21049 (java) S 21033 21035 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292192 10810425344 91526 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512515505 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21050] ppid=21033 vsize=10557056 CPUtime=0.9 cores=0,2,4,6
/proc/21035/task/21050/stat : 21050 (java) R 21033 21035 20304 0 -1 4202560 7275 0 0 0 90 0 0 0 25 0 22 0 831292192 10810425344 91526 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 46960097301727 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21035/tid=21051] ppid=21033 vsize=10557056 CPUtime=0.81 cores=0,2,4,6
/proc/21035/task/21051/stat : 21051 (java) R 21033 21035 20304 0 -1 4202560 3767 0 0 0 81 0 0 0 16 0 22 0 831292192 10810425344 91526 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 46960093793649 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21035/tid=21052] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21052/stat : 21052 (java) S 21033 21035 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292192 10810425344 91526 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21054] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21054/stat : 21054 (java) S 21033 21035 20304 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831292192 10810425344 91526 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 10557056

[startup+3.10177 s]
/proc/loadavg: 3.19 3.44 3.53 4/560 21058
/proc/meminfo: memFree=17335668/32950928 swapFree=34259960/67111528
[pid=21035] ppid=21033 vsize=10557056 CPUtime=7.28 cores=0,2,4,6
/proc/21035/stat : 21035 (java) S 21033 21035 20304 0 -1 4202496 258332 0 1 0 696 32 0 0 25 0 22 0 831292186 10810425344 252408 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21035/statm: 2639264 252409 2242 9 0 2629998 0
[pid=21035/tid=21036] ppid=21033 vsize=10557056 CPUtime=1.09 cores=0,2,4,6
/proc/21035/task/21036/stat : 21036 (java) S 21033 21035 20304 0 -1 4202560 74529 0 1 0 99 10 0 0 15 0 22 0 831292186 10810425344 252409 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=21035/tid=21038] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21038/stat : 21038 (java) S 21033 21035 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292188 10810425344 252409 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21039] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21039/stat : 21039 (java) S 21033 21035 20304 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831292188 10810425344 252410 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21040] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21040/stat : 21040 (java) S 21033 21035 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292188 10810425344 252410 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21041] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21041/stat : 21041 (java) S 21033 21035 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292188 10810425344 252410 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21042] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21042/stat : 21042 (java) S 21033 21035 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292188 10810425344 252410 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21043] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21043/stat : 21043 (java) S 21033 21035 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292188 10810425344 252411 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21044] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21044/stat : 21044 (java) S 21033 21035 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292188 10810425344 252412 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21045] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21045/stat : 21045 (java) S 21033 21035 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292188 10810425344 252412 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21046] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21046/stat : 21046 (java) S 21033 21035 20304 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 831292189 10810425344 252412 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512508416 0 0 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21047] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21047/stat : 21047 (java) S 21033 21035 20304 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831292189 10810425344 252413 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21048] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21048/stat : 21048 (java) S 21033 21035 20304 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831292189 10810425344 252413 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21049] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21049/stat : 21049 (java) S 21033 21035 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292192 10810425344 252414 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512515505 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21050] ppid=21033 vsize=10557056 CPUtime=1.11 cores=0,2,4,6
/proc/21035/task/21050/stat : 21050 (java) S 21033 21035 20304 0 -1 4202560 8098 0 0 0 111 0 0 0 15 0 22 0 831292192 10810425344 252415 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=21035/tid=21051] ppid=21033 vsize=10557056 CPUtime=1.07 cores=0,2,4,6
/proc/21035/task/21051/stat : 21051 (java) S 21033 21035 20304 0 -1 4202560 3796 0 0 0 107 0 0 0 15 0 22 0 831292192 10810425344 252416 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=21035/tid=21052] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21052/stat : 21052 (java) S 21033 21035 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292192 10810425344 252416 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21054] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21054/stat : 21054 (java) S 21033 21035 20304 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831292192 10810425344 252420 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
[pid=21035/tid=21055] ppid=21033 vsize=10557056 CPUtime=1.99 cores=0,2,4,6
/proc/21035/task/21055/stat : 21055 (java) R 21033 21035 20304 0 -1 4202560 781 0 0 0 199 0 0 0 19 0 22 0 831292296 10810425344 252439 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 46912506216920 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21035/tid=21056] ppid=21033 vsize=10557056 CPUtime=1.98 cores=0,2,4,6
/proc/21035/task/21056/stat : 21056 (java) R 21033 21035 20304 0 -1 4202560 170007 0 0 0 179 19 0 0 25 0 22 0 831292296 10810425344 252456 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 46912506147408 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21035/tid=21057] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21057/stat : 21057 (java) S 21033 21035 20304 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831292305 10810425344 252475 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21058] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21058/stat : 21058 (java) S 21033 21035 20304 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831292305 10810425344 252476 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 10557056

[startup+6.30114 s]
/proc/loadavg: 3.26 3.45 3.53 5/560 21058
/proc/meminfo: memFree=16562216/32950928 swapFree=34259960/67111528
[pid=21035] ppid=21033 vsize=10557056 CPUtime=13.74 cores=0,2,4,6
/proc/21035/stat : 21035 (java) S 21033 21035 20304 0 -1 4202496 349891 0 1 0 1333 41 0 0 25 0 22 0 831292186 10810425344 343899 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21035/statm: 2639264 343899 2267 9 0 2629998 0
[pid=21035/tid=21036] ppid=21033 vsize=10557056 CPUtime=1.09 cores=0,2,4,6
/proc/21035/task/21036/stat : 21036 (java) S 21033 21035 20304 0 -1 4202560 74529 0 1 0 99 10 0 0 15 0 22 0 831292186 10810425344 343899 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=21035/tid=21038] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21038/stat : 21038 (java) S 21033 21035 20304 0 -1 4202560 519 0 0 0 0 0 0 0 16 0 22 0 831292188 10810425344 343899 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21039] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21039/stat : 21039 (java) S 21033 21035 20304 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 831292188 10810425344 343899 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21040] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21040/stat : 21040 (java) S 21033 21035 20304 0 -1 4202560 463 0 0 0 0 0 0 0 16 0 22 0 831292188 10810425344 343899 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21041] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21041/stat : 21041 (java) S 21033 21035 20304 0 -1 4202560 172 0 0 0 0 0 0 0 15 0 22 0 831292188 10810425344 343899 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=21035/tid=21042] ppid=21033 vsize=10557056 CPUtime=0.01 cores=0,2,4,6
/proc/21035/task/21042/stat : 21042 (java) S 21033 21035 20304 0 -1 4202560 1259 0 0 0 1 0 0 0 18 0 22 0 831292188 10810425344 343899 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21043] ppid=21033 vsize=10557056 CPUtime=0.02 cores=0,2,4,6
/proc/21035/task/21043/stat : 21043 (java) S 21033 21035 20304 0 -1 4202560 2354 0 0 0 2 0 0 0 18 0 22 0 831292188 10810425344 343899 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=21035/tid=21044] ppid=21033 vsize=10557056 CPUtime=0.02 cores=0,2,4,6
/proc/21035/task/21044/stat : 21044 (java) S 21033 21035 20304 0 -1 4202560 1878 0 0 0 2 0 0 0 18 0 22 0 831292188 10810425344 343899 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21045] ppid=21033 vsize=10557056 CPUtime=0.03 cores=0,2,4,6
/proc/21035/task/21045/stat : 21045 (java) S 21033 21035 20304 0 -1 4202560 2241 0 0 0 3 0 0 0 18 0 22 0 831292188 10810425344 343899 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21046] ppid=21033 vsize=10557056 CPUtime=0.17 cores=0,2,4,6
/proc/21035/task/21046/stat : 21046 (java) R 21033 21035 20304 0 -1 4202560 7382 0 0 0 17 0 0 0 15 0 22 0 831292189 10810425344 343899 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 46960097828896 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=21035/tid=21047] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21047/stat : 21047 (java) S 21033 21035 20304 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831292189 10810425344 343899 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21048] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21048/stat : 21048 (java) S 21033 21035 20304 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831292189 10810425344 343899 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21049] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21049/stat : 21049 (java) S 21033 21035 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292192 10810425344 343899 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512515505 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0

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

[pid=21035/tid=21050] ppid=21033 vsize=10557056 CPUtime=1.72 cores=0,2,4,6
/proc/21035/task/21050/stat : 21050 (java) S 21033 21035 20304 0 -1 4202560 15202 0 0 0 170 2 0 0 15 0 22 0 831292192 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21051] ppid=21033 vsize=10557056 CPUtime=1.29 cores=0,2,4,6
/proc/21035/task/21051/stat : 21051 (java) S 21033 21035 20304 0 -1 4202560 4120 0 0 0 129 0 0 0 16 0 22 0 831292192 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=21035/tid=21052] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21052/stat : 21052 (java) S 21033 21035 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292192 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21054] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21054/stat : 21054 (java) S 21033 21035 20304 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 831292192 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=21035/tid=21055] ppid=21033 vsize=10557056 CPUtime=830.26 cores=0,2,4,6
/proc/21035/task/21055/stat : 21055 (java) R 21033 21035 20304 0 -1 4202560 920 0 0 0 83025 1 0 0 25 0 22 0 831292296 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 46912506216603 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21035/tid=21056] ppid=21033 vsize=10557056 CPUtime=830.26 cores=0,2,4,6
/proc/21035/task/21056/stat : 21056 (java) R 21033 21035 20304 0 -1 4202560 768623 0 0 0 82942 84 0 0 25 0 22 0 831292296 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 46912506126267 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21035/tid=21057] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21057/stat : 21057 (java) S 21033 21035 20304 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831292305 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21058] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21058/stat : 21058 (java) S 21033 21035 20304 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831292305 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1686.17
Current children cumulated vsize (KiB) 10557056

[startup+850.32 s]
/proc/loadavg: 3.01 3.23 3.40 4/559 21146
/proc/meminfo: memFree=13817564/32950928 swapFree=34259960/67111528
[pid=21035] ppid=21033 vsize=10557056 CPUtime=1687.81 cores=0,2,4,6
/proc/21035/stat : 21035 (java) S 21033 21035 20304 0 -1 4202496 961650 0 1 0 168667 114 0 0 25 0 22 0 831292186 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21035/statm: 2639264 947689 2267 9 0 2629998 0
[pid=21035/tid=21036] ppid=21033 vsize=10557056 CPUtime=1.09 cores=0,2,4,6
/proc/21035/task/21036/stat : 21036 (java) S 21033 21035 20304 0 -1 4202560 74546 0 1 0 99 10 0 0 15 0 22 0 831292186 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21038] ppid=21033 vsize=10557056 CPUtime=0.57 cores=0,2,4,6
/proc/21035/task/21038/stat : 21038 (java) S 21033 21035 20304 0 -1 4202560 5832 0 0 0 56 1 0 0 15 0 22 0 831292188 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21039] ppid=21033 vsize=10557056 CPUtime=0.56 cores=0,2,4,6
/proc/21035/task/21039/stat : 21039 (java) S 21033 21035 20304 0 -1 4202560 5725 0 0 0 55 1 0 0 15 0 22 0 831292188 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21040] ppid=21033 vsize=10557056 CPUtime=0.63 cores=0,2,4,6
/proc/21035/task/21040/stat : 21040 (java) S 21033 21035 20304 0 -1 4202560 6797 0 0 0 62 1 0 0 15 0 22 0 831292188 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21041] ppid=21033 vsize=10557056 CPUtime=0.44 cores=0,2,4,6
/proc/21035/task/21041/stat : 21041 (java) S 21033 21035 20304 0 -1 4202560 4891 0 0 0 44 0 0 0 15 0 22 0 831292188 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=21035/tid=21042] ppid=21033 vsize=10557056 CPUtime=0.58 cores=0,2,4,6
/proc/21035/task/21042/stat : 21042 (java) S 21033 21035 20304 0 -1 4202560 5739 0 0 0 58 0 0 0 16 0 22 0 831292188 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21043] ppid=21033 vsize=10557056 CPUtime=0.54 cores=0,2,4,6
/proc/21035/task/21043/stat : 21043 (java) S 21033 21035 20304 0 -1 4202560 5646 0 0 0 54 0 0 0 16 0 22 0 831292188 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21044] ppid=21033 vsize=10557056 CPUtime=0.69 cores=0,2,4,6
/proc/21035/task/21044/stat : 21044 (java) S 21033 21035 20304 0 -1 4202560 9670 0 0 0 68 1 0 0 16 0 22 0 831292188 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21045] ppid=21033 vsize=10557056 CPUtime=0.7 cores=0,2,4,6
/proc/21035/task/21045/stat : 21045 (java) S 21033 21035 20304 0 -1 4202560 10096 0 0 0 69 1 0 0 16 0 22 0 831292188 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=21035/tid=21046] ppid=21033 vsize=10557056 CPUtime=16.7 cores=0,2,4,6
/proc/21035/task/21046/stat : 21046 (java) S 21033 21035 20304 0 -1 4202560 42638 0 0 0 1666 4 0 0 15 0 22 0 831292189 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512508416 0 0 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
[pid=21035/tid=21047] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21047/stat : 21047 (java) S 21033 21035 20304 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831292189 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21048] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21048/stat : 21048 (java) S 21033 21035 20304 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831292189 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21049] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21049/stat : 21049 (java) S 21033 21035 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292192 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512515505 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21050] ppid=21033 vsize=10557056 CPUtime=1.72 cores=0,2,4,6
/proc/21035/task/21050/stat : 21050 (java) S 21033 21035 20304 0 -1 4202560 15202 0 0 0 170 2 0 0 15 0 22 0 831292192 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21051] ppid=21033 vsize=10557056 CPUtime=1.29 cores=0,2,4,6
/proc/21035/task/21051/stat : 21051 (java) S 21033 21035 20304 0 -1 4202560 4120 0 0 0 129 0 0 0 16 0 22 0 831292192 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=21035/tid=21052] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21052/stat : 21052 (java) S 21033 21035 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831292192 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21054] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21054/stat : 21054 (java) S 21033 21035 20304 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 831292192 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=21035/tid=21055] ppid=21033 vsize=10557056 CPUtime=831.08 cores=0,2,4,6
/proc/21035/task/21055/stat : 21055 (java) R 21033 21035 20304 0 -1 4202560 920 0 0 0 83107 1 0 0 25 0 22 0 831292296 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 46912506119747 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21035/tid=21056] ppid=21033 vsize=10557056 CPUtime=831.08 cores=0,2,4,6
/proc/21035/task/21056/stat : 21056 (java) R 21033 21035 20304 0 -1 4202560 768623 0 0 0 83024 84 0 0 25 0 22 0 831292296 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 46912506208346 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21035/tid=21057] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21057/stat : 21057 (java) S 21033 21035 20304 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831292305 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21058] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21058/stat : 21058 (java) S 21033 21035 20304 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831292305 10810425344 947689 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1687.81
Current children cumulated vsize (KiB) 10557056

[startup+851.101 s]
/proc/loadavg: 3.01 3.23 3.40 4/559 21146
/proc/meminfo: memFree=13817564/32950928 swapFree=34259960/67111528
[pid=21035] ppid=21033 vsize=10557056 CPUtime=1689.05 cores=0,2,4,6
/proc/21035/stat : 21035 (java) S 21033 21035 20304 0 -1 4202496 961652 0 1 0 168791 114 0 0 25 0 20 0 831292186 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21035/statm: 2639264 947690 2268 9 0 2629998 0
[pid=21035/tid=21036] ppid=21033 vsize=10557056 CPUtime=1.09 cores=0,2,4,6
/proc/21035/task/21036/stat : 21036 (java) S 21033 21035 20304 0 -1 4202560 74546 0 1 0 99 10 0 0 15 0 20 0 831292186 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21038] ppid=21033 vsize=10557056 CPUtime=0.57 cores=0,2,4,6
/proc/21035/task/21038/stat : 21038 (java) S 21033 21035 20304 0 -1 4202560 5832 0 0 0 56 1 0 0 15 0 20 0 831292188 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21039] ppid=21033 vsize=10557056 CPUtime=0.56 cores=0,2,4,6
/proc/21035/task/21039/stat : 21039 (java) S 21033 21035 20304 0 -1 4202560 5725 0 0 0 55 1 0 0 15 0 20 0 831292188 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21040] ppid=21033 vsize=10557056 CPUtime=0.63 cores=0,2,4,6
/proc/21035/task/21040/stat : 21040 (java) S 21033 21035 20304 0 -1 4202560 6797 0 0 0 62 1 0 0 15 0 20 0 831292188 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21041] ppid=21033 vsize=10557056 CPUtime=0.44 cores=0,2,4,6
/proc/21035/task/21041/stat : 21041 (java) S 21033 21035 20304 0 -1 4202560 4891 0 0 0 44 0 0 0 15 0 20 0 831292188 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=21035/tid=21042] ppid=21033 vsize=10557056 CPUtime=0.58 cores=0,2,4,6
/proc/21035/task/21042/stat : 21042 (java) S 21033 21035 20304 0 -1 4202560 5739 0 0 0 58 0 0 0 16 0 20 0 831292188 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21043] ppid=21033 vsize=10557056 CPUtime=0.54 cores=0,2,4,6
/proc/21035/task/21043/stat : 21043 (java) S 21033 21035 20304 0 -1 4202560 5646 0 0 0 54 0 0 0 16 0 20 0 831292188 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21044] ppid=21033 vsize=10557056 CPUtime=0.69 cores=0,2,4,6
/proc/21035/task/21044/stat : 21044 (java) S 21033 21035 20304 0 -1 4202560 9670 0 0 0 68 1 0 0 16 0 20 0 831292188 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21045] ppid=21033 vsize=10557056 CPUtime=0.7 cores=0,2,4,6
/proc/21035/task/21045/stat : 21045 (java) S 21033 21035 20304 0 -1 4202560 10096 0 0 0 69 1 0 0 16 0 20 0 831292188 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=21035/tid=21046] ppid=21033 vsize=10557056 CPUtime=16.7 cores=0,2,4,6
/proc/21035/task/21046/stat : 21046 (java) S 21033 21035 20304 0 -1 4202560 42638 0 0 0 1666 4 0 0 15 0 20 0 831292189 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512508416 0 0 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
[pid=21035/tid=21047] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21047/stat : 21047 (java) S 21033 21035 20304 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 20 0 831292189 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21048] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21048/stat : 21048 (java) S 21033 21035 20304 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 20 0 831292189 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21049] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21049/stat : 21049 (java) S 21033 21035 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 831292192 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512515505 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21050] ppid=21033 vsize=10557056 CPUtime=1.72 cores=0,2,4,6
/proc/21035/task/21050/stat : 21050 (java) S 21033 21035 20304 0 -1 4202560 15202 0 0 0 170 2 0 0 15 0 20 0 831292192 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21051] ppid=21033 vsize=10557056 CPUtime=1.3 cores=0,2,4,6
/proc/21035/task/21051/stat : 21051 (java) S 21033 21035 20304 0 -1 4202560 4121 0 0 0 130 0 0 0 15 0 20 0 831292192 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=21035/tid=21052] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21052/stat : 21052 (java) S 21033 21035 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 831292192 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21054] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21054/stat : 21054 (java) S 21033 21035 20304 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 20 0 831292192 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=21035/tid=21056] ppid=21033 vsize=10557056 CPUtime=831.86 cores=0,2,4,6
/proc/21035/task/21056/stat : 21056 (java) R 21033 21035 20304 0 -1 4202560 768623 0 0 0 83102 84 0 0 25 0 20 0 831292296 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 46912506207858 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=21035/tid=21058] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21058/stat : 21058 (java) S 21033 21035 20304 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 20 0 831292305 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1689.05
Current children cumulated vsize (KiB) 10557056

[startup+851.301 s]
/proc/loadavg: 3.01 3.23 3.40 2/556 21146
/proc/meminfo: memFree=13798740/32950928 swapFree=34259960/67111528
[pid=21035] ppid=21033 vsize=10557056 CPUtime=1689.23 cores=0,2,4,6
/proc/21035/stat : 21035 (java) S 21033 21035 20304 0 -1 4202496 961652 0 1 0 168809 114 0 0 25 0 19 0 831292186 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21035/statm: 2639264 947690 2268 9 0 2629998 0
[pid=21035/tid=21036] ppid=21033 vsize=10557056 CPUtime=1.09 cores=0,2,4,6
/proc/21035/task/21036/stat : 21036 (java) R 21033 21035 20304 0 -1 4202560 74546 0 1 0 99 10 0 0 15 0 19 0 831292186 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512508416 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=21035/tid=21038] ppid=21033 vsize=10557056 CPUtime=0.57 cores=0,2,4,6
/proc/21035/task/21038/stat : 21038 (java) S 21033 21035 20304 0 -1 4202560 5832 0 0 0 56 1 0 0 15 0 19 0 831292188 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21039] ppid=21033 vsize=10557056 CPUtime=0.56 cores=0,2,4,6
/proc/21035/task/21039/stat : 21039 (java) S 21033 21035 20304 0 -1 4202560 5725 0 0 0 55 1 0 0 15 0 19 0 831292188 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21040] ppid=21033 vsize=10557056 CPUtime=0.63 cores=0,2,4,6
/proc/21035/task/21040/stat : 21040 (java) S 21033 21035 20304 0 -1 4202560 6797 0 0 0 62 1 0 0 15 0 19 0 831292188 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21041] ppid=21033 vsize=10557056 CPUtime=0.44 cores=0,2,4,6
/proc/21035/task/21041/stat : 21041 (java) S 21033 21035 20304 0 -1 4202560 4891 0 0 0 44 0 0 0 15 0 19 0 831292188 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=21035/tid=21042] ppid=21033 vsize=10557056 CPUtime=0.58 cores=0,2,4,6
/proc/21035/task/21042/stat : 21042 (java) S 21033 21035 20304 0 -1 4202560 5739 0 0 0 58 0 0 0 16 0 19 0 831292188 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21043] ppid=21033 vsize=10557056 CPUtime=0.54 cores=0,2,4,6
/proc/21035/task/21043/stat : 21043 (java) S 21033 21035 20304 0 -1 4202560 5646 0 0 0 54 0 0 0 16 0 19 0 831292188 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21044] ppid=21033 vsize=10557056 CPUtime=0.69 cores=0,2,4,6
/proc/21035/task/21044/stat : 21044 (java) S 21033 21035 20304 0 -1 4202560 9670 0 0 0 68 1 0 0 16 0 19 0 831292188 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 6 0 0 0
[pid=21035/tid=21045] ppid=21033 vsize=10557056 CPUtime=0.7 cores=0,2,4,6
/proc/21035/task/21045/stat : 21045 (java) S 21033 21035 20304 0 -1 4202560 10096 0 0 0 69 1 0 0 16 0 19 0 831292188 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=21035/tid=21046] ppid=21033 vsize=10557056 CPUtime=16.7 cores=0,2,4,6
/proc/21035/task/21046/stat : 21046 (java) S 21033 21035 20304 0 -1 4202560 42638 0 0 0 1666 4 0 0 15 0 19 0 831292189 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512508416 0 0 0 16800975 18446604452924895680 0 0 -1 0 0 0 0
[pid=21035/tid=21047] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21047/stat : 21047 (java) S 21033 21035 20304 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831292189 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21048] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21048/stat : 21048 (java) S 21033 21035 20304 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 831292189 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21049] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21049/stat : 21049 (java) S 21033 21035 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831292192 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512515505 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21050] ppid=21033 vsize=10557056 CPUtime=1.72 cores=0,2,4,6
/proc/21035/task/21050/stat : 21050 (java) S 21033 21035 20304 0 -1 4202560 15202 0 0 0 170 2 0 0 15 0 19 0 831292192 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21051] ppid=21033 vsize=10557056 CPUtime=1.3 cores=0,2,4,6
/proc/21035/task/21051/stat : 21051 (java) S 21033 21035 20304 0 -1 4202560 4121 0 0 0 130 0 0 0 15 0 19 0 831292192 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=21035/tid=21052] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21052/stat : 21052 (java) S 21033 21035 20304 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831292192 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512507801 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
[pid=21035/tid=21054] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21054/stat : 21054 (java) S 21033 21035 20304 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 19 0 831292192 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 4 0 0 0
[pid=21035/tid=21058] ppid=21033 vsize=10557056 CPUtime=0 cores=0,2,4,6
/proc/21035/task/21058/stat : 21058 (java) S 21033 21035 20304 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 831292305 10810425344 947690 33554432000 1073741824 1073778376 140736156082992 18446744073709551615 254512508416 0 4 0 16800975 18446604452924895680 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1689.23
Current children cumulated vsize (KiB) 10557056

[startup+851.42 s]
/proc/loadavg: 3.01 3.23 3.40 2/556 21146
/proc/meminfo: memFree=13798740/32950928 swapFree=34259960/67111528
[pid=21035] ppid=21033 vsize=0 CPUtime=1689.36 cores=0,2,4,6
/proc/21035/stat : 21035 (java) R 21033 21035 20304 0 -1 4203524 961663 0 1 0 168815 121 0 0 18 0 1 0 831292186 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21035/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1689.36
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 851.484
CPU time (s): 1689.44
CPU user time (s): 1688.16
CPU system time (s): 1.28081
CPU usage (%): 198.411
Max. virtual memory (cumulated for all children) (KiB): 10557056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1688.16
system time used= 1.2808
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 961663
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= 22023
involuntary context switches= 10639

runsolver used 4.67029 second user time and 10.1625 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-04 16:15:55
IDJOB=3455455
IDBENCH=73956
IDSOLVER=1950
FILE ID=node149/3455455-1307196955
RUNJOBID= node149-1307194773-20322
PBS_JOBID= 13508866
Free space on /tmp= 73760 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12047_10-unsat.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455455-1307196955/watcher-3455455-1307196955 -o /tmp/evaluation-result-3455455-1307196955/solver-3455455-1307196955 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455455-1307196955.opb

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

MD5SUM BENCH= 185b639ab7915adc40998376a286d172
RANDOM SEED=1084664482

node149.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.806
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.61
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.806
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.83
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.806
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.83
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.806
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	: 5332.73
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.806
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.82
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.806
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.75
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.806
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.82
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.806
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:     32950928 kB
MemFree:      17928524 kB
Buffers:        339368 kB
Cached:        3292092 kB
SwapCached:     123196 kB
Active:        3955944 kB
Inactive:     10723512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17928524 kB
SwapTotal:    67111528 kB
SwapFree:     34259960 kB
Dirty:            3280 kB
Writeback:           0 kB
AnonPages:    10949240 kB
Mapped:          26276 kB
Slab:           148596 kB
PageTables:     124620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 183477232 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73760 MiB
End job on node149 at 2011-06-04 16:30:07