Trace number 4116745

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.1 1798.34

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size144-round23-2.opb
MD5SUM3c78ac84f21f4de0992f4a091829144b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.30	c See www.sat4j.org for details.
0.06/0.31	c version PB16.v20160501
0.06/0.31	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.31	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.31	c java.vm.version	19.1-b02
0.06/0.31	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.31	c sun.arch.data.model	64
0.06/0.31	c java.version		1.6.0_24
0.06/0.31	c os.name		Linux
0.06/0.31	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.31	c os.arch		amd64
0.06/0.31	c Free memory 		501472288
0.06/0.31	c Max memory 		7480803328
0.06/0.31	c Total memory 		504102912
0.06/0.31	c Number of processors 	8
0.06/0.34	c Pseudo Boolean Optimization by upper bound
0.06/0.34	c --- Begin Solver configuration ---
0.06/0.34	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.06/0.34	c Learn all clauses as in MiniSAT
0.06/0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.34	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.34	c No reason simplification
0.06/0.34	c Glucose 2.1 dynamic restart strategy
0.06/0.34	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.06/0.34	c timeout=2147483s
0.06/0.34	c DB Simplification allowed=false
0.06/0.34	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.06/0.34	c --- End Solver configuration ---
0.06/0.34	c solving HOME/instance-4116745-1466977129.opb
0.06/0.34	c reading problem ... 
0.06/0.34	c  no objective function found
0.66/0.65	c ... done. Wall clock time 0.311s.
0.66/0.65	c declared #vars     4288
0.66/0.65	c #constraints  10848
0.66/0.65	c constraints type 
0.66/0.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.66/0.65	c org.sat4j.specs.Constr$1 => 920
0.66/0.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.66/0.65	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
0.66/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.66/0.65	c 10848 constraints processed.
1.80/1.33	c cleaning 2492 clauses out of 4999 with flag 15385/5001
2.47/1.98	c cleaning 4227 clauses out of 8506 with flag 39155/11000
3.27/2.74	c cleaning 5621 clauses out of 11279 with flag 70207/18000
4.18/3.60	c cleaning 6800 clauses out of 13659 with flag 105783/26001
5.10/4.57	c cleaning 7895 clauses out of 15858 with flag 147233/35000
6.20/5.66	c cleaning 8971 clauses out of 17964 with flag 196805/45001
7.49/6.94	c cleaning 9993 clauses out of 19992 with flag 253048/56000
8.89/8.36	c cleaning 10983 clauses out of 22000 with flag 313570/68001
10.39/9.87	c cleaning 11993 clauses out of 24019 with flag 382206/81003
12.10/11.52	c cleaning 12984 clauses out of 26023 with flag 458178/95000
13.92/13.33	c cleaning 14008 clauses out of 28039 with flag 540187/110000
15.91/15.30	c cleaning 14961 clauses out of 30032 with flag 629308/126001
18.01/17.46	c cleaning 15999 clauses out of 32070 with flag 725256/143000
20.31/19.80	c cleaning 17012 clauses out of 34073 with flag 828912/161002
22.91/22.32	c cleaning 18014 clauses out of 36059 with flag 939431/180000
25.61/25.07	c cleaning 18994 clauses out of 38045 with flag 1056381/200000
28.62/28.06	c cleaning 19999 clauses out of 40052 with flag 1177475/221001
31.92/31.30	c cleaning 21018 clauses out of 42052 with flag 1305833/243000
35.21/34.65	c cleaning 22007 clauses out of 44034 with flag 1441670/266000
38.71/38.18	c cleaning 22982 clauses out of 46027 with flag 1583122/290000
42.61/42.08	c cleaning 23989 clauses out of 48045 with flag 1728802/315000
46.61/46.06	c cleaning 25006 clauses out of 50056 with flag 1878301/341000
50.82/50.29	c cleaning 26007 clauses out of 52052 with flag 2043698/368002
55.34/54.77	c cleaning 27012 clauses out of 54044 with flag 2210781/396001
59.84/59.26	c cleaning 27958 clauses out of 56031 with flag 2383522/425000
64.64/64.03	c cleaning 28975 clauses out of 58073 with flag 2563678/455000
69.54/68.90	c cleaning 30013 clauses out of 60098 with flag 2752027/486000
74.84/74.21	c cleaning 31033 clauses out of 62086 with flag 2944449/518001
80.54/79.93	c cleaning 32002 clauses out of 64052 with flag 3143422/551000
86.55/85.96	c cleaning 33020 clauses out of 66051 with flag 3344929/585001
92.55/91.99	c cleaning 33977 clauses out of 68031 with flag 3554110/620001
98.85/98.29	c cleaning 35014 clauses out of 70053 with flag 3768774/656000
105.75/105.11	c cleaning 35986 clauses out of 72040 with flag 3991755/693001
112.65/112.06	c cleaning 36992 clauses out of 74054 with flag 4223802/731001
120.05/119.41	c cleaning 37996 clauses out of 76064 with flag 4458809/770003
127.74/127.19	c cleaning 39003 clauses out of 78065 with flag 4701012/810000
135.84/135.28	c cleaning 40016 clauses out of 80062 with flag 4951411/851000
144.24/143.64	c cleaning 40960 clauses out of 82047 with flag 5203512/893001
152.06/151.49	c cleaning 42036 clauses out of 84086 with flag 5461858/936000
159.97/159.37	c cleaning 43009 clauses out of 86050 with flag 5730591/980000
168.07/167.43	c cleaning 43980 clauses out of 88042 with flag 5997542/1025001
176.47/175.83	c cleaning 45028 clauses out of 90061 with flag 6278666/1071000
185.17/184.53	c cleaning 46012 clauses out of 92033 with flag 6559766/1118000
194.47/193.80	c cleaning 46992 clauses out of 94021 with flag 6844990/1166000
204.07/203.50	c cleaning 48003 clauses out of 96031 with flag 7138712/1215002
214.18/213.53	c cleaning 48972 clauses out of 98028 with flag 7437543/1265002
224.67/224.00	c cleaning 49984 clauses out of 100054 with flag 7743776/1316000
235.27/234.61	c cleaning 51015 clauses out of 102071 with flag 8056250/1368001
246.23/245.50	c cleaning 52009 clauses out of 104055 with flag 8373356/1421000
257.33/256.62	c cleaning 53012 clauses out of 106046 with flag 8696139/1475000
268.73/268.06	c cleaning 53994 clauses out of 108034 with flag 9020631/1530000
280.53/279.84	c cleaning 55011 clauses out of 110040 with flag 9347451/1586000
292.63/291.91	c cleaning 56014 clauses out of 112030 with flag 9690686/1643001
305.24/304.56	c cleaning 56970 clauses out of 114015 with flag 10032654/1701000
318.24/317.51	c cleaning 57991 clauses out of 116047 with flag 10378424/1760002
331.54/330.81	c cleaning 58990 clauses out of 118054 with flag 10731706/1820000
345.35/344.65	c cleaning 60010 clauses out of 120065 with flag 11094920/1881001
360.19/359.47	c cleaning 61011 clauses out of 122054 with flag 11461629/1943000
375.09/374.33	c cleaning 61996 clauses out of 124043 with flag 11831619/2006000
390.48/389.79	c cleaning 63017 clauses out of 126049 with flag 12207324/2070002
406.49/405.74	c cleaning 63999 clauses out of 128032 with flag 12591217/2135002
423.09/422.31	c cleaning 64989 clauses out of 130031 with flag 12978860/2201000
439.89/439.13	c cleaning 65987 clauses out of 132042 with flag 13376362/2268000
457.39/456.62	c cleaning 67006 clauses out of 134055 with flag 13777262/2336000
475.15/474.37	c cleaning 67989 clauses out of 136049 with flag 14182035/2405000
493.46/492.65	c cleaning 68996 clauses out of 138061 with flag 14591308/2475001
512.15/511.31	c cleaning 69979 clauses out of 140064 with flag 15012063/2546000
531.55/530.78	c cleaning 71033 clauses out of 142086 with flag 15436003/2618001
551.14/550.30	c cleaning 71989 clauses out of 144052 with flag 15869574/2691000
571.45/570.69	c cleaning 73023 clauses out of 146063 with flag 16308377/2765000
592.75/591.93	c cleaning 73999 clauses out of 148042 with flag 16749042/2840002
614.43/613.50	c cleaning 74983 clauses out of 150041 with flag 17200574/2916000
636.23/635.32	c cleaning 76010 clauses out of 152058 with flag 17652346/2993000
658.62/657.78	c cleaning 77014 clauses out of 154048 with flag 18109608/3071000
681.31/680.42	c cleaning 77986 clauses out of 156034 with flag 18569867/3150000
705.02/704.13	c cleaning 79025 clauses out of 158049 with flag 19033806/3230001
729.01/728.13	c cleaning 79985 clauses out of 160024 with flag 19509580/3311001
753.19/752.27	c cleaning 80993 clauses out of 162038 with flag 19987811/3393000
778.20/777.22	c cleaning 81972 clauses out of 164046 with flag 20465667/3476001
803.80/802.83	c cleaning 83025 clauses out of 166073 with flag 20956363/3560000
830.00/829.04	c cleaning 84000 clauses out of 168051 with flag 21449211/3645003
856.60/855.68	c cleaning 85008 clauses out of 170048 with flag 21952708/3731000
884.10/883.03	c cleaning 86021 clauses out of 172041 with flag 22457333/3818001
911.91/910.90	c cleaning 86989 clauses out of 174021 with flag 22969581/3906002
940.71/939.65	c cleaning 87993 clauses out of 176031 with flag 23490135/3995001
969.90/968.87	c cleaning 89011 clauses out of 178037 with flag 24012008/4085000
999.70/998.63	c cleaning 90002 clauses out of 180026 with flag 24541837/4176000
1030.11/1028.90	c cleaning 91012 clauses out of 182024 with flag 25077591/4268000
1060.82/1059.60	c cleaning 92007 clauses out of 184014 with flag 25619974/4361002
1092.42/1091.26	c cleaning 92971 clauses out of 186005 with flag 26168442/4455000
1124.73/1123.56	c cleaning 94008 clauses out of 188037 with flag 26716732/4550003
1157.63/1156.35	c cleaning 94997 clauses out of 190026 with flag 27276826/4646000
1191.14/1189.88	c cleaning 95970 clauses out of 192029 with flag 27844668/4743000
1225.24/1223.97	c cleaning 96917 clauses out of 194059 with flag 28419880/4841000
1260.35/1259.04	c cleaning 98038 clauses out of 196142 with flag 28992681/4940000
1296.05/1294.69	c cleaning 99034 clauses out of 198104 with flag 29572073/5040000
1331.66/1330.29	c cleaning 99997 clauses out of 200070 with flag 30157150/5141000
1369.05/1367.68	c cleaning 101000 clauses out of 202073 with flag 30742577/5243000
1407.16/1405.80	c cleaning 102025 clauses out of 204074 with flag 31333771/5346001
1444.58/1443.07	c cleaning 103018 clauses out of 206048 with flag 31937280/5450000
1483.58/1482.09	c cleaning 103909 clauses out of 208031 with flag 32545645/5555001
1523.48/1521.92	c cleaning 105029 clauses out of 210121 with flag 33155738/5661000
1563.89/1562.20	c cleaning 106000 clauses out of 212092 with flag 33769555/5768000
1605.10/1603.49	c cleaning 107037 clauses out of 214092 with flag 34391644/5876000
1647.41/1645.76	c cleaning 108007 clauses out of 216057 with flag 35024074/5985002
1690.42/1688.75	c cleaning 109000 clauses out of 218048 with flag 35658354/6095000
1734.69/1732.92	c cleaning 110017 clauses out of 220049 with flag 36295679/6206001
1778.70/1776.94	c cleaning 110988 clauses out of 222031 with flag 36937592/6318000
1800.10/1798.30	c starts		: 51167
1800.10/1798.30	c conflicts		: 6380356
1800.10/1798.30	c decisions		: 53466189
1800.10/1798.30	c propagations		: 826797847
1800.10/1798.30	c inspects		: 23207839141
1800.10/1798.30	c shortcuts		: 0
1800.10/1798.30	c learnt literals	: 2
1800.10/1798.30	c learnt binary clauses	: 74
1800.10/1798.30	c learnt ternary clauses	: 801
1800.10/1798.30	c learnt constraints	: 6380354
1800.10/1798.30	c ignored constraints	: 0
1800.10/1798.30	c root simplifications	: 0
1800.10/1798.30	c removed literals (reason simplification)	: 0
1800.10/1798.30	c reason swapping (by a shorter reason)	: 0
1800.10/1798.30	c Calls to reduceDB	: 108
1800.10/1798.30	c Number of update (reduction) of LBD	: 1373928
1800.10/1798.30	c Imported unit clauses	: 0
1800.10/1798.30	c number of reductions to clauses (during analyze)	: 0
1800.10/1798.30	c number of learned constraints concerned by reduction	: 0
1800.10/1798.30	c number of learning phase by resolution	: 0
1800.10/1798.30	c number of learning phase by cutting planes	: 0
1800.10/1798.30	c speed (assignments/second)	: 459934.9074704015
1800.10/1798.30	c non guided choices	27218
1800.10/1798.30	c timeout
1800.10/1798.33	c learnt constraints type 
1800.10/1798.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 74
1800.10/1798.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 173325
1800.10/1798.33	s UNKNOWN
1800.10/1798.33	c Total wall clock time (in seconds): 1797.988

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4116745-1466977129/watcher-4116745-1466977129 -o /tmp/evaluation-result-4116745-1466977129/solver-4116745-1466977129 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466977129-24372 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116745-1466977129.opb 

pid=24398
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.16 2.21 2.14 4/174 24402
/proc/meminfo: memFree=30408436/32872528 swapFree=1308564/1463908
[pid=24401] ppid=24398 vsize=9220 CPUtime=0 cores=0,2,4,6
/proc/24401/stat : 24401 (java) R 24398 24401 24197 0 -1 4202496 193 0 1 0 0 0 0 0 20 0 1 0 30751947 9441280 69 33554432000 1073741824 1073778376 140736928095328 140736928092360 227503337258 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24401/statm: 2306 88 70 9 0 38 0

[startup+0.100167 s]
/proc/loadavg: 2.16 2.21 2.14 4/174 24402
/proc/meminfo: memFree=30408436/32872528 swapFree=1308564/1463908
[pid=24401] ppid=24398 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/24401/stat : 24401 (java) D 24398 24401 24197 0 -1 4202496 1167 0 17 0 0 0 0 0 20 0 1 0 30751947 23793664 834 33554432000 1073741824 1073778376 140736932766048 140736932756040 140573293809600 0 0 4096 0 18446744071579943789 0 0 17 4 0 0 7 0 0
/proc/24401/statm: 5809 834 627 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.200228 s]
/proc/loadavg: 2.16 2.21 2.14 4/174 24402
/proc/meminfo: memFree=30408436/32872528 swapFree=1308564/1463908
[pid=24401] ppid=24398 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/24401/stat : 24401 (java) S 24398 24401 24197 0 -1 4202496 3052 0 23 0 1 1 0 0 20 0 13 0 30751947 9446973440 3694 33554432000 1073741824 1073778376 140736932766048 140736932757184 227515859005 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/24401/statm: 2306390 3694 1680 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.300186 s]
/proc/loadavg: 2.16 2.21 2.14 4/174 24402
/proc/meminfo: memFree=30408436/32872528 swapFree=1308564/1463908
[pid=24401] ppid=24398 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/24401/stat : 24401 (java) S 24398 24401 24197 0 -1 4202496 3530 0 23 0 5 1 0 0 20 0 18 0 30751947 9787879424 4683 33554432000 1073741824 1073778376 140736932766048 140736932757184 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/24401/statm: 2389619 4690 1790 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.700173 s]
/proc/loadavg: 2.16 2.21 2.14 4/174 24402
/proc/meminfo: memFree=30408436/32872528 swapFree=1308564/1463908
[pid=24401] ppid=24398 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/24401/stat : 24401 (java) S 24398 24401 24197 0 -1 4202496 7030 0 23 0 87 2 0 0 20 0 19 0 30751947 9856040960 15730 33554432000 1073741824 1073778376 140736932766048 140736932757184 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/24401/statm: 2406260 15730 2258 9 0 2396937 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.16 2.21 2.14 5/211 24439
/proc/meminfo: memFree=30283940/32872528 swapFree=1308564/1463908
[pid=24401] ppid=24398 vsize=9625040 CPUtime=2.04 cores=0,2,4,6
/proc/24401/stat : 24401 (java) S 24398 24401 24197 0 -1 4202496 9077 0 23 0 201 3 0 0 20 0 19 0 30751947 9856040960 16420 33554432000 1073741824 1073778376 140736932766048 140736932757184 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/24401/statm: 2406260 16420 2270 9 0 2396937 0
[pid=24401/tid=24405] ppid=24398 vsize=9625040 CPUtime=1.23 cores=0,2,4,6
/proc/24401/task/24405/stat : 24405 (java) R 24398 24401 24197 0 -1 4202560 2427 0 6 0 121 2 0 0 20 0 19 0 30751957 9856040960 16420 33554432000 1073741824 1073778376 140736932766048 140573290847936 140573156170766 0 4 0 16800975 0 0 0 -1 4 0 0 12 0 0
[pid=24401/tid=24407] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24407/stat : 24407 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 16420 33554432000 1073741824 1073778376 140736932766048 140573279919016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24409] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24409/stat : 24409 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 16420 33554432000 1073741824 1073778376 140736932766048 140573278866472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24411] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24411/stat : 24411 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 16420 33554432000 1073741824 1073778376 140736932766048 140573277813416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24401/tid=24413] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24413/stat : 24413 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 16420 33554432000 1073741824 1073778376 140736932766048 140573276760872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24401/tid=24415] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24415/stat : 24415 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 16420 33554432000 1073741824 1073778376 140736932766048 140573275707816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24417] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24417/stat : 24417 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 16420 33554432000 1073741824 1073778376 140736932766048 140573274655272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24401/tid=24419] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24419/stat : 24419 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 16420 33554432000 1073741824 1073778376 140736932766048 140573127948456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24401/tid=24421] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24421/stat : 24421 (java) S 24398 24401 24197 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 16420 33554432000 1073741824 1073778376 140736932766048 140573126895912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24422] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24422/stat : 24422 (java) S 24398 24401 24197 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30751965 9856040960 16420 33554432000 1073741824 1073778376 140736932766048 140573114698600 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24424] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24424/stat : 24424 (java) S 24398 24401 24197 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30751966 9856040960 16420 33554432000 1073741824 1073778376 140736932766048 140573113644920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24427] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24427/stat : 24427 (java) S 24398 24401 24197 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30751966 9856040960 16420 33554432000 1073741824 1073778376 140736932766048 140573112591752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24429] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24429/stat : 24429 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 16420 33554432000 1073741824 1073778376 140736932766048 140573111540496 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24431] ppid=24398 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/24401/task/24431/stat : 24431 (java) S 24398 24401 24197 0 -1 4202560 1745 0 0 0 35 0 0 0 20 0 19 0 30751972 9856040960 16420 33554432000 1073741824 1073778376 140736932766048 140573110487352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24432] ppid=24398 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/24401/task/24432/stat : 24432 (java) S 24398 24401 24197 0 -1 4202560 3645 0 0 0 41 0 0 0 20 0 19 0 30751972 9856040960 16420 33554432000 1073741824 1073778376 140736932766048 140573109434808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24434] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24434/stat : 24434 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 16420 33554432000 1073741824 1073778376 140736932766048 140573108381944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24437] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24437/stat : 24437 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 16420 33554432000 1073741824 1073778376 140736932766048 140573107329608 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24438] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24438/stat : 24438 (java) S 24398 24401 24197 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30752013 9856040960 16420 33554432000 1073741824 1073778376 140736932766048 140573106275880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.15 2.21 2.14 5/211 24439
/proc/meminfo: memFree=30275352/32872528 swapFree=1308564/1463908
[pid=24401] ppid=24398 vsize=9625040 CPUtime=3.68 cores=0,2,4,6
/proc/24401/stat : 24401 (java) S 24398 24401 24197 0 -1 4202496 9080 0 23 0 365 3 0 0 20 0 19 0 30751947 9856040960 17444 33554432000 1073741824 1073778376 140736932766048 140736932757184 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/24401/statm: 2406260 17444 2270 9 0 2396937 0
[pid=24401/tid=24405] ppid=24398 vsize=9625040 CPUtime=2.83 cores=0,2,4,6
/proc/24401/task/24405/stat : 24405 (java) R 24398 24401 24197 0 -1 4202560 2430 0 6 0 281 2 0 0 20 0 19 0 30751957 9856040960 17444 33554432000 1073741824 1073778376 140736932766048 140573290847936 140573156214666 0 4 0 16800975 0 0 0 -1 4 0 0 12 0 0
[pid=24401/tid=24407] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24407/stat : 24407 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 17444 33554432000 1073741824 1073778376 140736932766048 140573279919016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24409] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24409/stat : 24409 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 17444 33554432000 1073741824 1073778376 140736932766048 140573278866472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24411] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24411/stat : 24411 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 17444 33554432000 1073741824 1073778376 140736932766048 140573277813416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24401/tid=24413] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24413/stat : 24413 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 17444 33554432000 1073741824 1073778376 140736932766048 140573276760872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24401/tid=24415] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24415/stat : 24415 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 17444 33554432000 1073741824 1073778376 140736932766048 140573275707816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24417] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24417/stat : 24417 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 17444 33554432000 1073741824 1073778376 140736932766048 140573274655272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24401/tid=24419] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24419/stat : 24419 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 17444 33554432000 1073741824 1073778376 140736932766048 140573127948456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24401/tid=24421] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24421/stat : 24421 (java) S 24398 24401 24197 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 17444 33554432000 1073741824 1073778376 140736932766048 140573126895912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24422] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24422/stat : 24422 (java) S 24398 24401 24197 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30751965 9856040960 17444 33554432000 1073741824 1073778376 140736932766048 140573114698600 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24424] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24424/stat : 24424 (java) S 24398 24401 24197 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30751966 9856040960 17444 33554432000 1073741824 1073778376 140736932766048 140573113644920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24427] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24427/stat : 24427 (java) S 24398 24401 24197 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30751966 9856040960 17444 33554432000 1073741824 1073778376 140736932766048 140573112591752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24429] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24429/stat : 24429 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 17444 33554432000 1073741824 1073778376 140736932766048 140573111540496 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24431] ppid=24398 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/24401/task/24431/stat : 24431 (java) S 24398 24401 24197 0 -1 4202560 1745 0 0 0 37 0 0 0 20 0 19 0 30751972 9856040960 17444 33554432000 1073741824 1073778376 140736932766048 140573110487352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24432] ppid=24398 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/24401/task/24432/stat : 24432 (java) S 24398 24401 24197 0 -1 4202560 3645 0 0 0 43 0 0 0 20 0 19 0 30751972 9856040960 17444 33554432000 1073741824 1073778376 140736932766048 140573109434808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24434] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24434/stat : 24434 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 17444 33554432000 1073741824 1073778376 140736932766048 140573108381944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24437] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24437/stat : 24437 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 17444 33554432000 1073741824 1073778376 140736932766048 140573107329608 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24438] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24438/stat : 24438 (java) S 24398 24401 24197 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30752013 9856040960 17444 33554432000 1073741824 1073778376 140736932766048 140573106275880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.15 2.21 2.14 5/211 24439
/proc/meminfo: memFree=30258540/32872528 swapFree=1308564/1463908
[pid=24401] ppid=24398 vsize=9625040 CPUtime=6.89 cores=0,2,4,6
/proc/24401/stat : 24401 (java) S 24398 24401 24197 0 -1 4202496 9086 0 23 0 686 3 0 0 20 0 19 0 30751947 9856040960 19413 33554432000 1073741824 1073778376 140736932766048 140736932757184 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/24401/statm: 2406260 19413 2271 9 0 2396937 0
[pid=24401/tid=24405] ppid=24398 vsize=9625040 CPUtime=6.03 cores=0,2,4,6
/proc/24401/task/24405/stat : 24405 (java) R 24398 24401 24197 0 -1 4202560 2435 0 6 0 601 2 0 0 20 0 19 0 30751957 9856040960 19413 33554432000 1073741824 1073778376 140736932766048 140573290856664 140573156214666 0 4 0 16800975 0 0 0 -1 4 0 0 12 0 0
[pid=24401/tid=24407] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24407/stat : 24407 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 19413 33554432000 1073741824 1073778376 140736932766048 140573279919016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24409] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24409/stat : 24409 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 19413 33554432000 1073741824 1073778376 140736932766048 140573278866472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24411] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24411/stat : 24411 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 19413 33554432000 1073741824 1073778376 140736932766048 140573277813416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24401/tid=24413] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24413/stat : 24413 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 19413 33554432000 1073741824 1073778376 140736932766048 140573276760872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24401/tid=24415] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24415/stat : 24415 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 19413 33554432000 1073741824 1073778376 140736932766048 140573275707816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24417] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24417/stat : 24417 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 19413 33554432000 1073741824 1073778376 140736932766048 140573274655272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24401/tid=24419] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24419/stat : 24419 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 19413 33554432000 1073741824 1073778376 140736932766048 140573127948456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24401/tid=24421] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24421/stat : 24421 (java) S 24398 24401 24197 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30751961 9856040960 19413 33554432000 1073741824 1073778376 140736932766048 140573126895912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24422] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24422/stat : 24422 (java) S 24398 24401 24197 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30751965 9856040960 19413 33554432000 1073741824 1073778376 140736932766048 140573114698600 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24424] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24424/stat : 24424 (java) S 24398 24401 24197 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30751966 9856040960 19413 33554432000 1073741824 1073778376 140736932766048 140573113644920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24427] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24427/stat : 24427 (java) S 24398 24401 24197 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30751966 9856040960 19413 33554432000 1073741824 1073778376 140736932766048 140573112591752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24429] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24429/stat : 24429 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 19413 33554432000 1073741824 1073778376 140736932766048 140573111540496 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24431] ppid=24398 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/24401/task/24431/stat : 24431 (java) S 24398 24401 24197 0 -1 4202560 1745 0 0 0 39 0 0 0 20 0 19 0 30751972 9856040960 19413 33554432000 1073741824 1073778376 140736932766048 140573110487352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24432] ppid=24398 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/24401/task/24432/stat : 24432 (java) S 24398 24401 24197 0 -1 4202560 3645 0 0 0 43 0 0 0 20 0 19 0 30751972 9856040960 19413 33554432000 1073741824 1073778376 140736932766048 140573109434808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24434] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24434/stat : 24434 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 19413 33554432000 1073741824 1073778376 140736932766048 140573108381944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24437] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24437/stat : 24437 (java) S 24398 24401 24197 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 19413 33554432000 1073741824 1073778376 140736932766048 140573107329608 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24438] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24438/stat : 24438 (java) S 24398 24401 24197 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30752013 9856040960 19413 33554432000 1073741824 1073778376 140736932766048 140573106275880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 9625040


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

[pid=24401/tid=24438] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24438/stat : 24438 (java) S 24398 24401 24197 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30752013 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573106275880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1724.09
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.31 2.25 2.19 4/211 24517
/proc/meminfo: memFree=29684760/32872528 swapFree=1308564/1463908
[pid=24401] ppid=24398 vsize=9625040 CPUtime=1784.1 cores=0,2,4,6
/proc/24401/stat : 24401 (java) S 24398 24401 24197 0 -1 4202496 10765 0 23 0 178358 52 0 0 20 0 19 0 30751947 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140736932757184 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/24401/statm: 2406260 90863 2285 9 0 2396937 0
[pid=24401/tid=24405] ppid=24398 vsize=9625040 CPUtime=1776.91 cores=0,2,4,6
/proc/24401/task/24405/stat : 24405 (java) R 24398 24401 24197 0 -1 4202560 2491 0 6 0 177659 32 0 0 20 0 19 0 30751957 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573290848016 140573156103743 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0
[pid=24401/tid=24407] ppid=24398 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/24401/task/24407/stat : 24407 (java) S 24398 24401 24197 0 -1 4202560 46 0 0 0 14 3 0 0 20 0 19 0 30751961 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573279919016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24401/tid=24409] ppid=24398 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/24401/task/24409/stat : 24409 (java) S 24398 24401 24197 0 -1 4202560 159 0 0 0 12 2 0 0 20 0 19 0 30751961 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573278866472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24411] ppid=24398 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24401/task/24411/stat : 24411 (java) S 24398 24401 24197 0 -1 4202560 191 0 0 0 16 3 0 0 20 0 19 0 30751961 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573277813416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24413] ppid=24398 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/24401/task/24413/stat : 24413 (java) S 24398 24401 24197 0 -1 4202560 197 0 0 0 11 4 0 0 20 0 19 0 30751961 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573276760872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24401/tid=24415] ppid=24398 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/24401/task/24415/stat : 24415 (java) S 24398 24401 24197 0 -1 4202560 104 0 0 0 11 3 0 0 20 0 19 0 30751961 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573275707816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24401/tid=24417] ppid=24398 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24401/task/24417/stat : 24417 (java) S 24398 24401 24197 0 -1 4202560 60 0 0 0 16 3 0 0 20 0 19 0 30751961 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573274655272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24419] ppid=24398 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/24401/task/24419/stat : 24419 (java) S 24398 24401 24197 0 -1 4202560 222 0 0 0 14 2 0 0 20 0 19 0 30751961 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573127948456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24421] ppid=24398 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24401/task/24421/stat : 24421 (java) S 24398 24401 24197 0 -1 4202560 123 0 0 0 15 4 0 0 20 0 19 0 30751961 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573126895912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24422] ppid=24398 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24401/task/24422/stat : 24422 (java) S 24398 24401 24197 0 -1 4202560 58 0 0 0 1 1 0 0 20 0 19 0 30751965 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573114698600 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24424] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24424/stat : 24424 (java) S 24398 24401 24197 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30751966 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573113644920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24427] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24427/stat : 24427 (java) S 24398 24401 24197 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30751966 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573112591752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24429] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24429/stat : 24429 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573111540496 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24431] ppid=24398 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/24401/task/24431/stat : 24431 (java) S 24398 24401 24197 0 -1 4202560 2119 0 0 0 43 0 0 0 20 0 19 0 30751972 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573110487352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24432] ppid=24398 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/24401/task/24432/stat : 24432 (java) S 24398 24401 24197 0 -1 4202560 3645 0 0 0 43 0 0 0 20 0 19 0 30751972 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573109434808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24434] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24434/stat : 24434 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573108381944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24437] ppid=24398 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/24401/task/24437/stat : 24437 (java) S 24398 24401 24197 0 -1 4202560 104 0 0 0 35 28 0 0 20 0 19 0 30751972 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573107329608 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24438] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24438/stat : 24438 (java) S 24398 24401 24197 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30752013 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573106275880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1784.1
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.3 s]
/proc/loadavg: 2.36 2.27 2.19 4/211 24517
/proc/meminfo: memFree=29685136/32872528 swapFree=1308564/1463908
[pid=24401] ppid=24398 vsize=9625040 CPUtime=1800.1 cores=0,2,4,6
/proc/24401/stat : 24401 (java) S 24398 24401 24197 0 -1 4202496 10765 0 23 0 179958 52 0 0 20 0 19 0 30751947 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140736932757184 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/24401/statm: 2406260 90863 2285 9 0 2396937 0
[pid=24401/tid=24405] ppid=24398 vsize=9625040 CPUtime=1792.87 cores=0,2,4,6
/proc/24401/task/24405/stat : 24405 (java) R 24398 24401 24197 0 -1 4202560 2491 0 6 0 179255 32 0 0 20 0 19 0 30751957 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573290848016 140573156214666 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0
[pid=24401/tid=24407] ppid=24398 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/24401/task/24407/stat : 24407 (java) S 24398 24401 24197 0 -1 4202560 46 0 0 0 14 3 0 0 20 0 19 0 30751961 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573279919016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24401/tid=24409] ppid=24398 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/24401/task/24409/stat : 24409 (java) S 24398 24401 24197 0 -1 4202560 159 0 0 0 12 2 0 0 20 0 19 0 30751961 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573278866472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24411] ppid=24398 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24401/task/24411/stat : 24411 (java) S 24398 24401 24197 0 -1 4202560 191 0 0 0 16 3 0 0 20 0 19 0 30751961 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573277813416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24413] ppid=24398 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/24401/task/24413/stat : 24413 (java) S 24398 24401 24197 0 -1 4202560 197 0 0 0 11 4 0 0 20 0 19 0 30751961 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573276760872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24401/tid=24415] ppid=24398 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/24401/task/24415/stat : 24415 (java) S 24398 24401 24197 0 -1 4202560 104 0 0 0 11 3 0 0 20 0 19 0 30751961 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573275707816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24401/tid=24417] ppid=24398 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24401/task/24417/stat : 24417 (java) S 24398 24401 24197 0 -1 4202560 60 0 0 0 16 3 0 0 20 0 19 0 30751961 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573274655272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24419] ppid=24398 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/24401/task/24419/stat : 24419 (java) S 24398 24401 24197 0 -1 4202560 222 0 0 0 14 2 0 0 20 0 19 0 30751961 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573127948456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24421] ppid=24398 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24401/task/24421/stat : 24421 (java) S 24398 24401 24197 0 -1 4202560 123 0 0 0 15 4 0 0 20 0 19 0 30751961 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573126895912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24422] ppid=24398 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24401/task/24422/stat : 24422 (java) S 24398 24401 24197 0 -1 4202560 58 0 0 0 1 1 0 0 20 0 19 0 30751965 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573114698600 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24424] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24424/stat : 24424 (java) S 24398 24401 24197 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30751966 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573113644920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24427] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24427/stat : 24427 (java) S 24398 24401 24197 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30751966 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573112591752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24429] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24429/stat : 24429 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573111540496 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24431] ppid=24398 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/24401/task/24431/stat : 24431 (java) S 24398 24401 24197 0 -1 4202560 2119 0 0 0 43 0 0 0 20 0 19 0 30751972 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573110487352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24432] ppid=24398 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/24401/task/24432/stat : 24432 (java) S 24398 24401 24197 0 -1 4202560 3645 0 0 0 43 0 0 0 20 0 19 0 30751972 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573109434808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24434] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24434/stat : 24434 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573108381944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24437] ppid=24398 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/24401/task/24437/stat : 24437 (java) S 24398 24401 24197 0 -1 4202560 104 0 0 0 35 28 0 0 20 0 19 0 30751972 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573107329608 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24438] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24438/stat : 24438 (java) S 24398 24401 24197 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30752013 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573106275880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 24401 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.3 s]
/proc/loadavg: 2.36 2.27 2.19 4/211 24517
/proc/meminfo: memFree=29685136/32872528 swapFree=1308564/1463908
[pid=24401] ppid=24398 vsize=9625040 CPUtime=1800.1 cores=0,2,4,6
/proc/24401/stat : 24401 (java) S 24398 24401 24197 0 -1 4202496 10765 0 23 0 179958 52 0 0 20 0 19 0 30751947 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140736932757184 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/24401/statm: 2406260 90863 2285 9 0 2396937 0
[pid=24401/tid=24405] ppid=24398 vsize=9625040 CPUtime=1792.87 cores=0,2,4,6
/proc/24401/task/24405/stat : 24405 (java) R 24398 24401 24197 0 -1 4202560 2491 0 6 0 179255 32 0 0 20 0 19 0 30751957 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573290848016 140573156214666 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0
[pid=24401/tid=24407] ppid=24398 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/24401/task/24407/stat : 24407 (java) S 24398 24401 24197 0 -1 4202560 46 0 0 0 14 3 0 0 20 0 19 0 30751961 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573279919016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24401/tid=24409] ppid=24398 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/24401/task/24409/stat : 24409 (java) S 24398 24401 24197 0 -1 4202560 159 0 0 0 12 2 0 0 20 0 19 0 30751961 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573278866472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24411] ppid=24398 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24401/task/24411/stat : 24411 (java) S 24398 24401 24197 0 -1 4202560 191 0 0 0 16 3 0 0 20 0 19 0 30751961 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573277813416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24413] ppid=24398 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/24401/task/24413/stat : 24413 (java) S 24398 24401 24197 0 -1 4202560 197 0 0 0 11 4 0 0 20 0 19 0 30751961 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573276760872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24401/tid=24415] ppid=24398 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/24401/task/24415/stat : 24415 (java) S 24398 24401 24197 0 -1 4202560 104 0 0 0 11 3 0 0 20 0 19 0 30751961 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573275707816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24401/tid=24417] ppid=24398 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24401/task/24417/stat : 24417 (java) S 24398 24401 24197 0 -1 4202560 60 0 0 0 16 3 0 0 20 0 19 0 30751961 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573274655272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24419] ppid=24398 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/24401/task/24419/stat : 24419 (java) S 24398 24401 24197 0 -1 4202560 222 0 0 0 14 2 0 0 20 0 19 0 30751961 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573127948456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24421] ppid=24398 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24401/task/24421/stat : 24421 (java) S 24398 24401 24197 0 -1 4202560 123 0 0 0 15 4 0 0 20 0 19 0 30751961 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573126895912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24422] ppid=24398 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/24401/task/24422/stat : 24422 (java) S 24398 24401 24197 0 -1 4202560 58 0 0 0 1 1 0 0 20 0 19 0 30751965 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573114698600 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24424] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24424/stat : 24424 (java) S 24398 24401 24197 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30751966 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573113644920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24427] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24427/stat : 24427 (java) S 24398 24401 24197 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30751966 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573112591752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24429] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24429/stat : 24429 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573111540496 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24431] ppid=24398 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/24401/task/24431/stat : 24431 (java) S 24398 24401 24197 0 -1 4202560 2119 0 0 0 43 0 0 0 20 0 19 0 30751972 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573110487352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24401/tid=24432] ppid=24398 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/24401/task/24432/stat : 24432 (java) S 24398 24401 24197 0 -1 4202560 3645 0 0 0 43 0 0 0 20 0 19 0 30751972 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573109434808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24434] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24434/stat : 24434 (java) S 24398 24401 24197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30751972 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573108381944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24437] ppid=24398 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/24401/task/24437/stat : 24437 (java) S 24398 24401 24197 0 -1 4202560 104 0 0 0 35 28 0 0 20 0 19 0 30751972 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573107329608 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24401/tid=24438] ppid=24398 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24401/task/24438/stat : 24438 (java) S 24398 24401 24197 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30752013 9856040960 90863 33554432000 1073741824 1073778376 140736932766048 140573106275880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24401 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=29114
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=995848
# CPU time returned by wait4() is 1796.03
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.34
CPU time (s): 1800.1
CPU user time (s): 1799.58
CPU system time (s): 0.52
CPU usage (%): 100.098
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.03
system time used= 0.995848
maximum resident set size= 364800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10799
page faults= 23
swaps= 0
block input operations= 14232
block output operations= 1200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38743
involuntary context switches= 11687

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.9142 second user time and 15.5316 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-26 23:38:50
IDJOB=4116745
IDBENCH=109508
IDSOLVER=2546
FILE ID=node121/4116745-1466977129
RUNJOBID= node121-1466977129-24372
PBS_JOBID= 19976381
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size144-round23-2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116745-1466977129/watcher-4116745-1466977129 -o /tmp/evaluation-result-4116745-1466977129/solver-4116745-1466977129 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466977129-24372 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116745-1466977129.opb

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

MD5SUM BENCH= 3c78ac84f21f4de0992f4a091829144b
RANDOM SEED=1802609736

node121.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.172
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.34
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.172
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	: 5332.57
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.172
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.57
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.172
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	: 5332.55
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.172
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	: 5332.55
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.172
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	: 5332.71
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.172
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	: 5332.55
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.172
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30409244 kB
Buffers:           84108 kB
Cached:           181240 kB
SwapCached:         1456 kB
Active:            40520 kB
Inactive:         228212 kB
Active(anon):       3088 kB
Inactive(anon):     2960 kB
Active(file):      37432 kB
Inactive(file):   225252 kB
Unevictable:     1463908 kB
Mlocked:         1308564 kB
SwapTotal:      67108856 kB
SwapFree:       67099756 kB
Dirty:              2344 kB
Writeback:             0 kB
AnonPages:       1548268 kB
Mapped:             7664 kB
Shmem:                 0 kB
Slab:             594916 kB
SReclaimable:      39208 kB
SUnreclaim:       555708 kB
KernelStack:        1456 kB
PageTables:         7320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1551940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node121 at 2016-06-27 00:08:48