Trace number 4096674

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.13 894.25

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_31.opb
MD5SUM3c5c67a05b8f77fc58cd0cec4854ace8
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark759.729
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1332
Total number of constraints6341
Number of constraints which are clauses6336
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint36
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 31
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 67
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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-4096674-1466112729.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.49/0.39	c ... done. Wall clock time 0.273s.
0.49/0.39	c declared #vars     1332
0.49/0.39	c #constraints  6345
0.76/0.40	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.76/0.40	c constraints type 
0.76/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3780
0.76/0.40	c org.sat4j.specs.Constr$1 => 4
0.76/0.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.76/0.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.76/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2555
0.76/0.40	c 6345 constraints processed.
0.76/0.40	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.76/0.40	c constraints type 
0.76/0.40	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2555
0.76/0.40	c org.sat4j.specs.Constr$1 => 4
0.76/0.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3780
0.76/0.40	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.76/0.40	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.76/0.40	c 6345 constraints processed.
4.10/1.35	c cleaning 2495 clauses out of 5000 with flag 22516/5000
5.79/2.00	c cleaning 4250 clauses out of 8506 with flag 51370/11001
7.47/2.82	c cleaning 5624 clauses out of 11257 with flag 92702/18002
9.49/3.85	c cleaning 6815 clauses out of 13633 with flag 142125/26002
11.96/5.06	c cleaning 7907 clauses out of 15816 with flag 186688/35000
14.76/6.49	c cleaning 8955 clauses out of 17910 with flag 234507/45001
18.47/8.25	c cleaning 9970 clauses out of 19955 with flag 289482/56001
22.69/10.31	c cleaning 10987 clauses out of 21984 with flag 349245/68000
27.09/12.52	c cleaning 11996 clauses out of 23999 with flag 421080/81002
32.11/15.08	c cleaning 13001 clauses out of 26001 with flag 497224/95000
37.71/17.85	c cleaning 13995 clauses out of 28002 with flag 581789/110002
43.13/20.51	c cleaning 0 clauses out of 5001 with flag 0/5001
45.13/21.49	c cleaning 15000 clauses out of 30007 with flag 684943/126002
53.09/25.36	c cleaning 16000 clauses out of 32006 with flag 793128/143001
60.09/28.84	c cleaning 16999 clauses out of 34007 with flag 865223/161002
67.53/32.56	c cleaning 17999 clauses out of 36006 with flag 956722/180000
75.75/36.67	c cleaning 19000 clauses out of 38007 with flag 1042734/200000
84.99/41.23	c cleaning 19999 clauses out of 40007 with flag 1135334/221000
95.40/46.47	c cleaning 20998 clauses out of 42009 with flag 1240735/243001
106.41/51.98	c cleaning 22001 clauses out of 44010 with flag 1352996/266000
118.25/57.87	c cleaning 22998 clauses out of 46009 with flag 1481023/290000
131.08/64.21	c cleaning 23996 clauses out of 48012 with flag 1611107/315001
145.31/71.32	c cleaning 25007 clauses out of 50017 with flag 1740991/341002
160.77/79.00	c cleaning 26005 clauses out of 52010 with flag 1885752/368002
178.41/87.84	c cleaning 26998 clauses out of 54005 with flag 2034177/396002
195.85/96.54	c cleaning 28000 clauses out of 56005 with flag 2195203/425000
214.36/105.75	c cleaning 29001 clauses out of 58008 with flag 2365326/455003
235.02/116.10	c cleaning 30003 clauses out of 60006 with flag 2540170/486002
257.08/127.02	c cleaning 30992 clauses out of 62001 with flag 2733750/518000
280.43/138.68	c cleaning 31995 clauses out of 64009 with flag 2918304/551000
280.63/138.79	c cleaning 0 clauses out of 11001 with flag 0/11001
304.35/150.59	c cleaning 33005 clauses out of 66014 with flag 3111203/585000
330.26/163.46	c cleaning 33997 clauses out of 68009 with flag 3305071/620000
358.24/177.34	c cleaning 34999 clauses out of 70013 with flag 3505029/656001
386.99/191.69	c cleaning 36004 clauses out of 72013 with flag 3710697/693000
419.21/207.66	c cleaning 36999 clauses out of 74010 with flag 3940762/731001
454.84/225.33	c cleaning 38000 clauses out of 76012 with flag 4182397/770002
491.62/243.64	c cleaning 38997 clauses out of 78010 with flag 4422091/810000
528.43/261.98	c cleaning 39999 clauses out of 80016 with flag 4629185/851003
567.03/281.17	c cleaning 41004 clauses out of 82015 with flag 4856959/893001
606.65/300.89	c cleaning 42000 clauses out of 84010 with flag 5087367/936000
648.87/321.80	c cleaning 42999 clauses out of 86011 with flag 5330558/980001
693.87/344.26	c cleaning 43999 clauses out of 88012 with flag 5597092/1025001
741.35/367.83	c cleaning 45000 clauses out of 90013 with flag 5871565/1071001
792.48/393.25	c cleaning 46000 clauses out of 92013 with flag 6166177/1118001
844.98/419.31	c cleaning 47001 clauses out of 94013 with flag 6445515/1166001
899.51/446.41	c cleaning 48002 clauses out of 96011 with flag 6728697/1215000
919.03/456.15	c cleaning 0 clauses out of 18000 with flag 0/18000
955.61/474.34	c cleaning 48998 clauses out of 98011 with flag 7032733/1265002
1016.75/504.74	c cleaning 49998 clauses out of 100011 with flag 7358920/1316000
1077.46/534.92	c cleaning 51001 clauses out of 102014 with flag 7653935/1368001
1141.59/566.89	c cleaning 51999 clauses out of 104012 with flag 7976668/1421000
1210.36/601.05	c cleaning 53000 clauses out of 106014 with flag 8324738/1475001
1278.20/634.80	c cleaning 54001 clauses out of 108013 with flag 8648929/1530000
1353.05/671.95	c cleaning 54999 clauses out of 110012 with flag 8998558/1586000
1426.19/708.38	c cleaning 56000 clauses out of 112013 with flag 9353994/1643000
1506.26/748.13	c cleaning 56998 clauses out of 114013 with flag 9727729/1701000
1590.94/790.23	c cleaning 58001 clauses out of 116017 with flag 10122810/1760002
1680.49/834.71	c cleaning 58996 clauses out of 118014 with flag 10554335/1820000
1780.41/884.42	c cleaning 60002 clauses out of 120018 with flag 11034228/1881000
1800.13/894.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/894.20	c starts		: 114
1800.13/894.20	c conflicts		: 1898699
1800.13/894.20	c decisions		: 2154396
1800.13/894.20	c propagations		: 192199285
1800.13/894.20	c inspects		: 10994068417
1800.13/894.20	c shortcuts		: 0
1800.13/894.20	c learnt literals	: 0
1800.13/894.20	c learnt binary clauses	: 0
1800.13/894.20	c learnt ternary clauses	: 1
1800.13/894.20	c learnt constraints	: 1898699
1800.13/894.20	c ignored constraints	: 0
1800.13/894.20	c root simplifications	: 0
1800.13/894.20	c removed literals (reason simplification)	: 17776763
1800.13/894.20	c reason swapping (by a shorter reason)	: 0
1800.13/894.20	c Calls to reduceDB	: 57
1800.13/894.20	c Number of update (reduction) of LBD	: 387039
1800.13/894.20	c Imported unit clauses	: 0
1800.13/894.20	c number of reductions to clauses (during analyze)	: 0
1800.13/894.20	c number of learned constraints concerned by reduction	: 0
1800.13/894.20	c number of learning phase by resolution	: 0
1800.13/894.20	c number of learning phase by cutting planes	: 0
1800.13/894.20	c speed (assignments/second)	: 215035.63988444867
1800.13/894.20	c non guided choices	141
1800.13/894.23	c learnt constraints type 
1800.13/894.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 77715
1800.13/894.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/894.23	c starts		: 52
1800.13/894.23	c conflicts		: 23394
1800.13/894.23	c decisions		: 26675
1800.13/894.23	c propagations		: 3520862
1800.13/894.23	c inspects		: 1221333272
1800.13/894.23	c shortcuts		: 0
1800.13/894.23	c learnt literals	: 0
1800.13/894.23	c learnt binary clauses	: 0
1800.13/894.23	c learnt ternary clauses	: 0
1800.13/894.23	c learnt constraints	: 23394
1800.13/894.23	c ignored constraints	: 0
1800.13/894.23	c root simplifications	: 0
1800.13/894.23	c removed literals (reason simplification)	: 0
1800.13/894.23	c reason swapping (by a shorter reason)	: 0
1800.13/894.23	c Calls to reduceDB	: 3
1800.13/894.23	c Number of update (reduction) of LBD	: 0
1800.13/894.23	c Imported unit clauses	: 0
1800.13/894.23	c number of reductions to clauses (during analyze)	: 0
1800.13/894.23	c number of learned constraints concerned by reduction	: 0
1800.13/894.23	c number of learning phase by resolution	: 0
1800.13/894.23	c number of learning phase by cutting planes	: 0
1800.13/894.23	c speed (assignments/second)	: 3939.102105112416
1800.13/894.23	c non guided choices	141
1800.13/894.24	c learnt constraints type 
1800.13/894.24	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3581
1800.13/894.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 351
1800.13/894.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19462
1800.13/894.24	s UNKNOWN
1800.13/894.24	c Total wall clock time (in seconds): 894.117

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-4096674-1466112729/watcher-4096674-1466112729 -o /tmp/evaluation-result-4096674-1466112729/solver-4096674-1466112729 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466112168-31202 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4096674-1466112729.opb 

pid=31937
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.03 3.69 2.70 4/197 31940
/proc/meminfo: memFree=28538320/32872528 swapFree=1430864/1543284
[pid=31940] ppid=31937 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/31940/stat : 31940 (java) D 31937 31940 31185 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 13321642 9515008 182 33554432000 1073741824 1073778376 140733761179312 140733761170344 266435641013 0 0 4096 0 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/31940/statm: 2323 182 140 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.03 3.69 2.70 4/197 31940
/proc/meminfo: memFree=28538320/32872528 swapFree=1430864/1543284
[pid=31940] ppid=31937 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/31940/stat : 31940 (java) S 31937 31940 31185 0 -1 4202496 4411 0 1 0 8 1 0 0 20 0 18 0 13321642 9787879424 6029 33554432000 1073741824 1073778376 140736369466752 140736369457888 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31940/statm: 2389619 6029 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 4.03 3.69 2.70 4/197 31940
/proc/meminfo: memFree=28538320/32872528 swapFree=1430864/1543284
[pid=31940] ppid=31937 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/31940/stat : 31940 (java) S 31937 31940 31185 0 -1 4202496 4704 0 1 0 23 1 0 0 20 0 18 0 13321642 9787879424 6757 33554432000 1073741824 1073778376 140736369466752 140736369457888 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31940/statm: 2389619 6757 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300246 s]
/proc/loadavg: 4.03 3.69 2.70 4/197 31940
/proc/meminfo: memFree=28538320/32872528 swapFree=1430864/1543284
[pid=31940] ppid=31937 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/31940/stat : 31940 (java) S 31937 31940 31185 0 -1 4202496 5872 0 1 0 47 2 0 0 20 0 18 0 13321642 9787879424 8967 33554432000 1073741824 1073778376 140736369466752 140736369457888 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31940/statm: 2389619 8967 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700208 s]
/proc/loadavg: 4.03 3.69 2.70 4/197 31940
/proc/meminfo: memFree=28538320/32872528 swapFree=1430864/1543284
[pid=31940] ppid=31937 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/31940/stat : 31940 (java) S 31937 31940 31185 0 -1 4202496 17309 0 1 0 191 4 0 0 20 0 22 0 13321642 10060525568 20367 33554432000 1073741824 1073778376 140736369466752 140736369457888 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31940/statm: 2456183 20367 2265 9 0 2446860 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 4.11 3.71 2.71 7/219 31962
/proc/meminfo: memFree=28426020/32872528 swapFree=1430864/1543284
[pid=31940] ppid=31937 vsize=9824732 CPUtime=4.62 cores=1,3,5,7
/proc/31940/stat : 31940 (java) S 31937 31940 31185 0 -1 4202496 19963 0 1 0 455 7 0 0 20 0 22 0 13321642 10060525568 46827 33554432000 1073741824 1073778376 140736369466752 140736369457888 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31940/statm: 2456183 46827 2290 9 0 2446860 0
[pid=31940/tid=31942] ppid=31937 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/31940/task/31942/stat : 31942 (java) S 31937 31940 31185 0 -1 4202560 2427 0 1 0 34 2 0 0 20 0 22 0 13321643 10060525568 46827 33554432000 1073741824 1073778376 140736369466752 140061317890936 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31940/tid=31943] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31943/stat : 31943 (java) S 31937 31940 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13321644 10060525568 46827 33554432000 1073741824 1073778376 140736369466752 140061306952232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31944] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31944/stat : 31944 (java) S 31937 31940 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13321644 10060525568 46827 33554432000 1073741824 1073778376 140736369466752 140061305899432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31945] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31945/stat : 31945 (java) S 31937 31940 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13321644 10060525568 46827 33554432000 1073741824 1073778376 140736369466752 140061304846632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31940/tid=31946] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31946/stat : 31946 (java) S 31937 31940 31185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13321644 10060525568 46827 33554432000 1073741824 1073778376 140736369466752 140061303793832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31940/tid=31947] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31947/stat : 31947 (java) S 31937 31940 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13321644 10060525568 46827 33554432000 1073741824 1073778376 140736369466752 140061302742056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31948] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31948/stat : 31948 (java) S 31937 31940 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13321644 10060525568 46827 33554432000 1073741824 1073778376 140736369466752 140061301689256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31949] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31949/stat : 31949 (java) S 31937 31940 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13321644 10060525568 46827 33554432000 1073741824 1073778376 140736369466752 140061300636456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31950] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31950/stat : 31950 (java) S 31937 31940 31185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13321644 10060525568 46827 33554432000 1073741824 1073778376 140736369466752 140061154425512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31951] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31951/stat : 31951 (java) S 31937 31940 31185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13321645 10060525568 46827 33554432000 1073741824 1073778376 140736369466752 140061142014440 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31952] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31952/stat : 31952 (java) S 31937 31940 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13321646 10060525568 46827 33554432000 1073741824 1073778376 140736369466752 140061140960504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31953] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31953/stat : 31953 (java) S 31937 31940 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13321646 10060525568 46827 33554432000 1073741824 1073778376 140736369466752 140061139907592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31954] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31954/stat : 31954 (java) S 31937 31940 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13321648 10060525568 46827 33554432000 1073741824 1073778376 140736369466752 140061138856080 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31955] ppid=31937 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/31940/task/31955/stat : 31955 (java) R 31937 31940 31185 0 -1 4202560 7894 0 0 0 107 2 0 0 20 0 22 0 13321648 10060525568 46827 33554432000 1073741824 1073778376 140736369466752 140061137804216 140061320757808 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31956] ppid=31937 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/31940/task/31956/stat : 31956 (java) S 31937 31940 31185 0 -1 4202560 8231 0 0 0 94 2 0 0 20 0 22 0 13321648 10060525568 46827 33554432000 1073741824 1073778376 140736369466752 140061136751416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31940/tid=31957] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31957/stat : 31957 (java) S 31937 31940 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13321648 10060525568 46827 33554432000 1073741824 1073778376 140736369466752 140061135698808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31940/tid=31958] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31958/stat : 31958 (java) S 31937 31940 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13321648 10060525568 46827 33554432000 1073741824 1073778376 140736369466752 140061134646216 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31959] ppid=31937 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/31940/task/31959/stat : 31959 (java) R 31937 31940 31185 0 -1 4202560 24 0 0 0 107 0 0 0 20 0 22 0 13321682 10060525568 46827 33554432000 1073741824 1073778376 140736369466752 140061133222792 140061182269252 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31960] ppid=31937 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/31940/task/31960/stat : 31960 (java) R 31937 31940 31185 0 -1 4202560 82 0 0 0 105 2 0 0 20 0 22 0 13321682 10060525568 46827 33554432000 1073741824 1073778376 140736369466752 140061132169032 140061182930385 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=31940/tid=31961] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31961/stat : 31961 (java) S 31937 31940 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13321682 10060525568 46827 33554432000 1073741824 1073778376 140736369466752 140061131117480 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31940/tid=31962] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31962/stat : 31962 (java) S 31937 31940 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13321682 10060525568 46827 33554432000 1073741824 1073778376 140736369466752 140061130064680 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 4.11 3.71 2.71 6/219 31962
/proc/meminfo: memFree=28341480/32872528 swapFree=1430864/1543284
[pid=31940] ppid=31937 vsize=9824732 CPUtime=8.09 cores=1,3,5,7
/proc/31940/stat : 31940 (java) S 31937 31940 31185 0 -1 4202496 20236 0 1 0 799 10 0 0 20 0 22 0 13321642 10060525568 81824 33554432000 1073741824 1073778376 140736369466752 140736369457888 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31940/statm: 2456183 81824 2293 9 0 2446860 0
[pid=31940/tid=31942] ppid=31937 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/31940/task/31942/stat : 31942 (java) S 31937 31940 31185 0 -1 4202560 2427 0 1 0 34 2 0 0 20 0 22 0 13321643 10060525568 81824 33554432000 1073741824 1073778376 140736369466752 140061317890936 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31943] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31943/stat : 31943 (java) S 31937 31940 31185 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 13321644 10060525568 81824 33554432000 1073741824 1073778376 140736369466752 140061306952232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31944] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31944/stat : 31944 (java) S 31937 31940 31185 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13321644 10060525568 81824 33554432000 1073741824 1073778376 140736369466752 140061305899432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31945] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31945/stat : 31945 (java) S 31937 31940 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13321644 10060525568 81824 33554432000 1073741824 1073778376 140736369466752 140061304846632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31946] ppid=31937 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31940/task/31946/stat : 31946 (java) S 31937 31940 31185 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 13321644 10060525568 81824 33554432000 1073741824 1073778376 140736369466752 140061303793832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31940/tid=31947] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31947/stat : 31947 (java) S 31937 31940 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13321644 10060525568 81824 33554432000 1073741824 1073778376 140736369466752 140061302742056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31940/tid=31948] ppid=31937 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31940/task/31948/stat : 31948 (java) S 31937 31940 31185 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 13321644 10060525568 81824 33554432000 1073741824 1073778376 140736369466752 140061301689256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31940/tid=31949] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31949/stat : 31949 (java) S 31937 31940 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13321644 10060525568 81824 33554432000 1073741824 1073778376 140736369466752 140061300636456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31950] ppid=31937 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31940/task/31950/stat : 31950 (java) S 31937 31940 31185 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 13321644 10060525568 81824 33554432000 1073741824 1073778376 140736369466752 140061154425512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31951] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31951/stat : 31951 (java) S 31937 31940 31185 0 -1 4202560 184 0 0 0 0 0 0 0 20 0 22 0 13321645 10060525568 81824 33554432000 1073741824 1073778376 140736369466752 140061142014440 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31940/tid=31952] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31952/stat : 31952 (java) S 31937 31940 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13321646 10060525568 81824 33554432000 1073741824 1073778376 140736369466752 140061140960504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31953] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31953/stat : 31953 (java) S 31937 31940 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13321646 10060525568 81824 33554432000 1073741824 1073778376 140736369466752 140061139907592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31954] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31954/stat : 31954 (java) S 31937 31940 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13321648 10060525568 81824 33554432000 1073741824 1073778376 140736369466752 140061138856080 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31955] ppid=31937 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/31940/task/31955/stat : 31955 (java) S 31937 31940 31185 0 -1 4202560 7895 0 0 0 116 2 0 0 20 0 22 0 13321648 10060525568 81824 33554432000 1073741824 1073778376 140736369466752 140061137804216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31956] ppid=31937 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/31940/task/31956/stat : 31956 (java) S 31937 31940 31185 0 -1 4202560 8234 0 0 0 110 2 0 0 20 0 22 0 13321648 10060525568 81824 33554432000 1073741824 1073778376 140736369466752 140061136751416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31940/tid=31957] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31957/stat : 31957 (java) S 31937 31940 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13321648 10060525568 81824 33554432000 1073741824 1073778376 140736369466752 140061135698808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31940/tid=31958] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31958/stat : 31958 (java) S 31937 31940 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13321648 10060525568 81824 33554432000 1073741824 1073778376 140736369466752 140061134646216 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31959] ppid=31937 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/31940/task/31959/stat : 31959 (java) R 31937 31940 31185 0 -1 4202560 25 0 0 0 262 0 0 0 20 0 22 0 13321682 10060525568 81824 33554432000 1073741824 1073778376 140736369466752 140061133213728 140061182981338 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31960] ppid=31937 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/31940/task/31960/stat : 31960 (java) R 31937 31940 31185 0 -1 4202560 141 0 0 0 258 3 0 0 20 0 22 0 13321682 10060525568 81824 33554432000 1073741824 1073778376 140736369466752 140061132168512 140061182916872 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31961] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31961/stat : 31961 (java) S 31937 31940 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13321682 10060525568 81824 33554432000 1073741824 1073778376 140736369466752 140061131117480 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31940/tid=31962] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31962/stat : 31962 (java) S 31937 31940 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13321682 10060525568 81824 33554432000 1073741824 1073778376 140736369466752 140061130064680 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 4.26 3.75 2.73 6/219 31962
/proc/meminfo: memFree=27945396/32872528 swapFree=1430864/1543284
[pid=31940] ppid=31937 vsize=9824732 CPUtime=14.56 cores=1,3,5,7
/proc/31940/stat : 31940 (java) S 31937 31940 31185 0 -1 4202496 20864 0 1 0 1439 17 0 0 20 0 22 0 13321642 10060525568 149132 33554432000 1073741824 1073778376 140736369466752 140736369457888 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31940/statm: 2456183 149132 2293 9 0 2446860 0
[pid=31940/tid=31942] ppid=31937 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/31940/task/31942/stat : 31942 (java) S 31937 31940 31185 0 -1 4202560 2427 0 1 0 34 2 0 0 20 0 22 0 13321643 10060525568 149132 33554432000 1073741824 1073778376 140736369466752 140061317890936 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31943] ppid=31937 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/31940/task/31943/stat : 31943 (java) S 31937 31940 31185 0 -1 4202560 91 0 0 0 2 0 0 0 20 0 22 0 13321644 10060525568 149132 33554432000 1073741824 1073778376 140736369466752 140061306952232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31944] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31944/stat : 31944 (java) S 31937 31940 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13321644 10060525568 149132 33554432000 1073741824 1073778376 140736369466752 140061305899432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31945] ppid=31937 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/31940/task/31945/stat : 31945 (java) S 31937 31940 31185 0 -1 4202560 80 0 0 0 1 1 0 0 20 0 22 0 13321644 10060525568 149132 33554432000 1073741824 1073778376 140736369466752 140061304846632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31946] ppid=31937 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31940/task/31946/stat : 31946 (java) S 31937 31940 31185 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 13321644 10060525568 149132 33554432000 1073741824 1073778376 140736369466752 140061303793832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31940/tid=31947] ppid=31937 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31940/task/31947/stat : 31947 (java) S 31937 31940 31185 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 13321644 10060525568 149132 33554432000 1073741824 1073778376 140736369466752 140061302742056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31940/tid=31948] ppid=31937 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31940/task/31948/stat : 31948 (java) S 31937 31940 31185 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 13321644 10060525568 149132 33554432000 1073741824 1073778376 140736369466752 140061301689256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31940/tid=31949] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31949/stat : 31949 (java) S 31937 31940 31185 0 -1 4202560 81 0 0 0 0 0 0 0 20 0 22 0 13321644 10060525568 149132 33554432000 1073741824 1073778376 140736369466752 140061300636456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31940/tid=31950] ppid=31937 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/31940/task/31950/stat : 31950 (java) S 31937 31940 31185 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 13321644 10060525568 149132 33554432000 1073741824 1073778376 140736369466752 140061154425512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31940/tid=31951] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31951/stat : 31951 (java) S 31937 31940 31185 0 -1 4202560 435 0 0 0 0 0 0 0 20 0 22 0 13321645 10060525568 149132 33554432000 1073741824 1073778376 140736369466752 140061142014440 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31940/tid=31952] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31952/stat : 31952 (java) S 31937 31940 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13321646 10060525568 149132 33554432000 1073741824 1073778376 140736369466752 140061140960504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31953] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31953/stat : 31953 (java) S 31937 31940 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13321646 10060525568 149132 33554432000 1073741824 1073778376 140736369466752 140061139907592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31954] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31954/stat : 31954 (java) S 31937 31940 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13321648 10060525568 149132 33554432000 1073741824 1073778376 140736369466752 140061138856080 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31955] ppid=31937 vsize=9824732 CPUtime=1.19 cores=1,3,5,7

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

/proc/31940/task/31945/stat : 31945 (java) S 31937 31940 31185 0 -1 4202560 398 0 0 0 301 5 0 0 20 0 22 0 13321644 10060525568 388867 33554432000 1073741824 1073778376 140736369466752 140061304846632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31946] ppid=31937 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/31940/task/31946/stat : 31946 (java) S 31937 31940 31185 0 -1 4202560 325 0 0 0 295 4 0 0 20 0 22 0 13321644 10060525568 388867 33554432000 1073741824 1073778376 140736369466752 140061303793832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31940/tid=31947] ppid=31937 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/31940/task/31947/stat : 31947 (java) S 31937 31940 31185 0 -1 4202560 319 0 0 0 292 6 0 0 20 0 22 0 13321644 10060525568 388867 33554432000 1073741824 1073778376 140736369466752 140061302742056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31940/tid=31948] ppid=31937 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/31940/task/31948/stat : 31948 (java) S 31937 31940 31185 0 -1 4202560 313 0 0 0 280 5 0 0 20 0 22 0 13321644 10060525568 388867 33554432000 1073741824 1073778376 140736369466752 140061301689256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31940/tid=31949] ppid=31937 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/31940/task/31949/stat : 31949 (java) S 31937 31940 31185 0 -1 4202560 385 0 0 0 293 5 0 0 20 0 22 0 13321644 10060525568 388867 33554432000 1073741824 1073778376 140736369466752 140061300636456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31950] ppid=31937 vsize=9824732 CPUtime=2.97 cores=1,3,5,7
/proc/31940/task/31950/stat : 31950 (java) S 31937 31940 31185 0 -1 4202560 319 0 0 0 292 5 0 0 20 0 22 0 13321644 10060525568 388867 33554432000 1073741824 1073778376 140736369466752 140061154425512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31951] ppid=31937 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/31940/task/31951/stat : 31951 (java) S 31937 31940 31185 0 -1 4202560 782 0 0 0 12 38 0 0 20 0 22 0 13321645 10060525568 388867 33554432000 1073741824 1073778376 140736369466752 140061142014440 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31952] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31952/stat : 31952 (java) S 31937 31940 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13321646 10060525568 388867 33554432000 1073741824 1073778376 140736369466752 140061140960504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31953] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31953/stat : 31953 (java) S 31937 31940 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13321646 10060525568 388867 33554432000 1073741824 1073778376 140736369466752 140061139907592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31954] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31954/stat : 31954 (java) S 31937 31940 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13321648 10060525568 388867 33554432000 1073741824 1073778376 140736369466752 140061138856080 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31955] ppid=31937 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/31940/task/31955/stat : 31955 (java) S 31937 31940 31185 0 -1 4202560 7906 0 0 0 162 2 0 0 20 0 22 0 13321648 10060525568 388867 33554432000 1073741824 1073778376 140736369466752 140061137804216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31956] ppid=31937 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/31940/task/31956/stat : 31956 (java) S 31937 31940 31185 0 -1 4202560 8250 0 0 0 126 2 0 0 20 0 22 0 13321648 10060525568 388867 33554432000 1073741824 1073778376 140736369466752 140061136751416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31940/tid=31957] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31957/stat : 31957 (java) S 31937 31940 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13321648 10060525568 388867 33554432000 1073741824 1073778376 140736369466752 140061135698808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31940/tid=31958] ppid=31937 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/31940/task/31958/stat : 31958 (java) S 31937 31940 31185 0 -1 4202560 47 0 0 0 14 20 0 0 20 0 22 0 13321648 10060525568 388867 33554432000 1073741824 1073778376 140736369466752 140061134646216 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31959] ppid=31937 vsize=9824732 CPUtime=811.96 cores=1,3,5,7
/proc/31940/task/31959/stat : 31959 (java) R 31937 31940 31185 0 -1 4202560 223 0 0 0 81182 14 0 0 20 0 22 0 13321682 10060525568 388867 33554432000 1073741824 1073778376 140736369466752 140061133221408 140061182664751 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31960] ppid=31937 vsize=9824732 CPUtime=812.06 cores=1,3,5,7
/proc/31940/task/31960/stat : 31960 (java) R 31937 31940 31185 0 -1 4202560 1474 0 0 0 81168 38 0 0 20 0 22 0 13321682 10060525568 388867 33554432000 1073741824 1073778376 140736369466752 140061132167728 140061182916997 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31961] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31961/stat : 31961 (java) S 31937 31940 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13321682 10060525568 388867 33554432000 1073741824 1073778376 140736369466752 140061131117480 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31940/tid=31962] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31962/stat : 31962 (java) S 31937 31940 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13321682 10060525568 388867 33554432000 1073741824 1073778376 140736369466752 140061130064680 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1655.54
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.34 4.22 3.64 5/219 32183
/proc/meminfo: memFree=27610056/32872528 swapFree=1430864/1543284
[pid=31940] ppid=31937 vsize=9824732 CPUtime=1776.21 cores=1,3,5,7
/proc/31940/stat : 31940 (java) S 31937 31940 31185 0 -1 4202496 25190 0 1 0 177493 128 0 0 20 0 22 0 13321642 10060525568 386344 33554432000 1073741824 1073778376 140736369466752 140736369457888 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31940/statm: 2456183 386344 2294 9 0 2446860 0
[pid=31940/tid=31942] ppid=31937 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/31940/task/31942/stat : 31942 (java) S 31937 31940 31185 0 -1 4202560 2436 0 1 0 37 4 0 0 20 0 22 0 13321643 10060525568 386344 33554432000 1073741824 1073778376 140736369466752 140061317890936 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31943] ppid=31937 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/31940/task/31943/stat : 31943 (java) S 31937 31940 31185 0 -1 4202560 394 0 0 0 290 4 0 0 20 0 22 0 13321644 10060525568 386344 33554432000 1073741824 1073778376 140736369466752 140061306952232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31940/tid=31944] ppid=31937 vsize=9824732 CPUtime=3.16 cores=1,3,5,7
/proc/31940/task/31944/stat : 31944 (java) S 31937 31940 31185 0 -1 4202560 307 0 0 0 312 4 0 0 20 0 22 0 13321644 10060525568 386344 33554432000 1073741824 1073778376 140736369466752 140061305899432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31945] ppid=31937 vsize=9824732 CPUtime=3.3 cores=1,3,5,7
/proc/31940/task/31945/stat : 31945 (java) S 31937 31940 31185 0 -1 4202560 400 0 0 0 324 6 0 0 20 0 22 0 13321644 10060525568 386344 33554432000 1073741824 1073778376 140736369466752 140061304846632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31940/tid=31946] ppid=31937 vsize=9824732 CPUtime=3.21 cores=1,3,5,7
/proc/31940/task/31946/stat : 31946 (java) S 31937 31940 31185 0 -1 4202560 325 0 0 0 317 4 0 0 20 0 22 0 13321644 10060525568 386344 33554432000 1073741824 1073778376 140736369466752 140061303793832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31947] ppid=31937 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/31940/task/31947/stat : 31947 (java) S 31937 31940 31185 0 -1 4202560 320 0 0 0 316 6 0 0 20 0 22 0 13321644 10060525568 386344 33554432000 1073741824 1073778376 140736369466752 140061302742056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31940/tid=31948] ppid=31937 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/31940/task/31948/stat : 31948 (java) S 31937 31940 31185 0 -1 4202560 314 0 0 0 305 5 0 0 20 0 22 0 13321644 10060525568 386344 33554432000 1073741824 1073778376 140736369466752 140061301689256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31940/tid=31949] ppid=31937 vsize=9824732 CPUtime=3.13 cores=1,3,5,7
/proc/31940/task/31949/stat : 31949 (java) S 31937 31940 31185 0 -1 4202560 386 0 0 0 308 5 0 0 20 0 22 0 13321644 10060525568 386344 33554432000 1073741824 1073778376 140736369466752 140061300636456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31940/tid=31950] ppid=31937 vsize=9824732 CPUtime=3.21 cores=1,3,5,7
/proc/31940/task/31950/stat : 31950 (java) S 31937 31940 31185 0 -1 4202560 321 0 0 0 316 5 0 0 20 0 22 0 13321644 10060525568 386344 33554432000 1073741824 1073778376 140736369466752 140061154425512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31951] ppid=31937 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/31940/task/31951/stat : 31951 (java) S 31937 31940 31185 0 -1 4202560 786 0 0 0 13 40 0 0 20 0 22 0 13321645 10060525568 386344 33554432000 1073741824 1073778376 140736369466752 140061142014440 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31952] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31952/stat : 31952 (java) S 31937 31940 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13321646 10060525568 386344 33554432000 1073741824 1073778376 140736369466752 140061140960504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31953] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31953/stat : 31953 (java) S 31937 31940 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13321646 10060525568 386344 33554432000 1073741824 1073778376 140736369466752 140061139907592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31954] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31954/stat : 31954 (java) S 31937 31940 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13321648 10060525568 386344 33554432000 1073741824 1073778376 140736369466752 140061138856080 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31955] ppid=31937 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/31940/task/31955/stat : 31955 (java) S 31937 31940 31185 0 -1 4202560 7906 0 0 0 162 2 0 0 20 0 22 0 13321648 10060525568 386344 33554432000 1073741824 1073778376 140736369466752 140061137804216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31956] ppid=31937 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/31940/task/31956/stat : 31956 (java) S 31937 31940 31185 0 -1 4202560 8250 0 0 0 126 2 0 0 20 0 22 0 13321648 10060525568 386344 33554432000 1073741824 1073778376 140736369466752 140061136751416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31940/tid=31957] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31957/stat : 31957 (java) S 31937 31940 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13321648 10060525568 386344 33554432000 1073741824 1073778376 140736369466752 140061135698808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31940/tid=31958] ppid=31937 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/31940/task/31958/stat : 31958 (java) S 31937 31940 31185 0 -1 4202560 51 0 0 0 16 22 0 0 20 0 22 0 13321648 10060525568 386344 33554432000 1073741824 1073778376 140736369466752 140061134646216 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31959] ppid=31937 vsize=9824732 CPUtime=871.24 cores=1,3,5,7
/proc/31940/task/31959/stat : 31959 (java) R 31937 31940 31185 0 -1 4202560 231 0 0 0 87109 15 0 0 20 0 22 0 13321682 10060525568 386344 33554432000 1073741824 1073778376 140736369466752 140061133221408 140061182981228 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31960] ppid=31937 vsize=9824732 CPUtime=871.34 cores=1,3,5,7
/proc/31940/task/31960/stat : 31960 (java) R 31937 31940 31185 0 -1 4202560 1496 0 0 0 87095 39 0 0 20 0 22 0 13321682 10060525568 386344 33554432000 1073741824 1073778376 140736369466752 140061132167712 140061182955395 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31961] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31961/stat : 31961 (java) S 31937 31940 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13321682 10060525568 386344 33554432000 1073741824 1073778376 140736369466752 140061131117480 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31940/tid=31962] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31962/stat : 31962 (java) S 31937 31940 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13321682 10060525568 386344 33554432000 1073741824 1073778376 140736369466752 140061130064680 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1776.21
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.201 s]
/proc/loadavg: 4.21 4.20 3.63 5/219 32183
/proc/meminfo: memFree=27610608/32872528 swapFree=1430864/1543284
[pid=31940] ppid=31937 vsize=9824732 CPUtime=1800.13 cores=1,3,5,7
/proc/31940/stat : 31940 (java) S 31937 31940 31185 0 -1 4202496 25198 0 1 0 179884 129 0 0 20 0 22 0 13321642 10060525568 385830 33554432000 1073741824 1073778376 140736369466752 140736369457888 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31940/statm: 2456183 385830 2294 9 0 2446860 0
[pid=31940/tid=31942] ppid=31937 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/31940/task/31942/stat : 31942 (java) S 31937 31940 31185 0 -1 4202560 2436 0 1 0 37 4 0 0 20 0 22 0 13321643 10060525568 385830 33554432000 1073741824 1073778376 140736369466752 140061317890936 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31943] ppid=31937 vsize=9824732 CPUtime=2.97 cores=1,3,5,7
/proc/31940/task/31943/stat : 31943 (java) S 31937 31940 31185 0 -1 4202560 394 0 0 0 293 4 0 0 20 0 22 0 13321644 10060525568 385830 33554432000 1073741824 1073778376 140736369466752 140061306952232 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31940/tid=31944] ppid=31937 vsize=9824732 CPUtime=3.2 cores=1,3,5,7
/proc/31940/task/31944/stat : 31944 (java) S 31937 31940 31185 0 -1 4202560 307 0 0 0 316 4 0 0 20 0 22 0 13321644 10060525568 385830 33554432000 1073741824 1073778376 140736369466752 140061305899432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31945] ppid=31937 vsize=9824732 CPUtime=3.36 cores=1,3,5,7
/proc/31940/task/31945/stat : 31945 (java) S 31937 31940 31185 0 -1 4202560 400 0 0 0 330 6 0 0 20 0 22 0 13321644 10060525568 385830 33554432000 1073741824 1073778376 140736369466752 140061304846632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31946] ppid=31937 vsize=9824732 CPUtime=3.28 cores=1,3,5,7
/proc/31940/task/31946/stat : 31946 (java) S 31937 31940 31185 0 -1 4202560 325 0 0 0 324 4 0 0 20 0 22 0 13321644 10060525568 385830 33554432000 1073741824 1073778376 140736369466752 140061303793832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31947] ppid=31937 vsize=9824732 CPUtime=3.27 cores=1,3,5,7
/proc/31940/task/31947/stat : 31947 (java) S 31937 31940 31185 0 -1 4202560 320 0 0 0 321 6 0 0 20 0 22 0 13321644 10060525568 385830 33554432000 1073741824 1073778376 140736369466752 140061302742056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31940/tid=31948] ppid=31937 vsize=9824732 CPUtime=3.13 cores=1,3,5,7
/proc/31940/task/31948/stat : 31948 (java) S 31937 31940 31185 0 -1 4202560 314 0 0 0 308 5 0 0 20 0 22 0 13321644 10060525568 385830 33554432000 1073741824 1073778376 140736369466752 140061301689256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31949] ppid=31937 vsize=9824732 CPUtime=3.17 cores=1,3,5,7
/proc/31940/task/31949/stat : 31949 (java) S 31937 31940 31185 0 -1 4202560 386 0 0 0 312 5 0 0 20 0 22 0 13321644 10060525568 385830 33554432000 1073741824 1073778376 140736369466752 140061300636456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31950] ppid=31937 vsize=9824732 CPUtime=3.27 cores=1,3,5,7
/proc/31940/task/31950/stat : 31950 (java) S 31937 31940 31185 0 -1 4202560 322 0 0 0 322 5 0 0 20 0 22 0 13321644 10060525568 385830 33554432000 1073741824 1073778376 140736369466752 140061154425512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31951] ppid=31937 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/31940/task/31951/stat : 31951 (java) S 31937 31940 31185 0 -1 4202560 786 0 0 0 13 41 0 0 20 0 22 0 13321645 10060525568 385830 33554432000 1073741824 1073778376 140736369466752 140061142014440 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31952] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31952/stat : 31952 (java) S 31937 31940 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13321646 10060525568 385830 33554432000 1073741824 1073778376 140736369466752 140061140960504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31953] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31953/stat : 31953 (java) S 31937 31940 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13321646 10060525568 385830 33554432000 1073741824 1073778376 140736369466752 140061139907592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31954] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31954/stat : 31954 (java) S 31937 31940 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13321648 10060525568 385830 33554432000 1073741824 1073778376 140736369466752 140061138856080 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31955] ppid=31937 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/31940/task/31955/stat : 31955 (java) S 31937 31940 31185 0 -1 4202560 7906 0 0 0 162 2 0 0 20 0 22 0 13321648 10060525568 385830 33554432000 1073741824 1073778376 140736369466752 140061137804216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31940/tid=31956] ppid=31937 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/31940/task/31956/stat : 31956 (java) S 31937 31940 31185 0 -1 4202560 8250 0 0 0 126 2 0 0 20 0 22 0 13321648 10060525568 385830 33554432000 1073741824 1073778376 140736369466752 140061136751416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31940/tid=31957] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31957/stat : 31957 (java) S 31937 31940 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13321648 10060525568 385830 33554432000 1073741824 1073778376 140736369466752 140061135698808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31940/tid=31958] ppid=31937 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/31940/task/31958/stat : 31958 (java) S 31937 31940 31185 0 -1 4202560 51 0 0 0 16 22 0 0 20 0 22 0 13321648 10060525568 385830 33554432000 1073741824 1073778376 140736369466752 140061134646216 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31959] ppid=31937 vsize=9824732 CPUtime=882.98 cores=1,3,5,7
/proc/31940/task/31959/stat : 31959 (java) R 31937 31940 31185 0 -1 4202560 234 0 0 0 88283 15 0 0 20 0 22 0 13321682 10060525568 385830 33554432000 1073741824 1073778376 140736369466752 140061133221376 140061182981308 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31940/tid=31960] ppid=31937 vsize=9824732 CPUtime=883.09 cores=1,3,5,7
/proc/31940/task/31960/stat : 31960 (java) R 31937 31940 31185 0 -1 4202560 1500 0 0 0 88270 39 0 0 20 0 22 0 13321682 10060525568 385830 33554432000 1073741824 1073778376 140736369466752 140061132169776 140061182958100 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=31940/tid=31961] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31961/stat : 31961 (java) S 31937 31940 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13321682 10060525568 385830 33554432000 1073741824 1073778376 140736369466752 140061131117480 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31940/tid=31962] ppid=31937 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31940/task/31962/stat : 31962 (java) S 31937 31940 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13321682 10060525568 385830 33554432000 1073741824 1073778376 140736369466752 140061130064680 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
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 31940 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

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

Real time (s): 894.25
CPU time (s): 1800.13
CPU user time (s): 1798.84
CPU system time (s): 1.29
CPU usage (%): 201.3
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.57
system time used= 1.80272
maximum resident set size= 1728048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25233
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38185
involuntary context switches= 52533

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.05908 second user time and 8.50171 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-16 23:32:09
IDJOB=4096674
IDBENCH=107648
IDSOLVER=2543
FILE ID=node116/4096674-1466112729
RUNJOBID= node116-1466112168-31202
PBS_JOBID= 19904124
Free space on /tmp= 71632 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_31.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096674-1466112729/watcher-4096674-1466112729 -o /tmp/evaluation-result-4096674-1466112729/solver-4096674-1466112729 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466112168-31202 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4096674-1466112729.opb

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

MD5SUM BENCH= 3c5c67a05b8f77fc58cd0cec4854ace8
RANDOM SEED=778460307

node116.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.781
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.56
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.781
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.781
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.781
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.781
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.781
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.54
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.781
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.781
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28538484 kB
Buffers:           55964 kB
Cached:           134324 kB
SwapCached:         2820 kB
Active:          1975100 kB
Inactive:         103148 kB
Active(anon):    1886680 kB
Inactive(anon):     3660 kB
Active(file):      88420 kB
Inactive(file):    99488 kB
Unevictable:     1543284 kB
Mlocked:         1430864 kB
SwapTotal:      67108856 kB
SwapFree:       67099552 kB
Dirty:               872 kB
Writeback:             0 kB
AnonPages:       3463852 kB
Mapped:            15412 kB
Shmem:                 0 kB
Slab:             571276 kB
SReclaimable:      15360 kB
SUnreclaim:       555916 kB
KernelStack:        1808 kB
PageTables:        11000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4424412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1984512 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= 71632 MiB
End job on node116 at 2016-06-16 23:47:04