Trace number 3709725

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.02 1795.85

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga14_13_sat_pb.cnf.cr.opb
MD5SUMc93baf194c905dcd2c2597569ae179ef
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.002998
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables273
Total number of constraints222
Number of constraints which are clauses195
Number of constraints which are cardinality constraints (but not clauses)27
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint7
Maximum length of a constraint14
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 15
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.09	c See www.sat4j.org for details.
0.07/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.13	c configuring ORDERS
0.08/0.14	c --- Begin Solver configuration ---
0.08/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.08/0.14	c Learn all clauses as in MiniSAT
0.08/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.14	c Expensive reason simplification
0.08/0.14	c Armin Biere (Picosat) restarts strategy
0.08/0.14	c Glucose learned constraints deletion strategy
0.08/0.14	c timeout=2147483s
0.08/0.14	c DB Simplification allowed=true
0.08/0.14	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.14	c --- End Solver configuration ---
0.08/0.14	c solving HOME/instance-3709725-1338131645.opb
0.08/0.14	c reading problem ... 
0.24/0.20	c ... done. Wall clock time 0.066s.
0.24/0.20	c declared #vars     273
0.24/0.20	c #constraints  222
0.24/0.20	c constraints type 
0.24/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 195
0.24/0.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 27
0.24/0.20	c 222 constraints processed.
0.86/0.66	c cleaning 2500 clauses out of 5000 with flag 5000/5000
1.57/1.21	c cleaning 4252 clauses out of 8503 with flag 11003/11003
2.28/1.98	c cleaning 5622 clauses out of 11248 with flag 18000/18000
3.29/2.97	c cleaning 6808 clauses out of 13628 with flag 26002/26002
4.55/4.11	c cleaning 7907 clauses out of 15819 with flag 35001/35001
5.66/5.23	c cleaning 8952 clauses out of 17911 with flag 45000/45000
7.07/6.65	c cleaning 9978 clauses out of 19961 with flag 56002/56002
8.88/8.41	c cleaning 10990 clauses out of 21983 with flag 68002/68002
10.80/10.40	c cleaning 11995 clauses out of 23993 with flag 81002/81002
13.31/12.86	c cleaning 12999 clauses out of 25997 with flag 95001/95001
15.83/15.38	c cleaning 13979 clauses out of 27997 with flag 110000/110000
18.76/18.29	c cleaning 15009 clauses out of 30019 with flag 126001/126001
21.76/21.23	c cleaning 15999 clauses out of 32011 with flag 143002/143002
25.10/24.60	c cleaning 16996 clauses out of 34011 with flag 161001/161001
28.83/28.28	c cleaning 18007 clauses out of 36015 with flag 180001/180001
32.95/32.35	c cleaning 18997 clauses out of 38007 with flag 200000/200000
37.37/36.75	c cleaning 20004 clauses out of 40010 with flag 221000/221000
41.98/41.31	c cleaning 20997 clauses out of 42008 with flag 243002/243002
47.62/46.91	c cleaning 22003 clauses out of 44009 with flag 266000/266000
52.65/51.97	c cleaning 23004 clauses out of 46008 with flag 290002/290002
57.87/57.19	c cleaning 23995 clauses out of 48002 with flag 315000/315000
64.68/63.91	c cleaning 24998 clauses out of 50008 with flag 341001/341001
71.13/70.33	c cleaning 26002 clauses out of 52011 with flag 368002/368002
78.15/77.32	c cleaning 27001 clauses out of 54008 with flag 396001/396001
84.78/83.98	c cleaning 27996 clauses out of 56006 with flag 425000/425000
93.00/92.18	c cleaning 29003 clauses out of 58012 with flag 455002/455002
101.24/100.35	c cleaning 29999 clauses out of 60008 with flag 486001/486001
110.28/109.31	c cleaning 30996 clauses out of 62008 with flag 518000/518000
119.90/118.97	c cleaning 32000 clauses out of 64013 with flag 551001/551001
129.77/128.79	c cleaning 33004 clauses out of 66012 with flag 585000/585000
139.39/138.34	c cleaning 34000 clauses out of 68012 with flag 620004/620004
151.03/149.93	c cleaning 35001 clauses out of 70011 with flag 656003/656003
161.36/160.29	c cleaning 35991 clauses out of 72007 with flag 693000/693000
173.38/172.23	c cleaning 37002 clauses out of 74016 with flag 731000/731000
187.11/185.98	c cleaning 38005 clauses out of 76016 with flag 770002/770002
199.35/198.17	c cleaning 39002 clauses out of 78012 with flag 810003/810003
211.19/209.90	c cleaning 40001 clauses out of 80008 with flag 851001/851001
224.02/222.73	c cleaning 40998 clauses out of 82007 with flag 893001/893001
238.04/236.77	c cleaning 42002 clauses out of 84008 with flag 936000/936000
254.76/253.49	c cleaning 43003 clauses out of 86008 with flag 980002/980002
268.58/267.24	c cleaning 44000 clauses out of 88005 with flag 1025002/1025002
281.40/280.04	c cleaning 44978 clauses out of 90004 with flag 1071001/1071001
299.28/297.82	c cleaning 46006 clauses out of 92026 with flag 1118001/1118001
315.62/314.17	c cleaning 47003 clauses out of 94019 with flag 1166000/1166000
334.68/333.16	c cleaning 48001 clauses out of 96017 with flag 1215001/1215001
354.92/353.35	c cleaning 49004 clauses out of 98018 with flag 1265003/1265003
374.27/372.67	c cleaning 50002 clauses out of 100012 with flag 1316001/1316001
392.54/390.85	c cleaning 51002 clauses out of 102013 with flag 1368004/1368004
410.08/408.39	c cleaning 52004 clauses out of 104011 with flag 1421004/1421004
428.43/426.61	c cleaning 52999 clauses out of 106007 with flag 1475004/1475004
450.07/448.25	c cleaning 54001 clauses out of 108005 with flag 1530001/1530001
475.12/473.23	c cleaning 54995 clauses out of 110004 with flag 1586001/1586001
495.40/493.45	c cleaning 55997 clauses out of 112012 with flag 1643004/1643004
522.22/520.22	c cleaning 57004 clauses out of 114012 with flag 1701001/1701001
544.50/542.50	c cleaning 57999 clauses out of 116009 with flag 1760002/1760002
571.75/569.69	c cleaning 58998 clauses out of 118009 with flag 1820001/1820001
600.32/598.14	c cleaning 60002 clauses out of 120010 with flag 1881000/1881000
625.31/623.02	c cleaning 61002 clauses out of 122011 with flag 1943003/1943003
651.87/649.57	c cleaning 62003 clauses out of 124010 with flag 2006004/2006004
676.64/674.27	c cleaning 62994 clauses out of 126005 with flag 2070002/2070002
704.40/701.99	c cleaning 64001 clauses out of 128010 with flag 2135001/2135001
736.44/733.96	c cleaning 65001 clauses out of 130011 with flag 2201003/2201003
768.48/765.98	c cleaning 66000 clauses out of 132008 with flag 2268001/2268001
797.34/794.78	c cleaning 66997 clauses out of 134008 with flag 2336001/2336001
828.36/825.74	c cleaning 67998 clauses out of 136010 with flag 2405000/2405000
852.92/850.27	c cleaning 69006 clauses out of 138016 with flag 2475004/2475004
894.24/891.52	c cleaning 69996 clauses out of 140009 with flag 2546003/2546003
921.99/919.22	c cleaning 70993 clauses out of 142011 with flag 2618001/2618001
951.53/948.75	c cleaning 72000 clauses out of 144018 with flag 2691001/2691001
989.48/986.69	c cleaning 73006 clauses out of 146019 with flag 2765002/2765002
1021.72/1018.83	c cleaning 73994 clauses out of 148012 with flag 2840001/2840001
1060.55/1057.64	c cleaning 75001 clauses out of 150017 with flag 2916000/2916000
1093.14/1090.19	c cleaning 76008 clauses out of 152016 with flag 2993000/2993000
1131.48/1128.49	c cleaning 76999 clauses out of 154009 with flag 3071001/3071001
1168.31/1165.25	c cleaning 78001 clauses out of 156012 with flag 3150003/3150003
1208.74/1205.68	c cleaning 79000 clauses out of 158008 with flag 3230000/3230000
1241.57/1238.44	c cleaning 79998 clauses out of 160008 with flag 3311000/3311000
1291.51/1288.26	c cleaning 81000 clauses out of 162010 with flag 3393000/3393000
1328.07/1324.76	c cleaning 82004 clauses out of 164011 with flag 3476001/3476001
1375.87/1372.43	c cleaning 82996 clauses out of 166006 with flag 3560000/3560000
1416.58/1413.01	c cleaning 84000 clauses out of 168010 with flag 3645000/3645000
1464.69/1461.00	c cleaning 84992 clauses out of 170010 with flag 3731000/3731000
1519.10/1515.50	c cleaning 86000 clauses out of 172020 with flag 3818002/3818002
1573.60/1569.84	c cleaning 87002 clauses out of 174018 with flag 3906000/3906000
1626.09/1622.20	c cleaning 88010 clauses out of 176023 with flag 3995007/3995007
1682.23/1678.21	c cleaning 88990 clauses out of 178006 with flag 4085000/4085000
1720.45/1716.46	c cleaning 89995 clauses out of 180016 with flag 4176000/4176000
1766.31/1762.28	c cleaning 91004 clauses out of 182021 with flag 4268000/4268000
1800.02/1795.81	c starts		: 253
1800.02/1795.81	c conflicts		: 4341939
1800.02/1795.81	c decisions		: 4802424
1800.02/1795.81	c propagations		: 63637274
1800.02/1795.81	c inspects		: 24716787562
1800.02/1795.81	c shortcuts		: 0
1800.02/1795.81	c learnt literals	: 0
1800.02/1795.81	c learnt binary clauses	: 0
1800.02/1795.81	c learnt ternary clauses	: 0
1800.02/1795.81	c learnt constraints	: 4341939
1800.02/1795.81	c ignored constraints	: 0
1800.02/1795.81	c root simplifications	: 253
1800.02/1795.81	c removed literals (reason simplification)	: 2593055
1800.02/1795.81	c reason swapping (by a shorter reason)	: 0
1800.02/1795.81	c Calls to reduceDB	: 88
1800.02/1795.81	c number of reductions to clauses (during analyze)	: 0
1800.02/1795.81	c number of learned constraints concerned by reduction	: 0
1800.02/1795.81	c number of learning phase by resolution	: 0
1800.02/1795.81	c number of learning phase by cutting planes	: 0
1800.02/1795.81	c speed (assignments/second)	: 35440.59603342385
1800.02/1795.81	c non guided choices	86
1800.02/1795.84	c learnt constraints type 
1800.02/1795.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 164977
1800.02/1795.84	c constraints type 
1800.02/1795.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 195
1800.02/1795.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 27
1800.02/1795.84	c 222 constraints processed.
1800.02/1795.84	s UNKNOWN
1800.02/1795.84	c Total wall clock time (in seconds): 1795.707

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.95 2.00 1.99 3/194 22150
/proc/meminfo: memFree=30071540/32873844 swapFree=7116/7116
[pid=22150] ppid=22148 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/22150/stat : 22150 (java) D 22148 22150 19004 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 279289428 9515008 176 33554432000 1073741824 1073778376 140734016106880 140734016089608 240565175184 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/22150/statm: 2323 176 133 9 0 71 0

[startup+0.0868641 s]
/proc/loadavg: 1.95 2.00 1.99 3/194 22150
/proc/meminfo: memFree=30071540/32873844 swapFree=7116/7116
[pid=22150] ppid=22148 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/22150/stat : 22150 (java) S 22148 22150 19004 0 -1 4202496 3329 0 1 0 6 1 0 0 20 0 18 0 279289428 9787842560 4537 33554432000 1073741824 1073778376 140734036652448 140734036643584 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22150/statm: 2389610 4538 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.100333 s]
/proc/loadavg: 1.95 2.00 1.99 3/194 22150
/proc/meminfo: memFree=30071540/32873844 swapFree=7116/7116
[pid=22150] ppid=22148 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/22150/stat : 22150 (java) S 22148 22150 19004 0 -1 4202496 3492 0 1 0 7 1 0 0 20 0 18 0 279289428 9787842560 4700 33554432000 1073741824 1073778376 140734036652448 140734036643584 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22150/statm: 2389610 4700 1779 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.30029 s]
/proc/loadavg: 1.95 2.00 1.99 3/194 22150
/proc/meminfo: memFree=30071540/32873844 swapFree=7116/7116
[pid=22150] ppid=22148 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/22150/stat : 22150 (java) S 22148 22150 19004 0 -1 4202496 6686 0 1 0 47 2 0 0 20 0 19 0 279289428 9856004096 8474 33554432000 1073741824 1073778376 140734036652448 140734036643584 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22150/statm: 2406251 8474 2237 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625004

[startup+0.700248 s]
/proc/loadavg: 1.95 2.00 1.99 3/194 22150
/proc/meminfo: memFree=30071540/32873844 swapFree=7116/7116
[pid=22150] ppid=22148 vsize=9625004 CPUtime=1.03 cores=1,3,5,7
/proc/22150/stat : 22150 (java) S 22148 22150 19004 0 -1 4202496 6846 0 1 0 101 2 0 0 20 0 19 0 279289428 9856004096 11672 33554432000 1073741824 1073778376 140734036652448 140734036643584 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22150/statm: 2406251 11668 2274 9 0 2396937 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625004

[startup+1.50066 s]
/proc/loadavg: 1.95 2.00 1.99 3/213 22169
/proc/meminfo: memFree=30033264/32873844 swapFree=7116/7116
[pid=22150] ppid=22148 vsize=9625004 CPUtime=1.88 cores=1,3,5,7
/proc/22150/stat : 22150 (java) S 22148 22150 19004 0 -1 4202496 6862 0 1 0 185 3 0 0 20 0 19 0 279289428 9856004096 12700 33554432000 1073741824 1073778376 140734036652448 140734036643584 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22150/statm: 2406251 12700 2274 9 0 2396937 0
[pid=22150/tid=22152] ppid=22148 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/22150/task/22152/stat : 22152 (java) R 22148 22150 19004 0 -1 4202560 2521 0 1 0 143 0 0 0 20 0 19 0 279289430 9856004096 12700 33554432000 1073741824 1073778376 140734036652448 139730289680688 139730134450814 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22150/tid=22153] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22153/stat : 22153 (java) S 22148 22150 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279289431 9856004096 12700 33554432000 1073741824 1073778376 140734036652448 139730262133032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22150/tid=22154] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22154/stat : 22154 (java) S 22148 22150 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279289431 9856004096 12700 33554432000 1073741824 1073778376 140734036652448 139730261080232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22150/tid=22155] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22155/stat : 22155 (java) S 22148 22150 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279289431 9856004096 12700 33554432000 1073741824 1073778376 140734036652448 139730260027944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22150/tid=22156] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22156/stat : 22156 (java) S 22148 22150 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279289431 9856004096 12700 33554432000 1073741824 1073778376 140734036652448 139730258975144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22150/tid=22157] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22157/stat : 22157 (java) S 22148 22150 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279289431 9856004096 12700 33554432000 1073741824 1073778376 140734036652448 139730257922856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22150/tid=22158] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22158/stat : 22158 (java) S 22148 22150 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279289431 9856004096 12700 33554432000 1073741824 1073778376 140734036652448 139730256870056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22150/tid=22159] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22159/stat : 22159 (java) S 22148 22150 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 279289431 9856004096 12700 33554432000 1073741824 1073778376 140734036652448 139730255817768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22150/tid=22160] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22160/stat : 22160 (java) S 22148 22150 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279289431 9856004096 12700 33554432000 1073741824 1073778376 140734036652448 139730254764968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22161] ppid=22148 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22150/task/22161/stat : 22161 (java) S 22148 22150 19004 0 -1 4202560 30 0 0 0 1 0 0 0 20 0 19 0 279289432 9856004096 12700 33554432000 1073741824 1073778376 140734036652448 139729643219176 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22162] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22162/stat : 22162 (java) S 22148 22150 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279289433 9856004096 12700 33554432000 1073741824 1073778376 140734036652448 139729642165240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22163] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22163/stat : 22163 (java) S 22148 22150 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279289433 9856004096 12700 33554432000 1073741824 1073778376 140734036652448 139729641112840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22164] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22164/stat : 22164 (java) S 22148 22150 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279289435 9856004096 12700 33554432000 1073741824 1073778376 140734036652448 139729640061328 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22165] ppid=22148 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/22150/task/22165/stat : 22165 (java) S 22148 22150 19004 0 -1 4202560 1046 0 0 0 16 0 0 0 20 0 19 0 279289435 9856004096 12700 33554432000 1073741824 1073778376 140734036652448 139729639008952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22166] ppid=22148 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/22150/task/22166/stat : 22166 (java) S 22148 22150 19004 0 -1 4202560 2042 0 0 0 19 0 0 0 20 0 19 0 279289435 9856004096 12700 33554432000 1073741824 1073778376 140734036652448 139729637956152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22150/tid=22167] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22167/stat : 22167 (java) S 22148 22150 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279289435 9856004096 12700 33554432000 1073741824 1073778376 140734036652448 139729636904056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22150/tid=22168] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22168/stat : 22168 (java) S 22148 22150 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279289436 9856004096 12700 33554432000 1073741824 1073778376 140734036652448 139729635851464 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22169] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22169/stat : 22169 (java) S 22148 22150 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279289449 9856004096 12700 33554432000 1073741824 1073778376 140734036652448 139729634796456 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9625004

[startup+3.10081 s]
/proc/loadavg: 1.95 2.00 1.99 3/213 22169
/proc/meminfo: memFree=30026872/32873844 swapFree=7116/7116
[pid=22150] ppid=22148 vsize=9625004 CPUtime=3.55 cores=1,3,5,7
/proc/22150/stat : 22150 (java) S 22148 22150 19004 0 -1 4202496 7238 0 1 0 352 3 0 0 20 0 19 0 279289428 9856004096 13221 33554432000 1073741824 1073778376 140734036652448 140734036643584 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22150/statm: 2406251 13221 2276 9 0 2396937 0
[pid=22150/tid=22152] ppid=22148 vsize=9625004 CPUtime=2.98 cores=1,3,5,7
/proc/22150/task/22152/stat : 22152 (java) R 22148 22150 19004 0 -1 4202560 2521 0 1 0 298 0 0 0 20 0 19 0 279289430 9856004096 13221 33554432000 1073741824 1073778376 140734036652448 139730289680648 139730134519093 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22153] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22153/stat : 22153 (java) S 22148 22150 19004 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279289431 9856004096 13221 33554432000 1073741824 1073778376 140734036652448 139730262133032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22150/tid=22154] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22154/stat : 22154 (java) S 22148 22150 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279289431 9856004096 13221 33554432000 1073741824 1073778376 140734036652448 139730261080232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22150/tid=22155] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22155/stat : 22155 (java) S 22148 22150 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279289431 9856004096 13221 33554432000 1073741824 1073778376 140734036652448 139730260027944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22150/tid=22156] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22156/stat : 22156 (java) S 22148 22150 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279289431 9856004096 13221 33554432000 1073741824 1073778376 140734036652448 139730258975144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22150/tid=22157] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22157/stat : 22157 (java) S 22148 22150 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279289431 9856004096 13221 33554432000 1073741824 1073778376 140734036652448 139730257922856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22150/tid=22158] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22158/stat : 22158 (java) S 22148 22150 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279289431 9856004096 13221 33554432000 1073741824 1073778376 140734036652448 139730256870056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22159] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22159/stat : 22159 (java) S 22148 22150 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 279289431 9856004096 13221 33554432000 1073741824 1073778376 140734036652448 139730255817768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22150/tid=22160] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22160/stat : 22160 (java) S 22148 22150 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279289431 9856004096 13221 33554432000 1073741824 1073778376 140734036652448 139730254764968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22150/tid=22161] ppid=22148 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/22150/task/22161/stat : 22161 (java) S 22148 22150 19004 0 -1 4202560 32 0 0 0 4 0 0 0 20 0 19 0 279289432 9856004096 13221 33554432000 1073741824 1073778376 140734036652448 139729643219176 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22150/tid=22162] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22162/stat : 22162 (java) S 22148 22150 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279289433 9856004096 13221 33554432000 1073741824 1073778376 140734036652448 139729642165240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22163] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22163/stat : 22163 (java) S 22148 22150 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279289433 9856004096 13221 33554432000 1073741824 1073778376 140734036652448 139729641112840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22164] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22164/stat : 22164 (java) S 22148 22150 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279289435 9856004096 13221 33554432000 1073741824 1073778376 140734036652448 139729640061328 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22165] ppid=22148 vsize=9625004 CPUtime=0.21 cores=1,3,5,7
/proc/22150/task/22165/stat : 22165 (java) S 22148 22150 19004 0 -1 4202560 1415 0 0 0 21 0 0 0 20 0 19 0 279289435 9856004096 13221 33554432000 1073741824 1073778376 140734036652448 139729639008952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22166] ppid=22148 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/22150/task/22166/stat : 22166 (java) S 22148 22150 19004 0 -1 4202560 2042 0 0 0 19 0 0 0 20 0 19 0 279289435 9856004096 13221 33554432000 1073741824 1073778376 140734036652448 139729637956152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22150/tid=22167] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22167/stat : 22167 (java) S 22148 22150 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279289435 9856004096 13221 33554432000 1073741824 1073778376 140734036652448 139729636904056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22150/tid=22168] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22168/stat : 22168 (java) S 22148 22150 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279289436 9856004096 13221 33554432000 1073741824 1073778376 140734036652448 139729635851464 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22150/tid=22169] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22169/stat : 22169 (java) S 22148 22150 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279289449 9856004096 13221 33554432000 1073741824 1073778376 140734036652448 139729634796456 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 9625004

[startup+6.30073 s]
/proc/loadavg: 1.96 2.00 1.99 3/213 22169
/proc/meminfo: memFree=30020108/32873844 swapFree=7116/7116
[pid=22150] ppid=22148 vsize=9625004 CPUtime=6.77 cores=1,3,5,7
/proc/22150/stat : 22150 (java) S 22148 22150 19004 0 -1 4202496 7263 0 1 0 673 4 0 0 20 0 19 0 279289428 9856004096 14750 33554432000 1073741824 1073778376 140734036652448 140734036643584 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22150/statm: 2406251 14750 2276 9 0 2396937 0
[pid=22150/tid=22152] ppid=22148 vsize=9625004 CPUtime=6.13 cores=1,3,5,7
/proc/22150/task/22152/stat : 22152 (java) R 22148 22150 19004 0 -1 4202560 2524 0 1 0 613 0 0 0 20 0 19 0 279289430 9856004096 14750 33554432000 1073741824 1073778376 140734036652448 139730289680688 139730134498137 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22153] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22153/stat : 22153 (java) S 22148 22150 19004 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 279289431 9856004096 14750 33554432000 1073741824 1073778376 140734036652448 139730262133032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22150/tid=22154] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22154/stat : 22154 (java) S 22148 22150 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279289431 9856004096 14750 33554432000 1073741824 1073778376 140734036652448 139730261080232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22150/tid=22155] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22155/stat : 22155 (java) S 22148 22150 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279289431 9856004096 14750 33554432000 1073741824 1073778376 140734036652448 139730260027944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22150/tid=22156] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22156/stat : 22156 (java) S 22148 22150 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279289431 9856004096 14750 33554432000 1073741824 1073778376 140734036652448 139730258975144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22150/tid=22157] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22157/stat : 22157 (java) S 22148 22150 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279289431 9856004096 14750 33554432000 1073741824 1073778376 140734036652448 139730257922856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22150/tid=22158] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22158/stat : 22158 (java) S 22148 22150 19004 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 279289431 9856004096 14750 33554432000 1073741824 1073778376 140734036652448 139730256870056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22159] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22159/stat : 22159 (java) S 22148 22150 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 279289431 9856004096 14750 33554432000 1073741824 1073778376 140734036652448 139730255817768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22150/tid=22160] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22160/stat : 22160 (java) S 22148 22150 19004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 279289431 9856004096 14750 33554432000 1073741824 1073778376 140734036652448 139730254764968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22161] ppid=22148 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/22150/task/22161/stat : 22161 (java) S 22148 22150 19004 0 -1 4202560 34 0 0 0 7 0 0 0 20 0 19 0 279289432 9856004096 14750 33554432000 1073741824 1073778376 140734036652448 139729643219176 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22150/tid=22162] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22162/stat : 22162 (java) S 22148 22150 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279289433 9856004096 14750 33554432000 1073741824 1073778376 140734036652448 139729642165240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22163] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22163/stat : 22163 (java) S 22148 22150 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279289433 9856004096 14750 33554432000 1073741824 1073778376 140734036652448 139729641112840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22164] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22164/stat : 22164 (java) S 22148 22150 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279289435 9856004096 14750 33554432000 1073741824 1073778376 140734036652448 139729640061328 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22165] ppid=22148 vsize=9625004 CPUtime=0.21 cores=1,3,5,7
/proc/22150/task/22165/stat : 22165 (java) S 22148 22150 19004 0 -1 4202560 1415 0 0 0 21 0 0 0 20 0 19 0 279289435 9856004096 14750 33554432000 1073741824 1073778376 140734036652448 139729639008952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22166] ppid=22148 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/22150/task/22166/stat : 22166 (java) S 22148 22150 19004 0 -1 4202560 2042 0 0 0 19 0 0 0 20 0 19 0 279289435 9856004096 14750 33554432000 1073741824 1073778376 140734036652448 139729637956152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22150/tid=22167] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22167/stat : 22167 (java) S 22148 22150 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279289435 9856004096 14750 33554432000 1073741824 1073778376 140734036652448 139729636904056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22150/tid=22168] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22168/stat : 22168 (java) S 22148 22150 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279289436 9856004096 14750 33554432000 1073741824 1073778376 140734036652448 139729635851464 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22150/tid=22169] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22169/stat : 22169 (java) S 22148 22150 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279289449 9856004096 14750 33554432000 1073741824 1073778376 140734036652448 139729634796456 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=22150/tid=22165] ppid=22148 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/22150/task/22165/stat : 22165 (java) S 22148 22150 19004 0 -1 4202560 1699 0 0 0 23 0 0 0 20 0 19 0 279289435 9856004096 45103 33554432000 1073741824 1073778376 140734036652448 139729639008952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22166] ppid=22148 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/22150/task/22166/stat : 22166 (java) S 22148 22150 19004 0 -1 4202560 2042 0 0 0 19 0 0 0 20 0 19 0 279289435 9856004096 45103 33554432000 1073741824 1073778376 140734036652448 139729637956152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22150/tid=22167] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22167/stat : 22167 (java) S 22148 22150 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279289435 9856004096 45103 33554432000 1073741824 1073778376 140734036652448 139729636904056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22150/tid=22168] ppid=22148 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/22150/task/22168/stat : 22168 (java) S 22148 22150 19004 0 -1 4202560 95 0 0 0 47 28 0 0 20 0 19 0 279289436 9856004096 45103 33554432000 1073741824 1073778376 140734036652448 139729635851464 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22150/tid=22169] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22169/stat : 22169 (java) S 22148 22150 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279289449 9856004096 45103 33554432000 1073741824 1073778376 140734036652448 139729634796456 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1666.32
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/213 22244
/proc/meminfo: memFree=30587184/32873844 swapFree=7116/7116
[pid=22150] ppid=22148 vsize=9625004 CPUtime=1726.41 cores=1,3,5,7
/proc/22150/stat : 22150 (java) S 22148 22150 19004 0 -1 4202496 9470 0 1 0 172582 59 0 0 20 0 19 0 279289428 9856004096 46127 33554432000 1073741824 1073778376 140734036652448 140734036643584 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22150/statm: 2406251 46127 2277 9 0 2396937 0
[pid=22150/tid=22152] ppid=22148 vsize=9625004 CPUtime=1712.64 cores=1,3,5,7
/proc/22150/task/22152/stat : 22152 (java) R 22148 22150 19004 0 -1 4202560 2617 0 1 0 171235 29 0 0 20 0 19 0 279289430 9856004096 46127 33554432000 1073741824 1073778376 140734036652448 139730289680688 139730134498241 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22153] ppid=22148 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/22150/task/22153/stat : 22153 (java) S 22148 22150 19004 0 -1 4202560 238 0 0 0 49 2 0 0 20 0 19 0 279289431 9856004096 46127 33554432000 1073741824 1073778376 140734036652448 139730262133032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22154] ppid=22148 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/22150/task/22154/stat : 22154 (java) S 22148 22150 19004 0 -1 4202560 197 0 0 0 51 0 0 0 20 0 19 0 279289431 9856004096 46127 33554432000 1073741824 1073778376 140734036652448 139730261080232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22150/tid=22155] ppid=22148 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/22150/task/22155/stat : 22155 (java) S 22148 22150 19004 0 -1 4202560 154 0 0 0 50 0 0 0 20 0 19 0 279289431 9856004096 46127 33554432000 1073741824 1073778376 140734036652448 139730260027944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22150/tid=22156] ppid=22148 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/22150/task/22156/stat : 22156 (java) S 22148 22150 19004 0 -1 4202560 208 0 0 0 51 0 0 0 20 0 19 0 279289431 9856004096 46127 33554432000 1073741824 1073778376 140734036652448 139730258975144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22157] ppid=22148 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/22150/task/22157/stat : 22157 (java) S 22148 22150 19004 0 -1 4202560 235 0 0 0 54 0 0 0 20 0 19 0 279289431 9856004096 46127 33554432000 1073741824 1073778376 140734036652448 139730257922856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22158] ppid=22148 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/22150/task/22158/stat : 22158 (java) S 22148 22150 19004 0 -1 4202560 105 0 0 0 46 2 0 0 20 0 19 0 279289431 9856004096 46127 33554432000 1073741824 1073778376 140734036652448 139730256870056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22159] ppid=22148 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/22150/task/22159/stat : 22159 (java) S 22148 22150 19004 0 -1 4202560 271 0 0 0 50 2 0 0 20 0 19 0 279289431 9856004096 46127 33554432000 1073741824 1073778376 140734036652448 139730255817768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22150/tid=22160] ppid=22148 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/22150/task/22160/stat : 22160 (java) S 22148 22150 19004 0 -1 4202560 276 0 0 0 56 2 0 0 20 0 19 0 279289431 9856004096 46127 33554432000 1073741824 1073778376 140734036652448 139730254764968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22150/tid=22161] ppid=22148 vsize=9625004 CPUtime=3.75 cores=1,3,5,7
/proc/22150/task/22161/stat : 22161 (java) S 22148 22150 19004 0 -1 4202560 148 0 0 0 372 3 0 0 20 0 19 0 279289432 9856004096 46127 33554432000 1073741824 1073778376 140734036652448 139729643219176 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22150/tid=22162] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22162/stat : 22162 (java) S 22148 22150 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279289433 9856004096 46127 33554432000 1073741824 1073778376 140734036652448 139729642165240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22163] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22163/stat : 22163 (java) S 22148 22150 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279289433 9856004096 46127 33554432000 1073741824 1073778376 140734036652448 139729641112840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22164] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22164/stat : 22164 (java) S 22148 22150 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279289435 9856004096 46127 33554432000 1073741824 1073778376 140734036652448 139729640061328 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22165] ppid=22148 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/22150/task/22165/stat : 22165 (java) S 22148 22150 19004 0 -1 4202560 1699 0 0 0 23 0 0 0 20 0 19 0 279289435 9856004096 46127 33554432000 1073741824 1073778376 140734036652448 139729639008952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22166] ppid=22148 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/22150/task/22166/stat : 22166 (java) S 22148 22150 19004 0 -1 4202560 2042 0 0 0 19 0 0 0 20 0 19 0 279289435 9856004096 46127 33554432000 1073741824 1073778376 140734036652448 139729637956152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22150/tid=22167] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22167/stat : 22167 (java) S 22148 22150 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279289435 9856004096 46127 33554432000 1073741824 1073778376 140734036652448 139729636904056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22150/tid=22168] ppid=22148 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/22150/task/22168/stat : 22168 (java) S 22148 22150 19004 0 -1 4202560 99 0 0 0 49 28 0 0 20 0 19 0 279289436 9856004096 46127 33554432000 1073741824 1073778376 140734036652448 139729635851464 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22169] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22169/stat : 22169 (java) S 22148 22150 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279289449 9856004096 46127 33554432000 1073741824 1073778376 140734036652448 139729634796456 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1726.41
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 22244
/proc/meminfo: memFree=30560436/32873844 swapFree=7116/7116
[pid=22150] ppid=22148 vsize=9625004 CPUtime=1786.49 cores=1,3,5,7
/proc/22150/stat : 22150 (java) S 22148 22150 19004 0 -1 4202496 9544 0 1 0 178587 62 0 0 20 0 19 0 279289428 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 140734036643584 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22150/statm: 2406251 48225 2277 9 0 2396937 0
[pid=22150/tid=22152] ppid=22148 vsize=9625004 CPUtime=1772.35 cores=1,3,5,7
/proc/22150/task/22152/stat : 22152 (java) R 22148 22150 19004 0 -1 4202560 2618 0 1 0 177206 29 0 0 20 0 19 0 279289430 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139730289680688 139730134431293 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22153] ppid=22148 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/22150/task/22153/stat : 22153 (java) S 22148 22150 19004 0 -1 4202560 238 0 0 0 50 2 0 0 20 0 19 0 279289431 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139730262133032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22154] ppid=22148 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/22150/task/22154/stat : 22154 (java) S 22148 22150 19004 0 -1 4202560 206 0 0 0 52 1 0 0 20 0 19 0 279289431 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139730261080232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22150/tid=22155] ppid=22148 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/22150/task/22155/stat : 22155 (java) S 22148 22150 19004 0 -1 4202560 158 0 0 0 50 0 0 0 20 0 19 0 279289431 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139730260027944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22150/tid=22156] ppid=22148 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/22150/task/22156/stat : 22156 (java) S 22148 22150 19004 0 -1 4202560 213 0 0 0 51 1 0 0 20 0 19 0 279289431 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139730258975144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22150/tid=22157] ppid=22148 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/22150/task/22157/stat : 22157 (java) S 22148 22150 19004 0 -1 4202560 279 0 0 0 54 1 0 0 20 0 19 0 279289431 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139730257922856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22150/tid=22158] ppid=22148 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/22150/task/22158/stat : 22158 (java) S 22148 22150 19004 0 -1 4202560 110 0 0 0 47 2 0 0 20 0 19 0 279289431 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139730256870056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22150/tid=22159] ppid=22148 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/22150/task/22159/stat : 22159 (java) S 22148 22150 19004 0 -1 4202560 271 0 0 0 51 2 0 0 20 0 19 0 279289431 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139730255817768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22150/tid=22160] ppid=22148 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/22150/task/22160/stat : 22160 (java) S 22148 22150 19004 0 -1 4202560 276 0 0 0 57 2 0 0 20 0 19 0 279289431 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139730254764968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22150/tid=22161] ppid=22148 vsize=9625004 CPUtime=3.84 cores=1,3,5,7
/proc/22150/task/22161/stat : 22161 (java) S 22148 22150 19004 0 -1 4202560 150 0 0 0 381 3 0 0 20 0 19 0 279289432 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139729643219176 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22150/tid=22162] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22162/stat : 22162 (java) S 22148 22150 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279289433 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139729642165240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22163] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22163/stat : 22163 (java) S 22148 22150 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279289433 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139729641112840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22164] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22164/stat : 22164 (java) S 22148 22150 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279289435 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139729640061328 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22165] ppid=22148 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/22150/task/22165/stat : 22165 (java) S 22148 22150 19004 0 -1 4202560 1699 0 0 0 23 0 0 0 20 0 19 0 279289435 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139729639008952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22166] ppid=22148 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/22150/task/22166/stat : 22166 (java) S 22148 22150 19004 0 -1 4202560 2042 0 0 0 19 0 0 0 20 0 19 0 279289435 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139729637956152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22150/tid=22167] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22167/stat : 22167 (java) S 22148 22150 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279289435 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139729636904056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22150/tid=22168] ppid=22148 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/22150/task/22168/stat : 22168 (java) S 22148 22150 19004 0 -1 4202560 103 0 0 0 50 30 0 0 20 0 19 0 279289436 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139729635851464 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22150/tid=22169] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22169/stat : 22169 (java) S 22148 22150 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279289449 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139729634796456 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1786.49
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 22244
/proc/meminfo: memFree=30560436/32873844 swapFree=7116/7116
[pid=22150] ppid=22148 vsize=9625004 CPUtime=1800.02 cores=1,3,5,7
/proc/22150/stat : 22150 (java) S 22148 22150 19004 0 -1 4202496 9544 0 1 0 179939 63 0 0 20 0 19 0 279289428 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 140734036643584 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22150/statm: 2406251 48225 2277 9 0 2396937 0
[pid=22150/tid=22152] ppid=22148 vsize=9625004 CPUtime=1785.82 cores=1,3,5,7
/proc/22150/task/22152/stat : 22152 (java) R 22148 22150 19004 0 -1 4202560 2618 0 1 0 178552 30 0 0 20 0 19 0 279289430 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139730289680688 139730134431327 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22153] ppid=22148 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/22150/task/22153/stat : 22153 (java) S 22148 22150 19004 0 -1 4202560 238 0 0 0 50 2 0 0 20 0 19 0 279289431 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139730262133032 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22154] ppid=22148 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/22150/task/22154/stat : 22154 (java) S 22148 22150 19004 0 -1 4202560 206 0 0 0 52 1 0 0 20 0 19 0 279289431 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139730261080232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22150/tid=22155] ppid=22148 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/22150/task/22155/stat : 22155 (java) S 22148 22150 19004 0 -1 4202560 158 0 0 0 50 0 0 0 20 0 19 0 279289431 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139730260027944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22150/tid=22156] ppid=22148 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/22150/task/22156/stat : 22156 (java) S 22148 22150 19004 0 -1 4202560 213 0 0 0 51 1 0 0 20 0 19 0 279289431 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139730258975144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22150/tid=22157] ppid=22148 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/22150/task/22157/stat : 22157 (java) S 22148 22150 19004 0 -1 4202560 279 0 0 0 54 1 0 0 20 0 19 0 279289431 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139730257922856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22150/tid=22158] ppid=22148 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/22150/task/22158/stat : 22158 (java) S 22148 22150 19004 0 -1 4202560 110 0 0 0 47 2 0 0 20 0 19 0 279289431 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139730256870056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22150/tid=22159] ppid=22148 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/22150/task/22159/stat : 22159 (java) S 22148 22150 19004 0 -1 4202560 271 0 0 0 51 2 0 0 20 0 19 0 279289431 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139730255817768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22150/tid=22160] ppid=22148 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/22150/task/22160/stat : 22160 (java) S 22148 22150 19004 0 -1 4202560 276 0 0 0 57 2 0 0 20 0 19 0 279289431 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139730254764968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22150/tid=22161] ppid=22148 vsize=9625004 CPUtime=3.84 cores=1,3,5,7
/proc/22150/task/22161/stat : 22161 (java) S 22148 22150 19004 0 -1 4202560 150 0 0 0 381 3 0 0 20 0 19 0 279289432 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139729643219176 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22150/tid=22162] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22162/stat : 22162 (java) S 22148 22150 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279289433 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139729642165240 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22163] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22163/stat : 22163 (java) S 22148 22150 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279289433 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139729641112840 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22164] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22164/stat : 22164 (java) S 22148 22150 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279289435 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139729640061328 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22165] ppid=22148 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/22150/task/22165/stat : 22165 (java) S 22148 22150 19004 0 -1 4202560 1699 0 0 0 23 0 0 0 20 0 19 0 279289435 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139729639008952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22150/tid=22166] ppid=22148 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/22150/task/22166/stat : 22166 (java) S 22148 22150 19004 0 -1 4202560 2042 0 0 0 19 0 0 0 20 0 19 0 279289435 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139729637956152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22150/tid=22167] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22167/stat : 22167 (java) S 22148 22150 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279289435 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139729636904056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22150/tid=22168] ppid=22148 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/22150/task/22168/stat : 22168 (java) S 22148 22150 19004 0 -1 4202560 103 0 0 0 51 30 0 0 20 0 19 0 279289436 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139729635851464 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22150/tid=22169] ppid=22148 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22150/task/22169/stat : 22169 (java) S 22148 22150 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279289449 9856004096 48225 33554432000 1073741824 1073778376 140734036652448 139729634796456 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22150 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=620176
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=892864
# CPU time returned by wait4() is 1795.51
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.85
CPU time (s): 1800.02
CPU user time (s): 1799.39
CPU system time (s): 0.63
CPU usage (%): 100.232
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.62
system time used= 0.892864
maximum resident set size= 193056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9588
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40388
involuntary context switches= 21088

runsolver used 6.58 second user time and 15.6936 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 17:14:05
IDJOB=3709725
IDBENCH=1432
IDSOLVER=2289
FILE ID=node146/3709725-1338131645
RUNJOBID= node146-1338124629-19021
PBS_JOBID= 14624512
Free space on /tmp= 71184 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga14_13_sat_pb.cnf.cr.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-3709725-1338131645/watcher-3709725-1338131645 -o /tmp/evaluation-result-3709725-1338131645/solver-3709725-1338131645 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709725-1338131645.opb

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

MD5SUM BENCH= c93baf194c905dcd2c2597569ae179ef
RANDOM SEED=1017527304

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30072184 kB
Buffers:          306700 kB
Cached:           752120 kB
SwapCached:         2184 kB
Active:          1803104 kB
Inactive:         162892 kB
Active(anon):     906424 kB
Inactive(anon):     2668 kB
Active(file):     896680 kB
Inactive(file):   160224 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:               836 kB
Writeback:             0 kB
AnonPages:        914620 kB
Mapped:            17548 kB
Shmem:                 0 kB
Slab:             691172 kB
SReclaimable:     132520 kB
SUnreclaim:       558652 kB
KernelStack:        1600 kB
PageTables:         6004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1276340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    886784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71184 MiB
End job on node146 at 2012-05-27 17:44:03