Trace number 3478737

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 Res//CP 2.3.0? (TO) 1800.41 907.794

General information on the benchmark

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

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3478737-1307436782.opb
0.10/0.12	c reading problem ... 
2.55/1.90	c ... done. Wall clock time 1.784s.
2.55/1.90	c #vars     9342
2.55/1.90	c #constraints  199720
2.55/1.90	c constraints type 
2.55/1.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 138943
2.55/1.90	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
2.55/1.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39953
2.55/1.90	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 20102
2.55/1.90	c constraints type 
2.55/1.90	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39953
2.55/1.90	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 138943
2.55/1.90	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
2.55/1.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20102
8.49/4.57	c cleaning 0 clauses out of 5000 with flag 0/5000
10.07/5.41	c cleaning 2470 clauses out of 5000 with flag 5000/5000
15.87/8.11	c cleaning 4214 clauses out of 8532 with flag 11002/11002
16.00/8.27	c cleaning 0 clauses out of 11001 with flag 0/11001
20.08/10.33	c cleaning 5590 clauses out of 11316 with flag 18000/18000
23.83/12.27	c cleaning 6789 clauses out of 13726 with flag 26000/26000
28.10/14.40	c cleaning 7941 clauses out of 15939 with flag 35002/35002
28.57/14.72	c cleaning 0 clauses out of 18001 with flag 0/18001
32.18/16.69	c cleaning 8990 clauses out of 17998 with flag 45002/45002
37.47/19.34	c cleaning 9907 clauses out of 20006 with flag 56000/56000
42.55/21.99	c cleaning 11049 clauses out of 22101 with flag 68002/68002
50.00/25.71	c cleaning 12021 clauses out of 24050 with flag 81000/81000
56.01/28.85	c cleaning 12849 clauses out of 26031 with flag 95002/95002
62.27/32.05	c cleaning 0 clauses out of 26000 with flag 0/26000
63.12/32.50	c cleaning 14087 clauses out of 28182 with flag 110002/110002
71.37/36.77	c cleaning 15046 clauses out of 30099 with flag 126006/126006
78.57/40.48	c cleaning 15852 clauses out of 32048 with flag 143001/143001
86.83/44.63	c cleaning 17091 clauses out of 34195 with flag 161000/161000
96.80/49.66	c cleaning 18045 clauses out of 36101 with flag 180002/180002
105.66/54.17	c cleaning 19019 clauses out of 38053 with flag 200000/200000
112.85/57.88	c cleaning 19988 clauses out of 40035 with flag 221001/221001
120.49/61.78	c cleaning 21017 clauses out of 42046 with flag 243000/243000
136.75/69.93	c cleaning 22012 clauses out of 44029 with flag 266000/266000
149.59/76.45	c cleaning 23003 clauses out of 46017 with flag 290000/290000
160.55/82.06	c cleaning 24007 clauses out of 48013 with flag 315000/315000
170.81/87.28	c cleaning 24878 clauses out of 50009 with flag 341003/341003
175.65/89.77	c cleaning 0 clauses out of 35000 with flag 0/35000
182.89/93.50	c cleaning 26059 clauses out of 52129 with flag 368001/368001
204.65/104.48	c cleaning 27021 clauses out of 54070 with flag 396001/396001
216.67/110.56	c cleaning 28016 clauses out of 56049 with flag 425001/425001
228.31/116.51	c cleaning 28901 clauses out of 58032 with flag 455000/455000
246.75/125.72	c cleaning 29741 clauses out of 60131 with flag 486000/486000
273.12/139.05	c cleaning 30944 clauses out of 62390 with flag 518000/518000
289.96/147.59	c cleaning 32039 clauses out of 64447 with flag 551001/551001
301.37/153.38	c cleaning 33112 clauses out of 66407 with flag 585000/585000
318.18/161.83	c cleaning 34139 clauses out of 68297 with flag 620002/620002
333.51/169.64	c cleaning 35074 clauses out of 70157 with flag 656001/656001
350.92/178.46	c cleaning 36038 clauses out of 72084 with flag 693002/693002
375.97/191.04	c cleaning 37018 clauses out of 74046 with flag 731002/731002
395.78/201.00	c cleaning 37885 clauses out of 76026 with flag 770000/770000
415.49/211.11	c cleaning 38885 clauses out of 78141 with flag 810000/810000
440.12/223.45	c cleaning 39991 clauses out of 80256 with flag 851000/851000
461.33/234.14	c cleaning 0 clauses out of 45006 with flag 0/45006
465.74/236.42	c cleaning 41116 clauses out of 82265 with flag 893000/893000
489.04/248.25	c cleaning 42065 clauses out of 84150 with flag 936001/936001
507.64/257.65	c cleaning 42946 clauses out of 86085 with flag 980001/980001
529.12/268.44	c cleaning 44066 clauses out of 88138 with flag 1025000/1025000
585.73/296.88	c cleaning 45031 clauses out of 90073 with flag 1071001/1071001
620.04/314.15	c cleaning 46000 clauses out of 92042 with flag 1118001/1118001
659.46/333.94	c cleaning 46996 clauses out of 94041 with flag 1166000/1166000
692.47/350.56	c cleaning 47791 clauses out of 96045 with flag 1215000/1215000
718.87/363.87	c cleaning 48906 clauses out of 98256 with flag 1265002/1265002
748.38/378.74	c cleaning 49974 clauses out of 100349 with flag 1316001/1316001
779.00/394.13	c cleaning 51181 clauses out of 102374 with flag 1368000/1368000
807.22/408.35	c cleaning 52090 clauses out of 104195 with flag 1421002/1421002
861.84/435.79	c cleaning 52979 clauses out of 106104 with flag 1475001/1475001
876.91/443.46	c cleaning 0 clauses out of 56000 with flag 0/56000
886.67/448.49	c cleaning 53844 clauses out of 108124 with flag 1530000/1530000
927.27/468.82	c cleaning 54870 clauses out of 110281 with flag 1586001/1586001
965.27/487.93	c cleaning 56171 clauses out of 112410 with flag 1643000/1643000
997.16/504.09	c cleaning 57091 clauses out of 114239 with flag 1701000/1701000
1041.58/526.30	c cleaning 58051 clauses out of 116149 with flag 1760001/1760001
1095.79/553.55	c cleaning 58661 clauses out of 118097 with flag 1820000/1820000
1126.03/568.73	c cleaning 59952 clauses out of 120437 with flag 1881001/1881001
1174.49/593.15	c cleaning 61161 clauses out of 122484 with flag 1943000/1943000
1226.89/619.44	c cleaning 62090 clauses out of 124323 with flag 2006000/2006000
1267.88/640.03	c cleaning 63058 clauses out of 126233 with flag 2070000/2070000
1308.64/660.57	c cleaning 63991 clauses out of 128175 with flag 2135000/2135000
1350.88/681.84	c cleaning 65081 clauses out of 130185 with flag 2201001/2201001
1410.67/711.89	c cleaning 65869 clauses out of 132103 with flag 2268000/2268000
1456.30/734.78	c cleaning 67084 clauses out of 134236 with flag 2336002/2336002
1508.10/760.73	c cleaning 67958 clauses out of 136150 with flag 2405000/2405000
1560.36/787.05	c cleaning 69091 clauses out of 138192 with flag 2475000/2475000
1604.14/809.00	c cleaning 0 clauses out of 68000 with flag 0/68000
1621.29/817.78	c cleaning 69830 clauses out of 140101 with flag 2546000/2546000
1675.70/845.00	c cleaning 70892 clauses out of 142271 with flag 2618000/2618000
1726.57/870.70	c cleaning 72076 clauses out of 144379 with flag 2691000/2691000
1789.76/902.31	c cleaning 73035 clauses out of 146304 with flag 2765001/2765001
1800.12/907.62	c starts		: 231
1800.12/907.62	c conflicts		: 2789380
1800.12/907.62	c decisions		: 16323636
1800.12/907.62	c propagations		: 720865650
1800.12/907.62	c inspects		: 8843111485
1800.12/907.62	c shortcuts		: 0
1800.12/907.62	c learnt literals	: 7
1800.12/907.62	c learnt binary clauses	: 954
1800.12/907.62	c learnt ternary clauses	: 2312
1800.12/907.62	c learnt constraints	: 2789373
1800.12/907.62	c ignored constraints	: 0
1800.12/907.62	c root simplifications	: 0
1800.12/907.62	c removed literals (reason simplification)	: 54879069
1800.12/907.62	c reason swapping (by a shorter reason)	: 0
1800.12/907.62	c Calls to reduceDB	: 70
1800.12/907.62	c number of reductions to clauses (during analyze)	: 0
1800.12/907.62	c number of learned constraints concerned by reduction	: 0
1800.12/907.62	c number of learning phase by resolution	: 0
1800.12/907.62	c number of learning phase by cutting planes	: 0
1800.12/907.62	c speed (assignments/second)	: 795901.7888491171
1800.12/907.62	c non guided choices	987983
1800.12/907.65	c learnt constraints type 
1800.12/907.65	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 954
1800.12/907.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 96726
1800.12/907.65	c constraints type 
1800.12/907.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 138943
1800.12/907.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
1800.12/907.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39953
1800.12/907.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 20102
1800.12/907.65	c constraints type 
1800.12/907.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39953
1800.12/907.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 138943
1800.12/907.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
1800.12/907.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20102
1800.12/907.65	s UNKNOWN
1800.12/907.65	c Total wall clock time (in seconds): 907.534

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-3478737-1307436782/watcher-3478737-1307436782 -o /tmp/evaluation-result-3478737-1307436782/solver-3478737-1307436782 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3478737-1307436782.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: 0.00 0.00 0.00 3/551 3854
/proc/meminfo: memFree=24714252/32950928 swapFree=67056580/67111528
[pid=3854] ppid=3852 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/3854/stat : 3854 (java) R 3852 3854 3822 0 -1 4202496 692 0 0 0 0 0 0 0 22 0 1 0 855275243 23580672 436 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239471732501 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3854/statm: 5757 450 341 9 0 124 0
[pid=3854/tid=3855] ppid=3852 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3855/stat : 3855 (java) R 3852 3854 3822 0 -1 4202560 5011 0 1 0 0 0 0 0 18 0 2 0 855275244 10694979584 5827 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239476388923 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0339211 s]
/proc/loadavg: 0.00 0.00 0.00 3/551 3854
/proc/meminfo: memFree=24714252/32950928 swapFree=67056580/67111528
[pid=3854] ppid=3852 vsize=10455012 CPUtime=0.02 cores=1,3,5,7
/proc/3854/stat : 3854 (java) S 3852 3854 3822 0 -1 4202496 10744 0 1 0 1 1 0 0 22 0 10 0 855275243 10705932288 10443 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488497637 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/3854/statm: 2613753 10444 1515 9 0 2604501 0
[pid=3854/tid=3855] ppid=3852 vsize=10455012 CPUtime=0.02 cores=1,3,5,7
/proc/3854/task/3855/stat : 3855 (java) R 3852 3854 3822 0 -1 4202560 9623 0 1 0 1 1 0 0 20 0 10 0 855275244 10705932288 10444 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 47570499650307 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10455012

[startup+0.10494 s]
/proc/loadavg: 0.00 0.00 0.00 3/551 3854
/proc/meminfo: memFree=24714252/32950928 swapFree=67056580/67111528
[pid=3854] ppid=3852 vsize=10539740 CPUtime=0.1 cores=1,3,5,7
/proc/3854/stat : 3854 (java) S 3852 3854 3822 0 -1 4202496 12980 0 1 0 8 2 0 0 22 0 18 0 855275243 10792693760 12677 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3854/statm: 2634935 12680 2092 9 0 2625669 0
[pid=3854/tid=3855] ppid=3852 vsize=10539740 CPUtime=0.08 cores=1,3,5,7
/proc/3854/task/3855/stat : 3855 (java) R 3852 3854 3822 0 -1 4202560 11077 0 1 0 7 1 0 0 22 0 18 0 855275244 10792693760 12680 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239476356129 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539740

[startup+0.300839 s]
/proc/loadavg: 0.00 0.00 0.00 3/551 3854
/proc/meminfo: memFree=24714252/32950928 swapFree=67056580/67111528
[pid=3854] ppid=3852 vsize=10540988 CPUtime=0.46 cores=1,3,5,7
/proc/3854/stat : 3854 (java) S 3852 3854 3822 0 -1 4202496 15855 0 1 0 44 2 0 0 22 0 18 0 855275243 10793971712 15265 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3854/statm: 2635247 15266 2199 9 0 2625981 0
[pid=3854/tid=3855] ppid=3852 vsize=10540988 CPUtime=0.28 cores=1,3,5,7
/proc/3854/task/3855/stat : 3855 (java) R 3852 3854 3822 0 -1 4202560 13107 0 1 0 26 2 0 0 22 0 18 0 855275244 10793971712 15267 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 46912505590027 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10540988

[startup+0.700796 s]
/proc/loadavg: 0.00 0.00 0.00 3/551 3854
/proc/meminfo: memFree=24714252/32950928 swapFree=67056580/67111528
[pid=3854] ppid=3852 vsize=10545664 CPUtime=1.23 cores=1,3,5,7
/proc/3854/stat : 3854 (java) S 3852 3854 3822 0 -1 4202496 53312 0 1 0 116 7 0 0 22 0 18 0 855275243 10798759936 51225 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3854/statm: 2636416 51230 2216 9 0 2627150 0
[pid=3854/tid=3855] ppid=3852 vsize=10545664 CPUtime=0.67 cores=1,3,5,7
/proc/3854/task/3855/stat : 3855 (java) R 3852 3854 3822 0 -1 4202560 47186 0 1 0 62 5 0 0 23 0 18 0 855275244 10798759936 51233 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 46912505621860 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 10545664

[startup+1.50064 s]
/proc/loadavg: 0.16 0.03 0.01 3/589 3895
/proc/meminfo: memFree=24053352/32950928 swapFree=67056580/67111528
[pid=3854] ppid=3852 vsize=10545664 CPUtime=2.1 cores=1,3,5,7
/proc/3854/stat : 3854 (java) S 3852 3854 3822 0 -1 4202496 149961 0 1 0 191 19 0 0 22 0 18 0 855275243 10798759936 147874 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3854/statm: 2636416 147879 2216 9 0 2627150 0
[pid=3854/tid=3855] ppid=3852 vsize=10545664 CPUtime=1.47 cores=1,3,5,7
/proc/3854/task/3855/stat : 3855 (java) R 3852 3854 3822 0 -1 4202560 143808 0 1 0 130 17 0 0 25 0 18 0 855275244 10798759936 147881 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 46912505612852 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3854/tid=3857] ppid=3852 vsize=10545664 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3857/stat : 3857 (java) S 3852 3854 3822 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 855275246 10798759936 147884 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3858] ppid=3852 vsize=10545664 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3858/stat : 3858 (java) S 3852 3854 3822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 855275246 10798759936 147887 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3859] ppid=3852 vsize=10545664 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3859/stat : 3859 (java) S 3852 3854 3822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 855275246 10798759936 147890 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3860] ppid=3852 vsize=10545664 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3860/stat : 3860 (java) S 3852 3854 3822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 855275246 10798759936 147893 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3861] ppid=3852 vsize=10545664 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3861/stat : 3861 (java) S 3852 3854 3822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 855275246 10798759936 147893 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3862] ppid=3852 vsize=10545664 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3862/stat : 3862 (java) S 3852 3854 3822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 855275246 10798759936 147895 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3863] ppid=3852 vsize=10545664 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3863/stat : 3863 (java) S 3852 3854 3822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 855275246 10798759936 147898 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3864] ppid=3852 vsize=10545664 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3864/stat : 3864 (java) S 3852 3854 3822 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 855275246 10798759936 147900 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3866] ppid=3852 vsize=10545664 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3866/stat : 3866 (java) S 3852 3854 3822 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 855275247 10798759936 147903 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488511488 0 0 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3871] ppid=3852 vsize=10545664 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3871/stat : 3871 (java) S 3852 3854 3822 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 18 0 855275247 10798759936 147906 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3872] ppid=3852 vsize=10545664 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3872/stat : 3872 (java) S 3852 3854 3822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 855275247 10798759936 147909 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3875] ppid=3852 vsize=10545664 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3875/stat : 3875 (java) S 3852 3854 3822 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 855275250 10798759936 147912 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488518577 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3876] ppid=3852 vsize=10545664 CPUtime=0.32 cores=1,3,5,7
/proc/3854/task/3876/stat : 3876 (java) S 3852 3854 3822 0 -1 4202560 2118 0 0 0 32 0 0 0 15 0 18 0 855275250 10798759936 147915 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 5 0 0 0
[pid=3854/tid=3877] ppid=3852 vsize=10545664 CPUtime=0.28 cores=1,3,5,7
/proc/3854/task/3877/stat : 3877 (java) S 3852 3854 3822 0 -1 4202560 2891 0 0 0 28 0 0 0 15 0 18 0 855275250 10798759936 147918 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3878] ppid=3852 vsize=10545664 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3878/stat : 3878 (java) S 3852 3854 3822 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 855275250 10798759936 147921 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3879] ppid=3852 vsize=10545664 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3879/stat : 3879 (java) S 3852 3854 3822 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855275250 10798759936 147923 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488511488 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 10545664

[startup+3.10133 s]
/proc/loadavg: 0.16 0.03 0.01 5/593 3899
/proc/meminfo: memFree=23054500/32950928 swapFree=67056580/67111528
[pid=3854] ppid=3852 vsize=10549884 CPUtime=5.67 cores=1,3,5,7
/proc/3854/stat : 3854 (java) S 3852 3854 3822 0 -1 4202496 272820 0 1 0 534 33 0 0 22 0 22 0 855275243 10803081216 268167 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3854/statm: 2637471 268171 2239 9 0 2628205 0
[pid=3854/tid=3855] ppid=3852 vsize=10549884 CPUtime=1.88 cores=1,3,5,7
/proc/3854/task/3855/stat : 3855 (java) S 3852 3854 3822 0 -1 4202560 193908 0 1 0 163 25 0 0 15 0 22 0 855275244 10803081216 268173 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488511488 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3857] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3857/stat : 3857 (java) S 3852 3854 3822 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 855275246 10803081216 268174 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3858] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3858/stat : 3858 (java) S 3852 3854 3822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 855275246 10803081216 268176 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3859] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3859/stat : 3859 (java) S 3852 3854 3822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 855275246 10803081216 268176 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3860] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3860/stat : 3860 (java) S 3852 3854 3822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 855275246 10803081216 268176 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3861] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3861/stat : 3861 (java) S 3852 3854 3822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 855275246 10803081216 268176 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3862] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3862/stat : 3862 (java) S 3852 3854 3822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 855275246 10803081216 268176 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3863] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3863/stat : 3863 (java) S 3852 3854 3822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 855275246 10803081216 268176 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3864] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3864/stat : 3864 (java) S 3852 3854 3822 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 855275246 10803081216 268177 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3866] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3866/stat : 3866 (java) S 3852 3854 3822 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 855275247 10803081216 268177 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488511488 0 0 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3871] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3871/stat : 3871 (java) S 3852 3854 3822 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 22 0 855275247 10803081216 268178 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3872] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3872/stat : 3872 (java) S 3852 3854 3822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 855275247 10803081216 268183 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3875] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3875/stat : 3875 (java) S 3852 3854 3822 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 855275250 10803081216 268197 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488518577 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3876] ppid=3852 vsize=10549884 CPUtime=0.74 cores=1,3,5,7
/proc/3854/task/3876/stat : 3876 (java) S 3852 3854 3822 0 -1 4202560 3338 0 0 0 74 0 0 0 15 0 22 0 855275250 10803081216 268200 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3877] ppid=3852 vsize=10549884 CPUtime=0.72 cores=1,3,5,7
/proc/3854/task/3877/stat : 3877 (java) S 3852 3854 3822 0 -1 4202560 4451 0 0 0 72 0 0 0 15 0 22 0 855275250 10803081216 268202 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 5 0 0 0
[pid=3854/tid=3878] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3878/stat : 3878 (java) S 3852 3854 3822 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 855275250 10803081216 268204 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3879] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3879/stat : 3879 (java) S 3852 3854 3822 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 855275250 10803081216 268206 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488511488 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3896] ppid=3852 vsize=10549884 CPUtime=1.19 cores=1,3,5,7
/proc/3854/task/3896/stat : 3896 (java) R 3852 3854 3822 0 -1 4202560 984 0 0 0 119 0 0 0 25 0 22 0 855275434 10803081216 268207 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 46912505900735 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3854/tid=3897] ppid=3852 vsize=10549884 CPUtime=1.1 cores=1,3,5,7
/proc/3854/task/3897/stat : 3897 (java) R 3852 3854 3822 0 -1 4202560 69010 0 0 0 104 6 0 0 25 0 22 0 855275434 10803081216 268208 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 46912505830045 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3854/tid=3898] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3898/stat : 3898 (java) S 3852 3854 3822 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 855275436 10803081216 268210 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488511488 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3899] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3899/stat : 3899 (java) S 3852 3854 3822 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 855275440 10803081216 268211 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488511488 0 4 0 16800975 18446604466125452224 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 10549884

[startup+6.30171 s]
/proc/loadavg: 0.16 0.03 0.01 4/597 3903
/proc/meminfo: memFree=21293332/32950928 swapFree=67056580/67111528
[pid=3854] ppid=3852 vsize=10549884 CPUtime=12.05 cores=1,3,5,7
/proc/3854/stat : 3854 (java) S 3852 3854 3822 0 -1 4202496 429107 0 1 0 1153 52 0 0 22 0 22 0 855275243 10803081216 422619 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3854/statm: 2637471 422646 2266 9 0 2628205 0
[pid=3854/tid=3855] ppid=3852 vsize=10549884 CPUtime=1.88 cores=1,3,5,7
/proc/3854/task/3855/stat : 3855 (java) S 3852 3854 3822 0 -1 4202560 193908 0 1 0 163 25 0 0 15 0 22 0 855275244 10803081216 422656 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488511488 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3857] ppid=3852 vsize=10549884 CPUtime=0.04 cores=1,3,5,7
/proc/3854/task/3857/stat : 3857 (java) S 3852 3854 3822 0 -1 4202560 3495 0 0 0 4 0 0 0 15 0 22 0 855275246 10803081216 422656 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3858] ppid=3852 vsize=10549884 CPUtime=0.02 cores=1,3,5,7
/proc/3854/task/3858/stat : 3858 (java) S 3852 3854 3822 0 -1 4202560 1298 0 0 0 2 0 0 0 15 0 22 0 855275246 10803081216 422656 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 5 0 0 0
[pid=3854/tid=3859] ppid=3852 vsize=10549884 CPUtime=0.02 cores=1,3,5,7
/proc/3854/task/3859/stat : 3859 (java) S 3852 3854 3822 0 -1 4202560 1511 0 0 0 2 0 0 0 15 0 22 0 855275246 10803081216 422656 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 5 0 0 0
[pid=3854/tid=3860] ppid=3852 vsize=10549884 CPUtime=0.01 cores=1,3,5,7
/proc/3854/task/3860/stat : 3860 (java) S 3852 3854 3822 0 -1 4202560 313 0 0 0 1 0 0 0 16 0 22 0 855275246 10803081216 422656 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 1 0 0 0
[pid=3854/tid=3861] ppid=3852 vsize=10549884 CPUtime=0.04 cores=1,3,5,7
/proc/3854/task/3861/stat : 3861 (java) S 3852 3854 3822 0 -1 4202560 2970 0 0 0 4 0 0 0 15 0 22 0 855275246 10803081216 422656 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 1 0 0 0
[pid=3854/tid=3862] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3862/stat : 3862 (java) S 3852 3854 3822 0 -1 4202560 167 0 0 0 0 0 0 0 15 0 22 0 855275246 10803081216 422656 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3863] ppid=3852 vsize=10549884 CPUtime=0.04 cores=1,3,5,7
/proc/3854/task/3863/stat : 3863 (java) S 3852 3854 3822 0 -1 4202560 3357 0 0 0 4 0 0 0 15 0 22 0 855275246 10803081216 422656 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3864] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3864/stat : 3864 (java) S 3852 3854 3822 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 22 0 855275246 10803081216 422656 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3866] ppid=3852 vsize=10549884 CPUtime=0.32 cores=1,3,5,7
/proc/3854/task/3866/stat : 3866 (java) S 3852 3854 3822 0 -1 4202560 15676 0 0 0 30 2 0 0 16 0 22 0 855275247 10803081216 422656 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488511488 0 0 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3871] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3871/stat : 3871 (java) S 3852 3854 3822 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855275247 10803081216 422656 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3872] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3872/stat : 3872 (java) S 3852 3854 3822 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 855275247 10803081216 422656 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3875] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3875/stat : 3875 (java) S 3852 3854 3822 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 855275250 10803081216 422656 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488518577 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0

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

[startup+822.302 s]
/proc/loadavg: 4.08 3.78 2.34 5/597 3937
/proc/meminfo: memFree=17362832/32950928 swapFree=67056580/67111528
[pid=3854] ppid=3852 vsize=10549884 CPUtime=1630.25 cores=1,3,5,7
/proc/3854/stat : 3854 (java) S 3852 3854 3822 0 -1 4202496 929282 0 1 0 162917 108 0 0 22 0 22 0 855275243 10803081216 916140 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3854/statm: 2637471 916140 2268 9 0 2628205 0
[pid=3854/tid=3855] ppid=3852 vsize=10549884 CPUtime=1.89 cores=1,3,5,7
/proc/3854/task/3855/stat : 3855 (java) S 3852 3854 3822 0 -1 4202560 193917 0 1 0 164 25 0 0 15 0 22 0 855275244 10803081216 916140 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488511488 0 4 0 16800975 18446604466125452224 0 0 -1 5 0 0 0
[pid=3854/tid=3857] ppid=3852 vsize=10549884 CPUtime=0.65 cores=1,3,5,7
/proc/3854/task/3857/stat : 3857 (java) S 3852 3854 3822 0 -1 4202560 4963 0 0 0 65 0 0 0 15 0 22 0 855275246 10803081216 916140 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 5 0 0 0
[pid=3854/tid=3858] ppid=3852 vsize=10549884 CPUtime=0.69 cores=1,3,5,7
/proc/3854/task/3858/stat : 3858 (java) S 3852 3854 3822 0 -1 4202560 4168 0 0 0 69 0 0 0 15 0 22 0 855275246 10803081216 916140 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 5 0 0 0
[pid=3854/tid=3859] ppid=3852 vsize=10549884 CPUtime=0.59 cores=1,3,5,7
/proc/3854/task/3859/stat : 3859 (java) S 3852 3854 3822 0 -1 4202560 4513 0 0 0 58 1 0 0 16 0 22 0 855275246 10803081216 916140 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 5 0 0 0
[pid=3854/tid=3860] ppid=3852 vsize=10549884 CPUtime=0.62 cores=1,3,5,7
/proc/3854/task/3860/stat : 3860 (java) S 3852 3854 3822 0 -1 4202560 3575 0 0 0 62 0 0 0 16 0 22 0 855275246 10803081216 916140 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3861] ppid=3852 vsize=10549884 CPUtime=0.67 cores=1,3,5,7
/proc/3854/task/3861/stat : 3861 (java) S 3852 3854 3822 0 -1 4202560 5985 0 0 0 67 0 0 0 16 0 22 0 855275246 10803081216 916140 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3862] ppid=3852 vsize=10549884 CPUtime=0.53 cores=1,3,5,7
/proc/3854/task/3862/stat : 3862 (java) S 3852 3854 3822 0 -1 4202560 2730 0 0 0 53 0 0 0 15 0 22 0 855275246 10803081216 916140 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3863] ppid=3852 vsize=10549884 CPUtime=0.63 cores=1,3,5,7
/proc/3854/task/3863/stat : 3863 (java) S 3852 3854 3822 0 -1 4202560 6125 0 0 0 63 0 0 0 16 0 22 0 855275246 10803081216 916140 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 5 0 0 0
[pid=3854/tid=3864] ppid=3852 vsize=10549884 CPUtime=0.68 cores=1,3,5,7
/proc/3854/task/3864/stat : 3864 (java) S 3852 3854 3822 0 -1 4202560 3105 0 0 0 68 0 0 0 15 0 22 0 855275246 10803081216 916140 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 5 0 0 0
[pid=3854/tid=3866] ppid=3852 vsize=10549884 CPUtime=16.88 cores=1,3,5,7
/proc/3854/task/3866/stat : 3866 (java) S 3852 3854 3822 0 -1 4202560 34770 0 0 0 1683 5 0 0 15 0 22 0 855275247 10803081216 916140 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488511488 0 0 0 16800975 18446604466125452224 0 0 -1 1 0 0 0
[pid=3854/tid=3871] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3871/stat : 3871 (java) S 3852 3854 3822 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855275247 10803081216 916140 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3872] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3872/stat : 3872 (java) S 3852 3854 3822 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 855275247 10803081216 916140 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3875] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3875/stat : 3875 (java) S 3852 3854 3822 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 855275250 10803081216 916140 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488518577 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3876] ppid=3852 vsize=10549884 CPUtime=1.23 cores=1,3,5,7
/proc/3854/task/3876/stat : 3876 (java) S 3852 3854 3822 0 -1 4202560 5009 0 0 0 122 1 0 0 15 0 22 0 855275250 10803081216 916140 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 5 0 0 0
[pid=3854/tid=3877] ppid=3852 vsize=10549884 CPUtime=1.06 cores=1,3,5,7
/proc/3854/task/3877/stat : 3877 (java) S 3852 3854 3822 0 -1 4202560 11088 0 0 0 105 1 0 0 15 0 22 0 855275250 10803081216 916140 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3878] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3878/stat : 3878 (java) S 3852 3854 3822 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 855275250 10803081216 916140 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3879] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3879/stat : 3879 (java) S 3852 3854 3822 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 855275250 10803081216 916140 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488511488 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3896] ppid=3852 vsize=10549884 CPUtime=802.03 cores=1,3,5,7
/proc/3854/task/3896/stat : 3896 (java) R 3852 3854 3822 0 -1 4202560 2059 0 0 0 80203 0 0 0 25 0 22 0 855275434 10803081216 916140 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 46912505900924 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3854/tid=3897] ppid=3852 vsize=10549884 CPUtime=801.98 cores=1,3,5,7
/proc/3854/task/3897/stat : 3897 (java) R 3852 3854 3822 0 -1 4202560 646068 0 0 0 80129 69 0 0 25 0 22 0 855275434 10803081216 916140 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 46912505900924 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3854/tid=3898] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3898/stat : 3898 (java) S 3852 3854 3822 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 855275436 10803081216 916140 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488511488 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3899] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3899/stat : 3899 (java) S 3852 3854 3822 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 855275440 10803081216 916140 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488511488 0 4 0 16800975 18446604466125452224 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1630.25
Current children cumulated vsize (KiB) 10549884

[startup+882.301 s]
/proc/loadavg: 4.02 3.81 2.44 5/597 3938
/proc/meminfo: memFree=17351768/32950928 swapFree=67056580/67111528
[pid=3854] ppid=3852 vsize=10549884 CPUtime=1749.73 cores=1,3,5,7
/proc/3854/stat : 3854 (java) S 3852 3854 3822 0 -1 4202496 929303 0 1 0 174865 108 0 0 22 0 22 0 855275243 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3854/statm: 2637471 916146 2268 9 0 2628205 0
[pid=3854/tid=3855] ppid=3852 vsize=10549884 CPUtime=1.89 cores=1,3,5,7
/proc/3854/task/3855/stat : 3855 (java) S 3852 3854 3822 0 -1 4202560 193917 0 1 0 164 25 0 0 15 0 22 0 855275244 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488511488 0 4 0 16800975 18446604466125452224 0 0 -1 5 0 0 0
[pid=3854/tid=3857] ppid=3852 vsize=10549884 CPUtime=0.69 cores=1,3,5,7
/proc/3854/task/3857/stat : 3857 (java) S 3852 3854 3822 0 -1 4202560 4963 0 0 0 69 0 0 0 16 0 22 0 855275246 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3858] ppid=3852 vsize=10549884 CPUtime=0.73 cores=1,3,5,7
/proc/3854/task/3858/stat : 3858 (java) S 3852 3854 3822 0 -1 4202560 4168 0 0 0 73 0 0 0 16 0 22 0 855275246 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 1 0 0 0
[pid=3854/tid=3859] ppid=3852 vsize=10549884 CPUtime=0.62 cores=1,3,5,7
/proc/3854/task/3859/stat : 3859 (java) S 3852 3854 3822 0 -1 4202560 4513 0 0 0 61 1 0 0 15 0 22 0 855275246 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 1 0 0 0
[pid=3854/tid=3860] ppid=3852 vsize=10549884 CPUtime=0.66 cores=1,3,5,7
/proc/3854/task/3860/stat : 3860 (java) S 3852 3854 3822 0 -1 4202560 3575 0 0 0 66 0 0 0 16 0 22 0 855275246 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 5 0 0 0
[pid=3854/tid=3861] ppid=3852 vsize=10549884 CPUtime=0.74 cores=1,3,5,7
/proc/3854/task/3861/stat : 3861 (java) S 3852 3854 3822 0 -1 4202560 5985 0 0 0 74 0 0 0 16 0 22 0 855275246 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 5 0 0 0
[pid=3854/tid=3862] ppid=3852 vsize=10549884 CPUtime=0.55 cores=1,3,5,7
/proc/3854/task/3862/stat : 3862 (java) S 3852 3854 3822 0 -1 4202560 2730 0 0 0 55 0 0 0 15 0 22 0 855275246 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 5 0 0 0
[pid=3854/tid=3863] ppid=3852 vsize=10549884 CPUtime=0.67 cores=1,3,5,7
/proc/3854/task/3863/stat : 3863 (java) S 3852 3854 3822 0 -1 4202560 6131 0 0 0 67 0 0 0 15 0 22 0 855275246 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3864] ppid=3852 vsize=10549884 CPUtime=0.73 cores=1,3,5,7
/proc/3854/task/3864/stat : 3864 (java) S 3852 3854 3822 0 -1 4202560 3105 0 0 0 73 0 0 0 15 0 22 0 855275246 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 5 0 0 0
[pid=3854/tid=3866] ppid=3852 vsize=10549884 CPUtime=17.55 cores=1,3,5,7
/proc/3854/task/3866/stat : 3866 (java) S 3852 3854 3822 0 -1 4202560 34774 0 0 0 1750 5 0 0 15 0 22 0 855275247 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488511488 0 0 0 16800975 18446604466125452224 0 0 -1 1 0 0 0
[pid=3854/tid=3871] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3871/stat : 3871 (java) S 3852 3854 3822 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855275247 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3872] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3872/stat : 3872 (java) S 3852 3854 3822 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 855275247 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3875] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3875/stat : 3875 (java) S 3852 3854 3822 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 855275250 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488518577 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3876] ppid=3852 vsize=10549884 CPUtime=1.23 cores=1,3,5,7
/proc/3854/task/3876/stat : 3876 (java) S 3852 3854 3822 0 -1 4202560 5009 0 0 0 122 1 0 0 15 0 22 0 855275250 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 5 0 0 0
[pid=3854/tid=3877] ppid=3852 vsize=10549884 CPUtime=1.06 cores=1,3,5,7
/proc/3854/task/3877/stat : 3877 (java) S 3852 3854 3822 0 -1 4202560 11088 0 0 0 105 1 0 0 15 0 22 0 855275250 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3878] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3878/stat : 3878 (java) S 3852 3854 3822 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 855275250 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3879] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3879/stat : 3879 (java) S 3852 3854 3822 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 855275250 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488511488 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3896] ppid=3852 vsize=10549884 CPUtime=861.26 cores=1,3,5,7
/proc/3854/task/3896/stat : 3896 (java) R 3852 3854 3822 0 -1 4202560 2066 0 0 0 86126 0 0 0 25 0 22 0 855275434 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 46912505937465 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3854/tid=3897] ppid=3852 vsize=10549884 CPUtime=861.21 cores=1,3,5,7
/proc/3854/task/3897/stat : 3897 (java) R 3852 3854 3822 0 -1 4202560 646068 0 0 0 86052 69 0 0 25 0 22 0 855275434 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 46912505887877 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3854/tid=3898] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3898/stat : 3898 (java) S 3852 3854 3822 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 855275436 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488511488 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3899] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3899/stat : 3899 (java) S 3852 3854 3822 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 855275440 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488511488 0 4 0 16800975 18446604466125452224 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1749.73
Current children cumulated vsize (KiB) 10549884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+907.601 s]
/proc/loadavg: 4.01 3.83 2.48 3/574 3942
/proc/meminfo: memFree=21044912/32950928 swapFree=67056580/67111528
[pid=3854] ppid=3852 vsize=10549884 CPUtime=1800.12 cores=1,3,5,7
/proc/3854/stat : 3854 (java) S 3852 3854 3822 0 -1 4202496 929305 0 1 0 179904 108 0 0 22 0 22 0 855275243 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3854/statm: 2637471 916146 2268 9 0 2628205 0
[pid=3854/tid=3855] ppid=3852 vsize=10549884 CPUtime=1.89 cores=1,3,5,7
/proc/3854/task/3855/stat : 3855 (java) S 3852 3854 3822 0 -1 4202560 193917 0 1 0 164 25 0 0 15 0 22 0 855275244 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488511488 0 4 0 16800975 18446604466125452224 0 0 -1 5 0 0 0
[pid=3854/tid=3857] ppid=3852 vsize=10549884 CPUtime=0.71 cores=1,3,5,7
/proc/3854/task/3857/stat : 3857 (java) S 3852 3854 3822 0 -1 4202560 4963 0 0 0 71 0 0 0 16 0 22 0 855275246 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3858] ppid=3852 vsize=10549884 CPUtime=0.73 cores=1,3,5,7
/proc/3854/task/3858/stat : 3858 (java) S 3852 3854 3822 0 -1 4202560 4168 0 0 0 73 0 0 0 15 0 22 0 855275246 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 1 0 0 0
[pid=3854/tid=3859] ppid=3852 vsize=10549884 CPUtime=0.62 cores=1,3,5,7
/proc/3854/task/3859/stat : 3859 (java) S 3852 3854 3822 0 -1 4202560 4513 0 0 0 61 1 0 0 15 0 22 0 855275246 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 1 0 0 0
[pid=3854/tid=3860] ppid=3852 vsize=10549884 CPUtime=0.66 cores=1,3,5,7
/proc/3854/task/3860/stat : 3860 (java) S 3852 3854 3822 0 -1 4202560 3575 0 0 0 66 0 0 0 15 0 22 0 855275246 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 5 0 0 0
[pid=3854/tid=3861] ppid=3852 vsize=10549884 CPUtime=0.76 cores=1,3,5,7
/proc/3854/task/3861/stat : 3861 (java) S 3852 3854 3822 0 -1 4202560 5985 0 0 0 76 0 0 0 16 0 22 0 855275246 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 5 0 0 0
[pid=3854/tid=3862] ppid=3852 vsize=10549884 CPUtime=0.57 cores=1,3,5,7
/proc/3854/task/3862/stat : 3862 (java) S 3852 3854 3822 0 -1 4202560 2730 0 0 0 57 0 0 0 16 0 22 0 855275246 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 5 0 0 0
[pid=3854/tid=3863] ppid=3852 vsize=10549884 CPUtime=0.7 cores=1,3,5,7
/proc/3854/task/3863/stat : 3863 (java) S 3852 3854 3822 0 -1 4202560 6131 0 0 0 70 0 0 0 16 0 22 0 855275246 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3864] ppid=3852 vsize=10549884 CPUtime=0.75 cores=1,3,5,7
/proc/3854/task/3864/stat : 3864 (java) S 3852 3854 3822 0 -1 4202560 3105 0 0 0 75 0 0 0 15 0 22 0 855275246 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3866] ppid=3852 vsize=10549884 CPUtime=17.82 cores=1,3,5,7
/proc/3854/task/3866/stat : 3866 (java) S 3852 3854 3822 0 -1 4202560 34774 0 0 0 1777 5 0 0 15 0 22 0 855275247 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488511488 0 0 0 16800975 18446604466125452224 0 0 -1 1 0 0 0
[pid=3854/tid=3871] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3871/stat : 3871 (java) S 3852 3854 3822 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855275247 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3872] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3872/stat : 3872 (java) S 3852 3854 3822 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 855275247 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3875] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3875/stat : 3875 (java) S 3852 3854 3822 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 855275250 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488518577 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3876] ppid=3852 vsize=10549884 CPUtime=1.23 cores=1,3,5,7
/proc/3854/task/3876/stat : 3876 (java) S 3852 3854 3822 0 -1 4202560 5009 0 0 0 122 1 0 0 15 0 22 0 855275250 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 5 0 0 0
[pid=3854/tid=3877] ppid=3852 vsize=10549884 CPUtime=1.06 cores=1,3,5,7
/proc/3854/task/3877/stat : 3877 (java) S 3852 3854 3822 0 -1 4202560 11088 0 0 0 105 1 0 0 15 0 22 0 855275250 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 7 0 0 0
[pid=3854/tid=3878] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3878/stat : 3878 (java) S 3852 3854 3822 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 855275250 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488510873 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3879] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3879/stat : 3879 (java) S 3852 3854 3822 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 855275250 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488511488 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3896] ppid=3852 vsize=10549884 CPUtime=886.29 cores=1,3,5,7
/proc/3854/task/3896/stat : 3896 (java) R 3852 3854 3822 0 -1 4202560 2068 0 0 0 88629 0 0 0 25 0 22 0 855275434 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 46912505923786 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3854/tid=3897] ppid=3852 vsize=10549884 CPUtime=886.24 cores=1,3,5,7
/proc/3854/task/3897/stat : 3897 (java) R 3852 3854 3822 0 -1 4202560 646068 0 0 0 88555 69 0 0 25 0 22 0 855275434 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 46912505918234 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3854/tid=3898] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3898/stat : 3898 (java) S 3852 3854 3822 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 855275436 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488511488 0 4 0 16800975 18446604466125452224 0 0 -1 3 0 0 0
[pid=3854/tid=3899] ppid=3852 vsize=10549884 CPUtime=0 cores=1,3,5,7
/proc/3854/task/3899/stat : 3899 (java) S 3852 3854 3822 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 855275440 10803081216 916146 33554432000 1073741824 1073778376 140736777899024 18446744073709551615 239488511488 0 4 0 16800975 18446604466125452224 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 10549884

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

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

[startup+907.728 s]
/proc/loadavg: 4.01 3.83 2.48 3/574 3942
/proc/meminfo: memFree=21044912/32950928 swapFree=67056580/67111528
[pid=3854] ppid=3852 vsize=0 CPUtime=1800.33 cores=1,3,5,7
/proc/3854/stat : 3854 (java) Z 3852 3854 3822 0 -1 4203548 929336 0 1 0 179918 115 0 0 17 0 2 0 855275243 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3854/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 907.794
CPU time (s): 1800.41
CPU user time (s): 1799.18
CPU system time (s): 1.22381
CPU usage (%): 198.328
Max. virtual memory (cumulated for all children) (KiB): 10557140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.18
system time used= 1.22381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 929336
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= 24701
involuntary context switches= 17740

runsolver used 5.00024 second user time and 12.3831 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-07 10:53:02
IDJOB=3478737
IDBENCH=89642
IDSOLVER=1950
FILE ID=node148/3478737-1307436782
RUNJOBID= node148-1307436781-3841
PBS_JOBID= 13519940
Free space on /tmp= 73932 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-24.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3478737-1307436782/watcher-3478737-1307436782 -o /tmp/evaluation-result-3478737-1307436782/solver-3478737-1307436782 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3478737-1307436782.opb

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

MD5SUM BENCH= 902c79ddb1483993d151297b6d1c86a6
RANDOM SEED=2026335832

node148.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.854
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.70
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.854
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.854
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.83
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.854
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.75
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.854
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.82
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.854
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.854
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.82
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24714532 kB
Buffers:        295184 kB
Cached:         799880 kB
SwapCached:       7908 kB
Active:        7321448 kB
Inactive:       604812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24714532 kB
SwapTotal:    67111528 kB
SwapFree:     67056580 kB
Dirty:           17460 kB
Writeback:           0 kB
AnonPages:     6829896 kB
Mapped:          43412 kB
Slab:           180936 kB
PageTables:      58256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 170364576 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= 73940 MiB
End job on node148 at 2011-06-07 11:08:11