Trace number 3687409

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.04 1775.65

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl35_36_pb.cnf.cr.opb
MD5SUM63dafaa5a785f38064ac19ced11339d2
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.046992
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2520
Total number of constraints142
Number of constraints which are clauses72
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint35
Maximum length of a constraint36
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 37
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.2.v20120418
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		501472288
0.06/0.09	c Max memory 		7480803328
0.06/0.09	c Total memory 		504102912
0.06/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3687409-1337871920.opb
0.10/0.11	c reading problem ... 
0.28/0.22	c ... done. Wall clock time 0.109s.
0.28/0.22	c declared #vars     2520
0.28/0.22	c #constraints  142
0.28/0.22	c constraints type 
0.28/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 72
0.28/0.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.28/0.22	c 142 constraints processed.
1.42/1.05	c cleaning 2493 clauses out of 5002 with flag 5002/5002
2.88/2.50	c cleaning 4250 clauses out of 8507 with flag 11000/11000
4.71/4.27	c cleaning 5626 clauses out of 11260 with flag 18003/18003
6.85/6.31	c cleaning 6813 clauses out of 13631 with flag 26000/26000
9.33/8.79	c cleaning 7906 clauses out of 15819 with flag 35001/35001
11.75/11.15	c cleaning 8955 clauses out of 17912 with flag 45000/45000
14.71/14.04	c cleaning 9975 clauses out of 19959 with flag 56002/56002
17.74/17.09	c cleaning 10982 clauses out of 21982 with flag 68000/68000
21.05/20.36	c cleaning 11994 clauses out of 24002 with flag 81002/81002
25.27/24.56	c cleaning 13000 clauses out of 26006 with flag 95000/95000
30.05/29.22	c cleaning 13997 clauses out of 28007 with flag 110001/110001
34.99/34.17	c cleaning 15003 clauses out of 30009 with flag 126000/126000
40.73/39.84	c cleaning 15999 clauses out of 32006 with flag 143000/143000
46.47/45.55	c cleaning 16998 clauses out of 34007 with flag 161000/161000
52.72/51.79	c cleaning 18004 clauses out of 36009 with flag 180000/180000
60.51/59.46	c cleaning 19000 clauses out of 38005 with flag 200000/200000
68.30/67.18	c cleaning 20003 clauses out of 40008 with flag 221003/221003
76.54/75.35	c cleaning 20999 clauses out of 42003 with flag 243001/243001
86.63/85.38	c cleaning 22001 clauses out of 44005 with flag 266002/266002
96.71/95.37	c cleaning 22998 clauses out of 46003 with flag 290001/290001
108.59/107.13	c cleaning 23996 clauses out of 48006 with flag 315002/315002
120.67/119.12	c cleaning 25004 clauses out of 50008 with flag 341000/341000
133.77/132.16	c cleaning 25998 clauses out of 52005 with flag 368001/368001
144.18/142.40	c cleaning 26998 clauses out of 54006 with flag 396000/396000
155.36/153.58	c cleaning 28001 clauses out of 56012 with flag 425004/425004
167.80/165.93	c cleaning 28996 clauses out of 58008 with flag 455001/455001
180.81/178.82	c cleaning 30001 clauses out of 60012 with flag 486001/486001
193.88/191.88	c cleaning 31001 clauses out of 62010 with flag 518000/518000
209.97/207.82	c cleaning 32003 clauses out of 64012 with flag 551003/551003
223.88/221.53	c cleaning 32987 clauses out of 66007 with flag 585001/585001
234.61/232.19	c cleaning 34004 clauses out of 68020 with flag 620001/620001
250.47/247.99	c cleaning 35005 clauses out of 70020 with flag 656005/656005
265.06/262.45	c cleaning 35994 clauses out of 72010 with flag 693000/693000
279.56/276.81	c cleaning 36995 clauses out of 74018 with flag 731002/731002
294.89/292.11	c cleaning 38001 clauses out of 76021 with flag 770000/770000
312.00/309.18	c cleaning 39006 clauses out of 78021 with flag 810001/810001
328.63/325.64	c cleaning 40000 clauses out of 80016 with flag 851002/851002
344.89/341.81	c cleaning 40972 clauses out of 82015 with flag 893001/893001
366.28/363.12	c cleaning 42013 clauses out of 84043 with flag 936001/936001
387.01/383.76	c cleaning 43009 clauses out of 86029 with flag 980000/980000
407.74/404.33	c cleaning 44002 clauses out of 88022 with flag 1025002/1025002
426.44/422.98	c cleaning 44982 clauses out of 90018 with flag 1071000/1071000
445.54/441.98	c cleaning 45997 clauses out of 92039 with flag 1118003/1118003
468.15/464.35	c cleaning 47011 clauses out of 94039 with flag 1166000/1166000
490.92/486.93	c cleaning 48005 clauses out of 96028 with flag 1215000/1215000
514.91/510.49	c cleaning 49002 clauses out of 98025 with flag 1265002/1265002
545.49/540.59	c cleaning 50002 clauses out of 100021 with flag 1316000/1316000
568.74/563.32	c cleaning 51001 clauses out of 102019 with flag 1368000/1368000
590.84/585.17	c cleaning 52003 clauses out of 104019 with flag 1421001/1421001
616.02/609.90	c cleaning 53001 clauses out of 106015 with flag 1475000/1475000
638.04/631.44	c cleaning 53997 clauses out of 108014 with flag 1530000/1530000
667.47/660.44	c cleaning 55003 clauses out of 110019 with flag 1586002/1586002
690.83/683.38	c cleaning 55992 clauses out of 112015 with flag 1643001/1643001
721.47/713.66	c cleaning 56991 clauses out of 114022 with flag 1701000/1701000
753.95/745.56	c cleaning 58006 clauses out of 116031 with flag 1760000/1760000
778.92/769.93	c cleaning 59007 clauses out of 118028 with flag 1820003/1820003
816.01/806.61	c cleaning 60004 clauses out of 120018 with flag 1881000/1881000
852.44/842.33	c cleaning 61000 clauses out of 122015 with flag 1943001/1943001
888.49/877.81	c cleaning 61978 clauses out of 124014 with flag 2006000/2006000
918.89/907.45	c cleaning 63002 clauses out of 126036 with flag 2070000/2070000
948.59/936.79	c cleaning 63987 clauses out of 128035 with flag 2135001/2135001
986.23/973.88	c cleaning 65018 clauses out of 130047 with flag 2201000/2201000
1033.03/1019.85	c cleaning 66008 clauses out of 132030 with flag 2268001/2268001
1066.99/1053.27	c cleaning 66990 clauses out of 134023 with flag 2336002/2336002
1108.99/1094.78	c cleaning 67962 clauses out of 136032 with flag 2405001/2405001
1147.31/1132.44	c cleaning 69015 clauses out of 138075 with flag 2475006/2475006
1186.67/1171.24	c cleaning 70000 clauses out of 140057 with flag 2546003/2546003
1232.20/1215.83	c cleaning 70998 clauses out of 142054 with flag 2618000/2618000
1270.86/1253.98	c cleaning 71989 clauses out of 144056 with flag 2691000/2691000
1323.69/1306.02	c cleaning 73028 clauses out of 146068 with flag 2765001/2765001
1374.18/1355.30	c cleaning 74004 clauses out of 148040 with flag 2840001/2840001
1426.37/1406.92	c cleaning 75015 clauses out of 150037 with flag 2916002/2916002
1478.57/1458.42	c cleaning 76008 clauses out of 152021 with flag 2993001/2993001
1536.28/1515.59	c cleaning 76993 clauses out of 154013 with flag 3071001/3071001
1579.16/1557.72	c cleaning 78004 clauses out of 156019 with flag 3150000/3150000
1622.97/1601.06	c cleaning 78999 clauses out of 158016 with flag 3230001/3230001
1672.64/1650.01	c cleaning 79996 clauses out of 160017 with flag 3311001/3311001
1727.34/1704.15	c cleaning 80997 clauses out of 162023 with flag 3393003/3393003
1775.22/1751.15	c cleaning 81998 clauses out of 164023 with flag 3476000/3476000
1800.04/1775.61	c starts		: 251
1800.04/1775.61	c conflicts		: 3519788
1800.04/1775.61	c decisions		: 4925990
1800.04/1775.61	c propagations		: 57059270
1800.04/1775.61	c inspects		: 11667908309
1800.04/1775.61	c shortcuts		: 0
1800.04/1775.61	c learnt literals	: 0
1800.04/1775.61	c learnt binary clauses	: 0
1800.04/1775.61	c learnt ternary clauses	: 0
1800.04/1775.61	c learnt constraints	: 3519788
1800.04/1775.61	c ignored constraints	: 0
1800.04/1775.61	c root simplifications	: 0
1800.04/1775.61	c removed literals (reason simplification)	: 0
1800.04/1775.61	c reason swapping (by a shorter reason)	: 0
1800.04/1775.61	c Calls to reduceDB	: 79
1800.04/1775.61	c number of reductions to clauses (during analyze)	: 0
1800.04/1775.61	c number of learned constraints concerned by reduction	: 0
1800.04/1775.61	c number of learning phase by resolution	: 0
1800.04/1775.61	c number of learning phase by cutting planes	: 0
1800.04/1775.61	c speed (assignments/second)	: 32139.16900090741
1800.04/1775.61	c non guided choices	10294
1800.04/1775.64	c learnt constraints type 
1800.04/1775.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 125835
1800.04/1775.64	c constraints type 
1800.04/1775.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 72
1800.04/1775.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
1800.04/1775.64	c 142 constraints processed.
1800.04/1775.64	s UNKNOWN
1800.04/1775.64	c Total wall clock time (in seconds): 1775.527

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-3687409-1337871920/watcher-3687409-1337871920 -o /tmp/evaluation-result-3687409-1337871920/solver-3687409-1337871920 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687409-1337871920.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: 0.37 0.09 0.03 5/193 23526
/proc/meminfo: memFree=25340504/32873844 swapFree=7108/7108
[pid=23526] ppid=23524 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/23526/stat : 23526 (java) S 23524 23526 23066 0 -1 4202496 1273 0 0 0 0 0 0 0 20 0 2 0 253317062 98570240 974 33554432000 1073741824 1073778376 140733934582240 140733934573376 227144663101 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23526/statm: 24065 974 740 9 0 16771 0
[pid=23526/tid=23527] ppid=23524 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23527/stat : 23527 (java) R 23524 23526 23066 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 253317063 98570240 977 33554432000 1073741824 1073778376 140733934582240 140310118901960 227141305232 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.082055 s]
/proc/loadavg: 0.37 0.09 0.03 5/193 23526
/proc/meminfo: memFree=25340504/32873844 swapFree=7108/7108
[pid=23526] ppid=23524 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/23526/stat : 23526 (java) S 23524 23526 23066 0 -1 4202496 3372 0 1 0 5 1 0 0 20 0 18 0 253317062 9787813888 4581 33554432000 1073741824 1073778376 140733934582240 140733934573376 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23526/statm: 2389603 4581 1772 9 0 2380296 0
[pid=23526/tid=23527] ppid=23524 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/23526/task/23527/stat : 23527 (java) R 23524 23526 23066 0 -1 4202560 2164 0 1 0 4 1 0 0 20 0 18 0 253317063 9787813888 4582 33554432000 1073741824 1073778376 140733934582240 140310118898176 140309954623133 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100291 s]
/proc/loadavg: 0.37 0.09 0.03 5/193 23526
/proc/meminfo: memFree=25340504/32873844 swapFree=7108/7108
[pid=23526] ppid=23524 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/23526/stat : 23526 (java) S 23524 23526 23066 0 -1 4202496 4274 0 1 0 9 1 0 0 20 0 18 0 253317062 9787813888 5476 33554432000 1073741824 1073778376 140733934582240 140733934573376 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23526/statm: 2389603 5478 2108 9 0 2380296 0
[pid=23526/tid=23527] ppid=23524 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/23526/task/23527/stat : 23527 (java) R 23524 23526 23066 0 -1 4202560 2333 0 1 0 6 1 0 0 20 0 18 0 253317063 9787813888 5478 33554432000 1073741824 1073778376 140733934582240 140310118911464 227144688909 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300255 s]
/proc/loadavg: 0.37 0.09 0.03 5/193 23526
/proc/meminfo: memFree=25340504/32873844 swapFree=7108/7108
[pid=23526] ppid=23524 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/23526/stat : 23526 (java) S 23524 23526 23066 0 -1 4202496 6792 0 1 0 52 2 0 0 20 0 19 0 253317062 9855975424 8474 33554432000 1073741824 1073778376 140733934582240 140733934573376 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23526/statm: 2406244 8474 2232 9 0 2396937 0
[pid=23526/tid=23527] ppid=23524 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/23526/task/23527/stat : 23527 (java) R 23524 23526 23066 0 -1 4202560 2455 0 1 0 26 1 0 0 20 0 19 0 253317063 9855975424 8474 33554432000 1073741824 1073778376 140733934582240 140310118912784 140309955049424 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9624976

[startup+0.700213 s]
/proc/loadavg: 0.37 0.09 0.03 5/193 23526
/proc/meminfo: memFree=25340504/32873844 swapFree=7108/7108
[pid=23526] ppid=23524 vsize=9624976 CPUtime=1.12 cores=0,2,4,6
/proc/23526/stat : 23526 (java) S 23524 23526 23066 0 -1 4202496 7921 0 1 0 110 2 0 0 20 0 19 0 253317062 9855975424 10800 33554432000 1073741824 1073778376 140733934582240 140733934573376 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23526/statm: 2406244 10800 2237 9 0 2396937 0
[pid=23526/tid=23527] ppid=23524 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/23526/task/23527/stat : 23527 (java) R 23524 23526 23066 0 -1 4202560 2459 0 1 0 66 1 0 0 20 0 19 0 253317063 9855975424 10800 33554432000 1073741824 1073778376 140733934582240 140310118912728 140309955074666 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9624976

[startup+1.50072 s]
/proc/loadavg: 0.50 0.12 0.04 3/192 23554
/proc/meminfo: memFree=27637488/32873844 swapFree=7108/7108
[pid=23526] ppid=23524 vsize=9624976 CPUtime=1.95 cores=0,2,4,6
/proc/23526/stat : 23526 (java) S 23524 23526 23066 0 -1 4202496 7989 0 1 0 192 3 0 0 20 0 19 0 253317062 9855975424 15969 33554432000 1073741824 1073778376 140733934582240 140733934573376 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23526/statm: 2406244 15969 2265 9 0 2396937 0
[pid=23526/tid=23527] ppid=23524 vsize=9624976 CPUtime=1.46 cores=0,2,4,6
/proc/23526/task/23527/stat : 23527 (java) R 23524 23526 23066 0 -1 4202560 2467 0 1 0 144 2 0 0 20 0 19 0 253317063 9855975424 15969 33554432000 1073741824 1073778376 140733934582240 140310118912376 140310122208640 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23526/tid=23529] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23529/stat : 23529 (java) S 23524 23526 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317064 9855975424 15969 33554432000 1073741824 1073778376 140733934582240 140310080403752 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23526/tid=23530] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23530/stat : 23530 (java) S 23524 23526 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317064 9855975424 15969 33554432000 1073741824 1073778376 140733934582240 140310079350952 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23526/tid=23531] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23531/stat : 23531 (java) S 23524 23526 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317064 9855975424 15969 33554432000 1073741824 1073778376 140733934582240 140310078298664 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23526/tid=23532] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23532/stat : 23532 (java) S 23524 23526 23066 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253317064 9855975424 15969 33554432000 1073741824 1073778376 140733934582240 140310077245864 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23526/tid=23533] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23533/stat : 23533 (java) S 23524 23526 23066 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253317064 9855975424 15969 33554432000 1073741824 1073778376 140733934582240 140310076193576 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23526/tid=23534] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23534/stat : 23534 (java) S 23524 23526 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317064 9855975424 15969 33554432000 1073741824 1073778376 140733934582240 140310075140776 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23526/tid=23535] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23535/stat : 23535 (java) S 23524 23526 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317064 9855975424 15969 33554432000 1073741824 1073778376 140733934582240 140310074088488 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23526/tid=23536] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23536/stat : 23536 (java) S 23524 23526 23066 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253317064 9855975424 15969 33554432000 1073741824 1073778376 140733934582240 140309954554792 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23537] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23537/stat : 23537 (java) S 23524 23526 23066 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 253317065 9855975424 15969 33554432000 1073741824 1073778376 140733934582240 140309942356200 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23538] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23538/stat : 23538 (java) S 23524 23526 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317065 9855975424 15969 33554432000 1073741824 1073778376 140733934582240 140309941302264 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23539] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23539/stat : 23539 (java) S 23524 23526 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317065 9855975424 15969 33554432000 1073741824 1073778376 140733934582240 140309940249864 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23540] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23540/stat : 23540 (java) S 23524 23526 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317068 9855975424 15969 33554432000 1073741824 1073778376 140733934582240 140309939198352 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23541] ppid=23524 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/23526/task/23541/stat : 23541 (java) S 23524 23526 23066 0 -1 4202560 1840 0 0 0 24 0 0 0 20 0 19 0 253317068 9855975424 15969 33554432000 1073741824 1073778376 140733934582240 140309199579832 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23542] ppid=23524 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/23526/task/23542/stat : 23542 (java) S 23524 23526 23066 0 -1 4202560 2431 0 0 0 19 0 0 0 20 0 19 0 253317068 9855975424 15969 33554432000 1073741824 1073778376 140733934582240 140309198527032 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23526/tid=23543] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23543/stat : 23543 (java) S 23524 23526 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317068 9855975424 15969 33554432000 1073741824 1073778376 140733934582240 140309197474936 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23526/tid=23544] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23544/stat : 23544 (java) S 23524 23526 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317068 9855975424 15969 33554432000 1073741824 1073778376 140733934582240 140309196422344 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23545] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23545/stat : 23545 (java) S 23524 23526 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253317086 9855975424 15969 33554432000 1073741824 1073778376 140733934582240 140309195367336 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9624976

[startup+3.10069 s]
/proc/loadavg: 0.50 0.12 0.04 3/192 23554
/proc/meminfo: memFree=27620348/32873844 swapFree=7108/7108
[pid=23526] ppid=23524 vsize=9624976 CPUtime=3.61 cores=0,2,4,6
/proc/23526/stat : 23526 (java) S 23524 23526 23066 0 -1 4202496 8180 0 1 0 357 4 0 0 20 0 19 0 253317062 9855975424 23285 33554432000 1073741824 1073778376 140733934582240 140733934573376 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23526/statm: 2406244 23285 2265 9 0 2396937 0
[pid=23526/tid=23527] ppid=23524 vsize=9624976 CPUtime=3.03 cores=0,2,4,6
/proc/23526/task/23527/stat : 23527 (java) R 23524 23526 23066 0 -1 4202560 2471 0 1 0 301 2 0 0 20 0 19 0 253317063 9855975424 23285 33554432000 1073741824 1073778376 140733934582240 140310118912288 140309955074737 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23526/tid=23529] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23529/stat : 23529 (java) S 23524 23526 23066 0 -1 4202560 58 0 0 0 0 0 0 0 20 0 19 0 253317064 9855975424 23285 33554432000 1073741824 1073778376 140733934582240 140310080403752 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23526/tid=23530] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23530/stat : 23530 (java) S 23524 23526 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317064 9855975424 23285 33554432000 1073741824 1073778376 140733934582240 140310079350952 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23526/tid=23531] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23531/stat : 23531 (java) S 23524 23526 23066 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 19 0 253317064 9855975424 23285 33554432000 1073741824 1073778376 140733934582240 140310078298664 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23526/tid=23532] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23532/stat : 23532 (java) S 23524 23526 23066 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253317064 9855975424 23285 33554432000 1073741824 1073778376 140733934582240 140310077245864 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23526/tid=23533] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23533/stat : 23533 (java) S 23524 23526 23066 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253317064 9855975424 23285 33554432000 1073741824 1073778376 140733934582240 140310076193576 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23526/tid=23534] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23534/stat : 23534 (java) S 23524 23526 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317064 9855975424 23285 33554432000 1073741824 1073778376 140733934582240 140310075140776 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23526/tid=23535] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23535/stat : 23535 (java) S 23524 23526 23066 0 -1 4202560 49 0 0 0 0 0 0 0 20 0 19 0 253317064 9855975424 23285 33554432000 1073741824 1073778376 140733934582240 140310074088488 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23526/tid=23536] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23536/stat : 23536 (java) S 23524 23526 23066 0 -1 4202560 53 0 0 0 0 0 0 0 20 0 19 0 253317064 9855975424 23285 33554432000 1073741824 1073778376 140733934582240 140309954554792 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23526/tid=23537] ppid=23524 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/23526/task/23537/stat : 23537 (java) S 23524 23526 23066 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 253317065 9855975424 23285 33554432000 1073741824 1073778376 140733934582240 140309942356200 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23538] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23538/stat : 23538 (java) S 23524 23526 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317065 9855975424 23285 33554432000 1073741824 1073778376 140733934582240 140309941302264 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23539] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23539/stat : 23539 (java) S 23524 23526 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317065 9855975424 23285 33554432000 1073741824 1073778376 140733934582240 140309940249864 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23540] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23540/stat : 23540 (java) S 23524 23526 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317068 9855975424 23285 33554432000 1073741824 1073778376 140733934582240 140309939198352 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23541] ppid=23524 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/23526/task/23541/stat : 23541 (java) S 23524 23526 23066 0 -1 4202560 1840 0 0 0 26 0 0 0 20 0 19 0 253317068 9855975424 23285 33554432000 1073741824 1073778376 140733934582240 140309199579832 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23542] ppid=23524 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/23526/task/23542/stat : 23542 (java) S 23524 23526 23066 0 -1 4202560 2431 0 0 0 20 0 0 0 20 0 19 0 253317068 9855975424 23285 33554432000 1073741824 1073778376 140733934582240 140309198527032 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23526/tid=23543] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23543/stat : 23543 (java) S 23524 23526 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317068 9855975424 23285 33554432000 1073741824 1073778376 140733934582240 140309197474936 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23526/tid=23544] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23544/stat : 23544 (java) S 23524 23526 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317068 9855975424 23285 33554432000 1073741824 1073778376 140733934582240 140309196422344 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23545] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23545/stat : 23545 (java) S 23524 23526 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253317086 9855975424 23285 33554432000 1073741824 1073778376 140733934582240 140309195367336 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 9624976

[startup+6.30072 s]
/proc/loadavg: 0.50 0.12 0.04 3/192 23554
/proc/meminfo: memFree=27562384/32873844 swapFree=7108/7108
[pid=23526] ppid=23524 vsize=9624976 CPUtime=6.85 cores=0,2,4,6
/proc/23526/stat : 23526 (java) S 23524 23526 23066 0 -1 4202496 8225 0 1 0 678 7 0 0 20 0 19 0 253317062 9855975424 30917 33554432000 1073741824 1073778376 140733934582240 140733934573376 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23526/statm: 2406244 30917 2265 9 0 2396937 0
[pid=23526/tid=23527] ppid=23524 vsize=9624976 CPUtime=6.19 cores=0,2,4,6
/proc/23526/task/23527/stat : 23527 (java) R 23524 23526 23066 0 -1 4202560 2475 0 1 0 617 2 0 0 20 0 19 0 253317063 9855975424 30917 33554432000 1073741824 1073778376 140733934582240 140310118912472 140309955074192 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23526/tid=23529] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23529/stat : 23529 (java) S 23524 23526 23066 0 -1 4202560 58 0 0 0 0 0 0 0 20 0 19 0 253317064 9855975424 30917 33554432000 1073741824 1073778376 140733934582240 140310080403752 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23526/tid=23530] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23530/stat : 23530 (java) S 23524 23526 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317064 9855975424 30917 33554432000 1073741824 1073778376 140733934582240 140310079350952 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23526/tid=23531] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23531/stat : 23531 (java) S 23524 23526 23066 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 19 0 253317064 9855975424 30917 33554432000 1073741824 1073778376 140733934582240 140310078298664 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23526/tid=23532] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23532/stat : 23532 (java) S 23524 23526 23066 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253317064 9855975424 30917 33554432000 1073741824 1073778376 140733934582240 140310077245864 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23526/tid=23533] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23533/stat : 23533 (java) S 23524 23526 23066 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 253317064 9855975424 30917 33554432000 1073741824 1073778376 140733934582240 140310076193576 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23526/tid=23534] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23534/stat : 23534 (java) S 23524 23526 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253317064 9855975424 30917 33554432000 1073741824 1073778376 140733934582240 140310075140776 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23526/tid=23535] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23535/stat : 23535 (java) S 23524 23526 23066 0 -1 4202560 57 0 0 0 0 0 0 0 20 0 19 0 253317064 9855975424 30917 33554432000 1073741824 1073778376 140733934582240 140310074088488 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23536] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23536/stat : 23536 (java) S 23524 23526 23066 0 -1 4202560 53 0 0 0 0 0 0 0 20 0 19 0 253317064 9855975424 30917 33554432000 1073741824 1073778376 140733934582240 140309954554792 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23526/tid=23537] ppid=23524 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/23526/task/23537/stat : 23537 (java) S 23524 23526 23066 0 -1 4202560 37 0 0 0 2 0 0 0 20 0 19 0 253317065 9855975424 30917 33554432000 1073741824 1073778376 140733934582240 140309942356200 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23538] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23538/stat : 23538 (java) S 23524 23526 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317065 9855975424 30917 33554432000 1073741824 1073778376 140733934582240 140309941302264 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23539] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23539/stat : 23539 (java) S 23524 23526 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317065 9855975424 30917 33554432000 1073741824 1073778376 140733934582240 140309940249864 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23540] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23540/stat : 23540 (java) S 23524 23526 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317068 9855975424 30917 33554432000 1073741824 1073778376 140733934582240 140309939198352 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23541] ppid=23524 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/23526/task/23541/stat : 23541 (java) S 23524 23526 23066 0 -1 4202560 1840 0 0 0 26 0 0 0 20 0 19 0 253317068 9855975424 30917 33554432000 1073741824 1073778376 140733934582240 140309199579832 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23542] ppid=23524 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/23526/task/23542/stat : 23542 (java) S 23524 23526 23066 0 -1 4202560 2432 0 0 0 21 0 0 0 20 0 19 0 253317068 9855975424 30917 33554432000 1073741824 1073778376 140733934582240 140309198527032 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=23526/tid=23541] ppid=23524 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/23526/task/23541/stat : 23541 (java) S 23524 23526 23066 0 -1 4202560 1844 0 0 0 27 0 0 0 20 0 19 0 253317068 9855975424 187992 33554432000 1073741824 1073778376 140733934582240 140309199579832 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23542] ppid=23524 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/23526/task/23542/stat : 23542 (java) S 23524 23526 23066 0 -1 4202560 2590 0 0 0 24 0 0 0 20 0 19 0 253317068 9855975424 187992 33554432000 1073741824 1073778376 140733934582240 140309198527032 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23526/tid=23543] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23543/stat : 23543 (java) S 23524 23526 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317068 9855975424 187992 33554432000 1073741824 1073778376 140733934582240 140309197474936 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23526/tid=23544] ppid=23524 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/23526/task/23544/stat : 23544 (java) S 23524 23526 23066 0 -1 4202560 93 0 0 0 34 28 0 0 20 0 19 0 253317068 9855975424 187992 33554432000 1073741824 1073778376 140733934582240 140309196422344 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23526/tid=23545] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23545/stat : 23545 (java) S 23524 23526 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253317086 9855975424 187992 33554432000 1073741824 1073778376 140733934582240 140309195367336 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1624.31
Current children cumulated vsize (KiB) 9624976

[startup+1662.3 s]
/proc/loadavg: 2.03 2.06 1.70 3/213 23675
/proc/meminfo: memFree=26746236/32873844 swapFree=7108/7108
[pid=23526] ppid=23524 vsize=9624976 CPUtime=1685.13 cores=0,2,4,6
/proc/23526/stat : 23526 (java) S 23524 23526 23066 0 -1 4202496 21784 0 1 0 168318 195 0 0 20 0 19 0 253317062 9855975424 204399 33554432000 1073741824 1073778376 140733934582240 140733934573376 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23526/statm: 2406244 204399 2266 9 0 2396937 0
[pid=23526/tid=23527] ppid=23524 vsize=9624976 CPUtime=1645.02 cores=0,2,4,6
/proc/23526/task/23527/stat : 23527 (java) R 23524 23526 23066 0 -1 4202560 2923 0 1 0 164471 31 0 0 20 0 19 0 253317063 9855975424 204399 33554432000 1073741824 1073778376 140733934582240 140310118911344 140309955144448 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23529] ppid=23524 vsize=9624976 CPUtime=3.83 cores=0,2,4,6
/proc/23526/task/23529/stat : 23529 (java) S 23524 23526 23066 0 -1 4202560 1442 0 0 0 364 19 0 0 20 0 19 0 253317064 9855975424 204399 33554432000 1073741824 1073778376 140733934582240 140310080403752 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23530] ppid=23524 vsize=9624976 CPUtime=4 cores=0,2,4,6
/proc/23526/task/23530/stat : 23530 (java) S 23524 23526 23066 0 -1 4202560 1867 0 0 0 380 20 0 0 20 0 19 0 253317064 9855975424 204399 33554432000 1073741824 1073778376 140733934582240 140310079350952 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23526/tid=23531] ppid=23524 vsize=9624976 CPUtime=3.74 cores=0,2,4,6
/proc/23526/task/23531/stat : 23531 (java) S 23524 23526 23066 0 -1 4202560 1592 0 0 0 355 19 0 0 20 0 19 0 253317064 9855975424 204399 33554432000 1073741824 1073778376 140733934582240 140310078298664 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23526/tid=23532] ppid=23524 vsize=9624976 CPUtime=3.7 cores=0,2,4,6
/proc/23526/task/23532/stat : 23532 (java) S 23524 23526 23066 0 -1 4202560 1217 0 0 0 349 21 0 0 20 0 19 0 253317064 9855975424 204399 33554432000 1073741824 1073778376 140733934582240 140310077245864 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23526/tid=23533] ppid=23524 vsize=9624976 CPUtime=3.76 cores=0,2,4,6
/proc/23526/task/23533/stat : 23533 (java) S 23524 23526 23066 0 -1 4202560 1306 0 0 0 359 17 0 0 20 0 19 0 253317064 9855975424 204399 33554432000 1073741824 1073778376 140733934582240 140310076193576 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23526/tid=23534] ppid=23524 vsize=9624976 CPUtime=3.89 cores=0,2,4,6
/proc/23526/task/23534/stat : 23534 (java) S 23524 23526 23066 0 -1 4202560 1061 0 0 0 371 18 0 0 20 0 19 0 253317064 9855975424 204399 33554432000 1073741824 1073778376 140733934582240 140310075140776 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23526/tid=23535] ppid=23524 vsize=9624976 CPUtime=3.71 cores=0,2,4,6
/proc/23526/task/23535/stat : 23535 (java) S 23524 23526 23066 0 -1 4202560 1371 0 0 0 352 19 0 0 20 0 19 0 253317064 9855975424 204399 33554432000 1073741824 1073778376 140733934582240 140310074088488 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23526/tid=23536] ppid=23524 vsize=9624976 CPUtime=3.99 cores=0,2,4,6
/proc/23526/task/23536/stat : 23536 (java) S 23524 23526 23066 0 -1 4202560 1732 0 0 0 379 20 0 0 20 0 19 0 253317064 9855975424 204399 33554432000 1073741824 1073778376 140733934582240 140309954554792 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23526/tid=23537] ppid=23524 vsize=9624976 CPUtime=4.18 cores=0,2,4,6
/proc/23526/task/23537/stat : 23537 (java) S 23524 23526 23066 0 -1 4202560 1558 0 0 0 411 7 0 0 20 0 19 0 253317065 9855975424 204399 33554432000 1073741824 1073778376 140733934582240 140309942356200 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23538] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23538/stat : 23538 (java) S 23524 23526 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317065 9855975424 204399 33554432000 1073741824 1073778376 140733934582240 140309941302264 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23539] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23539/stat : 23539 (java) S 23524 23526 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317065 9855975424 204399 33554432000 1073741824 1073778376 140733934582240 140309940249864 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23540] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23540/stat : 23540 (java) S 23524 23526 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317068 9855975424 204399 33554432000 1073741824 1073778376 140733934582240 140309939198352 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23541] ppid=23524 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/23526/task/23541/stat : 23541 (java) S 23524 23526 23066 0 -1 4202560 1844 0 0 0 27 0 0 0 20 0 19 0 253317068 9855975424 204399 33554432000 1073741824 1073778376 140733934582240 140309199579832 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23542] ppid=23524 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/23526/task/23542/stat : 23542 (java) S 23524 23526 23066 0 -1 4202560 2590 0 0 0 24 0 0 0 20 0 19 0 253317068 9855975424 204399 33554432000 1073741824 1073778376 140733934582240 140309198527032 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23526/tid=23543] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23543/stat : 23543 (java) S 23524 23526 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317068 9855975424 204399 33554432000 1073741824 1073778376 140733934582240 140309197474936 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23526/tid=23544] ppid=23524 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/23526/task/23544/stat : 23544 (java) S 23524 23526 23066 0 -1 4202560 95 0 0 0 36 29 0 0 20 0 19 0 253317068 9855975424 204399 33554432000 1073741824 1073778376 140733934582240 140309196422344 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23526/tid=23545] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23545/stat : 23545 (java) S 23524 23526 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253317086 9855975424 204399 33554432000 1073741824 1073778376 140733934582240 140309195367336 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1685.13
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.01 2.05 1.72 3/213 23675
/proc/meminfo: memFree=26696652/32873844 swapFree=7108/7108
[pid=23526] ppid=23524 vsize=9624976 CPUtime=1746.08 cores=0,2,4,6
/proc/23526/stat : 23526 (java) S 23524 23526 23066 0 -1 4202496 22562 0 1 0 174406 202 0 0 20 0 19 0 253317062 9855975424 216807 33554432000 1073741824 1073778376 140733934582240 140733934573376 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23526/statm: 2406244 216807 2266 9 0 2396937 0
[pid=23526/tid=23527] ppid=23524 vsize=9624976 CPUtime=1704.37 cores=0,2,4,6
/proc/23526/task/23527/stat : 23527 (java) R 23524 23526 23066 0 -1 4202560 2935 0 1 0 170406 31 0 0 20 0 19 0 253317063 9855975424 216807 33554432000 1073741824 1073778376 140733934582240 140310118911344 140309955045363 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23526/tid=23529] ppid=23524 vsize=9624976 CPUtime=4 cores=0,2,4,6
/proc/23526/task/23529/stat : 23529 (java) S 23524 23526 23066 0 -1 4202560 1557 0 0 0 381 19 0 0 20 0 19 0 253317064 9855975424 216807 33554432000 1073741824 1073778376 140733934582240 140310080403752 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23526/tid=23530] ppid=23524 vsize=9624976 CPUtime=4.16 cores=0,2,4,6
/proc/23526/task/23530/stat : 23530 (java) S 23524 23526 23066 0 -1 4202560 2036 0 0 0 395 21 0 0 20 0 19 0 253317064 9855975424 216807 33554432000 1073741824 1073778376 140733934582240 140310079350952 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23526/tid=23531] ppid=23524 vsize=9624976 CPUtime=3.85 cores=0,2,4,6
/proc/23526/task/23531/stat : 23531 (java) S 23524 23526 23066 0 -1 4202560 1602 0 0 0 366 19 0 0 20 0 19 0 253317064 9855975424 216807 33554432000 1073741824 1073778376 140733934582240 140310078298664 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23526/tid=23532] ppid=23524 vsize=9624976 CPUtime=3.85 cores=0,2,4,6
/proc/23526/task/23532/stat : 23532 (java) S 23524 23526 23066 0 -1 4202560 1356 0 0 0 363 22 0 0 20 0 19 0 253317064 9855975424 216807 33554432000 1073741824 1073778376 140733934582240 140310077245864 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23526/tid=23533] ppid=23524 vsize=9624976 CPUtime=3.92 cores=0,2,4,6
/proc/23526/task/23533/stat : 23533 (java) S 23524 23526 23066 0 -1 4202560 1308 0 0 0 375 17 0 0 20 0 19 0 253317064 9855975424 216807 33554432000 1073741824 1073778376 140733934582240 140310076193576 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23526/tid=23534] ppid=23524 vsize=9624976 CPUtime=4.05 cores=0,2,4,6
/proc/23526/task/23534/stat : 23534 (java) S 23524 23526 23066 0 -1 4202560 1072 0 0 0 386 19 0 0 20 0 19 0 253317064 9855975424 216807 33554432000 1073741824 1073778376 140733934582240 140310075140776 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23535] ppid=23524 vsize=9624976 CPUtime=3.89 cores=0,2,4,6
/proc/23526/task/23535/stat : 23535 (java) S 23524 23526 23066 0 -1 4202560 1432 0 0 0 368 21 0 0 20 0 19 0 253317064 9855975424 216807 33554432000 1073741824 1073778376 140733934582240 140310074088488 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23526/tid=23536] ppid=23524 vsize=9624976 CPUtime=4.2 cores=0,2,4,6
/proc/23526/task/23536/stat : 23536 (java) S 23524 23526 23066 0 -1 4202560 1927 0 0 0 399 21 0 0 20 0 19 0 253317064 9855975424 216807 33554432000 1073741824 1073778376 140733934582240 140309954554792 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23526/tid=23537] ppid=23524 vsize=9624976 CPUtime=4.31 cores=0,2,4,6
/proc/23526/task/23537/stat : 23537 (java) S 23524 23526 23066 0 -1 4202560 1618 0 0 0 424 7 0 0 20 0 19 0 253317065 9855975424 216807 33554432000 1073741824 1073778376 140733934582240 140309942356200 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23526/tid=23538] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23538/stat : 23538 (java) S 23524 23526 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317065 9855975424 216807 33554432000 1073741824 1073778376 140733934582240 140309941302264 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23539] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23539/stat : 23539 (java) S 23524 23526 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317065 9855975424 216807 33554432000 1073741824 1073778376 140733934582240 140309940249864 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23540] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23540/stat : 23540 (java) S 23524 23526 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317068 9855975424 216807 33554432000 1073741824 1073778376 140733934582240 140309939198352 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23541] ppid=23524 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/23526/task/23541/stat : 23541 (java) S 23524 23526 23066 0 -1 4202560 1844 0 0 0 27 0 0 0 20 0 19 0 253317068 9855975424 216807 33554432000 1073741824 1073778376 140733934582240 140309199579832 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23542] ppid=23524 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/23526/task/23542/stat : 23542 (java) S 23524 23526 23066 0 -1 4202560 2590 0 0 0 24 0 0 0 20 0 19 0 253317068 9855975424 216807 33554432000 1073741824 1073778376 140733934582240 140309198527032 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23526/tid=23543] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23543/stat : 23543 (java) S 23524 23526 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317068 9855975424 216807 33554432000 1073741824 1073778376 140733934582240 140309197474936 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23526/tid=23544] ppid=23524 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/23526/task/23544/stat : 23544 (java) S 23524 23526 23066 0 -1 4202560 99 0 0 0 38 29 0 0 20 0 19 0 253317068 9855975424 216807 33554432000 1073741824 1073778376 140733934582240 140309196422344 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23526/tid=23545] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23545/stat : 23545 (java) S 23524 23526 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253317086 9855975424 216807 33554432000 1073741824 1073778376 140733934582240 140309195367336 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1746.08
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.6 s]
/proc/loadavg: 2.00 2.04 1.73 3/213 23676
/proc/meminfo: memFree=26785124/32873844 swapFree=7108/7108
[pid=23526] ppid=23524 vsize=9624976 CPUtime=1800.04 cores=0,2,4,6
/proc/23526/stat : 23526 (java) S 23524 23526 23066 0 -1 4202496 22585 0 1 0 179800 204 0 0 20 0 19 0 253317062 9855975424 194148 33554432000 1073741824 1073778376 140733934582240 140733934573376 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23526/statm: 2406244 194148 2266 9 0 2396937 0
[pid=23526/tid=23527] ppid=23524 vsize=9624976 CPUtime=1757.17 cores=0,2,4,6
/proc/23526/task/23527/stat : 23527 (java) R 23524 23526 23066 0 -1 4202560 2952 0 1 0 175684 33 0 0 20 0 19 0 253317063 9855975424 194148 33554432000 1073741824 1073778376 140733934582240 140310118911344 140309955045885 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23526/tid=23529] ppid=23524 vsize=9624976 CPUtime=4.15 cores=0,2,4,6
/proc/23526/task/23529/stat : 23529 (java) S 23524 23526 23066 0 -1 4202560 1557 0 0 0 396 19 0 0 20 0 19 0 253317064 9855975424 194148 33554432000 1073741824 1073778376 140733934582240 140310080403752 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23530] ppid=23524 vsize=9624976 CPUtime=4.29 cores=0,2,4,6
/proc/23526/task/23530/stat : 23530 (java) S 23524 23526 23066 0 -1 4202560 2036 0 0 0 408 21 0 0 20 0 19 0 253317064 9855975424 194148 33554432000 1073741824 1073778376 140733934582240 140310079350952 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23526/tid=23531] ppid=23524 vsize=9624976 CPUtime=3.98 cores=0,2,4,6
/proc/23526/task/23531/stat : 23531 (java) S 23524 23526 23066 0 -1 4202560 1602 0 0 0 379 19 0 0 20 0 19 0 253317064 9855975424 194148 33554432000 1073741824 1073778376 140733934582240 140310078298664 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23532] ppid=23524 vsize=9624976 CPUtime=3.97 cores=0,2,4,6
/proc/23526/task/23532/stat : 23532 (java) S 23524 23526 23066 0 -1 4202560 1356 0 0 0 375 22 0 0 20 0 19 0 253317064 9855975424 194148 33554432000 1073741824 1073778376 140733934582240 140310077245864 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23526/tid=23533] ppid=23524 vsize=9624976 CPUtime=4.01 cores=0,2,4,6
/proc/23526/task/23533/stat : 23533 (java) S 23524 23526 23066 0 -1 4202560 1308 0 0 0 384 17 0 0 20 0 19 0 253317064 9855975424 194148 33554432000 1073741824 1073778376 140733934582240 140310076193576 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23526/tid=23534] ppid=23524 vsize=9624976 CPUtime=4.15 cores=0,2,4,6
/proc/23526/task/23534/stat : 23534 (java) S 23524 23526 23066 0 -1 4202560 1072 0 0 0 396 19 0 0 20 0 19 0 253317064 9855975424 194148 33554432000 1073741824 1073778376 140733934582240 140310075140776 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23526/tid=23535] ppid=23524 vsize=9624976 CPUtime=4.02 cores=0,2,4,6
/proc/23526/task/23535/stat : 23535 (java) S 23524 23526 23066 0 -1 4202560 1432 0 0 0 381 21 0 0 20 0 19 0 253317064 9855975424 194148 33554432000 1073741824 1073778376 140733934582240 140310074088488 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23526/tid=23536] ppid=23524 vsize=9624976 CPUtime=4.31 cores=0,2,4,6
/proc/23526/task/23536/stat : 23536 (java) S 23524 23526 23066 0 -1 4202560 1927 0 0 0 410 21 0 0 20 0 19 0 253317064 9855975424 194148 33554432000 1073741824 1073778376 140733934582240 140309954554792 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23537] ppid=23524 vsize=9624976 CPUtime=4.39 cores=0,2,4,6
/proc/23526/task/23537/stat : 23537 (java) S 23524 23526 23066 0 -1 4202560 1622 0 0 0 432 7 0 0 20 0 19 0 253317065 9855975424 194148 33554432000 1073741824 1073778376 140733934582240 140309942356200 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23538] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23538/stat : 23538 (java) S 23524 23526 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317065 9855975424 194148 33554432000 1073741824 1073778376 140733934582240 140309941302264 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23539] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23539/stat : 23539 (java) S 23524 23526 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317065 9855975424 194148 33554432000 1073741824 1073778376 140733934582240 140309940249864 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23540] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23540/stat : 23540 (java) S 23524 23526 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317068 9855975424 194148 33554432000 1073741824 1073778376 140733934582240 140309939198352 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23541] ppid=23524 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/23526/task/23541/stat : 23541 (java) S 23524 23526 23066 0 -1 4202560 1844 0 0 0 27 0 0 0 20 0 19 0 253317068 9855975424 194148 33554432000 1073741824 1073778376 140733934582240 140309199579832 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23542] ppid=23524 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/23526/task/23542/stat : 23542 (java) S 23524 23526 23066 0 -1 4202560 2590 0 0 0 24 0 0 0 20 0 19 0 253317068 9855975424 194148 33554432000 1073741824 1073778376 140733934582240 140309198527032 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23526/tid=23543] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23543/stat : 23543 (java) S 23524 23526 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317068 9855975424 194148 33554432000 1073741824 1073778376 140733934582240 140309197474936 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23526/tid=23544] ppid=23524 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/23526/task/23544/stat : 23544 (java) S 23524 23526 23066 0 -1 4202560 101 0 0 0 39 31 0 0 20 0 19 0 253317068 9855975424 194148 33554432000 1073741824 1073778376 140733934582240 140309196422344 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23526/tid=23545] ppid=23524 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23526/task/23545/stat : 23545 (java) S 23524 23526 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253317086 9855975424 194148 33554432000 1073741824 1073778376 140733934582240 140309195367336 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23526 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=548339
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=442628
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1775.65
CPU time (s): 1800.04
CPU user time (s): 1798
CPU system time (s): 2.04
CPU usage (%): 101.374
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.55
system time used= 2.44263
maximum resident set size= 884636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22629
page faults= 1
swaps= 0
block input operations= 8
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 50143
involuntary context switches= 55238

runsolver used 9.64853 second user time and 11.1453 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-24 17:05:20
IDJOB=3687409
IDBENCH=1426
IDSOLVER=2269
FILE ID=node138/3687409-1337871920
RUNJOBID= node138-1337871881-23082
PBS_JOBID= 14620066
Free space on /tmp= 71636 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl35_36_pb.cnf.cr.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687409-1337871920/watcher-3687409-1337871920 -o /tmp/evaluation-result-3687409-1337871920/solver-3687409-1337871920 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687409-1337871920.opb

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

MD5SUM BENCH= 63dafaa5a785f38064ac19ced11339d2
RANDOM SEED=2137734220

node138.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.347
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.69
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.347
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		: 2667.347
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.347
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.347
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.347
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.347
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.92
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.347
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:       32873844 kB
MemFree:        25340768 kB
Buffers:          212320 kB
Cached:          4196944 kB
SwapCached:            0 kB
Active:          2968108 kB
Inactive:        3759680 kB
Active(anon):    2321220 kB
Inactive(anon):        0 kB
Active(file):     646888 kB
Inactive(file):  3759680 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             89992 kB
Writeback:             0 kB
AnonPages:       2049148 kB
Mapped:            22392 kB
Shmem:               200 kB
Slab:             638644 kB
SReclaimable:      80156 kB
SUnreclaim:       558488 kB
KernelStack:        1568 kB
PageTables:         8484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3268456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2004992 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= 71720 MiB
End job on node138 at 2012-05-24 17:34:58