Trace number 4096254

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

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-8_6_29.opb
MD5SUMb6e0b4940cd395cc0e5705d3de4cfca6
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 benchmark8.37573
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1406
Total number of constraints6702
Number of constraints which are clauses6697
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint37
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 29
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 66
Number of bits of the biggest sum of numbers7
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4096254-1466112175.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.52/0.38	c ... done. Wall clock time 0.278s.
0.52/0.38	c declared #vars     1406
0.52/0.38	c #constraints  6706
0.52/0.39	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.52/0.39	c constraints type 
0.52/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3996
0.52/0.39	c org.sat4j.specs.Constr$1 => 4
0.52/0.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.52/0.39	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.52/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2700
0.52/0.39	c 6706 constraints processed.
0.52/0.39	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.52/0.39	c constraints type 
0.52/0.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2700
0.52/0.39	c org.sat4j.specs.Constr$1 => 4
0.52/0.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3996
0.52/0.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.52/0.39	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.52/0.39	c 6706 constraints processed.
4.11/1.40	c cleaning 2493 clauses out of 5000 with flag 16304/5000
5.62/2.07	c cleaning 4252 clauses out of 8507 with flag 37826/11000
7.28/2.85	c cleaning 5625 clauses out of 11255 with flag 63079/18000
9.31/3.87	c cleaning 6813 clauses out of 13631 with flag 93759/26001
11.76/5.03	c cleaning 7907 clauses out of 15818 with flag 133452/35001
14.68/6.46	c cleaning 8952 clauses out of 17910 with flag 181890/45000
17.50/7.84	c cleaning 9978 clauses out of 19959 with flag 226617/56001
20.50/9.30	c cleaning 10988 clauses out of 21982 with flag 278229/68002
23.72/10.98	c cleaning 11995 clauses out of 23993 with flag 340222/81001
28.12/13.10	c cleaning 12998 clauses out of 25997 with flag 417838/95000
32.95/15.52	c cleaning 13997 clauses out of 27999 with flag 503243/110000
38.36/18.28	c cleaning 14993 clauses out of 30002 with flag 600547/126000
45.18/21.64	c cleaning 0 clauses out of 5002 with flag 0/5002
45.49/21.71	c cleaning 16000 clauses out of 32010 with flag 717482/143001
51.87/24.86	c cleaning 17001 clauses out of 34009 with flag 820488/161000
59.44/28.53	c cleaning 17998 clauses out of 36012 with flag 941505/180004
68.45/33.10	c cleaning 18995 clauses out of 38010 with flag 1080743/200000
79.47/38.51	c cleaning 20002 clauses out of 40017 with flag 1224923/221002
91.66/44.60	c cleaning 20997 clauses out of 42015 with flag 1386540/243002
104.87/51.20	c cleaning 22002 clauses out of 44018 with flag 1569384/266002
117.51/57.58	c cleaning 22998 clauses out of 46014 with flag 1743910/290000
129.54/63.53	c cleaning 24002 clauses out of 48016 with flag 1866942/315000
144.20/70.89	c cleaning 24999 clauses out of 50015 with flag 2015512/341001
159.23/78.32	c cleaning 26000 clauses out of 52015 with flag 2164805/368000
175.67/86.57	c cleaning 27001 clauses out of 54015 with flag 2325656/396000
192.77/95.08	c cleaning 27998 clauses out of 56014 with flag 2492491/425000
209.27/103.28	c cleaning 29002 clauses out of 58017 with flag 2632977/455001
225.76/111.49	c cleaning 30004 clauses out of 60015 with flag 2767149/486001
242.65/119.85	c cleaning 31003 clauses out of 62011 with flag 2920590/518001
255.08/126.07	c cleaning 0 clauses out of 11000 with flag 0/11000
264.94/130.92	c cleaning 32001 clauses out of 64007 with flag 3102973/551000
283.98/140.41	c cleaning 32996 clauses out of 66006 with flag 3272946/585000
303.64/150.24	c cleaning 34004 clauses out of 68012 with flag 3443435/620002
323.70/160.21	c cleaning 34995 clauses out of 70006 with flag 3620465/656000
343.19/169.95	c cleaning 36003 clauses out of 72011 with flag 3798396/693000
363.51/180.08	c cleaning 36999 clauses out of 74008 with flag 3974468/731000
390.00/193.23	c cleaning 37999 clauses out of 76010 with flag 4173946/770001
415.33/205.85	c cleaning 39002 clauses out of 78011 with flag 4380041/810001
443.62/219.96	c cleaning 39996 clauses out of 80008 with flag 4590777/851000
474.74/235.42	c cleaning 41003 clauses out of 82013 with flag 4827545/893001
503.42/249.80	c cleaning 41996 clauses out of 84009 with flag 5055800/936000
535.35/265.67	c cleaning 43003 clauses out of 86014 with flag 5284664/980001
571.76/283.76	c cleaning 44002 clauses out of 88010 with flag 5545533/1025000
608.33/301.98	c cleaning 44996 clauses out of 90008 with flag 5782568/1071000
648.51/321.96	c cleaning 45997 clauses out of 92012 with flag 6036087/1118000
689.51/342.32	c cleaning 47004 clauses out of 94016 with flag 6271726/1166001
732.69/363.87	c cleaning 48002 clauses out of 96011 with flag 6533124/1215000
778.06/386.43	c cleaning 49003 clauses out of 98010 with flag 6801734/1265001
824.16/409.31	c cleaning 49994 clauses out of 100006 with flag 7074702/1316000
869.77/432.02	c cleaning 0 clauses out of 18000 with flag 0/18000
877.40/435.81	c cleaning 50998 clauses out of 102012 with flag 7382483/1368000
932.32/463.19	c cleaning 52000 clauses out of 104014 with flag 7689667/1421000
985.94/489.84	c cleaning 53000 clauses out of 106015 with flag 7988190/1475001
1041.85/517.70	c cleaning 53999 clauses out of 108015 with flag 8303309/1530001
1099.77/546.43	c cleaning 55005 clauses out of 110015 with flag 8609919/1586000
1162.35/577.52	c cleaning 56002 clauses out of 112012 with flag 8940847/1643002
1226.26/609.40	c cleaning 57003 clauses out of 114012 with flag 9273465/1701004
1303.81/647.99	c cleaning 57999 clauses out of 116007 with flag 9608267/1760002
1373.72/682.76	c cleaning 58994 clauses out of 118007 with flag 9936266/1820001
1439.30/715.34	c cleaning 59996 clauses out of 120012 with flag 10262723/1881000
1509.83/750.45	c cleaning 61008 clauses out of 122017 with flag 10618384/1943001
1582.25/786.49	c cleaning 61996 clauses out of 124008 with flag 10976475/2006000
1663.75/826.90	c cleaning 63001 clauses out of 126014 with flag 11350867/2070002
1749.41/869.59	c cleaning 63998 clauses out of 128011 with flag 11761602/2135000
1800.16/894.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/894.90	c starts		: 433
1800.16/894.90	c conflicts		: 2182031
1800.16/894.90	c decisions		: 2484948
1800.16/894.90	c propagations		: 216712917
1800.16/894.90	c inspects		: 11175500994
1800.16/894.90	c shortcuts		: 0
1800.16/894.90	c learnt literals	: 0
1800.16/894.90	c learnt binary clauses	: 0
1800.16/894.90	c learnt ternary clauses	: 75
1800.16/894.90	c learnt constraints	: 2182031
1800.16/894.90	c ignored constraints	: 0
1800.16/894.90	c root simplifications	: 0
1800.16/894.90	c removed literals (reason simplification)	: 19182128
1800.16/894.90	c reason swapping (by a shorter reason)	: 0
1800.16/894.90	c Calls to reduceDB	: 61
1800.16/894.90	c Number of update (reduction) of LBD	: 449806
1800.16/894.90	c Imported unit clauses	: 0
1800.16/894.90	c number of reductions to clauses (during analyze)	: 0
1800.16/894.90	c number of learned constraints concerned by reduction	: 0
1800.16/894.90	c number of learning phase by resolution	: 0
1800.16/894.90	c number of learning phase by cutting planes	: 0
1800.16/894.90	c speed (assignments/second)	: 242270.5185420365
1800.16/894.90	c non guided choices	145
1800.16/894.93	c learnt constraints type 
1800.16/894.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 111044
1800.16/894.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/894.93	c starts		: 53
1800.16/894.93	c conflicts		: 24715
1800.16/894.93	c decisions		: 31624
1800.16/894.93	c propagations		: 3380158
1800.16/894.93	c inspects		: 1222671904
1800.16/894.93	c shortcuts		: 0
1800.16/894.93	c learnt literals	: 0
1800.16/894.93	c learnt binary clauses	: 0
1800.16/894.93	c learnt ternary clauses	: 11
1800.16/894.93	c learnt constraints	: 24715
1800.16/894.93	c ignored constraints	: 0
1800.16/894.93	c root simplifications	: 0
1800.16/894.93	c removed literals (reason simplification)	: 0
1800.16/894.93	c reason swapping (by a shorter reason)	: 0
1800.16/894.93	c Calls to reduceDB	: 3
1800.16/894.93	c Number of update (reduction) of LBD	: 0
1800.16/894.93	c Imported unit clauses	: 0
1800.16/894.93	c number of reductions to clauses (during analyze)	: 0
1800.16/894.93	c number of learned constraints concerned by reduction	: 0
1800.16/894.93	c number of learning phase by resolution	: 0
1800.16/894.93	c number of learning phase by cutting planes	: 0
1800.16/894.93	c speed (assignments/second)	: 3778.777454944657
1800.16/894.93	c non guided choices	145
1800.16/894.94	c learnt constraints type 
1800.16/894.94	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 6932
1800.16/894.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 429
1800.16/894.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17354
1800.16/894.94	s UNKNOWN
1800.16/894.94	c Total wall clock time (in seconds): 894.833

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

pid=16924
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: 2.04 2.14 2.16 7/195 16927
/proc/meminfo: memFree=30411340/32872528 swapFree=1315980/1463148
[pid=16927] ppid=16924 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/16927/stat : 16927 (java) S 16924 16927 14504 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 13264383 98570240 978 33554432000 1073741824 1073778376 140734262412672 140734262403808 227515859005 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16927/statm: 24065 978 744 9 0 16771 0
[pid=16927/tid=16928] ppid=16924 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16928/stat : 16928 (java) R 16924 16927 14504 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 13264384 98570240 978 33554432000 1073741824 1073778376 140734262412672 139743679491624 227512501632 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.100117 s]
/proc/loadavg: 2.04 2.14 2.16 7/195 16927
/proc/meminfo: memFree=30411340/32872528 swapFree=1315980/1463148
[pid=16927] ppid=16924 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/16927/stat : 16927 (java) S 16924 16927 14504 0 -1 4202496 4506 0 1 0 10 1 0 0 20 0 18 0 13264383 9787879424 6139 33554432000 1073741824 1073778376 140734262412672 140734262403808 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16927/statm: 2389619 6143 2156 9 0 2380296 0
[pid=16927/tid=16928] ppid=16924 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/16927/task/16928/stat : 16928 (java) R 16924 16927 14504 0 -1 4202560 2410 0 1 0 7 0 0 0 20 0 18 0 13264384 9787879424 6143 33554432000 1073741824 1073778376 140734262412672 139743679495072 139743685849205 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200271 s]
/proc/loadavg: 2.04 2.14 2.16 7/195 16927
/proc/meminfo: memFree=30411340/32872528 swapFree=1315980/1463148
[pid=16927] ppid=16924 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/16927/stat : 16927 (java) S 16924 16927 14504 0 -1 4202496 5005 0 1 0 27 1 0 0 20 0 18 0 13264383 9787879424 7034 33554432000 1073741824 1073778376 140734262412672 140734262403808 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16927/statm: 2389619 7034 2216 9 0 2380296 0
[pid=16927/tid=16928] ppid=16924 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/16927/task/16928/stat : 16928 (java) R 16924 16927 14504 0 -1 4202560 2426 0 1 0 17 0 0 0 20 0 18 0 13264384 9787879424 7034 33554432000 1073741824 1073778376 140734262412672 139743679496040 139743551567331 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300264 s]
/proc/loadavg: 2.04 2.14 2.16 7/195 16927
/proc/meminfo: memFree=30411340/32872528 swapFree=1315980/1463148
[pid=16927] ppid=16924 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/16927/stat : 16927 (java) S 16924 16927 14504 0 -1 4202496 6026 0 1 0 51 1 0 0 20 0 18 0 13264383 9787879424 9511 33554432000 1073741824 1073778376 140734262412672 140734262403808 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16927/statm: 2389619 9511 2234 9 0 2380296 0
[pid=16927/tid=16928] ppid=16924 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/16927/task/16928/stat : 16928 (java) R 16924 16927 14504 0 -1 4202560 2430 0 1 0 27 0 0 0 20 0 18 0 13264384 9787879424 9511 33554432000 1073741824 1073778376 140734262412672 139743679496040 139743551577761 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.70022 s]
/proc/loadavg: 2.04 2.14 2.16 7/195 16927
/proc/meminfo: memFree=30411340/32872528 swapFree=1315980/1463148
[pid=16927] ppid=16924 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/16927/stat : 16927 (java) S 16924 16927 14504 0 -1 4202496 15916 0 1 0 173 3 0 0 20 0 22 0 13264383 10060525568 18655 33554432000 1073741824 1073778376 140734262412672 140734262403808 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16927/statm: 2456183 18655 2263 9 0 2446860 0
[pid=16927/tid=16928] ppid=16924 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/16927/task/16928/stat : 16928 (java) S 16924 16927 14504 0 -1 4202560 2465 0 1 0 37 0 0 0 20 0 22 0 13264384 10060525568 18655 33554432000 1073741824 1073778376 140734262412672 139743679497080 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 2.04 2.14 2.16 6/208 17008
/proc/meminfo: memFree=30381368/32872528 swapFree=1315980/1463148
[pid=16927] ppid=16924 vsize=9824732 CPUtime=4.4 cores=0,2,4,6
/proc/16927/stat : 16927 (java) S 16924 16927 14504 0 -1 4202496 21972 0 1 0 434 6 0 0 20 0 22 0 13264383 10060525568 46577 33554432000 1073741824 1073778376 140734262412672 140734262403808 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16927/statm: 2456183 46577 2289 9 0 2446860 0
[pid=16927/tid=16928] ppid=16924 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/16927/task/16928/stat : 16928 (java) S 16924 16927 14504 0 -1 4202560 2465 0 1 0 37 0 0 0 20 0 22 0 13264384 10060525568 46577 33554432000 1073741824 1073778376 140734262412672 139743679497080 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16927/tid=16930] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16930/stat : 16930 (java) S 16924 16927 14504 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13264384 10060525568 46577 33554432000 1073741824 1073778376 140734262412672 139743523092648 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16927/tid=16931] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16931/stat : 16931 (java) S 16924 16927 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13264384 10060525568 46577 33554432000 1073741824 1073778376 140734262412672 139743522040104 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16927/tid=16932] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16932/stat : 16932 (java) S 16924 16927 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13264384 10060525568 46577 33554432000 1073741824 1073778376 140734262412672 139743520987560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16927/tid=16933] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16933/stat : 16933 (java) S 16924 16927 14504 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13264384 10060525568 46577 33554432000 1073741824 1073778376 140734262412672 139743519935016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16927/tid=16934] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16934/stat : 16934 (java) S 16924 16927 14504 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13264384 10060525568 46577 33554432000 1073741824 1073778376 140734262412672 139743518882472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16927/tid=16935] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16935/stat : 16935 (java) S 16924 16927 14504 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13264384 10060525568 46577 33554432000 1073741824 1073778376 140734262412672 139743517829928 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16927/tid=16936] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16936/stat : 16936 (java) S 16924 16927 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13264384 10060525568 46577 33554432000 1073741824 1073778376 140734262412672 139743516777384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16927/tid=16937] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16937/stat : 16937 (java) S 16924 16927 14504 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13264384 10060525568 46577 33554432000 1073741824 1073778376 140734262412672 139743515724840 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16938] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16938/stat : 16938 (java) S 16924 16927 14504 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 13264386 10060525568 46434 33554432000 1073741824 1073778376 140734262412672 139743503525992 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16939] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16939/stat : 16939 (java) S 16924 16927 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13264386 10060525568 46434 33554432000 1073741824 1073778376 140734262412672 139743502472312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16940] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16940/stat : 16940 (java) S 16924 16927 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13264386 10060525568 46434 33554432000 1073741824 1073778376 140734262412672 139743501419656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16941] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16941/stat : 16941 (java) S 16924 16927 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13264388 10060525568 46434 33554432000 1073741824 1073778376 140734262412672 139743500368400 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16942] ppid=16924 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/16927/task/16942/stat : 16942 (java) R 16924 16927 14504 0 -1 4202560 10438 0 0 0 94 3 0 0 20 0 22 0 13264388 10060525568 46434 33554432000 1073741824 1073778376 140734262412672 139743499315768 227512542327 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16943] ppid=16924 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/16927/task/16943/stat : 16943 (java) R 16924 16927 14504 0 -1 4202560 7583 0 0 0 98 1 0 0 20 0 22 0 13264388 10060525568 46434 33554432000 1073741824 1073778376 140734262412672 139743498250752 139743685339675 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16927/tid=16944] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16944/stat : 16944 (java) S 16924 16927 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13264388 10060525568 46434 33554432000 1073741824 1073778376 140734262412672 139743497210872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16927/tid=16945] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16945/stat : 16945 (java) S 16924 16927 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13264388 10060525568 46434 33554432000 1073741824 1073778376 140734262412672 139743496158536 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16946] ppid=16924 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/16927/task/16946/stat : 16946 (java) R 16924 16927 14504 0 -1 4202560 17 0 0 0 98 0 0 0 20 0 22 0 13264423 10060525568 46434 33554432000 1073741824 1073778376 140734262412672 139743494731872 139743552189714 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16927/tid=16947] ppid=16924 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/16927/task/16947/stat : 16947 (java) R 16924 16927 14504 0 -1 4202560 84 0 0 0 97 2 0 0 20 0 22 0 13264423 10060525568 46434 33554432000 1073741824 1073778376 140734262412672 139743493680192 139743552096157 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16927/tid=16948] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16948/stat : 16948 (java) S 16924 16927 14504 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 13264423 10060525568 46434 33554432000 1073741824 1073778376 140734262412672 139743492629544 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16927/tid=16949] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16949/stat : 16949 (java) S 16924 16927 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13264424 10060525568 46434 33554432000 1073741824 1073778376 140734262412672 139743491577000 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 2.04 2.14 2.16 7/213 17079
/proc/meminfo: memFree=30322544/32872528 swapFree=1315980/1463148
[pid=16927] ppid=16924 vsize=9824732 CPUtime=7.91 cores=0,2,4,6
/proc/16927/stat : 16927 (java) S 16924 16927 14504 0 -1 4202496 24517 0 1 0 780 11 0 0 20 0 22 0 13264383 10060525568 83105 33554432000 1073741824 1073778376 140734262412672 140734262403808 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16927/statm: 2456183 83105 2292 9 0 2446860 0
[pid=16927/tid=16928] ppid=16924 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/16927/task/16928/stat : 16928 (java) S 16924 16927 14504 0 -1 4202560 2465 0 1 0 37 0 0 0 20 0 22 0 13264384 10060525568 83105 33554432000 1073741824 1073778376 140734262412672 139743679497080 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16927/tid=16930] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16930/stat : 16930 (java) S 16924 16927 14504 0 -1 4202560 84 0 0 0 0 0 0 0 20 0 22 0 13264384 10060525568 83105 33554432000 1073741824 1073778376 140734262412672 139743523092648 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16927/tid=16931] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16931/stat : 16931 (java) S 16924 16927 14504 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13264384 10060525568 83105 33554432000 1073741824 1073778376 140734262412672 139743522040104 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16927/tid=16932] ppid=16924 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/16927/task/16932/stat : 16932 (java) S 16924 16927 14504 0 -1 4202560 89 0 0 0 1 0 0 0 20 0 22 0 13264384 10060525568 83105 33554432000 1073741824 1073778376 140734262412672 139743520987560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16927/tid=16933] ppid=16924 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/16927/task/16933/stat : 16933 (java) S 16924 16927 14504 0 -1 4202560 56 0 0 0 1 0 0 0 20 0 22 0 13264384 10060525568 83105 33554432000 1073741824 1073778376 140734262412672 139743519935016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16927/tid=16934] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16934/stat : 16934 (java) S 16924 16927 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13264384 10060525568 83105 33554432000 1073741824 1073778376 140734262412672 139743518882472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16927/tid=16935] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16935/stat : 16935 (java) S 16924 16927 14504 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13264384 10060525568 83105 33554432000 1073741824 1073778376 140734262412672 139743517829928 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16927/tid=16936] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16936/stat : 16936 (java) S 16924 16927 14504 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 13264384 10060525568 83105 33554432000 1073741824 1073778376 140734262412672 139743516777384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16937] ppid=16924 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/16927/task/16937/stat : 16937 (java) S 16924 16927 14504 0 -1 4202560 96 0 0 0 1 0 0 0 20 0 22 0 13264384 10060525568 83105 33554432000 1073741824 1073778376 140734262412672 139743515724840 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16938] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16938/stat : 16938 (java) S 16924 16927 14504 0 -1 4202560 185 0 0 0 0 0 0 0 20 0 22 0 13264386 10060525568 83105 33554432000 1073741824 1073778376 140734262412672 139743503525992 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16927/tid=16939] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16939/stat : 16939 (java) S 16924 16927 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13264386 10060525568 83105 33554432000 1073741824 1073778376 140734262412672 139743502472312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16940] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16940/stat : 16940 (java) S 16924 16927 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13264386 10060525568 83105 33554432000 1073741824 1073778376 140734262412672 139743501419656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16941] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16941/stat : 16941 (java) S 16924 16927 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13264388 10060525568 83105 33554432000 1073741824 1073778376 140734262412672 139743500368400 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16942] ppid=16924 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/16927/task/16942/stat : 16942 (java) S 16924 16927 14504 0 -1 4202560 12497 0 0 0 116 3 0 0 20 0 22 0 13264388 10060525568 83105 33554432000 1073741824 1073778376 140734262412672 139743499315768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16927/tid=16943] ppid=16924 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/16927/task/16943/stat : 16943 (java) S 16924 16927 14504 0 -1 4202560 7584 0 0 0 104 1 0 0 20 0 22 0 13264388 10060525568 83105 33554432000 1073741824 1073778376 140734262412672 139743498263224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16944] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16944/stat : 16944 (java) S 16924 16927 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13264388 10060525568 83105 33554432000 1073741824 1073778376 140734262412672 139743497210872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16927/tid=16945] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16945/stat : 16945 (java) S 16924 16927 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13264388 10060525568 83105 33554432000 1073741824 1073778376 140734262412672 139743496158536 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16927/tid=16946] ppid=16924 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/16927/task/16946/stat : 16946 (java) R 16924 16927 14504 0 -1 4202560 18 0 0 0 254 0 0 0 20 0 22 0 13264423 10060525568 83105 33554432000 1073741824 1073778376 140734262412672 139743494732008 139743552404192 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16947] ppid=16924 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/16927/task/16947/stat : 16947 (java) R 16924 16927 14504 0 -1 4202560 144 0 0 0 251 3 0 0 20 0 22 0 13264423 10060525568 83105 33554432000 1073741824 1073778376 140734262412672 139743493680336 139743552322138 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16927/tid=16948] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16948/stat : 16948 (java) S 16924 16927 14504 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 13264423 10060525568 83105 33554432000 1073741824 1073778376 140734262412672 139743492629544 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16927/tid=16949] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16949/stat : 16949 (java) S 16924 16927 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13264424 10060525568 83105 33554432000 1073741824 1073778376 140734262412672 139743491577000 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.91
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 2.36 2.21 2.18 6/217 17083
/proc/meminfo: memFree=29606048/32872528 swapFree=1315980/1463148
[pid=16927] ppid=16924 vsize=9824732 CPUtime=14.48 cores=0,2,4,6
/proc/16927/stat : 16927 (java) S 16924 16927 14504 0 -1 4202496 25191 0 1 0 1432 16 0 0 20 0 22 0 13264383 10060525568 151699 33554432000 1073741824 1073778376 140734262412672 140734262403808 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16927/statm: 2456183 151699 2292 9 0 2446860 0
[pid=16927/tid=16928] ppid=16924 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/16927/task/16928/stat : 16928 (java) S 16924 16927 14504 0 -1 4202560 2465 0 1 0 37 0 0 0 20 0 22 0 13264384 10060525568 151699 33554432000 1073741824 1073778376 140734262412672 139743679497080 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16927/tid=16930] ppid=16924 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/16927/task/16930/stat : 16930 (java) S 16924 16927 14504 0 -1 4202560 87 0 0 0 1 0 0 0 20 0 22 0 13264384 10060525568 151699 33554432000 1073741824 1073778376 140734262412672 139743523092648 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16927/tid=16931] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16931/stat : 16931 (java) S 16924 16927 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13264384 10060525568 151699 33554432000 1073741824 1073778376 140734262412672 139743522040104 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16927/tid=16932] ppid=16924 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/16927/task/16932/stat : 16932 (java) S 16924 16927 14504 0 -1 4202560 92 0 0 0 2 0 0 0 20 0 22 0 13264384 10060525568 151699 33554432000 1073741824 1073778376 140734262412672 139743520987560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16927/tid=16933] ppid=16924 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/16927/task/16933/stat : 16933 (java) S 16924 16927 14504 0 -1 4202560 56 0 0 0 1 0 0 0 20 0 22 0 13264384 10060525568 151699 33554432000 1073741824 1073778376 140734262412672 139743519935016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16927/tid=16934] ppid=16924 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/16927/task/16934/stat : 16934 (java) S 16924 16927 14504 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 13264384 10060525568 151699 33554432000 1073741824 1073778376 140734262412672 139743518882472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16927/tid=16935] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16935/stat : 16935 (java) S 16924 16927 14504 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13264384 10060525568 151699 33554432000 1073741824 1073778376 140734262412672 139743517829928 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16927/tid=16936] ppid=16924 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/16927/task/16936/stat : 16936 (java) S 16924 16927 14504 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 13264384 10060525568 151699 33554432000 1073741824 1073778376 140734262412672 139743516777384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16937] ppid=16924 vsize=9824732 CPUtime=0.01 cores=0,2,4,6

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

/proc/16927/task/16932/stat : 16932 (java) S 16924 16927 14504 0 -1 4202560 426 0 0 0 300 5 0 0 20 0 22 0 13264384 10060525568 357061 33554432000 1073741824 1073778376 140734262412672 139743520987560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16927/tid=16933] ppid=16924 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/16927/task/16933/stat : 16933 (java) S 16924 16927 14504 0 -1 4202560 362 0 0 0 276 4 0 0 20 0 22 0 13264384 10060525568 357061 33554432000 1073741824 1073778376 140734262412672 139743519935016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16927/tid=16934] ppid=16924 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/16927/task/16934/stat : 16934 (java) S 16924 16927 14504 0 -1 4202560 326 0 0 0 295 4 0 0 20 0 22 0 13264384 10060525568 357061 33554432000 1073741824 1073778376 140734262412672 139743518882472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16927/tid=16935] ppid=16924 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/16927/task/16935/stat : 16935 (java) S 16924 16927 14504 0 -1 4202560 320 0 0 0 290 4 0 0 20 0 22 0 13264384 10060525568 357061 33554432000 1073741824 1073778376 140734262412672 139743517829928 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16927/tid=16936] ppid=16924 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/16927/task/16936/stat : 16936 (java) S 16924 16927 14504 0 -1 4202560 332 0 0 0 292 5 0 0 20 0 22 0 13264384 10060525568 357061 33554432000 1073741824 1073778376 140734262412672 139743516777384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16927/tid=16937] ppid=16924 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/16927/task/16937/stat : 16937 (java) S 16924 16927 14504 0 -1 4202560 423 0 0 0 290 6 0 0 20 0 22 0 13264384 10060525568 357061 33554432000 1073741824 1073778376 140734262412672 139743515724840 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16927/tid=16938] ppid=16924 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/16927/task/16938/stat : 16938 (java) S 16924 16927 14504 0 -1 4202560 891 0 0 0 44 38 0 0 20 0 22 0 13264386 10060525568 357061 33554432000 1073741824 1073778376 140734262412672 139743503525992 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16927/tid=16939] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16939/stat : 16939 (java) S 16924 16927 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13264386 10060525568 357061 33554432000 1073741824 1073778376 140734262412672 139743502472312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16940] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16940/stat : 16940 (java) S 16924 16927 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13264386 10060525568 357061 33554432000 1073741824 1073778376 140734262412672 139743501419656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16941] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16941/stat : 16941 (java) S 16924 16927 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13264388 10060525568 357061 33554432000 1073741824 1073778376 140734262412672 139743500368400 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16942] ppid=16924 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/16927/task/16942/stat : 16942 (java) S 16924 16927 14504 0 -1 4202560 15349 0 0 0 176 3 0 0 20 0 22 0 13264388 10060525568 357061 33554432000 1073741824 1073778376 140734262412672 139743499315768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16927/tid=16943] ppid=16924 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/16927/task/16943/stat : 16943 (java) S 16924 16927 14504 0 -1 4202560 7610 0 0 0 116 1 0 0 20 0 22 0 13264388 10060525568 357061 33554432000 1073741824 1073778376 140734262412672 139743498263224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16944] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16944/stat : 16944 (java) S 16924 16927 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13264388 10060525568 357061 33554432000 1073741824 1073778376 140734262412672 139743497210872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16927/tid=16945] ppid=16924 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/16927/task/16945/stat : 16945 (java) S 16924 16927 14504 0 -1 4202560 51 0 0 0 14 15 0 0 20 0 22 0 13264388 10060525568 357061 33554432000 1073741824 1073778376 140734262412672 139743496158536 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16927/tid=16946] ppid=16924 vsize=9824732 CPUtime=871.16 cores=0,2,4,6
/proc/16927/task/16946/stat : 16946 (java) R 16924 16927 14504 0 -1 4202560 177 0 0 0 87101 15 0 0 20 0 22 0 13264423 10060525568 357061 33554432000 1073741824 1073778376 140734262412672 139743494732960 139743552193616 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16947] ppid=16924 vsize=9824732 CPUtime=871.31 cores=0,2,4,6
/proc/16927/task/16947/stat : 16947 (java) R 16924 16927 14504 0 -1 4202560 1429 0 0 0 87093 38 0 0 20 0 22 0 13264423 10060525568 357061 33554432000 1073741824 1073778376 140734262412672 139743493679536 139743552287718 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16927/tid=16948] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16948/stat : 16948 (java) S 16924 16927 14504 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 13264423 10060525568 357061 33554432000 1073741824 1073778376 140734262412672 139743492629544 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16927/tid=16949] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16949/stat : 16949 (java) S 16924 16927 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13264424 10060525568 357061 33554432000 1073741824 1073778376 140734262412672 139743491577000 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1774.84
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.901 s]
/proc/loadavg: 4.50 4.15 3.40 5/217 17103
/proc/meminfo: memFree=27081720/32872528 swapFree=1315980/1463148
[pid=16927] ppid=16924 vsize=9824732 CPUtime=1800.16 cores=0,2,4,6
/proc/16927/stat : 16927 (java) S 16924 16927 14504 0 -1 4202496 32169 0 1 0 179893 123 0 0 20 0 22 0 13264383 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 140734262403808 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16927/statm: 2456183 356116 2301 9 0 2446860 0
[pid=16927/tid=16928] ppid=16924 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/16927/task/16928/stat : 16928 (java) S 16924 16927 14504 0 -1 4202560 2476 0 1 0 39 2 0 0 20 0 22 0 13264384 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743679497080 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16927/tid=16930] ppid=16924 vsize=9824732 CPUtime=3.07 cores=0,2,4,6
/proc/16927/task/16930/stat : 16930 (java) S 16924 16927 14504 0 -1 4202560 405 0 0 0 302 5 0 0 20 0 22 0 13264384 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743523092648 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16927/tid=16931] ppid=16924 vsize=9824732 CPUtime=3.16 cores=0,2,4,6
/proc/16927/task/16931/stat : 16931 (java) S 16924 16927 14504 0 -1 4202560 314 0 0 0 311 5 0 0 20 0 22 0 13264384 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743522040104 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16927/tid=16932] ppid=16924 vsize=9824732 CPUtime=3.09 cores=0,2,4,6
/proc/16927/task/16932/stat : 16932 (java) S 16924 16927 14504 0 -1 4202560 426 0 0 0 304 5 0 0 20 0 22 0 13264384 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743520987560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16927/tid=16933] ppid=16924 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/16927/task/16933/stat : 16933 (java) S 16924 16927 14504 0 -1 4202560 362 0 0 0 279 4 0 0 20 0 22 0 13264384 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743519935016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16927/tid=16934] ppid=16924 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/16927/task/16934/stat : 16934 (java) S 16924 16927 14504 0 -1 4202560 327 0 0 0 298 5 0 0 20 0 22 0 13264384 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743518882472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16927/tid=16935] ppid=16924 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/16927/task/16935/stat : 16935 (java) S 16924 16927 14504 0 -1 4202560 320 0 0 0 294 4 0 0 20 0 22 0 13264384 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743517829928 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16927/tid=16936] ppid=16924 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/16927/task/16936/stat : 16936 (java) S 16924 16927 14504 0 -1 4202560 332 0 0 0 297 5 0 0 20 0 22 0 13264384 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743516777384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16937] ppid=16924 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/16927/task/16937/stat : 16937 (java) S 16924 16927 14504 0 -1 4202560 423 0 0 0 296 6 0 0 20 0 22 0 13264384 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743515724840 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16938] ppid=16924 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/16927/task/16938/stat : 16938 (java) S 16924 16927 14504 0 -1 4202560 891 0 0 0 44 39 0 0 20 0 22 0 13264386 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743503525992 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16927/tid=16939] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16939/stat : 16939 (java) S 16924 16927 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13264386 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743502472312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16940] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16940/stat : 16940 (java) S 16924 16927 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13264386 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743501419656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16941] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16941/stat : 16941 (java) S 16924 16927 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13264388 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743500368400 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16942] ppid=16924 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/16927/task/16942/stat : 16942 (java) S 16924 16927 14504 0 -1 4202560 15349 0 0 0 176 3 0 0 20 0 22 0 13264388 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743499315768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16927/tid=16943] ppid=16924 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/16927/task/16943/stat : 16943 (java) S 16924 16927 14504 0 -1 4202560 7610 0 0 0 116 1 0 0 20 0 22 0 13264388 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743498263224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16944] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16944/stat : 16944 (java) S 16924 16927 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13264388 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743497210872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16927/tid=16945] ppid=16924 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/16927/task/16945/stat : 16945 (java) S 16924 16927 14504 0 -1 4202560 51 0 0 0 15 15 0 0 20 0 22 0 13264388 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743496158536 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16927/tid=16946] ppid=16924 vsize=9824732 CPUtime=883.59 cores=0,2,4,6
/proc/16927/task/16946/stat : 16946 (java) R 16924 16927 14504 0 -1 4202560 178 0 0 0 88344 15 0 0 20 0 22 0 13264423 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743494732944 139743552193616 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16927/tid=16947] ppid=16924 vsize=9824732 CPUtime=883.75 cores=0,2,4,6
/proc/16927/task/16947/stat : 16947 (java) R 16924 16927 14504 0 -1 4202560 1435 0 0 0 88337 38 0 0 20 0 22 0 13264423 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743493681552 139743552252716 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16927/tid=16948] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16948/stat : 16948 (java) S 16924 16927 14504 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 13264423 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743492629544 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16927/tid=16949] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16949/stat : 16949 (java) S 16924 16927 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13264424 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743491577000 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 16927 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.901 s]
/proc/loadavg: 4.50 4.15 3.40 5/217 17103
/proc/meminfo: memFree=27081720/32872528 swapFree=1315980/1463148
[pid=16927] ppid=16924 vsize=9824732 CPUtime=1800.16 cores=0,2,4,6
/proc/16927/stat : 16927 (java) S 16924 16927 14504 0 -1 4202496 32169 0 1 0 179893 123 0 0 20 0 22 0 13264383 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 140734262403808 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16927/statm: 2456183 356116 2301 9 0 2446860 0
[pid=16927/tid=16928] ppid=16924 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/16927/task/16928/stat : 16928 (java) S 16924 16927 14504 0 -1 4202560 2476 0 1 0 39 2 0 0 20 0 22 0 13264384 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743679497080 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16927/tid=16930] ppid=16924 vsize=9824732 CPUtime=3.07 cores=0,2,4,6
/proc/16927/task/16930/stat : 16930 (java) S 16924 16927 14504 0 -1 4202560 405 0 0 0 302 5 0 0 20 0 22 0 13264384 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743523092648 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16927/tid=16931] ppid=16924 vsize=9824732 CPUtime=3.16 cores=0,2,4,6
/proc/16927/task/16931/stat : 16931 (java) S 16924 16927 14504 0 -1 4202560 314 0 0 0 311 5 0 0 20 0 22 0 13264384 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743522040104 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16927/tid=16932] ppid=16924 vsize=9824732 CPUtime=3.09 cores=0,2,4,6
/proc/16927/task/16932/stat : 16932 (java) S 16924 16927 14504 0 -1 4202560 426 0 0 0 304 5 0 0 20 0 22 0 13264384 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743520987560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16927/tid=16933] ppid=16924 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/16927/task/16933/stat : 16933 (java) S 16924 16927 14504 0 -1 4202560 362 0 0 0 279 4 0 0 20 0 22 0 13264384 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743519935016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16927/tid=16934] ppid=16924 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/16927/task/16934/stat : 16934 (java) S 16924 16927 14504 0 -1 4202560 327 0 0 0 298 5 0 0 20 0 22 0 13264384 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743518882472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16927/tid=16935] ppid=16924 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/16927/task/16935/stat : 16935 (java) S 16924 16927 14504 0 -1 4202560 320 0 0 0 294 4 0 0 20 0 22 0 13264384 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743517829928 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16927/tid=16936] ppid=16924 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/16927/task/16936/stat : 16936 (java) S 16924 16927 14504 0 -1 4202560 332 0 0 0 297 5 0 0 20 0 22 0 13264384 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743516777384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16937] ppid=16924 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/16927/task/16937/stat : 16937 (java) S 16924 16927 14504 0 -1 4202560 423 0 0 0 296 6 0 0 20 0 22 0 13264384 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743515724840 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16938] ppid=16924 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/16927/task/16938/stat : 16938 (java) S 16924 16927 14504 0 -1 4202560 891 0 0 0 44 39 0 0 20 0 22 0 13264386 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743503525992 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16927/tid=16939] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16939/stat : 16939 (java) S 16924 16927 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13264386 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743502472312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16940] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16940/stat : 16940 (java) S 16924 16927 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13264386 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743501419656 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16941] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16941/stat : 16941 (java) S 16924 16927 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13264388 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743500368400 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16942] ppid=16924 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/16927/task/16942/stat : 16942 (java) S 16924 16927 14504 0 -1 4202560 15349 0 0 0 176 3 0 0 20 0 22 0 13264388 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743499315768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16927/tid=16943] ppid=16924 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/16927/task/16943/stat : 16943 (java) S 16924 16927 14504 0 -1 4202560 7610 0 0 0 116 1 0 0 20 0 22 0 13264388 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743498263224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16927/tid=16944] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16944/stat : 16944 (java) S 16924 16927 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13264388 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743497210872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16927/tid=16945] ppid=16924 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/16927/task/16945/stat : 16945 (java) S 16924 16927 14504 0 -1 4202560 51 0 0 0 15 15 0 0 20 0 22 0 13264388 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743496158536 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16927/tid=16946] ppid=16924 vsize=9824732 CPUtime=883.59 cores=0,2,4,6
/proc/16927/task/16946/stat : 16946 (java) R 16924 16927 14504 0 -1 4202560 178 0 0 0 88344 15 0 0 20 0 22 0 13264423 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743494732944 139743552193616 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16927/tid=16947] ppid=16924 vsize=9824732 CPUtime=883.75 cores=0,2,4,6
/proc/16927/task/16947/stat : 16947 (java) R 16924 16927 14504 0 -1 4202560 1435 0 0 0 88337 38 0 0 20 0 22 0 13264423 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743493681552 139743552252716 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16927/tid=16948] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16948/stat : 16948 (java) S 16924 16927 14504 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 13264423 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743492629544 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16927/tid=16949] ppid=16924 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16927/task/16949/stat : 16949 (java) S 16924 16927 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13264424 10060525568 356116 33554432000 1073741824 1073778376 140734262412672 139743491577000 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 894.963
CPU time (s): 1800.16
CPU user time (s): 1798.93
CPU system time (s): 1.23
CPU usage (%): 201.144
Max. virtual memory (cumulated for all children) (KiB): 9825756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.77
system time used= 1.68174
maximum resident set size= 1717616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32205
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38281
involuntary context switches= 50513

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.40318 second user time and 6.97494 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-16 23:22:55
IDJOB=4096254
IDBENCH=107588
IDSOLVER=2543
FILE ID=node121/4096254-1466112175
RUNJOBID= node121-1466112173-16810
PBS_JOBID= 19904064
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-8_6_29.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096254-1466112175/watcher-4096254-1466112175 -o /tmp/evaluation-result-4096254-1466112175/solver-4096254-1466112175 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466112173-16810 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4096254-1466112175.opb

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

MD5SUM BENCH= b6e0b4940cd395cc0e5705d3de4cfca6
RANDOM SEED=1580782638

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:        30417376 kB
Buffers:           43532 kB
Cached:           119548 kB
SwapCached:         2496 kB
Active:           185496 kB
Inactive:          92324 kB
Active(anon):     115600 kB
Inactive(anon):     1756 kB
Active(file):      69896 kB
Inactive(file):    90568 kB
Unevictable:     1463148 kB
Mlocked:         1315980 kB
SwapTotal:      67108856 kB
SwapFree:       67099740 kB
Dirty:              1640 kB
Writeback:             8 kB
AnonPages:       1549644 kB
Mapped:            15056 kB
Shmem:                 0 kB
Slab:             568580 kB
SReclaimable:      12356 kB
SUnreclaim:       556224 kB
KernelStack:        1624 kB
PageTables:         7260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2142556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    192512 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= 71720 MiB
End job on node121 at 2016-06-16 23:37:50