Trace number 4080447

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.53 895.577

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j90/
normalized-j9045_1-sat.opb
MD5SUMd4d1ca36c8af6075d3c9b6c16eca4a6b
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 variables26754
Total number of constraints93164
Number of constraints which are clauses92580
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints584
Minimum length of a constraint1
Maximum length of a constraint90
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 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 530
Number of bits of the biggest sum of numbers10
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4080447-1465264251.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  no objective function found
3.53/1.47	c ... done. Wall clock time 1.357s.
3.53/1.47	c declared #vars     26754
3.53/1.47	c #constraints  93164
3.53/1.48	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.53/1.48	c constraints type 
3.53/1.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9978
3.53/1.48	c org.sat4j.specs.Constr$1 => 10433
3.53/1.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 67656
3.53/1.48	c org.sat4j.minisat.constraints.cnf.UnitClause => 4513
3.53/1.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 584
3.53/1.48	c 93164 constraints processed.
3.53/1.48	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.53/1.48	c constraints type 
3.53/1.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 67656
3.53/1.48	c org.sat4j.specs.Constr$1 => 10433
3.53/1.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 9978
3.53/1.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 584
3.53/1.48	c org.sat4j.pb.constraints.pb.UnitClausePB => 4513
3.53/1.48	c 93164 constraints processed.
8.79/3.27	c cleaning 2499 clauses out of 5000 with flag 22974/5000
12.14/4.85	c cleaning 4243 clauses out of 8503 with flag 53854/11002
15.93/6.70	c cleaning 5620 clauses out of 11258 with flag 96904/18001
20.12/8.79	c cleaning 6818 clauses out of 13637 with flag 144287/26000
24.85/11.09	c cleaning 7905 clauses out of 15820 with flag 203926/35001
30.36/13.79	c cleaning 8958 clauses out of 17915 with flag 268365/45002
35.98/16.55	c cleaning 9964 clauses out of 19955 with flag 346049/56000
43.10/20.04	c cleaning 10986 clauses out of 21989 with flag 425355/68000
50.11/23.56	c cleaning 11996 clauses out of 24003 with flag 509284/81000
58.26/27.51	c cleaning 12997 clauses out of 26008 with flag 596257/95001
63.90/30.32	c cleaning 0 clauses out of 5001 with flag 0/5001
67.06/31.84	c cleaning 13989 clauses out of 28010 with flag 693303/110000
77.00/36.62	c cleaning 15001 clauses out of 30022 with flag 800736/126001
87.01/41.61	c cleaning 16003 clauses out of 32020 with flag 932257/143000
98.31/47.21	c cleaning 16998 clauses out of 34018 with flag 1061703/161001
110.38/53.22	c cleaning 17998 clauses out of 36018 with flag 1198903/180000
122.08/59.03	c cleaning 19001 clauses out of 38021 with flag 1345020/200001
134.68/65.37	c cleaning 19998 clauses out of 40021 with flag 1490272/221002
148.97/72.40	c cleaning 20999 clauses out of 42022 with flag 1649715/243001
164.25/80.06	c cleaning 22006 clauses out of 44023 with flag 1807856/266001
179.34/87.55	c cleaning 22996 clauses out of 46016 with flag 1961819/290000
195.03/95.38	c cleaning 23993 clauses out of 48020 with flag 2128317/315000
211.95/103.71	c cleaning 25005 clauses out of 50027 with flag 2313541/341001
230.10/112.74	c cleaning 25992 clauses out of 52024 with flag 2490804/368003
240.12/117.76	c cleaning 0 clauses out of 11000 with flag 0/11000
248.36/121.82	c cleaning 26999 clauses out of 54033 with flag 2683007/396004
269.03/132.56	c cleaning 28000 clauses out of 56030 with flag 2882340/425000
289.08/142.57	c cleaning 29005 clauses out of 58030 with flag 3115183/455000
310.25/153.03	c cleaning 29999 clauses out of 60026 with flag 3349122/486001
331.38/163.58	c cleaning 30992 clauses out of 62028 with flag 3566480/518002
355.27/175.41	c cleaning 32002 clauses out of 64035 with flag 3807913/551001
379.79/187.66	c cleaning 33001 clauses out of 66032 with flag 4056340/585000
406.57/200.99	c cleaning 34009 clauses out of 68032 with flag 4317676/620001
433.25/214.30	c cleaning 34992 clauses out of 70022 with flag 4583691/656000
461.26/228.17	c cleaning 36000 clauses out of 72030 with flag 4841741/693000
489.76/242.31	c cleaning 37007 clauses out of 74031 with flag 5102032/731001
521.03/257.86	c cleaning 37985 clauses out of 76024 with flag 5392131/770001
553.13/273.87	c cleaning 39010 clauses out of 78038 with flag 5682854/810000
585.93/290.13	c cleaning 39995 clauses out of 80028 with flag 5977195/851000
618.60/306.38	c cleaning 41006 clauses out of 82033 with flag 6260162/893000
637.33/315.67	c cleaning 0 clauses out of 18003 with flag 0/18003
653.65/323.77	c cleaning 42012 clauses out of 84028 with flag 6573507/936001
692.09/343.51	c cleaning 42988 clauses out of 86015 with flag 6889103/980000
728.36/361.67	c cleaning 43999 clauses out of 88027 with flag 7230510/1025000
765.70/380.21	c cleaning 44997 clauses out of 90028 with flag 7545944/1071000
807.48/401.06	c cleaning 46002 clauses out of 92032 with flag 7882140/1118001
846.90/420.69	c cleaning 46994 clauses out of 94029 with flag 8206070/1166000
890.16/442.14	c cleaning 48006 clauses out of 96035 with flag 8539239/1215000
934.19/463.96	c cleaning 49005 clauses out of 98029 with flag 8884677/1265000
980.07/486.77	c cleaning 50000 clauses out of 100025 with flag 9221630/1316001
1025.70/509.47	c cleaning 50993 clauses out of 102025 with flag 9558429/1368002
1075.02/533.97	c cleaning 52003 clauses out of 104030 with flag 9914278/1421000
1123.86/558.22	c cleaning 53000 clauses out of 106027 with flag 10287748/1475000
1174.58/583.40	c cleaning 54005 clauses out of 108028 with flag 10646016/1530001
1226.95/609.57	c cleaning 55000 clauses out of 110023 with flag 11003626/1586001
1280.21/636.01	c cleaning 56006 clauses out of 112023 with flag 11380554/1643001
1334.67/663.00	c cleaning 57004 clauses out of 114017 with flag 11766061/1701001
1391.33/691.28	c cleaning 57993 clauses out of 116012 with flag 12165463/1760000
1411.86/701.48	c cleaning 0 clauses out of 26002 with flag 0/26002
1449.32/720.01	c cleaning 58997 clauses out of 118019 with flag 12554764/1820000
1509.21/749.81	c cleaning 59987 clauses out of 120022 with flag 12944652/1881000
1570.26/780.28	c cleaning 60999 clauses out of 122035 with flag 13340880/1943000
1635.64/812.70	c cleaning 61998 clauses out of 124038 with flag 13769374/2006002
1701.46/846.50	c cleaning 62999 clauses out of 126038 with flag 14184231/2070000
1765.91/878.53	c cleaning 64006 clauses out of 128039 with flag 14603243/2135001
1800.05/895.51	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/895.51	c starts		: 6372
1800.05/895.51	c conflicts		: 2172600
1800.05/895.51	c decisions		: 3156555
1800.05/895.51	c propagations		: 1009157838
1800.05/895.51	c inspects		: 7808732038
1800.05/895.51	c shortcuts		: 0
1800.05/895.51	c learnt literals	: 8
1800.05/895.51	c learnt binary clauses	: 95
1800.05/895.51	c learnt ternary clauses	: 1220
1800.05/895.51	c learnt constraints	: 2172592
1800.05/895.51	c ignored constraints	: 0
1800.05/895.51	c root simplifications	: 0
1800.05/895.51	c removed literals (reason simplification)	: 29668616
1800.05/895.51	c reason swapping (by a shorter reason)	: 0
1800.05/895.51	c Calls to reduceDB	: 61
1800.05/895.51	c Number of update (reduction) of LBD	: 860182
1800.05/895.51	c Imported unit clauses	: 0
1800.05/895.51	c number of reductions to clauses (during analyze)	: 0
1800.05/895.51	c number of learned constraints concerned by reduction	: 0
1800.05/895.51	c number of learning phase by resolution	: 0
1800.05/895.51	c number of learning phase by cutting planes	: 0
1800.05/895.51	c speed (assignments/second)	: 1128871.2471461028
1800.05/895.51	c non guided choices	3830
1800.05/895.53	c learnt constraints type 
1800.05/895.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 95
1800.05/895.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 101537
1800.05/895.53	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/895.53	c starts		: 55
1800.05/895.53	c conflicts		: 28947
1800.05/895.53	c decisions		: 90669
1800.05/895.53	c propagations		: 16200688
1800.05/895.53	c inspects		: 1002033530
1800.05/895.53	c shortcuts		: 0
1800.05/895.53	c learnt literals	: 0
1800.05/895.53	c learnt binary clauses	: 0
1800.05/895.53	c learnt ternary clauses	: 51
1800.05/895.53	c learnt constraints	: 28946
1800.05/895.53	c ignored constraints	: 0
1800.05/895.53	c root simplifications	: 0
1800.05/895.53	c removed literals (reason simplification)	: 0
1800.05/895.53	c reason swapping (by a shorter reason)	: 0
1800.05/895.53	c Calls to reduceDB	: 4
1800.05/895.53	c Number of update (reduction) of LBD	: 0
1800.05/895.53	c Imported unit clauses	: 0
1800.05/895.53	c number of reductions to clauses (during analyze)	: 0
1800.05/895.53	c number of learned constraints concerned by reduction	: 0
1800.05/895.53	c number of learning phase by resolution	: 0
1800.05/895.53	c number of learning phase by cutting planes	: 0
1800.05/895.53	c speed (assignments/second)	: 18122.041171081582
1800.05/895.53	c non guided choices	48
1800.05/895.55	c learnt constraints type 
1800.05/895.55	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 52
1800.05/895.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 28894
1800.05/895.55	s UNKNOWN
1800.05/895.55	c Total wall clock time (in seconds): 895.432

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-4080447-1465264251/watcher-4080447-1465264251 -o /tmp/evaluation-result-4080447-1465264251/solver-4080447-1465264251 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465253566-15535 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080447-1465264251.opb 

pid=21294
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.06 4.18 4.06 4/198 21297
/proc/meminfo: memFree=27198580/32872528 swapFree=15784/1434320
[pid=21297] ppid=21294 vsize=94112 CPUtime=0 cores=1,3,5,7
/proc/21297/stat : 21297 (java) S 21294 21297 15518 0 -1 4202496 1299 0 0 0 0 0 0 0 20 0 2 0 108358396 96370688 931 33554432000 1073741824 1073778376 140736280374960 140736280366096 214373007421 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21297/statm: 23544 932 706 9 0 16769 0
[pid=21297/tid=21298] ppid=21294 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21298/stat : 21298 (java) R 21294 21297 15518 0 -1 4202560 106 0 0 0 0 0 0 0 20 0 2 0 108358397 98635776 961 33554432000 1073741824 1073778376 140736280374960 140454384651816 214360431869 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 4.06 4.18 4.06 4/198 21297
/proc/meminfo: memFree=27198580/32872528 swapFree=15784/1434320
[pid=21297] ppid=21294 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/21297/stat : 21297 (java) S 21294 21297 15518 0 -1 4202496 4417 0 1 0 9 1 0 0 20 0 18 0 108358396 9787879424 6047 33554432000 1073741824 1073778376 140736280374960 140736280366096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21297/statm: 2389619 6047 2126 9 0 2380296 0
[pid=21297/tid=21298] ppid=21294 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/21297/task/21298/stat : 21298 (java) R 21294 21297 15518 0 -1 4202560 2392 0 1 0 7 0 0 0 20 0 18 0 108358397 9787879424 6047 33554432000 1073741824 1073778376 140736280374960 140454384655264 214373033229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200329 s]
/proc/loadavg: 4.06 4.18 4.06 4/198 21297
/proc/meminfo: memFree=27198580/32872528 swapFree=15784/1434320
[pid=21297] ppid=21294 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/21297/stat : 21297 (java) S 21294 21297 15518 0 -1 4202496 4682 0 1 0 23 1 0 0 20 0 18 0 108358396 9787879424 7282 33554432000 1073741824 1073778376 140736280374960 140736280366096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21297/statm: 2389619 7282 2209 9 0 2380296 0
[pid=21297/tid=21298] ppid=21294 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/21297/task/21298/stat : 21298 (java) R 21294 21297 15518 0 -1 4202560 2405 0 1 0 17 0 0 0 20 0 18 0 108358397 9787879424 7282 33554432000 1073741824 1073778376 140736280374960 140454384655264 140454238730724 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300339 s]
/proc/loadavg: 4.06 4.18 4.06 4/198 21297
/proc/meminfo: memFree=27198580/32872528 swapFree=15784/1434320
[pid=21297] ppid=21294 vsize=9558704 CPUtime=0.49 cores=1,3,5,7
/proc/21297/stat : 21297 (java) S 21294 21297 15518 0 -1 4202496 5985 0 1 0 47 2 0 0 20 0 18 0 108358396 9788112896 9284 33554432000 1073741824 1073778376 140736280374960 140736280366096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21297/statm: 2389676 9284 2233 9 0 2380353 0
[pid=21297/tid=21298] ppid=21294 vsize=9558704 CPUtime=0.27 cores=1,3,5,7
/proc/21297/task/21298/stat : 21298 (java) R 21294 21297 15518 0 -1 4202560 2407 0 1 0 27 0 0 0 20 0 18 0 108358397 9788112896 9289 33554432000 1073741824 1073778376 140736280374960 140454384655264 140454239027452 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558704

[startup+0.700312 s]
/proc/loadavg: 4.06 4.18 4.06 4/198 21297
/proc/meminfo: memFree=27198580/32872528 swapFree=15784/1434320
[pid=21297] ppid=21294 vsize=9559080 CPUtime=1.64 cores=1,3,5,7
/proc/21297/stat : 21297 (java) S 21294 21297 15518 0 -1 4202496 23397 0 1 0 158 6 0 0 20 0 18 0 108358396 9788497920 33565 33554432000 1073741824 1073778376 140736280374960 140736280366096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21297/statm: 2389770 33565 2250 9 0 2380447 0
[pid=21297/tid=21298] ppid=21294 vsize=9559080 CPUtime=0.67 cores=1,3,5,7
/proc/21297/task/21298/stat : 21298 (java) R 21294 21297 15518 0 -1 4202560 2440 0 1 0 66 1 0 0 20 0 18 0 108358397 9788497920 33565 33554432000 1073741824 1073778376 140736280374960 140454384655264 140454387942295 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9559080

[startup+1.50074 s]
/proc/loadavg: 4.06 4.18 4.06 6/216 21315
/proc/meminfo: memFree=26992948/32872528 swapFree=15784/1434320
[pid=21297] ppid=21294 vsize=9691604 CPUtime=3.85 cores=1,3,5,7
/proc/21297/stat : 21297 (java) S 21294 21297 15518 0 -1 4202496 31637 0 1 0 375 10 0 0 20 0 20 0 108358396 9924202496 51996 33554432000 1073741824 1073778376 140736280374960 140736280366096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21297/statm: 2422901 51996 2271 9 0 2413578 0
[pid=21297/tid=21298] ppid=21294 vsize=9691604 CPUtime=1.44 cores=1,3,5,7
/proc/21297/task/21298/stat : 21298 (java) S 21294 21297 15518 0 -1 4202560 2483 0 1 0 141 3 0 0 20 0 20 0 108358397 9924202496 51996 33554432000 1073741824 1073778376 140736280374960 140454384657272 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21300] ppid=21294 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21300/stat : 21300 (java) S 21294 21297 15518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 108358397 9924202496 51996 33554432000 1073741824 1073778376 140736280374960 140454357109672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21301] ppid=21294 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21301/stat : 21301 (java) S 21294 21297 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 108358397 9924202496 51996 33554432000 1073741824 1073778376 140736280374960 140454227651624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21297/tid=21302] ppid=21294 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21302/stat : 21302 (java) S 21294 21297 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 108358397 9924202496 51996 33554432000 1073741824 1073778376 140736280374960 140454226598568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21303] ppid=21294 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21303/stat : 21303 (java) S 21294 21297 15518 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 108358397 9924202496 51996 33554432000 1073741824 1073778376 140736280374960 140454225546024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21304] ppid=21294 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21304/stat : 21304 (java) S 21294 21297 15518 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 108358397 9924202496 51996 33554432000 1073741824 1073778376 140736280374960 140454224492968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21297/tid=21305] ppid=21294 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21305/stat : 21305 (java) S 21294 21297 15518 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 108358397 9924202496 51996 33554432000 1073741824 1073778376 140736280374960 140454223440424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21297/tid=21306] ppid=21294 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21306/stat : 21306 (java) S 21294 21297 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 108358397 9924202496 51996 33554432000 1073741824 1073778376 140736280374960 140453886290088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21307] ppid=21294 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21307/stat : 21307 (java) S 21294 21297 15518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 108358397 9924202496 51996 33554432000 1073741824 1073778376 140736280374960 140453885237544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21297/tid=21308] ppid=21294 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21308/stat : 21308 (java) S 21294 21297 15518 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 20 0 108358398 9924202496 51996 33554432000 1073741824 1073778376 140736280374960 140453873040232 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21309] ppid=21294 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21309/stat : 21309 (java) S 21294 21297 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 108358399 9924202496 51996 33554432000 1073741824 1073778376 140736280374960 140453871986552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21310] ppid=21294 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21310/stat : 21310 (java) S 21294 21297 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 108358399 9924202496 51996 33554432000 1073741824 1073778376 140736280374960 140453870933384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21311] ppid=21294 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21311/stat : 21311 (java) S 21294 21297 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 108358401 9924202496 51996 33554432000 1073741824 1073778376 140736280374960 140453869882128 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21312] ppid=21294 vsize=9691604 CPUtime=1.15 cores=1,3,5,7
/proc/21297/task/21312/stat : 21312 (java) R 21294 21297 15518 0 -1 4202560 11424 0 0 0 112 3 0 0 20 0 20 0 108358401 9924202496 51996 33554432000 1073741824 1073778376 140736280374960 140453868828616 140454387920289 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21297/tid=21313] ppid=21294 vsize=9691604 CPUtime=1.13 cores=1,3,5,7
/proc/21297/task/21313/stat : 21313 (java) R 21294 21297 15518 0 -1 4202560 16337 0 0 0 109 4 0 0 20 0 20 0 108358401 9924202496 51996 33554432000 1073741824 1073778376 140736280374960 140453867776440 140454392408390 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21314] ppid=21294 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21314/stat : 21314 (java) S 21294 21297 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 108358401 9924202496 51996 33554432000 1073741824 1073778376 140736280374960 140453866723576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21297/tid=21315] ppid=21294 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21315/stat : 21315 (java) S 21294 21297 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 108358401 9924202496 51996 33554432000 1073741824 1073778376 140736280374960 140453865671240 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9691604

[startup+3.10089 s]
/proc/loadavg: 4.06 4.18 4.06 5/220 21319
/proc/meminfo: memFree=26972184/32872528 swapFree=15784/1434320
[pid=21297] ppid=21294 vsize=9824732 CPUtime=8.59 cores=1,3,5,7
/proc/21297/stat : 21297 (java) S 21294 21297 15518 0 -1 4202496 37836 0 1 0 839 20 0 0 20 0 22 0 108358396 10060525568 94844 33554432000 1073741824 1073778376 140736280374960 140736280366096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21297/statm: 2456183 94844 2288 9 0 2446860 0
[pid=21297/tid=21298] ppid=21294 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/21297/task/21298/stat : 21298 (java) S 21294 21297 15518 0 -1 4202560 2483 0 1 0 141 3 0 0 20 0 22 0 108358397 10060525568 94844 33554432000 1073741824 1073778376 140736280374960 140454384657272 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21300] ppid=21294 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21297/task/21300/stat : 21300 (java) S 21294 21297 15518 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 22 0 108358397 10060525568 94844 33554432000 1073741824 1073778376 140736280374960 140454357109672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21297/tid=21301] ppid=21294 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21297/task/21301/stat : 21301 (java) S 21294 21297 15518 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 108358397 10060525568 94844 33554432000 1073741824 1073778376 140736280374960 140454227651624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21297/tid=21302] ppid=21294 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21297/task/21302/stat : 21302 (java) S 21294 21297 15518 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 108358397 10060525568 94844 33554432000 1073741824 1073778376 140736280374960 140454226598568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21303] ppid=21294 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21297/task/21303/stat : 21303 (java) S 21294 21297 15518 0 -1 4202560 125 0 0 0 3 0 0 0 20 0 22 0 108358397 10060525568 94844 33554432000 1073741824 1073778376 140736280374960 140454225546024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21304] ppid=21294 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21297/task/21304/stat : 21304 (java) S 21294 21297 15518 0 -1 4202560 106 0 0 0 3 2 0 0 20 0 22 0 108358397 10060525568 94844 33554432000 1073741824 1073778376 140736280374960 140454224492968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21305] ppid=21294 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21297/task/21305/stat : 21305 (java) S 21294 21297 15518 0 -1 4202560 111 0 0 0 3 1 0 0 20 0 22 0 108358397 10060525568 94844 33554432000 1073741824 1073778376 140736280374960 140454223440424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21306] ppid=21294 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21297/task/21306/stat : 21306 (java) S 21294 21297 15518 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 108358397 10060525568 94844 33554432000 1073741824 1073778376 140736280374960 140453886290088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21307] ppid=21294 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21297/task/21307/stat : 21307 (java) S 21294 21297 15518 0 -1 4202560 113 0 0 0 2 1 0 0 20 0 22 0 108358397 10060525568 94844 33554432000 1073741824 1073778376 140736280374960 140453885237544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21297/tid=21308] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21308/stat : 21308 (java) S 21294 21297 15518 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 108358398 10060525568 94844 33554432000 1073741824 1073778376 140736280374960 140453873040232 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21297/tid=21309] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21309/stat : 21309 (java) S 21294 21297 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108358399 10060525568 94844 33554432000 1073741824 1073778376 140736280374960 140453871986552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21310] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21310/stat : 21310 (java) S 21294 21297 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108358399 10060525568 94844 33554432000 1073741824 1073778376 140736280374960 140453870933384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21311] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21311/stat : 21311 (java) S 21294 21297 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108358401 10060525568 94844 33554432000 1073741824 1073778376 140736280374960 140453869882128 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21312] ppid=21294 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/21297/task/21312/stat : 21312 (java) S 21294 21297 15518 0 -1 4202560 11434 0 0 0 175 3 0 0 20 0 22 0 108358401 10060525568 94844 33554432000 1073741824 1073778376 140736280374960 140453868828984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21297/tid=21313] ppid=21294 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/21297/task/21313/stat : 21313 (java) S 21294 21297 15518 0 -1 4202560 21830 0 0 0 189 6 0 0 20 0 22 0 108358401 10060525568 94844 33554432000 1073741824 1073778376 140736280374960 140453867776440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21314] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21314/stat : 21314 (java) S 21294 21297 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108358401 10060525568 94844 33554432000 1073741824 1073778376 140736280374960 140453866723576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21297/tid=21315] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21315/stat : 21315 (java) S 21294 21297 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108358401 10060525568 94844 33554432000 1073741824 1073778376 140736280374960 140453865671240 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21316] ppid=21294 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/21297/task/21316/stat : 21316 (java) R 21294 21297 15518 0 -1 4202560 22 0 0 0 152 0 0 0 20 0 22 0 108358544 10060525568 94844 33554432000 1073741824 1073778376 140736280374960 140453864617128 140454239140576 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21317] ppid=21294 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/21297/task/21317/stat : 21317 (java) R 21294 21297 15518 0 -1 4202560 83 0 0 0 150 2 0 0 20 0 22 0 108358544 10060525568 94844 33554432000 1073741824 1073778376 140736280374960 140453863564104 140454240247333 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21297/tid=21318] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21318/stat : 21318 (java) S 21294 21297 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108358552 10060525568 94844 33554432000 1073741824 1073778376 140736280374960 140453862511912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21319] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21319/stat : 21319 (java) S 21294 21297 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108358552 10060525568 94844 33554432000 1073741824 1073778376 140736280374960 140453861459368 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.59
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.21 4.21 4.07 5/220 21319
/proc/meminfo: memFree=26553780/32872528 swapFree=15784/1434320
[pid=21297] ppid=21294 vsize=9824732 CPUtime=15.24 cores=1,3,5,7
/proc/21297/stat : 21297 (java) S 21294 21297 15518 0 -1 4202496 38611 0 1 0 1493 31 0 0 20 0 22 0 108358396 10060525568 162951 33554432000 1073741824 1073778376 140736280374960 140736280366096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21297/statm: 2456183 162951 2292 9 0 2446860 0
[pid=21297/tid=21298] ppid=21294 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/21297/task/21298/stat : 21298 (java) S 21294 21297 15518 0 -1 4202560 2483 0 1 0 141 3 0 0 20 0 22 0 108358397 10060525568 162951 33554432000 1073741824 1073778376 140736280374960 140454384657272 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21300] ppid=21294 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21297/task/21300/stat : 21300 (java) S 21294 21297 15518 0 -1 4202560 32 0 0 0 3 1 0 0 20 0 22 0 108358397 10060525568 162951 33554432000 1073741824 1073778376 140736280374960 140454357109672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21301] ppid=21294 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21297/task/21301/stat : 21301 (java) S 21294 21297 15518 0 -1 4202560 50 0 0 0 4 2 0 0 20 0 22 0 108358397 10060525568 162951 33554432000 1073741824 1073778376 140736280374960 140454227651624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21302] ppid=21294 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/21297/task/21302/stat : 21302 (java) S 21294 21297 15518 0 -1 4202560 35 0 0 0 4 3 0 0 20 0 22 0 108358397 10060525568 162951 33554432000 1073741824 1073778376 140736280374960 140454226598568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21303] ppid=21294 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/21297/task/21303/stat : 21303 (java) S 21294 21297 15518 0 -1 4202560 176 0 0 0 7 2 0 0 20 0 22 0 108358397 10060525568 162951 33554432000 1073741824 1073778376 140736280374960 140454225546024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21297/tid=21304] ppid=21294 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/21297/task/21304/stat : 21304 (java) S 21294 21297 15518 0 -1 4202560 119 0 0 0 5 2 0 0 20 0 22 0 108358397 10060525568 162951 33554432000 1073741824 1073778376 140736280374960 140454224492968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21305] ppid=21294 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21297/task/21305/stat : 21305 (java) S 21294 21297 15518 0 -1 4202560 128 0 0 0 4 2 0 0 20 0 22 0 108358397 10060525568 162951 33554432000 1073741824 1073778376 140736280374960 140454223440424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21306] ppid=21294 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21297/task/21306/stat : 21306 (java) S 21294 21297 15518 0 -1 4202560 43 0 0 0 3 1 0 0 20 0 22 0 108358397 10060525568 162951 33554432000 1073741824 1073778376 140736280374960 140453886290088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21307] ppid=21294 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/21297/task/21307/stat : 21307 (java) S 21294 21297 15518 0 -1 4202560 153 0 0 0 8 3 0 0 20 0 22 0 108358397 10060525568 162951 33554432000 1073741824 1073778376 140736280374960 140453885237544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21297/tid=21308] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21308/stat : 21308 (java) S 21294 21297 15518 0 -1 4202560 466 0 0 0 0 0 0 0 20 0 22 0 108358398 10060525568 162951 33554432000 1073741824 1073778376 140736280374960 140453873040232 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21297/tid=21309] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21309/stat : 21309 (java) S 21294 21297 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108358399 10060525568 162951 33554432000 1073741824 1073778376 140736280374960 140453871986552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21310] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21310/stat : 21310 (java) S 21294 21297 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108358399 10060525568 162951 33554432000 1073741824 1073778376 140736280374960 140453870933384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21311] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.41 4.44 4.27 5/219 21561
/proc/meminfo: memFree=23580572/32872528 swapFree=15784/1434320
[pid=21297] ppid=21294 vsize=9824732 CPUtime=1773.52 cores=1,3,5,7
/proc/21297/stat : 21297 (java) S 21294 21297 15518 0 -1 4202496 46481 0 1 0 177161 191 0 0 20 0 22 0 108358396 10060525568 895524 33554432000 1073741824 1073778376 140736280374960 140736280366096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21297/statm: 2456183 895524 2301 9 0 2446860 0
[pid=21297/tid=21298] ppid=21294 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/21297/task/21298/stat : 21298 (java) S 21294 21297 15518 0 -1 4202560 2489 0 1 0 144 4 0 0 20 0 22 0 108358397 10060525568 895524 33554432000 1073741824 1073778376 140736280374960 140454384657272 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21300] ppid=21294 vsize=9824732 CPUtime=3.04 cores=1,3,5,7
/proc/21297/task/21300/stat : 21300 (java) S 21294 21297 15518 0 -1 4202560 512 0 0 0 288 16 0 0 20 0 22 0 108358397 10060525568 895524 33554432000 1073741824 1073778376 140736280374960 140454357109672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21301] ppid=21294 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/21297/task/21301/stat : 21301 (java) S 21294 21297 15518 0 -1 4202560 632 0 0 0 252 14 0 0 20 0 22 0 108358397 10060525568 895524 33554432000 1073741824 1073778376 140736280374960 140454227651624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21302] ppid=21294 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/21297/task/21302/stat : 21302 (java) S 21294 21297 15518 0 -1 4202560 492 0 0 0 254 14 0 0 20 0 22 0 108358397 10060525568 895524 33554432000 1073741824 1073778376 140736280374960 140454226598568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21297/tid=21303] ppid=21294 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/21297/task/21303/stat : 21303 (java) S 21294 21297 15518 0 -1 4202560 607 0 0 0 243 13 0 0 20 0 22 0 108358397 10060525568 895524 33554432000 1073741824 1073778376 140736280374960 140454225546024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21304] ppid=21294 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/21297/task/21304/stat : 21304 (java) S 21294 21297 15518 0 -1 4202560 717 0 0 0 256 15 0 0 20 0 22 0 108358397 10060525568 895524 33554432000 1073741824 1073778376 140736280374960 140454224492968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21297/tid=21305] ppid=21294 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/21297/task/21305/stat : 21305 (java) S 21294 21297 15518 0 -1 4202560 725 0 0 0 262 13 0 0 20 0 22 0 108358397 10060525568 895524 33554432000 1073741824 1073778376 140736280374960 140454223440424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21297/tid=21306] ppid=21294 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/21297/task/21306/stat : 21306 (java) S 21294 21297 15518 0 -1 4202560 514 0 0 0 264 15 0 0 20 0 22 0 108358397 10060525568 895524 33554432000 1073741824 1073778376 140736280374960 140453886290088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21297/tid=21307] ppid=21294 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/21297/task/21307/stat : 21307 (java) S 21294 21297 15518 0 -1 4202560 696 0 0 0 253 12 0 0 20 0 22 0 108358397 10060525568 895524 33554432000 1073741824 1073778376 140736280374960 140453885237544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21308] ppid=21294 vsize=9824732 CPUtime=4.14 cores=1,3,5,7
/proc/21297/task/21308/stat : 21308 (java) S 21294 21297 15518 0 -1 4202560 2276 0 0 0 404 10 0 0 20 0 22 0 108358398 10060525568 895524 33554432000 1073741824 1073778376 140736280374960 140453873040232 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21309] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21309/stat : 21309 (java) S 21294 21297 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108358399 10060525568 895524 33554432000 1073741824 1073778376 140736280374960 140453871986552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21310] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21310/stat : 21310 (java) S 21294 21297 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108358399 10060525568 895524 33554432000 1073741824 1073778376 140736280374960 140453870933384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21311] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21311/stat : 21311 (java) S 21294 21297 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108358401 10060525568 895524 33554432000 1073741824 1073778376 140736280374960 140453869882128 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21312] ppid=21294 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/21297/task/21312/stat : 21312 (java) S 21294 21297 15518 0 -1 4202560 11454 0 0 0 191 3 0 0 20 0 22 0 108358401 10060525568 895524 33554432000 1073741824 1073778376 140736280374960 140453868828984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21297/tid=21313] ppid=21294 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/21297/task/21313/stat : 21313 (java) S 21294 21297 15518 0 -1 4202560 21850 0 0 0 248 6 0 0 20 0 22 0 108358401 10060525568 895524 33554432000 1073741824 1073778376 140736280374960 140453867776440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21297/tid=21314] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21314/stat : 21314 (java) S 21294 21297 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108358401 10060525568 895524 33554432000 1073741824 1073778376 140736280374960 140453866723576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21297/tid=21315] ppid=21294 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/21297/task/21315/stat : 21315 (java) S 21294 21297 15518 0 -1 4202560 50 0 0 0 20 17 0 0 20 0 22 0 108358401 10060525568 895524 33554432000 1073741824 1073778376 140736280374960 140453865671240 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21316] ppid=21294 vsize=9824732 CPUtime=870.63 cores=1,3,5,7
/proc/21297/task/21316/stat : 21316 (java) R 21294 21297 15518 0 -1 4202560 61 0 0 0 87047 16 0 0 20 0 22 0 108358544 10060525568 895524 33554432000 1073741824 1073778376 140736280374960 140453864608144 140454240104009 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21297/tid=21317] ppid=21294 vsize=9824732 CPUtime=870.64 cores=1,3,5,7
/proc/21297/task/21317/stat : 21317 (java) R 21294 21297 15518 0 -1 4202560 2141 0 0 0 87010 54 0 0 20 0 22 0 108358544 10060525568 895524 33554432000 1073741824 1073778376 140736280374960 140453863564712 140454240249687 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21318] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21318/stat : 21318 (java) S 21294 21297 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108358552 10060525568 895524 33554432000 1073741824 1073778376 140736280374960 140453862511912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21319] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21319/stat : 21319 (java) S 21294 21297 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108358552 10060525568 895524 33554432000 1073741824 1073778376 140736280374960 140453861459368 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1773.52
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.508 s]
/proc/loadavg: 4.40 4.43 4.27 6/219 21561
/proc/meminfo: memFree=23574304/32872528 swapFree=15784/1434320
[pid=21297] ppid=21294 vsize=9824732 CPUtime=1800.05 cores=1,3,5,7
/proc/21297/stat : 21297 (java) S 21294 21297 15518 0 -1 4202496 46485 0 1 0 179813 192 0 0 20 0 22 0 108358396 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140736280366096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21297/statm: 2456183 895527 2301 9 0 2446860 0
[pid=21297/tid=21298] ppid=21294 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/21297/task/21298/stat : 21298 (java) S 21294 21297 15518 0 -1 4202560 2489 0 1 0 144 4 0 0 20 0 22 0 108358397 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140454384657272 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21300] ppid=21294 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/21297/task/21300/stat : 21300 (java) S 21294 21297 15518 0 -1 4202560 512 0 0 0 294 16 0 0 20 0 22 0 108358397 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140454357109672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21297/tid=21301] ppid=21294 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/21297/task/21301/stat : 21301 (java) S 21294 21297 15518 0 -1 4202560 632 0 0 0 254 14 0 0 20 0 22 0 108358397 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140454227651624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21302] ppid=21294 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/21297/task/21302/stat : 21302 (java) S 21294 21297 15518 0 -1 4202560 492 0 0 0 257 14 0 0 20 0 22 0 108358397 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140454226598568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21297/tid=21303] ppid=21294 vsize=9824732 CPUtime=2.58 cores=1,3,5,7
/proc/21297/task/21303/stat : 21303 (java) S 21294 21297 15518 0 -1 4202560 607 0 0 0 245 13 0 0 20 0 22 0 108358397 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140454225546024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21304] ppid=21294 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/21297/task/21304/stat : 21304 (java) S 21294 21297 15518 0 -1 4202560 717 0 0 0 262 15 0 0 20 0 22 0 108358397 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140454224492968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21305] ppid=21294 vsize=9824732 CPUtime=2.76 cores=1,3,5,7
/proc/21297/task/21305/stat : 21305 (java) S 21294 21297 15518 0 -1 4202560 725 0 0 0 263 13 0 0 20 0 22 0 108358397 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140454223440424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21306] ppid=21294 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/21297/task/21306/stat : 21306 (java) S 21294 21297 15518 0 -1 4202560 514 0 0 0 268 15 0 0 20 0 22 0 108358397 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140453886290088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21307] ppid=21294 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/21297/task/21307/stat : 21307 (java) S 21294 21297 15518 0 -1 4202560 696 0 0 0 254 12 0 0 20 0 22 0 108358397 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140453885237544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21308] ppid=21294 vsize=9824732 CPUtime=4.14 cores=1,3,5,7
/proc/21297/task/21308/stat : 21308 (java) S 21294 21297 15518 0 -1 4202560 2279 0 0 0 404 10 0 0 20 0 22 0 108358398 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140453873040232 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21309] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21309/stat : 21309 (java) S 21294 21297 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108358399 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140453871986552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21310] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21310/stat : 21310 (java) S 21294 21297 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108358399 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140453870933384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21311] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21311/stat : 21311 (java) S 21294 21297 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108358401 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140453869882128 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21312] ppid=21294 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/21297/task/21312/stat : 21312 (java) S 21294 21297 15518 0 -1 4202560 11454 0 0 0 191 3 0 0 20 0 22 0 108358401 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140453868828984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21297/tid=21313] ppid=21294 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/21297/task/21313/stat : 21313 (java) S 21294 21297 15518 0 -1 4202560 21850 0 0 0 248 6 0 0 20 0 22 0 108358401 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140453867776440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21297/tid=21314] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21314/stat : 21314 (java) S 21294 21297 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108358401 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140453866723576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21297/tid=21315] ppid=21294 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/21297/task/21315/stat : 21315 (java) S 21294 21297 15518 0 -1 4202560 50 0 0 0 20 18 0 0 20 0 22 0 108358401 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140453865671240 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21316] ppid=21294 vsize=9824732 CPUtime=883.76 cores=1,3,5,7
/proc/21297/task/21316/stat : 21316 (java) R 21294 21297 15518 0 -1 4202560 61 0 0 0 88360 16 0 0 20 0 22 0 108358544 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140453864615840 140454240104009 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21297/tid=21317] ppid=21294 vsize=9824732 CPUtime=883.77 cores=1,3,5,7
/proc/21297/task/21317/stat : 21317 (java) R 21294 21297 15518 0 -1 4202560 2142 0 0 0 88323 54 0 0 20 0 22 0 108358544 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140453863564432 140454240210811 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21318] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21318/stat : 21318 (java) S 21294 21297 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108358552 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140453862511912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21319] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21319/stat : 21319 (java) S 21294 21297 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108358552 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140453861459368 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 21297 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.508 s]
/proc/loadavg: 4.40 4.43 4.27 6/219 21561
/proc/meminfo: memFree=23574304/32872528 swapFree=15784/1434320
[pid=21297] ppid=21294 vsize=9824732 CPUtime=1800.05 cores=1,3,5,7
/proc/21297/stat : 21297 (java) S 21294 21297 15518 0 -1 4202496 46485 0 1 0 179813 192 0 0 20 0 22 0 108358396 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140736280366096 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21297/statm: 2456183 895527 2301 9 0 2446860 0
[pid=21297/tid=21298] ppid=21294 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/21297/task/21298/stat : 21298 (java) S 21294 21297 15518 0 -1 4202560 2489 0 1 0 144 4 0 0 20 0 22 0 108358397 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140454384657272 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21300] ppid=21294 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/21297/task/21300/stat : 21300 (java) S 21294 21297 15518 0 -1 4202560 512 0 0 0 294 16 0 0 20 0 22 0 108358397 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140454357109672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21297/tid=21301] ppid=21294 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/21297/task/21301/stat : 21301 (java) S 21294 21297 15518 0 -1 4202560 632 0 0 0 254 14 0 0 20 0 22 0 108358397 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140454227651624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21302] ppid=21294 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/21297/task/21302/stat : 21302 (java) S 21294 21297 15518 0 -1 4202560 492 0 0 0 257 14 0 0 20 0 22 0 108358397 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140454226598568 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21297/tid=21303] ppid=21294 vsize=9824732 CPUtime=2.58 cores=1,3,5,7
/proc/21297/task/21303/stat : 21303 (java) S 21294 21297 15518 0 -1 4202560 607 0 0 0 245 13 0 0 20 0 22 0 108358397 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140454225546024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21304] ppid=21294 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/21297/task/21304/stat : 21304 (java) S 21294 21297 15518 0 -1 4202560 717 0 0 0 262 15 0 0 20 0 22 0 108358397 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140454224492968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21305] ppid=21294 vsize=9824732 CPUtime=2.76 cores=1,3,5,7
/proc/21297/task/21305/stat : 21305 (java) S 21294 21297 15518 0 -1 4202560 725 0 0 0 263 13 0 0 20 0 22 0 108358397 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140454223440424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21306] ppid=21294 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/21297/task/21306/stat : 21306 (java) S 21294 21297 15518 0 -1 4202560 514 0 0 0 268 15 0 0 20 0 22 0 108358397 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140453886290088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21307] ppid=21294 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/21297/task/21307/stat : 21307 (java) S 21294 21297 15518 0 -1 4202560 696 0 0 0 254 12 0 0 20 0 22 0 108358397 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140453885237544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21308] ppid=21294 vsize=9824732 CPUtime=4.14 cores=1,3,5,7
/proc/21297/task/21308/stat : 21308 (java) S 21294 21297 15518 0 -1 4202560 2279 0 0 0 404 10 0 0 20 0 22 0 108358398 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140453873040232 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21309] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21309/stat : 21309 (java) S 21294 21297 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108358399 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140453871986552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21310] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21310/stat : 21310 (java) S 21294 21297 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108358399 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140453870933384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21311] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21311/stat : 21311 (java) S 21294 21297 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108358401 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140453869882128 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21312] ppid=21294 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/21297/task/21312/stat : 21312 (java) S 21294 21297 15518 0 -1 4202560 11454 0 0 0 191 3 0 0 20 0 22 0 108358401 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140453868828984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21297/tid=21313] ppid=21294 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/21297/task/21313/stat : 21313 (java) S 21294 21297 15518 0 -1 4202560 21850 0 0 0 248 6 0 0 20 0 22 0 108358401 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140453867776440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21297/tid=21314] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21314/stat : 21314 (java) S 21294 21297 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108358401 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140453866723576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21297/tid=21315] ppid=21294 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/21297/task/21315/stat : 21315 (java) S 21294 21297 15518 0 -1 4202560 50 0 0 0 20 18 0 0 20 0 22 0 108358401 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140453865671240 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21316] ppid=21294 vsize=9824732 CPUtime=883.76 cores=1,3,5,7
/proc/21297/task/21316/stat : 21316 (java) R 21294 21297 15518 0 -1 4202560 61 0 0 0 88360 16 0 0 20 0 22 0 108358544 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140453864615840 140454240104009 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21297/tid=21317] ppid=21294 vsize=9824732 CPUtime=883.77 cores=1,3,5,7
/proc/21297/task/21317/stat : 21317 (java) R 21294 21297 15518 0 -1 4202560 2142 0 0 0 88323 54 0 0 20 0 22 0 108358544 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140453863564432 140454240210811 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21297/tid=21318] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21318/stat : 21318 (java) S 21294 21297 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108358552 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140453862511912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21297/tid=21319] ppid=21294 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21297/task/21319/stat : 21319 (java) S 21294 21297 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108358552 10060525568 895527 33554432000 1073741824 1073778376 140736280374960 140453861459368 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 895.577
CPU time (s): 1800.53
CPU user time (s): 1798.13
CPU system time (s): 2.40163
CPU usage (%): 201.047
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.13
system time used= 2.40163
maximum resident set size= 3582224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46518
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24221
involuntary context switches= 27491

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.72198 second user time and 6.65599 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-07 03:50:52
IDJOB=4080447
IDBENCH=75548
IDSOLVER=2543
FILE ID=node130/4080447-1465264251
RUNJOBID= node130-1465253566-15535
PBS_JOBID= 19843263
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j90/normalized-j9045_1-sat.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080447-1465264251/watcher-4080447-1465264251 -o /tmp/evaluation-result-4080447-1465264251/solver-4080447-1465264251 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465253566-15535 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080447-1465264251.opb

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

MD5SUM BENCH= d4d1ca36c8af6075d3c9b6c16eca4a6b
RANDOM SEED=1959963287

node130.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.261
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	: 5332.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27199200 kB
Buffers:          100580 kB
Cached:           139900 kB
SwapCached:         1724 kB
Active:          3336944 kB
Inactive:         155880 kB
Active(anon):    3253304 kB
Inactive(anon):     1252 kB
Active(file):      83640 kB
Inactive(file):   154628 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098432 kB
Dirty:              3920 kB
Writeback:             0 kB
AnonPages:       4692084 kB
Mapped:            15372 kB
Shmem:                 0 kB
Slab:             600692 kB
SReclaimable:      43288 kB
SUnreclaim:       557404 kB
KernelStack:        1624 kB
PageTables:        13464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4866376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4579328 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 node130 at 2016-06-07 04:05:47