Trace number 4098007

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.01 1795.74

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression32_15.opb
MD5SUMecefcb7e3dc5798d6494dbad978c43e9
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark10.7844
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2256
Total number of constraints10862
Number of constraints which are clauses10857
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint47
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4098007-1466119262.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.71/0.46	c ... done. Wall clock time 0.343s.
0.71/0.46	c declared #vars     2256
0.71/0.46	c #constraints  10866
0.71/0.46	c constraints type 
0.71/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6486
0.71/0.46	c org.sat4j.specs.Constr$1 => 4
0.71/0.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.71/0.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.71/0.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4370
0.71/0.46	c 10866 constraints processed.
2.14/1.41	c cleaning 2498 clauses out of 5000 with flag 20632/5000
3.00/2.25	c cleaning 4253 clauses out of 8505 with flag 43096/11003
4.10/3.38	c cleaning 5623 clauses out of 11250 with flag 74441/18001
5.31/4.56	c cleaning 6808 clauses out of 13630 with flag 106439/26004
6.64/5.84	c cleaning 7905 clauses out of 15818 with flag 144548/35000
8.04/7.25	c cleaning 8957 clauses out of 17916 with flag 193552/45003
9.84/9.05	c cleaning 9976 clauses out of 19958 with flag 244033/56002
12.04/11.27	c cleaning 10990 clauses out of 21983 with flag 297292/68003
14.24/13.44	c cleaning 11991 clauses out of 23990 with flag 359041/81000
16.35/15.52	c cleaning 12995 clauses out of 26001 with flag 426417/95002
18.84/18.05	c cleaning 13989 clauses out of 28004 with flag 494995/110000
21.64/20.85	c cleaning 15013 clauses out of 30026 with flag 576674/126011
24.46/23.67	c cleaning 15996 clauses out of 32003 with flag 664323/143001
27.37/26.54	c cleaning 16995 clauses out of 34007 with flag 762987/161001
31.36/30.50	c cleaning 18002 clauses out of 36012 with flag 864928/180001
35.26/34.46	c cleaning 18997 clauses out of 38009 with flag 976261/200000
39.56/38.70	c cleaning 20006 clauses out of 40016 with flag 1098662/221004
43.86/43.06	c cleaning 21000 clauses out of 42007 with flag 1218921/243001
48.85/48.01	c cleaning 21999 clauses out of 44007 with flag 1343615/266001
54.05/53.22	c cleaning 22995 clauses out of 46008 with flag 1490600/290001
59.05/58.27	c cleaning 24009 clauses out of 48019 with flag 1629542/315007
64.27/63.43	c cleaning 24996 clauses out of 50006 with flag 1766382/341003
69.57/68.71	c cleaning 25996 clauses out of 52009 with flag 1906496/368002
74.77/74.00	c cleaning 26998 clauses out of 54012 with flag 2042581/396001
80.47/79.67	c cleaning 27999 clauses out of 56013 with flag 2196288/425000
86.47/85.64	c cleaning 29007 clauses out of 58018 with flag 2364708/455004
92.56/91.72	c cleaning 29996 clauses out of 60008 with flag 2551541/486001
99.57/98.75	c cleaning 31001 clauses out of 62014 with flag 2750777/518003
106.87/106.03	c cleaning 32006 clauses out of 64024 with flag 2962717/551014
114.22/113.37	c cleaning 33000 clauses out of 66013 with flag 3202206/585009
121.92/121.01	c cleaning 34000 clauses out of 68006 with flag 3438876/620002
129.81/128.91	c cleaning 34997 clauses out of 70004 with flag 3646785/656000
138.01/137.15	c cleaning 36001 clauses out of 72010 with flag 3877149/693003
146.70/145.80	c cleaning 37003 clauses out of 74013 with flag 4116191/731007
155.40/154.50	c cleaning 37996 clauses out of 76007 with flag 4367717/770004
164.40/163.52	c cleaning 39000 clauses out of 78007 with flag 4606096/810000
173.65/172.76	c cleaning 39995 clauses out of 80007 with flag 4849593/851000
182.64/181.75	c cleaning 40996 clauses out of 82013 with flag 5096284/893001
193.04/192.19	c cleaning 42003 clauses out of 84018 with flag 5356088/936002
203.83/202.94	c cleaning 43002 clauses out of 86016 with flag 5646705/980003
215.34/214.44	c cleaning 43997 clauses out of 88012 with flag 5957711/1025001
226.71/225.77	c cleaning 44999 clauses out of 90014 with flag 6282283/1071000
238.61/237.62	c cleaning 46002 clauses out of 92018 with flag 6627299/1118003
251.60/250.61	c cleaning 47004 clauses out of 94016 with flag 6963059/1166003
263.50/262.56	c cleaning 48001 clauses out of 96014 with flag 7298031/1215005
277.20/276.24	c cleaning 48997 clauses out of 98008 with flag 7654464/1265000
292.19/291.12	c cleaning 49997 clauses out of 100011 with flag 8044561/1316000
307.60/306.50	c cleaning 50995 clauses out of 102014 with flag 8456669/1368000
323.20/322.12	c cleaning 52001 clauses out of 104022 with flag 8893886/1421003
339.11/337.95	c cleaning 53003 clauses out of 106018 with flag 9343845/1475000
354.91/353.77	c cleaning 53999 clauses out of 108015 with flag 9770548/1530000
373.71/372.50	c cleaning 54997 clauses out of 110016 with flag 10226135/1586000
393.35/392.06	c cleaning 56004 clauses out of 112022 with flag 10604705/1643003
412.16/410.81	c cleaning 57005 clauses out of 114017 with flag 10928357/1701002
430.55/429.28	c cleaning 57997 clauses out of 116010 with flag 11288927/1760000
449.71/448.27	c cleaning 59003 clauses out of 118013 with flag 11648711/1820000
468.81/467.37	c cleaning 59996 clauses out of 120011 with flag 12049376/1881001
489.22/487.60	c cleaning 61004 clauses out of 122014 with flag 12506050/1943000
510.31/508.62	c cleaning 61998 clauses out of 124011 with flag 12917247/2006001
530.21/528.53	c cleaning 62999 clauses out of 126013 with flag 13312003/2070001
552.10/550.24	c cleaning 64001 clauses out of 128016 with flag 13778005/2135003
573.72/571.87	c cleaning 64998 clauses out of 130014 with flag 14206148/2201002
595.93/593.97	c cleaning 66001 clauses out of 132015 with flag 14655042/2268001
618.44/616.45	c cleaning 67001 clauses out of 134015 with flag 15138784/2336002
641.73/639.61	c cleaning 68001 clauses out of 136015 with flag 15611276/2405003
666.24/664.15	c cleaning 69001 clauses out of 138014 with flag 16078263/2475003
692.13/689.91	c cleaning 69998 clauses out of 140010 with flag 16550908/2546000
719.45/717.21	c cleaning 70997 clauses out of 142013 with flag 17127070/2618001
745.83/743.54	c cleaning 72003 clauses out of 144019 with flag 17673610/2691004
773.94/771.69	c cleaning 72999 clauses out of 146012 with flag 18146276/2765000
805.21/802.89	c cleaning 74002 clauses out of 148015 with flag 18631597/2840002
839.21/836.72	c cleaning 75001 clauses out of 150013 with flag 19174845/2916002
874.50/872.09	c cleaning 76005 clauses out of 152013 with flag 19753630/2993003
909.47/906.99	c cleaning 76995 clauses out of 154005 with flag 20337178/3071000
945.44/942.89	c cleaning 78000 clauses out of 156010 with flag 20917120/3150000
982.63/979.95	c cleaning 79005 clauses out of 158011 with flag 21490545/3230001
1021.66/1018.83	c cleaning 79994 clauses out of 160005 with flag 22124195/3311000
1058.96/1056.18	c cleaning 80993 clauses out of 162011 with flag 22667886/3393000
1092.86/1090.08	c cleaning 82000 clauses out of 164018 with flag 23136734/3476000
1130.73/1127.82	c cleaning 83007 clauses out of 166024 with flag 23749034/3560006
1172.49/1169.53	c cleaning 83997 clauses out of 168013 with flag 24374357/3645002
1210.68/1207.62	c cleaning 85000 clauses out of 170014 with flag 25045621/3731000
1250.46/1247.37	c cleaning 86007 clauses out of 172016 with flag 25709978/3818002
1287.97/1284.84	c cleaning 86995 clauses out of 174010 with flag 26296302/3906003
1329.03/1325.83	c cleaning 88006 clauses out of 176017 with flag 26920780/3995005
1370.82/1367.45	c cleaning 88999 clauses out of 178006 with flag 27628994/4085000
1412.51/1409.04	c cleaning 89996 clauses out of 180010 with flag 28254196/4176003
1455.32/1451.74	c cleaning 91004 clauses out of 182015 with flag 28856154/4268004
1498.81/1495.19	c cleaning 92000 clauses out of 184008 with flag 29550681/4361001
1543.88/1540.13	c cleaning 93001 clauses out of 186010 with flag 30197745/4455003
1590.85/1587.00	c cleaning 93998 clauses out of 188006 with flag 30925361/4550000
1642.79/1638.81	c cleaning 95000 clauses out of 190009 with flag 31696750/4646001
1691.66/1687.68	c cleaning 96009 clauses out of 192018 with flag 32424860/4743010
1738.80/1734.64	c cleaning 96994 clauses out of 194003 with flag 33092378/4841004
1788.67/1784.43	c cleaning 98001 clauses out of 196005 with flag 33838227/4940000
1800.01/1795.70	c starts		: 3708
1800.01/1795.70	c conflicts		: 4973592
1800.01/1795.70	c decisions		: 8641348
1800.01/1795.70	c propagations		: 841928117
1800.01/1795.70	c inspects		: 28973317574
1800.01/1795.70	c timeout
1800.01/1795.70	c shortcuts		: 0
1800.01/1795.70	c learnt literals	: 0
1800.01/1795.70	c learnt binary clauses	: 0
1800.01/1795.70	c learnt ternary clauses	: 900
1800.01/1795.70	c learnt constraints	: 4973592
1800.01/1795.70	c ignored constraints	: 0
1800.01/1795.70	c root simplifications	: 0
1800.01/1795.70	c removed literals (reason simplification)	: 0
1800.01/1795.70	c reason swapping (by a shorter reason)	: 0
1800.01/1795.70	c Calls to reduceDB	: 95
1800.01/1795.70	c Number of update (reduction) of LBD	: 1223739
1800.01/1795.70	c Imported unit clauses	: 0
1800.01/1795.70	c number of reductions to clauses (during analyze)	: 0
1800.01/1795.70	c number of learned constraints concerned by reduction	: 0
1800.01/1795.70	c number of learning phase by resolution	: 0
1800.01/1795.70	c number of learning phase by cutting planes	: 0
1800.01/1795.70	c speed (assignments/second)	: 468978.29035576875
1800.01/1795.70	c non guided choices	1381
1800.01/1795.73	c learnt constraints type 
1800.01/1795.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 131596
1800.01/1795.73	s UNKNOWN
1800.01/1795.73	c Total wall clock time (in seconds): 1795.614

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-4098007-1466119262/watcher-4098007-1466119262 -o /tmp/evaluation-result-4098007-1466119262/solver-4098007-1466119262 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466119261-18458 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4098007-1466119262.opb 

pid=18474
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: 1.25 1.28 1.49 3/172 18477
/proc/meminfo: memFree=30641996/32872528 swapFree=1199460/1313924
[pid=18477] ppid=18474 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/18477/stat : 18477 (java) R 18474 18477 13694 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 13972691 9515008 184 33554432000 1073741824 1073778376 140736939800992 140736939792216 252262903223 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18477/statm: 2325 184 142 9 0 73 0

[startup+0.10006 s]
/proc/loadavg: 1.25 1.28 1.49 3/172 18477
/proc/meminfo: memFree=30641996/32872528 swapFree=1199460/1313924
[pid=18477] ppid=18474 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/18477/stat : 18477 (java) S 18474 18477 13694 0 -1 4202496 4403 0 1 0 8 1 0 0 20 0 18 0 13972691 9787879424 6033 33554432000 1073741824 1073778376 140735712049136 140735712040272 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18477/statm: 2389619 6033 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 1.25 1.28 1.49 3/172 18477
/proc/meminfo: memFree=30641996/32872528 swapFree=1199460/1313924
[pid=18477] ppid=18474 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/18477/stat : 18477 (java) S 18474 18477 13694 0 -1 4202496 4960 0 1 0 26 1 0 0 20 0 18 0 13972691 9787879424 6930 33554432000 1073741824 1073778376 140735712049136 140735712040272 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18477/statm: 2389619 6930 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300223 s]
/proc/loadavg: 1.25 1.28 1.49 3/172 18477
/proc/meminfo: memFree=30641996/32872528 swapFree=1199460/1313924
[pid=18477] ppid=18474 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/18477/stat : 18477 (java) S 18474 18477 13694 0 -1 4202496 7395 0 1 0 53 2 0 0 20 0 18 0 13972691 9787879424 9922 33554432000 1073741824 1073778376 140735712049136 140735712040272 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18477/statm: 2389619 9922 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.70018 s]
/proc/loadavg: 1.25 1.28 1.49 3/172 18477
/proc/meminfo: memFree=30641996/32872528 swapFree=1199460/1313924
[pid=18477] ppid=18474 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/18477/stat : 18477 (java) S 18474 18477 13694 0 -1 4202496 9449 0 1 0 130 3 0 0 20 0 19 0 13972691 9856040960 21195 33554432000 1073741824 1073778376 140735712049136 140735712040272 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18477/statm: 2406260 21195 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 1.55 1.34 1.51 10/212 18524
/proc/meminfo: memFree=30397728/32872528 swapFree=1199460/1313924
[pid=18477] ppid=18474 vsize=9625040 CPUtime=2.27 cores=0,2,4,6
/proc/18477/stat : 18477 (java) S 18474 18477 13694 0 -1 4202496 10720 0 1 0 224 3 0 0 20 0 19 0 13972691 9856040960 21717 33554432000 1073741824 1073778376 140735712049136 140735712040272 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18477/statm: 2406260 21717 2273 9 0 2396937 0
[pid=18477/tid=18479] ppid=18474 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/18477/task/18479/stat : 18479 (java) R 18474 18477 13694 0 -1 4202560 2441 0 1 0 143 2 0 0 20 0 19 0 13972692 9856040960 21717 33554432000 1073741824 1073778376 140735712049136 140307777096184 140307606469446 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18477/tid=18480] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18480/stat : 18480 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972693 9856040960 21717 33554432000 1073741824 1073778376 140735712049136 140307738589608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18481] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18481/stat : 18481 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972693 9856040960 21717 33554432000 1073741824 1073778376 140735712049136 140307737537064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18477/tid=18482] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18482/stat : 18482 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972693 9856040960 21717 33554432000 1073741824 1073778376 140735712049136 140307736484008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18477/tid=18483] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18483/stat : 18483 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972693 9856040960 21717 33554432000 1073741824 1073778376 140735712049136 140307735431464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18477/tid=18484] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18484/stat : 18484 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972693 9856040960 21717 33554432000 1073741824 1073778376 140735712049136 140307734379432 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18485] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18485/stat : 18485 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972693 9856040960 21717 33554432000 1073741824 1073778376 140735712049136 140307733326888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18477/tid=18486] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18486/stat : 18486 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972693 9856040960 21717 33554432000 1073741824 1073778376 140735712049136 140307732273832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18487] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18487/stat : 18487 (java) S 18474 18477 13694 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13972693 9856040960 21717 33554432000 1073741824 1073778376 140735712049136 140307731221288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18488] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18488/stat : 18488 (java) S 18474 18477 13694 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13972694 9856040960 21717 33554432000 1073741824 1073778376 140735712049136 140307600480616 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18489] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18489/stat : 18489 (java) S 18474 18477 13694 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13972695 9856040960 21717 33554432000 1073741824 1073778376 140735712049136 140307599426936 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18490] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18490/stat : 18490 (java) S 18474 18477 13694 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13972695 9856040960 21717 33554432000 1073741824 1073778376 140735712049136 140307598373768 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18491] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18491/stat : 18491 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972697 9856040960 21717 33554432000 1073741824 1073778376 140735712049136 140307597322512 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18492] ppid=18474 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/18477/task/18492/stat : 18492 (java) S 18474 18477 13694 0 -1 4202560 3444 0 0 0 34 0 0 0 20 0 19 0 13972697 9856040960 21717 33554432000 1073741824 1073778376 140735712049136 140307596270392 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18493] ppid=18474 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/18477/task/18493/stat : 18493 (java) S 18474 18477 13694 0 -1 4202560 3557 0 0 0 44 0 0 0 20 0 19 0 13972697 9856040960 21717 33554432000 1073741824 1073778376 140735712049136 140307595217848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18477/tid=18494] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18494/stat : 18494 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972697 9856040960 21717 33554432000 1073741824 1073778376 140735712049136 140307594164984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18477/tid=18495] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18495/stat : 18495 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972697 9856040960 21717 33554432000 1073741824 1073778376 140735712049136 140307593112648 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18524] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18524/stat : 18524 (java) S 18474 18477 13694 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13972738 9856040960 21717 33554432000 1073741824 1073778376 140735712049136 140307592057896 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 1.55 1.34 1.51 3/213 18525
/proc/meminfo: memFree=30393004/32872528 swapFree=1199460/1313924
[pid=18477] ppid=18474 vsize=9625040 CPUtime=3.89 cores=0,2,4,6
/proc/18477/stat : 18477 (java) S 18474 18477 13694 0 -1 4202496 10724 0 1 0 386 3 0 0 20 0 19 0 13972691 9856040960 23253 33554432000 1073741824 1073778376 140735712049136 140735712040272 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18477/statm: 2406260 23253 2273 9 0 2396937 0
[pid=18477/tid=18479] ppid=18474 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/18477/task/18479/stat : 18479 (java) R 18474 18477 13694 0 -1 4202560 2445 0 1 0 303 2 0 0 20 0 19 0 13972692 9856040960 23253 33554432000 1073741824 1073778376 140735712049136 140307777098120 140307606469628 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18477/tid=18480] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18480/stat : 18480 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972693 9856040960 23253 33554432000 1073741824 1073778376 140735712049136 140307738589608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18481] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18481/stat : 18481 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972693 9856040960 23253 33554432000 1073741824 1073778376 140735712049136 140307737537064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18477/tid=18482] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18482/stat : 18482 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972693 9856040960 23253 33554432000 1073741824 1073778376 140735712049136 140307736484008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18477/tid=18483] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18483/stat : 18483 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972693 9856040960 23253 33554432000 1073741824 1073778376 140735712049136 140307735431464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18477/tid=18484] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18484/stat : 18484 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972693 9856040960 23253 33554432000 1073741824 1073778376 140735712049136 140307734379432 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18485] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18485/stat : 18485 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972693 9856040960 23253 33554432000 1073741824 1073778376 140735712049136 140307733326888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18477/tid=18486] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18486/stat : 18486 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972693 9856040960 23253 33554432000 1073741824 1073778376 140735712049136 140307732273832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18487] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18487/stat : 18487 (java) S 18474 18477 13694 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13972693 9856040960 23253 33554432000 1073741824 1073778376 140735712049136 140307731221288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18488] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18488/stat : 18488 (java) S 18474 18477 13694 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13972694 9856040960 23253 33554432000 1073741824 1073778376 140735712049136 140307600480616 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18489] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18489/stat : 18489 (java) S 18474 18477 13694 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13972695 9856040960 23253 33554432000 1073741824 1073778376 140735712049136 140307599426936 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18490] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18490/stat : 18490 (java) S 18474 18477 13694 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13972695 9856040960 23253 33554432000 1073741824 1073778376 140735712049136 140307598373768 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18491] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18491/stat : 18491 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972697 9856040960 23253 33554432000 1073741824 1073778376 140735712049136 140307597322512 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18492] ppid=18474 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/18477/task/18492/stat : 18492 (java) S 18474 18477 13694 0 -1 4202560 3444 0 0 0 36 0 0 0 20 0 19 0 13972697 9856040960 23253 33554432000 1073741824 1073778376 140735712049136 140307596270392 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18493] ppid=18474 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/18477/task/18493/stat : 18493 (java) S 18474 18477 13694 0 -1 4202560 3557 0 0 0 45 0 0 0 20 0 19 0 13972697 9856040960 23253 33554432000 1073741824 1073778376 140735712049136 140307595217848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18477/tid=18494] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18494/stat : 18494 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972697 9856040960 23253 33554432000 1073741824 1073778376 140735712049136 140307594164984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18477/tid=18495] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18495/stat : 18495 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972697 9856040960 23253 33554432000 1073741824 1073778376 140735712049136 140307593112648 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18524] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18524/stat : 18524 (java) S 18474 18477 13694 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13972738 9856040960 23253 33554432000 1073741824 1073778376 140735712049136 140307592057896 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 1.55 1.34 1.51 4/213 18525
/proc/meminfo: memFree=30383424/32872528 swapFree=1199460/1313924
[pid=18477] ppid=18474 vsize=9625040 CPUtime=7.14 cores=0,2,4,6
/proc/18477/stat : 18477 (java) S 18474 18477 13694 0 -1 4202496 10732 0 1 0 710 4 0 0 20 0 19 0 13972691 9856040960 26022 33554432000 1073741824 1073778376 140735712049136 140735712040272 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18477/statm: 2406260 26022 2273 9 0 2396937 0
[pid=18477/tid=18479] ppid=18474 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/18477/task/18479/stat : 18479 (java) R 18474 18477 13694 0 -1 4202560 2453 0 1 0 622 2 0 0 20 0 19 0 13972692 9856040960 26022 33554432000 1073741824 1073778376 140735712049136 140307777089232 140307606469446 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18477/tid=18480] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18480/stat : 18480 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972693 9856040960 26022 33554432000 1073741824 1073778376 140735712049136 140307738589608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18481] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18481/stat : 18481 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972693 9856040960 26022 33554432000 1073741824 1073778376 140735712049136 140307737537064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18477/tid=18482] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18482/stat : 18482 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972693 9856040960 26022 33554432000 1073741824 1073778376 140735712049136 140307736484008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18477/tid=18483] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18483/stat : 18483 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972693 9856040960 26022 33554432000 1073741824 1073778376 140735712049136 140307735431464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18477/tid=18484] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18484/stat : 18484 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972693 9856040960 26022 33554432000 1073741824 1073778376 140735712049136 140307734379432 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18485] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18485/stat : 18485 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972693 9856040960 26022 33554432000 1073741824 1073778376 140735712049136 140307733326888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18477/tid=18486] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18486/stat : 18486 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972693 9856040960 26022 33554432000 1073741824 1073778376 140735712049136 140307732273832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18487] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18487/stat : 18487 (java) S 18474 18477 13694 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13972693 9856040960 26022 33554432000 1073741824 1073778376 140735712049136 140307731221288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18488] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18488/stat : 18488 (java) S 18474 18477 13694 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13972694 9856040960 26022 33554432000 1073741824 1073778376 140735712049136 140307600480616 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18489] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18489/stat : 18489 (java) S 18474 18477 13694 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13972695 9856040960 26022 33554432000 1073741824 1073778376 140735712049136 140307599426936 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18490] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18490/stat : 18490 (java) S 18474 18477 13694 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13972695 9856040960 26022 33554432000 1073741824 1073778376 140735712049136 140307598373768 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18491] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18491/stat : 18491 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972697 9856040960 26022 33554432000 1073741824 1073778376 140735712049136 140307597322512 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18492] ppid=18474 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/18477/task/18492/stat : 18492 (java) S 18474 18477 13694 0 -1 4202560 3444 0 0 0 36 0 0 0 20 0 19 0 13972697 9856040960 26022 33554432000 1073741824 1073778376 140735712049136 140307596270392 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18493] ppid=18474 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/18477/task/18493/stat : 18493 (java) S 18474 18477 13694 0 -1 4202560 3557 0 0 0 48 0 0 0 20 0 19 0 13972697 9856040960 26022 33554432000 1073741824 1073778376 140735712049136 140307595217848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18477/tid=18494] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18494/stat : 18494 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972697 9856040960 26022 33554432000 1073741824 1073778376 140735712049136 140307594164984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18477/tid=18495] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18495/stat : 18495 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972697 9856040960 26022 33554432000 1073741824 1073778376 140735712049136 140307593112648 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18524] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18524/stat : 18524 (java) S 18474 18477 13694 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13972738 9856040960 26022 33554432000 1073741824 1073778376 140735712049136 140307592057896 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.14
Current children cumulated vsize (KiB) 9625040


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

[pid=18477/tid=18524] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18524/stat : 18524 (java) S 18474 18477 13694 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13972738 9856040960 122813 33554432000 1073741824 1073778376 140735712049136 140307592057896 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1726.4
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.16 2.03 3/214 18569
/proc/meminfo: memFree=29461192/32872528 swapFree=1199460/1313924
[pid=18477] ppid=18474 vsize=9625040 CPUtime=1786.57 cores=0,2,4,6
/proc/18477/stat : 18477 (java) S 18474 18477 13694 0 -1 4202496 13559 0 1 0 178573 84 0 0 20 0 19 0 13972691 9856040960 121041 33554432000 1073741824 1073778376 140735712049136 140735712040272 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18477/statm: 2406260 121041 2295 9 0 2396937 0
[pid=18477/tid=18479] ppid=18474 vsize=9625040 CPUtime=1775.64 cores=0,2,4,6
/proc/18477/task/18479/stat : 18479 (java) R 18474 18477 13694 0 -1 4202560 2522 0 1 0 177534 30 0 0 20 0 19 0 13972692 9856040960 121041 33554432000 1073741824 1073778376 140735712049136 140307777096928 140307606448920 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18477/tid=18480] ppid=18474 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/18477/task/18480/stat : 18480 (java) S 18474 18477 13694 0 -1 4202560 386 0 0 0 47 6 0 0 20 0 19 0 13972693 9856040960 121041 33554432000 1073741824 1073778376 140735712049136 140307738589608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18477/tid=18481] ppid=18474 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/18477/task/18481/stat : 18481 (java) S 18474 18477 13694 0 -1 4202560 169 0 0 0 46 5 0 0 20 0 19 0 13972693 9856040960 121041 33554432000 1073741824 1073778376 140735712049136 140307737537064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18477/tid=18482] ppid=18474 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/18477/task/18482/stat : 18482 (java) S 18474 18477 13694 0 -1 4202560 251 0 0 0 54 8 0 0 20 0 19 0 13972693 9856040960 121041 33554432000 1073741824 1073778376 140735712049136 140307736484008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18483] ppid=18474 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/18477/task/18483/stat : 18483 (java) S 18474 18477 13694 0 -1 4202560 314 0 0 0 49 6 0 0 20 0 19 0 13972693 9856040960 121041 33554432000 1073741824 1073778376 140735712049136 140307735431464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18477/tid=18484] ppid=18474 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/18477/task/18484/stat : 18484 (java) S 18474 18477 13694 0 -1 4202560 192 0 0 0 56 10 0 0 20 0 19 0 13972693 9856040960 121041 33554432000 1073741824 1073778376 140735712049136 140307734379432 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18477/tid=18485] ppid=18474 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/18477/task/18485/stat : 18485 (java) S 18474 18477 13694 0 -1 4202560 363 0 0 0 54 6 0 0 20 0 19 0 13972693 9856040960 121041 33554432000 1073741824 1073778376 140735712049136 140307733326888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18477/tid=18486] ppid=18474 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/18477/task/18486/stat : 18486 (java) S 18474 18477 13694 0 -1 4202560 295 0 0 0 46 5 0 0 20 0 19 0 13972693 9856040960 121041 33554432000 1073741824 1073778376 140735712049136 140307732273832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18477/tid=18487] ppid=18474 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/18477/task/18487/stat : 18487 (java) S 18474 18477 13694 0 -1 4202560 367 0 0 0 59 8 0 0 20 0 19 0 13972693 9856040960 121041 33554432000 1073741824 1073778376 140735712049136 140307731221288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18488] ppid=18474 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/18477/task/18488/stat : 18488 (java) S 18474 18477 13694 0 -1 4202560 207 0 0 0 49 2 0 0 20 0 19 0 13972694 9856040960 121041 33554432000 1073741824 1073778376 140735712049136 140307600480616 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18489] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18489/stat : 18489 (java) S 18474 18477 13694 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 13972695 9856040960 121041 33554432000 1073741824 1073778376 140735712049136 140307599426936 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18490] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18490/stat : 18490 (java) S 18474 18477 13694 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13972695 9856040960 121041 33554432000 1073741824 1073778376 140735712049136 140307598373768 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18477/tid=18491] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18491/stat : 18491 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972697 9856040960 121041 33554432000 1073741824 1073778376 140735712049136 140307597322512 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18492] ppid=18474 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/18477/task/18492/stat : 18492 (java) S 18474 18477 13694 0 -1 4202560 3444 0 0 0 36 0 0 0 20 0 19 0 13972697 9856040960 121041 33554432000 1073741824 1073778376 140735712049136 140307596270392 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18493] ppid=18474 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/18477/task/18493/stat : 18493 (java) S 18474 18477 13694 0 -1 4202560 3681 0 0 0 50 0 0 0 20 0 19 0 13972697 9856040960 121041 33554432000 1073741824 1073778376 140735712049136 140307595217848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18477/tid=18494] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18494/stat : 18494 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972697 9856040960 121041 33554432000 1073741824 1073778376 140735712049136 140307594164984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18477/tid=18495] ppid=18474 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/18477/task/18495/stat : 18495 (java) S 18474 18477 13694 0 -1 4202560 103 0 0 0 28 31 0 0 20 0 19 0 13972697 9856040960 121041 33554432000 1073741824 1073778376 140735712049136 140307593112648 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18524] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18524/stat : 18524 (java) S 18474 18477 13694 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13972738 9856040960 121041 33554432000 1073741824 1073778376 140735712049136 140307592057896 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1786.57
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.7 s]
/proc/loadavg: 2.18 2.15 2.03 4/214 18569
/proc/meminfo: memFree=29461196/32872528 swapFree=1199460/1313924
[pid=18477] ppid=18474 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/18477/stat : 18477 (java) S 18474 18477 13694 0 -1 4202496 13562 0 1 0 179917 84 0 0 20 0 19 0 13972691 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140735712040272 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18477/statm: 2406260 120320 2295 9 0 2396937 0
[pid=18477/tid=18479] ppid=18474 vsize=9625040 CPUtime=1788.98 cores=0,2,4,6
/proc/18477/task/18479/stat : 18479 (java) R 18474 18477 13694 0 -1 4202560 2523 0 1 0 178867 31 0 0 20 0 19 0 13972692 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307777097048 140307606469623 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18477/tid=18480] ppid=18474 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/18477/task/18480/stat : 18480 (java) S 18474 18477 13694 0 -1 4202560 386 0 0 0 47 6 0 0 20 0 19 0 13972693 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307738589608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18477/tid=18481] ppid=18474 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/18477/task/18481/stat : 18481 (java) S 18474 18477 13694 0 -1 4202560 169 0 0 0 47 5 0 0 20 0 19 0 13972693 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307737537064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18477/tid=18482] ppid=18474 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/18477/task/18482/stat : 18482 (java) S 18474 18477 13694 0 -1 4202560 251 0 0 0 56 8 0 0 20 0 19 0 13972693 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307736484008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18483] ppid=18474 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/18477/task/18483/stat : 18483 (java) S 18474 18477 13694 0 -1 4202560 314 0 0 0 50 6 0 0 20 0 19 0 13972693 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307735431464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18477/tid=18484] ppid=18474 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/18477/task/18484/stat : 18484 (java) S 18474 18477 13694 0 -1 4202560 192 0 0 0 56 10 0 0 20 0 19 0 13972693 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307734379432 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18477/tid=18485] ppid=18474 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/18477/task/18485/stat : 18485 (java) S 18474 18477 13694 0 -1 4202560 363 0 0 0 54 6 0 0 20 0 19 0 13972693 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307733326888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18477/tid=18486] ppid=18474 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/18477/task/18486/stat : 18486 (java) S 18474 18477 13694 0 -1 4202560 295 0 0 0 46 5 0 0 20 0 19 0 13972693 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307732273832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18477/tid=18487] ppid=18474 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/18477/task/18487/stat : 18487 (java) S 18474 18477 13694 0 -1 4202560 367 0 0 0 60 8 0 0 20 0 19 0 13972693 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307731221288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18477/tid=18488] ppid=18474 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/18477/task/18488/stat : 18488 (java) S 18474 18477 13694 0 -1 4202560 209 0 0 0 49 2 0 0 20 0 19 0 13972694 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307600480616 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18477/tid=18489] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18489/stat : 18489 (java) S 18474 18477 13694 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 13972695 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307599426936 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18490] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18490/stat : 18490 (java) S 18474 18477 13694 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13972695 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307598373768 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18477/tid=18491] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18491/stat : 18491 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972697 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307597322512 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18492] ppid=18474 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/18477/task/18492/stat : 18492 (java) S 18474 18477 13694 0 -1 4202560 3444 0 0 0 36 0 0 0 20 0 19 0 13972697 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307596270392 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18493] ppid=18474 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/18477/task/18493/stat : 18493 (java) S 18474 18477 13694 0 -1 4202560 3681 0 0 0 50 0 0 0 20 0 19 0 13972697 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307595217848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18477/tid=18494] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18494/stat : 18494 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972697 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307594164984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18477/tid=18495] ppid=18474 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/18477/task/18495/stat : 18495 (java) S 18474 18477 13694 0 -1 4202560 103 0 0 0 28 32 0 0 20 0 19 0 13972697 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307593112648 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18524] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18524/stat : 18524 (java) S 18474 18477 13694 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13972738 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307592057896 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 18477 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1795.7 s]
/proc/loadavg: 2.18 2.15 2.03 4/214 18569
/proc/meminfo: memFree=29461196/32872528 swapFree=1199460/1313924
[pid=18477] ppid=18474 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/18477/stat : 18477 (java) S 18474 18477 13694 0 -1 4202496 13562 0 1 0 179917 84 0 0 20 0 19 0 13972691 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140735712040272 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18477/statm: 2406260 120320 2295 9 0 2396937 0
[pid=18477/tid=18479] ppid=18474 vsize=9625040 CPUtime=1788.98 cores=0,2,4,6
/proc/18477/task/18479/stat : 18479 (java) R 18474 18477 13694 0 -1 4202560 2523 0 1 0 178867 31 0 0 20 0 19 0 13972692 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307777097048 140307606469623 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18477/tid=18480] ppid=18474 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/18477/task/18480/stat : 18480 (java) S 18474 18477 13694 0 -1 4202560 386 0 0 0 47 6 0 0 20 0 19 0 13972693 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307738589608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18477/tid=18481] ppid=18474 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/18477/task/18481/stat : 18481 (java) S 18474 18477 13694 0 -1 4202560 169 0 0 0 47 5 0 0 20 0 19 0 13972693 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307737537064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18477/tid=18482] ppid=18474 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/18477/task/18482/stat : 18482 (java) S 18474 18477 13694 0 -1 4202560 251 0 0 0 56 8 0 0 20 0 19 0 13972693 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307736484008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18483] ppid=18474 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/18477/task/18483/stat : 18483 (java) S 18474 18477 13694 0 -1 4202560 314 0 0 0 50 6 0 0 20 0 19 0 13972693 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307735431464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18477/tid=18484] ppid=18474 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/18477/task/18484/stat : 18484 (java) S 18474 18477 13694 0 -1 4202560 192 0 0 0 56 10 0 0 20 0 19 0 13972693 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307734379432 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18477/tid=18485] ppid=18474 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/18477/task/18485/stat : 18485 (java) S 18474 18477 13694 0 -1 4202560 363 0 0 0 54 6 0 0 20 0 19 0 13972693 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307733326888 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18477/tid=18486] ppid=18474 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/18477/task/18486/stat : 18486 (java) S 18474 18477 13694 0 -1 4202560 295 0 0 0 46 5 0 0 20 0 19 0 13972693 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307732273832 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18477/tid=18487] ppid=18474 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/18477/task/18487/stat : 18487 (java) S 18474 18477 13694 0 -1 4202560 367 0 0 0 60 8 0 0 20 0 19 0 13972693 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307731221288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18477/tid=18488] ppid=18474 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/18477/task/18488/stat : 18488 (java) S 18474 18477 13694 0 -1 4202560 209 0 0 0 49 2 0 0 20 0 19 0 13972694 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307600480616 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18477/tid=18489] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18489/stat : 18489 (java) S 18474 18477 13694 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 13972695 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307599426936 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18490] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18490/stat : 18490 (java) S 18474 18477 13694 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13972695 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307598373768 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18477/tid=18491] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18491/stat : 18491 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972697 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307597322512 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18492] ppid=18474 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/18477/task/18492/stat : 18492 (java) S 18474 18477 13694 0 -1 4202560 3444 0 0 0 36 0 0 0 20 0 19 0 13972697 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307596270392 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18493] ppid=18474 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/18477/task/18493/stat : 18493 (java) S 18474 18477 13694 0 -1 4202560 3681 0 0 0 50 0 0 0 20 0 19 0 13972697 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307595217848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18477/tid=18494] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18494/stat : 18494 (java) S 18474 18477 13694 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13972697 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307594164984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18477/tid=18495] ppid=18474 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/18477/task/18495/stat : 18495 (java) S 18474 18477 13694 0 -1 4202560 103 0 0 0 28 32 0 0 20 0 19 0 13972697 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307593112648 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18477/tid=18524] ppid=18474 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18477/task/18524/stat : 18524 (java) S 18474 18477 13694 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13972738 9856040960 120320 33554432000 1073741824 1073778376 140735712049136 140307592057896 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1795.74
CPU time (s): 1800.01
CPU user time (s): 1799.17
CPU system time (s): 0.84
CPU usage (%): 100.238
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.65
system time used= 1.3328
maximum resident set size= 633148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13593
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39125
involuntary context switches= 24047

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1535 second user time and 13.8009 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-17 01:21:02
IDJOB=4098007
IDBENCH=107838
IDSOLVER=2546
FILE ID=node131/4098007-1466119262
RUNJOBID= node131-1466119261-18458
PBS_JOBID= 19904055
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression32_15.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4098007-1466119262/watcher-4098007-1466119262 -o /tmp/evaluation-result-4098007-1466119262/solver-4098007-1466119262 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466119261-18458 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4098007-1466119262.opb

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

MD5SUM BENCH= ecefcb7e3dc5798d6494dbad978c43e9
RANDOM SEED=446569788

node131.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.752
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.50
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.752
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.752
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.57
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.752
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.56
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.752
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.752
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.56
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.752
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.57
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.752
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:        30644492 kB
Buffers:           63904 kB
Cached:           141272 kB
SwapCached:         1964 kB
Active:           103712 kB
Inactive:         106368 kB
Active(anon):       5788 kB
Inactive(anon):     1452 kB
Active(file):      97924 kB
Inactive(file):   104916 kB
Unevictable:     1313924 kB
Mlocked:         1199460 kB
SwapTotal:      67108856 kB
SwapFree:       67099352 kB
Dirty:              1560 kB
Writeback:             4 kB
AnonPages:       1317912 kB
Mapped:             6856 kB
Shmem:                 0 kB
Slab:             569364 kB
SReclaimable:      13460 kB
SUnreclaim:       555904 kB
KernelStack:        1392 kB
PageTables:         6996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1413288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 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= 71700 MiB
End job on node131 at 2016-06-17 01:50:58