Trace number 3687419

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 SnapshotUNSAT 1521.98 1518.7

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl10_20_pb.cnf.cr.opb
MD5SUM2ca83d15931a383b90d8a7a08c6c1d9a
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.003999
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints60
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint20
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 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3687419-1337871921.opb
0.10/0.11	c reading problem ... 
0.10/0.15	c ... done. Wall clock time 0.035s.
0.10/0.15	c declared #vars     400
0.10/0.15	c #constraints  60
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
0.10/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.10/0.15	c 60 constraints processed.
0.67/0.48	c cleaning 2499 clauses out of 5001 with flag 5001/5001
1.38/0.90	c cleaning 4251 clauses out of 8501 with flag 11000/11000
1.99/1.57	c cleaning 5624 clauses out of 11250 with flag 18000/18000
2.90/2.47	c cleaning 6810 clauses out of 13626 with flag 26000/26000
4.15/3.67	c cleaning 7908 clauses out of 15816 with flag 35000/35000
5.77/5.23	c cleaning 8953 clauses out of 17908 with flag 45000/45000
7.17/6.66	c cleaning 9964 clauses out of 19955 with flag 56000/56000
8.77/8.27	c cleaning 10993 clauses out of 21994 with flag 68003/68003
11.18/10.69	c cleaning 11989 clauses out of 23998 with flag 81000/81000
13.39/12.82	c cleaning 13002 clauses out of 26009 with flag 95000/95000
16.00/15.46	c cleaning 14000 clauses out of 28008 with flag 110001/110001
18.51/17.97	c cleaning 14999 clauses out of 30009 with flag 126002/126002
20.73/20.14	c cleaning 16001 clauses out of 32008 with flag 143000/143000
23.54/22.91	c cleaning 16995 clauses out of 34008 with flag 161001/161001
26.24/25.63	c cleaning 18003 clauses out of 36012 with flag 180000/180000
29.86/29.27	c cleaning 19000 clauses out of 38009 with flag 200000/200000
34.08/33.46	c cleaning 20003 clauses out of 40011 with flag 221002/221002
37.99/37.33	c cleaning 21001 clauses out of 42010 with flag 243004/243004
42.50/41.89	c cleaning 21989 clauses out of 44005 with flag 266000/266000
47.62/46.99	c cleaning 23004 clauses out of 46017 with flag 290001/290001
52.13/51.46	c cleaning 24004 clauses out of 48012 with flag 315000/315000
58.34/57.66	c cleaning 24991 clauses out of 50008 with flag 341000/341000
64.36/63.62	c cleaning 26009 clauses out of 52022 with flag 368005/368005
69.08/68.36	c cleaning 27000 clauses out of 54009 with flag 396001/396001
74.91/74.17	c cleaning 27996 clauses out of 56008 with flag 425000/425000
80.41/79.64	c cleaning 28999 clauses out of 58012 with flag 455000/455000
86.74/85.91	c cleaning 30005 clauses out of 60013 with flag 486000/486000
94.07/93.21	c cleaning 31000 clauses out of 62009 with flag 518001/518001
101.69/100.80	c cleaning 31994 clauses out of 64009 with flag 551001/551001
110.93/110.06	c cleaning 33005 clauses out of 66017 with flag 585003/585003
121.43/120.56	c cleaning 33998 clauses out of 68009 with flag 620000/620000
132.43/131.55	c cleaning 35003 clauses out of 70013 with flag 656002/656002
142.44/141.51	c cleaning 36001 clauses out of 72008 with flag 693000/693000
151.96/151.09	c cleaning 37001 clauses out of 74009 with flag 731002/731002
163.50/162.57	c cleaning 37998 clauses out of 76006 with flag 770000/770000
174.63/173.65	c cleaning 39000 clauses out of 78009 with flag 810001/810001
185.07/184.08	c cleaning 40006 clauses out of 80011 with flag 851003/851003
198.28/197.26	c cleaning 41000 clauses out of 82003 with flag 893001/893001
209.52/208.49	c cleaning 41995 clauses out of 84002 with flag 936000/936000
223.94/222.83	c cleaning 43000 clauses out of 86009 with flag 980002/980002
239.68/238.58	c cleaning 44001 clauses out of 88007 with flag 1025000/1025000
258.12/256.93	c cleaning 44999 clauses out of 90008 with flag 1071002/1071002
272.75/271.59	c cleaning 46000 clauses out of 92007 with flag 1118000/1118000
289.18/287.94	c cleaning 46998 clauses out of 94008 with flag 1166001/1166001
301.62/300.37	c cleaning 48001 clauses out of 96010 with flag 1215001/1215001
317.15/315.85	c cleaning 48997 clauses out of 98008 with flag 1265000/1265000
336.50/335.15	c cleaning 50003 clauses out of 100015 with flag 1316004/1316004
354.24/352.82	c cleaning 51003 clauses out of 102009 with flag 1368001/1368001
376.18/374.79	c cleaning 51979 clauses out of 104008 with flag 1421003/1421003
396.83/395.38	c cleaning 53011 clauses out of 106031 with flag 1475005/1475005
418.98/417.40	c cleaning 54002 clauses out of 108015 with flag 1530000/1530000
441.02/439.44	c cleaning 55003 clauses out of 110016 with flag 1586003/1586003
466.07/464.46	c cleaning 56002 clauses out of 112011 with flag 1643001/1643001
489.41/487.76	c cleaning 57002 clauses out of 114010 with flag 1701002/1701002
514.26/512.58	c cleaning 57994 clauses out of 116008 with flag 1760002/1760002
545.50/543.71	c cleaning 59001 clauses out of 118014 with flag 1820002/1820002
568.02/566.27	c cleaning 59998 clauses out of 120011 with flag 1881000/1881000
588.17/586.31	c cleaning 61002 clauses out of 122013 with flag 1943000/1943000
615.09/613.25	c cleaning 61987 clauses out of 124011 with flag 2006000/2006000
645.43/643.51	c cleaning 63008 clauses out of 126024 with flag 2070000/2070000
678.77/676.88	c cleaning 64003 clauses out of 128018 with flag 2135002/2135002
707.40/705.40	c cleaning 64986 clauses out of 130015 with flag 2201002/2201002
735.44/733.48	c cleaning 66007 clauses out of 132027 with flag 2268000/2268000
773.31/771.29	c cleaning 67007 clauses out of 134020 with flag 2336000/2336000
807.57/805.49	c cleaning 68001 clauses out of 136014 with flag 2405001/2405001
847.02/844.83	c cleaning 68995 clauses out of 138014 with flag 2475002/2475002
886.13/883.99	c cleaning 69984 clauses out of 140017 with flag 2546000/2546000
919.40/917.12	c cleaning 71015 clauses out of 142035 with flag 2618002/2618002
949.54/947.26	c cleaning 72006 clauses out of 144019 with flag 2691001/2691001
981.07/978.71	c cleaning 73003 clauses out of 146012 with flag 2765000/2765000
1017.92/1015.59	c cleaning 74001 clauses out of 148009 with flag 2840000/2840000
1053.99/1051.56	c cleaning 74998 clauses out of 150008 with flag 2916000/2916000
1091.72/1089.20	c cleaning 75995 clauses out of 152011 with flag 2993001/2993001
1135.16/1132.62	c cleaning 77004 clauses out of 154018 with flag 3071003/3071003
1184.91/1182.36	c cleaning 78001 clauses out of 156011 with flag 3150000/3150000
1238.99/1236.38	c cleaning 78999 clauses out of 158011 with flag 3230001/3230001
1281.87/1279.17	c cleaning 79999 clauses out of 160012 with flag 3311001/3311001
1325.44/1322.69	c cleaning 81004 clauses out of 162014 with flag 3393002/3393002
1367.67/1364.80	c cleaning 81998 clauses out of 164008 with flag 3476000/3476000
1404.43/1401.54	c cleaning 83003 clauses out of 166014 with flag 3560004/3560004
1440.79/1437.81	c cleaning 83999 clauses out of 168007 with flag 3645000/3645000
1494.89/1491.90	c cleaning 84999 clauses out of 170008 with flag 3731000/3731000
1521.78/1518.66	c starts		: 252
1521.78/1518.66	c conflicts		: 3787576
1521.78/1518.66	c decisions		: 4473535
1521.78/1518.66	c propagations		: 94472714
1521.78/1518.66	c inspects		: 20325576549
1521.78/1518.66	c shortcuts		: 0
1521.78/1518.66	c learnt literals	: 6
1521.78/1518.66	c learnt binary clauses	: 4
1521.78/1518.66	c learnt ternary clauses	: 39
1521.78/1518.66	c learnt constraints	: 3787569
1521.78/1518.66	c ignored constraints	: 0
1521.78/1518.66	c root simplifications	: 0
1521.78/1518.66	c removed literals (reason simplification)	: 0
1521.78/1518.66	c reason swapping (by a shorter reason)	: 0
1521.78/1518.66	c Calls to reduceDB	: 82
1521.78/1518.66	c number of reductions to clauses (during analyze)	: 0
1521.78/1518.66	c number of learned constraints concerned by reduction	: 0
1521.78/1518.66	c number of learning phase by resolution	: 0
1521.78/1518.66	c number of learning phase by cutting planes	: 0
1521.78/1518.66	c speed (assignments/second)	: 62214.00555280432
1521.78/1518.66	c non guided choices	125
1521.78/1518.70	c learnt constraints type 
1521.78/1518.70	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1521.78/1518.70	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 141574
1521.78/1518.70	c constraints type 
1521.78/1518.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
1521.78/1518.70	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
1521.78/1518.70	c 60 constraints processed.
1521.78/1518.70	s UNSATISFIABLE
1521.78/1518.70	c Total wall clock time (in seconds): 1518.583

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-3687419-1337871921/watcher-3687419-1337871921 -o /tmp/evaluation-result-3687419-1337871921/solver-3687419-1337871921 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687419-1337871921.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.83 0.19 0.06 3/175 21943
/proc/meminfo: memFree=29099392/32873844 swapFree=6584/6584
[pid=21943] ppid=21941 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/21943/stat : 21943 (java) R 21941 21943 21531 0 -1 4202496 632 0 0 0 0 0 0 0 20 0 1 0 253317478 23793664 361 33554432000 1073741824 1073778376 140733748765840 140733748754904 273579817537 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21943/statm: 5809 370 283 9 0 128 0

[startup+0.0360471 s]
/proc/loadavg: 0.83 0.19 0.06 3/175 21943
/proc/meminfo: memFree=29099392/32873844 swapFree=6584/6584
[pid=21943] ppid=21941 vsize=9225560 CPUtime=0.01 cores=1,3,5,7
/proc/21943/stat : 21943 (java) S 21941 21943 21531 0 -1 4202496 2975 0 1 0 1 0 0 0 20 0 13 0 253317478 9446973440 3674 33554432000 1073741824 1073778376 140733748765840 140733748756976 273592385597 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21943/statm: 2306390 3680 1673 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100331 s]
/proc/loadavg: 0.83 0.19 0.06 3/175 21943
/proc/meminfo: memFree=29099392/32873844 swapFree=6584/6584
[pid=21943] ppid=21941 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/21943/stat : 21943 (java) S 21941 21943 21531 0 -1 4202496 4287 0 1 0 9 1 0 0 20 0 18 0 253317478 9787813888 5482 33554432000 1073741824 1073778376 140733748765840 140733748756976 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21943/statm: 2389603 5483 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300251 s]
/proc/loadavg: 0.83 0.19 0.06 3/175 21943
/proc/meminfo: memFree=29099392/32873844 swapFree=6584/6584
[pid=21943] ppid=21941 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/21943/stat : 21943 (java) S 21941 21943 21531 0 -1 4202496 6739 0 1 0 51 1 0 0 20 0 19 0 253317478 9855975424 7240 33554432000 1073741824 1073778376 140733748765840 140733748756976 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21943/statm: 2406244 7240 2230 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9624976

[startup+0.700263 s]
/proc/loadavg: 0.83 0.19 0.06 3/175 21943
/proc/meminfo: memFree=29099392/32873844 swapFree=6584/6584
[pid=21943] ppid=21941 vsize=9624976 CPUtime=1.16 cores=1,3,5,7
/proc/21943/stat : 21943 (java) S 21941 21943 21531 0 -1 4202496 12155 0 1 0 113 3 0 0 20 0 19 0 253317478 9855975424 12486 33554432000 1073741824 1073778376 140733748765840 140733748756976 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21943/statm: 2406244 12486 2266 9 0 2396937 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9624976

[startup+1.50066 s]
/proc/loadavg: 0.83 0.19 0.06 3/194 21962
/proc/meminfo: memFree=29055208/32873844 swapFree=6584/6584
[pid=21943] ppid=21941 vsize=9624976 CPUtime=1.99 cores=1,3,5,7
/proc/21943/stat : 21943 (java) S 21941 21943 21531 0 -1 4202496 12167 0 1 0 196 3 0 0 20 0 19 0 253317478 9855975424 13517 33554432000 1073741824 1073778376 140733748765840 140733748756976 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21943/statm: 2406244 13517 2266 9 0 2396937 0
[pid=21943/tid=21945] ppid=21941 vsize=9624976 CPUtime=1.44 cores=1,3,5,7
/proc/21943/task/21945/stat : 21945 (java) R 21941 21943 21531 0 -1 4202560 2457 0 1 0 144 0 0 0 20 0 19 0 253317479 9855975424 13517 33554432000 1073741824 1073778376 140733748765840 140034434326936 140034271766528 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21943/tid=21946] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21946/stat : 21946 (java) S 21941 21943 21531 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253317480 9855975424 13517 33554432000 1073741824 1073778376 140733748765840 140034395818152 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21943/tid=21947] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21947/stat : 21947 (java) S 21941 21943 21531 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253317480 9855975424 13517 33554432000 1073741824 1073778376 140733748765840 140034394765608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21943/tid=21948] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21948/stat : 21948 (java) S 21941 21943 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317480 9855975424 13517 33554432000 1073741824 1073778376 140733748765840 140034393713064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21943/tid=21949] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21949/stat : 21949 (java) S 21941 21943 21531 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253317480 9855975424 13517 33554432000 1073741824 1073778376 140733748765840 140034392660520 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21943/tid=21950] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21950/stat : 21950 (java) S 21941 21943 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317480 9855975424 13517 33554432000 1073741824 1073778376 140733748765840 140034391607976 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21943/tid=21951] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21951/stat : 21951 (java) S 21941 21943 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317480 9855975424 13517 33554432000 1073741824 1073778376 140733748765840 140034390555432 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21943/tid=21952] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21952/stat : 21952 (java) S 21941 21943 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317480 9855975424 13517 33554432000 1073741824 1073778376 140733748765840 140034271341480 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21943/tid=21953] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21953/stat : 21953 (java) S 21941 21943 21531 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253317480 9855975424 13517 33554432000 1073741824 1073778376 140733748765840 140034270288936 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21943/tid=21954] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21954/stat : 21954 (java) S 21941 21943 21531 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 253317481 9855975424 13517 33554432000 1073741824 1073778376 140733748765840 140034258090088 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21955] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21955/stat : 21955 (java) S 21941 21943 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317482 9855975424 13517 33554432000 1073741824 1073778376 140733748765840 140034257036408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21956] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21956/stat : 21956 (java) S 21941 21943 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317482 9855975424 13517 33554432000 1073741824 1073778376 140733748765840 140034255983752 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21957] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21957/stat : 21957 (java) S 21941 21943 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317484 9855975424 13517 33554432000 1073741824 1073778376 140733748765840 140033516366352 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21958] ppid=21941 vsize=9624976 CPUtime=0.16 cores=1,3,5,7
/proc/21943/task/21958/stat : 21958 (java) S 21941 21943 21531 0 -1 4202560 1241 0 0 0 16 0 0 0 20 0 19 0 253317484 9855975424 13517 33554432000 1073741824 1073778376 140733748765840 140033515313720 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21959] ppid=21941 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/21943/task/21959/stat : 21959 (java) S 21941 21943 21531 0 -1 4202560 7222 0 0 0 30 1 0 0 20 0 19 0 253317484 9855975424 13517 33554432000 1073741824 1073778376 140733748765840 140033514261176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21943/tid=21960] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21960/stat : 21960 (java) S 21941 21943 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317484 9855975424 13517 33554432000 1073741824 1073778376 140733748765840 140033513208824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21943/tid=21961] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21961/stat : 21961 (java) S 21941 21943 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317484 9855975424 13517 33554432000 1073741824 1073778376 140733748765840 140033512156488 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21943/tid=21962] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21962/stat : 21962 (java) S 21941 21943 21531 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253317494 9855975424 13517 33554432000 1073741824 1073778376 140733748765840 140033511101224 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 9624976

[startup+3.10066 s]
/proc/loadavg: 0.92 0.22 0.07 3/194 21962
/proc/meminfo: memFree=29052912/32873844 swapFree=6584/6584
[pid=21943] ppid=21941 vsize=9624976 CPUtime=3.65 cores=1,3,5,7
/proc/21943/stat : 21943 (java) S 21941 21943 21531 0 -1 4202496 12588 0 1 0 361 4 0 0 20 0 19 0 253317478 9855975424 14040 33554432000 1073741824 1073778376 140733748765840 140733748756976 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21943/statm: 2406244 14040 2267 9 0 2396937 0
[pid=21943/tid=21945] ppid=21941 vsize=9624976 CPUtime=3.01 cores=1,3,5,7
/proc/21943/task/21945/stat : 21945 (java) R 21941 21943 21531 0 -1 4202560 2457 0 1 0 301 0 0 0 20 0 19 0 253317479 9855975424 14040 33554432000 1073741824 1073778376 140733748765840 140034434326816 140034271767146 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21943/tid=21946] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21946/stat : 21946 (java) S 21941 21943 21531 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253317480 9855975424 14040 33554432000 1073741824 1073778376 140733748765840 140034395818152 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21943/tid=21947] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21947/stat : 21947 (java) S 21941 21943 21531 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253317480 9855975424 14040 33554432000 1073741824 1073778376 140733748765840 140034394765608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21943/tid=21948] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21948/stat : 21948 (java) S 21941 21943 21531 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253317480 9855975424 14040 33554432000 1073741824 1073778376 140733748765840 140034393713064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21943/tid=21949] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21949/stat : 21949 (java) S 21941 21943 21531 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253317480 9855975424 14040 33554432000 1073741824 1073778376 140733748765840 140034392660520 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21943/tid=21950] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21950/stat : 21950 (java) S 21941 21943 21531 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253317480 9855975424 14040 33554432000 1073741824 1073778376 140733748765840 140034391607976 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21943/tid=21951] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21951/stat : 21951 (java) S 21941 21943 21531 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253317480 9855975424 14040 33554432000 1073741824 1073778376 140733748765840 140034390555432 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21943/tid=21952] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21952/stat : 21952 (java) S 21941 21943 21531 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253317480 9855975424 14040 33554432000 1073741824 1073778376 140733748765840 140034271341480 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21943/tid=21953] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21953/stat : 21953 (java) S 21941 21943 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317480 9855975424 14040 33554432000 1073741824 1073778376 140733748765840 140034270288936 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21943/tid=21954] ppid=21941 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/21943/task/21954/stat : 21954 (java) S 21941 21943 21531 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 19 0 253317481 9855975424 14040 33554432000 1073741824 1073778376 140733748765840 140034258090088 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21955] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21955/stat : 21955 (java) S 21941 21943 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317482 9855975424 14040 33554432000 1073741824 1073778376 140733748765840 140034257036408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21956] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21956/stat : 21956 (java) S 21941 21943 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317482 9855975424 14040 33554432000 1073741824 1073778376 140733748765840 140034255983752 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21957] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21957/stat : 21957 (java) S 21941 21943 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317484 9855975424 14040 33554432000 1073741824 1073778376 140733748765840 140033516366352 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21958] ppid=21941 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/21943/task/21958/stat : 21958 (java) S 21941 21943 21531 0 -1 4202560 1648 0 0 0 20 0 0 0 20 0 19 0 253317484 9855975424 14040 33554432000 1073741824 1073778376 140733748765840 140033515313720 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21959] ppid=21941 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/21943/task/21959/stat : 21959 (java) S 21941 21943 21531 0 -1 4202560 7223 0 0 0 30 2 0 0 20 0 19 0 253317484 9855975424 14040 33554432000 1073741824 1073778376 140733748765840 140033514261176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21943/tid=21960] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21960/stat : 21960 (java) S 21941 21943 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317484 9855975424 14040 33554432000 1073741824 1073778376 140733748765840 140033513208824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21943/tid=21961] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21961/stat : 21961 (java) S 21941 21943 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317484 9855975424 14040 33554432000 1073741824 1073778376 140733748765840 140033512156488 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21943/tid=21962] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21962/stat : 21962 (java) S 21941 21943 21531 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253317494 9855975424 14040 33554432000 1073741824 1073778376 140733748765840 140033511101224 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 9624976

[startup+6.30066 s]
/proc/loadavg: 0.92 0.22 0.07 3/194 21962
/proc/meminfo: memFree=29050824/32873844 swapFree=6584/6584
[pid=21943] ppid=21941 vsize=9624976 CPUtime=6.86 cores=1,3,5,7
/proc/21943/stat : 21943 (java) S 21941 21943 21531 0 -1 4202496 12600 0 1 0 682 4 0 0 20 0 19 0 253317478 9855975424 14440 33554432000 1073741824 1073778376 140733748765840 140733748756976 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21943/statm: 2406244 14440 2267 9 0 2396937 0
[pid=21943/tid=21945] ppid=21941 vsize=9624976 CPUtime=6.16 cores=1,3,5,7
/proc/21943/task/21945/stat : 21945 (java) R 21941 21943 21531 0 -1 4202560 2460 0 1 0 616 0 0 0 20 0 19 0 253317479 9855975424 14440 33554432000 1073741824 1073778376 140733748765840 140034434326816 140034271820140 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21943/tid=21946] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21946/stat : 21946 (java) S 21941 21943 21531 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253317480 9855975424 14440 33554432000 1073741824 1073778376 140733748765840 140034395818152 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21943/tid=21947] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21947/stat : 21947 (java) S 21941 21943 21531 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253317480 9855975424 14440 33554432000 1073741824 1073778376 140733748765840 140034394765608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21943/tid=21948] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21948/stat : 21948 (java) S 21941 21943 21531 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253317480 9855975424 14440 33554432000 1073741824 1073778376 140733748765840 140034393713064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21943/tid=21949] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21949/stat : 21949 (java) S 21941 21943 21531 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 253317480 9855975424 14440 33554432000 1073741824 1073778376 140733748765840 140034392660520 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21943/tid=21950] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21950/stat : 21950 (java) S 21941 21943 21531 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253317480 9855975424 14440 33554432000 1073741824 1073778376 140733748765840 140034391607976 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21951] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21951/stat : 21951 (java) S 21941 21943 21531 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253317480 9855975424 14440 33554432000 1073741824 1073778376 140733748765840 140034390555432 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21943/tid=21952] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21952/stat : 21952 (java) S 21941 21943 21531 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253317480 9855975424 14440 33554432000 1073741824 1073778376 140733748765840 140034271341480 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21943/tid=21953] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21953/stat : 21953 (java) S 21941 21943 21531 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253317480 9855975424 14440 33554432000 1073741824 1073778376 140733748765840 140034270288936 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21943/tid=21954] ppid=21941 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/21943/task/21954/stat : 21954 (java) S 21941 21943 21531 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 19 0 253317481 9855975424 14440 33554432000 1073741824 1073778376 140733748765840 140034258090088 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21943/tid=21955] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21955/stat : 21955 (java) S 21941 21943 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317482 9855975424 14440 33554432000 1073741824 1073778376 140733748765840 140034257036408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21956] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21956/stat : 21956 (java) S 21941 21943 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317482 9855975424 14440 33554432000 1073741824 1073778376 140733748765840 140034255983752 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21957] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21957/stat : 21957 (java) S 21941 21943 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317484 9855975424 14440 33554432000 1073741824 1073778376 140733748765840 140033516366352 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21958] ppid=21941 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/21943/task/21958/stat : 21958 (java) S 21941 21943 21531 0 -1 4202560 1648 0 0 0 20 0 0 0 20 0 19 0 253317484 9855975424 14440 33554432000 1073741824 1073778376 140733748765840 140033515313720 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21959] ppid=21941 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/21943/task/21959/stat : 21959 (java) S 21941 21943 21531 0 -1 4202560 7223 0 0 0 30 2 0 0 20 0 19 0 253317484 9855975424 14440 33554432000 1073741824 1073778376 140733748765840 140033514261176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21943/tid=21960] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21960/stat : 21960 (java) S 21941 21943 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317484 9855975424 14440 33554432000 1073741824 1073778376 140733748765840 140033513208824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21943/tid=21961] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21961/stat : 21961 (java) S 21941 21943 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317484 9855975424 14440 33554432000 1073741824 1073778376 140733748765840 140033512156488 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21943/tid=21962] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21962/stat : 21962 (java) S 21941 21943 21531 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253317494 9855975424 14440 33554432000 1073741824 1073778376 140733748765840 140033511101224 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.86
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=21943/tid=21959] ppid=21941 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/21943/task/21959/stat : 21959 (java) S 21941 21943 21531 0 -1 4202560 7223 0 0 0 30 2 0 0 20 0 19 0 253317484 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140033514261176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21943/tid=21960] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21960/stat : 21960 (java) S 21941 21943 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317484 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140033513208824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21943/tid=21961] ppid=21941 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/21943/task/21961/stat : 21961 (java) S 21941 21943 21531 0 -1 4202560 87 0 0 0 38 34 0 0 20 0 19 0 253317484 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140033512156488 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21943/tid=21962] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21962/stat : 21962 (java) S 21941 21943 21531 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253317494 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140033511101224 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1516.66
Current children cumulated vsize (KiB) 9624976

[startup+1516.7 s]
/proc/loadavg: 2.07 2.02 1.62 3/216 22082
/proc/meminfo: memFree=28386284/32873844 swapFree=6584/6584
[pid=21943] ppid=21941 vsize=9624976 CPUtime=1519.86 cores=1,3,5,7
/proc/21943/stat : 21943 (java) S 21941 21943 21531 0 -1 4202496 13651 0 1 0 151937 49 0 0 20 0 19 0 253317478 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140733748756976 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21943/statm: 2406244 40728 2268 9 0 2396937 0
[pid=21943/tid=21945] ppid=21941 vsize=9624976 CPUtime=1508.66 cores=1,3,5,7
/proc/21943/task/21945/stat : 21945 (java) R 21941 21943 21531 0 -1 4202560 2548 0 1 0 150840 26 0 0 20 0 19 0 253317479 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034434327000 140034271766722 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21943/tid=21946] ppid=21941 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/21943/task/21946/stat : 21946 (java) S 21941 21943 21531 0 -1 4202560 58 0 0 0 39 0 0 0 20 0 19 0 253317480 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034395818152 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21943/tid=21947] ppid=21941 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/21943/task/21947/stat : 21947 (java) S 21941 21943 21531 0 -1 4202560 65 0 0 0 33 1 0 0 20 0 19 0 253317480 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034394765608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21948] ppid=21941 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/21943/task/21948/stat : 21948 (java) S 21941 21943 21531 0 -1 4202560 46 0 0 0 45 0 0 0 20 0 19 0 253317480 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034393713064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21943/tid=21949] ppid=21941 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/21943/task/21949/stat : 21949 (java) S 21941 21943 21531 0 -1 4202560 81 0 0 0 39 0 0 0 20 0 19 0 253317480 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034392660520 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21943/tid=21950] ppid=21941 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/21943/task/21950/stat : 21950 (java) S 21941 21943 21531 0 -1 4202560 80 0 0 0 44 0 0 0 20 0 19 0 253317480 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034391607976 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21943/tid=21951] ppid=21941 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/21943/task/21951/stat : 21951 (java) S 21941 21943 21531 0 -1 4202560 30 0 0 0 41 0 0 0 20 0 19 0 253317480 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034390555432 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21943/tid=21952] ppid=21941 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/21943/task/21952/stat : 21952 (java) S 21941 21943 21531 0 -1 4202560 48 0 0 0 42 0 0 0 20 0 19 0 253317480 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034271341480 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21943/tid=21953] ppid=21941 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/21943/task/21953/stat : 21953 (java) S 21941 21943 21531 0 -1 4202560 38 0 0 0 40 0 0 0 20 0 19 0 253317480 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034270288936 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21943/tid=21954] ppid=21941 vsize=9624976 CPUtime=2.86 cores=1,3,5,7
/proc/21943/task/21954/stat : 21954 (java) S 21941 21943 21531 0 -1 4202560 137 0 0 0 282 4 0 0 20 0 19 0 253317481 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034258090088 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21943/tid=21955] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21955/stat : 21955 (java) S 21941 21943 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317482 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034257036408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21956] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21956/stat : 21956 (java) S 21941 21943 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317482 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034255983752 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21957] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21957/stat : 21957 (java) S 21941 21943 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317484 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140033516366352 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21958] ppid=21941 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/21943/task/21958/stat : 21958 (java) S 21941 21943 21531 0 -1 4202560 2031 0 0 0 23 0 0 0 20 0 19 0 253317484 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140033515313720 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21959] ppid=21941 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/21943/task/21959/stat : 21959 (java) S 21941 21943 21531 0 -1 4202560 7223 0 0 0 30 2 0 0 20 0 19 0 253317484 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140033514261176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21943/tid=21960] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21960/stat : 21960 (java) S 21941 21943 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317484 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140033513208824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21943/tid=21961] ppid=21941 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/21943/task/21961/stat : 21961 (java) S 21941 21943 21531 0 -1 4202560 87 0 0 0 38 34 0 0 20 0 19 0 253317484 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140033512156488 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21943/tid=21962] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21962/stat : 21962 (java) S 21941 21943 21531 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253317494 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140033511101224 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1519.86
Current children cumulated vsize (KiB) 9624976

[startup+1517.5 s]
/proc/loadavg: 2.07 2.02 1.62 3/216 22082
/proc/meminfo: memFree=28386284/32873844 swapFree=6584/6584
[pid=21943] ppid=21941 vsize=9624976 CPUtime=1520.66 cores=1,3,5,7
/proc/21943/stat : 21943 (java) S 21941 21943 21531 0 -1 4202496 13651 0 1 0 152017 49 0 0 20 0 19 0 253317478 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140733748756976 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21943/statm: 2406244 40728 2268 9 0 2396937 0
[pid=21943/tid=21945] ppid=21941 vsize=9624976 CPUtime=1509.45 cores=1,3,5,7
/proc/21943/task/21945/stat : 21945 (java) R 21941 21943 21531 0 -1 4202560 2548 0 1 0 150919 26 0 0 20 0 19 0 253317479 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034434327000 140034271767143 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21943/tid=21946] ppid=21941 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/21943/task/21946/stat : 21946 (java) S 21941 21943 21531 0 -1 4202560 58 0 0 0 39 0 0 0 20 0 19 0 253317480 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034395818152 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21943/tid=21947] ppid=21941 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/21943/task/21947/stat : 21947 (java) S 21941 21943 21531 0 -1 4202560 65 0 0 0 33 1 0 0 20 0 19 0 253317480 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034394765608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21948] ppid=21941 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/21943/task/21948/stat : 21948 (java) S 21941 21943 21531 0 -1 4202560 46 0 0 0 45 0 0 0 20 0 19 0 253317480 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034393713064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21943/tid=21949] ppid=21941 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/21943/task/21949/stat : 21949 (java) S 21941 21943 21531 0 -1 4202560 81 0 0 0 39 0 0 0 20 0 19 0 253317480 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034392660520 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21943/tid=21950] ppid=21941 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/21943/task/21950/stat : 21950 (java) S 21941 21943 21531 0 -1 4202560 80 0 0 0 44 0 0 0 20 0 19 0 253317480 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034391607976 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21943/tid=21951] ppid=21941 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/21943/task/21951/stat : 21951 (java) S 21941 21943 21531 0 -1 4202560 30 0 0 0 41 0 0 0 20 0 19 0 253317480 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034390555432 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21943/tid=21952] ppid=21941 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/21943/task/21952/stat : 21952 (java) S 21941 21943 21531 0 -1 4202560 48 0 0 0 42 0 0 0 20 0 19 0 253317480 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034271341480 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21943/tid=21953] ppid=21941 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/21943/task/21953/stat : 21953 (java) S 21941 21943 21531 0 -1 4202560 38 0 0 0 40 0 0 0 20 0 19 0 253317480 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034270288936 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21943/tid=21954] ppid=21941 vsize=9624976 CPUtime=2.86 cores=1,3,5,7
/proc/21943/task/21954/stat : 21954 (java) S 21941 21943 21531 0 -1 4202560 137 0 0 0 282 4 0 0 20 0 19 0 253317481 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034258090088 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21943/tid=21955] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21955/stat : 21955 (java) S 21941 21943 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317482 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034257036408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21956] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21956/stat : 21956 (java) S 21941 21943 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317482 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034255983752 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21957] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21957/stat : 21957 (java) S 21941 21943 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317484 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140033516366352 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21958] ppid=21941 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/21943/task/21958/stat : 21958 (java) S 21941 21943 21531 0 -1 4202560 2031 0 0 0 23 0 0 0 20 0 19 0 253317484 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140033515313720 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21959] ppid=21941 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/21943/task/21959/stat : 21959 (java) S 21941 21943 21531 0 -1 4202560 7223 0 0 0 30 2 0 0 20 0 19 0 253317484 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140033514261176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21943/tid=21960] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21960/stat : 21960 (java) S 21941 21943 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317484 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140033513208824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21943/tid=21961] ppid=21941 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/21943/task/21961/stat : 21961 (java) S 21941 21943 21531 0 -1 4202560 87 0 0 0 38 34 0 0 20 0 19 0 253317484 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140033512156488 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21943/tid=21962] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21962/stat : 21962 (java) S 21941 21943 21531 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253317494 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140033511101224 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1520.66
Current children cumulated vsize (KiB) 9624976

[startup+1518.3 s]
/proc/loadavg: 2.06 2.02 1.62 3/216 22082
/proc/meminfo: memFree=28386284/32873844 swapFree=6584/6584
[pid=21943] ppid=21941 vsize=9624976 CPUtime=1521.46 cores=1,3,5,7
/proc/21943/stat : 21943 (java) S 21941 21943 21531 0 -1 4202496 13651 0 1 0 152097 49 0 0 20 0 19 0 253317478 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140733748756976 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21943/statm: 2406244 40728 2268 9 0 2396937 0
[pid=21943/tid=21945] ppid=21941 vsize=9624976 CPUtime=1510.25 cores=1,3,5,7
/proc/21943/task/21945/stat : 21945 (java) R 21941 21943 21531 0 -1 4202560 2548 0 1 0 150999 26 0 0 20 0 19 0 253317479 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034434327000 140034271866037 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21943/tid=21946] ppid=21941 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/21943/task/21946/stat : 21946 (java) S 21941 21943 21531 0 -1 4202560 58 0 0 0 39 0 0 0 20 0 19 0 253317480 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034395818152 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21943/tid=21947] ppid=21941 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/21943/task/21947/stat : 21947 (java) S 21941 21943 21531 0 -1 4202560 65 0 0 0 33 1 0 0 20 0 19 0 253317480 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034394765608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21948] ppid=21941 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/21943/task/21948/stat : 21948 (java) S 21941 21943 21531 0 -1 4202560 46 0 0 0 45 0 0 0 20 0 19 0 253317480 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034393713064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21943/tid=21949] ppid=21941 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/21943/task/21949/stat : 21949 (java) S 21941 21943 21531 0 -1 4202560 81 0 0 0 39 0 0 0 20 0 19 0 253317480 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034392660520 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21943/tid=21950] ppid=21941 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/21943/task/21950/stat : 21950 (java) S 21941 21943 21531 0 -1 4202560 80 0 0 0 44 0 0 0 20 0 19 0 253317480 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034391607976 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21943/tid=21951] ppid=21941 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/21943/task/21951/stat : 21951 (java) S 21941 21943 21531 0 -1 4202560 30 0 0 0 41 0 0 0 20 0 19 0 253317480 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034390555432 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21943/tid=21952] ppid=21941 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/21943/task/21952/stat : 21952 (java) S 21941 21943 21531 0 -1 4202560 48 0 0 0 42 0 0 0 20 0 19 0 253317480 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034271341480 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21943/tid=21953] ppid=21941 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/21943/task/21953/stat : 21953 (java) S 21941 21943 21531 0 -1 4202560 38 0 0 0 40 0 0 0 20 0 19 0 253317480 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034270288936 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21943/tid=21954] ppid=21941 vsize=9624976 CPUtime=2.86 cores=1,3,5,7
/proc/21943/task/21954/stat : 21954 (java) S 21941 21943 21531 0 -1 4202560 137 0 0 0 282 4 0 0 20 0 19 0 253317481 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034258090088 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21943/tid=21955] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21955/stat : 21955 (java) S 21941 21943 21531 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317482 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034257036408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21956] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21956/stat : 21956 (java) S 21941 21943 21531 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317482 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140034255983752 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21957] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21957/stat : 21957 (java) S 21941 21943 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317484 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140033516366352 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21958] ppid=21941 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/21943/task/21958/stat : 21958 (java) S 21941 21943 21531 0 -1 4202560 2031 0 0 0 23 0 0 0 20 0 19 0 253317484 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140033515313720 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21943/tid=21959] ppid=21941 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/21943/task/21959/stat : 21959 (java) S 21941 21943 21531 0 -1 4202560 7223 0 0 0 30 2 0 0 20 0 19 0 253317484 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140033514261176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21943/tid=21960] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21960/stat : 21960 (java) S 21941 21943 21531 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317484 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140033513208824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21943/tid=21961] ppid=21941 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/21943/task/21961/stat : 21961 (java) S 21941 21943 21531 0 -1 4202560 87 0 0 0 38 34 0 0 20 0 19 0 253317484 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140033512156488 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21943/tid=21962] ppid=21941 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21943/task/21962/stat : 21962 (java) S 21941 21943 21531 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253317494 9855975424 40728 33554432000 1073741824 1073778376 140733748765840 140033511101224 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1521.46
Current children cumulated vsize (KiB) 9624976

[startup+1518.7 s]
/proc/loadavg: 2.06 2.02 1.62 3/216 22082
/proc/meminfo: memFree=28386284/32873844 swapFree=6584/6584
[pid=21943] ppid=21941 vsize=0 CPUtime=1521.98 cores=1,3,5,7
/proc/21943/stat : 21943 (java) Z 21941 21943 21531 0 -1 4203532 13912 0 1 0 152140 58 0 0 20 0 2 0 253317478 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21943/statm: 0 0 0 0 0 0 0
[pid=21943/tid=21945] ppid=21941 vsize=0 CPUtime=1510.62 cores=1,3,5,7
/proc/21943/task/21945/stat : 21945 (java) R 21941 21943 21531 0 -1 4203588 2550 0 1 0 151036 26 0 0 20 0 2 0 253317479 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1521.98
Current children cumulated vsize (KiB) 0

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21943 and gives
#  childrusage.ru_utime.tv_sec=1517
#  childrusage.ru_utime.tv_usec=512303
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=812876
# CPU time returned by wait4() is 1518.33
# while last known CPU time is 1521.98
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1518.7
CPU time (s): 1521.98
CPU user time (s): 1521.4
CPU system time (s): 0.58
CPU usage (%): 100.216
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1517.51
system time used= 0.812876
maximum resident set size= 163652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13912
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34359
involuntary context switches= 20857

runsolver used 7.35288 second user time and 17.2084 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-24 17:05:22
IDJOB=3687419
IDBENCH=1440
IDSOLVER=2269
FILE ID=node132/3687419-1337871921
RUNJOBID= node132-1337871880-21548
PBS_JOBID= 14620072
Free space on /tmp= 71552 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-chnl10_20_pb.cnf.cr.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687419-1337871921/watcher-3687419-1337871921 -o /tmp/evaluation-result-3687419-1337871921/solver-3687419-1337871921 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687419-1337871921.opb

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

MD5SUM BENCH= 2ca83d15931a383b90d8a7a08c6c1d9a
RANDOM SEED=152657804

node132.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.832
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.66
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.56
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.832
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	: 5332.55
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.832
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29105792 kB
Buffers:          205256 kB
Cached:          2786740 kB
SwapCached:            0 kB
Active:           756284 kB
Inactive:        2246432 kB
Active(anon):      13476 kB
Inactive(anon):        0 kB
Active(file):     742808 kB
Inactive(file):  2246432 kB
Unevictable:        6584 kB
Mlocked:            6584 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             89760 kB
Writeback:             0 kB
AnonPages:         17224 kB
Mapped:            14088 kB
Shmem:               212 kB
Slab:             629400 kB
SReclaimable:      70796 kB
SUnreclaim:       558604 kB
KernelStack:        1456 kB
PageTables:         4140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71636 MiB
End job on node132 at 2012-05-24 17:30:40