Trace number 4102586

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1801.1 895.225

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par32-1-c.opb
MD5SUM7d3927082349ded13241d71256bbcafb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1315
Best CPU time to get the best result obtained on this benchmark875.815
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2630
Total number of constraints6569
Number of constraints which are clauses6569
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 2630
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2630
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2630
Number of bits of the biggest sum of numbers12
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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4102586-1466217983.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.50/0.37	c ... done. Wall clock time 0.265s.
0.50/0.37	c declared #vars     2630
0.50/0.37	c #constraints  6569
0.50/0.38	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.50/0.38	c constraints type 
0.50/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4882
0.50/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1687
0.50/0.38	c 6569 constraints processed.
0.50/0.38	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.50/0.38	c constraints type 
0.50/0.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1687
0.50/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4882
0.50/0.38	c 6569 constraints processed.
0.50/0.38	c objective function length is 2630 literals
5.54/2.18	c cleaning 2496 clauses out of 5000 with flag 28301/5000
9.03/3.83	c cleaning 4246 clauses out of 8505 with flag 49614/11001
9.64/4.11	c cleaning 0 clauses out of 5000 with flag 0/5000
13.63/6.06	c cleaning 5626 clauses out of 11259 with flag 72660/18001
19.49/8.88	c cleaning 6810 clauses out of 13631 with flag 99922/26000
21.72/9.93	c cleaning 0 clauses out of 10999 with flag 0/11000
26.51/12.34	c cleaning 7903 clauses out of 15821 with flag 133257/35000
34.68/16.45	c cleaning 8952 clauses out of 17920 with flag 171831/45002
35.88/17.02	c cleaning 0 clauses out of 17999 with flag 0/18000
43.90/21.04	c cleaning 9976 clauses out of 19966 with flag 210920/56000
52.26/25.22	c cleaning 0 clauses out of 26000 with flag 0/26001
54.45/26.37	c cleaning 10991 clauses out of 21991 with flag 256026/68001
66.66/32.44	c cleaning 11994 clauses out of 24000 with flag 307876/81001
71.86/35.10	c cleaning 0 clauses out of 35001 with flag 0/35002
80.05/39.17	c cleaning 12998 clauses out of 26006 with flag 365707/95001
95.06/46.66	c cleaning 0 clauses out of 45001 with flag 0/45002
95.65/46.94	c cleaning 13999 clauses out of 28007 with flag 433255/110000
112.91/55.58	c cleaning 14999 clauses out of 30009 with flag 509412/126001
118.33/58.21	c cleaning 0 clauses out of 55999 with flag 0/56000
131.19/64.60	c cleaning 16000 clauses out of 32010 with flag 576398/143001
141.64/69.87	c cleaning 0 clauses out of 67999 with flag 0/68000
151.31/74.67	c cleaning 16994 clauses out of 34009 with flag 651446/161000
166.36/82.13	c cleaning 0 clauses out of 81000 with flag 0/81001
173.57/85.75	c cleaning 18002 clauses out of 36015 with flag 733534/180000
195.45/96.64	c cleaning 0 clauses out of 95000 with flag 0/95001
198.65/98.23	c cleaning 19000 clauses out of 38013 with flag 824193/200000
226.74/112.28	c cleaning 19999 clauses out of 40013 with flag 925913/221000
228.52/113.12	c cleaning 0 clauses out of 109999 with flag 0/110000
259.62/128.61	c cleaning 21001 clauses out of 42015 with flag 1038346/243001
265.83/131.74	c cleaning 0 clauses out of 126000 with flag 0/126001
294.89/146.27	c cleaning 22001 clauses out of 44014 with flag 1154573/266001
305.57/151.58	c cleaning 0 clauses out of 142999 with flag 0/143000
332.06/164.71	c cleaning 23003 clauses out of 46013 with flag 1277893/290001
350.52/173.98	c cleaning 0 clauses out of 161000 with flag 0/161001
373.37/185.38	c cleaning 23999 clauses out of 48010 with flag 1410207/315001
402.07/199.65	c cleaning 0 clauses out of 180001 with flag 0/180002
417.52/207.38	c cleaning 24997 clauses out of 50010 with flag 1542997/341000
453.43/225.22	c cleaning 0 clauses out of 200000 with flag 0/200001
464.69/230.83	c cleaning 26000 clauses out of 52015 with flag 1680369/368002
510.53/253.60	c cleaning 0 clauses out of 221000 with flag 0/221001
517.57/257.12	c cleaning 27001 clauses out of 54013 with flag 1826567/396000
574.84/285.66	c cleaning 28000 clauses out of 56012 with flag 1983601/425000
577.66/287.04	c cleaning 0 clauses out of 242999 with flag 0/243000
638.71/317.48	c cleaning 29002 clauses out of 58013 with flag 2140132/455001
658.56/327.32	c cleaning 0 clauses out of 266000 with flag 0/266001
707.13/351.50	c cleaning 29998 clauses out of 60010 with flag 2309543/486000
739.90/367.89	c cleaning 0 clauses out of 290000 with flag 0/290001
780.74/388.16	c cleaning 31004 clauses out of 62013 with flag 2488069/518001
817.48/406.44	c cleaning 0 clauses out of 314999 with flag 0/315000
858.26/426.78	c cleaning 32000 clauses out of 64010 with flag 2665992/551002
909.63/452.33	c cleaning 0 clauses out of 341000 with flag 0/341001
941.55/468.29	c cleaning 32999 clauses out of 66008 with flag 2851553/585000
1010.19/502.46	c cleaning 0 clauses out of 367999 with flag 0/368000
1032.31/513.47	c cleaning 33990 clauses out of 68009 with flag 2992996/620000
1129.56/561.81	c cleaning 35006 clauses out of 70022 with flag 3145082/656003
1130.76/562.48	c cleaning 0 clauses out of 395999 with flag 0/396000
1229.31/611.46	c cleaning 35998 clauses out of 72013 with flag 3316509/693000
1230.91/612.30	c cleaning 0 clauses out of 424999 with flag 0/425000
1327.67/660.30	c cleaning 0 clauses out of 455000 with flag 0/455001
1334.75/663.85	c cleaning 37002 clauses out of 74015 with flag 3495276/731000
1433.39/712.83	c cleaning 0 clauses out of 486000 with flag 0/486001
1446.25/719.23	c cleaning 37999 clauses out of 76014 with flag 3684157/770001
1557.13/774.37	c cleaning 0 clauses out of 517999 with flag 0/518000
1565.17/778.32	c cleaning 39002 clauses out of 78015 with flag 3883704/810001
1685.39/838.15	c cleaning 0 clauses out of 550999 with flag 0/551000
1689.01/839.95	c cleaning 40002 clauses out of 80014 with flag 4089624/851002
1800.01/895.12	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/895.12	c starts		: 54
1800.01/895.12	c conflicts		: 887028
1800.01/895.12	c decisions		: 906591
1800.01/895.12	c propagations		: 607061521
1800.01/895.12	c inspects		: 11516121496
1800.01/895.12	c shortcuts		: 0
1800.01/895.12	c learnt literals	: 1
1800.01/895.12	c learnt binary clauses	: 22
1800.01/895.12	c learnt ternary clauses	: 30
1800.01/895.12	c learnt constraints	: 887027
1800.01/895.12	c ignored constraints	: 0
1800.01/895.12	c root simplifications	: 0
1800.01/895.12	c removed literals (reason simplification)	: 9338875
1800.01/895.12	c reason swapping (by a shorter reason)	: 0
1800.01/895.12	c Calls to reduceDB	: 37
1800.01/895.12	c Number of update (reduction) of LBD	: 92049
1800.01/895.12	c Imported unit clauses	: 0
1800.01/895.12	c number of reductions to clauses (during analyze)	: 0
1800.01/895.12	c number of learned constraints concerned by reduction	: 0
1800.01/895.12	c number of learning phase by resolution	: 0
1800.01/895.12	c number of learning phase by cutting planes	: 0
1800.01/895.12	c speed (assignments/second)	: 678489.5303026069
1800.01/895.12	c non guided choices	0
1800.01/895.14	c learnt constraints type 
1800.01/895.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 22
1800.01/895.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 76017
1800.01/895.14	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/895.14	c starts		: 153
1800.01/895.14	c conflicts		: 576423
1800.01/895.14	c decisions		: 596031
1800.01/895.14	c propagations		: 417956605
1800.01/895.14	c inspects		: 4509862233
1800.01/895.14	c shortcuts		: 0
1800.01/895.14	c learnt literals	: 1
1800.01/895.14	c learnt binary clauses	: 35
1800.01/895.14	c learnt ternary clauses	: 23
1800.01/895.14	c learnt constraints	: 576421
1800.01/895.14	c ignored constraints	: 0
1800.01/895.14	c root simplifications	: 0
1800.01/895.14	c removed literals (reason simplification)	: 0
1800.01/895.14	c reason swapping (by a shorter reason)	: 0
1800.01/895.14	c Calls to reduceDB	: 29
1800.01/895.14	c Number of update (reduction) of LBD	: 0
1800.01/895.14	c Imported unit clauses	: 0
1800.01/895.14	c number of reductions to clauses (during analyze)	: 0
1800.01/895.14	c number of learned constraints concerned by reduction	: 0
1800.01/895.14	c number of learning phase by resolution	: 0
1800.01/895.14	c number of learning phase by cutting planes	: 0
1800.01/895.14	c speed (assignments/second)	: 467120.57879790023
1800.01/895.14	c non guided choices	0
1800.01/895.17	c timeout
1800.66/895.22	c learnt constraints type 
1800.66/895.22	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 576386
1800.66/895.22	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 35
1800.66/895.22	s UNKNOWN
1800.66/895.22	c Total wall clock time (in seconds): 895.11

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-4102586-1466217983/watcher-4102586-1466217983 -o /tmp/evaluation-result-4102586-1466217983/solver-4102586-1466217983 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13555 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4102586-1466217983.opb 

pid=18149
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.16 4.03 3.92 4/197 18152
/proc/meminfo: memFree=31060548/32872528 swapFree=163656/177964
[pid=18152] ppid=18149 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/18152/stat : 18152 (java) S 18149 18152 13538 0 -1 4202496 1283 0 0 0 0 0 0 0 20 0 2 0 23848260 94019584 917 33554432000 1073741824 1073778376 140736492981392 140736492972528 224925876285 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18152/statm: 22954 917 697 9 0 16769 0
[pid=18152/tid=18153] ppid=18149 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18153/stat : 18153 (java) R 18149 18152 13538 0 -1 4202560 64 0 0 0 0 0 0 0 20 0 2 0 23848261 95129600 921 33554432000 1073741824 1073778376 140736492981392 140420884799016 224913297793 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 4.16 4.03 3.92 4/197 18152
/proc/meminfo: memFree=31060548/32872528 swapFree=163656/177964
[pid=18152] ppid=18149 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/18152/stat : 18152 (java) S 18149 18152 13538 0 -1 4202496 4476 0 1 0 9 2 0 0 20 0 18 0 23848260 9787879424 6114 33554432000 1073741824 1073778376 140736492981392 140736492972528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18152/statm: 2389619 6114 2156 9 0 2380296 0
[pid=18152/tid=18153] ppid=18149 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/18152/task/18153/stat : 18153 (java) R 18149 18152 13538 0 -1 4202560 2386 0 1 0 6 1 0 0 20 0 18 0 23848261 9787879424 6114 33554432000 1073741824 1073778376 140736492981392 140420884786992 224925902093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200342 s]
/proc/loadavg: 4.16 4.03 3.92 4/197 18152
/proc/meminfo: memFree=31060548/32872528 swapFree=163656/177964
[pid=18152] ppid=18149 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/18152/stat : 18152 (java) S 18149 18152 13538 0 -1 4202496 4962 0 1 0 27 2 0 0 20 0 18 0 23848260 9787879424 6985 33554432000 1073741824 1073778376 140736492981392 140736492972528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18152/statm: 2389619 6985 2219 9 0 2380296 0
[pid=18152/tid=18153] ppid=18149 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/18152/task/18153/stat : 18153 (java) R 18149 18152 13538 0 -1 4202560 2402 0 1 0 16 1 0 0 20 0 18 0 23848261 9787879424 6985 33554432000 1073741824 1073778376 140736492981392 140420884786992 140420751385676 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300347 s]
/proc/loadavg: 4.16 4.03 3.92 4/197 18152
/proc/meminfo: memFree=31060548/32872528 swapFree=163656/177964
[pid=18152] ppid=18149 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/18152/stat : 18152 (java) S 18149 18152 13538 0 -1 4202496 5798 0 1 0 48 2 0 0 20 0 18 0 23848260 9787879424 8885 33554432000 1073741824 1073778376 140736492981392 140736492972528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18152/statm: 2389619 8885 2234 9 0 2380296 0
[pid=18152/tid=18153] ppid=18149 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/18152/task/18153/stat : 18153 (java) R 18149 18152 13538 0 -1 4202560 2405 0 1 0 26 1 0 0 20 0 18 0 23848261 9787879424 8885 33554432000 1073741824 1073778376 140736492981392 140420884802936 224925891640 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700246 s]
/proc/loadavg: 4.16 4.03 3.92 4/197 18152
/proc/meminfo: memFree=31060548/32872528 swapFree=163656/177964
[pid=18152] ppid=18149 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/18152/stat : 18152 (java) S 18149 18152 13538 0 -1 4202496 20261 0 1 0 192 6 0 0 20 0 22 0 23848260 10060525568 24145 33554432000 1073741824 1073778376 140736492981392 140736492972528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18152/statm: 2456183 24145 2259 9 0 2446860 0
[pid=18152/tid=18153] ppid=18149 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/18152/task/18153/stat : 18153 (java) S 18149 18152 13538 0 -1 4202560 2462 0 1 0 34 2 0 0 20 0 22 0 23848261 10060525568 24145 33554432000 1073741824 1073778376 140736492981392 140420884804472 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9824732

[startup+1.50088 s]
/proc/loadavg: 3.91 3.98 3.90 5/219 18174
/proc/meminfo: memFree=30926624/32872528 swapFree=163656/177964
[pid=18152] ppid=18149 vsize=9824732 CPUtime=4.26 cores=1,3,5,7
/proc/18152/stat : 18152 (java) S 18149 18152 13538 0 -1 4202496 20455 0 1 0 418 8 0 0 20 0 22 0 23848260 10060525568 49623 33554432000 1073741824 1073778376 140736492981392 140736492972528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18152/statm: 2456183 49623 2281 9 0 2446860 0
[pid=18152/tid=18153] ppid=18149 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/18152/task/18153/stat : 18153 (java) S 18149 18152 13538 0 -1 4202560 2462 0 1 0 34 2 0 0 20 0 22 0 23848261 10060525568 49623 33554432000 1073741824 1073778376 140736492981392 140420884804472 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18152/tid=18155] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18155/stat : 18155 (java) S 18149 18152 13538 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 23848261 10060525568 49623 33554432000 1073741824 1073778376 140736492981392 140420873866280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18156] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18156/stat : 18156 (java) S 18149 18152 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23848261 10060525568 49623 33554432000 1073741824 1073778376 140736492981392 140420872813480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18152/tid=18157] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18157/stat : 18157 (java) S 18149 18152 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23848261 10060525568 49623 33554432000 1073741824 1073778376 140736492981392 140420871760680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18152/tid=18158] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18158/stat : 18158 (java) S 18149 18152 13538 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 23848261 10060525568 49623 33554432000 1073741824 1073778376 140736492981392 140420870707880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18152/tid=18159] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18159/stat : 18159 (java) S 18149 18152 13538 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 23848261 10060525568 49623 33554432000 1073741824 1073778376 140736492981392 140420723718696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18152/tid=18160] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18160/stat : 18160 (java) S 18149 18152 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23848261 10060525568 49623 33554432000 1073741824 1073778376 140736492981392 140420722665896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18152/tid=18161] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18161/stat : 18161 (java) S 18149 18152 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23848261 10060525568 49623 33554432000 1073741824 1073778376 140736492981392 140420721613096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18152/tid=18162] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18162/stat : 18162 (java) S 18149 18152 13538 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23848261 10060525568 49623 33554432000 1073741824 1073778376 140736492981392 140420720560296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18152/tid=18163] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18163/stat : 18163 (java) S 18149 18152 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23848262 10060525568 49623 33554432000 1073741824 1073778376 140736492981392 140420708363240 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18164] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18164/stat : 18164 (java) S 18149 18152 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23848263 10060525568 49623 33554432000 1073741824 1073778376 140736492981392 140420707309304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18165] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18165/stat : 18165 (java) S 18149 18152 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23848263 10060525568 49623 33554432000 1073741824 1073778376 140736492981392 140420706256392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18166] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18166/stat : 18166 (java) S 18149 18152 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23848265 10060525568 49623 33554432000 1073741824 1073778376 140736492981392 140420705204880 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18167] ppid=18149 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/18152/task/18167/stat : 18167 (java) S 18149 18152 13538 0 -1 4202560 5699 0 0 0 79 2 0 0 20 0 22 0 23848265 10060525568 49623 33554432000 1073741824 1073778376 140736492981392 140420704151992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18168] ppid=18149 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/18152/task/18168/stat : 18168 (java) S 18149 18152 13538 0 -1 4202560 10886 0 0 0 80 3 0 0 20 0 22 0 23848265 10060525568 49623 33554432000 1073741824 1073778376 140736492981392 140420703099192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18152/tid=18169] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18169/stat : 18169 (java) S 18149 18152 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23848265 10060525568 49623 33554432000 1073741824 1073778376 140736492981392 140420702046584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18152/tid=18170] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18170/stat : 18170 (java) S 18149 18152 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23848265 10060525568 49623 33554432000 1073741824 1073778376 140736492981392 140420700993992 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18171] ppid=18149 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/18152/task/18171/stat : 18171 (java) R 18149 18152 13538 0 -1 4202560 18 0 0 0 109 0 0 0 20 0 22 0 23848298 10060525568 49623 33554432000 1073741824 1073778376 140736492981392 140420699939816 140420751357517 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18152/tid=18172] ppid=18149 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/18152/task/18172/stat : 18172 (java) R 18149 18152 13538 0 -1 4202560 88 0 0 0 108 2 0 0 20 0 22 0 23848298 10060525568 49623 33554432000 1073741824 1073778376 140736492981392 140420698886056 140420752062507 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18152/tid=18173] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18173/stat : 18173 (java) S 18149 18152 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23848300 10060525568 49623 33554432000 1073741824 1073778376 140736492981392 140420697834920 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18152/tid=18174] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18174/stat : 18174 (java) S 18149 18152 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23848300 10060525568 49623 33554432000 1073741824 1073778376 140736492981392 140420696782120 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 3.91 3.98 3.90 5/219 18174
/proc/meminfo: memFree=30865172/32872528 swapFree=163656/177964
[pid=18152] ppid=18149 vsize=9824732 CPUtime=7.62 cores=1,3,5,7
/proc/18152/stat : 18152 (java) S 18149 18152 13538 0 -1 4202496 20483 0 1 0 753 9 0 0 20 0 22 0 23848260 10060525568 51682 33554432000 1073741824 1073778376 140736492981392 140736492972528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18152/statm: 2456183 51682 2288 9 0 2446860 0
[pid=18152/tid=18153] ppid=18149 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/18152/task/18153/stat : 18153 (java) S 18149 18152 13538 0 -1 4202560 2462 0 1 0 34 2 0 0 20 0 22 0 23848261 10060525568 51682 33554432000 1073741824 1073778376 140736492981392 140420884804472 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18152/tid=18155] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18155/stat : 18155 (java) S 18149 18152 13538 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 23848261 10060525568 51682 33554432000 1073741824 1073778376 140736492981392 140420873866280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18156] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18156/stat : 18156 (java) S 18149 18152 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23848261 10060525568 51682 33554432000 1073741824 1073778376 140736492981392 140420872813480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18152/tid=18157] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18157/stat : 18157 (java) S 18149 18152 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23848261 10060525568 51682 33554432000 1073741824 1073778376 140736492981392 140420871760680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18152/tid=18158] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18158/stat : 18158 (java) S 18149 18152 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23848261 10060525568 51682 33554432000 1073741824 1073778376 140736492981392 140420870707880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18152/tid=18159] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18159/stat : 18159 (java) S 18149 18152 13538 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 23848261 10060525568 51682 33554432000 1073741824 1073778376 140736492981392 140420723718696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18152/tid=18160] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18160/stat : 18160 (java) S 18149 18152 13538 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 23848261 10060525568 51682 33554432000 1073741824 1073778376 140736492981392 140420722665896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18152/tid=18161] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18161/stat : 18161 (java) S 18149 18152 13538 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23848261 10060525568 51682 33554432000 1073741824 1073778376 140736492981392 140420721613096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18152/tid=18162] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18162/stat : 18162 (java) S 18149 18152 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23848261 10060525568 51682 33554432000 1073741824 1073778376 140736492981392 140420720560296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18152/tid=18163] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18163/stat : 18163 (java) S 18149 18152 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23848262 10060525568 51682 33554432000 1073741824 1073778376 140736492981392 140420708363240 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18164] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18164/stat : 18164 (java) S 18149 18152 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23848263 10060525568 51682 33554432000 1073741824 1073778376 140736492981392 140420707309304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18165] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18165/stat : 18165 (java) S 18149 18152 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23848263 10060525568 51682 33554432000 1073741824 1073778376 140736492981392 140420706256392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18166] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18166/stat : 18166 (java) S 18149 18152 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23848265 10060525568 51682 33554432000 1073741824 1073778376 140736492981392 140420705204880 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18167] ppid=18149 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/18152/task/18167/stat : 18167 (java) S 18149 18152 13538 0 -1 4202560 5700 0 0 0 84 2 0 0 20 0 22 0 23848265 10060525568 51682 33554432000 1073741824 1073778376 140736492981392 140420704151992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18168] ppid=18149 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/18152/task/18168/stat : 18168 (java) S 18149 18152 13538 0 -1 4202560 10893 0 0 0 91 3 0 0 20 0 22 0 23848265 10060525568 51682 33554432000 1073741824 1073778376 140736492981392 140420703099192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18152/tid=18169] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18169/stat : 18169 (java) S 18149 18152 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23848265 10060525568 51682 33554432000 1073741824 1073778376 140736492981392 140420702046584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18152/tid=18170] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18170/stat : 18170 (java) S 18149 18152 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23848265 10060525568 51682 33554432000 1073741824 1073778376 140736492981392 140420700993992 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18171] ppid=18149 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/18152/task/18171/stat : 18171 (java) R 18149 18152 13538 0 -1 4202560 20 0 0 0 268 0 0 0 20 0 22 0 23848298 10060525568 51682 33554432000 1073741824 1073778376 140736492981392 140420699937872 140420752287259 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18152/tid=18172] ppid=18149 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/18152/task/18172/stat : 18172 (java) R 18149 18152 13538 0 -1 4202560 91 0 0 0 265 2 0 0 20 0 22 0 23848298 10060525568 51682 33554432000 1073741824 1073778376 140736492981392 140420698886000 140420752062768 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18152/tid=18173] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18173/stat : 18173 (java) S 18149 18152 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23848300 10060525568 51682 33554432000 1073741824 1073778376 140736492981392 140420697834920 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18152/tid=18174] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18174/stat : 18174 (java) S 18149 18152 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23848300 10060525568 51682 33554432000 1073741824 1073778376 140736492981392 140420696782120 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 3.99 4.00 3.91 5/219 18174
/proc/meminfo: memFree=30850108/32872528 swapFree=163656/177964
[pid=18152] ppid=18149 vsize=9824732 CPUtime=14.45 cores=1,3,5,7
/proc/18152/stat : 18152 (java) S 18149 18152 13538 0 -1 4202496 20740 0 1 0 1434 11 0 0 20 0 22 0 23848260 10060525568 53250 33554432000 1073741824 1073778376 140736492981392 140736492972528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18152/statm: 2456183 53250 2288 9 0 2446860 0
[pid=18152/tid=18153] ppid=18149 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/18152/task/18153/stat : 18153 (java) S 18149 18152 13538 0 -1 4202560 2462 0 1 0 34 2 0 0 20 0 22 0 23848261 10060525568 53250 33554432000 1073741824 1073778376 140736492981392 140420884804472 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18152/tid=18155] ppid=18149 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18152/task/18155/stat : 18155 (java) S 18149 18152 13538 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 23848261 10060525568 53250 33554432000 1073741824 1073778376 140736492981392 140420873866280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18152/tid=18156] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18156/stat : 18156 (java) S 18149 18152 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23848261 10060525568 53250 33554432000 1073741824 1073778376 140736492981392 140420872813480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18152/tid=18157] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18157/stat : 18157 (java) S 18149 18152 13538 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 23848261 10060525568 53250 33554432000 1073741824 1073778376 140736492981392 140420871760680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18158] ppid=18149 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18152/task/18158/stat : 18158 (java) S 18149 18152 13538 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 23848261 10060525568 53250 33554432000 1073741824 1073778376 140736492981392 140420870707880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18152/tid=18159] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18159/stat : 18159 (java) S 18149 18152 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23848261 10060525568 53250 33554432000 1073741824 1073778376 140736492981392 140420723718696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18152/tid=18160] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18160/stat : 18160 (java) S 18149 18152 13538 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 23848261 10060525568 53250 33554432000 1073741824 1073778376 140736492981392 140420722665896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18152/tid=18161] ppid=18149 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18152/task/18161/stat : 18161 (java) S 18149 18152 13538 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 23848261 10060525568 53250 33554432000 1073741824 1073778376 140736492981392 140420721613096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18152/tid=18162] ppid=18149 vsize=9824732 CPUtime=0.01 cores=1,3,5,7

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

[pid=18152/tid=18172] ppid=18149 vsize=9824732 CPUtime=813.85 cores=1,3,5,7
/proc/18152/task/18172/stat : 18172 (java) R 18149 18152 13538 0 -1 4202560 6126 0 0 0 81364 21 0 0 20 0 22 0 23848298 10060525568 151048 33554432000 1073741824 1073778376 140736492981392 140420698885792 140420752073651 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18152/tid=18173] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18173/stat : 18173 (java) S 18149 18152 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23848300 10060525568 151048 33554432000 1073741824 1073778376 140736492981392 140420697834920 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18152/tid=18174] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18174/stat : 18174 (java) S 18149 18152 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23848300 10060525568 151048 33554432000 1073741824 1073778376 140736492981392 140420696782120 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1653.63
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.04 3.95 3.91 5/220 18859
/proc/meminfo: memFree=28162908/32872528 swapFree=163656/177964
[pid=18152] ppid=18149 vsize=9824732 CPUtime=1774.28 cores=1,3,5,7
/proc/18152/stat : 18152 (java) S 18149 18152 13538 0 -1 4202496 32446 0 1 0 177288 140 0 0 20 0 22 0 23848260 10060525568 152403 33554432000 1073741824 1073778376 140736492981392 140736492972528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18152/statm: 2456183 152403 2289 9 0 2446860 0
[pid=18152/tid=18153] ppid=18149 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/18152/task/18153/stat : 18153 (java) S 18149 18152 13538 0 -1 4202560 2475 0 1 0 36 4 0 0 20 0 22 0 23848261 10060525568 152403 33554432000 1073741824 1073778376 140736492981392 140420884804472 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18152/tid=18155] ppid=18149 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/18152/task/18155/stat : 18155 (java) S 18149 18152 13538 0 -1 4202560 899 0 0 0 300 7 0 0 20 0 22 0 23848261 10060525568 152403 33554432000 1073741824 1073778376 140736492981392 140420873866280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18152/tid=18156] ppid=18149 vsize=9824732 CPUtime=3.06 cores=1,3,5,7
/proc/18152/task/18156/stat : 18156 (java) S 18149 18152 13538 0 -1 4202560 462 0 0 0 301 5 0 0 20 0 22 0 23848261 10060525568 152403 33554432000 1073741824 1073778376 140736492981392 140420872813480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18152/tid=18157] ppid=18149 vsize=9824732 CPUtime=3.14 cores=1,3,5,7
/proc/18152/task/18157/stat : 18157 (java) S 18149 18152 13538 0 -1 4202560 415 0 0 0 308 6 0 0 20 0 22 0 23848261 10060525568 152403 33554432000 1073741824 1073778376 140736492981392 140420871760680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18158] ppid=18149 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/18152/task/18158/stat : 18158 (java) S 18149 18152 13538 0 -1 4202560 634 0 0 0 289 7 0 0 20 0 22 0 23848261 10060525568 152403 33554432000 1073741824 1073778376 140736492981392 140420870707880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18152/tid=18159] ppid=18149 vsize=9824732 CPUtime=3.06 cores=1,3,5,7
/proc/18152/task/18159/stat : 18159 (java) S 18149 18152 13538 0 -1 4202560 724 0 0 0 299 7 0 0 20 0 22 0 23848261 10060525568 152403 33554432000 1073741824 1073778376 140736492981392 140420723718696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18152/tid=18160] ppid=18149 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/18152/task/18160/stat : 18160 (java) S 18149 18152 13538 0 -1 4202560 468 0 0 0 288 6 0 0 20 0 22 0 23848261 10060525568 152403 33554432000 1073741824 1073778376 140736492981392 140420722665896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18152/tid=18161] ppid=18149 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/18152/task/18161/stat : 18161 (java) S 18149 18152 13538 0 -1 4202560 533 0 0 0 301 6 0 0 20 0 22 0 23848261 10060525568 152403 33554432000 1073741824 1073778376 140736492981392 140420721613096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18162] ppid=18149 vsize=9824732 CPUtime=3.13 cores=1,3,5,7
/proc/18152/task/18162/stat : 18162 (java) S 18149 18152 13538 0 -1 4202560 710 0 0 0 306 7 0 0 20 0 22 0 23848261 10060525568 152403 33554432000 1073741824 1073778376 140736492981392 140420720560296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18152/tid=18163] ppid=18149 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/18152/task/18163/stat : 18163 (java) S 18149 18152 13538 0 -1 4202560 334 0 0 0 18 50 0 0 20 0 22 0 23848262 10060525568 152403 33554432000 1073741824 1073778376 140736492981392 140420708363240 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18164] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18164/stat : 18164 (java) S 18149 18152 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23848263 10060525568 152403 33554432000 1073741824 1073778376 140736492981392 140420707309304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18165] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18165/stat : 18165 (java) S 18149 18152 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23848263 10060525568 152403 33554432000 1073741824 1073778376 140736492981392 140420706256392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18166] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18166/stat : 18166 (java) S 18149 18152 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23848265 10060525568 152403 33554432000 1073741824 1073778376 140736492981392 140420705204880 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18167] ppid=18149 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/18152/task/18167/stat : 18167 (java) S 18149 18152 13538 0 -1 4202560 5742 0 0 0 96 2 0 0 20 0 22 0 23848265 10060525568 152403 33554432000 1073741824 1073778376 140736492981392 140420704151992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18152/tid=18168] ppid=18149 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/18152/task/18168/stat : 18168 (java) S 18149 18152 13538 0 -1 4202560 11019 0 0 0 131 3 0 0 20 0 22 0 23848265 10060525568 152403 33554432000 1073741824 1073778376 140736492981392 140420703099192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18152/tid=18169] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18169/stat : 18169 (java) S 18149 18152 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23848265 10060525568 152403 33554432000 1073741824 1073778376 140736492981392 140420702046584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18152/tid=18170] ppid=18149 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/18152/task/18170/stat : 18170 (java) S 18149 18152 13538 0 -1 4202560 51 0 0 0 14 21 0 0 20 0 22 0 23848265 10060525568 152403 33554432000 1073741824 1073778376 140736492981392 140420700993992 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18152/tid=18171] ppid=18149 vsize=9824732 CPUtime=873.33 cores=1,3,5,7
/proc/18152/task/18171/stat : 18171 (java) R 18149 18152 13538 0 -1 4202560 576 0 0 0 87314 19 0 0 20 0 22 0 23848298 10060525568 152403 33554432000 1073741824 1073778376 140736492981392 140420699938816 140420752035971 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18172] ppid=18149 vsize=9824732 CPUtime=873.34 cores=1,3,5,7
/proc/18152/task/18172/stat : 18172 (java) R 18149 18152 13538 0 -1 4202560 6139 0 0 0 87312 22 0 0 20 0 22 0 23848298 10060525568 152403 33554432000 1073741824 1073778376 140736492981392 140420698885280 140420751943916 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18152/tid=18173] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18173/stat : 18173 (java) S 18149 18152 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23848300 10060525568 152403 33554432000 1073741824 1073778376 140736492981392 140420697834920 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18152/tid=18174] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18174/stat : 18174 (java) S 18149 18152 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23848300 10060525568 152403 33554432000 1073741824 1073778376 140736492981392 140420696782120 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1774.28
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.101 s]
/proc/loadavg: 4.03 3.95 3.91 5/220 18859
/proc/meminfo: memFree=28161764/32872528 swapFree=163656/177964
[pid=18152] ppid=18149 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/18152/stat : 18152 (java) S 18149 18152 13538 0 -1 4202496 32459 0 1 0 179860 141 0 0 20 0 22 0 23848260 10060525568 152930 33554432000 1073741824 1073778376 140736492981392 140736492972528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18152/statm: 2456183 152930 2289 9 0 2446860 0
[pid=18152/tid=18153] ppid=18149 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/18152/task/18153/stat : 18153 (java) S 18149 18152 13538 0 -1 4202560 2475 0 1 0 36 4 0 0 20 0 22 0 23848261 10060525568 152930 33554432000 1073741824 1073778376 140736492981392 140420884804472 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18152/tid=18155] ppid=18149 vsize=9824732 CPUtime=3.11 cores=1,3,5,7
/proc/18152/task/18155/stat : 18155 (java) S 18149 18152 13538 0 -1 4202560 900 0 0 0 304 7 0 0 20 0 22 0 23848261 10060525568 152930 33554432000 1073741824 1073778376 140736492981392 140420873866280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18152/tid=18156] ppid=18149 vsize=9824732 CPUtime=3.12 cores=1,3,5,7
/proc/18152/task/18156/stat : 18156 (java) S 18149 18152 13538 0 -1 4202560 463 0 0 0 307 5 0 0 20 0 22 0 23848261 10060525568 152930 33554432000 1073741824 1073778376 140736492981392 140420872813480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18152/tid=18157] ppid=18149 vsize=9824732 CPUtime=3.19 cores=1,3,5,7
/proc/18152/task/18157/stat : 18157 (java) S 18149 18152 13538 0 -1 4202560 415 0 0 0 313 6 0 0 20 0 22 0 23848261 10060525568 152930 33554432000 1073741824 1073778376 140736492981392 140420871760680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18152/tid=18158] ppid=18149 vsize=9824732 CPUtime=3 cores=1,3,5,7
/proc/18152/task/18158/stat : 18158 (java) S 18149 18152 13538 0 -1 4202560 634 0 0 0 293 7 0 0 20 0 22 0 23848261 10060525568 152930 33554432000 1073741824 1073778376 140736492981392 140420870707880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18152/tid=18159] ppid=18149 vsize=9824732 CPUtime=3.11 cores=1,3,5,7
/proc/18152/task/18159/stat : 18159 (java) S 18149 18152 13538 0 -1 4202560 725 0 0 0 304 7 0 0 20 0 22 0 23848261 10060525568 152930 33554432000 1073741824 1073778376 140736492981392 140420723718696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18160] ppid=18149 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/18152/task/18160/stat : 18160 (java) S 18149 18152 13538 0 -1 4202560 468 0 0 0 292 6 0 0 20 0 22 0 23848261 10060525568 152930 33554432000 1073741824 1073778376 140736492981392 140420722665896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18152/tid=18161] ppid=18149 vsize=9824732 CPUtime=3.12 cores=1,3,5,7
/proc/18152/task/18161/stat : 18161 (java) S 18149 18152 13538 0 -1 4202560 533 0 0 0 306 6 0 0 20 0 22 0 23848261 10060525568 152930 33554432000 1073741824 1073778376 140736492981392 140420721613096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18162] ppid=18149 vsize=9824732 CPUtime=3.19 cores=1,3,5,7
/proc/18152/task/18162/stat : 18162 (java) S 18149 18152 13538 0 -1 4202560 711 0 0 0 312 7 0 0 20 0 22 0 23848261 10060525568 152930 33554432000 1073741824 1073778376 140736492981392 140420720560296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18152/tid=18163] ppid=18149 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/18152/task/18163/stat : 18163 (java) S 18149 18152 13538 0 -1 4202560 334 0 0 0 19 50 0 0 20 0 22 0 23848262 10060525568 152930 33554432000 1073741824 1073778376 140736492981392 140420708363240 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18164] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18164/stat : 18164 (java) S 18149 18152 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23848263 10060525568 152930 33554432000 1073741824 1073778376 140736492981392 140420707309304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18165] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18165/stat : 18165 (java) S 18149 18152 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23848263 10060525568 152930 33554432000 1073741824 1073778376 140736492981392 140420706256392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18166] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18166/stat : 18166 (java) S 18149 18152 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23848265 10060525568 152930 33554432000 1073741824 1073778376 140736492981392 140420705204880 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18167] ppid=18149 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/18152/task/18167/stat : 18167 (java) S 18149 18152 13538 0 -1 4202560 5742 0 0 0 96 2 0 0 20 0 22 0 23848265 10060525568 152930 33554432000 1073741824 1073778376 140736492981392 140420704151992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18152/tid=18168] ppid=18149 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/18152/task/18168/stat : 18168 (java) S 18149 18152 13538 0 -1 4202560 11019 0 0 0 131 3 0 0 20 0 22 0 23848265 10060525568 152930 33554432000 1073741824 1073778376 140736492981392 140420703099192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18152/tid=18169] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18169/stat : 18169 (java) S 18149 18152 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23848265 10060525568 152930 33554432000 1073741824 1073778376 140736492981392 140420702046584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18152/tid=18170] ppid=18149 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/18152/task/18170/stat : 18170 (java) S 18149 18152 13538 0 -1 4202560 53 0 0 0 14 21 0 0 20 0 22 0 23848265 10060525568 152930 33554432000 1073741824 1073778376 140736492981392 140420700993992 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18152/tid=18171] ppid=18149 vsize=9824732 CPUtime=886.01 cores=1,3,5,7
/proc/18152/task/18171/stat : 18171 (java) R 18149 18152 13538 0 -1 4202560 581 0 0 0 88581 20 0 0 20 0 22 0 23848298 10060525568 152930 33554432000 1073741824 1073778376 140736492981392 140420699938832 140420751966268 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18152/tid=18172] ppid=18149 vsize=9824732 CPUtime=886.02 cores=1,3,5,7
/proc/18152/task/18172/stat : 18172 (java) R 18149 18152 13538 0 -1 4202560 6141 0 0 0 88580 22 0 0 20 0 22 0 23848298 10060525568 152930 33554432000 1073741824 1073778376 140736492981392 140420698885120 140420752013061 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18173] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18173/stat : 18173 (java) S 18149 18152 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23848300 10060525568 152930 33554432000 1073741824 1073778376 140736492981392 140420697834920 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18152/tid=18174] ppid=18149 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18174/stat : 18174 (java) S 18149 18152 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23848300 10060525568 152930 33554432000 1073741824 1073778376 140736492981392 140420696782120 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 18152 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.206 s]
/proc/loadavg: 4.03 3.95 3.91 5/220 18859
/proc/meminfo: memFree=28161764/32872528 swapFree=163656/177964
[pid=18152] ppid=18149 vsize=9957860 CPUtime=1800.66 cores=1,3,5,7
/proc/18152/stat : 18152 (java) S 18149 18152 13538 0 -1 4202496 32497 0 1 0 179895 171 0 0 20 0 20 0 23848260 10196848640 152837 33554432000 1073741824 1073778376 140736492981392 140736492972528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18152/statm: 2489465 152837 2290 9 0 2480142 0
[pid=18152/tid=18153] ppid=18149 vsize=9957860 CPUtime=0.4 cores=1,3,5,7
/proc/18152/task/18153/stat : 18153 (java) S 18149 18152 13538 0 -1 4202560 2475 0 1 0 36 4 0 0 20 0 20 0 23848261 10196848640 152837 33554432000 1073741824 1073778376 140736492981392 140420884805016 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18152/tid=18155] ppid=18149 vsize=9957860 CPUtime=3.13 cores=1,3,5,7
/proc/18152/task/18155/stat : 18155 (java) S 18149 18152 13538 0 -1 4202560 902 0 0 0 306 7 0 0 20 0 20 0 23848261 10196848640 152837 33554432000 1073741824 1073778376 140736492981392 140420873866280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18152/tid=18156] ppid=18149 vsize=9957860 CPUtime=3.12 cores=1,3,5,7
/proc/18152/task/18156/stat : 18156 (java) S 18149 18152 13538 0 -1 4202560 463 0 0 0 307 5 0 0 20 0 20 0 23848261 10196848640 152837 33554432000 1073741824 1073778376 140736492981392 140420872813480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18152/tid=18157] ppid=18149 vsize=9957860 CPUtime=3.19 cores=1,3,5,7
/proc/18152/task/18157/stat : 18157 (java) S 18149 18152 13538 0 -1 4202560 415 0 0 0 313 6 0 0 20 0 20 0 23848261 10196848640 152837 33554432000 1073741824 1073778376 140736492981392 140420871760680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18152/tid=18158] ppid=18149 vsize=9957860 CPUtime=3.01 cores=1,3,5,7
/proc/18152/task/18158/stat : 18158 (java) S 18149 18152 13538 0 -1 4202560 634 0 0 0 294 7 0 0 20 0 20 0 23848261 10196848640 152837 33554432000 1073741824 1073778376 140736492981392 140420870707880 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18152/tid=18159] ppid=18149 vsize=9957860 CPUtime=3.11 cores=1,3,5,7
/proc/18152/task/18159/stat : 18159 (java) S 18149 18152 13538 0 -1 4202560 725 0 0 0 304 7 0 0 20 0 20 0 23848261 10196848640 152837 33554432000 1073741824 1073778376 140736492981392 140420723718696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18160] ppid=18149 vsize=9957860 CPUtime=2.99 cores=1,3,5,7
/proc/18152/task/18160/stat : 18160 (java) S 18149 18152 13538 0 -1 4202560 468 0 0 0 293 6 0 0 20 0 20 0 23848261 10196848640 152837 33554432000 1073741824 1073778376 140736492981392 140420722665896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18152/tid=18161] ppid=18149 vsize=9957860 CPUtime=3.12 cores=1,3,5,7
/proc/18152/task/18161/stat : 18161 (java) S 18149 18152 13538 0 -1 4202560 533 0 0 0 306 6 0 0 20 0 20 0 23848261 10196848640 152837 33554432000 1073741824 1073778376 140736492981392 140420721613096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18162] ppid=18149 vsize=9957860 CPUtime=3.19 cores=1,3,5,7
/proc/18152/task/18162/stat : 18162 (java) S 18149 18152 13538 0 -1 4202560 711 0 0 0 312 7 0 0 20 0 20 0 23848261 10196848640 152837 33554432000 1073741824 1073778376 140736492981392 140420720560296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18163] ppid=18149 vsize=9957860 CPUtime=0.69 cores=1,3,5,7
/proc/18152/task/18163/stat : 18163 (java) S 18149 18152 13538 0 -1 4202560 335 0 0 0 19 50 0 0 20 0 20 0 23848262 10196848640 152837 33554432000 1073741824 1073778376 140736492981392 140420708363240 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18152/tid=18164] ppid=18149 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18164/stat : 18164 (java) S 18149 18152 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 23848263 10196848640 152837 33554432000 1073741824 1073778376 140736492981392 140420707309304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18165] ppid=18149 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18165/stat : 18165 (java) S 18149 18152 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 23848263 10196848640 152837 33554432000 1073741824 1073778376 140736492981392 140420706256392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18166] ppid=18149 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18166/stat : 18166 (java) S 18149 18152 13538 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 23848265 10196848640 152837 33554432000 1073741824 1073778376 140736492981392 140420705204880 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18152/tid=18167] ppid=18149 vsize=9957860 CPUtime=0.98 cores=1,3,5,7
/proc/18152/task/18167/stat : 18167 (java) S 18149 18152 13538 0 -1 4202560 5743 0 0 0 96 2 0 0 20 0 20 0 23848265 10196848640 152837 33554432000 1073741824 1073778376 140736492981392 140420704151992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18152/tid=18168] ppid=18149 vsize=9957860 CPUtime=1.39 cores=1,3,5,7
/proc/18152/task/18168/stat : 18168 (java) S 18149 18152 13538 0 -1 4202560 11019 0 0 0 136 3 0 0 20 0 20 0 23848265 10196848640 152837 33554432000 1073741824 1073778376 140736492981392 140420703099192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18152/tid=18169] ppid=18149 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/18152/task/18169/stat : 18169 (java) S 18149 18152 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 23848265 10196848640 152837 33554432000 1073741824 1073778376 140736492981392 140420702046584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18152/tid=18170] ppid=18149 vsize=9957860 CPUtime=0.35 cores=1,3,5,7
/proc/18152/task/18170/stat : 18170 (java) S 18149 18152 13538 0 -1 4202560 53 0 0 0 14 21 0 0 20 0 20 0 23848265 10196848640 152837 33554432000 1073741824 1073778376 140736492981392 140420700993992 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.66
Current children cumulated vsize (KiB) 9957860

Child status: 143
Real time (s): 895.225
CPU time (s): 1801.1
CPU user time (s): 1799.21
CPU system time (s): 1.89171
CPU usage (%): 201.19
Max. virtual memory (cumulated for all children) (KiB): 9957860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 1.89171
maximum resident set size= 611912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32498
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45852
involuntary context switches= 76897

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.77027 second user time and 9.12161 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 04:46:23
IDJOB=4102586
IDBENCH=2143
IDSOLVER=2543
FILE ID=node105/4102586-1466217983
RUNJOBID= node105-1466206102-13555
PBS_JOBID= 19918167
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-1-c.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102586-1466217983/watcher-4102586-1466217983 -o /tmp/evaluation-result-4102586-1466217983/solver-4102586-1466217983 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13555 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4102586-1466217983.opb

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

MD5SUM BENCH= 7d3927082349ded13241d71256bbcafb
RANDOM SEED=531714118

node105.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.561
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.12
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.561
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.561
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.561
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.561
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.561
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.561
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.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31060820 kB
Buffers:           87176 kB
Cached:            94780 kB
SwapCached:         1764 kB
Active:           772640 kB
Inactive:         127624 kB
Active(anon):     717564 kB
Inactive(anon):     3100 kB
Active(file):      55076 kB
Inactive(file):   124524 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:               620 kB
Writeback:             0 kB
AnonPages:        917788 kB
Mapped:            15456 kB
Shmem:                 0 kB
Slab:             600816 kB
SReclaimable:      44240 kB
SUnreclaim:       556576 kB
KernelStack:        1776 kB
PageTables:         5836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1057776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    663552 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= 71744 MiB
End job on node105 at 2016-06-18 05:01:19