Trace number 3689506

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 NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.8 900.761

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-f2000.opb
MD5SUMacba870ceff62e653e0b2927ff2b81fb
Bench CategoryOPT-SMALLINT-LIN (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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4000
Total number of constraints10500
Number of constraints which are clauses10500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 4000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4000
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4000
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.07	c version 2.3.2.v20120418
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.07	c java.vm.version	19.1-b02
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version		1.6.0_24
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.07	c os.arch		amd64
0.01/0.07	c Free memory 		501472288
0.01/0.07	c Max memory 		7480803328
0.01/0.07	c Total memory 		504102912
0.01/0.07	c Number of processors 	8
0.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c ManyCore solver with 2 solvers running in parallel
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c Expensive reason simplification
0.12/0.10	c Armin Biere (Picosat) restarts strategy
0.12/0.10	c Glucose learned constraints deletion strategy
0.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c c --- End Solver configuration ---
0.12/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Armin Biere (Picosat) restarts strategy
0.12/0.10	c Glucose learned constraints deletion strategy
0.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-3689506-1337882655.opb
0.12/0.10	c reading problem ... 
0.78/0.43	c ... done. Wall clock time 0.328s.
0.78/0.43	c declared #vars     4000
0.78/0.43	c #constraints  10500
0.78/0.43	c constraints type 
0.78/0.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8500
0.78/0.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2000
0.78/0.43	c 10500 constraints processed.
0.78/0.43	c constraints type 
0.78/0.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2000
0.78/0.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8500
0.78/0.43	c 10500 constraints processed.
0.78/0.43	c objective function length is 4000 literals
3.60/1.40	c cleaning 2497 clauses out of 5003 with flag 5003/5003
5.26/2.24	c cleaning 4249 clauses out of 8504 with flag 11001/11001
6.63/2.94	c cleaning 0 clauses out of 5002 with flag 0/5002
7.81/3.33	c cleaning 5618 clauses out of 11254 with flag 18000/18000
10.33/4.54	c cleaning 6814 clauses out of 13636 with flag 26000/26000
13.40/5.84	c cleaning 0 clauses out of 11001 with flag 0/11001
13.77/6.03	c cleaning 7906 clauses out of 15822 with flag 35000/35000
16.99/7.66	c cleaning 8956 clauses out of 17919 with flag 45003/45003
20.56/9.50	c cleaning 9972 clauses out of 19960 with flag 56000/56000
20.95/9.62	c cleaning 0 clauses out of 18000 with flag 0/18000
24.72/11.57	c cleaning 10988 clauses out of 21988 with flag 68000/68000
29.29/13.86	c cleaning 11995 clauses out of 24002 with flag 81002/81002
29.67/14.00	c cleaning 0 clauses out of 26002 with flag 0/26002
34.47/16.42	c cleaning 12996 clauses out of 26005 with flag 95000/95000
39.63/19.00	c cleaning 0 clauses out of 35000 with flag 0/35000
39.99/19.20	c cleaning 13993 clauses out of 28009 with flag 110000/110000
45.77/22.13	c cleaning 14993 clauses out of 30016 with flag 126000/126000
51.16/24.83	c cleaning 0 clauses out of 45000 with flag 0/45000
52.34/25.47	c cleaning 16001 clauses out of 32024 with flag 143001/143001
59.73/29.15	c cleaning 17006 clauses out of 34023 with flag 161001/161001
64.91/31.80	c cleaning 0 clauses out of 56000 with flag 0/56000
67.71/33.11	c cleaning 18005 clauses out of 36016 with flag 180000/180000
75.89/37.30	c cleaning 19000 clauses out of 38011 with flag 200000/200000
80.87/39.77	c cleaning 0 clauses out of 68001 with flag 0/68001
85.03/41.87	c cleaning 19998 clauses out of 40011 with flag 221000/221000
94.84/46.76	c cleaning 21000 clauses out of 42015 with flag 243002/243002
99.59/49.17	c cleaning 0 clauses out of 81002 with flag 0/81002
105.38/52.02	c cleaning 22000 clauses out of 44014 with flag 266001/266001
116.13/57.42	c cleaning 23002 clauses out of 46014 with flag 290001/290001
120.11/59.49	c cleaning 0 clauses out of 95001 with flag 0/95001
128.28/63.57	c cleaning 23999 clauses out of 48014 with flag 315003/315003
142.09/70.45	c cleaning 25004 clauses out of 50014 with flag 341002/341002
145.18/72.02	c cleaning 0 clauses out of 110000 with flag 0/110000
156.18/77.60	c cleaning 26000 clauses out of 52008 with flag 368000/368000
171.18/85.09	c cleaning 26996 clauses out of 54010 with flag 396002/396002
172.53/85.72	c cleaning 0 clauses out of 126000 with flag 0/126000
185.67/92.34	c cleaning 27993 clauses out of 56012 with flag 425000/425000
201.46/100.24	c cleaning 0 clauses out of 143000 with flag 0/143000
201.61/100.37	c cleaning 29002 clauses out of 58021 with flag 455002/455002
219.39/109.22	c cleaning 30000 clauses out of 60017 with flag 486000/486000
234.77/116.94	c cleaning 0 clauses out of 161001 with flag 0/161001
239.48/119.30	c cleaning 31003 clauses out of 62017 with flag 518000/518000
259.89/129.58	c cleaning 31993 clauses out of 64014 with flag 551000/551000
273.05/136.14	c cleaning 0 clauses out of 180005 with flag 0/180005
282.92/141.15	c cleaning 33004 clauses out of 66022 with flag 585001/585001
302.76/151.03	c cleaning 34004 clauses out of 68018 with flag 620001/620001
315.33/157.33	c cleaning 0 clauses out of 200002 with flag 0/200002
325.06/162.27	c cleaning 34997 clauses out of 70013 with flag 656000/656000
349.21/174.32	c cleaning 36004 clauses out of 72017 with flag 693001/693001
361.57/180.55	c cleaning 0 clauses out of 221001 with flag 0/221001
373.92/186.77	c cleaning 37000 clauses out of 74013 with flag 731001/731001
400.76/200.17	c cleaning 37992 clauses out of 76012 with flag 770000/770000
412.85/206.29	c cleaning 0 clauses out of 243001 with flag 0/243001
426.99/213.34	c cleaning 39001 clauses out of 78022 with flag 810002/810002
456.43/228.07	c cleaning 39993 clauses out of 80021 with flag 851002/851002
471.77/235.78	c cleaning 0 clauses out of 266002 with flag 0/266002
485.68/242.72	c cleaning 41005 clauses out of 82027 with flag 893001/893001
513.36/256.54	c cleaning 42004 clauses out of 84023 with flag 936002/936002
534.32/267.01	c cleaning 0 clauses out of 290000 with flag 0/290000
543.63/271.74	c cleaning 43002 clauses out of 86018 with flag 980001/980001
576.17/288.03	c cleaning 43996 clauses out of 88018 with flag 1025003/1025003
604.98/302.42	c cleaning 0 clauses out of 315000 with flag 0/315000
611.64/305.84	c cleaning 44999 clauses out of 90019 with flag 1071000/1071000
647.69/323.83	c cleaning 45995 clauses out of 92020 with flag 1118000/1118000
677.00/338.50	c cleaning 0 clauses out of 341000 with flag 0/341000
686.48/343.34	c cleaning 46999 clauses out of 94025 with flag 1166000/1166000
724.87/362.50	c cleaning 47991 clauses out of 96027 with flag 1215001/1215001
756.12/378.16	c cleaning 0 clauses out of 368001 with flag 0/368001
765.69/383.09	c cleaning 49010 clauses out of 98036 with flag 1265001/1265001
808.20/404.29	c cleaning 50001 clauses out of 100026 with flag 1316001/1316001
844.20/422.30	c cleaning 50994 clauses out of 102026 with flag 1368002/1368002
847.85/424.15	c cleaning 0 clauses out of 396001 with flag 0/396001
885.43/442.92	c cleaning 52006 clauses out of 104030 with flag 1421000/1421000
929.36/464.86	c cleaning 53003 clauses out of 106024 with flag 1475000/1475000
947.09/473.76	c cleaning 0 clauses out of 425000 with flag 0/425000
978.66/489.57	c cleaning 54005 clauses out of 108024 with flag 1530003/1530003
1028.64/514.58	c cleaning 55000 clauses out of 110018 with flag 1586002/1586002
1050.00/525.24	c cleaning 0 clauses out of 455003 with flag 0/455003
1077.97/539.21	c cleaning 56002 clauses out of 112017 with flag 1643001/1643001
1133.27/566.85	c cleaning 57002 clauses out of 114014 with flag 1701000/1701000
1158.72/579.64	c cleaning 0 clauses out of 486000 with flag 0/486000
1190.86/595.75	c cleaning 57992 clauses out of 116012 with flag 1760000/1760000
1244.99/622.72	c cleaning 58997 clauses out of 118022 with flag 1820002/1820002
1276.10/638.35	c cleaning 0 clauses out of 518002 with flag 0/518002
1300.69/650.74	c cleaning 60000 clauses out of 120026 with flag 1881003/1881003
1360.23/680.40	c cleaning 60992 clauses out of 122024 with flag 1943001/1943001
1407.34/703.91	c cleaning 0 clauses out of 551001 with flag 0/551001
1416.29/708.53	c cleaning 62005 clauses out of 124033 with flag 2006002/2006002
1471.46/736.10	c cleaning 63008 clauses out of 126026 with flag 2070000/2070000
1532.55/766.73	c cleaning 63999 clauses out of 128018 with flag 2135000/2135000
1552.23/776.61	c cleaning 0 clauses out of 585001 with flag 0/585001
1595.04/798.11	c cleaning 64986 clauses out of 130020 with flag 2201001/2201001
1663.44/832.24	c cleaning 66012 clauses out of 132033 with flag 2268000/2268000
1723.63/862.34	c cleaning 0 clauses out of 620000 with flag 0/620000
1730.97/866.10	c cleaning 66997 clauses out of 134023 with flag 2336002/2336002
1800.09/900.71	c starts		: 229
1800.09/900.71	c conflicts		: 2402777
1800.09/900.71	c decisions		: 3220897
1800.09/900.71	c propagations		: 931824726
1800.09/900.71	c inspects		: 7109108961
1800.09/900.71	c shortcuts		: 0
1800.09/900.71	c learnt literals	: 0
1800.09/900.71	c learnt binary clauses	: 0
1800.09/900.71	c learnt ternary clauses	: 78
1800.09/900.71	c learnt constraints	: 2402777
1800.09/900.71	c ignored constraints	: 0
1800.09/900.71	c root simplifications	: 0
1800.09/900.71	c removed literals (reason simplification)	: 36170056
1800.09/900.71	c reason swapping (by a shorter reason)	: 0
1800.09/900.71	c Calls to reduceDB	: 64
1800.09/900.71	c number of reductions to clauses (during analyze)	: 0
1800.09/900.71	c number of learned constraints concerned by reduction	: 0
1800.09/900.71	c number of learning phase by resolution	: 0
1800.09/900.71	c number of learning phase by cutting planes	: 0
1800.09/900.71	c speed (assignments/second)	: 1035109.0056975024
1800.09/900.71	c non guided choices	0
1800.09/900.74	c learnt constraints type 
1800.09/900.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 133842
1800.09/900.74	c constraints type 
1800.09/900.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8500
1800.09/900.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2000
1800.09/900.74	c 10500 constraints processed.
1800.09/900.74	c constraints type 
1800.09/900.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2000
1800.09/900.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8500
1800.09/900.75	c 10500 constraints processed.
1800.09/900.75	s UNKNOWN
1800.09/900.75	c Total wall clock time (in seconds): 900.644

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-3689506-1337882655/watcher-3689506-1337882655 -o /tmp/evaluation-result-3689506-1337882655/solver-3689506-1337882655 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689506-1337882655.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: 4.00 3.85 3.71 4/197 1947
/proc/meminfo: memFree=24686332/32873648 swapFree=7104/7104
[pid=1947] ppid=1945 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/1947/stat : 1947 (java) R 1945 1947 30487 0 -1 4202496 988 0 0 0 0 0 0 0 20 0 1 0 254390962 23793664 716 33554432000 1073741824 1073778376 140736047918512 140736047907576 214528211024 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1947/statm: 5809 716 531 9 0 128 0

[startup+0.0263449 s]
/proc/loadavg: 4.00 3.85 3.71 4/197 1947
/proc/meminfo: memFree=24686332/32873648 swapFree=7104/7104
[pid=1947] ppid=1945 vsize=9225560 CPUtime=0.01 cores=1,3,5,7
/proc/1947/stat : 1947 (java) S 1945 1947 30487 0 -1 4202496 3003 0 1 0 1 0 0 0 20 0 13 0 254390962 9446973440 3192 33554432000 1073741824 1073778376 140736047918512 140736047909648 214540779581 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1947/statm: 2306390 3192 1656 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100202 s]
/proc/loadavg: 4.00 3.85 3.71 4/197 1947
/proc/meminfo: memFree=24686332/32873648 swapFree=7104/7104
[pid=1947] ppid=1945 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/1947/stat : 1947 (java) S 1945 1947 30487 0 -1 4202496 4530 0 1 0 11 1 0 0 20 0 18 0 254390962 9787813888 5690 33554432000 1073741824 1073778376 140736047918512 140736047909648 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1947/statm: 2389603 5690 2142 9 0 2380296 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558412

[startup+0.30024 s]
/proc/loadavg: 4.00 3.85 3.71 4/197 1947
/proc/meminfo: memFree=24686332/32873648 swapFree=7104/7104
[pid=1947] ppid=1945 vsize=9558412 CPUtime=0.52 cores=1,3,5,7
/proc/1947/stat : 1947 (java) S 1945 1947 30487 0 -1 4202496 5774 0 1 0 51 1 0 0 20 0 18 0 254390962 9787813888 8423 33554432000 1073741824 1073778376 140736047918512 140736047909648 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1947/statm: 2389603 8935 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558412

[startup+0.700191 s]
/proc/loadavg: 4.00 3.85 3.71 4/197 1947
/proc/meminfo: memFree=24686332/32873648 swapFree=7104/7104
[pid=1947] ppid=1945 vsize=9824668 CPUtime=1.93 cores=1,3,5,7
/proc/1947/stat : 1947 (java) S 1945 1947 30487 0 -1 4202496 12937 0 1 0 191 2 0 0 20 0 22 0 254390962 10060460032 19609 33554432000 1073741824 1073778376 140736047918512 140736047909648 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1947/statm: 2456167 19609 2258 9 0 2446860 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9824668

[startup+1.50073 s]
/proc/loadavg: 4.00 3.85 3.71 6/219 1969
/proc/meminfo: memFree=24557312/32873648 swapFree=7104/7104
[pid=1947] ppid=1945 vsize=9824668 CPUtime=3.78 cores=1,3,5,7
/proc/1947/stat : 1947 (java) S 1945 1947 30487 0 -1 4202496 14555 0 1 0 373 5 0 0 20 0 22 0 254390962 10060460032 46828 33554432000 1073741824 1073778376 140736047918512 140736047909648 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1947/statm: 2456167 46828 2284 9 0 2446860 0
[pid=1947/tid=1948] ppid=1945 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/1947/task/1948/stat : 1948 (java) S 1945 1947 30487 0 -1 4202560 2518 0 1 0 41 0 0 0 20 0 22 0 254390963 10060460032 46828 33554432000 1073741824 1073778376 140736047918512 140025130390520 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1947/tid=1950] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1950/stat : 1950 (java) S 1945 1947 30487 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 254390963 10060460032 46828 33554432000 1073741824 1073778376 140736047918512 140024974203560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1951] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1951/stat : 1951 (java) S 1945 1947 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254390963 10060460032 46828 33554432000 1073741824 1073778376 140736047918512 140024973151016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1947/tid=1952] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1952/stat : 1952 (java) S 1945 1947 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254390963 10060460032 46828 33554432000 1073741824 1073778376 140736047918512 140024972098472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1953] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1953/stat : 1953 (java) S 1945 1947 30487 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254390963 10060460032 46828 33554432000 1073741824 1073778376 140736047918512 140024971045928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1947/tid=1954] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1954/stat : 1954 (java) S 1945 1947 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254390963 10060460032 46828 33554432000 1073741824 1073778376 140736047918512 140024969992360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1947/tid=1955] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1955/stat : 1955 (java) S 1945 1947 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254390963 10060460032 46828 33554432000 1073741824 1073778376 140736047918512 140024968939816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1956] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1956/stat : 1956 (java) S 1945 1947 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254390963 10060460032 46828 33554432000 1073741824 1073778376 140736047918512 140024967887272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1957] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1957/stat : 1957 (java) S 1945 1947 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254390963 10060460032 46828 33554432000 1073741824 1073778376 140736047918512 140024966834728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1947/tid=1958] ppid=1945 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/1947/task/1958/stat : 1958 (java) S 1945 1947 30487 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 22 0 254390964 10060460032 46828 33554432000 1073741824 1073778376 140736047918512 140024954636904 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1959] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1959/stat : 1959 (java) S 1945 1947 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254390965 10060460032 46828 33554432000 1073741824 1073778376 140736047918512 140024953583224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1960] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1960/stat : 1960 (java) S 1945 1947 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254390965 10060460032 46828 33554432000 1073741824 1073778376 140736047918512 140024952530568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1961] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1961/stat : 1961 (java) S 1945 1947 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254390967 10060460032 46828 33554432000 1073741824 1073778376 140736047918512 140024951479312 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1962] ppid=1945 vsize=9824668 CPUtime=0.64 cores=1,3,5,7
/proc/1947/task/1962/stat : 1962 (java) S 1945 1947 30487 0 -1 4202560 6389 0 0 0 64 0 0 0 20 0 22 0 254390967 10060460032 46828 33554432000 1073741824 1073778376 140736047918512 140024950425656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1963] ppid=1945 vsize=9824668 CPUtime=0.59 cores=1,3,5,7
/proc/1947/task/1963/stat : 1963 (java) S 1945 1947 30487 0 -1 4202560 4234 0 0 0 59 0 0 0 20 0 22 0 254390967 10060460032 46828 33554432000 1073741824 1073778376 140736047918512 140024949373112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1947/tid=1964] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1964/stat : 1964 (java) S 1945 1947 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254390967 10060460032 46828 33554432000 1073741824 1073778376 140736047918512 140024948320760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1947/tid=1965] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1965/stat : 1965 (java) S 1945 1947 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254390967 10060460032 46828 33554432000 1073741824 1073778376 140736047918512 140024947268424 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1966] ppid=1945 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/1947/task/1966/stat : 1966 (java) R 1945 1947 30487 0 -1 4202560 23 0 0 0 99 0 0 0 20 0 22 0 254391005 10060460032 46828 33554432000 1073741824 1073778376 140736047918512 140024945910352 140025003347058 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1967] ppid=1945 vsize=9824668 CPUtime=1.02 cores=1,3,5,7
/proc/1947/task/1967/stat : 1967 (java) R 1945 1947 30487 0 -1 4202560 129 0 0 0 99 3 0 0 20 0 22 0 254391005 10060460032 46828 33554432000 1073741824 1073778376 140736047918512 140024944855888 140025003446492 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1947/tid=1968] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1968/stat : 1968 (java) S 1945 1947 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254391011 10060460032 46828 33554432000 1073741824 1073778376 140736047918512 140024943805992 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1969] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1969/stat : 1969 (java) S 1945 1947 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254391011 10060460032 46828 33554432000 1073741824 1073778376 140736047918512 140024942753448 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9824668

[startup+3.10074 s]
/proc/loadavg: 4.00 3.85 3.71 5/219 1969
/proc/meminfo: memFree=24507036/32873648 swapFree=7104/7104
[pid=1947] ppid=1945 vsize=9824668 CPUtime=7.19 cores=1,3,5,7
/proc/1947/stat : 1947 (java) S 1945 1947 30487 0 -1 4202496 18438 0 1 0 713 6 0 0 20 0 22 0 254390962 10060460032 49932 33554432000 1073741824 1073778376 140736047918512 140736047909648 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1947/statm: 2456167 49932 2284 9 0 2446860 0
[pid=1947/tid=1948] ppid=1945 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/1947/task/1948/stat : 1948 (java) S 1945 1947 30487 0 -1 4202560 2518 0 1 0 41 0 0 0 20 0 22 0 254390963 10060460032 49932 33554432000 1073741824 1073778376 140736047918512 140025130390520 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1947/tid=1950] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1950/stat : 1950 (java) S 1945 1947 30487 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254390963 10060460032 49932 33554432000 1073741824 1073778376 140736047918512 140024974203560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1951] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1951/stat : 1951 (java) S 1945 1947 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254390963 10060460032 49932 33554432000 1073741824 1073778376 140736047918512 140024973151016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1952] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1952/stat : 1952 (java) S 1945 1947 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254390963 10060460032 49932 33554432000 1073741824 1073778376 140736047918512 140024972098472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1953] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1953/stat : 1953 (java) S 1945 1947 30487 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254390963 10060460032 49932 33554432000 1073741824 1073778376 140736047918512 140024971045928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1954] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1954/stat : 1954 (java) S 1945 1947 30487 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254390963 10060460032 49932 33554432000 1073741824 1073778376 140736047918512 140024969992360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1947/tid=1955] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1955/stat : 1955 (java) S 1945 1947 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254390963 10060460032 49932 33554432000 1073741824 1073778376 140736047918512 140024968939816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1956] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1956/stat : 1956 (java) S 1945 1947 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254390963 10060460032 49932 33554432000 1073741824 1073778376 140736047918512 140024967887272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1957] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1957/stat : 1957 (java) S 1945 1947 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254390963 10060460032 49932 33554432000 1073741824 1073778376 140736047918512 140024966834728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1947/tid=1958] ppid=1945 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/1947/task/1958/stat : 1958 (java) S 1945 1947 30487 0 -1 4202560 33 0 0 0 5 0 0 0 20 0 22 0 254390964 10060460032 49932 33554432000 1073741824 1073778376 140736047918512 140024954636904 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1959] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1959/stat : 1959 (java) S 1945 1947 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254390965 10060460032 49932 33554432000 1073741824 1073778376 140736047918512 140024953583224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1960] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1960/stat : 1960 (java) S 1945 1947 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254390965 10060460032 49932 33554432000 1073741824 1073778376 140736047918512 140024952530568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1961] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1961/stat : 1961 (java) S 1945 1947 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254390967 10060460032 49932 33554432000 1073741824 1073778376 140736047918512 140024951479312 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1962] ppid=1945 vsize=9824668 CPUtime=0.84 cores=1,3,5,7
/proc/1947/task/1962/stat : 1962 (java) R 1945 1947 30487 0 -1 4202560 10253 0 0 0 83 1 0 0 20 0 22 0 254390967 10060460032 49932 33554432000 1073741824 1073778376 140736047918512 140024950413224 140025134507600 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1947/tid=1963] ppid=1945 vsize=9824668 CPUtime=0.64 cores=1,3,5,7
/proc/1947/task/1963/stat : 1963 (java) S 1945 1947 30487 0 -1 4202560 4241 0 0 0 64 0 0 0 20 0 22 0 254390967 10060460032 49932 33554432000 1073741824 1073778376 140736047918512 140024949373112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1964] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1964/stat : 1964 (java) S 1945 1947 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254390967 10060460032 49932 33554432000 1073741824 1073778376 140736047918512 140024948320760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1947/tid=1965] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1965/stat : 1965 (java) S 1945 1947 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254390967 10060460032 49932 33554432000 1073741824 1073778376 140736047918512 140024947268424 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1966] ppid=1945 vsize=9824668 CPUtime=2.54 cores=1,3,5,7
/proc/1947/task/1966/stat : 1966 (java) R 1945 1947 30487 0 -1 4202560 24 0 0 0 254 0 0 0 20 0 22 0 254391005 10060460032 49932 33554432000 1073741824 1073778376 140736047918512 140024945908680 140025002833864 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1967] ppid=1945 vsize=9824668 CPUtime=2.57 cores=1,3,5,7
/proc/1947/task/1967/stat : 1967 (java) R 1945 1947 30487 0 -1 4202560 131 0 0 0 254 3 0 0 20 0 22 0 254391005 10060460032 49932 33554432000 1073741824 1073778376 140736047918512 140024944857808 140025003405386 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1947/tid=1968] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1968/stat : 1968 (java) S 1945 1947 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254391011 10060460032 49932 33554432000 1073741824 1073778376 140736047918512 140024943805992 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1969] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1969/stat : 1969 (java) S 1945 1947 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254391011 10060460032 49932 33554432000 1073741824 1073778376 140736047918512 140024942753448 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 9824668

[startup+6.30082 s]
/proc/loadavg: 3.84 3.81 3.70 7/219 1969
/proc/meminfo: memFree=24505016/32873648 swapFree=7104/7104
[pid=1947] ppid=1945 vsize=9824668 CPUtime=14.35 cores=1,3,5,7
/proc/1947/stat : 1947 (java) S 1945 1947 30487 0 -1 4202496 22745 0 1 0 1426 9 0 0 20 0 22 0 254390962 10060460032 46597 33554432000 1073741824 1073778376 140736047918512 140736047909648 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1947/statm: 2456167 46597 2284 9 0 2446860 0
[pid=1947/tid=1948] ppid=1945 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/1947/task/1948/stat : 1948 (java) S 1945 1947 30487 0 -1 4202560 2518 0 1 0 41 0 0 0 20 0 22 0 254390963 10060460032 46597 33554432000 1073741824 1073778376 140736047918512 140025130390520 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1947/tid=1950] ppid=1945 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/1947/task/1950/stat : 1950 (java) S 1945 1947 30487 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 254390963 10060460032 46597 33554432000 1073741824 1073778376 140736047918512 140024974203560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1947/tid=1951] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1951/stat : 1951 (java) S 1945 1947 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254390963 10060460032 46597 33554432000 1073741824 1073778376 140736047918512 140024973151016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1947/tid=1952] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1952/stat : 1952 (java) S 1945 1947 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254390963 10060460032 46597 33554432000 1073741824 1073778376 140736047918512 140024972098472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1947/tid=1953] ppid=1945 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/1947/task/1953/stat : 1953 (java) S 1945 1947 30487 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254390963 10060460032 46597 33554432000 1073741824 1073778376 140736047918512 140024971045928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1954] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1954/stat : 1954 (java) S 1945 1947 30487 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 254390963 10060460032 46597 33554432000 1073741824 1073778376 140736047918512 140024969992360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1955] ppid=1945 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/1947/task/1955/stat : 1955 (java) S 1945 1947 30487 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 254390963 10060460032 46597 33554432000 1073741824 1073778376 140736047918512 140024968939816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1956] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1956/stat : 1956 (java) S 1945 1947 30487 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254390963 10060460032 46597 33554432000 1073741824 1073778376 140736047918512 140024967887272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1947/tid=1957] ppid=1945 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/1947/task/1957/stat : 1957 (java) S 1945 1947 30487 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254390963 10060460032 46597 33554432000 1073741824 1073778376 140736047918512 140024966834728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1958] ppid=1945 vsize=9824668 CPUtime=0.16 cores=1,3,5,7
/proc/1947/task/1958/stat : 1958 (java) S 1945 1947 30487 0 -1 4202560 36 0 0 0 16 0 0 0 20 0 22 0 254390964 10060460032 46597 33554432000 1073741824 1073778376 140736047918512 140024954636904 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1947/tid=1959] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1959/stat : 1959 (java) S 1945 1947 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254390965 10060460032 46597 33554432000 1073741824 1073778376 140736047918512 140024953583224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1960] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1960/stat : 1960 (java) S 1945 1947 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254390965 10060460032 46597 33554432000 1073741824 1073778376 140736047918512 140024952530568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1961] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1961/stat : 1961 (java) S 1945 1947 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254390967 10060460032 46597 33554432000 1073741824 1073778376 140736047918512 140024951479312 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1962] ppid=1945 vsize=9824668 CPUtime=1.57 cores=1,3,5,7
/proc/1947/task/1962/stat : 1962 (java) S 1945 1947 30487 0 -1 4202560 13858 0 0 0 155 2 0 0 20 0 22 0 254390967 10060460032 46597 33554432000 1073741824 1073778376 140736047918512 140024950425656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=1947/tid=1967] ppid=1945 vsize=9824668 CPUtime=801.81 cores=1,3,5,7
/proc/1947/task/1967/stat : 1967 (java) R 1945 1947 30487 0 -1 4202560 16418 0 0 0 80153 28 0 0 20 0 22 0 254391005 10060460032 152808 33554432000 1073741824 1073778376 140736047918512 140024944856896 140025003325051 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1947/tid=1968] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1968/stat : 1968 (java) S 1945 1947 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254391011 10060460032 152808 33554432000 1073741824 1073778376 140736047918512 140024943805992 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1969] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1969/stat : 1969 (java) S 1945 1947 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254391011 10060460032 152808 33554432000 1073741824 1073778376 140736047918512 140024942753448 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1643.48
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.00 4.04 3.91 5/219 2038
/proc/meminfo: memFree=24561128/32873648 swapFree=7104/7104
[pid=1947] ppid=1945 vsize=9824668 CPUtime=1763.04 cores=1,3,5,7
/proc/1947/stat : 1947 (java) S 1945 1947 30487 0 -1 4202496 54301 0 1 0 176140 164 0 0 20 0 22 0 254390962 10060460032 187298 33554432000 1073741824 1073778376 140736047918512 140736047909648 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1947/statm: 2456167 187298 2285 9 0 2446860 0
[pid=1947/tid=1948] ppid=1945 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/1947/task/1948/stat : 1948 (java) S 1945 1947 30487 0 -1 4202560 2551 0 1 0 43 3 0 0 20 0 22 0 254390963 10060460032 187298 33554432000 1073741824 1073778376 140736047918512 140025130390520 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1950] ppid=1945 vsize=9824668 CPUtime=3.25 cores=1,3,5,7
/proc/1947/task/1950/stat : 1950 (java) S 1945 1947 30487 0 -1 4202560 2455 0 0 0 313 12 0 0 20 0 22 0 254390963 10060460032 187298 33554432000 1073741824 1073778376 140736047918512 140024974203560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1947/tid=1951] ppid=1945 vsize=9824668 CPUtime=3.29 cores=1,3,5,7
/proc/1947/task/1951/stat : 1951 (java) S 1945 1947 30487 0 -1 4202560 1456 0 0 0 321 8 0 0 20 0 22 0 254390963 10060460032 187298 33554432000 1073741824 1073778376 140736047918512 140024973151016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1947/tid=1952] ppid=1945 vsize=9824668 CPUtime=3.14 cores=1,3,5,7
/proc/1947/task/1952/stat : 1952 (java) S 1945 1947 30487 0 -1 4202560 1094 0 0 0 306 8 0 0 20 0 22 0 254390963 10060460032 187298 33554432000 1073741824 1073778376 140736047918512 140024972098472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1947/tid=1953] ppid=1945 vsize=9824668 CPUtime=3.08 cores=1,3,5,7
/proc/1947/task/1953/stat : 1953 (java) S 1945 1947 30487 0 -1 4202560 1781 0 0 0 297 11 0 0 20 0 22 0 254390963 10060460032 187298 33554432000 1073741824 1073778376 140736047918512 140024971045928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1954] ppid=1945 vsize=9824668 CPUtime=3.14 cores=1,3,5,7
/proc/1947/task/1954/stat : 1954 (java) S 1945 1947 30487 0 -1 4202560 2014 0 0 0 303 11 0 0 20 0 22 0 254390963 10060460032 187298 33554432000 1073741824 1073778376 140736047918512 140024969992360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1955] ppid=1945 vsize=9824668 CPUtime=3.22 cores=1,3,5,7
/proc/1947/task/1955/stat : 1955 (java) S 1945 1947 30487 0 -1 4202560 1619 0 0 0 313 9 0 0 20 0 22 0 254390963 10060460032 187298 33554432000 1073741824 1073778376 140736047918512 140024968939816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1947/tid=1956] ppid=1945 vsize=9824668 CPUtime=3.25 cores=1,3,5,7
/proc/1947/task/1956/stat : 1956 (java) S 1945 1947 30487 0 -1 4202560 1497 0 0 0 316 9 0 0 20 0 22 0 254390963 10060460032 187298 33554432000 1073741824 1073778376 140736047918512 140024967887272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1957] ppid=1945 vsize=9824668 CPUtime=3.24 cores=1,3,5,7
/proc/1947/task/1957/stat : 1957 (java) S 1945 1947 30487 0 -1 4202560 1874 0 0 0 310 14 0 0 20 0 22 0 254390963 10060460032 187298 33554432000 1073741824 1073778376 140736047918512 140024966834728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1958] ppid=1945 vsize=9824668 CPUtime=13.64 cores=1,3,5,7
/proc/1947/task/1958/stat : 1958 (java) S 1945 1947 30487 0 -1 4202560 868 0 0 0 1322 42 0 0 20 0 22 0 254390964 10060460032 187298 33554432000 1073741824 1073778376 140736047918512 140024954636904 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1959] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1959/stat : 1959 (java) S 1945 1947 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254390965 10060460032 187298 33554432000 1073741824 1073778376 140736047918512 140024953583224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1960] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1960/stat : 1960 (java) S 1945 1947 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254390965 10060460032 187298 33554432000 1073741824 1073778376 140736047918512 140024952530568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1961] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1961/stat : 1961 (java) S 1945 1947 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254390967 10060460032 187298 33554432000 1073741824 1073778376 140736047918512 140024951479312 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1962] ppid=1945 vsize=9824668 CPUtime=1.58 cores=1,3,5,7
/proc/1947/task/1962/stat : 1962 (java) S 1945 1947 30487 0 -1 4202560 13861 0 0 0 156 2 0 0 20 0 22 0 254390967 10060460032 187298 33554432000 1073741824 1073778376 140736047918512 140024950425656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1963] ppid=1945 vsize=9824668 CPUtime=0.77 cores=1,3,5,7
/proc/1947/task/1963/stat : 1963 (java) S 1945 1947 30487 0 -1 4202560 4893 0 0 0 76 1 0 0 20 0 22 0 254390967 10060460032 187298 33554432000 1073741824 1073778376 140736047918512 140024949373112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1964] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1964/stat : 1964 (java) S 1945 1947 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254390967 10060460032 187298 33554432000 1073741824 1073778376 140736047918512 140024948320760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1947/tid=1965] ppid=1945 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/1947/task/1965/stat : 1965 (java) S 1945 1947 30487 0 -1 4202560 51 0 0 0 19 18 0 0 20 0 22 0 254390967 10060460032 187298 33554432000 1073741824 1073778376 140736047918512 140024947268424 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1947/tid=1966] ppid=1945 vsize=9824668 CPUtime=860.38 cores=1,3,5,7
/proc/1947/task/1966/stat : 1966 (java) R 1945 1947 30487 0 -1 4202560 679 0 0 0 86017 21 0 0 20 0 22 0 254391005 10060460032 187298 33554432000 1073741824 1073778376 140736047918512 140024945909360 140025003325051 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1967] ppid=1945 vsize=9824668 CPUtime=860.5 cores=1,3,5,7
/proc/1947/task/1967/stat : 1967 (java) R 1945 1947 30487 0 -1 4202560 16421 0 0 0 86021 29 0 0 20 0 22 0 254391005 10060460032 187298 33554432000 1073741824 1073778376 140736047918512 140024944856016 140025003395815 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1947/tid=1968] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1968/stat : 1968 (java) S 1945 1947 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254391011 10060460032 187298 33554432000 1073741824 1073778376 140736047918512 140024943805992 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1969] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1969/stat : 1969 (java) S 1945 1947 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254391011 10060460032 187298 33554432000 1073741824 1073778376 140736047918512 140024942753448 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1763.04
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.701 s]
/proc/loadavg: 3.93 4.02 3.90 6/219 2038
/proc/meminfo: memFree=24505528/32873648 swapFree=7104/7104
[pid=1947] ppid=1945 vsize=9824668 CPUtime=1800.09 cores=1,3,5,7
/proc/1947/stat : 1947 (java) S 1945 1947 30487 0 -1 4202496 54436 0 1 0 179838 171 0 0 20 0 22 0 254390962 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140736047909648 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1947/statm: 2456167 200640 2285 9 0 2446860 0
[pid=1947/tid=1948] ppid=1945 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/1947/task/1948/stat : 1948 (java) S 1945 1947 30487 0 -1 4202560 2552 0 1 0 43 3 0 0 20 0 22 0 254390963 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140025130390520 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1950] ppid=1945 vsize=9824668 CPUtime=3.3 cores=1,3,5,7
/proc/1947/task/1950/stat : 1950 (java) S 1945 1947 30487 0 -1 4202560 2469 0 0 0 317 13 0 0 20 0 22 0 254390963 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024974203560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1947/tid=1951] ppid=1945 vsize=9824668 CPUtime=3.36 cores=1,3,5,7
/proc/1947/task/1951/stat : 1951 (java) S 1945 1947 30487 0 -1 4202560 1480 0 0 0 326 10 0 0 20 0 22 0 254390963 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024973151016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1947/tid=1952] ppid=1945 vsize=9824668 CPUtime=3.19 cores=1,3,5,7
/proc/1947/task/1952/stat : 1952 (java) S 1945 1947 30487 0 -1 4202560 1097 0 0 0 311 8 0 0 20 0 22 0 254390963 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024972098472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1953] ppid=1945 vsize=9824668 CPUtime=3.13 cores=1,3,5,7
/proc/1947/task/1953/stat : 1953 (java) S 1945 1947 30487 0 -1 4202560 1785 0 0 0 302 11 0 0 20 0 22 0 254390963 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024971045928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1954] ppid=1945 vsize=9824668 CPUtime=3.21 cores=1,3,5,7
/proc/1947/task/1954/stat : 1954 (java) S 1945 1947 30487 0 -1 4202560 2038 0 0 0 309 12 0 0 20 0 22 0 254390963 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024969992360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1947/tid=1955] ppid=1945 vsize=9824668 CPUtime=3.28 cores=1,3,5,7
/proc/1947/task/1955/stat : 1955 (java) S 1945 1947 30487 0 -1 4202560 1631 0 0 0 318 10 0 0 20 0 22 0 254390963 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024968939816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1956] ppid=1945 vsize=9824668 CPUtime=3.32 cores=1,3,5,7
/proc/1947/task/1956/stat : 1956 (java) S 1945 1947 30487 0 -1 4202560 1510 0 0 0 323 9 0 0 20 0 22 0 254390963 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024967887272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1957] ppid=1945 vsize=9824668 CPUtime=3.32 cores=1,3,5,7
/proc/1947/task/1957/stat : 1957 (java) S 1945 1947 30487 0 -1 4202560 1884 0 0 0 317 15 0 0 20 0 22 0 254390963 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024966834728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1958] ppid=1945 vsize=9824668 CPUtime=13.64 cores=1,3,5,7
/proc/1947/task/1958/stat : 1958 (java) S 1945 1947 30487 0 -1 4202560 893 0 0 0 1322 42 0 0 20 0 22 0 254390964 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024954636904 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1959] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1959/stat : 1959 (java) S 1945 1947 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254390965 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024953583224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1960] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1960/stat : 1960 (java) S 1945 1947 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254390965 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024952530568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1961] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1961/stat : 1961 (java) S 1945 1947 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254390967 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024951479312 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1962] ppid=1945 vsize=9824668 CPUtime=1.58 cores=1,3,5,7
/proc/1947/task/1962/stat : 1962 (java) S 1945 1947 30487 0 -1 4202560 13861 0 0 0 156 2 0 0 20 0 22 0 254390967 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024950425656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1963] ppid=1945 vsize=9824668 CPUtime=0.77 cores=1,3,5,7
/proc/1947/task/1963/stat : 1963 (java) S 1945 1947 30487 0 -1 4202560 4893 0 0 0 76 1 0 0 20 0 22 0 254390967 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024949373112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1964] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1964/stat : 1964 (java) S 1945 1947 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254390967 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024948320760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1947/tid=1965] ppid=1945 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/1947/task/1965/stat : 1965 (java) S 1945 1947 30487 0 -1 4202560 53 0 0 0 19 19 0 0 20 0 22 0 254390967 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024947268424 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1947/tid=1966] ppid=1945 vsize=9824668 CPUtime=878.65 cores=1,3,5,7
/proc/1947/task/1966/stat : 1966 (java) R 1945 1947 30487 0 -1 4202560 681 0 0 0 87844 21 0 0 20 0 22 0 254391005 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024945910800 140025003325051 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1947/tid=1967] ppid=1945 vsize=9824668 CPUtime=878.77 cores=1,3,5,7
/proc/1947/task/1967/stat : 1967 (java) R 1945 1947 30487 0 -1 4202560 16422 0 0 0 87848 29 0 0 20 0 22 0 254391005 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024944856800 140025002833846 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1968] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1968/stat : 1968 (java) S 1945 1947 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254391011 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024943805992 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1969] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1969/stat : 1969 (java) S 1945 1947 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254391011 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024942753448 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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

[startup+900.701 s]
/proc/loadavg: 3.93 4.02 3.90 6/219 2038
/proc/meminfo: memFree=24505528/32873648 swapFree=7104/7104
[pid=1947] ppid=1945 vsize=9824668 CPUtime=1800.09 cores=1,3,5,7
/proc/1947/stat : 1947 (java) S 1945 1947 30487 0 -1 4202496 54436 0 1 0 179838 171 0 0 20 0 22 0 254390962 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140736047909648 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1947/statm: 2456167 200640 2285 9 0 2446860 0
[pid=1947/tid=1948] ppid=1945 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/1947/task/1948/stat : 1948 (java) S 1945 1947 30487 0 -1 4202560 2552 0 1 0 43 3 0 0 20 0 22 0 254390963 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140025130390520 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1950] ppid=1945 vsize=9824668 CPUtime=3.3 cores=1,3,5,7
/proc/1947/task/1950/stat : 1950 (java) S 1945 1947 30487 0 -1 4202560 2469 0 0 0 317 13 0 0 20 0 22 0 254390963 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024974203560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1947/tid=1951] ppid=1945 vsize=9824668 CPUtime=3.36 cores=1,3,5,7
/proc/1947/task/1951/stat : 1951 (java) S 1945 1947 30487 0 -1 4202560 1480 0 0 0 326 10 0 0 20 0 22 0 254390963 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024973151016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1947/tid=1952] ppid=1945 vsize=9824668 CPUtime=3.19 cores=1,3,5,7
/proc/1947/task/1952/stat : 1952 (java) S 1945 1947 30487 0 -1 4202560 1097 0 0 0 311 8 0 0 20 0 22 0 254390963 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024972098472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1953] ppid=1945 vsize=9824668 CPUtime=3.13 cores=1,3,5,7
/proc/1947/task/1953/stat : 1953 (java) S 1945 1947 30487 0 -1 4202560 1785 0 0 0 302 11 0 0 20 0 22 0 254390963 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024971045928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1954] ppid=1945 vsize=9824668 CPUtime=3.21 cores=1,3,5,7
/proc/1947/task/1954/stat : 1954 (java) S 1945 1947 30487 0 -1 4202560 2038 0 0 0 309 12 0 0 20 0 22 0 254390963 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024969992360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1947/tid=1955] ppid=1945 vsize=9824668 CPUtime=3.28 cores=1,3,5,7
/proc/1947/task/1955/stat : 1955 (java) S 1945 1947 30487 0 -1 4202560 1631 0 0 0 318 10 0 0 20 0 22 0 254390963 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024968939816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1956] ppid=1945 vsize=9824668 CPUtime=3.32 cores=1,3,5,7
/proc/1947/task/1956/stat : 1956 (java) S 1945 1947 30487 0 -1 4202560 1510 0 0 0 323 9 0 0 20 0 22 0 254390963 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024967887272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1957] ppid=1945 vsize=9824668 CPUtime=3.32 cores=1,3,5,7
/proc/1947/task/1957/stat : 1957 (java) S 1945 1947 30487 0 -1 4202560 1884 0 0 0 317 15 0 0 20 0 22 0 254390963 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024966834728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1958] ppid=1945 vsize=9824668 CPUtime=13.64 cores=1,3,5,7
/proc/1947/task/1958/stat : 1958 (java) S 1945 1947 30487 0 -1 4202560 893 0 0 0 1322 42 0 0 20 0 22 0 254390964 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024954636904 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1959] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1959/stat : 1959 (java) S 1945 1947 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254390965 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024953583224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1960] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1960/stat : 1960 (java) S 1945 1947 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254390965 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024952530568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1961] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1961/stat : 1961 (java) S 1945 1947 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254390967 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024951479312 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1962] ppid=1945 vsize=9824668 CPUtime=1.58 cores=1,3,5,7
/proc/1947/task/1962/stat : 1962 (java) S 1945 1947 30487 0 -1 4202560 13861 0 0 0 156 2 0 0 20 0 22 0 254390967 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024950425656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1963] ppid=1945 vsize=9824668 CPUtime=0.77 cores=1,3,5,7
/proc/1947/task/1963/stat : 1963 (java) S 1945 1947 30487 0 -1 4202560 4893 0 0 0 76 1 0 0 20 0 22 0 254390967 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024949373112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1964] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1964/stat : 1964 (java) S 1945 1947 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254390967 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024948320760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1947/tid=1965] ppid=1945 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/1947/task/1965/stat : 1965 (java) S 1945 1947 30487 0 -1 4202560 53 0 0 0 19 19 0 0 20 0 22 0 254390967 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024947268424 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1947/tid=1966] ppid=1945 vsize=9824668 CPUtime=878.65 cores=1,3,5,7
/proc/1947/task/1966/stat : 1966 (java) R 1945 1947 30487 0 -1 4202560 681 0 0 0 87844 21 0 0 20 0 22 0 254391005 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024945910800 140025003325051 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1947/tid=1967] ppid=1945 vsize=9824668 CPUtime=878.77 cores=1,3,5,7
/proc/1947/task/1967/stat : 1967 (java) R 1945 1947 30487 0 -1 4202560 16422 0 0 0 87848 29 0 0 20 0 22 0 254391005 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024944856800 140025002833846 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1947/tid=1968] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1968/stat : 1968 (java) S 1945 1947 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254391011 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024943805992 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1947/tid=1969] ppid=1945 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1947/task/1969/stat : 1969 (java) S 1945 1947 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254391011 10060460032 200640 33554432000 1073741824 1073778376 140736047918512 140024942753448 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 900.761
CPU time (s): 1800.8
CPU user time (s): 1798.58
CPU system time (s): 2.22266
CPU usage (%): 199.92
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.58
system time used= 2.22266
maximum resident set size= 804728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54468
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41734
involuntary context switches= 72950

runsolver used 3.19051 second user time and 8.60569 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-24 20:04:15
IDJOB=3689506
IDBENCH=89869
IDSOLVER=2268
FILE ID=node127/3689506-1337882655
RUNJOBID= node127-1337871880-30504
PBS_JOBID= 14620077
Free space on /tmp= 71416 MiB

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

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

MD5SUM BENCH= acba870ceff62e653e0b2927ff2b81fb
RANDOM SEED=414228331

node127.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.348
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	: 5332.69
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.348
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.348
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.94
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.348
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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        24686340 kB
Buffers:          242332 kB
Cached:          2658624 kB
SwapCached:            0 kB
Active:          5161512 kB
Inactive:        2236756 kB
Active(anon):    4499368 kB
Inactive(anon):        0 kB
Active(file):     662144 kB
Inactive(file):  2236756 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               740 kB
Writeback:             0 kB
AnonPages:       4515804 kB
Mapped:            22604 kB
Shmem:               200 kB
Slab:             642368 kB
SReclaimable:      86384 kB
SUnreclaim:       555984 kB
KernelStack:        1776 kB
PageTables:        12928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    4846200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4423680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71644 MiB
End job on node127 at 2012-05-24 20:19:18