Trace number 4119639

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.01 927.387

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/
pbfvmc-formulae/hw512/normalized-hw512-vm100p-dec.opb.negationfix.opb
MD5SUM3d8983c7606d16041efc6ed7c8805a79
Bench CategoryDEC-BIGINT-LIN (no 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2771456
Total number of constraints11850
Number of constraints which are clauses5412
Number of constraints which are cardinality constraints (but not clauses)5412
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint5412
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1990420
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4457840
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4119639-1467269337.opb
0.10/0.11	c reading problem ... 
0.10/0.14	c  no objective function found
135.92/91.33	c ... done. Wall clock time 91.218s.
135.92/91.33	c declared #vars     2771456
135.92/91.33	c #constraints  11850
135.92/91.33	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
135.92/91.33	c constraints type 
135.92/91.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5412
135.92/91.33	c org.sat4j.specs.Constr$1 => 1
135.92/91.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 5412
135.92/91.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1025
135.92/91.33	c 11850 constraints processed.
135.92/91.33	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
135.92/91.33	c constraints type 
135.92/91.33	c org.sat4j.specs.Constr$1 => 1
135.92/91.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5412
135.92/91.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5412
135.92/91.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1025
135.92/91.33	c 11850 constraints processed.
241.34/143.45	c cleaning 2489 clauses out of 5000 with flag 17409/5000
313.53/179.45	c cleaning 4246 clauses out of 8511 with flag 67776/11000
394.50/219.91	c cleaning 5614 clauses out of 11265 with flag 128970/18000
486.50/265.96	c cleaning 6801 clauses out of 13651 with flag 211393/26000
596.43/323.19	c cleaning 7903 clauses out of 15851 with flag 315525/35001
697.43/373.67	c cleaning 8946 clauses out of 17948 with flag 455761/45001
825.62/437.74	c cleaning 9980 clauses out of 20004 with flag 599764/56003
976.22/513.07	c cleaning 10985 clauses out of 22021 with flag 771318/68000
1141.60/595.78	c cleaning 11992 clauses out of 24036 with flag 969796/81000
1317.18/685.98	c cleaning 12993 clauses out of 26044 with flag 1152079/95000
1510.41/782.58	c cleaning 14000 clauses out of 28051 with flag 1369233/110000
1708.21/881.48	c cleaning 14998 clauses out of 30051 with flag 1625313/126000
1800.01/927.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/927.30	c starts		: 27
1800.01/927.30	c conflicts		: 132915
1800.01/927.30	c decisions		: 54927201
1800.01/927.30	c propagations		: 248082675
1800.01/927.30	c inspects		: 311955165
1800.01/927.30	c shortcuts		: 0
1800.01/927.30	c learnt literals	: 0
1800.01/927.30	c learnt binary clauses	: 0
1800.01/927.30	c learnt ternary clauses	: 0
1800.01/927.30	c learnt constraints	: 132914
1800.01/927.30	c ignored constraints	: 0
1800.01/927.30	c root simplifications	: 0
1800.01/927.30	c removed literals (reason simplification)	: 595181
1800.01/927.30	c reason swapping (by a shorter reason)	: 0
1800.01/927.30	c Calls to reduceDB	: 12
1800.01/927.30	c Number of update (reduction) of LBD	: 69056
1800.01/927.30	c Imported unit clauses	: 0
1800.01/927.30	c number of reductions to clauses (during analyze)	: 0
1800.01/927.30	c number of learned constraints concerned by reduction	: 0
1800.01/927.30	c number of learning phase by resolution	: 0
1800.01/927.30	c number of learning phase by cutting planes	: 0
1800.01/927.30	c speed (assignments/second)	: 296822.0415029505
1800.01/927.30	c non guided choices	51931310
1800.01/927.33	c learnt constraints type 
1800.01/927.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 21968
1800.01/927.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/927.33	c starts		: 1
1800.01/927.33	c conflicts		: 17
1800.01/927.33	c decisions		: 2767504
1800.01/927.33	c propagations		: 2773786
1800.01/927.33	c inspects		: 2769827
1800.01/927.33	c shortcuts		: 0
1800.01/927.33	c learnt literals	: 0
1800.01/927.33	c learnt binary clauses	: 0
1800.01/927.33	c learnt ternary clauses	: 0
1800.01/927.33	c learnt constraints	: 16
1800.01/927.33	c ignored constraints	: 0
1800.01/927.33	c root simplifications	: 0
1800.01/927.33	c removed literals (reason simplification)	: 0
1800.01/927.33	c reason swapping (by a shorter reason)	: 0
1800.01/927.33	c Calls to reduceDB	: 0
1800.01/927.33	c Number of update (reduction) of LBD	: 0
1800.01/927.33	c Imported unit clauses	: 0
1800.01/927.33	c number of reductions to clauses (during analyze)	: 0
1800.01/927.33	c number of learned constraints concerned by reduction	: 0
1800.01/927.33	c number of learning phase by resolution	: 0
1800.01/927.33	c number of learning phase by cutting planes	: 0
1800.01/927.33	c speed (assignments/second)	: 3318.6602298355497
1800.01/927.33	c non guided choices	2756717
1800.01/927.33	c learnt constraints type 
1800.01/927.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16
1800.01/927.33	s UNKNOWN
1800.01/927.33	c Total wall clock time (in seconds): 927.224

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

pid=16166
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: 2.28 2.34 2.25 3/195 16169
/proc/meminfo: memFree=28300136/32872528 swapFree=1484408/1662236
[pid=16169] ppid=16166 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/16169/stat : 16169 (java) R 16166 16169 15921 0 -1 4202496 989 0 0 0 0 0 0 0 20 0 1 0 7886732 23793664 638 33554432000 1073741824 1073778376 140735262541216 140735262530280 273896487475 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16169/statm: 5809 650 481 9 0 128 0

[startup+0.100148 s]
/proc/loadavg: 2.28 2.34 2.25 3/195 16169
/proc/meminfo: memFree=28300136/32872528 swapFree=1484408/1662236
[pid=16169] ppid=16166 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/16169/stat : 16169 (java) S 16166 16169 15921 0 -1 4202496 4455 0 1 0 9 1 0 0 20 0 18 0 7886732 9787879424 6082 33554432000 1073741824 1073778376 140735262541216 140735262532352 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16169/statm: 2389619 6082 2148 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 2.28 2.34 2.25 3/195 16169
/proc/meminfo: memFree=28300136/32872528 swapFree=1484408/1662236
[pid=16169] ppid=16166 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/16169/stat : 16169 (java) S 16166 16169 15921 0 -1 4202496 4705 0 1 0 21 3 0 0 20 0 18 0 7886732 9787879424 37451 33554432000 1073741824 1073778376 140735262541216 140735262532352 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16169/statm: 2389619 37451 2200 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.30023 s]
/proc/loadavg: 2.28 2.34 2.25 3/195 16169
/proc/meminfo: memFree=28300136/32872528 swapFree=1484408/1662236
[pid=16169] ppid=16166 vsize=9558476 CPUtime=0.59 cores=1,3,5,7
/proc/16169/stat : 16169 (java) S 16166 16169 15921 0 -1 4202496 5073 0 1 0 52 7 0 0 20 0 18 0 7886732 9787879424 69449 33554432000 1073741824 1073778376 140735262541216 140735262532352 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16169/statm: 2389619 69449 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9558476

[startup+0.700272 s]
/proc/loadavg: 2.28 2.34 2.25 3/195 16169
/proc/meminfo: memFree=28300136/32872528 swapFree=1484408/1662236
[pid=16169] ppid=16166 vsize=9558476 CPUtime=1.56 cores=1,3,5,7
/proc/16169/stat : 16169 (java) S 16166 16169 15921 0 -1 4202496 15006 0 1 0 148 8 0 0 20 0 18 0 7886732 9787879424 76221 33554432000 1073741824 1073778376 140735262541216 140735262532352 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16169/statm: 2389619 76221 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 9558476

[startup+1.50074 s]
/proc/loadavg: 2.28 2.34 2.25 3/213 16187
/proc/meminfo: memFree=27530456/32872528 swapFree=1484408/1662236
[pid=16169] ppid=16166 vsize=9558476 CPUtime=3.33 cores=1,3,5,7
/proc/16169/stat : 16169 (java) S 16166 16169 15921 0 -1 4202496 17616 0 1 0 305 28 0 0 20 0 18 0 7886732 9787879424 150619 33554432000 1073741824 1073778376 140735262541216 140735262532352 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16169/statm: 2389619 150619 2263 9 0 2380296 0
[pid=16169/tid=16171] ppid=16166 vsize=9558476 CPUtime=1.07 cores=1,3,5,7
/proc/16169/task/16171/stat : 16171 (java) S 16166 16169 15921 0 -1 4202560 2531 0 1 0 102 5 0 0 20 0 18 0 7886733 9787879424 150619 33554432000 1073741824 1073778376 140735262541216 139961188592760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16169/tid=16172] ppid=16166 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/16169/task/16172/stat : 16172 (java) R 16166 16169 15921 0 -1 4202560 450 0 0 0 11 2 0 0 20 0 18 0 7886733 9787879424 150619 33554432000 1073741824 1073778376 140735262541216 139961177656360 273905650823 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16169/tid=16173] ppid=16166 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/16169/task/16173/stat : 16173 (java) R 16166 16169 15921 0 -1 4202560 151 0 0 0 15 2 0 0 20 0 18 0 7886733 9787879424 150619 33554432000 1073741824 1073778376 140735262541216 139961176603816 139961196089058 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16169/tid=16174] ppid=16166 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/16169/task/16174/stat : 16174 (java) R 16166 16169 15921 0 -1 4202560 346 0 0 0 23 4 0 0 20 0 18 0 7886733 9787879424 150619 33554432000 1073741824 1073778376 140735262541216 139961175550488 139961192351133 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16169/tid=16175] ppid=16166 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/16169/task/16175/stat : 16175 (java) R 16166 16169 15921 0 -1 4202560 693 0 0 0 10 1 0 0 20 0 18 0 7886733 9787879424 150619 33554432000 1073741824 1073778376 140735262541216 139961174497848 139961192769672 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16169/tid=16176] ppid=16166 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/16169/task/16176/stat : 16176 (java) R 16166 16169 15921 0 -1 4202560 128 0 0 0 10 3 0 0 20 0 18 0 7886733 9787879424 150619 33554432000 1073741824 1073778376 140735262541216 139961028000296 273905650823 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16169/tid=16177] ppid=16166 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/16169/task/16177/stat : 16177 (java) R 16166 16169 15921 0 -1 4202560 144 0 0 0 18 3 0 0 20 0 18 0 7886733 9787879424 150619 33554432000 1073741824 1073778376 140735262541216 139961026947752 273905650823 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16169/tid=16178] ppid=16166 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/16169/task/16178/stat : 16178 (java) R 16166 16169 15921 0 -1 4202560 73 0 0 0 20 4 0 0 20 0 18 0 7886733 9787879424 150619 33554432000 1073741824 1073778376 140735262541216 139961025894424 273909069737 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16169/tid=16179] ppid=16166 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/16169/task/16179/stat : 16179 (java) R 16166 16169 15921 0 -1 4202560 607 0 0 0 14 2 0 0 20 0 18 0 7886733 9787879424 150619 33554432000 1073741824 1073778376 140735262541216 139961024841880 273909080501 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16169/tid=16180] ppid=16166 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16180/stat : 16180 (java) S 16166 16169 15921 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 7886734 9787879424 150619 33554432000 1073741824 1073778376 140735262541216 139961012643592 273909068860 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16169/tid=16181] ppid=16166 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16181/stat : 16181 (java) S 16166 16169 15921 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 7886735 9787879424 150619 33554432000 1073741824 1073778376 140735262541216 139961011591032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16169/tid=16182] ppid=16166 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16182/stat : 16182 (java) S 16166 16169 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 7886735 9787879424 150619 33554432000 1073741824 1073778376 140735262541216 139961010537864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16169/tid=16183] ppid=16166 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16183/stat : 16183 (java) S 16166 16169 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7886737 9787879424 150619 33554432000 1073741824 1073778376 140735262541216 139961009486608 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16169/tid=16184] ppid=16166 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/16169/task/16184/stat : 16184 (java) S 16166 16169 15921 0 -1 4202560 2170 0 0 0 24 0 0 0 20 0 18 0 7886737 9787879424 150619 33554432000 1073741824 1073778376 140735262541216 139961008433464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16169/tid=16185] ppid=16166 vsize=9558476 CPUtime=0.43 cores=1,3,5,7
/proc/16169/task/16185/stat : 16185 (java) S 16166 16169 15921 0 -1 4202560 9000 0 0 0 42 1 0 0 20 0 18 0 7886737 9787879424 150619 33554432000 1073741824 1073778376 140735262541216 139961007380920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16169/tid=16186] ppid=16166 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16186/stat : 16186 (java) S 16166 16169 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7886737 9787879424 150619 33554432000 1073741824 1073778376 140735262541216 139961006328056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16169/tid=16187] ppid=16166 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16187/stat : 16187 (java) S 16166 16169 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7886737 9787879424 150619 33554432000 1073741824 1073778376 140735262541216 139961005275720 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.33
Current children cumulated vsize (KiB) 9558476

[startup+3.10081 s]
/proc/loadavg: 2.28 2.34 2.25 3/213 16187
/proc/meminfo: memFree=27048036/32872528 swapFree=1484408/1662236
[pid=16169] ppid=16166 vsize=9558476 CPUtime=5.76 cores=1,3,5,7
/proc/16169/stat : 16169 (java) S 16166 16169 15921 0 -1 4202496 18916 0 1 0 533 43 0 0 20 0 18 0 7886732 9787879424 189551 33554432000 1073741824 1073778376 140735262541216 140735262532352 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16169/statm: 2389619 189551 2274 9 0 2380296 0
[pid=16169/tid=16171] ppid=16166 vsize=9558476 CPUtime=1.98 cores=1,3,5,7
/proc/16169/task/16171/stat : 16171 (java) R 16166 16169 15921 0 -1 4202560 2715 0 1 0 193 5 0 0 20 0 18 0 7886733 9787879424 189551 33554432000 1073741824 1073778376 140735262541216 139961188585408 273909081357 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16169/tid=16172] ppid=16166 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/16169/task/16172/stat : 16172 (java) S 16166 16169 15921 0 -1 4202560 491 0 0 0 22 4 0 0 20 0 18 0 7886733 9787879424 189551 33554432000 1073741824 1073778376 140735262541216 139961177656232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16169/tid=16173] ppid=16166 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/16169/task/16173/stat : 16173 (java) S 16166 16169 15921 0 -1 4202560 190 0 0 0 26 4 0 0 20 0 18 0 7886733 9787879424 189551 33554432000 1073741824 1073778376 140735262541216 139961176603688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16169/tid=16174] ppid=16166 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/16169/task/16174/stat : 16174 (java) S 16166 16169 15921 0 -1 4202560 406 0 0 0 44 7 0 0 20 0 18 0 7886733 9787879424 189551 33554432000 1073741824 1073778376 140735262541216 139961175550632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16169/tid=16175] ppid=16166 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/16169/task/16175/stat : 16175 (java) S 16166 16169 15921 0 -1 4202560 760 0 0 0 22 3 0 0 20 0 18 0 7886733 9787879424 189551 33554432000 1073741824 1073778376 140735262541216 139961174498088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16169/tid=16176] ppid=16166 vsize=9558476 CPUtime=0.36 cores=1,3,5,7
/proc/16169/task/16176/stat : 16176 (java) S 16166 16169 15921 0 -1 4202560 192 0 0 0 30 6 0 0 20 0 18 0 7886733 9787879424 189551 33554432000 1073741824 1073778376 140735262541216 139961028000168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16169/tid=16177] ppid=16166 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/16169/task/16177/stat : 16177 (java) S 16166 16169 15921 0 -1 4202560 177 0 0 0 25 4 0 0 20 0 18 0 7886733 9787879424 189551 33554432000 1073741824 1073778376 140735262541216 139961026947624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16169/tid=16178] ppid=16166 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/16169/task/16178/stat : 16178 (java) S 16166 16169 15921 0 -1 4202560 415 0 0 0 28 4 0 0 20 0 18 0 7886733 9787879424 189551 33554432000 1073741824 1073778376 140735262541216 139961025894568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16169/tid=16179] ppid=16166 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/16169/task/16179/stat : 16179 (java) S 16166 16169 15921 0 -1 4202560 671 0 0 0 22 3 0 0 20 0 18 0 7886733 9787879424 189551 33554432000 1073741824 1073778376 140735262541216 139961024842024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16169/tid=16180] ppid=16166 vsize=9558476 CPUtime=0.39 cores=1,3,5,7
/proc/16169/task/16180/stat : 16180 (java) S 16166 16169 15921 0 -1 4202560 476 0 0 0 39 0 0 0 20 0 18 0 7886734 9787879424 189551 33554432000 1073741824 1073778376 140735262541216 139961012644712 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16169/tid=16181] ppid=16166 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16181/stat : 16181 (java) S 16166 16169 15921 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 7886735 9787879424 189551 33554432000 1073741824 1073778376 140735262541216 139961011591032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16169/tid=16182] ppid=16166 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16182/stat : 16182 (java) S 16166 16169 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 7886735 9787879424 189551 33554432000 1073741824 1073778376 140735262541216 139961010537864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16169/tid=16183] ppid=16166 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16183/stat : 16183 (java) S 16166 16169 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7886737 9787879424 189551 33554432000 1073741824 1073778376 140735262541216 139961009486608 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16169/tid=16184] ppid=16166 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/16169/task/16184/stat : 16184 (java) S 16166 16169 15921 0 -1 4202560 2170 0 0 0 24 0 0 0 20 0 18 0 7886737 9787879424 189551 33554432000 1073741824 1073778376 140735262541216 139961008433464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16169/tid=16185] ppid=16166 vsize=9558476 CPUtime=0.43 cores=1,3,5,7
/proc/16169/task/16185/stat : 16185 (java) S 16166 16169 15921 0 -1 4202560 9000 0 0 0 42 1 0 0 20 0 18 0 7886737 9787879424 189551 33554432000 1073741824 1073778376 140735262541216 139961007380920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16169/tid=16186] ppid=16166 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16186/stat : 16186 (java) S 16166 16169 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7886737 9787879424 190063 33554432000 1073741824 1073778376 140735262541216 139961006328056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16169/tid=16187] ppid=16166 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16187/stat : 16187 (java) S 16166 16169 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7886737 9787879424 190063 33554432000 1073741824 1073778376 140735262541216 139961005275720 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 9558476

[startup+6.30086 s]
/proc/loadavg: 3.70 2.64 2.34 3/213 16187
/proc/meminfo: memFree=25577748/32872528 swapFree=1484408/1662236
[pid=16169] ppid=16166 vsize=9558476 CPUtime=11.15 cores=1,3,5,7
/proc/16169/stat : 16169 (java) S 16166 16169 15921 0 -1 4202496 23857 0 1 0 1028 87 0 0 20 0 18 0 7886732 9787879424 343880 33554432000 1073741824 1073778376 140735262541216 140735262532352 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16169/statm: 2389619 343880 2274 9 0 2380296 0
[pid=16169/tid=16171] ppid=16166 vsize=9558476 CPUtime=3.38 cores=1,3,5,7
/proc/16169/task/16171/stat : 16171 (java) R 16166 16169 15921 0 -1 4202560 2815 0 1 0 331 7 0 0 20 0 18 0 7886733 9787879424 343880 33554432000 1073741824 1073778376 140735262541216 139961188592296 139961056083061 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16169/tid=16172] ppid=16166 vsize=9558476 CPUtime=0.62 cores=1,3,5,7
/proc/16169/task/16172/stat : 16172 (java) S 16166 16169 15921 0 -1 4202560 877 0 0 0 54 8 0 0 20 0 18 0 7886733 9787879424 343880 33554432000 1073741824 1073778376 140735262541216 139961177656232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16169/tid=16173] ppid=16166 vsize=9558476 CPUtime=0.81 cores=1,3,5,7
/proc/16169/task/16173/stat : 16173 (java) S 16166 16169 15921 0 -1 4202560 359 0 0 0 70 11 0 0 20 0 18 0 7886733 9787879424 343880 33554432000 1073741824 1073778376 140735262541216 139961176603688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16169/tid=16174] ppid=16166 vsize=9558476 CPUtime=0.89 cores=1,3,5,7
/proc/16169/task/16174/stat : 16174 (java) S 16166 16169 15921 0 -1 4202560 529 0 0 0 76 13 0 0 20 0 18 0 7886733 9787879424 343880 33554432000 1073741824 1073778376 140735262541216 139961175550632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16169/tid=16175] ppid=16166 vsize=9558476 CPUtime=0.58 cores=1,3,5,7
/proc/16169/task/16175/stat : 16175 (java) S 16166 16169 15921 0 -1 4202560 1191 0 0 0 50 8 0 0 20 0 18 0 7886733 9787879424 343880 33554432000 1073741824 1073778376 140735262541216 139961174498088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16169/tid=16176] ppid=16166 vsize=9558476 CPUtime=0.7 cores=1,3,5,7
/proc/16169/task/16176/stat : 16176 (java) S 16166 16169 15921 0 -1 4202560 1405 0 0 0 59 11 0 0 20 0 18 0 7886733 9787879424 343880 33554432000 1073741824 1073778376 140735262541216 139961028000168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16169/tid=16177] ppid=16166 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/16169/task/16177/stat : 16177 (java) S 16166 16169 15921 0 -1 4202560 1348 0 0 0 46 9 0 0 20 0 18 0 7886733 9787879424 343880 33554432000 1073741824 1073778376 140735262541216 139961026947624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16169/tid=16178] ppid=16166 vsize=9558476 CPUtime=0.82 cores=1,3,5,7
/proc/16169/task/16178/stat : 16178 (java) S 16166 16169 15921 0 -1 4202560 556 0 0 0 70 12 0 0 20 0 18 0 7886733 9787879424 343880 33554432000 1073741824 1073778376 140735262541216 139961025894568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16169/tid=16179] ppid=16166 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/16169/task/16179/stat : 16179 (java) S 16166 16169 15921 0 -1 4202560 1139 0 0 0 48 6 0 0 20 0 18 0 7886733 9787879424 343880 33554432000 1073741824 1073778376 140735262541216 139961024842024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16169/tid=16180] ppid=16166 vsize=9558476 CPUtime=1.4 cores=1,3,5,7
/proc/16169/task/16180/stat : 16180 (java) S 16166 16169 15921 0 -1 4202560 1215 0 0 0 140 0 0 0 20 0 18 0 7886734 9787879424 343880 33554432000 1073741824 1073778376 140735262541216 139961012644712 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16169/tid=16181] ppid=16166 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16181/stat : 16181 (java) S 16166 16169 15921 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 7886735 9787879424 343880 33554432000 1073741824 1073778376 140735262541216 139961011591032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16169/tid=16182] ppid=16166 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16182/stat : 16182 (java) S 16166 16169 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 7886735 9787879424 343880 33554432000 1073741824 1073778376 140735262541216 139961010537864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16169/tid=16183] ppid=16166 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16183/stat : 16183 (java) S 16166 16169 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7886737 9787879424 343880 33554432000 1073741824 1073778376 140735262541216 139961009486608 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16169/tid=16184] ppid=16166 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/16169/task/16184/stat : 16184 (java) S 16166 16169 15921 0 -1 4202560 2170 0 0 0 24 0 0 0 20 0 18 0 7886737 9787879424 343880 33554432000 1073741824 1073778376 140735262541216 139961008433464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16169/tid=16185] ppid=16166 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/16169/task/16185/stat : 16185 (java) S 16166 16169 15921 0 -1 4202560 9000 0 0 0 42 2 0 0 20 0 18 0 7886737 9787879424 343880 33554432000 1073741824 1073778376 140735262541216 139961007380920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16169/tid=16186] ppid=16166 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16186/stat : 16186 (java) S 16166 16169 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7886737 9787879424 343880 33554432000 1073741824 1073778376 140735262541216 139961006328056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16169/tid=16187] ppid=16166 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16187/stat : 16187 (java) S 16166 16169 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7886737 9787879424 343880 33554432000 1073741824 1073778376 140735262541216 139961005275720 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.15
Current children cumulated vsize (KiB) 9558476

[startup+12.7009 s]
/proc/loadavg: 4.68 2.86 2.41 4/213 16187
/proc/meminfo: memFree=22903796/32872528 swapFree=1484408/1662236
[pid=16169] ppid=16166 vsize=9558476 CPUtime=22.33 cores=1,3,5,7
/proc/16169/stat : 16169 (java) S 16166 16169 15921 0 -1 4202496 36273 0 1 0 2061 172 0 0 20 0 18 0 7886732 9787879424 632440 33554432000 1073741824 1073778376 140735262541216 140735262532352 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16169/statm: 2389619 632440 2274 9 0 2380296 0

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

/proc/16169/task/16174/stat : 16174 (java) S 16166 16169 15921 0 -1 4202560 24904 0 0 0 770 73 0 0 20 0 22 0 7886733 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961175550632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16169/tid=16175] ppid=16166 vsize=9824732 CPUtime=8.07 cores=1,3,5,7
/proc/16169/task/16175/stat : 16175 (java) S 16166 16169 15921 0 -1 4202560 16918 0 0 0 735 72 0 0 20 0 22 0 7886733 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961174498088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16169/tid=16176] ppid=16166 vsize=9824732 CPUtime=7.56 cores=1,3,5,7
/proc/16169/task/16176/stat : 16176 (java) S 16166 16169 15921 0 -1 4202560 25365 0 0 0 691 65 0 0 20 0 22 0 7886733 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961028000168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16169/tid=16177] ppid=16166 vsize=9824732 CPUtime=7.91 cores=1,3,5,7
/proc/16169/task/16177/stat : 16177 (java) S 16166 16169 15921 0 -1 4202560 17065 0 0 0 729 62 0 0 20 0 22 0 7886733 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961026947624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16169/tid=16178] ppid=16166 vsize=9824732 CPUtime=7.95 cores=1,3,5,7
/proc/16169/task/16178/stat : 16178 (java) S 16166 16169 15921 0 -1 4202560 21753 0 0 0 724 71 0 0 20 0 22 0 7886733 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961025894568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16169/tid=16179] ppid=16166 vsize=9824732 CPUtime=7.43 cores=1,3,5,7
/proc/16169/task/16179/stat : 16179 (java) S 16166 16169 15921 0 -1 4202560 19956 0 0 0 685 58 0 0 20 0 22 0 7886733 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961024842024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16169/tid=16180] ppid=16166 vsize=9824732 CPUtime=28.34 cores=1,3,5,7
/proc/16169/task/16180/stat : 16180 (java) S 16166 16169 15921 0 -1 4202560 69623 0 0 0 2810 24 0 0 20 0 22 0 7886734 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961012644712 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16169/tid=16181] ppid=16166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16181/stat : 16181 (java) S 16166 16169 15921 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 7886735 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961011591032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16169/tid=16182] ppid=16166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16182/stat : 16182 (java) S 16166 16169 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 7886735 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961010537864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16169/tid=16183] ppid=16166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16183/stat : 16183 (java) S 16166 16169 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7886737 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961009486608 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16169/tid=16184] ppid=16166 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/16169/task/16184/stat : 16184 (java) S 16166 16169 15921 0 -1 4202560 2584 0 0 0 102 0 0 0 20 0 22 0 7886737 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961008433464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16169/tid=16185] ppid=16166 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/16169/task/16185/stat : 16185 (java) S 16166 16169 15921 0 -1 4202560 9090 0 0 0 152 2 0 0 20 0 22 0 7886737 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961007380920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16169/tid=16186] ppid=16166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16186/stat : 16186 (java) S 16166 16169 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7886737 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961006328056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16169/tid=16187] ppid=16166 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/16169/task/16187/stat : 16187 (java) S 16166 16169 15921 0 -1 4202560 51 0 0 0 17 28 0 0 20 0 22 0 7886737 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961005275720 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16169/tid=16192] ppid=16166 vsize=9824732 CPUtime=776.29 cores=1,3,5,7
/proc/16169/task/16192/stat : 16192 (java) R 16166 16169 15921 0 -1 4202560 24 0 0 0 77618 11 0 0 20 0 22 0 7895866 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961004212640 139961056631809 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16169/tid=16193] ppid=16166 vsize=9824732 CPUtime=776.45 cores=1,3,5,7
/proc/16169/task/16193/stat : 16193 (java) R 16166 16169 15921 0 -1 4202560 36 0 0 0 77634 11 0 0 20 0 22 0 7895866 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961003167896 139961056722555 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16169/tid=16194] ppid=16166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16194/stat : 16194 (java) S 16166 16169 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 7895883 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961002116392 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16169/tid=16195] ppid=16166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16195/stat : 16195 (java) S 16166 16169 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 7895884 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961001063848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1710.01
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+927.301 s]
/proc/loadavg: 4.39 4.23 3.61 5/221 16242
/proc/meminfo: memFree=13977212/32872528 swapFree=1484408/1662236
[pid=16169] ppid=16166 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/16169/stat : 16169 (java) S 16166 16169 15921 0 -1 4202496 246342 0 1 0 179388 613 0 0 20 0 22 0 7886732 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 140735262532352 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16169/statm: 2456183 1782649 2294 9 0 2446860 0
[pid=16169/tid=16171] ppid=16166 vsize=9824732 CPUtime=58.57 cores=1,3,5,7
/proc/16169/task/16171/stat : 16171 (java) S 16166 16169 15921 0 -1 4202560 3547 0 1 0 5835 22 0 0 20 0 22 0 7886733 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961188594552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16169/tid=16172] ppid=16166 vsize=9824732 CPUtime=7.9 cores=1,3,5,7
/proc/16169/task/16172/stat : 16172 (java) S 16166 16169 15921 0 -1 4202560 20112 0 0 0 723 67 0 0 20 0 22 0 7886733 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961177656232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16169/tid=16173] ppid=16166 vsize=9824732 CPUtime=7.91 cores=1,3,5,7
/proc/16169/task/16173/stat : 16173 (java) S 16166 16169 15921 0 -1 4202560 14046 0 0 0 718 73 0 0 20 0 22 0 7886733 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961176603688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16169/tid=16174] ppid=16166 vsize=9824732 CPUtime=8.43 cores=1,3,5,7
/proc/16169/task/16174/stat : 16174 (java) S 16166 16169 15921 0 -1 4202560 24904 0 0 0 770 73 0 0 20 0 22 0 7886733 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961175550632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16169/tid=16175] ppid=16166 vsize=9824732 CPUtime=8.07 cores=1,3,5,7
/proc/16169/task/16175/stat : 16175 (java) S 16166 16169 15921 0 -1 4202560 16918 0 0 0 735 72 0 0 20 0 22 0 7886733 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961174498088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16169/tid=16176] ppid=16166 vsize=9824732 CPUtime=7.56 cores=1,3,5,7
/proc/16169/task/16176/stat : 16176 (java) S 16166 16169 15921 0 -1 4202560 25365 0 0 0 691 65 0 0 20 0 22 0 7886733 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961028000168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16169/tid=16177] ppid=16166 vsize=9824732 CPUtime=7.91 cores=1,3,5,7
/proc/16169/task/16177/stat : 16177 (java) S 16166 16169 15921 0 -1 4202560 17065 0 0 0 729 62 0 0 20 0 22 0 7886733 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961026947624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16169/tid=16178] ppid=16166 vsize=9824732 CPUtime=7.95 cores=1,3,5,7
/proc/16169/task/16178/stat : 16178 (java) S 16166 16169 15921 0 -1 4202560 21753 0 0 0 724 71 0 0 20 0 22 0 7886733 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961025894568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16169/tid=16179] ppid=16166 vsize=9824732 CPUtime=7.43 cores=1,3,5,7
/proc/16169/task/16179/stat : 16179 (java) S 16166 16169 15921 0 -1 4202560 19956 0 0 0 685 58 0 0 20 0 22 0 7886733 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961024842024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16169/tid=16180] ppid=16166 vsize=9824732 CPUtime=28.35 cores=1,3,5,7
/proc/16169/task/16180/stat : 16180 (java) S 16166 16169 15921 0 -1 4202560 69623 0 0 0 2811 24 0 0 20 0 22 0 7886734 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961012644712 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16169/tid=16181] ppid=16166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16181/stat : 16181 (java) S 16166 16169 15921 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 7886735 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961011591032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16169/tid=16182] ppid=16166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16182/stat : 16182 (java) S 16166 16169 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 7886735 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961010537864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16169/tid=16183] ppid=16166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16183/stat : 16183 (java) S 16166 16169 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7886737 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961009486608 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16169/tid=16184] ppid=16166 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/16169/task/16184/stat : 16184 (java) S 16166 16169 15921 0 -1 4202560 2584 0 0 0 102 0 0 0 20 0 22 0 7886737 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961008433464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16169/tid=16185] ppid=16166 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/16169/task/16185/stat : 16185 (java) S 16166 16169 15921 0 -1 4202560 9090 0 0 0 152 2 0 0 20 0 22 0 7886737 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961007380920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16169/tid=16186] ppid=16166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16186/stat : 16186 (java) S 16166 16169 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7886737 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961006328056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16169/tid=16187] ppid=16166 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/16169/task/16187/stat : 16187 (java) S 16166 16169 15921 0 -1 4202560 53 0 0 0 17 29 0 0 20 0 22 0 7886737 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961005275720 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16169/tid=16192] ppid=16166 vsize=9824732 CPUtime=821.17 cores=1,3,5,7
/proc/16169/task/16192/stat : 16192 (java) R 16166 16169 15921 0 -1 4202560 24 0 0 0 82105 12 0 0 20 0 22 0 7895866 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961004212640 139961056927770 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16169/tid=16193] ppid=16166 vsize=9824732 CPUtime=821.33 cores=1,3,5,7
/proc/16169/task/16193/stat : 16193 (java) R 16166 16169 15921 0 -1 4202560 36 0 0 0 82121 12 0 0 20 0 22 0 7895866 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961003167896 139961056722555 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16169/tid=16194] ppid=16166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16194/stat : 16194 (java) S 16166 16169 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 7895883 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961002116392 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16169/tid=16195] ppid=16166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16195/stat : 16195 (java) S 16166 16169 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 7895884 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961001063848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 16169 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+927.301 s]
/proc/loadavg: 4.39 4.23 3.61 5/221 16242
/proc/meminfo: memFree=13977212/32872528 swapFree=1484408/1662236
[pid=16169] ppid=16166 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/16169/stat : 16169 (java) S 16166 16169 15921 0 -1 4202496 246342 0 1 0 179388 613 0 0 20 0 22 0 7886732 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 140735262532352 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16169/statm: 2456183 1782649 2294 9 0 2446860 0
[pid=16169/tid=16171] ppid=16166 vsize=9824732 CPUtime=58.57 cores=1,3,5,7
/proc/16169/task/16171/stat : 16171 (java) S 16166 16169 15921 0 -1 4202560 3547 0 1 0 5835 22 0 0 20 0 22 0 7886733 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961188594552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16169/tid=16172] ppid=16166 vsize=9824732 CPUtime=7.9 cores=1,3,5,7
/proc/16169/task/16172/stat : 16172 (java) S 16166 16169 15921 0 -1 4202560 20112 0 0 0 723 67 0 0 20 0 22 0 7886733 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961177656232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16169/tid=16173] ppid=16166 vsize=9824732 CPUtime=7.91 cores=1,3,5,7
/proc/16169/task/16173/stat : 16173 (java) S 16166 16169 15921 0 -1 4202560 14046 0 0 0 718 73 0 0 20 0 22 0 7886733 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961176603688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16169/tid=16174] ppid=16166 vsize=9824732 CPUtime=8.43 cores=1,3,5,7
/proc/16169/task/16174/stat : 16174 (java) S 16166 16169 15921 0 -1 4202560 24904 0 0 0 770 73 0 0 20 0 22 0 7886733 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961175550632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16169/tid=16175] ppid=16166 vsize=9824732 CPUtime=8.07 cores=1,3,5,7
/proc/16169/task/16175/stat : 16175 (java) S 16166 16169 15921 0 -1 4202560 16918 0 0 0 735 72 0 0 20 0 22 0 7886733 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961174498088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16169/tid=16176] ppid=16166 vsize=9824732 CPUtime=7.56 cores=1,3,5,7
/proc/16169/task/16176/stat : 16176 (java) S 16166 16169 15921 0 -1 4202560 25365 0 0 0 691 65 0 0 20 0 22 0 7886733 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961028000168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16169/tid=16177] ppid=16166 vsize=9824732 CPUtime=7.91 cores=1,3,5,7
/proc/16169/task/16177/stat : 16177 (java) S 16166 16169 15921 0 -1 4202560 17065 0 0 0 729 62 0 0 20 0 22 0 7886733 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961026947624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16169/tid=16178] ppid=16166 vsize=9824732 CPUtime=7.95 cores=1,3,5,7
/proc/16169/task/16178/stat : 16178 (java) S 16166 16169 15921 0 -1 4202560 21753 0 0 0 724 71 0 0 20 0 22 0 7886733 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961025894568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16169/tid=16179] ppid=16166 vsize=9824732 CPUtime=7.43 cores=1,3,5,7
/proc/16169/task/16179/stat : 16179 (java) S 16166 16169 15921 0 -1 4202560 19956 0 0 0 685 58 0 0 20 0 22 0 7886733 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961024842024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16169/tid=16180] ppid=16166 vsize=9824732 CPUtime=28.35 cores=1,3,5,7
/proc/16169/task/16180/stat : 16180 (java) S 16166 16169 15921 0 -1 4202560 69623 0 0 0 2811 24 0 0 20 0 22 0 7886734 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961012644712 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16169/tid=16181] ppid=16166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16181/stat : 16181 (java) S 16166 16169 15921 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 7886735 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961011591032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16169/tid=16182] ppid=16166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16182/stat : 16182 (java) S 16166 16169 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 7886735 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961010537864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16169/tid=16183] ppid=16166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16183/stat : 16183 (java) S 16166 16169 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7886737 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961009486608 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16169/tid=16184] ppid=16166 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/16169/task/16184/stat : 16184 (java) S 16166 16169 15921 0 -1 4202560 2584 0 0 0 102 0 0 0 20 0 22 0 7886737 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961008433464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16169/tid=16185] ppid=16166 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/16169/task/16185/stat : 16185 (java) S 16166 16169 15921 0 -1 4202560 9090 0 0 0 152 2 0 0 20 0 22 0 7886737 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961007380920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16169/tid=16186] ppid=16166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16186/stat : 16186 (java) S 16166 16169 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7886737 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961006328056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16169/tid=16187] ppid=16166 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/16169/task/16187/stat : 16187 (java) S 16166 16169 15921 0 -1 4202560 53 0 0 0 17 29 0 0 20 0 22 0 7886737 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961005275720 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16169/tid=16192] ppid=16166 vsize=9824732 CPUtime=821.17 cores=1,3,5,7
/proc/16169/task/16192/stat : 16192 (java) R 16166 16169 15921 0 -1 4202560 24 0 0 0 82105 12 0 0 20 0 22 0 7895866 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961004212640 139961056927770 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16169/tid=16193] ppid=16166 vsize=9824732 CPUtime=821.33 cores=1,3,5,7
/proc/16169/task/16193/stat : 16193 (java) R 16166 16169 15921 0 -1 4202560 36 0 0 0 82121 12 0 0 20 0 22 0 7895866 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961003167896 139961056722555 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16169/tid=16194] ppid=16166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16194/stat : 16194 (java) S 16166 16169 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 7895883 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961002116392 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16169/tid=16195] ppid=16166 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16169/task/16195/stat : 16195 (java) S 16166 16169 15921 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 7895884 10060525568 1782649 33554432000 1073741824 1073778376 140735262541216 139961001063848 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16169 and gives
#  childrusage.ru_utime.tv_sec=1789
#  childrusage.ru_utime.tv_usec=380972
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=619993
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 927.387
CPU time (s): 1800.01
CPU user time (s): 1793.88
CPU system time (s): 6.13
CPU usage (%): 194.095
Max. virtual memory (cumulated for all children) (KiB): 9955804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.38
system time used= 6.61999
maximum resident set size= 7261580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 246377
page faults= 1
swaps= 0
block input operations= 160
block output operations= 744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43473
involuntary context switches= 64819

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.13607 second user time and 8.01178 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-30 08:49:02
IDJOB=4119639
IDBENCH=111779
IDSOLVER=2543
FILE ID=node134/4119639-1467269337
RUNJOBID= node134-1467269337-16123
PBS_JOBID= 20004500
Free space on /tmp= 71444 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/pbfvmc-formulae/hw512/normalized-hw512-vm100p-dec.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119639-1467269337/watcher-4119639-1467269337 -o /tmp/evaluation-result-4119639-1467269337/solver-4119639-1467269337 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467269337-16123 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119639-1467269337.opb

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

MD5SUM BENCH= 3d8983c7606d16041efc6ed7c8805a79
RANDOM SEED=554183516

node134.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.738
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.47
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.738
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	: 7358.89
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.738
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.738
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.738
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.54
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.738
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.738
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.738
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28300780 kB
Buffers:          166244 kB
Cached:          1958288 kB
SwapCached:            0 kB
Active:           447796 kB
Inactive:        1705432 kB
Active(anon):      32032 kB
Inactive(anon):        0 kB
Active(file):     415764 kB
Inactive(file):  1705432 kB
Unevictable:     1662236 kB
Mlocked:         1484408 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            270924 kB
Writeback:             0 kB
AnonPages:       1689408 kB
Mapped:            20556 kB
Shmem:               216 kB
Slab:             621952 kB
SReclaimable:      65252 kB
SUnreclaim:       556700 kB
KernelStack:        1424 kB
PageTables:         7560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2353320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 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= 71444 MiB
End job on node134 at 2016-06-30 09:04:29