Trace number 3687201

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.6 1796.55

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army13.24ls.opb
MD5SUM1a4510076d9024b805728ffe22c0d108
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 benchmark48.1337
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables490
Total number of constraints737
Number of constraints which are clauses397
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints338
Minimum length of a constraint2
Maximum length of a constraint169
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 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.13	c See www.sat4j.org for details.
0.03/0.13	c version 2.3.2.v20120418
0.03/0.13	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.14	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.14	c java.vm.version	19.1-b02
0.03/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.14	c sun.arch.data.model	64
0.03/0.14	c java.version		1.6.0_24
0.03/0.14	c os.name		Linux
0.03/0.14	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.14	c os.arch		amd64
0.03/0.14	c Free memory 		501472288
0.03/0.14	c Max memory 		7480803328
0.03/0.14	c Total memory 		504102912
0.03/0.14	c Number of processors 	8
0.03/0.16	c Pseudo Boolean Optimization by upper bound
0.03/0.16	c --- Begin Solver configuration ---
0.03/0.16	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.03/0.16	c Learn all clauses as in MiniSAT
0.03/0.16	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.03/0.16	c No reason simplification
0.03/0.16	c Armin Biere (Picosat) restarts strategy
0.03/0.16	c Glucose learned constraints deletion strategy
0.03/0.16	c timeout=2147483s
0.03/0.16	c DB Simplification allowed=false
0.03/0.16	c c --- End Solver configuration ---
0.03/0.16	c solving HOME/instance-3687201-1337871884.opb
0.03/0.16	c reading problem ... 
0.16/0.26	c ... done. Wall clock time 0.107s.
0.16/0.26	c declared #vars     490
0.16/0.26	c #constraints  737
0.16/0.26	c constraints type 
0.16/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 144
0.16/0.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.16/0.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 253
0.16/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 338
0.16/0.26	c 737 constraints processed.
1.07/0.72	c cleaning 2500 clauses out of 5000 with flag 5000/5000
1.54/1.12	c cleaning 4248 clauses out of 8500 with flag 11000/11000
1.94/1.59	c cleaning 5620 clauses out of 11252 with flag 18000/18000
2.57/2.16	c cleaning 6806 clauses out of 13632 with flag 26000/26000
3.31/2.86	c cleaning 7912 clauses out of 15831 with flag 35005/35005
4.12/3.64	c cleaning 8942 clauses out of 17914 with flag 45000/45000
5.03/4.56	c cleaning 9982 clauses out of 19973 with flag 56001/56001
6.13/5.67	c cleaning 10991 clauses out of 21990 with flag 68000/68000
7.45/6.93	c cleaning 11997 clauses out of 24000 with flag 81001/81001
8.85/8.38	c cleaning 12998 clauses out of 26003 with flag 95001/95001
10.68/10.20	c cleaning 13997 clauses out of 28004 with flag 110000/110000
12.50/11.97	c cleaning 15001 clauses out of 30008 with flag 126001/126001
14.53/13.97	c cleaning 16004 clauses out of 32009 with flag 143003/143003
16.53/15.97	c cleaning 16997 clauses out of 34002 with flag 161000/161000
18.74/18.19	c cleaning 17999 clauses out of 36007 with flag 180002/180002
21.47/20.83	c cleaning 18992 clauses out of 38006 with flag 200000/200000
24.49/23.82	c cleaning 20003 clauses out of 40017 with flag 221003/221003
27.70/27.04	c cleaning 20985 clauses out of 42014 with flag 243003/243003
30.83/30.19	c cleaning 21998 clauses out of 44026 with flag 266000/266000
34.15/33.42	c cleaning 22990 clauses out of 46030 with flag 290002/290002
37.56/36.86	c cleaning 24010 clauses out of 48040 with flag 315002/315002
41.27/40.59	c cleaning 25003 clauses out of 50028 with flag 341000/341000
45.80/45.01	c cleaning 26004 clauses out of 52026 with flag 368001/368001
50.12/49.39	c cleaning 26992 clauses out of 54021 with flag 396000/396000
54.27/53.47	c cleaning 28001 clauses out of 56029 with flag 425000/425000
58.98/58.17	c cleaning 28976 clauses out of 58028 with flag 455000/455000
64.71/63.86	c cleaning 30013 clauses out of 60053 with flag 486001/486001
71.03/70.17	c cleaning 31004 clauses out of 62039 with flag 518000/518000
77.18/76.29	c cleaning 31997 clauses out of 64035 with flag 551000/551000
83.92/82.95	c cleaning 33003 clauses out of 66038 with flag 585000/585000
90.15/89.19	c cleaning 33996 clauses out of 68035 with flag 620000/620000
95.69/94.66	c cleaning 34999 clauses out of 70041 with flag 656002/656002
101.54/100.42	c cleaning 36010 clauses out of 72040 with flag 693000/693000
108.26/107.15	c cleaning 37006 clauses out of 74030 with flag 731000/731000
115.29/114.15	c cleaning 37998 clauses out of 76024 with flag 770000/770000
122.70/121.57	c cleaning 38995 clauses out of 78026 with flag 810000/810000
131.53/130.31	c cleaning 39992 clauses out of 80032 with flag 851001/851001
140.94/139.70	c cleaning 41003 clauses out of 82039 with flag 893000/893000
150.56/149.31	c cleaning 41995 clauses out of 84036 with flag 936000/936000
160.70/159.47	c cleaning 43013 clauses out of 86042 with flag 980001/980001
171.33/170.05	c cleaning 44009 clauses out of 88028 with flag 1025000/1025000
181.57/180.29	c cleaning 44998 clauses out of 90020 with flag 1071001/1071001
192.30/190.91	c cleaning 45983 clauses out of 92021 with flag 1118000/1118000
203.81/202.49	c cleaning 47007 clauses out of 94038 with flag 1166000/1166000
215.53/214.16	c cleaning 48006 clauses out of 96032 with flag 1215001/1215001
229.97/228.52	c cleaning 49001 clauses out of 98028 with flag 1265003/1265003
244.29/242.85	c cleaning 50005 clauses out of 100024 with flag 1316000/1316000
260.16/258.69	c cleaning 50991 clauses out of 102019 with flag 1368000/1368000
275.29/273.75	c cleaning 51997 clauses out of 104028 with flag 1421000/1421000
291.83/290.23	c cleaning 53009 clauses out of 106031 with flag 1475000/1475000
308.78/307.15	c cleaning 53983 clauses out of 108022 with flag 1530000/1530000
325.81/324.19	c cleaning 55005 clauses out of 110039 with flag 1586000/1586000
342.54/340.83	c cleaning 56009 clauses out of 112034 with flag 1643000/1643000
359.18/357.45	c cleaning 57002 clauses out of 114025 with flag 1701000/1701000
376.40/374.66	c cleaning 58003 clauses out of 116024 with flag 1760001/1760001
394.84/393.00	c cleaning 59006 clauses out of 118021 with flag 1820001/1820001
415.39/413.56	c cleaning 59985 clauses out of 120015 with flag 1881001/1881001
437.44/435.52	c cleaning 61005 clauses out of 122031 with flag 1943002/1943002
464.18/462.24	c cleaning 62004 clauses out of 124024 with flag 2006000/2006000
485.73/483.79	c cleaning 63003 clauses out of 126023 with flag 2070003/2070003
509.57/507.54	c cleaning 63968 clauses out of 128017 with flag 2135000/2135000
530.72/528.68	c cleaning 65006 clauses out of 130049 with flag 2201000/2201000
553.38/551.21	c cleaning 65995 clauses out of 132043 with flag 2268000/2268000
578.71/576.58	c cleaning 66995 clauses out of 134048 with flag 2336000/2336000
604.07/601.84	c cleaning 68018 clauses out of 136054 with flag 2405001/2405001
636.43/634.17	c cleaning 69012 clauses out of 138035 with flag 2475000/2475000
673.33/670.93	c cleaning 70012 clauses out of 140029 with flag 2546006/2546006
709.68/707.27	c cleaning 71002 clauses out of 142011 with flag 2618000/2618000
745.08/742.66	c cleaning 72002 clauses out of 144010 with flag 2691001/2691001
778.92/776.43	c cleaning 72991 clauses out of 146007 with flag 2765000/2765000
809.14/806.66	c cleaning 73995 clauses out of 148016 with flag 2840000/2840000
845.48/842.93	c cleaning 75001 clauses out of 150021 with flag 2916000/2916000
883.36/880.77	c cleaning 75986 clauses out of 152020 with flag 2993000/2993000
925.02/922.30	c cleaning 77008 clauses out of 154034 with flag 3071000/3071000
964.76/962.04	c cleaning 77996 clauses out of 156026 with flag 3150000/3150000
1005.71/1002.92	c cleaning 78990 clauses out of 158031 with flag 3230001/3230001
1050.56/1047.76	c cleaning 80017 clauses out of 160042 with flag 3311002/3311002
1095.78/1092.96	c cleaning 81008 clauses out of 162023 with flag 3393000/3393000
1138.76/1135.82	c cleaning 81997 clauses out of 164015 with flag 3476000/3476000
1184.19/1181.29	c cleaning 83005 clauses out of 166019 with flag 3560001/3560001
1235.83/1232.82	c cleaning 83990 clauses out of 168013 with flag 3645000/3645000
1279.58/1276.59	c cleaning 84997 clauses out of 170023 with flag 3731000/3731000
1334.35/1331.27	c cleaning 85990 clauses out of 172026 with flag 3818000/3818000
1386.28/1383.15	c cleaning 87007 clauses out of 174036 with flag 3906000/3906000
1435.84/1432.64	c cleaning 88002 clauses out of 176030 with flag 3995001/3995001
1488.77/1485.52	c cleaning 89001 clauses out of 178028 with flag 4085001/4085001
1542.15/1538.83	c cleaning 90009 clauses out of 180028 with flag 4176002/4176002
1594.01/1590.69	c cleaning 90992 clauses out of 182020 with flag 4268003/4268003
1643.37/1639.96	c cleaning 92006 clauses out of 184025 with flag 4361000/4361000
1700.49/1697.02	c cleaning 93003 clauses out of 186020 with flag 4455001/4455001
1755.54/1752.06	c cleaning 93991 clauses out of 188018 with flag 4550002/4550002
1800.09/1796.51	c starts		: 270
1800.09/1796.51	c conflicts		: 4627848
1800.09/1796.51	c decisions		: 13007356
1800.09/1796.51	c propagations		: 169335513
1800.09/1796.51	c inspects		: 21162947074
1800.09/1796.51	c shortcuts		: 0
1800.09/1796.51	c learnt literals	: 0
1800.09/1796.51	c learnt binary clauses	: 0
1800.09/1796.51	c learnt ternary clauses	: 0
1800.09/1796.51	c learnt constraints	: 4627848
1800.09/1796.51	c ignored constraints	: 0
1800.09/1796.51	c root simplifications	: 0
1800.09/1796.51	c removed literals (reason simplification)	: 0
1800.09/1796.51	c reason swapping (by a shorter reason)	: 0
1800.09/1796.51	c Calls to reduceDB	: 91
1800.09/1796.51	c number of reductions to clauses (during analyze)	: 0
1800.09/1796.51	c number of learned constraints concerned by reduction	: 0
1800.09/1796.51	c number of learning phase by resolution	: 0
1800.09/1796.51	c number of learning phase by cutting planes	: 0
1800.09/1796.51	c speed (assignments/second)	: 94272.0578451802
1800.09/1796.51	c non guided choices	56
1800.09/1796.54	c learnt constraints type 
1800.09/1796.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 171902
1800.09/1796.54	c constraints type 
1800.09/1796.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 144
1800.09/1796.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
1800.09/1796.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 253
1800.09/1796.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 338
1800.09/1796.54	c 737 constraints processed.
1800.09/1796.54	s UNKNOWN
1800.09/1796.54	c Total wall clock time (in seconds): 1796.386

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-3687201-1337871884/watcher-3687201-1337871884 -o /tmp/evaluation-result-3687201-1337871884/solver-3687201-1337871884 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687201-1337871884.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.08 0.02 0.01 1/171 23519
/proc/meminfo: memFree=28985216/32873648 swapFree=7372/7372
[pid=23519] ppid=23517 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/23519/stat : 23519 (java) D 23517 23519 23489 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 253314371 2560000 47 33554432000 1073741824 1073778376 140737249325184 140737249322312 217401355559 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/23519/statm: 625 47 37 9 0 29 0

[startup+0.059757 s]
/proc/loadavg: 0.08 0.02 0.01 1/171 23519
/proc/meminfo: memFree=28985216/32873648 swapFree=7372/7372
[pid=23519] ppid=23517 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/23519/stat : 23519 (java) S 23517 23519 23489 0 -1 4202496 3043 0 1 0 2 0 0 0 20 0 13 0 253314371 9446973440 3740 33554432000 1073741824 1073778376 140735011917024 140735011908160 217413877821 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23519/statm: 2306390 3744 1704 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100266 s]
/proc/loadavg: 0.08 0.02 0.01 1/171 23519
/proc/meminfo: memFree=28985216/32873648 swapFree=7372/7372
[pid=23519] ppid=23517 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/23519/stat : 23519 (java) S 23517 23519 23489 0 -1 4202496 3092 0 1 0 3 0 0 0 20 0 13 0 253314371 9446973440 4300 33554432000 1073741824 1073778376 140735011917024 140735011908160 217413877821 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23519/statm: 2306390 4300 1714 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.300218 s]
/proc/loadavg: 0.08 0.02 0.01 1/171 23519
/proc/meminfo: memFree=28985216/32873648 swapFree=7372/7372
[pid=23519] ppid=23517 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/23519/stat : 23519 (java) S 23517 23519 23489 0 -1 4202496 5770 0 1 0 36 1 0 0 20 0 19 0 253314371 9855975424 7477 33554432000 1073741824 1073778376 140735011917024 140735011908160 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23519/statm: 2406244 7493 2221 9 0 2396937 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 9624976

[startup+0.700147 s]
/proc/loadavg: 0.08 0.02 0.01 1/171 23519
/proc/meminfo: memFree=28985216/32873648 swapFree=7372/7372
[pid=23519] ppid=23517 vsize=9624976 CPUtime=1.07 cores=0,2,4,6
/proc/23519/stat : 23519 (java) S 23517 23519 23489 0 -1 4202496 8494 0 1 0 106 1 0 0 20 0 19 0 253314371 9855975424 9202 33554432000 1073741824 1073778376 140735011917024 140735011908160 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23519/statm: 2406244 9202 2237 9 0 2396937 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9624976

[startup+1.50061 s]
/proc/loadavg: 0.08 0.02 0.01 4/213 23570
/proc/meminfo: memFree=28919796/32873648 swapFree=7372/7372
[pid=23519] ppid=23517 vsize=9624976 CPUtime=1.94 cores=0,2,4,6
/proc/23519/stat : 23519 (java) S 23517 23519 23489 0 -1 4202496 8566 0 1 0 192 2 0 0 20 0 19 0 253314371 9855975424 13346 33554432000 1073741824 1073778376 140735011917024 140735011908160 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23519/statm: 2406244 13346 2265 9 0 2396937 0
[pid=23519/tid=23521] ppid=23517 vsize=9624976 CPUtime=1.39 cores=0,2,4,6
/proc/23519/task/23521/stat : 23521 (java) R 23517 23519 23489 0 -1 4202560 2461 0 1 0 139 0 0 0 20 0 19 0 253314372 9855975424 13346 33554432000 1073741824 1073778376 140735011917024 140432164569360 140432026101510 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23522] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23522/stat : 23522 (java) S 23517 23519 23489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253314374 9855975424 13346 33554432000 1073741824 1073778376 140735011917024 140432153630888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23519/tid=23523] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23523/stat : 23523 (java) S 23517 23519 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314374 9855975424 13346 33554432000 1073741824 1073778376 140735011917024 140432152578344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23519/tid=23524] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23524/stat : 23524 (java) S 23517 23519 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314374 9855975424 13346 33554432000 1073741824 1073778376 140735011917024 140432151525800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23519/tid=23525] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23525/stat : 23525 (java) S 23517 23519 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314374 9855975424 13346 33554432000 1073741824 1073778376 140735011917024 140432150473256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23519/tid=23526] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23526/stat : 23526 (java) S 23517 23519 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314374 9855975424 13346 33554432000 1073741824 1073778376 140735011917024 140432149420712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23519/tid=23527] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23527/stat : 23527 (java) S 23517 23519 23489 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253314374 9855975424 13346 33554432000 1073741824 1073778376 140735011917024 140432148368168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23519/tid=23528] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23528/stat : 23528 (java) S 23517 23519 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314374 9855975424 13346 33554432000 1073741824 1073778376 140735011917024 140432147315624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23519/tid=23529] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23529/stat : 23529 (java) S 23517 23519 23489 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253314374 9855975424 13346 33554432000 1073741824 1073778376 140735011917024 140432146263080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23530] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23530/stat : 23530 (java) S 23517 23519 23489 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 253314375 9855975424 13346 33554432000 1073741824 1073778376 140735011917024 140431988533352 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23531] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23531/stat : 23531 (java) S 23517 23519 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314376 9855975424 13346 33554432000 1073741824 1073778376 140735011917024 140431987479672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23532] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23532/stat : 23532 (java) S 23517 23519 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314376 9855975424 13346 33554432000 1073741824 1073778376 140735011917024 140431986427016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23533] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23533/stat : 23533 (java) S 23517 23519 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314382 9855975424 13346 33554432000 1073741824 1073778376 140735011917024 140431985375760 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23534] ppid=23517 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/23519/task/23534/stat : 23534 (java) S 23517 23519 23489 0 -1 4202560 2298 0 0 0 28 0 0 0 20 0 19 0 253314382 9855975424 13346 33554432000 1073741824 1073778376 140735011917024 140431984323128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23519/tid=23535] ppid=23517 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/23519/task/23535/stat : 23535 (java) S 23517 23519 23489 0 -1 4202560 2555 0 0 0 19 0 0 0 20 0 19 0 253314382 9855975424 13346 33554432000 1073741824 1073778376 140735011917024 140431983270584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23519/tid=23536] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23536/stat : 23536 (java) S 23517 23519 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314382 9855975424 13346 33554432000 1073741824 1073778376 140735011917024 140431982218232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23519/tid=23537] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23537/stat : 23537 (java) S 23517 23519 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314382 9855975424 13346 33554432000 1073741824 1073778376 140735011917024 140431981165896 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23538] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23538/stat : 23538 (java) S 23517 23519 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314398 9855975424 13346 33554432000 1073741824 1073778376 140735011917024 140431980110632 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9624976

[startup+3.10065 s]
/proc/loadavg: 0.08 0.02 0.01 3/213 23570
/proc/meminfo: memFree=28885788/32873648 swapFree=7372/7372
[pid=23519] ppid=23517 vsize=9624976 CPUtime=3.62 cores=0,2,4,6
/proc/23519/stat : 23519 (java) S 23517 23519 23489 0 -1 4202496 8586 0 1 0 360 2 0 0 20 0 19 0 253314371 9855975424 15400 33554432000 1073741824 1073778376 140735011917024 140735011908160 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23519/statm: 2406244 15400 2265 9 0 2396937 0
[pid=23519/tid=23521] ppid=23517 vsize=9624976 CPUtime=2.94 cores=0,2,4,6
/proc/23519/task/23521/stat : 23521 (java) R 23517 23519 23489 0 -1 4202560 2464 0 1 0 294 0 0 0 20 0 19 0 253314372 9855975424 15400 33554432000 1073741824 1073778376 140735011917024 140432164569360 140432026061722 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23522] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23522/stat : 23522 (java) S 23517 23519 23489 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253314374 9855975424 15400 33554432000 1073741824 1073778376 140735011917024 140432153630888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23519/tid=23523] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23523/stat : 23523 (java) S 23517 23519 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314374 9855975424 15400 33554432000 1073741824 1073778376 140735011917024 140432152578344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23519/tid=23524] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23524/stat : 23524 (java) S 23517 23519 23489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253314374 9855975424 15400 33554432000 1073741824 1073778376 140735011917024 140432151525800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23519/tid=23525] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23525/stat : 23525 (java) S 23517 23519 23489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253314374 9855975424 15400 33554432000 1073741824 1073778376 140735011917024 140432150473256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23519/tid=23526] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23526/stat : 23526 (java) S 23517 23519 23489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253314374 9855975424 15400 33554432000 1073741824 1073778376 140735011917024 140432149420712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23519/tid=23527] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23527/stat : 23527 (java) S 23517 23519 23489 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253314374 9855975424 15400 33554432000 1073741824 1073778376 140735011917024 140432148368168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23519/tid=23528] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23528/stat : 23528 (java) S 23517 23519 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253314374 9855975424 15400 33554432000 1073741824 1073778376 140735011917024 140432147315624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23519/tid=23529] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23529/stat : 23529 (java) S 23517 23519 23489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253314374 9855975424 15400 33554432000 1073741824 1073778376 140735011917024 140432146263080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23519/tid=23530] ppid=23517 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/23519/task/23530/stat : 23530 (java) S 23517 23519 23489 0 -1 4202560 32 0 0 0 4 0 0 0 20 0 19 0 253314375 9855975424 15400 33554432000 1073741824 1073778376 140735011917024 140431988533352 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23531] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23531/stat : 23531 (java) S 23517 23519 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314376 9855975424 15400 33554432000 1073741824 1073778376 140735011917024 140431987479672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23532] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23532/stat : 23532 (java) S 23517 23519 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314376 9855975424 15400 33554432000 1073741824 1073778376 140735011917024 140431986427016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23533] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23533/stat : 23533 (java) S 23517 23519 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314382 9855975424 15400 33554432000 1073741824 1073778376 140735011917024 140431985375760 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23534] ppid=23517 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/23519/task/23534/stat : 23534 (java) S 23517 23519 23489 0 -1 4202560 2298 0 0 0 28 0 0 0 20 0 19 0 253314382 9855975424 15400 33554432000 1073741824 1073778376 140735011917024 140431984323128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23519/tid=23535] ppid=23517 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/23519/task/23535/stat : 23535 (java) S 23517 23519 23489 0 -1 4202560 2555 0 0 0 23 0 0 0 20 0 19 0 253314382 9855975424 15400 33554432000 1073741824 1073778376 140735011917024 140431983270584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23519/tid=23536] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23536/stat : 23536 (java) S 23517 23519 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314382 9855975424 15400 33554432000 1073741824 1073778376 140735011917024 140431982218232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23519/tid=23537] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23537/stat : 23537 (java) S 23517 23519 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314382 9855975424 15400 33554432000 1073741824 1073778376 140735011917024 140431981165896 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23538] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23538/stat : 23538 (java) S 23517 23519 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314398 9855975424 15400 33554432000 1073741824 1073778376 140735011917024 140431980110632 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 9624976

[startup+6.30064 s]
/proc/loadavg: 0.23 0.05 0.02 3/213 23570
/proc/meminfo: memFree=28867012/32873648 swapFree=7372/7372
[pid=23519] ppid=23517 vsize=9624976 CPUtime=6.85 cores=0,2,4,6
/proc/23519/stat : 23519 (java) S 23517 23519 23489 0 -1 4202496 8612 0 1 0 682 3 0 0 20 0 19 0 253314371 9855975424 17293 33554432000 1073741824 1073778376 140735011917024 140735011908160 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23519/statm: 2406244 17293 2265 9 0 2396937 0
[pid=23519/tid=23521] ppid=23517 vsize=9624976 CPUtime=6.09 cores=0,2,4,6
/proc/23519/task/23521/stat : 23521 (java) R 23517 23519 23489 0 -1 4202560 2469 0 1 0 609 0 0 0 20 0 19 0 253314372 9855975424 17293 33554432000 1073741824 1073778376 140735011917024 140432164569360 140432026078967 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23522] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23522/stat : 23522 (java) S 23517 23519 23489 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 253314374 9855975424 17293 33554432000 1073741824 1073778376 140735011917024 140432153630888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23519/tid=23523] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23523/stat : 23523 (java) S 23517 23519 23489 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253314374 9855975424 17293 33554432000 1073741824 1073778376 140735011917024 140432152578344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23524] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23524/stat : 23524 (java) S 23517 23519 23489 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253314374 9855975424 17293 33554432000 1073741824 1073778376 140735011917024 140432151525800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23519/tid=23525] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23525/stat : 23525 (java) S 23517 23519 23489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253314374 9855975424 17293 33554432000 1073741824 1073778376 140735011917024 140432150473256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23519/tid=23526] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23526/stat : 23526 (java) S 23517 23519 23489 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253314374 9855975424 17293 33554432000 1073741824 1073778376 140735011917024 140432149420712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23527] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23527/stat : 23527 (java) S 23517 23519 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314374 9855975424 17293 33554432000 1073741824 1073778376 140735011917024 140432148368168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23519/tid=23528] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23528/stat : 23528 (java) S 23517 23519 23489 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253314374 9855975424 17293 33554432000 1073741824 1073778376 140735011917024 140432147315624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23519/tid=23529] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23529/stat : 23529 (java) S 23517 23519 23489 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253314374 9855975424 17293 33554432000 1073741824 1073778376 140735011917024 140432146263080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23519/tid=23530] ppid=23517 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/23519/task/23530/stat : 23530 (java) S 23517 23519 23489 0 -1 4202560 34 0 0 0 8 0 0 0 20 0 19 0 253314375 9855975424 17293 33554432000 1073741824 1073778376 140735011917024 140431988533352 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23519/tid=23531] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23531/stat : 23531 (java) S 23517 23519 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314376 9855975424 17293 33554432000 1073741824 1073778376 140735011917024 140431987479672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23532] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23532/stat : 23532 (java) S 23517 23519 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314376 9855975424 17293 33554432000 1073741824 1073778376 140735011917024 140431986427016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23533] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23533/stat : 23533 (java) S 23517 23519 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314382 9855975424 17293 33554432000 1073741824 1073778376 140735011917024 140431985375760 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23534] ppid=23517 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/23519/task/23534/stat : 23534 (java) S 23517 23519 23489 0 -1 4202560 2298 0 0 0 28 0 0 0 20 0 19 0 253314382 9855975424 17293 33554432000 1073741824 1073778376 140735011917024 140431984323128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23519/tid=23535] ppid=23517 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/23519/task/23535/stat : 23535 (java) S 23517 23519 23489 0 -1 4202560 2555 0 0 0 23 0 0 0 20 0 19 0 253314382 9855975424 17293 33554432000 1073741824 1073778376 140735011917024 140431983270584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23519/tid=23536] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23536/stat : 23536 (java) S 23517 23519 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314382 9855975424 17293 33554432000 1073741824 1073778376 140735011917024 140431982218232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23519/tid=23537] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23537/stat : 23537 (java) S 23517 23519 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314382 9855975424 17293 33554432000 1073741824 1073778376 140735011917024 140431981165896 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23538] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23538/stat : 23538 (java) S 23517 23519 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314398 9855975424 17293 33554432000 1073741824 1073778376 140735011917024 140431980110632 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=23519/tid=23527] ppid=23517 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/23519/task/23527/stat : 23527 (java) S 23517 23519 23489 0 -1 4202560 108 0 0 0 52 2 0 0 20 0 19 0 253314374 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432148368168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23519/tid=23528] ppid=23517 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/23519/task/23528/stat : 23528 (java) S 23517 23519 23489 0 -1 4202560 284 0 0 0 46 2 0 0 20 0 19 0 253314374 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432147315624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23529] ppid=23517 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/23519/task/23529/stat : 23529 (java) S 23517 23519 23489 0 -1 4202560 104 0 0 0 44 2 0 0 20 0 19 0 253314374 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432146263080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23530] ppid=23517 vsize=9624976 CPUtime=3.19 cores=0,2,4,6
/proc/23519/task/23530/stat : 23530 (java) S 23517 23519 23489 0 -1 4202560 145 0 0 0 317 2 0 0 20 0 19 0 253314375 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431988533352 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23519/tid=23531] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23531/stat : 23531 (java) S 23517 23519 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314376 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431987479672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23532] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23532/stat : 23532 (java) S 23517 23519 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314376 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431986427016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23533] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23533/stat : 23533 (java) S 23517 23519 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314382 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431985375760 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23534] ppid=23517 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/23519/task/23534/stat : 23534 (java) S 23517 23519 23489 0 -1 4202560 2298 0 0 0 28 0 0 0 20 0 19 0 253314382 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431984323128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23519/tid=23535] ppid=23517 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/23519/task/23535/stat : 23535 (java) S 23517 23519 23489 0 -1 4202560 2625 0 0 0 26 0 0 0 20 0 19 0 253314382 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431983270584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23519/tid=23536] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23536/stat : 23536 (java) S 23517 23519 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314382 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431982218232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23519/tid=23537] ppid=23517 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/23519/task/23537/stat : 23537 (java) S 23517 23519 23489 0 -1 4202560 99 0 0 0 27 34 0 0 20 0 19 0 253314382 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431981165896 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23538] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23538/stat : 23538 (java) S 23517 23519 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314398 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431980110632 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1725.84
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.70 3/213 23585
/proc/meminfo: memFree=28424376/32873648 swapFree=7372/7372
[pid=23519] ppid=23517 vsize=9624976 CPUtime=1785.89 cores=0,2,4,6
/proc/23519/stat : 23519 (java) S 23517 23519 23489 0 -1 4202496 10373 0 1 0 178531 58 0 0 20 0 19 0 253314371 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140735011908160 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23519/statm: 2406244 74373 2266 9 0 2396937 0
[pid=23519/tid=23521] ppid=23517 vsize=9624976 CPUtime=1777.65 cores=0,2,4,6
/proc/23519/task/23521/stat : 23521 (java) R 23517 23519 23489 0 -1 4202560 2588 0 1 0 177733 32 0 0 20 0 19 0 253314372 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432164569360 140432026072103 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23522] ppid=23517 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/23519/task/23522/stat : 23522 (java) S 23517 23519 23489 0 -1 4202560 233 0 0 0 53 3 0 0 20 0 19 0 253314374 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432153630888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23519/tid=23523] ppid=23517 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/23519/task/23523/stat : 23523 (java) S 23517 23519 23489 0 -1 4202560 99 0 0 0 47 1 0 0 20 0 19 0 253314374 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432152578344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23519/tid=23524] ppid=23517 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/23519/task/23524/stat : 23524 (java) S 23517 23519 23489 0 -1 4202560 193 0 0 0 46 2 0 0 20 0 19 0 253314374 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432151525800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23525] ppid=23517 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/23519/task/23525/stat : 23525 (java) S 23517 23519 23489 0 -1 4202560 202 0 0 0 47 2 0 0 20 0 19 0 253314374 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432150473256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23519/tid=23526] ppid=23517 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/23519/task/23526/stat : 23526 (java) S 23517 23519 23489 0 -1 4202560 208 0 0 0 43 2 0 0 20 0 19 0 253314374 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432149420712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23527] ppid=23517 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/23519/task/23527/stat : 23527 (java) S 23517 23519 23489 0 -1 4202560 108 0 0 0 54 2 0 0 20 0 19 0 253314374 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432148368168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23528] ppid=23517 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/23519/task/23528/stat : 23528 (java) S 23517 23519 23489 0 -1 4202560 284 0 0 0 47 2 0 0 20 0 19 0 253314374 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432147315624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23529] ppid=23517 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/23519/task/23529/stat : 23529 (java) S 23517 23519 23489 0 -1 4202560 104 0 0 0 45 2 0 0 20 0 19 0 253314374 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432146263080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23530] ppid=23517 vsize=9624976 CPUtime=3.24 cores=0,2,4,6
/proc/23519/task/23530/stat : 23530 (java) S 23517 23519 23489 0 -1 4202560 147 0 0 0 322 2 0 0 20 0 19 0 253314375 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431988533352 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23519/tid=23531] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23531/stat : 23531 (java) S 23517 23519 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314376 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431987479672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23532] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23532/stat : 23532 (java) S 23517 23519 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314376 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431986427016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23533] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23533/stat : 23533 (java) S 23517 23519 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314382 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431985375760 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23534] ppid=23517 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/23519/task/23534/stat : 23534 (java) S 23517 23519 23489 0 -1 4202560 2298 0 0 0 28 0 0 0 20 0 19 0 253314382 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431984323128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23519/tid=23535] ppid=23517 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/23519/task/23535/stat : 23535 (java) S 23517 23519 23489 0 -1 4202560 2625 0 0 0 26 0 0 0 20 0 19 0 253314382 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431983270584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23519/tid=23536] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23536/stat : 23536 (java) S 23517 23519 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314382 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431982218232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23519/tid=23537] ppid=23517 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/23519/task/23537/stat : 23537 (java) S 23517 23519 23489 0 -1 4202560 103 0 0 0 28 35 0 0 20 0 19 0 253314382 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431981165896 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23538] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23538/stat : 23538 (java) S 23517 23519 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314398 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431980110632 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1785.89
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.5 s]
/proc/loadavg: 2.00 2.00 1.70 3/213 23585
/proc/meminfo: memFree=28424504/32873648 swapFree=7372/7372
[pid=23519] ppid=23517 vsize=9624976 CPUtime=1800.09 cores=0,2,4,6
/proc/23519/stat : 23519 (java) S 23517 23519 23489 0 -1 4202496 10373 0 1 0 179951 58 0 0 20 0 19 0 253314371 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140735011908160 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23519/statm: 2406244 74373 2266 9 0 2396937 0
[pid=23519/tid=23521] ppid=23517 vsize=9624976 CPUtime=1791.85 cores=0,2,4,6
/proc/23519/task/23521/stat : 23521 (java) R 23517 23519 23489 0 -1 4202560 2588 0 1 0 179153 32 0 0 20 0 19 0 253314372 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432164569360 140432026125781 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23522] ppid=23517 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/23519/task/23522/stat : 23522 (java) S 23517 23519 23489 0 -1 4202560 233 0 0 0 53 3 0 0 20 0 19 0 253314374 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432153630888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23519/tid=23523] ppid=23517 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/23519/task/23523/stat : 23523 (java) S 23517 23519 23489 0 -1 4202560 99 0 0 0 47 1 0 0 20 0 19 0 253314374 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432152578344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23519/tid=23524] ppid=23517 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/23519/task/23524/stat : 23524 (java) S 23517 23519 23489 0 -1 4202560 193 0 0 0 46 2 0 0 20 0 19 0 253314374 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432151525800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23525] ppid=23517 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/23519/task/23525/stat : 23525 (java) S 23517 23519 23489 0 -1 4202560 202 0 0 0 47 2 0 0 20 0 19 0 253314374 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432150473256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23519/tid=23526] ppid=23517 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/23519/task/23526/stat : 23526 (java) S 23517 23519 23489 0 -1 4202560 208 0 0 0 43 2 0 0 20 0 19 0 253314374 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432149420712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23527] ppid=23517 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/23519/task/23527/stat : 23527 (java) S 23517 23519 23489 0 -1 4202560 108 0 0 0 54 2 0 0 20 0 19 0 253314374 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432148368168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23528] ppid=23517 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/23519/task/23528/stat : 23528 (java) S 23517 23519 23489 0 -1 4202560 284 0 0 0 47 2 0 0 20 0 19 0 253314374 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432147315624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23529] ppid=23517 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/23519/task/23529/stat : 23529 (java) S 23517 23519 23489 0 -1 4202560 104 0 0 0 45 2 0 0 20 0 19 0 253314374 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432146263080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23530] ppid=23517 vsize=9624976 CPUtime=3.24 cores=0,2,4,6
/proc/23519/task/23530/stat : 23530 (java) S 23517 23519 23489 0 -1 4202560 147 0 0 0 322 2 0 0 20 0 19 0 253314375 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431988533352 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23519/tid=23531] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23531/stat : 23531 (java) S 23517 23519 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314376 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431987479672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23532] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23532/stat : 23532 (java) S 23517 23519 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314376 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431986427016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23533] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23533/stat : 23533 (java) S 23517 23519 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314382 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431985375760 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23534] ppid=23517 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/23519/task/23534/stat : 23534 (java) S 23517 23519 23489 0 -1 4202560 2298 0 0 0 28 0 0 0 20 0 19 0 253314382 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431984323128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23519/tid=23535] ppid=23517 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/23519/task/23535/stat : 23535 (java) S 23517 23519 23489 0 -1 4202560 2625 0 0 0 26 0 0 0 20 0 19 0 253314382 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431983270584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23519/tid=23536] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23536/stat : 23536 (java) S 23517 23519 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314382 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431982218232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23519/tid=23537] ppid=23517 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/23519/task/23537/stat : 23537 (java) S 23517 23519 23489 0 -1 4202560 103 0 0 0 28 36 0 0 20 0 19 0 253314382 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431981165896 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23538] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23538/stat : 23538 (java) S 23517 23519 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314398 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431980110632 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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

[startup+1796.5 s]
/proc/loadavg: 2.00 2.00 1.70 3/213 23585
/proc/meminfo: memFree=28424504/32873648 swapFree=7372/7372
[pid=23519] ppid=23517 vsize=9624976 CPUtime=1800.09 cores=0,2,4,6
/proc/23519/stat : 23519 (java) S 23517 23519 23489 0 -1 4202496 10373 0 1 0 179951 58 0 0 20 0 19 0 253314371 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140735011908160 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23519/statm: 2406244 74373 2266 9 0 2396937 0
[pid=23519/tid=23521] ppid=23517 vsize=9624976 CPUtime=1791.85 cores=0,2,4,6
/proc/23519/task/23521/stat : 23521 (java) R 23517 23519 23489 0 -1 4202560 2588 0 1 0 179153 32 0 0 20 0 19 0 253314372 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432164569360 140432026125781 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23522] ppid=23517 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/23519/task/23522/stat : 23522 (java) S 23517 23519 23489 0 -1 4202560 233 0 0 0 53 3 0 0 20 0 19 0 253314374 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432153630888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23519/tid=23523] ppid=23517 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/23519/task/23523/stat : 23523 (java) S 23517 23519 23489 0 -1 4202560 99 0 0 0 47 1 0 0 20 0 19 0 253314374 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432152578344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23519/tid=23524] ppid=23517 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/23519/task/23524/stat : 23524 (java) S 23517 23519 23489 0 -1 4202560 193 0 0 0 46 2 0 0 20 0 19 0 253314374 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432151525800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23525] ppid=23517 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/23519/task/23525/stat : 23525 (java) S 23517 23519 23489 0 -1 4202560 202 0 0 0 47 2 0 0 20 0 19 0 253314374 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432150473256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23519/tid=23526] ppid=23517 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/23519/task/23526/stat : 23526 (java) S 23517 23519 23489 0 -1 4202560 208 0 0 0 43 2 0 0 20 0 19 0 253314374 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432149420712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23527] ppid=23517 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/23519/task/23527/stat : 23527 (java) S 23517 23519 23489 0 -1 4202560 108 0 0 0 54 2 0 0 20 0 19 0 253314374 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432148368168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23528] ppid=23517 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/23519/task/23528/stat : 23528 (java) S 23517 23519 23489 0 -1 4202560 284 0 0 0 47 2 0 0 20 0 19 0 253314374 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432147315624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23529] ppid=23517 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/23519/task/23529/stat : 23529 (java) S 23517 23519 23489 0 -1 4202560 104 0 0 0 45 2 0 0 20 0 19 0 253314374 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140432146263080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23530] ppid=23517 vsize=9624976 CPUtime=3.24 cores=0,2,4,6
/proc/23519/task/23530/stat : 23530 (java) S 23517 23519 23489 0 -1 4202560 147 0 0 0 322 2 0 0 20 0 19 0 253314375 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431988533352 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23519/tid=23531] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23531/stat : 23531 (java) S 23517 23519 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314376 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431987479672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23532] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23532/stat : 23532 (java) S 23517 23519 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314376 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431986427016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23533] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23533/stat : 23533 (java) S 23517 23519 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314382 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431985375760 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23534] ppid=23517 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/23519/task/23534/stat : 23534 (java) S 23517 23519 23489 0 -1 4202560 2298 0 0 0 28 0 0 0 20 0 19 0 253314382 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431984323128 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23519/tid=23535] ppid=23517 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/23519/task/23535/stat : 23535 (java) S 23517 23519 23489 0 -1 4202560 2625 0 0 0 26 0 0 0 20 0 19 0 253314382 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431983270584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23519/tid=23536] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23536/stat : 23536 (java) S 23517 23519 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314382 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431982218232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23519/tid=23537] ppid=23517 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/23519/task/23537/stat : 23537 (java) S 23517 23519 23489 0 -1 4202560 103 0 0 0 28 36 0 0 20 0 19 0 253314382 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431981165896 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23519/tid=23538] ppid=23517 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23538/stat : 23538 (java) S 23517 23519 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314398 9855975424 74373 33554432000 1073741824 1073778376 140735011917024 140431980110632 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1796.55
CPU time (s): 1800.6
CPU user time (s): 1799.6
CPU system time (s): 1.00085
CPU usage (%): 100.225
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.6
system time used= 1.00085
maximum resident set size= 297676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10423
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40639
involuntary context switches= 19159

runsolver used 5.9191 second user time and 14.9037 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-24 17:04:44
IDJOB=3687201
IDBENCH=1167
IDSOLVER=2269
FILE ID=node122/3687201-1337871884
RUNJOBID= node122-1337871880-23505
PBS_JOBID= 14620082
Free space on /tmp= 71376 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army13.24ls.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687201-1337871884/watcher-3687201-1337871884 -o /tmp/evaluation-result-3687201-1337871884/solver-3687201-1337871884 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687201-1337871884.opb

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

MD5SUM BENCH= 1a4510076d9024b805728ffe22c0d108
RANDOM SEED=35136947

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28985588 kB
Buffers:          184868 kB
Cached:          2923636 kB
SwapCached:            0 kB
Active:          1246608 kB
Inactive:        1872544 kB
Active(anon):       2440 kB
Inactive(anon):    11052 kB
Active(file):    1244168 kB
Inactive(file):  1861492 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               392 kB
Writeback:             0 kB
AnonPages:         18024 kB
Mapped:            13004 kB
Shmem:               200 kB
Slab:             633356 kB
SReclaimable:      78184 kB
SUnreclaim:       555172 kB
KernelStack:        1392 kB
PageTables:         3812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71376 MiB
End job on node122 at 2012-05-24 17:34:42