Trace number 3479256

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CuttingPlanes 2.3.0? (TO) 1800.28 1797.96

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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3479256-1307448766.opb
0.10/0.11	c reading problem ... 
0.50/0.39	c ... done. Wall clock time 0.275s.
0.50/0.39	c #vars     4000
0.50/0.39	c #constraints  10500
0.50/0.39	c constraints type 
0.50/0.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2000
0.50/0.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8500
4.16/3.24	c cleaning 0 clauses out of 5002 with flag 0/5002
7.13/6.19	c cleaning 0 clauses out of 11001 with flag 0/11001
11.03/10.01	c cleaning 0 clauses out of 18000 with flag 0/18000
15.57/14.50	c cleaning 0 clauses out of 26002 with flag 0/26002
20.82/19.72	c cleaning 0 clauses out of 35000 with flag 0/35000
26.83/25.70	c cleaning 0 clauses out of 45000 with flag 0/45000
34.04/32.92	c cleaning 0 clauses out of 56000 with flag 0/56000
41.54/40.44	c cleaning 0 clauses out of 67000 with flag 0/67000
49.84/48.70	c cleaning 0 clauses out of 78000 with flag 0/78000
58.15/57.12	c cleaning 0 clauses out of 89000 with flag 0/89000
66.86/65.72	c cleaning 0 clauses out of 100001 with flag 0/100001
76.56/75.46	c cleaning 0 clauses out of 111000 with flag 0/111000
86.85/85.61	c cleaning 0 clauses out of 122001 with flag 0/122001
96.75/95.60	c cleaning 0 clauses out of 133000 with flag 0/133000
106.76/105.59	c cleaning 0 clauses out of 144000 with flag 0/144000
117.46/116.29	c cleaning 0 clauses out of 155000 with flag 0/155000
128.57/127.33	c cleaning 0 clauses out of 166000 with flag 0/166000
140.67/139.46	c cleaning 0 clauses out of 177000 with flag 0/177000
153.28/152.10	c cleaning 0 clauses out of 188002 with flag 0/188002
165.58/164.38	c cleaning 0 clauses out of 199001 with flag 0/199001
178.59/177.34	c cleaning 0 clauses out of 210003 with flag 0/210003
191.79/190.56	c cleaning 0 clauses out of 221001 with flag 0/221001
205.81/204.57	c cleaning 0 clauses out of 232001 with flag 0/232001
219.41/218.15	c cleaning 0 clauses out of 243001 with flag 0/243001
233.62/232.30	c cleaning 0 clauses out of 254001 with flag 0/254001
250.02/248.78	c cleaning 0 clauses out of 265000 with flag 0/265000
265.53/264.21	c cleaning 0 clauses out of 276001 with flag 0/276001
281.86/280.52	c cleaning 0 clauses out of 287000 with flag 0/287000
297.04/295.73	c cleaning 0 clauses out of 298002 with flag 0/298002
314.66/313.31	c cleaning 0 clauses out of 309000 with flag 0/309000
332.06/330.78	c cleaning 0 clauses out of 320000 with flag 0/320000
348.27/346.91	c cleaning 0 clauses out of 331001 with flag 0/331001
365.18/363.88	c cleaning 0 clauses out of 342000 with flag 0/342000
382.99/381.68	c cleaning 0 clauses out of 353000 with flag 0/353000
400.39/399.06	c cleaning 0 clauses out of 364000 with flag 0/364000
418.51/417.13	c cleaning 0 clauses out of 375000 with flag 0/375000
437.03/435.69	c cleaning 0 clauses out of 386003 with flag 0/386003
459.52/458.13	c cleaning 0 clauses out of 397001 with flag 0/397001
481.13/479.74	c cleaning 0 clauses out of 408001 with flag 0/408001
501.97/500.55	c cleaning 0 clauses out of 419003 with flag 0/419003
522.66/521.22	c cleaning 0 clauses out of 430000 with flag 0/430000
542.97/541.58	c cleaning 0 clauses out of 441000 with flag 0/441000
564.48/563.02	c cleaning 0 clauses out of 452000 with flag 0/452000
585.80/584.30	c cleaning 0 clauses out of 463000 with flag 0/463000
606.81/605.39	c cleaning 0 clauses out of 474001 with flag 0/474001
628.73/627.25	c cleaning 0 clauses out of 485002 with flag 0/485002
651.44/649.98	c cleaning 0 clauses out of 496001 with flag 0/496001
673.06/671.56	c cleaning 0 clauses out of 507002 with flag 0/507002
696.57/695.11	c cleaning 0 clauses out of 518002 with flag 0/518002
721.99/720.48	c cleaning 0 clauses out of 529000 with flag 0/529000
745.69/744.17	c cleaning 0 clauses out of 540001 with flag 0/540001
770.11/768.59	c cleaning 0 clauses out of 551001 with flag 0/551001
795.22/793.66	c cleaning 0 clauses out of 562001 with flag 0/562001
821.54/819.91	c cleaning 0 clauses out of 573002 with flag 0/573002
848.36/846.73	c cleaning 0 clauses out of 584001 with flag 0/584001
880.97/879.37	c cleaning 0 clauses out of 595002 with flag 0/595002
912.51/910.85	c cleaning 0 clauses out of 606000 with flag 0/606000
942.11/940.48	c cleaning 0 clauses out of 617000 with flag 0/617000
971.72/970.02	c cleaning 0 clauses out of 628000 with flag 0/628000
998.36/996.69	c cleaning 0 clauses out of 639000 with flag 0/639000
1026.75/1025.06	c cleaning 0 clauses out of 650000 with flag 0/650000
1055.88/1054.15	c cleaning 0 clauses out of 661000 with flag 0/661000
1084.79/1083.01	c cleaning 0 clauses out of 672000 with flag 0/672000
1113.92/1112.16	c cleaning 0 clauses out of 683001 with flag 0/683001
1140.22/1138.46	c cleaning 0 clauses out of 694001 with flag 0/694001
1166.75/1164.94	c cleaning 0 clauses out of 705000 with flag 0/705000
1194.65/1192.80	c cleaning 0 clauses out of 716000 with flag 0/716000
1225.77/1224.00	c cleaning 0 clauses out of 727000 with flag 0/727000
1255.80/1253.99	c cleaning 0 clauses out of 738000 with flag 0/738000
1287.21/1285.30	c cleaning 0 clauses out of 749001 with flag 0/749001
1319.33/1317.44	c cleaning 0 clauses out of 760002 with flag 0/760002
1351.44/1349.52	c cleaning 0 clauses out of 771002 with flag 0/771002
1383.35/1381.50	c cleaning 0 clauses out of 782000 with flag 0/782000
1419.07/1417.13	c cleaning 0 clauses out of 793003 with flag 0/793003
1450.90/1448.93	c cleaning 0 clauses out of 804000 with flag 0/804000
1482.21/1480.28	c cleaning 0 clauses out of 815001 with flag 0/815001
1515.03/1513.07	c cleaning 0 clauses out of 826001 with flag 0/826001
1548.67/1546.68	c cleaning 0 clauses out of 837000 with flag 0/837000
1583.37/1581.32	c cleaning 0 clauses out of 848000 with flag 0/848000
1618.31/1616.20	c cleaning 0 clauses out of 859002 with flag 0/859002
1653.83/1651.79	c cleaning 0 clauses out of 870000 with flag 0/870000
1690.67/1688.59	c cleaning 0 clauses out of 881000 with flag 0/881000
1739.27/1737.12	c cleaning 0 clauses out of 892000 with flag 0/892000
1781.61/1779.46	c cleaning 0 clauses out of 903000 with flag 0/903000
1800.04/1797.82	c starts		: 183
1800.04/1797.82	c conflicts		: 908288
1800.04/1797.82	c decisions		: 1209108
1800.04/1797.82	c propagations		: 334484633
1800.04/1797.82	c inspects		: 7836610141
1800.04/1797.82	c shortcuts		: 0
1800.04/1797.82	c learnt literals	: 0
1800.04/1797.82	c learnt binary clauses	: 0
1800.04/1797.82	c learnt ternary clauses	: 76
1800.04/1797.82	c learnt constraints	: 908287
1800.04/1797.82	c ignored constraints	: 0
1800.04/1797.82	c root simplifications	: 0
1800.04/1797.82	c removed literals (reason simplification)	: 0
1800.04/1797.82	c reason swapping (by a shorter reason)	: 0
1800.04/1797.82	c Calls to reduceDB	: 84
1800.04/1797.82	c number of reductions to clauses (during analyze)	: 0
1800.04/1797.82	c number of learned constraints concerned by reduction	: 0
1800.04/1797.82	c number of learning phase by resolution	: 0
1800.04/1797.82	c number of learning phase by cutting planes	: 0
1800.04/1797.82	c speed (assignments/second)	: 186089.560202043
1800.04/1797.82	c non guided choices	0
1800.04/1797.89	c learnt constraints type 
1800.04/1797.89	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 908305
1800.04/1797.89	c constraints type 
1800.04/1797.89	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2000
1800.04/1797.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8500
1800.04/1797.89	s UNKNOWN
1800.04/1797.89	c Total wall clock time (in seconds): 1797.78

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3479256-1307448766/watcher-3479256-1307448766 -o /tmp/evaluation-result-3479256-1307448766/solver-3479256-1307448766 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3479256-1307448766.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: 1.93 2.01 1.99 2/553 10523
/proc/meminfo: memFree=20729680/32951124 swapFree=46970528/67111528
[pid=10523] ppid=10520 vsize=31604 CPUtime=0 cores=1,3,5,7
/proc/10523/stat : 10523 (java) S 10520 10523 9329 0 -1 4202496 1269 0 0 0 0 0 0 0 25 0 2 0 837292904 32362496 988 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051458021 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/10523/statm: 7901 988 759 9 0 386 0
[pid=10523/tid=10524] ppid=10520 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10524/stat : 10524 (java) R 10520 10523 9329 0 -1 4202560 6160 0 1 0 0 0 0 0 25 0 2 0 837292905 10694979584 6977 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212039349307 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0612989 s]
/proc/loadavg: 1.93 2.01 1.99 2/553 10523
/proc/meminfo: memFree=20729680/32951124 swapFree=46970528/67111528
[pid=10523] ppid=10520 vsize=10469672 CPUtime=0.05 cores=1,3,5,7
/proc/10523/stat : 10523 (java) S 10520 10523 9329 0 -1 4202496 11579 0 1 0 4 1 0 0 25 0 15 0 837292904 10720944128 11276 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10523/statm: 2617418 11276 1713 9 0 2608166 0
[pid=10523/tid=10524] ppid=10520 vsize=10469672 CPUtime=0.04 cores=1,3,5,7
/proc/10523/task/10524/stat : 10524 (java) R 10520 10523 9329 0 -1 4202560 10409 0 1 0 4 0 0 0 19 0 15 0 837292905 10720944128 11277 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212039608631 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10469672

[startup+0.100257 s]
/proc/loadavg: 1.93 2.01 1.99 2/553 10523
/proc/meminfo: memFree=20729680/32951124 swapFree=46970528/67111528
[pid=10523] ppid=10520 vsize=10540228 CPUtime=0.1 cores=1,3,5,7
/proc/10523/stat : 10523 (java) S 10520 10523 9329 0 -1 4202496 12984 0 1 0 9 1 0 0 25 0 18 0 837292904 10793193472 12681 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10523/statm: 2635057 12681 2092 9 0 2625791 0
[pid=10523/tid=10524] ppid=10520 vsize=10540228 CPUtime=0.08 cores=1,3,5,7
/proc/10523/task/10524/stat : 10524 (java) R 10520 10523 9329 0 -1 4202560 11085 0 1 0 7 1 0 0 22 0 18 0 837292905 10793193472 12681 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 47625356870834 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540228

[startup+0.300222 s]
/proc/loadavg: 1.93 2.01 1.99 2/553 10523
/proc/meminfo: memFree=20729680/32951124 swapFree=46970528/67111528
[pid=10523] ppid=10520 vsize=10542156 CPUtime=0.5 cores=1,3,5,7
/proc/10523/stat : 10523 (java) S 10520 10523 9329 0 -1 4202496 16407 0 1 0 48 2 0 0 25 0 18 0 837292904 10795167744 15687 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10523/statm: 2635539 15687 2200 9 0 2626273 0
[pid=10523/tid=10524] ppid=10520 vsize=10542156 CPUtime=0.28 cores=1,3,5,7
/proc/10523/task/10524/stat : 10524 (java) R 10520 10523 9329 0 -1 4202560 13432 0 1 0 27 1 0 0 22 0 18 0 837292905 10795167744 15687 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 47625356100240 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10542156

[startup+0.700151 s]
/proc/loadavg: 1.93 2.01 1.99 2/553 10523
/proc/meminfo: memFree=20729680/32951124 swapFree=46970528/67111528
[pid=10523] ppid=10520 vsize=10547856 CPUtime=1.47 cores=1,3,5,7
/proc/10523/stat : 10523 (java) S 10520 10523 9329 0 -1 4202496 28855 0 1 0 144 3 0 0 25 0 19 0 837292904 10801004544 25860 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10523/statm: 2636964 25860 2236 9 0 2627698 0
[pid=10523/tid=10524] ppid=10520 vsize=10547856 CPUtime=0.68 cores=1,3,5,7
/proc/10523/task/10524/stat : 10524 (java) R 10520 10523 9329 0 -1 4202560 21197 0 1 0 66 2 0 0 25 0 19 0 837292905 10801004544 25860 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 46912505787689 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10547856

[startup+1.50101 s]
/proc/loadavg: 1.93 2.01 1.99 3/572 10543
/proc/meminfo: memFree=20571872/32951124 swapFree=46970528/67111528
[pid=10523] ppid=10520 vsize=10548312 CPUtime=2.38 cores=1,3,5,7
/proc/10523/stat : 10523 (java) S 10520 10523 9329 0 -1 4202496 68412 0 1 0 231 7 0 0 25 0 19 0 837292904 10801471488 65416 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10523/statm: 2637078 65416 2237 9 0 2627812 0
[pid=10523/tid=10524] ppid=10520 vsize=10548312 CPUtime=1.47 cores=1,3,5,7
/proc/10523/task/10524/stat : 10524 (java) R 10520 10523 9329 0 -1 4202560 60650 0 1 0 141 6 0 0 25 0 19 0 837292905 10801471488 65416 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 46912505974544 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=10523/tid=10527] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10527/stat : 10527 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 837292907 10801471488 65416 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10528] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10528/stat : 10528 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 837292907 10801471488 65416 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10529] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10529/stat : 10529 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 837292907 10801471488 65416 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10530] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10530/stat : 10530 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 837292907 10801471488 65416 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10531] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10531/stat : 10531 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 837292907 10801471488 65416 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10532] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10532/stat : 10532 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 837292907 10801471488 65416 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10533] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10533/stat : 10533 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 837292907 10801471488 65416 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10534] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10534/stat : 10534 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 837292907 10801471488 65416 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10535] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10535/stat : 10535 (java) S 10520 10523 9329 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 837292908 10801471488 65416 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471872 0 0 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10536] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10536/stat : 10536 (java) S 10520 10523 9329 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 837292908 10801471488 65416 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10537] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10537/stat : 10537 (java) S 10520 10523 9329 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 837292908 10801471488 65416 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10538] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10538/stat : 10538 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 837292910 10801471488 65416 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051478961 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10539] ppid=10520 vsize=10548312 CPUtime=0.47 cores=1,3,5,7
/proc/10523/task/10539/stat : 10539 (java) S 10520 10523 9329 0 -1 4202560 2870 0 0 0 47 0 0 0 15 0 19 0 837292910 10801471488 65416 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=10523/tid=10540] ppid=10520 vsize=10548312 CPUtime=0.42 cores=1,3,5,7
/proc/10523/task/10540/stat : 10540 (java) S 10520 10523 9329 0 -1 4202560 3729 0 0 0 42 0 0 0 15 0 19 0 837292910 10801471488 65416 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10541] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10541/stat : 10541 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 837292910 10801471488 65416 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10542] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10542/stat : 10542 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 837292910 10801471488 65416 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=10523/tid=10543] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10543/stat : 10543 (java) S 10520 10523 9329 0 -1 4202560 8 0 0 0 0 0 0 0 24 0 19 0 837292947 10801471488 65416 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 10548312

[startup+3.10072 s]
/proc/loadavg: 1.93 2.01 1.99 3/572 10543
/proc/meminfo: memFree=20351152/32951124 swapFree=46970528/67111528
[pid=10523] ppid=10520 vsize=10548312 CPUtime=4.05 cores=1,3,5,7
/proc/10523/stat : 10523 (java) S 10520 10523 9329 0 -1 4202496 149392 0 1 0 389 16 0 0 25 0 19 0 837292904 10801471488 146395 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10523/statm: 2637078 146395 2240 9 0 2627812 0
[pid=10523/tid=10524] ppid=10520 vsize=10548312 CPUtime=3.06 cores=1,3,5,7
/proc/10523/task/10524/stat : 10524 (java) R 10520 10523 9329 0 -1 4202560 141618 0 1 0 292 14 0 0 25 0 19 0 837292905 10801471488 146395 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 46912505779286 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=10523/tid=10527] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10527/stat : 10527 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 837292907 10801471488 146395 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10528] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10528/stat : 10528 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 837292907 10801471488 146395 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10529] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10529/stat : 10529 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 837292907 10801471488 146395 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10530] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10530/stat : 10530 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 837292907 10801471488 146395 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10531] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10531/stat : 10531 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 837292907 10801471488 146395 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10532] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10532/stat : 10532 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 837292907 10801471488 146395 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10533] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10533/stat : 10533 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 837292907 10801471488 146395 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10534] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10534/stat : 10534 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 837292907 10801471488 146395 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10535] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10535/stat : 10535 (java) S 10520 10523 9329 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 837292908 10801471488 146395 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471872 0 0 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10536] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10536/stat : 10536 (java) S 10520 10523 9329 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 837292908 10801471488 146395 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10537] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10537/stat : 10537 (java) S 10520 10523 9329 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 837292908 10801471488 146395 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10538] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10538/stat : 10538 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 837292910 10801471488 146395 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051478961 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10539] ppid=10520 vsize=10548312 CPUtime=0.52 cores=1,3,5,7
/proc/10523/task/10539/stat : 10539 (java) S 10520 10523 9329 0 -1 4202560 2881 0 0 0 52 0 0 0 15 0 19 0 837292910 10801471488 146395 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=10523/tid=10540] ppid=10520 vsize=10548312 CPUtime=0.44 cores=1,3,5,7
/proc/10523/task/10540/stat : 10540 (java) S 10520 10523 9329 0 -1 4202560 3730 0 0 0 44 0 0 0 15 0 19 0 837292910 10801471488 146395 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10541] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10541/stat : 10541 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 837292910 10801471488 146395 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10542] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10542/stat : 10542 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 837292910 10801471488 146395 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=10523/tid=10543] ppid=10520 vsize=10548312 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10543/stat : 10543 (java) S 10520 10523 9329 0 -1 4202560 8 0 0 0 0 0 0 0 24 0 19 0 837292947 10801471488 146395 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 10548312

[startup+6.30115 s]
/proc/loadavg: 1.94 2.01 1.99 3/572 10543
/proc/meminfo: memFree=20109732/32951124 swapFree=46970528/67111528
[pid=10523] ppid=10520 vsize=10546972 CPUtime=7.32 cores=1,3,5,7
/proc/10523/stat : 10523 (java) S 10520 10523 9329 0 -1 4202496 182698 0 1 0 711 21 0 0 25 0 19 0 837292904 10800099328 179379 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10523/statm: 2636743 179379 2266 9 0 2627477 0
[pid=10523/tid=10524] ppid=10520 vsize=10546972 CPUtime=6.19 cores=1,3,5,7
/proc/10523/task/10524/stat : 10524 (java) R 10520 10523 9329 0 -1 4202560 171452 0 1 0 601 18 0 0 25 0 19 0 837292905 10800099328 179379 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 46912505823489 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=10523/tid=10527] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10527/stat : 10527 (java) S 10520 10523 9329 0 -1 4202560 401 0 0 0 0 0 0 0 15 0 19 0 837292907 10800099328 179379 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10528] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10528/stat : 10528 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 837292907 10800099328 179379 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10529] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10529/stat : 10529 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 837292907 10800099328 179379 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10530] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10530/stat : 10530 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 837292907 10800099328 179379 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10531] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10531/stat : 10531 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 837292907 10800099328 179379 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10532] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10532/stat : 10532 (java) S 10520 10523 9329 0 -1 4202560 263 0 0 0 0 0 0 0 15 0 19 0 837292907 10800099328 179379 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10533] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10533/stat : 10533 (java) S 10520 10523 9329 0 -1 4202560 413 0 0 0 0 0 0 0 15 0 19 0 837292907 10800099328 179379 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=10523/tid=10534] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10534/stat : 10534 (java) S 10520 10523 9329 0 -1 4202560 655 0 0 0 0 0 0 0 15 0 19 0 837292907 10800099328 179379 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10535] ppid=10520 vsize=10546972 CPUtime=0.05 cores=1,3,5,7
/proc/10523/task/10535/stat : 10535 (java) S 10520 10523 9329 0 -1 4202560 1719 0 0 0 4 1 0 0 15 0 19 0 837292908 10800099328 179379 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471872 0 0 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=10523/tid=10536] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10536/stat : 10536 (java) S 10520 10523 9329 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 837292908 10800099328 179379 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10537] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10537/stat : 10537 (java) S 10520 10523 9329 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 837292908 10800099328 179379 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10538] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10538/stat : 10538 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 837292910 10800099328 179379 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051478961 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10539] ppid=10520 vsize=10546972 CPUtime=0.55 cores=1,3,5,7
/proc/10523/task/10539/stat : 10539 (java) S 10520 10523 9329 0 -1 4202560 2900 0 0 0 55 0 0 0 16 0 19 0 837292910 10800099328 179379 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=10523/tid=10540] ppid=10520 vsize=10546972 CPUtime=0.48 cores=1,3,5,7
/proc/10523/task/10540/stat : 10540 (java) S 10520 10523 9329 0 -1 4202560 3739 0 0 0 48 0 0 0 15 0 19 0 837292910 10800099328 179379 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0

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

/proc/10523/task/10536/stat : 10536 (java) S 10520 10523 9329 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 837292908 10800099328 455209 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10537] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10537/stat : 10537 (java) S 10520 10523 9329 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 837292908 10800099328 455209 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10538] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10538/stat : 10538 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 837292910 10800099328 455209 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051478961 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10539] ppid=10520 vsize=10546972 CPUtime=0.55 cores=1,3,5,7
/proc/10523/task/10539/stat : 10539 (java) S 10520 10523 9329 0 -1 4202560 2900 0 0 0 55 0 0 0 16 0 19 0 837292910 10800099328 455209 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=10523/tid=10540] ppid=10520 vsize=10546972 CPUtime=0.68 cores=1,3,5,7
/proc/10523/task/10540/stat : 10540 (java) S 10520 10523 9329 0 -1 4202560 4612 0 0 0 68 0 0 0 15 0 19 0 837292910 10800099328 455209 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10541] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10541/stat : 10541 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 837292910 10800099328 455209 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10542] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10542/stat : 10542 (java) S 10520 10523 9329 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 837292910 10800099328 455209 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10543] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10543/stat : 10543 (java) S 10520 10523 9329 0 -1 4202560 8 0 0 0 0 0 0 0 24 0 19 0 837292947 10800099328 455209 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1664.45
Current children cumulated vsize (KiB) 10546972

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/572 10643
/proc/meminfo: memFree=18900652/32951124 swapFree=46970528/67111528
[pid=10523] ppid=10520 vsize=10546972 CPUtime=1724.47 cores=1,3,5,7
/proc/10523/stat : 10523 (java) S 10520 10523 9329 0 -1 4202496 461084 0 1 0 172395 52 0 0 25 0 19 0 837292904 10800099328 456688 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10523/statm: 2636743 456688 2267 9 0 2627477 0
[pid=10523/tid=10524] ppid=10520 vsize=10546972 CPUtime=1704.26 cores=1,3,5,7
/proc/10523/task/10524/stat : 10524 (java) R 10520 10523 9329 0 -1 4202560 337460 0 1 0 170390 36 0 0 25 0 19 0 837292905 10800099328 456688 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 46912505800174 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10523/tid=10527] ppid=10520 vsize=10546972 CPUtime=0.25 cores=1,3,5,7
/proc/10523/task/10527/stat : 10527 (java) S 10520 10523 9329 0 -1 4202560 800 0 0 0 25 0 0 0 16 0 19 0 837292907 10800099328 456688 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10528] ppid=10520 vsize=10546972 CPUtime=0.24 cores=1,3,5,7
/proc/10523/task/10528/stat : 10528 (java) S 10520 10523 9329 0 -1 4202560 691 0 0 0 24 0 0 0 15 0 19 0 837292907 10800099328 456688 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10529] ppid=10520 vsize=10546972 CPUtime=0.19 cores=1,3,5,7
/proc/10523/task/10529/stat : 10529 (java) S 10520 10523 9329 0 -1 4202560 255 0 0 0 19 0 0 0 16 0 19 0 837292907 10800099328 456688 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10530] ppid=10520 vsize=10546972 CPUtime=0.24 cores=1,3,5,7
/proc/10523/task/10530/stat : 10530 (java) S 10520 10523 9329 0 -1 4202560 566 0 0 0 24 0 0 0 15 0 19 0 837292907 10800099328 456688 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=10523/tid=10531] ppid=10520 vsize=10546972 CPUtime=0.19 cores=1,3,5,7
/proc/10523/task/10531/stat : 10531 (java) S 10520 10523 9329 0 -1 4202560 535 0 0 0 19 0 0 0 16 0 19 0 837292907 10800099328 456688 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=10523/tid=10532] ppid=10520 vsize=10546972 CPUtime=0.2 cores=1,3,5,7
/proc/10523/task/10532/stat : 10532 (java) S 10520 10523 9329 0 -1 4202560 642 0 0 0 20 0 0 0 15 0 19 0 837292907 10800099328 456688 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10533] ppid=10520 vsize=10546972 CPUtime=0.22 cores=1,3,5,7
/proc/10523/task/10533/stat : 10533 (java) S 10520 10523 9329 0 -1 4202560 559 0 0 0 22 0 0 0 16 0 19 0 837292907 10800099328 456688 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10534] ppid=10520 vsize=10546972 CPUtime=0.23 cores=1,3,5,7
/proc/10523/task/10534/stat : 10534 (java) S 10520 10523 9329 0 -1 4202560 1038 0 0 0 23 0 0 0 16 0 19 0 837292907 10800099328 456688 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10535] ppid=10520 vsize=10546972 CPUtime=17.11 cores=1,3,5,7
/proc/10523/task/10535/stat : 10535 (java) S 10520 10523 9329 0 -1 4202560 109774 0 0 0 1699 12 0 0 15 0 19 0 837292908 10800099328 456688 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471872 0 0 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=10523/tid=10536] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10536/stat : 10536 (java) S 10520 10523 9329 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 837292908 10800099328 456688 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10537] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10537/stat : 10537 (java) S 10520 10523 9329 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 837292908 10800099328 456688 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10538] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10538/stat : 10538 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 837292910 10800099328 456688 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051478961 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10539] ppid=10520 vsize=10546972 CPUtime=0.55 cores=1,3,5,7
/proc/10523/task/10539/stat : 10539 (java) S 10520 10523 9329 0 -1 4202560 2900 0 0 0 55 0 0 0 16 0 19 0 837292910 10800099328 456688 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=10523/tid=10540] ppid=10520 vsize=10546972 CPUtime=0.68 cores=1,3,5,7
/proc/10523/task/10540/stat : 10540 (java) S 10520 10523 9329 0 -1 4202560 4612 0 0 0 68 0 0 0 15 0 19 0 837292910 10800099328 456688 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10541] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10541/stat : 10541 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 837292910 10800099328 456688 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10542] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10542/stat : 10542 (java) S 10520 10523 9329 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 837292910 10800099328 456688 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10543] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10543/stat : 10543 (java) S 10520 10523 9329 0 -1 4202560 8 0 0 0 0 0 0 0 24 0 19 0 837292947 10800099328 456688 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1724.47
Current children cumulated vsize (KiB) 10546972

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/572 10644
/proc/meminfo: memFree=18875428/32951124 swapFree=46970528/67111528
[pid=10523] ppid=10520 vsize=10546972 CPUtime=1784.53 cores=1,3,5,7
/proc/10523/stat : 10523 (java) S 10520 10523 9329 0 -1 4202496 464885 0 1 0 178400 53 0 0 25 0 19 0 837292904 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10523/statm: 2636743 460481 2267 9 0 2627477 0
[pid=10523/tid=10524] ppid=10520 vsize=10546972 CPUtime=1763.3 cores=1,3,5,7
/proc/10523/task/10524/stat : 10524 (java) R 10520 10523 9329 0 -1 4202560 337462 0 1 0 176294 36 0 0 25 0 19 0 837292905 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 46912505799795 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10523/tid=10527] ppid=10520 vsize=10546972 CPUtime=0.26 cores=1,3,5,7
/proc/10523/task/10527/stat : 10527 (java) S 10520 10523 9329 0 -1 4202560 800 0 0 0 26 0 0 0 16 0 19 0 837292907 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10528] ppid=10520 vsize=10546972 CPUtime=0.25 cores=1,3,5,7
/proc/10523/task/10528/stat : 10528 (java) S 10520 10523 9329 0 -1 4202560 691 0 0 0 25 0 0 0 16 0 19 0 837292907 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10529] ppid=10520 vsize=10546972 CPUtime=0.2 cores=1,3,5,7
/proc/10523/task/10529/stat : 10529 (java) S 10520 10523 9329 0 -1 4202560 255 0 0 0 20 0 0 0 16 0 19 0 837292907 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=10523/tid=10530] ppid=10520 vsize=10546972 CPUtime=0.26 cores=1,3,5,7
/proc/10523/task/10530/stat : 10530 (java) S 10520 10523 9329 0 -1 4202560 1057 0 0 0 26 0 0 0 16 0 19 0 837292907 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=10523/tid=10531] ppid=10520 vsize=10546972 CPUtime=0.2 cores=1,3,5,7
/proc/10523/task/10531/stat : 10531 (java) S 10520 10523 9329 0 -1 4202560 582 0 0 0 20 0 0 0 15 0 19 0 837292907 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10532] ppid=10520 vsize=10546972 CPUtime=0.2 cores=1,3,5,7
/proc/10523/task/10532/stat : 10532 (java) S 10520 10523 9329 0 -1 4202560 642 0 0 0 20 0 0 0 15 0 19 0 837292907 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10533] ppid=10520 vsize=10546972 CPUtime=0.23 cores=1,3,5,7
/proc/10523/task/10533/stat : 10533 (java) S 10520 10523 9329 0 -1 4202560 779 0 0 0 23 0 0 0 15 0 19 0 837292907 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10534] ppid=10520 vsize=10546972 CPUtime=0.23 cores=1,3,5,7
/proc/10523/task/10534/stat : 10534 (java) S 10520 10523 9329 0 -1 4202560 1038 0 0 0 23 0 0 0 15 0 19 0 837292907 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10535] ppid=10520 vsize=10546972 CPUtime=18.05 cores=1,3,5,7
/proc/10523/task/10535/stat : 10535 (java) S 10520 10523 9329 0 -1 4202560 112813 0 0 0 1793 12 0 0 15 0 19 0 837292908 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471872 0 0 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=10523/tid=10536] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10536/stat : 10536 (java) S 10520 10523 9329 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 837292908 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10537] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10537/stat : 10537 (java) S 10520 10523 9329 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 837292908 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10538] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10538/stat : 10538 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 837292910 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051478961 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10539] ppid=10520 vsize=10546972 CPUtime=0.55 cores=1,3,5,7
/proc/10523/task/10539/stat : 10539 (java) S 10520 10523 9329 0 -1 4202560 2900 0 0 0 55 0 0 0 16 0 19 0 837292910 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=10523/tid=10540] ppid=10520 vsize=10546972 CPUtime=0.68 cores=1,3,5,7
/proc/10523/task/10540/stat : 10540 (java) S 10520 10523 9329 0 -1 4202560 4612 0 0 0 68 0 0 0 15 0 19 0 837292910 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10541] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10541/stat : 10541 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 837292910 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10542] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10542/stat : 10542 (java) S 10520 10523 9329 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 837292910 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10543] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10543/stat : 10543 (java) S 10520 10523 9329 0 -1 4202560 8 0 0 0 0 0 0 0 24 0 19 0 837292947 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1784.53
Current children cumulated vsize (KiB) 10546972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.00 2.03 2.00 4/572 10645
/proc/meminfo: memFree=18866236/32951124 swapFree=46970528/67111528
[pid=10523] ppid=10520 vsize=10546972 CPUtime=1800.04 cores=1,3,5,7
/proc/10523/stat : 10523 (java) S 10520 10523 9329 0 -1 4202496 464887 0 1 0 179951 53 0 0 25 0 19 0 837292904 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10523/statm: 2636743 460481 2267 9 0 2627477 0
[pid=10523/tid=10524] ppid=10520 vsize=10546972 CPUtime=1778.82 cores=1,3,5,7
/proc/10523/task/10524/stat : 10524 (java) R 10520 10523 9329 0 -1 4202560 337462 0 1 0 177846 36 0 0 25 0 19 0 837292905 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 46912505940246 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10523/tid=10527] ppid=10520 vsize=10546972 CPUtime=0.26 cores=1,3,5,7
/proc/10523/task/10527/stat : 10527 (java) S 10520 10523 9329 0 -1 4202560 800 0 0 0 26 0 0 0 16 0 19 0 837292907 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10528] ppid=10520 vsize=10546972 CPUtime=0.25 cores=1,3,5,7
/proc/10523/task/10528/stat : 10528 (java) S 10520 10523 9329 0 -1 4202560 691 0 0 0 25 0 0 0 16 0 19 0 837292907 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10529] ppid=10520 vsize=10546972 CPUtime=0.2 cores=1,3,5,7
/proc/10523/task/10529/stat : 10529 (java) S 10520 10523 9329 0 -1 4202560 255 0 0 0 20 0 0 0 16 0 19 0 837292907 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=10523/tid=10530] ppid=10520 vsize=10546972 CPUtime=0.26 cores=1,3,5,7
/proc/10523/task/10530/stat : 10530 (java) S 10520 10523 9329 0 -1 4202560 1057 0 0 0 26 0 0 0 16 0 19 0 837292907 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=10523/tid=10531] ppid=10520 vsize=10546972 CPUtime=0.2 cores=1,3,5,7
/proc/10523/task/10531/stat : 10531 (java) S 10520 10523 9329 0 -1 4202560 582 0 0 0 20 0 0 0 15 0 19 0 837292907 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10532] ppid=10520 vsize=10546972 CPUtime=0.2 cores=1,3,5,7
/proc/10523/task/10532/stat : 10532 (java) S 10520 10523 9329 0 -1 4202560 642 0 0 0 20 0 0 0 15 0 19 0 837292907 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10533] ppid=10520 vsize=10546972 CPUtime=0.23 cores=1,3,5,7
/proc/10523/task/10533/stat : 10533 (java) S 10520 10523 9329 0 -1 4202560 779 0 0 0 23 0 0 0 15 0 19 0 837292907 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10534] ppid=10520 vsize=10546972 CPUtime=0.23 cores=1,3,5,7
/proc/10523/task/10534/stat : 10534 (java) S 10520 10523 9329 0 -1 4202560 1038 0 0 0 23 0 0 0 15 0 19 0 837292907 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10535] ppid=10520 vsize=10546972 CPUtime=18.05 cores=1,3,5,7
/proc/10523/task/10535/stat : 10535 (java) S 10520 10523 9329 0 -1 4202560 112813 0 0 0 1793 12 0 0 15 0 19 0 837292908 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471872 0 0 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=10523/tid=10536] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10536/stat : 10536 (java) S 10520 10523 9329 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 837292908 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10537] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10537/stat : 10537 (java) S 10520 10523 9329 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 837292908 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=10523/tid=10538] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10538/stat : 10538 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 837292910 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051478961 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10539] ppid=10520 vsize=10546972 CPUtime=0.55 cores=1,3,5,7
/proc/10523/task/10539/stat : 10539 (java) S 10520 10523 9329 0 -1 4202560 2900 0 0 0 55 0 0 0 16 0 19 0 837292910 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=10523/tid=10540] ppid=10520 vsize=10546972 CPUtime=0.68 cores=1,3,5,7
/proc/10523/task/10540/stat : 10540 (java) S 10520 10523 9329 0 -1 4202560 4612 0 0 0 68 0 0 0 15 0 19 0 837292910 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10541] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10541/stat : 10541 (java) S 10520 10523 9329 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 837292910 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10542] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10542/stat : 10542 (java) S 10520 10523 9329 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 837292910 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=10523/tid=10543] ppid=10520 vsize=10546972 CPUtime=0 cores=1,3,5,7
/proc/10523/task/10543/stat : 10543 (java) S 10520 10523 9329 0 -1 4202560 8 0 0 0 0 0 0 0 24 0 19 0 837292947 10800099328 460481 33554432000 1073741824 1073778376 140733399173600 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 10546972

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

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

[startup+1797.93 s]
/proc/loadavg: 2.00 2.03 2.00 4/572 10645
/proc/meminfo: memFree=18866236/32951124 swapFree=46970528/67111528
[pid=10523] ppid=10520 vsize=0 CPUtime=1800.23 cores=1,3,5,7
/proc/10523/stat : 10523 (java) Z 10520 10523 9329 0 -1 4203548 464930 0 1 0 179967 56 0 0 17 0 2 0 837292904 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10523/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1797.96
CPU time (s): 1800.28
CPU user time (s): 1799.68
CPU system time (s): 0.599908
CPU usage (%): 100.129
Max. virtual memory (cumulated for all children) (KiB): 10548312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.68
system time used= 0.599908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 464930
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38798
involuntary context switches= 43910

runsolver used 9.54655 second user time and 23.0255 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-07 14:12:46
IDJOB=3479256
IDBENCH=89869
IDSOLVER=1951
FILE ID=node146/3479256-1307448766
RUNJOBID= node146-1307436781-9348
PBS_JOBID= 13519942
Free space on /tmp= 73900 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-f2000.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3479256-1307448766/watcher-3479256-1307448766 -o /tmp/evaluation-result-3479256-1307448766/solver-3479256-1307448766 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3479256-1307448766.opb

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

MD5SUM BENCH= acba870ceff62e653e0b2927ff2b81fb
RANDOM SEED=1643132921

node146.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20729960 kB
Buffers:        235056 kB
Cached:         510268 kB
SwapCached:      60836 kB
Active:        4454168 kB
Inactive:      7499832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20729960 kB
SwapTotal:    67111528 kB
SwapFree:     46970528 kB
Dirty:             852 kB
Writeback:           0 kB
AnonPages:    11159776 kB
Mapped:          24740 kB
Slab:            92852 kB
PageTables:     105464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 171052640 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73896 MiB
End job on node146 at 2011-06-07 14:42:46