Trace number 3709941

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.45 1786.15

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12038_7-unsat.opb
MD5SUMdcebcc122dcddcac4192e5e5bf5bd3e3
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark17.6313
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables24684
Total number of constraints81656
Number of constraints which are clauses81252
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints404
Minimum length of a constraint1
Maximum length of a constraint120
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 49
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 745
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.09	c version 2.3.2.v20120418
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.09	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-3709941-1338184560.opb
0.09/0.12	c reading problem ... 
1.41/0.82	c ... done. Wall clock time 0.693s.
1.41/0.82	c declared #vars     24684
1.41/0.82	c #constraints  71315
1.41/0.82	c constraints type 
1.41/0.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8726
1.41/0.82	c ignored satisfied constraints => 10341
1.41/0.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 57864
1.41/0.82	c org.sat4j.minisat.constraints.cnf.UnitClause => 4321
1.41/0.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 404
1.41/0.82	c 81656 constraints processed.
3.30/2.23	c cleaning 2493 clauses out of 5000 with flag 5000/5000
4.90/3.71	c cleaning 4245 clauses out of 8510 with flag 11003/11003
6.65/5.45	c cleaning 5626 clauses out of 11263 with flag 18001/18001
8.75/7.55	c cleaning 6815 clauses out of 13637 with flag 26001/26001
11.14/9.90	c cleaning 7907 clauses out of 15821 with flag 35000/35000
13.63/12.34	c cleaning 8944 clauses out of 17914 with flag 45000/45000
16.14/14.89	c cleaning 9978 clauses out of 19973 with flag 56003/56003
19.05/17.73	c cleaning 10991 clauses out of 21994 with flag 68002/68002
22.15/20.85	c cleaning 11996 clauses out of 24002 with flag 81001/81001
25.65/24.38	c cleaning 12995 clauses out of 26006 with flag 95001/95001
30.06/28.75	c cleaning 13995 clauses out of 28012 with flag 110002/110002
34.56/33.27	c cleaning 14997 clauses out of 30016 with flag 126001/126001
39.39/38.08	c cleaning 16004 clauses out of 32023 with flag 143005/143005
44.21/42.89	c cleaning 16988 clauses out of 34014 with flag 161000/161000
49.03/47.61	c cleaning 18009 clauses out of 36028 with flag 180002/180002
54.54/53.13	c cleaning 18990 clauses out of 38018 with flag 200001/200001
60.85/59.40	c cleaning 19990 clauses out of 40028 with flag 221001/221001
67.17/65.79	c cleaning 21009 clauses out of 42037 with flag 243000/243000
74.29/72.86	c cleaning 22011 clauses out of 44030 with flag 266002/266002
81.51/80.10	c cleaning 22999 clauses out of 46018 with flag 290001/290001
89.11/87.60	c cleaning 23992 clauses out of 48018 with flag 315000/315000
95.52/94.05	c cleaning 24996 clauses out of 50028 with flag 341002/341002
103.33/101.88	c cleaning 26005 clauses out of 52032 with flag 368002/368002
112.04/110.57	c cleaning 27009 clauses out of 54026 with flag 396001/396001
120.47/118.98	c cleaning 27990 clauses out of 56017 with flag 425001/425001
129.98/128.44	c cleaning 29001 clauses out of 58029 with flag 455003/455003
138.89/137.32	c cleaning 30005 clauses out of 60027 with flag 486002/486002
148.71/147.16	c cleaning 30994 clauses out of 62020 with flag 518000/518000
159.12/157.51	c cleaning 32000 clauses out of 64027 with flag 551001/551001
169.85/168.21	c cleaning 32979 clauses out of 66026 with flag 585000/585000
180.57/178.97	c cleaning 34016 clauses out of 68049 with flag 620002/620002
191.62/190.00	c cleaning 34999 clauses out of 70032 with flag 656001/656001
203.46/201.73	c cleaning 36004 clauses out of 72034 with flag 693002/693002
215.40/213.68	c cleaning 37005 clauses out of 74029 with flag 731001/731001
228.54/226.70	c cleaning 37997 clauses out of 76025 with flag 770002/770002
241.25/239.42	c cleaning 38995 clauses out of 78027 with flag 810001/810001
254.98/253.19	c cleaning 39983 clauses out of 80031 with flag 851000/851000
268.41/266.52	c cleaning 41008 clauses out of 82049 with flag 893001/893001
282.73/280.84	c cleaning 42009 clauses out of 84040 with flag 936000/936000
296.65/294.75	c cleaning 42985 clauses out of 86032 with flag 980001/980001
313.46/311.53	c cleaning 44014 clauses out of 88047 with flag 1025001/1025001
329.38/327.47	c cleaning 45009 clauses out of 90034 with flag 1071002/1071002
343.22/341.24	c cleaning 45995 clauses out of 92024 with flag 1118001/1118001
359.64/357.62	c cleaning 46962 clauses out of 94028 with flag 1166000/1166000
373.79/371.80	c cleaning 48016 clauses out of 96069 with flag 1215003/1215003
389.79/387.72	c cleaning 49013 clauses out of 98051 with flag 1265001/1265001
406.27/404.10	c cleaning 49994 clauses out of 100037 with flag 1316000/1316000
421.73/419.54	c cleaning 51000 clauses out of 102043 with flag 1368000/1368000
439.61/437.39	c cleaning 52011 clauses out of 104045 with flag 1421002/1421002
459.00/456.67	c cleaning 52999 clauses out of 106032 with flag 1475000/1475000
476.57/474.19	c cleaning 54012 clauses out of 108033 with flag 1530000/1530000
496.23/493.74	c cleaning 54996 clauses out of 110021 with flag 1586000/1586000
515.80/513.29	c cleaning 55993 clauses out of 112026 with flag 1643001/1643001
539.88/537.27	c cleaning 56993 clauses out of 114034 with flag 1701002/1701002
563.80/561.09	c cleaning 57986 clauses out of 116039 with flag 1760000/1760000
584.97/582.11	c cleaning 59007 clauses out of 118053 with flag 1820000/1820000
609.73/606.86	c cleaning 59995 clauses out of 120046 with flag 1881000/1881000
635.52/632.51	c cleaning 61011 clauses out of 122052 with flag 1943001/1943001
660.10/657.05	c cleaning 62011 clauses out of 124041 with flag 2006001/2006001
682.37/679.20	c cleaning 62996 clauses out of 126029 with flag 2070000/2070000
706.35/703.14	c cleaning 64005 clauses out of 128035 with flag 2135002/2135002
732.40/729.14	c cleaning 65004 clauses out of 130028 with flag 2201000/2201000
758.27/754.92	c cleaning 65994 clauses out of 132024 with flag 2268000/2268000
783.59/780.15	c cleaning 66985 clauses out of 134031 with flag 2336001/2336001
812.12/808.57	c cleaning 68001 clauses out of 136046 with flag 2405001/2405001
837.64/833.97	c cleaning 68999 clauses out of 138044 with flag 2475000/2475000
865.34/861.59	c cleaning 69981 clauses out of 140045 with flag 2546000/2546000
893.05/889.18	c cleaning 71004 clauses out of 142065 with flag 2618001/2618001
918.70/914.64	c cleaning 72011 clauses out of 144060 with flag 2691000/2691000
946.52/942.37	c cleaning 73008 clauses out of 146049 with flag 2765000/2765000
981.16/976.87	c cleaning 74010 clauses out of 148044 with flag 2840003/2840003
1017.74/1013.27	c cleaning 74973 clauses out of 150031 with flag 2916000/2916000
1050.10/1045.40	c cleaning 76011 clauses out of 152061 with flag 2993003/2993003
1076.67/1071.88	c cleaning 77011 clauses out of 154051 with flag 3071004/3071004
1103.55/1098.54	c cleaning 78011 clauses out of 156040 with flag 3150004/3150004
1133.63/1128.45	c cleaning 78994 clauses out of 158030 with flag 3230005/3230005
1165.28/1159.82	c cleaning 80005 clauses out of 160031 with flag 3311000/3311000
1194.58/1188.92	c cleaning 80965 clauses out of 162027 with flag 3393001/3393001
1226.97/1221.09	c cleaning 82017 clauses out of 164061 with flag 3476000/3476000
1266.65/1260.47	c cleaning 83020 clauses out of 166046 with flag 3560002/3560002
1306.48/1299.98	c cleaning 84003 clauses out of 168024 with flag 3645000/3645000
1346.29/1339.32	c cleaning 84980 clauses out of 170021 with flag 3731000/3731000
1386.69/1379.25	c cleaning 86000 clauses out of 172044 with flag 3818003/3818003
1429.01/1421.05	c cleaning 86993 clauses out of 174041 with flag 3906000/3906000
1468.50/1460.08	c cleaning 88012 clauses out of 176049 with flag 3995001/3995001
1513.04/1504.09	c cleaning 88996 clauses out of 178036 with flag 4085000/4085000
1560.55/1550.82	c cleaning 89985 clauses out of 180040 with flag 4176000/4176000
1608.24/1597.87	c cleaning 91011 clauses out of 182055 with flag 4268000/4268000
1656.22/1645.01	c cleaning 91990 clauses out of 184046 with flag 4361002/4361002
1708.33/1696.37	c cleaning 93009 clauses out of 186054 with flag 4455000/4455000
1744.48/1731.75	c cleaning 94016 clauses out of 188045 with flag 4550000/4550000
1781.46/1767.92	c cleaning 95003 clauses out of 190029 with flag 4646000/4646000
1800.02/1786.11	c starts		: 271
1800.02/1786.11	c conflicts		: 4691777
1800.02/1786.11	c decisions		: 6152620
1800.02/1786.11	c propagations		: 2459289627
1800.02/1786.11	c inspects		: 13715205312
1800.02/1786.11	c shortcuts		: 0
1800.02/1786.11	c learnt literals	: 0
1800.02/1786.11	c learnt binary clauses	: 0
1800.02/1786.11	c learnt ternary clauses	: 2959
1800.02/1786.11	c learnt constraints	: 4691777
1800.02/1786.11	c ignored constraints	: 0
1800.02/1786.11	c root simplifications	: 271
1800.02/1786.11	c removed literals (reason simplification)	: 81002369
1800.02/1786.11	c reason swapping (by a shorter reason)	: 0
1800.02/1786.11	c Calls to reduceDB	: 92
1800.02/1786.11	c number of reductions to clauses (during analyze)	: 0
1800.02/1786.11	c number of learned constraints concerned by reduction	: 0
1800.02/1786.11	c number of learning phase by resolution	: 0
1800.02/1786.11	c number of learning phase by cutting planes	: 0
1800.02/1786.11	c speed (assignments/second)	: 1377569.122117543
1800.02/1786.11	c non guided choices	75
1800.02/1786.14	c learnt constraints type 
1800.02/1786.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 140883
1800.02/1786.14	c constraints type 
1800.02/1786.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8726
1800.02/1786.14	c ignored satisfied constraints => 10341
1800.02/1786.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 57864
1800.02/1786.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 4321
1800.02/1786.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 404
1800.02/1786.14	c 81656 constraints processed.
1800.02/1786.14	s UNKNOWN
1800.02/1786.14	c Total wall clock time (in seconds): 1786.016

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-3709941-1338184560/watcher-3709941-1338184560 -o /tmp/evaluation-result-3709941-1338184560/solver-3709941-1338184560 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709941-1338184560.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.00 2.00 3/194 17771
/proc/meminfo: memFree=30264564/32873648 swapFree=6860/6860
[pid=17771] ppid=17769 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/17771/stat : 17771 (java) D 17769 17771 13368 0 -1 4202496 242 0 0 0 0 0 0 0 20 0 1 0 284582044 9515008 176 33554432000 1073741824 1073778376 140735697273584 140735697256312 266435642256 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/17771/statm: 2323 176 133 9 0 71 0

[startup+0.0505829 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 17771
/proc/meminfo: memFree=30264564/32873648 swapFree=6860/6860
[pid=17771] ppid=17769 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/17771/stat : 17771 (java) S 17769 17771 13368 0 -1 4202496 3093 0 1 0 2 0 0 0 20 0 13 0 284582044 9446973440 3278 33554432000 1073741824 1073778376 140736426464240 140736426455376 266439000125 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17771/statm: 2306390 3282 1704 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100255 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 17771
/proc/meminfo: memFree=30264564/32873648 swapFree=6860/6860
[pid=17771] ppid=17769 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/17771/stat : 17771 (java) S 17769 17771 13368 0 -1 4202496 4300 0 1 0 8 1 0 0 20 0 18 0 284582044 9787842560 4995 33554432000 1073741824 1073778376 140736426464240 140736426455376 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17771/statm: 2389610 4995 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300224 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 17771
/proc/meminfo: memFree=30264564/32873648 swapFree=6860/6860
[pid=17771] ppid=17769 vsize=9558440 CPUtime=0.46 cores=0,2,4,6
/proc/17771/stat : 17771 (java) S 17769 17771 13368 0 -1 4202496 6067 0 1 0 45 1 0 0 20 0 18 0 284582044 9787842560 8401 33554432000 1073741824 1073778376 140736426464240 140736426455376 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17771/statm: 2389610 8401 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558440

[startup+0.700248 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 17771
/proc/meminfo: memFree=30264564/32873648 swapFree=6860/6860
[pid=17771] ppid=17769 vsize=9558440 CPUtime=1.14 cores=0,2,4,6
/proc/17771/stat : 17771 (java) S 17769 17771 13368 0 -1 4202496 7374 0 1 0 109 5 0 0 20 0 18 0 284582044 9787842560 41039 33554432000 1073741824 1073778376 140736426464240 140736426455376 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17771/statm: 2389610 41039 2261 9 0 2380296 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9558440

[startup+1.50067 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 17790
/proc/meminfo: memFree=30100176/32873648 swapFree=6860/6860
[pid=17771] ppid=17769 vsize=9625004 CPUtime=2.55 cores=0,2,4,6
/proc/17771/stat : 17771 (java) S 17769 17771 13368 0 -1 4202496 11457 0 1 0 249 6 0 0 20 0 19 0 284582044 9856004096 43495 33554432000 1073741824 1073778376 140736426464240 140736426455376 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17771/statm: 2406251 43495 2274 9 0 2396937 0
[pid=17771/tid=17773] ppid=17769 vsize=9625004 CPUtime=1.45 cores=0,2,4,6
/proc/17771/task/17773/stat : 17773 (java) R 17769 17771 13368 0 -1 4202560 2624 0 1 0 141 4 0 0 20 0 19 0 284582045 9856004096 43495 33554432000 1073741824 1073778376 140736426464240 140299467673656 140299408169698 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17771/tid=17774] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17774/stat : 17774 (java) S 17769 17771 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284582046 9856004096 43495 33554432000 1073741824 1073778376 140736426464240 140299406404264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17775] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17775/stat : 17775 (java) S 17769 17771 13368 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 284582046 9856004096 43495 33554432000 1073741824 1073778376 140736426464240 140299405351720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17771/tid=17776] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17776/stat : 17776 (java) S 17769 17771 13368 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 284582046 9856004096 43495 33554432000 1073741824 1073778376 140736426464240 140299404299176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17771/tid=17777] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17777/stat : 17777 (java) S 17769 17771 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284582046 9856004096 43495 33554432000 1073741824 1073778376 140736426464240 140299403246632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17778] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17778/stat : 17778 (java) S 17769 17771 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284582046 9856004096 43495 33554432000 1073741824 1073778376 140736426464240 140299307006120 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17779] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17779/stat : 17779 (java) S 17769 17771 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 284582046 9856004096 43495 33554432000 1073741824 1073778376 140736426464240 140299305953576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17771/tid=17780] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17780/stat : 17780 (java) S 17769 17771 13368 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 284582046 9856004096 43495 33554432000 1073741824 1073778376 140736426464240 140299304901032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17771/tid=17781] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17781/stat : 17781 (java) S 17769 17771 13368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 284582046 9856004096 43495 33554432000 1073741824 1073778376 140736426464240 140299303848488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17782] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17782/stat : 17782 (java) S 17769 17771 13368 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 284582047 9856004096 43495 33554432000 1073741824 1073778376 140736426464240 140299291650664 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17783] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17783/stat : 17783 (java) S 17769 17771 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284582048 9856004096 43495 33554432000 1073741824 1073778376 140736426464240 140299290596984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17784] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17784/stat : 17784 (java) S 17769 17771 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284582048 9856004096 43495 33554432000 1073741824 1073778376 140736426464240 140299289544328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17785] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17785/stat : 17785 (java) S 17769 17771 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284582050 9856004096 43495 33554432000 1073741824 1073778376 140736426464240 140299288493072 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17786] ppid=17769 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/17771/task/17786/stat : 17786 (java) S 17769 17771 13368 0 -1 4202560 4580 0 0 0 55 0 0 0 20 0 19 0 284582050 9856004096 43495 33554432000 1073741824 1073778376 140736426464240 140299287439416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17787] ppid=17769 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/17771/task/17787/stat : 17787 (java) S 17769 17771 13368 0 -1 4202560 2960 0 0 0 46 0 0 0 20 0 19 0 284582050 9856004096 43495 33554432000 1073741824 1073778376 140736426464240 140299286386872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17771/tid=17788] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17788/stat : 17788 (java) S 17769 17771 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284582050 9856004096 43495 33554432000 1073741824 1073778376 140736426464240 140299285334520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17771/tid=17789] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17789/stat : 17789 (java) S 17769 17771 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284582050 9856004096 43495 33554432000 1073741824 1073778376 140736426464240 140299284282184 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17790] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17790/stat : 17790 (java) S 17769 17771 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284582131 9856004096 43495 33554432000 1073741824 1073778376 140736426464240 140299283227944 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 9625004

[startup+3.10062 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 17790
/proc/meminfo: memFree=30099300/32873648 swapFree=6860/6860
[pid=17771] ppid=17769 vsize=9625004 CPUtime=4.27 cores=0,2,4,6
/proc/17771/stat : 17771 (java) S 17769 17771 13368 0 -1 4202496 11545 0 1 0 419 8 0 0 20 0 19 0 284582044 9856004096 51223 33554432000 1073741824 1073778376 140736426464240 140736426455376 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17771/statm: 2406251 51223 2291 9 0 2396937 0
[pid=17771/tid=17773] ppid=17769 vsize=9625004 CPUtime=2.98 cores=0,2,4,6
/proc/17771/task/17773/stat : 17773 (java) R 17769 17771 13368 0 -1 4202560 2624 0 1 0 294 4 0 0 20 0 19 0 284582045 9856004096 51223 33554432000 1073741824 1073778376 140736426464240 140299467673800 140299408223928 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17771/tid=17774] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17774/stat : 17774 (java) S 17769 17771 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284582046 9856004096 51223 33554432000 1073741824 1073778376 140736426464240 140299406404264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17775] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17775/stat : 17775 (java) S 17769 17771 13368 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 284582046 9856004096 51223 33554432000 1073741824 1073778376 140736426464240 140299405351720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17771/tid=17776] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17776/stat : 17776 (java) S 17769 17771 13368 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 284582046 9856004096 51223 33554432000 1073741824 1073778376 140736426464240 140299404299176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17771/tid=17777] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17777/stat : 17777 (java) S 17769 17771 13368 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 284582046 9856004096 51223 33554432000 1073741824 1073778376 140736426464240 140299403246632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17778] ppid=17769 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/17771/task/17778/stat : 17778 (java) S 17769 17771 13368 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 284582046 9856004096 51223 33554432000 1073741824 1073778376 140736426464240 140299307006120 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17771/tid=17779] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17779/stat : 17779 (java) S 17769 17771 13368 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 284582046 9856004096 51223 33554432000 1073741824 1073778376 140736426464240 140299305953576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17780] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17780/stat : 17780 (java) S 17769 17771 13368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 284582046 9856004096 51223 33554432000 1073741824 1073778376 140736426464240 140299304901032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17771/tid=17781] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17781/stat : 17781 (java) S 17769 17771 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284582046 9856004096 51223 33554432000 1073741824 1073778376 140736426464240 140299303848488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17782] ppid=17769 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/17771/task/17782/stat : 17782 (java) S 17769 17771 13368 0 -1 4202560 101 0 0 0 3 0 0 0 20 0 19 0 284582047 9856004096 51223 33554432000 1073741824 1073778376 140736426464240 140299291650664 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17771/tid=17783] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17783/stat : 17783 (java) S 17769 17771 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284582048 9856004096 51223 33554432000 1073741824 1073778376 140736426464240 140299290596984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17784] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17784/stat : 17784 (java) S 17769 17771 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284582048 9856004096 51223 33554432000 1073741824 1073778376 140736426464240 140299289544328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17785] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17785/stat : 17785 (java) S 17769 17771 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284582050 9856004096 51223 33554432000 1073741824 1073778376 140736426464240 140299288493072 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17786] ppid=17769 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/17771/task/17786/stat : 17786 (java) S 17769 17771 13368 0 -1 4202560 4588 0 0 0 57 0 0 0 20 0 19 0 284582050 9856004096 51223 33554432000 1073741824 1073778376 140736426464240 140299287439416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17771/tid=17787] ppid=17769 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/17771/task/17787/stat : 17787 (java) S 17769 17771 13368 0 -1 4202560 2974 0 0 0 51 0 0 0 20 0 19 0 284582050 9856004096 51223 33554432000 1073741824 1073778376 140736426464240 140299286386872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17771/tid=17788] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17788/stat : 17788 (java) S 17769 17771 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284582050 9856004096 51223 33554432000 1073741824 1073778376 140736426464240 140299285334520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17771/tid=17789] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17789/stat : 17789 (java) S 17769 17771 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284582050 9856004096 51223 33554432000 1073741824 1073778376 140736426464240 140299284282184 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17771/tid=17790] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17790/stat : 17790 (java) S 17769 17771 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284582131 9856004096 51223 33554432000 1073741824 1073778376 140736426464240 140299283227944 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 9625004

[startup+6.30063 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 17790
/proc/meminfo: memFree=30066056/32873648 swapFree=6860/6860
[pid=17771] ppid=17769 vsize=9625004 CPUtime=7.55 cores=0,2,4,6
/proc/17771/stat : 17771 (java) S 17769 17771 13368 0 -1 4202496 11559 0 1 0 747 8 0 0 20 0 19 0 284582044 9856004096 52247 33554432000 1073741824 1073778376 140736426464240 140736426455376 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17771/statm: 2406251 52247 2291 9 0 2396937 0
[pid=17771/tid=17773] ppid=17769 vsize=9625004 CPUtime=6.08 cores=0,2,4,6
/proc/17771/task/17773/stat : 17773 (java) R 17769 17771 13368 0 -1 4202560 2626 0 1 0 604 4 0 0 20 0 19 0 284582045 9856004096 52247 33554432000 1073741824 1073778376 140736426464240 140299467674136 140299408211504 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17771/tid=17774] ppid=17769 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/17771/task/17774/stat : 17774 (java) S 17769 17771 13368 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 284582046 9856004096 52247 33554432000 1073741824 1073778376 140736426464240 140299406404264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17771/tid=17775] ppid=17769 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/17771/task/17775/stat : 17775 (java) S 17769 17771 13368 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 284582046 9856004096 52247 33554432000 1073741824 1073778376 140736426464240 140299405351720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17771/tid=17776] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17776/stat : 17776 (java) S 17769 17771 13368 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 284582046 9856004096 52247 33554432000 1073741824 1073778376 140736426464240 140299404299176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17771/tid=17777] ppid=17769 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/17771/task/17777/stat : 17777 (java) S 17769 17771 13368 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 284582046 9856004096 52247 33554432000 1073741824 1073778376 140736426464240 140299403246632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17771/tid=17778] ppid=17769 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/17771/task/17778/stat : 17778 (java) S 17769 17771 13368 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 284582046 9856004096 52247 33554432000 1073741824 1073778376 140736426464240 140299307006120 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17771/tid=17779] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17779/stat : 17779 (java) S 17769 17771 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284582046 9856004096 52247 33554432000 1073741824 1073778376 140736426464240 140299305953576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17771/tid=17780] ppid=17769 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/17771/task/17780/stat : 17780 (java) S 17769 17771 13368 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 284582046 9856004096 52247 33554432000 1073741824 1073778376 140736426464240 140299304901032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17771/tid=17781] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17781/stat : 17781 (java) S 17769 17771 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284582046 9856004096 52247 33554432000 1073741824 1073778376 140736426464240 140299303848488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17771/tid=17782] ppid=17769 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/17771/task/17782/stat : 17782 (java) S 17769 17771 13368 0 -1 4202560 102 0 0 0 10 0 0 0 20 0 19 0 284582047 9856004096 52247 33554432000 1073741824 1073778376 140736426464240 140299291650664 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17783] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17783/stat : 17783 (java) S 17769 17771 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284582048 9856004096 52247 33554432000 1073741824 1073778376 140736426464240 140299290596984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17784] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17784/stat : 17784 (java) S 17769 17771 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284582048 9856004096 52247 33554432000 1073741824 1073778376 140736426464240 140299289544328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17785] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17785/stat : 17785 (java) S 17769 17771 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284582050 9856004096 52247 33554432000 1073741824 1073778376 140736426464240 140299288493072 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17786] ppid=17769 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/17771/task/17786/stat : 17786 (java) S 17769 17771 13368 0 -1 4202560 4588 0 0 0 58 0 0 0 20 0 19 0 284582050 9856004096 52247 33554432000 1073741824 1073778376 140736426464240 140299287439416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17771/tid=17787] ppid=17769 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/17771/task/17787/stat : 17787 (java) S 17769 17771 13368 0 -1 4202560 2976 0 0 0 53 0 0 0 20 0 19 0 284582050 9856004096 52247 33554432000 1073741824 1073778376 140736426464240 140299286386872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17771/tid=17788] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17788/stat : 17788 (java) S 17769 17771 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284582050 9856004096 52247 33554432000 1073741824 1073778376 140736426464240 140299285334520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17771/tid=17789] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17789/stat : 17789 (java) S 17769 17771 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284582050 9856004096 52247 33554432000 1073741824 1073778376 140736426464240 140299284282184 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17771/tid=17790] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17790/stat : 17790 (java) S 17769 17771 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284582131 9856004096 52247 33554432000 1073741824 1073778376 140736426464240 140299283227944 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=17771/tid=17779] ppid=17769 vsize=9625004 CPUtime=2.04 cores=0,2,4,6
/proc/17771/task/17779/stat : 17779 (java) S 17769 17771 13368 0 -1 4202560 180 0 0 0 200 4 0 0 20 0 19 0 284582046 9856004096 47527 33554432000 1073741824 1073778376 140736426464240 140299305953576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17771/tid=17780] ppid=17769 vsize=9625004 CPUtime=2.08 cores=0,2,4,6
/proc/17771/task/17780/stat : 17780 (java) S 17769 17771 13368 0 -1 4202560 322 0 0 0 204 4 0 0 20 0 19 0 284582046 9856004096 47527 33554432000 1073741824 1073778376 140736426464240 140299304901032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17771/tid=17781] ppid=17769 vsize=9625004 CPUtime=1.99 cores=0,2,4,6
/proc/17771/task/17781/stat : 17781 (java) S 17769 17771 13368 0 -1 4202560 319 0 0 0 196 3 0 0 20 0 19 0 284582046 9856004096 47527 33554432000 1073741824 1073778376 140736426464240 140299303848488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17771/tid=17782] ppid=17769 vsize=9625004 CPUtime=5.49 cores=0,2,4,6
/proc/17771/task/17782/stat : 17782 (java) S 17769 17771 13368 0 -1 4202560 2136 0 0 0 543 6 0 0 20 0 19 0 284582047 9856004096 47527 33554432000 1073741824 1073778376 140736426464240 140299291650664 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17783] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17783/stat : 17783 (java) S 17769 17771 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284582048 9856004096 47527 33554432000 1073741824 1073778376 140736426464240 140299290596984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17784] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17784/stat : 17784 (java) S 17769 17771 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284582048 9856004096 47527 33554432000 1073741824 1073778376 140736426464240 140299289544328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17785] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17785/stat : 17785 (java) S 17769 17771 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284582050 9856004096 47527 33554432000 1073741824 1073778376 140736426464240 140299288493072 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17786] ppid=17769 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/17771/task/17786/stat : 17786 (java) S 17769 17771 13368 0 -1 4202560 4588 0 0 0 58 0 0 0 20 0 19 0 284582050 9856004096 47527 33554432000 1073741824 1073778376 140736426464240 140299287439416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17771/tid=17787] ppid=17769 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/17771/task/17787/stat : 17787 (java) S 17769 17771 13368 0 -1 4202560 2993 0 0 0 59 0 0 0 20 0 19 0 284582050 9856004096 47527 33554432000 1073741824 1073778376 140736426464240 140299286386872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17771/tid=17788] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17788/stat : 17788 (java) S 17769 17771 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284582050 9856004096 47527 33554432000 1073741824 1073778376 140736426464240 140299285334520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17771/tid=17789] ppid=17769 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/17771/task/17789/stat : 17789 (java) S 17769 17771 13368 0 -1 4202560 99 0 0 0 23 22 0 0 20 0 19 0 284582050 9856004096 47527 33554432000 1073741824 1073778376 140736426464240 140299284282184 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17771/tid=17790] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17790/stat : 17790 (java) S 17769 17771 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284582131 9856004096 47527 33554432000 1073741824 1073778376 140736426464240 140299283227944 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1734.92
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/213 18001
/proc/meminfo: memFree=29981776/32873648 swapFree=6860/6860
[pid=17771] ppid=17769 vsize=9625004 CPUtime=1796.15 cores=0,2,4,6
/proc/17771/stat : 17771 (java) S 17769 17771 13368 0 -1 4202496 18015 0 1 0 179550 65 0 0 20 0 19 0 284582044 9856004096 47503 33554432000 1073741824 1073778376 140736426464240 140736426455376 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17771/statm: 2406251 47503 2292 9 0 2396937 0
[pid=17771/tid=17773] ppid=17769 vsize=9625004 CPUtime=1770.97 cores=0,2,4,6
/proc/17771/task/17773/stat : 17773 (java) R 17769 17771 13368 0 -1 4202560 3168 0 1 0 177062 35 0 0 20 0 19 0 284582045 9856004096 47503 33554432000 1073741824 1073778376 140736426464240 140299467672944 140299407917260 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17771/tid=17774] ppid=17769 vsize=9625004 CPUtime=2.2 cores=0,2,4,6
/proc/17771/task/17774/stat : 17774 (java) S 17769 17771 13368 0 -1 4202560 390 0 0 0 216 4 0 0 20 0 19 0 284582046 9856004096 47503 33554432000 1073741824 1073778376 140736426464240 140299406404264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17771/tid=17775] ppid=17769 vsize=9625004 CPUtime=2.29 cores=0,2,4,6
/proc/17771/task/17775/stat : 17775 (java) S 17769 17771 13368 0 -1 4202560 448 0 0 0 225 4 0 0 20 0 19 0 284582046 9856004096 47503 33554432000 1073741824 1073778376 140736426464240 140299405351720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17771/tid=17776] ppid=17769 vsize=9625004 CPUtime=2.19 cores=0,2,4,6
/proc/17771/task/17776/stat : 17776 (java) S 17769 17771 13368 0 -1 4202560 415 0 0 0 216 3 0 0 20 0 19 0 284582046 9856004096 47503 33554432000 1073741824 1073778376 140736426464240 140299404299176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17777] ppid=17769 vsize=9625004 CPUtime=2.3 cores=0,2,4,6
/proc/17771/task/17777/stat : 17777 (java) S 17769 17771 13368 0 -1 4202560 522 0 0 0 226 4 0 0 20 0 19 0 284582046 9856004096 47503 33554432000 1073741824 1073778376 140736426464240 140299403246632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17771/tid=17778] ppid=17769 vsize=9625004 CPUtime=2.19 cores=0,2,4,6
/proc/17771/task/17778/stat : 17778 (java) S 17769 17771 13368 0 -1 4202560 313 0 0 0 215 4 0 0 20 0 19 0 284582046 9856004096 47503 33554432000 1073741824 1073778376 140736426464240 140299307006120 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17771/tid=17779] ppid=17769 vsize=9625004 CPUtime=2.28 cores=0,2,4,6
/proc/17771/task/17779/stat : 17779 (java) S 17769 17771 13368 0 -1 4202560 363 0 0 0 224 4 0 0 20 0 19 0 284582046 9856004096 47503 33554432000 1073741824 1073778376 140736426464240 140299305953576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17771/tid=17780] ppid=17769 vsize=9625004 CPUtime=2.3 cores=0,2,4,6
/proc/17771/task/17780/stat : 17780 (java) S 17769 17771 13368 0 -1 4202560 502 0 0 0 226 4 0 0 20 0 19 0 284582046 9856004096 47503 33554432000 1073741824 1073778376 140736426464240 140299304901032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17771/tid=17781] ppid=17769 vsize=9625004 CPUtime=2.2 cores=0,2,4,6
/proc/17771/task/17781/stat : 17781 (java) S 17769 17771 13368 0 -1 4202560 349 0 0 0 217 3 0 0 20 0 19 0 284582046 9856004096 47503 33554432000 1073741824 1073778376 140736426464240 140299303848488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17771/tid=17782] ppid=17769 vsize=9625004 CPUtime=5.68 cores=0,2,4,6
/proc/17771/task/17782/stat : 17782 (java) S 17769 17771 13368 0 -1 4202560 2679 0 0 0 562 6 0 0 20 0 19 0 284582047 9856004096 47503 33554432000 1073741824 1073778376 140736426464240 140299291650664 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17771/tid=17783] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17783/stat : 17783 (java) S 17769 17771 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284582048 9856004096 47503 33554432000 1073741824 1073778376 140736426464240 140299290596984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17784] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17784/stat : 17784 (java) S 17769 17771 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284582048 9856004096 47503 33554432000 1073741824 1073778376 140736426464240 140299289544328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17785] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17785/stat : 17785 (java) S 17769 17771 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284582050 9856004096 47503 33554432000 1073741824 1073778376 140736426464240 140299288493072 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17786] ppid=17769 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/17771/task/17786/stat : 17786 (java) S 17769 17771 13368 0 -1 4202560 4588 0 0 0 58 0 0 0 20 0 19 0 284582050 9856004096 47503 33554432000 1073741824 1073778376 140736426464240 140299287439416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17771/tid=17787] ppid=17769 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/17771/task/17787/stat : 17787 (java) S 17769 17771 13368 0 -1 4202560 2993 0 0 0 59 0 0 0 20 0 19 0 284582050 9856004096 47503 33554432000 1073741824 1073778376 140736426464240 140299286386872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17771/tid=17788] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17788/stat : 17788 (java) S 17769 17771 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284582050 9856004096 47503 33554432000 1073741824 1073778376 140736426464240 140299285334520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17771/tid=17789] ppid=17769 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/17771/task/17789/stat : 17789 (java) S 17769 17771 13368 0 -1 4202560 103 0 0 0 24 23 0 0 20 0 19 0 284582050 9856004096 47503 33554432000 1073741824 1073778376 140736426464240 140299284282184 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17771/tid=17790] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17790/stat : 17790 (java) S 17769 17771 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284582131 9856004096 47503 33554432000 1073741824 1073778376 140736426464240 140299283227944 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1796.15
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.1 s]
/proc/loadavg: 1.96 1.98 1.99 3/213 18001
/proc/meminfo: memFree=29981776/32873648 swapFree=6860/6860
[pid=17771] ppid=17769 vsize=9625004 CPUtime=1800.02 cores=0,2,4,6
/proc/17771/stat : 17771 (java) S 17769 17771 13368 0 -1 4202496 18018 0 1 0 179937 65 0 0 20 0 19 0 284582044 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140736426455376 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17771/statm: 2406251 47502 2292 9 0 2396937 0
[pid=17771/tid=17773] ppid=17769 vsize=9625004 CPUtime=1774.75 cores=0,2,4,6
/proc/17771/task/17773/stat : 17773 (java) R 17769 17771 13368 0 -1 4202560 3171 0 1 0 177440 35 0 0 20 0 19 0 284582045 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299467672928 140299408224449 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17771/tid=17774] ppid=17769 vsize=9625004 CPUtime=2.21 cores=0,2,4,6
/proc/17771/task/17774/stat : 17774 (java) S 17769 17771 13368 0 -1 4202560 390 0 0 0 217 4 0 0 20 0 19 0 284582046 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299406404264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17771/tid=17775] ppid=17769 vsize=9625004 CPUtime=2.3 cores=0,2,4,6
/proc/17771/task/17775/stat : 17775 (java) S 17769 17771 13368 0 -1 4202560 448 0 0 0 226 4 0 0 20 0 19 0 284582046 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299405351720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17771/tid=17776] ppid=17769 vsize=9625004 CPUtime=2.21 cores=0,2,4,6
/proc/17771/task/17776/stat : 17776 (java) S 17769 17771 13368 0 -1 4202560 415 0 0 0 218 3 0 0 20 0 19 0 284582046 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299404299176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17771/tid=17777] ppid=17769 vsize=9625004 CPUtime=2.31 cores=0,2,4,6
/proc/17771/task/17777/stat : 17777 (java) S 17769 17771 13368 0 -1 4202560 522 0 0 0 227 4 0 0 20 0 19 0 284582046 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299403246632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17778] ppid=17769 vsize=9625004 CPUtime=2.2 cores=0,2,4,6
/proc/17771/task/17778/stat : 17778 (java) S 17769 17771 13368 0 -1 4202560 313 0 0 0 216 4 0 0 20 0 19 0 284582046 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299307006120 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17771/tid=17779] ppid=17769 vsize=9625004 CPUtime=2.29 cores=0,2,4,6
/proc/17771/task/17779/stat : 17779 (java) S 17769 17771 13368 0 -1 4202560 363 0 0 0 225 4 0 0 20 0 19 0 284582046 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299305953576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17771/tid=17780] ppid=17769 vsize=9625004 CPUtime=2.31 cores=0,2,4,6
/proc/17771/task/17780/stat : 17780 (java) S 17769 17771 13368 0 -1 4202560 502 0 0 0 227 4 0 0 20 0 19 0 284582046 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299304901032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17771/tid=17781] ppid=17769 vsize=9625004 CPUtime=2.22 cores=0,2,4,6
/proc/17771/task/17781/stat : 17781 (java) S 17769 17771 13368 0 -1 4202560 349 0 0 0 219 3 0 0 20 0 19 0 284582046 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299303848488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17771/tid=17782] ppid=17769 vsize=9625004 CPUtime=5.68 cores=0,2,4,6
/proc/17771/task/17782/stat : 17782 (java) S 17769 17771 13368 0 -1 4202560 2679 0 0 0 562 6 0 0 20 0 19 0 284582047 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299291650664 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17771/tid=17783] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17783/stat : 17783 (java) S 17769 17771 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284582048 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299290596984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17784] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17784/stat : 17784 (java) S 17769 17771 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284582048 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299289544328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17785] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17785/stat : 17785 (java) S 17769 17771 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284582050 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299288493072 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17786] ppid=17769 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/17771/task/17786/stat : 17786 (java) S 17769 17771 13368 0 -1 4202560 4588 0 0 0 58 0 0 0 20 0 19 0 284582050 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299287439416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17771/tid=17787] ppid=17769 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/17771/task/17787/stat : 17787 (java) S 17769 17771 13368 0 -1 4202560 2993 0 0 0 59 0 0 0 20 0 19 0 284582050 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299286386872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17771/tid=17788] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17788/stat : 17788 (java) S 17769 17771 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284582050 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299285334520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17771/tid=17789] ppid=17769 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/17771/task/17789/stat : 17789 (java) S 17769 17771 13368 0 -1 4202560 103 0 0 0 24 23 0 0 20 0 19 0 284582050 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299284282184 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17771/tid=17790] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17790/stat : 17790 (java) S 17769 17771 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284582131 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299283227944 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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

[startup+1786.1 s]
/proc/loadavg: 1.96 1.98 1.99 3/213 18001
/proc/meminfo: memFree=29981776/32873648 swapFree=6860/6860
[pid=17771] ppid=17769 vsize=9625004 CPUtime=1800.02 cores=0,2,4,6
/proc/17771/stat : 17771 (java) S 17769 17771 13368 0 -1 4202496 18018 0 1 0 179937 65 0 0 20 0 19 0 284582044 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140736426455376 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17771/statm: 2406251 47502 2292 9 0 2396937 0
[pid=17771/tid=17773] ppid=17769 vsize=9625004 CPUtime=1774.75 cores=0,2,4,6
/proc/17771/task/17773/stat : 17773 (java) R 17769 17771 13368 0 -1 4202560 3171 0 1 0 177440 35 0 0 20 0 19 0 284582045 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299467672928 140299408224449 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17771/tid=17774] ppid=17769 vsize=9625004 CPUtime=2.21 cores=0,2,4,6
/proc/17771/task/17774/stat : 17774 (java) S 17769 17771 13368 0 -1 4202560 390 0 0 0 217 4 0 0 20 0 19 0 284582046 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299406404264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17771/tid=17775] ppid=17769 vsize=9625004 CPUtime=2.3 cores=0,2,4,6
/proc/17771/task/17775/stat : 17775 (java) S 17769 17771 13368 0 -1 4202560 448 0 0 0 226 4 0 0 20 0 19 0 284582046 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299405351720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17771/tid=17776] ppid=17769 vsize=9625004 CPUtime=2.21 cores=0,2,4,6
/proc/17771/task/17776/stat : 17776 (java) S 17769 17771 13368 0 -1 4202560 415 0 0 0 218 3 0 0 20 0 19 0 284582046 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299404299176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17771/tid=17777] ppid=17769 vsize=9625004 CPUtime=2.31 cores=0,2,4,6
/proc/17771/task/17777/stat : 17777 (java) S 17769 17771 13368 0 -1 4202560 522 0 0 0 227 4 0 0 20 0 19 0 284582046 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299403246632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17778] ppid=17769 vsize=9625004 CPUtime=2.2 cores=0,2,4,6
/proc/17771/task/17778/stat : 17778 (java) S 17769 17771 13368 0 -1 4202560 313 0 0 0 216 4 0 0 20 0 19 0 284582046 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299307006120 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17771/tid=17779] ppid=17769 vsize=9625004 CPUtime=2.29 cores=0,2,4,6
/proc/17771/task/17779/stat : 17779 (java) S 17769 17771 13368 0 -1 4202560 363 0 0 0 225 4 0 0 20 0 19 0 284582046 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299305953576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17771/tid=17780] ppid=17769 vsize=9625004 CPUtime=2.31 cores=0,2,4,6
/proc/17771/task/17780/stat : 17780 (java) S 17769 17771 13368 0 -1 4202560 502 0 0 0 227 4 0 0 20 0 19 0 284582046 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299304901032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17771/tid=17781] ppid=17769 vsize=9625004 CPUtime=2.22 cores=0,2,4,6
/proc/17771/task/17781/stat : 17781 (java) S 17769 17771 13368 0 -1 4202560 349 0 0 0 219 3 0 0 20 0 19 0 284582046 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299303848488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17771/tid=17782] ppid=17769 vsize=9625004 CPUtime=5.68 cores=0,2,4,6
/proc/17771/task/17782/stat : 17782 (java) S 17769 17771 13368 0 -1 4202560 2679 0 0 0 562 6 0 0 20 0 19 0 284582047 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299291650664 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17771/tid=17783] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17783/stat : 17783 (java) S 17769 17771 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 284582048 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299290596984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17784] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17784/stat : 17784 (java) S 17769 17771 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 284582048 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299289544328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17785] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17785/stat : 17785 (java) S 17769 17771 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284582050 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299288493072 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17771/tid=17786] ppid=17769 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/17771/task/17786/stat : 17786 (java) S 17769 17771 13368 0 -1 4202560 4588 0 0 0 58 0 0 0 20 0 19 0 284582050 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299287439416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17771/tid=17787] ppid=17769 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/17771/task/17787/stat : 17787 (java) S 17769 17771 13368 0 -1 4202560 2993 0 0 0 59 0 0 0 20 0 19 0 284582050 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299286386872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17771/tid=17788] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17788/stat : 17788 (java) S 17769 17771 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 284582050 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299285334520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17771/tid=17789] ppid=17769 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/17771/task/17789/stat : 17789 (java) S 17769 17771 13368 0 -1 4202560 103 0 0 0 24 23 0 0 20 0 19 0 284582050 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299284282184 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17771/tid=17790] ppid=17769 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17771/task/17790/stat : 17790 (java) S 17769 17771 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 284582131 9856004096 47502 33554432000 1073741824 1073778376 140736426464240 140299283227944 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1786.15
CPU time (s): 1800.45
CPU user time (s): 1799.37
CPU system time (s): 1.08083
CPU usage (%): 100.801
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.37
system time used= 1.08083
maximum resident set size= 386912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18054
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52836
involuntary context switches= 58083

runsolver used 6.04008 second user time and 14.4028 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-28 07:56:00
IDJOB=3709941
IDBENCH=73968
IDSOLVER=2289
FILE ID=node116/3709941-1338184560
RUNJOBID= node116-1338158618-13384
PBS_JOBID= 14624543
Free space on /tmp= 71464 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12038_7-unsat.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-3709941-1338184560/watcher-3709941-1338184560 -o /tmp/evaluation-result-3709941-1338184560/solver-3709941-1338184560 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709941-1338184560.opb

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

MD5SUM BENCH= dcebcc122dcddcac4192e5e5bf5bd3e3
RANDOM SEED=1352031002

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:        30265108 kB
Buffers:          380744 kB
Cached:          1127664 kB
SwapCached:         3236 kB
Active:          1080428 kB
Inactive:         689024 kB
Active(anon):     251864 kB
Inactive(anon):     8956 kB
Active(file):     828564 kB
Inactive(file):   680068 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103668 kB
Dirty:              3344 kB
Writeback:             0 kB
AnonPages:        263176 kB
Mapped:            20944 kB
Shmem:                96 kB
Slab:             700608 kB
SReclaimable:     144620 kB
SUnreclaim:       555988 kB
KernelStack:        1592 kB
PageTables:         4716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     825164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 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= 71464 MiB
End job on node116 at 2012-05-28 08:25:48