Trace number 4085225

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 Resolution PB16? (TO) 1800.76 1798.34

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-1.opb
MD5SUM5a9e4c8983ff8fc3ce01109a5c224dd2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13453
Number of constraints which are clauses13453
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 constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
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 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
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.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4085225-1465232438.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.52/0.39	c ... done. Wall clock time 0.291s.
0.52/0.39	c declared #vars     6352
0.52/0.39	c #constraints  13453
0.52/0.39	c constraints type 
0.52/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6982
0.52/0.39	c org.sat4j.specs.Constr$1 => 132
0.52/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6057
0.52/0.39	c org.sat4j.minisat.constraints.cnf.UnitClause => 282
0.52/0.39	c 13453 constraints processed.
0.52/0.39	c objective function length is 6352 literals
4.82/4.10	c cleaning 2500 clauses out of 5001 with flag 14016/5001
10.00/8.88	c cleaning 4250 clauses out of 8501 with flag 33920/11001
16.00/14.83	c cleaning 5621 clauses out of 11251 with flag 58613/18001
23.13/22.00	c cleaning 6806 clauses out of 13629 with flag 88157/26000
31.86/30.55	c cleaning 7905 clauses out of 15823 with flag 123413/35000
41.86/40.50	c cleaning 8954 clauses out of 17918 with flag 163362/45001
53.16/51.81	c cleaning 9976 clauses out of 19964 with flag 207027/56001
65.26/63.91	c cleaning 10990 clauses out of 21988 with flag 256205/68001
79.12/77.76	c cleaning 11996 clauses out of 23998 with flag 311890/81001
95.22/93.87	c cleaning 12996 clauses out of 26001 with flag 378430/95000
113.62/112.22	c cleaning 13993 clauses out of 28005 with flag 454841/110000
133.52/132.13	c cleaning 14999 clauses out of 30014 with flag 531418/126002
154.53/153.11	c cleaning 15999 clauses out of 32014 with flag 616893/143001
176.73/175.30	c cleaning 17002 clauses out of 34016 with flag 710601/161002
202.85/201.45	c cleaning 17995 clauses out of 36012 with flag 809333/180000
228.54/227.12	c cleaning 19002 clauses out of 38018 with flag 915850/200001
250.25/248.83	c cleaning 19998 clauses out of 40017 with flag 1033552/221002
271.94/270.57	c cleaning 20998 clauses out of 42018 with flag 1150971/243001
295.85/294.46	c cleaning 22000 clauses out of 44020 with flag 1283969/266001
320.36/318.93	c cleaning 23006 clauses out of 46019 with flag 1395793/290000
346.26/344.86	c cleaning 23999 clauses out of 48014 with flag 1514112/315001
374.65/373.23	c cleaning 25002 clauses out of 50015 with flag 1638203/341001
406.15/404.80	c cleaning 26000 clauses out of 52014 with flag 1779807/368002
439.76/438.38	c cleaning 27000 clauses out of 54013 with flag 1928705/396001
476.17/474.78	c cleaning 28001 clauses out of 56012 with flag 2093444/425000
513.05/511.57	c cleaning 28998 clauses out of 58011 with flag 2258182/455000
551.55/550.05	c cleaning 29999 clauses out of 60013 with flag 2450049/486000
591.15/589.65	c cleaning 30995 clauses out of 62014 with flag 2639096/518000
631.95/630.43	c cleaning 32002 clauses out of 64019 with flag 2779880/551000
674.16/672.60	c cleaning 33001 clauses out of 66017 with flag 2940055/585000
719.57/718.07	c cleaning 34001 clauses out of 68017 with flag 3109354/620001
756.88/755.37	c cleaning 34997 clauses out of 70016 with flag 3296848/656001
784.38/782.80	c cleaning 36004 clauses out of 72018 with flag 3510131/693000
813.28/811.79	c cleaning 37004 clauses out of 74015 with flag 3738815/731001
842.19/840.60	c cleaning 38001 clauses out of 76010 with flag 3977262/770000
872.69/871.16	c cleaning 39003 clauses out of 78013 with flag 4230936/810004
905.00/903.45	c cleaning 39997 clauses out of 80008 with flag 4493973/851002
939.59/938.00	c cleaning 41002 clauses out of 82013 with flag 4764349/893004
976.00/974.40	c cleaning 42000 clauses out of 84010 with flag 5043739/936003
1013.59/1011.90	c cleaning 43003 clauses out of 86009 with flag 5340559/980002
1052.21/1050.51	c cleaning 43995 clauses out of 88004 with flag 5655104/1025000
1092.80/1091.12	c cleaning 44995 clauses out of 90009 with flag 5990159/1071000
1135.01/1133.38	c cleaning 46004 clauses out of 92014 with flag 6336125/1118000
1179.31/1177.68	c cleaning 47002 clauses out of 94011 with flag 6704442/1166001
1225.41/1223.78	c cleaning 47999 clauses out of 96008 with flag 7053344/1215000
1271.02/1269.40	c cleaning 49001 clauses out of 98013 with flag 7397063/1265004
1318.44/1316.73	c cleaning 49996 clauses out of 100008 with flag 7764657/1316000
1371.04/1369.38	c cleaning 51002 clauses out of 102016 with flag 8159919/1368004
1421.35/1419.69	c cleaning 52002 clauses out of 104011 with flag 8567151/1421001
1477.18/1475.41	c cleaning 52999 clauses out of 106013 with flag 9007192/1475005
1535.68/1533.95	c cleaning 53998 clauses out of 108010 with flag 9519547/1530001
1596.06/1594.36	c cleaning 55002 clauses out of 110012 with flag 10056704/1586001
1658.37/1656.66	c cleaning 55999 clauses out of 112011 with flag 10609389/1643002
1724.56/1722.85	c cleaning 56999 clauses out of 114012 with flag 11154433/1701002
1792.58/1790.89	c cleaning 58002 clauses out of 116013 with flag 11684937/1760002
1800.07/1798.30	c starts		: 3693
1800.07/1798.30	c conflicts		: 1769474
1800.07/1798.30	c decisions		: 2327493
1800.07/1798.30	c propagations		: 2929387694
1800.07/1798.30	c inspects		: 23453059549
1800.07/1798.30	c shortcuts		: 0
1800.07/1798.30	c learnt literals	: 1
1800.07/1798.30	c learnt binary clauses	: 149
1800.07/1798.30	c learnt ternary clauses	: 167
1800.07/1798.30	c learnt constraints	: 1769473
1800.07/1798.30	c ignored constraints	: 0
1800.07/1798.30	c root simplifications	: 0
1800.07/1798.30	c removed literals (reason simplification)	: 0
1800.07/1798.30	c reason swapping (by a shorter reason)	: 0
1800.07/1798.30	c Calls to reduceDB	: 55
1800.07/1798.30	c Number of update (reduction) of LBD	: 427677
1800.07/1798.30	c Imported unit clauses	: 0
1800.07/1798.30	c number of reductions to clauses (during analyze)	: 0
1800.07/1798.30	c number of learned constraints concerned by reduction	: 0
1800.07/1798.30	c number of learning phase by resolution	: 0
1800.07/1798.30	c number of learning phase by cutting planes	: 0
1800.07/1798.30	c speed (assignments/second)	: 1629363.1524584885
1800.07/1798.30	c non guided choices	0
1800.07/1798.30	c timeout
1800.07/1798.33	c learnt constraints type 
1800.07/1798.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 149
1800.07/1798.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 67335
1800.07/1798.33	s UNKNOWN
1800.07/1798.33	c Total wall clock time (in seconds): 1798.23

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-4085225-1465232438/watcher-4085225-1465232438 -o /tmp/evaluation-result-4085225-1465232438/solver-4085225-1465232438 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465217315-754 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085225-1465232438.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.16 2.16 2.16 4/195 3286
/proc/meminfo: memFree=30314372/32872528 swapFree=16252/1391864
[pid=3286] ppid=3283 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/3286/stat : 3286 (java) S 3283 3286 737 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 105176907 98570240 977 33554432000 1073741824 1073778376 140736177236592 140736177227728 272889839677 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 24065 977 743 9 0 16771 0
[pid=3286/tid=3287] ppid=3283 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3287/stat : 3287 (java) R 3283 3286 737 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 105176907 98570240 978 33554432000 1073741824 1073778376 140736177236592 140347082874408 272886482304 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.16 2.16 2.16 4/195 3286
/proc/meminfo: memFree=30314372/32872528 swapFree=16252/1391864
[pid=3286] ppid=3283 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/3286/stat : 3286 (java) S 3283 3286 737 0 -1 4202496 4503 0 1 0 10 1 0 0 20 0 18 0 105176907 9787879424 6133 33554432000 1073741824 1073778376 140736177236592 140736177227728 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 2389619 6133 2157 9 0 2380296 0
[pid=3286/tid=3287] ppid=3283 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/3286/task/3287/stat : 3287 (java) R 3283 3286 737 0 -1 4202560 2379 0 1 0 6 2 0 0 20 0 18 0 105176907 9787879424 6133 33554432000 1073741824 1073778376 140736177236592 140347082877856 272889865485 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200264 s]
/proc/loadavg: 2.16 2.16 2.16 4/195 3286
/proc/meminfo: memFree=30314372/32872528 swapFree=16252/1391864
[pid=3286] ppid=3283 vsize=9558476 CPUtime=0.32 cores=0,2,4,6
/proc/3286/stat : 3286 (java) S 3283 3286 737 0 -1 4202496 5244 0 1 0 30 2 0 0 20 0 18 0 105176907 9787879424 7118 33554432000 1073741824 1073778376 140736177236592 140736177227728 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 2389619 7118 2227 9 0 2380296 0
[pid=3286/tid=3287] ppid=3283 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/3286/task/3287/stat : 3287 (java) R 3283 3286 737 0 -1 4202560 2395 0 1 0 16 2 0 0 20 0 18 0 105176907 9787879424 7118 33554432000 1073741824 1073778376 140736177236592 140347082877856 140347086164883 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9558476

[startup+0.300248 s]
/proc/loadavg: 2.16 2.16 2.16 4/195 3286
/proc/meminfo: memFree=30314372/32872528 swapFree=16252/1391864
[pid=3286] ppid=3283 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/3286/stat : 3286 (java) S 3283 3286 737 0 -1 4202496 5852 0 1 0 50 2 0 0 20 0 18 0 105176907 9787879424 9493 33554432000 1073741824 1073778376 140736177236592 140736177227728 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 2389619 9493 2233 9 0 2380296 0
[pid=3286/tid=3287] ppid=3283 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/3286/task/3287/stat : 3287 (java) R 3283 3286 737 0 -1 4202560 2402 0 1 0 26 2 0 0 20 0 18 0 105176907 9787879424 9493 33554432000 1073741824 1073778376 140736177236592 140347082877856 140346931660306 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.70031 s]
/proc/loadavg: 2.16 2.16 2.16 4/195 3286
/proc/meminfo: memFree=30314372/32872528 swapFree=16252/1391864
[pid=3286] ppid=3283 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/3286/stat : 3286 (java) S 3283 3286 737 0 -1 4202496 9594 0 1 0 131 3 0 0 20 0 19 0 105176907 9856040960 16076 33554432000 1073741824 1073778376 140736177236592 140736177227728 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 2406260 16076 2264 9 0 2396937 0
[pid=3286/tid=3287] ppid=3283 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/3286/task/3287/stat : 3287 (java) R 3283 3286 737 0 -1 4202560 2424 0 1 0 66 2 0 0 20 0 19 0 105176907 9856040960 16076 33554432000 1073741824 1073778376 140736177236592 140347082879352 140346932184804 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.16 2.16 2.16 4/214 3305
/proc/meminfo: memFree=30257940/32872528 swapFree=16252/1391864
[pid=3286] ppid=3283 vsize=9625040 CPUtime=2.16 cores=0,2,4,6
/proc/3286/stat : 3286 (java) S 3283 3286 737 0 -1 4202496 9606 0 1 0 213 3 0 0 20 0 19 0 105176907 9856040960 16076 33554432000 1073741824 1073778376 140736177236592 140736177227728 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 2406260 16076 2264 9 0 2396937 0
[pid=3286/tid=3287] ppid=3283 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/3286/task/3287/stat : 3287 (java) R 3283 3286 737 0 -1 4202560 2425 0 1 0 146 2 0 0 20 0 19 0 105176907 9856040960 16076 33554432000 1073741824 1073778376 140736177236592 140347082877240 140346932234099 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3286/tid=3289] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3289/stat : 3289 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176908 9856040960 16076 33554432000 1073741824 1073778376 140736177236592 140347055331624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3290] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3290/stat : 3290 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176908 9856040960 16076 33554432000 1073741824 1073778376 140736177236592 140347054278824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3286/tid=3291] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3291/stat : 3291 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176908 9856040960 16076 33554432000 1073741824 1073778376 140736177236592 140347053226536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3286/tid=3292] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3292/stat : 3292 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176908 9856040960 16076 33554432000 1073741824 1073778376 140736177236592 140347052173736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3286/tid=3293] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3293/stat : 3293 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176908 9856040960 16076 33554432000 1073741824 1073778376 140736177236592 140347051121448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3294] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3294/stat : 3294 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176908 9856040960 16076 33554432000 1073741824 1073778376 140736177236592 140347050068648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3286/tid=3295] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3295/stat : 3295 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176908 9856040960 16076 33554432000 1073741824 1073778376 140736177236592 140346920578088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3296] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3296/stat : 3296 (java) S 3283 3286 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105176908 9856040960 16076 33554432000 1073741824 1073778376 140736177236592 140346919525288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3297] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3297/stat : 3297 (java) S 3283 3286 737 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105176909 9856040960 16076 33554432000 1073741824 1073778376 140736177236592 140346436577512 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3286/tid=3298] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3298/stat : 3298 (java) S 3283 3286 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105176910 9856040960 16076 33554432000 1073741824 1073778376 140736177236592 140346435523576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3299] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3299/stat : 3299 (java) S 3283 3286 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105176910 9856040960 16076 33554432000 1073741824 1073778376 140736177236592 140346434471176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3300] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3300/stat : 3300 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176912 9856040960 16076 33554432000 1073741824 1073778376 140736177236592 140346433419664 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3301] ppid=3283 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/3286/task/3301/stat : 3301 (java) S 3283 3286 737 0 -1 4202560 2731 0 0 0 37 0 0 0 20 0 19 0 105176912 9856040960 16076 33554432000 1073741824 1073778376 140736177236592 140346432367288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3302] ppid=3283 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/3286/task/3302/stat : 3302 (java) S 3283 3286 737 0 -1 4202560 3172 0 0 0 27 0 0 0 20 0 19 0 105176912 9856040960 16076 33554432000 1073741824 1073778376 140736177236592 140346431314488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3286/tid=3303] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3303/stat : 3303 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176912 9856040960 16076 33554432000 1073741824 1073778376 140736177236592 140346430262392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3286/tid=3304] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3304/stat : 3304 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176912 9856040960 16076 33554432000 1073741824 1073778376 140736177236592 140346429209800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3286/tid=3305] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3305/stat : 3305 (java) S 3283 3286 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105176950 9856040960 16076 33554432000 1073741824 1073778376 140736177236592 140346428154792 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.15 2.16 2.15 4/214 3305
/proc/meminfo: memFree=30255584/32872528 swapFree=16252/1391864
[pid=3286] ppid=3283 vsize=9625040 CPUtime=3.79 cores=0,2,4,6
/proc/3286/stat : 3286 (java) S 3283 3286 737 0 -1 4202496 9617 0 1 0 376 3 0 0 20 0 19 0 105176907 9856040960 16589 33554432000 1073741824 1073778376 140736177236592 140736177227728 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 2406260 16589 2265 9 0 2396937 0
[pid=3286/tid=3287] ppid=3283 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/3286/task/3287/stat : 3287 (java) R 3283 3286 737 0 -1 4202560 2426 0 1 0 306 2 0 0 20 0 19 0 105176907 9856040960 16589 33554432000 1073741824 1073778376 140736177236592 140347082878952 140346932237833 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3286/tid=3289] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3289/stat : 3289 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176908 9856040960 16589 33554432000 1073741824 1073778376 140736177236592 140347055331624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3290] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3290/stat : 3290 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176908 9856040960 16589 33554432000 1073741824 1073778376 140736177236592 140347054278824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3286/tid=3291] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3291/stat : 3291 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176908 9856040960 16589 33554432000 1073741824 1073778376 140736177236592 140347053226536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3286/tid=3292] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3292/stat : 3292 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176908 9856040960 16589 33554432000 1073741824 1073778376 140736177236592 140347052173736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3286/tid=3293] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3293/stat : 3293 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176908 9856040960 16589 33554432000 1073741824 1073778376 140736177236592 140347051121448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3294] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3294/stat : 3294 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176908 9856040960 16589 33554432000 1073741824 1073778376 140736177236592 140347050068648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3286/tid=3295] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3295/stat : 3295 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176908 9856040960 16589 33554432000 1073741824 1073778376 140736177236592 140346920578088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3296] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3296/stat : 3296 (java) S 3283 3286 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105176908 9856040960 16589 33554432000 1073741824 1073778376 140736177236592 140346919525288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3297] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3297/stat : 3297 (java) S 3283 3286 737 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105176909 9856040960 16589 33554432000 1073741824 1073778376 140736177236592 140346436577512 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3286/tid=3298] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3298/stat : 3298 (java) S 3283 3286 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105176910 9856040960 16589 33554432000 1073741824 1073778376 140736177236592 140346435523576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3299] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3299/stat : 3299 (java) S 3283 3286 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105176910 9856040960 16589 33554432000 1073741824 1073778376 140736177236592 140346434471176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3300] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3300/stat : 3300 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176912 9856040960 16589 33554432000 1073741824 1073778376 140736177236592 140346433419664 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3301] ppid=3283 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/3286/task/3301/stat : 3301 (java) S 3283 3286 737 0 -1 4202560 2741 0 0 0 39 0 0 0 20 0 19 0 105176912 9856040960 16589 33554432000 1073741824 1073778376 140736177236592 140346432367288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3302] ppid=3283 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/3286/task/3302/stat : 3302 (java) S 3283 3286 737 0 -1 4202560 3172 0 0 0 28 0 0 0 20 0 19 0 105176912 9856040960 16589 33554432000 1073741824 1073778376 140736177236592 140346431314488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3286/tid=3303] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3303/stat : 3303 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176912 9856040960 16589 33554432000 1073741824 1073778376 140736177236592 140346430262392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3286/tid=3304] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3304/stat : 3304 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176912 9856040960 16589 33554432000 1073741824 1073778376 140736177236592 140346429209800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3286/tid=3305] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3305/stat : 3305 (java) S 3283 3286 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105176950 9856040960 16589 33554432000 1073741824 1073778376 140736177236592 140346428154792 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.15 2.16 2.15 4/214 3305
/proc/meminfo: memFree=30256900/32872528 swapFree=16252/1391864
[pid=3286] ppid=3283 vsize=9625040 CPUtime=7.48 cores=0,2,4,6
/proc/3286/stat : 3286 (java) S 3283 3286 737 0 -1 4202496 18746 0 1 0 744 4 0 0 20 0 19 0 105176907 9856040960 17681 33554432000 1073741824 1073778376 140736177236592 140736177227728 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 2406260 17681 2272 9 0 2396937 0
[pid=3286/tid=3287] ppid=3283 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/3286/task/3287/stat : 3287 (java) R 3283 3286 737 0 -1 4202560 2427 0 1 0 626 2 0 0 20 0 19 0 105176907 9856040960 17681 33554432000 1073741824 1073778376 140736177236592 140347082870464 140346932219920 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3286/tid=3289] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3289/stat : 3289 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176908 9856040960 17681 33554432000 1073741824 1073778376 140736177236592 140347055331624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3290] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3290/stat : 3290 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176908 9856040960 17681 33554432000 1073741824 1073778376 140736177236592 140347054278824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3286/tid=3291] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3291/stat : 3291 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176908 9856040960 17681 33554432000 1073741824 1073778376 140736177236592 140347053226536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3286/tid=3292] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3292/stat : 3292 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176908 9856040960 17681 33554432000 1073741824 1073778376 140736177236592 140347052173736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3286/tid=3293] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3293/stat : 3293 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176908 9856040960 17681 33554432000 1073741824 1073778376 140736177236592 140347051121448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3294] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3294/stat : 3294 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176908 9856040960 17681 33554432000 1073741824 1073778376 140736177236592 140347050068648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3286/tid=3295] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3295/stat : 3295 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176908 9856040960 17681 33554432000 1073741824 1073778376 140736177236592 140346920578088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3296] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3296/stat : 3296 (java) S 3283 3286 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105176908 9856040960 17681 33554432000 1073741824 1073778376 140736177236592 140346919525288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3297] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3297/stat : 3297 (java) S 3283 3286 737 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105176909 9856040960 17681 33554432000 1073741824 1073778376 140736177236592 140346436577512 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3286/tid=3298] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3298/stat : 3298 (java) S 3283 3286 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105176910 9856040960 17681 33554432000 1073741824 1073778376 140736177236592 140346435523576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3299] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3299/stat : 3299 (java) S 3283 3286 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105176910 9856040960 17681 33554432000 1073741824 1073778376 140736177236592 140346434471176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3300] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3300/stat : 3300 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176912 9856040960 17681 33554432000 1073741824 1073778376 140736177236592 140346433419664 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3301] ppid=3283 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/3286/task/3301/stat : 3301 (java) S 3283 3286 737 0 -1 4202560 11864 0 0 0 83 3 0 0 20 0 19 0 105176912 9856040960 17681 33554432000 1073741824 1073778376 140736177236592 140346432367288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3302] ppid=3283 vsize=9625040 CPUtime=0.31 cores=0,2,4,6

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

[pid=3286/tid=3298] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3298/stat : 3298 (java) S 3283 3286 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105176910 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346435523576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3299] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3299/stat : 3299 (java) S 3283 3286 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105176910 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346434471176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3300] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3300/stat : 3300 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176912 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346433419664 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3301] ppid=3283 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/3286/task/3301/stat : 3301 (java) S 3283 3286 737 0 -1 4202560 11864 0 0 0 89 3 0 0 20 0 19 0 105176912 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346432367288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3302] ppid=3283 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/3286/task/3302/stat : 3302 (java) S 3283 3286 737 0 -1 4202560 5160 0 0 0 49 0 0 0 20 0 19 0 105176912 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346431314488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3286/tid=3303] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3303/stat : 3303 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176912 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346430262392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3286/tid=3304] ppid=3283 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/3286/task/3304/stat : 3304 (java) S 3283 3286 737 0 -1 4202560 99 0 0 0 28 32 0 0 20 0 19 0 105176912 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346429209800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3286/tid=3305] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3305/stat : 3305 (java) S 3283 3286 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105176950 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346428154792 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.06
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.18 2.17 2.15 4/214 3438
/proc/meminfo: memFree=26787904/32872528 swapFree=16252/1391864
[pid=3286] ppid=3283 vsize=9625040 CPUtime=1784.07 cores=0,2,4,6
/proc/3286/stat : 3286 (java) S 3283 3286 737 0 -1 4202496 21483 0 1 0 178370 37 0 0 20 0 19 0 105176907 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140736177227728 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 2406260 55548 2285 9 0 2396937 0
[pid=3286/tid=3287] ppid=3283 vsize=9625040 CPUtime=1782.18 cores=0,2,4,6
/proc/3286/task/3287/stat : 3287 (java) R 3283 3286 737 0 -1 4202560 2482 0 1 0 178186 32 0 0 20 0 19 0 105176907 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140347082870448 140346932322356 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3286/tid=3289] ppid=3283 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/3286/task/3289/stat : 3289 (java) S 3283 3286 737 0 -1 4202560 154 0 0 0 2 2 0 0 20 0 19 0 105176908 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140347055331624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3286/tid=3290] ppid=3283 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/3286/task/3290/stat : 3290 (java) S 3283 3286 737 0 -1 4202560 130 0 0 0 1 0 0 0 20 0 19 0 105176908 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140347054278824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3286/tid=3291] ppid=3283 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/3286/task/3291/stat : 3291 (java) S 3283 3286 737 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 105176908 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140347053226536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3292] ppid=3283 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/3286/task/3292/stat : 3292 (java) S 3283 3286 737 0 -1 4202560 107 0 0 0 2 1 0 0 20 0 19 0 105176908 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140347052173736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3286/tid=3293] ppid=3283 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/3286/task/3293/stat : 3293 (java) S 3283 3286 737 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 19 0 105176908 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140347051121448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3286/tid=3294] ppid=3283 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/3286/task/3294/stat : 3294 (java) S 3283 3286 737 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 105176908 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140347050068648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3286/tid=3295] ppid=3283 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/3286/task/3295/stat : 3295 (java) S 3283 3286 737 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 105176908 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346920578088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3286/tid=3296] ppid=3283 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/3286/task/3296/stat : 3296 (java) S 3283 3286 737 0 -1 4202560 150 0 0 0 1 0 0 0 20 0 19 0 105176908 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346919525288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3297] ppid=3283 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/3286/task/3297/stat : 3297 (java) S 3283 3286 737 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 105176909 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346436577512 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3286/tid=3298] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3298/stat : 3298 (java) S 3283 3286 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105176910 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346435523576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3299] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3299/stat : 3299 (java) S 3283 3286 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105176910 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346434471176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3300] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3300/stat : 3300 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176912 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346433419664 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3301] ppid=3283 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/3286/task/3301/stat : 3301 (java) S 3283 3286 737 0 -1 4202560 11864 0 0 0 89 3 0 0 20 0 19 0 105176912 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346432367288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3302] ppid=3283 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/3286/task/3302/stat : 3302 (java) S 3283 3286 737 0 -1 4202560 5160 0 0 0 49 0 0 0 20 0 19 0 105176912 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346431314488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3286/tid=3303] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3303/stat : 3303 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176912 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346430262392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3286/tid=3304] ppid=3283 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/3286/task/3304/stat : 3304 (java) S 3283 3286 737 0 -1 4202560 103 0 0 0 30 32 0 0 20 0 19 0 105176912 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346429209800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3286/tid=3305] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3305/stat : 3305 (java) S 3283 3286 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105176950 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346428154792 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.07
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.3 s]
/proc/loadavg: 2.21 2.18 2.15 3/214 3438
/proc/meminfo: memFree=26788016/32872528 swapFree=16252/1391864
[pid=3286] ppid=3283 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/3286/stat : 3286 (java) S 3283 3286 737 0 -1 4202496 21483 0 1 0 179970 37 0 0 20 0 19 0 105176907 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140736177227728 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 2406260 55548 2285 9 0 2396937 0
[pid=3286/tid=3287] ppid=3283 vsize=9625040 CPUtime=1798.18 cores=0,2,4,6
/proc/3286/task/3287/stat : 3287 (java) R 3283 3286 737 0 -1 4202560 2482 0 1 0 179786 32 0 0 20 0 19 0 105176907 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140347082870448 140346932322436 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3286/tid=3289] ppid=3283 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/3286/task/3289/stat : 3289 (java) S 3283 3286 737 0 -1 4202560 154 0 0 0 2 2 0 0 20 0 19 0 105176908 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140347055331624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3286/tid=3290] ppid=3283 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/3286/task/3290/stat : 3290 (java) S 3283 3286 737 0 -1 4202560 130 0 0 0 1 0 0 0 20 0 19 0 105176908 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140347054278824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3286/tid=3291] ppid=3283 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/3286/task/3291/stat : 3291 (java) S 3283 3286 737 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 105176908 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140347053226536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3292] ppid=3283 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/3286/task/3292/stat : 3292 (java) S 3283 3286 737 0 -1 4202560 107 0 0 0 2 1 0 0 20 0 19 0 105176908 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140347052173736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3286/tid=3293] ppid=3283 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/3286/task/3293/stat : 3293 (java) S 3283 3286 737 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 19 0 105176908 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140347051121448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3286/tid=3294] ppid=3283 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/3286/task/3294/stat : 3294 (java) S 3283 3286 737 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 105176908 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140347050068648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3286/tid=3295] ppid=3283 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/3286/task/3295/stat : 3295 (java) S 3283 3286 737 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 105176908 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346920578088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3286/tid=3296] ppid=3283 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/3286/task/3296/stat : 3296 (java) S 3283 3286 737 0 -1 4202560 150 0 0 0 1 0 0 0 20 0 19 0 105176908 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346919525288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3297] ppid=3283 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/3286/task/3297/stat : 3297 (java) S 3283 3286 737 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 105176909 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346436577512 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3286/tid=3298] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3298/stat : 3298 (java) S 3283 3286 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105176910 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346435523576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3299] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3299/stat : 3299 (java) S 3283 3286 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105176910 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346434471176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3300] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3300/stat : 3300 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176912 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346433419664 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3301] ppid=3283 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/3286/task/3301/stat : 3301 (java) S 3283 3286 737 0 -1 4202560 11864 0 0 0 89 3 0 0 20 0 19 0 105176912 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346432367288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3302] ppid=3283 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/3286/task/3302/stat : 3302 (java) S 3283 3286 737 0 -1 4202560 5160 0 0 0 49 0 0 0 20 0 19 0 105176912 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346431314488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3286/tid=3303] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3303/stat : 3303 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176912 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346430262392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3286/tid=3304] ppid=3283 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/3286/task/3304/stat : 3304 (java) S 3283 3286 737 0 -1 4202560 103 0 0 0 30 33 0 0 20 0 19 0 105176912 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346429209800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3286/tid=3305] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3305/stat : 3305 (java) S 3283 3286 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105176950 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346428154792 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

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 3286 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.3 s]
/proc/loadavg: 2.21 2.18 2.15 3/214 3438
/proc/meminfo: memFree=26788016/32872528 swapFree=16252/1391864
[pid=3286] ppid=3283 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/3286/stat : 3286 (java) S 3283 3286 737 0 -1 4202496 21483 0 1 0 179970 37 0 0 20 0 19 0 105176907 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140736177227728 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3286/statm: 2406260 55548 2285 9 0 2396937 0
[pid=3286/tid=3287] ppid=3283 vsize=9625040 CPUtime=1798.18 cores=0,2,4,6
/proc/3286/task/3287/stat : 3287 (java) R 3283 3286 737 0 -1 4202560 2482 0 1 0 179786 32 0 0 20 0 19 0 105176907 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140347082870448 140346932322436 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3286/tid=3289] ppid=3283 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/3286/task/3289/stat : 3289 (java) S 3283 3286 737 0 -1 4202560 154 0 0 0 2 2 0 0 20 0 19 0 105176908 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140347055331624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3286/tid=3290] ppid=3283 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/3286/task/3290/stat : 3290 (java) S 3283 3286 737 0 -1 4202560 130 0 0 0 1 0 0 0 20 0 19 0 105176908 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140347054278824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3286/tid=3291] ppid=3283 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/3286/task/3291/stat : 3291 (java) S 3283 3286 737 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 105176908 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140347053226536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3292] ppid=3283 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/3286/task/3292/stat : 3292 (java) S 3283 3286 737 0 -1 4202560 107 0 0 0 2 1 0 0 20 0 19 0 105176908 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140347052173736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3286/tid=3293] ppid=3283 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/3286/task/3293/stat : 3293 (java) S 3283 3286 737 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 19 0 105176908 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140347051121448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3286/tid=3294] ppid=3283 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/3286/task/3294/stat : 3294 (java) S 3283 3286 737 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 105176908 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140347050068648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3286/tid=3295] ppid=3283 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/3286/task/3295/stat : 3295 (java) S 3283 3286 737 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 105176908 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346920578088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3286/tid=3296] ppid=3283 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/3286/task/3296/stat : 3296 (java) S 3283 3286 737 0 -1 4202560 150 0 0 0 1 0 0 0 20 0 19 0 105176908 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346919525288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3297] ppid=3283 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/3286/task/3297/stat : 3297 (java) S 3283 3286 737 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 105176909 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346436577512 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3286/tid=3298] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3298/stat : 3298 (java) S 3283 3286 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105176910 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346435523576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3299] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3299/stat : 3299 (java) S 3283 3286 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105176910 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346434471176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3300] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3300/stat : 3300 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176912 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346433419664 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3301] ppid=3283 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/3286/task/3301/stat : 3301 (java) S 3283 3286 737 0 -1 4202560 11864 0 0 0 89 3 0 0 20 0 19 0 105176912 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346432367288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3286/tid=3302] ppid=3283 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/3286/task/3302/stat : 3302 (java) S 3283 3286 737 0 -1 4202560 5160 0 0 0 49 0 0 0 20 0 19 0 105176912 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346431314488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3286/tid=3303] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3303/stat : 3303 (java) S 3283 3286 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176912 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346430262392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3286/tid=3304] ppid=3283 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/3286/task/3304/stat : 3304 (java) S 3283 3286 737 0 -1 4202560 103 0 0 0 30 33 0 0 20 0 19 0 105176912 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346429209800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3286/tid=3305] ppid=3283 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3286/task/3305/stat : 3305 (java) S 3283 3286 737 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105176950 9856040960 55548 33554432000 1073741824 1073778376 140736177236592 140346428154792 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.34
CPU time (s): 1800.76
CPU user time (s): 1799.9
CPU system time (s): 0.862868
CPU usage (%): 100.135
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.862868
maximum resident set size= 222344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21526
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38086
involuntary context switches= 7570

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.57154 second user time and 13.9939 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-06 19:00:38
IDJOB=4085225
IDBENCH=2208
IDSOLVER=2546
FILE ID=node119/4085225-1465232438
RUNJOBID= node119-1465217315-754
PBS_JOBID= 19843200
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085225-1465232438/watcher-4085225-1465232438 -o /tmp/evaluation-result-4085225-1465232438/solver-4085225-1465232438 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465217315-754 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085225-1465232438.opb

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

MD5SUM BENCH= 5a9e4c8983ff8fc3ce01109a5c224dd2
RANDOM SEED=1010709677

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30314652 kB
Buffers:           24716 kB
Cached:            89564 kB
SwapCached:          832 kB
Active:           406108 kB
Inactive:          55916 kB
Active(anon):     348644 kB
Inactive(anon):     1608 kB
Active(file):      57464 kB
Inactive(file):    54308 kB
Unevictable:     1391864 kB
Mlocked:           16252 kB
SwapTotal:      67108856 kB
SwapFree:       67100128 kB
Dirty:              1240 kB
Writeback:             0 kB
AnonPages:       1757460 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             566232 kB
SReclaimable:       9752 kB
SUnreclaim:       556480 kB
KernelStack:        1768 kB
PageTables:         7732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2084016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1730560 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= 71736 MiB
End job on node119 at 2016-06-06 19:30:36