Trace number 4084655

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 1788.78

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K98.opb
MD5SUM0d56c20200c8726f988a44319a68d2e3
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1261.11
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6664
Total number of constraints6862
Number of constraints which are clauses6764
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint98
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 99
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.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084655-1465284709.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.56/0.39	c ... done. Wall clock time 0.28s.
0.56/0.39	c declared #vars     6664
0.56/0.39	c #constraints  6862
0.56/0.39	c constraints type 
0.56/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5501
0.56/0.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 98
0.56/0.39	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.56/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1261
0.56/0.39	c 6862 constraints processed.
1.79/1.19	c cleaning 2477 clauses out of 4993 with flag 25213/5000
2.57/1.90	c cleaning 4237 clauses out of 8510 with flag 63183/11000
3.57/2.84	c cleaning 5623 clauses out of 11268 with flag 112761/18002
4.58/3.81	c cleaning 6796 clauses out of 13646 with flag 166571/26003
5.69/4.99	c cleaning 7845 clauses out of 15845 with flag 225803/35002
6.99/6.23	c cleaning 8945 clauses out of 17998 with flag 288457/45001
8.50/7.76	c cleaning 9750 clauses out of 20051 with flag 352324/56001
10.19/9.46	c cleaning 10146 clauses out of 22300 with flag 427750/68000
11.99/11.25	c cleaning 11062 clauses out of 25153 with flag 502361/81001
14.01/13.29	c cleaning 11633 clauses out of 28087 with flag 586149/95000
16.20/15.42	c cleaning 12760 clauses out of 31454 with flag 671541/110000
18.59/17.83	c cleaning 13684 clauses out of 34693 with flag 768613/126000
21.19/20.40	c cleaning 14625 clauses out of 38009 with flag 871444/143001
23.90/23.14	c cleaning 15265 clauses out of 41385 with flag 974410/161003
26.82/26.00	c cleaning 16152 clauses out of 45117 with flag 1094180/180000
29.92/29.13	c cleaning 17061 clauses out of 48967 with flag 1212354/200002
33.22/32.41	c cleaning 17974 clauses out of 52904 with flag 1342229/221001
36.82/36.03	c cleaning 18889 clauses out of 56929 with flag 1484211/243000
40.62/39.81	c cleaning 19751 clauses out of 61038 with flag 1626697/266000
44.52/43.79	c cleaning 20748 clauses out of 65286 with flag 1777726/290000
48.92/48.10	c cleaning 21501 clauses out of 69537 with flag 1947219/315000
53.42/52.62	c cleaning 22418 clauses out of 74036 with flag 2111822/341001
58.12/57.37	c cleaning 23721 clauses out of 78617 with flag 2291545/368000
63.35/62.50	c cleaning 24476 clauses out of 82898 with flag 2475570/396002
68.54/67.79	c cleaning 25295 clauses out of 87420 with flag 2679974/425000
74.24/73.42	c cleaning 26199 clauses out of 92126 with flag 2903341/455001
80.15/79.31	c cleaning 27115 clauses out of 96929 with flag 3116062/486003
86.54/85.75	c cleaning 28262 clauses out of 101814 with flag 3354848/518003
93.25/92.49	c cleaning 28957 clauses out of 106549 with flag 3607174/551000
100.19/99.31	c cleaning 29763 clauses out of 111592 with flag 3848422/585000
107.19/106.37	c cleaning 30953 clauses out of 116829 with flag 4109770/620000
115.09/114.23	c cleaning 32002 clauses out of 121876 with flag 4391772/656000
123.00/122.18	c cleaning 32564 clauses out of 126877 with flag 4653298/693003
131.30/130.48	c cleaning 33937 clauses out of 132310 with flag 4940859/731000
140.28/139.31	c cleaning 34492 clauses out of 137374 with flag 5222428/770001
149.28/148.35	c cleaning 35688 clauses out of 142881 with flag 5533459/810000
158.58/157.63	c cleaning 36813 clauses out of 148194 with flag 5834716/851001
168.19/167.29	c cleaning 37698 clauses out of 153380 with flag 6160844/893000
178.93/177.86	c cleaning 38267 clauses out of 158683 with flag 6492284/936001
190.13/189.06	c cleaning 39610 clauses out of 164415 with flag 6841751/980000
201.43/200.38	c cleaning 40639 clauses out of 169805 with flag 7212521/1025000
213.53/212.41	c cleaning 41636 clauses out of 175166 with flag 7603824/1071000
226.11/224.81	c cleaning 42623 clauses out of 180533 with flag 7993552/1118003
238.71/237.49	c cleaning 43492 clauses out of 185910 with flag 8400943/1166003
252.31/250.85	c cleaning 44603 clauses out of 191415 with flag 8815473/1215000
266.01/264.58	c cleaning 45860 clauses out of 196813 with flag 9247101/1265001
280.61/279.18	c cleaning 46329 clauses out of 201951 with flag 9679938/1316000
295.98/294.23	c cleaning 47438 clauses out of 207622 with flag 10115644/1368000
311.99/310.01	c cleaning 48777 clauses out of 213182 with flag 10583795/1421000
329.06/326.85	c cleaning 49509 clauses out of 218405 with flag 11090584/1475000
345.25/343.05	c cleaning 50700 clauses out of 223898 with flag 11579520/1530002
362.60/360.32	c cleaning 51393 clauses out of 229196 with flag 12071515/1586000
380.37/378.00	c cleaning 52624 clauses out of 234805 with flag 12581829/1643002
398.57/396.11	c cleaning 53584 clauses out of 240179 with flag 13126099/1701000
417.84/415.38	c cleaning 54590 clauses out of 245596 with flag 13679181/1760001
437.24/434.63	c cleaning 55753 clauses out of 251005 with flag 14211304/1820000
456.77/454.12	c cleaning 56930 clauses out of 256252 with flag 14779890/1881000
477.64/474.99	c cleaning 57718 clauses out of 261322 with flag 15400844/1943000
499.76/496.91	c cleaning 58865 clauses out of 266604 with flag 16046385/2006000
522.33/519.46	c cleaning 59668 clauses out of 271741 with flag 16782061/2070002
545.41/542.41	c cleaning 60849 clauses out of 277071 with flag 17430273/2135000
569.29/566.26	c cleaning 62030 clauses out of 282222 with flag 18129675/2201000
593.15/589.97	c cleaning 62919 clauses out of 287192 with flag 18769125/2268000
618.10/614.86	c cleaning 63866 clauses out of 292273 with flag 19451263/2336000
644.46/641.00	c cleaning 64996 clauses out of 297407 with flag 20146080/2405000
671.44/667.93	c cleaning 65906 clauses out of 302412 with flag 20879230/2475001
699.02/695.33	c cleaning 66880 clauses out of 307505 with flag 21587507/2546000
727.64/723.86	c cleaning 67976 clauses out of 312625 with flag 22364860/2618000
756.11/752.27	c cleaning 69454 clauses out of 317649 with flag 23105168/2691000
785.35/781.39	c cleaning 70176 clauses out of 322195 with flag 23849621/2765000
815.85/811.78	c cleaning 71189 clauses out of 327019 with flag 24683231/2840000
846.60/842.35	c cleaning 72387 clauses out of 331831 with flag 25495127/2916001
878.40/874.06	c cleaning 73325 clauses out of 336443 with flag 26353174/2993000
913.35/908.85	c cleaning 74649 clauses out of 341119 with flag 27401966/3071002
947.30/942.67	c cleaning 75148 clauses out of 345469 with flag 28276123/3150001
981.33/976.52	c cleaning 76450 clauses out of 350320 with flag 29141754/3230000
1018.59/1013.69	c cleaning 77624 clauses out of 354870 with flag 30083127/3311000
1054.83/1049.69	c cleaning 78800 clauses out of 359248 with flag 31023132/3393002
1091.64/1086.20	c cleaning 79710 clauses out of 363446 with flag 31995811/3476000
1128.93/1123.36	c cleaning 80535 clauses out of 367737 with flag 32938973/3560001
1168.70/1162.97	c cleaning 81631 clauses out of 372203 with flag 33974119/3645002
1207.26/1201.34	c cleaning 82650 clauses out of 376570 with flag 35046460/3731000
1246.66/1240.52	c cleaning 83554 clauses out of 380920 with flag 36051692/3818000
1289.85/1283.46	c cleaning 84503 clauses out of 385366 with flag 37202272/3906000
1334.53/1327.99	c cleaning 85944 clauses out of 389864 with flag 38556746/3995001
1377.37/1370.55	c cleaning 86858 clauses out of 393922 with flag 39844043/4085003
1426.22/1419.07	c cleaning 87909 clauses out of 398062 with flag 41366001/4176001
1475.13/1467.66	c cleaning 88523 clauses out of 402153 with flag 42840317/4268001
1522.72/1514.82	c cleaning 89658 clauses out of 406629 with flag 43924212/4361000
1573.77/1565.54	c cleaning 90576 clauses out of 410969 with flag 45150267/4455000
1623.64/1614.73	c cleaning 91622 clauses out of 415397 with flag 46333039/4550004
1675.24/1665.62	c cleaning 93371 clauses out of 419772 with flag 47635000/4646001
1726.92/1716.78	c cleaning 93559 clauses out of 423403 with flag 48844202/4743003
1780.56/1769.82	c cleaning 94717 clauses out of 427840 with flag 50108970/4841000
1800.00/1788.71	c starts		: 39690
1800.00/1788.71	c conflicts		: 4888715
1800.00/1788.71	c decisions		: 86062104
1800.00/1788.71	c propagations		: 1851647383
1800.00/1788.71	c inspects		: 18965246671
1800.00/1788.71	c shortcuts		: 0
1800.00/1788.71	c learnt literals	: 48
1800.00/1788.71	c learnt binary clauses	: 125167
1800.00/1788.71	c learnt ternary clauses	: 133838
1800.00/1788.71	c learnt constraints	: 4888667
1800.00/1788.71	c ignored constraints	: 0
1800.00/1788.71	c root simplifications	: 0
1800.00/1788.71	c removed literals (reason simplification)	: 0
1800.00/1788.71	c reason swapping (by a shorter reason)	: 0
1800.00/1788.71	c Calls to reduceDB	: 94
1800.00/1788.71	c Number of update (reduction) of LBD	: 4047458
1800.00/1788.71	c Imported unit clauses	: 0
1800.00/1788.71	c number of reductions to clauses (during analyze)	: 0
1800.00/1788.71	c number of learned constraints concerned by reduction	: 0
1800.00/1788.71	c number of learning phase by resolution	: 0
1800.00/1788.71	c number of learning phase by cutting planes	: 0
1800.00/1788.71	c speed (assignments/second)	: 1035419.188651613
1800.00/1788.71	c non guided choices	6019
1800.00/1788.71	c timeout
1800.00/1788.77	c learnt constraints type 
1800.00/1788.77	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 125167
1800.00/1788.77	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 255671
1800.00/1788.77	s UNKNOWN
1800.00/1788.77	c Total wall clock time (in seconds): 1788.659

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-4084655-1465284709/watcher-4084655-1465284709 -o /tmp/evaluation-result-4084655-1465284709/solver-4084655-1465284709 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1465256472-5400 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084655-1465284709.opb 

pid=9735
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.02 2.08 2.03 3/194 9738
/proc/meminfo: memFree=30863324/32872528 swapFree=10676/249824
[pid=9738] ppid=9735 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/9738/stat : 9738 (java) R 9735 9738 5384 0 -1 4202496 418 0 0 0 0 0 0 0 20 0 1 0 110406422 9445376 89 33554432000 1073741824 1073778376 140734895476640 140734895473768 247055037879 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9738/statm: 2306 93 75 9 0 38 0

[startup+0.100059 s]
/proc/loadavg: 2.02 2.08 2.03 3/194 9738
/proc/meminfo: memFree=30863324/32872528 swapFree=10676/249824
[pid=9738] ppid=9735 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9738/stat : 9738 (java) S 9735 9738 5384 0 -1 4202496 4384 0 1 0 8 1 0 0 20 0 18 0 110406422 9787879424 6025 33554432000 1073741824 1073778376 140734895476640 140734895467776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9738/statm: 2389619 6025 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 2.02 2.08 2.03 3/194 9738
/proc/meminfo: memFree=30863324/32872528 swapFree=10676/249824
[pid=9738] ppid=9735 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/9738/stat : 9738 (java) S 9735 9738 5384 0 -1 4202496 4999 0 1 0 27 1 0 0 20 0 18 0 110406422 9787879424 6960 33554432000 1073741824 1073778376 140734895476640 140734895467776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9738/statm: 2389619 6960 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300229 s]
/proc/loadavg: 2.02 2.08 2.03 3/194 9738
/proc/meminfo: memFree=30863324/32872528 swapFree=10676/249824
[pid=9738] ppid=9735 vsize=9558476 CPUtime=0.56 cores=0,2,4,6
/proc/9738/stat : 9738 (java) S 9735 9738 5384 0 -1 4202496 7374 0 1 0 55 1 0 0 20 0 18 0 110406422 9787879424 9820 33554432000 1073741824 1073778376 140734895476640 140734895467776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9738/statm: 2389619 9820 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700182 s]
/proc/loadavg: 2.02 2.08 2.03 3/194 9738
/proc/meminfo: memFree=30863324/32872528 swapFree=10676/249824
[pid=9738] ppid=9735 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/9738/stat : 9738 (java) S 9735 9738 5384 0 -1 4202496 8381 0 1 0 134 2 0 0 20 0 19 0 110406422 9856040960 16549 33554432000 1073741824 1073778376 140734895476640 140734895467776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9738/statm: 2406260 16549 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.02 2.08 2.03 3/213 9757
/proc/meminfo: memFree=30803492/32872528 swapFree=10676/249824
[pid=9738] ppid=9735 vsize=9625040 CPUtime=2.24 cores=0,2,4,6
/proc/9738/stat : 9738 (java) S 9735 9738 5384 0 -1 4202496 8584 0 1 0 222 2 0 0 20 0 19 0 110406422 9856040960 17580 33554432000 1073741824 1073778376 140734895476640 140734895467776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9738/statm: 2406260 17580 2268 9 0 2396937 0
[pid=9738/tid=9740] ppid=9735 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/9738/task/9740/stat : 9740 (java) R 9735 9738 5384 0 -1 4202560 2436 0 1 0 144 2 0 0 20 0 19 0 110406423 9856040960 17580 33554432000 1073741824 1073778376 140734895476640 139760494481104 139760333630703 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9738/tid=9741] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9741/stat : 9741 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406424 9856040960 17580 33554432000 1073741824 1073778376 140734895476640 139760455981864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9742] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9742/stat : 9742 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406424 9856040960 17580 33554432000 1073741824 1073778376 140734895476640 139760454929064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9738/tid=9743] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9743/stat : 9743 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406424 9856040960 17580 33554432000 1073741824 1073778376 140734895476640 139760453876776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9738/tid=9744] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9744/stat : 9744 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406424 9856040960 17580 33554432000 1073741824 1073778376 140734895476640 139760452823976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9738/tid=9745] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9745/stat : 9745 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406424 9856040960 17580 33554432000 1073741824 1073778376 140734895476640 139760451770664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9746] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9746/stat : 9746 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406424 9856040960 17580 33554432000 1073741824 1073778376 140734895476640 139760332957864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9738/tid=9747] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9747/stat : 9747 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406424 9856040960 17580 33554432000 1073741824 1073778376 140734895476640 139760331905576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9738/tid=9748] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9748/stat : 9748 (java) S 9735 9738 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110406424 9856040960 17580 33554432000 1073741824 1073778376 140734895476640 139760330852776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9749] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9749/stat : 9749 (java) S 9735 9738 5384 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110406425 9856040960 17580 33554432000 1073741824 1073778376 140734895476640 139760318655208 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9750] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9750/stat : 9750 (java) S 9735 9738 5384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110406426 9856040960 17580 33554432000 1073741824 1073778376 140734895476640 139760317601272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9751] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9751/stat : 9751 (java) S 9735 9738 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110406426 9856040960 17580 33554432000 1073741824 1073778376 140734895476640 139759712200456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9752] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9752/stat : 9752 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406428 9856040960 17580 33554432000 1073741824 1073778376 140734895476640 139759711148944 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9753] ppid=9735 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/9738/task/9753/stat : 9753 (java) S 9735 9738 5384 0 -1 4202560 2259 0 0 0 42 0 0 0 20 0 19 0 110406428 9856040960 17580 33554432000 1073741824 1073778376 140734895476640 139759710095544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9754] ppid=9735 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/9738/task/9754/stat : 9754 (java) S 9735 9738 5384 0 -1 4202560 2619 0 0 0 32 0 0 0 20 0 19 0 110406428 9856040960 17580 33554432000 1073741824 1073778376 140734895476640 139759709042744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9738/tid=9755] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9755/stat : 9755 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406428 9856040960 17580 33554432000 1073741824 1073778376 140734895476640 139759707990648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9738/tid=9756] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9756/stat : 9756 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406428 9856040960 17580 33554432000 1073741824 1073778376 140734895476640 139759706938056 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9757] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9757/stat : 9757 (java) S 9735 9738 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110406463 9856040960 17580 33554432000 1073741824 1073778376 140734895476640 139759705884072 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.10 2.10 2.04 3/213 9757
/proc/meminfo: memFree=30796348/32872528 swapFree=10676/249824
[pid=9738] ppid=9735 vsize=9625040 CPUtime=3.88 cores=0,2,4,6
/proc/9738/stat : 9738 (java) S 9735 9738 5384 0 -1 4202496 8588 0 1 0 386 2 0 0 20 0 19 0 110406422 9856040960 19116 33554432000 1073741824 1073778376 140734895476640 140734895467776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9738/statm: 2406260 19116 2268 9 0 2396937 0
[pid=9738/tid=9740] ppid=9735 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/9738/task/9740/stat : 9740 (java) R 9735 9738 5384 0 -1 4202560 2440 0 1 0 304 2 0 0 20 0 19 0 110406423 9856040960 19116 33554432000 1073741824 1073778376 140734895476640 139760494489928 139760333606931 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9738/tid=9741] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9741/stat : 9741 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406424 9856040960 19116 33554432000 1073741824 1073778376 140734895476640 139760455981864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9742] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9742/stat : 9742 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406424 9856040960 19116 33554432000 1073741824 1073778376 140734895476640 139760454929064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9738/tid=9743] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9743/stat : 9743 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406424 9856040960 19116 33554432000 1073741824 1073778376 140734895476640 139760453876776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9738/tid=9744] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9744/stat : 9744 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406424 9856040960 19116 33554432000 1073741824 1073778376 140734895476640 139760452823976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9738/tid=9745] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9745/stat : 9745 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406424 9856040960 19116 33554432000 1073741824 1073778376 140734895476640 139760451770664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9746] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9746/stat : 9746 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406424 9856040960 19116 33554432000 1073741824 1073778376 140734895476640 139760332957864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9738/tid=9747] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9747/stat : 9747 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406424 9856040960 19116 33554432000 1073741824 1073778376 140734895476640 139760331905576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9738/tid=9748] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9748/stat : 9748 (java) S 9735 9738 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110406424 9856040960 19116 33554432000 1073741824 1073778376 140734895476640 139760330852776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9749] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9749/stat : 9749 (java) S 9735 9738 5384 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110406425 9856040960 19116 33554432000 1073741824 1073778376 140734895476640 139760318655208 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9750] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9750/stat : 9750 (java) S 9735 9738 5384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110406426 9856040960 19116 33554432000 1073741824 1073778376 140734895476640 139760317601272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9751] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9751/stat : 9751 (java) S 9735 9738 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110406426 9856040960 19116 33554432000 1073741824 1073778376 140734895476640 139759712200456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9752] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9752/stat : 9752 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406428 9856040960 19116 33554432000 1073741824 1073778376 140734895476640 139759711148944 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9753] ppid=9735 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/9738/task/9753/stat : 9753 (java) S 9735 9738 5384 0 -1 4202560 2259 0 0 0 44 0 0 0 20 0 19 0 110406428 9856040960 19116 33554432000 1073741824 1073778376 140734895476640 139759710095544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9754] ppid=9735 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/9738/task/9754/stat : 9754 (java) S 9735 9738 5384 0 -1 4202560 2619 0 0 0 35 0 0 0 20 0 19 0 110406428 9856040960 19116 33554432000 1073741824 1073778376 140734895476640 139759709042744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9738/tid=9755] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9755/stat : 9755 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406428 9856040960 19116 33554432000 1073741824 1073778376 140734895476640 139759707990648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9738/tid=9756] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9756/stat : 9756 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406428 9856040960 19116 33554432000 1073741824 1073778376 140734895476640 139759706938056 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9757] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9757/stat : 9757 (java) S 9735 9738 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110406463 9856040960 19116 33554432000 1073741824 1073778376 140734895476640 139759705884072 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.10 2.10 2.04 3/213 9757
/proc/meminfo: memFree=30781680/32872528 swapFree=10676/249824
[pid=9738] ppid=9735 vsize=9625040 CPUtime=7.09 cores=0,2,4,6
/proc/9738/stat : 9738 (java) S 9735 9738 5384 0 -1 4202496 8599 0 1 0 707 2 0 0 20 0 19 0 110406422 9856040960 23190 33554432000 1073741824 1073778376 140734895476640 140734895467776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9738/statm: 2406260 23190 2269 9 0 2396937 0
[pid=9738/tid=9740] ppid=9735 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/9738/task/9740/stat : 9740 (java) R 9735 9738 5384 0 -1 4202560 2449 0 1 0 623 2 0 0 20 0 19 0 110406423 9856040960 23190 33554432000 1073741824 1073778376 140734895476640 139760494481088 139760333645074 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9738/tid=9741] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9741/stat : 9741 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406424 9856040960 23190 33554432000 1073741824 1073778376 140734895476640 139760455981864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9742] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9742/stat : 9742 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406424 9856040960 23190 33554432000 1073741824 1073778376 140734895476640 139760454929064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9738/tid=9743] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9743/stat : 9743 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406424 9856040960 23190 33554432000 1073741824 1073778376 140734895476640 139760453876776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9738/tid=9744] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9744/stat : 9744 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406424 9856040960 23190 33554432000 1073741824 1073778376 140734895476640 139760452823976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9738/tid=9745] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9745/stat : 9745 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406424 9856040960 23190 33554432000 1073741824 1073778376 140734895476640 139760451770664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9746] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9746/stat : 9746 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406424 9856040960 23190 33554432000 1073741824 1073778376 140734895476640 139760332957864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9738/tid=9747] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9747/stat : 9747 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406424 9856040960 23190 33554432000 1073741824 1073778376 140734895476640 139760331905576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9738/tid=9748] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9748/stat : 9748 (java) S 9735 9738 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110406424 9856040960 23190 33554432000 1073741824 1073778376 140734895476640 139760330852776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9749] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9749/stat : 9749 (java) S 9735 9738 5384 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110406425 9856040960 23190 33554432000 1073741824 1073778376 140734895476640 139760318655208 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9750] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9750/stat : 9750 (java) S 9735 9738 5384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110406426 9856040960 23190 33554432000 1073741824 1073778376 140734895476640 139760317601272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9751] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9751/stat : 9751 (java) S 9735 9738 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110406426 9856040960 23190 33554432000 1073741824 1073778376 140734895476640 139759712200456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9752] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9752/stat : 9752 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406428 9856040960 23190 33554432000 1073741824 1073778376 140734895476640 139759711148944 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9753] ppid=9735 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/9738/task/9753/stat : 9753 (java) S 9735 9738 5384 0 -1 4202560 2260 0 0 0 45 0 0 0 20 0 19 0 110406428 9856040960 23190 33554432000 1073741824 1073778376 140734895476640 139759710095544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9754] ppid=9735 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/9738/task/9754/stat : 9754 (java) S 9735 9738 5384 0 -1 4202560 2619 0 0 0 35 0 0 0 20 0 19 0 110406428 9856040960 23190 33554432000 1073741824 1073778376 140734895476640 139759709042744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9738/tid=9755] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9755/stat : 9755 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406428 9856040960 23190 33554432000 1073741824 1073778376 140734895476640 139759707990648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9738/tid=9756] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9756/stat : 9756 (java) S 9735 9738 5384 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110406428 9856040960 23190 33554432000 1073741824 1073778376 140734895476640 139759706938056 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9757] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9757/stat : 9757 (java) S 9735 9738 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110406463 9856040960 23190 33554432000 1073741824 1073778376 140734895476640 139759705884072 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 9625040


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

[pid=9738/tid=9757] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9757/stat : 9757 (java) S 9735 9738 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110406463 9856040960 60804 33554432000 1073741824 1073778376 140734895476640 139759705884072 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1732.65
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.07 2.06 2.02 3/214 9889
/proc/meminfo: memFree=30850416/32872528 swapFree=10676/249824
[pid=9738] ppid=9735 vsize=9625040 CPUtime=1793.43 cores=0,2,4,6
/proc/9738/stat : 9738 (java) S 9735 9738 5384 0 -1 4202496 17053 0 1 0 179228 115 0 0 20 0 19 0 110406422 9856040960 67334 33554432000 1073741824 1073778376 140734895476640 140734895467776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9738/statm: 2406260 67334 2291 9 0 2396937 0
[pid=9738/tid=9740] ppid=9735 vsize=9625040 CPUtime=1769.97 cores=0,2,4,6
/proc/9738/task/9740/stat : 9740 (java) R 9735 9738 5384 0 -1 4202560 2685 0 1 0 176968 29 0 0 20 0 19 0 110406423 9856040960 67334 33554432000 1073741824 1073778376 140734895476640 139760494488896 139760333590239 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9741] ppid=9735 vsize=9625040 CPUtime=1.7 cores=0,2,4,6
/proc/9738/task/9741/stat : 9741 (java) S 9735 9738 5384 0 -1 4202560 1452 0 0 0 158 12 0 0 20 0 19 0 110406424 9856040960 67334 33554432000 1073741824 1073778376 140734895476640 139760455981864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9738/tid=9742] ppid=9735 vsize=9625040 CPUtime=1.67 cores=0,2,4,6
/proc/9738/task/9742/stat : 9742 (java) S 9735 9738 5384 0 -1 4202560 840 0 0 0 158 9 0 0 20 0 19 0 110406424 9856040960 67334 33554432000 1073741824 1073778376 140734895476640 139760454929064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9738/tid=9743] ppid=9735 vsize=9625040 CPUtime=1.9 cores=0,2,4,6
/proc/9738/task/9743/stat : 9743 (java) S 9735 9738 5384 0 -1 4202560 995 0 0 0 181 9 0 0 20 0 19 0 110406424 9856040960 67334 33554432000 1073741824 1073778376 140734895476640 139760453876776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9738/tid=9744] ppid=9735 vsize=9625040 CPUtime=1.8 cores=0,2,4,6
/proc/9738/task/9744/stat : 9744 (java) S 9735 9738 5384 0 -1 4202560 879 0 0 0 167 13 0 0 20 0 19 0 110406424 9856040960 67334 33554432000 1073741824 1073778376 140734895476640 139760452823976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9745] ppid=9735 vsize=9625040 CPUtime=1.73 cores=0,2,4,6
/proc/9738/task/9745/stat : 9745 (java) S 9735 9738 5384 0 -1 4202560 1083 0 0 0 164 9 0 0 20 0 19 0 110406424 9856040960 67334 33554432000 1073741824 1073778376 140734895476640 139760451770664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9738/tid=9746] ppid=9735 vsize=9625040 CPUtime=1.84 cores=0,2,4,6
/proc/9738/task/9746/stat : 9746 (java) S 9735 9738 5384 0 -1 4202560 793 0 0 0 171 13 0 0 20 0 19 0 110406424 9856040960 67334 33554432000 1073741824 1073778376 140734895476640 139760332957864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9738/tid=9747] ppid=9735 vsize=9625040 CPUtime=1.74 cores=0,2,4,6
/proc/9738/task/9747/stat : 9747 (java) S 9735 9738 5384 0 -1 4202560 745 0 0 0 164 10 0 0 20 0 19 0 110406424 9856040960 67334 33554432000 1073741824 1073778376 140734895476640 139760331905576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9738/tid=9748] ppid=9735 vsize=9625040 CPUtime=1.8 cores=0,2,4,6
/proc/9738/task/9748/stat : 9748 (java) S 9735 9738 5384 0 -1 4202560 644 0 0 0 171 9 0 0 20 0 19 0 110406424 9856040960 67334 33554432000 1073741824 1073778376 140734895476640 139760330852776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9738/tid=9749] ppid=9735 vsize=9625040 CPUtime=3.51 cores=0,2,4,6
/proc/9738/task/9749/stat : 9749 (java) S 9735 9738 5384 0 -1 4202560 632 0 0 0 346 5 0 0 20 0 19 0 110406425 9856040960 67334 33554432000 1073741824 1073778376 140734895476640 139760318655208 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9750] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9750/stat : 9750 (java) S 9735 9738 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110406426 9856040960 67334 33554432000 1073741824 1073778376 140734895476640 139760317601272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9751] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9751/stat : 9751 (java) S 9735 9738 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110406426 9856040960 67334 33554432000 1073741824 1073778376 140734895476640 139759712200456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9752] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9752/stat : 9752 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406428 9856040960 67334 33554432000 1073741824 1073778376 140734895476640 139759711148944 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9753] ppid=9735 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/9738/task/9753/stat : 9753 (java) S 9735 9738 5384 0 -1 4202560 2326 0 0 0 49 0 0 0 20 0 19 0 110406428 9856040960 67334 33554432000 1073741824 1073778376 140734895476640 139759710095544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9754] ppid=9735 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/9738/task/9754/stat : 9754 (java) S 9735 9738 5384 0 -1 4202560 2619 0 0 0 35 0 0 0 20 0 19 0 110406428 9856040960 67334 33554432000 1073741824 1073778376 140734895476640 139759709042744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9738/tid=9755] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9755/stat : 9755 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406428 9856040960 67334 33554432000 1073741824 1073778376 140734895476640 139759707990648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9738/tid=9756] ppid=9735 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/9738/task/9756/stat : 9756 (java) S 9735 9738 5384 0 -1 4202560 104 0 0 0 35 32 0 0 20 0 19 0 110406428 9856040960 67334 33554432000 1073741824 1073778376 140734895476640 139759706938056 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9757] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9757/stat : 9757 (java) S 9735 9738 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110406463 9856040960 67334 33554432000 1073741824 1073778376 140734895476640 139759705884072 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1793.43
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.71 s]
/proc/loadavg: 2.07 2.06 2.02 3/214 9890
/proc/meminfo: memFree=30841264/32872528 swapFree=10676/249824
[pid=9738] ppid=9735 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/9738/stat : 9738 (java) S 9735 9738 5384 0 -1 4202496 17081 0 1 0 179883 117 0 0 20 0 19 0 110406422 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 140734895467776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9738/statm: 2406260 69379 2291 9 0 2396937 0
[pid=9738/tid=9740] ppid=9735 vsize=9625040 CPUtime=1776.3 cores=0,2,4,6
/proc/9738/task/9740/stat : 9740 (java) R 9735 9738 5384 0 -1 4202560 2690 0 1 0 177601 29 0 0 20 0 19 0 110406423 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139760494488896 139760333645060 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9738/tid=9741] ppid=9735 vsize=9625040 CPUtime=1.74 cores=0,2,4,6
/proc/9738/task/9741/stat : 9741 (java) S 9735 9738 5384 0 -1 4202560 1455 0 0 0 161 13 0 0 20 0 19 0 110406424 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139760455981864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9742] ppid=9735 vsize=9625040 CPUtime=1.71 cores=0,2,4,6
/proc/9738/task/9742/stat : 9742 (java) S 9735 9738 5384 0 -1 4202560 843 0 0 0 162 9 0 0 20 0 19 0 110406424 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139760454929064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9738/tid=9743] ppid=9735 vsize=9625040 CPUtime=1.92 cores=0,2,4,6
/proc/9738/task/9743/stat : 9743 (java) S 9735 9738 5384 0 -1 4202560 997 0 0 0 183 9 0 0 20 0 19 0 110406424 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139760453876776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9744] ppid=9735 vsize=9625040 CPUtime=1.83 cores=0,2,4,6
/proc/9738/task/9744/stat : 9744 (java) S 9735 9738 5384 0 -1 4202560 882 0 0 0 170 13 0 0 20 0 19 0 110406424 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139760452823976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9738/tid=9745] ppid=9735 vsize=9625040 CPUtime=1.76 cores=0,2,4,6
/proc/9738/task/9745/stat : 9745 (java) S 9735 9738 5384 0 -1 4202560 1088 0 0 0 166 10 0 0 20 0 19 0 110406424 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139760451770664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9746] ppid=9735 vsize=9625040 CPUtime=1.87 cores=0,2,4,6
/proc/9738/task/9746/stat : 9746 (java) S 9735 9738 5384 0 -1 4202560 796 0 0 0 174 13 0 0 20 0 19 0 110406424 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139760332957864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9738/tid=9747] ppid=9735 vsize=9625040 CPUtime=1.78 cores=0,2,4,6
/proc/9738/task/9747/stat : 9747 (java) S 9735 9738 5384 0 -1 4202560 748 0 0 0 168 10 0 0 20 0 19 0 110406424 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139760331905576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9738/tid=9748] ppid=9735 vsize=9625040 CPUtime=1.82 cores=0,2,4,6
/proc/9738/task/9748/stat : 9748 (java) S 9735 9738 5384 0 -1 4202560 645 0 0 0 173 9 0 0 20 0 19 0 110406424 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139760330852776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9749] ppid=9735 vsize=9625040 CPUtime=3.51 cores=0,2,4,6
/proc/9738/task/9749/stat : 9749 (java) S 9735 9738 5384 0 -1 4202560 632 0 0 0 346 5 0 0 20 0 19 0 110406425 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139760318655208 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9750] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9750/stat : 9750 (java) S 9735 9738 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110406426 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139760317601272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9751] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9751/stat : 9751 (java) S 9735 9738 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110406426 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139759712200456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9752] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9752/stat : 9752 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406428 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139759711148944 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9753] ppid=9735 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/9738/task/9753/stat : 9753 (java) S 9735 9738 5384 0 -1 4202560 2326 0 0 0 49 0 0 0 20 0 19 0 110406428 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139759710095544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9754] ppid=9735 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/9738/task/9754/stat : 9754 (java) S 9735 9738 5384 0 -1 4202560 2619 0 0 0 35 0 0 0 20 0 19 0 110406428 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139759709042744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9738/tid=9755] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9755/stat : 9755 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406428 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139759707990648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9738/tid=9756] ppid=9735 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/9738/task/9756/stat : 9756 (java) S 9735 9738 5384 0 -1 4202560 104 0 0 0 35 32 0 0 20 0 19 0 110406428 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139759706938056 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9757] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9757/stat : 9757 (java) S 9735 9738 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110406463 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139759705884072 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 9738 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1788.71 s]
/proc/loadavg: 2.07 2.06 2.02 3/214 9890
/proc/meminfo: memFree=30841264/32872528 swapFree=10676/249824
[pid=9738] ppid=9735 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/9738/stat : 9738 (java) S 9735 9738 5384 0 -1 4202496 17081 0 1 0 179883 117 0 0 20 0 19 0 110406422 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 140734895467776 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9738/statm: 2406260 69379 2291 9 0 2396937 0
[pid=9738/tid=9740] ppid=9735 vsize=9625040 CPUtime=1776.3 cores=0,2,4,6
/proc/9738/task/9740/stat : 9740 (java) R 9735 9738 5384 0 -1 4202560 2690 0 1 0 177601 29 0 0 20 0 19 0 110406423 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139760494488896 139760333645060 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9738/tid=9741] ppid=9735 vsize=9625040 CPUtime=1.74 cores=0,2,4,6
/proc/9738/task/9741/stat : 9741 (java) S 9735 9738 5384 0 -1 4202560 1455 0 0 0 161 13 0 0 20 0 19 0 110406424 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139760455981864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9742] ppid=9735 vsize=9625040 CPUtime=1.71 cores=0,2,4,6
/proc/9738/task/9742/stat : 9742 (java) S 9735 9738 5384 0 -1 4202560 843 0 0 0 162 9 0 0 20 0 19 0 110406424 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139760454929064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9738/tid=9743] ppid=9735 vsize=9625040 CPUtime=1.92 cores=0,2,4,6
/proc/9738/task/9743/stat : 9743 (java) S 9735 9738 5384 0 -1 4202560 997 0 0 0 183 9 0 0 20 0 19 0 110406424 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139760453876776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9744] ppid=9735 vsize=9625040 CPUtime=1.83 cores=0,2,4,6
/proc/9738/task/9744/stat : 9744 (java) S 9735 9738 5384 0 -1 4202560 882 0 0 0 170 13 0 0 20 0 19 0 110406424 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139760452823976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9738/tid=9745] ppid=9735 vsize=9625040 CPUtime=1.76 cores=0,2,4,6
/proc/9738/task/9745/stat : 9745 (java) S 9735 9738 5384 0 -1 4202560 1088 0 0 0 166 10 0 0 20 0 19 0 110406424 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139760451770664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9746] ppid=9735 vsize=9625040 CPUtime=1.87 cores=0,2,4,6
/proc/9738/task/9746/stat : 9746 (java) S 9735 9738 5384 0 -1 4202560 796 0 0 0 174 13 0 0 20 0 19 0 110406424 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139760332957864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9738/tid=9747] ppid=9735 vsize=9625040 CPUtime=1.78 cores=0,2,4,6
/proc/9738/task/9747/stat : 9747 (java) S 9735 9738 5384 0 -1 4202560 748 0 0 0 168 10 0 0 20 0 19 0 110406424 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139760331905576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9738/tid=9748] ppid=9735 vsize=9625040 CPUtime=1.82 cores=0,2,4,6
/proc/9738/task/9748/stat : 9748 (java) S 9735 9738 5384 0 -1 4202560 645 0 0 0 173 9 0 0 20 0 19 0 110406424 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139760330852776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9749] ppid=9735 vsize=9625040 CPUtime=3.51 cores=0,2,4,6
/proc/9738/task/9749/stat : 9749 (java) S 9735 9738 5384 0 -1 4202560 632 0 0 0 346 5 0 0 20 0 19 0 110406425 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139760318655208 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9750] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9750/stat : 9750 (java) S 9735 9738 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110406426 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139760317601272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9751] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9751/stat : 9751 (java) S 9735 9738 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110406426 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139759712200456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9752] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9752/stat : 9752 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406428 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139759711148944 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9753] ppid=9735 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/9738/task/9753/stat : 9753 (java) S 9735 9738 5384 0 -1 4202560 2326 0 0 0 49 0 0 0 20 0 19 0 110406428 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139759710095544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9754] ppid=9735 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/9738/task/9754/stat : 9754 (java) S 9735 9738 5384 0 -1 4202560 2619 0 0 0 35 0 0 0 20 0 19 0 110406428 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139759709042744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9738/tid=9755] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9755/stat : 9755 (java) S 9735 9738 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110406428 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139759707990648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9738/tid=9756] ppid=9735 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/9738/task/9756/stat : 9756 (java) S 9735 9738 5384 0 -1 4202560 104 0 0 0 35 32 0 0 20 0 19 0 110406428 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139759706938056 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9738/tid=9757] ppid=9735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9738/task/9757/stat : 9757 (java) S 9735 9738 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110406463 9856040960 69379 33554432000 1073741824 1073778376 140734895476640 139759705884072 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9738 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=438203
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=662747
# CPU time returned by wait4() is 1796.1
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1788.78
CPU time (s): 1800
CPU user time (s): 1798.83
CPU system time (s): 1.17
CPU usage (%): 100.627
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.44
system time used= 1.66275
maximum resident set size= 691652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17116
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43761
involuntary context switches= 30226

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4714 second user time and 13.214 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-07 09:31:50
IDJOB=4084655
IDBENCH=90129
IDSOLVER=2546
FILE ID=node103/4084655-1465284709
RUNJOBID= node103-1465256472-5400
PBS_JOBID= 19843279
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K98.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084655-1465284709/watcher-4084655-1465284709 -o /tmp/evaluation-result-4084655-1465284709/solver-4084655-1465284709 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1465256472-5400 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084655-1465284709.opb

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

MD5SUM BENCH= 0d56c20200c8726f988a44319a68d2e3
RANDOM SEED=2085693581

node103.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.760
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.52
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.760
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.760
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.760
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.760
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.760
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.760
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.760
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:        30864224 kB
Buffers:          140296 kB
Cached:           173908 kB
SwapCached:         1720 kB
Active:           808440 kB
Inactive:         206496 kB
Active(anon):     701992 kB
Inactive(anon):     1216 kB
Active(file):     106448 kB
Inactive(file):   205280 kB
Unevictable:      249824 kB
Mlocked:           10676 kB
SwapTotal:      67108856 kB
SwapFree:       67096696 kB
Dirty:              1036 kB
Writeback:             0 kB
AnonPages:        950116 kB
Mapped:            15496 kB
Shmem:                 0 kB
Slab:             601876 kB
SReclaimable:      45408 kB
SUnreclaim:       556468 kB
KernelStack:        1600 kB
PageTables:         5856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1114088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    909312 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= 71736 MiB
End job on node103 at 2016-06-07 10:01:38