Trace number 3709962

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.61 1795.85

General information on the benchmark

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

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3709962-1338191748.opb
0.09/0.12	c reading problem ... 
7.98/6.52	c ... done. Wall clock time 6.403s.
7.98/6.52	c declared #vars     48411
7.98/6.52	c #constraints  1123290
7.98/6.52	c constraints type 
7.98/6.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773682
7.98/6.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
7.98/6.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235813
7.98/6.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110271
7.98/6.52	c 1123290 constraints processed.
12.31/10.31	c cleaning 2499 clauses out of 5000 with flag 5000/5000
16.27/13.96	c cleaning 4249 clauses out of 8502 with flag 11001/11001
19.98/17.63	c cleaning 5623 clauses out of 11253 with flag 18001/18001
23.68/21.37	c cleaning 6813 clauses out of 13630 with flag 26001/26001
28.04/25.69	c cleaning 7907 clauses out of 15820 with flag 35004/35004
32.15/29.77	c cleaning 8949 clauses out of 17909 with flag 45000/45000
37.44/35.09	c cleaning 9976 clauses out of 19960 with flag 56000/56000
42.46/40.09	c cleaning 10989 clauses out of 21988 with flag 68004/68004
48.77/46.39	c cleaning 11994 clauses out of 23995 with flag 81000/81000
55.08/52.63	c cleaning 12998 clauses out of 26001 with flag 95000/95000
61.60/59.15	c cleaning 13988 clauses out of 28003 with flag 110000/110000
69.11/66.63	c cleaning 15004 clauses out of 30015 with flag 126000/126000
76.84/74.36	c cleaning 15999 clauses out of 32011 with flag 143000/143000
84.45/81.95	c cleaning 16994 clauses out of 34012 with flag 161000/161000
93.25/90.73	c cleaning 18009 clauses out of 36022 with flag 180004/180004
102.07/99.55	c cleaning 19003 clauses out of 38010 with flag 200001/200001
111.39/108.89	c cleaning 19998 clauses out of 40006 with flag 221000/221000
120.59/118.06	c cleaning 21000 clauses out of 42008 with flag 243000/243000
131.01/128.48	c cleaning 22004 clauses out of 44008 with flag 266000/266000
141.94/139.39	c cleaning 23000 clauses out of 46005 with flag 290001/290001
152.86/150.29	c cleaning 23995 clauses out of 48006 with flag 315002/315002
163.38/160.74	c cleaning 24998 clauses out of 50010 with flag 341001/341001
174.40/171.75	c cleaning 26003 clauses out of 52011 with flag 368000/368000
186.73/184.06	c cleaning 27004 clauses out of 54012 with flag 396004/396004
198.85/196.16	c cleaning 28003 clauses out of 56007 with flag 425003/425003
211.68/208.97	c cleaning 28996 clauses out of 58001 with flag 455000/455000
225.30/222.57	c cleaning 30003 clauses out of 60006 with flag 486001/486001
238.73/235.98	c cleaning 30991 clauses out of 62002 with flag 518000/518000
253.57/250.78	c cleaning 32003 clauses out of 64011 with flag 551000/551000
268.88/266.03	c cleaning 33000 clauses out of 66008 with flag 585000/585000
287.39/284.58	c cleaning 34000 clauses out of 68012 with flag 620004/620004
303.82/300.98	c cleaning 35002 clauses out of 70009 with flag 656001/656001
322.73/319.85	c cleaning 36000 clauses out of 72006 with flag 693000/693000
342.64/339.77	c cleaning 36997 clauses out of 74007 with flag 731001/731001
366.05/363.13	c cleaning 38003 clauses out of 76010 with flag 770001/770001
386.18/383.25	c cleaning 38998 clauses out of 78009 with flag 810003/810003
409.81/406.89	c cleaning 39998 clauses out of 80008 with flag 851000/851000
433.93/430.97	c cleaning 40995 clauses out of 82010 with flag 893000/893000
457.05/454.06	c cleaning 41996 clauses out of 84015 with flag 936000/936000
482.60/479.54	c cleaning 43002 clauses out of 86019 with flag 980000/980000
509.83/506.71	c cleaning 44000 clauses out of 88017 with flag 1025000/1025000
539.38/536.21	c cleaning 45005 clauses out of 90018 with flag 1071001/1071001
562.90/559.76	c cleaning 46004 clauses out of 92012 with flag 1118000/1118000
588.82/585.68	c cleaning 47001 clauses out of 94010 with flag 1166002/1166002
613.35/610.19	c cleaning 47996 clauses out of 96010 with flag 1215003/1215003
638.27/635.07	c cleaning 48999 clauses out of 98013 with flag 1265002/1265002
665.08/661.83	c cleaning 49997 clauses out of 100012 with flag 1316000/1316000
695.03/691.74	c cleaning 51001 clauses out of 102015 with flag 1368000/1368000
726.86/723.59	c cleaning 51999 clauses out of 104014 with flag 1421000/1421000
752.97/749.60	c cleaning 53001 clauses out of 106016 with flag 1475001/1475001
784.68/781.38	c cleaning 54002 clauses out of 108014 with flag 1530000/1530000
817.79/814.49	c cleaning 54999 clauses out of 110012 with flag 1586000/1586000
850.52/847.14	c cleaning 56003 clauses out of 112014 with flag 1643001/1643001
882.35/878.95	c cleaning 56994 clauses out of 114013 with flag 1701003/1701003
918.05/914.66	c cleaning 58000 clauses out of 116016 with flag 1760000/1760000
955.78/952.32	c cleaning 59003 clauses out of 118016 with flag 1820000/1820000
1004.12/1000.62	c cleaning 60001 clauses out of 120013 with flag 1881000/1881000
1053.36/1049.81	c cleaning 60999 clauses out of 122012 with flag 1943000/1943000
1102.61/1099.06	c cleaning 62004 clauses out of 124014 with flag 2006001/2006001
1141.47/1137.81	c cleaning 63000 clauses out of 126009 with flag 2070000/2070000
1181.81/1178.13	c cleaning 64003 clauses out of 128009 with flag 2135000/2135000
1226.25/1222.51	c cleaning 64994 clauses out of 130006 with flag 2201000/2201000
1274.21/1270.46	c cleaning 65998 clauses out of 132012 with flag 2268000/2268000
1318.96/1315.13	c cleaning 67004 clauses out of 134015 with flag 2336001/2336001
1364.38/1360.54	c cleaning 67988 clauses out of 136012 with flag 2405002/2405002
1416.11/1412.20	c cleaning 69005 clauses out of 138022 with flag 2475000/2475000
1466.55/1462.60	c cleaning 69997 clauses out of 140018 with flag 2546001/2546001
1519.28/1515.33	c cleaning 71001 clauses out of 142021 with flag 2618001/2618001
1566.13/1562.11	c cleaning 72004 clauses out of 144019 with flag 2691000/2691000
1617.78/1613.71	c cleaning 72998 clauses out of 146015 with flag 2765000/2765000
1670.42/1666.38	c cleaning 74004 clauses out of 148017 with flag 2840000/2840000
1727.67/1723.56	c cleaning 75000 clauses out of 150013 with flag 2916000/2916000
1787.72/1783.59	c cleaning 76006 clauses out of 152015 with flag 2993002/2993002
1800.08/1795.81	c starts		: 243
1800.08/1795.81	c conflicts		: 3012353
1800.08/1795.81	c decisions		: 3755016
1800.08/1795.81	c propagations		: 3040763363
1800.08/1795.81	c inspects		: 20988965377
1800.08/1795.81	c shortcuts		: 0
1800.08/1795.81	c learnt literals	: 0
1800.08/1795.81	c learnt binary clauses	: 11
1800.08/1795.81	c learnt ternary clauses	: 75
1800.08/1795.81	c learnt constraints	: 3012353
1800.08/1795.81	c ignored constraints	: 0
1800.08/1795.81	c root simplifications	: 243
1800.08/1795.81	c removed literals (reason simplification)	: 72892312
1800.08/1795.81	c reason swapping (by a shorter reason)	: 0
1800.08/1795.81	c Calls to reduceDB	: 73
1800.08/1795.81	c number of reductions to clauses (during analyze)	: 0
1800.08/1795.81	c number of learned constraints concerned by reduction	: 0
1800.08/1795.81	c number of learning phase by resolution	: 0
1800.08/1795.81	c number of learning phase by cutting planes	: 0
1800.08/1795.81	c speed (assignments/second)	: 1699458.9516077652
1800.08/1795.81	c non guided choices	3506
1800.08/1795.84	c learnt constraints type 
1800.08/1795.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 11
1800.08/1795.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 95382
1800.08/1795.84	c constraints type 
1800.08/1795.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773682
1800.08/1795.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
1800.08/1795.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235813
1800.08/1795.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110271
1800.08/1795.84	c 1123290 constraints processed.
1800.08/1795.84	s UNKNOWN
1800.08/1795.84	c Total wall clock time (in seconds): 1795.716

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-3709962-1338191748/watcher-3709962-1338191748 -o /tmp/evaluation-result-3709962-1338191748/solver-3709962-1338191748 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709962-1338191748.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 4/194 18522
/proc/meminfo: memFree=30031940/32873648 swapFree=6860/6860
[pid=18522] ppid=18520 vsize=9300 CPUtime=0 cores=0,2,4,6
/proc/18522/stat : 18522 (java) R 18520 18522 13368 0 -1 4202496 253 0 0 0 0 0 0 0 20 0 1 0 285300953 9523200 185 33554432000 1073741824 1073778376 140734458434464 140734458425688 266435456439 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18522/statm: 2 1 0 0 0 2 0

[startup+0.0403529 s]
/proc/loadavg: 2.00 2.01 2.00 4/194 18522
/proc/meminfo: memFree=30031940/32873648 swapFree=6860/6860
[pid=18522] ppid=18520 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/18522/stat : 18522 (java) S 18520 18522 13368 0 -1 4202496 3044 0 1 0 2 0 0 0 20 0 13 0 285300953 9446973440 3229 33554432000 1073741824 1073778376 140735610487280 140735610478416 266439000125 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18522/statm: 2306390 3229 1682 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100199 s]
/proc/loadavg: 2.00 2.01 2.00 4/194 18522
/proc/meminfo: memFree=30031940/32873648 swapFree=6860/6860
[pid=18522] ppid=18520 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/18522/stat : 18522 (java) S 18520 18522 13368 0 -1 4202496 4316 0 1 0 8 1 0 0 20 0 18 0 285300953 9787842560 5009 33554432000 1073741824 1073778376 140735610487280 140735610478416 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18522/statm: 2389610 5009 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300156 s]
/proc/loadavg: 2.00 2.01 2.00 4/194 18522
/proc/meminfo: memFree=30031940/32873648 swapFree=6860/6860
[pid=18522] ppid=18520 vsize=9558440 CPUtime=0.45 cores=0,2,4,6
/proc/18522/stat : 18522 (java) S 18520 18522 13368 0 -1 4202496 5618 0 1 0 44 1 0 0 20 0 18 0 285300953 9787842560 9433 33554432000 1073741824 1073778376 140735610487280 140735610478416 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18522/statm: 2389610 9433 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558440

[startup+0.700227 s]
/proc/loadavg: 2.00 2.01 2.00 4/194 18522
/proc/meminfo: memFree=30031940/32873648 swapFree=6860/6860
[pid=18522] ppid=18520 vsize=9558440 CPUtime=1.11 cores=0,2,4,6
/proc/18522/stat : 18522 (java) S 18520 18522 13368 0 -1 4202496 6876 0 1 0 108 3 0 0 20 0 18 0 285300953 9787842560 40379 33554432000 1073741824 1073778376 140735610487280 140735610478416 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18522/statm: 2389610 40379 2255 9 0 2380296 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9558440

[startup+1.50067 s]
/proc/loadavg: 2.00 2.01 2.00 5/212 18540
/proc/meminfo: memFree=29835908/32873648 swapFree=6860/6860
[pid=18522] ppid=18520 vsize=9558440 CPUtime=2.14 cores=0,2,4,6
/proc/18522/stat : 18522 (java) S 18520 18522 13368 0 -1 4202496 8366 0 1 0 206 8 0 0 20 0 18 0 285300953 9787842560 77433 33554432000 1073741824 1073778376 140735610487280 140735610478416 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18522/statm: 2389610 77433 2255 9 0 2380296 0
[pid=18522/tid=18524] ppid=18520 vsize=9558440 CPUtime=1.42 cores=0,2,4,6
/proc/18522/task/18524/stat : 18524 (java) R 18520 18522 13368 0 -1 4202560 2678 0 1 0 137 5 0 0 20 0 18 0 285300954 9787842560 77433 33554432000 1073741824 1073778376 140735610487280 140539785895776 140539726108059 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18525] ppid=18520 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18525/stat : 18525 (java) S 18520 18522 13368 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 285300955 9787842560 77433 33554432000 1073741824 1073778376 140735610487280 140539724634920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18522/tid=18526] ppid=18520 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18526/stat : 18526 (java) S 18520 18522 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 285300955 9787842560 77433 33554432000 1073741824 1073778376 140735610487280 140539723582120 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18527] ppid=18520 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/18522/task/18527/stat : 18527 (java) S 18520 18522 13368 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 285300955 9787842560 77433 33554432000 1073741824 1073778376 140735610487280 140539722529832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18528] ppid=18520 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/18522/task/18528/stat : 18528 (java) S 18520 18522 13368 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 285300955 9787842560 77433 33554432000 1073741824 1073778376 140735610487280 140539721477032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18529] ppid=18520 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18529/stat : 18529 (java) S 18520 18522 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 285300955 9787842560 77433 33554432000 1073741824 1073778376 140735610487280 140539720423720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18530] ppid=18520 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18530/stat : 18530 (java) S 18520 18522 13368 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 285300955 9787842560 77433 33554432000 1073741824 1073778376 140735610487280 140539623848104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18531] ppid=18520 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/18522/task/18531/stat : 18531 (java) S 18520 18522 13368 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 285300955 9787842560 77433 33554432000 1073741824 1073778376 140735610487280 140539622795816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18532] ppid=18520 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18532/stat : 18532 (java) S 18520 18522 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 285300955 9787842560 77433 33554432000 1073741824 1073778376 140735610487280 140539621743016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18533] ppid=18520 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18533/stat : 18533 (java) S 18520 18522 13368 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 285300956 9787842560 77433 33554432000 1073741824 1073778376 140735610487280 140539609545448 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18534] ppid=18520 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18534/stat : 18534 (java) S 18520 18522 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 285300956 9787842560 77433 33554432000 1073741824 1073778376 140735610487280 140539608491512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18535] ppid=18520 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18535/stat : 18535 (java) S 18520 18522 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 285300956 9787842560 77433 33554432000 1073741824 1073778376 140735610487280 140539607439112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18536] ppid=18520 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18536/stat : 18536 (java) S 18520 18522 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285300959 9787842560 77433 33554432000 1073741824 1073778376 140735610487280 140539606387600 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18537] ppid=18520 vsize=9558440 CPUtime=0.25 cores=0,2,4,6
/proc/18522/task/18537/stat : 18537 (java) S 18520 18522 13368 0 -1 4202560 1763 0 0 0 25 0 0 0 20 0 18 0 285300959 9787842560 77433 33554432000 1073741824 1073778376 140735610487280 140539605334200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18538] ppid=18520 vsize=9558440 CPUtime=0.29 cores=0,2,4,6
/proc/18522/task/18538/stat : 18538 (java) S 18520 18522 13368 0 -1 4202560 2483 0 0 0 29 0 0 0 20 0 18 0 285300959 9787842560 77433 33554432000 1073741824 1073778376 140735610487280 140539604281400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18539] ppid=18520 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18539/stat : 18539 (java) S 18520 18522 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285300959 9787842560 77433 33554432000 1073741824 1073778376 140735610487280 140539603229304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18540] ppid=18520 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18540/stat : 18540 (java) S 18520 18522 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285300959 9787842560 77433 33554432000 1073741824 1073778376 140735610487280 140539602176712 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 9558440

[startup+3.10063 s]
/proc/loadavg: 2.00 2.01 2.00 3/212 18540
/proc/meminfo: memFree=29604920/32873648 swapFree=6860/6860
[pid=18522] ppid=18520 vsize=9558440 CPUtime=4.01 cores=0,2,4,6
/proc/18522/stat : 18522 (java) S 18520 18522 13368 0 -1 4202496 8911 0 1 0 381 20 0 0 20 0 18 0 285300953 9787842560 155550 33554432000 1073741824 1073778376 140735610487280 140735610478416 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18522/statm: 2389610 155550 2255 9 0 2380296 0
[pid=18522/tid=18524] ppid=18520 vsize=9558440 CPUtime=2.92 cores=0,2,4,6
/proc/18522/task/18524/stat : 18524 (java) S 18520 18522 13368 0 -1 4202560 2795 0 1 0 283 9 0 0 20 0 18 0 285300954 9787842560 155550 33554432000 1073741824 1073778376 140735610487280 140539785903480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18525] ppid=18520 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/18522/task/18525/stat : 18525 (java) R 18520 18522 13368 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 18 0 285300955 9787842560 155550 33554432000 1073741824 1073778376 140735610487280 140539724635096 140539788375745 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18522/tid=18526] ppid=18520 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/18522/task/18526/stat : 18526 (java) R 18520 18522 13368 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 18 0 285300955 9787842560 155550 33554432000 1073741824 1073778376 140735610487280 140539723582120 266439013436 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18522/tid=18527] ppid=18520 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/18522/task/18527/stat : 18527 (java) R 18520 18522 13368 0 -1 4202560 42 0 0 0 6 2 0 0 20 0 18 0 285300955 9787842560 155550 33554432000 1073741824 1073778376 140735610487280 140539722530008 140539788375795 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18522/tid=18528] ppid=18520 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/18522/task/18528/stat : 18528 (java) R 18520 18522 13368 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 18 0 285300955 9787842560 156062 33554432000 1073741824 1073778376 140735610487280 140539721477208 140539788375745 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18529] ppid=18520 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/18522/task/18529/stat : 18529 (java) R 18520 18522 13368 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 18 0 285300955 9787842560 156062 33554432000 1073741824 1073778376 140735610487280 140539720423720 140539788375745 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18530] ppid=18520 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/18522/task/18530/stat : 18530 (java) R 18520 18522 13368 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 18 0 285300955 9787842560 156062 33554432000 1073741824 1073778376 140735610487280 140539623848280 140539790080175 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18531] ppid=18520 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/18522/task/18531/stat : 18531 (java) R 18520 18522 13368 0 -1 4202560 46 0 0 0 5 3 0 0 20 0 18 0 285300955 9787842560 156062 33554432000 1073741824 1073778376 140735610487280 140539622795816 140539788375745 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18532] ppid=18520 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/18522/task/18532/stat : 18532 (java) R 18520 18522 13368 0 -1 4202560 29 0 0 0 3 1 0 0 20 0 18 0 285300955 9787842560 156062 33554432000 1073741824 1073778376 140735610487280 140539621743192 140539789661324 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18533] ppid=18520 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18533/stat : 18533 (java) S 18520 18522 13368 0 -1 4202560 459 0 0 0 0 0 0 0 20 0 18 0 285300956 9787842560 156062 33554432000 1073741824 1073778376 140735610487280 140539609544328 266439013436 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18534] ppid=18520 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18534/stat : 18534 (java) S 18520 18522 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 285300956 9787842560 156062 33554432000 1073741824 1073778376 140735610487280 140539608491512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18535] ppid=18520 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18535/stat : 18535 (java) S 18520 18522 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 285300956 9787842560 156062 33554432000 1073741824 1073778376 140735610487280 140539607439112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18536] ppid=18520 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18536/stat : 18536 (java) S 18520 18522 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285300959 9787842560 156062 33554432000 1073741824 1073778376 140735610487280 140539606387600 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18537] ppid=18520 vsize=9558440 CPUtime=0.25 cores=0,2,4,6
/proc/18522/task/18537/stat : 18537 (java) S 18520 18522 13368 0 -1 4202560 1763 0 0 0 25 0 0 0 20 0 18 0 285300959 9787842560 156062 33554432000 1073741824 1073778376 140735610487280 140539605334200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18538] ppid=18520 vsize=9558440 CPUtime=0.3 cores=0,2,4,6
/proc/18522/task/18538/stat : 18538 (java) S 18520 18522 13368 0 -1 4202560 2486 0 0 0 30 0 0 0 20 0 18 0 285300959 9787842560 156062 33554432000 1073741824 1073778376 140735610487280 140539604281400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18539] ppid=18520 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18539/stat : 18539 (java) S 18520 18522 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285300959 9787842560 156062 33554432000 1073741824 1073778376 140735610487280 140539603229304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18540] ppid=18520 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18540/stat : 18540 (java) S 18520 18522 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285300959 9787842560 156062 33554432000 1073741824 1073778376 140735610487280 140539602176712 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 9558440

[startup+6.30072 s]
/proc/loadavg: 2.00 2.01 2.00 3/212 18540
/proc/meminfo: memFree=28884276/32873648 swapFree=6860/6860
[pid=18522] ppid=18520 vsize=9558440 CPUtime=7.77 cores=0,2,4,6
/proc/18522/stat : 18522 (java) S 18520 18522 13368 0 -1 4202496 10592 0 1 0 733 44 0 0 20 0 18 0 285300953 9787842560 306253 33554432000 1073741824 1073778376 140735610487280 140735610478416 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18522/statm: 2389610 306253 2255 9 0 2380296 0
[pid=18522/tid=18524] ppid=18520 vsize=9558440 CPUtime=5.94 cores=0,2,4,6
/proc/18522/task/18524/stat : 18524 (java) R 18520 18522 13368 0 -1 4202560 3027 0 1 0 576 18 0 0 20 0 18 0 285300954 9787842560 306253 33554432000 1073741824 1073778376 140735610487280 140539785895936 266439025933 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18525] ppid=18520 vsize=9558440 CPUtime=0.19 cores=0,2,4,6
/proc/18522/task/18525/stat : 18525 (java) S 18520 18522 13368 0 -1 4202560 197 0 0 0 15 4 0 0 20 0 18 0 285300955 9787842560 306253 33554432000 1073741824 1073778376 140735610487280 140539724634920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18526] ppid=18520 vsize=9558440 CPUtime=0.14 cores=0,2,4,6
/proc/18522/task/18526/stat : 18526 (java) S 18520 18522 13368 0 -1 4202560 97 0 0 0 10 4 0 0 20 0 18 0 285300955 9787842560 306253 33554432000 1073741824 1073778376 140735610487280 140539723582120 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18527] ppid=18520 vsize=9558440 CPUtime=0.19 cores=0,2,4,6
/proc/18522/task/18527/stat : 18527 (java) S 18520 18522 13368 0 -1 4202560 118 0 0 0 14 5 0 0 20 0 18 0 285300955 9787842560 306253 33554432000 1073741824 1073778376 140735610487280 140539722529832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18522/tid=18528] ppid=18520 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/18522/task/18528/stat : 18528 (java) S 18520 18522 13368 0 -1 4202560 98 0 0 0 6 2 0 0 20 0 18 0 285300955 9787842560 306253 33554432000 1073741824 1073778376 140735610487280 140539721477032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18529] ppid=18520 vsize=9558440 CPUtime=0.14 cores=0,2,4,6
/proc/18522/task/18529/stat : 18529 (java) S 18520 18522 13368 0 -1 4202560 210 0 0 0 11 3 0 0 20 0 18 0 285300955 9787842560 306253 33554432000 1073741824 1073778376 140735610487280 140539720423720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18522/tid=18530] ppid=18520 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/18522/task/18530/stat : 18530 (java) S 18520 18522 13368 0 -1 4202560 75 0 0 0 8 2 0 0 20 0 18 0 285300955 9787842560 306253 33554432000 1073741824 1073778376 140735610487280 140539623848104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18531] ppid=18520 vsize=9558440 CPUtime=0.18 cores=0,2,4,6
/proc/18522/task/18531/stat : 18531 (java) S 18520 18522 13368 0 -1 4202560 272 0 0 0 13 5 0 0 20 0 18 0 285300955 9787842560 306253 33554432000 1073741824 1073778376 140735610487280 140539622795816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18522/tid=18532] ppid=18520 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/18522/task/18532/stat : 18532 (java) S 18520 18522 13368 0 -1 4202560 78 0 0 0 6 2 0 0 20 0 18 0 285300955 9787842560 306253 33554432000 1073741824 1073778376 140735610487280 140539621743016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18533] ppid=18520 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18533/stat : 18533 (java) S 18520 18522 13368 0 -1 4202560 992 0 0 0 0 0 0 0 20 0 18 0 285300956 9787842560 306253 33554432000 1073741824 1073778376 140735610487280 140539609545448 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18534] ppid=18520 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18534/stat : 18534 (java) S 18520 18522 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 285300956 9787842560 306253 33554432000 1073741824 1073778376 140735610487280 140539608491512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18535] ppid=18520 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18535/stat : 18535 (java) S 18520 18522 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 285300956 9787842560 306253 33554432000 1073741824 1073778376 140735610487280 140539607439112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18536] ppid=18520 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18536/stat : 18536 (java) S 18520 18522 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285300959 9787842560 306253 33554432000 1073741824 1073778376 140735610487280 140539606387600 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18537] ppid=18520 vsize=9558440 CPUtime=0.25 cores=0,2,4,6
/proc/18522/task/18537/stat : 18537 (java) S 18520 18522 13368 0 -1 4202560 1763 0 0 0 25 0 0 0 20 0 18 0 285300959 9787842560 306253 33554432000 1073741824 1073778376 140735610487280 140539605334200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18538] ppid=18520 vsize=9558440 CPUtime=0.32 cores=0,2,4,6
/proc/18522/task/18538/stat : 18538 (java) S 18520 18522 13368 0 -1 4202560 2490 0 0 0 32 0 0 0 20 0 18 0 285300959 9787842560 306253 33554432000 1073741824 1073778376 140735610487280 140539604281400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18539] ppid=18520 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18539/stat : 18539 (java) S 18520 18522 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285300959 9787842560 306253 33554432000 1073741824 1073778376 140735610487280 140539603229304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18540] ppid=18520 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18540/stat : 18540 (java) S 18520 18522 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285300959 9787842560 306253 33554432000 1073741824 1073778376 140735610487280 140539602176712 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 9558440

[startup+12.7007 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 18541
/proc/meminfo: memFree=28657192/32873648 swapFree=6860/6860
[pid=18522] ppid=18520 vsize=9625004 CPUtime=15.04 cores=0,2,4,6
/proc/18522/stat : 18522 (java) S 18520 18522 13368 0 -1 4202496 13821 0 1 0 1451 53 0 0 20 0 19 0 285300953 9856004096 345310 33554432000 1073741824 1073778376 140735610487280 140735610478416 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18522/statm: 2406251 345310 2289 9 0 2396937 0
[pid=18522/tid=18524] ppid=18520 vsize=9625004 CPUtime=11.87 cores=0,2,4,6

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

[pid=18522/tid=18530] ppid=18520 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/18522/task/18530/stat : 18530 (java) S 18520 18522 13368 0 -1 4202560 329 0 0 0 37 4 0 0 20 0 19 0 285300955 9856004096 343546 33554432000 1073741824 1073778376 140735610487280 140539623848104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18522/tid=18531] ppid=18520 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/18522/task/18531/stat : 18531 (java) S 18520 18522 13368 0 -1 4202560 529 0 0 0 42 6 0 0 20 0 19 0 285300955 9856004096 343546 33554432000 1073741824 1073778376 140735610487280 140539622795816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18532] ppid=18520 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/18522/task/18532/stat : 18532 (java) S 18520 18522 13368 0 -1 4202560 422 0 0 0 40 4 0 0 20 0 19 0 285300955 9856004096 343546 33554432000 1073741824 1073778376 140735610487280 140539621743016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18533] ppid=18520 vsize=9625004 CPUtime=22.33 cores=0,2,4,6
/proc/18522/task/18533/stat : 18533 (java) S 18520 18522 13368 0 -1 4202560 1197 0 0 0 2228 5 0 0 20 0 19 0 285300956 9856004096 343546 33554432000 1073741824 1073778376 140735610487280 140539609545448 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18534] ppid=18520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18534/stat : 18534 (java) S 18520 18522 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285300956 9856004096 343546 33554432000 1073741824 1073778376 140735610487280 140539608491512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18535] ppid=18520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18535/stat : 18535 (java) S 18520 18522 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285300956 9856004096 343546 33554432000 1073741824 1073778376 140735610487280 140539607439112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18536] ppid=18520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18536/stat : 18536 (java) S 18520 18522 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285300959 9856004096 343546 33554432000 1073741824 1073778376 140735610487280 140539606387600 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18537] ppid=18520 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/18522/task/18537/stat : 18537 (java) S 18520 18522 13368 0 -1 4202560 3075 0 0 0 67 0 0 0 20 0 19 0 285300959 9856004096 343546 33554432000 1073741824 1073778376 140735610487280 140539605334200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18538] ppid=18520 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/18522/task/18538/stat : 18538 (java) S 18520 18522 13368 0 -1 4202560 4025 0 0 0 60 0 0 0 20 0 19 0 285300959 9856004096 343546 33554432000 1073741824 1073778376 140735610487280 140539604281400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18539] ppid=18520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18539/stat : 18539 (java) S 18520 18522 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285300959 9856004096 343546 33554432000 1073741824 1073778376 140735610487280 140539603229304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18540] ppid=18520 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/18522/task/18540/stat : 18540 (java) S 18520 18522 13368 0 -1 4202560 95 0 0 0 28 30 0 0 20 0 19 0 285300959 9856004096 343546 33554432000 1073741824 1073778376 140735610487280 140539602176712 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18541] ppid=18520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18541/stat : 18541 (java) S 18520 18522 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285301609 9856004096 343546 33554432000 1073741824 1073778376 140735610487280 140539601122728 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1666.42
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 1.04 1.10 1.45 2/189 18605
/proc/meminfo: memFree=29084684/32873648 swapFree=6860/6860
[pid=18522] ppid=18520 vsize=9625004 CPUtime=1726.47 cores=0,2,4,6
/proc/18522/stat : 18522 (java) S 18520 18522 13368 0 -1 4202496 16375 0 1 0 172551 96 0 0 20 0 19 0 285300953 9856004096 344407 33554432000 1073741824 1073778376 140735610487280 140735610478416 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18522/statm: 2406251 344407 2290 9 0 2396937 0
[pid=18522/tid=18524] ppid=18520 vsize=9625004 CPUtime=1698.53 cores=0,2,4,6
/proc/18522/task/18524/stat : 18524 (java) R 18520 18522 13368 0 -1 4202560 3111 0 1 0 169808 45 0 0 20 0 19 0 285300954 9856004096 344407 33554432000 1073741824 1073778376 140735610487280 140539785904432 140539725862838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18525] ppid=18520 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/18522/task/18525/stat : 18525 (java) S 18520 18522 13368 0 -1 4202560 347 0 0 0 46 6 0 0 20 0 19 0 285300955 9856004096 344407 33554432000 1073741824 1073778376 140735610487280 140539724634920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18526] ppid=18520 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/18522/task/18526/stat : 18526 (java) S 18520 18522 13368 0 -1 4202560 541 0 0 0 37 6 0 0 20 0 19 0 285300955 9856004096 344407 33554432000 1073741824 1073778376 140735610487280 140539723582120 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18527] ppid=18520 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/18522/task/18527/stat : 18527 (java) S 18520 18522 13368 0 -1 4202560 311 0 0 0 40 6 0 0 20 0 19 0 285300955 9856004096 344407 33554432000 1073741824 1073778376 140735610487280 140539722529832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18528] ppid=18520 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/18522/task/18528/stat : 18528 (java) S 18520 18522 13368 0 -1 4202560 525 0 0 0 34 3 0 0 20 0 19 0 285300955 9856004096 344407 33554432000 1073741824 1073778376 140735610487280 140539721477032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18529] ppid=18520 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/18522/task/18529/stat : 18529 (java) S 18520 18522 13368 0 -1 4202560 681 0 0 0 44 4 0 0 20 0 19 0 285300955 9856004096 344407 33554432000 1073741824 1073778376 140735610487280 140539720423720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18530] ppid=18520 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/18522/task/18530/stat : 18530 (java) S 18520 18522 13368 0 -1 4202560 329 0 0 0 39 4 0 0 20 0 19 0 285300955 9856004096 344407 33554432000 1073741824 1073778376 140735610487280 140539623848104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18531] ppid=18520 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/18522/task/18531/stat : 18531 (java) S 18520 18522 13368 0 -1 4202560 529 0 0 0 42 6 0 0 20 0 19 0 285300955 9856004096 344407 33554432000 1073741824 1073778376 140735610487280 140539622795816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18532] ppid=18520 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/18522/task/18532/stat : 18532 (java) S 18520 18522 13368 0 -1 4202560 422 0 0 0 40 4 0 0 20 0 19 0 285300955 9856004096 344407 33554432000 1073741824 1073778376 140735610487280 140539621743016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18533] ppid=18520 vsize=9625004 CPUtime=22.63 cores=0,2,4,6
/proc/18522/task/18533/stat : 18533 (java) S 18520 18522 13368 0 -1 4202560 1199 0 0 0 2258 5 0 0 20 0 19 0 285300956 9856004096 344407 33554432000 1073741824 1073778376 140735610487280 140539609545448 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18534] ppid=18520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18534/stat : 18534 (java) S 18520 18522 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285300956 9856004096 344407 33554432000 1073741824 1073778376 140735610487280 140539608491512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18535] ppid=18520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18535/stat : 18535 (java) S 18520 18522 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285300956 9856004096 344407 33554432000 1073741824 1073778376 140735610487280 140539607439112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18536] ppid=18520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18536/stat : 18536 (java) S 18520 18522 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285300959 9856004096 344407 33554432000 1073741824 1073778376 140735610487280 140539606387600 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18537] ppid=18520 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/18522/task/18537/stat : 18537 (java) S 18520 18522 13368 0 -1 4202560 3075 0 0 0 67 0 0 0 20 0 19 0 285300959 9856004096 344407 33554432000 1073741824 1073778376 140735610487280 140539605334200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18538] ppid=18520 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/18522/task/18538/stat : 18538 (java) S 18520 18522 13368 0 -1 4202560 4025 0 0 0 60 0 0 0 20 0 19 0 285300959 9856004096 344407 33554432000 1073741824 1073778376 140735610487280 140539604281400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18539] ppid=18520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18539/stat : 18539 (java) S 18520 18522 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285300959 9856004096 344407 33554432000 1073741824 1073778376 140735610487280 140539603229304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18540] ppid=18520 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/18522/task/18540/stat : 18540 (java) S 18520 18522 13368 0 -1 4202560 99 0 0 0 30 31 0 0 20 0 19 0 285300959 9856004096 344407 33554432000 1073741824 1073778376 140735610487280 140539602176712 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18541] ppid=18520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18541/stat : 18541 (java) S 18520 18522 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285301609 9856004096 344407 33554432000 1073741824 1073778376 140735610487280 140539601122728 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.47
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.01 1.08 1.42 2/189 18606
/proc/meminfo: memFree=29085636/32873648 swapFree=6860/6860
[pid=18522] ppid=18520 vsize=9625004 CPUtime=1786.52 cores=0,2,4,6
/proc/18522/stat : 18522 (java) S 18520 18522 13368 0 -1 4202496 16391 0 1 0 178554 98 0 0 20 0 19 0 285300953 9856004096 344415 33554432000 1073741824 1073778376 140735610487280 140735610478416 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18522/statm: 2406251 344415 2290 9 0 2396937 0
[pid=18522/tid=18524] ppid=18520 vsize=9625004 CPUtime=1758.12 cores=0,2,4,6
/proc/18522/task/18524/stat : 18524 (java) R 18520 18522 13368 0 -1 4202560 3112 0 1 0 175766 46 0 0 20 0 19 0 285300954 9856004096 344415 33554432000 1073741824 1073778376 140735610487280 140539785904432 140539726378193 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18525] ppid=18520 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/18522/task/18525/stat : 18525 (java) S 18520 18522 13368 0 -1 4202560 347 0 0 0 46 6 0 0 20 0 19 0 285300955 9856004096 344415 33554432000 1073741824 1073778376 140735610487280 140539724634920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18526] ppid=18520 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/18522/task/18526/stat : 18526 (java) S 18520 18522 13368 0 -1 4202560 550 0 0 0 37 6 0 0 20 0 19 0 285300955 9856004096 344415 33554432000 1073741824 1073778376 140735610487280 140539723582120 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18527] ppid=18520 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/18522/task/18527/stat : 18527 (java) S 18520 18522 13368 0 -1 4202560 311 0 0 0 40 6 0 0 20 0 19 0 285300955 9856004096 344415 33554432000 1073741824 1073778376 140735610487280 140539722529832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18528] ppid=18520 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/18522/task/18528/stat : 18528 (java) S 18520 18522 13368 0 -1 4202560 525 0 0 0 35 3 0 0 20 0 19 0 285300955 9856004096 344415 33554432000 1073741824 1073778376 140735610487280 140539721477032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18529] ppid=18520 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/18522/task/18529/stat : 18529 (java) S 18520 18522 13368 0 -1 4202560 681 0 0 0 44 4 0 0 20 0 19 0 285300955 9856004096 344415 33554432000 1073741824 1073778376 140735610487280 140539720423720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18530] ppid=18520 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/18522/task/18530/stat : 18530 (java) S 18520 18522 13368 0 -1 4202560 329 0 0 0 39 4 0 0 20 0 19 0 285300955 9856004096 344415 33554432000 1073741824 1073778376 140735610487280 140539623848104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18531] ppid=18520 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/18522/task/18531/stat : 18531 (java) S 18520 18522 13368 0 -1 4202560 529 0 0 0 42 6 0 0 20 0 19 0 285300955 9856004096 344415 33554432000 1073741824 1073778376 140735610487280 140539622795816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18532] ppid=18520 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/18522/task/18532/stat : 18532 (java) S 18520 18522 13368 0 -1 4202560 422 0 0 0 41 4 0 0 20 0 19 0 285300955 9856004096 344415 33554432000 1073741824 1073778376 140735610487280 140539621743016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18522/tid=18533] ppid=18520 vsize=9625004 CPUtime=23.04 cores=0,2,4,6
/proc/18522/task/18533/stat : 18533 (java) S 18520 18522 13368 0 -1 4202560 1201 0 0 0 2298 6 0 0 20 0 19 0 285300956 9856004096 344415 33554432000 1073741824 1073778376 140735610487280 140539609545448 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18534] ppid=18520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18534/stat : 18534 (java) S 18520 18522 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285300956 9856004096 344415 33554432000 1073741824 1073778376 140735610487280 140539608491512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18535] ppid=18520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18535/stat : 18535 (java) S 18520 18522 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285300956 9856004096 344415 33554432000 1073741824 1073778376 140735610487280 140539607439112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18536] ppid=18520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18536/stat : 18536 (java) S 18520 18522 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285300959 9856004096 344415 33554432000 1073741824 1073778376 140735610487280 140539606387600 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18537] ppid=18520 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/18522/task/18537/stat : 18537 (java) S 18520 18522 13368 0 -1 4202560 3075 0 0 0 67 0 0 0 20 0 19 0 285300959 9856004096 344415 33554432000 1073741824 1073778376 140735610487280 140539605334200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18538] ppid=18520 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/18522/task/18538/stat : 18538 (java) S 18520 18522 13368 0 -1 4202560 4025 0 0 0 60 0 0 0 20 0 19 0 285300959 9856004096 344415 33554432000 1073741824 1073778376 140735610487280 140539604281400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18539] ppid=18520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18539/stat : 18539 (java) S 18520 18522 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285300959 9856004096 344415 33554432000 1073741824 1073778376 140735610487280 140539603229304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18540] ppid=18520 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/18522/task/18540/stat : 18540 (java) S 18520 18522 13368 0 -1 4202560 103 0 0 0 31 32 0 0 20 0 19 0 285300959 9856004096 344415 33554432000 1073741824 1073778376 140735610487280 140539602176712 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18541] ppid=18520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18541/stat : 18541 (java) S 18520 18522 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285301609 9856004096 344415 33554432000 1073741824 1073778376 140735610487280 140539601122728 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.52
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 1.01 1.08 1.41 2/189 18606
/proc/meminfo: memFree=29083588/32873648 swapFree=6860/6860
[pid=18522] ppid=18520 vsize=9625004 CPUtime=1800.08 cores=0,2,4,6
/proc/18522/stat : 18522 (java) S 18520 18522 13368 0 -1 4202496 16415 0 1 0 179910 98 0 0 20 0 19 0 285300953 9856004096 344947 33554432000 1073741824 1073778376 140735610487280 140735610478416 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18522/statm: 2406251 344947 2290 9 0 2396937 0
[pid=18522/tid=18524] ppid=18520 vsize=9625004 CPUtime=1771.3 cores=0,2,4,6
/proc/18522/task/18524/stat : 18524 (java) R 18520 18522 13368 0 -1 4202560 3113 0 1 0 177084 46 0 0 20 0 19 0 285300954 9856004096 344947 33554432000 1073741824 1073778376 140735610487280 140539785904432 140539726484567 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18525] ppid=18520 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/18522/task/18525/stat : 18525 (java) S 18520 18522 13368 0 -1 4202560 353 0 0 0 47 6 0 0 20 0 19 0 285300955 9856004096 344947 33554432000 1073741824 1073778376 140735610487280 140539724634920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18526] ppid=18520 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/18522/task/18526/stat : 18526 (java) S 18520 18522 13368 0 -1 4202560 550 0 0 0 38 6 0 0 20 0 19 0 285300955 9856004096 344947 33554432000 1073741824 1073778376 140735610487280 140539723582120 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18527] ppid=18520 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/18522/task/18527/stat : 18527 (java) S 18520 18522 13368 0 -1 4202560 311 0 0 0 41 6 0 0 20 0 19 0 285300955 9856004096 344947 33554432000 1073741824 1073778376 140735610487280 140539722529832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18522/tid=18528] ppid=18520 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/18522/task/18528/stat : 18528 (java) S 18520 18522 13368 0 -1 4202560 525 0 0 0 35 3 0 0 20 0 19 0 285300955 9856004096 344947 33554432000 1073741824 1073778376 140735610487280 140539721477032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18522/tid=18529] ppid=18520 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/18522/task/18529/stat : 18529 (java) S 18520 18522 13368 0 -1 4202560 691 0 0 0 46 4 0 0 20 0 19 0 285300955 9856004096 344947 33554432000 1073741824 1073778376 140735610487280 140539720423720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18530] ppid=18520 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/18522/task/18530/stat : 18530 (java) S 18520 18522 13368 0 -1 4202560 329 0 0 0 39 4 0 0 20 0 19 0 285300955 9856004096 344947 33554432000 1073741824 1073778376 140735610487280 140539623848104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18531] ppid=18520 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/18522/task/18531/stat : 18531 (java) S 18520 18522 13368 0 -1 4202560 529 0 0 0 44 6 0 0 20 0 19 0 285300955 9856004096 344947 33554432000 1073741824 1073778376 140735610487280 140539622795816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18532] ppid=18520 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/18522/task/18532/stat : 18532 (java) S 18520 18522 13368 0 -1 4202560 422 0 0 0 42 4 0 0 20 0 19 0 285300955 9856004096 344947 33554432000 1073741824 1073778376 140735610487280 140539621743016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18533] ppid=18520 vsize=9625004 CPUtime=23.35 cores=0,2,4,6
/proc/18522/task/18533/stat : 18533 (java) S 18520 18522 13368 0 -1 4202560 1208 0 0 0 2329 6 0 0 20 0 19 0 285300956 9856004096 344947 33554432000 1073741824 1073778376 140735610487280 140539609545448 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18534] ppid=18520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18534/stat : 18534 (java) S 18520 18522 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285300956 9856004096 344947 33554432000 1073741824 1073778376 140735610487280 140539608491512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18535] ppid=18520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18535/stat : 18535 (java) S 18520 18522 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285300956 9856004096 344947 33554432000 1073741824 1073778376 140735610487280 140539607439112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18536] ppid=18520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18536/stat : 18536 (java) S 18520 18522 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285300959 9856004096 344947 33554432000 1073741824 1073778376 140735610487280 140539606387600 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18522/tid=18537] ppid=18520 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/18522/task/18537/stat : 18537 (java) S 18520 18522 13368 0 -1 4202560 3075 0 0 0 67 0 0 0 20 0 19 0 285300959 9856004096 344947 33554432000 1073741824 1073778376 140735610487280 140539605334200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18538] ppid=18520 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/18522/task/18538/stat : 18538 (java) S 18520 18522 13368 0 -1 4202560 4025 0 0 0 60 0 0 0 20 0 19 0 285300959 9856004096 344947 33554432000 1073741824 1073778376 140735610487280 140539604281400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18539] ppid=18520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18539/stat : 18539 (java) S 18520 18522 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285300959 9856004096 344947 33554432000 1073741824 1073778376 140735610487280 140539603229304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18522/tid=18540] ppid=18520 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/18522/task/18540/stat : 18540 (java) S 18520 18522 13368 0 -1 4202560 103 0 0 0 31 33 0 0 20 0 19 0 285300959 9856004096 344947 33554432000 1073741824 1073778376 140735610487280 140539602176712 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18522/tid=18541] ppid=18520 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/18522/task/18541/stat : 18541 (java) S 18520 18522 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285301609 9856004096 344947 33554432000 1073741824 1073778376 140735610487280 140539601122728 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143
Real time (s): 1795.85
CPU time (s): 1800.61
CPU user time (s): 1799.21
CPU system time (s): 1.40179
CPU usage (%): 100.265
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 1.40179
maximum resident set size= 1389440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16447
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40155
involuntary context switches= 15577

runsolver used 5.9121 second user time and 15.0627 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-28 09:55:49
IDJOB=3709962
IDBENCH=89735
IDSOLVER=2289
FILE ID=node116/3709962-1338191748
RUNJOBID= node116-1338158618-13384
PBS_JOBID= 14624543
Free space on /tmp= 71412 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-120.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709962-1338191748/watcher-3709962-1338191748 -o /tmp/evaluation-result-3709962-1338191748/solver-3709962-1338191748 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709962-1338191748.opb

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

MD5SUM BENCH= 7b80ddfff13fd2a12f867bbe09bf6414
RANDOM SEED=716507501

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30031956 kB
Buffers:          384016 kB
Cached:          1193480 kB
SwapCached:         3236 kB
Active:          1300324 kB
Inactive:         699076 kB
Active(anon):     412608 kB
Inactive(anon):     8956 kB
Active(file):     887716 kB
Inactive(file):   690120 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103668 kB
Dirty:             50436 kB
Writeback:            16 kB
AnonPages:        427700 kB
Mapped:            21064 kB
Shmem:                96 kB
Slab:             701992 kB
SReclaimable:     145944 kB
SUnreclaim:       556048 kB
KernelStack:        1600 kB
PageTables:         5272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1082536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    393216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71424 MiB
End job on node116 at 2012-05-28 10:25:47