Trace number 4080538

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 Res+CP PB16? (TO) 1800.07 895.582

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K176.opb
MD5SUM3f678424628fecb2a53891618f9bde8f
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 variables20944
Total number of constraints21298
Number of constraints which are clauses21122
Number of constraints which are cardinality constraints (but not clauses)176
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint176
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 177
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.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4080538-1465279841.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
2.21/0.91	c ... done. Wall clock time 0.794s.
2.21/0.91	c declared #vars     20944
2.21/0.91	c #constraints  21298
2.21/0.92	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.21/0.92	c constraints type 
2.21/0.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18845
2.21/0.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 176
2.21/0.92	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
2.21/0.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2275
2.21/0.92	c 21298 constraints processed.
2.21/0.92	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.21/0.92	c constraints type 
2.21/0.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2275
2.21/0.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18845
2.21/0.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 176
2.21/0.92	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
2.21/0.92	c 21298 constraints processed.
10.12/4.09	c cleaning 2483 clauses out of 4995 with flag 21769/5000
17.02/7.33	c cleaning 4235 clauses out of 8510 with flag 53617/11003
24.72/11.19	c cleaning 5616 clauses out of 11260 with flag 91504/18000
33.67/15.52	c cleaning 6819 clauses out of 13637 with flag 131635/26000
43.59/20.41	c cleaning 7818 clauses out of 15814 with flag 174192/35000
54.53/25.89	c cleaning 8218 clauses out of 17993 with flag 220709/45001
66.74/31.93	c cleaning 9038 clauses out of 20774 with flag 275280/56002
81.06/39.02	c cleaning 9493 clauses out of 23733 with flag 336242/68000
96.78/46.87	c cleaning 10593 clauses out of 27238 with flag 403689/81000
115.25/56.04	c cleaning 11221 clauses out of 30644 with flag 475536/95002
133.72/65.28	c cleaning 12122 clauses out of 34420 with flag 547551/110000
154.40/75.53	c cleaning 12904 clauses out of 38298 with flag 628593/126000
176.74/86.67	c cleaning 13411 clauses out of 42387 with flag 714134/143000
197.83/97.16	c cleaning 14547 clauses out of 46965 with flag 803799/161000
223.18/109.75	c cleaning 15539 clauses out of 51416 with flag 902608/180000
249.37/123.15	c cleaning 16237 clauses out of 55873 with flag 1001098/200001
276.89/136.88	c cleaning 16945 clauses out of 60629 with flag 1110512/221000
306.26/151.42	c cleaning 17988 clauses out of 65681 with flag 1225494/243000
334.73/165.64	c cleaning 0 clauses out of 5006 with flag 0/5006
337.63/166.92	c cleaning 18653 clauses out of 70689 with flag 1345446/266001
367.43/181.74	c cleaning 19439 clauses out of 76031 with flag 1474176/290001
403.87/199.76	c cleaning 20370 clauses out of 81585 with flag 1605929/315000
438.35/216.92	c cleaning 21205 clauses out of 87204 with flag 1744412/341000
477.33/236.89	c cleaning 21941 clauses out of 92999 with flag 1890281/368000
518.21/257.25	c cleaning 22713 clauses out of 99049 with flag 2042621/396000
561.48/278.79	c cleaning 23511 clauses out of 105331 with flag 2204670/425000
606.14/300.85	c cleaning 24189 clauses out of 111817 with flag 2369930/455000
650.14/322.65	c cleaning 25332 clauses out of 118628 with flag 2540403/486001
695.72/345.38	c cleaning 26321 clauses out of 125291 with flag 2715451/518002
745.65/370.14	c cleaning 26802 clauses out of 131965 with flag 2900600/551000
794.39/395.16	c cleaning 27750 clauses out of 139161 with flag 3089507/585000
841.89/418.87	c cleaning 28572 clauses out of 146411 with flag 3291129/620000
890.93/443.23	c cleaning 29886 clauses out of 153837 with flag 3489838/656000
941.75/468.58	c cleaning 30679 clauses out of 160949 with flag 3697947/693000
999.68/497.31	c cleaning 31534 clauses out of 168268 with flag 3910503/731001
1058.81/526.61	c cleaning 32076 clauses out of 175734 with flag 4130949/770002
1124.92/560.55	c cleaning 32863 clauses out of 183654 with flag 4362363/810000
1190.62/593.22	c cleaning 33756 clauses out of 191792 with flag 4607971/851005
1257.76/626.61	c cleaning 35043 clauses out of 200031 with flag 4856594/893000
1322.06/658.72	c cleaning 35777 clauses out of 207987 with flag 5107650/936001
1390.46/692.66	c cleaning 36554 clauses out of 216208 with flag 5366416/980001
1464.96/729.45	c cleaning 37264 clauses out of 224650 with flag 5647427/1025001
1543.50/768.26	c cleaning 38472 clauses out of 233384 with flag 5927852/1071000
1624.78/808.68	c cleaning 38838 clauses out of 241910 with flag 6218744/1118002
1703.24/847.67	c cleaning 39877 clauses out of 251068 with flag 6501661/1166000
1788.93/890.07	c cleaning 41015 clauses out of 260191 with flag 6794500/1215002
1800.07/895.51	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/895.51	c starts		: 7243
1800.07/895.51	c conflicts		: 1222337
1800.07/895.51	c decisions		: 46139582
1800.07/895.51	c propagations		: 1245104237
1800.07/895.51	c inspects		: 3012474890
1800.07/895.51	c shortcuts		: 0
1800.07/895.51	c learnt literals	: 167
1800.07/895.51	c learnt binary clauses	: 103246
1800.07/895.51	c learnt ternary clauses	: 84344
1800.07/895.51	c learnt constraints	: 1222170
1800.07/895.51	c ignored constraints	: 0
1800.07/895.51	c root simplifications	: 0
1800.07/895.51	c removed literals (reason simplification)	: 8411385
1800.07/895.51	c reason swapping (by a shorter reason)	: 0
1800.07/895.51	c Calls to reduceDB	: 45
1800.07/895.51	c Number of update (reduction) of LBD	: 799399
1800.07/895.51	c Imported unit clauses	: 0
1800.07/895.51	c number of reductions to clauses (during analyze)	: 0
1800.07/895.51	c number of learned constraints concerned by reduction	: 0
1800.07/895.51	c number of learning phase by resolution	: 0
1800.07/895.51	c number of learning phase by cutting planes	: 0
1800.07/895.51	c speed (assignments/second)	: 1391865.2977224507
1800.07/895.51	c non guided choices	34142
1800.07/895.56	c learnt constraints type 
1800.07/895.56	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 103246
1800.07/895.56	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 123265
1800.07/895.56	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/895.56	c starts		: 33
1800.07/895.56	c conflicts		: 9593
1800.07/895.56	c decisions		: 224300
1800.07/895.56	c propagations		: 13567259
1800.07/895.56	c inspects		: 773846101
1800.07/895.56	c shortcuts		: 0
1800.07/895.56	c learnt literals	: 0
1800.07/895.56	c learnt binary clauses	: 0
1800.07/895.56	c learnt ternary clauses	: 58
1800.07/895.56	c learnt constraints	: 9593
1800.07/895.56	c ignored constraints	: 0
1800.07/895.56	c root simplifications	: 0
1800.07/895.56	c removed literals (reason simplification)	: 0
1800.07/895.56	c reason swapping (by a shorter reason)	: 0
1800.07/895.56	c Calls to reduceDB	: 1
1800.07/895.56	c Number of update (reduction) of LBD	: 0
1800.07/895.56	c Imported unit clauses	: 0
1800.07/895.56	c number of reductions to clauses (during analyze)	: 0
1800.07/895.56	c number of learned constraints concerned by reduction	: 0
1800.07/895.56	c number of learning phase by resolution	: 0
1800.07/895.56	c number of learning phase by cutting planes	: 0
1800.07/895.56	c speed (assignments/second)	: 15165.540106258475
1800.07/895.56	c non guided choices	3747
1800.07/895.56	c learnt constraints type 
1800.07/895.56	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 625
1800.07/895.56	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2098
1800.07/895.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6870
1800.07/895.56	s UNKNOWN
1800.07/895.56	c Total wall clock time (in seconds): 895.441

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-4080538-1465279841/watcher-4080538-1465279841 -o /tmp/evaluation-result-4080538-1465279841/solver-4080538-1465279841 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465276272-27595 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080538-1465279841.opb 

pid=28301
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: 4.26 4.26 4.17 4/198 28304
/proc/meminfo: memFree=26498520/32872528 swapFree=16636/1570076
[pid=28304] ppid=28301 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/28304/stat : 28304 (java) R 28301 28304 27578 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 109916455 9515008 184 33554432000 1073741824 1073778376 140736695140656 140736695131880 213419453879 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28304/statm: 2323 184 142 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.26 4.26 4.17 4/198 28304
/proc/meminfo: memFree=26498520/32872528 swapFree=16636/1570076
[pid=28304] ppid=28301 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/28304/stat : 28304 (java) S 28301 28304 27578 0 -1 4202496 4416 0 1 0 8 1 0 0 20 0 18 0 109916455 9787879424 6048 33554432000 1073741824 1073778376 140735131618512 140735131609648 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28304/statm: 2389619 6048 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20028 s]
/proc/loadavg: 4.26 4.26 4.17 4/198 28304
/proc/meminfo: memFree=26498520/32872528 swapFree=16636/1570076
[pid=28304] ppid=28301 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/28304/stat : 28304 (java) S 28301 28304 27578 0 -1 4202496 6354 0 1 0 26 2 0 0 20 0 18 0 109916455 9787879424 8378 33554432000 1073741824 1073778376 140735131618512 140735131609648 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28304/statm: 2389619 8378 2207 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300303 s]
/proc/loadavg: 4.26 4.26 4.17 4/198 28304
/proc/meminfo: memFree=26498520/32872528 swapFree=16636/1570076
[pid=28304] ppid=28301 vsize=9558476 CPUtime=0.56 cores=1,3,5,7
/proc/28304/stat : 28304 (java) S 28301 28304 27578 0 -1 4202496 7016 0 1 0 54 2 0 0 20 0 18 0 109916455 9787879424 11155 33554432000 1073741824 1073778376 140735131618512 140735131609648 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28304/statm: 2389619 11155 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700211 s]
/proc/loadavg: 4.26 4.26 4.17 4/198 28304
/proc/meminfo: memFree=26498520/32872528 swapFree=16636/1570076
[pid=28304] ppid=28301 vsize=9558476 CPUtime=1.57 cores=1,3,5,7
/proc/28304/stat : 28304 (java) S 28301 28304 27578 0 -1 4202496 20403 0 1 0 152 5 0 0 20 0 18 0 109916455 9787879424 41990 33554432000 1073741824 1073778376 140735131618512 140735131609648 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28304/statm: 2389619 41990 2251 9 0 2380296 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 9558476

[startup+1.50087 s]
/proc/loadavg: 4.16 4.24 4.17 7/220 28326
/proc/meminfo: memFree=26296536/32872528 swapFree=16636/1570076
[pid=28304] ppid=28301 vsize=9824732 CPUtime=4.49 cores=1,3,5,7
/proc/28304/stat : 28304 (java) S 28301 28304 27578 0 -1 4202496 21670 0 1 0 442 7 0 0 20 0 22 0 109916455 10060525568 52673 33554432000 1073741824 1073778376 140735131618512 140735131609648 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28304/statm: 2456183 52673 2284 9 0 2446860 0
[pid=28304/tid=28306] ppid=28301 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/28304/task/28306/stat : 28306 (java) S 28301 28304 27578 0 -1 4202560 2487 0 1 0 82 3 0 0 20 0 22 0 109916456 10060525568 52673 33554432000 1073741824 1073778376 140735131618512 140502433239928 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28304/tid=28307] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28307/stat : 28307 (java) S 28301 28304 27578 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 109916457 10060525568 52673 33554432000 1073741824 1073778376 140735131618512 140502411340840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28304/tid=28308] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28308/stat : 28308 (java) S 28301 28304 27578 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 109916457 10060525568 52673 33554432000 1073741824 1073778376 140735131618512 140502410288040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28304/tid=28309] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28309/stat : 28309 (java) S 28301 28304 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109916457 10060525568 52673 33554432000 1073741824 1073778376 140735131618512 140502409235240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28304/tid=28310] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28310/stat : 28310 (java) S 28301 28304 27578 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 109916457 10060525568 52673 33554432000 1073741824 1073778376 140735131618512 140502408182440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28304/tid=28311] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28311/stat : 28311 (java) S 28301 28304 27578 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109916457 10060525568 52673 33554432000 1073741824 1073778376 140735131618512 140502407129640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28304/tid=28312] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28312/stat : 28312 (java) S 28301 28304 27578 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 109916457 10060525568 52673 33554432000 1073741824 1073778376 140735131618512 140501936236968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28304/tid=28313] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28313/stat : 28313 (java) S 28301 28304 27578 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 109916457 10060525568 52673 33554432000 1073741824 1073778376 140735131618512 140501935184168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28304/tid=28314] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28314/stat : 28314 (java) S 28301 28304 27578 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 109916457 10060525568 52673 33554432000 1073741824 1073778376 140735131618512 140501934131368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28315] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28315/stat : 28315 (java) S 28301 28304 27578 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 109916458 10060525568 52673 33554432000 1073741824 1073778376 140735131618512 140501921721320 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28316] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28316/stat : 28316 (java) S 28301 28304 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109916459 10060525568 52673 33554432000 1073741824 1073778376 140735131618512 140501920667384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28317] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28317/stat : 28317 (java) S 28301 28304 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109916459 10060525568 52673 33554432000 1073741824 1073778376 140735131618512 140501919614472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28318] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28318/stat : 28318 (java) S 28301 28304 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109916461 10060525568 52673 33554432000 1073741824 1073778376 140735131618512 140501918562960 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28319] ppid=28301 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/28304/task/28319/stat : 28319 (java) R 28301 28304 27578 0 -1 4202560 10002 0 0 0 112 2 0 0 20 0 22 0 109916461 10060525568 52673 33554432000 1073741824 1073778376 140735131618512 140501917509952 213419305109 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28320] ppid=28301 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/28304/task/28320/stat : 28320 (java) R 28301 28304 27578 0 -1 4202560 7751 0 0 0 120 2 0 0 20 0 22 0 109916461 10060525568 52673 33554432000 1073741824 1073778376 140735131618512 140501916457272 140502439981843 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28304/tid=28321] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28321/stat : 28321 (java) S 28301 28304 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109916461 10060525568 52673 33554432000 1073741824 1073778376 140735131618512 140501915404664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28304/tid=28322] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28322/stat : 28322 (java) S 28301 28304 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109916461 10060525568 52673 33554432000 1073741824 1073778376 140735131618512 140501914352072 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28323] ppid=28301 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/28304/task/28323/stat : 28323 (java) R 28301 28304 27578 0 -1 4202560 15 0 0 0 55 0 0 0 20 0 22 0 109916547 10060525568 52673 33554432000 1073741824 1073778376 140735131618512 140501913199816 140502288677666 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=28304/tid=28324] ppid=28301 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/28304/task/28324/stat : 28324 (java) R 28301 28304 27578 0 -1 4202560 34 0 0 0 56 0 0 0 20 0 22 0 109916547 10060525568 52673 33554432000 1073741824 1073778376 140735131618512 140501912146840 140502289177366 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28304/tid=28325] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28325/stat : 28325 (java) S 28301 28304 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109916551 10060525568 52673 33554432000 1073741824 1073778376 140735131618512 140501911094696 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28304/tid=28326] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28326/stat : 28326 (java) S 28301 28304 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109916551 10060525568 52673 33554432000 1073741824 1073778376 140735131618512 140501910041896 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 9824732

[startup+3.10099 s]
/proc/loadavg: 4.16 4.24 4.17 6/220 28326
/proc/meminfo: memFree=26295628/32872528 swapFree=16636/1570076
[pid=28304] ppid=28301 vsize=9824732 CPUtime=8.15 cores=1,3,5,7
/proc/28304/stat : 28304 (java) S 28301 28304 27578 0 -1 4202496 22195 0 1 0 800 15 0 0 20 0 22 0 109916455 10060525568 92480 33554432000 1073741824 1073778376 140735131618512 140735131609648 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28304/statm: 2456183 92480 2288 9 0 2446860 0
[pid=28304/tid=28306] ppid=28301 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/28304/task/28306/stat : 28306 (java) S 28301 28304 27578 0 -1 4202560 2487 0 1 0 82 3 0 0 20 0 22 0 109916456 10060525568 92480 33554432000 1073741824 1073778376 140735131618512 140502433239928 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28304/tid=28307] ppid=28301 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/28304/task/28307/stat : 28307 (java) S 28301 28304 27578 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 109916457 10060525568 92480 33554432000 1073741824 1073778376 140735131618512 140502411340840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28304/tid=28308] ppid=28301 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28304/task/28308/stat : 28308 (java) S 28301 28304 27578 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 22 0 109916457 10060525568 92480 33554432000 1073741824 1073778376 140735131618512 140502410288040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28304/tid=28309] ppid=28301 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/28304/task/28309/stat : 28309 (java) S 28301 28304 27578 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 109916457 10060525568 92480 33554432000 1073741824 1073778376 140735131618512 140502409235240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28310] ppid=28301 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/28304/task/28310/stat : 28310 (java) S 28301 28304 27578 0 -1 4202560 81 0 0 0 2 0 0 0 20 0 22 0 109916457 10060525568 92480 33554432000 1073741824 1073778376 140735131618512 140502408182440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28304/tid=28311] ppid=28301 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/28304/task/28311/stat : 28311 (java) S 28301 28304 27578 0 -1 4202560 65 0 0 0 1 0 0 0 20 0 22 0 109916457 10060525568 92480 33554432000 1073741824 1073778376 140735131618512 140502407129640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28304/tid=28312] ppid=28301 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/28304/task/28312/stat : 28312 (java) S 28301 28304 27578 0 -1 4202560 74 0 0 0 3 0 0 0 20 0 22 0 109916457 10060525568 92480 33554432000 1073741824 1073778376 140735131618512 140501936236968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28304/tid=28313] ppid=28301 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28304/task/28313/stat : 28313 (java) S 28301 28304 27578 0 -1 4202560 21 0 0 0 2 2 0 0 20 0 22 0 109916457 10060525568 92480 33554432000 1073741824 1073778376 140735131618512 140501935184168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28314] ppid=28301 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28304/task/28314/stat : 28314 (java) S 28301 28304 27578 0 -1 4202560 86 0 0 0 4 0 0 0 20 0 22 0 109916457 10060525568 92480 33554432000 1073741824 1073778376 140735131618512 140501934131368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28315] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28315/stat : 28315 (java) S 28301 28304 27578 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 109916458 10060525568 92480 33554432000 1073741824 1073778376 140735131618512 140501921721320 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28304/tid=28316] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28316/stat : 28316 (java) S 28301 28304 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109916459 10060525568 92480 33554432000 1073741824 1073778376 140735131618512 140501920667384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28317] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28317/stat : 28317 (java) S 28301 28304 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109916459 10060525568 92480 33554432000 1073741824 1073778376 140735131618512 140501919614472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28318] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28318/stat : 28318 (java) S 28301 28304 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109916461 10060525568 92480 33554432000 1073741824 1073778376 140735131618512 140501918562960 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28319] ppid=28301 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/28304/task/28319/stat : 28319 (java) R 28301 28304 27578 0 -1 4202560 10002 0 0 0 133 2 0 0 20 0 22 0 109916461 10060525568 92480 33554432000 1073741824 1073778376 140735131618512 140501917510072 140502439086171 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28320] ppid=28301 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/28304/task/28320/stat : 28320 (java) S 28301 28304 27578 0 -1 4202560 7755 0 0 0 133 2 0 0 20 0 22 0 109916461 10060525568 92480 33554432000 1073741824 1073778376 140735131618512 140501916457272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28304/tid=28321] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28321/stat : 28321 (java) S 28301 28304 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109916461 10060525568 92480 33554432000 1073741824 1073778376 140735131618512 140501915404664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28304/tid=28322] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28322/stat : 28322 (java) S 28301 28304 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109916461 10060525568 92480 33554432000 1073741824 1073778376 140735131618512 140501914352072 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28323] ppid=28301 vsize=9824732 CPUtime=2.07 cores=1,3,5,7
/proc/28304/task/28323/stat : 28323 (java) R 28301 28304 27578 0 -1 4202560 16 0 0 0 207 0 0 0 20 0 22 0 109916547 10060525568 92480 33554432000 1073741824 1073778376 140735131618512 140501913197776 140502289137992 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28304/tid=28324] ppid=28301 vsize=9824732 CPUtime=2.09 cores=1,3,5,7
/proc/28304/task/28324/stat : 28324 (java) R 28301 28304 27578 0 -1 4202560 92 0 0 0 207 2 0 0 20 0 22 0 109916547 10060525568 92480 33554432000 1073741824 1073778376 140735131618512 140501912145896 140502289797419 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28304/tid=28325] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28325/stat : 28325 (java) S 28301 28304 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109916551 10060525568 92480 33554432000 1073741824 1073778376 140735131618512 140501911094696 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28304/tid=28326] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28326/stat : 28326 (java) S 28301 28304 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109916551 10060525568 92480 33554432000 1073741824 1073778376 140735131618512 140501910041896 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.15
Current children cumulated vsize (KiB) 9824732

[startup+6.30093 s]
/proc/loadavg: 4.31 4.27 4.18 6/220 28326
/proc/meminfo: memFree=26060040/32872528 swapFree=16636/1570076
[pid=28304] ppid=28301 vsize=9824732 CPUtime=15.02 cores=1,3,5,7
/proc/28304/stat : 28304 (java) S 28301 28304 27578 0 -1 4202496 23100 0 1 0 1476 26 0 0 20 0 22 0 109916455 10060525568 161060 33554432000 1073741824 1073778376 140735131618512 140735131609648 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28304/statm: 2456183 161060 2292 9 0 2446860 0
[pid=28304/tid=28306] ppid=28301 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/28304/task/28306/stat : 28306 (java) S 28301 28304 27578 0 -1 4202560 2487 0 1 0 82 3 0 0 20 0 22 0 109916456 10060525568 161060 33554432000 1073741824 1073778376 140735131618512 140502433239928 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28304/tid=28307] ppid=28301 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28304/task/28307/stat : 28307 (java) S 28301 28304 27578 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 22 0 109916457 10060525568 161060 33554432000 1073741824 1073778376 140735131618512 140502411340840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28304/tid=28308] ppid=28301 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/28304/task/28308/stat : 28308 (java) S 28301 28304 27578 0 -1 4202560 60 0 0 0 8 2 0 0 20 0 22 0 109916457 10060525568 161060 33554432000 1073741824 1073778376 140735131618512 140502410288040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28304/tid=28309] ppid=28301 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/28304/task/28309/stat : 28309 (java) S 28301 28304 27578 0 -1 4202560 57 0 0 0 4 1 0 0 20 0 22 0 109916457 10060525568 161060 33554432000 1073741824 1073778376 140735131618512 140502409235240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28310] ppid=28301 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/28304/task/28310/stat : 28310 (java) S 28301 28304 27578 0 -1 4202560 109 0 0 0 5 1 0 0 20 0 22 0 109916457 10060525568 161060 33554432000 1073741824 1073778376 140735131618512 140502408182440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28304/tid=28311] ppid=28301 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/28304/task/28311/stat : 28311 (java) S 28301 28304 27578 0 -1 4202560 101 0 0 0 3 0 0 0 20 0 22 0 109916457 10060525568 161060 33554432000 1073741824 1073778376 140735131618512 140502407129640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28312] ppid=28301 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/28304/task/28312/stat : 28312 (java) S 28301 28304 27578 0 -1 4202560 109 0 0 0 6 3 0 0 20 0 22 0 109916457 10060525568 161060 33554432000 1073741824 1073778376 140735131618512 140501936236968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28304/tid=28313] ppid=28301 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/28304/task/28313/stat : 28313 (java) S 28301 28304 27578 0 -1 4202560 41 0 0 0 6 2 0 0 20 0 22 0 109916457 10060525568 161060 33554432000 1073741824 1073778376 140735131618512 140501935184168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28304/tid=28314] ppid=28301 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/28304/task/28314/stat : 28314 (java) S 28301 28304 27578 0 -1 4202560 105 0 0 0 6 1 0 0 20 0 22 0 109916457 10060525568 161060 33554432000 1073741824 1073778376 140735131618512 140501934131368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28315] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28315/stat : 28315 (java) S 28301 28304 27578 0 -1 4202560 466 0 0 0 0 0 0 0 20 0 22 0 109916458 10060525568 161060 33554432000 1073741824 1073778376 140735131618512 140501921721320 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28304/tid=28316] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28316/stat : 28316 (java) S 28301 28304 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109916459 10060525568 161060 33554432000 1073741824 1073778376 140735131618512 140501920667384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28317] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28317/stat : 28317 (java) S 28301 28304 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109916459 10060525568 161060 33554432000 1073741824 1073778376 140735131618512 140501919614472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28318] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28318/stat : 28318 (java) S 28301 28304 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109916461 10060525568 161060 33554432000 1073741824 1073778376 140735131618512 140501918562960 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28319] ppid=28301 vsize=9824732 CPUtime=1.48 cores=1,3,5,7

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

/proc/28304/task/28309/stat : 28309 (java) S 28301 28304 27578 0 -1 4202560 619 0 0 0 275 20 0 0 20 0 22 0 109916457 10060525568 966610 33554432000 1073741824 1073778376 140735131618512 140502409235240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28310] ppid=28301 vsize=9824732 CPUtime=3.14 cores=1,3,5,7
/proc/28304/task/28310/stat : 28310 (java) S 28301 28304 27578 0 -1 4202560 866 0 0 0 295 19 0 0 20 0 22 0 109916457 10060525568 966610 33554432000 1073741824 1073778376 140735131618512 140502408182440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28304/tid=28311] ppid=28301 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/28304/task/28311/stat : 28311 (java) S 28301 28304 27578 0 -1 4202560 794 0 0 0 263 19 0 0 20 0 22 0 109916457 10060525568 966610 33554432000 1073741824 1073778376 140735131618512 140502407129640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28304/tid=28312] ppid=28301 vsize=9824732 CPUtime=3.27 cores=1,3,5,7
/proc/28304/task/28312/stat : 28312 (java) S 28301 28304 27578 0 -1 4202560 726 0 0 0 306 21 0 0 20 0 22 0 109916457 10060525568 966610 33554432000 1073741824 1073778376 140735131618512 140501936236968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28304/tid=28313] ppid=28301 vsize=9824732 CPUtime=3.05 cores=1,3,5,7
/proc/28304/task/28313/stat : 28313 (java) S 28301 28304 27578 0 -1 4202560 700 0 0 0 283 22 0 0 20 0 22 0 109916457 10060525568 966610 33554432000 1073741824 1073778376 140735131618512 140501935184168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28314] ppid=28301 vsize=9824732 CPUtime=3.35 cores=1,3,5,7
/proc/28304/task/28314/stat : 28314 (java) S 28301 28304 27578 0 -1 4202560 920 0 0 0 312 23 0 0 20 0 22 0 109916457 10060525568 966610 33554432000 1073741824 1073778376 140735131618512 140501934131368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28304/tid=28315] ppid=28301 vsize=9824732 CPUtime=5.54 cores=1,3,5,7
/proc/28304/task/28315/stat : 28315 (java) S 28301 28304 27578 0 -1 4202560 2559 0 0 0 545 9 0 0 20 0 22 0 109916458 10060525568 966610 33554432000 1073741824 1073778376 140735131618512 140501921721320 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28304/tid=28316] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28316/stat : 28316 (java) S 28301 28304 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109916459 10060525568 966610 33554432000 1073741824 1073778376 140735131618512 140501920667384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28317] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28317/stat : 28317 (java) S 28301 28304 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109916459 10060525568 966610 33554432000 1073741824 1073778376 140735131618512 140501919614472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28318] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28318/stat : 28318 (java) S 28301 28304 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109916461 10060525568 966610 33554432000 1073741824 1073778376 140735131618512 140501918562960 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28319] ppid=28301 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/28304/task/28319/stat : 28319 (java) S 28301 28304 27578 0 -1 4202560 10007 0 0 0 157 2 0 0 20 0 22 0 109916461 10060525568 966610 33554432000 1073741824 1073778376 140735131618512 140501917510072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28320] ppid=28301 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/28304/task/28320/stat : 28320 (java) S 28301 28304 27578 0 -1 4202560 8921 0 0 0 204 2 0 0 20 0 22 0 109916461 10060525568 966610 33554432000 1073741824 1073778376 140735131618512 140501916457272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28304/tid=28321] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28321/stat : 28321 (java) S 28301 28304 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109916461 10060525568 966610 33554432000 1073741824 1073778376 140735131618512 140501915404664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28304/tid=28322] ppid=28301 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/28304/task/28322/stat : 28322 (java) S 28301 28304 27578 0 -1 4202560 51 0 0 0 14 23 0 0 20 0 22 0 109916461 10060525568 966610 33554432000 1073741824 1073778376 140735131618512 140501914352072 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28323] ppid=28301 vsize=9824732 CPUtime=866.81 cores=1,3,5,7
/proc/28304/task/28323/stat : 28323 (java) R 28301 28304 27578 0 -1 4202560 60 0 0 0 86667 14 0 0 20 0 22 0 109916547 10060525568 966610 33554432000 1073741824 1073778376 140735131618512 140501913197872 140502289660717 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28324] ppid=28301 vsize=9824732 CPUtime=866.85 cores=1,3,5,7
/proc/28304/task/28324/stat : 28324 (java) R 28301 28304 27578 0 -1 4202560 2165 0 0 0 86637 48 0 0 20 0 22 0 109916547 10060525568 966610 33554432000 1073741824 1073778376 140735131618512 140501912145776 140502289184582 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28304/tid=28325] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28325/stat : 28325 (java) S 28301 28304 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109916551 10060525568 966610 33554432000 1073741824 1073778376 140735131618512 140501911094696 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28304/tid=28326] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28326/stat : 28326 (java) S 28301 28304 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109916551 10060525568 966610 33554432000 1073741824 1073778376 140735131618512 140501910041896 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1773.4
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.508 s]
/proc/loadavg: 4.24 4.28 4.25 5/219 28415
/proc/meminfo: memFree=22520568/32872528 swapFree=16636/1570076
[pid=28304] ppid=28301 vsize=9824732 CPUtime=1800.07 cores=1,3,5,7
/proc/28304/stat : 28304 (java) S 28301 28304 27578 0 -1 4202496 33554 0 1 0 179767 240 0 0 20 0 22 0 109916455 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140735131609648 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28304/statm: 2456183 968654 2301 9 0 2446860 0
[pid=28304/tid=28306] ppid=28301 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/28304/task/28306/stat : 28306 (java) S 28301 28304 27578 0 -1 4202560 2502 0 1 0 85 5 0 0 20 0 22 0 109916456 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140502433239928 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28307] ppid=28301 vsize=9824732 CPUtime=3.4 cores=1,3,5,7
/proc/28304/task/28307/stat : 28307 (java) S 28301 28304 27578 0 -1 4202560 775 0 0 0 318 22 0 0 20 0 22 0 109916457 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140502411340840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28308] ppid=28301 vsize=9824732 CPUtime=3.11 cores=1,3,5,7
/proc/28304/task/28308/stat : 28308 (java) S 28301 28304 27578 0 -1 4202560 610 0 0 0 290 21 0 0 20 0 22 0 109916457 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140502410288040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28309] ppid=28301 vsize=9824732 CPUtime=3.01 cores=1,3,5,7
/proc/28304/task/28309/stat : 28309 (java) S 28301 28304 27578 0 -1 4202560 619 0 0 0 281 20 0 0 20 0 22 0 109916457 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140502409235240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28310] ppid=28301 vsize=9824732 CPUtime=3.25 cores=1,3,5,7
/proc/28304/task/28310/stat : 28310 (java) S 28301 28304 27578 0 -1 4202560 868 0 0 0 306 19 0 0 20 0 22 0 109916457 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140502408182440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28304/tid=28311] ppid=28301 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/28304/task/28311/stat : 28311 (java) S 28301 28304 27578 0 -1 4202560 797 0 0 0 269 19 0 0 20 0 22 0 109916457 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140502407129640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28304/tid=28312] ppid=28301 vsize=9824732 CPUtime=3.33 cores=1,3,5,7
/proc/28304/task/28312/stat : 28312 (java) S 28301 28304 27578 0 -1 4202560 728 0 0 0 312 21 0 0 20 0 22 0 109916457 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501936236968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28304/tid=28313] ppid=28301 vsize=9824732 CPUtime=3.11 cores=1,3,5,7
/proc/28304/task/28313/stat : 28313 (java) S 28301 28304 27578 0 -1 4202560 700 0 0 0 289 22 0 0 20 0 22 0 109916457 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501935184168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28314] ppid=28301 vsize=9824732 CPUtime=3.42 cores=1,3,5,7
/proc/28304/task/28314/stat : 28314 (java) S 28301 28304 27578 0 -1 4202560 920 0 0 0 319 23 0 0 20 0 22 0 109916457 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501934131368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28304/tid=28315] ppid=28301 vsize=9824732 CPUtime=5.54 cores=1,3,5,7
/proc/28304/task/28315/stat : 28315 (java) S 28301 28304 27578 0 -1 4202560 2561 0 0 0 545 9 0 0 20 0 22 0 109916458 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501921721320 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28304/tid=28316] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28316/stat : 28316 (java) S 28301 28304 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109916459 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501920667384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28317] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28317/stat : 28317 (java) S 28301 28304 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109916459 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501919614472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28318] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28318/stat : 28318 (java) S 28301 28304 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109916461 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501918562960 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28319] ppid=28301 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/28304/task/28319/stat : 28319 (java) S 28301 28304 27578 0 -1 4202560 10007 0 0 0 157 2 0 0 20 0 22 0 109916461 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501917510072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28320] ppid=28301 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/28304/task/28320/stat : 28320 (java) S 28301 28304 27578 0 -1 4202560 8921 0 0 0 204 2 0 0 20 0 22 0 109916461 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501916457272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28304/tid=28321] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28321/stat : 28321 (java) S 28301 28304 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109916461 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501915404664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28304/tid=28322] ppid=28301 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/28304/task/28322/stat : 28322 (java) S 28301 28304 27578 0 -1 4202560 53 0 0 0 14 23 0 0 20 0 22 0 109916461 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501914352072 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28323] ppid=28301 vsize=9824732 CPUtime=879.83 cores=1,3,5,7
/proc/28304/task/28323/stat : 28323 (java) R 28301 28304 27578 0 -1 4202560 61 0 0 0 87969 14 0 0 20 0 22 0 109916547 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501913198640 140502289391040 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28304/tid=28324] ppid=28301 vsize=9824732 CPUtime=879.87 cores=1,3,5,7
/proc/28304/task/28324/stat : 28324 (java) R 28301 28304 27578 0 -1 4202560 2165 0 0 0 87939 48 0 0 20 0 22 0 109916547 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501912144544 140502289184582 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28304/tid=28325] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28325/stat : 28325 (java) S 28301 28304 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109916551 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501911094696 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28304/tid=28326] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28326/stat : 28326 (java) S 28301 28304 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109916551 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501910041896 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824732

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 28304 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.508 s]
/proc/loadavg: 4.24 4.28 4.25 5/219 28415
/proc/meminfo: memFree=22520568/32872528 swapFree=16636/1570076
[pid=28304] ppid=28301 vsize=9824732 CPUtime=1800.07 cores=1,3,5,7
/proc/28304/stat : 28304 (java) S 28301 28304 27578 0 -1 4202496 33554 0 1 0 179767 240 0 0 20 0 22 0 109916455 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140735131609648 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28304/statm: 2456183 968654 2301 9 0 2446860 0
[pid=28304/tid=28306] ppid=28301 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/28304/task/28306/stat : 28306 (java) S 28301 28304 27578 0 -1 4202560 2502 0 1 0 85 5 0 0 20 0 22 0 109916456 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140502433239928 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28307] ppid=28301 vsize=9824732 CPUtime=3.4 cores=1,3,5,7
/proc/28304/task/28307/stat : 28307 (java) S 28301 28304 27578 0 -1 4202560 775 0 0 0 318 22 0 0 20 0 22 0 109916457 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140502411340840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28308] ppid=28301 vsize=9824732 CPUtime=3.11 cores=1,3,5,7
/proc/28304/task/28308/stat : 28308 (java) S 28301 28304 27578 0 -1 4202560 610 0 0 0 290 21 0 0 20 0 22 0 109916457 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140502410288040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28309] ppid=28301 vsize=9824732 CPUtime=3.01 cores=1,3,5,7
/proc/28304/task/28309/stat : 28309 (java) S 28301 28304 27578 0 -1 4202560 619 0 0 0 281 20 0 0 20 0 22 0 109916457 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140502409235240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28310] ppid=28301 vsize=9824732 CPUtime=3.25 cores=1,3,5,7
/proc/28304/task/28310/stat : 28310 (java) S 28301 28304 27578 0 -1 4202560 868 0 0 0 306 19 0 0 20 0 22 0 109916457 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140502408182440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28304/tid=28311] ppid=28301 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/28304/task/28311/stat : 28311 (java) S 28301 28304 27578 0 -1 4202560 797 0 0 0 269 19 0 0 20 0 22 0 109916457 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140502407129640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28304/tid=28312] ppid=28301 vsize=9824732 CPUtime=3.33 cores=1,3,5,7
/proc/28304/task/28312/stat : 28312 (java) S 28301 28304 27578 0 -1 4202560 728 0 0 0 312 21 0 0 20 0 22 0 109916457 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501936236968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28304/tid=28313] ppid=28301 vsize=9824732 CPUtime=3.11 cores=1,3,5,7
/proc/28304/task/28313/stat : 28313 (java) S 28301 28304 27578 0 -1 4202560 700 0 0 0 289 22 0 0 20 0 22 0 109916457 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501935184168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28314] ppid=28301 vsize=9824732 CPUtime=3.42 cores=1,3,5,7
/proc/28304/task/28314/stat : 28314 (java) S 28301 28304 27578 0 -1 4202560 920 0 0 0 319 23 0 0 20 0 22 0 109916457 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501934131368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28304/tid=28315] ppid=28301 vsize=9824732 CPUtime=5.54 cores=1,3,5,7
/proc/28304/task/28315/stat : 28315 (java) S 28301 28304 27578 0 -1 4202560 2561 0 0 0 545 9 0 0 20 0 22 0 109916458 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501921721320 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28304/tid=28316] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28316/stat : 28316 (java) S 28301 28304 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109916459 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501920667384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28317] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28317/stat : 28317 (java) S 28301 28304 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109916459 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501919614472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28318] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28318/stat : 28318 (java) S 28301 28304 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109916461 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501918562960 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28319] ppid=28301 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/28304/task/28319/stat : 28319 (java) S 28301 28304 27578 0 -1 4202560 10007 0 0 0 157 2 0 0 20 0 22 0 109916461 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501917510072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28320] ppid=28301 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/28304/task/28320/stat : 28320 (java) S 28301 28304 27578 0 -1 4202560 8921 0 0 0 204 2 0 0 20 0 22 0 109916461 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501916457272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28304/tid=28321] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28321/stat : 28321 (java) S 28301 28304 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109916461 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501915404664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28304/tid=28322] ppid=28301 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/28304/task/28322/stat : 28322 (java) S 28301 28304 27578 0 -1 4202560 53 0 0 0 14 23 0 0 20 0 22 0 109916461 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501914352072 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28304/tid=28323] ppid=28301 vsize=9824732 CPUtime=879.83 cores=1,3,5,7
/proc/28304/task/28323/stat : 28323 (java) R 28301 28304 27578 0 -1 4202560 61 0 0 0 87969 14 0 0 20 0 22 0 109916547 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501913198640 140502289391040 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28304/tid=28324] ppid=28301 vsize=9824732 CPUtime=879.87 cores=1,3,5,7
/proc/28304/task/28324/stat : 28324 (java) R 28301 28304 27578 0 -1 4202560 2165 0 0 0 87939 48 0 0 20 0 22 0 109916547 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501912144544 140502289184582 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28304/tid=28325] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28325/stat : 28325 (java) S 28301 28304 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109916551 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501911094696 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28304/tid=28326] ppid=28301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28304/task/28326/stat : 28326 (java) S 28301 28304 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109916551 10060525568 968654 33554432000 1073741824 1073778376 140735131618512 140501910041896 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28304 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=239386
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=872563
# CPU time returned by wait4() is 1796.11
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.582
CPU time (s): 1800.07
CPU user time (s): 1797.67
CPU system time (s): 2.4
CPU usage (%): 200.994
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.24
system time used= 2.87256
maximum resident set size= 3874732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33586
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23862
involuntary context switches= 27834

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.70313 second user time and 7.53485 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-07 08:10:41
IDJOB=4080538
IDBENCH=90147
IDSOLVER=2543
FILE ID=node140/4080538-1465279841
RUNJOBID= node140-1465276272-27595
PBS_JOBID= 19843305
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K176.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080538-1465279841/watcher-4080538-1465279841 -o /tmp/evaluation-result-4080538-1465279841/solver-4080538-1465279841 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465276272-27595 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080538-1465279841.opb

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

MD5SUM BENCH= 3f678424628fecb2a53891618f9bde8f
RANDOM SEED=1645330660

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26499048 kB
Buffers:          124964 kB
Cached:           306108 kB
SwapCached:         1688 kB
Active:          3703532 kB
Inactive:         353868 kB
Active(anon):    3625756 kB
Inactive(anon):     2692 kB
Active(file):      77776 kB
Inactive(file):   351176 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098688 kB
Dirty:              2384 kB
Writeback:             0 kB
AnonPages:       5208080 kB
Mapped:            15440 kB
Shmem:                 0 kB
Slab:             603528 kB
SReclaimable:      47504 kB
SUnreclaim:       556024 kB
KernelStack:        1816 kB
PageTables:        14636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5759836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5130240 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 node140 at 2016-06-07 08:25:37