Trace number 4095963

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.02 1798.94

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
subsetcard/normalized-subsetcard-eq-random4regular-40.opb
MD5SUMc20cf0739e289c3f9978f8ff4d1a5445
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.010998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables161
Total number of constraints80
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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-4095963-1466099980.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.12	c ... done. Wall clock time 0.02s.
0.11/0.12	c declared #vars     161
0.11/0.12	c #constraints  160
0.11/0.12	c constraints type 
0.11/0.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 160
0.11/0.12	c 160 constraints processed.
0.67/0.44	c cleaning 2496 clauses out of 5000 with flag 31905/5000
1.14/0.71	c cleaning 4247 clauses out of 8504 with flag 74724/11000
1.44/1.03	c cleaning 5616 clauses out of 11258 with flag 120300/18001
1.85/1.44	c cleaning 6816 clauses out of 13641 with flag 174039/26000
2.36/1.99	c cleaning 7902 clauses out of 15825 with flag 239576/35000
3.06/2.69	c cleaning 8958 clauses out of 17924 with flag 315578/45001
3.87/3.48	c cleaning 9981 clauses out of 19966 with flag 391761/56001
4.77/4.37	c cleaning 10986 clauses out of 21984 with flag 472349/68000
5.86/5.42	c cleaning 11989 clauses out of 23998 with flag 564121/81000
7.07/6.67	c cleaning 12999 clauses out of 26010 with flag 660079/95001
8.46/8.08	c cleaning 13987 clauses out of 28011 with flag 767830/110001
10.06/9.65	c cleaning 15007 clauses out of 30023 with flag 884220/126000
11.76/11.39	c cleaning 16003 clauses out of 32017 with flag 1007693/143001
13.77/13.36	c cleaning 17005 clauses out of 34016 with flag 1135703/161003
15.97/15.59	c cleaning 17998 clauses out of 36008 with flag 1270892/180000
18.46/18.05	c cleaning 18996 clauses out of 38010 with flag 1411489/200000
21.16/20.76	c cleaning 20001 clauses out of 40014 with flag 1563763/221000
24.15/23.70	c cleaning 20995 clauses out of 42013 with flag 1727662/243000
27.25/26.85	c cleaning 21995 clauses out of 44021 with flag 1888002/266003
30.75/30.31	c cleaning 22994 clauses out of 46026 with flag 2068980/290003
34.66/34.23	c cleaning 24000 clauses out of 48030 with flag 2273209/315001
38.46/38.09	c cleaning 25009 clauses out of 50030 with flag 2457527/341001
42.86/42.44	c cleaning 25995 clauses out of 52020 with flag 2653712/368000
47.16/46.79	c cleaning 27004 clauses out of 54026 with flag 2856451/396001
51.95/51.54	c cleaning 27999 clauses out of 56021 with flag 3062921/425000
57.15/56.77	c cleaning 28996 clauses out of 58024 with flag 3282924/455002
64.45/64.03	c cleaning 30004 clauses out of 60026 with flag 3509594/486000
70.75/70.36	c cleaning 31000 clauses out of 62023 with flag 3757898/518001
78.75/78.30	c cleaning 32005 clauses out of 64022 with flag 4014876/551000
85.85/85.42	c cleaning 33004 clauses out of 66019 with flag 4271867/585002
94.45/94.08	c cleaning 33998 clauses out of 68014 with flag 4576801/620001
102.35/101.96	c cleaning 34987 clauses out of 70016 with flag 4854416/656001
111.04/110.69	c cleaning 36012 clauses out of 72028 with flag 5139568/693000
120.14/119.70	c cleaning 37004 clauses out of 74017 with flag 5428545/731001
129.44/129.00	c cleaning 38001 clauses out of 76012 with flag 5717586/770000
138.26/137.84	c cleaning 39003 clauses out of 78011 with flag 6005950/810000
147.76/147.33	c cleaning 39992 clauses out of 80008 with flag 6301147/851000
157.66/157.20	c cleaning 41004 clauses out of 82016 with flag 6603711/893000
168.15/167.72	c cleaning 42003 clauses out of 84013 with flag 6912268/936001
179.76/179.36	c cleaning 43000 clauses out of 86009 with flag 7237765/980000
191.05/190.68	c cleaning 44000 clauses out of 88011 with flag 7551376/1025002
203.15/202.80	c cleaning 44995 clauses out of 90009 with flag 7870482/1071000
215.65/215.21	c cleaning 46007 clauses out of 92016 with flag 8193903/1118002
228.34/227.95	c cleaning 46981 clauses out of 94007 with flag 8532768/1166000
243.75/243.32	c cleaning 47993 clauses out of 96028 with flag 8899400/1215002
260.44/260.01	c cleaning 48992 clauses out of 98034 with flag 9281112/1265001
275.55/275.12	c cleaning 50018 clauses out of 100041 with flag 9644862/1316000
291.24/290.86	c cleaning 51008 clauses out of 102023 with flag 9994260/1368000
308.05/307.64	c cleaning 52000 clauses out of 104015 with flag 10350944/1421000
325.36/324.93	c cleaning 53003 clauses out of 106020 with flag 10719362/1475005
342.16/341.74	c cleaning 53993 clauses out of 108012 with flag 11117052/1530000
360.20/359.71	c cleaning 54996 clauses out of 110021 with flag 11488112/1586002
379.79/379.35	c cleaning 56010 clauses out of 112023 with flag 11867259/1643000
400.50/400.06	c cleaning 56992 clauses out of 114013 with flag 12252016/1701000
420.40/419.92	c cleaning 57998 clauses out of 116021 with flag 12664263/1760000
441.20/440.78	c cleaning 59012 clauses out of 118023 with flag 13054854/1820000
464.21/463.77	c cleaning 59997 clauses out of 120011 with flag 13445960/1881000
487.92/487.42	c cleaning 61000 clauses out of 122014 with flag 13842125/1943000
512.92/512.49	c cleaning 61990 clauses out of 124016 with flag 14271658/2006002
537.03/536.55	c cleaning 62993 clauses out of 126024 with flag 14684399/2070000
563.22/562.70	c cleaning 64011 clauses out of 128033 with flag 15109066/2135002
595.53/595.02	c cleaning 65004 clauses out of 130020 with flag 15561518/2201000
627.44/626.94	c cleaning 66005 clauses out of 132016 with flag 16028756/2268000
657.28/656.73	c cleaning 67004 clauses out of 134012 with flag 16467820/2336001
684.24/683.62	c cleaning 67995 clauses out of 136008 with flag 16904966/2405001
709.94/709.39	c cleaning 68989 clauses out of 138013 with flag 17372952/2475001
742.25/741.61	c cleaning 70003 clauses out of 140024 with flag 17834594/2546001
775.77/775.19	c cleaning 71005 clauses out of 142023 with flag 18280790/2618003
807.97/807.38	c cleaning 71992 clauses out of 144015 with flag 18741042/2691000
841.99/841.36	c cleaning 73007 clauses out of 146023 with flag 19187561/2765000
878.80/878.12	c cleaning 73990 clauses out of 148016 with flag 19689267/2840000
923.91/923.28	c cleaning 74992 clauses out of 150030 with flag 20232305/2916004
971.52/970.81	c cleaning 75993 clauses out of 152036 with flag 20810828/2993002
1018.65/1017.90	c cleaning 76999 clauses out of 154041 with flag 21393031/3071000
1059.87/1059.18	c cleaning 78012 clauses out of 156042 with flag 21919472/3150000
1098.64/1097.88	c cleaning 79000 clauses out of 158031 with flag 22392039/3230001
1138.04/1137.26	c cleaning 80004 clauses out of 160033 with flag 22891074/3311003
1178.45/1177.68	c cleaning 81006 clauses out of 162026 with flag 23400623/3393000
1221.87/1221.05	c cleaning 82011 clauses out of 164021 with flag 23906480/3476001
1270.89/1270.05	c cleaning 82999 clauses out of 166009 with flag 24440005/3560000
1318.00/1317.10	c cleaning 83996 clauses out of 168011 with flag 24970285/3645001
1368.11/1367.25	c cleaning 85002 clauses out of 170015 with flag 25491097/3731001
1417.43/1416.58	c cleaning 86002 clauses out of 172012 with flag 26033392/3818000
1468.74/1467.86	c cleaning 87001 clauses out of 174011 with flag 26547465/3906001
1522.46/1521.46	c cleaning 87997 clauses out of 176009 with flag 27075353/3995000
1577.39/1576.40	c cleaning 89001 clauses out of 178012 with flag 27609871/4085000
1630.99/1629.95	c cleaning 90000 clauses out of 180012 with flag 28169096/4176001
1691.30/1690.21	c cleaning 90995 clauses out of 182012 with flag 28726392/4268001
1751.82/1750.74	c cleaning 91997 clauses out of 184016 with flag 29263549/4361000
1800.02/1798.90	c starts		: 20443
1800.02/1798.90	c conflicts		: 4440776
1800.02/1798.90	c decisions		: 6284307
1800.02/1798.90	c propagations		: 109558012
1800.02/1798.90	c inspects		: 44234418930
1800.02/1798.90	c shortcuts		: 0
1800.02/1798.90	c learnt literals	: 0
1800.02/1798.90	c learnt binary clauses	: 0
1800.02/1798.90	c learnt ternary clauses	: 0
1800.02/1798.90	c learnt constraints	: 4440776
1800.02/1798.90	c ignored constraints	: 0
1800.02/1798.90	c root simplifications	: 0
1800.02/1798.90	c removed literals (reason simplification)	: 0
1800.02/1798.90	c reason swapping (by a shorter reason)	: 0
1800.02/1798.90	c Calls to reduceDB	: 89
1800.02/1798.90	c Number of update (reduction) of LBD	: 1224681
1800.02/1798.90	c Imported unit clauses	: 0
1800.02/1798.90	c number of reductions to clauses (during analyze)	: 0
1800.02/1798.90	c number of learned constraints concerned by reduction	: 0
1800.02/1798.90	c number of learning phase by resolution	: 0
1800.02/1798.90	c number of learning phase by cutting planes	: 0
1800.02/1798.90	c speed (assignments/second)	: 60906.84519507666
1800.02/1798.90	c non guided choices	44
1800.02/1798.90	c timeout
1800.02/1798.93	c learnt constraints type 
1800.02/1798.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 171796
1800.02/1798.93	s UNKNOWN
1800.02/1798.93	c Total wall clock time (in seconds): 1798.831

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-4095963-1466099980/watcher-4095963-1466099980 -o /tmp/evaluation-result-4095963-1466099980/solver-4095963-1466099980 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466098180-14177 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4095963-1466099980.opb 

pid=14397
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: 1.96 2.05 2.07 4/194 14400
/proc/meminfo: memFree=31693044/32872528 swapFree=240572/273276
[pid=14400] ppid=14397 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/14400/stat : 14400 (java) S 14397 14400 14160 0 -1 4202496 1361 0 0 0 0 0 0 0 20 0 2 0 12047986 98582528 985 33554432000 1073741824 1073778376 140736259558704 140736259549840 251146567741 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14400/statm: 24068 985 750 9 0 16774 0
[pid=14400/tid=14401] ppid=14397 vsize=96268 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14401/stat : 14401 (java) D 14397 14400 14160 0 -1 4202560 142 0 0 0 0 0 0 0 20 0 2 0 12047986 98578432 989 33554432000 1073741824 1073778376 140736259558704 140722128028344 251134045479 0 0 0 16784584 18446744072100588836 0 0 -1 1 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 1.96 2.05 2.07 4/194 14400
/proc/meminfo: memFree=31693044/32872528 swapFree=240572/273276
[pid=14400] ppid=14397 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/14400/stat : 14400 (java) S 14397 14400 14160 0 -1 4202496 4565 0 1 0 11 0 0 0 20 0 18 0 12047986 9787879424 5677 33554432000 1073741824 1073778376 140736259558704 140736259549840 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14400/statm: 2389619 5677 2157 9 0 2380296 0
[pid=14400/tid=14401] ppid=14397 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/14400/task/14401/stat : 14401 (java) R 14397 14400 14160 0 -1 4202560 2433 0 1 0 8 0 0 0 20 0 18 0 12047986 9787879424 5677 33554432000 1073741824 1073778376 140736259558704 140722128030624 251146593549 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.200273 s]
/proc/loadavg: 1.96 2.05 2.07 4/194 14400
/proc/meminfo: memFree=31693044/32872528 swapFree=240572/273276
[pid=14400] ppid=14397 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/14400/stat : 14400 (java) S 14397 14400 14160 0 -1 4202496 8069 0 1 0 32 1 0 0 20 0 19 0 12047986 9856040960 8013 33554432000 1073741824 1073778376 140736259558704 140736259549840 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14400/statm: 2406260 8013 2221 9 0 2396937 0
[pid=14400/tid=14401] ppid=14397 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/14400/task/14401/stat : 14401 (java) R 14397 14400 14160 0 -1 4202560 2451 0 1 0 17 0 0 0 20 0 19 0 12047986 9856040960 8013 33554432000 1073741824 1073778376 140736259558704 140722128032384 140721999736404 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9625040

[startup+0.300325 s]
/proc/loadavg: 1.96 2.05 2.07 4/194 14400
/proc/meminfo: memFree=31693044/32872528 swapFree=240572/273276
[pid=14400] ppid=14397 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/14400/stat : 14400 (java) S 14397 14400 14160 0 -1 4202496 8301 0 1 0 54 1 0 0 20 0 19 0 12047986 9856040960 8025 33554432000 1073741824 1073778376 140736259558704 140736259549840 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14400/statm: 2406260 8025 2227 9 0 2396937 0
[pid=14400/tid=14401] ppid=14397 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14400/task/14401/stat : 14401 (java) R 14397 14400 14160 0 -1 4202560 2451 0 1 0 27 0 0 0 20 0 19 0 12047986 9856040960 8025 33554432000 1073741824 1073778376 140736259558704 140722128032384 140722000003428 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700295 s]
/proc/loadavg: 1.96 2.05 2.07 4/194 14400
/proc/meminfo: memFree=31693044/32872528 swapFree=240572/273276
[pid=14400] ppid=14397 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/14400/stat : 14400 (java) S 14397 14400 14160 0 -1 4202496 10123 0 1 0 113 1 0 0 20 0 19 0 12047986 9856040960 8625 33554432000 1073741824 1073778376 140736259558704 140736259549840 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14400/statm: 2406260 8625 2240 9 0 2396937 0
[pid=14400/tid=14401] ppid=14397 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/14400/task/14401/stat : 14401 (java) R 14397 14400 14160 0 -1 4202560 2452 0 1 0 67 0 0 0 20 0 19 0 12047986 9856040960 8625 33554432000 1073741824 1073778376 140736259558704 140722128032056 140722000188370 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 1.96 2.05 2.07 3/213 14419
/proc/meminfo: memFree=31648360/32872528 swapFree=240572/273276
[pid=14400] ppid=14397 vsize=9625040 CPUtime=1.96 cores=1,3,5,7
/proc/14400/stat : 14400 (java) S 14397 14400 14160 0 -1 4202496 10132 0 1 0 194 2 0 0 20 0 19 0 12047986 9856040960 9655 33554432000 1073741824 1073778376 140736259558704 140736259549840 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14400/statm: 2406260 9655 2241 9 0 2396937 0
[pid=14400/tid=14401] ppid=14397 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/14400/task/14401/stat : 14401 (java) R 14397 14400 14160 0 -1 4202560 2455 0 1 0 147 0 0 0 20 0 19 0 12047986 9856040960 9655 33554432000 1073741824 1073778376 140736259558704 140722128029800 140722000192690 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14400/tid=14403] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14403/stat : 14403 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047987 9856040960 9655 33554432000 1073741824 1073778376 140736259558704 140721971969064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14404] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14404/stat : 14404 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047987 9856040960 9655 33554432000 1073741824 1073778376 140736259558704 140721970916264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14400/tid=14405] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14405/stat : 14405 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047987 9856040960 9655 33554432000 1073741824 1073778376 140736259558704 140721969863464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14400/tid=14406] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14406/stat : 14406 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047987 9856040960 9655 33554432000 1073741824 1073778376 140736259558704 140721968810664 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14400/tid=14407] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14407/stat : 14407 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047987 9856040960 9655 33554432000 1073741824 1073778376 140736259558704 140721967757864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14408] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14408/stat : 14408 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047987 9856040960 9655 33554432000 1073741824 1073778376 140736259558704 140721966705064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14400/tid=14409] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14409/stat : 14409 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047987 9856040960 9655 33554432000 1073741824 1073778376 140736259558704 140721965652264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14410] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14410/stat : 14410 (java) S 14397 14400 14160 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12047987 9856040960 9655 33554432000 1073741824 1073778376 140736259558704 140721964599464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14411] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14411/stat : 14411 (java) S 14397 14400 14160 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12047988 9856040960 9655 33554432000 1073741824 1073778376 140736259558704 140721952189416 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14412] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14412/stat : 14412 (java) S 14397 14400 14160 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12047988 9856040960 9655 33554432000 1073741824 1073778376 140736259558704 140721951135480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14413] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14413/stat : 14413 (java) S 14397 14400 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12047988 9856040960 9655 33554432000 1073741824 1073778376 140736259558704 140721950082568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14414] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14414/stat : 14414 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047991 9856040960 9655 33554432000 1073741824 1073778376 140736259558704 140721949031056 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14415] ppid=14397 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/14400/task/14415/stat : 14415 (java) S 14397 14400 14160 0 -1 4202560 4010 0 0 0 29 0 0 0 20 0 19 0 12047991 9856040960 9655 33554432000 1073741824 1073778376 140736259558704 140721947978168 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14416] ppid=14397 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/14400/task/14416/stat : 14416 (java) S 14397 14400 14160 0 -1 4202560 2397 0 0 0 16 0 0 0 20 0 19 0 12047991 9856040960 9655 33554432000 1073741824 1073778376 140736259558704 140721946925368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14400/tid=14417] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14417/stat : 14417 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047991 9856040960 9655 33554432000 1073741824 1073778376 140736259558704 140721945872760 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14400/tid=14418] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14418/stat : 14418 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047991 9856040960 9655 33554432000 1073741824 1073778376 140736259558704 140721944820168 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14419] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14419/stat : 14419 (java) S 14397 14400 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12047999 9856040960 9655 33554432000 1073741824 1073778376 140736259558704 140721943766696 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 1.96 2.05 2.07 3/213 14419
/proc/meminfo: memFree=31641720/32872528 swapFree=240572/273276
[pid=14400] ppid=14397 vsize=9625040 CPUtime=3.56 cores=1,3,5,7
/proc/14400/stat : 14400 (java) S 14397 14400 14160 0 -1 4202496 10133 0 1 0 354 2 0 0 20 0 19 0 12047986 9856040960 10167 33554432000 1073741824 1073778376 140736259558704 140736259549840 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14400/statm: 2406260 10167 2241 9 0 2396937 0
[pid=14400/tid=14401] ppid=14397 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/14400/task/14401/stat : 14401 (java) R 14397 14400 14160 0 -1 4202560 2456 0 1 0 306 0 0 0 20 0 19 0 12047986 9856040960 10167 33554432000 1073741824 1073778376 140736259558704 140722128023216 140721999777745 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14403] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14403/stat : 14403 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047987 9856040960 10167 33554432000 1073741824 1073778376 140736259558704 140721971969064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14404] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14404/stat : 14404 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047987 9856040960 10167 33554432000 1073741824 1073778376 140736259558704 140721970916264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14400/tid=14405] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14405/stat : 14405 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047987 9856040960 10167 33554432000 1073741824 1073778376 140736259558704 140721969863464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14400/tid=14406] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14406/stat : 14406 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047987 9856040960 10167 33554432000 1073741824 1073778376 140736259558704 140721968810664 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14400/tid=14407] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14407/stat : 14407 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047987 9856040960 10167 33554432000 1073741824 1073778376 140736259558704 140721967757864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14408] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14408/stat : 14408 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047987 9856040960 10167 33554432000 1073741824 1073778376 140736259558704 140721966705064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14400/tid=14409] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14409/stat : 14409 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047987 9856040960 10167 33554432000 1073741824 1073778376 140736259558704 140721965652264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14410] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14410/stat : 14410 (java) S 14397 14400 14160 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12047987 9856040960 10167 33554432000 1073741824 1073778376 140736259558704 140721964599464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14411] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14411/stat : 14411 (java) S 14397 14400 14160 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12047988 9856040960 10167 33554432000 1073741824 1073778376 140736259558704 140721952189416 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14412] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14412/stat : 14412 (java) S 14397 14400 14160 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12047988 9856040960 10167 33554432000 1073741824 1073778376 140736259558704 140721951135480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14413] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14413/stat : 14413 (java) S 14397 14400 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12047988 9856040960 10167 33554432000 1073741824 1073778376 140736259558704 140721950082568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14414] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14414/stat : 14414 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047991 9856040960 10167 33554432000 1073741824 1073778376 140736259558704 140721949031056 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14415] ppid=14397 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/14400/task/14415/stat : 14415 (java) S 14397 14400 14160 0 -1 4202560 4010 0 0 0 29 0 0 0 20 0 19 0 12047991 9856040960 10167 33554432000 1073741824 1073778376 140736259558704 140721947978168 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14416] ppid=14397 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/14400/task/14416/stat : 14416 (java) S 14397 14400 14160 0 -1 4202560 2397 0 0 0 16 0 0 0 20 0 19 0 12047991 9856040960 10167 33554432000 1073741824 1073778376 140736259558704 140721946925368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14400/tid=14417] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14417/stat : 14417 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047991 9856040960 10167 33554432000 1073741824 1073778376 140736259558704 140721945872760 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14400/tid=14418] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14418/stat : 14418 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047991 9856040960 10167 33554432000 1073741824 1073778376 140736259558704 140721944820168 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14419] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14419/stat : 14419 (java) S 14397 14400 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12047999 9856040960 10167 33554432000 1073741824 1073778376 140736259558704 140721943766696 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 1.96 2.05 2.07 3/213 14419
/proc/meminfo: memFree=31631220/32872528 swapFree=240572/273276
[pid=14400] ppid=14397 vsize=9625040 CPUtime=6.76 cores=1,3,5,7
/proc/14400/stat : 14400 (java) S 14397 14400 14160 0 -1 4202496 10138 0 1 0 673 3 0 0 20 0 19 0 12047986 9856040960 11546 33554432000 1073741824 1073778376 140736259558704 140736259549840 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14400/statm: 2406260 11546 2242 9 0 2396937 0
[pid=14400/tid=14401] ppid=14397 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/14400/task/14401/stat : 14401 (java) R 14397 14400 14160 0 -1 4202560 2460 0 1 0 623 1 0 0 20 0 19 0 12047986 9856040960 11546 33554432000 1073741824 1073778376 140736259558704 140722128023216 140722000192274 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14403] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14403/stat : 14403 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047987 9856040960 11546 33554432000 1073741824 1073778376 140736259558704 140721971969064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14404] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14404/stat : 14404 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047987 9856040960 11546 33554432000 1073741824 1073778376 140736259558704 140721970916264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14400/tid=14405] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14405/stat : 14405 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047987 9856040960 11546 33554432000 1073741824 1073778376 140736259558704 140721969863464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14400/tid=14406] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14406/stat : 14406 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047987 9856040960 11546 33554432000 1073741824 1073778376 140736259558704 140721968810664 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14400/tid=14407] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14407/stat : 14407 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047987 9856040960 11546 33554432000 1073741824 1073778376 140736259558704 140721967757864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14408] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14408/stat : 14408 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047987 9856040960 11546 33554432000 1073741824 1073778376 140736259558704 140721966705064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14400/tid=14409] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14409/stat : 14409 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047987 9856040960 11546 33554432000 1073741824 1073778376 140736259558704 140721965652264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14410] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14410/stat : 14410 (java) S 14397 14400 14160 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12047987 9856040960 11546 33554432000 1073741824 1073778376 140736259558704 140721964599464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14411] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14411/stat : 14411 (java) S 14397 14400 14160 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12047988 9856040960 11546 33554432000 1073741824 1073778376 140736259558704 140721952189416 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14412] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14412/stat : 14412 (java) S 14397 14400 14160 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12047988 9856040960 11546 33554432000 1073741824 1073778376 140736259558704 140721951135480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14413] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14413/stat : 14413 (java) S 14397 14400 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12047988 9856040960 11546 33554432000 1073741824 1073778376 140736259558704 140721950082568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14414] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14414/stat : 14414 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047991 9856040960 11546 33554432000 1073741824 1073778376 140736259558704 140721949031056 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14415] ppid=14397 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/14400/task/14415/stat : 14415 (java) S 14397 14400 14160 0 -1 4202560 4010 0 0 0 29 0 0 0 20 0 19 0 12047991 9856040960 11546 33554432000 1073741824 1073778376 140736259558704 140721947978168 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14416] ppid=14397 vsize=9625040 CPUtime=0.16 cores=1,3,5,7

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

[pid=14400/tid=14419] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14419/stat : 14419 (java) S 14397 14400 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12047999 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721943766696 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1723.42
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/213 14487
/proc/meminfo: memFree=31258116/32872528 swapFree=240572/273276
[pid=14400] ppid=14397 vsize=9625040 CPUtime=1783.42 cores=1,3,5,7
/proc/14400/stat : 14400 (java) S 14397 14400 14160 0 -1 4202496 10925 0 1 0 178295 47 0 0 20 0 19 0 12047986 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140736259549840 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14400/statm: 2406260 55690 2257 9 0 2396937 0
[pid=14400/tid=14401] ppid=14397 vsize=9625040 CPUtime=1777.4 cores=1,3,5,7
/proc/14400/task/14401/stat : 14401 (java) R 14397 14400 14160 0 -1 4202560 2522 0 1 0 177710 30 0 0 20 0 19 0 12047986 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140722128023312 140722000192339 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14403] ppid=14397 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/14400/task/14403/stat : 14403 (java) S 14397 14400 14160 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 12047987 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721971969064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14400/tid=14404] ppid=14397 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14400/task/14404/stat : 14404 (java) S 14397 14400 14160 0 -1 4202560 117 0 0 0 5 0 0 0 20 0 19 0 12047987 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721970916264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14400/tid=14405] ppid=14397 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14400/task/14405/stat : 14405 (java) S 14397 14400 14160 0 -1 4202560 114 0 0 0 2 0 0 0 20 0 19 0 12047987 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721969863464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14400/tid=14406] ppid=14397 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14400/task/14406/stat : 14406 (java) S 14397 14400 14160 0 -1 4202560 165 0 0 0 4 1 0 0 20 0 19 0 12047987 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721968810664 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14400/tid=14407] ppid=14397 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14400/task/14407/stat : 14407 (java) S 14397 14400 14160 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 12047987 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721967757864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14400/tid=14408] ppid=14397 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14400/task/14408/stat : 14408 (java) S 14397 14400 14160 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 12047987 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721966705064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14400/tid=14409] ppid=14397 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/14400/task/14409/stat : 14409 (java) S 14397 14400 14160 0 -1 4202560 136 0 0 0 4 0 0 0 20 0 19 0 12047987 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721965652264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14400/tid=14410] ppid=14397 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14400/task/14410/stat : 14410 (java) S 14397 14400 14160 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 19 0 12047987 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721964599464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14400/tid=14411] ppid=14397 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14400/task/14411/stat : 14411 (java) S 14397 14400 14160 0 -1 4202560 30 0 0 0 0 3 0 0 20 0 19 0 12047988 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721952189416 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14400/tid=14412] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14412/stat : 14412 (java) S 14397 14400 14160 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12047988 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721951135480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14413] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14413/stat : 14413 (java) S 14397 14400 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12047988 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721950082568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14414] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14414/stat : 14414 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047991 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721949031056 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14415] ppid=14397 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/14400/task/14415/stat : 14415 (java) S 14397 14400 14160 0 -1 4202560 4022 0 0 0 32 0 0 0 20 0 19 0 12047991 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721947978168 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14416] ppid=14397 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/14400/task/14416/stat : 14416 (java) S 14397 14400 14160 0 -1 4202560 2397 0 0 0 16 0 0 0 20 0 19 0 12047991 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721946925368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14400/tid=14417] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14417/stat : 14417 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047991 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721945872760 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14400/tid=14418] ppid=14397 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/14400/task/14418/stat : 14418 (java) S 14397 14400 14160 0 -1 4202560 104 0 0 0 33 35 0 0 20 0 19 0 12047991 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721944820168 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14400/tid=14419] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14419/stat : 14419 (java) S 14397 14400 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12047999 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721943766696 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1783.42
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.9 s]
/proc/loadavg: 2.10 2.06 2.00 3/213 14487
/proc/meminfo: memFree=31258368/32872528 swapFree=240572/273276
[pid=14400] ppid=14397 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/14400/stat : 14400 (java) S 14397 14400 14160 0 -1 4202496 10925 0 1 0 179955 47 0 0 20 0 19 0 12047986 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140736259549840 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14400/statm: 2406260 55690 2257 9 0 2396937 0
[pid=14400/tid=14401] ppid=14397 vsize=9625040 CPUtime=1793.96 cores=1,3,5,7
/proc/14400/task/14401/stat : 14401 (java) R 14397 14400 14160 0 -1 4202560 2522 0 1 0 179366 30 0 0 20 0 19 0 12047986 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140722128023312 140722000192339 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14403] ppid=14397 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/14400/task/14403/stat : 14403 (java) S 14397 14400 14160 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 12047987 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721971969064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14400/tid=14404] ppid=14397 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14400/task/14404/stat : 14404 (java) S 14397 14400 14160 0 -1 4202560 117 0 0 0 5 0 0 0 20 0 19 0 12047987 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721970916264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14400/tid=14405] ppid=14397 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14400/task/14405/stat : 14405 (java) S 14397 14400 14160 0 -1 4202560 114 0 0 0 2 0 0 0 20 0 19 0 12047987 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721969863464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14400/tid=14406] ppid=14397 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14400/task/14406/stat : 14406 (java) S 14397 14400 14160 0 -1 4202560 165 0 0 0 4 1 0 0 20 0 19 0 12047987 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721968810664 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14400/tid=14407] ppid=14397 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14400/task/14407/stat : 14407 (java) S 14397 14400 14160 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 12047987 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721967757864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14400/tid=14408] ppid=14397 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14400/task/14408/stat : 14408 (java) S 14397 14400 14160 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 12047987 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721966705064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14400/tid=14409] ppid=14397 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/14400/task/14409/stat : 14409 (java) S 14397 14400 14160 0 -1 4202560 136 0 0 0 4 0 0 0 20 0 19 0 12047987 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721965652264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14400/tid=14410] ppid=14397 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14400/task/14410/stat : 14410 (java) S 14397 14400 14160 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 19 0 12047987 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721964599464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14400/tid=14411] ppid=14397 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14400/task/14411/stat : 14411 (java) S 14397 14400 14160 0 -1 4202560 30 0 0 0 0 3 0 0 20 0 19 0 12047988 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721952189416 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14400/tid=14412] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14412/stat : 14412 (java) S 14397 14400 14160 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12047988 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721951135480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14413] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14413/stat : 14413 (java) S 14397 14400 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12047988 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721950082568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14414] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14414/stat : 14414 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047991 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721949031056 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14415] ppid=14397 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/14400/task/14415/stat : 14415 (java) S 14397 14400 14160 0 -1 4202560 4022 0 0 0 32 0 0 0 20 0 19 0 12047991 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721947978168 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14416] ppid=14397 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/14400/task/14416/stat : 14416 (java) S 14397 14400 14160 0 -1 4202560 2397 0 0 0 16 0 0 0 20 0 19 0 12047991 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721946925368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14400/tid=14417] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14417/stat : 14417 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047991 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721945872760 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14400/tid=14418] ppid=14397 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/14400/task/14418/stat : 14418 (java) S 14397 14400 14160 0 -1 4202560 104 0 0 0 34 35 0 0 20 0 19 0 12047991 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721944820168 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14400/tid=14419] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14419/stat : 14419 (java) S 14397 14400 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12047999 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721943766696 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 14400 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.9 s]
/proc/loadavg: 2.10 2.06 2.00 3/213 14487
/proc/meminfo: memFree=31258368/32872528 swapFree=240572/273276
[pid=14400] ppid=14397 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/14400/stat : 14400 (java) S 14397 14400 14160 0 -1 4202496 10925 0 1 0 179955 47 0 0 20 0 19 0 12047986 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140736259549840 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14400/statm: 2406260 55690 2257 9 0 2396937 0
[pid=14400/tid=14401] ppid=14397 vsize=9625040 CPUtime=1793.96 cores=1,3,5,7
/proc/14400/task/14401/stat : 14401 (java) R 14397 14400 14160 0 -1 4202560 2522 0 1 0 179366 30 0 0 20 0 19 0 12047986 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140722128023312 140722000192339 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14403] ppid=14397 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/14400/task/14403/stat : 14403 (java) S 14397 14400 14160 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 12047987 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721971969064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14400/tid=14404] ppid=14397 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14400/task/14404/stat : 14404 (java) S 14397 14400 14160 0 -1 4202560 117 0 0 0 5 0 0 0 20 0 19 0 12047987 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721970916264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14400/tid=14405] ppid=14397 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14400/task/14405/stat : 14405 (java) S 14397 14400 14160 0 -1 4202560 114 0 0 0 2 0 0 0 20 0 19 0 12047987 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721969863464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14400/tid=14406] ppid=14397 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14400/task/14406/stat : 14406 (java) S 14397 14400 14160 0 -1 4202560 165 0 0 0 4 1 0 0 20 0 19 0 12047987 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721968810664 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14400/tid=14407] ppid=14397 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14400/task/14407/stat : 14407 (java) S 14397 14400 14160 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 12047987 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721967757864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14400/tid=14408] ppid=14397 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14400/task/14408/stat : 14408 (java) S 14397 14400 14160 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 12047987 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721966705064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14400/tid=14409] ppid=14397 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/14400/task/14409/stat : 14409 (java) S 14397 14400 14160 0 -1 4202560 136 0 0 0 4 0 0 0 20 0 19 0 12047987 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721965652264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14400/tid=14410] ppid=14397 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14400/task/14410/stat : 14410 (java) S 14397 14400 14160 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 19 0 12047987 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721964599464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14400/tid=14411] ppid=14397 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14400/task/14411/stat : 14411 (java) S 14397 14400 14160 0 -1 4202560 30 0 0 0 0 3 0 0 20 0 19 0 12047988 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721952189416 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14400/tid=14412] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14412/stat : 14412 (java) S 14397 14400 14160 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12047988 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721951135480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14413] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14413/stat : 14413 (java) S 14397 14400 14160 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12047988 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721950082568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14414] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14414/stat : 14414 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047991 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721949031056 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14415] ppid=14397 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/14400/task/14415/stat : 14415 (java) S 14397 14400 14160 0 -1 4202560 4022 0 0 0 32 0 0 0 20 0 19 0 12047991 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721947978168 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14400/tid=14416] ppid=14397 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/14400/task/14416/stat : 14416 (java) S 14397 14400 14160 0 -1 4202560 2397 0 0 0 16 0 0 0 20 0 19 0 12047991 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721946925368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14400/tid=14417] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14417/stat : 14417 (java) S 14397 14400 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12047991 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721945872760 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14400/tid=14418] ppid=14397 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/14400/task/14418/stat : 14418 (java) S 14397 14400 14160 0 -1 4202560 104 0 0 0 34 35 0 0 20 0 19 0 12047991 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721944820168 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14400/tid=14419] ppid=14397 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14400/task/14419/stat : 14419 (java) S 14397 14400 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12047999 9856040960 55690 33554432000 1073741824 1073778376 140736259558704 140721943766696 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 14400 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=929129
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=830873
# CPU time returned by wait4() is 1795.76
# 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): 1798.94
CPU time (s): 1800.02
CPU user time (s): 1799.55
CPU system time (s): 0.47
CPU usage (%): 100.06
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.93
system time used= 0.830873
maximum resident set size= 222948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10979
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38108
involuntary context switches= 9091

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.41072 second user time and 15.7356 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-16 19:59:40
IDJOB=4095963
IDBENCH=107546
IDSOLVER=2546
FILE ID=node107/4095963-1466099980
RUNJOBID= node107-1466098180-14177
PBS_JOBID= 19904056
Free space on /tmp= 71680 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/subsetcard/normalized-subsetcard-eq-random4regular-40.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4095963-1466099980/watcher-4095963-1466099980 -o /tmp/evaluation-result-4095963-1466099980/solver-4095963-1466099980 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466098180-14177 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4095963-1466099980.opb

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

MD5SUM BENCH= c20cf0739e289c3f9978f8ff4d1a5445
RANDOM SEED=1211287393

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31693424 kB
Buffers:           54172 kB
Cached:           125488 kB
SwapCached:         2504 kB
Active:           109520 kB
Inactive:          95788 kB
Active(anon):      26100 kB
Inactive(anon):     2156 kB
Active(file):      83420 kB
Inactive(file):    93632 kB
Unevictable:      273276 kB
Mlocked:          240572 kB
SwapTotal:      67108856 kB
SwapFree:       67099248 kB
Dirty:              1664 kB
Writeback:             0 kB
AnonPages:        302692 kB
Mapped:            15068 kB
Shmem:                 0 kB
Slab:             568836 kB
SReclaimable:      12104 kB
SUnreclaim:       556732 kB
KernelStack:        1576 kB
PageTables:         4752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     960460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     45056 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= 71680 MiB
End job on node107 at 2016-06-16 20:29:39