Trace number 4080956

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.03 895.958

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_3_ic.opb
MD5SUMfa2d46c927da2620047f5e5cfeece7cd
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 111980168
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 9113142699
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 111980168
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 9113142699
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.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4080956-1465371202.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  objective function found
1.15/0.65	c ... done. Wall clock time 0.529s.
1.15/0.65	c declared #vars     15725
1.15/0.65	c #constraints  33139
1.15/0.65	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.15/0.65	c constraints type 
1.15/0.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.15/0.65	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.15/0.65	c org.sat4j.specs.Constr$1 => 3
1.15/0.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.15/0.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.15/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.15/0.65	c 33139 constraints processed.
1.15/0.65	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.15/0.65	c constraints type 
1.15/0.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.15/0.65	c org.sat4j.specs.Constr$1 => 3
1.15/0.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.15/0.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.15/0.65	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1.15/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1.15/0.65	c 33139 constraints processed.
1.15/0.65	c objective function length is 1825 literals
9.16/3.84	c cleaning 2498 clauses out of 5001 with flag 17456/5001
16.53/7.35	c cleaning 4249 clauses out of 8502 with flag 40945/11000
25.01/11.53	c cleaning 5627 clauses out of 11253 with flag 76236/18000
34.52/16.27	c cleaning 6808 clauses out of 13627 with flag 118942/26001
46.26/22.02	c cleaning 7907 clauses out of 15822 with flag 184586/35004
59.79/28.77	c cleaning 8953 clauses out of 17912 with flag 231961/45001
74.68/36.11	c cleaning 9977 clauses out of 19959 with flag 288540/56001
89.96/43.79	c cleaning 10984 clauses out of 21984 with flag 356138/68003
107.01/52.24	c cleaning 11991 clauses out of 23997 with flag 434765/81000
124.27/60.85	c cleaning 13000 clauses out of 26006 with flag 526936/95000
143.78/70.56	c cleaning 13999 clauses out of 28009 with flag 619221/110003
167.64/82.47	c cleaning 14995 clauses out of 30007 with flag 711202/126000
190.55/93.85	c cleaning 15996 clauses out of 32012 with flag 823370/143000
217.44/107.20	c cleaning 17000 clauses out of 34017 with flag 952627/161001
247.01/121.99	c cleaning 18002 clauses out of 36018 with flag 1086463/180002
277.94/137.32	c cleaning 18994 clauses out of 38014 with flag 1223446/200000
289.04/142.87	c cleaning 0 clauses out of 5001 with flag 0/5001
312.68/154.44	c cleaning 20004 clauses out of 40020 with flag 1396188/221000
349.68/173.03	c cleaning 21000 clauses out of 42018 with flag 1508762/243002
385.84/191.04	c cleaning 22001 clauses out of 44016 with flag 1660091/266000
423.22/209.65	c cleaning 22999 clauses out of 46016 with flag 1836216/290001
465.62/230.74	c cleaning 24004 clauses out of 48016 with flag 2004348/315000
509.64/252.69	c cleaning 24997 clauses out of 50014 with flag 2189268/341002
553.07/274.25	c cleaning 26003 clauses out of 52015 with flag 2363768/368000
594.38/295.17	c cleaning 27002 clauses out of 54013 with flag 2512982/396001
640.28/318.05	c cleaning 28001 clauses out of 56010 with flag 2673823/425000
684.80/340.22	c cleaning 28997 clauses out of 58009 with flag 2896500/455000
736.79/366.19	c cleaning 30000 clauses out of 60012 with flag 3141860/486000
790.17/392.73	c cleaning 30996 clauses out of 62013 with flag 3404554/518001
852.91/423.95	c cleaning 31994 clauses out of 64016 with flag 3667920/551000
915.33/455.07	c cleaning 33002 clauses out of 66023 with flag 3940460/585001
982.40/488.44	c cleaning 34000 clauses out of 68020 with flag 4230502/620000
1044.58/519.47	c cleaning 34999 clauses out of 70020 with flag 4528124/656000
1115.55/554.89	c cleaning 36003 clauses out of 72022 with flag 4832119/693001
1190.47/592.13	c cleaning 37001 clauses out of 74019 with flag 5135321/731001
1255.31/624.86	c cleaning 38003 clauses out of 76017 with flag 5434258/770000
1327.65/660.89	c cleaning 39002 clauses out of 78015 with flag 5733995/810001
1407.04/700.33	c cleaning 39998 clauses out of 80012 with flag 6040822/851000
1437.40/715.41	c cleaning 0 clauses out of 11000 with flag 0/11000
1484.83/739.07	c cleaning 41002 clauses out of 82014 with flag 6317879/893000
1574.61/783.79	c cleaning 42000 clauses out of 84012 with flag 6640937/936000
1653.79/823.18	c cleaning 42996 clauses out of 86013 with flag 6907887/980001
1732.95/862.57	c cleaning 43997 clauses out of 88016 with flag 7173086/1025000
1800.03/895.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/895.90	c starts		: 1039
1800.03/895.90	c conflicts		: 1066277
1800.03/895.90	c decisions		: 1356800
1800.03/895.90	c propagations		: 665216287
1800.03/895.90	c inspects		: 7414698350
1800.03/895.90	c shortcuts		: 0
1800.03/895.90	c learnt literals	: 0
1800.03/895.90	c learnt binary clauses	: 0
1800.03/895.90	c learnt ternary clauses	: 2
1800.03/895.90	c learnt constraints	: 1066277
1800.03/895.90	c ignored constraints	: 0
1800.03/895.90	c root simplifications	: 0
1800.03/895.90	c removed literals (reason simplification)	: 40035611
1800.03/895.90	c reason swapping (by a shorter reason)	: 0
1800.03/895.90	c Calls to reduceDB	: 41
1800.03/895.90	c Number of update (reduction) of LBD	: 333486
1800.03/895.90	c Imported unit clauses	: 0
1800.03/895.90	c number of reductions to clauses (during analyze)	: 0
1800.03/895.90	c number of learned constraints concerned by reduction	: 0
1800.03/895.90	c number of learning phase by resolution	: 0
1800.03/895.90	c number of learning phase by cutting planes	: 0
1800.03/895.90	c speed (assignments/second)	: 743108.1390243984
1800.03/895.90	c non guided choices	7
1800.03/895.93	c learnt constraints type 
1800.03/895.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 85296
1800.03/895.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/895.93	c starts		: 36
1800.03/895.93	c conflicts		: 12506
1800.03/895.93	c decisions		: 45282
1800.03/895.93	c propagations		: 11175508
1800.03/895.93	c inspects		: 1055503135
1800.03/895.93	c shortcuts		: 0
1800.03/895.93	c learnt literals	: 0
1800.03/895.93	c learnt binary clauses	: 0
1800.03/895.93	c learnt ternary clauses	: 0
1800.03/895.93	c learnt constraints	: 12506
1800.03/895.93	c ignored constraints	: 0
1800.03/895.93	c root simplifications	: 0
1800.03/895.93	c removed literals (reason simplification)	: 0
1800.03/895.93	c reason swapping (by a shorter reason)	: 0
1800.03/895.93	c Calls to reduceDB	: 2
1800.03/895.93	c Number of update (reduction) of LBD	: 0
1800.03/895.93	c Imported unit clauses	: 0
1800.03/895.93	c number of reductions to clauses (during analyze)	: 0
1800.03/895.93	c number of learned constraints concerned by reduction	: 0
1800.03/895.93	c number of learning phase by resolution	: 0
1800.03/895.93	c number of learning phase by cutting planes	: 0
1800.03/895.93	c speed (assignments/second)	: 12483.72776768699
1800.03/895.93	c non guided choices	0
1800.03/895.93	c learnt constraints type 
1800.03/895.93	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 53
1800.03/895.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 61
1800.03/895.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12392
1800.03/895.93	s UNKNOWN
1800.03/895.93	c Total wall clock time (in seconds): 895.814

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-4080956-1465371202/watcher-4080956-1465371202 -o /tmp/evaluation-result-4080956-1465371202/solver-4080956-1465371202 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1465368757-26009 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080956-1465371202.opb 

pid=26454
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: 3.24 3.25 3.28 4/197 26457
/proc/meminfo: memFree=26900088/32872528 swapFree=16700/1645768
[pid=26457] ppid=26454 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/26457/stat : 26457 (java) R 26454 26457 20967 0 -1 4202496 810 0 0 0 0 0 0 0 20 0 1 0 119053621 23793664 459 33554432000 1073741824 1073778376 140735421203792 140735421192856 259103177267 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26457/statm: 5809 470 356 9 0 128 0

[startup+0.100111 s]
/proc/loadavg: 3.24 3.25 3.28 4/197 26457
/proc/meminfo: memFree=26900088/32872528 swapFree=16700/1645768
[pid=26457] ppid=26454 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/26457/stat : 26457 (java) S 26454 26457 20967 0 -1 4202496 4444 0 1 0 9 1 0 0 20 0 18 0 119053621 9787879424 6078 33554432000 1073741824 1073778376 140735421203792 140735421194928 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26457/statm: 2389619 6078 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200282 s]
/proc/loadavg: 3.24 3.25 3.28 4/197 26457
/proc/meminfo: memFree=26900088/32872528 swapFree=16700/1645768
[pid=26457] ppid=26454 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/26457/stat : 26457 (java) S 26454 26457 20967 0 -1 4202496 5186 0 1 0 28 1 0 0 20 0 18 0 119053621 9787879424 8196 33554432000 1073741824 1073778376 140735421203792 140735421194928 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26457/statm: 2389619 8196 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300285 s]
/proc/loadavg: 3.24 3.25 3.28 4/197 26457
/proc/meminfo: memFree=26900088/32872528 swapFree=16700/1645768
[pid=26457] ppid=26454 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/26457/stat : 26457 (java) S 26454 26457 20967 0 -1 4202496 5537 0 1 0 50 1 0 0 20 0 18 0 119053621 9787879424 9928 33554432000 1073741824 1073778376 140735421203792 140735421194928 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26457/statm: 2389619 9928 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.70019 s]
/proc/loadavg: 3.24 3.25 3.28 4/197 26457
/proc/meminfo: memFree=26900088/32872528 swapFree=16700/1645768
[pid=26457] ppid=26454 vsize=9691604 CPUtime=1.37 cores=1,3,5,7
/proc/26457/stat : 26457 (java) S 26454 26457 20967 0 -1 4202496 8271 0 1 0 131 6 0 0 20 0 20 0 119053621 9924202496 44857 33554432000 1073741824 1073778376 140735421203792 140735421194928 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26457/statm: 2422901 44857 2266 9 0 2413578 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9691604

[startup+1.50086 s]
/proc/loadavg: 3.24 3.25 3.28 7/219 26479
/proc/meminfo: memFree=26723812/32872528 swapFree=16700/1645768
[pid=26457] ppid=26454 vsize=9824732 CPUtime=3.82 cores=1,3,5,7
/proc/26457/stat : 26457 (java) S 26454 26457 20967 0 -1 4202496 12119 0 1 0 375 7 0 0 20 0 22 0 119053621 10060525568 46078 33554432000 1073741824 1073778376 140735421203792 140735421194928 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26457/statm: 2456183 46078 2285 9 0 2446860 0
[pid=26457/tid=26459] ppid=26454 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/26457/task/26459/stat : 26459 (java) S 26454 26457 20967 0 -1 4202560 2521 0 1 0 59 3 0 0 20 0 22 0 119053622 10060525568 46078 33554432000 1073741824 1073778376 140735421203792 140063913743224 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26460] ppid=26454 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/26457/task/26460/stat : 26460 (java) S 26454 26457 20967 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 22 0 119053623 10060525568 46078 33554432000 1073741824 1073778376 140735421203792 140063852473256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26461] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26461/stat : 26461 (java) S 26454 26457 20967 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 119053623 10060525568 46078 33554432000 1073741824 1073778376 140735421203792 140063851420712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26457/tid=26462] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26462/stat : 26462 (java) S 26454 26457 20967 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119053623 10060525568 46078 33554432000 1073741824 1073778376 140735421203792 140063754893992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26463] ppid=26454 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/26457/task/26463/stat : 26463 (java) S 26454 26457 20967 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 119053623 10060525568 46078 33554432000 1073741824 1073778376 140735421203792 140063753841448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26464] ppid=26454 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/26457/task/26464/stat : 26464 (java) S 26454 26457 20967 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 119053623 10060525568 46078 33554432000 1073741824 1073778376 140735421203792 140063752788392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26465] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26465/stat : 26465 (java) S 26454 26457 20967 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 119053623 10060525568 46078 33554432000 1073741824 1073778376 140735421203792 140063751735848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26466] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26466/stat : 26466 (java) S 26454 26457 20967 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 119053623 10060525568 46078 33554432000 1073741824 1073778376 140735421203792 140063750682792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26457/tid=26467] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26467/stat : 26467 (java) S 26454 26457 20967 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 119053623 10060525568 46078 33554432000 1073741824 1073778376 140735421203792 140063749630248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26468] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26468/stat : 26468 (java) S 26454 26457 20967 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 119053625 10060525568 46078 33554432000 1073741824 1073778376 140735421203792 140063737432936 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26469] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26469/stat : 26469 (java) S 26454 26457 20967 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119053625 10060525568 46078 33554432000 1073741824 1073778376 140735421203792 140063736379256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26470] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26470/stat : 26470 (java) S 26454 26457 20967 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119053625 10060525568 46078 33554432000 1073741824 1073778376 140735421203792 140063735326088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26471] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26471/stat : 26471 (java) S 26454 26457 20967 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119053627 10060525568 46078 33554432000 1073741824 1073778376 140735421203792 140063734274832 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26472] ppid=26454 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/26457/task/26472/stat : 26472 (java) S 26454 26457 20967 0 -1 4202560 3809 0 0 0 72 0 0 0 20 0 22 0 119053627 10060525568 46078 33554432000 1073741824 1073778376 140735421203792 140063733221688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26473] ppid=26454 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/26457/task/26473/stat : 26473 (java) S 26454 26457 20967 0 -1 4202560 4334 0 0 0 67 0 0 0 20 0 22 0 119053627 10060525568 46078 33554432000 1073741824 1073778376 140735421203792 140063732169144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26474] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26474/stat : 26474 (java) S 26454 26457 20967 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119053628 10060525568 46078 33554432000 1073741824 1073778376 140735421203792 140063731116280 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26457/tid=26475] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26475/stat : 26475 (java) S 26454 26457 20967 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119053628 10060525568 46078 33554432000 1073741824 1073778376 140735421203792 140063730063944 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26476] ppid=26454 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/26457/task/26476/stat : 26476 (java) R 26454 26457 20967 0 -1 4202560 22 0 0 0 78 0 0 0 20 0 22 0 119053687 10060525568 46078 33554432000 1073741824 1073778376 140735421203792 140063729009736 140063854217536 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26457/tid=26477] ppid=26454 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/26457/task/26477/stat : 26477 (java) R 26454 26457 20967 0 -1 4202560 33 0 0 0 77 0 0 0 20 0 22 0 119053687 10060525568 46078 33554432000 1073741824 1073778376 140735421203792 140063727957064 140063854258624 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26457/tid=26478] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26478/stat : 26478 (java) S 26454 26457 20967 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119053694 10060525568 46078 33554432000 1073741824 1073778376 140735421203792 140063726904616 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26479] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26479/stat : 26479 (java) S 26454 26457 20967 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119053694 10060525568 46078 33554432000 1073741824 1073778376 140735421203792 140063725852072 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 9824732

[startup+3.10098 s]
/proc/loadavg: 3.30 3.26 3.28 5/219 26479
/proc/meminfo: memFree=26695436/32872528 swapFree=16700/1645768
[pid=26457] ppid=26454 vsize=9824732 CPUtime=7.47 cores=1,3,5,7
/proc/26457/stat : 26457 (java) S 26454 26457 20967 0 -1 4202496 16105 0 1 0 732 15 0 0 20 0 22 0 119053621 10060525568 87055 33554432000 1073741824 1073778376 140735421203792 140735421194928 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26457/statm: 2456183 87055 2286 9 0 2446860 0
[pid=26457/tid=26459] ppid=26454 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/26457/task/26459/stat : 26459 (java) S 26454 26457 20967 0 -1 4202560 2521 0 1 0 59 3 0 0 20 0 22 0 119053622 10060525568 87055 33554432000 1073741824 1073778376 140735421203792 140063913743224 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26460] ppid=26454 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/26457/task/26460/stat : 26460 (java) S 26454 26457 20967 0 -1 4202560 119 0 0 0 3 0 0 0 20 0 22 0 119053623 10060525568 87055 33554432000 1073741824 1073778376 140735421203792 140063852473256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26461] ppid=26454 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/26457/task/26461/stat : 26461 (java) S 26454 26457 20967 0 -1 4202560 119 0 0 0 3 2 0 0 20 0 22 0 119053623 10060525568 87055 33554432000 1073741824 1073778376 140735421203792 140063851420712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26457/tid=26462] ppid=26454 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/26457/task/26462/stat : 26462 (java) S 26454 26457 20967 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 119053623 10060525568 87055 33554432000 1073741824 1073778376 140735421203792 140063754893992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26457/tid=26463] ppid=26454 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/26457/task/26463/stat : 26463 (java) S 26454 26457 20967 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 22 0 119053623 10060525568 87055 33554432000 1073741824 1073778376 140735421203792 140063753841448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26457/tid=26464] ppid=26454 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/26457/task/26464/stat : 26464 (java) S 26454 26457 20967 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 119053623 10060525568 87055 33554432000 1073741824 1073778376 140735421203792 140063752788392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26457/tid=26465] ppid=26454 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/26457/task/26465/stat : 26465 (java) S 26454 26457 20967 0 -1 4202560 113 0 0 0 3 1 0 0 20 0 22 0 119053623 10060525568 87055 33554432000 1073741824 1073778376 140735421203792 140063751735848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26466] ppid=26454 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/26457/task/26466/stat : 26466 (java) S 26454 26457 20967 0 -1 4202560 102 0 0 0 4 2 0 0 20 0 22 0 119053623 10060525568 87055 33554432000 1073741824 1073778376 140735421203792 140063750682792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26467] ppid=26454 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/26457/task/26467/stat : 26467 (java) S 26454 26457 20967 0 -1 4202560 30 0 0 0 4 1 0 0 20 0 22 0 119053623 10060525568 87055 33554432000 1073741824 1073778376 140735421203792 140063749630248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26468] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26468/stat : 26468 (java) S 26454 26457 20967 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 119053625 10060525568 87055 33554432000 1073741824 1073778376 140735421203792 140063737432936 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26469] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26469/stat : 26469 (java) S 26454 26457 20967 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119053625 10060525568 87055 33554432000 1073741824 1073778376 140735421203792 140063736379256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26470] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26470/stat : 26470 (java) S 26454 26457 20967 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119053625 10060525568 87055 33554432000 1073741824 1073778376 140735421203792 140063735326088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26471] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26471/stat : 26471 (java) S 26454 26457 20967 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119053627 10060525568 87055 33554432000 1073741824 1073778376 140735421203792 140063734274832 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26472] ppid=26454 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/26457/task/26472/stat : 26472 (java) S 26454 26457 20967 0 -1 4202560 5604 0 0 0 91 0 0 0 20 0 22 0 119053627 10060525568 87055 33554432000 1073741824 1073778376 140735421203792 140063733221688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26473] ppid=26454 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/26457/task/26473/stat : 26473 (java) S 26454 26457 20967 0 -1 4202560 5869 0 0 0 84 0 0 0 20 0 22 0 119053627 10060525568 87055 33554432000 1073741824 1073778376 140735421203792 140063732169144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26474] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26474/stat : 26474 (java) S 26454 26457 20967 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119053628 10060525568 87055 33554432000 1073741824 1073778376 140735421203792 140063731116280 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26457/tid=26475] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26475/stat : 26475 (java) S 26454 26457 20967 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119053628 10060525568 87055 33554432000 1073741824 1073778376 140735421203792 140063730063944 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26476] ppid=26454 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/26457/task/26476/stat : 26476 (java) R 26454 26457 20967 0 -1 4202560 25 0 0 0 230 0 0 0 20 0 22 0 119053687 10060525568 87055 33554432000 1073741824 1073778376 140735421203792 140063729007552 140063854211617 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26477] ppid=26454 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/26457/task/26477/stat : 26477 (java) R 26454 26457 20967 0 -1 4202560 86 0 0 0 227 1 0 0 20 0 22 0 119053687 10060525568 87055 33554432000 1073741824 1073778376 140735421203792 140063727955976 140063854334455 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26457/tid=26478] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26478/stat : 26478 (java) S 26454 26457 20967 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119053694 10060525568 87055 33554432000 1073741824 1073778376 140735421203792 140063726904616 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26479] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26479/stat : 26479 (java) S 26454 26457 20967 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119053694 10060525568 87055 33554432000 1073741824 1073778376 140735421203792 140063725852072 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 3.30 3.26 3.28 5/219 26479
/proc/meminfo: memFree=26321048/32872528 swapFree=16700/1645768
[pid=26457] ppid=26454 vsize=9824732 CPUtime=14.34 cores=1,3,5,7
/proc/26457/stat : 26457 (java) S 26454 26457 20967 0 -1 4202496 19941 0 1 0 1407 27 0 0 20 0 22 0 119053621 10060525568 157232 33554432000 1073741824 1073778376 140735421203792 140735421194928 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26457/statm: 2456183 157232 2292 9 0 2446860 0
[pid=26457/tid=26459] ppid=26454 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/26457/task/26459/stat : 26459 (java) S 26454 26457 20967 0 -1 4202560 2522 0 1 0 59 3 0 0 20 0 22 0 119053622 10060525568 157232 33554432000 1073741824 1073778376 140735421203792 140063913743224 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26460] ppid=26454 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/26457/task/26460/stat : 26460 (java) S 26454 26457 20967 0 -1 4202560 126 0 0 0 5 1 0 0 20 0 22 0 119053623 10060525568 157232 33554432000 1073741824 1073778376 140735421203792 140063852473256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26461] ppid=26454 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/26457/task/26461/stat : 26461 (java) S 26454 26457 20967 0 -1 4202560 161 0 0 0 6 2 0 0 20 0 22 0 119053623 10060525568 157232 33554432000 1073741824 1073778376 140735421203792 140063851420712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26457/tid=26462] ppid=26454 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/26457/task/26462/stat : 26462 (java) S 26454 26457 20967 0 -1 4202560 33 0 0 0 4 0 0 0 20 0 22 0 119053623 10060525568 157232 33554432000 1073741824 1073778376 140735421203792 140063754893992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26457/tid=26463] ppid=26454 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/26457/task/26463/stat : 26463 (java) S 26454 26457 20967 0 -1 4202560 58 0 0 0 8 2 0 0 20 0 22 0 119053623 10060525568 157232 33554432000 1073741824 1073778376 140735421203792 140063753841448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26457/tid=26464] ppid=26454 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/26457/task/26464/stat : 26464 (java) S 26454 26457 20967 0 -1 4202560 41 0 0 0 6 2 0 0 20 0 22 0 119053623 10060525568 157232 33554432000 1073741824 1073778376 140735421203792 140063752788392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26457/tid=26465] ppid=26454 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/26457/task/26465/stat : 26465 (java) S 26454 26457 20967 0 -1 4202560 141 0 0 0 7 2 0 0 20 0 22 0 119053623 10060525568 157232 33554432000 1073741824 1073778376 140735421203792 140063751735848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26457/tid=26466] ppid=26454 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/26457/task/26466/stat : 26466 (java) S 26454 26457 20967 0 -1 4202560 131 0 0 0 9 3 0 0 20 0 22 0 119053623 10060525568 157232 33554432000 1073741824 1073778376 140735421203792 140063750682792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26457/tid=26467] ppid=26454 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/26457/task/26467/stat : 26467 (java) S 26454 26457 20967 0 -1 4202560 64 0 0 0 6 2 0 0 20 0 22 0 119053623 10060525568 157232 33554432000 1073741824 1073778376 140735421203792 140063749630248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26457/tid=26468] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26468/stat : 26468 (java) S 26454 26457 20967 0 -1 4202560 464 0 0 0 0 0 0 0 20 0 22 0 119053625 10060525568 157232 33554432000 1073741824 1073778376 140735421203792 140063737432936 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26469] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26469/stat : 26469 (java) S 26454 26457 20967 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119053625 10060525568 157232 33554432000 1073741824 1073778376 140735421203792 140063736379256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26470] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26470/stat : 26470 (java) S 26454 26457 20967 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119053625 10060525568 157232 33554432000 1073741824 1073778376 140735421203792 140063735326088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26471] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26471/stat : 26471 (java) S 26454 26457 20967 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119053627 10060525568 157232 33554432000 1073741824 1073778376 140735421203792 140063734274832 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26472] ppid=26454 vsize=9824732 CPUtime=1.02 cores=1,3,5,7

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

/proc/26457/task/26462/stat : 26462 (java) S 26454 26457 20967 0 -1 4202560 353 0 0 0 220 10 0 0 20 0 22 0 119053623 10060525568 565491 33554432000 1073741824 1073778376 140735421203792 140063754893992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26457/tid=26463] ppid=26454 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/26457/task/26463/stat : 26463 (java) S 26454 26457 20967 0 -1 4202560 456 0 0 0 234 13 0 0 20 0 22 0 119053623 10060525568 565491 33554432000 1073741824 1073778376 140735421203792 140063753841448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26457/tid=26464] ppid=26454 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/26457/task/26464/stat : 26464 (java) S 26454 26457 20967 0 -1 4202560 405 0 0 0 229 14 0 0 20 0 22 0 119053623 10060525568 565491 33554432000 1073741824 1073778376 140735421203792 140063752788392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26457/tid=26465] ppid=26454 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/26457/task/26465/stat : 26465 (java) S 26454 26457 20967 0 -1 4202560 639 0 0 0 239 13 0 0 20 0 22 0 119053623 10060525568 565491 33554432000 1073741824 1073778376 140735421203792 140063751735848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26457/tid=26466] ppid=26454 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/26457/task/26466/stat : 26466 (java) S 26454 26457 20967 0 -1 4202560 473 0 0 0 229 11 0 0 20 0 22 0 119053623 10060525568 565491 33554432000 1073741824 1073778376 140735421203792 140063750682792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26457/tid=26467] ppid=26454 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/26457/task/26467/stat : 26467 (java) S 26454 26457 20967 0 -1 4202560 486 0 0 0 220 12 0 0 20 0 22 0 119053623 10060525568 565491 33554432000 1073741824 1073778376 140735421203792 140063749630248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26457/tid=26468] ppid=26454 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/26457/task/26468/stat : 26468 (java) S 26454 26457 20967 0 -1 4202560 2343 0 0 0 214 19 0 0 20 0 22 0 119053625 10060525568 565491 33554432000 1073741824 1073778376 140735421203792 140063737432936 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26469] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26469/stat : 26469 (java) S 26454 26457 20967 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119053625 10060525568 565491 33554432000 1073741824 1073778376 140735421203792 140063736379256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26470] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26470/stat : 26470 (java) S 26454 26457 20967 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119053625 10060525568 565491 33554432000 1073741824 1073778376 140735421203792 140063735326088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26471] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26471/stat : 26471 (java) S 26454 26457 20967 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119053627 10060525568 565491 33554432000 1073741824 1073778376 140735421203792 140063734274832 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26472] ppid=26454 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/26457/task/26472/stat : 26472 (java) S 26454 26457 20967 0 -1 4202560 12111 0 0 0 166 2 0 0 20 0 22 0 119053627 10060525568 565491 33554432000 1073741824 1073778376 140735421203792 140063733221688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26473] ppid=26454 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/26457/task/26473/stat : 26473 (java) S 26454 26457 20967 0 -1 4202560 8858 0 0 0 113 2 0 0 20 0 22 0 119053627 10060525568 565491 33554432000 1073741824 1073778376 140735421203792 140063732169144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26474] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26474/stat : 26474 (java) S 26454 26457 20967 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119053628 10060525568 565491 33554432000 1073741824 1073778376 140735421203792 140063731116280 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26457/tid=26475] ppid=26454 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/26457/task/26475/stat : 26475 (java) S 26454 26457 20967 0 -1 4202560 51 0 0 0 10 26 0 0 20 0 22 0 119053628 10060525568 565491 33554432000 1073741824 1073778376 140735421203792 140063730063944 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26476] ppid=26454 vsize=9824732 CPUtime=871.47 cores=1,3,5,7
/proc/26457/task/26476/stat : 26476 (java) R 26454 26457 20967 0 -1 4202560 240 0 0 0 87132 15 0 0 20 0 22 0 119053687 10060525568 565491 33554432000 1073741824 1073778376 140735421203792 140063729008560 140063854250882 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26477] ppid=26454 vsize=9824732 CPUtime=871.41 cores=1,3,5,7
/proc/26457/task/26477/stat : 26477 (java) R 26454 26457 20967 0 -1 4202560 2028 0 0 0 87091 50 0 0 20 0 22 0 119053687 10060525568 565491 33554432000 1073741824 1073778376 140735421203792 140063727955232 140063854603580 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26457/tid=26478] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26478/stat : 26478 (java) S 26454 26457 20967 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119053694 10060525568 565491 33554432000 1073741824 1073778376 140735421203792 140063726904616 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26479] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26479/stat : 26479 (java) S 26454 26457 20967 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119053694 10060525568 565491 33554432000 1073741824 1073778376 140735421203792 140063725852072 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1772.71
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.901 s]
/proc/loadavg: 4.80 4.41 3.94 5/219 26715
/proc/meminfo: memFree=24845820/32872528 swapFree=16700/1645768
[pid=26457] ppid=26454 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/26457/stat : 26457 (java) S 26454 26457 20967 0 -1 4202496 33388 0 1 0 179818 185 0 0 20 0 22 0 119053621 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140735421194928 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26457/statm: 2456183 566119 2301 9 0 2446860 0
[pid=26457/tid=26459] ppid=26454 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/26457/task/26459/stat : 26459 (java) S 26454 26457 20967 0 -1 4202560 2531 0 1 0 62 5 0 0 20 0 22 0 119053622 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063913743224 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26460] ppid=26454 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/26457/task/26460/stat : 26460 (java) S 26454 26457 20967 0 -1 4202560 529 0 0 0 249 12 0 0 20 0 22 0 119053623 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063852473256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26461] ppid=26454 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/26457/task/26461/stat : 26461 (java) S 26454 26457 20967 0 -1 4202560 570 0 0 0 230 12 0 0 20 0 22 0 119053623 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063851420712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26457/tid=26462] ppid=26454 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/26457/task/26462/stat : 26462 (java) S 26454 26457 20967 0 -1 4202560 358 0 0 0 224 10 0 0 20 0 22 0 119053623 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063754893992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26463] ppid=26454 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/26457/task/26463/stat : 26463 (java) S 26454 26457 20967 0 -1 4202560 484 0 0 0 236 13 0 0 20 0 22 0 119053623 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063753841448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26457/tid=26464] ppid=26454 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/26457/task/26464/stat : 26464 (java) S 26454 26457 20967 0 -1 4202560 413 0 0 0 231 14 0 0 20 0 22 0 119053623 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063752788392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26457/tid=26465] ppid=26454 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/26457/task/26465/stat : 26465 (java) S 26454 26457 20967 0 -1 4202560 640 0 0 0 240 13 0 0 20 0 22 0 119053623 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063751735848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26457/tid=26466] ppid=26454 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/26457/task/26466/stat : 26466 (java) S 26454 26457 20967 0 -1 4202560 477 0 0 0 232 11 0 0 20 0 22 0 119053623 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063750682792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26457/tid=26467] ppid=26454 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/26457/task/26467/stat : 26467 (java) S 26454 26457 20967 0 -1 4202560 487 0 0 0 224 12 0 0 20 0 22 0 119053623 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063749630248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26457/tid=26468] ppid=26454 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/26457/task/26468/stat : 26468 (java) S 26454 26457 20967 0 -1 4202560 2343 0 0 0 214 19 0 0 20 0 22 0 119053625 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063737432936 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26469] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26469/stat : 26469 (java) S 26454 26457 20967 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119053625 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063736379256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26470] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26470/stat : 26470 (java) S 26454 26457 20967 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119053625 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063735326088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26471] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26471/stat : 26471 (java) S 26454 26457 20967 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119053627 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063734274832 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26472] ppid=26454 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/26457/task/26472/stat : 26472 (java) S 26454 26457 20967 0 -1 4202560 12111 0 0 0 166 2 0 0 20 0 22 0 119053627 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063733221688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26473] ppid=26454 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/26457/task/26473/stat : 26473 (java) S 26454 26457 20967 0 -1 4202560 8858 0 0 0 113 2 0 0 20 0 22 0 119053627 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063732169144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26474] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26474/stat : 26474 (java) S 26454 26457 20967 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119053628 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063731116280 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26457/tid=26475] ppid=26454 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/26457/task/26475/stat : 26475 (java) S 26454 26457 20967 0 -1 4202560 51 0 0 0 10 26 0 0 20 0 22 0 119053628 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063730063944 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26476] ppid=26454 vsize=9824732 CPUtime=884.96 cores=1,3,5,7
/proc/26457/task/26476/stat : 26476 (java) R 26454 26457 20967 0 -1 4202560 241 0 0 0 88480 16 0 0 20 0 22 0 119053687 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063729008560 140063853900673 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26477] ppid=26454 vsize=9824732 CPUtime=884.9 cores=1,3,5,7
/proc/26457/task/26477/stat : 26477 (java) R 26454 26457 20967 0 -1 4202560 2029 0 0 0 88440 50 0 0 20 0 22 0 119053687 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063727955232 140063854602690 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26457/tid=26478] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26478/stat : 26478 (java) S 26454 26457 20967 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119053694 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063726904616 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26479] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26479/stat : 26479 (java) S 26454 26457 20967 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119053694 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063725852072 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 26457 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.901 s]
/proc/loadavg: 4.80 4.41 3.94 5/219 26715
/proc/meminfo: memFree=24845820/32872528 swapFree=16700/1645768
[pid=26457] ppid=26454 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/26457/stat : 26457 (java) S 26454 26457 20967 0 -1 4202496 33388 0 1 0 179818 185 0 0 20 0 22 0 119053621 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140735421194928 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26457/statm: 2456183 566119 2301 9 0 2446860 0
[pid=26457/tid=26459] ppid=26454 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/26457/task/26459/stat : 26459 (java) S 26454 26457 20967 0 -1 4202560 2531 0 1 0 62 5 0 0 20 0 22 0 119053622 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063913743224 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26460] ppid=26454 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/26457/task/26460/stat : 26460 (java) S 26454 26457 20967 0 -1 4202560 529 0 0 0 249 12 0 0 20 0 22 0 119053623 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063852473256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26461] ppid=26454 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/26457/task/26461/stat : 26461 (java) S 26454 26457 20967 0 -1 4202560 570 0 0 0 230 12 0 0 20 0 22 0 119053623 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063851420712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26457/tid=26462] ppid=26454 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/26457/task/26462/stat : 26462 (java) S 26454 26457 20967 0 -1 4202560 358 0 0 0 224 10 0 0 20 0 22 0 119053623 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063754893992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26463] ppid=26454 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/26457/task/26463/stat : 26463 (java) S 26454 26457 20967 0 -1 4202560 484 0 0 0 236 13 0 0 20 0 22 0 119053623 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063753841448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26457/tid=26464] ppid=26454 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/26457/task/26464/stat : 26464 (java) S 26454 26457 20967 0 -1 4202560 413 0 0 0 231 14 0 0 20 0 22 0 119053623 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063752788392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26457/tid=26465] ppid=26454 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/26457/task/26465/stat : 26465 (java) S 26454 26457 20967 0 -1 4202560 640 0 0 0 240 13 0 0 20 0 22 0 119053623 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063751735848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26457/tid=26466] ppid=26454 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/26457/task/26466/stat : 26466 (java) S 26454 26457 20967 0 -1 4202560 477 0 0 0 232 11 0 0 20 0 22 0 119053623 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063750682792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26457/tid=26467] ppid=26454 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/26457/task/26467/stat : 26467 (java) S 26454 26457 20967 0 -1 4202560 487 0 0 0 224 12 0 0 20 0 22 0 119053623 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063749630248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26457/tid=26468] ppid=26454 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/26457/task/26468/stat : 26468 (java) S 26454 26457 20967 0 -1 4202560 2343 0 0 0 214 19 0 0 20 0 22 0 119053625 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063737432936 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26469] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26469/stat : 26469 (java) S 26454 26457 20967 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119053625 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063736379256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26470] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26470/stat : 26470 (java) S 26454 26457 20967 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119053625 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063735326088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26471] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26471/stat : 26471 (java) S 26454 26457 20967 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119053627 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063734274832 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26472] ppid=26454 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/26457/task/26472/stat : 26472 (java) S 26454 26457 20967 0 -1 4202560 12111 0 0 0 166 2 0 0 20 0 22 0 119053627 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063733221688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26473] ppid=26454 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/26457/task/26473/stat : 26473 (java) S 26454 26457 20967 0 -1 4202560 8858 0 0 0 113 2 0 0 20 0 22 0 119053627 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063732169144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26474] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26474/stat : 26474 (java) S 26454 26457 20967 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119053628 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063731116280 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26457/tid=26475] ppid=26454 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/26457/task/26475/stat : 26475 (java) S 26454 26457 20967 0 -1 4202560 51 0 0 0 10 26 0 0 20 0 22 0 119053628 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063730063944 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26476] ppid=26454 vsize=9824732 CPUtime=884.96 cores=1,3,5,7
/proc/26457/task/26476/stat : 26476 (java) R 26454 26457 20967 0 -1 4202560 241 0 0 0 88480 16 0 0 20 0 22 0 119053687 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063729008560 140063853900673 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26457/tid=26477] ppid=26454 vsize=9824732 CPUtime=884.9 cores=1,3,5,7
/proc/26457/task/26477/stat : 26477 (java) R 26454 26457 20967 0 -1 4202560 2029 0 0 0 88440 50 0 0 20 0 22 0 119053687 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063727955232 140063854602690 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26457/tid=26478] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26478/stat : 26478 (java) S 26454 26457 20967 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119053694 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063726904616 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26457/tid=26479] ppid=26454 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26457/task/26479/stat : 26479 (java) S 26454 26457 20967 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119053694 10060525568 566119 33554432000 1073741824 1073778376 140735421203792 140063725852072 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 895.958
CPU time (s): 1800.03
CPU user time (s): 1798.18
CPU system time (s): 1.85
CPU usage (%): 200.906
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.73
system time used= 2.34164
maximum resident set size= 2893336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33421
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26482
involuntary context switches= 44124

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.2329 second user time and 6.03608 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-08 09:33:22
IDJOB=4080956
IDBENCH=92762
IDSOLVER=2543
FILE ID=node124/4080956-1465371202
RUNJOBID= node124-1465368757-26009
PBS_JOBID= 19853397
Free space on /tmp= 71724 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_3_ic.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080956-1465371202/watcher-4080956-1465371202 -o /tmp/evaluation-result-4080956-1465371202/solver-4080956-1465371202 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1465368757-26009 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080956-1465371202.opb

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

MD5SUM BENCH= fa2d46c927da2620047f5e5cfeece7cd
RANDOM SEED=152187280

node124.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.707
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.41
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.707
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.707
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.707
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.707
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.707
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.707
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.707
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:        26900632 kB
Buffers:          140500 kB
Cached:           564728 kB
SwapCached:          752 kB
Active:          3117216 kB
Inactive:         454908 kB
Active(anon):    2867616 kB
Inactive(anon):     1884 kB
Active(file):     249600 kB
Inactive(file):   453024 kB
Unevictable:     1645768 kB
Mlocked:           16700 kB
SwapTotal:      67108856 kB
SwapFree:       67097728 kB
Dirty:              1760 kB
Writeback:             0 kB
AnonPages:       4520456 kB
Mapped:            15520 kB
Shmem:                 0 kB
Slab:             607464 kB
SReclaimable:      51536 kB
SUnreclaim:       555928 kB
KernelStack:        1624 kB
PageTables:        12844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4822136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4454400 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= 71724 MiB
End job on node124 at 2016-06-08 09:48:18