Trace number 4080953

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.72 896.565

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_0_ic.opb
MD5SUM3ccb0020d438b0d41f96e5d1bc8e13b8
Bench CategoryOPT-BIGINT-LIN (optimisation, big 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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 160103007
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 14748631329
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 160103007
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 14748631329
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c version PB16.v20160501
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		501472288
0.06/0.10	c Max memory 		7480803328
0.06/0.10	c Total memory 		504102912
0.06/0.10	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Glucose 2.1 dynamic restart strategy
0.06/0.13	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.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	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.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-4080953-1465371871.opb
0.06/0.13	c reading problem ... 
0.06/0.13	c  objective function found
1.13/0.67	c ... done. Wall clock time 0.542s.
1.13/0.67	c declared #vars     15725
1.13/0.67	c #constraints  33139
1.13/0.67	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.13/0.67	c constraints type 
1.13/0.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.13/0.68	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.13/0.68	c org.sat4j.specs.Constr$1 => 3
1.13/0.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.13/0.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.13/0.68	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.13/0.68	c 33139 constraints processed.
1.13/0.68	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.13/0.68	c constraints type 
1.13/0.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.13/0.68	c org.sat4j.specs.Constr$1 => 3
1.13/0.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.13/0.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.13/0.68	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1.13/0.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1.13/0.68	c 33139 constraints processed.
1.13/0.68	c objective function length is 1825 literals
9.36/4.07	c cleaning 2499 clauses out of 5001 with flag 15460/5001
17.71/8.05	c cleaning 4251 clauses out of 8501 with flag 46868/11000
27.48/12.82	c cleaning 5625 clauses out of 11250 with flag 92909/18000
36.70/17.44	c cleaning 6812 clauses out of 13625 with flag 152996/26000
47.44/22.74	c cleaning 7904 clauses out of 15813 with flag 237016/35000
60.95/29.44	c cleaning 8952 clauses out of 17911 with flag 297999/45002
76.04/36.93	c cleaning 9971 clauses out of 19957 with flag 357101/56000
92.31/45.08	c cleaning 10985 clauses out of 21986 with flag 434139/68000
109.20/53.41	c cleaning 11994 clauses out of 24001 with flag 521478/81000
126.25/61.96	c cleaning 13000 clauses out of 26008 with flag 612914/95001
146.51/72.01	c cleaning 14001 clauses out of 28007 with flag 698589/110000
167.45/82.46	c cleaning 15001 clauses out of 30006 with flag 782825/126000
189.72/93.58	c cleaning 15997 clauses out of 32005 with flag 855099/143000
217.01/107.11	c cleaning 16996 clauses out of 34009 with flag 931772/161001
246.56/121.86	c cleaning 18002 clauses out of 36013 with flag 1016094/180001
270.67/133.88	c cleaning 19001 clauses out of 38010 with flag 1083756/200000
290.15/143.55	c cleaning 0 clauses out of 5004 with flag 0/5004
299.50/148.04	c cleaning 19994 clauses out of 40009 with flag 1156889/221000
331.85/164.34	c cleaning 20994 clauses out of 42016 with flag 1237493/243001
364.03/180.31	c cleaning 22003 clauses out of 44021 with flag 1321816/266000
399.36/197.93	c cleaning 23003 clauses out of 46021 with flag 1411120/290003
435.32/215.89	c cleaning 23999 clauses out of 48015 with flag 1510181/315000
476.31/236.27	c cleaning 25000 clauses out of 50017 with flag 1628050/341001
517.88/256.97	c cleaning 26002 clauses out of 52019 with flag 1758113/368003
555.07/275.44	c cleaning 27003 clauses out of 54018 with flag 1890523/396004
598.51/297.05	c cleaning 28002 clauses out of 56012 with flag 2073223/425001
643.47/319.42	c cleaning 28995 clauses out of 58010 with flag 2275280/455001
694.97/345.43	c cleaning 30000 clauses out of 60015 with flag 2496728/486001
746.81/371.25	c cleaning 31000 clauses out of 62014 with flag 2732467/518000
800.39/397.94	c cleaning 32000 clauses out of 64014 with flag 2982379/551000
855.05/425.15	c cleaning 33004 clauses out of 66015 with flag 3207427/585001
922.32/458.66	c cleaning 33995 clauses out of 68011 with flag 3445515/620001
985.42/490.03	c cleaning 34997 clauses out of 70015 with flag 3719152/656000
1052.52/523.46	c cleaning 36002 clauses out of 72019 with flag 3991944/693001
1119.04/556.50	c cleaning 37003 clauses out of 74019 with flag 4254958/731003
1178.61/586.64	c cleaning 38004 clauses out of 76013 with flag 4489110/770000
1240.47/617.45	c cleaning 38997 clauses out of 78010 with flag 4745652/810001
1304.18/649.12	c cleaning 40000 clauses out of 80012 with flag 5062780/851000
1376.34/685.04	c cleaning 41001 clauses out of 82012 with flag 5327016/893000
1402.69/698.17	c cleaning 0 clauses out of 11011 with flag 0/11011
1447.08/720.20	c cleaning 41998 clauses out of 84012 with flag 5569631/936001
1519.49/756.28	c cleaning 42998 clauses out of 86013 with flag 5802675/980000
1595.01/793.87	c cleaning 43998 clauses out of 88016 with flag 6012486/1025001
1672.04/832.88	c cleaning 45000 clauses out of 90017 with flag 6251811/1071000
1755.42/874.30	c cleaning 46010 clauses out of 92019 with flag 6593730/1118002
1800.00/896.51	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/896.51	c starts		: 1725
1800.00/896.51	c conflicts		: 1147118
1800.00/896.51	c decisions		: 1603212
1800.00/896.51	c propagations		: 704288780
1800.00/896.51	c inspects		: 7544649306
1800.00/896.51	c shortcuts		: 0
1800.00/896.51	c learnt literals	: 0
1800.00/896.51	c learnt binary clauses	: 0
1800.00/896.51	c learnt ternary clauses	: 0
1800.00/896.51	c learnt constraints	: 1147118
1800.00/896.51	c ignored constraints	: 0
1800.00/896.51	c root simplifications	: 0
1800.00/896.51	c removed literals (reason simplification)	: 47212901
1800.00/896.51	c reason swapping (by a shorter reason)	: 0
1800.00/896.51	c Calls to reduceDB	: 43
1800.00/896.51	c Number of update (reduction) of LBD	: 352719
1800.00/896.51	c Imported unit clauses	: 0
1800.00/896.51	c number of reductions to clauses (during analyze)	: 0
1800.00/896.51	c number of learned constraints concerned by reduction	: 0
1800.00/896.51	c number of learning phase by resolution	: 0
1800.00/896.51	c number of learning phase by cutting planes	: 0
1800.00/896.51	c speed (assignments/second)	: 786227.6299059035
1800.00/896.51	c non guided choices	0
1800.00/896.53	c learnt constraints type 
1800.00/896.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 75126
1800.00/896.54	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/896.54	c starts		: 36
1800.00/896.54	c conflicts		: 12427
1800.00/896.54	c decisions		: 48427
1800.00/896.54	c propagations		: 10718668
1800.00/896.54	c inspects		: 1025211088
1800.00/896.54	c shortcuts		: 0
1800.00/896.54	c learnt literals	: 0
1800.00/896.54	c learnt binary clauses	: 0
1800.00/896.54	c learnt ternary clauses	: 0
1800.00/896.54	c learnt constraints	: 12426
1800.00/896.54	c ignored constraints	: 0
1800.00/896.54	c root simplifications	: 0
1800.00/896.54	c removed literals (reason simplification)	: 0
1800.00/896.54	c reason swapping (by a shorter reason)	: 0
1800.00/896.54	c Calls to reduceDB	: 2
1800.00/896.54	c Number of update (reduction) of LBD	: 0
1800.00/896.54	c Imported unit clauses	: 0
1800.00/896.54	c number of reductions to clauses (during analyze)	: 0
1800.00/896.54	c number of learned constraints concerned by reduction	: 0
1800.00/896.54	c number of learning phase by resolution	: 0
1800.00/896.54	c number of learning phase by cutting planes	: 0
1800.00/896.54	c speed (assignments/second)	: 11965.523400417058
1800.00/896.54	c non guided choices	0
1800.00/896.54	c learnt constraints type 
1800.00/896.54	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 45
1800.00/896.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 16
1800.00/896.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12365
1800.00/896.54	s UNKNOWN
1800.00/896.54	c Total wall clock time (in seconds): 896.411

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-4080953-1465371871/watcher-4080953-1465371871 -o /tmp/evaluation-result-4080953-1465371871/solver-4080953-1465371871 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1465366470-16125 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080953-1465371871.opb 

pid=17225
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.19 4.21 4.18 4/197 17228
/proc/meminfo: memFree=29227052/32872528 swapFree=15644/1722384
[pid=17228] ppid=17225 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/17228/stat : 17228 (java) D 17225 17228 16108 0 -1 4202496 158 0 0 0 0 0 0 0 20 0 1 0 119120671 278528 34 33554432000 1073741824 1073778376 140736932253136 140736932250312 226075176231 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/17228/statm: 68 34 25 9 0 25 0

[startup+0.100099 s]
/proc/loadavg: 4.19 4.21 4.18 4/197 17228
/proc/meminfo: memFree=29227052/32872528 swapFree=15644/1722384
[pid=17228] ppid=17225 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/17228/stat : 17228 (java) S 17225 17228 16108 0 -1 4202496 4105 0 1 0 5 1 0 0 20 0 18 0 119120671 9787879424 5230 33554432000 1073741824 1073778376 140733445350576 140733445341712 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17228/statm: 2389619 5243 2052 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.200317 s]
/proc/loadavg: 4.19 4.21 4.18 4/197 17228
/proc/meminfo: memFree=29227052/32872528 swapFree=15644/1722384
[pid=17228] ppid=17225 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/17228/stat : 17228 (java) S 17225 17228 16108 0 -1 4202496 5132 0 1 0 24 1 0 0 20 0 18 0 119120671 9787879424 8114 33554432000 1073741824 1073778376 140733445350576 140733445341712 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17228/statm: 2389619 8114 2208 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300304 s]
/proc/loadavg: 4.19 4.21 4.18 4/197 17228
/proc/meminfo: memFree=29227052/32872528 swapFree=15644/1722384
[pid=17228] ppid=17225 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/17228/stat : 17228 (java) S 17225 17228 16108 0 -1 4202496 5604 0 1 0 46 2 0 0 20 0 18 0 119120671 9787879424 9355 33554432000 1073741824 1073778376 140733445350576 140733445341712 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17228/statm: 2389619 9355 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700195 s]
/proc/loadavg: 4.19 4.21 4.18 4/197 17228
/proc/meminfo: memFree=29227052/32872528 swapFree=15644/1722384
[pid=17228] ppid=17225 vsize=9691604 CPUtime=1.29 cores=1,3,5,7
/proc/17228/stat : 17228 (java) S 17225 17228 16108 0 -1 4202496 8144 0 1 0 123 6 0 0 20 0 20 0 119120671 9924202496 43213 33554432000 1073741824 1073778376 140733445350576 140733445341712 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17228/statm: 2422901 43213 2265 9 0 2413578 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9691604

[startup+1.50086 s]
/proc/loadavg: 4.19 4.21 4.18 8/215 17315
/proc/meminfo: memFree=29463204/32872528 swapFree=15644/1722384
[pid=17228] ppid=17225 vsize=9824732 CPUtime=3.84 cores=1,3,5,7
/proc/17228/stat : 17228 (java) S 17225 17228 16108 0 -1 4202496 12425 0 1 0 373 11 0 0 20 0 22 0 119120671 10060525568 53604 33554432000 1073741824 1073778376 140733445350576 140733445341712 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17228/statm: 2456183 53604 2286 9 0 2446860 0
[pid=17228/tid=17230] ppid=17225 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/17228/task/17230/stat : 17230 (java) S 17225 17228 16108 0 -1 4202560 2489 0 1 0 60 3 0 0 20 0 22 0 119120673 10060525568 53604 33554432000 1073741824 1073778376 140733445350576 139986644022136 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17231] ppid=17225 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17228/task/17231/stat : 17231 (java) S 17225 17228 16108 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 119120674 10060525568 53604 33554432000 1073741824 1073778376 140733445350576 139986616474152 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17232] ppid=17225 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17228/task/17232/stat : 17232 (java) S 17225 17228 16108 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 119120674 10060525568 53604 33554432000 1073741824 1073778376 140733445350576 139986615421352 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17228/tid=17233] ppid=17225 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17228/task/17233/stat : 17233 (java) S 17225 17228 16108 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 119120674 10060525568 53604 33554432000 1073741824 1073778376 140733445350576 139986614368552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17228/tid=17234] ppid=17225 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/17228/task/17234/stat : 17234 (java) S 17225 17228 16108 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 119120674 10060525568 53604 33554432000 1073741824 1073778376 140733445350576 139986613315752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17235] ppid=17225 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17228/task/17235/stat : 17235 (java) S 17225 17228 16108 0 -1 4202560 91 0 0 0 1 0 0 0 20 0 22 0 119120674 10060525568 53604 33554432000 1073741824 1073778376 140733445350576 139986612263976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17228/tid=17236] ppid=17225 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/17228/task/17236/stat : 17236 (java) S 17225 17228 16108 0 -1 4202560 98 0 0 0 1 2 0 0 20 0 22 0 119120674 10060525568 53604 33554432000 1073741824 1073778376 140733445350576 139986611211176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17237] ppid=17225 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17228/task/17237/stat : 17237 (java) S 17225 17228 16108 0 -1 4202560 126 0 0 0 1 0 0 0 20 0 22 0 119120674 10060525568 53604 33554432000 1073741824 1073778376 140733445350576 139986610158376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17238] ppid=17225 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/17228/task/17238/stat : 17238 (java) S 17225 17228 16108 0 -1 4202560 83 0 0 0 2 0 0 0 20 0 22 0 119120674 10060525568 53604 33554432000 1073741824 1073778376 140733445350576 139986609105576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17228/tid=17239] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17239/stat : 17239 (java) S 17225 17228 16108 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 119120676 10060525568 53604 33554432000 1073741824 1073778376 140733445350576 139985996974568 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17240] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17240/stat : 17240 (java) S 17225 17228 16108 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119120676 10060525568 53604 33554432000 1073741824 1073778376 140733445350576 139985995920632 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17241] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17241/stat : 17241 (java) S 17225 17228 16108 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119120676 10060525568 53604 33554432000 1073741824 1073778376 140733445350576 139985994867720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17228/tid=17242] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17242/stat : 17242 (java) S 17225 17228 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119120678 10060525568 53604 33554432000 1073741824 1073778376 140733445350576 139985993816208 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17243] ppid=17225 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/17228/task/17243/stat : 17243 (java) S 17225 17228 16108 0 -1 4202560 4621 0 0 0 74 0 0 0 20 0 22 0 119120678 10060525568 53604 33554432000 1073741824 1073778376 140733445350576 139985992764344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17244] ppid=17225 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/17228/task/17244/stat : 17244 (java) S 17225 17228 16108 0 -1 4202560 3464 0 0 0 70 0 0 0 20 0 22 0 119120678 10060525568 53604 33554432000 1073741824 1073778376 140733445350576 139985991711544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17228/tid=17245] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17245/stat : 17245 (java) S 17225 17228 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119120678 10060525568 53604 33554432000 1073741824 1073778376 140733445350576 139985990658936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17228/tid=17246] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17246/stat : 17246 (java) S 17225 17228 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119120678 10060525568 53604 33554432000 1073741824 1073778376 140733445350576 139985989606344 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17312] ppid=17225 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/17228/task/17312/stat : 17312 (java) R 17225 17228 16108 0 -1 4202560 18 0 0 0 74 0 0 0 20 0 22 0 119120739 10060525568 53604 33554432000 1073741824 1073778376 140733445350576 139985988551304 139986490549317 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17313] ppid=17225 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/17228/task/17313/stat : 17313 (java) R 17225 17228 16108 0 -1 4202560 34 0 0 0 71 0 0 0 20 0 22 0 119120739 10060525568 53604 33554432000 1073741824 1073778376 140733445350576 139985987497464 139986490930944 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17228/tid=17314] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17314/stat : 17314 (java) S 17225 17228 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119120744 10060525568 53604 33554432000 1073741824 1073778376 140733445350576 139985986446248 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17315] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17315/stat : 17315 (java) S 17225 17228 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119120746 10060525568 53604 33554432000 1073741824 1073778376 140733445350576 139985985393448 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 4.34 4.24 4.19 5/219 17319
/proc/meminfo: memFree=29251992/32872528 swapFree=15644/1722384
[pid=17228] ppid=17225 vsize=9824732 CPUtime=7.44 cores=1,3,5,7
/proc/17228/stat : 17228 (java) S 17225 17228 16108 0 -1 4202496 14287 0 1 0 728 16 0 0 20 0 22 0 119120671 10060525568 87030 33554432000 1073741824 1073778376 140733445350576 140733445341712 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17228/statm: 2456183 87030 2288 9 0 2446860 0
[pid=17228/tid=17230] ppid=17225 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/17228/task/17230/stat : 17230 (java) S 17225 17228 16108 0 -1 4202560 2489 0 1 0 60 3 0 0 20 0 22 0 119120673 10060525568 87030 33554432000 1073741824 1073778376 140733445350576 139986644022136 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17231] ppid=17225 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/17228/task/17231/stat : 17231 (java) S 17225 17228 16108 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 119120674 10060525568 87030 33554432000 1073741824 1073778376 140733445350576 139986616474152 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17228/tid=17232] ppid=17225 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/17228/task/17232/stat : 17232 (java) S 17225 17228 16108 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 119120674 10060525568 87030 33554432000 1073741824 1073778376 140733445350576 139986615421352 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17228/tid=17233] ppid=17225 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/17228/task/17233/stat : 17233 (java) S 17225 17228 16108 0 -1 4202560 28 0 0 0 4 1 0 0 20 0 22 0 119120674 10060525568 87030 33554432000 1073741824 1073778376 140733445350576 139986614368552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17234] ppid=17225 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/17228/task/17234/stat : 17234 (java) S 17225 17228 16108 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 119120674 10060525568 87030 33554432000 1073741824 1073778376 140733445350576 139986613315752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17228/tid=17235] ppid=17225 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/17228/task/17235/stat : 17235 (java) S 17225 17228 16108 0 -1 4202560 92 0 0 0 2 0 0 0 20 0 22 0 119120674 10060525568 87030 33554432000 1073741824 1073778376 140733445350576 139986612263976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17228/tid=17236] ppid=17225 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/17228/task/17236/stat : 17236 (java) S 17225 17228 16108 0 -1 4202560 100 0 0 0 2 2 0 0 20 0 22 0 119120674 10060525568 87030 33554432000 1073741824 1073778376 140733445350576 139986611211176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17237] ppid=17225 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/17228/task/17237/stat : 17237 (java) S 17225 17228 16108 0 -1 4202560 140 0 0 0 4 1 0 0 20 0 22 0 119120674 10060525568 87030 33554432000 1073741824 1073778376 140733445350576 139986610158376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17238] ppid=17225 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/17228/task/17238/stat : 17238 (java) S 17225 17228 16108 0 -1 4202560 90 0 0 0 2 1 0 0 20 0 22 0 119120674 10060525568 87030 33554432000 1073741824 1073778376 140733445350576 139986609105576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17228/tid=17239] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17239/stat : 17239 (java) S 17225 17228 16108 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 119120676 10060525568 87030 33554432000 1073741824 1073778376 140733445350576 139985996974568 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17240] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17240/stat : 17240 (java) S 17225 17228 16108 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119120676 10060525568 87030 33554432000 1073741824 1073778376 140733445350576 139985995920632 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17241] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17241/stat : 17241 (java) S 17225 17228 16108 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119120676 10060525568 87030 33554432000 1073741824 1073778376 140733445350576 139985994867720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17228/tid=17242] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17242/stat : 17242 (java) S 17225 17228 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119120678 10060525568 87030 33554432000 1073741824 1073778376 140733445350576 139985993816208 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17243] ppid=17225 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/17228/task/17243/stat : 17243 (java) S 17225 17228 16108 0 -1 4202560 5097 0 0 0 95 0 0 0 20 0 22 0 119120678 10060525568 87030 33554432000 1073741824 1073778376 140733445350576 139985992764344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17244] ppid=17225 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/17228/task/17244/stat : 17244 (java) S 17225 17228 16108 0 -1 4202560 4614 0 0 0 82 0 0 0 20 0 22 0 119120678 10060525568 87030 33554432000 1073741824 1073778376 140733445350576 139985991711544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17228/tid=17245] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17245/stat : 17245 (java) S 17225 17228 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119120678 10060525568 87030 33554432000 1073741824 1073778376 140733445350576 139985990658936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17228/tid=17246] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17246/stat : 17246 (java) S 17225 17228 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119120678 10060525568 87030 33554432000 1073741824 1073778376 140733445350576 139985989606344 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17312] ppid=17225 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/17228/task/17312/stat : 17312 (java) R 17225 17228 16108 0 -1 4202560 19 0 0 0 230 0 0 0 20 0 22 0 119120739 10060525568 87030 33554432000 1073741824 1073778376 140733445350576 139985988551408 139986490601986 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17313] ppid=17225 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/17228/task/17313/stat : 17313 (java) R 17225 17228 16108 0 -1 4202560 86 0 0 0 225 2 0 0 20 0 22 0 119120739 10060525568 87030 33554432000 1073741824 1073778376 140733445350576 139985987498088 139986490693828 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17228/tid=17314] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17314/stat : 17314 (java) S 17225 17228 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119120744 10060525568 87030 33554432000 1073741824 1073778376 140733445350576 139985986446248 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17315] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17315/stat : 17315 (java) S 17225 17228 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119120746 10060525568 87030 33554432000 1073741824 1073778376 140733445350576 139985985393448 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 9824732

[startup+6.30093 s]
/proc/loadavg: 4.34 4.24 4.19 5/219 17319
/proc/meminfo: memFree=28543264/32872528 swapFree=15644/1722384
[pid=17228] ppid=17225 vsize=9824732 CPUtime=14.19 cores=1,3,5,7
/proc/17228/stat : 17228 (java) S 17225 17228 16108 0 -1 4202496 17515 0 1 0 1393 26 0 0 20 0 22 0 119120671 10060525568 155409 33554432000 1073741824 1073778376 140733445350576 140733445341712 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17228/statm: 2456183 155409 2292 9 0 2446860 0
[pid=17228/tid=17230] ppid=17225 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/17228/task/17230/stat : 17230 (java) S 17225 17228 16108 0 -1 4202560 2489 0 1 0 60 3 0 0 20 0 22 0 119120673 10060525568 155409 33554432000 1073741824 1073778376 140733445350576 139986644022136 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17231] ppid=17225 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/17228/task/17231/stat : 17231 (java) S 17225 17228 16108 0 -1 4202560 54 0 0 0 8 2 0 0 20 0 22 0 119120674 10060525568 155409 33554432000 1073741824 1073778376 140733445350576 139986616474152 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17228/tid=17232] ppid=17225 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/17228/task/17232/stat : 17232 (java) S 17225 17228 16108 0 -1 4202560 40 0 0 0 6 2 0 0 20 0 22 0 119120674 10060525568 155409 33554432000 1073741824 1073778376 140733445350576 139986615421352 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17228/tid=17233] ppid=17225 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/17228/task/17233/stat : 17233 (java) S 17225 17228 16108 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 22 0 119120674 10060525568 155409 33554432000 1073741824 1073778376 140733445350576 139986614368552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17234] ppid=17225 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/17228/task/17234/stat : 17234 (java) S 17225 17228 16108 0 -1 4202560 45 0 0 0 6 2 0 0 20 0 22 0 119120674 10060525568 155409 33554432000 1073741824 1073778376 140733445350576 139986613315752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17235] ppid=17225 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/17228/task/17235/stat : 17235 (java) S 17225 17228 16108 0 -1 4202560 114 0 0 0 4 1 0 0 20 0 22 0 119120674 10060525568 155409 33554432000 1073741824 1073778376 140733445350576 139986612263976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17228/tid=17236] ppid=17225 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/17228/task/17236/stat : 17236 (java) S 17225 17228 16108 0 -1 4202560 135 0 0 0 4 2 0 0 20 0 22 0 119120674 10060525568 155409 33554432000 1073741824 1073778376 140733445350576 139986611211176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17237] ppid=17225 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/17228/task/17237/stat : 17237 (java) S 17225 17228 16108 0 -1 4202560 151 0 0 0 5 2 0 0 20 0 22 0 119120674 10060525568 155409 33554432000 1073741824 1073778376 140733445350576 139986610158376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17238] ppid=17225 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/17228/task/17238/stat : 17238 (java) S 17225 17228 16108 0 -1 4202560 124 0 0 0 6 2 0 0 20 0 22 0 119120674 10060525568 155409 33554432000 1073741824 1073778376 140733445350576 139986609105576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17228/tid=17239] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17239/stat : 17239 (java) S 17225 17228 16108 0 -1 4202560 461 0 0 0 0 0 0 0 20 0 22 0 119120676 10060525568 155409 33554432000 1073741824 1073778376 140733445350576 139985996974568 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17228/tid=17240] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17240/stat : 17240 (java) S 17225 17228 16108 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119120676 10060525568 155409 33554432000 1073741824 1073778376 140733445350576 139985995920632 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17241] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17241/stat : 17241 (java) S 17225 17228 16108 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119120676 10060525568 155409 33554432000 1073741824 1073778376 140733445350576 139985994867720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17228/tid=17242] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17242/stat : 17242 (java) S 17225 17228 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119120678 10060525568 155409 33554432000 1073741824 1073778376 140733445350576 139985993816208 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17243] ppid=17225 vsize=9824732 CPUtime=1.04 cores=1,3,5,7

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

[startup+882.308 s]
/proc/loadavg: 4.24 4.21 4.19 5/219 17338
/proc/meminfo: memFree=24029888/32872528 swapFree=15644/1722384
[pid=17228] ppid=17225 vsize=9824732 CPUtime=1771.5 cores=1,3,5,7
/proc/17228/stat : 17228 (java) S 17225 17228 16108 0 -1 4202496 33013 0 1 0 176967 183 0 0 20 0 22 0 119120671 10060525568 578618 33554432000 1073741824 1073778376 140733445350576 140733445341712 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17228/statm: 2456183 578618 2301 9 0 2446860 0
[pid=17228/tid=17230] ppid=17225 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/17228/task/17230/stat : 17230 (java) S 17225 17228 16108 0 -1 4202560 2494 0 1 0 63 5 0 0 20 0 22 0 119120673 10060525568 578618 33554432000 1073741824 1073778376 140733445350576 139986644022136 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17231] ppid=17225 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/17228/task/17231/stat : 17231 (java) S 17225 17228 16108 0 -1 4202560 422 0 0 0 221 13 0 0 20 0 22 0 119120674 10060525568 578618 33554432000 1073741824 1073778376 140733445350576 139986616474152 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17232] ppid=17225 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/17228/task/17232/stat : 17232 (java) S 17225 17228 16108 0 -1 4202560 481 0 0 0 252 14 0 0 20 0 22 0 119120674 10060525568 578618 33554432000 1073741824 1073778376 140733445350576 139986615421352 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17233] ppid=17225 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/17228/task/17233/stat : 17233 (java) S 17225 17228 16108 0 -1 4202560 477 0 0 0 237 12 0 0 20 0 22 0 119120674 10060525568 578618 33554432000 1073741824 1073778376 140733445350576 139986614368552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17228/tid=17234] ppid=17225 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/17228/task/17234/stat : 17234 (java) S 17225 17228 16108 0 -1 4202560 454 0 0 0 235 12 0 0 20 0 22 0 119120674 10060525568 578618 33554432000 1073741824 1073778376 140733445350576 139986613315752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17228/tid=17235] ppid=17225 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/17228/task/17235/stat : 17235 (java) S 17225 17228 16108 0 -1 4202560 497 0 0 0 229 10 0 0 20 0 22 0 119120674 10060525568 578618 33554432000 1073741824 1073778376 140733445350576 139986612263976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17228/tid=17236] ppid=17225 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/17228/task/17236/stat : 17236 (java) S 17225 17228 16108 0 -1 4202560 507 0 0 0 216 9 0 0 20 0 22 0 119120674 10060525568 578618 33554432000 1073741824 1073778376 140733445350576 139986611211176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17237] ppid=17225 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/17228/task/17237/stat : 17237 (java) S 17225 17228 16108 0 -1 4202560 579 0 0 0 236 13 0 0 20 0 22 0 119120674 10060525568 578618 33554432000 1073741824 1073778376 140733445350576 139986610158376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17238] ppid=17225 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/17228/task/17238/stat : 17238 (java) S 17225 17228 16108 0 -1 4202560 541 0 0 0 246 15 0 0 20 0 22 0 119120674 10060525568 578618 33554432000 1073741824 1073778376 140733445350576 139986609105576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17239] ppid=17225 vsize=9824732 CPUtime=3.75 cores=1,3,5,7
/proc/17228/task/17239/stat : 17239 (java) S 17225 17228 16108 0 -1 4202560 1806 0 0 0 354 21 0 0 20 0 22 0 119120676 10060525568 578618 33554432000 1073741824 1073778376 140733445350576 139985996974568 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17228/tid=17240] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17240/stat : 17240 (java) S 17225 17228 16108 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119120676 10060525568 578618 33554432000 1073741824 1073778376 140733445350576 139985995920632 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17241] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17241/stat : 17241 (java) S 17225 17228 16108 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119120676 10060525568 578618 33554432000 1073741824 1073778376 140733445350576 139985994867720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17228/tid=17242] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17242/stat : 17242 (java) S 17225 17228 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119120678 10060525568 578618 33554432000 1073741824 1073778376 140733445350576 139985993816208 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17243] ppid=17225 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/17228/task/17243/stat : 17243 (java) S 17225 17228 16108 0 -1 4202560 5398 0 0 0 119 0 0 0 20 0 22 0 119120678 10060525568 578618 33554432000 1073741824 1073778376 140733445350576 139985992764344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17244] ppid=17225 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/17228/task/17244/stat : 17244 (java) S 17225 17228 16108 0 -1 4202560 14985 0 0 0 145 3 0 0 20 0 22 0 119120678 10060525568 578618 33554432000 1073741824 1073778376 140733445350576 139985991711544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17228/tid=17245] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17245/stat : 17245 (java) S 17225 17228 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119120678 10060525568 578618 33554432000 1073741824 1073778376 140733445350576 139985990658936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17228/tid=17246] ppid=17225 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/17228/task/17246/stat : 17246 (java) S 17225 17228 16108 0 -1 4202560 51 0 0 0 13 24 0 0 20 0 22 0 119120678 10060525568 578618 33554432000 1073741824 1073778376 140733445350576 139985989606344 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17312] ppid=17225 vsize=9824732 CPUtime=872.28 cores=1,3,5,7
/proc/17228/task/17312/stat : 17312 (java) R 17225 17228 16108 0 -1 4202560 92 0 0 0 87211 17 0 0 20 0 22 0 119120739 10060525568 578618 33554432000 1073741824 1073778376 140733445350576 139985988550176 139986490643331 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17313] ppid=17225 vsize=9824732 CPUtime=872.38 cores=1,3,5,7
/proc/17228/task/17313/stat : 17313 (java) R 17225 17228 16108 0 -1 4202560 2964 0 0 0 87187 51 0 0 20 0 22 0 119120739 10060525568 578618 33554432000 1073741824 1073778376 140733445350576 139985987498528 139986490694371 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17314] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17314/stat : 17314 (java) S 17225 17228 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119120744 10060525568 578618 33554432000 1073741824 1073778376 140733445350576 139985986446248 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17315] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17315/stat : 17315 (java) S 17225 17228 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119120746 10060525568 578618 33554432000 1073741824 1073778376 140733445350576 139985985393448 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1771.5
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.501 s]
/proc/loadavg: 4.28 4.22 4.19 5/219 17338
/proc/meminfo: memFree=24031752/32872528 swapFree=15644/1722384
[pid=17228] ppid=17225 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/17228/stat : 17228 (java) S 17225 17228 16108 0 -1 4202496 33026 0 1 0 179817 183 0 0 20 0 22 0 119120671 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 140733445341712 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17228/statm: 2456183 576449 2301 9 0 2446860 0
[pid=17228/tid=17230] ppid=17225 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/17228/task/17230/stat : 17230 (java) S 17225 17228 16108 0 -1 4202560 2494 0 1 0 63 5 0 0 20 0 22 0 119120673 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139986644022136 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17231] ppid=17225 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/17228/task/17231/stat : 17231 (java) S 17225 17228 16108 0 -1 4202560 422 0 0 0 225 13 0 0 20 0 22 0 119120674 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139986616474152 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17232] ppid=17225 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/17228/task/17232/stat : 17232 (java) S 17225 17228 16108 0 -1 4202560 481 0 0 0 254 14 0 0 20 0 22 0 119120674 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139986615421352 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17233] ppid=17225 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/17228/task/17233/stat : 17233 (java) S 17225 17228 16108 0 -1 4202560 480 0 0 0 239 12 0 0 20 0 22 0 119120674 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139986614368552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17234] ppid=17225 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/17228/task/17234/stat : 17234 (java) S 17225 17228 16108 0 -1 4202560 454 0 0 0 239 12 0 0 20 0 22 0 119120674 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139986613315752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17228/tid=17235] ppid=17225 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/17228/task/17235/stat : 17235 (java) S 17225 17228 16108 0 -1 4202560 498 0 0 0 230 10 0 0 20 0 22 0 119120674 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139986612263976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17228/tid=17236] ppid=17225 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/17228/task/17236/stat : 17236 (java) S 17225 17228 16108 0 -1 4202560 507 0 0 0 218 9 0 0 20 0 22 0 119120674 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139986611211176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17228/tid=17237] ppid=17225 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/17228/task/17237/stat : 17237 (java) S 17225 17228 16108 0 -1 4202560 579 0 0 0 239 13 0 0 20 0 22 0 119120674 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139986610158376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17228/tid=17238] ppid=17225 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/17228/task/17238/stat : 17238 (java) S 17225 17228 16108 0 -1 4202560 548 0 0 0 252 15 0 0 20 0 22 0 119120674 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139986609105576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17239] ppid=17225 vsize=9824732 CPUtime=3.75 cores=1,3,5,7
/proc/17228/task/17239/stat : 17239 (java) S 17225 17228 16108 0 -1 4202560 1806 0 0 0 354 21 0 0 20 0 22 0 119120676 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139985996974568 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17240] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17240/stat : 17240 (java) S 17225 17228 16108 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119120676 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139985995920632 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17241] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17241/stat : 17241 (java) S 17225 17228 16108 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119120676 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139985994867720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17228/tid=17242] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17242/stat : 17242 (java) S 17225 17228 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119120678 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139985993816208 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17243] ppid=17225 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/17228/task/17243/stat : 17243 (java) S 17225 17228 16108 0 -1 4202560 5398 0 0 0 119 0 0 0 20 0 22 0 119120678 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139985992764344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17244] ppid=17225 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/17228/task/17244/stat : 17244 (java) S 17225 17228 16108 0 -1 4202560 14985 0 0 0 145 3 0 0 20 0 22 0 119120678 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139985991711544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17228/tid=17245] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17245/stat : 17245 (java) S 17225 17228 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119120678 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139985990658936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17228/tid=17246] ppid=17225 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/17228/task/17246/stat : 17246 (java) S 17225 17228 16108 0 -1 4202560 51 0 0 0 13 25 0 0 20 0 22 0 119120678 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139985989606344 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17312] ppid=17225 vsize=9824732 CPUtime=886.41 cores=1,3,5,7
/proc/17228/task/17312/stat : 17312 (java) R 17225 17228 16108 0 -1 4202560 92 0 0 0 88624 17 0 0 20 0 22 0 119120739 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139985988550176 139986490622368 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17313] ppid=17225 vsize=9824732 CPUtime=886.5 cores=1,3,5,7
/proc/17228/task/17313/stat : 17313 (java) R 17225 17228 16108 0 -1 4202560 2966 0 0 0 88599 51 0 0 20 0 22 0 119120739 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139985987498528 139986491017751 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17228/tid=17314] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17314/stat : 17314 (java) S 17225 17228 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119120744 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139985986446248 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17315] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17315/stat : 17315 (java) S 17225 17228 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119120746 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139985985393448 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 17228 sig 9
??? kill -17228 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.501 s]
/proc/loadavg: 4.28 4.22 4.19 5/219 17338
/proc/meminfo: memFree=24031752/32872528 swapFree=15644/1722384
[pid=17228] ppid=17225 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/17228/stat : 17228 (java) S 17225 17228 16108 0 -1 4202496 33026 0 1 0 179817 183 0 0 20 0 22 0 119120671 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 140733445341712 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17228/statm: 2456183 576449 2301 9 0 2446860 0
[pid=17228/tid=17230] ppid=17225 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/17228/task/17230/stat : 17230 (java) S 17225 17228 16108 0 -1 4202560 2494 0 1 0 63 5 0 0 20 0 22 0 119120673 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139986644022136 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17231] ppid=17225 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/17228/task/17231/stat : 17231 (java) S 17225 17228 16108 0 -1 4202560 422 0 0 0 225 13 0 0 20 0 22 0 119120674 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139986616474152 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17232] ppid=17225 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/17228/task/17232/stat : 17232 (java) S 17225 17228 16108 0 -1 4202560 481 0 0 0 254 14 0 0 20 0 22 0 119120674 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139986615421352 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17233] ppid=17225 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/17228/task/17233/stat : 17233 (java) S 17225 17228 16108 0 -1 4202560 480 0 0 0 239 12 0 0 20 0 22 0 119120674 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139986614368552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17234] ppid=17225 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/17228/task/17234/stat : 17234 (java) S 17225 17228 16108 0 -1 4202560 454 0 0 0 239 12 0 0 20 0 22 0 119120674 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139986613315752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17228/tid=17235] ppid=17225 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/17228/task/17235/stat : 17235 (java) S 17225 17228 16108 0 -1 4202560 498 0 0 0 230 10 0 0 20 0 22 0 119120674 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139986612263976 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17228/tid=17236] ppid=17225 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/17228/task/17236/stat : 17236 (java) S 17225 17228 16108 0 -1 4202560 507 0 0 0 218 9 0 0 20 0 22 0 119120674 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139986611211176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17228/tid=17237] ppid=17225 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/17228/task/17237/stat : 17237 (java) S 17225 17228 16108 0 -1 4202560 579 0 0 0 239 13 0 0 20 0 22 0 119120674 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139986610158376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17228/tid=17238] ppid=17225 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/17228/task/17238/stat : 17238 (java) S 17225 17228 16108 0 -1 4202560 548 0 0 0 252 15 0 0 20 0 22 0 119120674 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139986609105576 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17239] ppid=17225 vsize=9824732 CPUtime=3.75 cores=1,3,5,7
/proc/17228/task/17239/stat : 17239 (java) S 17225 17228 16108 0 -1 4202560 1806 0 0 0 354 21 0 0 20 0 22 0 119120676 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139985996974568 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17240] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17240/stat : 17240 (java) S 17225 17228 16108 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119120676 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139985995920632 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17241] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17241/stat : 17241 (java) S 17225 17228 16108 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119120676 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139985994867720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17228/tid=17242] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17242/stat : 17242 (java) S 17225 17228 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119120678 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139985993816208 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17243] ppid=17225 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/17228/task/17243/stat : 17243 (java) S 17225 17228 16108 0 -1 4202560 5398 0 0 0 119 0 0 0 20 0 22 0 119120678 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139985992764344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17244] ppid=17225 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/17228/task/17244/stat : 17244 (java) S 17225 17228 16108 0 -1 4202560 14985 0 0 0 145 3 0 0 20 0 22 0 119120678 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139985991711544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17228/tid=17245] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17245/stat : 17245 (java) S 17225 17228 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119120678 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139985990658936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17228/tid=17246] ppid=17225 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/17228/task/17246/stat : 17246 (java) S 17225 17228 16108 0 -1 4202560 51 0 0 0 13 25 0 0 20 0 22 0 119120678 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139985989606344 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17228/tid=17312] ppid=17225 vsize=9824732 CPUtime=886.41 cores=1,3,5,7
/proc/17228/task/17312/stat : 17312 (java) R 17225 17228 16108 0 -1 4202560 92 0 0 0 88624 17 0 0 20 0 22 0 119120739 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139985988550176 139986490622368 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17313] ppid=17225 vsize=9824732 CPUtime=886.5 cores=1,3,5,7
/proc/17228/task/17313/stat : 17313 (java) R 17225 17228 16108 0 -1 4202560 2966 0 0 0 88599 51 0 0 20 0 22 0 119120739 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139985987498528 139986491017751 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17228/tid=17314] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17314/stat : 17314 (java) S 17225 17228 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119120744 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139985986446248 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17228/tid=17315] ppid=17225 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17228/task/17315/stat : 17315 (java) S 17225 17228 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119120746 10060525568 576449 33554432000 1073741824 1073778376 140733445350576 139985985393448 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 896.565
CPU time (s): 1800.72
CPU user time (s): 1798.36
CPU system time (s): 2.36164
CPU usage (%): 200.846
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.36
system time used= 2.36164
maximum resident set size= 2907068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33059
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= 26509
involuntary context switches= 43014

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.76312 second user time and 7.61484 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-08 09:44:31
IDJOB=4080953
IDBENCH=92768
IDSOLVER=2543
FILE ID=node120/4080953-1465371871
RUNJOBID= node120-1465366470-16125
PBS_JOBID= 19853425
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_0_ic.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080953-1465371871/watcher-4080953-1465371871 -o /tmp/evaluation-result-4080953-1465371871/solver-4080953-1465371871 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1465366470-16125 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080953-1465371871.opb

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

MD5SUM BENCH= 3ccb0020d438b0d41f96e5d1bc8e13b8
RANDOM SEED=1994064153

node120.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.425
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.85
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.425
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.425
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.425
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.425
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.425
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.425
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.425
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:        29227448 kB
Buffers:          119244 kB
Cached:           560508 kB
SwapCached:         1084 kB
Active:           632224 kB
Inactive:         538812 kB
Active(anon):     488712 kB
Inactive(anon):     5052 kB
Active(file):     143512 kB
Inactive(file):   533760 kB
Unevictable:     1722384 kB
Mlocked:           15644 kB
SwapTotal:      67108856 kB
SwapFree:       67099696 kB
Dirty:              2124 kB
Writeback:            48 kB
AnonPages:       2186424 kB
Mapped:            16584 kB
Shmem:                 0 kB
Slab:             615176 kB
SReclaimable:      59000 kB
SUnreclaim:       556176 kB
KernelStack:        1680 kB
PageTables:         8560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2440548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2129920 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 node120 at 2016-06-08 09:59:28