Trace number 4106948

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.04 1791.15

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_1_15.opb
MD5SUMdc4640b37e8ff69e4d6e183444e5d071
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.38979
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)74732
Sum of products size (including duplicates)149464
Number of different products37366
Sum of products size74732

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/0.11	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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4106948-1466282228.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  no objective function found
2.29/0.99	c ... done. Wall clock time 0.875s.
2.29/0.99	c declared #vars     1000
2.29/0.99	c internal #vars     38366
2.29/0.99	c #constraints  76235
2.29/0.99	c constraints type 
2.29/0.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37366
2.29/0.99	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
2.29/0.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
2.29/0.99	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37366
2.29/0.99	c 76235 constraints processed.
8.94/6.50	c cleaning 2616 clauses out of 5232 with flag 10519/5232
14.67/12.04	c cleaning 4292 clauses out of 8584 with flag 22528/11200
20.69/18.00	c cleaning 5529 clauses out of 11092 with flag 36226/18000
26.99/24.37	c cleaning 6800 clauses out of 13601 with flag 52429/26038
33.34/30.63	c cleaning 7921 clauses out of 15844 with flag 70713/35081
37.64/34.96	c cleaning 8937 clauses out of 17876 with flag 91256/45034
49.50/46.68	c cleaning 10043 clauses out of 20088 with flag 113893/56183
62.01/59.13	c cleaning 10969 clauses out of 21939 with flag 137837/68077
72.41/69.56	c cleaning 11963 clauses out of 23927 with flag 163993/81034
79.71/76.80	c cleaning 13003 clauses out of 26007 with flag 192801/95077
88.72/85.90	c cleaning 13955 clauses out of 27982 with flag 223427/110055
96.57/93.37	c cleaning 14996 clauses out of 30001 with flag 256353/126029
104.37/101.13	c cleaning 15995 clauses out of 32004 with flag 291358/143028
111.77/108.53	c cleaning 17007 clauses out of 34021 with flag 328655/161040
119.77/116.54	c cleaning 17943 clauses out of 35978 with flag 367753/180004
127.86/124.68	c cleaning 18977 clauses out of 38031 with flag 409210/200000
136.26/133.04	c cleaning 19994 clauses out of 40054 with flag 452705/221000
144.56/141.37	c cleaning 21037 clauses out of 42076 with flag 498495/243016
153.41/149.71	c cleaning 21993 clauses out of 44023 with flag 546477/266000
160.41/156.70	c cleaning 22999 clauses out of 46030 with flag 597031/290000
165.91/162.29	c cleaning 24022 clauses out of 48045 with flag 651820/315014
173.11/169.42	c cleaning 25005 clauses out of 50011 with flag 706946/341002
181.71/178.09	c cleaning 26000 clauses out of 52004 with flag 763633/368000
194.20/189.83	c cleaning 26997 clauses out of 54004 with flag 821879/396000
207.00/202.60	c cleaning 28029 clauses out of 56060 with flag 882070/425053
221.79/217.42	c cleaning 29007 clauses out of 58016 with flag 943958/455038
238.70/234.35	c cleaning 29995 clauses out of 59992 with flag 1007802/486021
257.99/253.61	c cleaning 31013 clauses out of 62028 with flag 1073729/518052
279.09/274.79	c cleaning 32009 clauses out of 64019 with flag 1141412/551056
300.09/295.79	c cleaning 32966 clauses out of 65954 with flag 1211264/585000
327.51/321.88	c cleaning 34024 clauses out of 68050 with flag 1283090/620062
353.91/348.25	c cleaning 35011 clauses out of 70024 with flag 1356833/656060
380.92/375.26	c cleaning 35995 clauses out of 71991 with flag 1432611/693038
409.81/404.15	c cleaning 36996 clauses out of 73993 with flag 1510547/731035
441.50/435.80	c cleaning 37980 clauses out of 75962 with flag 1590280/770000
475.90/470.26	c cleaning 39040 clauses out of 78082 with flag 1672256/810100
513.90/507.89	c cleaning 39991 clauses out of 79984 with flag 1755962/851042
556.20/550.18	c cleaning 40994 clauses out of 81989 with flag 1841799/893038
601.29/595.26	c cleaning 42040 clauses out of 84082 with flag 1929839/936125
647.28/641.25	c cleaning 43009 clauses out of 86020 with flag 2019673/980103
692.48/686.48	c cleaning 43994 clauses out of 87990 with flag 2111505/1025082
741.47/735.46	c cleaning 44950 clauses out of 89914 with flag 2205073/1071000
799.10/791.60	c cleaning 45986 clauses out of 91973 with flag 2300939/1118009
860.91/853.46	c cleaning 47005 clauses out of 94012 with flag 2398851/1166034
925.74/918.22	c cleaning 47974 clauses out of 95973 with flag 2498756/1215000
989.14/981.63	c cleaning 49052 clauses out of 98105 with flag 2600942/1265106
1059.45/1051.93	c cleaning 49992 clauses out of 99985 with flag 2704577/1316038
1144.05/1136.15	c cleaning 51004 clauses out of 102010 with flag 2810546/1368055
1227.17/1219.26	c cleaning 51990 clauses out of 103981 with flag 2918497/1421030
1309.40/1301.48	c cleaning 52986 clauses out of 105973 with flag 3028394/1475012
1402.70/1394.76	c cleaning 53996 clauses out of 107993 with flag 3140230/1530018
1497.68/1488.76	c cleaning 55052 clauses out of 110105 with flag 3254459/1586126
1594.27/1585.31	c cleaning 55966 clauses out of 111934 with flag 3370071/1643007
1704.25/1695.31	c cleaning 57015 clauses out of 114031 with flag 3488144/1701070
1800.04/1791.10	c starts		: 1
1800.04/1791.10	c conflicts		: 1755962
1800.04/1791.10	c decisions		: 2204168
1800.04/1791.10	c propagations		: 85622568
1800.04/1791.10	c inspects		: 23724116592
1800.04/1791.10	c shortcuts		: 0
1800.04/1791.10	c learnt literals	: 0
1800.04/1791.10	c learnt binary clauses	: 0
1800.04/1791.10	c learnt ternary clauses	: 0
1800.04/1791.10	c learnt constraints	: 1755962
1800.04/1791.10	c ignored constraints	: 0
1800.04/1791.10	c root simplifications	: 0
1800.04/1791.10	c removed literals (reason simplification)	: 0
1800.04/1791.10	c reason swapping (by a shorter reason)	: 0
1800.04/1791.10	c Calls to reduceDB	: 54
1800.04/1791.10	c Number of update (reduction) of LBD	: 84955
1800.04/1791.11	c Imported unit clauses	: 0
1800.04/1791.11	c number of reductions to clauses (during analyze)	: 0
1800.04/1791.11	c number of learned constraints concerned by reduction	: 0
1800.04/1791.11	c number of learning phase by resolution	: 0
1800.04/1791.11	c number of learning phase by cutting planes	: 0
1800.04/1791.11	c speed (assignments/second)	: 47831.71422506257
1800.04/1791.11	c non guided choices	37768
1800.04/1791.12	c timeout
1800.04/1791.13	c learnt constraints type 
1800.04/1791.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 111909
1800.04/1791.13	s UNKNOWN
1800.04/1791.13	c Total wall clock time (in seconds): 1791.017

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-4106948-1466282228/watcher-4106948-1466282228 -o /tmp/evaluation-result-4106948-1466282228/solver-4106948-1466282228 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466275076-15927 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106948-1466282228.opb 

pid=16851
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.34 2.32 2.28 3/196 16854
/proc/meminfo: memFree=29676588/32872528 swapFree=1482636/1662508
[pid=16854] ppid=16851 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/16854/stat : 16854 (java) D 16851 16854 15910 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 30269210 9515008 182 33554432000 1073741824 1073778376 140736496946432 140736496937464 273905696437 0 0 4096 0 18446744072100756772 0 0 17 1 0 0 0 0 0
/proc/16854/statm: 2323 182 140 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.34 2.32 2.28 3/196 16854
/proc/meminfo: memFree=29676588/32872528 swapFree=1482636/1662508
[pid=16854] ppid=16851 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/16854/stat : 16854 (java) S 16851 16854 15910 0 -1 4202496 4430 0 1 0 8 0 0 0 20 0 18 0 30269210 9787879424 6033 33554432000 1073741824 1073778376 140736646068048 140736646059184 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16854/statm: 2389619 6033 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200284 s]
/proc/loadavg: 2.34 2.32 2.28 3/196 16854
/proc/meminfo: memFree=29676588/32872528 swapFree=1482636/1662508
[pid=16854] ppid=16851 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/16854/stat : 16854 (java) S 16851 16854 15910 0 -1 4202496 4690 0 1 0 22 1 0 0 20 0 18 0 30269210 9787879424 6738 33554432000 1073741824 1073778376 140736646068048 140736646059184 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16854/statm: 2389619 6738 2199 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300298 s]
/proc/loadavg: 2.34 2.32 2.28 3/196 16854
/proc/meminfo: memFree=29676588/32872528 swapFree=1482636/1662508
[pid=16854] ppid=16851 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/16854/stat : 16854 (java) S 16851 16854 15910 0 -1 4202496 6208 0 1 0 45 1 0 0 20 0 18 0 30269210 9787879424 9336 33554432000 1073741824 1073778376 140736646068048 140736646059184 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16854/statm: 2389619 9336 2243 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700298 s]
/proc/loadavg: 2.34 2.32 2.28 3/196 16854
/proc/meminfo: memFree=29676588/32872528 swapFree=1482636/1662508
[pid=16854] ppid=16851 vsize=9558476 CPUtime=1.66 cores=1,3,5,7
/proc/16854/stat : 16854 (java) S 16851 16854 15910 0 -1 4202496 25041 0 1 0 160 6 0 0 20 0 18 0 30269210 9787879424 41550 33554432000 1073741824 1073778376 140736646068048 140736646059184 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16854/statm: 2389619 41550 2257 9 0 2380296 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 9558476

[startup+1.50087 s]
/proc/loadavg: 2.34 2.32 2.28 5/215 16873
/proc/meminfo: memFree=29418796/32872528 swapFree=1482636/1662508
[pid=16854] ppid=16851 vsize=9625040 CPUtime=3.88 cores=1,3,5,7
/proc/16854/stat : 16854 (java) S 16851 16854 15910 0 -1 4202496 29702 0 1 0 376 12 0 0 20 0 19 0 30269210 9856040960 66628 33554432000 1073741824 1073778376 140736646068048 140736646059184 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16854/statm: 2406260 66628 2281 9 0 2396937 0
[pid=16854/tid=16856] ppid=16851 vsize=9625040 CPUtime=1.38 cores=1,3,5,7
/proc/16854/task/16856/stat : 16856 (java) R 16851 16854 15910 0 -1 4202560 2478 0 1 0 135 3 0 0 20 0 19 0 30269211 9856040960 66628 33554432000 1073741824 1073778376 140736646068048 140041650925768 140041520324384 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16857] ppid=16851 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/16854/task/16857/stat : 16857 (java) S 16851 16854 15910 0 -1 4202560 149 0 0 0 3 1 0 0 20 0 19 0 30269212 9856040960 66628 33554432000 1073741824 1073778376 140736646068048 140041639987496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16858] ppid=16851 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/16854/task/16858/stat : 16858 (java) S 16851 16854 15910 0 -1 4202560 111 0 0 0 3 0 0 0 20 0 19 0 30269212 9856040960 66628 33554432000 1073741824 1073778376 140736646068048 140041638934696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16854/tid=16859] ppid=16851 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16854/task/16859/stat : 16859 (java) S 16851 16854 15910 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 30269212 9856040960 66628 33554432000 1073741824 1073778376 140736646068048 140041637882408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16854/tid=16860] ppid=16851 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/16854/task/16860/stat : 16860 (java) S 16851 16854 15910 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 30269212 9856040960 66628 33554432000 1073741824 1073778376 140736646068048 140041491528104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16854/tid=16861] ppid=16851 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16854/task/16861/stat : 16861 (java) S 16851 16854 15910 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 19 0 30269212 9856040960 66628 33554432000 1073741824 1073778376 140736646068048 140041490475816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16862] ppid=16851 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/16854/task/16862/stat : 16862 (java) S 16851 16854 15910 0 -1 4202560 110 0 0 0 1 0 0 0 20 0 19 0 30269212 9856040960 66628 33554432000 1073741824 1073778376 140736646068048 140041489423016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16863] ppid=16851 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/16854/task/16863/stat : 16863 (java) S 16851 16854 15910 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 30269212 9856040960 66628 33554432000 1073741824 1073778376 140736646068048 140041488370728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16864] ppid=16851 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/16854/task/16864/stat : 16864 (java) S 16851 16854 15910 0 -1 4202560 36 0 0 0 1 0 0 0 20 0 19 0 30269212 9856040960 66628 33554432000 1073741824 1073778376 140736646068048 140041487317928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16865] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16865/stat : 16865 (java) S 16851 16854 15910 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 30269213 9856040960 66628 33554432000 1073741824 1073778376 140736646068048 140041475119336 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16866] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16866/stat : 16866 (java) S 16851 16854 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30269214 9856040960 66628 33554432000 1073741824 1073778376 140736646068048 140041474065400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16867] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16867/stat : 16867 (java) S 16851 16854 15910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30269214 9856040960 66628 33554432000 1073741824 1073778376 140736646068048 140041473013000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16868] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16868/stat : 16868 (java) S 16851 16854 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30269216 9856040960 66628 33554432000 1073741824 1073778376 140736646068048 140041471961488 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16869] ppid=16851 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/16854/task/16869/stat : 16869 (java) S 16851 16854 15910 0 -1 4202560 16866 0 0 0 109 3 0 0 20 0 19 0 30269216 9856040960 66628 33554432000 1073741824 1073778376 140736646068048 140041470909112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16870] ppid=16851 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/16854/task/16870/stat : 16870 (java) S 16851 16854 15910 0 -1 4202560 8519 0 0 0 103 2 0 0 20 0 19 0 30269216 9856040960 66628 33554432000 1073741824 1073778376 140736646068048 140041469856312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16854/tid=16871] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16871/stat : 16871 (java) S 16851 16854 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30269216 9856040960 66628 33554432000 1073741824 1073778376 140736646068048 140041468804216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16854/tid=16872] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16872/stat : 16872 (java) S 16851 16854 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30269216 9856040960 66628 33554432000 1073741824 1073778376 140736646068048 140041467751624 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16873] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16873/stat : 16873 (java) S 16851 16854 15910 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30269313 9856040960 66628 33554432000 1073741824 1073778376 140736646068048 140041466696616 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.34 2.32 2.28 3/215 16873
/proc/meminfo: memFree=29418416/32872528 swapFree=1482636/1662508
[pid=16854] ppid=16851 vsize=9625040 CPUtime=5.51 cores=1,3,5,7
/proc/16854/stat : 16854 (java) S 16851 16854 15910 0 -1 4202496 29704 0 1 0 538 13 0 0 20 0 19 0 30269210 9856040960 66629 33554432000 1073741824 1073778376 140736646068048 140736646059184 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16854/statm: 2406260 66629 2282 9 0 2396937 0
[pid=16854/tid=16856] ppid=16851 vsize=9625040 CPUtime=2.97 cores=1,3,5,7
/proc/16854/task/16856/stat : 16856 (java) R 16851 16854 15910 0 -1 4202560 2479 0 1 0 294 3 0 0 20 0 19 0 30269211 9856040960 66629 33554432000 1073741824 1073778376 140736646068048 140041650923952 140041520233465 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16857] ppid=16851 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/16854/task/16857/stat : 16857 (java) S 16851 16854 15910 0 -1 4202560 149 0 0 0 3 1 0 0 20 0 19 0 30269212 9856040960 66629 33554432000 1073741824 1073778376 140736646068048 140041639987496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16858] ppid=16851 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/16854/task/16858/stat : 16858 (java) S 16851 16854 15910 0 -1 4202560 111 0 0 0 3 0 0 0 20 0 19 0 30269212 9856040960 66629 33554432000 1073741824 1073778376 140736646068048 140041638934696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16854/tid=16859] ppid=16851 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16854/task/16859/stat : 16859 (java) S 16851 16854 15910 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 30269212 9856040960 66629 33554432000 1073741824 1073778376 140736646068048 140041637882408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16854/tid=16860] ppid=16851 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/16854/task/16860/stat : 16860 (java) S 16851 16854 15910 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 30269212 9856040960 66629 33554432000 1073741824 1073778376 140736646068048 140041491528104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16854/tid=16861] ppid=16851 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16854/task/16861/stat : 16861 (java) S 16851 16854 15910 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 19 0 30269212 9856040960 66629 33554432000 1073741824 1073778376 140736646068048 140041490475816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16862] ppid=16851 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/16854/task/16862/stat : 16862 (java) S 16851 16854 15910 0 -1 4202560 110 0 0 0 1 0 0 0 20 0 19 0 30269212 9856040960 66629 33554432000 1073741824 1073778376 140736646068048 140041489423016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16863] ppid=16851 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/16854/task/16863/stat : 16863 (java) S 16851 16854 15910 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 30269212 9856040960 66629 33554432000 1073741824 1073778376 140736646068048 140041488370728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16864] ppid=16851 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/16854/task/16864/stat : 16864 (java) S 16851 16854 15910 0 -1 4202560 36 0 0 0 1 0 0 0 20 0 19 0 30269212 9856040960 66629 33554432000 1073741824 1073778376 140736646068048 140041487317928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16865] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16865/stat : 16865 (java) S 16851 16854 15910 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 30269213 9856040960 66629 33554432000 1073741824 1073778376 140736646068048 140041475119336 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16866] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16866/stat : 16866 (java) S 16851 16854 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30269214 9856040960 66629 33554432000 1073741824 1073778376 140736646068048 140041474065400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16867] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16867/stat : 16867 (java) S 16851 16854 15910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30269214 9856040960 66629 33554432000 1073741824 1073778376 140736646068048 140041473013000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16868] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16868/stat : 16868 (java) S 16851 16854 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30269216 9856040960 66629 33554432000 1073741824 1073778376 140736646068048 140041471961488 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16869] ppid=16851 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/16854/task/16869/stat : 16869 (java) S 16851 16854 15910 0 -1 4202560 16867 0 0 0 112 3 0 0 20 0 19 0 30269216 9856040960 66629 33554432000 1073741824 1073778376 140736646068048 140041470909112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16870] ppid=16851 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/16854/task/16870/stat : 16870 (java) S 16851 16854 15910 0 -1 4202560 8519 0 0 0 103 2 0 0 20 0 19 0 30269216 9856040960 66629 33554432000 1073741824 1073778376 140736646068048 140041469856312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16854/tid=16871] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16871/stat : 16871 (java) S 16851 16854 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30269216 9856040960 66629 33554432000 1073741824 1073778376 140736646068048 140041468804216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16854/tid=16872] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16872/stat : 16872 (java) S 16851 16854 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30269216 9856040960 66629 33554432000 1073741824 1073778376 140736646068048 140041467751624 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16873] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16873/stat : 16873 (java) S 16851 16854 15910 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30269313 9856040960 66629 33554432000 1073741824 1073778376 140736646068048 140041466696616 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5.51
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.32 2.32 2.27 2/191 16906
/proc/meminfo: memFree=29852776/32872528 swapFree=1482636/1662508
[pid=16854] ppid=16851 vsize=9625040 CPUtime=8.72 cores=1,3,5,7
/proc/16854/stat : 16854 (java) S 16851 16854 15910 0 -1 4202496 29709 0 1 0 859 13 0 0 20 0 19 0 30269210 9856040960 65873 33554432000 1073741824 1073778376 140736646068048 140736646059184 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16854/statm: 2406260 65873 2283 9 0 2396937 0
[pid=16854/tid=16856] ppid=16851 vsize=9625040 CPUtime=6.16 cores=1,3,5,7
/proc/16854/task/16856/stat : 16856 (java) R 16851 16854 15910 0 -1 4202560 2480 0 1 0 613 3 0 0 20 0 19 0 30269211 9856040960 65873 33554432000 1073741824 1073778376 140736646068048 140041650925832 140041520325035 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16857] ppid=16851 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/16854/task/16857/stat : 16857 (java) S 16851 16854 15910 0 -1 4202560 149 0 0 0 3 1 0 0 20 0 19 0 30269212 9856040960 65873 33554432000 1073741824 1073778376 140736646068048 140041639987496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16858] ppid=16851 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/16854/task/16858/stat : 16858 (java) S 16851 16854 15910 0 -1 4202560 111 0 0 0 3 0 0 0 20 0 19 0 30269212 9856040960 65873 33554432000 1073741824 1073778376 140736646068048 140041638934696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16854/tid=16859] ppid=16851 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16854/task/16859/stat : 16859 (java) S 16851 16854 15910 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 30269212 9856040960 65873 33554432000 1073741824 1073778376 140736646068048 140041637882408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16854/tid=16860] ppid=16851 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/16854/task/16860/stat : 16860 (java) S 16851 16854 15910 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 30269212 9856040960 65873 33554432000 1073741824 1073778376 140736646068048 140041491528104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16854/tid=16861] ppid=16851 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16854/task/16861/stat : 16861 (java) S 16851 16854 15910 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 19 0 30269212 9856040960 65873 33554432000 1073741824 1073778376 140736646068048 140041490475816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16862] ppid=16851 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/16854/task/16862/stat : 16862 (java) S 16851 16854 15910 0 -1 4202560 110 0 0 0 1 0 0 0 20 0 19 0 30269212 9856040960 65873 33554432000 1073741824 1073778376 140736646068048 140041489423016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16863] ppid=16851 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/16854/task/16863/stat : 16863 (java) S 16851 16854 15910 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 30269212 9856040960 65873 33554432000 1073741824 1073778376 140736646068048 140041488370728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16864] ppid=16851 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/16854/task/16864/stat : 16864 (java) S 16851 16854 15910 0 -1 4202560 36 0 0 0 1 0 0 0 20 0 19 0 30269212 9856040960 65873 33554432000 1073741824 1073778376 140736646068048 140041487317928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16865] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16865/stat : 16865 (java) S 16851 16854 15910 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 30269213 9856040960 65873 33554432000 1073741824 1073778376 140736646068048 140041475119336 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16866] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16866/stat : 16866 (java) S 16851 16854 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30269214 9856040960 65873 33554432000 1073741824 1073778376 140736646068048 140041474065400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16867] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16867/stat : 16867 (java) S 16851 16854 15910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30269214 9856040960 65873 33554432000 1073741824 1073778376 140736646068048 140041473013000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16868] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16868/stat : 16868 (java) S 16851 16854 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30269216 9856040960 65873 33554432000 1073741824 1073778376 140736646068048 140041471961488 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16869] ppid=16851 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/16854/task/16869/stat : 16869 (java) S 16851 16854 15910 0 -1 4202560 16871 0 0 0 113 3 0 0 20 0 19 0 30269216 9856040960 65873 33554432000 1073741824 1073778376 140736646068048 140041470909112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16870] ppid=16851 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/16854/task/16870/stat : 16870 (java) S 16851 16854 15910 0 -1 4202560 8519 0 0 0 103 2 0 0 20 0 19 0 30269216 9856040960 65873 33554432000 1073741824 1073778376 140736646068048 140041469856312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16854/tid=16871] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16871/stat : 16871 (java) S 16851 16854 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30269216 9856040960 65873 33554432000 1073741824 1073778376 140736646068048 140041468804216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16854/tid=16872] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16872/stat : 16872 (java) S 16851 16854 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30269216 9856040960 65873 33554432000 1073741824 1073778376 140736646068048 140041467751624 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16873] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16873/stat : 16873 (java) S 16851 16854 15910 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30269313 9856040960 65873 33554432000 1073741824 1073778376 140736646068048 140041466696616 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.72
Current children cumulated vsize (KiB) 9625040


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

[pid=16854/tid=16873] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16873/stat : 16873 (java) S 16851 16854 15910 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30269313 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041466696616 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1731.25
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.26 2.26 3/215 17006
/proc/meminfo: memFree=25894496/32872528 swapFree=1482636/1662508
[pid=16854] ppid=16851 vsize=9625040 CPUtime=1791.25 cores=1,3,5,7
/proc/16854/stat : 16854 (java) S 16851 16854 15910 0 -1 4202496 103755 0 1 0 178747 378 0 0 20 0 19 0 30269210 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140736646059184 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16854/statm: 2406260 913754 2298 9 0 2396937 0
[pid=16854/tid=16856] ppid=16851 vsize=9625040 CPUtime=1773.86 cores=1,3,5,7
/proc/16854/task/16856/stat : 16856 (java) R 16851 16854 15910 0 -1 4202560 3445 0 1 0 177345 41 0 0 20 0 19 0 30269211 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041650917072 140041519633939 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16857] ppid=16851 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/16854/task/16857/stat : 16857 (java) S 16851 16854 15910 0 -1 4202560 8230 0 0 0 63 38 0 0 20 0 19 0 30269212 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041639987496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16854/tid=16858] ppid=16851 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/16854/task/16858/stat : 16858 (java) S 16851 16854 15910 0 -1 4202560 6161 0 0 0 59 39 0 0 20 0 19 0 30269212 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041638934696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16859] ppid=16851 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/16854/task/16859/stat : 16859 (java) S 16851 16854 15910 0 -1 4202560 8616 0 0 0 59 36 0 0 20 0 19 0 30269212 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041637882408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16860] ppid=16851 vsize=9625040 CPUtime=1.38 cores=1,3,5,7
/proc/16854/task/16860/stat : 16860 (java) S 16851 16854 15910 0 -1 4202560 9398 0 0 0 88 50 0 0 20 0 19 0 30269212 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041491528104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16854/tid=16861] ppid=16851 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/16854/task/16861/stat : 16861 (java) S 16851 16854 15910 0 -1 4202560 7578 0 0 0 67 40 0 0 20 0 19 0 30269212 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041490475816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16862] ppid=16851 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/16854/task/16862/stat : 16862 (java) S 16851 16854 15910 0 -1 4202560 5908 0 0 0 65 44 0 0 20 0 19 0 30269212 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041489423016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16854/tid=16863] ppid=16851 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/16854/task/16863/stat : 16863 (java) S 16851 16854 15910 0 -1 4202560 10356 0 0 0 69 47 0 0 20 0 19 0 30269212 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041488370728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16854/tid=16864] ppid=16851 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/16854/task/16864/stat : 16864 (java) S 16851 16854 15910 0 -1 4202560 14053 0 0 0 61 35 0 0 20 0 19 0 30269212 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041487317928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16854/tid=16865] ppid=16851 vsize=9625040 CPUtime=1.25 cores=1,3,5,7
/proc/16854/task/16865/stat : 16865 (java) S 16851 16854 15910 0 -1 4202560 3206 0 0 0 122 3 0 0 20 0 19 0 30269213 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041475119336 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16866] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16866/stat : 16866 (java) S 16851 16854 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30269214 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041474065400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16867] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16867/stat : 16867 (java) S 16851 16854 15910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30269214 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041473013000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16868] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16868/stat : 16868 (java) S 16851 16854 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30269216 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041471961488 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16869] ppid=16851 vsize=9625040 CPUtime=1.38 cores=1,3,5,7
/proc/16854/task/16869/stat : 16869 (java) S 16851 16854 15910 0 -1 4202560 16911 0 0 0 135 3 0 0 20 0 19 0 30269216 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041470909112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16870] ppid=16851 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/16854/task/16870/stat : 16870 (java) S 16851 16854 15910 0 -1 4202560 8527 0 0 0 113 2 0 0 20 0 19 0 30269216 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041469856312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16854/tid=16871] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16871/stat : 16871 (java) S 16851 16854 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30269216 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041468804216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16854/tid=16872] ppid=16851 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/16854/task/16872/stat : 16872 (java) S 16851 16854 15910 0 -1 4202560 103 0 0 0 26 36 0 0 20 0 19 0 30269216 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041467751624 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16873] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16873/stat : 16873 (java) S 16851 16854 15910 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30269313 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041466696616 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1791.25
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.1 s]
/proc/loadavg: 2.26 2.27 2.27 4/215 17072
/proc/meminfo: memFree=26367316/32872528 swapFree=1482636/1662508
[pid=16854] ppid=16851 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/16854/stat : 16854 (java) S 16851 16854 15910 0 -1 4202496 103755 0 1 0 179626 378 0 0 20 0 19 0 30269210 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140736646059184 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16854/statm: 2406260 913754 2298 9 0 2396937 0
[pid=16854/tid=16856] ppid=16851 vsize=9625040 CPUtime=1782.64 cores=1,3,5,7
/proc/16854/task/16856/stat : 16856 (java) R 16851 16854 15910 0 -1 4202560 3445 0 1 0 178222 42 0 0 20 0 19 0 30269211 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041650917072 140041520259467 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16857] ppid=16851 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/16854/task/16857/stat : 16857 (java) S 16851 16854 15910 0 -1 4202560 8230 0 0 0 63 38 0 0 20 0 19 0 30269212 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041639987496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16854/tid=16858] ppid=16851 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/16854/task/16858/stat : 16858 (java) S 16851 16854 15910 0 -1 4202560 6161 0 0 0 59 39 0 0 20 0 19 0 30269212 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041638934696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16859] ppid=16851 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/16854/task/16859/stat : 16859 (java) S 16851 16854 15910 0 -1 4202560 8616 0 0 0 59 36 0 0 20 0 19 0 30269212 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041637882408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16860] ppid=16851 vsize=9625040 CPUtime=1.38 cores=1,3,5,7
/proc/16854/task/16860/stat : 16860 (java) S 16851 16854 15910 0 -1 4202560 9398 0 0 0 88 50 0 0 20 0 19 0 30269212 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041491528104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16854/tid=16861] ppid=16851 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/16854/task/16861/stat : 16861 (java) S 16851 16854 15910 0 -1 4202560 7578 0 0 0 67 40 0 0 20 0 19 0 30269212 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041490475816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16862] ppid=16851 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/16854/task/16862/stat : 16862 (java) S 16851 16854 15910 0 -1 4202560 5908 0 0 0 65 44 0 0 20 0 19 0 30269212 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041489423016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16854/tid=16863] ppid=16851 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/16854/task/16863/stat : 16863 (java) S 16851 16854 15910 0 -1 4202560 10356 0 0 0 69 47 0 0 20 0 19 0 30269212 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041488370728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16854/tid=16864] ppid=16851 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/16854/task/16864/stat : 16864 (java) S 16851 16854 15910 0 -1 4202560 14053 0 0 0 61 35 0 0 20 0 19 0 30269212 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041487317928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16854/tid=16865] ppid=16851 vsize=9625040 CPUtime=1.25 cores=1,3,5,7
/proc/16854/task/16865/stat : 16865 (java) S 16851 16854 15910 0 -1 4202560 3206 0 0 0 122 3 0 0 20 0 19 0 30269213 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041475119336 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16866] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16866/stat : 16866 (java) S 16851 16854 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30269214 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041474065400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16867] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16867/stat : 16867 (java) S 16851 16854 15910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30269214 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041473013000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16868] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16868/stat : 16868 (java) S 16851 16854 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30269216 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041471961488 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16869] ppid=16851 vsize=9625040 CPUtime=1.38 cores=1,3,5,7
/proc/16854/task/16869/stat : 16869 (java) S 16851 16854 15910 0 -1 4202560 16911 0 0 0 135 3 0 0 20 0 19 0 30269216 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041470909112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16870] ppid=16851 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/16854/task/16870/stat : 16870 (java) S 16851 16854 15910 0 -1 4202560 8527 0 0 0 113 2 0 0 20 0 19 0 30269216 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041469856312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16854/tid=16871] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16871/stat : 16871 (java) S 16851 16854 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30269216 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041468804216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16854/tid=16872] ppid=16851 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/16854/task/16872/stat : 16872 (java) S 16851 16854 15910 0 -1 4202560 103 0 0 0 27 36 0 0 20 0 19 0 30269216 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041467751624 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16873] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16873/stat : 16873 (java) S 16851 16854 15910 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30269313 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041466696616 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 16854 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1791.1 s]
/proc/loadavg: 2.26 2.27 2.27 4/215 17072
/proc/meminfo: memFree=26367316/32872528 swapFree=1482636/1662508
[pid=16854] ppid=16851 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/16854/stat : 16854 (java) S 16851 16854 15910 0 -1 4202496 103755 0 1 0 179626 378 0 0 20 0 19 0 30269210 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140736646059184 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16854/statm: 2406260 913754 2298 9 0 2396937 0
[pid=16854/tid=16856] ppid=16851 vsize=9625040 CPUtime=1782.64 cores=1,3,5,7
/proc/16854/task/16856/stat : 16856 (java) R 16851 16854 15910 0 -1 4202560 3445 0 1 0 178222 42 0 0 20 0 19 0 30269211 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041650917072 140041520259467 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16857] ppid=16851 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/16854/task/16857/stat : 16857 (java) S 16851 16854 15910 0 -1 4202560 8230 0 0 0 63 38 0 0 20 0 19 0 30269212 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041639987496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16854/tid=16858] ppid=16851 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/16854/task/16858/stat : 16858 (java) S 16851 16854 15910 0 -1 4202560 6161 0 0 0 59 39 0 0 20 0 19 0 30269212 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041638934696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16859] ppid=16851 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/16854/task/16859/stat : 16859 (java) S 16851 16854 15910 0 -1 4202560 8616 0 0 0 59 36 0 0 20 0 19 0 30269212 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041637882408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16860] ppid=16851 vsize=9625040 CPUtime=1.38 cores=1,3,5,7
/proc/16854/task/16860/stat : 16860 (java) S 16851 16854 15910 0 -1 4202560 9398 0 0 0 88 50 0 0 20 0 19 0 30269212 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041491528104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16854/tid=16861] ppid=16851 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/16854/task/16861/stat : 16861 (java) S 16851 16854 15910 0 -1 4202560 7578 0 0 0 67 40 0 0 20 0 19 0 30269212 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041490475816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16862] ppid=16851 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/16854/task/16862/stat : 16862 (java) S 16851 16854 15910 0 -1 4202560 5908 0 0 0 65 44 0 0 20 0 19 0 30269212 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041489423016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16854/tid=16863] ppid=16851 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/16854/task/16863/stat : 16863 (java) S 16851 16854 15910 0 -1 4202560 10356 0 0 0 69 47 0 0 20 0 19 0 30269212 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041488370728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16854/tid=16864] ppid=16851 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/16854/task/16864/stat : 16864 (java) S 16851 16854 15910 0 -1 4202560 14053 0 0 0 61 35 0 0 20 0 19 0 30269212 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041487317928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16854/tid=16865] ppid=16851 vsize=9625040 CPUtime=1.25 cores=1,3,5,7
/proc/16854/task/16865/stat : 16865 (java) S 16851 16854 15910 0 -1 4202560 3206 0 0 0 122 3 0 0 20 0 19 0 30269213 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041475119336 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16866] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16866/stat : 16866 (java) S 16851 16854 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30269214 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041474065400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16867] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16867/stat : 16867 (java) S 16851 16854 15910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30269214 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041473013000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16868] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16868/stat : 16868 (java) S 16851 16854 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30269216 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041471961488 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16869] ppid=16851 vsize=9625040 CPUtime=1.38 cores=1,3,5,7
/proc/16854/task/16869/stat : 16869 (java) S 16851 16854 15910 0 -1 4202560 16911 0 0 0 135 3 0 0 20 0 19 0 30269216 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041470909112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16854/tid=16870] ppid=16851 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/16854/task/16870/stat : 16870 (java) S 16851 16854 15910 0 -1 4202560 8527 0 0 0 113 2 0 0 20 0 19 0 30269216 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041469856312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16854/tid=16871] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16871/stat : 16871 (java) S 16851 16854 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30269216 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041468804216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16854/tid=16872] ppid=16851 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/16854/task/16872/stat : 16872 (java) S 16851 16854 15910 0 -1 4202560 103 0 0 0 27 36 0 0 20 0 19 0 30269216 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041467751624 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16854/tid=16873] ppid=16851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16854/task/16873/stat : 16873 (java) S 16851 16854 15910 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30269313 9856040960 913754 33554432000 1073741824 1073778376 140736646068048 140041466696616 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16854 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=697620
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=302345
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1791.15
CPU time (s): 1800.04
CPU user time (s): 1796.26
CPU system time (s): 3.78
CPU usage (%): 100.496
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.7
system time used= 4.30234
maximum resident set size= 3655164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103798
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41187
involuntary context switches= 21508

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3834 second user time and 14.3808 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-18 22:37:08
IDJOB=4106948
IDBENCH=48336
IDSOLVER=2546
FILE ID=node134/4106948-1466282228
RUNJOBID= node134-1466275076-15927
PBS_JOBID= 19918245
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_60_1_15.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106948-1466282228/watcher-4106948-1466282228 -o /tmp/evaluation-result-4106948-1466282228/solver-4106948-1466282228 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466275076-15927 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106948-1466282228.opb

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

MD5SUM BENCH= dc4640b37e8ff69e4d6e183444e5d071
RANDOM SEED=288035518

node134.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.020
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.04
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.020
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	: 7358.89
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.020
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.020
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.020
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.020
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
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.020
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:        29676852 kB
Buffers:          170852 kB
Cached:           190340 kB
SwapCached:         1008 kB
Active:           516796 kB
Inactive:         277584 kB
Active(anon):     434180 kB
Inactive(anon):     1616 kB
Active(file):      82616 kB
Inactive(file):   275968 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100112 kB
Dirty:              1668 kB
Writeback:             0 kB
AnonPages:       2095628 kB
Mapped:            15348 kB
Shmem:                 0 kB
Slab:             603532 kB
SReclaimable:      47144 kB
SUnreclaim:       556388 kB
KernelStack:        1616 kB
PageTables:         8632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2230904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    595968 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= 71716 MiB
End job on node134 at 2016-06-18 23:06:59