Trace number 3689716

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.14 922.783

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K66.opb
MD5SUM03e282ee85097a100b1dfa3533d9978b
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 benchmark871.544
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3630
Total number of constraints3764
Number of constraints which are clauses3698
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint66
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 67
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version 2.3.2.v20120418
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		501472288
0.00/0.10	c Max memory 		7480803328
0.00/0.10	c Total memory 		504102912
0.00/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c c --- End Solver configuration ---
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-3689716-1337884530.opb
0.09/0.13	c reading problem ... 
0.54/0.38	c ... done. Wall clock time 0.251s.
0.54/0.38	c declared #vars     3630
0.54/0.38	c #constraints  3764
0.54/0.38	c constraints type 
0.54/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3046
0.54/0.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 66
0.54/0.38	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.54/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 650
0.54/0.38	c 3764 constraints processed.
0.54/0.38	c constraints type 
0.54/0.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 650
0.54/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3046
0.54/0.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 66
0.54/0.38	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.54/0.38	c 3764 constraints processed.
4.52/1.43	c cleaning 2467 clauses out of 4975 with flag 5001/5001
6.62/2.38	c cleaning 4240 clauses out of 8502 with flag 11001/11001
8.86/3.43	c cleaning 5604 clauses out of 11250 with flag 18001/18001
11.45/4.78	c cleaning 6760 clauses out of 13637 with flag 26002/26002
14.77/6.45	c cleaning 7845 clauses out of 15876 with flag 35003/35003
18.48/8.37	c cleaning 8944 clauses out of 18029 with flag 45004/45004
24.26/11.24	c cleaning 9880 clauses out of 20080 with flag 56000/56000
29.53/13.91	c cleaning 11034 clauses out of 22199 with flag 68000/68000
35.49/17.07	c cleaning 11993 clauses out of 24164 with flag 81000/81000
41.50/20.12	c cleaning 13062 clauses out of 26173 with flag 95002/95002
47.90/23.41	c cleaning 13960 clauses out of 28112 with flag 110003/110003
55.87/27.57	c cleaning 14851 clauses out of 30149 with flag 126000/126000
63.51/31.55	c cleaning 16013 clauses out of 32299 with flag 143001/143001
73.53/36.63	c cleaning 17018 clauses out of 34285 with flag 161000/161000
85.74/42.88	c cleaning 17902 clauses out of 36267 with flag 180000/180000
95.86/48.08	c cleaning 19028 clauses out of 38366 with flag 200001/200001
107.73/54.24	c cleaning 20038 clauses out of 40340 with flag 221003/221003
120.61/60.82	c cleaning 21096 clauses out of 42299 with flag 243000/243000
134.86/68.15	c cleaning 21974 clauses out of 44203 with flag 266000/266000
147.70/74.70	c cleaning 22895 clauses out of 46233 with flag 290005/290005
161.09/81.74	c cleaning 24091 clauses out of 48333 with flag 315000/315000
175.69/89.22	c cleaning 25011 clauses out of 50244 with flag 341004/341004
196.31/99.70	c cleaning 25908 clauses out of 52231 with flag 368002/368002
218.29/110.97	c cleaning 26846 clauses out of 54320 with flag 396000/396000
240.41/122.31	c cleaning 27998 clauses out of 56476 with flag 425002/425002
260.13/132.44	c cleaning 29011 clauses out of 58476 with flag 455000/455000
277.36/141.32	c cleaning 30192 clauses out of 60467 with flag 486002/486002
301.21/154.32	c cleaning 31089 clauses out of 62276 with flag 518003/518003
327.47/167.70	c cleaning 32066 clauses out of 64184 with flag 551000/551000
351.92/180.26	c cleaning 32826 clauses out of 66118 with flag 585000/585000
380.52/194.87	c cleaning 33975 clauses out of 68291 with flag 620000/620000
384.79/197.55	c cleaning 0 clauses out of 5000 with flag 0/5000
414.24/212.48	c cleaning 34991 clauses out of 70316 with flag 656000/656000
438.96/225.11	c cleaning 36044 clauses out of 72328 with flag 693003/693003
468.71/240.32	c cleaning 37059 clauses out of 74282 with flag 731001/731001
501.82/257.45	c cleaning 38024 clauses out of 76222 with flag 770000/770000
537.46/275.68	c cleaning 38962 clauses out of 78201 with flag 810003/810003
574.55/294.56	c cleaning 39993 clauses out of 80237 with flag 851001/851001
610.40/312.89	c cleaning 41079 clauses out of 82244 with flag 893001/893001
653.37/334.95	c cleaning 41960 clauses out of 84167 with flag 936003/936003
690.15/353.72	c cleaning 42837 clauses out of 86197 with flag 980000/980000
733.39/375.70	c cleaning 43779 clauses out of 88360 with flag 1025000/1025000
778.36/398.63	c cleaning 45219 clauses out of 90580 with flag 1071000/1071000
821.16/420.78	c cleaning 46118 clauses out of 92362 with flag 1118001/1118001
865.77/443.45	c cleaning 46924 clauses out of 94243 with flag 1166000/1166000
916.27/469.19	c cleaning 48090 clauses out of 96319 with flag 1215000/1215000
968.98/496.00	c cleaning 49059 clauses out of 98231 with flag 1265002/1265002
1020.25/522.33	c cleaning 49896 clauses out of 100170 with flag 1316000/1316000
1066.93/546.95	c cleaning 51056 clauses out of 102274 with flag 1368000/1368000
1113.01/570.40	c cleaning 51940 clauses out of 104218 with flag 1421000/1421000
1159.09/594.39	c cleaning 53056 clauses out of 106279 with flag 1475001/1475001
1207.84/619.24	c cleaning 53948 clauses out of 108228 with flag 1530007/1530007
1265.61/648.61	c cleaning 54987 clauses out of 110273 with flag 1586000/1586000
1322.36/677.59	c cleaning 56054 clauses out of 112285 with flag 1643000/1643000
1381.73/708.25	c cleaning 57018 clauses out of 114231 with flag 1701000/1701000
1440.98/738.44	c cleaning 58027 clauses out of 116212 with flag 1760000/1760000
1498.37/767.79	c cleaning 59065 clauses out of 118185 with flag 1820000/1820000
1561.28/799.84	c cleaning 60007 clauses out of 120121 with flag 1881001/1881001
1619.58/830.28	c cleaning 61029 clauses out of 122116 with flag 1943003/1943003
1689.24/865.73	c cleaning 61890 clauses out of 124084 with flag 2006000/2006000
1750.55/897.19	c cleaning 63032 clauses out of 126195 with flag 2070001/2070001
1800.14/922.71	c starts		: 223
1800.14/922.71	c conflicts		: 2133895
1800.14/922.71	c decisions		: 7245457
1800.14/922.71	c propagations		: 592808358
1800.14/922.71	c inspects		: 4551952512
1800.14/922.71	c shortcuts		: 0
1800.14/922.71	c learnt literals	: 78
1800.14/922.71	c learnt binary clauses	: 46918
1800.14/922.71	c learnt ternary clauses	: 43702
1800.14/922.71	c learnt constraints	: 2133817
1800.14/922.71	c ignored constraints	: 0
1800.14/922.71	c root simplifications	: 0
1800.14/922.71	c removed literals (reason simplification)	: 103978482
1800.14/922.71	c reason swapping (by a shorter reason)	: 0
1800.14/922.71	c Calls to reduceDB	: 60
1800.14/922.71	c number of reductions to clauses (during analyze)	: 0
1800.14/922.71	c number of learned constraints concerned by reduction	: 0
1800.14/922.71	c number of learning phase by resolution	: 0
1800.14/922.71	c number of learning phase by cutting planes	: 0
1800.14/922.71	c speed (assignments/second)	: 642739.0558116741
1800.14/922.71	c non guided choices	121
1800.14/922.76	c learnt constraints type 
1800.14/922.76	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 46919
1800.14/922.76	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 80226
1800.14/922.76	c constraints type 
1800.14/922.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3046
1800.14/922.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 66
1800.14/922.76	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.14/922.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 650
1800.14/922.76	c 3764 constraints processed.
1800.14/922.76	c constraints type 
1800.14/922.76	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 650
1800.14/922.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3046
1800.14/922.76	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 66
1800.14/922.76	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.14/922.76	c 3764 constraints processed.
1800.14/922.76	s UNKNOWN
1800.14/922.76	c Total wall clock time (in seconds): 922.633

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-3689716-1337884530/watcher-3689716-1337884530 -o /tmp/evaluation-result-3689716-1337884530/solver-3689716-1337884530 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689716-1337884530.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: 3.85 3.91 3.87 4/195 5265
/proc/meminfo: memFree=26562736/32873852 swapFree=6848/6848
[pid=5265] ppid=5263 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/5265/stat : 5265 (java) D 5263 5265 718 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254578486 9515008 183 33554432000 1073741824 1073778376 140735247568400 140735247559432 229355896501 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/5265/statm: 2323 183 140 9 0 71 0

[startup+0.106084 s]
/proc/loadavg: 3.85 3.91 3.87 4/195 5265
/proc/meminfo: memFree=26562736/32873852 swapFree=6848/6848
[pid=5265] ppid=5263 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/5265/stat : 5265 (java) S 5263 5265 718 0 -1 4202496 4258 0 1 0 8 1 0 0 20 0 18 0 254578486 9787813888 5461 33554432000 1073741824 1073778376 140737146381792 140737146372928 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5265/statm: 2389603 5461 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.200272 s]
/proc/loadavg: 3.85 3.91 3.87 4/195 5265
/proc/meminfo: memFree=26562736/32873852 swapFree=6848/6848
[pid=5265] ppid=5263 vsize=9558412 CPUtime=0.25 cores=1,3,5,7
/proc/5265/stat : 5265 (java) S 5263 5265 718 0 -1 4202496 4926 0 1 0 24 1 0 0 20 0 18 0 254578486 9787813888 6959 33554432000 1073741824 1073778376 140737146381792 140737146372928 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5265/statm: 2389603 6961 2187 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558412

[startup+0.300301 s]
/proc/loadavg: 3.85 3.91 3.87 4/195 5265
/proc/meminfo: memFree=26562736/32873852 swapFree=6848/6848
[pid=5265] ppid=5263 vsize=9558412 CPUtime=0.54 cores=1,3,5,7
/proc/5265/stat : 5265 (java) S 5263 5265 718 0 -1 4202496 7278 0 1 0 52 2 0 0 20 0 18 0 254578486 9787813888 9320 33554432000 1073741824 1073778376 140737146381792 140737146372928 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5265/statm: 2389603 9320 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558412

[startup+0.700213 s]
/proc/loadavg: 3.85 3.91 3.87 4/195 5265
/proc/meminfo: memFree=26562736/32873852 swapFree=6848/6848
[pid=5265] ppid=5263 vsize=9824668 CPUtime=2.01 cores=1,3,5,7
/proc/5265/stat : 5265 (java) S 5263 5265 718 0 -1 4202496 17312 0 1 0 197 4 0 0 20 0 22 0 254578486 10060460032 21114 33554432000 1073741824 1073778376 140737146381792 140737146372928 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5265/statm: 2456167 21114 2252 9 0 2446860 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9824668

[startup+1.50075 s]
/proc/loadavg: 3.85 3.91 3.87 7/217 5287
/proc/meminfo: memFree=26452736/32873852 swapFree=6848/6848
[pid=5265] ppid=5263 vsize=9824668 CPUtime=4.75 cores=1,3,5,7
/proc/5265/stat : 5265 (java) S 5263 5265 718 0 -1 4202496 23470 0 1 0 466 9 0 0 20 0 22 0 254578486 10060460032 52242 33554432000 1073741824 1073778376 140737146381792 140737146372928 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5265/statm: 2456167 52242 2286 9 0 2446860 0
[pid=5265/tid=5267] ppid=5263 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/5265/task/5267/stat : 5267 (java) S 5263 5265 718 0 -1 4202560 2465 0 1 0 33 1 0 0 20 0 22 0 254578487 10060460032 52242 33554432000 1073741824 1073778376 140737146381792 140182596146168 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5268] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5268/stat : 5268 (java) S 5263 5265 718 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254578488 10060460032 52242 33554432000 1073741824 1073778376 140737146381792 140182568598440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5269] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5269/stat : 5269 (java) S 5263 5265 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254578488 10060460032 52242 33554432000 1073741824 1073778376 140737146381792 140182567545896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5265/tid=5270] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5270/stat : 5270 (java) S 5263 5265 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254578488 10060460032 52242 33554432000 1073741824 1073778376 140737146381792 140182566492840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5265/tid=5271] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5271/stat : 5271 (java) S 5263 5265 718 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254578488 10060460032 52242 33554432000 1073741824 1073778376 140737146381792 140182436752168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5272] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5272/stat : 5272 (java) S 5263 5265 718 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254578488 10060460032 52242 33554432000 1073741824 1073778376 140737146381792 140182435699112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5265/tid=5273] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5273/stat : 5273 (java) S 5263 5265 718 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254578488 10060460032 52242 33554432000 1073741824 1073778376 140737146381792 140182434646568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5265/tid=5274] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5274/stat : 5274 (java) S 5263 5265 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254578488 10060460032 52242 33554432000 1073741824 1073778376 140737146381792 140182433593512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5275] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5275/stat : 5275 (java) S 5263 5265 718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254578488 10060460032 52242 33554432000 1073741824 1073778376 140737146381792 140182432540968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5276] ppid=5263 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/5265/task/5276/stat : 5276 (java) S 5263 5265 718 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 22 0 254578489 10060460032 52242 33554432000 1073741824 1073778376 140737146381792 140181950028648 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5277] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5277/stat : 5277 (java) S 5263 5265 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254578490 10060460032 52242 33554432000 1073741824 1073778376 140737146381792 140181948974968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5278] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5278/stat : 5278 (java) S 5263 5265 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254578490 10060460032 52242 33554432000 1073741824 1073778376 140737146381792 140181947921800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5279] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5279/stat : 5279 (java) S 5263 5265 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254578492 10060460032 52242 33554432000 1073741824 1073778376 140737146381792 140181946870544 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5280] ppid=5263 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/5265/task/5280/stat : 5280 (java) S 5263 5265 718 0 -1 4202560 7977 0 0 0 109 2 0 0 20 0 22 0 254578492 10060460032 52242 33554432000 1073741824 1073778376 140737146381792 140181945817400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5281] ppid=5263 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/5265/task/5281/stat : 5281 (java) S 5263 5265 718 0 -1 4202560 11596 0 0 0 104 3 0 0 20 0 22 0 254578492 10060460032 52242 33554432000 1073741824 1073778376 140737146381792 140181944764856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5265/tid=5282] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5282/stat : 5282 (java) S 5263 5265 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254578493 10060460032 52242 33554432000 1073741824 1073778376 140737146381792 140181943711992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5265/tid=5283] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5283/stat : 5283 (java) S 5263 5265 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254578493 10060460032 52242 33554432000 1073741824 1073778376 140737146381792 140181942659656 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5284] ppid=5263 vsize=9824668 CPUtime=1.03 cores=1,3,5,7
/proc/5265/task/5284/stat : 5284 (java) R 5263 5265 718 0 -1 4202560 36 0 0 0 103 0 0 0 20 0 22 0 254578524 10060460032 52242 33554432000 1073741824 1073778376 140737146381792 140181941605304 140182448431490 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=5265/tid=5285] ppid=5263 vsize=9824668 CPUtime=1.05 cores=1,3,5,7
/proc/5265/task/5285/stat : 5285 (java) R 5263 5265 718 0 -1 4202560 130 0 0 0 103 2 0 0 20 0 22 0 254578524 10060460032 52242 33554432000 1073741824 1073778376 140737146381792 140181940550504 140182448399184 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5286] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5286/stat : 5286 (java) S 5263 5265 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254578525 10060460032 52242 33554432000 1073741824 1073778376 140737146381792 140181939500328 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5265/tid=5287] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5287/stat : 5287 (java) S 5263 5265 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254578525 10060460032 52242 33554432000 1073741824 1073778376 140737146381792 140181938447784 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 9824668

[startup+3.10076 s]
/proc/loadavg: 3.85 3.91 3.87 5/217 5287
/proc/meminfo: memFree=26361756/32873852 swapFree=6848/6848
[pid=5265] ppid=5263 vsize=9824668 CPUtime=8.25 cores=1,3,5,7
/proc/5265/stat : 5265 (java) S 5263 5265 718 0 -1 4202496 23635 0 1 0 813 12 0 0 20 0 22 0 254578486 10060460032 59025 33554432000 1073741824 1073778376 140737146381792 140737146372928 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5265/statm: 2456167 59025 2286 9 0 2446860 0
[pid=5265/tid=5267] ppid=5263 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/5265/task/5267/stat : 5267 (java) S 5263 5265 718 0 -1 4202560 2465 0 1 0 33 1 0 0 20 0 22 0 254578487 10060460032 59025 33554432000 1073741824 1073778376 140737146381792 140182596146168 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5268] ppid=5263 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/5265/task/5268/stat : 5268 (java) S 5263 5265 718 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 254578488 10060460032 59025 33554432000 1073741824 1073778376 140737146381792 140182568598440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5269] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5269/stat : 5269 (java) S 5263 5265 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254578488 10060460032 59025 33554432000 1073741824 1073778376 140737146381792 140182567545896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5265/tid=5270] ppid=5263 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/5265/task/5270/stat : 5270 (java) S 5263 5265 718 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 254578488 10060460032 59025 33554432000 1073741824 1073778376 140737146381792 140182566492840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5271] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5271/stat : 5271 (java) S 5263 5265 718 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 254578488 10060460032 59025 33554432000 1073741824 1073778376 140737146381792 140182436752168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5265/tid=5272] ppid=5263 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/5265/task/5272/stat : 5272 (java) S 5263 5265 718 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 254578488 10060460032 59025 33554432000 1073741824 1073778376 140737146381792 140182435699112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5265/tid=5273] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5273/stat : 5273 (java) S 5263 5265 718 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 254578488 10060460032 59025 33554432000 1073741824 1073778376 140737146381792 140182434646568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5265/tid=5274] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5274/stat : 5274 (java) S 5263 5265 718 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254578488 10060460032 59025 33554432000 1073741824 1073778376 140737146381792 140182433593512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5275] ppid=5263 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/5265/task/5275/stat : 5275 (java) S 5263 5265 718 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 254578488 10060460032 59025 33554432000 1073741824 1073778376 140737146381792 140182432540968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5276] ppid=5263 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/5265/task/5276/stat : 5276 (java) S 5263 5265 718 0 -1 4202560 101 0 0 0 7 0 0 0 20 0 22 0 254578489 10060460032 59025 33554432000 1073741824 1073778376 140737146381792 140181950028648 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5265/tid=5277] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5277/stat : 5277 (java) S 5263 5265 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254578490 10060460032 59025 33554432000 1073741824 1073778376 140737146381792 140181948974968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5278] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5278/stat : 5278 (java) S 5263 5265 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254578490 10060460032 59025 33554432000 1073741824 1073778376 140737146381792 140181947921800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5279] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5279/stat : 5279 (java) S 5263 5265 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254578492 10060460032 59025 33554432000 1073741824 1073778376 140737146381792 140181946870544 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5280] ppid=5263 vsize=9824668 CPUtime=1.22 cores=1,3,5,7
/proc/5265/task/5280/stat : 5280 (java) S 5263 5265 718 0 -1 4202560 7977 0 0 0 120 2 0 0 20 0 22 0 254578492 10060460032 59025 33554432000 1073741824 1073778376 140737146381792 140181945817400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5281] ppid=5263 vsize=9824668 CPUtime=1.27 cores=1,3,5,7
/proc/5265/task/5281/stat : 5281 (java) S 5263 5265 718 0 -1 4202560 11648 0 0 0 124 3 0 0 20 0 22 0 254578492 10060460032 59025 33554432000 1073741824 1073778376 140737146381792 140181944764856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5265/tid=5282] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5282/stat : 5282 (java) S 5263 5265 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254578493 10060460032 59025 33554432000 1073741824 1073778376 140737146381792 140181943711992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5265/tid=5283] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5283/stat : 5283 (java) S 5263 5265 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254578493 10060460032 59025 33554432000 1073741824 1073778376 140737146381792 140181942659656 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5284] ppid=5263 vsize=9824668 CPUtime=2.54 cores=1,3,5,7
/proc/5265/task/5284/stat : 5284 (java) R 5263 5265 718 0 -1 4202560 37 0 0 0 254 0 0 0 20 0 22 0 254578524 10060460032 59025 33554432000 1073741824 1073778376 140737146381792 140181941604256 140182448365883 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=5265/tid=5285] ppid=5263 vsize=9824668 CPUtime=2.56 cores=1,3,5,7
/proc/5265/task/5285/stat : 5285 (java) R 5263 5265 718 0 -1 4202560 134 0 0 0 254 2 0 0 20 0 22 0 254578524 10060460032 59025 33554432000 1073741824 1073778376 140737146381792 140181940550848 140182448563007 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5286] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5286/stat : 5286 (java) S 5263 5265 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254578525 10060460032 59025 33554432000 1073741824 1073778376 140737146381792 140181939500328 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5265/tid=5287] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5287/stat : 5287 (java) S 5263 5265 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254578525 10060460032 59025 33554432000 1073741824 1073778376 140737146381792 140181938447784 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.25
Current children cumulated vsize (KiB) 9824668

[startup+6.30082 s]
/proc/loadavg: 3.78 3.89 3.87 5/217 5287
/proc/meminfo: memFree=26143172/32873852 swapFree=6848/6848
[pid=5265] ppid=5263 vsize=9824668 CPUtime=14.57 cores=1,3,5,7
/proc/5265/stat : 5265 (java) S 5263 5265 718 0 -1 4202496 23878 0 1 0 1440 17 0 0 20 0 22 0 254578486 10060460032 93623 33554432000 1073741824 1073778376 140737146381792 140737146372928 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5265/statm: 2456167 93623 2286 9 0 2446860 0
[pid=5265/tid=5267] ppid=5263 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/5265/task/5267/stat : 5267 (java) S 5263 5265 718 0 -1 4202560 2465 0 1 0 33 1 0 0 20 0 22 0 254578487 10060460032 93623 33554432000 1073741824 1073778376 140737146381792 140182596146168 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5268] ppid=5263 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/5265/task/5268/stat : 5268 (java) S 5263 5265 718 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 22 0 254578488 10060460032 93623 33554432000 1073741824 1073778376 140737146381792 140182568598440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5269] ppid=5263 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/5265/task/5269/stat : 5269 (java) S 5263 5265 718 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 254578488 10060460032 93623 33554432000 1073741824 1073778376 140737146381792 140182567545896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5265/tid=5270] ppid=5263 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/5265/task/5270/stat : 5270 (java) S 5263 5265 718 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 254578488 10060460032 93623 33554432000 1073741824 1073778376 140737146381792 140182566492840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5271] ppid=5263 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/5265/task/5271/stat : 5271 (java) S 5263 5265 718 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 254578488 10060460032 93623 33554432000 1073741824 1073778376 140737146381792 140182436752168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5265/tid=5272] ppid=5263 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/5265/task/5272/stat : 5272 (java) S 5263 5265 718 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 22 0 254578488 10060460032 93623 33554432000 1073741824 1073778376 140737146381792 140182435699112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5273] ppid=5263 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/5265/task/5273/stat : 5273 (java) S 5263 5265 718 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 254578488 10060460032 93623 33554432000 1073741824 1073778376 140737146381792 140182434646568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5274] ppid=5263 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/5265/task/5274/stat : 5274 (java) S 5263 5265 718 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 22 0 254578488 10060460032 93623 33554432000 1073741824 1073778376 140737146381792 140182433593512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5275] ppid=5263 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/5265/task/5275/stat : 5275 (java) S 5263 5265 718 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 254578488 10060460032 93623 33554432000 1073741824 1073778376 140737146381792 140182432540968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5265/tid=5276] ppid=5263 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/5265/task/5276/stat : 5276 (java) S 5263 5265 718 0 -1 4202560 240 0 0 0 29 0 0 0 20 0 22 0 254578489 10060460032 93623 33554432000 1073741824 1073778376 140737146381792 140181950028648 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5277] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5277/stat : 5277 (java) S 5263 5265 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254578490 10060460032 93623 33554432000 1073741824 1073778376 140737146381792 140181948974968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5278] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5278/stat : 5278 (java) S 5263 5265 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254578490 10060460032 93623 33554432000 1073741824 1073778376 140737146381792 140181947921800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5279] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5279/stat : 5279 (java) S 5263 5265 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254578492 10060460032 93623 33554432000 1073741824 1073778376 140737146381792 140181946870544 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5280] ppid=5263 vsize=9824668 CPUtime=1.27 cores=1,3,5,7
/proc/5265/task/5280/stat : 5280 (java) S 5263 5265 718 0 -1 4202560 7978 0 0 0 125 2 0 0 20 0 22 0 254578492 10060460032 93623 33554432000 1073741824 1073778376 140737146381792 140181945817400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/5265/statm: 2456167 883186 2287 9 0 2446860 0
[pid=5265/tid=5267] ppid=5263 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/5265/task/5267/stat : 5267 (java) S 5263 5265 718 0 -1 4202560 2496 0 1 0 36 3 0 0 20 0 22 0 254578487 10060460032 883186 33554432000 1073741824 1073778376 140737146381792 140182596146168 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5268] ppid=5263 vsize=9824668 CPUtime=2.41 cores=1,3,5,7
/proc/5265/task/5268/stat : 5268 (java) S 5263 5265 718 0 -1 4202560 642 0 0 0 223 18 0 0 20 0 22 0 254578488 10060460032 883186 33554432000 1073741824 1073778376 140737146381792 140182568598440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5269] ppid=5263 vsize=9824668 CPUtime=2.03 cores=1,3,5,7
/proc/5265/task/5269/stat : 5269 (java) S 5263 5265 718 0 -1 4202560 653 0 0 0 191 12 0 0 20 0 22 0 254578488 10060460032 883186 33554432000 1073741824 1073778376 140737146381792 140182567545896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5270] ppid=5263 vsize=9824668 CPUtime=2.31 cores=1,3,5,7
/proc/5265/task/5270/stat : 5270 (java) S 5263 5265 718 0 -1 4202560 1165 0 0 0 217 14 0 0 20 0 22 0 254578488 10060460032 883186 33554432000 1073741824 1073778376 140737146381792 140182566492840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5265/tid=5271] ppid=5263 vsize=9824668 CPUtime=2.07 cores=1,3,5,7
/proc/5265/task/5271/stat : 5271 (java) S 5263 5265 718 0 -1 4202560 727 0 0 0 193 14 0 0 20 0 22 0 254578488 10060460032 883186 33554432000 1073741824 1073778376 140737146381792 140182436752168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5272] ppid=5263 vsize=9824668 CPUtime=2.14 cores=1,3,5,7
/proc/5265/task/5272/stat : 5272 (java) S 5263 5265 718 0 -1 4202560 435 0 0 0 201 13 0 0 20 0 22 0 254578488 10060460032 883186 33554432000 1073741824 1073778376 140737146381792 140182435699112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5265/tid=5273] ppid=5263 vsize=9824668 CPUtime=2.2 cores=1,3,5,7
/proc/5265/task/5273/stat : 5273 (java) S 5263 5265 718 0 -1 4202560 570 0 0 0 207 13 0 0 20 0 22 0 254578488 10060460032 883186 33554432000 1073741824 1073778376 140737146381792 140182434646568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5274] ppid=5263 vsize=9824668 CPUtime=2.05 cores=1,3,5,7
/proc/5265/task/5274/stat : 5274 (java) S 5263 5265 718 0 -1 4202560 1003 0 0 0 192 13 0 0 20 0 22 0 254578488 10060460032 883186 33554432000 1073741824 1073778376 140737146381792 140182433593512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5275] ppid=5263 vsize=9824668 CPUtime=2.25 cores=1,3,5,7
/proc/5265/task/5275/stat : 5275 (java) S 5263 5265 718 0 -1 4202560 697 0 0 0 210 15 0 0 20 0 22 0 254578488 10060460032 883186 33554432000 1073741824 1073778376 140737146381792 140182432540968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5276] ppid=5263 vsize=9824668 CPUtime=51.38 cores=1,3,5,7
/proc/5265/task/5276/stat : 5276 (java) S 5263 5265 718 0 -1 4202560 2679 0 0 0 5119 19 0 0 20 0 22 0 254578489 10060460032 883186 33554432000 1073741824 1073778376 140737146381792 140181950028648 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5265/tid=5277] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5277/stat : 5277 (java) S 5263 5265 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254578490 10060460032 883186 33554432000 1073741824 1073778376 140737146381792 140181948974968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5278] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5278/stat : 5278 (java) S 5263 5265 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254578490 10060460032 883186 33554432000 1073741824 1073778376 140737146381792 140181947921800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5279] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5279/stat : 5279 (java) S 5263 5265 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254578492 10060460032 883186 33554432000 1073741824 1073778376 140737146381792 140181946870544 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5280] ppid=5263 vsize=9824668 CPUtime=1.35 cores=1,3,5,7
/proc/5265/task/5280/stat : 5280 (java) S 5263 5265 718 0 -1 4202560 7980 0 0 0 133 2 0 0 20 0 22 0 254578492 10060460032 883186 33554432000 1073741824 1073778376 140737146381792 140181945817400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5265/tid=5281] ppid=5263 vsize=9824668 CPUtime=1.57 cores=1,3,5,7
/proc/5265/task/5281/stat : 5281 (java) S 5263 5265 718 0 -1 4202560 12807 0 0 0 154 3 0 0 20 0 22 0 254578492 10060460032 883186 33554432000 1073741824 1073778376 140737146381792 140181944764856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5282] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5282/stat : 5282 (java) S 5263 5265 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254578493 10060460032 883186 33554432000 1073741824 1073778376 140737146381792 140181943711992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5265/tid=5283] ppid=5263 vsize=9824668 CPUtime=0.4 cores=1,3,5,7
/proc/5265/task/5283/stat : 5283 (java) S 5263 5265 718 0 -1 4202560 46 0 0 0 23 17 0 0 20 0 22 0 254578493 10060460032 883186 33554432000 1073741824 1073778376 140737146381792 140181942659656 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5265/tid=5284] ppid=5263 vsize=9824668 CPUtime=763.55 cores=1,3,5,7
/proc/5265/task/5284/stat : 5284 (java) R 5263 5265 718 0 -1 4202560 137 0 0 0 76343 12 0 0 20 0 22 0 254578524 10060460032 883186 33554432000 1073741824 1073778376 140737146381792 140181941605216 140182448334072 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5265/tid=5285] ppid=5263 vsize=9824668 CPUtime=763.53 cores=1,3,5,7
/proc/5265/task/5285/stat : 5285 (java) R 5263 5265 718 0 -1 4202560 1031 0 0 0 76311 42 0 0 20 0 22 0 254578524 10060460032 883186 33554432000 1073741824 1073778376 140737146381792 140181940550528 140182448517541 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5286] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5286/stat : 5286 (java) S 5263 5265 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254578525 10060460032 883186 33554432000 1073741824 1073778376 140737146381792 140181939500328 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5265/tid=5287] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5287/stat : 5287 (java) S 5263 5265 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254578525 10060460032 883186 33554432000 1073741824 1073778376 140737146381792 140181938447784 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1603.78
Current children cumulated vsize (KiB) 9824668

[startup+882.307 s]
/proc/loadavg: 3.96 3.94 3.91 5/218 5364
/proc/meminfo: memFree=25033232/32873852 swapFree=6848/6848
[pid=5265] ppid=5263 vsize=9824668 CPUtime=1720.87 cores=1,3,5,7
/proc/5265/stat : 5265 (java) S 5263 5265 718 0 -1 4202496 34426 0 1 0 171896 191 0 0 20 0 22 0 254578486 10060460032 898646 33554432000 1073741824 1073778376 140737146381792 140737146372928 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5265/statm: 2456167 898646 2287 9 0 2446860 0
[pid=5265/tid=5267] ppid=5263 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/5265/task/5267/stat : 5267 (java) S 5263 5265 718 0 -1 4202560 2497 0 1 0 36 3 0 0 20 0 22 0 254578487 10060460032 898646 33554432000 1073741824 1073778376 140737146381792 140182596146168 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5268] ppid=5263 vsize=9824668 CPUtime=2.48 cores=1,3,5,7
/proc/5265/task/5268/stat : 5268 (java) S 5263 5265 718 0 -1 4202560 652 0 0 0 230 18 0 0 20 0 22 0 254578488 10060460032 898646 33554432000 1073741824 1073778376 140737146381792 140182568598440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5269] ppid=5263 vsize=9824668 CPUtime=2.14 cores=1,3,5,7
/proc/5265/task/5269/stat : 5269 (java) S 5263 5265 718 0 -1 4202560 654 0 0 0 202 12 0 0 20 0 22 0 254578488 10060460032 898646 33554432000 1073741824 1073778376 140737146381792 140182567545896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5265/tid=5270] ppid=5263 vsize=9824668 CPUtime=2.42 cores=1,3,5,7
/proc/5265/task/5270/stat : 5270 (java) S 5263 5265 718 0 -1 4202560 1165 0 0 0 228 14 0 0 20 0 22 0 254578488 10060460032 898646 33554432000 1073741824 1073778376 140737146381792 140182566492840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5265/tid=5271] ppid=5263 vsize=9824668 CPUtime=2.29 cores=1,3,5,7
/proc/5265/task/5271/stat : 5271 (java) S 5263 5265 718 0 -1 4202560 764 0 0 0 215 14 0 0 20 0 22 0 254578488 10060460032 898646 33554432000 1073741824 1073778376 140737146381792 140182436752168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5272] ppid=5263 vsize=9824668 CPUtime=2.25 cores=1,3,5,7
/proc/5265/task/5272/stat : 5272 (java) S 5263 5265 718 0 -1 4202560 439 0 0 0 211 14 0 0 20 0 22 0 254578488 10060460032 898646 33554432000 1073741824 1073778376 140737146381792 140182435699112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5265/tid=5273] ppid=5263 vsize=9824668 CPUtime=2.29 cores=1,3,5,7
/proc/5265/task/5273/stat : 5273 (java) S 5263 5265 718 0 -1 4202560 570 0 0 0 216 13 0 0 20 0 22 0 254578488 10060460032 898646 33554432000 1073741824 1073778376 140737146381792 140182434646568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5274] ppid=5263 vsize=9824668 CPUtime=2.16 cores=1,3,5,7
/proc/5265/task/5274/stat : 5274 (java) S 5263 5265 718 0 -1 4202560 1027 0 0 0 203 13 0 0 20 0 22 0 254578488 10060460032 898646 33554432000 1073741824 1073778376 140737146381792 140182433593512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5275] ppid=5263 vsize=9824668 CPUtime=2.35 cores=1,3,5,7
/proc/5265/task/5275/stat : 5275 (java) S 5263 5265 718 0 -1 4202560 720 0 0 0 220 15 0 0 20 0 22 0 254578488 10060460032 898646 33554432000 1073741824 1073778376 140737146381792 140182432540968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5265/tid=5276] ppid=5263 vsize=9824668 CPUtime=54.72 cores=1,3,5,7
/proc/5265/task/5276/stat : 5276 (java) S 5263 5265 718 0 -1 4202560 2742 0 0 0 5452 20 0 0 20 0 22 0 254578489 10060460032 898646 33554432000 1073741824 1073778376 140737146381792 140181950028648 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5277] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5277/stat : 5277 (java) S 5263 5265 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254578490 10060460032 898646 33554432000 1073741824 1073778376 140737146381792 140181948974968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5278] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5278/stat : 5278 (java) S 5263 5265 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254578490 10060460032 898646 33554432000 1073741824 1073778376 140737146381792 140181947921800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5279] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5279/stat : 5279 (java) S 5263 5265 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254578492 10060460032 898646 33554432000 1073741824 1073778376 140737146381792 140181946870544 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5280] ppid=5263 vsize=9824668 CPUtime=1.35 cores=1,3,5,7
/proc/5265/task/5280/stat : 5280 (java) S 5263 5265 718 0 -1 4202560 7980 0 0 0 133 2 0 0 20 0 22 0 254578492 10060460032 898646 33554432000 1073741824 1073778376 140737146381792 140181945817400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5265/tid=5281] ppid=5263 vsize=9824668 CPUtime=1.57 cores=1,3,5,7
/proc/5265/task/5281/stat : 5281 (java) S 5263 5265 718 0 -1 4202560 12807 0 0 0 154 3 0 0 20 0 22 0 254578492 10060460032 898646 33554432000 1073741824 1073778376 140737146381792 140181944764856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5282] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5282/stat : 5282 (java) S 5263 5265 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254578493 10060460032 898646 33554432000 1073741824 1073778376 140737146381792 140181943711992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5265/tid=5283] ppid=5263 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/5265/task/5283/stat : 5283 (java) S 5263 5265 718 0 -1 4202560 50 0 0 0 24 19 0 0 20 0 22 0 254578493 10060460032 898646 33554432000 1073741824 1073778376 140737146381792 140181942659656 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5284] ppid=5263 vsize=9824668 CPUtime=819.82 cores=1,3,5,7
/proc/5265/task/5284/stat : 5284 (java) R 5263 5265 718 0 -1 4202560 138 0 0 0 81969 13 0 0 20 0 22 0 254578524 10060460032 898646 33554432000 1073741824 1073778376 140737146381792 140181941605216 140182448328167 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5265/tid=5285] ppid=5263 vsize=9824668 CPUtime=819.79 cores=1,3,5,7
/proc/5265/task/5285/stat : 5285 (java) R 5263 5265 718 0 -1 4202560 1033 0 0 0 81936 43 0 0 20 0 22 0 254578524 10060460032 898646 33554432000 1073741824 1073778376 140737146381792 140181940550688 140182448517569 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5286] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5286/stat : 5286 (java) S 5263 5265 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254578525 10060460032 898646 33554432000 1073741824 1073778376 140737146381792 140181939500328 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5265/tid=5287] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5287/stat : 5287 (java) S 5263 5265 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254578525 10060460032 898646 33554432000 1073741824 1073778376 140737146381792 140181938447784 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1720.87
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+922.701 s]
/proc/loadavg: 3.90 3.93 3.90 5/218 5367
/proc/meminfo: memFree=24950940/32873852 swapFree=6848/6848
[pid=5265] ppid=5263 vsize=9824668 CPUtime=1800.14 cores=1,3,5,7
/proc/5265/stat : 5265 (java) S 5263 5265 718 0 -1 4202496 34484 0 1 0 179821 193 0 0 20 0 22 0 254578486 10060460032 905833 33554432000 1073741824 1073778376 140737146381792 140737146372928 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5265/statm: 2456167 905833 2287 9 0 2446860 0
[pid=5265/tid=5267] ppid=5263 vsize=9824668 CPUtime=0.4 cores=1,3,5,7
/proc/5265/task/5267/stat : 5267 (java) S 5263 5265 718 0 -1 4202560 2498 0 1 0 36 4 0 0 20 0 22 0 254578487 10060460032 905833 33554432000 1073741824 1073778376 140737146381792 140182596146168 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5268] ppid=5263 vsize=9824668 CPUtime=2.51 cores=1,3,5,7
/proc/5265/task/5268/stat : 5268 (java) S 5263 5265 718 0 -1 4202560 656 0 0 0 233 18 0 0 20 0 22 0 254578488 10060460032 905833 33554432000 1073741824 1073778376 140737146381792 140182568598440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5265/tid=5269] ppid=5263 vsize=9824668 CPUtime=2.2 cores=1,3,5,7
/proc/5265/task/5269/stat : 5269 (java) S 5263 5265 718 0 -1 4202560 656 0 0 0 208 12 0 0 20 0 22 0 254578488 10060460032 905833 33554432000 1073741824 1073778376 140737146381792 140182567545896 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5265/tid=5270] ppid=5263 vsize=9824668 CPUtime=2.48 cores=1,3,5,7
/proc/5265/task/5270/stat : 5270 (java) S 5263 5265 718 0 -1 4202560 1167 0 0 0 234 14 0 0 20 0 22 0 254578488 10060460032 905833 33554432000 1073741824 1073778376 140737146381792 140182566492840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5265/tid=5271] ppid=5263 vsize=9824668 CPUtime=2.32 cores=1,3,5,7
/proc/5265/task/5271/stat : 5271 (java) S 5263 5265 718 0 -1 4202560 764 0 0 0 218 14 0 0 20 0 22 0 254578488 10060460032 905833 33554432000 1073741824 1073778376 140737146381792 140182436752168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5272] ppid=5263 vsize=9824668 CPUtime=2.28 cores=1,3,5,7
/proc/5265/task/5272/stat : 5272 (java) S 5263 5265 718 0 -1 4202560 440 0 0 0 214 14 0 0 20 0 22 0 254578488 10060460032 905833 33554432000 1073741824 1073778376 140737146381792 140182435699112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5265/tid=5273] ppid=5263 vsize=9824668 CPUtime=2.31 cores=1,3,5,7
/proc/5265/task/5273/stat : 5273 (java) S 5263 5265 718 0 -1 4202560 570 0 0 0 218 13 0 0 20 0 22 0 254578488 10060460032 905833 33554432000 1073741824 1073778376 140737146381792 140182434646568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5274] ppid=5263 vsize=9824668 CPUtime=2.2 cores=1,3,5,7
/proc/5265/task/5274/stat : 5274 (java) S 5263 5265 718 0 -1 4202560 1041 0 0 0 207 13 0 0 20 0 22 0 254578488 10060460032 905833 33554432000 1073741824 1073778376 140737146381792 140182433593512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5275] ppid=5263 vsize=9824668 CPUtime=2.41 cores=1,3,5,7
/proc/5265/task/5275/stat : 5275 (java) S 5263 5265 718 0 -1 4202560 720 0 0 0 226 15 0 0 20 0 22 0 254578488 10060460032 905833 33554432000 1073741824 1073778376 140737146381792 140182432540968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5276] ppid=5263 vsize=9824668 CPUtime=56.42 cores=1,3,5,7
/proc/5265/task/5276/stat : 5276 (java) S 5263 5265 718 0 -1 4202560 2773 0 0 0 5621 21 0 0 20 0 22 0 254578489 10060460032 905833 33554432000 1073741824 1073778376 140737146381792 140181950028648 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5277] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5277/stat : 5277 (java) S 5263 5265 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254578490 10060460032 905833 33554432000 1073741824 1073778376 140737146381792 140181948974968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5278] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5278/stat : 5278 (java) S 5263 5265 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254578490 10060460032 905833 33554432000 1073741824 1073778376 140737146381792 140181947921800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5279] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5279/stat : 5279 (java) S 5263 5265 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254578492 10060460032 905833 33554432000 1073741824 1073778376 140737146381792 140181946870544 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5280] ppid=5263 vsize=9824668 CPUtime=1.35 cores=1,3,5,7
/proc/5265/task/5280/stat : 5280 (java) S 5263 5265 718 0 -1 4202560 7980 0 0 0 133 2 0 0 20 0 22 0 254578492 10060460032 905833 33554432000 1073741824 1073778376 140737146381792 140181945817400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5265/tid=5281] ppid=5263 vsize=9824668 CPUtime=1.57 cores=1,3,5,7
/proc/5265/task/5281/stat : 5281 (java) S 5263 5265 718 0 -1 4202560 12807 0 0 0 154 3 0 0 20 0 22 0 254578492 10060460032 905833 33554432000 1073741824 1073778376 140737146381792 140181944764856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5265/tid=5282] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5282/stat : 5282 (java) S 5263 5265 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254578493 10060460032 905833 33554432000 1073741824 1073778376 140737146381792 140181943711992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5265/tid=5283] ppid=5263 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/5265/task/5283/stat : 5283 (java) S 5263 5265 718 0 -1 4202560 52 0 0 0 25 19 0 0 20 0 22 0 254578493 10060460032 905833 33554432000 1073741824 1073778376 140737146381792 140181942659656 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5284] ppid=5263 vsize=9824668 CPUtime=858.34 cores=1,3,5,7
/proc/5265/task/5284/stat : 5284 (java) R 5263 5265 718 0 -1 4202560 138 0 0 0 85820 14 0 0 20 0 22 0 254578524 10060460032 905833 33554432000 1073741824 1073778376 140737146381792 140181941605216 140182448498970 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5265/tid=5285] ppid=5263 vsize=9824668 CPUtime=858.3 cores=1,3,5,7
/proc/5265/task/5285/stat : 5285 (java) R 5263 5265 718 0 -1 4202560 1034 0 0 0 85786 44 0 0 20 0 22 0 254578524 10060460032 905833 33554432000 1073741824 1073778376 140737146381792 140181940550304 140182449046111 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5265/tid=5286] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5286/stat : 5286 (java) S 5263 5265 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254578525 10060460032 905833 33554432000 1073741824 1073778376 140737146381792 140181939500328 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5265/tid=5287] ppid=5263 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/5265/task/5287/stat : 5287 (java) S 5263 5265 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254578525 10060460032 905833 33554432000 1073741824 1073778376 140737146381792 140181938447784 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
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 5265 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=661322
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=373639
# CPU time returned by wait4() is 1796.04
# while last known CPU time is 1800.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 922.783
CPU time (s): 1800.14
CPU user time (s): 1798.21
CPU system time (s): 1.93
CPU usage (%): 195.077
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.66
system time used= 2.37364
maximum resident set size= 3623456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34517
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25165
involuntary context switches= 33595

runsolver used 3.38149 second user time and 8.82466 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-24 20:35:30
IDJOB=3689716
IDBENCH=90220
IDSOLVER=2268
FILE ID=node129/3689716-1337884530
RUNJOBID= node129-1337871881-736
PBS_JOBID= 14620075
Free space on /tmp= 71640 MiB

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

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

MD5SUM BENCH= 03e282ee85097a100b1dfa3533d9978b
RANDOM SEED=1966232223

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:        26562892 kB
Buffers:          225152 kB
Cached:          2175060 kB
SwapCached:            0 kB
Active:          3670580 kB
Inactive:        1856936 kB
Active(anon):    3129720 kB
Inactive(anon):        0 kB
Active(file):     540860 kB
Inactive(file):  1856936 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               468 kB
Writeback:             0 kB
AnonPages:       3148020 kB
Mapped:            22548 kB
Shmem:               204 kB
Slab:             627140 kB
SReclaimable:      69668 kB
SUnreclaim:       557472 kB
KernelStack:        1632 kB
PageTables:        10044 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    3464672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3080192 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= 71640 MiB
End job on node129 at 2012-05-24 20:50:55