Trace number 4106986

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.14 894.965

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_4_40.opb
MD5SUM83d1e3d1d0816aba7f8b7eb415a5cecb
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12520
Sum of products size (including duplicates)25040
Number of different products6260
Sum of products size12520

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.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@5d764be1
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@9f436f5
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@4413ee
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@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4106986-1466279348.opb
0.09/0.12	c reading problem ... 
0.09/0.13	c  no objective function found
1.58/0.71	c ... done. Wall clock time 0.59s.
1.58/0.71	c declared #vars     400
1.58/0.71	c internal #vars     6660
1.58/0.71	c #constraints  13123
1.58/0.72	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.58/0.72	c constraints type 
1.58/0.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6260
1.58/0.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1.58/0.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1.58/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6260
1.58/0.72	c 13123 constraints processed.
1.58/0.72	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.58/0.72	c constraints type 
1.58/0.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1.58/0.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6260
1.58/0.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1.58/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6260
1.58/0.72	c 13123 constraints processed.
7.48/2.52	c cleaning 2503 clauses out of 5005 with flag 12204/5005
9.57/3.48	c cleaning 4239 clauses out of 8498 with flag 26601/11001
11.55/4.35	c cleaning 5614 clauses out of 11259 with flag 45966/18001
13.63/5.35	c cleaning 6805 clauses out of 13644 with flag 73501/26000
16.51/6.61	c cleaning 7899 clauses out of 15839 with flag 100893/35000
19.69/8.14	c cleaning 8954 clauses out of 17940 with flag 128361/45000
23.41/9.93	c cleaning 9979 clauses out of 19987 with flag 156525/56001
28.22/12.32	c cleaning 10973 clauses out of 22007 with flag 187372/68000
33.54/14.99	c cleaning 11996 clauses out of 24034 with flag 217376/81000
38.54/17.50	c cleaning 13009 clauses out of 26038 with flag 250391/95000
44.66/20.44	c cleaning 14014 clauses out of 28029 with flag 287481/110000
52.23/24.12	c cleaning 14980 clauses out of 30016 with flag 329436/126001
58.43/27.27	c cleaning 15994 clauses out of 32035 with flag 382567/143000
66.58/31.20	c cleaning 17005 clauses out of 34042 with flag 435571/161001
73.98/34.99	c cleaning 18009 clauses out of 36039 with flag 489296/180003
79.49/37.65	c cleaning 19004 clauses out of 38031 with flag 549406/200004
86.08/40.97	c cleaning 19995 clauses out of 40023 with flag 619787/221000
93.88/44.81	c cleaning 21000 clauses out of 42030 with flag 696292/243002
102.60/49.17	c cleaning 22003 clauses out of 44029 with flag 770595/266001
111.80/53.76	c cleaning 22997 clauses out of 46025 with flag 845909/290000
122.36/59.10	c cleaning 24000 clauses out of 48035 with flag 925402/315007
136.41/66.14	c cleaning 24995 clauses out of 50028 with flag 994661/341000
149.28/72.54	c cleaning 25999 clauses out of 52033 with flag 1074320/368000
163.36/79.58	c cleaning 27002 clauses out of 54035 with flag 1165640/396001
181.80/88.77	c cleaning 28000 clauses out of 56033 with flag 1245120/425001
197.20/96.40	c cleaning 28997 clauses out of 58035 with flag 1337321/455003
212.66/104.11	c cleaning 29988 clauses out of 60036 with flag 1436355/486001
223.73/109.68	c cleaning 30998 clauses out of 62047 with flag 1534568/518000
237.32/116.47	c cleaning 31996 clauses out of 64049 with flag 1640229/551000
254.32/125.15	c cleaning 33008 clauses out of 66053 with flag 1751626/585000
272.73/134.39	c cleaning 34007 clauses out of 68045 with flag 1865590/620000
283.41/139.63	c cleaning 0 clauses out of 5001 with flag 0/5001
298.05/146.73	c cleaning 34997 clauses out of 70038 with flag 1974305/656000
314.35/154.81	c cleaning 35997 clauses out of 72042 with flag 2081045/693001
330.28/162.74	c cleaning 37011 clauses out of 74050 with flag 2189127/731006
350.17/172.67	c cleaning 38000 clauses out of 76033 with flag 2307370/770000
370.64/182.82	c cleaning 38987 clauses out of 78033 with flag 2430630/810000
390.93/192.94	c cleaning 39999 clauses out of 80047 with flag 2560765/851001
405.65/200.29	c cleaning 41009 clauses out of 82048 with flag 2674298/893001
423.00/208.84	c cleaning 41992 clauses out of 84038 with flag 2792566/936000
446.03/220.28	c cleaning 43004 clauses out of 86049 with flag 2919490/980003
482.87/238.96	c cleaning 44000 clauses out of 88042 with flag 3066271/1025000
523.14/258.91	c cleaning 45002 clauses out of 90042 with flag 3215597/1071000
566.14/280.37	c cleaning 45993 clauses out of 92041 with flag 3363630/1118001
613.33/303.77	c cleaning 47018 clauses out of 94047 with flag 3537482/1166000
654.57/324.21	c cleaning 48013 clauses out of 96034 with flag 3726371/1215005
700.01/346.86	c cleaning 48997 clauses out of 98017 with flag 3919396/1265001
761.90/377.50	c cleaning 49999 clauses out of 100019 with flag 4093630/1316000
804.13/398.55	c cleaning 50993 clauses out of 102020 with flag 4291569/1368000
852.73/422.77	c cleaning 52008 clauses out of 104027 with flag 4487829/1421000
906.32/449.33	c cleaning 53003 clauses out of 106020 with flag 4671115/1475001
961.14/476.54	c cleaning 54010 clauses out of 108019 with flag 4849121/1530003
1071.66/532.22	c cleaning 55005 clauses out of 110011 with flag 4989717/1586005
1133.29/562.97	c cleaning 55999 clauses out of 112005 with flag 5137232/1643004
1219.09/605.68	c cleaning 57003 clauses out of 114006 with flag 5284661/1701004
1313.17/652.28	c cleaning 58000 clauses out of 116002 with flag 5456705/1760003
1378.81/684.71	c cleaning 59017 clauses out of 118033 with flag 5593800/1820034
1434.91/712.65	c cleaning 59993 clauses out of 119986 with flag 5740027/1881004
1465.88/728.06	c cleaning 0 clauses out of 11002 with flag 0/11002
1494.98/742.55	c cleaning 60990 clauses out of 121989 with flag 5903254/1943000
1543.47/766.70	c cleaning 61998 clauses out of 124004 with flag 6075311/2006005
1603.22/796.35	c cleaning 62980 clauses out of 126001 with flag 6238731/2070000
1659.60/824.36	c cleaning 63993 clauses out of 128024 with flag 6433100/2135003
1717.33/853.78	c cleaning 65009 clauses out of 130028 with flag 6625789/2201000
1755.33/872.69	c cleaning 65987 clauses out of 132020 with flag 6827308/2268001
1800.14/894.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/894.90	c starts		: 7120
1800.14/894.90	c conflicts		: 2336000
1800.14/894.90	c decisions		: 10285152
1800.14/894.90	c propagations		: 83818711
1800.14/894.90	c inspects		: 10779148173
1800.14/894.90	c shortcuts		: 0
1800.14/894.90	c learnt literals	: 0
1800.14/894.90	c learnt binary clauses	: 0
1800.14/894.90	c learnt ternary clauses	: 246
1800.14/894.90	c learnt constraints	: 2336000
1800.14/894.90	c ignored constraints	: 0
1800.14/894.90	c root simplifications	: 0
1800.14/894.90	c removed literals (reason simplification)	: 61517294
1800.14/894.90	c reason swapping (by a shorter reason)	: 0
1800.14/894.90	c Calls to reduceDB	: 64
1800.14/894.90	c Number of update (reduction) of LBD	: 685861
1800.14/894.90	c Imported unit clauses	: 0
1800.14/894.90	c number of reductions to clauses (during analyze)	: 0
1800.14/894.90	c number of learned constraints concerned by reduction	: 0
1800.14/894.90	c number of learning phase by resolution	: 0
1800.14/894.90	c number of learning phase by cutting planes	: 0
1800.14/894.90	c speed (assignments/second)	: 93738.59814913188
1800.14/894.90	c non guided choices	6425
1800.14/894.93	c learnt constraints type 
1800.14/894.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 134032
1800.14/894.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/894.93	c starts		: 36
1800.14/894.93	c conflicts		: 12328
1800.14/894.93	c decisions		: 115514
1800.14/894.93	c propagations		: 4063392
1800.14/894.93	c inspects		: 924911249
1800.14/894.93	c shortcuts		: 0
1800.14/894.93	c learnt literals	: 0
1800.14/894.93	c learnt binary clauses	: 0
1800.14/894.93	c learnt ternary clauses	: 0
1800.14/894.93	c learnt constraints	: 12327
1800.14/894.93	c ignored constraints	: 0
1800.14/894.93	c root simplifications	: 0
1800.14/894.93	c removed literals (reason simplification)	: 0
1800.14/894.93	c reason swapping (by a shorter reason)	: 0
1800.14/894.93	c Calls to reduceDB	: 2
1800.14/894.93	c Number of update (reduction) of LBD	: 0
1800.14/894.93	c Imported unit clauses	: 0
1800.14/894.93	c number of reductions to clauses (during analyze)	: 0
1800.14/894.93	c number of learned constraints concerned by reduction	: 0
1800.14/894.93	c number of learning phase by resolution	: 0
1800.14/894.93	c number of learning phase by cutting planes	: 0
1800.14/894.93	c speed (assignments/second)	: 4544.159534601281
1800.14/894.93	c non guided choices	6425
1800.14/894.93	c learnt constraints type 
1800.14/894.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.14/894.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12326
1800.14/894.93	s UNKNOWN
1800.14/894.93	c Total wall clock time (in seconds): 894.81

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

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

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


[startup+0 s]
/proc/loadavg: 4.17 4.15 3.97 4/195 25135
/proc/meminfo: memFree=28351484/32872528 swapFree=447868/480572
[pid=25135] ppid=25132 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/25135/stat : 25135 (java) R 25132 25135 24401 0 -1 4202496 423 0 0 0 0 0 0 0 20 0 1 0 29984907 9445376 92 33554432000 1073741824 1073778376 140737454195600 140737454192728 235365505760 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25135/statm: 2306 93 74 9 0 38 0

[startup+0.100057 s]
/proc/loadavg: 4.17 4.15 3.97 4/195 25135
/proc/meminfo: memFree=28351484/32872528 swapFree=447868/480572
[pid=25135] ppid=25132 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/25135/stat : 25135 (java) S 25132 25135 24401 0 -1 4202496 4402 0 1 0 8 1 0 0 20 0 18 0 29984907 9787879424 6033 33554432000 1073741824 1073778376 140737454195600 140737454186736 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25135/statm: 2389619 6033 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200255 s]
/proc/loadavg: 4.17 4.15 3.97 4/195 25135
/proc/meminfo: memFree=28351484/32872528 swapFree=447868/480572
[pid=25135] ppid=25132 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/25135/stat : 25135 (java) S 25132 25135 24401 0 -1 4202496 4568 0 1 0 20 1 0 0 20 0 18 0 29984907 9787879424 7190 33554432000 1073741824 1073778376 140737454195600 140737454186736 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25135/statm: 2389619 7190 2194 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300279 s]
/proc/loadavg: 4.17 4.15 3.97 4/195 25135
/proc/meminfo: memFree=28351484/32872528 swapFree=447868/480572
[pid=25135] ppid=25132 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/25135/stat : 25135 (java) S 25132 25135 24401 0 -1 4202496 6027 0 1 0 44 1 0 0 20 0 18 0 29984907 9787879424 9228 33554432000 1073741824 1073778376 140737454195600 140737454186736 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25135/statm: 2389619 9228 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700181 s]
/proc/loadavg: 4.17 4.15 3.97 4/195 25135
/proc/meminfo: memFree=28351484/32872528 swapFree=447868/480572
[pid=25135] ppid=25132 vsize=9558476 CPUtime=1.58 cores=0,2,4,6
/proc/25135/stat : 25135 (java) S 25132 25135 24401 0 -1 4202496 21761 0 1 0 154 4 0 0 20 0 18 0 29984907 9787879424 33635 33554432000 1073741824 1073778376 140737454195600 140737454186736 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25135/statm: 2389619 33639 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 4.31 4.18 3.98 7/217 25157
/proc/meminfo: memFree=28214452/32872528 swapFree=447868/480572
[pid=25135] ppid=25132 vsize=9824732 CPUtime=4.75 cores=0,2,4,6
/proc/25135/stat : 25135 (java) S 25132 25135 24401 0 -1 4202496 32905 0 1 0 469 6 0 0 20 0 22 0 29984907 10060525568 37748 33554432000 1073741824 1073778376 140737454195600 140737454186736 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25135/statm: 2456183 37748 2274 9 0 2446860 0
[pid=25135/tid=25137] ppid=25132 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/25135/task/25137/stat : 25137 (java) S 25132 25135 24401 0 -1 4202560 2450 0 1 0 67 1 0 0 20 0 22 0 29984908 10060525568 37748 33554432000 1073741824 1073778376 140737454195600 140526209016696 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25135/tid=25138] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25138/stat : 25138 (java) S 25132 25135 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29984909 10060525568 37748 33554432000 1073741824 1073778376 140737454195600 140526170507432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25139] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25139/stat : 25139 (java) S 25132 25135 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29984909 10060525568 37753 33554432000 1073741824 1073778376 140737454195600 140526169454888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25135/tid=25140] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25140/stat : 25140 (java) S 25132 25135 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29984909 10060525568 37777 33554432000 1073741824 1073778376 140737454195600 140526168402344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25135/tid=25141] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25141/stat : 25141 (java) S 25132 25135 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29984909 10060525568 37778 33554432000 1073741824 1073778376 140737454195600 140526167349800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25135/tid=25142] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25142/stat : 25142 (java) S 25132 25135 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29984909 10060525568 37778 33554432000 1073741824 1073778376 140737454195600 140526166297256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25143] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25143/stat : 25143 (java) S 25132 25135 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29984909 10060525568 37778 33554432000 1073741824 1073778376 140737454195600 140526165244712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25135/tid=25144] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25144/stat : 25144 (java) S 25132 25135 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29984909 10060525568 37778 33554432000 1073741824 1073778376 140737454195600 140526164192168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25145] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25145/stat : 25145 (java) S 25132 25135 24401 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29984909 10060525568 37778 33554432000 1073741824 1073778376 140737454195600 140526045097000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25146] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25146/stat : 25146 (java) S 25132 25135 24401 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29984910 10060525568 37778 33554432000 1073741824 1073778376 140737454195600 140526032898152 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25147] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25147/stat : 25147 (java) S 25132 25135 24401 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 29984911 10060525568 37778 33554432000 1073741824 1073778376 140737454195600 140526031844472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25148] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25148/stat : 25148 (java) S 25132 25135 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29984911 10060525568 37778 33554432000 1073741824 1073778376 140737454195600 140526030791816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25149] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25149/stat : 25149 (java) S 25132 25135 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29984913 10060525568 37778 33554432000 1073741824 1073778376 140737454195600 140526029740560 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25150] ppid=25132 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/25135/task/25150/stat : 25150 (java) R 25132 25135 24401 0 -1 4202560 16898 0 0 0 122 2 0 0 20 0 22 0 29984913 10060525568 37778 33554432000 1073741824 1073778376 140737454195600 140525290113800 235374391998 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25151] ppid=25132 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/25135/task/25151/stat : 25151 (java) R 25132 25135 24401 0 -1 4202560 12252 0 0 0 121 1 0 0 20 0 22 0 29984913 10060525568 37778 33554432000 1073741824 1073778376 140737454195600 140525289047080 140526214859497 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25135/tid=25152] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25152/stat : 25152 (java) S 25132 25135 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29984913 10060525568 37778 33554432000 1073741824 1073778376 140737454195600 140525288016888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25135/tid=25153] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25153/stat : 25153 (java) S 25132 25135 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29984913 10060525568 37778 33554432000 1073741824 1073778376 140737454195600 140525286964552 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25154] ppid=25132 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/25135/task/25154/stat : 25154 (java) R 25132 25135 24401 0 -1 4202560 20 0 0 0 75 0 0 0 20 0 22 0 29984979 10060525568 37778 33554432000 1073741824 1073778376 140737454195600 140525285908448 140526046311858 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25135/tid=25155] ppid=25132 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/25135/task/25155/stat : 25155 (java) R 25132 25135 24401 0 -1 4202560 31 0 0 0 76 0 0 0 20 0 22 0 29984979 10060525568 37778 33554432000 1073741824 1073778376 140737454195600 140525284853664 140526045218177 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25135/tid=25156] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25156/stat : 25156 (java) S 25132 25135 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29984980 10060525568 37778 33554432000 1073741824 1073778376 140737454195600 140525283804200 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25135/tid=25157] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25157/stat : 25157 (java) S 25132 25135 24401 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 29984980 10060525568 37778 33554432000 1073741824 1073778376 140737454195600 140525282751656 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 4.31 4.18 3.98 6/217 25157
/proc/meminfo: memFree=28136496/32872528 swapFree=447868/480572
[pid=25135] ppid=25132 vsize=9824732 CPUtime=8.91 cores=0,2,4,6
/proc/25135/stat : 25135 (java) S 25132 25135 24401 0 -1 4202496 38229 0 1 0 882 9 0 0 20 0 22 0 29984907 10060525568 55622 33554432000 1073741824 1073778376 140737454195600 140737454186736 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25135/statm: 2456183 55622 2293 9 0 2446860 0
[pid=25135/tid=25137] ppid=25132 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/25135/task/25137/stat : 25137 (java) S 25132 25135 24401 0 -1 4202560 2450 0 1 0 67 1 0 0 20 0 22 0 29984908 10060525568 55622 33554432000 1073741824 1073778376 140737454195600 140526209016696 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25135/tid=25138] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25138/stat : 25138 (java) S 25132 25135 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29984909 10060525568 55622 33554432000 1073741824 1073778376 140737454195600 140526170507432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25139] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25139/stat : 25139 (java) S 25132 25135 24401 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29984909 10060525568 55622 33554432000 1073741824 1073778376 140737454195600 140526169454888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25135/tid=25140] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25140/stat : 25140 (java) S 25132 25135 24401 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29984909 10060525568 55622 33554432000 1073741824 1073778376 140737454195600 140526168402344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25135/tid=25141] ppid=25132 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/25135/task/25141/stat : 25141 (java) S 25132 25135 24401 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 29984909 10060525568 55622 33554432000 1073741824 1073778376 140737454195600 140526167349800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25142] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25142/stat : 25142 (java) S 25132 25135 24401 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 29984909 10060525568 55622 33554432000 1073741824 1073778376 140737454195600 140526166297256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25135/tid=25143] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25143/stat : 25143 (java) S 25132 25135 24401 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29984909 10060525568 55622 33554432000 1073741824 1073778376 140737454195600 140526165244712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25144] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25144/stat : 25144 (java) S 25132 25135 24401 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29984909 10060525568 55622 33554432000 1073741824 1073778376 140737454195600 140526164192168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25145] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25145/stat : 25145 (java) S 25132 25135 24401 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29984909 10060525568 55622 33554432000 1073741824 1073778376 140737454195600 140526045097000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25146] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25146/stat : 25146 (java) S 25132 25135 24401 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 29984910 10060525568 55622 33554432000 1073741824 1073778376 140737454195600 140526032898152 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25147] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25147/stat : 25147 (java) S 25132 25135 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29984911 10060525568 55622 33554432000 1073741824 1073778376 140737454195600 140526031844472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25148] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25148/stat : 25148 (java) S 25132 25135 24401 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29984911 10060525568 55622 33554432000 1073741824 1073778376 140737454195600 140526030791816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25149] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25149/stat : 25149 (java) S 25132 25135 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29984913 10060525568 55622 33554432000 1073741824 1073778376 140737454195600 140526029740560 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25150] ppid=25132 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/25135/task/25150/stat : 25150 (java) S 25132 25135 24401 0 -1 4202560 22035 0 0 0 168 3 0 0 20 0 22 0 29984913 10060525568 55622 33554432000 1073741824 1073778376 140737454195600 140525290121784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25135/tid=25151] ppid=25132 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/25135/task/25151/stat : 25151 (java) S 25132 25135 24401 0 -1 4202560 12257 0 0 0 166 1 0 0 20 0 22 0 29984913 10060525568 55622 33554432000 1073741824 1073778376 140737454195600 140525289069240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25135/tid=25152] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25152/stat : 25152 (java) S 25132 25135 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29984913 10060525568 55622 33554432000 1073741824 1073778376 140737454195600 140525288016888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25135/tid=25153] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25153/stat : 25153 (java) S 25132 25135 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29984913 10060525568 55622 33554432000 1073741824 1073778376 140737454195600 140525286964552 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25154] ppid=25132 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/25135/task/25154/stat : 25154 (java) R 25132 25135 24401 0 -1 4202560 23 0 0 0 230 0 0 0 20 0 22 0 29984979 10060525568 55622 33554432000 1073741824 1073778376 140737454195600 140525285908600 140526046520280 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25155] ppid=25132 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/25135/task/25155/stat : 25155 (java) R 25132 25135 24401 0 -1 4202560 59 0 0 0 232 0 0 0 20 0 22 0 29984979 10060525568 55622 33554432000 1073741824 1073778376 140737454195600 140525284855176 140526046280619 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25135/tid=25156] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25156/stat : 25156 (java) S 25132 25135 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29984980 10060525568 55622 33554432000 1073741824 1073778376 140737454195600 140525283804200 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25135/tid=25157] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25157/stat : 25157 (java) S 25132 25135 24401 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 29984980 10060525568 55622 33554432000 1073741824 1073778376 140737454195600 140525282751656 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.91
Current children cumulated vsize (KiB) 9824732

[startup+6.30092 s]
/proc/loadavg: 4.31 4.18 3.98 3/194 25227
/proc/meminfo: memFree=30678476/32872528 swapFree=447868/480572
[pid=25135] ppid=25132 vsize=9824732 CPUtime=15.9 cores=0,2,4,6
/proc/25135/stat : 25135 (java) S 25132 25135 24401 0 -1 4202496 40047 0 1 0 1564 26 0 0 20 0 22 0 29984907 10060525568 165832 33554432000 1073741824 1073778376 140737454195600 140737454186736 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25135/statm: 2456183 165832 2293 9 0 2446860 0
[pid=25135/tid=25137] ppid=25132 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/25135/task/25137/stat : 25137 (java) S 25132 25135 24401 0 -1 4202560 2451 0 1 0 67 1 0 0 20 0 22 0 29984908 10060525568 165832 33554432000 1073741824 1073778376 140737454195600 140526209016696 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25135/tid=25138] ppid=25132 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/25135/task/25138/stat : 25138 (java) S 25132 25135 24401 0 -1 4202560 44 0 0 0 3 2 0 0 20 0 22 0 29984909 10060525568 165832 33554432000 1073741824 1073778376 140737454195600 140526170507432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25135/tid=25139] ppid=25132 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/25135/task/25139/stat : 25139 (java) S 25132 25135 24401 0 -1 4202560 160 0 0 0 6 2 0 0 20 0 22 0 29984909 10060525568 165832 33554432000 1073741824 1073778376 140737454195600 140526169454888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25135/tid=25140] ppid=25132 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/25135/task/25140/stat : 25140 (java) S 25132 25135 24401 0 -1 4202560 44 0 0 0 5 3 0 0 20 0 22 0 29984909 10060525568 165832 33554432000 1073741824 1073778376 140737454195600 140526168402344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25135/tid=25141] ppid=25132 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/25135/task/25141/stat : 25141 (java) S 25132 25135 24401 0 -1 4202560 110 0 0 0 7 2 0 0 20 0 22 0 29984909 10060525568 165832 33554432000 1073741824 1073778376 140737454195600 140526167349800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25135/tid=25142] ppid=25132 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/25135/task/25142/stat : 25142 (java) S 25132 25135 24401 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 22 0 29984909 10060525568 165832 33554432000 1073741824 1073778376 140737454195600 140526166297256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25135/tid=25143] ppid=25132 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/25135/task/25143/stat : 25143 (java) S 25132 25135 24401 0 -1 4202560 140 0 0 0 4 3 0 0 20 0 22 0 29984909 10060525568 165832 33554432000 1073741824 1073778376 140737454195600 140526165244712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25144] ppid=25132 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/25135/task/25144/stat : 25144 (java) S 25132 25135 24401 0 -1 4202560 52 0 0 0 4 2 0 0 20 0 22 0 29984909 10060525568 165832 33554432000 1073741824 1073778376 140737454195600 140526164192168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25145] ppid=25132 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/25135/task/25145/stat : 25145 (java) S 25132 25135 24401 0 -1 4202560 94 0 0 0 3 1 0 0 20 0 22 0 29984909 10060525568 165832 33554432000 1073741824 1073778376 140737454195600 140526045097000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25135/tid=25146] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25146/stat : 25146 (java) S 25132 25135 24401 0 -1 4202560 464 0 0 0 0 0 0 0 20 0 22 0 29984910 10060525568 165832 33554432000 1073741824 1073778376 140737454195600 140526032898152 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25135/tid=25147] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25147/stat : 25147 (java) S 25132 25135 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29984911 10060525568 165832 33554432000 1073741824 1073778376 140737454195600 140526031844472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25148] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25148/stat : 25148 (java) S 25132 25135 24401 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29984911 10060525568 165832 33554432000 1073741824 1073778376 140737454195600 140526030791816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25149] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25149/stat : 25149 (java) S 25132 25135 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29984913 10060525568 165832 33554432000 1073741824 1073778376 140737454195600 140526029740560 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25150] ppid=25132 vsize=9824732 CPUtime=1.81 cores=0,2,4,6

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

/proc/25135/task/25140/stat : 25140 (java) S 25132 25135 24401 0 -1 4202560 527 0 0 0 271 16 0 0 20 0 22 0 29984909 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526168402344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25135/tid=25141] ppid=25132 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/25135/task/25141/stat : 25141 (java) S 25132 25135 24401 0 -1 4202560 778 0 0 0 257 15 0 0 20 0 22 0 29984909 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526167349800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25135/tid=25142] ppid=25132 vsize=9824732 CPUtime=3.16 cores=0,2,4,6
/proc/25135/task/25142/stat : 25142 (java) S 25132 25135 24401 0 -1 4202560 891 0 0 0 297 19 0 0 20 0 22 0 29984909 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526166297256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25135/tid=25143] ppid=25132 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/25135/task/25143/stat : 25143 (java) S 25132 25135 24401 0 -1 4202560 611 0 0 0 269 17 0 0 20 0 22 0 29984909 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526165244712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25135/tid=25144] ppid=25132 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/25135/task/25144/stat : 25144 (java) S 25132 25135 24401 0 -1 4202560 764 0 0 0 254 19 0 0 20 0 22 0 29984909 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526164192168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25135/tid=25145] ppid=25132 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/25135/task/25145/stat : 25145 (java) S 25132 25135 24401 0 -1 4202560 649 0 0 0 280 16 0 0 20 0 22 0 29984909 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526045097000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25135/tid=25146] ppid=25132 vsize=9824732 CPUtime=4.29 cores=0,2,4,6
/proc/25135/task/25146/stat : 25146 (java) S 25132 25135 24401 0 -1 4202560 2313 0 0 0 421 8 0 0 20 0 22 0 29984910 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526032898152 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25135/tid=25147] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25147/stat : 25147 (java) S 25132 25135 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29984911 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526031844472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25148] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25148/stat : 25148 (java) S 25132 25135 24401 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29984911 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526030791816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25149] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25149/stat : 25149 (java) S 25132 25135 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29984913 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526029740560 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25150] ppid=25132 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/25135/task/25150/stat : 25150 (java) S 25132 25135 24401 0 -1 4202560 22501 0 0 0 188 3 0 0 20 0 22 0 29984913 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140525290121784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25135/tid=25151] ppid=25132 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/25135/task/25151/stat : 25151 (java) S 25132 25135 24401 0 -1 4202560 12288 0 0 0 257 1 0 0 20 0 22 0 29984913 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140525289069240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25135/tid=25152] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25152/stat : 25152 (java) S 25132 25135 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29984913 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140525288016888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25135/tid=25153] ppid=25132 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/25135/task/25153/stat : 25153 (java) S 25132 25135 24401 0 -1 4202560 50 0 0 0 15 10 0 0 20 0 22 0 29984913 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140525286964552 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25135/tid=25154] ppid=25132 vsize=9824732 CPUtime=868.64 cores=0,2,4,6
/proc/25135/task/25154/stat : 25154 (java) R 25132 25135 24401 0 -1 4202560 77 0 0 0 86849 15 0 0 20 0 22 0 29984979 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140525285906872 140526046019573 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25155] ppid=25132 vsize=9824732 CPUtime=868.7 cores=0,2,4,6
/proc/25135/task/25155/stat : 25155 (java) R 25132 25135 24401 0 -1 4202560 2165 0 0 0 86826 44 0 0 20 0 22 0 29984979 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140525284854864 140526046213171 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25135/tid=25156] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25156/stat : 25156 (java) S 25132 25135 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29984980 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140525283804200 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25135/tid=25157] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25157/stat : 25157 (java) S 25132 25135 24401 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 29984980 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140525282751656 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1774.87
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.901 s]
/proc/loadavg: 4.12 4.14 4.06 5/217 25340
/proc/meminfo: memFree=25171960/32872528 swapFree=447868/480572
[pid=25135] ppid=25132 vsize=9824732 CPUtime=1800.14 cores=0,2,4,6
/proc/25135/stat : 25135 (java) S 25132 25135 24401 0 -1 4202496 48800 0 1 0 179823 191 0 0 20 0 22 0 29984907 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140737454186736 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25135/statm: 2456183 936321 2302 9 0 2446860 0
[pid=25135/tid=25137] ppid=25132 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/25135/task/25137/stat : 25137 (java) S 25132 25135 24401 0 -1 4202560 2459 0 1 0 69 3 0 0 20 0 22 0 29984908 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526209016696 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25135/tid=25138] ppid=25132 vsize=9824732 CPUtime=3.14 cores=0,2,4,6
/proc/25135/task/25138/stat : 25138 (java) S 25132 25135 24401 0 -1 4202560 606 0 0 0 294 20 0 0 20 0 22 0 29984909 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526170507432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25135/tid=25139] ppid=25132 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/25135/task/25139/stat : 25139 (java) S 25132 25135 24401 0 -1 4202560 844 0 0 0 280 16 0 0 20 0 22 0 29984909 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526169454888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25135/tid=25140] ppid=25132 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/25135/task/25140/stat : 25140 (java) S 25132 25135 24401 0 -1 4202560 527 0 0 0 280 16 0 0 20 0 22 0 29984909 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526168402344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25141] ppid=25132 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/25135/task/25141/stat : 25141 (java) S 25132 25135 24401 0 -1 4202560 778 0 0 0 260 15 0 0 20 0 22 0 29984909 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526167349800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25135/tid=25142] ppid=25132 vsize=9824732 CPUtime=3.18 cores=0,2,4,6
/proc/25135/task/25142/stat : 25142 (java) S 25132 25135 24401 0 -1 4202560 891 0 0 0 299 19 0 0 20 0 22 0 29984909 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526166297256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25135/tid=25143] ppid=25132 vsize=9824732 CPUtime=2.89 cores=0,2,4,6
/proc/25135/task/25143/stat : 25143 (java) S 25132 25135 24401 0 -1 4202560 611 0 0 0 272 17 0 0 20 0 22 0 29984909 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526165244712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25135/tid=25144] ppid=25132 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/25135/task/25144/stat : 25144 (java) S 25132 25135 24401 0 -1 4202560 764 0 0 0 256 19 0 0 20 0 22 0 29984909 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526164192168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25145] ppid=25132 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/25135/task/25145/stat : 25145 (java) S 25132 25135 24401 0 -1 4202560 649 0 0 0 282 16 0 0 20 0 22 0 29984909 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526045097000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25135/tid=25146] ppid=25132 vsize=9824732 CPUtime=4.29 cores=0,2,4,6
/proc/25135/task/25146/stat : 25146 (java) S 25132 25135 24401 0 -1 4202560 2315 0 0 0 421 8 0 0 20 0 22 0 29984910 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526032898152 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25135/tid=25147] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25147/stat : 25147 (java) S 25132 25135 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29984911 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526031844472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25148] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25148/stat : 25148 (java) S 25132 25135 24401 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29984911 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526030791816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25149] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25149/stat : 25149 (java) S 25132 25135 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29984913 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526029740560 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25150] ppid=25132 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/25135/task/25150/stat : 25150 (java) S 25132 25135 24401 0 -1 4202560 22501 0 0 0 188 3 0 0 20 0 22 0 29984913 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140525290121784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25135/tid=25151] ppid=25132 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/25135/task/25151/stat : 25151 (java) S 25132 25135 24401 0 -1 4202560 12288 0 0 0 257 1 0 0 20 0 22 0 29984913 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140525289069240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25135/tid=25152] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25152/stat : 25152 (java) S 25132 25135 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29984913 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140525288016888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25135/tid=25153] ppid=25132 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/25135/task/25153/stat : 25153 (java) S 25132 25135 24401 0 -1 4202560 52 0 0 0 15 11 0 0 20 0 22 0 29984913 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140525286964552 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25135/tid=25154] ppid=25132 vsize=9824732 CPUtime=881.1 cores=0,2,4,6
/proc/25135/task/25154/stat : 25154 (java) R 25132 25135 24401 0 -1 4202560 77 0 0 0 88095 15 0 0 20 0 22 0 29984979 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140525285906800 140526045370294 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25155] ppid=25132 vsize=9824732 CPUtime=881.16 cores=0,2,4,6
/proc/25135/task/25155/stat : 25155 (java) R 25132 25135 24401 0 -1 4202560 2166 0 0 0 88072 44 0 0 20 0 22 0 29984979 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140525284854736 140526046371568 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25135/tid=25156] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25156/stat : 25156 (java) S 25132 25135 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29984980 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140525283804200 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25135/tid=25157] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25157/stat : 25157 (java) S 25132 25135 24401 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 29984980 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140525282751656 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
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 25135 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.901 s]
/proc/loadavg: 4.12 4.14 4.06 5/217 25340
/proc/meminfo: memFree=25171960/32872528 swapFree=447868/480572
[pid=25135] ppid=25132 vsize=9824732 CPUtime=1800.14 cores=0,2,4,6
/proc/25135/stat : 25135 (java) S 25132 25135 24401 0 -1 4202496 48800 0 1 0 179823 191 0 0 20 0 22 0 29984907 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140737454186736 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25135/statm: 2456183 936321 2302 9 0 2446860 0
[pid=25135/tid=25137] ppid=25132 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/25135/task/25137/stat : 25137 (java) S 25132 25135 24401 0 -1 4202560 2459 0 1 0 69 3 0 0 20 0 22 0 29984908 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526209016696 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25135/tid=25138] ppid=25132 vsize=9824732 CPUtime=3.14 cores=0,2,4,6
/proc/25135/task/25138/stat : 25138 (java) S 25132 25135 24401 0 -1 4202560 606 0 0 0 294 20 0 0 20 0 22 0 29984909 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526170507432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25135/tid=25139] ppid=25132 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/25135/task/25139/stat : 25139 (java) S 25132 25135 24401 0 -1 4202560 844 0 0 0 280 16 0 0 20 0 22 0 29984909 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526169454888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25135/tid=25140] ppid=25132 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/25135/task/25140/stat : 25140 (java) S 25132 25135 24401 0 -1 4202560 527 0 0 0 280 16 0 0 20 0 22 0 29984909 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526168402344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25141] ppid=25132 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/25135/task/25141/stat : 25141 (java) S 25132 25135 24401 0 -1 4202560 778 0 0 0 260 15 0 0 20 0 22 0 29984909 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526167349800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25135/tid=25142] ppid=25132 vsize=9824732 CPUtime=3.18 cores=0,2,4,6
/proc/25135/task/25142/stat : 25142 (java) S 25132 25135 24401 0 -1 4202560 891 0 0 0 299 19 0 0 20 0 22 0 29984909 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526166297256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25135/tid=25143] ppid=25132 vsize=9824732 CPUtime=2.89 cores=0,2,4,6
/proc/25135/task/25143/stat : 25143 (java) S 25132 25135 24401 0 -1 4202560 611 0 0 0 272 17 0 0 20 0 22 0 29984909 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526165244712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25135/tid=25144] ppid=25132 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/25135/task/25144/stat : 25144 (java) S 25132 25135 24401 0 -1 4202560 764 0 0 0 256 19 0 0 20 0 22 0 29984909 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526164192168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25145] ppid=25132 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/25135/task/25145/stat : 25145 (java) S 25132 25135 24401 0 -1 4202560 649 0 0 0 282 16 0 0 20 0 22 0 29984909 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526045097000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25135/tid=25146] ppid=25132 vsize=9824732 CPUtime=4.29 cores=0,2,4,6
/proc/25135/task/25146/stat : 25146 (java) S 25132 25135 24401 0 -1 4202560 2315 0 0 0 421 8 0 0 20 0 22 0 29984910 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526032898152 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25135/tid=25147] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25147/stat : 25147 (java) S 25132 25135 24401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29984911 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526031844472 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25148] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25148/stat : 25148 (java) S 25132 25135 24401 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29984911 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526030791816 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25149] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25149/stat : 25149 (java) S 25132 25135 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29984913 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140526029740560 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25150] ppid=25132 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/25135/task/25150/stat : 25150 (java) S 25132 25135 24401 0 -1 4202560 22501 0 0 0 188 3 0 0 20 0 22 0 29984913 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140525290121784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25135/tid=25151] ppid=25132 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/25135/task/25151/stat : 25151 (java) S 25132 25135 24401 0 -1 4202560 12288 0 0 0 257 1 0 0 20 0 22 0 29984913 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140525289069240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25135/tid=25152] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25152/stat : 25152 (java) S 25132 25135 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29984913 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140525288016888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25135/tid=25153] ppid=25132 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/25135/task/25153/stat : 25153 (java) S 25132 25135 24401 0 -1 4202560 52 0 0 0 15 11 0 0 20 0 22 0 29984913 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140525286964552 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25135/tid=25154] ppid=25132 vsize=9824732 CPUtime=881.1 cores=0,2,4,6
/proc/25135/task/25154/stat : 25154 (java) R 25132 25135 24401 0 -1 4202560 77 0 0 0 88095 15 0 0 20 0 22 0 29984979 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140525285906800 140526045370294 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25135/tid=25155] ppid=25132 vsize=9824732 CPUtime=881.16 cores=0,2,4,6
/proc/25135/task/25155/stat : 25155 (java) R 25132 25135 24401 0 -1 4202560 2166 0 0 0 88072 44 0 0 20 0 22 0 29984979 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140525284854736 140526046371568 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25135/tid=25156] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25156/stat : 25156 (java) S 25132 25135 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29984980 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140525283804200 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25135/tid=25157] ppid=25132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25135/task/25157/stat : 25157 (java) S 25132 25135 24401 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 29984980 10060525568 936321 33554432000 1073741824 1073778376 140737454195600 140525282751656 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 894.965
CPU time (s): 1800.14
CPU user time (s): 1798.23
CPU system time (s): 1.91
CPU usage (%): 201.141
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.68
system time used= 2.40063
maximum resident set size= 3745400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48834
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24119
involuntary context switches= 27440

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.68513 second user time and 6.75397 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-18 21:49:08
IDJOB=4106986
IDBENCH=48353
IDSOLVER=2543
FILE ID=node104/4106986-1466279348
RUNJOBID= node104-1466276650-24417
PBS_JOBID= 19918266
Free space on /tmp= 71668 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_4_40.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106986-1466279348/watcher-4106986-1466279348 -o /tmp/evaluation-result-4106986-1466279348/solver-4106986-1466279348 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466276650-24417 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106986-1466279348.opb

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

MD5SUM BENCH= 83d1e3d1d0816aba7f8b7eb415a5cecb
RANDOM SEED=2009921106

node104.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.035
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		: 2667.035
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:        28352392 kB
Buffers:          144224 kB
Cached:           259520 kB
SwapCached:        40452 kB
Active:          2981588 kB
Inactive:         313792 kB
Active(anon):    2853644 kB
Inactive(anon):    39968 kB
Active(file):     127944 kB
Inactive(file):   273824 kB
Unevictable:      480572 kB
Mlocked:          447868 kB
SwapTotal:      67108856 kB
SwapFree:       67060428 kB
Dirty:               900 kB
Writeback:             0 kB
AnonPages:       3334212 kB
Mapped:            15380 kB
Shmem:                 0 kB
Slab:             607548 kB
SReclaimable:      51580 kB
SUnreclaim:       555968 kB
KernelStack:        1600 kB
PageTables:        10620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3722268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2824192 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= 71668 MiB
End job on node104 at 2016-06-18 22:04:03