Trace number 3687391

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.06 1775.46

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl40_45_pb.cnf.cr.opb
MD5SUMb95bbeb851a52866877e397310a0a770
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.073987
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3600
Total number of constraints170
Number of constraints which are clauses90
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint45
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.2.v20120418
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.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3687391-1337871914.opb
0.09/0.11	c reading problem ... 
0.28/0.24	c ... done. Wall clock time 0.125s.
0.28/0.24	c declared #vars     3600
0.28/0.24	c #constraints  170
0.28/0.24	c constraints type 
0.28/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 90
0.28/0.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
0.28/0.24	c 170 constraints processed.
0.93/0.67	c cleaning 2491 clauses out of 5001 with flag 5001/5001
1.50/1.14	c cleaning 4238 clauses out of 8511 with flag 11002/11002
2.11/1.77	c cleaning 5624 clauses out of 11273 with flag 18002/18002
2.94/2.55	c cleaning 6800 clauses out of 13647 with flag 26000/26000
3.98/3.54	c cleaning 7895 clauses out of 15847 with flag 35000/35000
5.21/4.76	c cleaning 8962 clauses out of 17955 with flag 45003/45003
6.53/6.03	c cleaning 9981 clauses out of 19990 with flag 56000/56000
8.07/7.50	c cleaning 11000 clauses out of 22011 with flag 68002/68002
9.90/9.30	c cleaning 12004 clauses out of 24013 with flag 81004/81004
11.73/11.10	c cleaning 12992 clauses out of 26005 with flag 95000/95000
13.46/12.89	c cleaning 13978 clauses out of 28013 with flag 110000/110000
15.57/14.96	c cleaning 15003 clauses out of 30041 with flag 126006/126006
17.78/17.11	c cleaning 15994 clauses out of 32034 with flag 143002/143002
20.51/19.83	c cleaning 17002 clauses out of 34039 with flag 161001/161001
23.35/22.67	c cleaning 18008 clauses out of 36037 with flag 180001/180001
26.71/25.94	c cleaning 19008 clauses out of 38032 with flag 200004/200004
30.36/29.51	c cleaning 19983 clauses out of 40023 with flag 221003/221003
34.61/33.72	c cleaning 21010 clauses out of 42037 with flag 243000/243000
38.55/37.66	c cleaning 22002 clauses out of 44028 with flag 266001/266001
42.51/41.53	c cleaning 22999 clauses out of 46028 with flag 290003/290003
47.56/46.59	c cleaning 24004 clauses out of 48029 with flag 315003/315003
53.02/51.90	c cleaning 24986 clauses out of 50022 with flag 341000/341000
57.51/56.33	c cleaning 26006 clauses out of 52036 with flag 368000/368000
62.02/60.82	c cleaning 27010 clauses out of 54031 with flag 396001/396001
66.06/64.83	c cleaning 28000 clauses out of 56021 with flag 425001/425001
71.97/70.72	c cleaning 28982 clauses out of 58021 with flag 455001/455001
77.80/76.51	c cleaning 29999 clauses out of 60042 with flag 486004/486004
86.47/85.12	c cleaning 31003 clauses out of 62039 with flag 518000/518000
92.73/91.36	c cleaning 32010 clauses out of 64036 with flag 551000/551000
100.88/99.41	c cleaning 33005 clauses out of 66026 with flag 585000/585000
105.83/104.37	c cleaning 34004 clauses out of 68022 with flag 620001/620001
112.78/111.26	c cleaning 35000 clauses out of 70018 with flag 656001/656001
119.70/118.15	c cleaning 35971 clauses out of 72018 with flag 693001/693001
126.83/125.24	c cleaning 37006 clauses out of 74050 with flag 731004/731004
136.23/134.53	c cleaning 38003 clauses out of 76041 with flag 770001/770001
143.18/141.48	c cleaning 39010 clauses out of 78038 with flag 810001/810001
154.23/152.43	c cleaning 40006 clauses out of 80030 with flag 851003/851003
161.91/160.08	c cleaning 41002 clauses out of 82021 with flag 893000/893000
169.42/167.46	c cleaning 41994 clauses out of 84021 with flag 936002/936002
178.58/176.56	c cleaning 42984 clauses out of 86025 with flag 980000/980000
191.88/189.71	c cleaning 44013 clauses out of 88042 with flag 1025001/1025001
207.87/205.69	c cleaning 45003 clauses out of 90029 with flag 1071001/1071001
218.54/216.24	c cleaning 45999 clauses out of 92027 with flag 1118002/1118002
233.23/230.80	c cleaning 46998 clauses out of 94027 with flag 1166001/1166001
244.11/241.60	c cleaning 47996 clauses out of 96028 with flag 1215000/1215000
259.70/257.16	c cleaning 49007 clauses out of 98032 with flag 1265000/1265000
273.48/270.81	c cleaning 50002 clauses out of 100028 with flag 1316003/1316003
281.66/278.96	c cleaning 50993 clauses out of 102024 with flag 1368001/1368001
292.65/289.81	c cleaning 52004 clauses out of 104031 with flag 1421001/1421001
304.73/301.80	c cleaning 52999 clauses out of 106027 with flag 1475001/1475001
320.93/317.98	c cleaning 54004 clauses out of 108028 with flag 1530001/1530001
337.43/334.39	c cleaning 55002 clauses out of 110023 with flag 1586000/1586000
350.93/347.76	c cleaning 55993 clauses out of 112024 with flag 1643003/1643003
370.32/367.06	c cleaning 56997 clauses out of 114030 with flag 1701002/1701002
388.90/385.55	c cleaning 57996 clauses out of 116033 with flag 1760002/1760002
405.00/401.54	c cleaning 59004 clauses out of 118035 with flag 1820000/1820000
424.08/420.54	c cleaning 60008 clauses out of 120034 with flag 1881003/1881003
441.67/438.06	c cleaning 61004 clauses out of 122025 with flag 1943002/1943002
455.24/451.55	c cleaning 61999 clauses out of 124020 with flag 2006001/2006001
469.40/465.66	c cleaning 62997 clauses out of 126022 with flag 2070002/2070002
486.25/482.36	c cleaning 63998 clauses out of 128023 with flag 2135000/2135000
513.30/509.20	c cleaning 65011 clauses out of 130028 with flag 2201003/2201003
536.91/532.74	c cleaning 66007 clauses out of 132020 with flag 2268006/2268006
555.51/551.24	c cleaning 66992 clauses out of 134010 with flag 2336003/2336003
579.08/574.58	c cleaning 67993 clauses out of 136015 with flag 2405000/2405000
596.58/591.89	c cleaning 68996 clauses out of 138022 with flag 2475000/2475000
621.32/616.49	c cleaning 70002 clauses out of 140026 with flag 2546000/2546000
644.72/639.38	c cleaning 70996 clauses out of 142026 with flag 2618002/2618002
665.44/659.55	c cleaning 72000 clauses out of 144028 with flag 2691000/2691000
694.13/687.92	c cleaning 72999 clauses out of 146029 with flag 2765001/2765001
728.45/721.71	c cleaning 74000 clauses out of 148030 with flag 2840001/2840001
763.69/756.49	c cleaning 75002 clauses out of 150029 with flag 2916000/2916000
798.44/790.44	c cleaning 75991 clauses out of 152028 with flag 2993001/2993001
817.33/808.75	c cleaning 77005 clauses out of 154036 with flag 3071000/3071000
843.07/834.07	c cleaning 77988 clauses out of 156031 with flag 3150000/3150000
869.07/859.64	c cleaning 78989 clauses out of 158044 with flag 3230001/3230001
895.11/885.38	c cleaning 80015 clauses out of 160054 with flag 3311000/3311000
929.58/919.37	c cleaning 80994 clauses out of 162039 with flag 3393000/3393000
953.30/942.56	c cleaning 81993 clauses out of 164047 with flag 3476002/3476002
992.62/981.47	c cleaning 83013 clauses out of 166054 with flag 3560002/3560002
1028.70/1017.03	c cleaning 84006 clauses out of 168040 with flag 3645001/3645001
1077.41/1065.28	c cleaning 84995 clauses out of 170033 with flag 3731000/3731000
1121.85/1109.05	c cleaning 86003 clauses out of 172043 with flag 3818005/3818005
1164.65/1151.29	c cleaning 86998 clauses out of 174037 with flag 3906002/3906002
1203.04/1188.05	c cleaning 88010 clauses out of 176038 with flag 3995001/3995001
1251.93/1236.26	c cleaning 88995 clauses out of 178027 with flag 4085000/4085000
1301.15/1284.95	c cleaning 90009 clauses out of 180035 with flag 4176003/4176003
1346.45/1329.68	c cleaning 91002 clauses out of 182024 with flag 4268001/4268001
1398.34/1380.87	c cleaning 92000 clauses out of 184021 with flag 4361000/4361000
1444.77/1426.67	c cleaning 93000 clauses out of 186023 with flag 4455002/4455002
1467.57/1448.42	c cleaning 93999 clauses out of 188022 with flag 4550001/4550001
1502.76/1482.92	c cleaning 94996 clauses out of 190023 with flag 4646001/4646001
1540.87/1520.54	c cleaning 96000 clauses out of 192026 with flag 4743000/4743000
1575.02/1554.06	c cleaning 97003 clauses out of 194026 with flag 4841000/4841000
1625.04/1603.55	c cleaning 97986 clauses out of 196023 with flag 4940000/4940000
1682.57/1660.13	c cleaning 98998 clauses out of 198039 with flag 5040002/5040002
1738.89/1715.52	c cleaning 99997 clauses out of 200041 with flag 5141002/5141002
1790.29/1765.80	c cleaning 101011 clauses out of 202046 with flag 5243004/5243004
1800.06/1775.42	c starts		: 274
1800.06/1775.42	c conflicts		: 5281470
1800.06/1775.42	c decisions		: 6541432
1800.06/1775.42	c propagations		: 183271390
1800.06/1775.42	c inspects		: 20358967703
1800.06/1775.42	c shortcuts		: 0
1800.06/1775.42	c learnt literals	: 0
1800.06/1775.42	c learnt binary clauses	: 0
1800.06/1775.42	c learnt ternary clauses	: 0
1800.06/1775.42	c learnt constraints	: 5281470
1800.06/1775.42	c ignored constraints	: 0
1800.06/1775.42	c root simplifications	: 0
1800.06/1775.42	c removed literals (reason simplification)	: 0
1800.06/1775.42	c reason swapping (by a shorter reason)	: 0
1800.06/1775.42	c Calls to reduceDB	: 98
1800.06/1775.42	c number of reductions to clauses (during analyze)	: 0
1800.06/1775.42	c number of learned constraints concerned by reduction	: 0
1800.06/1775.42	c number of learning phase by resolution	: 0
1800.06/1775.42	c number of learning phase by cutting planes	: 0
1800.06/1775.42	c speed (assignments/second)	: 103241.65980816474
1800.06/1775.42	c non guided choices	79004
1800.06/1775.45	c learnt constraints type 
1800.06/1775.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 139527
1800.06/1775.45	c constraints type 
1800.06/1775.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 90
1800.06/1775.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
1800.06/1775.45	c 170 constraints processed.
1800.06/1775.45	s UNKNOWN
1800.06/1775.45	c Total wall clock time (in seconds): 1775.333

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3687391-1337871914/watcher-3687391-1337871914 -o /tmp/evaluation-result-3687391-1337871914/solver-3687391-1337871914 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687391-1337871914.opb 

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

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


[startup+0 s]
/proc/loadavg: 0.78 0.19 0.06 3/192 21706
/proc/meminfo: memFree=28631604/32873844 swapFree=6080/6080
[pid=21706] ppid=21704 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/21706/stat : 21706 (java) R 21704 21706 21473 0 -1 4202496 297 0 0 0 0 0 0 0 20 0 1 0 253319857 2560000 46 33554432000 1073741824 1073778376 140734337301136 140737150263688 226320543015 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21706/statm: 625 46 37 9 0 29 0

[startup+0.086394 s]
/proc/loadavg: 0.78 0.19 0.06 3/192 21706
/proc/meminfo: memFree=28631604/32873844 swapFree=6080/6080
[pid=21706] ppid=21704 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/21706/stat : 21706 (java) S 21704 21706 21473 0 -1 4202496 3387 0 1 0 5 0 0 0 20 0 18 0 253319857 9787813888 4596 33554432000 1073741824 1073778376 140734337301136 140734337292272 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21706/statm: 2389603 4603 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100305 s]
/proc/loadavg: 0.78 0.19 0.06 3/192 21706
/proc/meminfo: memFree=28631604/32873844 swapFree=6080/6080
[pid=21706] ppid=21704 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/21706/stat : 21706 (java) S 21704 21706 21473 0 -1 4202496 4253 0 1 0 8 1 0 0 20 0 18 0 253319857 9787813888 5461 33554432000 1073741824 1073778376 140734337301136 140734337292272 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21706/statm: 2389603 5461 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300275 s]
/proc/loadavg: 0.78 0.19 0.06 3/192 21706
/proc/meminfo: memFree=28631604/32873844 swapFree=6080/6080
[pid=21706] ppid=21704 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/21706/stat : 21706 (java) S 21704 21706 21473 0 -1 4202496 5636 0 1 0 49 1 0 0 20 0 19 0 253319857 9855975424 8467 33554432000 1073741824 1073778376 140734337301136 140734337292272 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21706/statm: 2406244 8467 2230 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9624976

[startup+0.700242 s]
/proc/loadavg: 0.78 0.19 0.06 3/192 21706
/proc/meminfo: memFree=28631604/32873844 swapFree=6080/6080
[pid=21706] ppid=21704 vsize=9624976 CPUtime=1.07 cores=0,2,4,6
/proc/21706/stat : 21706 (java) S 21704 21706 21473 0 -1 4202496 6273 0 1 0 105 2 0 0 20 0 19 0 253319857 9855975424 14292 33554432000 1073741824 1073778376 140734337301136 140734337292272 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21706/statm: 2406244 14292 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9624976

[startup+1.50068 s]
/proc/loadavg: 0.78 0.19 0.06 3/211 21725
/proc/meminfo: memFree=28583048/32873844 swapFree=6080/6080
[pid=21706] ppid=21704 vsize=9624976 CPUtime=1.91 cores=0,2,4,6
/proc/21706/stat : 21706 (java) S 21704 21706 21473 0 -1 4202496 6291 0 1 0 189 2 0 0 20 0 19 0 253319857 9855975424 17366 33554432000 1073741824 1073778376 140734337301136 140734337292272 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21706/statm: 2406244 17366 2263 9 0 2396937 0
[pid=21706/tid=21708] ppid=21704 vsize=9624976 CPUtime=1.43 cores=0,2,4,6
/proc/21706/task/21708/stat : 21708 (java) R 21704 21706 21473 0 -1 4202560 2470 0 1 0 142 1 0 0 20 0 19 0 253319858 9855975424 17366 33554432000 1073741824 1073778376 140734337301136 139902816698776 139902671443738 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21706/tid=21709] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21709/stat : 21709 (java) S 21704 21706 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253319858 9855975424 17366 33554432000 1073741824 1073778376 140734337301136 139902659898152 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21710] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21710/stat : 21710 (java) S 21704 21706 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319858 9855975424 17366 33554432000 1073741824 1073778376 140734337301136 139902658845352 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21711] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21711/stat : 21711 (java) S 21704 21706 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319858 9855975424 17366 33554432000 1073741824 1073778376 140734337301136 139902657793064 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21706/tid=21712] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21712/stat : 21712 (java) S 21704 21706 21473 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 253319858 9855975424 17366 33554432000 1073741824 1073778376 140734337301136 139902656740264 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21706/tid=21713] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21713/stat : 21713 (java) S 21704 21706 21473 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253319858 9855975424 17366 33554432000 1073741824 1073778376 140734337301136 139902655686952 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21706/tid=21714] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21714/stat : 21714 (java) S 21704 21706 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253319858 9855975424 17366 33554432000 1073741824 1073778376 140734337301136 139902318536872 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21706/tid=21715] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21715/stat : 21715 (java) S 21704 21706 21473 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253319858 9855975424 17366 33554432000 1073741824 1073778376 140734337301136 139902317484584 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21716] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21716/stat : 21716 (java) S 21704 21706 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253319858 9855975424 17366 33554432000 1073741824 1073778376 140734337301136 139902316431784 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21706/tid=21717] ppid=21704 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/21706/task/21717/stat : 21717 (java) S 21704 21706 21473 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 253319860 9855975424 17366 33554432000 1073741824 1073778376 140734337301136 139902304234216 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21706/tid=21718] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21718/stat : 21718 (java) S 21704 21706 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253319860 9855975424 17366 33554432000 1073741824 1073778376 140734337301136 139902303180280 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21719] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21719/stat : 21719 (java) S 21704 21706 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253319860 9855975424 17366 33554432000 1073741824 1073778376 140734337301136 139902302127880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21720] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21720/stat : 21720 (java) S 21704 21706 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319863 9855975424 17366 33554432000 1073741824 1073778376 140734337301136 139902301076368 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21721] ppid=21704 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/21706/task/21721/stat : 21721 (java) S 21704 21706 21473 0 -1 4202560 1236 0 0 0 22 0 0 0 20 0 19 0 253319863 9855975424 17366 33554432000 1073741824 1073778376 140734337301136 139902300022968 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21722] ppid=21704 vsize=9624976 CPUtime=0.17 cores=0,2,4,6
/proc/21706/task/21722/stat : 21722 (java) S 21704 21706 21473 0 -1 4202560 1323 0 0 0 17 0 0 0 20 0 19 0 253319863 9855975424 17366 33554432000 1073741824 1073778376 140734337301136 139902298970168 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21706/tid=21723] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21723/stat : 21723 (java) S 21704 21706 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319863 9855975424 17366 33554432000 1073741824 1073778376 140734337301136 139902297918072 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21706/tid=21724] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21724/stat : 21724 (java) S 21704 21706 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319863 9855975424 17366 33554432000 1073741824 1073778376 140734337301136 139902296865480 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21706/tid=21725] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21725/stat : 21725 (java) S 21704 21706 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253319882 9855975424 17366 33554432000 1073741824 1073778376 140734337301136 139902295778728 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9624976

[startup+3.10065 s]
/proc/loadavg: 0.78 0.19 0.06 3/211 21725
/proc/meminfo: memFree=28566292/32873844 swapFree=6080/6080
[pid=21706] ppid=21704 vsize=9624976 CPUtime=3.57 cores=0,2,4,6
/proc/21706/stat : 21706 (java) S 21704 21706 21473 0 -1 4202496 6511 0 1 0 355 2 0 0 20 0 19 0 253319857 9855975424 18907 33554432000 1073741824 1073778376 140734337301136 140734337292272 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21706/statm: 2406244 18907 2264 9 0 2396937 0
[pid=21706/tid=21708] ppid=21704 vsize=9624976 CPUtime=2.98 cores=0,2,4,6
/proc/21706/task/21708/stat : 21708 (java) R 21704 21706 21473 0 -1 4202560 2470 0 1 0 297 1 0 0 20 0 19 0 253319858 9855975424 18907 33554432000 1073741824 1073778376 140734337301136 139902816698616 139902671436360 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21706/tid=21709] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21709/stat : 21709 (java) S 21704 21706 21473 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253319858 9855975424 18907 33554432000 1073741824 1073778376 140734337301136 139902659898152 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21706/tid=21710] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21710/stat : 21710 (java) S 21704 21706 21473 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253319858 9855975424 18907 33554432000 1073741824 1073778376 140734337301136 139902658845352 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21711] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21711/stat : 21711 (java) S 21704 21706 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319858 9855975424 18907 33554432000 1073741824 1073778376 140734337301136 139902657793064 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21706/tid=21712] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21712/stat : 21712 (java) S 21704 21706 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253319858 9855975424 18907 33554432000 1073741824 1073778376 140734337301136 139902656740264 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21706/tid=21713] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21713/stat : 21713 (java) S 21704 21706 21473 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253319858 9855975424 18907 33554432000 1073741824 1073778376 140734337301136 139902655686952 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21706/tid=21714] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21714/stat : 21714 (java) S 21704 21706 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253319858 9855975424 18907 33554432000 1073741824 1073778376 140734337301136 139902318536872 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21706/tid=21715] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21715/stat : 21715 (java) S 21704 21706 21473 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253319858 9855975424 18907 33554432000 1073741824 1073778376 140734337301136 139902317484584 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21716] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21716/stat : 21716 (java) S 21704 21706 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253319858 9855975424 18907 33554432000 1073741824 1073778376 140734337301136 139902316431784 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21706/tid=21717] ppid=21704 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/21706/task/21717/stat : 21717 (java) S 21704 21706 21473 0 -1 4202560 34 0 0 0 4 0 0 0 20 0 19 0 253319860 9855975424 18907 33554432000 1073741824 1073778376 140734337301136 139902304234216 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21706/tid=21718] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21718/stat : 21718 (java) S 21704 21706 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253319860 9855975424 18907 33554432000 1073741824 1073778376 140734337301136 139902303180280 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21719] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21719/stat : 21719 (java) S 21704 21706 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253319860 9855975424 18907 33554432000 1073741824 1073778376 140734337301136 139902302127880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21720] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21720/stat : 21720 (java) S 21704 21706 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319863 9855975424 18907 33554432000 1073741824 1073778376 140734337301136 139902301076368 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21721] ppid=21704 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/21706/task/21721/stat : 21721 (java) S 21704 21706 21473 0 -1 4202560 1236 0 0 0 23 0 0 0 20 0 19 0 253319863 9855975424 18907 33554432000 1073741824 1073778376 140734337301136 139902300022968 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21722] ppid=21704 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/21706/task/21722/stat : 21722 (java) S 21704 21706 21473 0 -1 4202560 1533 0 0 0 20 0 0 0 20 0 19 0 253319863 9855975424 18907 33554432000 1073741824 1073778376 140734337301136 139902298970168 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21706/tid=21723] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21723/stat : 21723 (java) S 21704 21706 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319863 9855975424 18907 33554432000 1073741824 1073778376 140734337301136 139902297918072 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21706/tid=21724] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21724/stat : 21724 (java) S 21704 21706 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319863 9855975424 18907 33554432000 1073741824 1073778376 140734337301136 139902296865480 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21706/tid=21725] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21725/stat : 21725 (java) S 21704 21706 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253319882 9855975424 18907 33554432000 1073741824 1073778376 140734337301136 139902295778728 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 9624976

[startup+6.30065 s]
/proc/loadavg: 0.87 0.22 0.07 3/211 21725
/proc/meminfo: memFree=28543392/32873844 swapFree=6080/6080
[pid=21706] ppid=21704 vsize=9624976 CPUtime=6.87 cores=0,2,4,6
/proc/21706/stat : 21706 (java) S 21704 21706 21473 0 -1 4202496 6552 0 1 0 682 5 0 0 20 0 19 0 253319857 9855975424 24507 33554432000 1073741824 1073778376 140734337301136 140734337292272 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21706/statm: 2406244 24507 2264 9 0 2396937 0
[pid=21706/tid=21708] ppid=21704 vsize=9624976 CPUtime=6.09 cores=0,2,4,6
/proc/21706/task/21708/stat : 21708 (java) R 21704 21706 21473 0 -1 4202560 2474 0 1 0 608 1 0 0 20 0 19 0 253319858 9855975424 24507 33554432000 1073741824 1073778376 140734337301136 139902816698656 139902671399727 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21706/tid=21709] ppid=21704 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/21706/task/21709/stat : 21709 (java) S 21704 21706 21473 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 253319858 9855975424 24507 33554432000 1073741824 1073778376 140734337301136 139902659898152 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21706/tid=21710] ppid=21704 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/21706/task/21710/stat : 21710 (java) S 21704 21706 21473 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 253319858 9855975424 24507 33554432000 1073741824 1073778376 140734337301136 139902658845352 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21711] ppid=21704 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/21706/task/21711/stat : 21711 (java) S 21704 21706 21473 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 253319858 9855975424 24507 33554432000 1073741824 1073778376 140734337301136 139902657793064 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21706/tid=21712] ppid=21704 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/21706/task/21712/stat : 21712 (java) S 21704 21706 21473 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 253319858 9855975424 24507 33554432000 1073741824 1073778376 140734337301136 139902656740264 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21706/tid=21713] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21713/stat : 21713 (java) S 21704 21706 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253319858 9855975424 24507 33554432000 1073741824 1073778376 140734337301136 139902655686952 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21706/tid=21714] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21714/stat : 21714 (java) S 21704 21706 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253319858 9855975424 24507 33554432000 1073741824 1073778376 140734337301136 139902318536872 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21706/tid=21715] ppid=21704 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/21706/task/21715/stat : 21715 (java) S 21704 21706 21473 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 253319858 9855975424 24507 33554432000 1073741824 1073778376 140734337301136 139902317484584 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21716] ppid=21704 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/21706/task/21716/stat : 21716 (java) S 21704 21706 21473 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 253319858 9855975424 24507 33554432000 1073741824 1073778376 140734337301136 139902316431784 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21706/tid=21717] ppid=21704 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/21706/task/21717/stat : 21717 (java) S 21704 21706 21473 0 -1 4202560 39 0 0 0 9 0 0 0 20 0 19 0 253319860 9855975424 24507 33554432000 1073741824 1073778376 140734337301136 139902304234216 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21706/tid=21718] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21718/stat : 21718 (java) S 21704 21706 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253319860 9855975424 24507 33554432000 1073741824 1073778376 140734337301136 139902303180280 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21719] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21719/stat : 21719 (java) S 21704 21706 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253319860 9855975424 24507 33554432000 1073741824 1073778376 140734337301136 139902302127880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21720] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21720/stat : 21720 (java) S 21704 21706 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319863 9855975424 24507 33554432000 1073741824 1073778376 140734337301136 139902301076368 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21721] ppid=21704 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/21706/task/21721/stat : 21721 (java) S 21704 21706 21473 0 -1 4202560 1236 0 0 0 23 0 0 0 20 0 19 0 253319863 9855975424 24507 33554432000 1073741824 1073778376 140734337301136 139902300022968 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21722] ppid=21704 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/21706/task/21722/stat : 21722 (java) S 21704 21706 21473 0 -1 4202560 1533 0 0 0 20 0 0 0 20 0 19 0 253319863 9855975424 24507 33554432000 1073741824 1073778376 140734337301136 139902298970168 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21706/tid=21723] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21723/stat : 21723 (java) S 21704 21706 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319863 9855975424 24507 33554432000 1073741824 1073778376 140734337301136 139902297918072 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21706/tid=21724] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21724/stat : 21724 (java) S 21704 21706 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319863 9855975424 24507 33554432000 1073741824 1073778376 140734337301136 139902296865480 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21706/tid=21725] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21725/stat : 21725 (java) S 21704 21706 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253319882 9855975424 24507 33554432000 1073741824 1073778376 140734337301136 139902295778728 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=21706/tid=21721] ppid=21704 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/21706/task/21721/stat : 21721 (java) S 21704 21706 21473 0 -1 4202560 1609 0 0 0 25 0 0 0 20 0 19 0 253319863 9855975424 163703 33554432000 1073741824 1073778376 140734337301136 139902300022968 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21722] ppid=21704 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/21706/task/21722/stat : 21722 (java) S 21704 21706 21473 0 -1 4202560 1533 0 0 0 20 0 0 0 20 0 19 0 253319863 9855975424 163703 33554432000 1073741824 1073778376 140734337301136 139902298970168 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21706/tid=21723] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21723/stat : 21723 (java) S 21704 21706 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319863 9855975424 163703 33554432000 1073741824 1073778376 140734337301136 139902297918072 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21706/tid=21724] ppid=21704 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/21706/task/21724/stat : 21724 (java) S 21704 21706 21473 0 -1 4202560 91 0 0 0 31 20 0 0 20 0 19 0 253319863 9855975424 163703 33554432000 1073741824 1073778376 140734337301136 139902296865480 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21706/tid=21725] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21725/stat : 21725 (java) S 21704 21706 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253319882 9855975424 163703 33554432000 1073741824 1073778376 140734337301136 139902295778728 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1623.85
Current children cumulated vsize (KiB) 9624976

[startup+1662.3 s]
/proc/loadavg: 2.06 2.03 1.68 3/211 21853
/proc/meminfo: memFree=23015064/32873844 swapFree=6080/6080
[pid=21706] ppid=21704 vsize=9624976 CPUtime=1684.85 cores=0,2,4,6
/proc/21706/stat : 21706 (java) S 21704 21706 21473 0 -1 4202496 28242 0 1 0 168352 133 0 0 20 0 19 0 253319857 9855975424 172317 33554432000 1073741824 1073778376 140734337301136 140734337292272 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21706/statm: 2406244 172317 2265 9 0 2396937 0
[pid=21706/tid=21708] ppid=21704 vsize=9624976 CPUtime=1640.95 cores=0,2,4,6
/proc/21706/task/21708/stat : 21708 (java) R 21704 21706 21473 0 -1 4202560 2950 0 1 0 164065 30 0 0 20 0 19 0 253319858 9855975424 172317 33554432000 1073741824 1073778376 140734337301136 139902816697712 139902671363692 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21706/tid=21709] ppid=21704 vsize=9624976 CPUtime=3.82 cores=0,2,4,6
/proc/21706/task/21709/stat : 21709 (java) S 21704 21706 21473 0 -1 4202560 3279 0 0 0 366 16 0 0 20 0 19 0 253319858 9855975424 172317 33554432000 1073741824 1073778376 140734337301136 139902659898152 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21706/tid=21710] ppid=21704 vsize=9624976 CPUtime=3.76 cores=0,2,4,6
/proc/21706/task/21710/stat : 21710 (java) S 21704 21706 21473 0 -1 4202560 2572 0 0 0 364 12 0 0 20 0 19 0 253319858 9855975424 172317 33554432000 1073741824 1073778376 140734337301136 139902658845352 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21706/tid=21711] ppid=21704 vsize=9624976 CPUtime=4.06 cores=0,2,4,6
/proc/21706/task/21711/stat : 21711 (java) S 21704 21706 21473 0 -1 4202560 2263 0 0 0 394 12 0 0 20 0 19 0 253319858 9855975424 172317 33554432000 1073741824 1073778376 140734337301136 139902657793064 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21712] ppid=21704 vsize=9624976 CPUtime=3.9 cores=0,2,4,6
/proc/21706/task/21712/stat : 21712 (java) S 21704 21706 21473 0 -1 4202560 2180 0 0 0 378 12 0 0 20 0 19 0 253319858 9855975424 172317 33554432000 1073741824 1073778376 140734337301136 139902656740264 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21713] ppid=21704 vsize=9624976 CPUtime=3.77 cores=0,2,4,6
/proc/21706/task/21713/stat : 21713 (java) S 21704 21706 21473 0 -1 4202560 1493 0 0 0 364 13 0 0 20 0 19 0 253319858 9855975424 172317 33554432000 1073741824 1073778376 140734337301136 139902655686952 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21714] ppid=21704 vsize=9624976 CPUtime=3.82 cores=0,2,4,6
/proc/21706/task/21714/stat : 21714 (java) S 21704 21706 21473 0 -1 4202560 2667 0 0 0 369 13 0 0 20 0 19 0 253319858 9855975424 172317 33554432000 1073741824 1073778376 140734337301136 139902318536872 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21706/tid=21715] ppid=21704 vsize=9624976 CPUtime=3.77 cores=0,2,4,6
/proc/21706/task/21715/stat : 21715 (java) S 21704 21706 21473 0 -1 4202560 2967 0 0 0 365 12 0 0 20 0 19 0 253319858 9855975424 172317 33554432000 1073741824 1073778376 140734337301136 139902317484584 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21706/tid=21716] ppid=21704 vsize=9624976 CPUtime=3.8 cores=0,2,4,6
/proc/21706/task/21716/stat : 21716 (java) S 21704 21706 21473 0 -1 4202560 2505 0 0 0 365 15 0 0 20 0 19 0 253319858 9855975424 172317 33554432000 1073741824 1073778376 140734337301136 139902316431784 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21717] ppid=21704 vsize=9624976 CPUtime=8.23 cores=0,2,4,6
/proc/21706/task/21717/stat : 21717 (java) S 21704 21706 21473 0 -1 4202560 949 0 0 0 818 5 0 0 20 0 19 0 253319860 9855975424 172317 33554432000 1073741824 1073778376 140734337301136 139902304234216 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21706/tid=21718] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21718/stat : 21718 (java) S 21704 21706 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253319860 9855975424 172317 33554432000 1073741824 1073778376 140734337301136 139902303180280 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21719] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21719/stat : 21719 (java) S 21704 21706 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253319860 9855975424 172317 33554432000 1073741824 1073778376 140734337301136 139902302127880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21720] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21720/stat : 21720 (java) S 21704 21706 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319863 9855975424 172317 33554432000 1073741824 1073778376 140734337301136 139902301076368 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21721] ppid=21704 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/21706/task/21721/stat : 21721 (java) S 21704 21706 21473 0 -1 4202560 1609 0 0 0 25 0 0 0 20 0 19 0 253319863 9855975424 172317 33554432000 1073741824 1073778376 140734337301136 139902300022968 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21722] ppid=21704 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/21706/task/21722/stat : 21722 (java) S 21704 21706 21473 0 -1 4202560 1533 0 0 0 20 0 0 0 20 0 19 0 253319863 9855975424 172317 33554432000 1073741824 1073778376 140734337301136 139902298970168 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21706/tid=21723] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21723/stat : 21723 (java) S 21704 21706 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319863 9855975424 172317 33554432000 1073741824 1073778376 140734337301136 139902297918072 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21706/tid=21724] ppid=21704 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/21706/task/21724/stat : 21724 (java) S 21704 21706 21473 0 -1 4202560 95 0 0 0 33 20 0 0 20 0 19 0 253319863 9855975424 172317 33554432000 1073741824 1073778376 140734337301136 139902296865480 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21706/tid=21725] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21725/stat : 21725 (java) S 21704 21706 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253319882 9855975424 172317 33554432000 1073741824 1073778376 140734337301136 139902295778728 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1684.85
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.19 2.07 1.72 3/211 21853
/proc/meminfo: memFree=23081748/32873844 swapFree=6080/6080
[pid=21706] ppid=21704 vsize=9624976 CPUtime=1746.06 cores=0,2,4,6
/proc/21706/stat : 21706 (java) S 21704 21706 21473 0 -1 4202496 28611 0 1 0 174470 136 0 0 20 0 19 0 253319857 9855975424 154602 33554432000 1073741824 1073778376 140734337301136 140734337292272 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21706/statm: 2406244 154602 2265 9 0 2396937 0
[pid=21706/tid=21708] ppid=21704 vsize=9624976 CPUtime=1700.11 cores=0,2,4,6
/proc/21706/task/21708/stat : 21708 (java) R 21704 21706 21473 0 -1 4202560 2979 0 1 0 169980 31 0 0 20 0 19 0 253319858 9855975424 154602 33554432000 1073741824 1073778376 140734337301136 139902816697712 139902671435989 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21709] ppid=21704 vsize=9624976 CPUtime=4.06 cores=0,2,4,6
/proc/21706/task/21709/stat : 21709 (java) S 21704 21706 21473 0 -1 4202560 3389 0 0 0 390 16 0 0 20 0 19 0 253319858 9855975424 154602 33554432000 1073741824 1073778376 140734337301136 139902659898152 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21706/tid=21710] ppid=21704 vsize=9624976 CPUtime=3.97 cores=0,2,4,6
/proc/21706/task/21710/stat : 21710 (java) S 21704 21706 21473 0 -1 4202560 2572 0 0 0 385 12 0 0 20 0 19 0 253319858 9855975424 154602 33554432000 1073741824 1073778376 140734337301136 139902658845352 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21706/tid=21711] ppid=21704 vsize=9624976 CPUtime=4.23 cores=0,2,4,6
/proc/21706/task/21711/stat : 21711 (java) S 21704 21706 21473 0 -1 4202560 2358 0 0 0 410 13 0 0 20 0 19 0 253319858 9855975424 154602 33554432000 1073741824 1073778376 140734337301136 139902657793064 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21706/tid=21712] ppid=21704 vsize=9624976 CPUtime=4.14 cores=0,2,4,6
/proc/21706/task/21712/stat : 21712 (java) S 21704 21706 21473 0 -1 4202560 2211 0 0 0 401 13 0 0 20 0 19 0 253319858 9855975424 154602 33554432000 1073741824 1073778376 140734337301136 139902656740264 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21713] ppid=21704 vsize=9624976 CPUtime=4 cores=0,2,4,6
/proc/21706/task/21713/stat : 21713 (java) S 21704 21706 21473 0 -1 4202560 1493 0 0 0 386 14 0 0 20 0 19 0 253319858 9855975424 154602 33554432000 1073741824 1073778376 140734337301136 139902655686952 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21706/tid=21714] ppid=21704 vsize=9624976 CPUtime=4.04 cores=0,2,4,6
/proc/21706/task/21714/stat : 21714 (java) S 21704 21706 21473 0 -1 4202560 2743 0 0 0 391 13 0 0 20 0 19 0 253319858 9855975424 154602 33554432000 1073741824 1073778376 140734337301136 139902318536872 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21706/tid=21715] ppid=21704 vsize=9624976 CPUtime=3.97 cores=0,2,4,6
/proc/21706/task/21715/stat : 21715 (java) S 21704 21706 21473 0 -1 4202560 2967 0 0 0 385 12 0 0 20 0 19 0 253319858 9855975424 154602 33554432000 1073741824 1073778376 140734337301136 139902317484584 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21706/tid=21716] ppid=21704 vsize=9624976 CPUtime=4.03 cores=0,2,4,6
/proc/21706/task/21716/stat : 21716 (java) S 21704 21706 21473 0 -1 4202560 2505 0 0 0 388 15 0 0 20 0 19 0 253319858 9855975424 154602 33554432000 1073741824 1073778376 140734337301136 139902316431784 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21706/tid=21717] ppid=21704 vsize=9624976 CPUtime=8.4 cores=0,2,4,6
/proc/21706/task/21717/stat : 21717 (java) S 21704 21706 21473 0 -1 4202560 975 0 0 0 835 5 0 0 20 0 19 0 253319860 9855975424 154602 33554432000 1073741824 1073778376 140734337301136 139902304234216 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21706/tid=21718] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21718/stat : 21718 (java) S 21704 21706 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253319860 9855975424 154602 33554432000 1073741824 1073778376 140734337301136 139902303180280 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21719] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21719/stat : 21719 (java) S 21704 21706 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253319860 9855975424 154602 33554432000 1073741824 1073778376 140734337301136 139902302127880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21720] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21720/stat : 21720 (java) S 21704 21706 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319863 9855975424 154602 33554432000 1073741824 1073778376 140734337301136 139902301076368 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21721] ppid=21704 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/21706/task/21721/stat : 21721 (java) S 21704 21706 21473 0 -1 4202560 1609 0 0 0 25 0 0 0 20 0 19 0 253319863 9855975424 154602 33554432000 1073741824 1073778376 140734337301136 139902300022968 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21722] ppid=21704 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/21706/task/21722/stat : 21722 (java) S 21704 21706 21473 0 -1 4202560 1533 0 0 0 20 0 0 0 20 0 19 0 253319863 9855975424 154602 33554432000 1073741824 1073778376 140734337301136 139902298970168 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21706/tid=21723] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21723/stat : 21723 (java) S 21704 21706 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319863 9855975424 154602 33554432000 1073741824 1073778376 140734337301136 139902297918072 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21706/tid=21724] ppid=21704 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/21706/task/21724/stat : 21724 (java) S 21704 21706 21473 0 -1 4202560 97 0 0 0 34 21 0 0 20 0 19 0 253319863 9855975424 154602 33554432000 1073741824 1073778376 140734337301136 139902296865480 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21706/tid=21725] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21725/stat : 21725 (java) S 21704 21706 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253319882 9855975424 154602 33554432000 1073741824 1073778376 140734337301136 139902295778728 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1746.06
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.41 s]
/proc/loadavg: 2.08 2.06 1.73 3/211 21853
/proc/meminfo: memFree=23079496/32873844 swapFree=6080/6080
[pid=21706] ppid=21704 vsize=9624976 CPUtime=1800.06 cores=0,2,4,6
/proc/21706/stat : 21706 (java) S 21704 21706 21473 0 -1 4202496 28675 0 1 0 179866 140 0 0 20 0 19 0 253319857 9855975424 156163 33554432000 1073741824 1073778376 140734337301136 140734337292272 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21706/statm: 2406244 156163 2265 9 0 2396937 0
[pid=21706/tid=21708] ppid=21704 vsize=9624976 CPUtime=1752.59 cores=0,2,4,6
/proc/21706/task/21708/stat : 21708 (java) R 21704 21706 21473 0 -1 4202560 2994 0 1 0 175227 32 0 0 20 0 19 0 253319858 9855975424 156163 33554432000 1073741824 1073778376 140734337301136 139902816697712 139902671363073 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21709] ppid=21704 vsize=9624976 CPUtime=4.22 cores=0,2,4,6
/proc/21706/task/21709/stat : 21709 (java) S 21704 21706 21473 0 -1 4202560 3391 0 0 0 406 16 0 0 20 0 19 0 253319858 9855975424 156163 33554432000 1073741824 1073778376 140734337301136 139902659898152 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21706/tid=21710] ppid=21704 vsize=9624976 CPUtime=4.11 cores=0,2,4,6
/proc/21706/task/21710/stat : 21710 (java) S 21704 21706 21473 0 -1 4202560 2577 0 0 0 398 13 0 0 20 0 19 0 253319858 9855975424 156163 33554432000 1073741824 1073778376 140734337301136 139902658845352 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21706/tid=21711] ppid=21704 vsize=9624976 CPUtime=4.36 cores=0,2,4,6
/proc/21706/task/21711/stat : 21711 (java) S 21704 21706 21473 0 -1 4202560 2359 0 0 0 423 13 0 0 20 0 19 0 253319858 9855975424 156163 33554432000 1073741824 1073778376 140734337301136 139902657793064 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21706/tid=21712] ppid=21704 vsize=9624976 CPUtime=4.34 cores=0,2,4,6
/proc/21706/task/21712/stat : 21712 (java) S 21704 21706 21473 0 -1 4202560 2220 0 0 0 421 13 0 0 20 0 19 0 253319858 9855975424 156163 33554432000 1073741824 1073778376 140734337301136 139902656740264 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21706/tid=21713] ppid=21704 vsize=9624976 CPUtime=4.17 cores=0,2,4,6
/proc/21706/task/21713/stat : 21713 (java) S 21704 21706 21473 0 -1 4202560 1495 0 0 0 403 14 0 0 20 0 19 0 253319858 9855975424 156163 33554432000 1073741824 1073778376 140734337301136 139902655686952 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21706/tid=21714] ppid=21704 vsize=9624976 CPUtime=4.18 cores=0,2,4,6
/proc/21706/task/21714/stat : 21714 (java) S 21704 21706 21473 0 -1 4202560 2744 0 0 0 405 13 0 0 20 0 19 0 253319858 9855975424 156163 33554432000 1073741824 1073778376 140734337301136 139902318536872 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21706/tid=21715] ppid=21704 vsize=9624976 CPUtime=4.11 cores=0,2,4,6
/proc/21706/task/21715/stat : 21715 (java) S 21704 21706 21473 0 -1 4202560 2976 0 0 0 398 13 0 0 20 0 19 0 253319858 9855975424 156163 33554432000 1073741824 1073778376 140734337301136 139902317484584 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21716] ppid=21704 vsize=9624976 CPUtime=4.17 cores=0,2,4,6
/proc/21706/task/21716/stat : 21716 (java) S 21704 21706 21473 0 -1 4202560 2512 0 0 0 401 16 0 0 20 0 19 0 253319858 9855975424 156163 33554432000 1073741824 1073778376 140734337301136 139902316431784 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21706/tid=21717] ppid=21704 vsize=9624976 CPUtime=8.56 cores=0,2,4,6
/proc/21706/task/21717/stat : 21717 (java) S 21704 21706 21473 0 -1 4202560 984 0 0 0 851 5 0 0 20 0 19 0 253319860 9855975424 156163 33554432000 1073741824 1073778376 140734337301136 139902304234216 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21706/tid=21718] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21718/stat : 21718 (java) S 21704 21706 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253319860 9855975424 156163 33554432000 1073741824 1073778376 140734337301136 139902303180280 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21719] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21719/stat : 21719 (java) S 21704 21706 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253319860 9855975424 156163 33554432000 1073741824 1073778376 140734337301136 139902302127880 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21720] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21720/stat : 21720 (java) S 21704 21706 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319863 9855975424 156163 33554432000 1073741824 1073778376 140734337301136 139902301076368 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21721] ppid=21704 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/21706/task/21721/stat : 21721 (java) S 21704 21706 21473 0 -1 4202560 1609 0 0 0 25 0 0 0 20 0 19 0 253319863 9855975424 156163 33554432000 1073741824 1073778376 140734337301136 139902300022968 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21722] ppid=21704 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/21706/task/21722/stat : 21722 (java) S 21704 21706 21473 0 -1 4202560 1533 0 0 0 20 0 0 0 20 0 19 0 253319863 9855975424 156163 33554432000 1073741824 1073778376 140734337301136 139902298970168 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21706/tid=21723] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21723/stat : 21723 (java) S 21704 21706 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253319863 9855975424 156163 33554432000 1073741824 1073778376 140734337301136 139902297918072 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21706/tid=21724] ppid=21704 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/21706/task/21724/stat : 21724 (java) S 21704 21706 21473 0 -1 4202560 101 0 0 0 35 22 0 0 20 0 19 0 253319863 9855975424 156163 33554432000 1073741824 1073778376 140734337301136 139902296865480 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21706/tid=21725] ppid=21704 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21725/stat : 21725 (java) S 21704 21706 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253319882 9855975424 156163 33554432000 1073741824 1073778376 140734337301136 139902295778728 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21706 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=327220
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=841720
# CPU time returned by wait4() is 1796.17
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1775.46
CPU time (s): 1800.06
CPU user time (s): 1798.66
CPU system time (s): 1.4
CPU usage (%): 101.386
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.33
system time used= 1.84172
maximum resident set size= 711276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28834
page faults= 1
swaps= 0
block input operations= 8
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52298
involuntary context switches= 64792

runsolver used 5.86911 second user time and 13.6539 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-24 17:05:14
IDJOB=3687391
IDBENCH=1410
IDSOLVER=2269
FILE ID=node110/3687391-1337871914
RUNJOBID= node110-1337871882-21489
PBS_JOBID= 14620094
Free space on /tmp= 71612 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl40_45_pb.cnf.cr.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687391-1337871914/watcher-3687391-1337871914 -o /tmp/evaluation-result-3687391-1337871914/solver-3687391-1337871914 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687391-1337871914.opb

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

MD5SUM BENCH= b95bbeb851a52866877e397310a0a770
RANDOM SEED=333344487

node110.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28632116 kB
Buffers:          195740 kB
Cached:          3201864 kB
SwapCached:            0 kB
Active:           616628 kB
Inactive:        2858908 kB
Active(anon):      80628 kB
Inactive(anon):        0 kB
Active(file):     536000 kB
Inactive(file):  2858908 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1104 kB
Writeback:             0 kB
AnonPages:         84216 kB
Mapped:            21484 kB
Shmem:               200 kB
Slab:             628500 kB
SReclaimable:      70500 kB
SUnreclaim:       558000 kB
KernelStack:        1576 kB
PageTables:         4356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     684908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71612 MiB
End job on node110 at 2012-05-24 17:34:52