Trace number 4081707

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.16 901.141

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null20mast_rapportOE1.0_TMAX15_K192_cod2.opb
MD5SUMda53a74913ae0ed6caffae915d70714d
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-8640
Best CPU time to get the best result obtained on this benchmark1800.18
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 623794
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 623794
Number of bits of the biggest sum of numbers20
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4081707-1465294544.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
11.04/7.38	c ... done. Wall clock time 7.258s.
11.04/7.38	c declared #vars     400896
11.04/7.38	c #constraints  402763
11.04/7.38	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
11.04/7.38	c constraints type 
11.04/7.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
11.04/7.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
11.04/7.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
11.04/7.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
11.04/7.38	c 402763 constraints processed.
11.04/7.38	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
11.04/7.38	c constraints type 
11.04/7.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
11.04/7.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
11.04/7.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
11.04/7.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
11.04/7.38	c 402763 constraints processed.
11.04/7.38	c objective function length is 892 literals
132.52/67.52	c cleaning 2497 clauses out of 4999 with flag 32759/5001
317.28/159.61	c cleaning 4249 clauses out of 8503 with flag 136348/11002
463.02/232.47	c cleaning 5621 clauses out of 11252 with flag 320448/18000
759.60/380.99	c cleaning 6809 clauses out of 13635 with flag 417773/26004
1417.96/710.06	c cleaning 7888 clauses out of 15823 with flag 450746/35001
1800.16/901.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/901.10	c starts		: 146
1800.16/901.10	c conflicts		: 39387
1800.16/901.10	c decisions		: 979296
1800.16/901.10	c propagations		: 538088114
1800.16/901.10	c inspects		: 603677751
1800.16/901.10	c shortcuts		: 0
1800.16/901.10	c learnt literals	: 2
1800.16/901.10	c learnt binary clauses	: 411
1800.16/901.10	c learnt ternary clauses	: 121
1800.16/901.10	c learnt constraints	: 39384
1800.16/901.10	c ignored constraints	: 0
1800.16/901.10	c root simplifications	: 0
1800.16/901.10	c removed literals (reason simplification)	: 4540614
1800.16/901.10	c reason swapping (by a shorter reason)	: 0
1800.16/901.10	c Calls to reduceDB	: 5
1800.16/901.10	c Number of update (reduction) of LBD	: 18202
1800.16/901.10	c Imported unit clauses	: 0
1800.16/901.10	c number of reductions to clauses (during analyze)	: 0
1800.16/901.10	c number of learned constraints concerned by reduction	: 0
1800.16/901.10	c number of learning phase by resolution	: 0
1800.16/901.10	c number of learning phase by cutting planes	: 0
1800.16/901.10	c speed (assignments/second)	: 602117.9376025979
1800.16/901.10	c non guided choices	7878
1800.16/901.11	c learnt constraints type 
1800.16/901.11	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 411
1800.16/901.11	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11910
1800.16/901.11	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/901.11	c starts		: 1
1800.16/901.11	c conflicts		: 81
1800.16/901.11	c decisions		: 28022
1800.16/901.11	c propagations		: 2458421
1800.16/901.11	c inspects		: 3969235
1800.16/901.11	c shortcuts		: 0
1800.16/901.11	c learnt literals	: 0
1800.16/901.11	c learnt binary clauses	: 0
1800.16/901.11	c learnt ternary clauses	: 0
1800.16/901.11	c learnt constraints	: 80
1800.16/901.11	c ignored constraints	: 0
1800.16/901.11	c root simplifications	: 0
1800.16/901.11	c removed literals (reason simplification)	: 0
1800.16/901.11	c reason swapping (by a shorter reason)	: 0
1800.16/901.11	c Calls to reduceDB	: 0
1800.16/901.11	c Number of update (reduction) of LBD	: 0
1800.16/901.11	c Imported unit clauses	: 0
1800.16/901.11	c number of reductions to clauses (during analyze)	: 0
1800.16/901.11	c number of learned constraints concerned by reduction	: 0
1800.16/901.11	c number of learning phase by resolution	: 0
1800.16/901.11	c number of learning phase by cutting planes	: 0
1800.16/901.11	c speed (assignments/second)	: 2750.9393889887274
1800.16/901.11	c non guided choices	0
1800.16/901.11	c learnt constraints type 
1800.16/901.11	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1800.16/901.11	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.16/901.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 76
1800.16/901.11	s UNKNOWN
1800.16/901.11	c Total wall clock time (in seconds): 900.994

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

pid=31818
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: 3.90 4.20 4.17 3/172 31821
/proc/meminfo: memFree=30023632/32872528 swapFree=16636/1570076
[pid=31821] ppid=31818 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/31821/stat : 31821 (java) R 31818 31821 27578 0 -1 4202496 584 0 0 0 0 0 0 0 20 0 1 0 111386875 23793664 235 33554432000 1073741824 1073778376 140735011442560 140735011431624 213410429505 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31821/statm: 5809 247 193 9 0 128 0

[startup+0.100158 s]
/proc/loadavg: 3.90 4.20 4.17 3/172 31821
/proc/meminfo: memFree=30023632/32872528 swapFree=16636/1570076
[pid=31821] ppid=31818 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/31821/stat : 31821 (java) S 31818 31821 27578 0 -1 4202496 4392 0 1 0 8 1 0 0 20 0 18 0 111386875 9787879424 6031 33554432000 1073741824 1073778376 140735011442560 140735011433696 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31821/statm: 2389619 6031 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 3.90 4.20 4.17 3/172 31821
/proc/meminfo: memFree=30023632/32872528 swapFree=16636/1570076
[pid=31821] ppid=31818 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/31821/stat : 31821 (java) S 31818 31821 27578 0 -1 4202496 5101 0 1 0 25 2 0 0 20 0 18 0 111386875 9787879424 14640 33554432000 1073741824 1073778376 140735011442560 140735011433696 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31821/statm: 2389619 14640 2204 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300215 s]
/proc/loadavg: 3.90 4.20 4.17 3/172 31821
/proc/meminfo: memFree=30023632/32872528 swapFree=16636/1570076
[pid=31821] ppid=31818 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/31821/stat : 31821 (java) S 31818 31821 27578 0 -1 4202496 6080 0 1 0 48 2 0 0 20 0 18 0 111386875 9787879424 17112 33554432000 1073741824 1073778376 140735011442560 140735011433696 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31821/statm: 2389619 17112 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700187 s]
/proc/loadavg: 3.90 4.20 4.17 3/172 31821
/proc/meminfo: memFree=30023632/32872528 swapFree=16636/1570076
[pid=31821] ppid=31818 vsize=9558476 CPUtime=1.7 cores=0,2,4,6
/proc/31821/stat : 31821 (java) S 31818 31821 27578 0 -1 4202496 20825 0 1 0 160 10 0 0 20 0 18 0 111386875 9787879424 57836 33554432000 1073741824 1073778376 140735011442560 140735011433696 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31821/statm: 2389619 57836 2261 9 0 2380296 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 9558476

[startup+1.50077 s]
/proc/loadavg: 3.90 4.20 4.17 10/211 31867
/proc/meminfo: memFree=29394288/32872528 swapFree=16636/1570076
[pid=31821] ppid=31818 vsize=9558476 CPUtime=3.21 cores=0,2,4,6
/proc/31821/stat : 31821 (java) S 31818 31821 27578 0 -1 4202496 22968 0 1 0 299 22 0 0 20 0 18 0 111386875 9787879424 163768 33554432000 1073741824 1073778376 140735011442560 140735011433696 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31821/statm: 2389619 163768 2264 9 0 2380296 0
[pid=31821/tid=31823] ppid=31818 vsize=9558476 CPUtime=1.29 cores=0,2,4,6
/proc/31821/task/31823/stat : 31823 (java) R 31818 31821 27578 0 -1 4202560 2809 0 1 0 121 8 0 0 20 0 18 0 111386876 9787879424 163768 33554432000 1073741824 1073778376 140735011442560 139658834324824 139658663529904 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31821/tid=31824] ppid=31818 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/31821/task/31824/stat : 31824 (java) S 31818 31821 27578 0 -1 4202560 363 0 0 0 6 2 0 0 20 0 18 0 111386877 9787879424 163768 33554432000 1073741824 1073778376 140735011442560 139658795817384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31821/tid=31825] ppid=31818 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/31821/task/31825/stat : 31825 (java) S 31818 31821 27578 0 -1 4202560 43 0 0 0 5 1 0 0 20 0 18 0 111386877 9787879424 163768 33554432000 1073741824 1073778376 140735011442560 139658794764840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31821/tid=31826] ppid=31818 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/31821/task/31826/stat : 31826 (java) S 31818 31821 27578 0 -1 4202560 37 0 0 0 3 1 0 0 20 0 18 0 111386877 9787879424 163768 33554432000 1073741824 1073778376 140735011442560 139658793711784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31821/tid=31827] ppid=31818 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/31821/task/31827/stat : 31827 (java) S 31818 31821 27578 0 -1 4202560 37 0 0 0 6 2 0 0 20 0 18 0 111386877 9787879424 163768 33554432000 1073741824 1073778376 140735011442560 139658792659240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31821/tid=31828] ppid=31818 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/31821/task/31828/stat : 31828 (java) S 31818 31821 27578 0 -1 4202560 55 0 0 0 5 2 0 0 20 0 18 0 111386877 9787879424 163768 33554432000 1073741824 1073778376 140735011442560 139658791607208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31821/tid=31829] ppid=31818 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/31821/task/31829/stat : 31829 (java) S 31818 31821 27578 0 -1 4202560 74 0 0 0 5 1 0 0 20 0 18 0 111386877 9787879424 163768 33554432000 1073741824 1073778376 140735011442560 139658790554664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31821/tid=31830] ppid=31818 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/31821/task/31830/stat : 31830 (java) S 31818 31821 27578 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 18 0 111386877 9787879424 163768 33554432000 1073741824 1073778376 140735011442560 139658789501608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31821/tid=31831] ppid=31818 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/31821/task/31831/stat : 31831 (java) S 31818 31821 27578 0 -1 4202560 30 0 0 0 7 1 0 0 20 0 18 0 111386877 9787879424 163768 33554432000 1073741824 1073778376 140735011442560 139658788449064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31821/tid=31832] ppid=31818 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31832/stat : 31832 (java) S 31818 31821 27578 0 -1 4202560 465 0 0 0 0 0 0 0 20 0 18 0 111386878 9787879424 163768 33554432000 1073741824 1073778376 140735011442560 139658657765736 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31821/tid=31833] ppid=31818 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31833/stat : 31833 (java) S 31818 31821 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 111386879 9787879424 163768 33554432000 1073741824 1073778376 140735011442560 139658656712056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31821/tid=31834] ppid=31818 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31834/stat : 31834 (java) S 31818 31821 27578 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 111386879 9787879424 163768 33554432000 1073741824 1073778376 140735011442560 139658655658888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31821/tid=31835] ppid=31818 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31835/stat : 31835 (java) S 31818 31821 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 111386881 9787879424 163768 33554432000 1073741824 1073778376 140735011442560 139658654607632 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31821/tid=31836] ppid=31818 vsize=9558476 CPUtime=0.61 cores=0,2,4,6
/proc/31821/task/31836/stat : 31836 (java) S 31818 31821 27578 0 -1 4202560 7544 0 0 0 59 2 0 0 20 0 18 0 111386881 9787879424 163768 33554432000 1073741824 1073778376 140735011442560 139658653555512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31821/tid=31837] ppid=31818 vsize=9558476 CPUtime=0.63 cores=0,2,4,6
/proc/31821/task/31837/stat : 31837 (java) S 31818 31821 27578 0 -1 4202560 10233 0 0 0 61 2 0 0 20 0 18 0 111386881 9787879424 163768 33554432000 1073741824 1073778376 140735011442560 139658652502968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31821/tid=31838] ppid=31818 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31838/stat : 31838 (java) S 31818 31821 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 111386881 9787879424 163768 33554432000 1073741824 1073778376 140735011442560 139658651450104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31821/tid=31839] ppid=31818 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31839/stat : 31839 (java) S 31818 31821 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 111386881 9787879424 163768 33554432000 1073741824 1073778376 140735011442560 139658650397768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 9558476

[startup+3.10072 s]
/proc/loadavg: 3.90 4.20 4.17 4/211 31867
/proc/meminfo: memFree=28665752/32872528 swapFree=16636/1570076
[pid=31821] ppid=31818 vsize=9558476 CPUtime=5.05 cores=0,2,4,6
/proc/31821/stat : 31821 (java) S 31818 31821 27578 0 -1 4202496 23314 0 1 0 477 28 0 0 20 0 18 0 111386875 9787879424 180384 33554432000 1073741824 1073778376 140735011442560 140735011433696 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31821/statm: 2389619 180384 2264 9 0 2380296 0
[pid=31821/tid=31823] ppid=31818 vsize=9558476 CPUtime=2.8 cores=0,2,4,6
/proc/31821/task/31823/stat : 31823 (java) R 31818 31821 27578 0 -1 4202560 2810 0 1 0 272 8 0 0 20 0 18 0 111386876 9787879424 180384 33554432000 1073741824 1073778376 140735011442560 139658834317264 139658663790354 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31821/tid=31824] ppid=31818 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/31821/task/31824/stat : 31824 (java) S 31818 31821 27578 0 -1 4202560 390 0 0 0 8 2 0 0 20 0 18 0 111386877 9787879424 180384 33554432000 1073741824 1073778376 140735011442560 139658795817384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31821/tid=31825] ppid=31818 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/31821/task/31825/stat : 31825 (java) S 31818 31821 27578 0 -1 4202560 54 0 0 0 7 1 0 0 20 0 18 0 111386877 9787879424 180384 33554432000 1073741824 1073778376 140735011442560 139658794764840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31821/tid=31826] ppid=31818 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/31821/task/31826/stat : 31826 (java) S 31818 31821 27578 0 -1 4202560 49 0 0 0 6 2 0 0 20 0 18 0 111386877 9787879424 180384 33554432000 1073741824 1073778376 140735011442560 139658793711784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31821/tid=31827] ppid=31818 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/31821/task/31827/stat : 31827 (java) S 31818 31821 27578 0 -1 4202560 50 0 0 0 9 2 0 0 20 0 18 0 111386877 9787879424 180384 33554432000 1073741824 1073778376 140735011442560 139658792659240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31821/tid=31828] ppid=31818 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/31821/task/31828/stat : 31828 (java) S 31818 31821 27578 0 -1 4202560 102 0 0 0 12 4 0 0 20 0 18 0 111386877 9787879424 180384 33554432000 1073741824 1073778376 140735011442560 139658791607208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31821/tid=31829] ppid=31818 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/31821/task/31829/stat : 31829 (java) S 31818 31821 27578 0 -1 4202560 81 0 0 0 7 1 0 0 20 0 18 0 111386877 9787879424 180384 33554432000 1073741824 1073778376 140735011442560 139658790554664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31821/tid=31830] ppid=31818 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/31821/task/31830/stat : 31830 (java) S 31818 31821 27578 0 -1 4202560 227 0 0 0 10 3 0 0 20 0 18 0 111386877 9787879424 180384 33554432000 1073741824 1073778376 140735011442560 139658789501608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31821/tid=31831] ppid=31818 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/31821/task/31831/stat : 31831 (java) S 31818 31821 27578 0 -1 4202560 38 0 0 0 9 1 0 0 20 0 18 0 111386877 9787879424 180384 33554432000 1073741824 1073778376 140735011442560 139658788449064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31821/tid=31832] ppid=31818 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31832/stat : 31832 (java) S 31818 31821 27578 0 -1 4202560 484 0 0 0 0 0 0 0 20 0 18 0 111386878 9787879424 180384 33554432000 1073741824 1073778376 140735011442560 139658657765736 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31821/tid=31833] ppid=31818 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31833/stat : 31833 (java) S 31818 31821 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 111386879 9787879424 180384 33554432000 1073741824 1073778376 140735011442560 139658656712056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31821/tid=31834] ppid=31818 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31834/stat : 31834 (java) S 31818 31821 27578 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 111386879 9787879424 180384 33554432000 1073741824 1073778376 140735011442560 139658655658888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31821/tid=31835] ppid=31818 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31835/stat : 31835 (java) S 31818 31821 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 111386881 9787879424 180384 33554432000 1073741824 1073778376 140735011442560 139658654607632 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31821/tid=31836] ppid=31818 vsize=9558476 CPUtime=0.62 cores=0,2,4,6
/proc/31821/task/31836/stat : 31836 (java) S 31818 31821 27578 0 -1 4202560 7544 0 0 0 60 2 0 0 20 0 18 0 111386881 9787879424 180384 33554432000 1073741824 1073778376 140735011442560 139658653555512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31821/tid=31837] ppid=31818 vsize=9558476 CPUtime=0.63 cores=0,2,4,6
/proc/31821/task/31837/stat : 31837 (java) S 31818 31821 27578 0 -1 4202560 10233 0 0 0 61 2 0 0 20 0 18 0 111386881 9787879424 180384 33554432000 1073741824 1073778376 140735011442560 139658652502968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31821/tid=31838] ppid=31818 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31838/stat : 31838 (java) S 31818 31821 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 111386881 9787879424 180384 33554432000 1073741824 1073778376 140735011442560 139658651450104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31821/tid=31839] ppid=31818 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31839/stat : 31839 (java) S 31818 31821 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 111386881 9787879424 180384 33554432000 1073741824 1073778376 140735011442560 139658650397768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.05
Current children cumulated vsize (KiB) 9558476

[startup+6.30083 s]
/proc/loadavg: 4.47 4.31 4.21 4/211 31867
/proc/meminfo: memFree=25269420/32872528 swapFree=16636/1570076
[pid=31821] ppid=31818 vsize=9558476 CPUtime=9.88 cores=0,2,4,6
/proc/31821/stat : 31821 (java) S 31818 31821 27578 0 -1 4202496 27706 0 1 0 896 92 0 0 20 0 18 0 111386875 9787879424 701794 33554432000 1073741824 1073778376 140735011442560 140735011433696 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31821/statm: 2389619 701794 2264 9 0 2380296 0
[pid=31821/tid=31823] ppid=31818 vsize=9558476 CPUtime=5.43 cores=0,2,4,6
/proc/31821/task/31823/stat : 31823 (java) R 31818 31821 27578 0 -1 4202560 4591 0 1 0 510 33 0 0 20 0 18 0 111386876 9787879424 701794 33554432000 1073741824 1073778376 140735011442560 139658834324056 139658663559460 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31821/tid=31824] ppid=31818 vsize=9558476 CPUtime=0.32 cores=0,2,4,6
/proc/31821/task/31824/stat : 31824 (java) S 31818 31821 27578 0 -1 4202560 636 0 0 0 27 5 0 0 20 0 18 0 111386877 9787879424 701794 33554432000 1073741824 1073778376 140735011442560 139658795817384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31821/tid=31825] ppid=31818 vsize=9558476 CPUtime=0.37 cores=0,2,4,6
/proc/31821/task/31825/stat : 31825 (java) S 31818 31821 27578 0 -1 4202560 142 0 0 0 30 7 0 0 20 0 18 0 111386877 9787879424 701794 33554432000 1073741824 1073778376 140735011442560 139658794764840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31821/tid=31826] ppid=31818 vsize=9558476 CPUtime=0.33 cores=0,2,4,6
/proc/31821/task/31826/stat : 31826 (java) S 31818 31821 27578 0 -1 4202560 622 0 0 0 26 7 0 0 20 0 18 0 111386877 9787879424 701794 33554432000 1073741824 1073778376 140735011442560 139658793711784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31821/tid=31827] ppid=31818 vsize=9558476 CPUtime=0.35 cores=0,2,4,6
/proc/31821/task/31827/stat : 31827 (java) S 31818 31821 27578 0 -1 4202560 284 0 0 0 29 6 0 0 20 0 18 0 111386877 9787879424 701794 33554432000 1073741824 1073778376 140735011442560 139658792659240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31821/tid=31828] ppid=31818 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/31821/task/31828/stat : 31828 (java) S 31818 31821 27578 0 -1 4202560 225 0 0 0 42 11 0 0 20 0 18 0 111386877 9787879424 701794 33554432000 1073741824 1073778376 140735011442560 139658791607208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31821/tid=31829] ppid=31818 vsize=9558476 CPUtime=0.39 cores=0,2,4,6
/proc/31821/task/31829/stat : 31829 (java) S 31818 31821 27578 0 -1 4202560 300 0 0 0 32 7 0 0 20 0 18 0 111386877 9787879424 701794 33554432000 1073741824 1073778376 140735011442560 139658790554664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31821/tid=31830] ppid=31818 vsize=9558476 CPUtime=0.39 cores=0,2,4,6
/proc/31821/task/31830/stat : 31830 (java) S 31818 31821 27578 0 -1 4202560 303 0 0 0 32 7 0 0 20 0 18 0 111386877 9787879424 701794 33554432000 1073741824 1073778376 140735011442560 139658789501608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31821/tid=31831] ppid=31818 vsize=9558476 CPUtime=0.37 cores=0,2,4,6
/proc/31821/task/31831/stat : 31831 (java) S 31818 31821 27578 0 -1 4202560 307 0 0 0 31 6 0 0 20 0 18 0 111386877 9787879424 701794 33554432000 1073741824 1073778376 140735011442560 139658788449064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31821/tid=31832] ppid=31818 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31832/stat : 31832 (java) S 31818 31821 27578 0 -1 4202560 1267 0 0 0 0 0 0 0 20 0 18 0 111386878 9787879424 701794 33554432000 1073741824 1073778376 140735011442560 139658657765736 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31821/tid=31833] ppid=31818 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31833/stat : 31833 (java) S 31818 31821 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 111386879 9787879424 701794 33554432000 1073741824 1073778376 140735011442560 139658656712056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31821/tid=31834] ppid=31818 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31834/stat : 31834 (java) S 31818 31821 27578 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 111386879 9787879424 701794 33554432000 1073741824 1073778376 140735011442560 139658655658888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31821/tid=31835] ppid=31818 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31835/stat : 31835 (java) S 31818 31821 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 111386881 9787879424 701794 33554432000 1073741824 1073778376 140735011442560 139658654607632 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31821/tid=31836] ppid=31818 vsize=9558476 CPUtime=0.62 cores=0,2,4,6
/proc/31821/task/31836/stat : 31836 (java) S 31818 31821 27578 0 -1 4202560 7544 0 0 0 60 2 0 0 20 0 18 0 111386881 9787879424 701794 33554432000 1073741824 1073778376 140735011442560 139658653555512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31821/tid=31837] ppid=31818 vsize=9558476 CPUtime=0.63 cores=0,2,4,6
/proc/31821/task/31837/stat : 31837 (java) S 31818 31821 27578 0 -1 4202560 10233 0 0 0 61 2 0 0 20 0 18 0 111386881 9787879424 701794 33554432000 1073741824 1073778376 140735011442560 139658652502968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31821/tid=31838] ppid=31818 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31838/stat : 31838 (java) S 31818 31821 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 111386881 9787879424 701794 33554432000 1073741824 1073778376 140735011442560 139658651450104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31821/tid=31839] ppid=31818 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31839/stat : 31839 (java) S 31818 31821 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 111386881 9787879424 701794 33554432000 1073741824 1073778376 140735011442560 139658650397768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.88
Current children cumulated vsize (KiB) 9558476

[startup+12.701 s]
/proc/loadavg: 4.43 4.31 4.21 7/219 31875
/proc/meminfo: memFree=24401316/32872528 swapFree=16636/1570076
[pid=31821] ppid=31818 vsize=9824732 CPUtime=22.71 cores=0,2,4,6
/proc/31821/stat : 31821 (java) S 31818 31821 27578 0 -1 4202496 27807 0 1 0 2179 92 0 0 20 0 22 0 111386875 10060525568 702907 33554432000 1073741824 1073778376 140735011442560 140735011433696 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31821/statm: 2456183 702907 2281 9 0 2446860 0

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

/proc/31821/task/31826/stat : 31826 (java) S 31818 31821 27578 0 -1 4202560 665 0 0 0 35 9 0 0 20 0 22 0 111386877 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658793711784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31821/tid=31827] ppid=31818 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/31821/task/31827/stat : 31827 (java) S 31818 31821 27578 0 -1 4202560 304 0 0 0 34 7 0 0 20 0 22 0 111386877 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658792659240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31821/tid=31828] ppid=31818 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/31821/task/31828/stat : 31828 (java) S 31818 31821 27578 0 -1 4202560 251 0 0 0 47 12 0 0 20 0 22 0 111386877 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658791607208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31821/tid=31829] ppid=31818 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/31821/task/31829/stat : 31829 (java) S 31818 31821 27578 0 -1 4202560 335 0 0 0 41 8 0 0 20 0 22 0 111386877 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658790554664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31821/tid=31830] ppid=31818 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/31821/task/31830/stat : 31830 (java) S 31818 31821 27578 0 -1 4202560 388 0 0 0 49 11 0 0 20 0 22 0 111386877 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658789501608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31821/tid=31831] ppid=31818 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/31821/task/31831/stat : 31831 (java) S 31818 31821 27578 0 -1 4202560 361 0 0 0 43 8 0 0 20 0 22 0 111386877 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658788449064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31821/tid=31832] ppid=31818 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/31821/task/31832/stat : 31832 (java) S 31818 31821 27578 0 -1 4202560 1665 0 0 0 113 2 0 0 20 0 22 0 111386878 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658657765736 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31821/tid=31833] ppid=31818 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31833/stat : 31833 (java) S 31818 31821 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 111386879 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658656712056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31821/tid=31834] ppid=31818 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31834/stat : 31834 (java) S 31818 31821 27578 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 111386879 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658655658888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31821/tid=31835] ppid=31818 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31835/stat : 31835 (java) S 31818 31821 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 111386881 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658654607632 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31821/tid=31836] ppid=31818 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/31821/task/31836/stat : 31836 (java) S 31818 31821 27578 0 -1 4202560 7601 0 0 0 183 3 0 0 20 0 22 0 111386881 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658653555512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31821/tid=31837] ppid=31818 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/31821/task/31837/stat : 31837 (java) S 31818 31821 27578 0 -1 4202560 12093 0 0 0 194 2 0 0 20 0 22 0 111386881 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658652502968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31821/tid=31838] ppid=31818 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31838/stat : 31838 (java) S 31818 31821 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 111386881 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658651450104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31821/tid=31839] ppid=31818 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/31821/task/31839/stat : 31839 (java) S 31818 31821 27578 0 -1 4202560 51 0 0 0 13 15 0 0 20 0 22 0 111386881 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658650397768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31821/tid=31868] ppid=31818 vsize=9824732 CPUtime=871.33 cores=0,2,4,6
/proc/31821/task/31868/stat : 31868 (java) R 31818 31821 27578 0 -1 4202560 31 0 0 0 87120 13 0 0 20 0 22 0 111387614 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658649333664 139658664051652 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31821/tid=31869] ppid=31818 vsize=9824732 CPUtime=871.22 cores=0,2,4,6
/proc/31821/task/31869/stat : 31869 (java) R 31818 31821 27578 0 -1 4202560 42 0 0 0 87108 14 0 0 20 0 22 0 111387614 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658648289432 139658664271359 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31821/tid=31870] ppid=31818 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31870/stat : 31870 (java) S 31818 31821 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 111387620 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139657505399592 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31821/tid=31871] ppid=31818 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31871/stat : 31871 (java) S 31818 31821 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 111387620 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139657504347048 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1762.57
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.101 s]
/proc/loadavg: 4.17 4.22 4.18 5/220 31905
/proc/meminfo: memFree=23210220/32872528 swapFree=16636/1570076
[pid=31821] ppid=31818 vsize=9824732 CPUtime=1800.16 cores=0,2,4,6
/proc/31821/stat : 31821 (java) S 31818 31821 27578 0 -1 4202496 30520 0 1 0 179894 122 0 0 20 0 22 0 111386875 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 140735011433696 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31821/statm: 2456183 770451 2297 9 0 2446860 0
[pid=31821/tid=31823] ppid=31818 vsize=9824732 CPUtime=6.52 cores=0,2,4,6
/proc/31821/task/31823/stat : 31823 (java) S 31818 31821 27578 0 -1 4202560 4614 0 1 0 618 34 0 0 20 0 22 0 111386876 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658834326392 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31821/tid=31824] ppid=31818 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/31821/task/31824/stat : 31824 (java) S 31818 31821 27578 0 -1 4202560 660 0 0 0 32 6 0 0 20 0 22 0 111386877 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658795817384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31821/tid=31825] ppid=31818 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/31821/task/31825/stat : 31825 (java) S 31818 31821 27578 0 -1 4202560 192 0 0 0 40 9 0 0 20 0 22 0 111386877 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658794764840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31821/tid=31826] ppid=31818 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/31821/task/31826/stat : 31826 (java) S 31818 31821 27578 0 -1 4202560 665 0 0 0 35 9 0 0 20 0 22 0 111386877 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658793711784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31821/tid=31827] ppid=31818 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/31821/task/31827/stat : 31827 (java) S 31818 31821 27578 0 -1 4202560 304 0 0 0 34 7 0 0 20 0 22 0 111386877 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658792659240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31821/tid=31828] ppid=31818 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/31821/task/31828/stat : 31828 (java) S 31818 31821 27578 0 -1 4202560 251 0 0 0 47 12 0 0 20 0 22 0 111386877 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658791607208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31821/tid=31829] ppid=31818 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/31821/task/31829/stat : 31829 (java) S 31818 31821 27578 0 -1 4202560 335 0 0 0 41 8 0 0 20 0 22 0 111386877 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658790554664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31821/tid=31830] ppid=31818 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/31821/task/31830/stat : 31830 (java) S 31818 31821 27578 0 -1 4202560 388 0 0 0 49 11 0 0 20 0 22 0 111386877 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658789501608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31821/tid=31831] ppid=31818 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/31821/task/31831/stat : 31831 (java) S 31818 31821 27578 0 -1 4202560 361 0 0 0 43 8 0 0 20 0 22 0 111386877 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658788449064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31821/tid=31832] ppid=31818 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/31821/task/31832/stat : 31832 (java) S 31818 31821 27578 0 -1 4202560 1665 0 0 0 113 2 0 0 20 0 22 0 111386878 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658657765736 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31821/tid=31833] ppid=31818 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31833/stat : 31833 (java) S 31818 31821 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 111386879 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658656712056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31821/tid=31834] ppid=31818 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31834/stat : 31834 (java) S 31818 31821 27578 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 111386879 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658655658888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31821/tid=31835] ppid=31818 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31835/stat : 31835 (java) S 31818 31821 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 111386881 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658654607632 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31821/tid=31836] ppid=31818 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/31821/task/31836/stat : 31836 (java) S 31818 31821 27578 0 -1 4202560 7601 0 0 0 183 3 0 0 20 0 22 0 111386881 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658653555512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31821/tid=31837] ppid=31818 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/31821/task/31837/stat : 31837 (java) S 31818 31821 27578 0 -1 4202560 12093 0 0 0 194 2 0 0 20 0 22 0 111386881 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658652502968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31821/tid=31838] ppid=31818 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31838/stat : 31838 (java) S 31818 31821 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 111386881 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658651450104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31821/tid=31839] ppid=31818 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/31821/task/31839/stat : 31839 (java) S 31818 31821 27578 0 -1 4202560 53 0 0 0 14 15 0 0 20 0 22 0 111386881 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658650397768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31821/tid=31868] ppid=31818 vsize=9824732 CPUtime=890.08 cores=0,2,4,6
/proc/31821/task/31868/stat : 31868 (java) R 31818 31821 27578 0 -1 4202560 31 0 0 0 88995 13 0 0 20 0 22 0 111387614 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658649333664 139658664311744 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31821/tid=31869] ppid=31818 vsize=9824732 CPUtime=889.96 cores=0,2,4,6
/proc/31821/task/31869/stat : 31869 (java) R 31818 31821 27578 0 -1 4202560 42 0 0 0 88982 14 0 0 20 0 22 0 111387614 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658648289432 139658664270785 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31821/tid=31870] ppid=31818 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31870/stat : 31870 (java) S 31818 31821 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 111387620 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139657505399592 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31821/tid=31871] ppid=31818 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31871/stat : 31871 (java) S 31818 31821 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 111387620 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139657504347048 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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 31821 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+901.101 s]
/proc/loadavg: 4.17 4.22 4.18 5/220 31905
/proc/meminfo: memFree=23210220/32872528 swapFree=16636/1570076
[pid=31821] ppid=31818 vsize=9824732 CPUtime=1800.16 cores=0,2,4,6
/proc/31821/stat : 31821 (java) S 31818 31821 27578 0 -1 4202496 30520 0 1 0 179894 122 0 0 20 0 22 0 111386875 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 140735011433696 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31821/statm: 2456183 770451 2297 9 0 2446860 0
[pid=31821/tid=31823] ppid=31818 vsize=9824732 CPUtime=6.52 cores=0,2,4,6
/proc/31821/task/31823/stat : 31823 (java) S 31818 31821 27578 0 -1 4202560 4614 0 1 0 618 34 0 0 20 0 22 0 111386876 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658834326392 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31821/tid=31824] ppid=31818 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/31821/task/31824/stat : 31824 (java) S 31818 31821 27578 0 -1 4202560 660 0 0 0 32 6 0 0 20 0 22 0 111386877 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658795817384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31821/tid=31825] ppid=31818 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/31821/task/31825/stat : 31825 (java) S 31818 31821 27578 0 -1 4202560 192 0 0 0 40 9 0 0 20 0 22 0 111386877 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658794764840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31821/tid=31826] ppid=31818 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/31821/task/31826/stat : 31826 (java) S 31818 31821 27578 0 -1 4202560 665 0 0 0 35 9 0 0 20 0 22 0 111386877 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658793711784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31821/tid=31827] ppid=31818 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/31821/task/31827/stat : 31827 (java) S 31818 31821 27578 0 -1 4202560 304 0 0 0 34 7 0 0 20 0 22 0 111386877 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658792659240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31821/tid=31828] ppid=31818 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/31821/task/31828/stat : 31828 (java) S 31818 31821 27578 0 -1 4202560 251 0 0 0 47 12 0 0 20 0 22 0 111386877 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658791607208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31821/tid=31829] ppid=31818 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/31821/task/31829/stat : 31829 (java) S 31818 31821 27578 0 -1 4202560 335 0 0 0 41 8 0 0 20 0 22 0 111386877 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658790554664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31821/tid=31830] ppid=31818 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/31821/task/31830/stat : 31830 (java) S 31818 31821 27578 0 -1 4202560 388 0 0 0 49 11 0 0 20 0 22 0 111386877 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658789501608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31821/tid=31831] ppid=31818 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/31821/task/31831/stat : 31831 (java) S 31818 31821 27578 0 -1 4202560 361 0 0 0 43 8 0 0 20 0 22 0 111386877 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658788449064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31821/tid=31832] ppid=31818 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/31821/task/31832/stat : 31832 (java) S 31818 31821 27578 0 -1 4202560 1665 0 0 0 113 2 0 0 20 0 22 0 111386878 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658657765736 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31821/tid=31833] ppid=31818 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31833/stat : 31833 (java) S 31818 31821 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 111386879 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658656712056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31821/tid=31834] ppid=31818 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31834/stat : 31834 (java) S 31818 31821 27578 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 111386879 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658655658888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31821/tid=31835] ppid=31818 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31835/stat : 31835 (java) S 31818 31821 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 111386881 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658654607632 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31821/tid=31836] ppid=31818 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/31821/task/31836/stat : 31836 (java) S 31818 31821 27578 0 -1 4202560 7601 0 0 0 183 3 0 0 20 0 22 0 111386881 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658653555512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31821/tid=31837] ppid=31818 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/31821/task/31837/stat : 31837 (java) S 31818 31821 27578 0 -1 4202560 12093 0 0 0 194 2 0 0 20 0 22 0 111386881 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658652502968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31821/tid=31838] ppid=31818 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31838/stat : 31838 (java) S 31818 31821 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 111386881 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658651450104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31821/tid=31839] ppid=31818 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/31821/task/31839/stat : 31839 (java) S 31818 31821 27578 0 -1 4202560 53 0 0 0 14 15 0 0 20 0 22 0 111386881 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658650397768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31821/tid=31868] ppid=31818 vsize=9824732 CPUtime=890.08 cores=0,2,4,6
/proc/31821/task/31868/stat : 31868 (java) R 31818 31821 27578 0 -1 4202560 31 0 0 0 88995 13 0 0 20 0 22 0 111387614 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658649333664 139658664311744 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31821/tid=31869] ppid=31818 vsize=9824732 CPUtime=889.96 cores=0,2,4,6
/proc/31821/task/31869/stat : 31869 (java) R 31818 31821 27578 0 -1 4202560 42 0 0 0 88982 14 0 0 20 0 22 0 111387614 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139658648289432 139658664270785 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31821/tid=31870] ppid=31818 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31870/stat : 31870 (java) S 31818 31821 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 111387620 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139657505399592 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31821/tid=31871] ppid=31818 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31821/task/31871/stat : 31871 (java) S 31818 31821 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 111387620 10060525568 770451 33554432000 1073741824 1073778376 140735011442560 139657504347048 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31821 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=380212
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=681744
# CPU time returned by wait4() is 1796.06
# while last known CPU time is 1800.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 901.141
CPU time (s): 1800.16
CPU user time (s): 1798.94
CPU system time (s): 1.22
CPU usage (%): 199.764
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.38
system time used= 1.68174
maximum resident set size= 3081920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30556
page faults= 1
swaps= 0
block input operations= 0
block output operations= 752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21850
involuntary context switches= 9264

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.53501 second user time and 6.44302 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-07 12:15:45
IDJOB=4081707
IDBENCH=90937
IDSOLVER=2543
FILE ID=node140/4081707-1465294544
RUNJOBID= node140-1465293637-31610
PBS_JOBID= 19843305
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_unif_50null20mast_rapportOE1.0_TMAX15_K192_cod2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081707-1465294544/watcher-4081707-1465294544 -o /tmp/evaluation-result-4081707-1465294544/solver-4081707-1465294544 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465293637-31610 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081707-1465294544.opb

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

MD5SUM BENCH= da53a74913ae0ed6caffae915d70714d
RANDOM SEED=810184878

node140.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.768
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.53
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.768
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
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.768
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.768
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	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30024640 kB
Buffers:          136628 kB
Cached:           388436 kB
SwapCached:         1692 kB
Active:           122080 kB
Inactive:         415064 kB
Active(anon):      12036 kB
Inactive(anon):     2700 kB
Active(file):     110044 kB
Inactive(file):   412364 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098692 kB
Dirty:             52460 kB
Writeback:             0 kB
AnonPages:       1582096 kB
Mapped:             7048 kB
Shmem:                 0 kB
Slab:             606448 kB
SReclaimable:      49580 kB
SUnreclaim:       556868 kB
KernelStack:        1392 kB
PageTables:         6984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1678852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1558528 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= 71688 MiB
End job on node140 at 2016-06-07 12:30:46