Trace number 4107902

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/
j120/normalized-j12047_10-unsat.opb
MD5SUM185b639ab7915adc40998376a286d172
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark224.071
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables30492
Total number of constraints105829
Number of constraints which are clauses105329
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint1
Maximum length of a constraint68
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 421
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4107902-1466285190.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  no objective function found
4.08/1.63	c ... done. Wall clock time 1.512s.
4.08/1.63	c declared #vars     30492
4.08/1.63	c #constraints  105829
4.08/1.63	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
4.08/1.63	c constraints type 
4.08/1.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10815
4.08/1.63	c org.sat4j.specs.Constr$1 => 13924
4.08/1.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 74735
4.08/1.63	c org.sat4j.minisat.constraints.cnf.UnitClause => 5855
4.08/1.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 500
4.08/1.63	c 105829 constraints processed.
4.08/1.63	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
4.08/1.63	c constraints type 
4.08/1.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 74735
4.08/1.63	c org.sat4j.specs.Constr$1 => 13924
4.08/1.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 10815
4.08/1.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 500
4.08/1.63	c org.sat4j.pb.constraints.pb.UnitClausePB => 5855
4.08/1.63	c 105829 constraints processed.
10.32/3.72	c cleaning 2493 clauses out of 4998 with flag 25137/5000
14.96/5.95	c cleaning 4250 clauses out of 8506 with flag 68253/11002
20.65/8.72	c cleaning 5621 clauses out of 11254 with flag 122353/18000
26.74/11.79	c cleaning 6808 clauses out of 13633 with flag 189896/26000
34.64/15.68	c cleaning 7909 clauses out of 15828 with flag 277311/35003
43.78/20.18	c cleaning 8956 clauses out of 17917 with flag 390261/45001
53.18/24.89	c cleaning 9973 clauses out of 19960 with flag 512060/56000
63.90/30.14	c cleaning 10990 clauses out of 21988 with flag 646419/68001
75.80/36.06	c cleaning 11988 clauses out of 23998 with flag 803864/81001
89.47/42.87	c cleaning 13003 clauses out of 26010 with flag 978920/95001
103.87/50.07	c cleaning 14001 clauses out of 28007 with flag 1172394/110001
112.34/54.27	c cleaning 0 clauses out of 5002 with flag 0/5002
119.99/58.07	c cleaning 14993 clauses out of 30005 with flag 1397046/126000
138.51/67.19	c cleaning 15991 clauses out of 32012 with flag 1627739/143000
158.46/77.06	c cleaning 17003 clauses out of 34023 with flag 1869426/161002
180.54/88.06	c cleaning 18005 clauses out of 36019 with flag 2136355/180001
204.03/99.72	c cleaning 18998 clauses out of 38013 with flag 2404635/200000
227.90/111.64	c cleaning 19989 clauses out of 40015 with flag 2672344/221000
253.05/124.13	c cleaning 21005 clauses out of 42025 with flag 2964194/243000
281.62/138.38	c cleaning 22004 clauses out of 44020 with flag 3310297/266000
313.00/153.92	c cleaning 23002 clauses out of 46017 with flag 3667910/290001
344.16/169.47	c cleaning 24002 clauses out of 48016 with flag 4018674/315002
381.17/188.30	c cleaning 24991 clauses out of 50012 with flag 4410187/341000
418.55/206.85	c cleaning 26005 clauses out of 52021 with flag 4832912/368000
459.67/227.39	c cleaning 27004 clauses out of 54018 with flag 5263939/396002
499.84/247.33	c cleaning 27994 clauses out of 56012 with flag 5689917/425000
544.02/269.37	c cleaning 29006 clauses out of 58018 with flag 6089771/455000
591.78/293.13	c cleaning 29999 clauses out of 60012 with flag 6568813/486000
629.57/311.94	c cleaning 0 clauses out of 11001 with flag 0/11001
640.01/317.15	c cleaning 31001 clauses out of 62014 with flag 7031957/518001
693.42/343.71	c cleaning 31999 clauses out of 64012 with flag 7526151/551000
748.60/371.28	c cleaning 32997 clauses out of 66013 with flag 8019262/585000
806.22/399.96	c cleaning 34003 clauses out of 68018 with flag 8576647/620002
867.01/430.79	c cleaning 34996 clauses out of 70013 with flag 9124651/656000
929.52/461.83	c cleaning 35997 clauses out of 72020 with flag 9720151/693003
995.93/494.92	c cleaning 37005 clauses out of 74022 with flag 10344877/731002
1062.85/528.25	c cleaning 38002 clauses out of 76015 with flag 10988618/770001
1132.63/562.93	c cleaning 38997 clauses out of 78012 with flag 11671492/810000
1207.36/600.15	c cleaning 39994 clauses out of 80014 with flag 12294843/851000
1284.48/638.54	c cleaning 41005 clauses out of 82021 with flag 12987599/893001
1364.44/678.35	c cleaning 42001 clauses out of 84016 with flag 13686633/936001
1449.26/720.58	c cleaning 42996 clauses out of 86014 with flag 14367082/980000
1534.99/763.24	c cleaning 44000 clauses out of 88019 with flag 15116332/1025001
1626.06/808.58	c cleaning 44997 clauses out of 90018 with flag 15871779/1071000
1717.65/854.91	c cleaning 45997 clauses out of 92021 with flag 16655053/1118000
1800.02/895.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/895.90	c starts		: 3946
1800.02/895.90	c conflicts		: 1161656
1800.02/895.90	c decisions		: 1653241
1800.02/895.90	c propagations		: 947078866
1800.02/895.90	c inspects		: 7104139292
1800.02/895.90	c shortcuts		: 0
1800.02/895.90	c learnt literals	: 6
1800.02/895.90	c learnt binary clauses	: 61
1800.02/895.90	c learnt ternary clauses	: 843
1800.02/895.90	c learnt constraints	: 1161650
1800.02/895.90	c ignored constraints	: 0
1800.02/895.90	c root simplifications	: 0
1800.02/895.90	c removed literals (reason simplification)	: 39642460
1800.02/895.90	c reason swapping (by a shorter reason)	: 0
1800.02/895.90	c Calls to reduceDB	: 43
1800.02/895.90	c Number of update (reduction) of LBD	: 601782
1800.02/895.90	c Imported unit clauses	: 0
1800.02/895.90	c number of reductions to clauses (during analyze)	: 0
1800.02/895.90	c number of learned constraints concerned by reduction	: 0
1800.02/895.90	c number of learning phase by resolution	: 0
1800.02/895.90	c number of learning phase by cutting planes	: 0
1800.02/895.90	c speed (assignments/second)	: 1059258.811134375
1800.02/895.90	c non guided choices	22
1800.02/895.93	c learnt constraints type 
1800.02/895.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 61
1800.02/895.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 89620
1800.02/895.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/895.93	c starts		: 44
1800.02/895.93	c conflicts		: 17996
1800.02/895.93	c decisions		: 40573
1800.02/895.93	c propagations		: 15269017
1800.02/895.93	c inspects		: 1018299030
1800.02/895.93	c shortcuts		: 0
1800.02/895.93	c learnt literals	: 0
1800.02/895.93	c learnt binary clauses	: 0
1800.02/895.93	c learnt ternary clauses	: 56
1800.02/895.93	c learnt constraints	: 17995
1800.02/895.93	c ignored constraints	: 0
1800.02/895.93	c root simplifications	: 0
1800.02/895.93	c removed literals (reason simplification)	: 0
1800.02/895.93	c reason swapping (by a shorter reason)	: 0
1800.02/895.93	c Calls to reduceDB	: 2
1800.02/895.93	c Number of update (reduction) of LBD	: 0
1800.02/895.93	c Imported unit clauses	: 0
1800.02/895.93	c number of reductions to clauses (during analyze)	: 0
1800.02/895.93	c number of learned constraints concerned by reduction	: 0
1800.02/895.93	c number of learning phase by resolution	: 0
1800.02/895.93	c number of learning phase by cutting planes	: 0
1800.02/895.93	c speed (assignments/second)	: 17077.14512593388
1800.02/895.93	c non guided choices	19
1800.02/895.94	c learnt constraints type 
1800.02/895.94	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 57
1800.02/895.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17938
1800.02/895.94	s UNKNOWN
1800.02/895.94	c Total wall clock time (in seconds): 895.817

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

pid=23575
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.57 4.30 4.05 5/195 23578
/proc/meminfo: memFree=27145204/32872528 swapFree=1316768/1463936
[pid=23578] ppid=23575 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/23578/stat : 23578 (java) R 23575 23578 17643 0 -1 4202496 422 0 0 0 0 0 0 0 20 0 1 0 30565976 9445376 93 33554432000 1073741824 1073778376 140734182043152 140734182040280 227503289783 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23578/statm: 2306 96 76 9 0 38 0

[startup+0.100089 s]
/proc/loadavg: 4.57 4.30 4.05 5/195 23578
/proc/meminfo: memFree=27145204/32872528 swapFree=1316768/1463936
[pid=23578] ppid=23575 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/23578/stat : 23578 (java) S 23575 23578 17643 0 -1 4202496 4412 0 1 0 7 1 0 0 20 0 18 0 30565976 9787879424 6037 33554432000 1073741824 1073778376 140734182043152 140734182034288 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23578/statm: 2389619 6037 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200285 s]
/proc/loadavg: 4.57 4.30 4.05 5/195 23578
/proc/meminfo: memFree=27145204/32872528 swapFree=1316768/1463936
[pid=23578] ppid=23575 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/23578/stat : 23578 (java) S 23575 23578 17643 0 -1 4202496 4657 0 1 0 21 2 0 0 20 0 18 0 30565976 9787879424 7256 33554432000 1073741824 1073778376 140734182043152 140734182034288 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23578/statm: 2389619 7256 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300298 s]
/proc/loadavg: 4.57 4.30 4.05 5/195 23578
/proc/meminfo: memFree=27145204/32872528 swapFree=1316768/1463936
[pid=23578] ppid=23575 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/23578/stat : 23578 (java) S 23575 23578 17643 0 -1 4202496 5607 0 1 0 44 2 0 0 20 0 18 0 30565976 9787879424 9048 33554432000 1073741824 1073778376 140734182043152 140734182034288 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23578/statm: 2389619 9060 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700261 s]
/proc/loadavg: 4.57 4.30 4.05 5/195 23578
/proc/meminfo: memFree=27145204/32872528 swapFree=1316768/1463936
[pid=23578] ppid=23575 vsize=9559080 CPUtime=1.63 cores=1,3,5,7
/proc/23578/stat : 23578 (java) S 23575 23578 17643 0 -1 4202496 23436 0 1 0 156 7 0 0 20 0 18 0 30565976 9788497920 33640 33554432000 1073741824 1073778376 140734182043152 140734182034288 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23578/statm: 2389770 33640 2250 9 0 2380447 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9559080

[startup+1.50078 s]
/proc/loadavg: 4.57 4.30 4.05 6/213 23596
/proc/meminfo: memFree=26944756/32872528 swapFree=1316768/1463936
[pid=23578] ppid=23575 vsize=9558476 CPUtime=3.78 cores=1,3,5,7
/proc/23578/stat : 23578 (java) S 23575 23578 17643 0 -1 4202496 31768 0 1 0 367 11 0 0 20 0 18 0 30565976 9787879424 54288 33554432000 1073741824 1073778376 140734182043152 140734182034288 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23578/statm: 2389619 54288 2268 9 0 2380296 0
[pid=23578/tid=23580] ppid=23575 vsize=9558476 CPUtime=1.44 cores=1,3,5,7
/proc/23578/task/23580/stat : 23580 (java) R 23575 23578 17643 0 -1 4202560 2476 0 1 0 140 4 0 0 20 0 18 0 30565977 9787879424 54288 33554432000 1073741824 1073778376 140734182043152 139711942917128 139711813664608 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23581] ppid=23575 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23581/stat : 23581 (java) S 23575 23578 17643 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 30565979 9787879424 54288 33554432000 1073741824 1073778376 140734182043152 139711931980584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23578/tid=23582] ppid=23575 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23582/stat : 23582 (java) S 23575 23578 17643 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 30565979 9787879424 54288 33554432000 1073741824 1073778376 140734182043152 139711785679528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23578/tid=23583] ppid=23575 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23583/stat : 23583 (java) S 23575 23578 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30565979 9787879424 54288 33554432000 1073741824 1073778376 140734182043152 139711784627240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23578/tid=23584] ppid=23575 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/23578/task/23584/stat : 23584 (java) S 23575 23578 17643 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 30565979 9787879424 54288 33554432000 1073741824 1073778376 140734182043152 139711783574440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23585] ppid=23575 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23585/stat : 23585 (java) S 23575 23578 17643 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 30565979 9787879424 54288 33554432000 1073741824 1073778376 140734182043152 139711782521128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23578/tid=23586] ppid=23575 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23586/stat : 23586 (java) S 23575 23578 17643 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 30565979 9787879424 54288 33554432000 1073741824 1073778376 140734182043152 139711781468328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23578/tid=23587] ppid=23575 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23587/stat : 23587 (java) S 23575 23578 17643 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 30565979 9787879424 54288 33554432000 1073741824 1073778376 140734182043152 139711780416040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23578/tid=23588] ppid=23575 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23588/stat : 23588 (java) S 23575 23578 17643 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 30565979 9787879424 54288 33554432000 1073741824 1073778376 140734182043152 139711779363240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23578/tid=23589] ppid=23575 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23589/stat : 23589 (java) S 23575 23578 17643 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 30565980 9787879424 54288 33554432000 1073741824 1073778376 140734182043152 139711767165672 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23590] ppid=23575 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23590/stat : 23590 (java) S 23575 23578 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30565980 9787879424 54288 33554432000 1073741824 1073778376 140734182043152 139711766111736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23591] ppid=23575 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23591/stat : 23591 (java) S 23575 23578 17643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30565980 9787879424 54288 33554432000 1073741824 1073778376 140734182043152 139711765059336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23592] ppid=23575 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23592/stat : 23592 (java) S 23575 23578 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30565982 9787879424 54288 33554432000 1073741824 1073778376 140734182043152 139711764007824 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23593] ppid=23575 vsize=9558476 CPUtime=1.13 cores=1,3,5,7
/proc/23578/task/23593/stat : 23593 (java) R 23575 23578 17643 0 -1 4202560 13209 0 0 0 111 2 0 0 20 0 18 0 30565982 9787879424 54288 33554432000 1073741824 1073778376 140734182043152 139711762941056 139711949734963 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23594] ppid=23575 vsize=9558476 CPUtime=1.09 cores=1,3,5,7
/proc/23578/task/23594/stat : 23594 (java) R 23575 23578 17643 0 -1 4202560 14716 0 0 0 105 4 0 0 20 0 18 0 30565982 9787879424 54288 33554432000 1073741824 1073778376 140734182043152 139711761901464 139711948765367 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23578/tid=23595] ppid=23575 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23595/stat : 23595 (java) S 23575 23578 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30565983 9787879424 54288 33554432000 1073741824 1073778376 140734182043152 139711760849528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23578/tid=23596] ppid=23575 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23596/stat : 23596 (java) S 23575 23578 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30565983 9787879424 54288 33554432000 1073741824 1073778376 140734182043152 139711759796936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9558476

[startup+3.10095 s]
/proc/loadavg: 4.60 4.31 4.06 6/217 23600
/proc/meminfo: memFree=26909228/32872528 swapFree=1316768/1463936
[pid=23578] ppid=23575 vsize=9824732 CPUtime=8.83 cores=1,3,5,7
/proc/23578/stat : 23578 (java) S 23575 23578 17643 0 -1 4202496 34180 0 1 0 865 18 0 0 20 0 22 0 30565976 10060525568 94447 33554432000 1073741824 1073778376 140734182043152 140734182034288 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23578/statm: 2456183 94447 2285 9 0 2446860 0
[pid=23578/tid=23580] ppid=23575 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/23578/task/23580/stat : 23580 (java) S 23575 23578 17643 0 -1 4202560 2482 0 1 0 154 4 0 0 20 0 22 0 30565977 10060525568 94447 33554432000 1073741824 1073778376 140734182043152 139711942919032 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23581] ppid=23575 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23578/task/23581/stat : 23581 (java) S 23575 23578 17643 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 30565979 10060525568 94447 33554432000 1073741824 1073778376 140734182043152 139711931980584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23578/tid=23582] ppid=23575 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23578/task/23582/stat : 23582 (java) S 23575 23578 17643 0 -1 4202560 140 0 0 0 4 0 0 0 20 0 22 0 30565979 10060525568 94447 33554432000 1073741824 1073778376 140734182043152 139711785679528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23583] ppid=23575 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23578/task/23583/stat : 23583 (java) S 23575 23578 17643 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 30565979 10060525568 94447 33554432000 1073741824 1073778376 140734182043152 139711784627240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23578/tid=23584] ppid=23575 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/23578/task/23584/stat : 23584 (java) S 23575 23578 17643 0 -1 4202560 100 0 0 0 4 1 0 0 20 0 22 0 30565979 10060525568 94447 33554432000 1073741824 1073778376 140734182043152 139711783574440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23585] ppid=23575 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/23578/task/23585/stat : 23585 (java) S 23575 23578 17643 0 -1 4202560 138 0 0 0 5 1 0 0 20 0 22 0 30565979 10060525568 94447 33554432000 1073741824 1073778376 140734182043152 139711782521128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23578/tid=23586] ppid=23575 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23578/task/23586/stat : 23586 (java) S 23575 23578 17643 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 30565979 10060525568 94447 33554432000 1073741824 1073778376 140734182043152 139711781468328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23578/tid=23587] ppid=23575 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23578/task/23587/stat : 23587 (java) S 23575 23578 17643 0 -1 4202560 53 0 0 0 1 0 0 0 20 0 22 0 30565979 10060525568 94447 33554432000 1073741824 1073778376 140734182043152 139711780416040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23578/tid=23588] ppid=23575 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23578/task/23588/stat : 23588 (java) S 23575 23578 17643 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 30565979 10060525568 94447 33554432000 1073741824 1073778376 140734182043152 139711779363240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23578/tid=23589] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23589/stat : 23589 (java) S 23575 23578 17643 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 30565980 10060525568 94447 33554432000 1073741824 1073778376 140734182043152 139711767165672 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23590] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23590/stat : 23590 (java) S 23575 23578 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30565980 10060525568 94447 33554432000 1073741824 1073778376 140734182043152 139711766111736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23591] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23591/stat : 23591 (java) S 23575 23578 17643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30565980 10060525568 94447 33554432000 1073741824 1073778376 140734182043152 139711765059336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23592] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23592/stat : 23592 (java) S 23575 23578 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30565982 10060525568 94447 33554432000 1073741824 1073778376 140734182043152 139711764007824 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23593] ppid=23575 vsize=9824732 CPUtime=2.09 cores=1,3,5,7
/proc/23578/task/23593/stat : 23593 (java) S 23575 23578 17643 0 -1 4202560 14171 0 0 0 206 3 0 0 20 0 22 0 30565982 10060525568 94447 33554432000 1073741824 1073778376 140734182043152 139711762954424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23594] ppid=23575 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/23578/task/23594/stat : 23594 (java) S 23575 23578 17643 0 -1 4202560 15471 0 0 0 202 4 0 0 20 0 22 0 30565982 10060525568 94447 33554432000 1073741824 1073778376 140734182043152 139711761901624 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23578/tid=23595] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23595/stat : 23595 (java) S 23575 23578 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30565983 10060525568 94447 33554432000 1073741824 1073778376 140734182043152 139711760849528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23578/tid=23596] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23596/stat : 23596 (java) S 23575 23578 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30565983 10060525568 94447 33554432000 1073741824 1073778376 140734182043152 139711759796936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23597] ppid=23575 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/23578/task/23597/stat : 23597 (java) R 23575 23578 17643 0 -1 4202560 21 0 0 0 134 0 0 0 20 0 22 0 30566140 10060525568 94447 33554432000 1073741824 1073778376 140734182043152 139711758692248 139711814917322 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23578/tid=23598] ppid=23575 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/23578/task/23598/stat : 23598 (java) R 23575 23578 17643 0 -1 4202560 84 0 0 0 134 1 0 0 20 0 22 0 30566140 10060525568 94447 33554432000 1073741824 1073778376 140734182043152 139711757639336 139711815025797 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23599] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23599/stat : 23599 (java) S 23575 23578 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30566158 10060525568 94447 33554432000 1073741824 1073778376 140734182043152 139711756588712 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23578/tid=23600] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23600/stat : 23600 (java) S 23575 23578 17643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30566158 10060525568 94447 33554432000 1073741824 1073778376 140734182043152 139711755535912 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.83
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 4.60 4.31 4.06 6/217 23600
/proc/meminfo: memFree=26504220/32872528 swapFree=1316768/1463936
[pid=23578] ppid=23575 vsize=9824732 CPUtime=15.77 cores=1,3,5,7
/proc/23578/stat : 23578 (java) S 23575 23578 17643 0 -1 4202496 36074 0 1 0 1547 30 0 0 20 0 22 0 30565976 10060525568 161907 33554432000 1073741824 1073778376 140734182043152 140734182034288 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23578/statm: 2456183 161907 2291 9 0 2446860 0
[pid=23578/tid=23580] ppid=23575 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/23578/task/23580/stat : 23580 (java) S 23575 23578 17643 0 -1 4202560 2482 0 1 0 154 4 0 0 20 0 22 0 30565977 10060525568 161907 33554432000 1073741824 1073778376 140734182043152 139711942919032 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23581] ppid=23575 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/23578/task/23581/stat : 23581 (java) S 23575 23578 17643 0 -1 4202560 89 0 0 0 6 3 0 0 20 0 22 0 30565979 10060525568 161907 33554432000 1073741824 1073778376 140734182043152 139711931980584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23578/tid=23582] ppid=23575 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/23578/task/23582/stat : 23582 (java) S 23575 23578 17643 0 -1 4202560 159 0 0 0 5 2 0 0 20 0 22 0 30565979 10060525568 161907 33554432000 1073741824 1073778376 140734182043152 139711785679528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23578/tid=23583] ppid=23575 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23578/task/23583/stat : 23583 (java) S 23575 23578 17643 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 30565979 10060525568 161907 33554432000 1073741824 1073778376 140734182043152 139711784627240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23578/tid=23584] ppid=23575 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/23578/task/23584/stat : 23584 (java) S 23575 23578 17643 0 -1 4202560 109 0 0 0 6 2 0 0 20 0 22 0 30565979 10060525568 161907 33554432000 1073741824 1073778376 140734182043152 139711783574440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23585] ppid=23575 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/23578/task/23585/stat : 23585 (java) S 23575 23578 17643 0 -1 4202560 152 0 0 0 7 2 0 0 20 0 22 0 30565979 10060525568 161907 33554432000 1073741824 1073778376 140734182043152 139711782521128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23586] ppid=23575 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/23578/task/23586/stat : 23586 (java) S 23575 23578 17643 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 22 0 30565979 10060525568 161907 33554432000 1073741824 1073778376 140734182043152 139711781468328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23587] ppid=23575 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/23578/task/23587/stat : 23587 (java) S 23575 23578 17643 0 -1 4202560 94 0 0 0 5 2 0 0 20 0 22 0 30565979 10060525568 161907 33554432000 1073741824 1073778376 140734182043152 139711780416040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23588] ppid=23575 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23578/task/23588/stat : 23588 (java) S 23575 23578 17643 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 22 0 30565979 10060525568 161907 33554432000 1073741824 1073778376 140734182043152 139711779363240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23578/tid=23589] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23589/stat : 23589 (java) S 23575 23578 17643 0 -1 4202560 466 0 0 0 0 0 0 0 20 0 22 0 30565980 10060525568 161907 33554432000 1073741824 1073778376 140734182043152 139711767165672 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23578/tid=23590] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23590/stat : 23590 (java) S 23575 23578 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30565980 10060525568 161907 33554432000 1073741824 1073778376 140734182043152 139711766111736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23591] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23591/stat : 23591 (java) S 23575 23578 17643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30565980 10060525568 161907 33554432000 1073741824 1073778376 140734182043152 139711765059336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23592] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23592/stat : 23592 (java) S 23575 23578 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30565982 10060525568 161907 33554432000 1073741824 1073778376 140734182043152 139711764007824 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23593] ppid=23575 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/23578/task/23593/stat : 23593 (java) S 23575 23578 17643 0 -1 4202560 15296 0 0 0 239 3 0 0 20 0 22 0 30565982 10060525568 161907 33554432000 1073741824 1073778376 140734182043152 139711762954424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23594] ppid=23575 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/23578/task/23594/stat : 23594 (java) S 23575 23578 17643 0 -1 4202560 15475 0 0 0 210 4 0 0 20 0 22 0 30565982 10060525568 161907 33554432000 1073741824 1073778376 140734182043152 139711761901624 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23578/tid=23595] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23595/stat : 23595 (java) S 23575 23578 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30565983 10060525568 161907 33554432000 1073741824 1073778376 140734182043152 139711760849528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23578/tid=23596] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23596/stat : 23596 (java) S 23575 23578 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30565983 10060525568 161907 33554432000 1073741824 1073778376 140734182043152 139711759796936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23597] ppid=23575 vsize=9824732 CPUtime=4.44 cores=1,3,5,7

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

/proc/23578/task/23583/stat : 23583 (java) S 23575 23578 17643 0 -1 4202560 468 0 0 0 217 11 0 0 20 0 22 0 30565979 10060525568 696668 33554432000 1073741824 1073778376 140734182043152 139711784627240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23584] ppid=23575 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/23578/task/23584/stat : 23584 (java) S 23575 23578 17643 0 -1 4202560 525 0 0 0 222 13 0 0 20 0 22 0 30565979 10060525568 696668 33554432000 1073741824 1073778376 140734182043152 139711783574440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23585] ppid=23575 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/23578/task/23585/stat : 23585 (java) S 23575 23578 17643 0 -1 4202560 681 0 0 0 230 14 0 0 20 0 22 0 30565979 10060525568 696668 33554432000 1073741824 1073778376 140734182043152 139711782521128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23586] ppid=23575 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/23578/task/23586/stat : 23586 (java) S 23575 23578 17643 0 -1 4202560 548 0 0 0 225 13 0 0 20 0 22 0 30565979 10060525568 696668 33554432000 1073741824 1073778376 140734182043152 139711781468328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23587] ppid=23575 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/23578/task/23587/stat : 23587 (java) S 23575 23578 17643 0 -1 4202560 449 0 0 0 224 10 0 0 20 0 22 0 30565979 10060525568 696668 33554432000 1073741824 1073778376 140734182043152 139711780416040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23578/tid=23588] ppid=23575 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/23578/task/23588/stat : 23588 (java) S 23575 23578 17643 0 -1 4202560 436 0 0 0 234 11 0 0 20 0 22 0 30565979 10060525568 696668 33554432000 1073741824 1073778376 140734182043152 139711779363240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23589] ppid=23575 vsize=9824732 CPUtime=3.48 cores=1,3,5,7
/proc/23578/task/23589/stat : 23589 (java) S 23575 23578 17643 0 -1 4202560 2383 0 0 0 329 19 0 0 20 0 22 0 30565980 10060525568 696668 33554432000 1073741824 1073778376 140734182043152 139711767165672 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23578/tid=23590] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23590/stat : 23590 (java) S 23575 23578 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30565980 10060525568 696668 33554432000 1073741824 1073778376 140734182043152 139711766111736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23591] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23591/stat : 23591 (java) S 23575 23578 17643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30565980 10060525568 696668 33554432000 1073741824 1073778376 140734182043152 139711765059336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23592] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23592/stat : 23592 (java) S 23575 23578 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30565982 10060525568 696668 33554432000 1073741824 1073778376 140734182043152 139711764007824 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23593] ppid=23575 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/23578/task/23593/stat : 23593 (java) S 23575 23578 17643 0 -1 4202560 15305 0 0 0 249 3 0 0 20 0 22 0 30565982 10060525568 696668 33554432000 1073741824 1073778376 140734182043152 139711762954424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23594] ppid=23575 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/23578/task/23594/stat : 23594 (java) S 23575 23578 17643 0 -1 4202560 16045 0 0 0 243 4 0 0 20 0 22 0 30565982 10060525568 696668 33554432000 1073741824 1073778376 140734182043152 139711761901624 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23578/tid=23595] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23595/stat : 23595 (java) S 23575 23578 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30565983 10060525568 696668 33554432000 1073741824 1073778376 140734182043152 139711760849528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23578/tid=23596] ppid=23575 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/23578/task/23596/stat : 23596 (java) S 23575 23578 17643 0 -1 4202560 51 0 0 0 13 19 0 0 20 0 22 0 30565983 10060525568 696668 33554432000 1073741824 1073778376 140734182043152 139711759796936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23597] ppid=23575 vsize=9824732 CPUtime=869.51 cores=1,3,5,7
/proc/23578/task/23597/stat : 23597 (java) R 23575 23578 17643 0 -1 4202560 94 0 0 0 86935 16 0 0 20 0 22 0 30566140 10060525568 696668 33554432000 1073741824 1073778376 140734182043152 139711758692144 139711814885803 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23598] ppid=23575 vsize=9824732 CPUtime=869.61 cores=1,3,5,7
/proc/23578/task/23598/stat : 23598 (java) R 23575 23578 17643 0 -1 4202560 2656 0 0 0 86907 54 0 0 20 0 22 0 30566140 10060525568 696668 33554432000 1073741824 1073778376 140734182043152 139711757640664 139711814973711 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23599] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23599/stat : 23599 (java) S 23575 23578 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30566158 10060525568 696668 33554432000 1073741824 1073778376 140734182043152 139711756588712 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23578/tid=23600] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23600/stat : 23600 (java) S 23575 23578 17643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30566158 10060525568 696668 33554432000 1073741824 1073778376 140734182043152 139711755535912 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1772.74
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.901 s]
/proc/loadavg: 4.19 4.18 4.12 4/214 25255
/proc/meminfo: memFree=26564924/32872528 swapFree=1316768/1463936
[pid=23578] ppid=23575 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/23578/stat : 23578 (java) S 23575 23578 17643 0 -1 4202496 44772 0 1 0 179814 188 0 0 20 0 22 0 30565976 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 140734182034288 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23578/statm: 2456183 695242 2300 9 0 2446860 0
[pid=23578/tid=23580] ppid=23575 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/23578/task/23580/stat : 23580 (java) S 23575 23578 17643 0 -1 4202560 2490 0 1 0 157 5 0 0 20 0 22 0 30565977 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711942919032 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23581] ppid=23575 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/23578/task/23581/stat : 23581 (java) S 23575 23578 17643 0 -1 4202560 480 0 0 0 212 14 0 0 20 0 22 0 30565979 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711931980584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23582] ppid=23575 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/23578/task/23582/stat : 23582 (java) S 23575 23578 17643 0 -1 4202560 862 0 0 0 229 14 0 0 20 0 22 0 30565979 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711785679528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23583] ppid=23575 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/23578/task/23583/stat : 23583 (java) S 23575 23578 17643 0 -1 4202560 468 0 0 0 219 11 0 0 20 0 22 0 30565979 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711784627240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23584] ppid=23575 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/23578/task/23584/stat : 23584 (java) S 23575 23578 17643 0 -1 4202560 548 0 0 0 225 13 0 0 20 0 22 0 30565979 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711783574440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23585] ppid=23575 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/23578/task/23585/stat : 23585 (java) S 23575 23578 17643 0 -1 4202560 684 0 0 0 234 14 0 0 20 0 22 0 30565979 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711782521128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23578/tid=23586] ppid=23575 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/23578/task/23586/stat : 23586 (java) S 23575 23578 17643 0 -1 4202560 548 0 0 0 226 13 0 0 20 0 22 0 30565979 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711781468328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23587] ppid=23575 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/23578/task/23587/stat : 23587 (java) S 23575 23578 17643 0 -1 4202560 456 0 0 0 228 10 0 0 20 0 22 0 30565979 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711780416040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23578/tid=23588] ppid=23575 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/23578/task/23588/stat : 23588 (java) S 23575 23578 17643 0 -1 4202560 436 0 0 0 237 11 0 0 20 0 22 0 30565979 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711779363240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23589] ppid=23575 vsize=9824732 CPUtime=3.48 cores=1,3,5,7
/proc/23578/task/23589/stat : 23589 (java) S 23575 23578 17643 0 -1 4202560 2383 0 0 0 329 19 0 0 20 0 22 0 30565980 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711767165672 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23578/tid=23590] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23590/stat : 23590 (java) S 23575 23578 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30565980 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711766111736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23591] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23591/stat : 23591 (java) S 23575 23578 17643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30565980 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711765059336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23592] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23592/stat : 23592 (java) S 23575 23578 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30565982 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711764007824 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23593] ppid=23575 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/23578/task/23593/stat : 23593 (java) S 23575 23578 17643 0 -1 4202560 15305 0 0 0 249 3 0 0 20 0 22 0 30565982 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711762954424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23594] ppid=23575 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/23578/task/23594/stat : 23594 (java) S 23575 23578 17643 0 -1 4202560 16045 0 0 0 243 4 0 0 20 0 22 0 30565982 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711761901624 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23578/tid=23595] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23595/stat : 23595 (java) S 23575 23578 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30565983 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711760849528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23578/tid=23596] ppid=23575 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/23578/task/23596/stat : 23596 (java) S 23575 23578 17643 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 30565983 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711759796936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23597] ppid=23575 vsize=9824732 CPUtime=882.99 cores=1,3,5,7
/proc/23578/task/23597/stat : 23597 (java) R 23575 23578 17643 0 -1 4202560 95 0 0 0 88282 17 0 0 20 0 22 0 30566140 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711758692144 139711813777933 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23578/tid=23598] ppid=23575 vsize=9824732 CPUtime=883.1 cores=1,3,5,7
/proc/23578/task/23598/stat : 23598 (java) R 23575 23578 17643 0 -1 4202560 2657 0 0 0 88256 54 0 0 20 0 22 0 30566140 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711757640416 139711814990603 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23599] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23599/stat : 23599 (java) S 23575 23578 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30566158 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711756588712 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23578/tid=23600] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23600/stat : 23600 (java) S 23575 23578 17643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30566158 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711755535912 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 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 23578 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.901 s]
/proc/loadavg: 4.19 4.18 4.12 4/214 25255
/proc/meminfo: memFree=26564924/32872528 swapFree=1316768/1463936
[pid=23578] ppid=23575 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/23578/stat : 23578 (java) S 23575 23578 17643 0 -1 4202496 44772 0 1 0 179814 188 0 0 20 0 22 0 30565976 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 140734182034288 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23578/statm: 2456183 695242 2300 9 0 2446860 0
[pid=23578/tid=23580] ppid=23575 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/23578/task/23580/stat : 23580 (java) S 23575 23578 17643 0 -1 4202560 2490 0 1 0 157 5 0 0 20 0 22 0 30565977 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711942919032 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23581] ppid=23575 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/23578/task/23581/stat : 23581 (java) S 23575 23578 17643 0 -1 4202560 480 0 0 0 212 14 0 0 20 0 22 0 30565979 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711931980584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23582] ppid=23575 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/23578/task/23582/stat : 23582 (java) S 23575 23578 17643 0 -1 4202560 862 0 0 0 229 14 0 0 20 0 22 0 30565979 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711785679528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23583] ppid=23575 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/23578/task/23583/stat : 23583 (java) S 23575 23578 17643 0 -1 4202560 468 0 0 0 219 11 0 0 20 0 22 0 30565979 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711784627240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23584] ppid=23575 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/23578/task/23584/stat : 23584 (java) S 23575 23578 17643 0 -1 4202560 548 0 0 0 225 13 0 0 20 0 22 0 30565979 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711783574440 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23585] ppid=23575 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/23578/task/23585/stat : 23585 (java) S 23575 23578 17643 0 -1 4202560 684 0 0 0 234 14 0 0 20 0 22 0 30565979 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711782521128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23578/tid=23586] ppid=23575 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/23578/task/23586/stat : 23586 (java) S 23575 23578 17643 0 -1 4202560 548 0 0 0 226 13 0 0 20 0 22 0 30565979 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711781468328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23587] ppid=23575 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/23578/task/23587/stat : 23587 (java) S 23575 23578 17643 0 -1 4202560 456 0 0 0 228 10 0 0 20 0 22 0 30565979 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711780416040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23578/tid=23588] ppid=23575 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/23578/task/23588/stat : 23588 (java) S 23575 23578 17643 0 -1 4202560 436 0 0 0 237 11 0 0 20 0 22 0 30565979 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711779363240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23589] ppid=23575 vsize=9824732 CPUtime=3.48 cores=1,3,5,7
/proc/23578/task/23589/stat : 23589 (java) S 23575 23578 17643 0 -1 4202560 2383 0 0 0 329 19 0 0 20 0 22 0 30565980 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711767165672 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23578/tid=23590] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23590/stat : 23590 (java) S 23575 23578 17643 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30565980 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711766111736 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23591] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23591/stat : 23591 (java) S 23575 23578 17643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30565980 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711765059336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23592] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23592/stat : 23592 (java) S 23575 23578 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30565982 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711764007824 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23593] ppid=23575 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/23578/task/23593/stat : 23593 (java) S 23575 23578 17643 0 -1 4202560 15305 0 0 0 249 3 0 0 20 0 22 0 30565982 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711762954424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23578/tid=23594] ppid=23575 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/23578/task/23594/stat : 23594 (java) S 23575 23578 17643 0 -1 4202560 16045 0 0 0 243 4 0 0 20 0 22 0 30565982 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711761901624 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23578/tid=23595] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23595/stat : 23595 (java) S 23575 23578 17643 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30565983 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711760849528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23578/tid=23596] ppid=23575 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/23578/task/23596/stat : 23596 (java) S 23575 23578 17643 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 30565983 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711759796936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23597] ppid=23575 vsize=9824732 CPUtime=882.99 cores=1,3,5,7
/proc/23578/task/23597/stat : 23597 (java) R 23575 23578 17643 0 -1 4202560 95 0 0 0 88282 17 0 0 20 0 22 0 30566140 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711758692144 139711813777933 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23578/tid=23598] ppid=23575 vsize=9824732 CPUtime=883.1 cores=1,3,5,7
/proc/23578/task/23598/stat : 23598 (java) R 23575 23578 17643 0 -1 4202560 2657 0 0 0 88256 54 0 0 20 0 22 0 30566140 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711757640416 139711814990603 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23578/tid=23599] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23599/stat : 23599 (java) S 23575 23578 17643 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30566158 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711756588712 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23578/tid=23600] ppid=23575 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23578/task/23600/stat : 23600 (java) S 23575 23578 17643 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30566158 10060525568 695242 33554432000 1073741824 1073778376 140734182043152 139711755535912 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 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 23578 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=648324
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=382637
# CPU time returned by wait4() is 1796.03
# 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): 895.963
CPU time (s): 1800.02
CPU user time (s): 1798.14
CPU system time (s): 1.88
CPU usage (%): 200.903
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.65
system time used= 2.38264
maximum resident set size= 2965904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44806
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25889
involuntary context switches= 41042

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.50216 second user time and 7.35488 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-18 23:26:31
IDJOB=4107902
IDBENCH=73956
IDSOLVER=2543
FILE ID=node121/4107902-1466285190
RUNJOBID= node121-1466275489-17660
PBS_JOBID= 19918247
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12047_10-unsat.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107902-1466285190/watcher-4107902-1466285190 -o /tmp/evaluation-result-4107902-1466285190/solver-4107902-1466285190 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466275489-17660 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4107902-1466285190.opb

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

MD5SUM BENCH= 185b639ab7915adc40998376a286d172
RANDOM SEED=1598558604

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.691
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.691
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.56
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.691
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:        27146120 kB
Buffers:          173716 kB
Cached:           259152 kB
SwapCached:         1900 kB
Active:          3179720 kB
Inactive:         327696 kB
Active(anon):    3074136 kB
Inactive(anon):     2792 kB
Active(file):     105584 kB
Inactive(file):   324904 kB
Unevictable:     1463936 kB
Mlocked:         1316768 kB
SwapTotal:      67108856 kB
SwapFree:       67101124 kB
Dirty:              3684 kB
Writeback:             0 kB
AnonPages:       4539668 kB
Mapped:            16964 kB
Shmem:                 0 kB
Slab:             614828 kB
SReclaimable:      58588 kB
SUnreclaim:       556240 kB
KernelStack:        1624 kB
PageTables:        13328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4936748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3149824 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= 71708 MiB
End job on node121 at 2016-06-18 23:41:27