Trace number 4097913

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.9 895.961

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression32_13.opb
MD5SUM29ef5a3d2a2feb1d7447df3e3126a59a
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, 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 variables2070
Total number of constraints9950
Number of constraints which are clauses9945
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 constraint45
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 13
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 58
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4097913-1466114511.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.97/0.51	c ... done. Wall clock time 0.403s.
0.97/0.51	c declared #vars     2070
0.97/0.51	c #constraints  9954
0.97/0.52	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.97/0.52	c constraints type 
0.97/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5940
0.97/0.52	c org.sat4j.specs.Constr$1 => 4
0.97/0.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.97/0.52	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.97/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4004
0.97/0.52	c 9954 constraints processed.
0.97/0.52	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.97/0.52	c constraints type 
0.97/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4004
0.97/0.52	c org.sat4j.specs.Constr$1 => 4
0.97/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5940
0.97/0.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.97/0.52	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.97/0.52	c 9954 constraints processed.
5.37/1.73	c cleaning 2500 clauses out of 5000 with flag 17919/5000
7.38/2.63	c cleaning 4240 clauses out of 8502 with flag 40513/11002
9.68/3.76	c cleaning 5630 clauses out of 11260 with flag 68241/18000
12.16/4.92	c cleaning 6809 clauses out of 13630 with flag 98649/26000
14.97/6.22	c cleaning 7908 clauses out of 15821 with flag 135148/35000
17.98/7.79	c cleaning 8957 clauses out of 17916 with flag 178347/45003
21.46/9.42	c cleaning 9976 clauses out of 19959 with flag 225375/56003
24.88/11.19	c cleaning 10989 clauses out of 21981 with flag 274618/68001
29.38/13.33	c cleaning 11993 clauses out of 23991 with flag 330615/81000
33.37/15.40	c cleaning 13001 clauses out of 26002 with flag 389154/95004
38.68/17.94	c cleaning 13991 clauses out of 27998 with flag 455614/110001
44.30/20.76	c cleaning 15002 clauses out of 30008 with flag 528850/126002
50.09/23.62	c cleaning 15999 clauses out of 32004 with flag 605319/143000
56.60/26.89	c cleaning 17006 clauses out of 34015 with flag 686384/161010
63.40/30.27	c cleaning 17991 clauses out of 35999 with flag 773395/180000
70.91/33.92	c cleaning 18993 clauses out of 38008 with flag 863400/200000
78.91/37.90	c cleaning 20007 clauses out of 40018 with flag 955056/221003
87.18/42.05	c cleaning 20998 clauses out of 42008 with flag 1056189/243000
96.58/46.72	c cleaning 22005 clauses out of 44011 with flag 1169543/266001
105.87/51.35	c cleaning 22995 clauses out of 46008 with flag 1286588/290003
116.07/56.49	c cleaning 24003 clauses out of 48010 with flag 1414996/315000
123.55/60.19	c cleaning 0 clauses out of 5000 with flag 0/5000
126.56/61.42	c cleaning 24996 clauses out of 50008 with flag 1543949/341001
137.31/66.73	c cleaning 25998 clauses out of 52011 with flag 1675377/368000
148.11/72.12	c cleaning 27006 clauses out of 54013 with flag 1821855/396000
161.17/78.68	c cleaning 28001 clauses out of 56008 with flag 1972076/425001
174.63/85.33	c cleaning 29003 clauses out of 58007 with flag 2124591/455001
189.32/92.69	c cleaning 30002 clauses out of 60004 with flag 2290499/486001
204.99/100.43	c cleaning 30998 clauses out of 62001 with flag 2470582/518000
221.85/108.85	c cleaning 32001 clauses out of 64003 with flag 2680354/551000
239.32/117.53	c cleaning 33000 clauses out of 66003 with flag 2876317/585001
257.57/126.69	c cleaning 34000 clauses out of 68004 with flag 3087144/620002
276.68/136.13	c cleaning 35000 clauses out of 70003 with flag 3305078/656001
296.14/145.81	c cleaning 35994 clauses out of 72004 with flag 3535259/693002
316.26/155.81	c cleaning 37002 clauses out of 74009 with flag 3758498/731001
336.98/166.18	c cleaning 37998 clauses out of 76006 with flag 3983408/770000
359.66/177.40	c cleaning 39005 clauses out of 78011 with flag 4236953/810003
383.78/189.40	c cleaning 40000 clauses out of 80003 with flag 4497757/851000
411.03/203.35	c cleaning 41000 clauses out of 82003 with flag 4787852/893000
438.77/217.10	c cleaning 42001 clauses out of 84005 with flag 5005924/936002
467.87/231.66	c cleaning 42995 clauses out of 86002 with flag 5219941/980000
499.01/247.17	c cleaning 43992 clauses out of 88017 with flag 5441051/1025010
530.73/262.97	c cleaning 45004 clauses out of 90017 with flag 5692085/1071002
565.56/280.24	c cleaning 45998 clauses out of 92012 with flag 5945389/1118001
601.30/298.09	c cleaning 47004 clauses out of 94015 with flag 6211794/1166002
635.69/315.16	c cleaning 48004 clauses out of 96009 with flag 6465808/1215000
649.37/321.96	c cleaning 0 clauses out of 11000 with flag 0/11000
674.13/334.26	c cleaning 48995 clauses out of 98005 with flag 6735823/1265000
716.10/355.11	c cleaning 50002 clauses out of 100010 with flag 7007061/1316000
759.53/376.74	c cleaning 51001 clauses out of 102008 with flag 7295663/1368000
800.67/397.22	c cleaning 52001 clauses out of 104010 with flag 7591636/1421003
841.96/418.37	c cleaning 53001 clauses out of 106006 with flag 7898420/1475000
885.36/439.92	c cleaning 53999 clauses out of 108006 with flag 8216807/1530001
927.37/460.83	c cleaning 55004 clauses out of 110012 with flag 8545507/1586006
969.94/482.09	c cleaning 55992 clauses out of 112002 with flag 8875116/1643000
1015.10/504.51	c cleaning 57005 clauses out of 114013 with flag 9203185/1701003
1061.04/527.47	c cleaning 58000 clauses out of 116006 with flag 9548102/1760001
1113.73/553.62	c cleaning 59001 clauses out of 118007 with flag 9926197/1820002
1166.55/579.96	c cleaning 60001 clauses out of 120005 with flag 10266633/1881001
1222.58/607.87	c cleaning 60994 clauses out of 122003 with flag 10619417/1943000
1281.04/636.96	c cleaning 62003 clauses out of 124009 with flag 10990993/2006000
1342.77/667.70	c cleaning 63000 clauses out of 126006 with flag 11371932/2070000
1402.92/698.23	c cleaning 63998 clauses out of 128006 with flag 11746985/2135000
1466.65/729.95	c cleaning 65005 clauses out of 130012 with flag 12157847/2201004
1532.78/762.82	c cleaning 65999 clauses out of 132006 with flag 12578585/2268003
1607.67/800.14	c cleaning 66998 clauses out of 134005 with flag 12998231/2336001
1682.41/837.32	c cleaning 68000 clauses out of 136007 with flag 13408740/2405001
1757.96/874.92	c cleaning 69003 clauses out of 138011 with flag 13806366/2475005
1800.12/895.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/895.90	c starts		: 2418
1800.12/895.90	c conflicts		: 2519161
1800.12/895.90	c decisions		: 4441723
1800.12/895.90	c propagations		: 270788061
1800.12/895.90	c inspects		: 12083631813
1800.12/895.90	c shortcuts		: 0
1800.12/895.90	c learnt literals	: 0
1800.12/895.90	c learnt binary clauses	: 0
1800.12/895.90	c learnt ternary clauses	: 29
1800.12/895.90	c learnt constraints	: 2519161
1800.12/895.90	c ignored constraints	: 0
1800.12/895.90	c root simplifications	: 0
1800.12/895.90	c removed literals (reason simplification)	: 39193665
1800.12/895.90	c reason swapping (by a shorter reason)	: 0
1800.12/895.90	c Calls to reduceDB	: 66
1800.12/895.90	c Number of update (reduction) of LBD	: 684616
1800.12/895.90	c Imported unit clauses	: 0
1800.12/895.90	c number of reductions to clauses (during analyze)	: 0
1800.12/895.90	c number of learned constraints concerned by reduction	: 0
1800.12/895.90	c number of learning phase by resolution	: 0
1800.12/895.90	c number of learning phase by cutting planes	: 0
1800.12/895.90	c speed (assignments/second)	: 302427.7955417861
1800.12/895.90	c non guided choices	1321
1800.12/895.93	c learnt constraints type 
1800.12/895.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 113164
1800.12/895.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/895.93	c starts		: 44
1800.12/895.93	c conflicts		: 17413
1800.12/895.93	c decisions		: 20618
1800.12/895.93	c propagations		: 1383834
1800.12/895.93	c inspects		: 1012930105
1800.12/895.93	c shortcuts		: 0
1800.12/895.93	c learnt literals	: 0
1800.12/895.93	c learnt binary clauses	: 0
1800.12/895.93	c learnt ternary clauses	: 0
1800.12/895.93	c learnt constraints	: 17413
1800.12/895.93	c ignored constraints	: 0
1800.12/895.93	c root simplifications	: 0
1800.12/895.93	c removed literals (reason simplification)	: 0
1800.12/895.93	c reason swapping (by a shorter reason)	: 0
1800.12/895.93	c Calls to reduceDB	: 2
1800.12/895.93	c Number of update (reduction) of LBD	: 0
1800.12/895.93	c Imported unit clauses	: 0
1800.12/895.93	c number of reductions to clauses (during analyze)	: 0
1800.12/895.93	c number of learned constraints concerned by reduction	: 0
1800.12/895.93	c number of learning phase by resolution	: 0
1800.12/895.93	c number of learning phase by cutting planes	: 0
1800.12/895.93	c speed (assignments/second)	: 1545.4890652466713
1800.12/895.93	c non guided choices	1321
1800.12/895.94	c learnt constraints type 
1800.12/895.94	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 802
1800.12/895.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 402
1800.12/895.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16209
1800.12/895.94	s UNKNOWN
1800.12/895.94	c Total wall clock time (in seconds): 895.825

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-4097913-1466114511/watcher-4097913-1466114511 -o /tmp/evaluation-result-4097913-1466114511/solver-4097913-1466114511 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466112677-30851 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4097913-1466114511.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.01 4.10 3.80 4/198 1484
/proc/meminfo: memFree=29404116/32872528 swapFree=496356/529060
[pid=1484] ppid=1481 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/1484/stat : 1484 (java) R 1481 1484 28709 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 13496565 9515008 176 33554432000 1073741824 1073778376 140736198554848 140736198551976 211458802576 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1484/statm: 2323 176 133 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 4.01 4.10 3.80 4/198 1484
/proc/meminfo: memFree=29404116/32872528 swapFree=496356/529060
[pid=1484] ppid=1481 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/1484/stat : 1484 (java) S 1481 1484 28709 0 -1 4202496 4432 0 1 0 9 1 0 0 20 0 18 0 13496565 9787879424 6065 33554432000 1073741824 1073778376 140736198554848 140736198545984 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1484/statm: 2389619 6068 2141 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200227 s]
/proc/loadavg: 4.01 4.10 3.80 4/198 1484
/proc/meminfo: memFree=29404116/32872528 swapFree=496356/529060
[pid=1484] ppid=1481 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/1484/stat : 1484 (java) S 1481 1484 28709 0 -1 4202496 5036 0 1 0 27 2 0 0 20 0 18 0 13496565 9787879424 6983 33554432000 1073741824 1073778376 140736198554848 140736198545984 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1484/statm: 2389619 6983 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300236 s]
/proc/loadavg: 4.01 4.10 3.80 4/198 1484
/proc/meminfo: memFree=29404116/32872528 swapFree=496356/529060
[pid=1484] ppid=1481 vsize=9558476 CPUtime=0.57 cores=1,3,5,7
/proc/1484/stat : 1484 (java) S 1481 1484 28709 0 -1 4202496 7297 0 1 0 55 2 0 0 20 0 18 0 13496565 9787879424 10261 33554432000 1073741824 1073778376 140736198554848 140736198545984 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1484/statm: 2389619 10261 2237 9 0 2380296 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700205 s]
/proc/loadavg: 4.01 4.10 3.80 4/198 1484
/proc/meminfo: memFree=29404116/32872528 swapFree=496356/529060
[pid=1484] ppid=1481 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/1484/stat : 1484 (java) S 1481 1484 28709 0 -1 4202496 19916 0 1 0 169 6 0 0 20 0 22 0 13496565 10060525568 28953 33554432000 1073741824 1073778376 140736198554848 140736198545984 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1484/statm: 2456183 28953 2255 9 0 2446860 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.01 4.10 3.80 8/220 1506
/proc/meminfo: memFree=29279676/32872528 swapFree=496356/529060
[pid=1484] ppid=1481 vsize=9824732 CPUtime=4.75 cores=1,3,5,7
/proc/1484/stat : 1484 (java) S 1481 1484 28709 0 -1 4202496 28937 0 1 0 468 7 0 0 20 0 22 0 13496565 10060525568 39161 33554432000 1073741824 1073778376 140736198554848 140736198545984 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1484/statm: 2456183 39161 2275 9 0 2446860 0
[pid=1484/tid=1486] ppid=1481 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/1484/task/1486/stat : 1486 (java) S 1481 1484 28709 0 -1 4202560 2442 0 1 0 47 2 0 0 20 0 22 0 13496566 10060525568 39161 33554432000 1073741824 1073778376 140736198554848 140537153901432 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1484/tid=1487] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1487/stat : 1487 (java) S 1481 1484 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13496566 10060525568 39161 33554432000 1073741824 1073778376 140736198554848 140537115392552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1488] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1488/stat : 1488 (java) S 1481 1484 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13496566 10060525568 39161 33554432000 1073741824 1073778376 140736198554848 140537114339752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1484/tid=1489] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1489/stat : 1489 (java) S 1481 1484 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13496566 10060525568 39161 33554432000 1073741824 1073778376 140736198554848 140537113286952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1484/tid=1490] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1490/stat : 1490 (java) S 1481 1484 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13496566 10060525568 39161 33554432000 1073741824 1073778376 140736198554848 140537112234152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1484/tid=1491] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1491/stat : 1491 (java) S 1481 1484 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13496566 10060525568 39161 33554432000 1073741824 1073778376 140736198554848 140537111182376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1492] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1492/stat : 1492 (java) S 1481 1484 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13496566 10060525568 39161 33554432000 1073741824 1073778376 140736198554848 140537110129576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1484/tid=1493] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1493/stat : 1493 (java) S 1481 1484 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13496566 10060525568 39161 33554432000 1073741824 1073778376 140736198554848 140537109076776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1494] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1494/stat : 1494 (java) S 1481 1484 28709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13496566 10060525568 39161 33554432000 1073741824 1073778376 140736198554848 140537108023976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1495] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1495/stat : 1495 (java) S 1481 1484 28709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13496568 10060525568 39161 33554432000 1073741824 1073778376 140736198554848 140536977525224 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1496] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1496/stat : 1496 (java) S 1481 1484 28709 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 13496568 10060525568 39161 33554432000 1073741824 1073778376 140736198554848 140536976471288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1497] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1497/stat : 1497 (java) S 1481 1484 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13496568 10060525568 39161 33554432000 1073741824 1073778376 140736198554848 140536975418376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1498] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1498/stat : 1498 (java) S 1481 1484 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13496570 10060525568 39161 33554432000 1073741824 1073778376 140736198554848 140536974366864 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1499] ppid=1481 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/1484/task/1499/stat : 1499 (java) S 1481 1484 28709 0 -1 4202560 10159 0 0 0 104 2 0 0 20 0 22 0 13496570 10060525568 39161 33554432000 1073741824 1073778376 140736198554848 140536973315000 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1500] ppid=1481 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/1484/task/1500/stat : 1500 (java) S 1481 1484 28709 0 -1 4202560 14991 0 0 0 119 3 0 0 20 0 22 0 13496570 10060525568 39161 33554432000 1073741824 1073778376 140736198554848 140536972262200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1484/tid=1501] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1501/stat : 1501 (java) S 1481 1484 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13496570 10060525568 39161 33554432000 1073741824 1073778376 140736198554848 140536971209592 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1484/tid=1502] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1502/stat : 1502 (java) S 1481 1484 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13496570 10060525568 39161 33554432000 1073741824 1073778376 140736198554848 140536970157000 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1503] ppid=1481 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/1484/task/1503/stat : 1503 (java) R 1481 1484 28709 0 -1 4202560 23 0 0 0 96 0 0 0 20 0 22 0 13496617 10060525568 39161 33554432000 1073741824 1073778376 140736198554848 140536969101792 140536984419714 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1484/tid=1504] ppid=1481 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/1484/task/1504/stat : 1504 (java) R 1481 1484 28709 0 -1 4202560 44 0 0 0 95 0 0 0 20 0 22 0 13496617 10060525568 39161 33554432000 1073741824 1073778376 140736198554848 140535826210904 140536984906524 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1484/tid=1505] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1505/stat : 1505 (java) S 1481 1484 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13496618 10060525568 39161 33554432000 1073741824 1073778376 140736198554848 140535825159080 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1484/tid=1506] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1506/stat : 1506 (java) S 1481 1484 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13496618 10060525568 39161 33554432000 1073741824 1073778376 140736198554848 140535824106280 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 9824732

[startup+3.1009 s]
/proc/loadavg: 4.17 4.13 3.81 6/220 1506
/proc/meminfo: memFree=29190332/32872528 swapFree=496356/529060
[pid=1484] ppid=1481 vsize=9824732 CPUtime=8.42 cores=1,3,5,7
/proc/1484/stat : 1484 (java) S 1481 1484 28709 0 -1 4202496 30928 0 1 0 829 13 0 0 20 0 22 0 13496565 10060525568 90070 33554432000 1073741824 1073778376 140736198554848 140736198545984 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1484/statm: 2456183 90070 2293 9 0 2446860 0
[pid=1484/tid=1486] ppid=1481 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/1484/task/1486/stat : 1486 (java) S 1481 1484 28709 0 -1 4202560 2442 0 1 0 47 2 0 0 20 0 22 0 13496566 10060525568 90070 33554432000 1073741824 1073778376 140736198554848 140537153901432 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1484/tid=1487] ppid=1481 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1484/task/1487/stat : 1487 (java) S 1481 1484 28709 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 13496566 10060525568 90070 33554432000 1073741824 1073778376 140736198554848 140537115392552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1484/tid=1488] ppid=1481 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1484/task/1488/stat : 1488 (java) S 1481 1484 28709 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 13496566 10060525568 90070 33554432000 1073741824 1073778376 140736198554848 140537114339752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1484/tid=1489] ppid=1481 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1484/task/1489/stat : 1489 (java) S 1481 1484 28709 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 13496566 10060525568 90070 33554432000 1073741824 1073778376 140736198554848 140537113286952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1490] ppid=1481 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1484/task/1490/stat : 1490 (java) S 1481 1484 28709 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 13496566 10060525568 90070 33554432000 1073741824 1073778376 140736198554848 140537112234152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1484/tid=1491] ppid=1481 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1484/task/1491/stat : 1491 (java) S 1481 1484 28709 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 13496566 10060525568 90070 33554432000 1073741824 1073778376 140736198554848 140537111182376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1492] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1492/stat : 1492 (java) S 1481 1484 28709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13496566 10060525568 90070 33554432000 1073741824 1073778376 140736198554848 140537110129576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1493] ppid=1481 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1484/task/1493/stat : 1493 (java) S 1481 1484 28709 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 13496566 10060525568 90070 33554432000 1073741824 1073778376 140736198554848 140537109076776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1494] ppid=1481 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1484/task/1494/stat : 1494 (java) S 1481 1484 28709 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 13496566 10060525568 90070 33554432000 1073741824 1073778376 140736198554848 140537108023976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1484/tid=1495] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1495/stat : 1495 (java) S 1481 1484 28709 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 13496568 10060525568 90070 33554432000 1073741824 1073778376 140736198554848 140536977525224 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1484/tid=1496] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1496/stat : 1496 (java) S 1481 1484 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13496568 10060525568 90070 33554432000 1073741824 1073778376 140736198554848 140536976471288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1497] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1497/stat : 1497 (java) S 1481 1484 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13496568 10060525568 90070 33554432000 1073741824 1073778376 140736198554848 140536975418376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1498] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1498/stat : 1498 (java) S 1481 1484 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13496570 10060525568 90070 33554432000 1073741824 1073778376 140736198554848 140536974366864 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1499] ppid=1481 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/1484/task/1499/stat : 1499 (java) S 1481 1484 28709 0 -1 4202560 11770 0 0 0 128 2 0 0 20 0 22 0 13496570 10060525568 90070 33554432000 1073741824 1073778376 140736198554848 140536973315000 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1500] ppid=1481 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/1484/task/1500/stat : 1500 (java) S 1481 1484 28709 0 -1 4202560 14995 0 0 0 136 3 0 0 20 0 22 0 13496570 10060525568 90070 33554432000 1073741824 1073778376 140736198554848 140536972262200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1484/tid=1501] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1501/stat : 1501 (java) S 1481 1484 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13496570 10060525568 90070 33554432000 1073741824 1073778376 140736198554848 140536971209592 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1484/tid=1502] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1502/stat : 1502 (java) S 1481 1484 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13496570 10060525568 90070 33554432000 1073741824 1073778376 140736198554848 140536970157000 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1503] ppid=1481 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/1484/task/1503/stat : 1503 (java) R 1481 1484 28709 0 -1 4202560 24 0 0 0 249 0 0 0 20 0 22 0 13496617 10060525568 90070 33554432000 1073741824 1073778376 140736198554848 140536969101760 140536984606953 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1484/tid=1504] ppid=1481 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/1484/task/1504/stat : 1504 (java) R 1481 1484 28709 0 -1 4202560 123 0 0 0 243 3 0 0 20 0 22 0 13496617 10060525568 90070 33554432000 1073741824 1073778376 140736198554848 140535826210808 140536984716886 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1484/tid=1505] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1505/stat : 1505 (java) S 1481 1484 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13496618 10060525568 90070 33554432000 1073741824 1073778376 140736198554848 140535825159080 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1484/tid=1506] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1506/stat : 1506 (java) S 1481 1484 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13496618 10060525568 90070 33554432000 1073741824 1073778376 140736198554848 140535824106280 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.42
Current children cumulated vsize (KiB) 9824732

[startup+6.30102 s]
/proc/loadavg: 4.17 4.13 3.81 5/220 1506
/proc/meminfo: memFree=28779228/32872528 swapFree=496356/529060
[pid=1484] ppid=1481 vsize=9824732 CPUtime=15.17 cores=1,3,5,7
/proc/1484/stat : 1484 (java) S 1481 1484 28709 0 -1 4202496 31549 0 1 0 1490 27 0 0 20 0 22 0 13496565 10060525568 165651 33554432000 1073741824 1073778376 140736198554848 140736198545984 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1484/statm: 2456183 165651 2293 9 0 2446860 0
[pid=1484/tid=1486] ppid=1481 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/1484/task/1486/stat : 1486 (java) S 1481 1484 28709 0 -1 4202560 2442 0 1 0 47 2 0 0 20 0 22 0 13496566 10060525568 165651 33554432000 1073741824 1073778376 140736198554848 140537153901432 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1484/tid=1487] ppid=1481 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/1484/task/1487/stat : 1487 (java) S 1481 1484 28709 0 -1 4202560 54 0 0 0 5 2 0 0 20 0 22 0 13496566 10060525568 165651 33554432000 1073741824 1073778376 140736198554848 140537115392552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1488] ppid=1481 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/1484/task/1488/stat : 1488 (java) S 1481 1484 28709 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 22 0 13496566 10060525568 165651 33554432000 1073741824 1073778376 140736198554848 140537114339752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1484/tid=1489] ppid=1481 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/1484/task/1489/stat : 1489 (java) S 1481 1484 28709 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 22 0 13496566 10060525568 165651 33554432000 1073741824 1073778376 140736198554848 140537113286952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1484/tid=1490] ppid=1481 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/1484/task/1490/stat : 1490 (java) S 1481 1484 28709 0 -1 4202560 65 0 0 0 7 2 0 0 20 0 22 0 13496566 10060525568 165651 33554432000 1073741824 1073778376 140736198554848 140537112234152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1484/tid=1491] ppid=1481 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/1484/task/1491/stat : 1491 (java) S 1481 1484 28709 0 -1 4202560 43 0 0 0 6 2 0 0 20 0 22 0 13496566 10060525568 165651 33554432000 1073741824 1073778376 140736198554848 140537111182376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1484/tid=1492] ppid=1481 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/1484/task/1492/stat : 1492 (java) S 1481 1484 28709 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 22 0 13496566 10060525568 165651 33554432000 1073741824 1073778376 140736198554848 140537110129576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1484/tid=1493] ppid=1481 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/1484/task/1493/stat : 1493 (java) S 1481 1484 28709 0 -1 4202560 49 0 0 0 5 1 0 0 20 0 22 0 13496566 10060525568 165651 33554432000 1073741824 1073778376 140736198554848 140537109076776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1484/tid=1494] ppid=1481 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/1484/task/1494/stat : 1494 (java) S 1481 1484 28709 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 22 0 13496566 10060525568 165651 33554432000 1073741824 1073778376 140736198554848 140537108023976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1484/tid=1495] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1495/stat : 1495 (java) S 1481 1484 28709 0 -1 4202560 466 0 0 0 0 0 0 0 20 0 22 0 13496568 10060525568 165651 33554432000 1073741824 1073778376 140736198554848 140536977525224 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1484/tid=1496] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1496/stat : 1496 (java) S 1481 1484 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13496568 10060525568 165651 33554432000 1073741824 1073778376 140736198554848 140536976471288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1497] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1497/stat : 1497 (java) S 1481 1484 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13496568 10060525568 165651 33554432000 1073741824 1073778376 140736198554848 140536975418376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1498] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1498/stat : 1498 (java) S 1481 1484 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13496570 10060525568 165651 33554432000 1073741824 1073778376 140736198554848 140536974366864 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1499] ppid=1481 vsize=9824732 CPUtime=1.35 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.19 4.13 3.99 5/219 1606
/proc/meminfo: memFree=25331096/32872528 swapFree=496356/529060
[pid=1484] ppid=1481 vsize=9824732 CPUtime=1772.83 cores=1,3,5,7
/proc/1484/stat : 1484 (java) S 1481 1484 28709 0 -1 4202496 40513 0 1 0 177129 154 0 0 20 0 22 0 13496565 10060525568 596883 33554432000 1073741824 1073778376 140736198554848 140736198545984 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1484/statm: 2456183 596883 2302 9 0 2446860 0
[pid=1484/tid=1486] ppid=1481 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/1484/task/1486/stat : 1486 (java) S 1481 1484 28709 0 -1 4202560 2455 0 1 0 50 4 0 0 20 0 22 0 13496566 10060525568 596883 33554432000 1073741824 1073778376 140736198554848 140537153901432 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1484/tid=1487] ppid=1481 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/1484/task/1487/stat : 1487 (java) S 1481 1484 28709 0 -1 4202560 365 0 0 0 221 11 0 0 20 0 22 0 13496566 10060525568 596883 33554432000 1073741824 1073778376 140736198554848 140537115392552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1484/tid=1488] ppid=1481 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/1484/task/1488/stat : 1488 (java) S 1481 1484 28709 0 -1 4202560 346 0 0 0 233 10 0 0 20 0 22 0 13496566 10060525568 596883 33554432000 1073741824 1073778376 140736198554848 140537114339752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1484/tid=1489] ppid=1481 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/1484/task/1489/stat : 1489 (java) S 1481 1484 28709 0 -1 4202560 324 0 0 0 234 10 0 0 20 0 22 0 13496566 10060525568 596883 33554432000 1073741824 1073778376 140736198554848 140537113286952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1484/tid=1490] ppid=1481 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/1484/task/1490/stat : 1490 (java) S 1481 1484 28709 0 -1 4202560 473 0 0 0 235 12 0 0 20 0 22 0 13496566 10060525568 596883 33554432000 1073741824 1073778376 140736198554848 140537112234152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1484/tid=1491] ppid=1481 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/1484/task/1491/stat : 1491 (java) S 1481 1484 28709 0 -1 4202560 368 0 0 0 235 8 0 0 20 0 22 0 13496566 10060525568 596883 33554432000 1073741824 1073778376 140736198554848 140537111182376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1484/tid=1492] ppid=1481 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/1484/task/1492/stat : 1492 (java) S 1481 1484 28709 0 -1 4202560 315 0 0 0 219 11 0 0 20 0 22 0 13496566 10060525568 596883 33554432000 1073741824 1073778376 140736198554848 140537110129576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1484/tid=1493] ppid=1481 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/1484/task/1493/stat : 1493 (java) S 1481 1484 28709 0 -1 4202560 390 0 0 0 223 9 0 0 20 0 22 0 13496566 10060525568 596883 33554432000 1073741824 1073778376 140736198554848 140537109076776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1494] ppid=1481 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/1484/task/1494/stat : 1494 (java) S 1481 1484 28709 0 -1 4202560 390 0 0 0 230 10 0 0 20 0 22 0 13496566 10060525568 596883 33554432000 1073741824 1073778376 140736198554848 140537108023976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1495] ppid=1481 vsize=9824732 CPUtime=3.18 cores=1,3,5,7
/proc/1484/task/1495/stat : 1495 (java) S 1481 1484 28709 0 -1 4202560 1998 0 0 0 306 12 0 0 20 0 22 0 13496568 10060525568 596883 33554432000 1073741824 1073778376 140736198554848 140536977525224 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1496] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1496/stat : 1496 (java) S 1481 1484 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13496568 10060525568 596883 33554432000 1073741824 1073778376 140736198554848 140536976471288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1497] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1497/stat : 1497 (java) S 1481 1484 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13496568 10060525568 596883 33554432000 1073741824 1073778376 140736198554848 140536975418376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1498] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1498/stat : 1498 (java) S 1481 1484 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13496570 10060525568 596883 33554432000 1073741824 1073778376 140736198554848 140536974366864 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1499] ppid=1481 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/1484/task/1499/stat : 1499 (java) S 1481 1484 28709 0 -1 4202560 11771 0 0 0 137 2 0 0 20 0 22 0 13496570 10060525568 596883 33554432000 1073741824 1073778376 140736198554848 140536973315000 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1500] ppid=1481 vsize=9824732 CPUtime=2.07 cores=1,3,5,7
/proc/1484/task/1500/stat : 1500 (java) S 1481 1484 28709 0 -1 4202560 18201 0 0 0 204 3 0 0 20 0 22 0 13496570 10060525568 596883 33554432000 1073741824 1073778376 140736198554848 140536972262200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1484/tid=1501] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1501/stat : 1501 (java) S 1481 1484 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13496570 10060525568 596883 33554432000 1073741824 1073778376 140736198554848 140536971209592 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1484/tid=1502] ppid=1481 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/1484/task/1502/stat : 1502 (java) S 1481 1484 28709 0 -1 4202560 50 0 0 0 17 22 0 0 20 0 22 0 13496570 10060525568 596883 33554432000 1073741824 1073778376 140736198554848 140536970157000 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1484/tid=1503] ppid=1481 vsize=9824732 CPUtime=873.18 cores=1,3,5,7
/proc/1484/task/1503/stat : 1503 (java) R 1481 1484 28709 0 -1 4202560 111 0 0 0 87301 17 0 0 20 0 22 0 13496617 10060525568 596883 33554432000 1073741824 1073778376 140736198554848 140536969100832 140536984606892 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1504] ppid=1481 vsize=9824732 CPUtime=873.32 cores=1,3,5,7
/proc/1484/task/1504/stat : 1504 (java) R 1481 1484 28709 0 -1 4202560 1692 0 0 0 87284 48 0 0 20 0 22 0 13496617 10060525568 596883 33554432000 1073741824 1073778376 140736198554848 140535826209328 140536985146490 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1484/tid=1505] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1505/stat : 1505 (java) S 1481 1484 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13496618 10060525568 596883 33554432000 1073741824 1073778376 140736198554848 140535825159080 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1484/tid=1506] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1506/stat : 1506 (java) S 1481 1484 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13496618 10060525568 596883 33554432000 1073741824 1073778376 140736198554848 140535824106280 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1772.83
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.901 s]
/proc/loadavg: 4.16 4.13 3.99 5/219 1606
/proc/meminfo: memFree=25311668/32872528 swapFree=496356/529060
[pid=1484] ppid=1481 vsize=9824732 CPUtime=1800.12 cores=1,3,5,7
/proc/1484/stat : 1484 (java) S 1481 1484 28709 0 -1 4202496 40569 0 1 0 179856 156 0 0 20 0 22 0 13496565 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140736198545984 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1484/statm: 2456183 601523 2302 9 0 2446860 0
[pid=1484/tid=1486] ppid=1481 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/1484/task/1486/stat : 1486 (java) S 1481 1484 28709 0 -1 4202560 2455 0 1 0 50 4 0 0 20 0 22 0 13496566 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140537153901432 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1487] ppid=1481 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/1484/task/1487/stat : 1487 (java) S 1481 1484 28709 0 -1 4202560 368 0 0 0 223 11 0 0 20 0 22 0 13496566 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140537115392552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1488] ppid=1481 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/1484/task/1488/stat : 1488 (java) S 1481 1484 28709 0 -1 4202560 351 0 0 0 235 10 0 0 20 0 22 0 13496566 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140537114339752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1484/tid=1489] ppid=1481 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/1484/task/1489/stat : 1489 (java) S 1481 1484 28709 0 -1 4202560 341 0 0 0 240 10 0 0 20 0 22 0 13496566 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140537113286952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1484/tid=1490] ppid=1481 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/1484/task/1490/stat : 1490 (java) S 1481 1484 28709 0 -1 4202560 480 0 0 0 239 12 0 0 20 0 22 0 13496566 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140537112234152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1484/tid=1491] ppid=1481 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/1484/task/1491/stat : 1491 (java) S 1481 1484 28709 0 -1 4202560 373 0 0 0 239 8 0 0 20 0 22 0 13496566 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140537111182376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1492] ppid=1481 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/1484/task/1492/stat : 1492 (java) S 1481 1484 28709 0 -1 4202560 319 0 0 0 221 11 0 0 20 0 22 0 13496566 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140537110129576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1493] ppid=1481 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/1484/task/1493/stat : 1493 (java) S 1481 1484 28709 0 -1 4202560 399 0 0 0 225 10 0 0 20 0 22 0 13496566 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140537109076776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1494] ppid=1481 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/1484/task/1494/stat : 1494 (java) S 1481 1484 28709 0 -1 4202560 392 0 0 0 233 10 0 0 20 0 22 0 13496566 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140537108023976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1484/tid=1495] ppid=1481 vsize=9824732 CPUtime=3.18 cores=1,3,5,7
/proc/1484/task/1495/stat : 1495 (java) S 1481 1484 28709 0 -1 4202560 1998 0 0 0 306 12 0 0 20 0 22 0 13496568 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140536977525224 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1496] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1496/stat : 1496 (java) S 1481 1484 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13496568 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140536976471288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1497] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1497/stat : 1497 (java) S 1481 1484 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13496568 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140536975418376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1498] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1498/stat : 1498 (java) S 1481 1484 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13496570 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140536974366864 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1499] ppid=1481 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/1484/task/1499/stat : 1499 (java) S 1481 1484 28709 0 -1 4202560 11771 0 0 0 137 2 0 0 20 0 22 0 13496570 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140536973315000 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1500] ppid=1481 vsize=9824732 CPUtime=2.07 cores=1,3,5,7
/proc/1484/task/1500/stat : 1500 (java) S 1481 1484 28709 0 -1 4202560 18201 0 0 0 204 3 0 0 20 0 22 0 13496570 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140536972262200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1484/tid=1501] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1501/stat : 1501 (java) S 1481 1484 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13496570 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140536971209592 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1484/tid=1502] ppid=1481 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/1484/task/1502/stat : 1502 (java) S 1481 1484 28709 0 -1 4202560 52 0 0 0 17 22 0 0 20 0 22 0 13496570 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140536970157000 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1503] ppid=1481 vsize=9824732 CPUtime=886.69 cores=1,3,5,7
/proc/1484/task/1503/stat : 1503 (java) R 1481 1484 28709 0 -1 4202560 112 0 0 0 88651 18 0 0 20 0 22 0 13496617 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140536969099872 140536984713468 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1484/tid=1504] ppid=1481 vsize=9824732 CPUtime=886.85 cores=1,3,5,7
/proc/1484/task/1504/stat : 1504 (java) R 1481 1484 28709 0 -1 4202560 1693 0 0 0 88637 48 0 0 20 0 22 0 13496617 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140535826209952 140536985145893 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1505] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1505/stat : 1505 (java) S 1481 1484 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13496618 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140535825159080 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1484/tid=1506] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1506/stat : 1506 (java) S 1481 1484 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13496618 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140535824106280 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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 1484 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.901 s]
/proc/loadavg: 4.16 4.13 3.99 5/219 1606
/proc/meminfo: memFree=25311668/32872528 swapFree=496356/529060
[pid=1484] ppid=1481 vsize=9824732 CPUtime=1800.12 cores=1,3,5,7
/proc/1484/stat : 1484 (java) S 1481 1484 28709 0 -1 4202496 40569 0 1 0 179856 156 0 0 20 0 22 0 13496565 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140736198545984 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1484/statm: 2456183 601523 2302 9 0 2446860 0
[pid=1484/tid=1486] ppid=1481 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/1484/task/1486/stat : 1486 (java) S 1481 1484 28709 0 -1 4202560 2455 0 1 0 50 4 0 0 20 0 22 0 13496566 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140537153901432 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1487] ppid=1481 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/1484/task/1487/stat : 1487 (java) S 1481 1484 28709 0 -1 4202560 368 0 0 0 223 11 0 0 20 0 22 0 13496566 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140537115392552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1488] ppid=1481 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/1484/task/1488/stat : 1488 (java) S 1481 1484 28709 0 -1 4202560 351 0 0 0 235 10 0 0 20 0 22 0 13496566 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140537114339752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1484/tid=1489] ppid=1481 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/1484/task/1489/stat : 1489 (java) S 1481 1484 28709 0 -1 4202560 341 0 0 0 240 10 0 0 20 0 22 0 13496566 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140537113286952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1484/tid=1490] ppid=1481 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/1484/task/1490/stat : 1490 (java) S 1481 1484 28709 0 -1 4202560 480 0 0 0 239 12 0 0 20 0 22 0 13496566 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140537112234152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1484/tid=1491] ppid=1481 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/1484/task/1491/stat : 1491 (java) S 1481 1484 28709 0 -1 4202560 373 0 0 0 239 8 0 0 20 0 22 0 13496566 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140537111182376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1492] ppid=1481 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/1484/task/1492/stat : 1492 (java) S 1481 1484 28709 0 -1 4202560 319 0 0 0 221 11 0 0 20 0 22 0 13496566 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140537110129576 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1493] ppid=1481 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/1484/task/1493/stat : 1493 (java) S 1481 1484 28709 0 -1 4202560 399 0 0 0 225 10 0 0 20 0 22 0 13496566 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140537109076776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1494] ppid=1481 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/1484/task/1494/stat : 1494 (java) S 1481 1484 28709 0 -1 4202560 392 0 0 0 233 10 0 0 20 0 22 0 13496566 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140537108023976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1484/tid=1495] ppid=1481 vsize=9824732 CPUtime=3.18 cores=1,3,5,7
/proc/1484/task/1495/stat : 1495 (java) S 1481 1484 28709 0 -1 4202560 1998 0 0 0 306 12 0 0 20 0 22 0 13496568 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140536977525224 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1496] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1496/stat : 1496 (java) S 1481 1484 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13496568 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140536976471288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1497] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1497/stat : 1497 (java) S 1481 1484 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13496568 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140536975418376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1498] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1498/stat : 1498 (java) S 1481 1484 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13496570 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140536974366864 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1499] ppid=1481 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/1484/task/1499/stat : 1499 (java) S 1481 1484 28709 0 -1 4202560 11771 0 0 0 137 2 0 0 20 0 22 0 13496570 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140536973315000 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1500] ppid=1481 vsize=9824732 CPUtime=2.07 cores=1,3,5,7
/proc/1484/task/1500/stat : 1500 (java) S 1481 1484 28709 0 -1 4202560 18201 0 0 0 204 3 0 0 20 0 22 0 13496570 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140536972262200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1484/tid=1501] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1501/stat : 1501 (java) S 1481 1484 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13496570 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140536971209592 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1484/tid=1502] ppid=1481 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/1484/task/1502/stat : 1502 (java) S 1481 1484 28709 0 -1 4202560 52 0 0 0 17 22 0 0 20 0 22 0 13496570 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140536970157000 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1503] ppid=1481 vsize=9824732 CPUtime=886.69 cores=1,3,5,7
/proc/1484/task/1503/stat : 1503 (java) R 1481 1484 28709 0 -1 4202560 112 0 0 0 88651 18 0 0 20 0 22 0 13496617 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140536969099872 140536984713468 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1484/tid=1504] ppid=1481 vsize=9824732 CPUtime=886.85 cores=1,3,5,7
/proc/1484/task/1504/stat : 1504 (java) R 1481 1484 28709 0 -1 4202560 1693 0 0 0 88637 48 0 0 20 0 22 0 13496617 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140535826209952 140536985145893 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1484/tid=1505] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1505/stat : 1505 (java) S 1481 1484 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13496618 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140535825159080 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1484/tid=1506] ppid=1481 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1484/task/1506/stat : 1506 (java) S 1481 1484 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13496618 10060525568 601523 33554432000 1073741824 1073778376 140736198554848 140535824106280 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 895.961
CPU time (s): 1800.9
CPU user time (s): 1798.82
CPU system time (s): 2.08068
CPU usage (%): 201.002
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.82
system time used= 2.08068
maximum resident set size= 2923520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40605
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25490
involuntary context switches= 37333

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.86111 second user time and 7.59685 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-17 00:01:51
IDJOB=4097913
IDBENCH=107825
IDSOLVER=2543
FILE ID=node141/4097913-1466114511
RUNJOBID= node141-1466112677-30851
PBS_JOBID= 19904052
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression32_13.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097913-1466114511/watcher-4097913-1466114511 -o /tmp/evaluation-result-4097913-1466114511/solver-4097913-1466114511 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466112677-30851 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4097913-1466114511.opb

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

MD5SUM BENCH= 29ef5a3d2a2feb1d7447df3e3126a59a
RANDOM SEED=701264548

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29404876 kB
Buffers:           64876 kB
Cached:           140296 kB
SwapCached:         2876 kB
Active:          2122140 kB
Inactive:         107976 kB
Active(anon):    2025136 kB
Inactive(anon):     2160 kB
Active(file):      97004 kB
Inactive(file):   105816 kB
Unevictable:      529060 kB
Mlocked:          496356 kB
SwapTotal:      67108856 kB
SwapFree:       67099004 kB
Dirty:              1520 kB
Writeback:             0 kB
AnonPages:       2494784 kB
Mapped:            15412 kB
Shmem:                 0 kB
Slab:             571680 kB
SReclaimable:      15112 kB
SUnreclaim:       556568 kB
KernelStack:        1784 kB
PageTables:         9996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3260392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1949696 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= 71724 MiB
End job on node141 at 2016-06-17 00:16:47