Trace number 4084638

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.03 1787.78

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K81.opb
MD5SUM07ddcd712bd0834d3fad6b8ca9adfb4d
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 variables5508
Total number of constraints5672
Number of constraints which are clauses5591
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint81
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 82
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-4084638-1465284406.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.55/0.36	c ... done. Wall clock time 0.251s.
0.55/0.36	c declared #vars     5508
0.55/0.36	c #constraints  5672
0.55/0.36	c constraints type 
0.55/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4549
0.55/0.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 81
0.55/0.36	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.55/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1040
0.55/0.36	c 5672 constraints processed.
1.82/1.12	c cleaning 2489 clauses out of 4993 with flag 26024/5001
2.58/1.80	c cleaning 4214 clauses out of 8496 with flag 64490/11000
3.39/2.60	c cleaning 5618 clauses out of 11278 with flag 116883/18000
4.29/3.52	c cleaning 6797 clauses out of 13654 with flag 177538/26000
5.32/4.59	c cleaning 7881 clauses out of 15856 with flag 243904/35000
6.51/5.78	c cleaning 8884 clauses out of 17975 with flag 319018/45000
7.92/7.14	c cleaning 10004 clauses out of 20090 with flag 391043/56000
9.42/8.69	c cleaning 10538 clauses out of 22084 with flag 464904/68001
11.12/10.35	c cleaning 11022 clauses out of 24547 with flag 544529/81003
13.02/12.23	c cleaning 12086 clauses out of 27522 with flag 631953/95000
14.91/14.16	c cleaning 12816 clauses out of 30436 with flag 732461/110000
17.11/16.40	c cleaning 13794 clauses out of 33620 with flag 839429/126000
19.52/18.80	c cleaning 14756 clauses out of 36823 with flag 945488/143000
22.21/21.44	c cleaning 15599 clauses out of 40067 with flag 1065421/161000
25.06/24.28	c cleaning 16513 clauses out of 43470 with flag 1191144/180002
28.06/27.29	c cleaning 17577 clauses out of 46956 with flag 1334454/200001
31.16/30.34	c cleaning 18254 clauses out of 50379 with flag 1468592/221001
34.46/33.65	c cleaning 19101 clauses out of 54124 with flag 1614183/243000
37.96/37.12	c cleaning 20002 clauses out of 58022 with flag 1765722/266000
41.66/40.87	c cleaning 21058 clauses out of 62021 with flag 1942097/290001
45.66/44.84	c cleaning 21822 clauses out of 65964 with flag 2115270/315002
50.06/49.30	c cleaning 22935 clauses out of 70140 with flag 2303725/341000
54.76/53.99	c cleaning 24041 clauses out of 74210 with flag 2498876/368005
59.59/58.79	c cleaning 24736 clauses out of 78165 with flag 2699967/396001
64.59/63.78	c cleaning 25687 clauses out of 82428 with flag 2916253/425000
69.89/69.08	c cleaning 26973 clauses out of 86741 with flag 3147413/455000
75.89/75.06	c cleaning 27638 clauses out of 90768 with flag 3397237/486000
82.00/81.14	c cleaning 28565 clauses out of 95131 with flag 3647290/518001
88.60/87.78	c cleaning 29514 clauses out of 99566 with flag 3920825/551001
95.45/94.53	c cleaning 30471 clauses out of 104050 with flag 4194565/585000
102.54/101.65	c cleaning 31537 clauses out of 108579 with flag 4485295/620001
110.44/109.57	c cleaning 32814 clauses out of 113043 with flag 4830127/656002
118.75/117.86	c cleaning 33493 clauses out of 117227 with flag 5161827/693001
127.13/126.18	c cleaning 34740 clauses out of 121734 with flag 5500838/731001
135.53/134.56	c cleaning 35785 clauses out of 125993 with flag 5827116/770000
144.34/143.31	c cleaning 36801 clauses out of 130208 with flag 6161150/810001
153.64/152.61	c cleaning 37654 clauses out of 134413 with flag 6508804/851007
164.01/162.83	c cleaning 38224 clauses out of 138752 with flag 6926497/893000
174.19/173.01	c cleaning 39909 clauses out of 143529 with flag 7340255/936001
185.69/184.50	c cleaning 40820 clauses out of 147619 with flag 7743545/980000
197.79/196.63	c cleaning 41575 clauses out of 151800 with flag 8199077/1025001
209.98/208.60	c cleaning 43000 clauses out of 156224 with flag 8678623/1071000
222.78/221.48	c cleaning 43743 clauses out of 160224 with flag 9148901/1118000
236.34/234.74	c cleaning 44659 clauses out of 164482 with flag 9674669/1166001
249.84/248.20	c cleaning 45679 clauses out of 168824 with flag 10174219/1215002
264.61/262.72	c cleaning 46704 clauses out of 173143 with flag 10726141/1265000
279.30/277.42	c cleaning 47580 clauses out of 177439 with flag 11324510/1316000
295.69/293.65	c cleaning 48750 clauses out of 181859 with flag 11966681/1368000
312.52/310.25	c cleaning 49996 clauses out of 186110 with flag 12704035/1421001
328.17/325.87	c cleaning 51044 clauses out of 190114 with flag 13322647/1475001
344.25/341.84	c cleaning 51897 clauses out of 194069 with flag 13926859/1530000
362.44/359.93	c cleaning 52987 clauses out of 198172 with flag 14639082/1586001
379.36/376.77	c cleaning 54147 clauses out of 202186 with flag 15258584/1643002
398.53/395.87	c cleaning 54900 clauses out of 206037 with flag 15993887/1701000
417.11/414.37	c cleaning 56218 clauses out of 210137 with flag 16709562/1760000
437.68/434.89	c cleaning 56926 clauses out of 213919 with flag 17564793/1820000
459.80/456.82	c cleaning 58237 clauses out of 217994 with flag 18565683/1881001
480.57/477.52	c cleaning 58995 clauses out of 221757 with flag 19400342/1943002
501.72/498.63	c cleaning 59998 clauses out of 225761 with flag 20160214/2006001
523.37/520.16	c cleaning 60917 clauses out of 229761 with flag 20905533/2070000
546.21/542.91	c cleaning 61878 clauses out of 233847 with flag 21811234/2135004
570.61/567.20	c cleaning 63233 clauses out of 237968 with flag 22680696/2201003
593.76/590.29	c cleaning 63989 clauses out of 241732 with flag 23478298/2268001
616.74/613.13	c cleaning 65060 clauses out of 245742 with flag 24233395/2336001
641.76/638.09	c cleaning 66262 clauses out of 249681 with flag 25176217/2405000
668.04/664.27	c cleaning 67204 clauses out of 253420 with flag 26088527/2475001
694.29/690.36	c cleaning 68219 clauses out of 257215 with flag 26962862/2546000
722.16/718.03	c cleaning 69183 clauses out of 261002 with flag 27893883/2618006
750.42/746.14	c cleaning 70475 clauses out of 264813 with flag 28876525/2691000
779.38/774.93	c cleaning 71291 clauses out of 268338 with flag 29914739/2765000
808.64/804.10	c cleaning 72596 clauses out of 272048 with flag 30874954/2840001
840.22/835.44	c cleaning 73364 clauses out of 275452 with flag 32007476/2916001
871.85/866.92	c cleaning 74405 clauses out of 279092 with flag 33136045/2993006
904.17/899.19	c cleaning 75453 clauses out of 282680 with flag 34265305/3071000
938.88/933.63	c cleaning 76575 clauses out of 286226 with flag 35474612/3150000
971.55/966.13	c cleaning 77795 clauses out of 289654 with flag 36617312/3230003
1003.81/998.21	c cleaning 78671 clauses out of 292856 with flag 37723829/3311001
1039.08/1033.36	c cleaning 79729 clauses out of 296184 with flag 38879626/3393000
1074.76/1068.85	c cleaning 81058 clauses out of 299455 with flag 40112048/3476000
1111.28/1105.19	c cleaning 81736 clauses out of 302401 with flag 41322245/3560005
1152.09/1145.70	c cleaning 83139 clauses out of 305660 with flag 42808086/3645000
1194.25/1187.76	c cleaning 83805 clauses out of 308520 with flag 44439507/3731000
1235.02/1228.28	c cleaning 84924 clauses out of 311714 with flag 45956582/3818000
1277.66/1270.66	c cleaning 86097 clauses out of 314790 with flag 47583131/3906000
1322.43/1315.07	c cleaning 87013 clauses out of 317695 with flag 49212589/3995002
1366.33/1358.66	c cleaning 88049 clauses out of 320682 with flag 50919823/4085002
1409.80/1401.69	c cleaning 88686 clauses out of 323631 with flag 52348748/4176000
1456.63/1448.01	c cleaning 90204 clauses out of 326947 with flag 54201527/4268003
1507.07/1497.95	c cleaning 90903 clauses out of 329741 with flag 56181624/4361001
1553.43/1543.86	c cleaning 92251 clauses out of 332842 with flag 57663497/4455005
1601.65/1591.53	c cleaning 92803 clauses out of 335588 with flag 59359929/4550002
1652.09/1641.43	c cleaning 94787 clauses out of 338784 with flag 61246335/4646001
1699.22/1688.08	c cleaning 95022 clauses out of 340996 with flag 62702385/4743000
1746.18/1734.57	c cleaning 96052 clauses out of 343974 with flag 64137437/4841000
1794.87/1782.68	c cleaning 97339 clauses out of 346924 with flag 65566363/4940002
1800.03/1787.72	c starts		: 42704
1800.03/1787.72	c conflicts		: 4956559
1800.03/1787.72	c decisions		: 59024533
1800.03/1787.72	c propagations		: 1730832126
1800.03/1787.72	c inspects		: 20262154001
1800.03/1787.72	c shortcuts		: 0
1800.03/1787.72	c learnt literals	: 53
1800.03/1787.72	c learnt binary clauses	: 87976
1800.03/1787.72	c learnt ternary clauses	: 93170
1800.03/1787.72	c learnt constraints	: 4956506
1800.03/1787.72	c ignored constraints	: 0
1800.03/1787.72	c root simplifications	: 0
1800.03/1787.72	c removed literals (reason simplification)	: 0
1800.03/1787.72	c reason swapping (by a shorter reason)	: 0
1800.03/1787.72	c Calls to reduceDB	: 95
1800.03/1787.72	c Number of update (reduction) of LBD	: 4532706
1800.03/1787.72	c Imported unit clauses	: 0
1800.03/1787.72	c number of reductions to clauses (during analyze)	: 0
1800.03/1787.72	c number of learned constraints concerned by reduction	: 0
1800.03/1787.72	c number of learning phase by resolution	: 0
1800.03/1787.72	c number of learning phase by cutting planes	: 0
1800.03/1787.72	c speed (assignments/second)	: 968379.1781128487
1800.03/1787.72	c non guided choices	3854
1800.03/1787.72	c timeout
1800.03/1787.78	c learnt constraints type 
1800.03/1787.78	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 87976
1800.03/1787.78	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 178166
1800.03/1787.78	s UNKNOWN
1800.03/1787.78	c Total wall clock time (in seconds): 1787.663

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

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

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


[startup+0 s]
/proc/loadavg: 2.11 2.04 2.01 3/194 9663
/proc/meminfo: memFree=30363740/32872528 swapFree=10676/249824
[pid=9663] ppid=9660 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/9663/stat : 9663 (java) R 9660 9663 5384 0 -1 4202496 406 0 0 0 0 0 0 0 20 0 1 0 110376039 9445376 78 33554432000 1073741824 1073778376 140735147342304 140735147339432 247055031549 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9663/statm: 2306 92 74 9 0 38 0

[startup+0.100164 s]
/proc/loadavg: 2.11 2.04 2.01 3/194 9663
/proc/meminfo: memFree=30363740/32872528 swapFree=10676/249824
[pid=9663] ppid=9660 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/9663/stat : 9663 (java) S 9660 9663 5384 0 -1 4202496 4460 0 1 0 8 1 0 0 20 0 18 0 110376039 9787879424 5582 33554432000 1073741824 1073778376 140735147342304 140735147333440 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9663/statm: 2389619 5582 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20023 s]
/proc/loadavg: 2.11 2.04 2.01 3/194 9663
/proc/meminfo: memFree=30363740/32872528 swapFree=10676/249824
[pid=9663] ppid=9660 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/9663/stat : 9663 (java) S 9660 9663 5384 0 -1 4202496 5030 0 1 0 26 1 0 0 20 0 18 0 110376039 9787879424 6537 33554432000 1073741824 1073778376 140735147342304 140735147333440 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9663/statm: 2389619 6537 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.30024 s]
/proc/loadavg: 2.11 2.04 2.01 3/194 9663
/proc/meminfo: memFree=30363740/32872528 swapFree=10676/249824
[pid=9663] ppid=9660 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/9663/stat : 9663 (java) S 9660 9663 5384 0 -1 4202496 7583 0 1 0 53 2 0 0 20 0 18 0 110376039 9787879424 9439 33554432000 1073741824 1073778376 140735147342304 140735147333440 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9663/statm: 2389619 9439 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700394 s]
/proc/loadavg: 2.11 2.04 2.01 3/194 9663
/proc/meminfo: memFree=30363740/32872528 swapFree=10676/249824
[pid=9663] ppid=9660 vsize=9625040 CPUtime=1.38 cores=1,3,5,7
/proc/9663/stat : 9663 (java) S 9660 9663 5384 0 -1 4202496 8702 0 1 0 136 2 0 0 20 0 19 0 110376039 9856040960 15169 33554432000 1073741824 1073778376 140735147342304 140735147333440 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9663/statm: 2406260 15169 2261 9 0 2396937 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.26 2.07 2.02 3/213 9682
/proc/meminfo: memFree=30309076/32872528 swapFree=10676/249824
[pid=9663] ppid=9660 vsize=9625040 CPUtime=2.26 cores=1,3,5,7
/proc/9663/stat : 9663 (java) S 9660 9663 5384 0 -1 4202496 8733 0 1 0 224 2 0 0 20 0 19 0 110376039 9856040960 16210 33554432000 1073741824 1073778376 140735147342304 140735147333440 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9663/statm: 2406260 16210 2267 9 0 2396937 0
[pid=9663/tid=9665] ppid=9660 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/9663/task/9665/stat : 9665 (java) R 9660 9663 5384 0 -1 4202560 2477 0 1 0 145 2 0 0 20 0 19 0 110376040 9856040960 16210 33554432000 1073741824 1073778376 140735147342304 140155581575176 140155521949472 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9663/tid=9666] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9666/stat : 9666 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376041 9856040960 16210 33554432000 1073741824 1073778376 140735147342304 140155425601704 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9667] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9667/stat : 9667 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376041 9856040960 16210 33554432000 1073741824 1073778376 140735147342304 140155424549160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9663/tid=9668] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9668/stat : 9668 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376041 9856040960 16210 33554432000 1073741824 1073778376 140735147342304 140155423496616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9663/tid=9669] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9669/stat : 9669 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376041 9856040960 16210 33554432000 1073741824 1073778376 140735147342304 140155422444072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9663/tid=9670] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9670/stat : 9670 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376041 9856040960 16210 33554432000 1073741824 1073778376 140735147342304 140155421391528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9671] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9671/stat : 9671 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376041 9856040960 16210 33554432000 1073741824 1073778376 140735147342304 140155420338984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9663/tid=9672] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9672/stat : 9672 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376041 9856040960 16210 33554432000 1073741824 1073778376 140735147342304 140155419286440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9673] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9673/stat : 9673 (java) S 9660 9663 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110376041 9856040960 16210 33554432000 1073741824 1073778376 140735147342304 140155418233896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9674] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9674/stat : 9674 (java) S 9660 9663 5384 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110376042 9856040960 16210 33554432000 1073741824 1073778376 140735147342304 140155405822056 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9663/tid=9675] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9675/stat : 9675 (java) S 9660 9663 5384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110376043 9856040960 16210 33554432000 1073741824 1073778376 140735147342304 140155404768376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9676] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9676/stat : 9676 (java) S 9660 9663 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110376043 9856040960 16210 33554432000 1073741824 1073778376 140735147342304 140155403715720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9677] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9677/stat : 9677 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376045 9856040960 16210 33554432000 1073741824 1073778376 140735147342304 140155402664464 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9678] ppid=9660 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/9663/task/9678/stat : 9678 (java) S 9660 9663 5384 0 -1 4202560 3055 0 0 0 44 0 0 0 20 0 19 0 110376045 9856040960 16210 33554432000 1073741824 1073778376 140735147342304 140155401611832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9679] ppid=9660 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/9663/task/9679/stat : 9679 (java) S 9660 9663 5384 0 -1 4202560 1924 0 0 0 32 0 0 0 20 0 19 0 110376045 9856040960 16210 33554432000 1073741824 1073778376 140735147342304 140155400559288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9663/tid=9680] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9680/stat : 9680 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376045 9856040960 16210 33554432000 1073741824 1073778376 140735147342304 140155399506936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9663/tid=9681] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9681/stat : 9681 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376045 9856040960 16210 33554432000 1073741824 1073778376 140735147342304 140155398454600 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9663/tid=9682] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9682/stat : 9682 (java) S 9660 9663 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110376077 9856040960 16210 33554432000 1073741824 1073778376 140735147342304 140155397350184 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.26 2.07 2.02 3/213 9682
/proc/meminfo: memFree=30302560/32872528 swapFree=10676/249824
[pid=9663] ppid=9660 vsize=9625040 CPUtime=3.89 cores=1,3,5,7
/proc/9663/stat : 9663 (java) S 9660 9663 5384 0 -1 4202496 8755 0 1 0 387 2 0 0 20 0 19 0 110376039 9856040960 18264 33554432000 1073741824 1073778376 140735147342304 140735147333440 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9663/statm: 2406260 18264 2267 9 0 2396937 0
[pid=9663/tid=9665] ppid=9660 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/9663/task/9665/stat : 9665 (java) R 9660 9663 5384 0 -1 4202560 2482 0 1 0 305 2 0 0 20 0 19 0 110376040 9856040960 18264 33554432000 1073741824 1073778376 140735147342304 140155581575496 140155521887431 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9663/tid=9666] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9666/stat : 9666 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376041 9856040960 18264 33554432000 1073741824 1073778376 140735147342304 140155425601704 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9667] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9667/stat : 9667 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376041 9856040960 18264 33554432000 1073741824 1073778376 140735147342304 140155424549160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9663/tid=9668] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9668/stat : 9668 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376041 9856040960 18264 33554432000 1073741824 1073778376 140735147342304 140155423496616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9663/tid=9669] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9669/stat : 9669 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376041 9856040960 18264 33554432000 1073741824 1073778376 140735147342304 140155422444072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9663/tid=9670] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9670/stat : 9670 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376041 9856040960 18264 33554432000 1073741824 1073778376 140735147342304 140155421391528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9671] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9671/stat : 9671 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376041 9856040960 18264 33554432000 1073741824 1073778376 140735147342304 140155420338984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9663/tid=9672] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9672/stat : 9672 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376041 9856040960 18264 33554432000 1073741824 1073778376 140735147342304 140155419286440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9673] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9673/stat : 9673 (java) S 9660 9663 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110376041 9856040960 18264 33554432000 1073741824 1073778376 140735147342304 140155418233896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9674] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9674/stat : 9674 (java) S 9660 9663 5384 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110376042 9856040960 18264 33554432000 1073741824 1073778376 140735147342304 140155405822056 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9663/tid=9675] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9675/stat : 9675 (java) S 9660 9663 5384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110376043 9856040960 18264 33554432000 1073741824 1073778376 140735147342304 140155404768376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9676] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9676/stat : 9676 (java) S 9660 9663 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110376043 9856040960 18264 33554432000 1073741824 1073778376 140735147342304 140155403715720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9677] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9677/stat : 9677 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376045 9856040960 18264 33554432000 1073741824 1073778376 140735147342304 140155402664464 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9678] ppid=9660 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/9663/task/9678/stat : 9678 (java) S 9660 9663 5384 0 -1 4202560 3059 0 0 0 46 0 0 0 20 0 19 0 110376045 9856040960 18264 33554432000 1073741824 1073778376 140735147342304 140155401611832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9679] ppid=9660 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/9663/task/9679/stat : 9679 (java) S 9660 9663 5384 0 -1 4202560 1937 0 0 0 34 0 0 0 20 0 19 0 110376045 9856040960 18264 33554432000 1073741824 1073778376 140735147342304 140155400559288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9663/tid=9680] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9680/stat : 9680 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376045 9856040960 18264 33554432000 1073741824 1073778376 140735147342304 140155399506936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9663/tid=9681] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9681/stat : 9681 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376045 9856040960 18264 33554432000 1073741824 1073778376 140735147342304 140155398454600 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9663/tid=9682] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9682/stat : 9682 (java) S 9660 9663 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110376077 9856040960 18264 33554432000 1073741824 1073778376 140735147342304 140155397350184 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.32 2.09 2.02 3/213 9682
/proc/meminfo: memFree=30288352/32872528 swapFree=10676/249824
[pid=9663] ppid=9660 vsize=9625040 CPUtime=7.11 cores=1,3,5,7
/proc/9663/stat : 9663 (java) S 9660 9663 5384 0 -1 4202496 8767 0 1 0 709 2 0 0 20 0 19 0 110376039 9856040960 21758 33554432000 1073741824 1073778376 140735147342304 140735147333440 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9663/statm: 2406260 21758 2268 9 0 2396937 0
[pid=9663/tid=9665] ppid=9660 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/9663/task/9665/stat : 9665 (java) R 9660 9663 5384 0 -1 4202560 2490 0 1 0 624 2 0 0 20 0 19 0 110376040 9856040960 21758 33554432000 1073741824 1073778376 140735147342304 140155581566656 140155521949472 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9663/tid=9666] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9666/stat : 9666 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376041 9856040960 21758 33554432000 1073741824 1073778376 140735147342304 140155425601704 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9667] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9667/stat : 9667 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376041 9856040960 21758 33554432000 1073741824 1073778376 140735147342304 140155424549160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9663/tid=9668] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9668/stat : 9668 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376041 9856040960 21758 33554432000 1073741824 1073778376 140735147342304 140155423496616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9663/tid=9669] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9669/stat : 9669 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376041 9856040960 21758 33554432000 1073741824 1073778376 140735147342304 140155422444072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9663/tid=9670] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9670/stat : 9670 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376041 9856040960 21758 33554432000 1073741824 1073778376 140735147342304 140155421391528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9671] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9671/stat : 9671 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376041 9856040960 21758 33554432000 1073741824 1073778376 140735147342304 140155420338984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9663/tid=9672] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9672/stat : 9672 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376041 9856040960 21758 33554432000 1073741824 1073778376 140735147342304 140155419286440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9673] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9673/stat : 9673 (java) S 9660 9663 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110376041 9856040960 21758 33554432000 1073741824 1073778376 140735147342304 140155418233896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9674] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9674/stat : 9674 (java) S 9660 9663 5384 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110376042 9856040960 21758 33554432000 1073741824 1073778376 140735147342304 140155405822056 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9663/tid=9675] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9675/stat : 9675 (java) S 9660 9663 5384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110376043 9856040960 21758 33554432000 1073741824 1073778376 140735147342304 140155404768376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9676] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9676/stat : 9676 (java) S 9660 9663 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110376043 9856040960 21758 33554432000 1073741824 1073778376 140735147342304 140155403715720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9677] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9677/stat : 9677 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376045 9856040960 21758 33554432000 1073741824 1073778376 140735147342304 140155402664464 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9678] ppid=9660 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/9663/task/9678/stat : 9678 (java) S 9660 9663 5384 0 -1 4202560 3062 0 0 0 47 0 0 0 20 0 19 0 110376045 9856040960 21758 33554432000 1073741824 1073778376 140735147342304 140155401611832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9679] ppid=9660 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/9663/task/9679/stat : 9679 (java) S 9660 9663 5384 0 -1 4202560 1937 0 0 0 34 0 0 0 20 0 19 0 110376045 9856040960 21758 33554432000 1073741824 1073778376 140735147342304 140155400559288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9663/tid=9680] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9680/stat : 9680 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376045 9856040960 21758 33554432000 1073741824 1073778376 140735147342304 140155399506936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9663/tid=9681] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9681/stat : 9681 (java) S 9660 9663 5384 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110376045 9856040960 21758 33554432000 1073741824 1073778376 140735147342304 140155398454600 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9663/tid=9682] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9682/stat : 9682 (java) S 9660 9663 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110376077 9856040960 21758 33554432000 1073741824 1073778376 140735147342304 140155397350184 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 9625040


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

[pid=9663/tid=9682] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9682/stat : 9682 (java) S 9660 9663 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110376077 9856040960 61209 33554432000 1073741824 1073778376 140735147342304 140155397350184 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1733.91
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.02 2.04 2.02 3/213 9792
/proc/meminfo: memFree=30964184/32872528 swapFree=10676/249824
[pid=9663] ppid=9660 vsize=9625040 CPUtime=1794.57 cores=1,3,5,7
/proc/9663/stat : 9663 (java) S 9660 9663 5384 0 -1 4202496 19836 0 1 0 179305 152 0 0 20 0 19 0 110376039 9856040960 72060 33554432000 1073741824 1073778376 140735147342304 140735147333440 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9663/statm: 2406260 72060 2290 9 0 2396937 0
[pid=9663/tid=9665] ppid=9660 vsize=9625040 CPUtime=1768.99 cores=1,3,5,7
/proc/9663/task/9665/stat : 9665 (java) R 9660 9663 5384 0 -1 4202560 2759 0 1 0 176866 33 0 0 20 0 19 0 110376040 9856040960 72060 33554432000 1073741824 1073778376 140735147342304 140155581574464 140155521957222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9663/tid=9666] ppid=9660 vsize=9625040 CPUtime=2.05 cores=1,3,5,7
/proc/9663/task/9666/stat : 9666 (java) S 9660 9663 5384 0 -1 4202560 1024 0 0 0 188 17 0 0 20 0 19 0 110376041 9856040960 72060 33554432000 1073741824 1073778376 140735147342304 140155425601704 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9663/tid=9667] ppid=9660 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/9663/task/9667/stat : 9667 (java) S 9660 9663 5384 0 -1 4202560 1214 0 0 0 187 14 0 0 20 0 19 0 110376041 9856040960 72060 33554432000 1073741824 1073778376 140735147342304 140155424549160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9663/tid=9668] ppid=9660 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/9663/task/9668/stat : 9668 (java) S 9660 9663 5384 0 -1 4202560 1690 0 0 0 187 14 0 0 20 0 19 0 110376041 9856040960 72060 33554432000 1073741824 1073778376 140735147342304 140155423496616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9669] ppid=9660 vsize=9625040 CPUtime=2.03 cores=1,3,5,7
/proc/9663/task/9669/stat : 9669 (java) S 9660 9663 5384 0 -1 4202560 1150 0 0 0 189 14 0 0 20 0 19 0 110376041 9856040960 72060 33554432000 1073741824 1073778376 140735147342304 140155422444072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9663/tid=9670] ppid=9660 vsize=9625040 CPUtime=1.84 cores=1,3,5,7
/proc/9663/task/9670/stat : 9670 (java) S 9660 9663 5384 0 -1 4202560 873 0 0 0 172 12 0 0 20 0 19 0 110376041 9856040960 72060 33554432000 1073741824 1073778376 140735147342304 140155421391528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9671] ppid=9660 vsize=9625040 CPUtime=2.03 cores=1,3,5,7
/proc/9663/task/9671/stat : 9671 (java) S 9660 9663 5384 0 -1 4202560 1336 0 0 0 190 13 0 0 20 0 19 0 110376041 9856040960 72060 33554432000 1073741824 1073778376 140735147342304 140155420338984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9663/tid=9672] ppid=9660 vsize=9625040 CPUtime=2 cores=1,3,5,7
/proc/9663/task/9672/stat : 9672 (java) S 9660 9663 5384 0 -1 4202560 1449 0 0 0 186 14 0 0 20 0 19 0 110376041 9856040960 72060 33554432000 1073741824 1073778376 140735147342304 140155419286440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9663/tid=9673] ppid=9660 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/9663/task/9673/stat : 9673 (java) S 9660 9663 5384 0 -1 4202560 1089 0 0 0 185 16 0 0 20 0 19 0 110376041 9856040960 72060 33554432000 1073741824 1073778376 140735147342304 140155418233896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9663/tid=9674] ppid=9660 vsize=9625040 CPUtime=3.8 cores=1,3,5,7
/proc/9663/task/9674/stat : 9674 (java) S 9660 9663 5384 0 -1 4202560 881 0 0 0 375 5 0 0 20 0 19 0 110376042 9856040960 72060 33554432000 1073741824 1073778376 140735147342304 140155405822056 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9663/tid=9675] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9675/stat : 9675 (java) S 9660 9663 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110376043 9856040960 72060 33554432000 1073741824 1073778376 140735147342304 140155404768376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9676] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9676/stat : 9676 (java) S 9660 9663 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110376043 9856040960 72060 33554432000 1073741824 1073778376 140735147342304 140155403715720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9677] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9677/stat : 9677 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376045 9856040960 72060 33554432000 1073741824 1073778376 140735147342304 140155402664464 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9678] ppid=9660 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/9663/task/9678/stat : 9678 (java) S 9660 9663 5384 0 -1 4202560 3067 0 0 0 50 0 0 0 20 0 19 0 110376045 9856040960 72060 33554432000 1073741824 1073778376 140735147342304 140155401611832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9679] ppid=9660 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/9663/task/9679/stat : 9679 (java) S 9660 9663 5384 0 -1 4202560 1937 0 0 0 34 0 0 0 20 0 19 0 110376045 9856040960 72060 33554432000 1073741824 1073778376 140735147342304 140155400559288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9663/tid=9680] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9680/stat : 9680 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376045 9856040960 72060 33554432000 1073741824 1073778376 140735147342304 140155399506936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9663/tid=9681] ppid=9660 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/9663/task/9681/stat : 9681 (java) S 9660 9663 5384 0 -1 4202560 104 0 0 0 27 37 0 0 20 0 19 0 110376045 9856040960 72060 33554432000 1073741824 1073778376 140735147342304 140155398454600 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9663/tid=9682] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9682/stat : 9682 (java) S 9660 9663 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110376077 9856040960 72060 33554432000 1073741824 1073778376 140735147342304 140155397350184 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1794.57
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.7 s]
/proc/loadavg: 2.10 2.06 2.02 3/213 9792
/proc/meminfo: memFree=31030460/32872528 swapFree=10676/249824
[pid=9663] ppid=9660 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/9663/stat : 9663 (java) S 9660 9663 5384 0 -1 4202496 19839 0 1 0 179851 152 0 0 20 0 19 0 110376039 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140735147333440 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9663/statm: 2406260 55244 2290 9 0 2396937 0
[pid=9663/tid=9665] ppid=9660 vsize=9625040 CPUtime=1774.22 cores=1,3,5,7
/proc/9663/task/9665/stat : 9665 (java) R 9660 9663 5384 0 -1 4202560 2761 0 1 0 177389 33 0 0 20 0 19 0 110376040 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155581574464 140155521907776 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9663/tid=9666] ppid=9660 vsize=9625040 CPUtime=2.06 cores=1,3,5,7
/proc/9663/task/9666/stat : 9666 (java) S 9660 9663 5384 0 -1 4202560 1025 0 0 0 189 17 0 0 20 0 19 0 110376041 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155425601704 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9663/tid=9667] ppid=9660 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/9663/task/9667/stat : 9667 (java) S 9660 9663 5384 0 -1 4202560 1214 0 0 0 188 14 0 0 20 0 19 0 110376041 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155424549160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9663/tid=9668] ppid=9660 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/9663/task/9668/stat : 9668 (java) S 9660 9663 5384 0 -1 4202560 1690 0 0 0 187 14 0 0 20 0 19 0 110376041 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155423496616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9669] ppid=9660 vsize=9625040 CPUtime=2.04 cores=1,3,5,7
/proc/9663/task/9669/stat : 9669 (java) S 9660 9663 5384 0 -1 4202560 1150 0 0 0 190 14 0 0 20 0 19 0 110376041 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155422444072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9670] ppid=9660 vsize=9625040 CPUtime=1.85 cores=1,3,5,7
/proc/9663/task/9670/stat : 9670 (java) S 9660 9663 5384 0 -1 4202560 873 0 0 0 173 12 0 0 20 0 19 0 110376041 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155421391528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9663/tid=9671] ppid=9660 vsize=9625040 CPUtime=2.04 cores=1,3,5,7
/proc/9663/task/9671/stat : 9671 (java) S 9660 9663 5384 0 -1 4202560 1336 0 0 0 191 13 0 0 20 0 19 0 110376041 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155420338984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9663/tid=9672] ppid=9660 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/9663/task/9672/stat : 9672 (java) S 9660 9663 5384 0 -1 4202560 1449 0 0 0 188 14 0 0 20 0 19 0 110376041 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155419286440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9673] ppid=9660 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/9663/task/9673/stat : 9673 (java) S 9660 9663 5384 0 -1 4202560 1089 0 0 0 186 16 0 0 20 0 19 0 110376041 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155418233896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9663/tid=9674] ppid=9660 vsize=9625040 CPUtime=3.93 cores=1,3,5,7
/proc/9663/task/9674/stat : 9674 (java) S 9660 9663 5384 0 -1 4202560 881 0 0 0 387 6 0 0 20 0 19 0 110376042 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155405822056 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9663/tid=9675] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9675/stat : 9675 (java) S 9660 9663 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110376043 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155404768376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9676] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9676/stat : 9676 (java) S 9660 9663 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110376043 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155403715720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9677] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9677/stat : 9677 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376045 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155402664464 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9678] ppid=9660 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/9663/task/9678/stat : 9678 (java) S 9660 9663 5384 0 -1 4202560 3067 0 0 0 50 0 0 0 20 0 19 0 110376045 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155401611832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9679] ppid=9660 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/9663/task/9679/stat : 9679 (java) S 9660 9663 5384 0 -1 4202560 1937 0 0 0 34 0 0 0 20 0 19 0 110376045 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155400559288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9663/tid=9680] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9680/stat : 9680 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376045 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155399506936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9663/tid=9681] ppid=9660 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/9663/task/9681/stat : 9681 (java) S 9660 9663 5384 0 -1 4202560 104 0 0 0 27 37 0 0 20 0 19 0 110376045 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155398454600 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9663/tid=9682] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9682/stat : 9682 (java) S 9660 9663 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110376077 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155397350184 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 9663 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1787.7 s]
/proc/loadavg: 2.10 2.06 2.02 3/213 9792
/proc/meminfo: memFree=31030460/32872528 swapFree=10676/249824
[pid=9663] ppid=9660 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/9663/stat : 9663 (java) S 9660 9663 5384 0 -1 4202496 19839 0 1 0 179851 152 0 0 20 0 19 0 110376039 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140735147333440 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9663/statm: 2406260 55244 2290 9 0 2396937 0
[pid=9663/tid=9665] ppid=9660 vsize=9625040 CPUtime=1774.22 cores=1,3,5,7
/proc/9663/task/9665/stat : 9665 (java) R 9660 9663 5384 0 -1 4202560 2761 0 1 0 177389 33 0 0 20 0 19 0 110376040 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155581574464 140155521907776 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9663/tid=9666] ppid=9660 vsize=9625040 CPUtime=2.06 cores=1,3,5,7
/proc/9663/task/9666/stat : 9666 (java) S 9660 9663 5384 0 -1 4202560 1025 0 0 0 189 17 0 0 20 0 19 0 110376041 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155425601704 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9663/tid=9667] ppid=9660 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/9663/task/9667/stat : 9667 (java) S 9660 9663 5384 0 -1 4202560 1214 0 0 0 188 14 0 0 20 0 19 0 110376041 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155424549160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9663/tid=9668] ppid=9660 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/9663/task/9668/stat : 9668 (java) S 9660 9663 5384 0 -1 4202560 1690 0 0 0 187 14 0 0 20 0 19 0 110376041 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155423496616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9669] ppid=9660 vsize=9625040 CPUtime=2.04 cores=1,3,5,7
/proc/9663/task/9669/stat : 9669 (java) S 9660 9663 5384 0 -1 4202560 1150 0 0 0 190 14 0 0 20 0 19 0 110376041 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155422444072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9670] ppid=9660 vsize=9625040 CPUtime=1.85 cores=1,3,5,7
/proc/9663/task/9670/stat : 9670 (java) S 9660 9663 5384 0 -1 4202560 873 0 0 0 173 12 0 0 20 0 19 0 110376041 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155421391528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9663/tid=9671] ppid=9660 vsize=9625040 CPUtime=2.04 cores=1,3,5,7
/proc/9663/task/9671/stat : 9671 (java) S 9660 9663 5384 0 -1 4202560 1336 0 0 0 191 13 0 0 20 0 19 0 110376041 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155420338984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9663/tid=9672] ppid=9660 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/9663/task/9672/stat : 9672 (java) S 9660 9663 5384 0 -1 4202560 1449 0 0 0 188 14 0 0 20 0 19 0 110376041 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155419286440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9673] ppid=9660 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/9663/task/9673/stat : 9673 (java) S 9660 9663 5384 0 -1 4202560 1089 0 0 0 186 16 0 0 20 0 19 0 110376041 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155418233896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9663/tid=9674] ppid=9660 vsize=9625040 CPUtime=3.93 cores=1,3,5,7
/proc/9663/task/9674/stat : 9674 (java) S 9660 9663 5384 0 -1 4202560 881 0 0 0 387 6 0 0 20 0 19 0 110376042 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155405822056 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9663/tid=9675] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9675/stat : 9675 (java) S 9660 9663 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110376043 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155404768376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9676] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9676/stat : 9676 (java) S 9660 9663 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110376043 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155403715720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9677] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9677/stat : 9677 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376045 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155402664464 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9678] ppid=9660 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/9663/task/9678/stat : 9678 (java) S 9660 9663 5384 0 -1 4202560 3067 0 0 0 50 0 0 0 20 0 19 0 110376045 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155401611832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9663/tid=9679] ppid=9660 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/9663/task/9679/stat : 9679 (java) S 9660 9663 5384 0 -1 4202560 1937 0 0 0 34 0 0 0 20 0 19 0 110376045 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155400559288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9663/tid=9680] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9680/stat : 9680 (java) S 9660 9663 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110376045 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155399506936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9663/tid=9681] ppid=9660 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/9663/task/9681/stat : 9681 (java) S 9660 9663 5384 0 -1 4202560 104 0 0 0 27 37 0 0 20 0 19 0 110376045 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155398454600 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9663/tid=9682] ppid=9660 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9663/task/9682/stat : 9682 (java) S 9660 9663 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110376077 9856040960 55244 33554432000 1073741824 1073778376 140735147342304 140155397350184 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9663 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=28266
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=42689
# CPU time returned by wait4() is 1796.07
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1787.78
CPU time (s): 1800.03
CPU user time (s): 1798.51
CPU system time (s): 1.52
CPU usage (%): 100.685
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.03
system time used= 2.04269
maximum resident set size= 727232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19882
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44843
involuntary context switches= 42793

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3134 second user time and 14.0109 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-07 09:26:46
IDJOB=4084638
IDBENCH=90126
IDSOLVER=2546
FILE ID=node103/4084638-1465284406
RUNJOBID= node103-1465256472-5401
PBS_JOBID= 19843279
Free space on /tmp= 71688 MiB

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

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

MD5SUM BENCH= 07ddcd712bd0834d3fad6b8ca9adfb4d
RANDOM SEED=793630689

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:        30363268 kB
Buffers:          140012 kB
Cached:           222080 kB
SwapCached:         1720 kB
Active:          1312612 kB
Inactive:         208292 kB
Active(anon):    1158152 kB
Inactive(anon):     2992 kB
Active(file):     154460 kB
Inactive(file):   205300 kB
Unevictable:      249824 kB
Mlocked:           10676 kB
SwapTotal:      67108856 kB
SwapFree:       67096696 kB
Dirty:               960 kB
Writeback:             0 kB
AnonPages:       1409748 kB
Mapped:            15612 kB
Shmem:                 0 kB
Slab:             602692 kB
SReclaimable:      46284 kB
SUnreclaim:       556408 kB
KernelStack:        1600 kB
PageTables:         6836 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2498092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1376256 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 09:56:34