Trace number 3689873

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 Resolution 2.3.2 Snapshot? (TO) 1800.55 1796.66

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_unif_20null10mast_rapportOE2.0_TMAX60_K67_cod3.opb
MD5SUMf8b4f8df359af81721df2075b70b4f33
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-3996
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 25674
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 14207094
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 14207094
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.11	c version 2.3.2.v20120418
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		501472288
0.06/0.11	c Max memory 		7480803328
0.06/0.11	c Total memory 		504102912
0.06/0.11	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-3689873-1337893858.opb
0.06/0.13	c reading problem ... 
1.64/0.90	c ... done. Wall clock time 0.765s.
1.64/0.90	c declared #vars     40451
1.64/0.90	c #constraints  40949
1.64/0.90	c constraints type 
1.64/0.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36498
1.64/0.90	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.64/0.90	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1.64/0.90	c ignored satisfied constraints => 1
1.64/0.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1.64/0.90	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.64/0.90	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.64/0.90	c 40950 constraints processed.
1.64/0.90	c objective function length is 25674 literals
8.46/7.22	c cleaning 2488 clauses out of 4997 with flag 5000/5000
14.74/13.37	c cleaning 4256 clauses out of 8512 with flag 11003/11003
21.73/20.33	c cleaning 5623 clauses out of 11253 with flag 18000/18000
28.75/27.30	c cleaning 6810 clauses out of 13631 with flag 26001/26001
36.70/35.29	c cleaning 7909 clauses out of 15821 with flag 35001/35001
45.10/43.69	c cleaning 8952 clauses out of 17911 with flag 45000/45000
53.80/52.36	c cleaning 9975 clauses out of 19960 with flag 56001/56001
63.11/61.66	c cleaning 10990 clauses out of 21985 with flag 68001/68001
73.51/72.05	c cleaning 11997 clauses out of 23994 with flag 81000/81000
83.96/82.49	c cleaning 12976 clauses out of 25962 with flag 95002/95002
93.06/91.59	c cleaning 13990 clauses out of 27984 with flag 110000/110000
103.80/102.23	c cleaning 14988 clauses out of 29992 with flag 126001/126001
116.10/114.59	c cleaning 16002 clauses out of 32003 with flag 143000/143000
133.62/132.05	c cleaning 16991 clauses out of 34002 with flag 161001/161001
151.43/149.82	c cleaning 18000 clauses out of 36010 with flag 180000/180000
167.14/165.55	c cleaning 18999 clauses out of 38010 with flag 200000/200000
183.47/181.84	c cleaning 20002 clauses out of 40012 with flag 221001/221001
200.71/199.05	c cleaning 21001 clauses out of 42009 with flag 243000/243000
219.54/217.85	c cleaning 21997 clauses out of 44008 with flag 266000/266000
237.56/235.80	c cleaning 22994 clauses out of 46010 with flag 290001/290001
253.68/251.98	c cleaning 23998 clauses out of 48010 with flag 315000/315000
269.49/267.76	c cleaning 25003 clauses out of 50013 with flag 341001/341001
286.83/285.03	c cleaning 26004 clauses out of 52009 with flag 368002/368002
304.83/303.09	c cleaning 27002 clauses out of 54004 with flag 396001/396001
323.16/321.35	c cleaning 27995 clauses out of 56001 with flag 425000/425000
343.97/342.10	c cleaning 28994 clauses out of 58000 with flag 455001/455001
365.38/363.53	c cleaning 29996 clauses out of 60006 with flag 486001/486001
386.60/384.72	c cleaning 30997 clauses out of 62009 with flag 518000/518000
409.73/407.83	c cleaning 31998 clauses out of 64012 with flag 551000/551000
432.64/430.74	c cleaning 33002 clauses out of 66015 with flag 585001/585001
454.58/452.67	c cleaning 34000 clauses out of 68012 with flag 620000/620000
482.30/480.33	c cleaning 35006 clauses out of 70012 with flag 656000/656000
513.53/511.57	c cleaning 36001 clauses out of 72003 with flag 693001/693001
543.67/541.61	c cleaning 36990 clauses out of 73999 with flag 731000/731000
575.70/573.68	c cleaning 37995 clauses out of 76007 with flag 770000/770000
601.54/599.40	c cleaning 39006 clauses out of 78011 with flag 810001/810001
629.46/627.37	c cleaning 39989 clauses out of 80004 with flag 851000/851000
661.18/659.06	c cleaning 40996 clauses out of 82015 with flag 893000/893000
693.81/691.64	c cleaning 42007 clauses out of 84021 with flag 936002/936002
728.04/725.86	c cleaning 43002 clauses out of 86013 with flag 980001/980001
760.06/757.90	c cleaning 43999 clauses out of 88010 with flag 1025000/1025000
790.57/788.30	c cleaning 44998 clauses out of 90011 with flag 1071000/1071000
820.61/818.38	c cleaning 45998 clauses out of 92013 with flag 1118000/1118000
854.23/851.93	c cleaning 46998 clauses out of 94015 with flag 1166000/1166000
886.48/884.12	c cleaning 48005 clauses out of 96018 with flag 1215001/1215001
919.60/917.23	c cleaning 48992 clauses out of 98012 with flag 1265000/1265000
952.86/950.46	c cleaning 50000 clauses out of 100020 with flag 1316000/1316000
987.44/984.94	c cleaning 51004 clauses out of 102022 with flag 1368002/1368002
1021.57/1019.06	c cleaning 51997 clauses out of 104017 with flag 1421001/1421001
1055.98/1053.43	c cleaning 53005 clauses out of 106020 with flag 1475001/1475001
1091.33/1088.78	c cleaning 54000 clauses out of 108014 with flag 1530000/1530000
1127.08/1124.47	c cleaning 55002 clauses out of 110015 with flag 1586001/1586001
1163.13/1160.49	c cleaning 55997 clauses out of 112013 with flag 1643001/1643001
1203.76/1201.09	c cleaning 57006 clauses out of 114017 with flag 1701002/1701002
1242.02/1239.21	c cleaning 58004 clauses out of 116010 with flag 1760001/1760001
1278.87/1276.08	c cleaning 58993 clauses out of 118006 with flag 1820001/1820001
1321.39/1318.53	c cleaning 60007 clauses out of 120015 with flag 1881003/1881003
1365.25/1362.34	c cleaning 60990 clauses out of 122006 with flag 1943001/1943001
1408.18/1405.21	c cleaning 61999 clauses out of 124015 with flag 2006000/2006000
1451.14/1448.13	c cleaning 62999 clauses out of 126017 with flag 2070001/2070001
1495.29/1492.22	c cleaning 64003 clauses out of 128019 with flag 2135002/2135002
1540.63/1537.60	c cleaning 65000 clauses out of 130016 with flag 2201002/2201002
1582.98/1579.86	c cleaning 66002 clauses out of 132015 with flag 2268001/2268001
1627.52/1624.37	c cleaning 67002 clauses out of 134013 with flag 2336001/2336001
1674.47/1671.25	c cleaning 68003 clauses out of 136012 with flag 2405002/2405002
1725.11/1721.88	c cleaning 69000 clauses out of 138008 with flag 2475001/2475001
1775.37/1772.04	c cleaning 69996 clauses out of 140007 with flag 2546000/2546000
1800.01/1796.61	c starts		: 230
1800.01/1796.61	c conflicts		: 2585125
1800.01/1796.61	c decisions		: 3753998
1800.01/1796.61	c propagations		: 1839682247
1800.01/1796.61	c inspects		: 2521686380
1800.01/1796.61	c shortcuts		: 0
1800.01/1796.61	c learnt literals	: 69
1800.01/1796.61	c learnt binary clauses	: 1483
1800.01/1796.61	c learnt ternary clauses	: 1035
1800.01/1796.61	c learnt constraints	: 2585056
1800.01/1796.61	c ignored constraints	: 0
1800.01/1796.61	c root simplifications	: 0
1800.01/1796.61	c removed literals (reason simplification)	: 0
1800.01/1796.61	c reason swapping (by a shorter reason)	: 0
1800.01/1796.61	c Calls to reduceDB	: 67
1800.01/1796.61	c number of reductions to clauses (during analyze)	: 0
1800.01/1796.61	c number of learned constraints concerned by reduction	: 0
1800.01/1796.61	c number of learning phase by resolution	: 0
1800.01/1796.61	c number of learning phase by cutting planes	: 0
1800.01/1796.61	c speed (assignments/second)	: 1024527.4442538593
1800.01/1796.61	c non guided choices	853
1800.01/1796.64	c learnt constraints type 
1800.01/1796.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1483
1800.01/1796.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 107697
1800.01/1796.64	c constraints type 
1800.01/1796.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36498
1800.01/1796.64	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1800.01/1796.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1800.01/1796.64	c ignored satisfied constraints => 1
1800.01/1796.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1800.01/1796.64	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.01/1796.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.01/1796.64	c 40950 constraints processed.
1800.01/1796.64	s UNKNOWN
1800.01/1796.64	c Total wall clock time (in seconds): 1796.51

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-3689873-1337893858/watcher-3689873-1337893858 -o /tmp/evaluation-result-3689873-1337893858/solver-3689873-1337893858 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689873-1337893858.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/193 23106
/proc/meminfo: memFree=27709380/32873844 swapFree=7104/7104
[pid=23106] ppid=23104 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/23106/stat : 23106 (java) D 23104 23106 20334 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 255514349 278528 33 33554432000 1073741824 1073778376 140736653457344 140736653454520 235365559591 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/23106/statm: 68 33 25 9 0 25 0

[startup+0.0384581 s]
/proc/loadavg: 2.00 2.00 2.00 3/193 23106
/proc/meminfo: memFree=27709380/32873844 swapFree=7104/7104
[pid=23106] ppid=23104 vsize=9016616 CPUtime=0.01 cores=0,2,4,6
/proc/23106/stat : 23106 (java) S 23104 23106 20334 0 -1 4202496 2771 0 1 0 1 0 0 0 20 0 10 0 255514349 9233014784 3471 33554432000 1073741824 1073778376 140733434555824 140733434546960 235378081853 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23106/statm: 2254154 3472 1538 9 0 2244855 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.100253 s]
/proc/loadavg: 2.00 2.00 2.00 3/193 23106
/proc/meminfo: memFree=27709380/32873844 swapFree=7104/7104
[pid=23106] ppid=23104 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/23106/stat : 23106 (java) S 23104 23106 20334 0 -1 4202496 3357 0 1 0 6 0 0 0 20 0 18 0 255514349 9787813888 4566 33554432000 1073741824 1073778376 140733434555824 140733434546960 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23106/statm: 2389603 4568 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.300223 s]
/proc/loadavg: 2.00 2.00 2.00 3/193 23106
/proc/meminfo: memFree=27709380/32873844 swapFree=7104/7104
[pid=23106] ppid=23104 vsize=9558412 CPUtime=0.46 cores=0,2,4,6
/proc/23106/stat : 23106 (java) S 23104 23106 20334 0 -1 4202496 6140 0 1 0 45 1 0 0 20 0 18 0 255514349 9787813888 10507 33554432000 1073741824 1073778376 140733434555824 140733434546960 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23106/statm: 2389603 10507 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700214 s]
/proc/loadavg: 2.00 2.00 2.00 3/193 23106
/proc/meminfo: memFree=27709380/32873844 swapFree=7104/7104
[pid=23106] ppid=23104 vsize=9558412 CPUtime=1.28 cores=0,2,4,6
/proc/23106/stat : 23106 (java) S 23104 23106 20334 0 -1 4202496 11259 0 1 0 122 6 0 0 20 0 18 0 255514349 9787813888 46379 33554432000 1073741824 1073778376 140733434555824 140733434546960 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23106/statm: 2389603 46379 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9558412

[startup+1.50072 s]
/proc/loadavg: 2.00 2.00 2.00 4/212 23125
/proc/meminfo: memFree=27533144/32873844 swapFree=7104/7104
[pid=23106] ppid=23104 vsize=9624976 CPUtime=2.72 cores=0,2,4,6
/proc/23106/stat : 23106 (java) S 23104 23106 20334 0 -1 4202496 12696 0 1 0 265 7 0 0 20 0 19 0 255514349 9855975424 46382 33554432000 1073741824 1073778376 140733434555824 140733434546960 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23106/statm: 2406244 46382 2264 9 0 2396937 0
[pid=23106/tid=23108] ppid=23104 vsize=9624976 CPUtime=1.41 cores=0,2,4,6
/proc/23106/task/23108/stat : 23108 (java) R 23104 23106 20334 0 -1 4202560 2528 0 1 0 138 3 0 0 20 0 19 0 255514351 9855975424 46382 33554432000 1073741824 1073778376 140733434555824 140611428347192 140611273937336 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23106/tid=23109] ppid=23104 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/23106/task/23109/stat : 23109 (java) S 23104 23106 20334 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 255514352 9855975424 46382 33554432000 1073741824 1073778376 140733434555824 140611400801064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23110] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23110/stat : 23110 (java) S 23104 23106 20334 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255514352 9855975424 46382 33554432000 1073741824 1073778376 140733434555824 140611399748264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23111] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23111/stat : 23111 (java) S 23104 23106 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255514352 9855975424 46382 33554432000 1073741824 1073778376 140733434555824 140611398695976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23106/tid=23112] ppid=23104 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/23106/task/23112/stat : 23112 (java) S 23104 23106 20334 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 255514352 9855975424 46382 33554432000 1073741824 1073778376 140733434555824 140611397643176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23113] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23113/stat : 23113 (java) S 23104 23106 20334 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255514352 9855975424 46382 33554432000 1073741824 1073778376 140733434555824 140611396589864 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23114] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23114/stat : 23114 (java) S 23104 23106 20334 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255514352 9855975424 46382 33554432000 1073741824 1073778376 140733434555824 140611395537064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23106/tid=23115] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23115/stat : 23115 (java) S 23104 23106 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255514352 9855975424 46382 33554432000 1073741824 1073778376 140733434555824 140611394484776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23106/tid=23116] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23116/stat : 23116 (java) S 23104 23106 20334 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255514352 9855975424 46382 33554432000 1073741824 1073778376 140733434555824 140611393431976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23117] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23117/stat : 23117 (java) S 23104 23106 20334 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 255514354 9855975424 46382 33554432000 1073741824 1073778376 140733434555824 140610781551336 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23118] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23118/stat : 23118 (java) S 23104 23106 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255514354 9855975424 46382 33554432000 1073741824 1073778376 140733434555824 140610780497400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23119] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23119/stat : 23119 (java) S 23104 23106 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255514354 9855975424 46382 33554432000 1073741824 1073778376 140733434555824 140610779445000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23120] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23120/stat : 23120 (java) S 23104 23106 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255514357 9855975424 46382 33554432000 1073741824 1073778376 140733434555824 140610778393488 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23121] ppid=23104 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/23106/task/23121/stat : 23121 (java) S 23104 23106 20334 0 -1 4202560 4102 0 0 0 59 2 0 0 20 0 19 0 255514357 9855975424 46382 33554432000 1073741824 1073778376 140733434555824 140610777340088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23122] ppid=23104 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/23106/task/23122/stat : 23122 (java) S 23104 23106 20334 0 -1 4202560 4746 0 0 0 51 0 0 0 20 0 19 0 255514357 9855975424 46382 33554432000 1073741824 1073778376 140733434555824 140610776287288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23123] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23123/stat : 23123 (java) S 23104 23106 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255514357 9855975424 46382 33554432000 1073741824 1073778376 140733434555824 140610775235192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23124] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23124/stat : 23124 (java) S 23104 23106 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255514357 9855975424 46382 33554432000 1073741824 1073778376 140733434555824 140610774182600 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23125] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23125/stat : 23125 (java) S 23104 23106 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255514447 9855975424 46382 33554432000 1073741824 1073778376 140733434555824 140610773128616 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 9624976

[startup+3.1007 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 23125
/proc/meminfo: memFree=27531640/32873844 swapFree=7104/7104
[pid=23106] ppid=23104 vsize=9624976 CPUtime=4.34 cores=0,2,4,6
/proc/23106/stat : 23106 (java) S 23104 23106 20334 0 -1 4202496 12698 0 1 0 427 7 0 0 20 0 19 0 255514349 9855975424 46383 33554432000 1073741824 1073778376 140733434555824 140733434546960 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23106/statm: 2406244 46383 2265 9 0 2396937 0
[pid=23106/tid=23108] ppid=23104 vsize=9624976 CPUtime=3 cores=0,2,4,6
/proc/23106/task/23108/stat : 23108 (java) R 23104 23106 20334 0 -1 4202560 2529 0 1 0 297 3 0 0 20 0 19 0 255514351 9855975424 46383 33554432000 1073741824 1073778376 140733434555824 140611428346432 140611274262135 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23106/tid=23109] ppid=23104 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/23106/task/23109/stat : 23109 (java) S 23104 23106 20334 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 255514352 9855975424 46383 33554432000 1073741824 1073778376 140733434555824 140611400801064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23110] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23110/stat : 23110 (java) S 23104 23106 20334 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255514352 9855975424 46383 33554432000 1073741824 1073778376 140733434555824 140611399748264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23111] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23111/stat : 23111 (java) S 23104 23106 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255514352 9855975424 46383 33554432000 1073741824 1073778376 140733434555824 140611398695976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23106/tid=23112] ppid=23104 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/23106/task/23112/stat : 23112 (java) S 23104 23106 20334 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 255514352 9855975424 46383 33554432000 1073741824 1073778376 140733434555824 140611397643176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23113] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23113/stat : 23113 (java) S 23104 23106 20334 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255514352 9855975424 46383 33554432000 1073741824 1073778376 140733434555824 140611396589864 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23114] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23114/stat : 23114 (java) S 23104 23106 20334 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255514352 9855975424 46383 33554432000 1073741824 1073778376 140733434555824 140611395537064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23106/tid=23115] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23115/stat : 23115 (java) S 23104 23106 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255514352 9855975424 46383 33554432000 1073741824 1073778376 140733434555824 140611394484776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23106/tid=23116] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23116/stat : 23116 (java) S 23104 23106 20334 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255514352 9855975424 46383 33554432000 1073741824 1073778376 140733434555824 140611393431976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23117] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23117/stat : 23117 (java) S 23104 23106 20334 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 255514354 9855975424 46383 33554432000 1073741824 1073778376 140733434555824 140610781551336 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23118] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23118/stat : 23118 (java) S 23104 23106 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255514354 9855975424 46383 33554432000 1073741824 1073778376 140733434555824 140610780497400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23119] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23119/stat : 23119 (java) S 23104 23106 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255514354 9855975424 46383 33554432000 1073741824 1073778376 140733434555824 140610779445000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23120] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23120/stat : 23120 (java) S 23104 23106 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255514357 9855975424 46383 33554432000 1073741824 1073778376 140733434555824 140610778393488 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23121] ppid=23104 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/23106/task/23121/stat : 23121 (java) S 23104 23106 20334 0 -1 4202560 4103 0 0 0 60 2 0 0 20 0 19 0 255514357 9855975424 46383 33554432000 1073741824 1073778376 140733434555824 140610777340088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23122] ppid=23104 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/23106/task/23122/stat : 23122 (java) S 23104 23106 20334 0 -1 4202560 4746 0 0 0 52 0 0 0 20 0 19 0 255514357 9855975424 46383 33554432000 1073741824 1073778376 140733434555824 140610776287288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23123] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23123/stat : 23123 (java) S 23104 23106 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255514357 9855975424 46383 33554432000 1073741824 1073778376 140733434555824 140610775235192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23124] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23124/stat : 23124 (java) S 23104 23106 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255514357 9855975424 46383 33554432000 1073741824 1073778376 140733434555824 140610774182600 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23125] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23125/stat : 23125 (java) S 23104 23106 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255514447 9855975424 46383 33554432000 1073741824 1073778376 140733434555824 140610773128616 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 9624976

[startup+6.3007 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 23125
/proc/meminfo: memFree=27532400/32873844 swapFree=7104/7104
[pid=23106] ppid=23104 vsize=9624976 CPUtime=7.55 cores=0,2,4,6
/proc/23106/stat : 23106 (java) S 23104 23106 20334 0 -1 4202496 12718 0 1 0 748 7 0 0 20 0 19 0 255514349 9855975424 46102 33554432000 1073741824 1073778376 140733434555824 140733434546960 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23106/statm: 2406244 46102 2268 9 0 2396937 0
[pid=23106/tid=23108] ppid=23104 vsize=9624976 CPUtime=6.2 cores=0,2,4,6
/proc/23106/task/23108/stat : 23108 (java) R 23104 23106 20334 0 -1 4202560 2530 0 1 0 617 3 0 0 20 0 19 0 255514351 9855975424 46102 33554432000 1073741824 1073778376 140733434555824 140611428348312 140611274075453 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23106/tid=23109] ppid=23104 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/23106/task/23109/stat : 23109 (java) S 23104 23106 20334 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 255514352 9855975424 46102 33554432000 1073741824 1073778376 140733434555824 140611400801064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23110] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23110/stat : 23110 (java) S 23104 23106 20334 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255514352 9855975424 46102 33554432000 1073741824 1073778376 140733434555824 140611399748264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23111] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23111/stat : 23111 (java) S 23104 23106 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255514352 9855975424 46102 33554432000 1073741824 1073778376 140733434555824 140611398695976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23106/tid=23112] ppid=23104 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/23106/task/23112/stat : 23112 (java) S 23104 23106 20334 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 255514352 9855975424 46102 33554432000 1073741824 1073778376 140733434555824 140611397643176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23113] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23113/stat : 23113 (java) S 23104 23106 20334 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255514352 9855975424 46102 33554432000 1073741824 1073778376 140733434555824 140611396589864 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23114] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23114/stat : 23114 (java) S 23104 23106 20334 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255514352 9855975424 46102 33554432000 1073741824 1073778376 140733434555824 140611395537064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23106/tid=23115] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23115/stat : 23115 (java) S 23104 23106 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255514352 9855975424 46102 33554432000 1073741824 1073778376 140733434555824 140611394484776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23106/tid=23116] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23116/stat : 23116 (java) S 23104 23106 20334 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255514352 9855975424 46102 33554432000 1073741824 1073778376 140733434555824 140611393431976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23117] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23117/stat : 23117 (java) S 23104 23106 20334 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 255514354 9855975424 46102 33554432000 1073741824 1073778376 140733434555824 140610781551336 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23118] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23118/stat : 23118 (java) S 23104 23106 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255514354 9855975424 46102 33554432000 1073741824 1073778376 140733434555824 140610780497400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23119] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23119/stat : 23119 (java) S 23104 23106 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255514354 9855975424 46102 33554432000 1073741824 1073778376 140733434555824 140610779445000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23120] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23120/stat : 23120 (java) S 23104 23106 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255514357 9855975424 46102 33554432000 1073741824 1073778376 140733434555824 140610778393488 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23121] ppid=23104 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/23106/task/23121/stat : 23121 (java) S 23104 23106 20334 0 -1 4202560 4122 0 0 0 61 2 0 0 20 0 19 0 255514357 9855975424 46102 33554432000 1073741824 1073778376 140733434555824 140610777340088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23122] ppid=23104 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/23106/task/23122/stat : 23122 (java) S 23104 23106 20334 0 -1 4202560 4746 0 0 0 52 0 0 0 20 0 19 0 255514357 9855975424 46102 33554432000 1073741824 1073778376 140733434555824 140610776287288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23123] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23123/stat : 23123 (java) S 23104 23106 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255514357 9855975424 46102 33554432000 1073741824 1073778376 140733434555824 140610775235192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23124] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23124/stat : 23124 (java) S 23104 23106 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255514357 9855975424 46102 33554432000 1073741824 1073778376 140733434555824 140610774182600 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23125] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23125/stat : 23125 (java) S 23104 23106 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255514447 9855975424 46102 33554432000 1073741824 1073778376 140733434555824 140610773128616 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=23106/tid=23114] ppid=23104 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/23106/task/23114/stat : 23114 (java) S 23104 23106 20334 0 -1 4202560 193 0 0 0 29 2 0 0 20 0 19 0 255514352 9855975424 90570 33554432000 1073741824 1073778376 140733434555824 140611395537064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23115] ppid=23104 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/23106/task/23115/stat : 23115 (java) S 23104 23106 20334 0 -1 4202560 92 0 0 0 33 3 0 0 20 0 19 0 255514352 9855975424 90570 33554432000 1073741824 1073778376 140733434555824 140611394484776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23116] ppid=23104 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/23106/task/23116/stat : 23116 (java) S 23104 23106 20334 0 -1 4202560 134 0 0 0 27 2 0 0 20 0 19 0 255514352 9855975424 90570 33554432000 1073741824 1073778376 140733434555824 140611393431976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23117] ppid=23104 vsize=9624976 CPUtime=5.36 cores=0,2,4,6
/proc/23106/task/23117/stat : 23117 (java) S 23104 23106 20334 0 -1 4202560 223 0 0 0 534 2 0 0 20 0 19 0 255514354 9855975424 90570 33554432000 1073741824 1073778376 140733434555824 140610781551336 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23106/tid=23118] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23118/stat : 23118 (java) S 23104 23106 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255514354 9855975424 90570 33554432000 1073741824 1073778376 140733434555824 140610780497400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23119] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23119/stat : 23119 (java) S 23104 23106 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255514354 9855975424 90570 33554432000 1073741824 1073778376 140733434555824 140610779445000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23120] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23120/stat : 23120 (java) S 23104 23106 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255514357 9855975424 90570 33554432000 1073741824 1073778376 140733434555824 140610778393488 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23121] ppid=23104 vsize=9624976 CPUtime=0.8 cores=0,2,4,6
/proc/23106/task/23121/stat : 23121 (java) S 23104 23106 20334 0 -1 4202560 4223 0 0 0 78 2 0 0 20 0 19 0 255514357 9855975424 90570 33554432000 1073741824 1073778376 140733434555824 140610777340088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23106/tid=23122] ppid=23104 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/23106/task/23122/stat : 23122 (java) S 23104 23106 20334 0 -1 4202560 4749 0 0 0 55 0 0 0 20 0 19 0 255514357 9855975424 90570 33554432000 1073741824 1073778376 140733434555824 140610776287288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23123] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23123/stat : 23123 (java) S 23104 23106 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255514357 9855975424 90570 33554432000 1073741824 1073778376 140733434555824 140610775235192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23124] ppid=23104 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/23106/task/23124/stat : 23124 (java) S 23104 23106 20334 0 -1 4202560 95 0 0 0 17 11 0 0 20 0 19 0 255514357 9855975424 90570 33554432000 1073741824 1073778376 140733434555824 140610774182600 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23106/tid=23125] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23125/stat : 23125 (java) S 23104 23106 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255514447 9855975424 90570 33554432000 1073741824 1073778376 140733434555824 140610773128616 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1665.57
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/211 23196
/proc/meminfo: memFree=26201868/32873844 swapFree=7104/7104
[pid=23106] ppid=23104 vsize=9624976 CPUtime=1725.67 cores=0,2,4,6
/proc/23106/stat : 23106 (java) S 23104 23106 20334 0 -1 4202496 14178 0 1 0 172532 35 0 0 20 0 19 0 255514349 9855975424 90587 33554432000 1073741824 1073778376 140733434555824 140733434546960 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23106/statm: 2406244 90587 2282 9 0 2396937 0
[pid=23106/tid=23108] ppid=23104 vsize=9624976 CPUtime=1715.96 cores=0,2,4,6
/proc/23106/task/23108/stat : 23108 (java) R 23104 23106 20334 0 -1 4202560 2596 0 1 0 171566 30 0 0 20 0 19 0 255514351 9855975424 90587 33554432000 1073741824 1073778376 140733434555824 140611428348192 140611274262140 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23109] ppid=23104 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/23106/task/23109/stat : 23109 (java) S 23104 23106 20334 0 -1 4202560 86 0 0 0 31 3 0 0 20 0 19 0 255514352 9855975424 90587 33554432000 1073741824 1073778376 140733434555824 140611400801064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23106/tid=23110] ppid=23104 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/23106/task/23110/stat : 23110 (java) S 23104 23106 20334 0 -1 4202560 166 0 0 0 31 2 0 0 20 0 19 0 255514352 9855975424 90587 33554432000 1073741824 1073778376 140733434555824 140611399748264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23111] ppid=23104 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/23106/task/23111/stat : 23111 (java) S 23104 23106 20334 0 -1 4202560 201 0 0 0 35 2 0 0 20 0 19 0 255514352 9855975424 90587 33554432000 1073741824 1073778376 140733434555824 140611398695976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23112] ppid=23104 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/23106/task/23112/stat : 23112 (java) S 23104 23106 20334 0 -1 4202560 164 0 0 0 31 3 0 0 20 0 19 0 255514352 9855975424 90587 33554432000 1073741824 1073778376 140733434555824 140611397643176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23106/tid=23113] ppid=23104 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/23106/task/23113/stat : 23113 (java) S 23104 23106 20334 0 -1 4202560 68 0 0 0 28 2 0 0 20 0 19 0 255514352 9855975424 90587 33554432000 1073741824 1073778376 140733434555824 140611396589864 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23114] ppid=23104 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/23106/task/23114/stat : 23114 (java) S 23104 23106 20334 0 -1 4202560 193 0 0 0 30 2 0 0 20 0 19 0 255514352 9855975424 90587 33554432000 1073741824 1073778376 140733434555824 140611395537064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23115] ppid=23104 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/23106/task/23115/stat : 23115 (java) S 23104 23106 20334 0 -1 4202560 92 0 0 0 34 3 0 0 20 0 19 0 255514352 9855975424 90587 33554432000 1073741824 1073778376 140733434555824 140611394484776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23116] ppid=23104 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/23106/task/23116/stat : 23116 (java) S 23104 23106 20334 0 -1 4202560 134 0 0 0 29 2 0 0 20 0 19 0 255514352 9855975424 90587 33554432000 1073741824 1073778376 140733434555824 140611393431976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23117] ppid=23104 vsize=9624976 CPUtime=5.55 cores=0,2,4,6
/proc/23106/task/23117/stat : 23117 (java) S 23104 23106 20334 0 -1 4202560 227 0 0 0 553 2 0 0 20 0 19 0 255514354 9855975424 90587 33554432000 1073741824 1073778376 140733434555824 140610781551336 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23106/tid=23118] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23118/stat : 23118 (java) S 23104 23106 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255514354 9855975424 90587 33554432000 1073741824 1073778376 140733434555824 140610780497400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23119] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23119/stat : 23119 (java) S 23104 23106 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255514354 9855975424 90587 33554432000 1073741824 1073778376 140733434555824 140610779445000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23120] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23120/stat : 23120 (java) S 23104 23106 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255514357 9855975424 90587 33554432000 1073741824 1073778376 140733434555824 140610778393488 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23121] ppid=23104 vsize=9624976 CPUtime=0.8 cores=0,2,4,6
/proc/23106/task/23121/stat : 23121 (java) S 23104 23106 20334 0 -1 4202560 4223 0 0 0 78 2 0 0 20 0 19 0 255514357 9855975424 90587 33554432000 1073741824 1073778376 140733434555824 140610777340088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23106/tid=23122] ppid=23104 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/23106/task/23122/stat : 23122 (java) S 23104 23106 20334 0 -1 4202560 4749 0 0 0 55 0 0 0 20 0 19 0 255514357 9855975424 90587 33554432000 1073741824 1073778376 140733434555824 140610776287288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23123] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23123/stat : 23123 (java) S 23104 23106 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255514357 9855975424 90587 33554432000 1073741824 1073778376 140733434555824 140610775235192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23124] ppid=23104 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/23106/task/23124/stat : 23124 (java) S 23104 23106 20334 0 -1 4202560 99 0 0 0 18 12 0 0 20 0 19 0 255514357 9855975424 90587 33554432000 1073741824 1073778376 140733434555824 140610774182600 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23106/tid=23125] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23125/stat : 23125 (java) S 23104 23106 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255514447 9855975424 90587 33554432000 1073741824 1073778376 140733434555824 140610773128616 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1725.67
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/212 23199
/proc/meminfo: memFree=25642576/32873844 swapFree=7104/7104
[pid=23106] ppid=23104 vsize=9624976 CPUtime=1785.69 cores=0,2,4,6
/proc/23106/stat : 23106 (java) S 23104 23106 20334 0 -1 4202496 14193 0 1 0 178534 35 0 0 20 0 19 0 255514349 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140733434546960 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23106/statm: 2406244 90595 2282 9 0 2396937 0
[pid=23106/tid=23108] ppid=23104 vsize=9624976 CPUtime=1775.85 cores=0,2,4,6
/proc/23106/task/23108/stat : 23108 (java) R 23104 23106 20334 0 -1 4202560 2597 0 1 0 177555 30 0 0 20 0 19 0 255514351 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140611428348192 140611274262189 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23109] ppid=23104 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/23106/task/23109/stat : 23109 (java) S 23104 23106 20334 0 -1 4202560 86 0 0 0 32 3 0 0 20 0 19 0 255514352 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140611400801064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23106/tid=23110] ppid=23104 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/23106/task/23110/stat : 23110 (java) S 23104 23106 20334 0 -1 4202560 166 0 0 0 32 2 0 0 20 0 19 0 255514352 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140611399748264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23111] ppid=23104 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/23106/task/23111/stat : 23111 (java) S 23104 23106 20334 0 -1 4202560 201 0 0 0 35 2 0 0 20 0 19 0 255514352 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140611398695976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23112] ppid=23104 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/23106/task/23112/stat : 23112 (java) S 23104 23106 20334 0 -1 4202560 166 0 0 0 32 3 0 0 20 0 19 0 255514352 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140611397643176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23106/tid=23113] ppid=23104 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/23106/task/23113/stat : 23113 (java) S 23104 23106 20334 0 -1 4202560 74 0 0 0 29 2 0 0 20 0 19 0 255514352 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140611396589864 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23114] ppid=23104 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/23106/task/23114/stat : 23114 (java) S 23104 23106 20334 0 -1 4202560 193 0 0 0 31 2 0 0 20 0 19 0 255514352 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140611395537064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23115] ppid=23104 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/23106/task/23115/stat : 23115 (java) S 23104 23106 20334 0 -1 4202560 92 0 0 0 35 3 0 0 20 0 19 0 255514352 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140611394484776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23116] ppid=23104 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/23106/task/23116/stat : 23116 (java) S 23104 23106 20334 0 -1 4202560 134 0 0 0 29 2 0 0 20 0 19 0 255514352 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140611393431976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23117] ppid=23104 vsize=9624976 CPUtime=5.64 cores=0,2,4,6
/proc/23106/task/23117/stat : 23117 (java) S 23104 23106 20334 0 -1 4202560 229 0 0 0 562 2 0 0 20 0 19 0 255514354 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140610781551336 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23106/tid=23118] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23118/stat : 23118 (java) S 23104 23106 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255514354 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140610780497400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23119] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23119/stat : 23119 (java) S 23104 23106 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255514354 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140610779445000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23120] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23120/stat : 23120 (java) S 23104 23106 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255514357 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140610778393488 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23121] ppid=23104 vsize=9624976 CPUtime=0.8 cores=0,2,4,6
/proc/23106/task/23121/stat : 23121 (java) S 23104 23106 20334 0 -1 4202560 4223 0 0 0 78 2 0 0 20 0 19 0 255514357 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140610777340088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23106/tid=23122] ppid=23104 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/23106/task/23122/stat : 23122 (java) S 23104 23106 20334 0 -1 4202560 4749 0 0 0 55 0 0 0 20 0 19 0 255514357 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140610776287288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23123] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23123/stat : 23123 (java) S 23104 23106 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255514357 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140610775235192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23124] ppid=23104 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/23106/task/23124/stat : 23124 (java) S 23104 23106 20334 0 -1 4202560 103 0 0 0 18 12 0 0 20 0 19 0 255514357 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140610774182600 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23106/tid=23125] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23125/stat : 23125 (java) S 23104 23106 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255514447 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140610773128616 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1785.69
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.6 s]
/proc/loadavg: 1.99 2.00 1.99 3/212 23199
/proc/meminfo: memFree=25642576/32873844 swapFree=7104/7104
[pid=23106] ppid=23104 vsize=9624976 CPUtime=1800.01 cores=0,2,4,6
/proc/23106/stat : 23106 (java) S 23104 23106 20334 0 -1 4202496 14193 0 1 0 179965 36 0 0 20 0 19 0 255514349 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140733434546960 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23106/statm: 2406244 90595 2282 9 0 2396937 0
[pid=23106/tid=23108] ppid=23104 vsize=9624976 CPUtime=1790.16 cores=0,2,4,6
/proc/23106/task/23108/stat : 23108 (java) R 23104 23106 20334 0 -1 4202560 2597 0 1 0 178985 31 0 0 20 0 19 0 255514351 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140611428348192 140611274262108 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23109] ppid=23104 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/23106/task/23109/stat : 23109 (java) S 23104 23106 20334 0 -1 4202560 86 0 0 0 32 3 0 0 20 0 19 0 255514352 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140611400801064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23106/tid=23110] ppid=23104 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/23106/task/23110/stat : 23110 (java) S 23104 23106 20334 0 -1 4202560 166 0 0 0 32 2 0 0 20 0 19 0 255514352 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140611399748264 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23111] ppid=23104 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/23106/task/23111/stat : 23111 (java) S 23104 23106 20334 0 -1 4202560 201 0 0 0 35 2 0 0 20 0 19 0 255514352 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140611398695976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23112] ppid=23104 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/23106/task/23112/stat : 23112 (java) S 23104 23106 20334 0 -1 4202560 166 0 0 0 32 3 0 0 20 0 19 0 255514352 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140611397643176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23106/tid=23113] ppid=23104 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/23106/task/23113/stat : 23113 (java) S 23104 23106 20334 0 -1 4202560 74 0 0 0 29 2 0 0 20 0 19 0 255514352 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140611396589864 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23114] ppid=23104 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/23106/task/23114/stat : 23114 (java) S 23104 23106 20334 0 -1 4202560 193 0 0 0 31 2 0 0 20 0 19 0 255514352 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140611395537064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23115] ppid=23104 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/23106/task/23115/stat : 23115 (java) S 23104 23106 20334 0 -1 4202560 92 0 0 0 35 3 0 0 20 0 19 0 255514352 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140611394484776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23116] ppid=23104 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/23106/task/23116/stat : 23116 (java) S 23104 23106 20334 0 -1 4202560 134 0 0 0 29 2 0 0 20 0 19 0 255514352 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140611393431976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23117] ppid=23104 vsize=9624976 CPUtime=5.64 cores=0,2,4,6
/proc/23106/task/23117/stat : 23117 (java) S 23104 23106 20334 0 -1 4202560 229 0 0 0 562 2 0 0 20 0 19 0 255514354 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140610781551336 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23106/tid=23118] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23118/stat : 23118 (java) S 23104 23106 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255514354 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140610780497400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23119] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23119/stat : 23119 (java) S 23104 23106 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255514354 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140610779445000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23120] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23120/stat : 23120 (java) S 23104 23106 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255514357 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140610778393488 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23106/tid=23121] ppid=23104 vsize=9624976 CPUtime=0.8 cores=0,2,4,6
/proc/23106/task/23121/stat : 23121 (java) S 23104 23106 20334 0 -1 4202560 4223 0 0 0 78 2 0 0 20 0 19 0 255514357 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140610777340088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23106/tid=23122] ppid=23104 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/23106/task/23122/stat : 23122 (java) S 23104 23106 20334 0 -1 4202560 4749 0 0 0 55 0 0 0 20 0 19 0 255514357 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140610776287288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23123] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23123/stat : 23123 (java) S 23104 23106 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255514357 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140610775235192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23106/tid=23124] ppid=23104 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/23106/task/23124/stat : 23124 (java) S 23104 23106 20334 0 -1 4202560 103 0 0 0 18 12 0 0 20 0 19 0 255514357 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140610774182600 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23106/tid=23125] ppid=23104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23106/task/23125/stat : 23125 (java) S 23104 23106 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255514447 9855975424 90595 33554432000 1073741824 1073778376 140733434555824 140610773128616 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143
Real time (s): 1796.66
CPU time (s): 1800.55
CPU user time (s): 1799.75
CPU system time (s): 0.801878
CPU usage (%): 100.216
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.75
system time used= 0.801878
maximum resident set size= 362524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14231
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39991
involuntary context switches= 7955

runsolver used 6.05308 second user time and 12.6911 second system time

The end

Launcher Data

Begin job on node104 at 2012-05-24 23:10:58
IDJOB=3689873
IDBENCH=91435
IDSOLVER=2269
FILE ID=node104/3689873-1337893858
RUNJOBID= node104-1337871880-20350
PBS_JOBID= 14620100
Free space on /tmp= 71684 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_unif_20null10mast_rapportOE2.0_TMAX60_K67_cod3.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689873-1337893858/watcher-3689873-1337893858 -o /tmp/evaluation-result-3689873-1337893858/solver-3689873-1337893858 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689873-1337893858.opb

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

MD5SUM BENCH= f8b4f8df359af81721df2075b70b4f33
RANDOM SEED=1924914499

node104.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.266
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.53
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.266
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.266
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.266
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.92
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.266
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.266
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.266
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.266
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27710288 kB
Buffers:          216524 kB
Cached:          1832484 kB
SwapCached:            0 kB
Active:          2716224 kB
Inactive:        1681424 kB
Active(anon):    2351084 kB
Inactive(anon):        0 kB
Active(file):     365140 kB
Inactive(file):  1681424 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3172 kB
Writeback:             0 kB
AnonPages:       2357972 kB
Mapped:            21536 kB
Shmem:               200 kB
Slab:             622428 kB
SReclaimable:      65248 kB
SUnreclaim:       557180 kB
KernelStack:        1592 kB
PageTables:         9028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3249232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2306048 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= 71492 MiB
End job on node104 at 2012-05-24 23:40:57