Trace number 4084582

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 1785.97

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K66.opb
MD5SUM03e282ee85097a100b1dfa3533d9978b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3630
Total number of constraints3764
Number of constraints which are clauses3698
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint66
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 67
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c version PB16.v20160501
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		501472288
0.06/0.10	c Max memory 		7480803328
0.06/0.10	c Total memory 		504102912
0.06/0.10	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Glucose 2.1 dynamic restart strategy
0.06/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-4084582-1465288941.opb
0.06/0.13	c reading problem ... 
0.06/0.13	c  no objective function found
0.53/0.35	c ... done. Wall clock time 0.221s.
0.53/0.35	c declared #vars     3630
0.53/0.35	c #constraints  3764
0.53/0.35	c constraints type 
0.53/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3046
0.53/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 66
0.53/0.35	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.53/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 650
0.53/0.35	c 3764 constraints processed.
1.75/1.12	c cleaning 2479 clauses out of 4978 with flag 29536/5003
2.98/1.90	c cleaning 4232 clauses out of 8479 with flag 68949/11002
3.78/2.75	c cleaning 5621 clauses out of 11241 with flag 120106/18001
4.79/3.77	c cleaning 6761 clauses out of 13617 with flag 179279/26000
6.11/5.09	c cleaning 7851 clauses out of 15854 with flag 263010/35000
7.61/6.52	c cleaning 8688 clauses out of 18000 with flag 343971/45001
9.11/8.07	c cleaning 9234 clauses out of 20312 with flag 416308/56002
10.91/9.80	c cleaning 10217 clauses out of 23074 with flag 494267/68000
12.81/11.75	c cleaning 10976 clauses out of 25856 with flag 584692/81000
15.00/13.95	c cleaning 11755 clauses out of 28879 with flag 708687/95000
17.41/16.35	c cleaning 12752 clauses out of 32124 with flag 814679/110001
20.01/18.92	c cleaning 13838 clauses out of 35370 with flag 933802/126000
22.80/21.73	c cleaning 14728 clauses out of 38531 with flag 1072796/143000
25.90/24.86	c cleaning 15435 clauses out of 41805 with flag 1229669/161003
29.40/28.32	c cleaning 16510 clauses out of 45367 with flag 1382767/180000
33.11/32.08	c cleaning 17305 clauses out of 48856 with flag 1553934/200000
36.92/35.88	c cleaning 18510 clauses out of 52551 with flag 1731400/221000
41.02/39.93	c cleaning 19188 clauses out of 56040 with flag 1919548/243000
45.22/44.18	c cleaning 20112 clauses out of 59854 with flag 2134667/266002
50.22/49.17	c cleaning 21230 clauses out of 63739 with flag 2384971/290000
55.32/54.21	c cleaning 22529 clauses out of 67509 with flag 2634437/315000
61.12/60.07	c cleaning 23395 clauses out of 70980 with flag 2921534/341002
67.23/66.11	c cleaning 24366 clauses out of 74583 with flag 3202147/368000
73.26/72.14	c cleaning 25340 clauses out of 78217 with flag 3510034/396000
79.96/78.87	c cleaning 26245 clauses out of 81878 with flag 3834595/425001
87.46/86.33	c cleaning 27602 clauses out of 85633 with flag 4185080/455001
95.06/93.97	c cleaning 28541 clauses out of 89028 with flag 4536343/486000
102.75/101.64	c cleaning 29442 clauses out of 92487 with flag 4888415/518000
111.26/110.01	c cleaning 30792 clauses out of 96045 with flag 5283172/551000
119.85/118.65	c cleaning 31699 clauses out of 99254 with flag 5677843/585001
128.86/127.68	c cleaning 32669 clauses out of 102554 with flag 6137859/620000
138.15/136.98	c cleaning 33975 clauses out of 105884 with flag 6573302/656000
148.28/146.92	c cleaning 34797 clauses out of 108908 with flag 6988460/693000
158.38/157.05	c cleaning 36114 clauses out of 112111 with flag 7436196/731000
169.08/167.77	c cleaning 37015 clauses out of 114998 with flag 7877030/770001
181.37/179.81	c cleaning 38063 clauses out of 117983 with flag 8412375/810001
192.67/191.11	c cleaning 39184 clauses out of 120919 with flag 8871323/851000
204.38/202.81	c cleaning 39757 clauses out of 123735 with flag 9347582/893000
217.23/215.52	c cleaning 40163 clauses out of 126978 with flag 9882104/936000
230.12/228.47	c cleaning 41854 clauses out of 130820 with flag 10536352/980005
245.62/243.92	c cleaning 43044 clauses out of 133962 with flag 11232395/1025001
259.92/258.06	c cleaning 44127 clauses out of 136918 with flag 11762441/1071001
274.52/272.66	c cleaning 45152 clauses out of 139793 with flag 12341887/1118003
290.17/288.02	c cleaning 45824 clauses out of 142638 with flag 12926219/1166000
306.14/303.84	c cleaning 46919 clauses out of 145815 with flag 13544589/1215001
323.04/320.74	c cleaning 48225 clauses out of 148895 with flag 14259844/1265000
340.36/337.97	c cleaning 49394 clauses out of 151670 with flag 14964315/1316000
357.29/354.83	c cleaning 50331 clauses out of 154277 with flag 15627964/1368001
375.61/373.03	c cleaning 51070 clauses out of 156947 with flag 16336601/1421002
394.07/391.42	c cleaning 52117 clauses out of 159875 with flag 17010222/1475000
413.89/411.10	c cleaning 53857 clauses out of 162758 with flag 17817309/1530000
433.30/430.46	c cleaning 54091 clauses out of 164902 with flag 18534259/1586001
452.86/450.00	c cleaning 55424 clauses out of 167811 with flag 19468082/1643001
471.21/468.23	c cleaning 56319 clauses out of 170390 with flag 20178923/1701004
491.89/488.88	c cleaning 57583 clauses out of 173068 with flag 21009474/1760001
512.32/509.15	c cleaning 58285 clauses out of 175484 with flag 21849543/1820000
534.00/530.74	c cleaning 59429 clauses out of 178204 with flag 22725937/1881005
556.07/552.74	c cleaning 60517 clauses out of 180769 with flag 23581562/1943001
580.33/576.82	c cleaning 61716 clauses out of 183252 with flag 24624015/2006001
602.02/598.49	c cleaning 62406 clauses out of 185536 with flag 25469197/2070001
625.53/621.81	c cleaning 63460 clauses out of 188130 with flag 26392101/2135001
649.81/645.96	c cleaning 64606 clauses out of 190671 with flag 27316938/2201002
675.04/671.13	c cleaning 65610 clauses out of 193064 with flag 28289705/2268001
700.70/696.69	c cleaning 66514 clauses out of 195453 with flag 29242908/2336000
730.06/725.86	c cleaning 67539 clauses out of 197940 with flag 30573928/2405001
759.99/755.65	c cleaning 69003 clauses out of 200402 with flag 31929176/2475002
790.84/786.23	c cleaning 69492 clauses out of 202400 with flag 33001807/2546003
819.17/814.45	c cleaning 70767 clauses out of 204905 with flag 34029120/2618000
850.85/845.91	c cleaning 71603 clauses out of 207140 with flag 35338059/2691002
880.93/875.83	c cleaning 72911 clauses out of 209535 with flag 36541181/2765000
911.05/905.73	c cleaning 73748 clauses out of 211624 with flag 37648838/2840000
943.84/938.32	c cleaning 74430 clauses out of 213877 with flag 38788019/2916001
977.05/971.32	c cleaning 75965 clauses out of 216447 with flag 39956442/2993001
1014.85/1008.97	c cleaning 76766 clauses out of 218483 with flag 41369034/3071002
1052.28/1046.03	c cleaning 78024 clauses out of 220718 with flag 42733353/3150003
1088.50/1082.07	c cleaning 78803 clauses out of 222691 with flag 43937697/3230000
1126.30/1119.57	c cleaning 80053 clauses out of 224889 with flag 45266522/3311001
1163.67/1156.62	c cleaning 80963 clauses out of 226835 with flag 46511833/3393000
1202.77/1195.47	c cleaning 81742 clauses out of 228876 with flag 47749553/3476004
1241.59/1234.00	c cleaning 82901 clauses out of 231132 with flag 49093249/3560002
1282.73/1274.70	c cleaning 83871 clauses out of 233229 with flag 50448674/3645000
1326.87/1318.54	c cleaning 84827 clauses out of 235357 with flag 52170851/3731000
1375.46/1366.65	c cleaning 86266 clauses out of 237530 with flag 53810084/3818000
1421.67/1412.30	c cleaning 86949 clauses out of 239266 with flag 55275761/3906002
1471.23/1461.36	c cleaning 87870 clauses out of 241316 with flag 56857718/3995001
1524.42/1513.89	c cleaning 89147 clauses out of 243445 with flag 58940826/4085000
1565.60/1554.39	c cleaning 89999 clauses out of 245298 with flag 60329155/4176000
1613.58/1601.69	c cleaning 91050 clauses out of 247299 with flag 61830556/4268000
1660.44/1648.06	c cleaning 92292 clauses out of 249250 with flag 63340404/4361001
1710.31/1697.20	c cleaning 93216 clauses out of 250960 with flag 65048846/4455003
1762.07/1748.40	c cleaning 94188 clauses out of 252743 with flag 66738169/4550002
1800.04/1785.90	c starts		: 29815
1800.04/1785.90	c conflicts		: 4628348
1800.04/1785.90	c decisions		: 24845990
1800.04/1785.90	c propagations		: 1227839723
1800.04/1785.90	c inspects		: 20581436932
1800.04/1785.90	c shortcuts		: 0
1800.04/1785.90	c learnt literals	: 78
1800.04/1785.90	c learnt binary clauses	: 60633
1800.04/1785.90	c learnt ternary clauses	: 56868
1800.04/1785.90	c learnt constraints	: 4628270
1800.04/1785.90	c ignored constraints	: 0
1800.04/1785.90	c root simplifications	: 0
1800.04/1785.90	c removed literals (reason simplification)	: 0
1800.04/1785.90	c reason swapping (by a shorter reason)	: 0
1800.04/1785.90	c Calls to reduceDB	: 91
1800.04/1785.90	c Number of update (reduction) of LBD	: 4362468
1800.04/1785.90	c Imported unit clauses	: 0
1800.04/1785.90	c number of reductions to clauses (during analyze)	: 0
1800.04/1785.90	c number of learned constraints concerned by reduction	: 0
1800.04/1785.90	c number of learning phase by resolution	: 0
1800.04/1785.90	c number of learning phase by cutting planes	: 0
1800.04/1785.90	c speed (assignments/second)	: 687654.2792464835
1800.04/1785.90	c non guided choices	91
1800.04/1785.90	c timeout
1800.04/1785.96	c learnt constraints type 
1800.04/1785.96	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 60633
1800.04/1785.96	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 176268
1800.04/1785.96	s UNKNOWN
1800.04/1785.96	c Total wall clock time (in seconds): 1785.83

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-4084582-1465288941/watcher-4084582-1465288941 -o /tmp/evaluation-result-4084582-1465288941/solver-4084582-1465288941 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1465261984-9405 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084582-1465288941.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.14 2.19 2.18 3/194 14281
/proc/meminfo: memFree=29748756/32872528 swapFree=16700/1645768
[pid=14281] ppid=14278 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/14281/stat : 14281 (java) R 14278 14281 9389 0 -1 4202496 157 0 0 0 0 0 0 0 20 0 1 0 110827593 278528 33 33554432000 1073741824 1073778376 140733623609008 140733623606184 259103223079 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14281/statm: 68 33 25 9 0 25 0

[startup+0.101032 s]
/proc/loadavg: 2.14 2.19 2.18 3/194 14281
/proc/meminfo: memFree=29748756/32872528 swapFree=16700/1645768
[pid=14281] ppid=14278 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/14281/stat : 14281 (java) S 14278 14281 9389 0 -1 4202496 3924 0 1 0 6 0 0 0 20 0 18 0 110827593 9787879424 5053 33554432000 1073741824 1073778376 140735953128304 140735953119440 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14281/statm: 2389619 5055 2008 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.200226 s]
/proc/loadavg: 2.14 2.19 2.18 3/194 14281
/proc/meminfo: memFree=29748756/32872528 swapFree=16700/1645768
[pid=14281] ppid=14278 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/14281/stat : 14281 (java) S 14278 14281 9389 0 -1 4202496 4934 0 1 0 24 1 0 0 20 0 18 0 110827593 9787879424 6965 33554432000 1073741824 1073778376 140735953128304 140735953119440 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14281/statm: 2389619 6965 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300207 s]
/proc/loadavg: 2.14 2.19 2.18 3/194 14281
/proc/meminfo: memFree=29748756/32872528 swapFree=16700/1645768
[pid=14281] ppid=14278 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/14281/stat : 14281 (java) S 14278 14281 9389 0 -1 4202496 7770 0 1 0 51 2 0 0 20 0 18 0 110827593 9787879424 9329 33554432000 1073741824 1073778376 140735953128304 140735953119440 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14281/statm: 2389619 9329 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.70025 s]
/proc/loadavg: 2.14 2.19 2.18 3/194 14281
/proc/meminfo: memFree=29748756/32872528 swapFree=16700/1645768
[pid=14281] ppid=14278 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/14281/stat : 14281 (java) S 14278 14281 9389 0 -1 4202496 9827 0 1 0 131 2 0 0 20 0 19 0 110827593 9856040960 12532 33554432000 1073741824 1073778376 140735953128304 140735953119440 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14281/statm: 2406260 12532 2261 9 0 2396937 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.13 2.19 2.18 4/213 14300
/proc/meminfo: memFree=29704748/32872528 swapFree=16700/1645768
[pid=14281] ppid=14278 vsize=9625040 CPUtime=2.55 cores=0,2,4,6
/proc/14281/stat : 14281 (java) S 14278 14281 9389 0 -1 4202496 16181 0 1 0 251 4 0 0 20 0 19 0 110827593 9856040960 17432 33554432000 1073741824 1073778376 140735953128304 140735953119440 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14281/statm: 2406260 17432 2267 9 0 2396937 0
[pid=14281/tid=14283] ppid=14278 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/14281/task/14283/stat : 14283 (java) R 14278 14281 9389 0 -1 4202560 2415 0 1 0 145 0 0 0 20 0 19 0 110827595 9856040960 17432 33554432000 1073741824 1073778376 140735953128304 140713984671752 140713816037928 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14281/tid=14284] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14284/stat : 14284 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827596 9856040960 17432 33554432000 1073741824 1073778376 140735953128304 140713946164136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14285] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14285/stat : 14285 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827596 9856040960 17432 33554432000 1073741824 1073778376 140735953128304 140713945111592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14281/tid=14286] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14286/stat : 14286 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827596 9856040960 17432 33554432000 1073741824 1073778376 140735953128304 140713944058536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14281/tid=14287] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14287/stat : 14287 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827596 9856040960 17432 33554432000 1073741824 1073778376 140735953128304 140713943005992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14281/tid=14288] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14288/stat : 14288 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827596 9856040960 17432 33554432000 1073741824 1073778376 140735953128304 140713941952936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14289] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14289/stat : 14289 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827596 9856040960 17432 33554432000 1073741824 1073778376 140735953128304 140713940900392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14281/tid=14290] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14290/stat : 14290 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827596 9856040960 17432 33554432000 1073741824 1073778376 140735953128304 140713939847336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14291] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14291/stat : 14291 (java) S 14278 14281 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110827596 9856040960 17432 33554432000 1073741824 1073778376 140735953128304 140713938794792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14292] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14292/stat : 14292 (java) S 14278 14281 9389 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110827597 9856040960 17432 33554432000 1073741824 1073778376 140735953128304 140713808329576 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14293] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14293/stat : 14293 (java) S 14278 14281 9389 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110827598 9856040960 17432 33554432000 1073741824 1073778376 140735953128304 140713807275896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14294] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14294/stat : 14294 (java) S 14278 14281 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110827598 9856040960 17432 33554432000 1073741824 1073778376 140735953128304 140713806222728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14295] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14295/stat : 14295 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827600 9856040960 17432 33554432000 1073741824 1073778376 140735953128304 140713805171472 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14281/tid=14296] ppid=14278 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/14281/task/14296/stat : 14296 (java) S 14278 14281 9389 0 -1 4202560 8901 0 0 0 68 2 0 0 20 0 19 0 110827600 9856040960 17432 33554432000 1073741824 1073778376 140735953128304 140713804118328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14281/tid=14297] ppid=14278 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/14281/task/14297/stat : 14297 (java) S 14278 14281 9389 0 -1 4202560 3589 0 0 0 36 0 0 0 20 0 19 0 110827600 9856040960 17432 33554432000 1073741824 1073778376 140735953128304 140713803065784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14298] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14298/stat : 14298 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827601 9856040960 17432 33554432000 1073741824 1073778376 140735953128304 140713802012920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14281/tid=14299] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14299/stat : 14299 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827601 9856040960 17432 33554432000 1073741824 1073778376 140735953128304 140713800960584 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14281/tid=14300] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14300/stat : 14300 (java) S 14278 14281 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110827629 9856040960 17432 33554432000 1073741824 1073778376 140735953128304 140712792286760 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.13 2.19 2.18 3/213 14300
/proc/meminfo: memFree=29684780/32872528 swapFree=16700/1645768
[pid=14281] ppid=14278 vsize=9625040 CPUtime=4.19 cores=0,2,4,6
/proc/14281/stat : 14281 (java) S 14278 14281 9389 0 -1 4202496 16185 0 1 0 415 4 0 0 20 0 19 0 110827593 9856040960 18968 33554432000 1073741824 1073778376 140735953128304 140735953119440 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14281/statm: 2406260 18968 2267 9 0 2396937 0
[pid=14281/tid=14283] ppid=14278 vsize=9625040 CPUtime=3.04 cores=0,2,4,6
/proc/14281/task/14283/stat : 14283 (java) R 14278 14281 9389 0 -1 4202560 2419 0 1 0 304 0 0 0 20 0 19 0 110827595 9856040960 18968 33554432000 1073741824 1073778376 140735953128304 140713984663248 140713815769041 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14281/tid=14284] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14284/stat : 14284 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827596 9856040960 18968 33554432000 1073741824 1073778376 140735953128304 140713946164136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14285] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14285/stat : 14285 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827596 9856040960 18968 33554432000 1073741824 1073778376 140735953128304 140713945111592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14281/tid=14286] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14286/stat : 14286 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827596 9856040960 18968 33554432000 1073741824 1073778376 140735953128304 140713944058536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14281/tid=14287] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14287/stat : 14287 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827596 9856040960 18968 33554432000 1073741824 1073778376 140735953128304 140713943005992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14281/tid=14288] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14288/stat : 14288 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827596 9856040960 18968 33554432000 1073741824 1073778376 140735953128304 140713941952936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14289] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14289/stat : 14289 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827596 9856040960 18968 33554432000 1073741824 1073778376 140735953128304 140713940900392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14281/tid=14290] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14290/stat : 14290 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827596 9856040960 18968 33554432000 1073741824 1073778376 140735953128304 140713939847336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14291] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14291/stat : 14291 (java) S 14278 14281 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110827596 9856040960 18968 33554432000 1073741824 1073778376 140735953128304 140713938794792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14292] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14292/stat : 14292 (java) S 14278 14281 9389 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110827597 9856040960 18968 33554432000 1073741824 1073778376 140735953128304 140713808329576 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14293] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14293/stat : 14293 (java) S 14278 14281 9389 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110827598 9856040960 18968 33554432000 1073741824 1073778376 140735953128304 140713807275896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14294] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14294/stat : 14294 (java) S 14278 14281 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110827598 9856040960 18968 33554432000 1073741824 1073778376 140735953128304 140713806222728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14295] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14295/stat : 14295 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827600 9856040960 18968 33554432000 1073741824 1073778376 140735953128304 140713805171472 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14281/tid=14296] ppid=14278 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/14281/task/14296/stat : 14296 (java) S 14278 14281 9389 0 -1 4202560 8901 0 0 0 70 2 0 0 20 0 19 0 110827600 9856040960 18968 33554432000 1073741824 1073778376 140735953128304 140713804118328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14281/tid=14297] ppid=14278 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/14281/task/14297/stat : 14297 (java) S 14278 14281 9389 0 -1 4202560 3589 0 0 0 37 0 0 0 20 0 19 0 110827600 9856040960 18968 33554432000 1073741824 1073778376 140735953128304 140713803065784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14298] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14298/stat : 14298 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827601 9856040960 18968 33554432000 1073741824 1073778376 140735953128304 140713802012920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14281/tid=14299] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14299/stat : 14299 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827601 9856040960 18968 33554432000 1073741824 1073778376 140735953128304 140713800960584 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14281/tid=14300] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14300/stat : 14300 (java) S 14278 14281 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110827629 9856040960 18968 33554432000 1073741824 1073778376 140735953128304 140712792286760 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.13 2.19 2.18 3/213 14300
/proc/meminfo: memFree=29671996/32872528 swapFree=16700/1645768
[pid=14281] ppid=14278 vsize=9625040 CPUtime=7.41 cores=0,2,4,6
/proc/14281/stat : 14281 (java) S 14278 14281 9389 0 -1 4202496 16261 0 1 0 737 4 0 0 20 0 19 0 110827593 9856040960 21433 33554432000 1073741824 1073778376 140735953128304 140735953119440 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14281/statm: 2406260 21433 2268 9 0 2396937 0
[pid=14281/tid=14283] ppid=14278 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/14281/task/14283/stat : 14283 (java) R 14278 14281 9389 0 -1 4202560 2425 0 1 0 622 1 0 0 20 0 19 0 110827595 9856040960 21433 33554432000 1073741824 1073778376 140735953128304 140713984670112 140713816301824 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14281/tid=14284] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14284/stat : 14284 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827596 9856040960 21433 33554432000 1073741824 1073778376 140735953128304 140713946164136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14285] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14285/stat : 14285 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827596 9856040960 21433 33554432000 1073741824 1073778376 140735953128304 140713945111592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14281/tid=14286] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14286/stat : 14286 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827596 9856040960 21433 33554432000 1073741824 1073778376 140735953128304 140713944058536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14281/tid=14287] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14287/stat : 14287 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827596 9856040960 21433 33554432000 1073741824 1073778376 140735953128304 140713943005992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14281/tid=14288] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14288/stat : 14288 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827596 9856040960 21433 33554432000 1073741824 1073778376 140735953128304 140713941952936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14289] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14289/stat : 14289 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827596 9856040960 21433 33554432000 1073741824 1073778376 140735953128304 140713940900392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14281/tid=14290] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14290/stat : 14290 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827596 9856040960 21433 33554432000 1073741824 1073778376 140735953128304 140713939847336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14291] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14291/stat : 14291 (java) S 14278 14281 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110827596 9856040960 21433 33554432000 1073741824 1073778376 140735953128304 140713938794792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14292] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14292/stat : 14292 (java) S 14278 14281 9389 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110827597 9856040960 21433 33554432000 1073741824 1073778376 140735953128304 140713808329576 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14293] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14293/stat : 14293 (java) S 14278 14281 9389 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110827598 9856040960 21433 33554432000 1073741824 1073778376 140735953128304 140713807275896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14294] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14294/stat : 14294 (java) S 14278 14281 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110827598 9856040960 21433 33554432000 1073741824 1073778376 140735953128304 140713806222728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14295] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14295/stat : 14295 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827600 9856040960 21433 33554432000 1073741824 1073778376 140735953128304 140713805171472 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14281/tid=14296] ppid=14278 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/14281/task/14296/stat : 14296 (java) S 14278 14281 9389 0 -1 4202560 8901 0 0 0 71 2 0 0 20 0 19 0 110827600 9856040960 21433 33554432000 1073741824 1073778376 140735953128304 140713804118328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14281/tid=14297] ppid=14278 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/14281/task/14297/stat : 14297 (java) S 14278 14281 9389 0 -1 4202560 3658 0 0 0 39 0 0 0 20 0 19 0 110827600 9856040960 21433 33554432000 1073741824 1073778376 140735953128304 140713803065784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14298] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14298/stat : 14298 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827601 9856040960 21433 33554432000 1073741824 1073778376 140735953128304 140713802012920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14281/tid=14299] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14299/stat : 14299 (java) S 14278 14281 9389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110827601 9856040960 21433 33554432000 1073741824 1073778376 140735953128304 140713800960584 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14281/tid=14300] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14300/stat : 14300 (java) S 14278 14281 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110827629 9856040960 21433 33554432000 1073741824 1073778376 140735953128304 140712792286760 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 9625040


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

[pid=14281/tid=14300] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14300/stat : 14300 (java) S 14278 14281 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110827629 9856040960 82491 33554432000 1073741824 1073778376 140735953128304 140712792286760 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1735.77
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.18 2.18 2.17 3/212 14496
/proc/meminfo: memFree=29587184/32872528 swapFree=16700/1645768
[pid=14281] ppid=14278 vsize=9625040 CPUtime=1796.42 cores=0,2,4,6
/proc/14281/stat : 14281 (java) S 14278 14281 9389 0 -1 4202496 30586 0 1 0 179467 175 0 0 20 0 19 0 110827593 9856040960 85060 33554432000 1073741824 1073778376 140735953128304 140735953119440 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14281/statm: 2406260 85060 2290 9 0 2396937 0
[pid=14281/tid=14283] ppid=14278 vsize=9625040 CPUtime=1768.1 cores=0,2,4,6
/proc/14281/task/14283/stat : 14283 (java) R 14278 14281 9389 0 -1 4202560 2729 0 1 0 176780 30 0 0 20 0 19 0 110827595 9856040960 85060 33554432000 1073741824 1073778376 140735953128304 140713984671040 140713816286815 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14281/tid=14284] ppid=14278 vsize=9625040 CPUtime=2.26 cores=0,2,4,6
/proc/14281/task/14284/stat : 14284 (java) S 14278 14281 9389 0 -1 4202560 1861 0 0 0 208 18 0 0 20 0 19 0 110827596 9856040960 85060 33554432000 1073741824 1073778376 140735953128304 140713946164136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14281/tid=14285] ppid=14278 vsize=9625040 CPUtime=2.33 cores=0,2,4,6
/proc/14281/task/14285/stat : 14285 (java) S 14278 14281 9389 0 -1 4202560 1766 0 0 0 214 19 0 0 20 0 19 0 110827596 9856040960 85060 33554432000 1073741824 1073778376 140735953128304 140713945111592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14286] ppid=14278 vsize=9625040 CPUtime=2.28 cores=0,2,4,6
/proc/14281/task/14286/stat : 14286 (java) S 14278 14281 9389 0 -1 4202560 1545 0 0 0 210 18 0 0 20 0 19 0 110827596 9856040960 85060 33554432000 1073741824 1073778376 140735953128304 140713944058536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14287] ppid=14278 vsize=9625040 CPUtime=2.19 cores=0,2,4,6
/proc/14281/task/14287/stat : 14287 (java) S 14278 14281 9389 0 -1 4202560 1342 0 0 0 203 16 0 0 20 0 19 0 110827596 9856040960 85060 33554432000 1073741824 1073778376 140735953128304 140713943005992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14281/tid=14288] ppid=14278 vsize=9625040 CPUtime=2.17 cores=0,2,4,6
/proc/14281/task/14288/stat : 14288 (java) S 14278 14281 9389 0 -1 4202560 1356 0 0 0 199 18 0 0 20 0 19 0 110827596 9856040960 85060 33554432000 1073741824 1073778376 140735953128304 140713941952936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14281/tid=14289] ppid=14278 vsize=9625040 CPUtime=2.32 cores=0,2,4,6
/proc/14281/task/14289/stat : 14289 (java) S 14278 14281 9389 0 -1 4202560 1990 0 0 0 210 22 0 0 20 0 19 0 110827596 9856040960 85060 33554432000 1073741824 1073778376 140735953128304 140713940900392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14281/tid=14290] ppid=14278 vsize=9625040 CPUtime=2.22 cores=0,2,4,6
/proc/14281/task/14290/stat : 14290 (java) S 14278 14281 9389 0 -1 4202560 1611 0 0 0 205 17 0 0 20 0 19 0 110827596 9856040960 85060 33554432000 1073741824 1073778376 140735953128304 140713939847336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14291] ppid=14278 vsize=9625040 CPUtime=2.21 cores=0,2,4,6
/proc/14281/task/14291/stat : 14291 (java) S 14278 14281 9389 0 -1 4202560 1171 0 0 0 206 15 0 0 20 0 19 0 110827596 9856040960 85060 33554432000 1073741824 1073778376 140735953128304 140713938794792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14292] ppid=14278 vsize=9625040 CPUtime=4.31 cores=0,2,4,6
/proc/14281/task/14292/stat : 14292 (java) S 14278 14281 9389 0 -1 4202560 1280 0 0 0 425 6 0 0 20 0 19 0 110827597 9856040960 85060 33554432000 1073741824 1073778376 140735953128304 140713808329576 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14281/tid=14293] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14293/stat : 14293 (java) S 14278 14281 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110827598 9856040960 85060 33554432000 1073741824 1073778376 140735953128304 140713807275896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14294] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14294/stat : 14294 (java) S 14278 14281 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110827598 9856040960 85060 33554432000 1073741824 1073778376 140735953128304 140713806222728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14295] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14295/stat : 14295 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827600 9856040960 85060 33554432000 1073741824 1073778376 140735953128304 140713805171472 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14281/tid=14296] ppid=14278 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/14281/task/14296/stat : 14296 (java) S 14278 14281 9389 0 -1 4202560 8912 0 0 0 73 2 0 0 20 0 19 0 110827600 9856040960 85060 33554432000 1073741824 1073778376 140735953128304 140713804118328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14281/tid=14297] ppid=14278 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/14281/task/14297/stat : 14297 (java) S 14278 14281 9389 0 -1 4202560 3658 0 0 0 39 0 0 0 20 0 19 0 110827600 9856040960 85060 33554432000 1073741824 1073778376 140735953128304 140713803065784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14298] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14298/stat : 14298 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827601 9856040960 85060 33554432000 1073741824 1073778376 140735953128304 140713802012920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14281/tid=14299] ppid=14278 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/14281/task/14299/stat : 14299 (java) S 14278 14281 9389 0 -1 4202560 103 0 0 0 31 25 0 0 20 0 19 0 110827601 9856040960 85060 33554432000 1073741824 1073778376 140735953128304 140713800960584 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14281/tid=14300] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14300/stat : 14300 (java) S 14278 14281 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110827629 9856040960 85060 33554432000 1073741824 1073778376 140735953128304 140712792286760 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1796.42
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.9 s]
/proc/loadavg: 2.18 2.18 2.17 3/213 14497
/proc/meminfo: memFree=29587184/32872528 swapFree=16700/1645768
[pid=14281] ppid=14278 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/14281/stat : 14281 (java) S 14278 14281 9389 0 -1 4202496 30591 0 1 0 179829 175 0 0 20 0 19 0 110827593 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140735953119440 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14281/statm: 2406260 85064 2290 9 0 2396937 0
[pid=14281/tid=14283] ppid=14278 vsize=9625040 CPUtime=1771.68 cores=0,2,4,6
/proc/14281/task/14283/stat : 14283 (java) R 14278 14281 9389 0 -1 4202560 2730 0 1 0 177138 30 0 0 20 0 19 0 110827595 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713984671040 140713816302091 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14281/tid=14284] ppid=14278 vsize=9625040 CPUtime=2.26 cores=0,2,4,6
/proc/14281/task/14284/stat : 14284 (java) S 14278 14281 9389 0 -1 4202560 1861 0 0 0 208 18 0 0 20 0 19 0 110827596 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713946164136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14281/tid=14285] ppid=14278 vsize=9625040 CPUtime=2.34 cores=0,2,4,6
/proc/14281/task/14285/stat : 14285 (java) S 14278 14281 9389 0 -1 4202560 1766 0 0 0 215 19 0 0 20 0 19 0 110827596 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713945111592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14286] ppid=14278 vsize=9625040 CPUtime=2.28 cores=0,2,4,6
/proc/14281/task/14286/stat : 14286 (java) S 14278 14281 9389 0 -1 4202560 1545 0 0 0 210 18 0 0 20 0 19 0 110827596 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713944058536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14287] ppid=14278 vsize=9625040 CPUtime=2.2 cores=0,2,4,6
/proc/14281/task/14287/stat : 14287 (java) S 14278 14281 9389 0 -1 4202560 1342 0 0 0 204 16 0 0 20 0 19 0 110827596 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713943005992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14281/tid=14288] ppid=14278 vsize=9625040 CPUtime=2.17 cores=0,2,4,6
/proc/14281/task/14288/stat : 14288 (java) S 14278 14281 9389 0 -1 4202560 1356 0 0 0 199 18 0 0 20 0 19 0 110827596 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713941952936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14281/tid=14289] ppid=14278 vsize=9625040 CPUtime=2.33 cores=0,2,4,6
/proc/14281/task/14289/stat : 14289 (java) S 14278 14281 9389 0 -1 4202560 1990 0 0 0 211 22 0 0 20 0 19 0 110827596 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713940900392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14281/tid=14290] ppid=14278 vsize=9625040 CPUtime=2.22 cores=0,2,4,6
/proc/14281/task/14290/stat : 14290 (java) S 14278 14281 9389 0 -1 4202560 1611 0 0 0 205 17 0 0 20 0 19 0 110827596 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713939847336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14291] ppid=14278 vsize=9625040 CPUtime=2.22 cores=0,2,4,6
/proc/14281/task/14291/stat : 14291 (java) S 14278 14281 9389 0 -1 4202560 1171 0 0 0 207 15 0 0 20 0 19 0 110827596 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713938794792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14281/tid=14292] ppid=14278 vsize=9625040 CPUtime=4.31 cores=0,2,4,6
/proc/14281/task/14292/stat : 14292 (java) S 14278 14281 9389 0 -1 4202560 1284 0 0 0 425 6 0 0 20 0 19 0 110827597 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713808329576 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14281/tid=14293] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14293/stat : 14293 (java) S 14278 14281 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110827598 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713807275896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14294] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14294/stat : 14294 (java) S 14278 14281 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110827598 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713806222728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14295] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14295/stat : 14295 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827600 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713805171472 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14281/tid=14296] ppid=14278 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/14281/task/14296/stat : 14296 (java) S 14278 14281 9389 0 -1 4202560 8912 0 0 0 73 2 0 0 20 0 19 0 110827600 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713804118328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14281/tid=14297] ppid=14278 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/14281/task/14297/stat : 14297 (java) S 14278 14281 9389 0 -1 4202560 3658 0 0 0 39 0 0 0 20 0 19 0 110827600 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713803065784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14298] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14298/stat : 14298 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827601 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713802012920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14281/tid=14299] ppid=14278 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/14281/task/14299/stat : 14299 (java) S 14278 14281 9389 0 -1 4202560 103 0 0 0 31 25 0 0 20 0 19 0 110827601 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713800960584 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14281/tid=14300] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14300/stat : 14300 (java) S 14278 14281 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110827629 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140712792286760 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 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 14281 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1785.9 s]
/proc/loadavg: 2.18 2.18 2.17 3/213 14497
/proc/meminfo: memFree=29587184/32872528 swapFree=16700/1645768
[pid=14281] ppid=14278 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/14281/stat : 14281 (java) S 14278 14281 9389 0 -1 4202496 30591 0 1 0 179829 175 0 0 20 0 19 0 110827593 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140735953119440 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14281/statm: 2406260 85064 2290 9 0 2396937 0
[pid=14281/tid=14283] ppid=14278 vsize=9625040 CPUtime=1771.68 cores=0,2,4,6
/proc/14281/task/14283/stat : 14283 (java) R 14278 14281 9389 0 -1 4202560 2730 0 1 0 177138 30 0 0 20 0 19 0 110827595 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713984671040 140713816302091 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14281/tid=14284] ppid=14278 vsize=9625040 CPUtime=2.26 cores=0,2,4,6
/proc/14281/task/14284/stat : 14284 (java) S 14278 14281 9389 0 -1 4202560 1861 0 0 0 208 18 0 0 20 0 19 0 110827596 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713946164136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14281/tid=14285] ppid=14278 vsize=9625040 CPUtime=2.34 cores=0,2,4,6
/proc/14281/task/14285/stat : 14285 (java) S 14278 14281 9389 0 -1 4202560 1766 0 0 0 215 19 0 0 20 0 19 0 110827596 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713945111592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14286] ppid=14278 vsize=9625040 CPUtime=2.28 cores=0,2,4,6
/proc/14281/task/14286/stat : 14286 (java) S 14278 14281 9389 0 -1 4202560 1545 0 0 0 210 18 0 0 20 0 19 0 110827596 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713944058536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14287] ppid=14278 vsize=9625040 CPUtime=2.2 cores=0,2,4,6
/proc/14281/task/14287/stat : 14287 (java) S 14278 14281 9389 0 -1 4202560 1342 0 0 0 204 16 0 0 20 0 19 0 110827596 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713943005992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14281/tid=14288] ppid=14278 vsize=9625040 CPUtime=2.17 cores=0,2,4,6
/proc/14281/task/14288/stat : 14288 (java) S 14278 14281 9389 0 -1 4202560 1356 0 0 0 199 18 0 0 20 0 19 0 110827596 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713941952936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14281/tid=14289] ppid=14278 vsize=9625040 CPUtime=2.33 cores=0,2,4,6
/proc/14281/task/14289/stat : 14289 (java) S 14278 14281 9389 0 -1 4202560 1990 0 0 0 211 22 0 0 20 0 19 0 110827596 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713940900392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14281/tid=14290] ppid=14278 vsize=9625040 CPUtime=2.22 cores=0,2,4,6
/proc/14281/task/14290/stat : 14290 (java) S 14278 14281 9389 0 -1 4202560 1611 0 0 0 205 17 0 0 20 0 19 0 110827596 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713939847336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14291] ppid=14278 vsize=9625040 CPUtime=2.22 cores=0,2,4,6
/proc/14281/task/14291/stat : 14291 (java) S 14278 14281 9389 0 -1 4202560 1171 0 0 0 207 15 0 0 20 0 19 0 110827596 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713938794792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14281/tid=14292] ppid=14278 vsize=9625040 CPUtime=4.31 cores=0,2,4,6
/proc/14281/task/14292/stat : 14292 (java) S 14278 14281 9389 0 -1 4202560 1284 0 0 0 425 6 0 0 20 0 19 0 110827597 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713808329576 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14281/tid=14293] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14293/stat : 14293 (java) S 14278 14281 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110827598 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713807275896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14294] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14294/stat : 14294 (java) S 14278 14281 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110827598 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713806222728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14295] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14295/stat : 14295 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827600 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713805171472 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14281/tid=14296] ppid=14278 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/14281/task/14296/stat : 14296 (java) S 14278 14281 9389 0 -1 4202560 8912 0 0 0 73 2 0 0 20 0 19 0 110827600 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713804118328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14281/tid=14297] ppid=14278 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/14281/task/14297/stat : 14297 (java) S 14278 14281 9389 0 -1 4202560 3658 0 0 0 39 0 0 0 20 0 19 0 110827600 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713803065784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14281/tid=14298] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14298/stat : 14298 (java) S 14278 14281 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110827601 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713802012920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14281/tid=14299] ppid=14278 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/14281/task/14299/stat : 14299 (java) S 14278 14281 9389 0 -1 4202560 103 0 0 0 31 25 0 0 20 0 19 0 110827601 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140713800960584 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14281/tid=14300] ppid=14278 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14281/task/14300/stat : 14300 (java) S 14278 14281 9389 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110827629 9856040960 85064 33554432000 1073741824 1073778376 140735953128304 140712792286760 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 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 14281 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=868290
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=201665
# CPU time returned by wait4() is 1796.07
# 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): 1785.97
CPU time (s): 1800.04
CPU user time (s): 1798.29
CPU system time (s): 1.75
CPU usage (%): 100.788
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.87
system time used= 2.20167
maximum resident set size= 758496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30628
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45770
involuntary context switches= 38980

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0445 second user time and 13.7019 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-07 10:42:21
IDJOB=4084582
IDBENCH=90220
IDSOLVER=2546
FILE ID=node124/4084582-1465288941
RUNJOBID= node124-1465261984-9405
PBS_JOBID= 19843296
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/normalized-BeauxArts_K66.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084582-1465288941/watcher-4084582-1465288941 -o /tmp/evaluation-result-4084582-1465288941/solver-4084582-1465288941 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1465261984-9405 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084582-1465288941.opb

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

MD5SUM BENCH= 03e282ee85097a100b1dfa3533d9978b
RANDOM SEED=1939703504

node124.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.707
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.41
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.707
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.707
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		: 2666.707
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		: 2666.707
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.707
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.707
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.707
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:        29749516 kB
Buffers:          117260 kB
Cached:           235592 kB
SwapCached:          824 kB
Active:           464856 kB
Inactive:         246540 kB
Active(anon):     360060 kB
Inactive(anon):     1252 kB
Active(file):     104796 kB
Inactive(file):   245288 kB
Unevictable:     1645768 kB
Mlocked:           16700 kB
SwapTotal:      67108856 kB
SwapFree:       67097716 kB
Dirty:               884 kB
Writeback:             0 kB
AnonPages:       2036316 kB
Mapped:            15376 kB
Shmem:                 0 kB
Slab:             601264 kB
SReclaimable:      45236 kB
SUnreclaim:       556028 kB
KernelStack:        1632 kB
PageTables:         8208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2568556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1996800 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= 71724 MiB
End job on node124 at 2016-06-07 11:12:07