Trace number 4085591

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.02 1783.15

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx49.opb
MD5SUMe08af5097f76b1d4e2b0ba1d8a42ed5a
Bench CategoryOPT-SMALLINT-LIN (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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2130
Total number of constraints2495
Number of constraints which are clauses2125
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints320
Minimum length of a constraint2
Maximum length of a constraint320
Number of terms in the objective function 5
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 5
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 636
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4085591-1465267087.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.53/0.36	c ... done. Wall clock time 0.255s.
0.53/0.36	c declared #vars     2130
0.53/0.36	c #constraints  2544
0.53/0.36	c constraints type 
0.53/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 49
0.53/0.36	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
0.53/0.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
0.53/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2125
0.53/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 320
0.53/0.36	c 2544 constraints processed.
0.53/0.36	c objective function length is 5 literals
1.91/1.05	c cleaning 2469 clauses out of 5000 with flag 25165/5000
2.57/1.66	c cleaning 4251 clauses out of 8533 with flag 72411/11002
3.37/2.42	c cleaning 5639 clauses out of 11280 with flag 128216/18000
4.17/3.26	c cleaning 6816 clauses out of 13643 with flag 181697/26002
5.30/4.38	c cleaning 7902 clauses out of 15825 with flag 257244/35000
6.40/5.45	c cleaning 8953 clauses out of 17923 with flag 330229/45000
7.80/6.85	c cleaning 9983 clauses out of 19970 with flag 410333/56000
9.69/8.72	c cleaning 10989 clauses out of 21987 with flag 562947/68000
12.19/11.21	c cleaning 11999 clauses out of 23998 with flag 750689/81000
14.11/13.19	c cleaning 12985 clauses out of 26000 with flag 871139/95001
15.82/14.87	c cleaning 13995 clauses out of 28015 with flag 957614/110001
18.24/17.25	c cleaning 15003 clauses out of 30019 with flag 1062394/126000
21.14/20.16	c cleaning 16004 clauses out of 32019 with flag 1195580/143003
24.15/23.17	c cleaning 16994 clauses out of 34012 with flag 1344588/161000
27.45/26.49	c cleaning 17998 clauses out of 36019 with flag 1488354/180001
31.04/30.01	c cleaning 19002 clauses out of 38021 with flag 1644959/200001
34.44/33.43	c cleaning 19992 clauses out of 40018 with flag 1799039/221000
36.94/35.92	c cleaning 20825 clauses out of 42027 with flag 1960477/243001
39.74/38.78	c cleaning 22018 clauses out of 44201 with flag 2153918/266000
42.95/41.96	c cleaning 23069 clauses out of 46183 with flag 2319494/290000
49.21/48.17	c cleaning 24047 clauses out of 48115 with flag 2564265/315001
53.71/52.67	c cleaning 25023 clauses out of 50068 with flag 2753089/341001
57.61/56.52	c cleaning 26012 clauses out of 52044 with flag 2973158/368000
63.20/62.10	c cleaning 27003 clauses out of 54034 with flag 3155312/396002
67.96/66.90	c cleaning 27917 clauses out of 56029 with flag 3442777/425000
73.06/71.93	c cleaning 28991 clauses out of 58113 with flag 3796313/455001
78.17/77.06	c cleaning 29987 clauses out of 60121 with flag 4173688/486000
83.59/82.35	c cleaning 31011 clauses out of 62135 with flag 4561728/518001
88.48/87.22	c cleaning 32052 clauses out of 64123 with flag 4882367/551000
96.68/95.46	c cleaning 33031 clauses out of 66073 with flag 5173053/585002
104.57/103.12	c cleaning 33998 clauses out of 68040 with flag 5476271/620000
113.36/111.95	c cleaning 35020 clauses out of 70043 with flag 5692284/656001
123.67/122.28	c cleaning 36009 clauses out of 72024 with flag 5924296/693002
133.09/131.45	c cleaning 36996 clauses out of 74013 with flag 6191956/731000
142.49/140.88	c cleaning 38005 clauses out of 76019 with flag 6473380/770002
151.91/150.02	c cleaning 38996 clauses out of 78013 with flag 6785425/810001
162.01/160.10	c cleaning 40000 clauses out of 80018 with flag 7034038/851002
173.09/170.98	c cleaning 40992 clauses out of 82018 with flag 7350860/893002
185.19/183.05	c cleaning 42000 clauses out of 84025 with flag 7706352/936001
197.79/195.44	c cleaning 43004 clauses out of 86025 with flag 8045257/980001
210.49/207.96	c cleaning 44001 clauses out of 88024 with flag 8430448/1025004
224.30/221.73	c cleaning 45001 clauses out of 90022 with flag 8828328/1071003
237.55/234.91	c cleaning 45999 clauses out of 92018 with flag 9226658/1118000
249.00/246.31	c cleaning 46995 clauses out of 94020 with flag 9578472/1166001
260.69/257.97	c cleaning 48003 clauses out of 96025 with flag 9918881/1215001
272.57/269.79	c cleaning 49003 clauses out of 98022 with flag 10311233/1265001
286.92/284.09	c cleaning 49984 clauses out of 100019 with flag 10686388/1316001
300.51/297.59	c cleaning 51009 clauses out of 102036 with flag 11043134/1368002
315.14/312.17	c cleaning 52000 clauses out of 104026 with flag 11393792/1421001
331.50/328.41	c cleaning 53003 clauses out of 106029 with flag 11749472/1475004
348.20/345.07	c cleaning 54008 clauses out of 108023 with flag 12289034/1530001
366.30/363.03	c cleaning 54995 clauses out of 110014 with flag 12930110/1586000
387.27/383.95	c cleaning 56000 clauses out of 112022 with flag 13607630/1643003
411.09/407.67	c cleaning 57001 clauses out of 114021 with flag 14323929/1701002
437.25/433.74	c cleaning 57994 clauses out of 116020 with flag 15056471/1760002
454.90/451.20	c cleaning 58895 clauses out of 118025 with flag 15782393/1820001
469.90/466.12	c cleaning 60043 clauses out of 120130 with flag 16395387/1881001
484.01/480.18	c cleaning 60957 clauses out of 122087 with flag 16973276/1943001
500.07/495.93	c cleaning 62027 clauses out of 124130 with flag 17734158/2006001
518.51/514.13	c cleaning 63032 clauses out of 126103 with flag 18543383/2070001
532.70/528.25	c cleaning 63969 clauses out of 128071 with flag 19150674/2135001
551.93/547.25	c cleaning 64990 clauses out of 130103 with flag 19922399/2201002
570.52/565.65	c cleaning 65986 clauses out of 132113 with flag 20795735/2268002
587.06/582.09	c cleaning 67014 clauses out of 134125 with flag 21541542/2336000
611.30/606.15	c cleaning 68005 clauses out of 136111 with flag 22150334/2405000
634.80/629.42	c cleaning 69043 clauses out of 138106 with flag 23047324/2475000
660.31/654.77	c cleaning 70027 clauses out of 140063 with flag 23684703/2546000
683.29/677.60	c cleaning 71001 clauses out of 142036 with flag 24345131/2618000
713.14/707.23	c cleaning 72005 clauses out of 144035 with flag 24976448/2691000
745.38/739.37	c cleaning 73009 clauses out of 146031 with flag 25654763/2765001
773.85/767.78	c cleaning 74004 clauses out of 148021 with flag 26362642/2840000
799.44/793.17	c cleaning 75002 clauses out of 150017 with flag 27254270/2916000
822.66/816.16	c cleaning 75990 clauses out of 152015 with flag 27939465/2993000
853.73/847.07	c cleaning 77003 clauses out of 154026 with flag 28544014/3071001
878.76/871.93	c cleaning 77995 clauses out of 156022 with flag 29172306/3150000
901.95/894.93	c cleaning 79007 clauses out of 158027 with flag 29853866/3230000
925.26/918.07	c cleaning 79942 clauses out of 160021 with flag 30569845/3311001
955.25/947.63	c cleaning 80958 clauses out of 162078 with flag 31694991/3393000
985.20/977.31	c cleaning 82057 clauses out of 164121 with flag 32479657/3476001
1008.86/1000.78	c cleaning 82999 clauses out of 166063 with flag 33312593/3560000
1042.15/1033.88	c cleaning 83993 clauses out of 168064 with flag 33870216/3645000
1078.19/1069.62	c cleaning 85022 clauses out of 170071 with flag 34461761/3731000
1111.20/1102.39	c cleaning 85961 clauses out of 172049 with flag 35231462/3818000
1137.42/1128.13	c cleaning 86955 clauses out of 174088 with flag 36228849/3906000
1172.62/1162.98	c cleaning 88069 clauses out of 176137 with flag 37199736/3995004
1202.79/1192.71	c cleaning 88967 clauses out of 178064 with flag 38439010/4085000
1247.09/1236.51	c cleaning 90008 clauses out of 180097 with flag 39936525/4176000
1290.99/1279.87	c cleaning 91036 clauses out of 182090 with flag 41485534/4268001
1334.80/1323.13	c cleaning 91992 clauses out of 184053 with flag 43145999/4361000
1381.31/1369.05	c cleaning 93013 clauses out of 186061 with flag 45138261/4455000
1415.87/1403.13	c cleaning 94015 clauses out of 188050 with flag 46500880/4550002
1447.03/1433.89	c cleaning 94953 clauses out of 190033 with flag 47912282/4646000
1489.34/1475.74	c cleaning 95980 clauses out of 192080 with flag 49023681/4743000
1541.03/1526.84	c cleaning 97014 clauses out of 194100 with flag 50063755/4841000
1578.09/1563.34	c cleaning 98002 clauses out of 196086 with flag 51460628/4940000
1620.54/1605.30	c cleaning 99000 clauses out of 198085 with flag 53006348/5040001
1661.86/1646.24	c cleaning 99990 clauses out of 200085 with flag 54494115/5141001
1706.09/1689.97	c cleaning 101026 clauses out of 202094 with flag 55933238/5243000
1743.41/1726.94	c cleaning 102026 clauses out of 204068 with flag 57018334/5346000
1800.02/1783.11	c starts		: 33800
1800.02/1783.11	c conflicts		: 5447688
1800.02/1783.11	c decisions		: 13384828
1800.02/1783.11	c propagations		: 528090829
1800.02/1783.11	c inspects		: 30002386445
1800.02/1783.11	c shortcuts		: 0
1800.02/1783.11	c learnt literals	: 0
1800.02/1783.11	c learnt binary clauses	: 0
1800.02/1783.11	c learnt ternary clauses	: 0
1800.02/1783.11	c learnt constraints	: 5447688
1800.02/1783.11	c ignored constraints	: 0
1800.02/1783.11	c root simplifications	: 0
1800.02/1783.11	c removed literals (reason simplification)	: 0
1800.02/1783.11	c reason swapping (by a shorter reason)	: 0
1800.02/1783.11	c Calls to reduceDB	: 99
1800.02/1783.11	c Number of update (reduction) of LBD	: 3309680
1800.02/1783.11	c Imported unit clauses	: 0
1800.02/1783.11	c number of reductions to clauses (during analyze)	: 0
1800.02/1783.11	c number of learned constraints concerned by reduction	: 0
1800.02/1783.11	c number of learning phase by resolution	: 0
1800.02/1783.11	c number of learning phase by cutting planes	: 0
1800.02/1783.11	c speed (assignments/second)	: 296222.427585232
1800.02/1783.11	c non guided choices	9259
1800.02/1783.11	c timeout
1800.02/1783.14	c learnt constraints type 
1800.02/1783.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 203731
1800.02/1783.14	s UNKNOWN
1800.02/1783.14	c Total wall clock time (in seconds): 1783.037

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-4085591-1465267087/watcher-4085591-1465267087 -o /tmp/evaluation-result-4085591-1465267087/solver-4085591-1465267087 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465261709-15102 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085591-1465267087.opb 

pid=16235
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.29 2.27 2.25 4/196 16238
/proc/meminfo: memFree=30185096/32872528 swapFree=20720/1686580
[pid=16238] ppid=16235 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/16238/stat : 16238 (java) S 16235 16238 15085 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 108640770 98570240 978 33554432000 1073741824 1073778376 140734563826848 140734563817984 215127982141 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16238/statm: 24065 978 744 9 0 16771 0
[pid=16238/tid=16239] ppid=16235 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16239/stat : 16239 (java) R 16235 16238 15085 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 108640771 98570240 978 33554432000 1073741824 1073778376 140734563826848 140155832569384 215124624768 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100157 s]
/proc/loadavg: 2.29 2.27 2.25 4/196 16238
/proc/meminfo: memFree=30185096/32872528 swapFree=20720/1686580
[pid=16238] ppid=16235 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/16238/stat : 16238 (java) S 16235 16238 15085 0 -1 4202496 4496 0 1 0 10 1 0 0 20 0 18 0 108640770 9787879424 6121 33554432000 1073741824 1073778376 140734563826848 140734563817984 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16238/statm: 2389619 6121 2157 9 0 2380296 0
[pid=16238/tid=16239] ppid=16235 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/16238/task/16239/stat : 16239 (java) R 16235 16238 15085 0 -1 4202560 2378 0 1 0 6 1 0 0 20 0 18 0 108640771 9787879424 6121 33554432000 1073741824 1073778376 140734563826848 140155832572832 215128007093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200384 s]
/proc/loadavg: 2.29 2.27 2.25 4/196 16238
/proc/meminfo: memFree=30185096/32872528 swapFree=20720/1686580
[pid=16238] ppid=16235 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/16238/stat : 16238 (java) S 16235 16238 15085 0 -1 4202496 4980 0 1 0 27 1 0 0 20 0 18 0 108640770 9787879424 7002 33554432000 1073741824 1073778376 140734563826848 140734563817984 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16238/statm: 2389619 7002 2217 9 0 2380296 0
[pid=16238/tid=16239] ppid=16235 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/16238/task/16239/stat : 16239 (java) R 16235 16238 15085 0 -1 4202560 2393 0 1 0 16 1 0 0 20 0 18 0 108640771 9787879424 7002 33554432000 1073741824 1073778376 140734563826848 140155832572832 215127997496 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300366 s]
/proc/loadavg: 2.29 2.27 2.25 4/196 16238
/proc/meminfo: memFree=30185096/32872528 swapFree=20720/1686580
[pid=16238] ppid=16235 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/16238/stat : 16238 (java) S 16235 16238 15085 0 -1 4202496 7266 0 1 0 51 2 0 0 20 0 18 0 108640770 9787879424 9888 33554432000 1073741824 1073778376 140734563826848 140734563817984 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16238/statm: 2389619 9888 2232 9 0 2380296 0
[pid=16238/tid=16239] ppid=16235 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/16238/task/16239/stat : 16239 (java) R 16235 16238 15085 0 -1 4202560 2413 0 1 0 26 1 0 0 20 0 18 0 108640771 9787879424 9888 33554432000 1073741824 1073778376 140734563826848 140155832563752 140155671393789 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700337 s]
/proc/loadavg: 2.29 2.27 2.25 4/196 16238
/proc/meminfo: memFree=30185096/32872528 swapFree=20720/1686580
[pid=16238] ppid=16235 vsize=9625040 CPUtime=1.51 cores=1,3,5,7
/proc/16238/stat : 16238 (java) S 16235 16238 15085 0 -1 4202496 11253 0 1 0 148 3 0 0 20 0 19 0 108640770 9856040960 14978 33554432000 1073741824 1073778376 140734563826848 140734563817984 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16238/statm: 2406260 14978 2258 9 0 2396937 0
[pid=16238/tid=16239] ppid=16235 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/16238/task/16239/stat : 16239 (java) R 16235 16238 15085 0 -1 4202560 2429 0 1 0 66 1 0 0 20 0 19 0 108640771 9856040960 14978 33554432000 1073741824 1073778376 140734563826848 140155832574040 140155671960462 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.29 2.27 2.25 3/215 16257
/proc/meminfo: memFree=30127948/32872528 swapFree=20720/1686580
[pid=16238] ppid=16235 vsize=9625040 CPUtime=2.44 cores=1,3,5,7
/proc/16238/stat : 16238 (java) S 16235 16238 15085 0 -1 4202496 11267 0 1 0 241 3 0 0 20 0 19 0 108640770 9856040960 16524 33554432000 1073741824 1073778376 140734563826848 140734563817984 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16238/statm: 2406260 16524 2267 9 0 2396937 0
[pid=16238/tid=16239] ppid=16235 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/16238/task/16239/stat : 16239 (java) R 16235 16238 15085 0 -1 4202560 2433 0 1 0 146 1 0 0 20 0 19 0 108640771 9856040960 16524 33554432000 1073741824 1073778376 140734563826848 140155832574232 140155671910478 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16238/tid=16241] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16241/stat : 16241 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640772 9856040960 16524 33554432000 1073741824 1073778376 140734563826848 140155794065704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16242] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16242/stat : 16242 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640772 9856040960 16524 33554432000 1073741824 1073778376 140734563826848 140155793012904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16238/tid=16243] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16243/stat : 16243 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640772 9856040960 16524 33554432000 1073741824 1073778376 140734563826848 140155791960616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16238/tid=16244] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16244/stat : 16244 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640772 9856040960 16524 33554432000 1073741824 1073778376 140734563826848 140155790907816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16238/tid=16245] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16245/stat : 16245 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640772 9856040960 16524 33554432000 1073741824 1073778376 140734563826848 140155789855528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16246] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16246/stat : 16246 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640772 9856040960 16524 33554432000 1073741824 1073778376 140734563826848 140155671276200 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16238/tid=16247] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16247/stat : 16247 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640772 9856040960 16524 33554432000 1073741824 1073778376 140734563826848 140155670223912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16248] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16248/stat : 16248 (java) S 16235 16238 15085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108640772 9856040960 16524 33554432000 1073741824 1073778376 140734563826848 140155669171112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16249] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16249/stat : 16249 (java) S 16235 16238 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108640773 9856040960 16524 33554432000 1073741824 1073778376 140734563826848 140155656759528 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16250] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16250/stat : 16250 (java) S 16235 16238 15085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108640773 9856040960 16524 33554432000 1073741824 1073778376 140734563826848 140155655705592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16251] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16251/stat : 16251 (java) S 16235 16238 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108640773 9856040960 16524 33554432000 1073741824 1073778376 140734563826848 140155050517768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16252] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16252/stat : 16252 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640775 9856040960 16524 33554432000 1073741824 1073778376 140734563826848 140155049466256 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16253] ppid=16235 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/16238/task/16253/stat : 16253 (java) S 16235 16238 15085 0 -1 4202560 4237 0 0 0 48 0 0 0 20 0 19 0 108640775 9856040960 16524 33554432000 1073741824 1073778376 140734563826848 140155048413880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16254] ppid=16235 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/16238/task/16254/stat : 16254 (java) S 16235 16238 15085 0 -1 4202560 3319 0 0 0 45 0 0 0 20 0 19 0 108640775 9856040960 16524 33554432000 1073741824 1073778376 140734563826848 140155047361080 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16238/tid=16255] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16255/stat : 16255 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640775 9856040960 16524 33554432000 1073741824 1073778376 140734563826848 140155046308984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16238/tid=16256] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16256/stat : 16256 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640775 9856040960 16524 33554432000 1073741824 1073778376 140734563826848 140155045256392 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16257] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16257/stat : 16257 (java) S 16235 16238 15085 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108640807 9856040960 16524 33554432000 1073741824 1073778376 140734563826848 140155044201384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.29 2.27 2.25 3/215 16257
/proc/meminfo: memFree=30111192/32872528 swapFree=20720/1686580
[pid=16238] ppid=16235 vsize=9625040 CPUtime=4.07 cores=1,3,5,7
/proc/16238/stat : 16238 (java) S 16235 16238 15085 0 -1 4202496 11276 0 1 0 404 3 0 0 20 0 19 0 108640770 9856040960 20620 33554432000 1073741824 1073778376 140734563826848 140734563817984 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16238/statm: 2406260 20620 2267 9 0 2396937 0
[pid=16238/tid=16239] ppid=16235 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/16238/task/16239/stat : 16239 (java) R 16235 16238 15085 0 -1 4202560 2442 0 1 0 306 1 0 0 20 0 19 0 108640771 9856040960 20620 33554432000 1073741824 1073778376 140734563826848 140155832565456 140155671955376 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16238/tid=16241] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16241/stat : 16241 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640772 9856040960 20620 33554432000 1073741824 1073778376 140734563826848 140155794065704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16242] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16242/stat : 16242 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640772 9856040960 20620 33554432000 1073741824 1073778376 140734563826848 140155793012904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16238/tid=16243] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16243/stat : 16243 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640772 9856040960 20620 33554432000 1073741824 1073778376 140734563826848 140155791960616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16238/tid=16244] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16244/stat : 16244 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640772 9856040960 20620 33554432000 1073741824 1073778376 140734563826848 140155790907816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16238/tid=16245] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16245/stat : 16245 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640772 9856040960 20620 33554432000 1073741824 1073778376 140734563826848 140155789855528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16246] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16246/stat : 16246 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640772 9856040960 20620 33554432000 1073741824 1073778376 140734563826848 140155671276200 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16238/tid=16247] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16247/stat : 16247 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640772 9856040960 20620 33554432000 1073741824 1073778376 140734563826848 140155670223912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16248] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16248/stat : 16248 (java) S 16235 16238 15085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108640772 9856040960 20620 33554432000 1073741824 1073778376 140734563826848 140155669171112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16249] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16249/stat : 16249 (java) S 16235 16238 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108640773 9856040960 20620 33554432000 1073741824 1073778376 140734563826848 140155656759528 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16250] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16250/stat : 16250 (java) S 16235 16238 15085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108640773 9856040960 20620 33554432000 1073741824 1073778376 140734563826848 140155655705592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16251] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16251/stat : 16251 (java) S 16235 16238 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108640773 9856040960 20620 33554432000 1073741824 1073778376 140734563826848 140155050517768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16252] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16252/stat : 16252 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640775 9856040960 20620 33554432000 1073741824 1073778376 140734563826848 140155049466256 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16253] ppid=16235 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/16238/task/16253/stat : 16253 (java) S 16235 16238 15085 0 -1 4202560 4237 0 0 0 49 0 0 0 20 0 19 0 108640775 9856040960 20620 33554432000 1073741824 1073778376 140734563826848 140155048413880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16254] ppid=16235 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/16238/task/16254/stat : 16254 (java) S 16235 16238 15085 0 -1 4202560 3319 0 0 0 46 0 0 0 20 0 19 0 108640775 9856040960 20620 33554432000 1073741824 1073778376 140734563826848 140155047361080 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16238/tid=16255] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16255/stat : 16255 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640775 9856040960 20620 33554432000 1073741824 1073778376 140734563826848 140155046308984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16238/tid=16256] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16256/stat : 16256 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640775 9856040960 20620 33554432000 1073741824 1073778376 140734563826848 140155045256392 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16257] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16257/stat : 16257 (java) S 16235 16238 15085 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108640807 9856040960 20620 33554432000 1073741824 1073778376 140734563826848 140155044201384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.26 2.26 2.25 3/215 16257
/proc/meminfo: memFree=30070776/32872528 swapFree=20720/1686580
[pid=16238] ppid=16235 vsize=9625040 CPUtime=7.3 cores=1,3,5,7
/proc/16238/stat : 16238 (java) S 16235 16238 15085 0 -1 4202496 11291 0 1 0 726 4 0 0 20 0 19 0 108640770 9856040960 27239 33554432000 1073741824 1073778376 140734563826848 140734563817984 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16238/statm: 2406260 27239 2268 9 0 2396937 0
[pid=16238/tid=16239] ppid=16235 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/16238/task/16239/stat : 16239 (java) R 16235 16238 15085 0 -1 4202560 2456 0 1 0 624 2 0 0 20 0 19 0 108640771 9856040960 27239 33554432000 1073741824 1073778376 140734563826848 140155832565440 140155671909630 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16238/tid=16241] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16241/stat : 16241 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640772 9856040960 27239 33554432000 1073741824 1073778376 140734563826848 140155794065704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16242] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16242/stat : 16242 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640772 9856040960 27239 33554432000 1073741824 1073778376 140734563826848 140155793012904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16238/tid=16243] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16243/stat : 16243 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640772 9856040960 27239 33554432000 1073741824 1073778376 140734563826848 140155791960616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16238/tid=16244] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16244/stat : 16244 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640772 9856040960 27239 33554432000 1073741824 1073778376 140734563826848 140155790907816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16238/tid=16245] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16245/stat : 16245 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640772 9856040960 27239 33554432000 1073741824 1073778376 140734563826848 140155789855528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16246] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16246/stat : 16246 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640772 9856040960 27239 33554432000 1073741824 1073778376 140734563826848 140155671276200 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16238/tid=16247] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16247/stat : 16247 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640772 9856040960 27239 33554432000 1073741824 1073778376 140734563826848 140155670223912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16248] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16248/stat : 16248 (java) S 16235 16238 15085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108640772 9856040960 27239 33554432000 1073741824 1073778376 140734563826848 140155669171112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16249] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16249/stat : 16249 (java) S 16235 16238 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108640773 9856040960 27239 33554432000 1073741824 1073778376 140734563826848 140155656759528 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16250] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16250/stat : 16250 (java) S 16235 16238 15085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108640773 9856040960 27239 33554432000 1073741824 1073778376 140734563826848 140155655705592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16251] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16251/stat : 16251 (java) S 16235 16238 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108640773 9856040960 27239 33554432000 1073741824 1073778376 140734563826848 140155050517768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16252] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16252/stat : 16252 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640775 9856040960 27239 33554432000 1073741824 1073778376 140734563826848 140155049466256 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16253] ppid=16235 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/16238/task/16253/stat : 16253 (java) S 16235 16238 15085 0 -1 4202560 4237 0 0 0 50 0 0 0 20 0 19 0 108640775 9856040960 27239 33554432000 1073741824 1073778376 140734563826848 140155048413880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16254] ppid=16235 vsize=9625040 CPUtime=0.48 cores=1,3,5,7

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

/proc/16238/task/16257/stat : 16257 (java) S 16235 16238 15085 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108640807 9856040960 84183 33554432000 1073741824 1073778376 140734563826848 140155044201384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1738.74
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.21 2.23 2.21 3/215 16325
/proc/meminfo: memFree=29460960/32872528 swapFree=20720/1686580
[pid=16238] ppid=16235 vsize=9625040 CPUtime=1799.17 cores=1,3,5,7
/proc/16238/stat : 16238 (java) S 16235 16238 15085 0 -1 4202496 29076 0 1 0 179716 201 0 0 20 0 19 0 108640770 9856040960 81252 33554432000 1073741824 1073778376 140734563826848 140734563817984 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16238/statm: 2406260 81252 2290 9 0 2396937 0
[pid=16238/tid=16239] ppid=16235 vsize=9625040 CPUtime=1766.58 cores=1,3,5,7
/proc/16238/task/16239/stat : 16239 (java) R 16235 16238 15085 0 -1 4202560 2831 0 1 0 176624 34 0 0 20 0 19 0 108640771 9856040960 81252 33554432000 1073741824 1073778376 140734563826848 140155832573232 140155671960462 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16241] ppid=16235 vsize=9625040 CPUtime=2.75 cores=1,3,5,7
/proc/16238/task/16241/stat : 16241 (java) S 16235 16238 15085 0 -1 4202560 1933 0 0 0 253 22 0 0 20 0 19 0 108640772 9856040960 81252 33554432000 1073741824 1073778376 140734563826848 140155794065704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16238/tid=16242] ppid=16235 vsize=9625040 CPUtime=2.8 cores=1,3,5,7
/proc/16238/task/16242/stat : 16242 (java) S 16235 16238 15085 0 -1 4202560 1227 0 0 0 258 22 0 0 20 0 19 0 108640772 9856040960 81252 33554432000 1073741824 1073778376 140734563826848 140155793012904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16238/tid=16243] ppid=16235 vsize=9625040 CPUtime=2.75 cores=1,3,5,7
/proc/16238/task/16243/stat : 16243 (java) S 16235 16238 15085 0 -1 4202560 2132 0 0 0 256 19 0 0 20 0 19 0 108640772 9856040960 81252 33554432000 1073741824 1073778376 140734563826848 140155791960616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16238/tid=16244] ppid=16235 vsize=9625040 CPUtime=2.74 cores=1,3,5,7
/proc/16238/task/16244/stat : 16244 (java) S 16235 16238 15085 0 -1 4202560 2416 0 0 0 256 18 0 0 20 0 19 0 108640772 9856040960 81252 33554432000 1073741824 1073778376 140734563826848 140155790907816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16245] ppid=16235 vsize=9625040 CPUtime=2.58 cores=1,3,5,7
/proc/16238/task/16245/stat : 16245 (java) S 16235 16238 15085 0 -1 4202560 2248 0 0 0 239 19 0 0 20 0 19 0 108640772 9856040960 81252 33554432000 1073741824 1073778376 140734563826848 140155789855528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16246] ppid=16235 vsize=9625040 CPUtime=2.81 cores=1,3,5,7
/proc/16238/task/16246/stat : 16246 (java) S 16235 16238 15085 0 -1 4202560 3100 0 0 0 261 20 0 0 20 0 19 0 108640772 9856040960 81252 33554432000 1073741824 1073778376 140734563826848 140155671276200 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16238/tid=16247] ppid=16235 vsize=9625040 CPUtime=2.89 cores=1,3,5,7
/proc/16238/task/16247/stat : 16247 (java) S 16235 16238 15085 0 -1 4202560 1311 0 0 0 269 20 0 0 20 0 19 0 108640772 9856040960 81252 33554432000 1073741824 1073778376 140734563826848 140155670223912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16238/tid=16248] ppid=16235 vsize=9625040 CPUtime=2.74 cores=1,3,5,7
/proc/16238/task/16248/stat : 16248 (java) S 16235 16238 15085 0 -1 4202560 1513 0 0 0 254 20 0 0 20 0 19 0 108640772 9856040960 81252 33554432000 1073741824 1073778376 140734563826848 140155669171112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16238/tid=16249] ppid=16235 vsize=9625040 CPUtime=4.62 cores=1,3,5,7
/proc/16238/task/16249/stat : 16249 (java) S 16235 16238 15085 0 -1 4202560 1434 0 0 0 455 7 0 0 20 0 19 0 108640773 9856040960 81252 33554432000 1073741824 1073778376 140734563826848 140155656759528 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16238/tid=16250] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16250/stat : 16250 (java) S 16235 16238 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108640773 9856040960 81252 33554432000 1073741824 1073778376 140734563826848 140155655705592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16251] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16251/stat : 16251 (java) S 16235 16238 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108640773 9856040960 81252 33554432000 1073741824 1073778376 140734563826848 140155050517768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16252] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16252/stat : 16252 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640775 9856040960 81252 33554432000 1073741824 1073778376 140734563826848 140155049466256 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16253] ppid=16235 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/16238/task/16253/stat : 16253 (java) S 16235 16238 15085 0 -1 4202560 4244 0 0 0 55 0 0 0 20 0 19 0 108640775 9856040960 81252 33554432000 1073741824 1073778376 140734563826848 140155048413880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16254] ppid=16235 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/16238/task/16254/stat : 16254 (java) S 16235 16238 15085 0 -1 4202560 3319 0 0 0 48 0 0 0 20 0 19 0 108640775 9856040960 81252 33554432000 1073741824 1073778376 140734563826848 140155047361080 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16238/tid=16255] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16255/stat : 16255 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640775 9856040960 81252 33554432000 1073741824 1073778376 140734563826848 140155046308984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16238/tid=16256] ppid=16235 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/16238/task/16256/stat : 16256 (java) S 16235 16238 15085 0 -1 4202560 104 0 0 0 23 34 0 0 20 0 19 0 108640775 9856040960 81252 33554432000 1073741824 1073778376 140734563826848 140155045256392 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16238/tid=16257] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16257/stat : 16257 (java) S 16235 16238 15085 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108640807 9856040960 81252 33554432000 1073741824 1073778376 140734563826848 140155044201384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1799.17
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.1 s]
/proc/loadavg: 2.21 2.23 2.21 3/215 16325
/proc/meminfo: memFree=29463256/32872528 swapFree=20720/1686580
[pid=16238] ppid=16235 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/16238/stat : 16238 (java) S 16235 16238 15085 0 -1 4202496 29077 0 1 0 179800 202 0 0 20 0 19 0 108640770 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140734563817984 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16238/statm: 2406260 80739 2290 9 0 2396937 0
[pid=16238/tid=16239] ppid=16235 vsize=9625040 CPUtime=1767.37 cores=1,3,5,7
/proc/16238/task/16239/stat : 16239 (java) R 16235 16238 15085 0 -1 4202560 2832 0 1 0 176703 34 0 0 20 0 19 0 108640771 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155832573232 140155672215807 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16241] ppid=16235 vsize=9625040 CPUtime=2.76 cores=1,3,5,7
/proc/16238/task/16241/stat : 16241 (java) S 16235 16238 15085 0 -1 4202560 1933 0 0 0 254 22 0 0 20 0 19 0 108640772 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155794065704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16238/tid=16242] ppid=16235 vsize=9625040 CPUtime=2.8 cores=1,3,5,7
/proc/16238/task/16242/stat : 16242 (java) S 16235 16238 15085 0 -1 4202560 1227 0 0 0 258 22 0 0 20 0 19 0 108640772 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155793012904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16238/tid=16243] ppid=16235 vsize=9625040 CPUtime=2.75 cores=1,3,5,7
/proc/16238/task/16243/stat : 16243 (java) S 16235 16238 15085 0 -1 4202560 2132 0 0 0 256 19 0 0 20 0 19 0 108640772 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155791960616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16238/tid=16244] ppid=16235 vsize=9625040 CPUtime=2.74 cores=1,3,5,7
/proc/16238/task/16244/stat : 16244 (java) S 16235 16238 15085 0 -1 4202560 2416 0 0 0 256 18 0 0 20 0 19 0 108640772 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155790907816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16238/tid=16245] ppid=16235 vsize=9625040 CPUtime=2.6 cores=1,3,5,7
/proc/16238/task/16245/stat : 16245 (java) S 16235 16238 15085 0 -1 4202560 2248 0 0 0 241 19 0 0 20 0 19 0 108640772 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155789855528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16246] ppid=16235 vsize=9625040 CPUtime=2.82 cores=1,3,5,7
/proc/16238/task/16246/stat : 16246 (java) S 16235 16238 15085 0 -1 4202560 3100 0 0 0 262 20 0 0 20 0 19 0 108640772 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155671276200 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16238/tid=16247] ppid=16235 vsize=9625040 CPUtime=2.9 cores=1,3,5,7
/proc/16238/task/16247/stat : 16247 (java) S 16235 16238 15085 0 -1 4202560 1311 0 0 0 270 20 0 0 20 0 19 0 108640772 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155670223912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16238/tid=16248] ppid=16235 vsize=9625040 CPUtime=2.74 cores=1,3,5,7
/proc/16238/task/16248/stat : 16248 (java) S 16235 16238 15085 0 -1 4202560 1513 0 0 0 254 20 0 0 20 0 19 0 108640772 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155669171112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16238/tid=16249] ppid=16235 vsize=9625040 CPUtime=4.62 cores=1,3,5,7
/proc/16238/task/16249/stat : 16249 (java) S 16235 16238 15085 0 -1 4202560 1434 0 0 0 455 7 0 0 20 0 19 0 108640773 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155656759528 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16238/tid=16250] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16250/stat : 16250 (java) S 16235 16238 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108640773 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155655705592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16251] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16251/stat : 16251 (java) S 16235 16238 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108640773 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155050517768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16252] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16252/stat : 16252 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640775 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155049466256 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16253] ppid=16235 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/16238/task/16253/stat : 16253 (java) S 16235 16238 15085 0 -1 4202560 4244 0 0 0 55 0 0 0 20 0 19 0 108640775 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155048413880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16254] ppid=16235 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/16238/task/16254/stat : 16254 (java) S 16235 16238 15085 0 -1 4202560 3319 0 0 0 48 0 0 0 20 0 19 0 108640775 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155047361080 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16238/tid=16255] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16255/stat : 16255 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640775 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155046308984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16238/tid=16256] ppid=16235 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/16238/task/16256/stat : 16256 (java) S 16235 16238 15085 0 -1 4202560 104 0 0 0 23 34 0 0 20 0 19 0 108640775 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155045256392 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16238/tid=16257] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16257/stat : 16257 (java) S 16235 16238 15085 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108640807 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155044201384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 16238 sig 9
??? kill -16238 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1783.1 s]
/proc/loadavg: 2.21 2.23 2.21 3/215 16325
/proc/meminfo: memFree=29463256/32872528 swapFree=20720/1686580
[pid=16238] ppid=16235 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/16238/stat : 16238 (java) S 16235 16238 15085 0 -1 4202496 29077 0 1 0 179800 202 0 0 20 0 19 0 108640770 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140734563817984 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16238/statm: 2406260 80739 2290 9 0 2396937 0
[pid=16238/tid=16239] ppid=16235 vsize=9625040 CPUtime=1767.37 cores=1,3,5,7
/proc/16238/task/16239/stat : 16239 (java) R 16235 16238 15085 0 -1 4202560 2832 0 1 0 176703 34 0 0 20 0 19 0 108640771 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155832573232 140155672215807 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16241] ppid=16235 vsize=9625040 CPUtime=2.76 cores=1,3,5,7
/proc/16238/task/16241/stat : 16241 (java) S 16235 16238 15085 0 -1 4202560 1933 0 0 0 254 22 0 0 20 0 19 0 108640772 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155794065704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16238/tid=16242] ppid=16235 vsize=9625040 CPUtime=2.8 cores=1,3,5,7
/proc/16238/task/16242/stat : 16242 (java) S 16235 16238 15085 0 -1 4202560 1227 0 0 0 258 22 0 0 20 0 19 0 108640772 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155793012904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16238/tid=16243] ppid=16235 vsize=9625040 CPUtime=2.75 cores=1,3,5,7
/proc/16238/task/16243/stat : 16243 (java) S 16235 16238 15085 0 -1 4202560 2132 0 0 0 256 19 0 0 20 0 19 0 108640772 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155791960616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16238/tid=16244] ppid=16235 vsize=9625040 CPUtime=2.74 cores=1,3,5,7
/proc/16238/task/16244/stat : 16244 (java) S 16235 16238 15085 0 -1 4202560 2416 0 0 0 256 18 0 0 20 0 19 0 108640772 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155790907816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16238/tid=16245] ppid=16235 vsize=9625040 CPUtime=2.6 cores=1,3,5,7
/proc/16238/task/16245/stat : 16245 (java) S 16235 16238 15085 0 -1 4202560 2248 0 0 0 241 19 0 0 20 0 19 0 108640772 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155789855528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16246] ppid=16235 vsize=9625040 CPUtime=2.82 cores=1,3,5,7
/proc/16238/task/16246/stat : 16246 (java) S 16235 16238 15085 0 -1 4202560 3100 0 0 0 262 20 0 0 20 0 19 0 108640772 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155671276200 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16238/tid=16247] ppid=16235 vsize=9625040 CPUtime=2.9 cores=1,3,5,7
/proc/16238/task/16247/stat : 16247 (java) S 16235 16238 15085 0 -1 4202560 1311 0 0 0 270 20 0 0 20 0 19 0 108640772 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155670223912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16238/tid=16248] ppid=16235 vsize=9625040 CPUtime=2.74 cores=1,3,5,7
/proc/16238/task/16248/stat : 16248 (java) S 16235 16238 15085 0 -1 4202560 1513 0 0 0 254 20 0 0 20 0 19 0 108640772 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155669171112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16238/tid=16249] ppid=16235 vsize=9625040 CPUtime=4.62 cores=1,3,5,7
/proc/16238/task/16249/stat : 16249 (java) S 16235 16238 15085 0 -1 4202560 1434 0 0 0 455 7 0 0 20 0 19 0 108640773 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155656759528 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16238/tid=16250] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16250/stat : 16250 (java) S 16235 16238 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108640773 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155655705592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16251] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16251/stat : 16251 (java) S 16235 16238 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108640773 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155050517768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16252] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16252/stat : 16252 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640775 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155049466256 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16253] ppid=16235 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/16238/task/16253/stat : 16253 (java) S 16235 16238 15085 0 -1 4202560 4244 0 0 0 55 0 0 0 20 0 19 0 108640775 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155048413880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16238/tid=16254] ppid=16235 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/16238/task/16254/stat : 16254 (java) S 16235 16238 15085 0 -1 4202560 3319 0 0 0 48 0 0 0 20 0 19 0 108640775 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155047361080 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16238/tid=16255] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16255/stat : 16255 (java) S 16235 16238 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108640775 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155046308984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16238/tid=16256] ppid=16235 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/16238/task/16256/stat : 16256 (java) S 16235 16238 15085 0 -1 4202560 104 0 0 0 23 34 0 0 20 0 19 0 108640775 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155045256392 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16238/tid=16257] ppid=16235 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16238/task/16257/stat : 16257 (java) S 16235 16238 15085 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108640807 9856040960 80739 33554432000 1073741824 1073778376 140734563826848 140155044201384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1783.15
CPU time (s): 1800.02
CPU user time (s): 1798
CPU system time (s): 2.02
CPU usage (%): 100.946
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.51
system time used= 2.49162
maximum resident set size= 802136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29112
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48293
involuntary context switches= 46781

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2634 second user time and 14.1728 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-07 04:38:07
IDJOB=4085591
IDBENCH=71848
IDSOLVER=2546
FILE ID=node135/4085591-1465267087
RUNJOBID= node135-1465261709-15102
PBS_JOBID= 19843293
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx49.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085591-1465267087/watcher-4085591-1465267087 -o /tmp/evaluation-result-4085591-1465267087/solver-4085591-1465267087 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465261709-15102 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085591-1465267087.opb

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

MD5SUM BENCH= e08af5097f76b1d4e2b0ba1d8a42ed5a
RANDOM SEED=1121937612

node135.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.026
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.05
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.026
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.55
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.026
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.55
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.026
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.026
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.56
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.026
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.55
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.026
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.026
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:        30185508 kB
Buffers:          108092 kB
Cached:           109520 kB
SwapCached:         1764 kB
Active:           118044 kB
Inactive:         141104 kB
Active(anon):      42780 kB
Inactive(anon):     1376 kB
Active(file):      75264 kB
Inactive(file):   139728 kB
Unevictable:     1686580 kB
Mlocked:           20720 kB
SwapTotal:      67108856 kB
SwapFree:       67098336 kB
Dirty:              1608 kB
Writeback:             0 kB
AnonPages:       1760668 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             599156 kB
SReclaimable:      41976 kB
SUnreclaim:       557180 kB
KernelStack:        1704 kB
PageTables:         7432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2375752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1718272 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= 71732 MiB
End job on node135 at 2016-06-07 05:07:50