Trace number 3689394

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.12 906.258

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-61.opb
MD5SUM242cdc00579036e1487a0255b4e1d84c
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3689394-1337881794.opb
0.10/0.12	c reading problem ... 
3.41/2.06	c ... done. Wall clock time 1.943s.
3.41/2.06	c declared #vars     10086
3.41/2.06	c #constraints  226608
3.41/2.06	c constraints type 
3.41/2.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155859
3.41/2.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
3.41/2.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47809
3.41/2.06	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
3.41/2.06	c 226608 constraints processed.
3.41/2.06	c constraints type 
3.41/2.06	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47809
3.41/2.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155859
3.41/2.06	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
3.41/2.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22218
3.41/2.06	c 226608 constraints processed.
8.70/4.24	c cleaning 0 clauses out of 5003 with flag 0/5003
9.20/4.59	c cleaning 2442 clauses out of 5000 with flag 5000/5000
13.29/6.61	c cleaning 4245 clauses out of 8558 with flag 11000/11000
14.33/7.28	c cleaning 0 clauses out of 11000 with flag 0/11000
17.55/8.97	c cleaning 5600 clauses out of 11313 with flag 18000/18000
21.45/10.91	c cleaning 0 clauses out of 18001 with flag 0/18001
22.65/11.65	c cleaning 6837 clauses out of 13714 with flag 26001/26001
28.26/14.53	c cleaning 7862 clauses out of 15876 with flag 35000/35000
32.02/16.42	c cleaning 0 clauses out of 26002 with flag 0/26002
36.30/18.64	c cleaning 8982 clauses out of 18012 with flag 45000/45000
42.51/21.89	c cleaning 9975 clauses out of 20029 with flag 56000/56000
49.35/25.31	c cleaning 11006 clauses out of 22053 with flag 68000/68000
57.66/29.64	c cleaning 12018 clauses out of 24048 with flag 81002/81002
64.04/32.95	c cleaning 12964 clauses out of 26028 with flag 95000/95000
71.61/36.88	c cleaning 13980 clauses out of 28065 with flag 110001/110001
77.19/39.76	c cleaning 14995 clauses out of 30085 with flag 126001/126001
85.49/44.04	c cleaning 16028 clauses out of 32090 with flag 143001/143001
87.06/44.97	c cleaning 0 clauses out of 35000 with flag 0/35000
92.03/47.53	c cleaning 16987 clauses out of 34062 with flag 161001/161001
105.41/54.36	c cleaning 18024 clauses out of 36074 with flag 180000/180000
114.50/59.05	c cleaning 18998 clauses out of 38051 with flag 200001/200001
128.48/66.14	c cleaning 20004 clauses out of 40052 with flag 221001/221001
139.08/71.58	c cleaning 21001 clauses out of 42047 with flag 243000/243000
158.69/81.46	c cleaning 22012 clauses out of 44046 with flag 266000/266000
174.93/89.76	c cleaning 23010 clauses out of 46034 with flag 290000/290000
187.10/95.96	c cleaning 23997 clauses out of 48025 with flag 315001/315001
189.06/97.05	c cleaning 0 clauses out of 45000 with flag 0/45000
201.42/103.33	c cleaning 24961 clauses out of 50028 with flag 341001/341001
222.67/114.19	c cleaning 25963 clauses out of 52066 with flag 368000/368000
244.06/124.92	c cleaning 26965 clauses out of 54105 with flag 396002/396002
255.21/130.69	c cleaning 28000 clauses out of 56138 with flag 425000/425000
272.15/139.22	c cleaning 29025 clauses out of 58139 with flag 455001/455001
289.80/148.23	c cleaning 29913 clauses out of 60113 with flag 486000/486000
317.36/162.17	c cleaning 31051 clauses out of 62200 with flag 518000/518000
349.84/178.41	c cleaning 32030 clauses out of 64151 with flag 551002/551002
368.06/187.68	c cleaning 0 clauses out of 56000 with flag 0/56000
387.54/197.54	c cleaning 32972 clauses out of 66122 with flag 585003/585003
410.12/208.98	c cleaning 34043 clauses out of 68147 with flag 620000/620000
434.46/221.20	c cleaning 35018 clauses out of 70110 with flag 656006/656006
486.88/247.55	c cleaning 36033 clauses out of 72092 with flag 693006/693006
515.96/262.29	c cleaning 0 clauses out of 68000 with flag 0/68000
529.29/269.02	c cleaning 36976 clauses out of 74053 with flag 731000/731000
579.53/294.21	c cleaning 38020 clauses out of 76077 with flag 770000/770000
633.47/321.24	c cleaning 39016 clauses out of 78057 with flag 810000/810000
664.98/337.13	c cleaning 0 clauses out of 81000 with flag 0/81000
684.78/347.16	c cleaning 40014 clauses out of 80041 with flag 851000/851000
741.21/375.32	c cleaning 40991 clauses out of 82029 with flag 893002/893002
790.97/400.21	c cleaning 42008 clauses out of 84036 with flag 936000/936000
839.00/424.35	c cleaning 42999 clauses out of 86028 with flag 980000/980000
889.81/449.77	c cleaning 44004 clauses out of 88029 with flag 1025000/1025000
946.37/478.02	c cleaning 45002 clauses out of 90025 with flag 1071000/1071000
1001.60/505.74	c cleaning 46002 clauses out of 92028 with flag 1118005/1118005
1052.74/531.40	c cleaning 46994 clauses out of 94022 with flag 1166001/1166001
1114.91/562.57	c cleaning 48013 clauses out of 96027 with flag 1215000/1215000
1171.84/591.08	c cleaning 49000 clauses out of 98017 with flag 1265003/1265003
1221.75/616.03	c cleaning 50005 clauses out of 100015 with flag 1316001/1316001
1231.00/620.92	c cleaning 0 clauses out of 95000 with flag 0/95000
1263.77/637.40	c cleaning 50968 clauses out of 102009 with flag 1368000/1368000
1304.03/657.63	c cleaning 52012 clauses out of 104041 with flag 1421000/1421000
1335.20/673.36	c cleaning 52973 clauses out of 106029 with flag 1475000/1475000
1379.26/695.57	c cleaning 53992 clauses out of 108058 with flag 1530002/1530002
1425.17/718.55	c cleaning 54886 clauses out of 110064 with flag 1586000/1586000
1465.61/738.84	c cleaning 56006 clauses out of 112179 with flag 1643001/1643001
1522.54/767.32	c cleaning 56918 clauses out of 114172 with flag 1701000/1701000
1599.58/805.94	c cleaning 58022 clauses out of 116254 with flag 1760000/1760000
1677.89/845.08	c cleaning 59087 clauses out of 118233 with flag 1820001/1820001
1793.09/902.58	c cleaning 59971 clauses out of 120145 with flag 1881000/1881000
1800.12/906.21	c starts		: 210
1800.12/906.21	c conflicts		: 1885815
1800.12/906.21	c decisions		: 6419383
1800.12/906.21	c propagations		: 764762686
1800.12/906.21	c inspects		: 7435995815
1800.12/906.21	c shortcuts		: 0
1800.12/906.21	c learnt literals	: 6
1800.12/906.21	c learnt binary clauses	: 912
1800.12/906.21	c learnt ternary clauses	: 2435
1800.12/906.21	c learnt constraints	: 1885809
1800.12/906.21	c ignored constraints	: 0
1800.12/906.21	c root simplifications	: 0
1800.12/906.21	c removed literals (reason simplification)	: 63072508
1800.12/906.21	c reason swapping (by a shorter reason)	: 0
1800.12/906.21	c Calls to reduceDB	: 57
1800.12/906.21	c number of reductions to clauses (during analyze)	: 0
1800.12/906.21	c number of learned constraints concerned by reduction	: 0
1800.12/906.21	c number of learning phase by resolution	: 0
1800.12/906.21	c number of learning phase by cutting planes	: 0
1800.12/906.21	c speed (assignments/second)	: 845856.231798781
1800.12/906.21	c non guided choices	271789
1800.12/906.24	c learnt constraints type 
1800.12/906.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 912
1800.12/906.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 64110
1800.12/906.24	c constraints type 
1800.12/906.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155859
1800.12/906.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
1800.12/906.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47809
1800.12/906.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
1800.12/906.24	c 226608 constraints processed.
1800.12/906.24	c constraints type 
1800.12/906.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47809
1800.12/906.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155859
1800.12/906.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
1800.12/906.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22218
1800.12/906.24	c 226608 constraints processed.
1800.12/906.24	s UNKNOWN
1800.12/906.24	c Total wall clock time (in seconds): 906.123

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3689394-1337881794/watcher-3689394-1337881794 -o /tmp/evaluation-result-3689394-1337881794/solver-3689394-1337881794 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689394-1337881794.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.81 2.93 3.06 5/195 4836
/proc/meminfo: memFree=27303372/32873852 swapFree=6848/6848
[pid=4836] ppid=4834 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/4836/stat : 4836 (java) R 4834 4836 718 0 -1 4202496 655 0 0 0 0 0 0 0 20 0 1 0 254304882 23793664 382 33554432000 1073741824 1073778376 140736820097360 140736820086424 229346687539 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4836/statm: 5809 394 302 9 0 128 0

[startup+0.067949 s]
/proc/loadavg: 2.81 2.93 3.06 5/195 4836
/proc/meminfo: memFree=27303372/32873852 swapFree=6848/6848
[pid=4836] ppid=4834 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/4836/stat : 4836 (java) S 4834 4836 718 0 -1 4202496 3221 0 1 0 4 1 0 0 20 0 18 0 254304882 9787813888 4429 33554432000 1073741824 1073778376 140736820097360 140736820088496 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4836/statm: 2389603 4429 1759 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100335 s]
/proc/loadavg: 2.81 2.93 3.06 5/195 4836
/proc/meminfo: memFree=27303372/32873852 swapFree=6848/6848
[pid=4836] ppid=4834 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/4836/stat : 4836 (java) S 4834 4836 718 0 -1 4202496 4312 0 1 0 9 1 0 0 20 0 18 0 254304882 9787813888 5509 33554432000 1073741824 1073778376 140736820097360 140736820088496 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4836/statm: 2389603 5509 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300298 s]
/proc/loadavg: 2.81 2.93 3.06 5/195 4836
/proc/meminfo: memFree=27303372/32873852 swapFree=6848/6848
[pid=4836] ppid=4834 vsize=9558412 CPUtime=0.49 cores=1,3,5,7
/proc/4836/stat : 4836 (java) S 4834 4836 718 0 -1 4202496 5417 0 1 0 47 2 0 0 20 0 18 0 254304882 9787813888 8830 33554432000 1073741824 1073778376 140736820097360 140736820088496 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4836/statm: 2389603 8830 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558412

[startup+0.700328 s]
/proc/loadavg: 2.81 2.93 3.06 5/195 4836
/proc/meminfo: memFree=27303372/32873852 swapFree=6848/6848
[pid=4836] ppid=4834 vsize=9558412 CPUtime=1.44 cores=1,3,5,7
/proc/4836/stat : 4836 (java) S 4834 4836 718 0 -1 4202496 12993 0 1 0 138 6 0 0 20 0 18 0 254304882 9787813888 44452 33554432000 1073741824 1073778376 140736820097360 140736820088496 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4836/statm: 2389603 44452 2248 9 0 2380296 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 9558412

[startup+1.50088 s]
/proc/loadavg: 2.81 2.93 3.06 4/213 4854
/proc/meminfo: memFree=27115364/32873852 swapFree=6848/6848
[pid=4836] ppid=4834 vsize=9558412 CPUtime=2.7 cores=1,3,5,7
/proc/4836/stat : 4836 (java) S 4834 4836 718 0 -1 4202496 14144 0 1 0 253 17 0 0 20 0 18 0 254304882 9787813888 87254 33554432000 1073741824 1073778376 140736820097360 140736820088496 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4836/statm: 2389603 87254 2248 9 0 2380296 0
[pid=4836/tid=4838] ppid=4834 vsize=9558412 CPUtime=1.36 cores=1,3,5,7
/proc/4836/task/4838/stat : 4838 (java) R 4834 4836 718 0 -1 4202560 2562 0 1 0 131 5 0 0 20 0 18 0 254304883 9787813888 87254 33554432000 1073741824 1073778376 140736820097360 140414592711848 140414443541121 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4836/tid=4839] ppid=4834 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/4836/task/4839/stat : 4839 (java) S 4834 4836 718 0 -1 4202560 30 0 0 0 5 3 0 0 20 0 18 0 254304883 9787813888 87254 33554432000 1073741824 1073778376 140736820097360 140414565165608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4840] ppid=4834 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/4836/task/4840/stat : 4840 (java) S 4834 4836 718 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 18 0 254304883 9787813888 87254 33554432000 1073741824 1073778376 140736820097360 140414564112808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4841] ppid=4834 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/4836/task/4841/stat : 4841 (java) S 4834 4836 718 0 -1 4202560 14 0 0 0 2 1 0 0 20 0 18 0 254304883 9787813888 87254 33554432000 1073741824 1073778376 140736820097360 140414563060008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4842] ppid=4834 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/4836/task/4842/stat : 4842 (java) S 4834 4836 718 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 18 0 254304883 9787813888 87254 33554432000 1073741824 1073778376 140736820097360 140414562007208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4843] ppid=4834 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/4836/task/4843/stat : 4843 (java) S 4834 4836 718 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 254304883 9787813888 87254 33554432000 1073741824 1073778376 140736820097360 140414432095272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4836/tid=4844] ppid=4834 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/4836/task/4844/stat : 4844 (java) S 4834 4836 718 0 -1 4202560 17 0 0 0 2 2 0 0 20 0 18 0 254304883 9787813888 87254 33554432000 1073741824 1073778376 140736820097360 140414431042472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4836/tid=4845] ppid=4834 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/4836/task/4845/stat : 4845 (java) S 4834 4836 718 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 254304883 9787813888 87254 33554432000 1073741824 1073778376 140736820097360 140414429989672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4846] ppid=4834 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/4836/task/4846/stat : 4846 (java) S 4834 4836 718 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 18 0 254304883 9787813888 87254 33554432000 1073741824 1073778376 140736820097360 140414428936872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4847] ppid=4834 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4847/stat : 4847 (java) S 4834 4836 718 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254304885 9787813888 87254 33554432000 1073741824 1073778376 140736820097360 140413946423784 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4836/tid=4848] ppid=4834 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4848/stat : 4848 (java) S 4834 4836 718 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 254304885 9787813888 87254 33554432000 1073741824 1073778376 140736820097360 140413945369848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4849] ppid=4834 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4849/stat : 4849 (java) S 4834 4836 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254304885 9787813888 87254 33554432000 1073741824 1073778376 140736820097360 140413944316936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4850] ppid=4834 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4850/stat : 4850 (java) S 4834 4836 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254304887 9787813888 87254 33554432000 1073741824 1073778376 140736820097360 140413943265424 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4851] ppid=4834 vsize=9558412 CPUtime=0.41 cores=1,3,5,7
/proc/4836/task/4851/stat : 4851 (java) S 4834 4836 718 0 -1 4202560 4694 0 0 0 41 0 0 0 20 0 18 0 254304887 9787813888 87254 33554432000 1073741824 1073778376 140736820097360 140413942213560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4852] ppid=4834 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/4836/task/4852/stat : 4852 (java) S 4834 4836 718 0 -1 4202560 5378 0 0 0 46 1 0 0 20 0 18 0 254304888 9787813888 87254 33554432000 1073741824 1073778376 140736820097360 140413941160760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4853] ppid=4834 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4853/stat : 4853 (java) S 4834 4836 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254304888 9787813888 87254 33554432000 1073741824 1073778376 140736820097360 140413940108152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4854] ppid=4834 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4854/stat : 4854 (java) S 4834 4836 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254304888 9787813888 87254 33554432000 1073741824 1073778376 140736820097360 140413939055560 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 9558412

[startup+3.10094 s]
/proc/loadavg: 2.81 2.93 3.06 7/217 4858
/proc/meminfo: memFree=26922792/32873852 swapFree=6848/6848
[pid=4836] ppid=4834 vsize=9824668 CPUtime=6.36 cores=1,3,5,7
/proc/4836/stat : 4836 (java) S 4834 4836 718 0 -1 4202496 16041 0 1 0 610 26 0 0 20 0 22 0 254304882 10060460032 129454 33554432000 1073741824 1073778376 140736820097360 140736820088496 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4836/statm: 2456167 129454 2270 9 0 2446860 0
[pid=4836/tid=4838] ppid=4834 vsize=9824668 CPUtime=1.86 cores=1,3,5,7
/proc/4836/task/4838/stat : 4838 (java) S 4834 4836 718 0 -1 4202560 2575 0 1 0 181 5 0 0 20 0 22 0 254304883 10060460032 129454 33554432000 1073741824 1073778376 140736820097360 140414592713720 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4836/tid=4839] ppid=4834 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/4836/task/4839/stat : 4839 (java) S 4834 4836 718 0 -1 4202560 51 0 0 0 7 3 0 0 20 0 22 0 254304883 10060460032 129454 33554432000 1073741824 1073778376 140736820097360 140414565165608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4840] ppid=4834 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/4836/task/4840/stat : 4840 (java) S 4834 4836 718 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 22 0 254304883 10060460032 129454 33554432000 1073741824 1073778376 140736820097360 140414564112808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4836/tid=4841] ppid=4834 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/4836/task/4841/stat : 4841 (java) S 4834 4836 718 0 -1 4202560 23 0 0 0 4 1 0 0 20 0 22 0 254304883 10060460032 129454 33554432000 1073741824 1073778376 140736820097360 140414563060008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4842] ppid=4834 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/4836/task/4842/stat : 4842 (java) S 4834 4836 718 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 22 0 254304883 10060460032 129454 33554432000 1073741824 1073778376 140736820097360 140414562007208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4836/tid=4843] ppid=4834 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/4836/task/4843/stat : 4843 (java) S 4834 4836 718 0 -1 4202560 45 0 0 0 6 3 0 0 20 0 22 0 254304883 10060460032 129454 33554432000 1073741824 1073778376 140736820097360 140414432095272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4844] ppid=4834 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/4836/task/4844/stat : 4844 (java) S 4834 4836 718 0 -1 4202560 56 0 0 0 7 3 0 0 20 0 22 0 254304883 10060460032 129454 33554432000 1073741824 1073778376 140736820097360 140414431042472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4845] ppid=4834 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/4836/task/4845/stat : 4845 (java) S 4834 4836 718 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 22 0 254304883 10060460032 129454 33554432000 1073741824 1073778376 140736820097360 140414429989672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4846] ppid=4834 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/4836/task/4846/stat : 4846 (java) S 4834 4836 718 0 -1 4202560 34 0 0 0 5 2 0 0 20 0 22 0 254304883 10060460032 129454 33554432000 1073741824 1073778376 140736820097360 140414428936872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4847] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4847/stat : 4847 (java) S 4834 4836 718 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 254304885 10060460032 129454 33554432000 1073741824 1073778376 140736820097360 140413946423784 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4836/tid=4848] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4848/stat : 4848 (java) S 4834 4836 718 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254304885 10060460032 129454 33554432000 1073741824 1073778376 140736820097360 140413945369848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4849] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4849/stat : 4849 (java) S 4834 4836 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254304885 10060460032 129454 33554432000 1073741824 1073778376 140736820097360 140413944316936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4850] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4850/stat : 4850 (java) S 4834 4836 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254304887 10060460032 129454 33554432000 1073741824 1073778376 140736820097360 140413943265424 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4851] ppid=4834 vsize=9824668 CPUtime=0.82 cores=1,3,5,7
/proc/4836/task/4851/stat : 4851 (java) S 4834 4836 718 0 -1 4202560 4724 0 0 0 82 0 0 0 20 0 22 0 254304887 10060460032 129454 33554432000 1073741824 1073778376 140736820097360 140413942213560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4852] ppid=4834 vsize=9824668 CPUtime=0.91 cores=1,3,5,7
/proc/4836/task/4852/stat : 4852 (java) S 4834 4836 718 0 -1 4202560 6914 0 0 0 90 1 0 0 20 0 22 0 254304888 10060460032 129454 33554432000 1073741824 1073778376 140736820097360 140413941160760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4853] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4853/stat : 4853 (java) S 4834 4836 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254304888 10060460032 129454 33554432000 1073741824 1073778376 140736820097360 140413940108152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4854] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4854/stat : 4854 (java) S 4834 4836 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254304888 10060460032 129454 33554432000 1073741824 1073778376 140736820097360 140413939055560 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4855] ppid=4834 vsize=9824668 CPUtime=1.01 cores=1,3,5,7
/proc/4836/task/4855/stat : 4855 (java) R 4834 4836 718 0 -1 4202560 28 0 0 0 101 0 0 0 20 0 22 0 254305088 10060460032 129454 33554432000 1073741824 1073778376 140736820097360 140413938000392 140414443983535 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4836/tid=4856] ppid=4834 vsize=9824668 CPUtime=1.01 cores=1,3,5,7
/proc/4836/task/4856/stat : 4856 (java) R 4834 4836 718 0 -1 4202560 131 0 0 0 99 2 0 0 20 0 22 0 254305088 10060460032 129454 33554432000 1073741824 1073778376 140736820097360 140413936947560 140414443647488 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4836/tid=4857] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4857/stat : 4857 (java) S 4834 4836 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254305090 10060460032 129454 33554432000 1073741824 1073778376 140736820097360 140413935895464 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4836/tid=4858] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4858/stat : 4858 (java) S 4834 4836 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254305090 10060460032 129454 33554432000 1073741824 1073778376 140736820097360 140413934842664 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 9824668

[startup+6.30088 s]
/proc/loadavg: 2.82 2.93 3.06 5/217 4858
/proc/meminfo: memFree=26610784/32873852 swapFree=6848/6848
[pid=4836] ppid=4834 vsize=9824668 CPUtime=12.66 cores=1,3,5,7
/proc/4836/stat : 4836 (java) S 4834 4836 718 0 -1 4202496 17015 0 1 0 1227 39 0 0 20 0 22 0 254304882 10060460032 179396 33554432000 1073741824 1073778376 140736820097360 140736820088496 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4836/statm: 2456167 179396 2282 9 0 2446860 0
[pid=4836/tid=4838] ppid=4834 vsize=9824668 CPUtime=1.86 cores=1,3,5,7
/proc/4836/task/4838/stat : 4838 (java) S 4834 4836 718 0 -1 4202560 2575 0 1 0 181 5 0 0 20 0 22 0 254304883 10060460032 179396 33554432000 1073741824 1073778376 140736820097360 140414592713720 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4836/tid=4839] ppid=4834 vsize=9824668 CPUtime=0.15 cores=1,3,5,7
/proc/4836/task/4839/stat : 4839 (java) S 4834 4836 718 0 -1 4202560 71 0 0 0 12 3 0 0 20 0 22 0 254304883 10060460032 179396 33554432000 1073741824 1073778376 140736820097360 140414565165608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4840] ppid=4834 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/4836/task/4840/stat : 4840 (java) S 4834 4836 718 0 -1 4202560 28 0 0 0 5 2 0 0 20 0 22 0 254304883 10060460032 179396 33554432000 1073741824 1073778376 140736820097360 140414564112808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4841] ppid=4834 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/4836/task/4841/stat : 4841 (java) S 4834 4836 718 0 -1 4202560 42 0 0 0 9 2 0 0 20 0 22 0 254304883 10060460032 179396 33554432000 1073741824 1073778376 140736820097360 140414563060008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4836/tid=4842] ppid=4834 vsize=9824668 CPUtime=0.12 cores=1,3,5,7
/proc/4836/task/4842/stat : 4842 (java) S 4834 4836 718 0 -1 4202560 50 0 0 0 8 4 0 0 20 0 22 0 254304883 10060460032 179396 33554432000 1073741824 1073778376 140736820097360 140414562007208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4843] ppid=4834 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/4836/task/4843/stat : 4843 (java) S 4834 4836 718 0 -1 4202560 54 0 0 0 10 3 0 0 20 0 22 0 254304883 10060460032 179396 33554432000 1073741824 1073778376 140736820097360 140414432095272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4844] ppid=4834 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/4836/task/4844/stat : 4844 (java) S 4834 4836 718 0 -1 4202560 62 0 0 0 9 4 0 0 20 0 22 0 254304883 10060460032 179396 33554432000 1073741824 1073778376 140736820097360 140414431042472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4845] ppid=4834 vsize=9824668 CPUtime=0.12 cores=1,3,5,7
/proc/4836/task/4845/stat : 4845 (java) S 4834 4836 718 0 -1 4202560 48 0 0 0 9 3 0 0 20 0 22 0 254304883 10060460032 179396 33554432000 1073741824 1073778376 140736820097360 140414429989672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4846] ppid=4834 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/4836/task/4846/stat : 4846 (java) S 4834 4836 718 0 -1 4202560 54 0 0 0 9 4 0 0 20 0 22 0 254304883 10060460032 179396 33554432000 1073741824 1073778376 140736820097360 140414428936872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4847] ppid=4834 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/4836/task/4847/stat : 4847 (java) S 4834 4836 718 0 -1 4202560 514 0 0 0 40 2 0 0 20 0 22 0 254304885 10060460032 179396 33554432000 1073741824 1073778376 140736820097360 140413946423784 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4836/tid=4848] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4848/stat : 4848 (java) S 4834 4836 718 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254304885 10060460032 179396 33554432000 1073741824 1073778376 140736820097360 140413945369848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4849] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4849/stat : 4849 (java) S 4834 4836 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254304885 10060460032 179396 33554432000 1073741824 1073778376 140736820097360 140413944316936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4850] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4850/stat : 4850 (java) S 4834 4836 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254304887 10060460032 179396 33554432000 1073741824 1073778376 140736820097360 140413943265424 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4851] ppid=4834 vsize=9824668 CPUtime=0.86 cores=1,3,5,7
/proc/4836/task/4851/stat : 4851 (java) S 4834 4836 718 0 -1 4202560 4728 0 0 0 86 0 0 0 20 0 22 0 254304887 10060460032 179396 33554432000 1073741824 1073778376 140736820097360 140413942213560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4852] ppid=4834 vsize=9824668 CPUtime=1 cores=1,3,5,7
/proc/4836/task/4852/stat : 4852 (java) S 4834 4836 718 0 -1 4202560 6918 0 0 0 99 1 0 0 20 0 22 0 254304888 10060460032 179396 33554432000 1073741824 1073778376 140736820097360 140413941160760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4853] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4853/stat : 4853 (java) S 4834 4836 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254304888 10060460032 179396 33554432000 1073741824 1073778376 140736820097360 140413940108152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4854] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4854/stat : 4854 (java) S 4834 4836 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254304888 10060460032 179396 33554432000 1073741824 1073778376 140736820097360 140413939055560 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4836/tid=4855] ppid=4834 vsize=9824668 CPUtime=3.66 cores=1,3,5,7
/proc/4836/task/4855/stat : 4855 (java) R 4834 4836 718 0 -1 4202560 30 0 0 0 366 0 0 0 20 0 22 0 254305088 10060460032 179396 33554432000 1073741824 1073778376 140736820097360 140413937998792 140414443930428 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0

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

/proc/4836/statm: 2456167 578428 2286 9 0 2446860 0
[pid=4836/tid=4838] ppid=4834 vsize=9824668 CPUtime=1.91 cores=1,3,5,7
/proc/4836/task/4838/stat : 4838 (java) S 4834 4836 718 0 -1 4202560 2600 0 1 0 184 7 0 0 20 0 22 0 254304883 10060460032 578428 33554432000 1073741824 1073778376 140736820097360 140414592713720 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4836/tid=4839] ppid=4834 vsize=9824668 CPUtime=2.74 cores=1,3,5,7
/proc/4836/task/4839/stat : 4839 (java) S 4834 4836 718 0 -1 4202560 307 0 0 0 267 7 0 0 20 0 22 0 254304883 10060460032 578428 33554432000 1073741824 1073778376 140736820097360 140414565165608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4836/tid=4840] ppid=4834 vsize=9824668 CPUtime=2.59 cores=1,3,5,7
/proc/4836/task/4840/stat : 4840 (java) S 4834 4836 718 0 -1 4202560 254 0 0 0 253 6 0 0 20 0 22 0 254304883 10060460032 578428 33554432000 1073741824 1073778376 140736820097360 140414564112808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4841] ppid=4834 vsize=9824668 CPUtime=2.53 cores=1,3,5,7
/proc/4836/task/4841/stat : 4841 (java) S 4834 4836 718 0 -1 4202560 281 0 0 0 248 5 0 0 20 0 22 0 254304883 10060460032 578428 33554432000 1073741824 1073778376 140736820097360 140414563060008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4836/tid=4842] ppid=4834 vsize=9824668 CPUtime=2.58 cores=1,3,5,7
/proc/4836/task/4842/stat : 4842 (java) S 4834 4836 718 0 -1 4202560 291 0 0 0 251 7 0 0 20 0 22 0 254304883 10060460032 578428 33554432000 1073741824 1073778376 140736820097360 140414562007208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4843] ppid=4834 vsize=9824668 CPUtime=2.74 cores=1,3,5,7
/proc/4836/task/4843/stat : 4843 (java) S 4834 4836 718 0 -1 4202560 307 0 0 0 268 6 0 0 20 0 22 0 254304883 10060460032 578428 33554432000 1073741824 1073778376 140736820097360 140414432095272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4844] ppid=4834 vsize=9824668 CPUtime=2.63 cores=1,3,5,7
/proc/4836/task/4844/stat : 4844 (java) S 4834 4836 718 0 -1 4202560 295 0 0 0 255 8 0 0 20 0 22 0 254304883 10060460032 578428 33554432000 1073741824 1073778376 140736820097360 140414431042472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4836/tid=4845] ppid=4834 vsize=9824668 CPUtime=2.49 cores=1,3,5,7
/proc/4836/task/4845/stat : 4845 (java) S 4834 4836 718 0 -1 4202560 306 0 0 0 242 7 0 0 20 0 22 0 254304883 10060460032 578428 33554432000 1073741824 1073778376 140736820097360 140414429989672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4846] ppid=4834 vsize=9824668 CPUtime=2.57 cores=1,3,5,7
/proc/4836/task/4846/stat : 4846 (java) S 4834 4836 718 0 -1 4202560 308 0 0 0 250 7 0 0 20 0 22 0 254304883 10060460032 578428 33554432000 1073741824 1073778376 140736820097360 140414428936872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4836/tid=4847] ppid=4834 vsize=9824668 CPUtime=21.58 cores=1,3,5,7
/proc/4836/task/4847/stat : 4847 (java) S 4834 4836 718 0 -1 4202560 38631 0 0 0 2120 38 0 0 20 0 22 0 254304885 10060460032 578428 33554432000 1073741824 1073778376 140736820097360 140413946423784 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4836/tid=4848] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4848/stat : 4848 (java) S 4834 4836 718 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254304885 10060460032 578428 33554432000 1073741824 1073778376 140736820097360 140413945369848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4849] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4849/stat : 4849 (java) S 4834 4836 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254304885 10060460032 578428 33554432000 1073741824 1073778376 140736820097360 140413944316936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4850] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4850/stat : 4850 (java) S 4834 4836 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254304887 10060460032 578428 33554432000 1073741824 1073778376 140736820097360 140413943265424 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4851] ppid=4834 vsize=9824668 CPUtime=1.14 cores=1,3,5,7
/proc/4836/task/4851/stat : 4851 (java) S 4834 4836 718 0 -1 4202560 5508 0 0 0 112 2 0 0 20 0 22 0 254304887 10060460032 578428 33554432000 1073741824 1073778376 140736820097360 140413942213560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4852] ppid=4834 vsize=9824668 CPUtime=1.48 cores=1,3,5,7
/proc/4836/task/4852/stat : 4852 (java) S 4834 4836 718 0 -1 4202560 13021 0 0 0 146 2 0 0 20 0 22 0 254304888 10060460032 578428 33554432000 1073741824 1073778376 140736820097360 140413941160760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4853] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4853/stat : 4853 (java) S 4834 4836 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254304888 10060460032 578428 33554432000 1073741824 1073778376 140736820097360 140413940108152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4854] ppid=4834 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/4836/task/4854/stat : 4854 (java) S 4834 4836 718 0 -1 4202560 46 0 0 0 21 21 0 0 20 0 22 0 254304888 10060460032 578428 33554432000 1073741824 1073778376 140736820097360 140413939055560 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4836/tid=4855] ppid=4834 vsize=9824668 CPUtime=790.41 cores=1,3,5,7
/proc/4836/task/4855/stat : 4855 (java) R 4834 4836 718 0 -1 4202560 203 0 0 0 79027 14 0 0 20 0 22 0 254305088 10060460032 578428 33554432000 1073741824 1073778376 140736820097360 140413937998592 140414443930428 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4856] ppid=4834 vsize=9824668 CPUtime=790.35 cores=1,3,5,7
/proc/4836/task/4856/stat : 4856 (java) R 4834 4836 718 0 -1 4202560 1831 0 0 0 78979 56 0 0 20 0 22 0 254305088 10060460032 578428 33554432000 1073741824 1073778376 140736820097360 140413936946496 140414444114527 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4836/tid=4857] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4857/stat : 4857 (java) S 4834 4836 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254305090 10060460032 578428 33554432000 1073741824 1073778376 140736820097360 140413935895464 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4836/tid=4858] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4858/stat : 4858 (java) S 4834 4836 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254305090 10060460032 578428 33554432000 1073741824 1073778376 140736820097360 140413934842664 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1632.18
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.07 3.93 3.60 5/217 4952
/proc/meminfo: memFree=24263760/32873852 swapFree=6848/6848
[pid=4836] ppid=4834 vsize=9824668 CPUtime=1752.4 cores=1,3,5,7
/proc/4836/stat : 4836 (java) S 4834 4836 718 0 -1 4202496 67392 0 1 0 175069 171 0 0 20 0 22 0 254304882 10060460032 568574 33554432000 1073741824 1073778376 140736820097360 140736820088496 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4836/statm: 2456167 568574 2286 9 0 2446860 0
[pid=4836/tid=4838] ppid=4834 vsize=9824668 CPUtime=1.92 cores=1,3,5,7
/proc/4836/task/4838/stat : 4838 (java) S 4834 4836 718 0 -1 4202560 2602 0 1 0 185 7 0 0 20 0 22 0 254304883 10060460032 568574 33554432000 1073741824 1073778376 140736820097360 140414592713720 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4839] ppid=4834 vsize=9824668 CPUtime=2.93 cores=1,3,5,7
/proc/4836/task/4839/stat : 4839 (java) S 4834 4836 718 0 -1 4202560 326 0 0 0 286 7 0 0 20 0 22 0 254304883 10060460032 568574 33554432000 1073741824 1073778376 140736820097360 140414565165608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4836/tid=4840] ppid=4834 vsize=9824668 CPUtime=2.82 cores=1,3,5,7
/proc/4836/task/4840/stat : 4840 (java) S 4834 4836 718 0 -1 4202560 277 0 0 0 276 6 0 0 20 0 22 0 254304883 10060460032 568574 33554432000 1073741824 1073778376 140736820097360 140414564112808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4836/tid=4841] ppid=4834 vsize=9824668 CPUtime=2.8 cores=1,3,5,7
/proc/4836/task/4841/stat : 4841 (java) S 4834 4836 718 0 -1 4202560 299 0 0 0 274 6 0 0 20 0 22 0 254304883 10060460032 568574 33554432000 1073741824 1073778376 140736820097360 140414563060008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4836/tid=4842] ppid=4834 vsize=9824668 CPUtime=2.79 cores=1,3,5,7
/proc/4836/task/4842/stat : 4842 (java) S 4834 4836 718 0 -1 4202560 313 0 0 0 272 7 0 0 20 0 22 0 254304883 10060460032 568574 33554432000 1073741824 1073778376 140736820097360 140414562007208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4843] ppid=4834 vsize=9824668 CPUtime=2.99 cores=1,3,5,7
/proc/4836/task/4843/stat : 4843 (java) S 4834 4836 718 0 -1 4202560 327 0 0 0 293 6 0 0 20 0 22 0 254304883 10060460032 568574 33554432000 1073741824 1073778376 140736820097360 140414432095272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4844] ppid=4834 vsize=9824668 CPUtime=2.83 cores=1,3,5,7
/proc/4836/task/4844/stat : 4844 (java) S 4834 4836 718 0 -1 4202560 309 0 0 0 275 8 0 0 20 0 22 0 254304883 10060460032 568574 33554432000 1073741824 1073778376 140736820097360 140414431042472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4845] ppid=4834 vsize=9824668 CPUtime=2.71 cores=1,3,5,7
/proc/4836/task/4845/stat : 4845 (java) S 4834 4836 718 0 -1 4202560 323 0 0 0 264 7 0 0 20 0 22 0 254304883 10060460032 568574 33554432000 1073741824 1073778376 140736820097360 140414429989672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4836/tid=4846] ppid=4834 vsize=9824668 CPUtime=2.8 cores=1,3,5,7
/proc/4836/task/4846/stat : 4846 (java) S 4834 4836 718 0 -1 4202560 330 0 0 0 272 8 0 0 20 0 22 0 254304883 10060460032 568574 33554432000 1073741824 1073778376 140736820097360 140414428936872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4847] ppid=4834 vsize=9824668 CPUtime=22.04 cores=1,3,5,7
/proc/4836/task/4847/stat : 4847 (java) S 4834 4836 718 0 -1 4202560 40453 0 0 0 2163 41 0 0 20 0 22 0 254304885 10060460032 568574 33554432000 1073741824 1073778376 140736820097360 140413946423784 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4836/tid=4848] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4848/stat : 4848 (java) S 4834 4836 718 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254304885 10060460032 568574 33554432000 1073741824 1073778376 140736820097360 140413945369848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4849] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4849/stat : 4849 (java) S 4834 4836 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254304885 10060460032 568574 33554432000 1073741824 1073778376 140736820097360 140413944316936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4850] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4850/stat : 4850 (java) S 4834 4836 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254304887 10060460032 568574 33554432000 1073741824 1073778376 140736820097360 140413943265424 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4851] ppid=4834 vsize=9824668 CPUtime=1.14 cores=1,3,5,7
/proc/4836/task/4851/stat : 4851 (java) S 4834 4836 718 0 -1 4202560 5508 0 0 0 112 2 0 0 20 0 22 0 254304887 10060460032 568574 33554432000 1073741824 1073778376 140736820097360 140413942213560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4852] ppid=4834 vsize=9824668 CPUtime=1.48 cores=1,3,5,7
/proc/4836/task/4852/stat : 4852 (java) S 4834 4836 718 0 -1 4202560 13021 0 0 0 146 2 0 0 20 0 22 0 254304888 10060460032 568574 33554432000 1073741824 1073778376 140736820097360 140413941160760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4853] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4853/stat : 4853 (java) S 4834 4836 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254304888 10060460032 568574 33554432000 1073741824 1073778376 140736820097360 140413940108152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4854] ppid=4834 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/4836/task/4854/stat : 4854 (java) S 4834 4836 718 0 -1 4202560 50 0 0 0 23 22 0 0 20 0 22 0 254304888 10060460032 568574 33554432000 1073741824 1073778376 140736820097360 140413939055560 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4836/tid=4855] ppid=4834 vsize=9824668 CPUtime=849.22 cores=1,3,5,7
/proc/4836/task/4855/stat : 4855 (java) R 4834 4836 718 0 -1 4202560 212 0 0 0 84908 14 0 0 20 0 22 0 254305088 10060460032 568574 33554432000 1073741824 1073778376 140736820097360 140413937998592 140414443995469 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4856] ppid=4834 vsize=9824668 CPUtime=849.17 cores=1,3,5,7
/proc/4836/task/4856/stat : 4856 (java) R 4834 4836 718 0 -1 4202560 1854 0 0 0 84861 56 0 0 20 0 22 0 254305088 10060460032 568574 33554432000 1073741824 1073778376 140736820097360 140413936946448 140414444114616 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4836/tid=4857] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4857/stat : 4857 (java) S 4834 4836 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254305090 10060460032 568574 33554432000 1073741824 1073778376 140736820097360 140413935895464 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4836/tid=4858] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4858/stat : 4858 (java) S 4834 4836 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254305090 10060460032 568574 33554432000 1073741824 1073778376 140736820097360 140413934842664 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1752.4
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+906.201 s]
/proc/loadavg: 3.96 3.92 3.60 5/217 4952
/proc/meminfo: memFree=24270824/32873852 swapFree=6848/6848
[pid=4836] ppid=4834 vsize=9824668 CPUtime=1800.12 cores=1,3,5,7
/proc/4836/stat : 4836 (java) S 4834 4836 718 0 -1 4202496 69337 0 1 0 179838 174 0 0 20 0 22 0 254304882 10060460032 566716 33554432000 1073741824 1073778376 140736820097360 140736820088496 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/4836/statm: 2456167 566716 2286 9 0 2446860 0
[pid=4836/tid=4838] ppid=4834 vsize=9824668 CPUtime=1.92 cores=1,3,5,7
/proc/4836/task/4838/stat : 4838 (java) S 4834 4836 718 0 -1 4202560 2602 0 1 0 185 7 0 0 20 0 22 0 254304883 10060460032 566716 33554432000 1073741824 1073778376 140736820097360 140414592713720 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4839] ppid=4834 vsize=9824668 CPUtime=3.01 cores=1,3,5,7
/proc/4836/task/4839/stat : 4839 (java) S 4834 4836 718 0 -1 4202560 326 0 0 0 294 7 0 0 20 0 22 0 254304883 10060460032 566716 33554432000 1073741824 1073778376 140736820097360 140414565165608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4840] ppid=4834 vsize=9824668 CPUtime=2.94 cores=1,3,5,7
/proc/4836/task/4840/stat : 4840 (java) S 4834 4836 718 0 -1 4202560 289 0 0 0 288 6 0 0 20 0 22 0 254304883 10060460032 566716 33554432000 1073741824 1073778376 140736820097360 140414564112808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4836/tid=4841] ppid=4834 vsize=9824668 CPUtime=2.89 cores=1,3,5,7
/proc/4836/task/4841/stat : 4841 (java) S 4834 4836 718 0 -1 4202560 305 0 0 0 283 6 0 0 20 0 22 0 254304883 10060460032 566716 33554432000 1073741824 1073778376 140736820097360 140414563060008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4842] ppid=4834 vsize=9824668 CPUtime=2.88 cores=1,3,5,7
/proc/4836/task/4842/stat : 4842 (java) S 4834 4836 718 0 -1 4202560 317 0 0 0 281 7 0 0 20 0 22 0 254304883 10060460032 566716 33554432000 1073741824 1073778376 140736820097360 140414562007208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4843] ppid=4834 vsize=9824668 CPUtime=3.11 cores=1,3,5,7
/proc/4836/task/4843/stat : 4843 (java) S 4834 4836 718 0 -1 4202560 334 0 0 0 304 7 0 0 20 0 22 0 254304883 10060460032 566716 33554432000 1073741824 1073778376 140736820097360 140414432095272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4836/tid=4844] ppid=4834 vsize=9824668 CPUtime=2.94 cores=1,3,5,7
/proc/4836/task/4844/stat : 4844 (java) S 4834 4836 718 0 -1 4202560 311 0 0 0 286 8 0 0 20 0 22 0 254304883 10060460032 566716 33554432000 1073741824 1073778376 140736820097360 140414431042472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4845] ppid=4834 vsize=9824668 CPUtime=2.8 cores=1,3,5,7
/proc/4836/task/4845/stat : 4845 (java) S 4834 4836 718 0 -1 4202560 332 0 0 0 273 7 0 0 20 0 22 0 254304883 10060460032 566716 33554432000 1073741824 1073778376 140736820097360 140414429989672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4836/tid=4846] ppid=4834 vsize=9824668 CPUtime=2.91 cores=1,3,5,7
/proc/4836/task/4846/stat : 4846 (java) S 4834 4836 718 0 -1 4202560 336 0 0 0 283 8 0 0 20 0 22 0 254304883 10060460032 566716 33554432000 1073741824 1073778376 140736820097360 140414428936872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4836/tid=4847] ppid=4834 vsize=9824668 CPUtime=22.48 cores=1,3,5,7
/proc/4836/task/4847/stat : 4847 (java) S 4834 4836 718 0 -1 4202560 42337 0 0 0 2206 42 0 0 20 0 22 0 254304885 10060460032 566716 33554432000 1073741824 1073778376 140736820097360 140413946423784 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4836/tid=4848] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4848/stat : 4848 (java) S 4834 4836 718 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254304885 10060460032 566716 33554432000 1073741824 1073778376 140736820097360 140413945369848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4849] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4849/stat : 4849 (java) S 4834 4836 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254304885 10060460032 566716 33554432000 1073741824 1073778376 140736820097360 140413944316936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4850] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4850/stat : 4850 (java) S 4834 4836 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254304887 10060460032 566716 33554432000 1073741824 1073778376 140736820097360 140413943265424 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4851] ppid=4834 vsize=9824668 CPUtime=1.14 cores=1,3,5,7
/proc/4836/task/4851/stat : 4851 (java) S 4834 4836 718 0 -1 4202560 5508 0 0 0 112 2 0 0 20 0 22 0 254304887 10060460032 566716 33554432000 1073741824 1073778376 140736820097360 140413942213560 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4852] ppid=4834 vsize=9824668 CPUtime=1.48 cores=1,3,5,7
/proc/4836/task/4852/stat : 4852 (java) S 4834 4836 718 0 -1 4202560 13021 0 0 0 146 2 0 0 20 0 22 0 254304888 10060460032 566716 33554432000 1073741824 1073778376 140736820097360 140413941160760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4836/tid=4853] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4853/stat : 4853 (java) S 4834 4836 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254304888 10060460032 566716 33554432000 1073741824 1073778376 140736820097360 140413940108152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4854] ppid=4834 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/4836/task/4854/stat : 4854 (java) S 4834 4836 718 0 -1 4202560 52 0 0 0 24 22 0 0 20 0 22 0 254304888 10060460032 566716 33554432000 1073741824 1073778376 140736820097360 140413939055560 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4836/tid=4855] ppid=4834 vsize=9824668 CPUtime=872.4 cores=1,3,5,7
/proc/4836/task/4855/stat : 4855 (java) R 4834 4836 718 0 -1 4202560 216 0 0 0 87225 15 0 0 20 0 22 0 254305088 10060460032 566716 33554432000 1073741824 1073778376 140736820097360 140413937999392 140414443906860 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4836/tid=4856] ppid=4834 vsize=9824668 CPUtime=872.36 cores=1,3,5,7
/proc/4836/task/4856/stat : 4856 (java) R 4834 4836 718 0 -1 4202560 1863 0 0 0 87179 57 0 0 20 0 22 0 254305088 10060460032 566716 33554432000 1073741824 1073778376 140736820097360 140413936947712 140414444107768 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4836/tid=4857] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4857/stat : 4857 (java) S 4834 4836 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254305090 10060460032 566716 33554432000 1073741824 1073778376 140736820097360 140413935895464 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4836/tid=4858] ppid=4834 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4836/task/4858/stat : 4858 (java) S 4834 4836 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254305090 10060460032 566716 33554432000 1073741824 1073778376 140736820097360 140413934842664 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824668

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4836 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=949278
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=201665
# CPU time returned by wait4() is 1796.15
# while last known CPU time is 1800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 906.258
CPU time (s): 1800.12
CPU user time (s): 1798.38
CPU system time (s): 1.74
CPU usage (%): 198.632
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.95
system time used= 2.20167
maximum resident set size= 2915268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69371
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34631
involuntary context switches= 50226

runsolver used 3.3105 second user time and 9.32558 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-24 19:49:54
IDJOB=3689394
IDBENCH=89634
IDSOLVER=2268
FILE ID=node129/3689394-1337881794
RUNJOBID= node129-1337871881-736
PBS_JOBID= 14620075
Free space on /tmp= 71628 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-61.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689394-1337881794/watcher-3689394-1337881794 -o /tmp/evaluation-result-3689394-1337881794/solver-3689394-1337881794 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689394-1337881794.opb

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

MD5SUM BENCH= 242cdc00579036e1487a0255b4e1d84c
RANDOM SEED=156237786

node129.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        27303504 kB
Buffers:          222464 kB
Cached:          2181548 kB
SwapCached:            0 kB
Active:          2937128 kB
Inactive:        1849620 kB
Active(anon):    2385148 kB
Inactive(anon):        0 kB
Active(file):     551980 kB
Inactive(file):  1849620 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9624 kB
Writeback:             0 kB
AnonPages:       2405608 kB
Mapped:            22572 kB
Shmem:               204 kB
Slab:             627812 kB
SReclaimable:      69688 kB
SUnreclaim:       558124 kB
KernelStack:        1624 kB
PageTables:         9156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    2691428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2326528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71600 MiB
End job on node129 at 2012-05-24 20:05:03