Trace number 4084600

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.05 1793.78

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K129.opb
MD5SUM1a22ba01765c232fe0c8623cfb5d750f
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 variables15351
Total number of constraints15611
Number of constraints which are clauses15482
Number of constraints which are cardinality constraints (but not clauses)129
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint129
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 130
Number of bits of the biggest sum of numbers8
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-4084600-1465286499.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.97/0.50	c ... done. Wall clock time 0.387s.
0.97/0.50	c declared #vars     15351
0.97/0.50	c #constraints  15611
0.97/0.50	c constraints type 
0.97/0.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13816
0.97/0.50	c org.sat4j.minisat.constraints.card.MinWatchCard => 129
0.97/0.50	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.97/0.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1664
0.97/0.50	c 15611 constraints processed.
2.70/1.94	c cleaning 2483 clauses out of 4997 with flag 25107/5000
4.50/3.65	c cleaning 4239 clauses out of 8508 with flag 58817/11000
6.30/5.43	c cleaning 5624 clauses out of 11267 with flag 98964/18001
8.41/7.51	c cleaning 6779 clauses out of 13638 with flag 143949/26000
10.72/9.88	c cleaning 7890 clauses out of 15859 with flag 194520/35002
13.52/12.67	c cleaning 8934 clauses out of 17962 with flag 252406/45001
16.44/15.59	c cleaning 9238 clauses out of 20022 with flag 310595/56000
19.83/18.93	c cleaning 9983 clauses out of 22783 with flag 372683/68001
23.35/22.43	c cleaning 10784 clauses out of 25799 with flag 440018/81001
27.15/26.21	c cleaning 11525 clauses out of 29010 with flag 515381/95001
31.05/30.19	c cleaning 12866 clauses out of 32481 with flag 598444/110000
35.55/34.61	c cleaning 13355 clauses out of 35614 with flag 686134/126000
40.35/39.42	c cleaning 14229 clauses out of 39258 with flag 779660/143000
45.85/44.92	c cleaning 14932 clauses out of 43027 with flag 883690/161000
51.45/50.53	c cleaning 15849 clauses out of 47095 with flag 992317/180001
57.55/56.61	c cleaning 17032 clauses out of 51246 with flag 1104152/200001
64.05/63.19	c cleaning 17481 clauses out of 55213 with flag 1217251/221000
71.25/70.30	c cleaning 18401 clauses out of 59733 with flag 1346068/243001
79.01/78.07	c cleaning 19247 clauses out of 64332 with flag 1478310/266001
86.70/85.76	c cleaning 20099 clauses out of 69084 with flag 1616321/290000
94.70/93.77	c cleaning 21030 clauses out of 73985 with flag 1765276/315001
103.20/102.25	c cleaning 21756 clauses out of 78956 with flag 1913755/341002
112.60/111.61	c cleaning 22830 clauses out of 84197 with flag 2074523/368000
122.11/121.18	c cleaning 23643 clauses out of 89367 with flag 2235417/396000
132.40/131.41	c cleaning 24397 clauses out of 94722 with flag 2403442/425000
142.96/141.81	c cleaning 25423 clauses out of 100325 with flag 2582582/455000
154.16/153.02	c cleaning 26429 clauses out of 105902 with flag 2769715/486001
165.85/164.76	c cleaning 26936 clauses out of 111471 with flag 2968356/518000
178.45/177.39	c cleaning 27872 clauses out of 117535 with flag 3170223/551001
191.35/190.29	c cleaning 29109 clauses out of 123659 with flag 3374295/585000
205.09/203.70	c cleaning 30035 clauses out of 129555 with flag 3602256/620005
219.69/218.39	c cleaning 30469 clauses out of 135515 with flag 3823246/656000
234.47/233.16	c cleaning 31452 clauses out of 142045 with flag 4056438/693000
249.57/248.30	c cleaning 32669 clauses out of 148592 with flag 4294301/731000
265.77/264.42	c cleaning 33530 clauses out of 154923 with flag 4541689/770002
282.42/280.86	c cleaning 34379 clauses out of 161391 with flag 4809912/810000
298.33/296.75	c cleaning 35253 clauses out of 168012 with flag 5077715/851001
315.13/313.57	c cleaning 36122 clauses out of 174758 with flag 5355486/893000
332.33/330.71	c cleaning 37125 clauses out of 181637 with flag 5634374/936001
351.29/349.53	c cleaning 37947 clauses out of 188510 with flag 5926434/980000
369.89/368.17	c cleaning 39094 clauses out of 195563 with flag 6225517/1025000
389.00/387.28	c cleaning 40142 clauses out of 202468 with flag 6533614/1071000
408.96/406.99	c cleaning 41009 clauses out of 209326 with flag 6854412/1118000
429.67/427.65	c cleaning 41898 clauses out of 216317 with flag 7187971/1166000
451.07/449.09	c cleaning 42555 clauses out of 223419 with flag 7519859/1215000
474.20/472.00	c cleaning 43656 clauses out of 230864 with flag 7860398/1265000
497.09/494.89	c cleaning 44925 clauses out of 238209 with flag 8206683/1316001
521.08/518.60	c cleaning 45924 clauses out of 245283 with flag 8591592/1368000
546.01/543.38	c cleaning 46727 clauses out of 252359 with flag 8978298/1421002
570.91/568.24	c cleaning 47627 clauses out of 259630 with flag 9371899/1475001
596.98/594.23	c cleaning 48428 clauses out of 267002 with flag 9792325/1530000
623.27/620.43	c cleaning 49831 clauses out of 274574 with flag 10190139/1586000
650.56/647.68	c cleaning 50627 clauses out of 281743 with flag 10601859/1643000
679.47/676.56	c cleaning 51636 clauses out of 289116 with flag 11032494/1701000
709.77/706.71	c cleaning 52774 clauses out of 296481 with flag 11490936/1760001
740.19/737.03	c cleaning 53530 clauses out of 303706 with flag 11938939/1820000
770.95/767.78	c cleaning 54178 clauses out of 311178 with flag 12402539/1881003
804.06/800.77	c cleaning 55356 clauses out of 319002 with flag 12900551/1943005
837.78/834.32	c cleaning 56326 clauses out of 326643 with flag 13410054/2006002
873.70/870.16	c cleaning 57588 clauses out of 334319 with flag 13916010/2070004
909.58/906.02	c cleaning 58324 clauses out of 341727 with flag 14437516/2135000
946.38/942.64	c cleaning 59221 clauses out of 349406 with flag 14993701/2201003
983.06/979.24	c cleaning 60240 clauses out of 357181 with flag 15553411/2268000
1020.71/1016.79	c cleaning 61562 clauses out of 364941 with flag 16127814/2336000
1059.01/1054.96	c cleaning 62363 clauses out of 372379 with flag 16713134/2405000
1098.10/1093.98	c cleaning 63482 clauses out of 380015 with flag 17295440/2475001
1137.86/1133.57	c cleaning 64749 clauses out of 387532 with flag 17873207/2546000
1180.85/1176.42	c cleaning 65430 clauses out of 394782 with flag 18463453/2618000
1226.27/1221.74	c cleaning 66044 clauses out of 402352 with flag 19126212/2691000
1269.61/1264.96	c cleaning 67447 clauses out of 410310 with flag 19753517/2765003
1314.91/1310.18	c cleaning 67704 clauses out of 417861 with flag 20387253/2840001
1362.90/1357.92	c cleaning 69151 clauses out of 426152 with flag 21097047/2916000
1413.95/1408.91	c cleaning 69733 clauses out of 434001 with flag 21824602/2993000
1463.34/1458.17	c cleaning 71386 clauses out of 442268 with flag 22522301/3071001
1514.05/1508.68	c cleaning 72260 clauses out of 449881 with flag 23244544/3150000
1566.54/1561.03	c cleaning 72978 clauses out of 457619 with flag 24039109/3230000
1625.19/1619.52	c cleaning 73927 clauses out of 465636 with flag 25055621/3311000
1680.36/1674.41	c cleaning 75373 clauses out of 473709 with flag 25926896/3393000
1734.76/1728.72	c cleaning 76466 clauses out of 481335 with flag 26674921/3476000
1792.37/1786.14	c cleaning 77214 clauses out of 488866 with flag 27451795/3560000
1800.05/1793.70	c starts		: 22811
1800.05/1793.70	c conflicts		: 3574750
1800.05/1793.70	c decisions		: 81381853
1800.05/1793.70	c propagations		: 2819057807
1800.05/1793.70	c inspects		: 13155548636
1800.05/1793.70	c shortcuts		: 0
1800.05/1793.70	c learnt literals	: 87
1800.05/1793.70	c learnt binary clauses	: 150807
1800.05/1793.70	c learnt ternary clauses	: 140717
1800.05/1793.70	c learnt constraints	: 3574664
1800.05/1793.70	c ignored constraints	: 0
1800.05/1793.70	c root simplifications	: 0
1800.05/1793.70	c removed literals (reason simplification)	: 0
1800.05/1793.70	c reason swapping (by a shorter reason)	: 0
1800.05/1793.70	c Calls to reduceDB	: 80
1800.05/1793.70	c Number of update (reduction) of LBD	: 2766796
1800.05/1793.70	c Imported unit clauses	: 0
1800.05/1793.70	c number of reductions to clauses (during analyze)	: 0
1800.05/1793.70	c number of learned constraints concerned by reduction	: 0
1800.05/1793.70	c number of learning phase by resolution	: 0
1800.05/1793.70	c number of learning phase by cutting planes	: 0
1800.05/1793.70	c speed (assignments/second)	: 1572095.3537978514
1800.05/1793.70	c non guided choices	20585
1800.05/1793.70	c timeout
1800.05/1793.77	c learnt constraints type 
1800.05/1793.77	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 150807
1800.05/1793.77	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 275596
1800.05/1793.77	s UNKNOWN
1800.05/1793.77	c Total wall clock time (in seconds): 1793.655

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

pid=9934
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.07 2.06 2.02 3/195 9937
/proc/meminfo: memFree=31111684/32872528 swapFree=10676/249824
[pid=9937] ppid=9934 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/9937/stat : 9937 (java) R 9934 9937 5384 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 110585333 278528 33 33554432000 1073741824 1073778376 140736117325456 140734262872840 247055084725 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9937/statm: 68 33 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 2.07 2.06 2.02 3/195 9937
/proc/meminfo: memFree=31111684/32872528 swapFree=10676/249824
[pid=9937] ppid=9934 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9937/stat : 9937 (java) S 9934 9937 5384 0 -1 4202496 4386 0 1 0 8 1 0 0 20 0 18 0 110585333 9787879424 6023 33554432000 1073741824 1073778376 140736117325456 140736117316592 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9937/statm: 2389619 6023 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20021 s]
/proc/loadavg: 2.07 2.06 2.02 3/195 9937
/proc/meminfo: memFree=31111684/32872528 swapFree=10676/249824
[pid=9937] ppid=9934 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/9937/stat : 9937 (java) S 9934 9937 5384 0 -1 4202496 5329 0 1 0 27 1 0 0 20 0 18 0 110585333 9787879424 7015 33554432000 1073741824 1073778376 140736117325456 140736117316592 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9937/statm: 2389619 7015 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300219 s]
/proc/loadavg: 2.07 2.06 2.02 3/195 9937
/proc/meminfo: memFree=31111684/32872528 swapFree=10676/249824
[pid=9937] ppid=9934 vsize=9558476 CPUtime=0.56 cores=0,2,4,6
/proc/9937/stat : 9937 (java) S 9934 9937 5384 0 -1 4202496 7538 0 1 0 54 2 0 0 20 0 18 0 110585333 9787879424 10868 33554432000 1073741824 1073778376 140736117325456 140736117316592 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9937/statm: 2389619 10868 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700172 s]
/proc/loadavg: 2.07 2.06 2.02 3/195 9937
/proc/meminfo: memFree=31111684/32872528 swapFree=10676/249824
[pid=9937] ppid=9934 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/9937/stat : 9937 (java) S 9934 9937 5384 0 -1 4202496 9477 0 1 0 141 4 0 0 20 0 19 0 110585333 9856040960 27887 33554432000 1073741824 1073778376 140736117325456 140736117316592 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9937/statm: 2406260 27887 2266 9 0 2396937 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.07 2.06 2.02 3/214 9956
/proc/meminfo: memFree=31006624/32872528 swapFree=10676/249824
[pid=9937] ppid=9934 vsize=9625040 CPUtime=2.29 cores=0,2,4,6
/proc/9937/stat : 9937 (java) S 9934 9937 5384 0 -1 4202496 9481 0 1 0 225 4 0 0 20 0 19 0 110585333 9856040960 28912 33554432000 1073741824 1073778376 140736117325456 140736117316592 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9937/statm: 2406260 28912 2267 9 0 2396937 0
[pid=9937/tid=9939] ppid=9934 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/9937/task/9939/stat : 9939 (java) R 9934 9937 5384 0 -1 4202560 2455 0 1 0 143 3 0 0 20 0 19 0 110585334 9856040960 28912 33554432000 1073741824 1073778376 140736117325456 140004302905656 140004140250957 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9937/tid=9940] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9940/stat : 9940 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585336 9856040960 28912 33554432000 1073741824 1073778376 140736117325456 140004264397736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9941] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9941/stat : 9941 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585336 9856040960 28912 33554432000 1073741824 1073778376 140736117325456 140004263345192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9942] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9942/stat : 9942 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585336 9856040960 28912 33554432000 1073741824 1073778376 140736117325456 140004262292136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9937/tid=9943] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9943/stat : 9943 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585336 9856040960 28912 33554432000 1073741824 1073778376 140736117325456 140004261239592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9937/tid=9944] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9944/stat : 9944 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585336 9856040960 28912 33554432000 1073741824 1073778376 140736117325456 140004260186536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9945] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9945/stat : 9945 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585336 9856040960 28912 33554432000 1073741824 1073778376 140736117325456 140004259133992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9937/tid=9946] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9946/stat : 9946 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585336 9856040960 28912 33554432000 1073741824 1073778376 140736117325456 140004258080936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9947] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9947/stat : 9947 (java) S 9934 9937 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110585336 9856040960 28912 33554432000 1073741824 1073778376 140736117325456 140004139460904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9948] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9948/stat : 9948 (java) S 9934 9937 5384 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110585337 9856040960 28912 33554432000 1073741824 1073778376 140736117325456 140004127050600 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9949] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9949/stat : 9949 (java) S 9934 9937 5384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110585337 9856040960 28912 33554432000 1073741824 1073778376 140736117325456 140004125996920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9950] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9950/stat : 9950 (java) S 9934 9937 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110585337 9856040960 28912 33554432000 1073741824 1073778376 140736117325456 140004124943752 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9951] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9951/stat : 9951 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585340 9856040960 28912 33554432000 1073741824 1073778376 140736117325456 140004123892496 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9952] ppid=9934 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/9937/task/9952/stat : 9952 (java) S 9934 9937 5384 0 -1 4202560 2520 0 0 0 38 0 0 0 20 0 19 0 110585340 9856040960 28912 33554432000 1073741824 1073778376 140736117325456 140003384486200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9953] ppid=9934 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/9937/task/9953/stat : 9953 (java) S 9934 9937 5384 0 -1 4202560 3229 0 0 0 41 0 0 0 20 0 19 0 110585340 9856040960 28912 33554432000 1073741824 1073778376 140736117325456 140003383433656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9954] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9954/stat : 9954 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585340 9856040960 28912 33554432000 1073741824 1073778376 140736117325456 140003382380792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9955] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9955/stat : 9955 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585340 9856040960 28912 33554432000 1073741824 1073778376 140736117325456 140003381328456 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9956] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9956/stat : 9956 (java) S 9934 9937 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110585386 9856040960 28912 33554432000 1073741824 1073778376 140736117325456 140003380274728 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.07 2.06 2.02 3/214 9956
/proc/meminfo: memFree=31002272/32872528 swapFree=10676/249824
[pid=9937] ppid=9934 vsize=9625040 CPUtime=3.97 cores=0,2,4,6
/proc/9937/stat : 9937 (java) S 9934 9937 5384 0 -1 4202496 9492 0 1 0 393 4 0 0 20 0 19 0 110585333 9856040960 29943 33554432000 1073741824 1073778376 140736117325456 140736117316592 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9937/statm: 2406260 29943 2273 9 0 2396937 0
[pid=9937/tid=9939] ppid=9934 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/9937/task/9939/stat : 9939 (java) R 9934 9937 5384 0 -1 4202560 2458 0 1 0 303 3 0 0 20 0 19 0 110585334 9856040960 29943 33554432000 1073741824 1073778376 140736117325456 140004302905688 140004140243908 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9937/tid=9940] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9940/stat : 9940 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585336 9856040960 29943 33554432000 1073741824 1073778376 140736117325456 140004264397736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9941] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9941/stat : 9941 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585336 9856040960 29943 33554432000 1073741824 1073778376 140736117325456 140004263345192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9942] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9942/stat : 9942 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585336 9856040960 29943 33554432000 1073741824 1073778376 140736117325456 140004262292136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9937/tid=9943] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9943/stat : 9943 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585336 9856040960 29943 33554432000 1073741824 1073778376 140736117325456 140004261239592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9937/tid=9944] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9944/stat : 9944 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585336 9856040960 29943 33554432000 1073741824 1073778376 140736117325456 140004260186536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9945] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9945/stat : 9945 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585336 9856040960 29943 33554432000 1073741824 1073778376 140736117325456 140004259133992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9937/tid=9946] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9946/stat : 9946 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585336 9856040960 29943 33554432000 1073741824 1073778376 140736117325456 140004258080936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9947] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9947/stat : 9947 (java) S 9934 9937 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110585336 9856040960 29943 33554432000 1073741824 1073778376 140736117325456 140004139460904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9948] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9948/stat : 9948 (java) S 9934 9937 5384 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110585337 9856040960 29943 33554432000 1073741824 1073778376 140736117325456 140004127050600 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9949] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9949/stat : 9949 (java) S 9934 9937 5384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110585337 9856040960 29943 33554432000 1073741824 1073778376 140736117325456 140004125996920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9950] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9950/stat : 9950 (java) S 9934 9937 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110585337 9856040960 29943 33554432000 1073741824 1073778376 140736117325456 140004124943752 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9951] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9951/stat : 9951 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585340 9856040960 29943 33554432000 1073741824 1073778376 140736117325456 140004123892496 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9952] ppid=9934 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/9937/task/9952/stat : 9952 (java) S 9934 9937 5384 0 -1 4202560 2525 0 0 0 40 0 0 0 20 0 19 0 110585340 9856040960 29943 33554432000 1073741824 1073778376 140736117325456 140003384486200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9953] ppid=9934 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/9937/task/9953/stat : 9953 (java) S 9934 9937 5384 0 -1 4202560 3231 0 0 0 46 0 0 0 20 0 19 0 110585340 9856040960 29943 33554432000 1073741824 1073778376 140736117325456 140003383433656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9954] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9954/stat : 9954 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585340 9856040960 29943 33554432000 1073741824 1073778376 140736117325456 140003382380792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9955] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9955/stat : 9955 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585340 9856040960 29943 33554432000 1073741824 1073778376 140736117325456 140003381328456 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9956] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9956/stat : 9956 (java) S 9934 9937 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110585386 9856040960 29943 33554432000 1073741824 1073778376 140736117325456 140003380274728 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.06 2.06 2.02 3/214 9956
/proc/meminfo: memFree=30994068/32872528 swapFree=10676/249824
[pid=9937] ppid=9934 vsize=9625040 CPUtime=7.21 cores=0,2,4,6
/proc/9937/stat : 9937 (java) S 9934 9937 5384 0 -1 4202496 9507 0 1 0 717 4 0 0 20 0 19 0 110585333 9856040960 31433 33554432000 1073741824 1073778376 140736117325456 140736117316592 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9937/statm: 2406260 31433 2273 9 0 2396937 0
[pid=9937/tid=9939] ppid=9934 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/9937/task/9939/stat : 9939 (java) R 9934 9937 5384 0 -1 4202560 2463 0 1 0 622 3 0 0 20 0 19 0 110585334 9856040960 31433 33554432000 1073741824 1073778376 140736117325456 140004302896848 140004140250464 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9937/tid=9940] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9940/stat : 9940 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585336 9856040960 31433 33554432000 1073741824 1073778376 140736117325456 140004264397736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9941] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9941/stat : 9941 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585336 9856040960 31433 33554432000 1073741824 1073778376 140736117325456 140004263345192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9942] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9942/stat : 9942 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585336 9856040960 31433 33554432000 1073741824 1073778376 140736117325456 140004262292136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9937/tid=9943] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9943/stat : 9943 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585336 9856040960 31433 33554432000 1073741824 1073778376 140736117325456 140004261239592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9937/tid=9944] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9944/stat : 9944 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585336 9856040960 31433 33554432000 1073741824 1073778376 140736117325456 140004260186536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9945] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9945/stat : 9945 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585336 9856040960 31433 33554432000 1073741824 1073778376 140736117325456 140004259133992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9937/tid=9946] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9946/stat : 9946 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585336 9856040960 31433 33554432000 1073741824 1073778376 140736117325456 140004258080936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9947] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9947/stat : 9947 (java) S 9934 9937 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110585336 9856040960 31433 33554432000 1073741824 1073778376 140736117325456 140004139460904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9948] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9948/stat : 9948 (java) S 9934 9937 5384 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110585337 9856040960 31433 33554432000 1073741824 1073778376 140736117325456 140004127050600 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9949] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9949/stat : 9949 (java) S 9934 9937 5384 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110585337 9856040960 31433 33554432000 1073741824 1073778376 140736117325456 140004125996920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9950] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9950/stat : 9950 (java) S 9934 9937 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110585337 9856040960 31433 33554432000 1073741824 1073778376 140736117325456 140004124943752 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9951] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9951/stat : 9951 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585340 9856040960 31433 33554432000 1073741824 1073778376 140736117325456 140004123892496 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9952] ppid=9934 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/9937/task/9952/stat : 9952 (java) S 9934 9937 5384 0 -1 4202560 2535 0 0 0 42 0 0 0 20 0 19 0 110585340 9856040960 31433 33554432000 1073741824 1073778376 140736117325456 140003384486200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9953] ppid=9934 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/9937/task/9953/stat : 9953 (java) S 9934 9937 5384 0 -1 4202560 3231 0 0 0 49 0 0 0 20 0 19 0 110585340 9856040960 31433 33554432000 1073741824 1073778376 140736117325456 140003383433656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9954] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9954/stat : 9954 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585340 9856040960 31433 33554432000 1073741824 1073778376 140736117325456 140003382380792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9955] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9955/stat : 9955 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585340 9856040960 31433 33554432000 1073741824 1073778376 140736117325456 140003381328456 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9956] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9956/stat : 9956 (java) S 9934 9937 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110585386 9856040960 31433 33554432000 1073741824 1073778376 140736117325456 140003380274728 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 9625040


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

[pid=9937/tid=9956] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9956/stat : 9956 (java) S 9934 9937 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110585386 9856040960 119016 33554432000 1073741824 1073778376 140736117325456 140003380274728 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1728.36
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 10066
/proc/meminfo: memFree=30746132/32872528 swapFree=10676/249824
[pid=9937] ppid=9934 vsize=9625040 CPUtime=1788.57 cores=0,2,4,6
/proc/9937/stat : 9937 (java) S 9934 9937 5384 0 -1 4202496 13563 0 1 0 178756 101 0 0 20 0 19 0 110585333 9856040960 119611 33554432000 1073741824 1073778376 140736117325456 140736117316592 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9937/statm: 2406260 119611 2295 9 0 2396937 0
[pid=9937/tid=9939] ppid=9934 vsize=9625040 CPUtime=1774.07 cores=0,2,4,6
/proc/9937/task/9939/stat : 9939 (java) R 9934 9937 5384 0 -1 4202560 2531 0 1 0 177376 31 0 0 20 0 19 0 110585334 9856040960 119611 33554432000 1073741824 1073778376 140736117325456 140004302904656 140004140250952 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9940] ppid=9934 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/9937/task/9940/stat : 9940 (java) S 9934 9937 5384 0 -1 4202560 355 0 0 0 85 9 0 0 20 0 19 0 110585336 9856040960 119611 33554432000 1073741824 1073778376 140736117325456 140004264397736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9937/tid=9941] ppid=9934 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/9937/task/9941/stat : 9941 (java) S 9934 9937 5384 0 -1 4202560 535 0 0 0 81 9 0 0 20 0 19 0 110585336 9856040960 119611 33554432000 1073741824 1073778376 140736117325456 140004263345192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9942] ppid=9934 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/9937/task/9942/stat : 9942 (java) S 9934 9937 5384 0 -1 4202560 507 0 0 0 92 10 0 0 20 0 19 0 110585336 9856040960 119611 33554432000 1073741824 1073778376 140736117325456 140004262292136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9943] ppid=9934 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/9937/task/9943/stat : 9943 (java) S 9934 9937 5384 0 -1 4202560 453 0 0 0 75 8 0 0 20 0 19 0 110585336 9856040960 119611 33554432000 1073741824 1073778376 140736117325456 140004261239592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9937/tid=9944] ppid=9934 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/9937/task/9944/stat : 9944 (java) S 9934 9937 5384 0 -1 4202560 443 0 0 0 72 9 0 0 20 0 19 0 110585336 9856040960 119611 33554432000 1073741824 1073778376 140736117325456 140004260186536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9945] ppid=9934 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/9937/task/9945/stat : 9945 (java) S 9934 9937 5384 0 -1 4202560 306 0 0 0 79 8 0 0 20 0 19 0 110585336 9856040960 119611 33554432000 1073741824 1073778376 140736117325456 140004259133992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9937/tid=9946] ppid=9934 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/9937/task/9946/stat : 9946 (java) S 9934 9937 5384 0 -1 4202560 305 0 0 0 81 10 0 0 20 0 19 0 110585336 9856040960 119611 33554432000 1073741824 1073778376 140736117325456 140004258080936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9937/tid=9947] ppid=9934 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/9937/task/9947/stat : 9947 (java) S 9934 9937 5384 0 -1 4202560 250 0 0 0 74 7 0 0 20 0 19 0 110585336 9856040960 119611 33554432000 1073741824 1073778376 140736117325456 140004139460904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9937/tid=9948] ppid=9934 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/9937/task/9948/stat : 9948 (java) S 9934 9937 5384 0 -1 4202560 423 0 0 0 145 3 0 0 20 0 19 0 110585337 9856040960 119611 33554432000 1073741824 1073778376 140736117325456 140004127050600 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9949] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9949/stat : 9949 (java) S 9934 9937 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110585337 9856040960 119611 33554432000 1073741824 1073778376 140736117325456 140004125996920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9950] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9950/stat : 9950 (java) S 9934 9937 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110585337 9856040960 119611 33554432000 1073741824 1073778376 140736117325456 140004124943752 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9951] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9951/stat : 9951 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585340 9856040960 119611 33554432000 1073741824 1073778376 140736117325456 140004123892496 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9952] ppid=9934 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/9937/task/9952/stat : 9952 (java) S 9934 9937 5384 0 -1 4202560 2857 0 0 0 46 0 0 0 20 0 19 0 110585340 9856040960 119611 33554432000 1073741824 1073778376 140736117325456 140003384486200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9953] ppid=9934 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/9937/task/9953/stat : 9953 (java) S 9934 9937 5384 0 -1 4202560 3232 0 0 0 50 0 0 0 20 0 19 0 110585340 9856040960 119611 33554432000 1073741824 1073778376 140736117325456 140003383433656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9954] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9954/stat : 9954 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585340 9856040960 119611 33554432000 1073741824 1073778376 140736117325456 140003382380792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9955] ppid=9934 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/9937/task/9955/stat : 9955 (java) S 9934 9937 5384 0 -1 4202560 103 0 0 0 34 33 0 0 20 0 19 0 110585340 9856040960 119611 33554432000 1073741824 1073778376 140736117325456 140003381328456 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9956] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9956/stat : 9956 (java) S 9934 9937 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110585386 9856040960 119611 33554432000 1073741824 1073778376 140736117325456 140003380274728 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1788.57
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 10067
/proc/meminfo: memFree=30745632/32872528 swapFree=10676/249824
[pid=9937] ppid=9934 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/9937/stat : 9937 (java) S 9934 9937 5384 0 -1 4202496 13579 0 1 0 179904 101 0 0 20 0 19 0 110585333 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140736117316592 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9937/statm: 2406260 119624 2295 9 0 2396937 0
[pid=9937/tid=9939] ppid=9934 vsize=9625040 CPUtime=1785.4 cores=0,2,4,6
/proc/9937/task/9939/stat : 9939 (java) R 9934 9937 5384 0 -1 4202560 2532 0 1 0 178508 32 0 0 20 0 19 0 110585334 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140004302904656 140004140165767 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9940] ppid=9934 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/9937/task/9940/stat : 9940 (java) S 9934 9937 5384 0 -1 4202560 355 0 0 0 86 9 0 0 20 0 19 0 110585336 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140004264397736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9937/tid=9941] ppid=9934 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/9937/task/9941/stat : 9941 (java) S 9934 9937 5384 0 -1 4202560 535 0 0 0 82 9 0 0 20 0 19 0 110585336 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140004263345192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9942] ppid=9934 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/9937/task/9942/stat : 9942 (java) S 9934 9937 5384 0 -1 4202560 507 0 0 0 94 10 0 0 20 0 19 0 110585336 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140004262292136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9943] ppid=9934 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/9937/task/9943/stat : 9943 (java) S 9934 9937 5384 0 -1 4202560 458 0 0 0 76 8 0 0 20 0 19 0 110585336 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140004261239592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9937/tid=9944] ppid=9934 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/9937/task/9944/stat : 9944 (java) S 9934 9937 5384 0 -1 4202560 446 0 0 0 75 9 0 0 20 0 19 0 110585336 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140004260186536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9937/tid=9945] ppid=9934 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/9937/task/9945/stat : 9945 (java) S 9934 9937 5384 0 -1 4202560 309 0 0 0 81 8 0 0 20 0 19 0 110585336 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140004259133992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9937/tid=9946] ppid=9934 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/9937/task/9946/stat : 9946 (java) S 9934 9937 5384 0 -1 4202560 305 0 0 0 82 10 0 0 20 0 19 0 110585336 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140004258080936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9947] ppid=9934 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/9937/task/9947/stat : 9947 (java) S 9934 9937 5384 0 -1 4202560 250 0 0 0 75 7 0 0 20 0 19 0 110585336 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140004139460904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9937/tid=9948] ppid=9934 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/9937/task/9948/stat : 9948 (java) S 9934 9937 5384 0 -1 4202560 427 0 0 0 145 3 0 0 20 0 19 0 110585337 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140004127050600 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9949] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9949/stat : 9949 (java) S 9934 9937 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110585337 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140004125996920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9950] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9950/stat : 9950 (java) S 9934 9937 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110585337 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140004124943752 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9951] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9951/stat : 9951 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585340 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140004123892496 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9952] ppid=9934 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/9937/task/9952/stat : 9952 (java) S 9934 9937 5384 0 -1 4202560 2857 0 0 0 46 0 0 0 20 0 19 0 110585340 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140003384486200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9953] ppid=9934 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/9937/task/9953/stat : 9953 (java) S 9934 9937 5384 0 -1 4202560 3232 0 0 0 50 0 0 0 20 0 19 0 110585340 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140003383433656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9954] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9954/stat : 9954 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585340 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140003382380792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9955] ppid=9934 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/9937/task/9955/stat : 9955 (java) S 9934 9937 5384 0 -1 4202560 103 0 0 0 34 33 0 0 20 0 19 0 110585340 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140003381328456 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9956] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9956/stat : 9956 (java) S 9934 9937 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110585386 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140003380274728 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 9937 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1793.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 10067
/proc/meminfo: memFree=30745632/32872528 swapFree=10676/249824
[pid=9937] ppid=9934 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/9937/stat : 9937 (java) S 9934 9937 5384 0 -1 4202496 13579 0 1 0 179904 101 0 0 20 0 19 0 110585333 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140736117316592 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9937/statm: 2406260 119624 2295 9 0 2396937 0
[pid=9937/tid=9939] ppid=9934 vsize=9625040 CPUtime=1785.4 cores=0,2,4,6
/proc/9937/task/9939/stat : 9939 (java) R 9934 9937 5384 0 -1 4202560 2532 0 1 0 178508 32 0 0 20 0 19 0 110585334 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140004302904656 140004140165767 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9940] ppid=9934 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/9937/task/9940/stat : 9940 (java) S 9934 9937 5384 0 -1 4202560 355 0 0 0 86 9 0 0 20 0 19 0 110585336 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140004264397736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9937/tid=9941] ppid=9934 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/9937/task/9941/stat : 9941 (java) S 9934 9937 5384 0 -1 4202560 535 0 0 0 82 9 0 0 20 0 19 0 110585336 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140004263345192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9942] ppid=9934 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/9937/task/9942/stat : 9942 (java) S 9934 9937 5384 0 -1 4202560 507 0 0 0 94 10 0 0 20 0 19 0 110585336 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140004262292136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9943] ppid=9934 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/9937/task/9943/stat : 9943 (java) S 9934 9937 5384 0 -1 4202560 458 0 0 0 76 8 0 0 20 0 19 0 110585336 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140004261239592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9937/tid=9944] ppid=9934 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/9937/task/9944/stat : 9944 (java) S 9934 9937 5384 0 -1 4202560 446 0 0 0 75 9 0 0 20 0 19 0 110585336 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140004260186536 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9937/tid=9945] ppid=9934 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/9937/task/9945/stat : 9945 (java) S 9934 9937 5384 0 -1 4202560 309 0 0 0 81 8 0 0 20 0 19 0 110585336 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140004259133992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9937/tid=9946] ppid=9934 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/9937/task/9946/stat : 9946 (java) S 9934 9937 5384 0 -1 4202560 305 0 0 0 82 10 0 0 20 0 19 0 110585336 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140004258080936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9947] ppid=9934 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/9937/task/9947/stat : 9947 (java) S 9934 9937 5384 0 -1 4202560 250 0 0 0 75 7 0 0 20 0 19 0 110585336 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140004139460904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9937/tid=9948] ppid=9934 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/9937/task/9948/stat : 9948 (java) S 9934 9937 5384 0 -1 4202560 427 0 0 0 145 3 0 0 20 0 19 0 110585337 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140004127050600 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9949] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9949/stat : 9949 (java) S 9934 9937 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110585337 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140004125996920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9950] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9950/stat : 9950 (java) S 9934 9937 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110585337 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140004124943752 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9951] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9951/stat : 9951 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585340 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140004123892496 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9952] ppid=9934 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/9937/task/9952/stat : 9952 (java) S 9934 9937 5384 0 -1 4202560 2857 0 0 0 46 0 0 0 20 0 19 0 110585340 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140003384486200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9953] ppid=9934 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/9937/task/9953/stat : 9953 (java) S 9934 9937 5384 0 -1 4202560 3232 0 0 0 50 0 0 0 20 0 19 0 110585340 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140003383433656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9954] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9954/stat : 9954 (java) S 9934 9937 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110585340 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140003382380792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9937/tid=9955] ppid=9934 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/9937/task/9955/stat : 9955 (java) S 9934 9937 5384 0 -1 4202560 103 0 0 0 34 33 0 0 20 0 19 0 110585340 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140003381328456 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9937/tid=9956] ppid=9934 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9937/task/9956/stat : 9956 (java) S 9934 9937 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110585386 9856040960 119624 33554432000 1073741824 1073778376 140736117325456 140003380274728 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1793.78
CPU time (s): 1800.05
CPU user time (s): 1799.04
CPU system time (s): 1.01
CPU usage (%): 100.35
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.58
system time used= 1.52177
maximum resident set size= 819636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13629
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39334
involuntary context switches= 14322

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1733 second user time and 12.6521 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-07 10:01:39
IDJOB=4084600
IDBENCH=90161
IDSOLVER=2546
FILE ID=node103/4084600-1465286499
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/ShortestPathNG/normalized-NG_K129.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084600-1465286499/watcher-4084600-1465286499 -o /tmp/evaluation-result-4084600-1465286499/solver-4084600-1465286499 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1465256472-5400 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084600-1465286499.opb

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

MD5SUM BENCH= 1a22ba01765c232fe0c8623cfb5d750f
RANDOM SEED=2112273764

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:        31112708 kB
Buffers:          141688 kB
Cached:           176324 kB
SwapCached:         1720 kB
Active:           567048 kB
Inactive:         208492 kB
Active(anon):     458296 kB
Inactive(anon):     1456 kB
Active(file):     108752 kB
Inactive(file):   207036 kB
Unevictable:      249824 kB
Mlocked:           10676 kB
SwapTotal:      67108856 kB
SwapFree:       67096696 kB
Dirty:              2032 kB
Writeback:             0 kB
AnonPages:        757276 kB
Mapped:            15440 kB
Shmem:                 0 kB
Slab:             601656 kB
SReclaimable:      45288 kB
SUnreclaim:       556368 kB
KernelStack:        1776 kB
PageTables:         5272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1186504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    722944 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= 71732 MiB
End job on node103 at 2016-06-07 10:31:32