Trace number 4102949

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.04 1798.56

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par32-5-c.opb
MD5SUM47657fb6d35516304c5b4897d4fb805d
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 variables2678
Total number of constraints6689
Number of constraints which are clauses6689
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 2678
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 2678
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 2678
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.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-4102949-1466231372.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.52/0.33	c ... done. Wall clock time 0.231s.
0.52/0.33	c declared #vars     2678
0.52/0.33	c #constraints  6689
0.52/0.33	c constraints type 
0.52/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4978
0.52/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1711
0.52/0.33	c 6689 constraints processed.
0.52/0.33	c objective function length is 2678 literals
2.99/2.59	c cleaning 2501 clauses out of 5001 with flag 11876/5001
6.38/5.45	c cleaning 4249 clauses out of 8500 with flag 25566/11001
9.88/8.94	c cleaning 5625 clauses out of 11250 with flag 41082/18000
14.09/13.15	c cleaning 6813 clauses out of 13625 with flag 57703/26000
19.02/18.03	c cleaning 7902 clauses out of 15812 with flag 76678/35000
24.62/23.60	c cleaning 8956 clauses out of 17911 with flag 98321/45001
30.82/29.88	c cleaning 9977 clauses out of 19954 with flag 123341/56000
37.81/36.87	c cleaning 10987 clauses out of 21977 with flag 151095/68000
45.73/44.79	c cleaning 11991 clauses out of 23990 with flag 181415/81000
54.75/53.76	c cleaning 12999 clauses out of 26000 with flag 213320/95001
64.44/63.42	c cleaning 13998 clauses out of 28000 with flag 245392/110000
74.75/73.76	c cleaning 14999 clauses out of 30002 with flag 279382/126000
85.85/84.88	c cleaning 16000 clauses out of 32003 with flag 317239/143000
94.83/93.75	c cleaning 17000 clauses out of 34003 with flag 362921/161000
104.33/103.29	c cleaning 18000 clauses out of 36003 with flag 413914/180000
114.33/113.28	c cleaning 18999 clauses out of 38003 with flag 471739/200000
125.74/124.69	c cleaning 20000 clauses out of 40004 with flag 535015/221000
139.04/137.93	c cleaning 21002 clauses out of 42005 with flag 598888/243001
154.34/153.24	c cleaning 21996 clauses out of 44002 with flag 667451/266000
171.93/170.83	c cleaning 22997 clauses out of 46006 with flag 735596/290000
191.74/190.66	c cleaning 24004 clauses out of 48010 with flag 803255/315001
214.14/213.03	c cleaning 25001 clauses out of 50006 with flag 874430/341001
239.45/238.32	c cleaning 26001 clauses out of 52005 with flag 950564/368001
268.25/267.19	c cleaning 26996 clauses out of 54004 with flag 1031888/396001
299.65/298.53	c cleaning 27997 clauses out of 56006 with flag 1111512/425000
331.47/330.33	c cleaning 28999 clauses out of 58009 with flag 1189833/455000
365.77/364.63	c cleaning 29999 clauses out of 60011 with flag 1275215/486001
401.02/399.84	c cleaning 31002 clauses out of 62013 with flag 1368779/518002
437.53/436.34	c cleaning 31999 clauses out of 64010 with flag 1467584/551001
476.64/475.41	c cleaning 33002 clauses out of 66011 with flag 1573426/585001
517.94/516.75	c cleaning 33997 clauses out of 68010 with flag 1684195/620002
562.64/561.44	c cleaning 35002 clauses out of 70012 with flag 1800904/656001
606.26/605.04	c cleaning 36002 clauses out of 72011 with flag 1922455/693002
652.76/651.58	c cleaning 36999 clauses out of 74008 with flag 2052121/731001
704.47/703.21	c cleaning 38002 clauses out of 76016 with flag 2185772/770008
757.68/756.40	c cleaning 38997 clauses out of 78006 with flag 2322747/810000
811.19/809.93	c cleaning 40004 clauses out of 80009 with flag 2473329/851000
866.51/865.20	c cleaning 41002 clauses out of 82006 with flag 2635499/893001
925.17/923.81	c cleaning 41994 clauses out of 84003 with flag 2799712/936000
987.18/985.84	c cleaning 42995 clauses out of 86009 with flag 2955761/980000
1053.10/1051.79	c cleaning 44002 clauses out of 88014 with flag 3130174/1025000
1114.90/1113.52	c cleaning 45000 clauses out of 90013 with flag 3296145/1071001
1175.46/1174.00	c cleaning 46000 clauses out of 92012 with flag 3473506/1118000
1233.58/1232.16	c cleaning 47004 clauses out of 94013 with flag 3642271/1166001
1296.09/1294.64	c cleaning 47995 clauses out of 96008 with flag 3826324/1215000
1361.50/1360.05	c cleaning 49002 clauses out of 98013 with flag 4027588/1265000
1430.31/1428.90	c cleaning 50000 clauses out of 100012 with flag 4226709/1316001
1498.61/1497.20	c cleaning 50998 clauses out of 102011 with flag 4433010/1368000
1573.11/1571.62	c cleaning 52000 clauses out of 104013 with flag 4646935/1421000
1656.63/1655.16	c cleaning 52998 clauses out of 106014 with flag 4864036/1475001
1733.92/1732.50	c cleaning 53997 clauses out of 108016 with flag 5092681/1530001
1791.93/1790.48	c cleaning 55004 clauses out of 110020 with flag 5315697/1586002
1800.04/1798.52	c starts		: 17
1800.04/1798.52	c conflicts		: 1601799
1800.04/1798.52	c decisions		: 1830745
1800.04/1798.52	c propagations		: 1055096237
1800.04/1798.52	c inspects		: 29297140929
1800.04/1798.52	c shortcuts		: 0
1800.04/1798.52	c learnt literals	: 1
1800.04/1798.52	c learnt binary clauses	: 56
1800.04/1798.52	c learnt ternary clauses	: 60
1800.04/1798.52	c learnt constraints	: 1601798
1800.04/1798.52	c ignored constraints	: 0
1800.04/1798.52	c root simplifications	: 0
1800.04/1798.52	c removed literals (reason simplification)	: 0
1800.04/1798.52	c reason swapping (by a shorter reason)	: 0
1800.04/1798.52	c Calls to reduceDB	: 52
1800.04/1798.52	c Number of update (reduction) of LBD	: 240744
1800.04/1798.52	c Imported unit clauses	: 0
1800.04/1798.52	c number of reductions to clauses (during analyze)	: 0
1800.04/1798.52	c number of learned constraints concerned by reduction	: 0
1800.04/1798.52	c number of learning phase by resolution	: 0
1800.04/1798.52	c number of learning phase by cutting planes	: 0
1800.04/1798.52	c timeout
1800.04/1798.52	c speed (assignments/second)	: 586757.9091080981
1800.04/1798.52	c non guided choices	0
1800.04/1798.55	c learnt constraints type 
1800.04/1798.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 56
1800.04/1798.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 70758
1800.04/1798.55	s UNKNOWN
1800.04/1798.55	c Total wall clock time (in seconds): 1798.449

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-4102949-1466231372/watcher-4102949-1466231372 -o /tmp/evaluation-result-4102949-1466231372/solver-4102949-1466231372 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466206108-2932 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4102949-1466231372.opb 

pid=6982
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.12 2.15 2.10 3/194 6985
/proc/meminfo: memFree=31365472/32872528 swapFree=190484/190484
[pid=6985] ppid=6982 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6985/stat : 6985 (java) S 6982 6985 2916 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 25187771 98570240 978 33554432000 1073741824 1073778376 140734899248096 140734899239232 249653395517 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6985/statm: 24065 978 744 9 0 16771 0
[pid=6985/tid=6986] ppid=6982 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6986/stat : 6986 (java) R 6982 6985 2916 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 25187772 98570240 978 33554432000 1073741824 1073778376 140734899248096 140202900794920 249650038144 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.12 2.15 2.10 3/194 6985
/proc/meminfo: memFree=31365472/32872528 swapFree=190484/190484
[pid=6985] ppid=6982 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/6985/stat : 6985 (java) S 6982 6985 2916 0 -1 4202496 4566 0 1 0 10 1 0 0 20 0 18 0 25187771 9787879424 5682 33554432000 1073741824 1073778376 140734899248096 140734899239232 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6985/statm: 2389619 5682 2157 9 0 2380296 0
[pid=6985/tid=6986] ppid=6982 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/6985/task/6986/stat : 6986 (java) R 6982 6985 2916 0 -1 4202560 2428 0 1 0 7 0 0 0 20 0 18 0 25187772 9787879424 5682 33554432000 1073741824 1073778376 140734899248096 140202900798368 249653421325 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.200267 s]
/proc/loadavg: 2.12 2.15 2.10 3/194 6985
/proc/meminfo: memFree=31365472/32872528 swapFree=190484/190484
[pid=6985] ppid=6982 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/6985/stat : 6985 (java) S 6982 6985 2916 0 -1 4202496 5077 0 1 0 27 2 0 0 20 0 18 0 25187771 9787879424 6547 33554432000 1073741824 1073778376 140734899248096 140734899239232 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6985/statm: 2389619 6547 2218 9 0 2380296 0
[pid=6985/tid=6986] ppid=6982 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/6985/task/6986/stat : 6986 (java) R 6982 6985 2916 0 -1 4202560 2442 0 1 0 17 0 0 0 20 0 18 0 25187772 9787879424 6547 33554432000 1073741824 1073778376 140734899248096 140202900798368 140202772960718 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300257 s]
/proc/loadavg: 2.12 2.15 2.10 3/194 6985
/proc/meminfo: memFree=31365472/32872528 swapFree=190484/190484
[pid=6985] ppid=6982 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/6985/stat : 6985 (java) S 6982 6985 2916 0 -1 4202496 5976 0 1 0 50 2 0 0 20 0 18 0 25187771 9787879424 8595 33554432000 1073741824 1073778376 140734899248096 140734899239232 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6985/statm: 2389619 8595 2236 9 0 2380296 0
[pid=6985/tid=6986] ppid=6982 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/6985/task/6986/stat : 6986 (java) R 6982 6985 2916 0 -1 4202560 2445 0 1 0 26 1 0 0 20 0 18 0 25187772 9787879424 8595 33554432000 1073741824 1073778376 140734899248096 140202900798368 140202772860444 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.700277 s]
/proc/loadavg: 2.12 2.15 2.10 3/194 6985
/proc/meminfo: memFree=31365472/32872528 swapFree=190484/190484
[pid=6985] ppid=6982 vsize=9625040 CPUtime=1.17 cores=0,2,4,6
/proc/6985/stat : 6985 (java) S 6982 6985 2916 0 -1 4202496 7008 0 1 0 115 2 0 0 20 0 19 0 25187771 9856040960 10598 33554432000 1073741824 1073778376 140734899248096 140734899239232 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6985/statm: 2406260 10598 2257 9 0 2396937 0
[pid=6985/tid=6986] ppid=6982 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/6985/task/6986/stat : 6986 (java) R 6982 6985 2916 0 -1 4202560 2460 0 1 0 66 1 0 0 20 0 19 0 25187772 9856040960 10598 33554432000 1073741824 1073778376 140734899248096 140202900800128 140202773514284 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.12 2.15 2.10 3/213 7004
/proc/meminfo: memFree=31331820/32872528 swapFree=190484/190484
[pid=6985] ppid=6982 vsize=9625040 CPUtime=1.97 cores=0,2,4,6
/proc/6985/stat : 6985 (java) S 6982 6985 2916 0 -1 4202496 7013 0 1 0 195 2 0 0 20 0 19 0 25187771 9856040960 11113 33554432000 1073741824 1073778376 140734899248096 140734899239232 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6985/statm: 2406260 11113 2259 9 0 2396937 0
[pid=6985/tid=6986] ppid=6982 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/6985/task/6986/stat : 6986 (java) R 6982 6985 2916 0 -1 4202560 2462 0 1 0 146 1 0 0 20 0 19 0 25187772 9856040960 11113 33554432000 1073741824 1073778376 140734899248096 140202900800024 140202773513970 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6985/tid=6988] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6988/stat : 6988 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 11113 33554432000 1073741824 1073778376 140734899248096 140202744474536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6989] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6989/stat : 6989 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 11113 33554432000 1073741824 1073778376 140734899248096 140202743421992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6985/tid=6990] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6990/stat : 6990 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 11113 33554432000 1073741824 1073778376 140734899248096 140202742368936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6985/tid=6991] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6991/stat : 6991 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 11113 33554432000 1073741824 1073778376 140734899248096 140202741316392 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6985/tid=6992] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6992/stat : 6992 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 11113 33554432000 1073741824 1073778376 140734899248096 140202740263336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6993] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6993/stat : 6993 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 11113 33554432000 1073741824 1073778376 140734899248096 140202739210792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6985/tid=6994] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6994/stat : 6994 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 11113 33554432000 1073741824 1073778376 140734899248096 140202738157736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6985/tid=6995] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6995/stat : 6995 (java) S 6982 6985 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 11113 33554432000 1073741824 1073778376 140734899248096 140202737105192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6996] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6996/stat : 6996 (java) S 6982 6985 2916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25187773 9856040960 11113 33554432000 1073741824 1073778376 140734899248096 140202724907880 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6985/tid=6997] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6997/stat : 6997 (java) S 6982 6985 2916 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25187774 9856040960 11113 33554432000 1073741824 1073778376 140734899248096 140202723854200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6998] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6998/stat : 6998 (java) S 6982 6985 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25187774 9856040960 11113 33554432000 1073741824 1073778376 140734899248096 140202722801032 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6999] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6999/stat : 6999 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187776 9856040960 11113 33554432000 1073741824 1073778376 140734899248096 140202721749776 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=7000] ppid=6982 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/6985/task/7000/stat : 7000 (java) S 6982 6985 2916 0 -1 4202560 1131 0 0 0 22 0 0 0 20 0 19 0 25187776 9856040960 11113 33554432000 1073741824 1073778376 140734899248096 140202720696632 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=7001] ppid=6982 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/6985/task/7001/stat : 7001 (java) S 6982 6985 2916 0 -1 4202560 2147 0 0 0 24 0 0 0 20 0 19 0 25187776 9856040960 11113 33554432000 1073741824 1073778376 140734899248096 140202719644088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6985/tid=7002] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/7002/stat : 7002 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187776 9856040960 11113 33554432000 1073741824 1073778376 140734899248096 140202718591224 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6985/tid=7003] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/7003/stat : 7003 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187776 9856040960 11113 33554432000 1073741824 1073778376 140734899248096 140202717538888 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6985/tid=7004] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/7004/stat : 7004 (java) S 6982 6985 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25187806 9856040960 11113 33554432000 1073741824 1073778376 140734899248096 140202716485160 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9625040

[startup+3.1009 s]
/proc/loadavg: 2.12 2.15 2.10 3/213 7004
/proc/meminfo: memFree=31327228/32872528 swapFree=190484/190484
[pid=6985] ppid=6982 vsize=9625040 CPUtime=4.01 cores=0,2,4,6
/proc/6985/stat : 6985 (java) S 6982 6985 2916 0 -1 4202496 14676 0 1 0 397 4 0 0 20 0 19 0 25187771 9856040960 16301 33554432000 1073741824 1073778376 140734899248096 140734899239232 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6985/statm: 2406260 16301 2267 9 0 2396937 0
[pid=6985/tid=6986] ppid=6982 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/6985/task/6986/stat : 6986 (java) R 6982 6985 2916 0 -1 4202560 2463 0 1 0 306 1 0 0 20 0 19 0 25187772 9856040960 16301 33554432000 1073741824 1073778376 140734899248096 140202900797912 140202773421335 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6985/tid=6988] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6988/stat : 6988 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 16301 33554432000 1073741824 1073778376 140734899248096 140202744474536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6989] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6989/stat : 6989 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 16301 33554432000 1073741824 1073778376 140734899248096 140202743421992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6985/tid=6990] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6990/stat : 6990 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 16301 33554432000 1073741824 1073778376 140734899248096 140202742368936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6985/tid=6991] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6991/stat : 6991 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 16301 33554432000 1073741824 1073778376 140734899248096 140202741316392 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6985/tid=6992] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6992/stat : 6992 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 16301 33554432000 1073741824 1073778376 140734899248096 140202740263336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6993] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6993/stat : 6993 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 16301 33554432000 1073741824 1073778376 140734899248096 140202739210792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6985/tid=6994] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6994/stat : 6994 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 16301 33554432000 1073741824 1073778376 140734899248096 140202738157736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6985/tid=6995] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6995/stat : 6995 (java) S 6982 6985 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 16301 33554432000 1073741824 1073778376 140734899248096 140202737105192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6996] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6996/stat : 6996 (java) S 6982 6985 2916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25187773 9856040960 16301 33554432000 1073741824 1073778376 140734899248096 140202724907880 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6985/tid=6997] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6997/stat : 6997 (java) S 6982 6985 2916 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25187774 9856040960 16301 33554432000 1073741824 1073778376 140734899248096 140202723854200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6998] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6998/stat : 6998 (java) S 6982 6985 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25187774 9856040960 16301 33554432000 1073741824 1073778376 140734899248096 140202722801032 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6999] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6999/stat : 6999 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187776 9856040960 16301 33554432000 1073741824 1073778376 140734899248096 140202721749776 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=7000] ppid=6982 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/6985/task/7000/stat : 7000 (java) S 6982 6985 2916 0 -1 4202560 1143 0 0 0 25 0 0 0 20 0 19 0 25187776 9856040960 16301 33554432000 1073741824 1073778376 140734899248096 140202720696632 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=7001] ppid=6982 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/6985/task/7001/stat : 7001 (java) S 6982 6985 2916 0 -1 4202560 9797 0 0 0 62 3 0 0 20 0 19 0 25187776 9856040960 16301 33554432000 1073741824 1073778376 140734899248096 140202719644088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6985/tid=7002] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/7002/stat : 7002 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187776 9856040960 16301 33554432000 1073741824 1073778376 140734899248096 140202718591224 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6985/tid=7003] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/7003/stat : 7003 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187776 9856040960 16301 33554432000 1073741824 1073778376 140734899248096 140202717538888 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6985/tid=7004] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/7004/stat : 7004 (java) S 6982 6985 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25187806 9856040960 16301 33554432000 1073741824 1073778376 140734899248096 140202716485160 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.19 2.16 2.10 3/213 7004
/proc/meminfo: memFree=31309160/32872528 swapFree=190484/190484
[pid=6985] ppid=6982 vsize=9625040 CPUtime=7.28 cores=0,2,4,6
/proc/6985/stat : 6985 (java) S 6982 6985 2916 0 -1 4202496 14709 0 1 0 724 4 0 0 20 0 19 0 25187771 9856040960 16065 33554432000 1073741824 1073778376 140734899248096 140734899239232 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6985/statm: 2406260 16065 2268 9 0 2396937 0
[pid=6985/tid=6986] ppid=6982 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/6985/task/6986/stat : 6986 (java) R 6982 6985 2916 0 -1 4202560 2466 0 1 0 625 1 0 0 20 0 19 0 25187772 9856040960 16065 33554432000 1073741824 1073778376 140734899248096 140202900790992 140202773514348 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6985/tid=6988] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6988/stat : 6988 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 16065 33554432000 1073741824 1073778376 140734899248096 140202744474536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6989] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6989/stat : 6989 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 16065 33554432000 1073741824 1073778376 140734899248096 140202743421992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6985/tid=6990] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6990/stat : 6990 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 16065 33554432000 1073741824 1073778376 140734899248096 140202742368936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6985/tid=6991] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6991/stat : 6991 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 16065 33554432000 1073741824 1073778376 140734899248096 140202741316392 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6985/tid=6992] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6992/stat : 6992 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 16065 33554432000 1073741824 1073778376 140734899248096 140202740263336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6993] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6993/stat : 6993 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 16065 33554432000 1073741824 1073778376 140734899248096 140202739210792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6985/tid=6994] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6994/stat : 6994 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 16065 33554432000 1073741824 1073778376 140734899248096 140202738157736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6985/tid=6995] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6995/stat : 6995 (java) S 6982 6985 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 16065 33554432000 1073741824 1073778376 140734899248096 140202737105192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6996] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6996/stat : 6996 (java) S 6982 6985 2916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25187773 9856040960 16065 33554432000 1073741824 1073778376 140734899248096 140202724907880 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6985/tid=6997] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6997/stat : 6997 (java) S 6982 6985 2916 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25187774 9856040960 16065 33554432000 1073741824 1073778376 140734899248096 140202723854200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6998] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6998/stat : 6998 (java) S 6982 6985 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25187774 9856040960 16065 33554432000 1073741824 1073778376 140734899248096 140202722801032 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6999] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6999/stat : 6999 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187776 9856040960 16065 33554432000 1073741824 1073778376 140734899248096 140202721749776 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=7000] ppid=6982 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/6985/task/7000/stat : 7000 (java) S 6982 6985 2916 0 -1 4202560 1143 0 0 0 26 0 0 0 20 0 19 0 25187776 9856040960 16065 33554432000 1073741824 1073778376 140734899248096 140202720696632 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=7001] ppid=6982 vsize=9625040 CPUtime=0.71 cores=0,2,4,6

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

/proc/6985/task/7004/stat : 7004 (java) S 6982 6985 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25187806 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202716485160 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1723.83
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.57 2.38 2.20 3/213 7113
/proc/meminfo: memFree=28265664/32872528 swapFree=190484/190484
[pid=6985] ppid=6982 vsize=9625040 CPUtime=1783.83 cores=0,2,4,6
/proc/6985/stat : 6985 (java) S 6982 6985 2916 0 -1 4202496 14993 0 1 0 178349 34 0 0 20 0 19 0 25187771 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140734899239232 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6985/statm: 2406260 52299 2281 9 0 2396937 0
[pid=6985/tid=6986] ppid=6982 vsize=9625040 CPUtime=1777.58 cores=0,2,4,6
/proc/6985/task/6986/stat : 6986 (java) R 6982 6985 2916 0 -1 4202560 2528 0 1 0 177729 29 0 0 20 0 19 0 25187772 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202900790960 140202773514284 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6985/tid=6988] ppid=6982 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/6985/task/6988/stat : 6988 (java) S 6982 6985 2916 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 25187772 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202744474536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6985/tid=6989] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6989/stat : 6989 (java) S 6982 6985 2916 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202743421992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6990] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6990/stat : 6990 (java) S 6982 6985 2916 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202742368936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6985/tid=6991] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6991/stat : 6991 (java) S 6982 6985 2916 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202741316392 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6992] ppid=6982 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/6985/task/6992/stat : 6992 (java) S 6982 6985 2916 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 25187772 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202740263336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6985/tid=6993] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6993/stat : 6993 (java) S 6982 6985 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202739210792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6994] ppid=6982 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/6985/task/6994/stat : 6994 (java) S 6982 6985 2916 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 25187772 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202738157736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6985/tid=6995] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6995/stat : 6995 (java) S 6982 6985 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202737105192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6985/tid=6996] ppid=6982 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/6985/task/6996/stat : 6996 (java) S 6982 6985 2916 0 -1 4202560 16 0 0 0 1 1 0 0 20 0 19 0 25187773 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202724907880 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6985/tid=6997] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6997/stat : 6997 (java) S 6982 6985 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25187774 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202723854200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6998] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6998/stat : 6998 (java) S 6982 6985 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25187774 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202722801032 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6999] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6999/stat : 6999 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187776 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202721749776 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=7000] ppid=6982 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/6985/task/7000/stat : 7000 (java) S 6982 6985 2916 0 -1 4202560 1144 0 0 0 28 0 0 0 20 0 19 0 25187776 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202720696632 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=7001] ppid=6982 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/6985/task/7001/stat : 7001 (java) S 6982 6985 2916 0 -1 4202560 9866 0 0 0 88 3 0 0 20 0 19 0 25187776 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202719644088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6985/tid=7002] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/7002/stat : 7002 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187776 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202718591224 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6985/tid=7003] ppid=6982 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/6985/task/7003/stat : 7003 (java) S 6982 6985 2916 0 -1 4202560 104 0 0 0 34 35 0 0 20 0 19 0 25187776 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202717538888 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6985/tid=7004] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/7004/stat : 7004 (java) S 6982 6985 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25187806 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202716485160 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1783.83
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.5 s]
/proc/loadavg: 2.41 2.36 2.19 3/213 7114
/proc/meminfo: memFree=28259856/32872528 swapFree=190484/190484
[pid=6985] ppid=6982 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/6985/stat : 6985 (java) S 6982 6985 2916 0 -1 4202496 14995 0 1 0 179970 34 0 0 20 0 19 0 25187771 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140734899239232 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6985/statm: 2406260 52299 2281 9 0 2396937 0
[pid=6985/tid=6986] ppid=6982 vsize=9625040 CPUtime=1793.74 cores=0,2,4,6
/proc/6985/task/6986/stat : 6986 (java) R 6982 6985 2916 0 -1 4202560 2528 0 1 0 179345 29 0 0 20 0 19 0 25187772 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202900790960 140202773514284 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6985/tid=6988] ppid=6982 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/6985/task/6988/stat : 6988 (java) S 6982 6985 2916 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 25187772 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202744474536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6985/tid=6989] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6989/stat : 6989 (java) S 6982 6985 2916 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202743421992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6990] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6990/stat : 6990 (java) S 6982 6985 2916 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202742368936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6985/tid=6991] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6991/stat : 6991 (java) S 6982 6985 2916 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202741316392 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6992] ppid=6982 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/6985/task/6992/stat : 6992 (java) S 6982 6985 2916 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 25187772 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202740263336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6985/tid=6993] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6993/stat : 6993 (java) S 6982 6985 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202739210792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6994] ppid=6982 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/6985/task/6994/stat : 6994 (java) S 6982 6985 2916 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 25187772 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202738157736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6985/tid=6995] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6995/stat : 6995 (java) S 6982 6985 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202737105192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6985/tid=6996] ppid=6982 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/6985/task/6996/stat : 6996 (java) S 6982 6985 2916 0 -1 4202560 16 0 0 0 1 1 0 0 20 0 19 0 25187773 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202724907880 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6985/tid=6997] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6997/stat : 6997 (java) S 6982 6985 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25187774 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202723854200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6998] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6998/stat : 6998 (java) S 6982 6985 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25187774 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202722801032 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6999] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6999/stat : 6999 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187776 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202721749776 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=7000] ppid=6982 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/6985/task/7000/stat : 7000 (java) S 6982 6985 2916 0 -1 4202560 1144 0 0 0 28 0 0 0 20 0 19 0 25187776 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202720696632 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=7001] ppid=6982 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/6985/task/7001/stat : 7001 (java) S 6982 6985 2916 0 -1 4202560 9866 0 0 0 88 3 0 0 20 0 19 0 25187776 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202719644088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6985/tid=7002] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/7002/stat : 7002 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187776 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202718591224 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6985/tid=7003] ppid=6982 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/6985/task/7003/stat : 7003 (java) S 6982 6985 2916 0 -1 4202560 106 0 0 0 34 35 0 0 20 0 19 0 25187776 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202717538888 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6985/tid=7004] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/7004/stat : 7004 (java) S 6982 6985 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25187806 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202716485160 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 6985 sig 9
??? kill -6985 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.5 s]
/proc/loadavg: 2.41 2.36 2.19 3/213 7114
/proc/meminfo: memFree=28259856/32872528 swapFree=190484/190484
[pid=6985] ppid=6982 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/6985/stat : 6985 (java) S 6982 6985 2916 0 -1 4202496 14995 0 1 0 179970 34 0 0 20 0 19 0 25187771 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140734899239232 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6985/statm: 2406260 52299 2281 9 0 2396937 0
[pid=6985/tid=6986] ppid=6982 vsize=9625040 CPUtime=1793.74 cores=0,2,4,6
/proc/6985/task/6986/stat : 6986 (java) R 6982 6985 2916 0 -1 4202560 2528 0 1 0 179345 29 0 0 20 0 19 0 25187772 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202900790960 140202773514284 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6985/tid=6988] ppid=6982 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/6985/task/6988/stat : 6988 (java) S 6982 6985 2916 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 25187772 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202744474536 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6985/tid=6989] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6989/stat : 6989 (java) S 6982 6985 2916 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202743421992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6990] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6990/stat : 6990 (java) S 6982 6985 2916 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202742368936 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6985/tid=6991] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6991/stat : 6991 (java) S 6982 6985 2916 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202741316392 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6992] ppid=6982 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/6985/task/6992/stat : 6992 (java) S 6982 6985 2916 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 25187772 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202740263336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6985/tid=6993] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6993/stat : 6993 (java) S 6982 6985 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202739210792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6994] ppid=6982 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/6985/task/6994/stat : 6994 (java) S 6982 6985 2916 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 25187772 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202738157736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6985/tid=6995] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6995/stat : 6995 (java) S 6982 6985 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25187772 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202737105192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6985/tid=6996] ppid=6982 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/6985/task/6996/stat : 6996 (java) S 6982 6985 2916 0 -1 4202560 16 0 0 0 1 1 0 0 20 0 19 0 25187773 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202724907880 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6985/tid=6997] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6997/stat : 6997 (java) S 6982 6985 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25187774 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202723854200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6998] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6998/stat : 6998 (java) S 6982 6985 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25187774 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202722801032 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=6999] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/6999/stat : 6999 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187776 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202721749776 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=7000] ppid=6982 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/6985/task/7000/stat : 7000 (java) S 6982 6985 2916 0 -1 4202560 1144 0 0 0 28 0 0 0 20 0 19 0 25187776 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202720696632 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6985/tid=7001] ppid=6982 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/6985/task/7001/stat : 7001 (java) S 6982 6985 2916 0 -1 4202560 9866 0 0 0 88 3 0 0 20 0 19 0 25187776 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202719644088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6985/tid=7002] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/7002/stat : 7002 (java) S 6982 6985 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25187776 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202718591224 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6985/tid=7003] ppid=6982 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/6985/task/7003/stat : 7003 (java) S 6982 6985 2916 0 -1 4202560 106 0 0 0 34 35 0 0 20 0 19 0 25187776 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202717538888 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6985/tid=7004] ppid=6982 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6985/task/7004/stat : 7004 (java) S 6982 6985 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25187806 9856040960 52299 33554432000 1073741824 1073778376 140734899248096 140202716485160 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6985 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=209086
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=811876
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.56
CPU time (s): 1800.04
CPU user time (s): 1799.7
CPU system time (s): 0.34
CPU usage (%): 100.082
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.21
system time used= 0.811876
maximum resident set size= 215488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15052
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38110
involuntary context switches= 2726

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.333 second user time and 10.6524 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-18 08:29:32
IDJOB=4102949
IDBENCH=2198
IDSOLVER=2546
FILE ID=node102/4102949-1466231372
RUNJOBID= node102-1466206108-2932
PBS_JOBID= 19918170
Free space on /tmp= 71728 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-5-c.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102949-1466231372/watcher-4102949-1466231372 -o /tmp/evaluation-result-4102949-1466231372/solver-4102949-1466231372 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466206108-2932 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4102949-1466231372.opb

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

MD5SUM BENCH= 47657fb6d35516304c5b4897d4fb805d
RANDOM SEED=1136609321

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31365736 kB
Buffers:          108012 kB
Cached:            96108 kB
SwapCached:         1828 kB
Active:           441816 kB
Inactive:         143312 kB
Active(anon):     381896 kB
Inactive(anon):     1508 kB
Active(file):      59920 kB
Inactive(file):   141804 kB
Unevictable:      190484 kB
Mlocked:          190484 kB
SwapTotal:      67108856 kB
SwapFree:       67099024 kB
Dirty:              1072 kB
Writeback:             0 kB
AnonPages:        570720 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             600680 kB
SReclaimable:      43696 kB
SUnreclaim:       556984 kB
KernelStack:        1640 kB
PageTables:         5288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1048860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    356352 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= 71688 MiB
End job on node102 at 2016-06-18 08:59:31