Trace number 3687383

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.1 1764.66

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl50_51_pb.cnf.cr.opb
MD5SUM04ec290f8a8afffbd026dcfb09cada39
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.096984
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables5100
Total number of constraints202
Number of constraints which are clauses102
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint51
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 52
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	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@431b9fb1
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-3687383-1337871913.opb
0.10/0.11	c reading problem ... 
0.29/0.26	c ... done. Wall clock time 0.157s.
0.29/0.26	c declared #vars     5100
0.29/0.26	c #constraints  202
0.29/0.26	c constraints type 
0.29/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 102
0.29/0.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
0.29/0.26	c 202 constraints processed.
1.28/0.73	c cleaning 2450 clauses out of 5000 with flag 5000/5000
2.25/1.68	c cleaning 4170 clauses out of 8551 with flag 11001/11001
4.79/4.10	c cleaning 5681 clauses out of 11380 with flag 18000/18000
8.20/7.41	c cleaning 6831 clauses out of 13699 with flag 26000/26000
11.86/10.98	c cleaning 7925 clauses out of 15870 with flag 35002/35002
16.70/15.78	c cleaning 8971 clauses out of 17945 with flag 45002/45002
22.71/21.65	c cleaning 9985 clauses out of 19975 with flag 56003/56003
29.86/28.66	c cleaning 10985 clauses out of 21987 with flag 68000/68000
37.47/36.19	c cleaning 12005 clauses out of 24010 with flag 81008/81008
45.38/43.91	c cleaning 12995 clauses out of 25997 with flag 95000/95000
53.51/51.97	c cleaning 13989 clauses out of 28002 with flag 110000/110000
62.73/60.95	c cleaning 15003 clauses out of 30015 with flag 126002/126002
73.17/71.28	c cleaning 16003 clauses out of 32012 with flag 143002/143002
85.50/83.43	c cleaning 16994 clauses out of 34007 with flag 161000/161000
96.35/94.11	c cleaning 17997 clauses out of 36015 with flag 180002/180002
108.67/106.49	c cleaning 19005 clauses out of 38019 with flag 200003/200003
123.10/120.78	c cleaning 20002 clauses out of 40011 with flag 221000/221000
139.34/136.43	c cleaning 21000 clauses out of 42009 with flag 243000/243000
156.88/153.45	c cleaning 21999 clauses out of 44009 with flag 266000/266000
175.10/171.27	c cleaning 22998 clauses out of 46010 with flag 290000/290000
196.93/192.60	c cleaning 24004 clauses out of 48016 with flag 315004/315004
221.81/216.94	c cleaning 24999 clauses out of 50011 with flag 341003/341003
242.71/237.48	c cleaning 26001 clauses out of 52011 with flag 368002/368002
266.32/260.57	c cleaning 26998 clauses out of 54008 with flag 396000/396000
284.95/278.79	c cleaning 27993 clauses out of 56010 with flag 425000/425000
307.59/300.87	c cleaning 29001 clauses out of 58023 with flag 455006/455006
332.50/325.29	c cleaning 29991 clauses out of 60017 with flag 486001/486001
358.91/351.04	c cleaning 31010 clauses out of 62026 with flag 518001/518001
383.95/375.67	c cleaning 31999 clauses out of 64015 with flag 551000/551000
413.48/404.77	c cleaning 33000 clauses out of 66018 with flag 585002/585002
438.62/429.45	c cleaning 34000 clauses out of 68016 with flag 620000/620000
468.84/459.24	c cleaning 35004 clauses out of 70017 with flag 656001/656001
499.26/489.03	c cleaning 36001 clauses out of 72013 with flag 693001/693001
533.81/523.08	c cleaning 36993 clauses out of 74012 with flag 731001/731001
573.22/561.79	c cleaning 38001 clauses out of 76018 with flag 770000/770000
614.15/602.30	c cleaning 39004 clauses out of 78017 with flag 810000/810000
656.73/643.52	c cleaning 39999 clauses out of 80014 with flag 851001/851001
693.44/679.20	c cleaning 41002 clauses out of 82016 with flag 893002/893002
730.02/715.14	c cleaning 41995 clauses out of 84012 with flag 936000/936000
774.38/758.83	c cleaning 43000 clauses out of 86017 with flag 980000/980000
819.13/802.63	c cleaning 44003 clauses out of 88017 with flag 1025000/1025000
870.10/852.98	c cleaning 44999 clauses out of 90015 with flag 1071001/1071001
918.38/899.54	c cleaning 45997 clauses out of 92015 with flag 1118000/1118000
964.90/945.12	c cleaning 47001 clauses out of 94018 with flag 1166000/1166000
1013.41/992.91	c cleaning 47993 clauses out of 96018 with flag 1215001/1215001
1065.57/1044.14	c cleaning 49004 clauses out of 98026 with flag 1265002/1265002
1120.74/1098.21	c cleaning 50004 clauses out of 100025 with flag 1316005/1316005
1178.36/1154.56	c cleaning 51002 clauses out of 102017 with flag 1368001/1368001
1238.71/1214.06	c cleaning 51997 clauses out of 104014 with flag 1421000/1421000
1299.71/1273.81	c cleaning 53001 clauses out of 106018 with flag 1475001/1475001
1361.81/1334.64	c cleaning 54000 clauses out of 108016 with flag 1530000/1530000
1426.37/1397.80	c cleaning 54997 clauses out of 110016 with flag 1586000/1586000
1489.57/1459.89	c cleaning 56005 clauses out of 112021 with flag 1643002/1643002
1557.14/1526.07	c cleaning 57001 clauses out of 114019 with flag 1701005/1701005
1626.36/1594.00	c cleaning 57999 clauses out of 116014 with flag 1760001/1760001
1703.28/1669.73	c cleaning 58999 clauses out of 118015 with flag 1820001/1820001
1779.97/1744.71	c cleaning 60001 clauses out of 120016 with flag 1881001/1881001
1800.10/1764.61	c starts		: 210
1800.10/1764.61	c conflicts		: 1902366
1800.10/1764.61	c decisions		: 3041017
1800.10/1764.61	c propagations		: 28842603
1800.10/1764.61	c inspects		: 7243545493
1800.10/1764.61	c shortcuts		: 0
1800.10/1764.61	c learnt literals	: 0
1800.10/1764.61	c learnt binary clauses	: 0
1800.10/1764.61	c learnt ternary clauses	: 0
1800.10/1764.61	c learnt constraints	: 1902366
1800.10/1764.61	c ignored constraints	: 0
1800.10/1764.61	c root simplifications	: 0
1800.10/1764.61	c removed literals (reason simplification)	: 0
1800.10/1764.61	c reason swapping (by a shorter reason)	: 0
1800.10/1764.61	c Calls to reduceDB	: 57
1800.10/1764.61	c number of reductions to clauses (during analyze)	: 0
1800.10/1764.61	c number of learned constraints concerned by reduction	: 0
1800.10/1764.61	c number of learning phase by resolution	: 0
1800.10/1764.61	c number of learning phase by cutting planes	: 0
1800.10/1764.61	c speed (assignments/second)	: 16347.542053993026
1800.10/1764.61	c non guided choices	11785
1800.10/1764.64	c learnt constraints type 
1800.10/1764.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 81397
1800.10/1764.64	c constraints type 
1800.10/1764.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 102
1800.10/1764.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
1800.10/1764.64	c 202 constraints processed.
1800.10/1764.64	s UNKNOWN
1800.10/1764.64	c Total wall clock time (in seconds): 1764.537

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-3687383-1337871913/watcher-3687383-1337871913 -o /tmp/evaluation-result-3687383-1337871913/solver-3687383-1337871913 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687383-1337871913.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.62 0.16 0.05 3/194 27775
/proc/meminfo: memFree=29669800/32873844 swapFree=7116/7116
[pid=27775] ppid=27773 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/27775/stat : 27775 (java) S 27773 27775 27542 0 -1 4202496 1173 0 0 0 0 0 0 0 20 0 2 0 253316259 91889664 894 33554432000 1073741824 1073778376 140734959645696 140734959636832 240568533053 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27775/statm: 22434 894 678 9 0 16769 0
[pid=27775/tid=27776] ppid=27773 vsize=91880 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27776/stat : 27776 (java) R 27773 27775 27542 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 2 0 253316259 94085120 906 33554432000 1073741824 1073778376 140734959645696 140734959634760 240556011399 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0903849 s]
/proc/loadavg: 0.62 0.16 0.05 3/194 27775
/proc/meminfo: memFree=29669800/32873844 swapFree=7116/7116
[pid=27775] ppid=27773 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/27775/stat : 27775 (java) S 27773 27775 27542 0 -1 4202496 4267 0 1 0 8 1 0 0 20 0 18 0 253316259 9787813888 5466 33554432000 1073741824 1073778376 140734959645696 140734959636832 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27775/statm: 2389603 5467 2108 9 0 2380296 0
[pid=27775/tid=27776] ppid=27773 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/27775/task/27776/stat : 27776 (java) R 27773 27775 27542 0 -1 4202560 2311 0 1 0 5 1 0 0 20 0 18 0 253316259 9787813888 5467 33554432000 1073741824 1073778376 140734959645696 139998453144296 240568558861 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.100303 s]
/proc/loadavg: 0.62 0.16 0.05 3/194 27775
/proc/meminfo: memFree=29669800/32873844 swapFree=7116/7116
[pid=27775] ppid=27773 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/27775/stat : 27775 (java) S 27773 27775 27542 0 -1 4202496 4384 0 1 0 9 1 0 0 20 0 18 0 253316259 9787813888 5583 33554432000 1073741824 1073778376 140734959645696 140734959636832 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27775/statm: 2389603 5583 2108 9 0 2380296 0
[pid=27775/tid=27776] ppid=27773 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/27775/task/27776/stat : 27776 (java) R 27773 27775 27542 0 -1 4202560 2428 0 1 0 6 1 0 0 20 0 18 0 253316259 9787813888 5584 33554432000 1073741824 1073778376 140734959645696 139998453144296 240568558861 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.30023 s]
/proc/loadavg: 0.62 0.16 0.05 3/194 27775
/proc/meminfo: memFree=29669800/32873844 swapFree=7116/7116
[pid=27775] ppid=27773 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/27775/stat : 27775 (java) S 27773 27775 27542 0 -1 4202496 7331 0 1 0 56 2 0 0 20 0 19 0 253316259 9855975424 10305 33554432000 1073741824 1073778376 140734959645696 140734959636832 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27775/statm: 2406244 10305 2225 9 0 2396937 0
[pid=27775/tid=27776] ppid=27773 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/27775/task/27776/stat : 27776 (java) R 27773 27775 27542 0 -1 4202560 2460 0 1 0 26 1 0 0 20 0 19 0 253316259 9855975424 10305 33554432000 1073741824 1073778376 140734959645696 139998453146384 139998301074959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9624976

[startup+0.700252 s]
/proc/loadavg: 0.62 0.16 0.05 3/194 27775
/proc/meminfo: memFree=29669800/32873844 swapFree=7116/7116
[pid=27775] ppid=27773 vsize=9624976 CPUtime=1.28 cores=1,3,5,7
/proc/27775/stat : 27775 (java) S 27773 27775 27542 0 -1 4202496 7941 0 1 0 126 2 0 0 20 0 19 0 253316259 9855975424 12725 33554432000 1073741824 1073778376 140734959645696 140734959636832 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27775/statm: 2406244 12725 2240 9 0 2396937 0
[pid=27775/tid=27776] ppid=27773 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/27775/task/27776/stat : 27776 (java) R 27773 27775 27542 0 -1 4202560 2464 0 1 0 66 1 0 0 20 0 19 0 253316259 9855975424 12725 33554432000 1073741824 1073778376 140734959645696 139998453146384 139998301601743 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9624976

[startup+1.50074 s]
/proc/loadavg: 0.62 0.16 0.05 3/213 27794
/proc/meminfo: memFree=29615204/32873844 swapFree=7116/7116
[pid=27775] ppid=27773 vsize=9624976 CPUtime=2.15 cores=1,3,5,7
/proc/27775/stat : 27775 (java) S 27773 27775 27542 0 -1 4202496 8000 0 1 0 212 3 0 0 20 0 19 0 253316259 9855975424 15843 33554432000 1073741824 1073778376 140734959645696 140734959636832 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27775/statm: 2406244 15843 2268 9 0 2396937 0
[pid=27775/tid=27776] ppid=27773 vsize=9624976 CPUtime=1.46 cores=1,3,5,7
/proc/27775/task/27776/stat : 27776 (java) R 27773 27775 27542 0 -1 4202560 2468 0 1 0 144 2 0 0 20 0 19 0 253316259 9855975424 15843 33554432000 1073741824 1073778376 140734959645696 139998453146024 139998301601602 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27775/tid=27778] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27778/stat : 27778 (java) S 27773 27775 27542 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253316260 9855975424 15843 33554432000 1073741824 1073778376 140734959645696 139998425598120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27775/tid=27779] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27779/stat : 27779 (java) S 27773 27775 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316260 9855975424 15843 33554432000 1073741824 1073778376 140734959645696 139998424545576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27775/tid=27780] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27780/stat : 27780 (java) S 27773 27775 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316260 9855975424 15843 33554432000 1073741824 1073778376 140734959645696 139998423493032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27775/tid=27781] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27781/stat : 27781 (java) S 27773 27775 27542 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253316260 9855975424 15843 33554432000 1073741824 1073778376 140734959645696 139998422440488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27775/tid=27782] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27782/stat : 27782 (java) S 27773 27775 27542 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253316260 9855975424 15843 33554432000 1073741824 1073778376 140734959645696 139998421387944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27775/tid=27783] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27783/stat : 27783 (java) S 27773 27775 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316260 9855975424 15843 33554432000 1073741824 1073778376 140734959645696 139998420335400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27775/tid=27784] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27784/stat : 27784 (java) S 27773 27775 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316260 9855975424 15843 33554432000 1073741824 1073778376 140734959645696 139998290029480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27775/tid=27785] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27785/stat : 27785 (java) S 27773 27775 27542 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253316260 9855975424 15843 33554432000 1073741824 1073778376 140734959645696 139998288976936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27775/tid=27786] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27786/stat : 27786 (java) S 27773 27775 27542 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 253316261 9855975424 15843 33554432000 1073741824 1073778376 140734959645696 139997806028904 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27787] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27787/stat : 27787 (java) S 27773 27775 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316262 9855975424 15843 33554432000 1073741824 1073778376 140734959645696 139997804975224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27788] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27788/stat : 27788 (java) S 27773 27775 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316262 9855975424 15843 33554432000 1073741824 1073778376 140734959645696 139997803922568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27789] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27789/stat : 27789 (java) S 27773 27775 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316264 9855975424 15843 33554432000 1073741824 1073778376 140734959645696 139997802871312 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27790] ppid=27773 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/27775/task/27790/stat : 27790 (java) S 27773 27775 27542 0 -1 4202560 2231 0 0 0 33 0 0 0 20 0 19 0 253316264 9855975424 15843 33554432000 1073741824 1073778376 140734959645696 139997801818680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27791] ppid=27773 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/27775/task/27791/stat : 27791 (java) S 27773 27775 27542 0 -1 4202560 2061 0 0 0 29 0 0 0 20 0 19 0 253316264 9855975424 15843 33554432000 1073741824 1073778376 140734959645696 139997800766136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27775/tid=27792] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27792/stat : 27792 (java) S 27773 27775 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316264 9855975424 15843 33554432000 1073741824 1073778376 140734959645696 139997799713784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27775/tid=27793] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27793/stat : 27793 (java) S 27773 27775 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316264 9855975424 15843 33554432000 1073741824 1073778376 140734959645696 139997798661448 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27775/tid=27794] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27794/stat : 27794 (java) S 27773 27775 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316287 9855975424 15843 33554432000 1073741824 1073778376 140734959645696 139997797606184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9624976

[startup+3.1007 s]
/proc/loadavg: 0.62 0.16 0.05 4/213 27794
/proc/meminfo: memFree=29594236/32873844 swapFree=7116/7116
[pid=27775] ppid=27773 vsize=9624976 CPUtime=3.79 cores=1,3,5,7
/proc/27775/stat : 27775 (java) S 27773 27775 27542 0 -1 4202496 8043 0 1 0 374 5 0 0 20 0 19 0 253316259 9855975424 23530 33554432000 1073741824 1073778376 140734959645696 140734959636832 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27775/statm: 2406244 23530 2268 9 0 2396937 0
[pid=27775/tid=27776] ppid=27773 vsize=9624976 CPUtime=3.02 cores=1,3,5,7
/proc/27775/task/27776/stat : 27776 (java) R 27773 27775 27542 0 -1 4202560 2475 0 1 0 300 2 0 0 20 0 19 0 253316259 9855975424 23530 33554432000 1073741824 1073778376 140734959645696 139998453145888 139998301601582 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27775/tid=27778] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27778/stat : 27778 (java) S 27773 27775 27542 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253316260 9855975424 23530 33554432000 1073741824 1073778376 140734959645696 139998425598120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27775/tid=27779] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27779/stat : 27779 (java) S 27773 27775 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316260 9855975424 23530 33554432000 1073741824 1073778376 140734959645696 139998424545576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27775/tid=27780] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27780/stat : 27780 (java) S 27773 27775 27542 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253316260 9855975424 23530 33554432000 1073741824 1073778376 140734959645696 139998423493032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27775/tid=27781] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27781/stat : 27781 (java) S 27773 27775 27542 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 253316260 9855975424 23530 33554432000 1073741824 1073778376 140734959645696 139998422440488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27775/tid=27782] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27782/stat : 27782 (java) S 27773 27775 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316260 9855975424 23530 33554432000 1073741824 1073778376 140734959645696 139998421387944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27775/tid=27783] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27783/stat : 27783 (java) S 27773 27775 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316260 9855975424 23530 33554432000 1073741824 1073778376 140734959645696 139998420335400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27775/tid=27784] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27784/stat : 27784 (java) S 27773 27775 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316260 9855975424 23530 33554432000 1073741824 1073778376 140734959645696 139998290029480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27775/tid=27785] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27785/stat : 27785 (java) S 27773 27775 27542 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253316260 9855975424 23530 33554432000 1073741824 1073778376 140734959645696 139998288976936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27775/tid=27786] ppid=27773 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27775/task/27786/stat : 27786 (java) S 27773 27775 27542 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 19 0 253316261 9855975424 23530 33554432000 1073741824 1073778376 140734959645696 139997806028904 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27775/tid=27787] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27787/stat : 27787 (java) S 27773 27775 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316262 9855975424 23530 33554432000 1073741824 1073778376 140734959645696 139997804975224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27788] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27788/stat : 27788 (java) S 27773 27775 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316262 9855975424 23530 33554432000 1073741824 1073778376 140734959645696 139997803922568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27789] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27789/stat : 27789 (java) S 27773 27775 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316264 9855975424 23530 33554432000 1073741824 1073778376 140734959645696 139997802871312 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27790] ppid=27773 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/27775/task/27790/stat : 27790 (java) S 27773 27775 27542 0 -1 4202560 2231 0 0 0 33 0 0 0 20 0 19 0 253316264 9855975424 23530 33554432000 1073741824 1073778376 140734959645696 139997801818680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27791] ppid=27773 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/27775/task/27791/stat : 27791 (java) S 27773 27775 27542 0 -1 4202560 2061 0 0 0 30 0 0 0 20 0 19 0 253316264 9855975424 23530 33554432000 1073741824 1073778376 140734959645696 139997800766136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27775/tid=27792] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27792/stat : 27792 (java) S 27773 27775 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316264 9855975424 23530 33554432000 1073741824 1073778376 140734959645696 139997799713784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27775/tid=27793] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27793/stat : 27793 (java) S 27773 27775 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316264 9855975424 23530 33554432000 1073741824 1073778376 140734959645696 139997798661448 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27775/tid=27794] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27794/stat : 27794 (java) S 27773 27775 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316287 9855975424 23530 33554432000 1073741824 1073778376 140734959645696 139997797606184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 9624976

[startup+6.30076 s]
/proc/loadavg: 0.73 0.19 0.06 3/213 27794
/proc/meminfo: memFree=29507972/32873844 swapFree=7116/7116
[pid=27775] ppid=27773 vsize=9624976 CPUtime=7.1 cores=1,3,5,7
/proc/27775/stat : 27775 (java) S 27773 27775 27542 0 -1 4202496 8127 0 1 0 698 12 0 0 20 0 19 0 253316259 9855975424 38347 33554432000 1073741824 1073778376 140734959645696 140734959636832 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27775/statm: 2406244 38347 2268 9 0 2396937 0
[pid=27775/tid=27776] ppid=27773 vsize=9624976 CPUtime=6.16 cores=1,3,5,7
/proc/27775/task/27776/stat : 27776 (java) R 27773 27775 27542 0 -1 4202560 2487 0 1 0 614 2 0 0 20 0 19 0 253316259 9855975424 38347 33554432000 1073741824 1073778376 140734959645696 139998453145888 139998301582096 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27775/tid=27778] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27778/stat : 27778 (java) S 27773 27775 27542 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 253316260 9855975424 38347 33554432000 1073741824 1073778376 140734959645696 139998425598120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27775/tid=27779] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27779/stat : 27779 (java) S 27773 27775 27542 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253316260 9855975424 38347 33554432000 1073741824 1073778376 140734959645696 139998424545576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27775/tid=27780] ppid=27773 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27775/task/27780/stat : 27780 (java) S 27773 27775 27542 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 253316260 9855975424 38347 33554432000 1073741824 1073778376 140734959645696 139998423493032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27775/tid=27781] ppid=27773 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27775/task/27781/stat : 27781 (java) S 27773 27775 27542 0 -1 4202560 26 0 0 0 0 1 0 0 20 0 19 0 253316260 9855975424 38347 33554432000 1073741824 1073778376 140734959645696 139998422440488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27775/tid=27782] ppid=27773 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/27775/task/27782/stat : 27782 (java) S 27773 27775 27542 0 -1 4202560 24 0 0 0 0 2 0 0 20 0 19 0 253316260 9855975424 38347 33554432000 1073741824 1073778376 140734959645696 139998421387944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27783] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27783/stat : 27783 (java) S 27773 27775 27542 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253316260 9855975424 38347 33554432000 1073741824 1073778376 140734959645696 139998420335400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27775/tid=27784] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27784/stat : 27784 (java) S 27773 27775 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316260 9855975424 38347 33554432000 1073741824 1073778376 140734959645696 139998290029480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27775/tid=27785] ppid=27773 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/27775/task/27785/stat : 27785 (java) S 27773 27775 27542 0 -1 4202560 32 0 0 0 1 2 0 0 20 0 19 0 253316260 9855975424 38347 33554432000 1073741824 1073778376 140734959645696 139998288976936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27775/tid=27786] ppid=27773 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/27775/task/27786/stat : 27786 (java) S 27773 27775 27542 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 19 0 253316261 9855975424 38347 33554432000 1073741824 1073778376 140734959645696 139997806028904 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27775/tid=27787] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27787/stat : 27787 (java) S 27773 27775 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316262 9855975424 38347 33554432000 1073741824 1073778376 140734959645696 139997804975224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27788] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27788/stat : 27788 (java) S 27773 27775 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316262 9855975424 38347 33554432000 1073741824 1073778376 140734959645696 139997803922568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27789] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27789/stat : 27789 (java) S 27773 27775 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316264 9855975424 38347 33554432000 1073741824 1073778376 140734959645696 139997802871312 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27790] ppid=27773 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/27775/task/27790/stat : 27790 (java) S 27773 27775 27542 0 -1 4202560 2232 0 0 0 34 0 0 0 20 0 19 0 253316264 9855975424 38347 33554432000 1073741824 1073778376 140734959645696 139997801818680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27791] ppid=27773 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/27775/task/27791/stat : 27791 (java) S 27773 27775 27542 0 -1 4202560 2061 0 0 0 30 0 0 0 20 0 19 0 253316264 9855975424 38347 33554432000 1073741824 1073778376 140734959645696 139997800766136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=27775/tid=27790] ppid=27773 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/27775/task/27790/stat : 27790 (java) S 27773 27775 27542 0 -1 4202560 2234 0 0 0 37 0 0 0 20 0 19 0 253316264 9855975424 350676 33554432000 1073741824 1073778376 140734959645696 139997801818680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27791] ppid=27773 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/27775/task/27791/stat : 27791 (java) S 27773 27775 27542 0 -1 4202560 2061 0 0 0 30 0 0 0 20 0 19 0 253316264 9855975424 350676 33554432000 1073741824 1073778376 140734959645696 139997800766136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27775/tid=27792] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27792/stat : 27792 (java) S 27773 27775 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316264 9855975424 350676 33554432000 1073741824 1073778376 140734959645696 139997799713784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27775/tid=27793] ppid=27773 vsize=9624976 CPUtime=0.88 cores=1,3,5,7
/proc/27775/task/27793/stat : 27793 (java) S 27773 27775 27542 0 -1 4202560 91 0 0 0 56 32 0 0 20 0 19 0 253316264 9855975424 350676 33554432000 1073741824 1073778376 140734959645696 139997798661448 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27775/tid=27794] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27794/stat : 27794 (java) S 27773 27775 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316287 9855975424 350676 33554432000 1073741824 1073778376 140734959645696 139997797606184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1634.81
Current children cumulated vsize (KiB) 9624976

[startup+1662.3 s]
/proc/loadavg: 2.06 2.11 1.75 3/213 27865
/proc/meminfo: memFree=27179504/32873844 swapFree=7116/7116
[pid=27775] ppid=27773 vsize=9624976 CPUtime=1695.88 cores=1,3,5,7
/proc/27775/stat : 27775 (java) S 27773 27775 27542 0 -1 4202496 23049 0 1 0 169158 430 0 0 20 0 19 0 253316259 9855975424 355315 33554432000 1073741824 1073778376 140734959645696 140734959636832 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27775/statm: 2406244 355315 2268 9 0 2396937 0
[pid=27775/tid=27776] ppid=27773 vsize=9624976 CPUtime=1642.56 cores=1,3,5,7
/proc/27775/task/27776/stat : 27776 (java) R 27773 27775 27542 0 -1 4202560 2880 0 1 0 164227 29 0 0 20 0 19 0 253316259 9855975424 355315 33554432000 1073741824 1073778376 140734959645696 139998453144944 139998301581827 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27775/tid=27778] ppid=27773 vsize=9624976 CPUtime=5.53 cores=1,3,5,7
/proc/27775/task/27778/stat : 27778 (java) S 27773 27775 27542 0 -1 4202560 1499 0 0 0 508 45 0 0 20 0 19 0 253316260 9855975424 355315 33554432000 1073741824 1073778376 140734959645696 139998425598120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27775/tid=27779] ppid=27773 vsize=9624976 CPUtime=5.28 cores=1,3,5,7
/proc/27775/task/27779/stat : 27779 (java) S 27773 27775 27542 0 -1 4202560 1517 0 0 0 485 43 0 0 20 0 19 0 253316260 9855975424 355315 33554432000 1073741824 1073778376 140734959645696 139998424545576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27775/tid=27780] ppid=27773 vsize=9624976 CPUtime=5.21 cores=1,3,5,7
/proc/27775/task/27780/stat : 27780 (java) S 27773 27775 27542 0 -1 4202560 1575 0 0 0 480 41 0 0 20 0 19 0 253316260 9855975424 355315 33554432000 1073741824 1073778376 140734959645696 139998423493032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27775/tid=27781] ppid=27773 vsize=9624976 CPUtime=5.63 cores=1,3,5,7
/proc/27775/task/27781/stat : 27781 (java) S 27773 27775 27542 0 -1 4202560 1683 0 0 0 515 48 0 0 20 0 19 0 253316260 9855975424 355315 33554432000 1073741824 1073778376 140734959645696 139998422440488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27782] ppid=27773 vsize=9624976 CPUtime=5.63 cores=1,3,5,7
/proc/27775/task/27782/stat : 27782 (java) S 27773 27775 27542 0 -1 4202560 1655 0 0 0 512 51 0 0 20 0 19 0 253316260 9855975424 355315 33554432000 1073741824 1073778376 140734959645696 139998421387944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27775/tid=27783] ppid=27773 vsize=9624976 CPUtime=5.54 cores=1,3,5,7
/proc/27775/task/27783/stat : 27783 (java) S 27773 27775 27542 0 -1 4202560 1617 0 0 0 506 48 0 0 20 0 19 0 253316260 9855975424 355315 33554432000 1073741824 1073778376 140734959645696 139998420335400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27775/tid=27784] ppid=27773 vsize=9624976 CPUtime=5.38 cores=1,3,5,7
/proc/27775/task/27784/stat : 27784 (java) S 27773 27775 27542 0 -1 4202560 1268 0 0 0 493 45 0 0 20 0 19 0 253316260 9855975424 355315 33554432000 1073741824 1073778376 140734959645696 139998290029480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27775/tid=27785] ppid=27773 vsize=9624976 CPUtime=5.2 cores=1,3,5,7
/proc/27775/task/27785/stat : 27785 (java) S 27773 27775 27542 0 -1 4202560 1342 0 0 0 476 44 0 0 20 0 19 0 253316260 9855975424 355315 33554432000 1073741824 1073778376 140734959645696 139998288976936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27775/tid=27786] ppid=27773 vsize=9624976 CPUtime=3.64 cores=1,3,5,7
/proc/27775/task/27786/stat : 27786 (java) S 27773 27775 27542 0 -1 4202560 2444 0 0 0 358 6 0 0 20 0 19 0 253316261 9855975424 355315 33554432000 1073741824 1073778376 140734959645696 139997806028904 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27775/tid=27787] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27787/stat : 27787 (java) S 27773 27775 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316262 9855975424 355315 33554432000 1073741824 1073778376 140734959645696 139997804975224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27788] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27788/stat : 27788 (java) S 27773 27775 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316262 9855975424 355315 33554432000 1073741824 1073778376 140734959645696 139997803922568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27789] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27789/stat : 27789 (java) S 27773 27775 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316264 9855975424 355315 33554432000 1073741824 1073778376 140734959645696 139997802871312 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27790] ppid=27773 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/27775/task/27790/stat : 27790 (java) S 27773 27775 27542 0 -1 4202560 2234 0 0 0 37 0 0 0 20 0 19 0 253316264 9855975424 355315 33554432000 1073741824 1073778376 140734959645696 139997801818680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27791] ppid=27773 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/27775/task/27791/stat : 27791 (java) S 27773 27775 27542 0 -1 4202560 2061 0 0 0 30 0 0 0 20 0 19 0 253316264 9855975424 355315 33554432000 1073741824 1073778376 140734959645696 139997800766136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27775/tid=27792] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27792/stat : 27792 (java) S 27773 27775 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316264 9855975424 355315 33554432000 1073741824 1073778376 140734959645696 139997799713784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27775/tid=27793] ppid=27773 vsize=9624976 CPUtime=0.91 cores=1,3,5,7
/proc/27775/task/27793/stat : 27793 (java) S 27773 27775 27542 0 -1 4202560 95 0 0 0 57 34 0 0 20 0 19 0 253316264 9855975424 355315 33554432000 1073741824 1073778376 140734959645696 139997798661448 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27775/tid=27794] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27794/stat : 27794 (java) S 27773 27775 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316287 9855975424 355315 33554432000 1073741824 1073778376 140734959645696 139997797606184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1695.88
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.02 2.09 1.76 3/213 27865
/proc/meminfo: memFree=26999344/32873844 swapFree=7116/7116
[pid=27775] ppid=27773 vsize=9624976 CPUtime=1757.13 cores=1,3,5,7
/proc/27775/stat : 27775 (java) S 27773 27775 27542 0 -1 4202496 23922 0 1 0 175258 455 0 0 20 0 19 0 253316259 9855975424 390673 33554432000 1073741824 1073778376 140734959645696 140734959636832 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27775/statm: 2406244 390673 2268 9 0 2396937 0
[pid=27775/tid=27776] ppid=27773 vsize=9624976 CPUtime=1701.88 cores=1,3,5,7
/proc/27775/task/27776/stat : 27776 (java) R 27773 27775 27542 0 -1 4202560 2886 0 1 0 170158 30 0 0 20 0 19 0 253316259 9855975424 390673 33554432000 1073741824 1073778376 140734959645696 139998453144944 139998301582138 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27775/tid=27778] ppid=27773 vsize=9624976 CPUtime=5.73 cores=1,3,5,7
/proc/27775/task/27778/stat : 27778 (java) S 27773 27775 27542 0 -1 4202560 1547 0 0 0 525 48 0 0 20 0 19 0 253316260 9855975424 390673 33554432000 1073741824 1073778376 140734959645696 139998425598120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27779] ppid=27773 vsize=9624976 CPUtime=5.44 cores=1,3,5,7
/proc/27775/task/27779/stat : 27779 (java) S 27773 27775 27542 0 -1 4202560 1637 0 0 0 499 45 0 0 20 0 19 0 253316260 9855975424 390673 33554432000 1073741824 1073778376 140734959645696 139998424545576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27775/tid=27780] ppid=27773 vsize=9624976 CPUtime=5.42 cores=1,3,5,7
/proc/27775/task/27780/stat : 27780 (java) S 27773 27775 27542 0 -1 4202560 1609 0 0 0 498 44 0 0 20 0 19 0 253316260 9855975424 390673 33554432000 1073741824 1073778376 140734959645696 139998423493032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27775/tid=27781] ppid=27773 vsize=9624976 CPUtime=5.9 cores=1,3,5,7
/proc/27775/task/27781/stat : 27781 (java) S 27773 27775 27542 0 -1 4202560 1714 0 0 0 540 50 0 0 20 0 19 0 253316260 9855975424 390673 33554432000 1073741824 1073778376 140734959645696 139998422440488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27775/tid=27782] ppid=27773 vsize=9624976 CPUtime=5.84 cores=1,3,5,7
/proc/27775/task/27782/stat : 27782 (java) S 27773 27775 27542 0 -1 4202560 1822 0 0 0 529 55 0 0 20 0 19 0 253316260 9855975424 390673 33554432000 1073741824 1073778376 140734959645696 139998421387944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27775/tid=27783] ppid=27773 vsize=9624976 CPUtime=5.73 cores=1,3,5,7
/proc/27775/task/27783/stat : 27783 (java) S 27773 27775 27542 0 -1 4202560 1783 0 0 0 522 51 0 0 20 0 19 0 253316260 9855975424 390673 33554432000 1073741824 1073778376 140734959645696 139998420335400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27784] ppid=27773 vsize=9624976 CPUtime=5.61 cores=1,3,5,7
/proc/27775/task/27784/stat : 27784 (java) S 27773 27775 27542 0 -1 4202560 1449 0 0 0 514 47 0 0 20 0 19 0 253316260 9855975424 390673 33554432000 1073741824 1073778376 140734959645696 139998290029480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27775/tid=27785] ppid=27773 vsize=9624976 CPUtime=5.38 cores=1,3,5,7
/proc/27775/task/27785/stat : 27785 (java) S 27773 27775 27542 0 -1 4202560 1379 0 0 0 490 48 0 0 20 0 19 0 253316260 9855975424 390673 33554432000 1073741824 1073778376 140734959645696 139998288976936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27775/tid=27786] ppid=27773 vsize=9624976 CPUtime=3.72 cores=1,3,5,7
/proc/27775/task/27786/stat : 27786 (java) S 27773 27775 27542 0 -1 4202560 2523 0 0 0 366 6 0 0 20 0 19 0 253316261 9855975424 390673 33554432000 1073741824 1073778376 140734959645696 139997806028904 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27775/tid=27787] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27787/stat : 27787 (java) S 27773 27775 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316262 9855975424 390673 33554432000 1073741824 1073778376 140734959645696 139997804975224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27788] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27788/stat : 27788 (java) S 27773 27775 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316262 9855975424 390673 33554432000 1073741824 1073778376 140734959645696 139997803922568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27789] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27789/stat : 27789 (java) S 27773 27775 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316264 9855975424 390673 33554432000 1073741824 1073778376 140734959645696 139997802871312 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27790] ppid=27773 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/27775/task/27790/stat : 27790 (java) S 27773 27775 27542 0 -1 4202560 2234 0 0 0 37 0 0 0 20 0 19 0 253316264 9855975424 390673 33554432000 1073741824 1073778376 140734959645696 139997801818680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27791] ppid=27773 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/27775/task/27791/stat : 27791 (java) S 27773 27775 27542 0 -1 4202560 2061 0 0 0 30 0 0 0 20 0 19 0 253316264 9855975424 390673 33554432000 1073741824 1073778376 140734959645696 139997800766136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27775/tid=27792] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27792/stat : 27792 (java) S 27773 27775 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316264 9855975424 390673 33554432000 1073741824 1073778376 140734959645696 139997799713784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27775/tid=27793] ppid=27773 vsize=9624976 CPUtime=0.94 cores=1,3,5,7
/proc/27775/task/27793/stat : 27793 (java) S 27773 27775 27542 0 -1 4202560 99 0 0 0 60 34 0 0 20 0 19 0 253316264 9855975424 390673 33554432000 1073741824 1073778376 140734959645696 139997798661448 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27775/tid=27794] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27794/stat : 27794 (java) S 27773 27775 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316287 9855975424 390673 33554432000 1073741824 1073778376 140734959645696 139997797606184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1757.13
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1764.6 s]
/proc/loadavg: 2.09 2.09 1.77 3/213 27865
/proc/meminfo: memFree=26894960/32873844 swapFree=7116/7116
[pid=27775] ppid=27773 vsize=9624976 CPUtime=1800.1 cores=1,3,5,7
/proc/27775/stat : 27775 (java) S 27773 27775 27542 0 -1 4202496 24485 0 1 0 179548 462 0 0 20 0 19 0 253316259 9855975424 410057 33554432000 1073741824 1073778376 140734959645696 140734959636832 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27775/statm: 2406244 410057 2268 9 0 2396937 0
[pid=27775/tid=27776] ppid=27773 vsize=9624976 CPUtime=1743.39 cores=1,3,5,7
/proc/27775/task/27776/stat : 27776 (java) R 27773 27775 27542 0 -1 4202560 2892 0 1 0 174308 31 0 0 20 0 19 0 253316259 9855975424 410057 33554432000 1073741824 1073778376 140734959645696 139998453144944 139998301656614 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27775/tid=27778] ppid=27773 vsize=9624976 CPUtime=5.86 cores=1,3,5,7
/proc/27775/task/27778/stat : 27778 (java) S 27773 27775 27542 0 -1 4202560 1553 0 0 0 537 49 0 0 20 0 19 0 253316260 9855975424 410057 33554432000 1073741824 1073778376 140734959645696 139998425598120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27775/tid=27779] ppid=27773 vsize=9624976 CPUtime=5.59 cores=1,3,5,7
/proc/27775/task/27779/stat : 27779 (java) S 27773 27775 27542 0 -1 4202560 1650 0 0 0 513 46 0 0 20 0 19 0 253316260 9855975424 410057 33554432000 1073741824 1073778376 140734959645696 139998424545576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27780] ppid=27773 vsize=9624976 CPUtime=5.48 cores=1,3,5,7
/proc/27775/task/27780/stat : 27780 (java) S 27773 27775 27542 0 -1 4202560 1609 0 0 0 504 44 0 0 20 0 19 0 253316260 9855975424 410057 33554432000 1073741824 1073778376 140734959645696 139998423493032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27781] ppid=27773 vsize=9624976 CPUtime=6.11 cores=1,3,5,7
/proc/27775/task/27781/stat : 27781 (java) S 27773 27775 27542 0 -1 4202560 1733 0 0 0 559 52 0 0 20 0 19 0 253316260 9855975424 410057 33554432000 1073741824 1073778376 140734959645696 139998422440488 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27775/tid=27782] ppid=27773 vsize=9624976 CPUtime=5.91 cores=1,3,5,7
/proc/27775/task/27782/stat : 27782 (java) S 27773 27775 27542 0 -1 4202560 1829 0 0 0 535 56 0 0 20 0 19 0 253316260 9855975424 410057 33554432000 1073741824 1073778376 140734959645696 139998421387944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27775/tid=27783] ppid=27773 vsize=9624976 CPUtime=5.81 cores=1,3,5,7
/proc/27775/task/27783/stat : 27783 (java) S 27773 27775 27542 0 -1 4202560 1792 0 0 0 529 52 0 0 20 0 19 0 253316260 9855975424 410057 33554432000 1073741824 1073778376 140734959645696 139998420335400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27775/tid=27784] ppid=27773 vsize=9624976 CPUtime=5.69 cores=1,3,5,7
/proc/27775/task/27784/stat : 27784 (java) S 27773 27775 27542 0 -1 4202560 1455 0 0 0 521 48 0 0 20 0 19 0 253316260 9855975424 410057 33554432000 1073741824 1073778376 140734959645696 139998290029480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27775/tid=27785] ppid=27773 vsize=9624976 CPUtime=5.49 cores=1,3,5,7
/proc/27775/task/27785/stat : 27785 (java) S 27773 27775 27542 0 -1 4202560 1390 0 0 0 501 48 0 0 20 0 19 0 253316260 9855975424 410057 33554432000 1073741824 1073778376 140734959645696 139998288976936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27786] ppid=27773 vsize=9624976 CPUtime=4.16 cores=1,3,5,7
/proc/27775/task/27786/stat : 27786 (java) S 27773 27775 27542 0 -1 4202560 3007 0 0 0 409 7 0 0 20 0 19 0 253316261 9855975424 410057 33554432000 1073741824 1073778376 140734959645696 139997806028904 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27775/tid=27787] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27787/stat : 27787 (java) S 27773 27775 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316262 9855975424 410057 33554432000 1073741824 1073778376 140734959645696 139997804975224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27788] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27788/stat : 27788 (java) S 27773 27775 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316262 9855975424 410057 33554432000 1073741824 1073778376 140734959645696 139997803922568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27789] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27789/stat : 27789 (java) S 27773 27775 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316264 9855975424 410057 33554432000 1073741824 1073778376 140734959645696 139997802871312 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27790] ppid=27773 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/27775/task/27790/stat : 27790 (java) S 27773 27775 27542 0 -1 4202560 2234 0 0 0 37 0 0 0 20 0 19 0 253316264 9855975424 410057 33554432000 1073741824 1073778376 140734959645696 139997801818680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27775/tid=27791] ppid=27773 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/27775/task/27791/stat : 27791 (java) S 27773 27775 27542 0 -1 4202560 2061 0 0 0 30 0 0 0 20 0 19 0 253316264 9855975424 410057 33554432000 1073741824 1073778376 140734959645696 139997800766136 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27775/tid=27792] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27792/stat : 27792 (java) S 27773 27775 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316264 9855975424 410057 33554432000 1073741824 1073778376 140734959645696 139997799713784 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27775/tid=27793] ppid=27773 vsize=9624976 CPUtime=0.96 cores=1,3,5,7
/proc/27775/task/27793/stat : 27793 (java) S 27773 27775 27542 0 -1 4202560 101 0 0 0 61 35 0 0 20 0 19 0 253316264 9855975424 410057 33554432000 1073741824 1073778376 140734959645696 139997798661448 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27775/tid=27794] ppid=27773 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27775/task/27794/stat : 27794 (java) S 27773 27775 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316287 9855975424 410057 33554432000 1073741824 1073778376 140734959645696 139997797606184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 27775 and gives
#  childrusage.ru_utime.tv_sec=1790
#  childrusage.ru_utime.tv_usec=659778
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=821267
# CPU time returned by wait4() is 1795.48
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1764.66
CPU time (s): 1800.1
CPU user time (s): 1795.48
CPU system time (s): 4.62
CPU usage (%): 102.009
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.66
system time used= 4.82127
maximum resident set size= 1640388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24528
page faults= 1
swaps= 0
block input operations= 8
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46833
involuntary context switches= 43272

runsolver used 6.21206 second user time and 16.6015 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-24 17:05:13
IDJOB=3687383
IDBENCH=1403
IDSOLVER=2269
FILE ID=node146/3687383-1337871913
RUNJOBID= node146-1337871880-27559
PBS_JOBID= 14620058
Free space on /tmp= 71716 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-chnl50_51_pb.cnf.cr.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687383-1337871913/watcher-3687383-1337871913 -o /tmp/evaluation-result-3687383-1337871913/solver-3687383-1337871913 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687383-1337871913.opb

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

MD5SUM BENCH= 04ec290f8a8afffbd026dcfb09cada39
RANDOM SEED=1311204447

node146.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		: 2667.034
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	: 5334.06
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		: 2667.034
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.92
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		: 2667.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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		: 2667.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29670064 kB
Buffers:          203060 kB
Cached:          1996424 kB
SwapCached:         2348 kB
Active:           552616 kB
Inactive:        1865988 kB
Active(anon):     218404 kB
Inactive(anon):     3064 kB
Active(file):     334212 kB
Inactive(file):  1862924 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:               648 kB
Writeback:             0 kB
AnonPages:        249100 kB
Mapped:            16156 kB
Shmem:                 0 kB
Slab:             622308 kB
SReclaimable:      63564 kB
SUnreclaim:       558744 kB
KernelStack:        1576 kB
PageTables:         4636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 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= 71716 MiB
End job on node146 at 2012-05-24 17:34:40