Trace number 4105658

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.02 897.222

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=420-sizeP=211-sizeQ=420-348698641-max.opb
MD5SUM0313cdb45b0522b789ebac5496eff7a9
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 variables89251
Total number of constraints265861
Number of constraints which are clauses265860
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint88620
Number of terms in the objective function 211
Biggest coefficient in the objective function 1645504557321206042154969182557350504982735865633579863348609024
Number of bits for the biggest coefficient in the objective function 211
Sum of the numbers in the objective function 3291009114642412084309938365114701009965471731267159726697218047
Number of bits of the sum of numbers in the objective function 211
Biggest number in a constraint 2227754207823337509102134573095845373483021732054960903603121346630505452738612005129840239901060253798165190221481644194672219102234100585084307285020612396607419274589973120157653414182912
Number of bits of the biggest number in a constraint 630
Biggest sum of numbers in a constraint 8911016831293350036408538292383381493932086928219843614412485386125155782666611316461046199057660664692500703545894843314379452055497331714886553722880795243382690831872185771948649693979666
Number of bits of the biggest sum of numbers631
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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4105658-1466256342.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
5.21/3.24	c ... done. Wall clock time 3.118s.
5.21/3.24	c declared #vars     89251
5.55/3.35	c #constraints  265862
5.55/3.35	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
5.55/3.35	c constraints type 
5.55/3.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 88620
5.55/3.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 177240
5.55/3.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
5.55/3.35	c 265862 constraints processed.
5.55/3.35	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
5.55/3.35	c constraints type 
5.55/3.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 177240
5.55/3.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 88620
5.55/3.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
5.55/3.35	c 265862 constraints processed.
5.55/3.35	c objective function length is 211 literals
1800.02/897.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/897.20	c starts		: 1
1800.02/897.20	c conflicts		: 474
1800.02/897.20	c decisions		: 1480
1800.02/897.20	c propagations		: 1082607
1800.02/897.20	c inspects		: 3860034
1800.02/897.20	c shortcuts		: 0
1800.02/897.20	c learnt literals	: 0
1800.02/897.20	c learnt binary clauses	: 0
1800.02/897.20	c learnt ternary clauses	: 0
1800.02/897.20	c learnt constraints	: 474
1800.02/897.20	c ignored constraints	: 0
1800.02/897.20	c root simplifications	: 0
1800.02/897.20	c removed literals (reason simplification)	: 8652756
1800.02/897.20	c reason swapping (by a shorter reason)	: 0
1800.02/897.20	c Calls to reduceDB	: 0
1800.02/897.20	c Number of update (reduction) of LBD	: 259
1800.02/897.20	c Imported unit clauses	: 0
1800.02/897.20	c number of reductions to clauses (during analyze)	: 0
1800.02/897.20	c number of learned constraints concerned by reduction	: 0
1800.02/897.20	c number of learning phase by resolution	: 0
1800.02/897.20	c number of learning phase by cutting planes	: 0
1800.02/897.20	c speed (assignments/second)	: 1211.1133982329002
1800.02/897.20	c non guided choices	182
1800.02/897.20	c learnt constraints type 
1800.02/897.20	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 474
1800.02/897.20	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/897.20	c starts		: 1
1800.02/897.20	c conflicts		: 7
1800.02/897.20	c decisions		: 3938
1800.02/897.20	c propagations		: 378168
1800.02/897.20	c inspects		: 2079534
1800.02/897.20	c shortcuts		: 0
1800.02/897.20	c learnt literals	: 0
1800.02/897.20	c learnt binary clauses	: 0
1800.02/897.20	c learnt ternary clauses	: 0
1800.02/897.20	c learnt constraints	: 6
1800.02/897.20	c ignored constraints	: 0
1800.02/897.20	c root simplifications	: 0
1800.02/897.20	c removed literals (reason simplification)	: 0
1800.02/897.20	c reason swapping (by a shorter reason)	: 0
1800.02/897.20	c Calls to reduceDB	: 0
1800.02/897.20	c Number of update (reduction) of LBD	: 0
1800.02/897.20	c Imported unit clauses	: 0
1800.02/897.20	c number of reductions to clauses (during analyze)	: 0
1800.02/897.20	c number of learned constraints concerned by reduction	: 0
1800.02/897.20	c number of learning phase by resolution	: 0
1800.02/897.20	c number of learning phase by cutting planes	: 0
1800.02/897.20	c speed (assignments/second)	: 423.0634984561686
1800.02/897.20	c non guided choices	2
1800.02/897.20	c learnt constraints type 
1800.02/897.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6
1800.02/897.20	s UNKNOWN
1800.02/897.20	c Total wall clock time (in seconds): 897.079

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

pid=26480
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.16 4.15 4.17 4/197 26483
/proc/meminfo: memFree=28463720/32872528 swapFree=1459628/1655852
[pid=26483] ppid=26480 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/26483/stat : 26483 (java) R 26480 26483 22091 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 27679796 9515008 175 33554432000 1073741824 1073778376 140734549555952 140734549538680 239873115024 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26483/statm: 2323 175 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 4.16 4.15 4.17 4/197 26483
/proc/meminfo: memFree=28463720/32872528 swapFree=1459628/1655852
[pid=26483] ppid=26480 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/26483/stat : 26483 (java) S 26480 26483 22091 0 -1 4202496 4330 0 1 0 7 1 0 0 20 0 18 0 27679796 9787879424 5461 33554432000 1073741824 1073778376 140735145623760 140735145614896 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26483/statm: 2389619 5461 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200213 s]
/proc/loadavg: 4.16 4.15 4.17 4/197 26483
/proc/meminfo: memFree=28463720/32872528 swapFree=1459628/1655852
[pid=26483] ppid=26480 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/26483/stat : 26483 (java) S 26480 26483 22091 0 -1 4202496 4929 0 1 0 23 1 0 0 20 0 18 0 27679796 9787879424 8055 33554432000 1073741824 1073778376 140735145623760 140735145614896 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26483/statm: 2389619 8055 2205 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300222 s]
/proc/loadavg: 4.16 4.15 4.17 4/197 26483
/proc/meminfo: memFree=28463720/32872528 swapFree=1459628/1655852
[pid=26483] ppid=26480 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/26483/stat : 26483 (java) S 26480 26483 22091 0 -1 4202496 5561 0 1 0 45 1 0 0 20 0 18 0 27679796 9787879424 9422 33554432000 1073741824 1073778376 140735145623760 140735145614896 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26483/statm: 2389619 9422 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700184 s]
/proc/loadavg: 4.16 4.15 4.17 4/197 26483
/proc/meminfo: memFree=28463720/32872528 swapFree=1459628/1655852
[pid=26483] ppid=26480 vsize=9558476 CPUtime=1.64 cores=0,2,4,6
/proc/26483/stat : 26483 (java) S 26480 26483 22091 0 -1 4202496 20090 0 1 0 159 5 0 0 20 0 18 0 27679796 9787879424 45489 33554432000 1073741824 1073778376 140735145623760 140735145614896 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26483/statm: 2389619 45489 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 4.16 4.15 4.17 4/215 26501
/proc/meminfo: memFree=28234608/32872528 swapFree=1459628/1655852
[pid=26483] ppid=26480 vsize=9558476 CPUtime=2.83 cores=0,2,4,6
/proc/26483/stat : 26483 (java) S 26480 26483 22091 0 -1 4202496 20734 0 1 0 270 13 0 0 20 0 18 0 27679796 9787879424 84535 33554432000 1073741824 1073778376 140735145623760 140735145614896 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26483/statm: 2389619 84535 2262 9 0 2380296 0
[pid=26483/tid=26485] ppid=26480 vsize=9558476 CPUtime=1.38 cores=0,2,4,6
/proc/26483/task/26485/stat : 26485 (java) R 26480 26483 22091 0 -1 4202560 2542 0 1 0 134 4 0 0 20 0 18 0 27679797 9787879424 84535 33554432000 1073741824 1073778376 140735145623760 140571755806704 140571612432708 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26486] ppid=26480 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/26483/task/26486/stat : 26486 (java) S 26480 26483 22091 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 27679799 9787879424 84535 33554432000 1073741824 1073778376 140735145623760 140571733916328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26487] ppid=26480 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26487/stat : 26487 (java) S 26480 26483 22091 0 -1 4202560 81 0 0 0 0 0 0 0 20 0 18 0 27679799 9787879424 84535 33554432000 1073741824 1073778376 140735145623760 140571732863784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26488] ppid=26480 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/26483/task/26488/stat : 26488 (java) S 26480 26483 22091 0 -1 4202560 97 0 0 0 2 2 0 0 20 0 18 0 27679799 9787879424 84535 33554432000 1073741824 1073778376 140735145623760 140571731811240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26489] ppid=26480 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/26483/task/26489/stat : 26489 (java) S 26480 26483 22091 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 27679799 9787879424 84535 33554432000 1073741824 1073778376 140735145623760 140571730758696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26490] ppid=26480 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/26483/task/26490/stat : 26490 (java) S 26480 26483 22091 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 27679799 9787879424 84535 33554432000 1073741824 1073778376 140735145623760 140571393910952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26491] ppid=26480 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/26483/task/26491/stat : 26491 (java) S 26480 26483 22091 0 -1 4202560 111 0 0 0 3 0 0 0 20 0 18 0 27679799 9787879424 84535 33554432000 1073741824 1073778376 140735145623760 140571392858408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26492] ppid=26480 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26492/stat : 26492 (java) S 26480 26483 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 27679799 9787879424 84535 33554432000 1073741824 1073778376 140735145623760 140571391805864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26493] ppid=26480 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/26483/task/26493/stat : 26493 (java) S 26480 26483 22091 0 -1 4202560 100 0 0 0 3 1 0 0 20 0 18 0 27679799 9787879424 84535 33554432000 1073741824 1073778376 140735145623760 140571390753320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26494] ppid=26480 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26494/stat : 26494 (java) S 26480 26483 22091 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 27679800 9787879424 84535 33554432000 1073741824 1073778376 140735145623760 140571378555496 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26495] ppid=26480 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26495/stat : 26495 (java) S 26480 26483 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 27679800 9787879424 84535 33554432000 1073741824 1073778376 140735145623760 140571377501816 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26496] ppid=26480 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26496/stat : 26496 (java) S 26480 26483 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 27679800 9787879424 84535 33554432000 1073741824 1073778376 140735145623760 140571376449160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26497] ppid=26480 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26497/stat : 26497 (java) S 26480 26483 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27679803 9787879424 84535 33554432000 1073741824 1073778376 140735145623760 140571375397904 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26498] ppid=26480 vsize=9558476 CPUtime=0.57 cores=0,2,4,6
/proc/26483/task/26498/stat : 26498 (java) S 26480 26483 22091 0 -1 4202560 7167 0 0 0 56 1 0 0 20 0 18 0 27679803 9787879424 84535 33554432000 1073741824 1073778376 140735145623760 140571374344248 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26499] ppid=26480 vsize=9558476 CPUtime=0.57 cores=0,2,4,6
/proc/26483/task/26499/stat : 26499 (java) S 26480 26483 22091 0 -1 4202560 9264 0 0 0 56 1 0 0 20 0 18 0 27679803 9787879424 84535 33554432000 1073741824 1073778376 140735145623760 140571373291704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26500] ppid=26480 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26500/stat : 26500 (java) S 26480 26483 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27679803 9787879424 84535 33554432000 1073741824 1073778376 140735145623760 140571372239352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26501] ppid=26480 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26501/stat : 26501 (java) S 26480 26483 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27679803 9787879424 84535 33554432000 1073741824 1073778376 140735145623760 140571371187016 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 9558476

[startup+3.10074 s]
/proc/loadavg: 4.16 4.15 4.17 4/215 26501
/proc/meminfo: memFree=28075672/32872528 swapFree=1459628/1655852
[pid=26483] ppid=26480 vsize=9558476 CPUtime=5.21 cores=0,2,4,6
/proc/26483/stat : 26483 (java) S 26480 26483 22091 0 -1 4202496 22171 0 1 0 495 26 0 0 20 0 18 0 27679796 9787879424 113150 33554432000 1073741824 1073778376 140735145623760 140735145614896 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26483/statm: 2389619 113150 2271 9 0 2380296 0
[pid=26483/tid=26485] ppid=26480 vsize=9558476 CPUtime=2.81 cores=0,2,4,6
/proc/26483/task/26485/stat : 26485 (java) R 26480 26483 22091 0 -1 4202560 2560 0 1 0 276 5 0 0 20 0 18 0 27679797 9787879424 113150 33554432000 1073741824 1073778376 140735145623760 140571755814296 140571613033018 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26483/tid=26486] ppid=26480 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/26483/task/26486/stat : 26486 (java) S 26480 26483 22091 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 18 0 27679799 9787879424 113150 33554432000 1073741824 1073778376 140735145623760 140571733916328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26487] ppid=26480 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/26483/task/26487/stat : 26487 (java) S 26480 26483 22091 0 -1 4202560 130 0 0 0 5 1 0 0 20 0 18 0 27679799 9787879424 113150 33554432000 1073741824 1073778376 140735145623760 140571732863784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26488] ppid=26480 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/26483/task/26488/stat : 26488 (java) S 26480 26483 22091 0 -1 4202560 217 0 0 0 8 3 0 0 20 0 18 0 27679799 9787879424 113150 33554432000 1073741824 1073778376 140735145623760 140571731811240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26489] ppid=26480 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/26483/task/26489/stat : 26489 (java) S 26480 26483 22091 0 -1 4202560 63 0 0 0 10 3 0 0 20 0 18 0 27679799 9787879424 113150 33554432000 1073741824 1073778376 140735145623760 140571730758696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26490] ppid=26480 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/26483/task/26490/stat : 26490 (java) S 26480 26483 22091 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 18 0 27679799 9787879424 113150 33554432000 1073741824 1073778376 140735145623760 140571393910952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26491] ppid=26480 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/26483/task/26491/stat : 26491 (java) S 26480 26483 22091 0 -1 4202560 144 0 0 0 8 2 0 0 20 0 18 0 27679799 9787879424 113150 33554432000 1073741824 1073778376 140735145623760 140571392858408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26492] ppid=26480 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/26483/task/26492/stat : 26492 (java) S 26480 26483 22091 0 -1 4202560 51 0 0 0 7 2 0 0 20 0 18 0 27679799 9787879424 113150 33554432000 1073741824 1073778376 140735145623760 140571391805864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26493] ppid=26480 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/26483/task/26493/stat : 26493 (java) S 26480 26483 22091 0 -1 4202560 226 0 0 0 9 3 0 0 20 0 18 0 27679799 9787879424 113150 33554432000 1073741824 1073778376 140735145623760 140571390753320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26494] ppid=26480 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26494/stat : 26494 (java) S 26480 26483 22091 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 27679800 9787879424 113150 33554432000 1073741824 1073778376 140735145623760 140571378555496 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26495] ppid=26480 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26495/stat : 26495 (java) S 26480 26483 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 27679800 9787879424 113150 33554432000 1073741824 1073778376 140735145623760 140571377501816 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26496] ppid=26480 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26496/stat : 26496 (java) S 26480 26483 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 27679800 9787879424 113150 33554432000 1073741824 1073778376 140735145623760 140571376449160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26497] ppid=26480 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26497/stat : 26497 (java) S 26480 26483 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27679803 9787879424 113150 33554432000 1073741824 1073778376 140735145623760 140571375397904 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26498] ppid=26480 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/26483/task/26498/stat : 26498 (java) S 26480 26483 22091 0 -1 4202560 7172 0 0 0 66 1 0 0 20 0 18 0 27679803 9787879424 113150 33554432000 1073741824 1073778376 140735145623760 140571374344248 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26499] ppid=26480 vsize=9558476 CPUtime=0.81 cores=0,2,4,6
/proc/26483/task/26499/stat : 26499 (java) S 26480 26483 22091 0 -1 4202560 10082 0 0 0 79 2 0 0 20 0 18 0 27679803 9787879424 113150 33554432000 1073741824 1073778376 140735145623760 140571373291704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26500] ppid=26480 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26500/stat : 26500 (java) S 26480 26483 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27679803 9787879424 113150 33554432000 1073741824 1073778376 140735145623760 140571372239352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26501] ppid=26480 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26501/stat : 26501 (java) S 26480 26483 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27679803 9787879424 113150 33554432000 1073741824 1073778376 140735145623760 140571371187016 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.21
Current children cumulated vsize (KiB) 9558476

[startup+6.30084 s]
/proc/loadavg: 4.07 4.13 4.16 5/219 26505
/proc/meminfo: memFree=28019496/32872528 swapFree=1459628/1655852
[pid=26483] ppid=26480 vsize=9824732 CPUtime=12.16 cores=0,2,4,6
/proc/26483/stat : 26483 (java) S 26480 26483 22091 0 -1 4202496 22242 0 1 0 1190 26 0 0 20 0 22 0 27679796 10060525568 112786 33554432000 1073741824 1073778376 140735145623760 140735145614896 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26483/statm: 2456183 112786 2278 9 0 2446860 0
[pid=26483/tid=26485] ppid=26480 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/26483/task/26485/stat : 26485 (java) S 26480 26483 22091 0 -1 4202560 2564 0 1 0 291 5 0 0 20 0 22 0 27679797 10060525568 112786 33554432000 1073741824 1073778376 140735145623760 140571755815800 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26486] ppid=26480 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/26483/task/26486/stat : 26486 (java) S 26480 26483 22091 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 22 0 27679799 10060525568 112786 33554432000 1073741824 1073778376 140735145623760 140571733916328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26487] ppid=26480 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/26483/task/26487/stat : 26487 (java) S 26480 26483 22091 0 -1 4202560 130 0 0 0 5 1 0 0 20 0 22 0 27679799 10060525568 112786 33554432000 1073741824 1073778376 140735145623760 140571732863784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26488] ppid=26480 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/26483/task/26488/stat : 26488 (java) S 26480 26483 22091 0 -1 4202560 217 0 0 0 8 3 0 0 20 0 22 0 27679799 10060525568 112786 33554432000 1073741824 1073778376 140735145623760 140571731811240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26489] ppid=26480 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/26483/task/26489/stat : 26489 (java) S 26480 26483 22091 0 -1 4202560 63 0 0 0 10 3 0 0 20 0 22 0 27679799 10060525568 112786 33554432000 1073741824 1073778376 140735145623760 140571730758696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26490] ppid=26480 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/26483/task/26490/stat : 26490 (java) S 26480 26483 22091 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 22 0 27679799 10060525568 112786 33554432000 1073741824 1073778376 140735145623760 140571393910952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26491] ppid=26480 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/26483/task/26491/stat : 26491 (java) S 26480 26483 22091 0 -1 4202560 144 0 0 0 8 2 0 0 20 0 22 0 27679799 10060525568 112786 33554432000 1073741824 1073778376 140735145623760 140571392858408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26492] ppid=26480 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/26483/task/26492/stat : 26492 (java) S 26480 26483 22091 0 -1 4202560 51 0 0 0 7 2 0 0 20 0 22 0 27679799 10060525568 112786 33554432000 1073741824 1073778376 140735145623760 140571391805864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26493] ppid=26480 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/26483/task/26493/stat : 26493 (java) S 26480 26483 22091 0 -1 4202560 226 0 0 0 9 3 0 0 20 0 22 0 27679799 10060525568 112786 33554432000 1073741824 1073778376 140735145623760 140571390753320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26494] ppid=26480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26494/stat : 26494 (java) S 26480 26483 22091 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 27679800 10060525568 112786 33554432000 1073741824 1073778376 140735145623760 140571378555496 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26495] ppid=26480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26495/stat : 26495 (java) S 26480 26483 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27679800 10060525568 112786 33554432000 1073741824 1073778376 140735145623760 140571377501816 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26496] ppid=26480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26496/stat : 26496 (java) S 26480 26483 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27679800 10060525568 112786 33554432000 1073741824 1073778376 140735145623760 140571376449160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26497] ppid=26480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26497/stat : 26497 (java) S 26480 26483 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27679803 10060525568 112786 33554432000 1073741824 1073778376 140735145623760 140571375397904 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26498] ppid=26480 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/26483/task/26498/stat : 26498 (java) S 26480 26483 22091 0 -1 4202560 7176 0 0 0 102 1 0 0 20 0 22 0 27679803 10060525568 112786 33554432000 1073741824 1073778376 140735145623760 140571374344248 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26499] ppid=26480 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/26483/task/26499/stat : 26499 (java) S 26480 26483 22091 0 -1 4202560 10084 0 0 0 119 2 0 0 20 0 22 0 27679803 10060525568 112786 33554432000 1073741824 1073778376 140735145623760 140571373291704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26500] ppid=26480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26500/stat : 26500 (java) S 26480 26483 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27679803 10060525568 112786 33554432000 1073741824 1073778376 140735145623760 140571372239352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26501] ppid=26480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26501/stat : 26501 (java) S 26480 26483 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27679803 10060525568 112786 33554432000 1073741824 1073778376 140735145623760 140571371187016 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26502] ppid=26480 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/26483/task/26502/stat : 26502 (java) R 26480 26483 22091 0 -1 4202560 21 0 0 0 299 0 0 0 20 0 22 0 27680121 10060525568 112786 33554432000 1073741824 1073778376 140735145623760 140571370130176 140571613223523 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26483/tid=26503] ppid=26480 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/26483/task/26503/stat : 26503 (java) R 26480 26483 22091 0 -1 4202560 25 0 0 0 302 0 0 0 20 0 22 0 27680121 10060525568 112786 33554432000 1073741824 1073778376 140735145623760 140571369077544 140571613299484 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26504] ppid=26480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26504/stat : 26504 (java) S 26480 26483 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27680127 10060525568 112786 33554432000 1073741824 1073778376 140735145623760 140571368027688 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26505] ppid=26480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26505/stat : 26505 (java) S 26480 26483 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27680129 10060525568 112786 33554432000 1073741824 1073778376 140735145623760 140571366975144 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.16

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

/proc/26483/task/26488/stat : 26488 (java) S 26480 26483 22091 0 -1 4202560 8566 0 0 0 158 14 0 0 20 0 22 0 27679799 10060525568 600049 33554432000 1073741824 1073778376 140735145623760 140571731811240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26483/tid=26489] ppid=26480 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/26483/task/26489/stat : 26489 (java) S 26480 26483 22091 0 -1 4202560 12516 0 0 0 173 20 0 0 20 0 22 0 27679799 10060525568 600049 33554432000 1073741824 1073778376 140735145623760 140571730758696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26490] ppid=26480 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/26483/task/26490/stat : 26490 (java) S 26480 26483 22091 0 -1 4202560 9497 0 0 0 188 18 0 0 20 0 22 0 27679799 10060525568 600049 33554432000 1073741824 1073778376 140735145623760 140571393910952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26483/tid=26491] ppid=26480 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/26483/task/26491/stat : 26491 (java) S 26480 26483 22091 0 -1 4202560 7325 0 0 0 187 18 0 0 20 0 22 0 27679799 10060525568 600049 33554432000 1073741824 1073778376 140735145623760 140571392858408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26492] ppid=26480 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/26483/task/26492/stat : 26492 (java) S 26480 26483 22091 0 -1 4202560 7440 0 0 0 214 14 0 0 20 0 22 0 27679799 10060525568 600049 33554432000 1073741824 1073778376 140735145623760 140571391805864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26493] ppid=26480 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/26483/task/26493/stat : 26493 (java) S 26480 26483 22091 0 -1 4202560 9766 0 0 0 181 13 0 0 20 0 22 0 27679799 10060525568 600049 33554432000 1073741824 1073778376 140735145623760 140571390753320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26494] ppid=26480 vsize=9824732 CPUtime=1.41 cores=0,2,4,6
/proc/26483/task/26494/stat : 26494 (java) S 26480 26483 22091 0 -1 4202560 1623 0 0 0 135 6 0 0 20 0 22 0 27679800 10060525568 600049 33554432000 1073741824 1073778376 140735145623760 140571378555496 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26495] ppid=26480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26495/stat : 26495 (java) S 26480 26483 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27679800 10060525568 600049 33554432000 1073741824 1073778376 140735145623760 140571377501816 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26496] ppid=26480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26496/stat : 26496 (java) S 26480 26483 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27679800 10060525568 600049 33554432000 1073741824 1073778376 140735145623760 140571376449160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26497] ppid=26480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26497/stat : 26497 (java) S 26480 26483 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27679803 10060525568 600049 33554432000 1073741824 1073778376 140735145623760 140571375397904 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26498] ppid=26480 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/26483/task/26498/stat : 26498 (java) S 26480 26483 22091 0 -1 4202560 7286 0 0 0 166 2 0 0 20 0 22 0 27679803 10060525568 600049 33554432000 1073741824 1073778376 140735145623760 140571374344248 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26483/tid=26499] ppid=26480 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/26483/task/26499/stat : 26499 (java) S 26480 26483 22091 0 -1 4202560 10097 0 0 0 146 2 0 0 20 0 22 0 27679803 10060525568 600049 33554432000 1073741824 1073778376 140735145623760 140571373291704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26500] ppid=26480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26500/stat : 26500 (java) S 26480 26483 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27679803 10060525568 600049 33554432000 1073741824 1073778376 140735145623760 140571372239352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26501] ppid=26480 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/26483/task/26501/stat : 26501 (java) S 26480 26483 22091 0 -1 4202560 51 0 0 0 13 17 0 0 20 0 22 0 27679803 10060525568 600049 33554432000 1073741824 1073778376 140735145623760 140571371187016 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26502] ppid=26480 vsize=9824732 CPUtime=870.99 cores=0,2,4,6
/proc/26483/task/26502/stat : 26502 (java) R 26480 26483 22091 0 -1 4202560 1741 0 0 0 87053 46 0 0 20 0 22 0 27680121 10060525568 600049 33554432000 1073741824 1073778376 140735145623760 140571370130896 140571613225233 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26503] ppid=26480 vsize=9824732 CPUtime=871.19 cores=0,2,4,6
/proc/26483/task/26503/stat : 26503 (java) R 26480 26483 22091 0 -1 4202560 89 0 0 0 87104 15 0 0 20 0 22 0 27680121 10060525568 600049 33554432000 1073741824 1073778376 140735145623760 140571369077432 140571613513526 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26504] ppid=26480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26504/stat : 26504 (java) S 26480 26483 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27680127 10060525568 600049 33554432000 1073741824 1073778376 140735145623760 140571368027688 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26505] ppid=26480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26505/stat : 26505 (java) S 26480 26483 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27680129 10060525568 600049 33554432000 1073741824 1073778376 140735145623760 140571366975144 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1770.19
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.201 s]
/proc/loadavg: 4.27 4.31 4.25 5/220 26667
/proc/meminfo: memFree=25234076/32872528 swapFree=1459628/1655852
[pid=26483] ppid=26480 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/26483/stat : 26483 (java) S 26480 26483 22091 0 -1 4202496 98960 0 1 0 179807 195 0 0 20 0 22 0 27679796 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140735145614896 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26483/statm: 2456183 579962 2290 9 0 2446860 0
[pid=26483/tid=26485] ppid=26480 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/26483/task/26485/stat : 26485 (java) S 26480 26483 22091 0 -1 4202560 2579 0 1 0 295 6 0 0 20 0 22 0 27679797 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571755815800 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26486] ppid=26480 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/26483/task/26486/stat : 26486 (java) S 26480 26483 22091 0 -1 4202560 8745 0 0 0 197 19 0 0 20 0 22 0 27679799 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571733916328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26487] ppid=26480 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/26483/task/26487/stat : 26487 (java) S 26480 26483 22091 0 -1 4202560 10371 0 0 0 160 14 0 0 20 0 22 0 27679799 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571732863784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26488] ppid=26480 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/26483/task/26488/stat : 26488 (java) S 26480 26483 22091 0 -1 4202560 8566 0 0 0 159 14 0 0 20 0 22 0 27679799 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571731811240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26489] ppid=26480 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/26483/task/26489/stat : 26489 (java) S 26480 26483 22091 0 -1 4202560 12516 0 0 0 173 20 0 0 20 0 22 0 27679799 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571730758696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26490] ppid=26480 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/26483/task/26490/stat : 26490 (java) S 26480 26483 22091 0 -1 4202560 9497 0 0 0 189 18 0 0 20 0 22 0 27679799 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571393910952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26483/tid=26491] ppid=26480 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/26483/task/26491/stat : 26491 (java) S 26480 26483 22091 0 -1 4202560 7325 0 0 0 187 18 0 0 20 0 22 0 27679799 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571392858408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26492] ppid=26480 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/26483/task/26492/stat : 26492 (java) S 26480 26483 22091 0 -1 4202560 7440 0 0 0 216 14 0 0 20 0 22 0 27679799 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571391805864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26493] ppid=26480 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/26483/task/26493/stat : 26493 (java) S 26480 26483 22091 0 -1 4202560 9766 0 0 0 181 13 0 0 20 0 22 0 27679799 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571390753320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26494] ppid=26480 vsize=9824732 CPUtime=1.41 cores=0,2,4,6
/proc/26483/task/26494/stat : 26494 (java) S 26480 26483 22091 0 -1 4202560 1623 0 0 0 135 6 0 0 20 0 22 0 27679800 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571378555496 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26495] ppid=26480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26495/stat : 26495 (java) S 26480 26483 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27679800 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571377501816 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26496] ppid=26480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26496/stat : 26496 (java) S 26480 26483 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27679800 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571376449160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26497] ppid=26480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26497/stat : 26497 (java) S 26480 26483 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27679803 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571375397904 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26498] ppid=26480 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/26483/task/26498/stat : 26498 (java) S 26480 26483 22091 0 -1 4202560 7286 0 0 0 166 2 0 0 20 0 22 0 27679803 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571374344248 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26483/tid=26499] ppid=26480 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/26483/task/26499/stat : 26499 (java) S 26480 26483 22091 0 -1 4202560 10097 0 0 0 146 2 0 0 20 0 22 0 27679803 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571373291704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26500] ppid=26480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26500/stat : 26500 (java) S 26480 26483 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27679803 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571372239352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26501] ppid=26480 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/26483/task/26501/stat : 26501 (java) S 26480 26483 22091 0 -1 4202560 53 0 0 0 13 17 0 0 20 0 22 0 27679803 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571371187016 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26502] ppid=26480 vsize=9824732 CPUtime=885.83 cores=0,2,4,6
/proc/26483/task/26502/stat : 26502 (java) R 26480 26483 22091 0 -1 4202560 1742 0 0 0 88537 46 0 0 20 0 22 0 27680121 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571370130896 140571613225270 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26503] ppid=26480 vsize=9824732 CPUtime=886.02 cores=0,2,4,6
/proc/26483/task/26503/stat : 26503 (java) R 26480 26483 22091 0 -1 4202560 89 0 0 0 88587 15 0 0 20 0 22 0 27680121 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571369077232 140571613513526 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26504] ppid=26480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26504/stat : 26504 (java) S 26480 26483 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27680127 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571368027688 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26505] ppid=26480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26505/stat : 26505 (java) S 26480 26483 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27680129 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571366975144 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 26483 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+897.201 s]
/proc/loadavg: 4.27 4.31 4.25 5/220 26667
/proc/meminfo: memFree=25234076/32872528 swapFree=1459628/1655852
[pid=26483] ppid=26480 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/26483/stat : 26483 (java) S 26480 26483 22091 0 -1 4202496 98960 0 1 0 179807 195 0 0 20 0 22 0 27679796 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140735145614896 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26483/statm: 2456183 579962 2290 9 0 2446860 0
[pid=26483/tid=26485] ppid=26480 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/26483/task/26485/stat : 26485 (java) S 26480 26483 22091 0 -1 4202560 2579 0 1 0 295 6 0 0 20 0 22 0 27679797 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571755815800 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26486] ppid=26480 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/26483/task/26486/stat : 26486 (java) S 26480 26483 22091 0 -1 4202560 8745 0 0 0 197 19 0 0 20 0 22 0 27679799 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571733916328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26487] ppid=26480 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/26483/task/26487/stat : 26487 (java) S 26480 26483 22091 0 -1 4202560 10371 0 0 0 160 14 0 0 20 0 22 0 27679799 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571732863784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26488] ppid=26480 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/26483/task/26488/stat : 26488 (java) S 26480 26483 22091 0 -1 4202560 8566 0 0 0 159 14 0 0 20 0 22 0 27679799 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571731811240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26489] ppid=26480 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/26483/task/26489/stat : 26489 (java) S 26480 26483 22091 0 -1 4202560 12516 0 0 0 173 20 0 0 20 0 22 0 27679799 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571730758696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26490] ppid=26480 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/26483/task/26490/stat : 26490 (java) S 26480 26483 22091 0 -1 4202560 9497 0 0 0 189 18 0 0 20 0 22 0 27679799 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571393910952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26483/tid=26491] ppid=26480 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/26483/task/26491/stat : 26491 (java) S 26480 26483 22091 0 -1 4202560 7325 0 0 0 187 18 0 0 20 0 22 0 27679799 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571392858408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26492] ppid=26480 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/26483/task/26492/stat : 26492 (java) S 26480 26483 22091 0 -1 4202560 7440 0 0 0 216 14 0 0 20 0 22 0 27679799 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571391805864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26493] ppid=26480 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/26483/task/26493/stat : 26493 (java) S 26480 26483 22091 0 -1 4202560 9766 0 0 0 181 13 0 0 20 0 22 0 27679799 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571390753320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26494] ppid=26480 vsize=9824732 CPUtime=1.41 cores=0,2,4,6
/proc/26483/task/26494/stat : 26494 (java) S 26480 26483 22091 0 -1 4202560 1623 0 0 0 135 6 0 0 20 0 22 0 27679800 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571378555496 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26495] ppid=26480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26495/stat : 26495 (java) S 26480 26483 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27679800 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571377501816 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26496] ppid=26480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26496/stat : 26496 (java) S 26480 26483 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27679800 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571376449160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26497] ppid=26480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26497/stat : 26497 (java) S 26480 26483 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27679803 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571375397904 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26483/tid=26498] ppid=26480 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/26483/task/26498/stat : 26498 (java) S 26480 26483 22091 0 -1 4202560 7286 0 0 0 166 2 0 0 20 0 22 0 27679803 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571374344248 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26483/tid=26499] ppid=26480 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/26483/task/26499/stat : 26499 (java) S 26480 26483 22091 0 -1 4202560 10097 0 0 0 146 2 0 0 20 0 22 0 27679803 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571373291704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26500] ppid=26480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26500/stat : 26500 (java) S 26480 26483 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27679803 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571372239352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26501] ppid=26480 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/26483/task/26501/stat : 26501 (java) S 26480 26483 22091 0 -1 4202560 53 0 0 0 13 17 0 0 20 0 22 0 27679803 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571371187016 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26502] ppid=26480 vsize=9824732 CPUtime=885.83 cores=0,2,4,6
/proc/26483/task/26502/stat : 26502 (java) R 26480 26483 22091 0 -1 4202560 1742 0 0 0 88537 46 0 0 20 0 22 0 27680121 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571370130896 140571613225270 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26483/tid=26503] ppid=26480 vsize=9824732 CPUtime=886.02 cores=0,2,4,6
/proc/26483/task/26503/stat : 26503 (java) R 26480 26483 22091 0 -1 4202560 89 0 0 0 88587 15 0 0 20 0 22 0 27680121 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571369077232 140571613513526 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26504] ppid=26480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26504/stat : 26504 (java) S 26480 26483 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27680127 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571368027688 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26483/tid=26505] ppid=26480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26483/task/26505/stat : 26505 (java) S 26480 26483 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27680129 10060525568 579962 33554432000 1073741824 1073778376 140735145623760 140571366975144 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 897.222
CPU time (s): 1800.02
CPU user time (s): 1798.07
CPU system time (s): 1.95
CPU usage (%): 200.621
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.57
system time used= 2.40363
maximum resident set size= 3555380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98993
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26121
involuntary context switches= 21103

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.2642 second user time and 7.8748 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-18 15:25:43
IDJOB=4105658
IDBENCH=2969
IDSOLVER=2543
FILE ID=node136/4105658-1466256342
RUNJOBID= node136-1466240588-22107
PBS_JOBID= 19918192
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=420-sizeP=211-sizeQ=420-348698641-max.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105658-1466256342/watcher-4105658-1466256342 -o /tmp/evaluation-result-4105658-1466256342/solver-4105658-1466256342 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466240588-22107 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4105658-1466256342.opb

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

MD5SUM BENCH= 0313cdb45b0522b789ebac5496eff7a9
RANDOM SEED=579678043

node136.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		: 2667.278
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	: 5334.55
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		: 2667.278
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		: 2667.278
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.56
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		: 2667.278
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		: 2667.278
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		: 2667.278
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.56
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		: 2667.278
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.67
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		: 2667.278
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:        28464256 kB
Buffers:           22260 kB
Cached:           121832 kB
SwapCached:        47324 kB
Active:          1909952 kB
Inactive:         132836 kB
Active(anon):    1853844 kB
Inactive(anon):    47248 kB
Active(file):      56108 kB
Inactive(file):    85588 kB
Unevictable:     1655852 kB
Mlocked:         1459628 kB
SwapTotal:      67108856 kB
SwapFree:       67054628 kB
Dirty:             17132 kB
Writeback:             0 kB
AnonPages:       3507396 kB
Mapped:            16920 kB
Shmem:                 0 kB
Slab:             570644 kB
SReclaimable:      14584 kB
SUnreclaim:       556060 kB
KernelStack:        1608 kB
PageTables:        12028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3658316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2000896 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= 71712 MiB
End job on node136 at 2016-06-18 15:40:40