Trace number 4122318

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.62 1798.94

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n90-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
MD5SUMa3d86f87574e54f775e849c672ad8411
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.48871
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables135
Total number of constraints360
Number of constraints which are clauses360
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 constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-4122318-1467316677.opb
0.12/0.10	c reading problem ... 
0.12/0.10	c  no objective function found
0.12/0.15	c ... done. Wall clock time 0.049s.
0.12/0.15	c declared #vars     135
0.12/0.15	c #constraints  360
0.12/0.15	c constraints type 
0.12/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 360
0.12/0.15	c 360 constraints processed.
0.67/0.42	c cleaning 2499 clauses out of 5000 with flag 22725/5000
1.13/0.68	c cleaning 4247 clauses out of 8501 with flag 49206/11000
1.54/1.08	c cleaning 5626 clauses out of 11255 with flag 81280/18001
2.05/1.57	c cleaning 6815 clauses out of 13629 with flag 123487/26001
2.78/2.24	c cleaning 7904 clauses out of 15814 with flag 171916/35001
3.67/3.15	c cleaning 8955 clauses out of 17910 with flag 228198/45001
4.58/4.04	c cleaning 9975 clauses out of 19955 with flag 293659/56001
5.68/5.13	c cleaning 10989 clauses out of 21979 with flag 353450/68000
6.88/6.31	c cleaning 11994 clauses out of 23990 with flag 417164/81000
8.28/7.77	c cleaning 12998 clauses out of 25997 with flag 486624/95001
9.98/9.40	c cleaning 13994 clauses out of 27998 with flag 564981/110000
11.88/11.31	c cleaning 15002 clauses out of 30005 with flag 662214/126001
14.37/13.84	c cleaning 15998 clauses out of 32003 with flag 755859/143001
17.57/17.01	c cleaning 17001 clauses out of 34005 with flag 847259/161001
20.67/20.12	c cleaning 17999 clauses out of 36003 with flag 936717/180000
23.78/23.27	c cleaning 18996 clauses out of 38005 with flag 1043809/200001
27.47/26.91	c cleaning 19997 clauses out of 40009 with flag 1162217/221001
31.87/31.30	c cleaning 20999 clauses out of 42011 with flag 1287864/243000
36.47/35.97	c cleaning 22002 clauses out of 44013 with flag 1418357/266001
42.17/41.66	c cleaning 23001 clauses out of 46010 with flag 1562611/290000
48.87/48.31	c cleaning 24000 clauses out of 48010 with flag 1726335/315001
53.89/53.31	c cleaning 25001 clauses out of 50010 with flag 1867413/341001
58.79/58.25	c cleaning 26000 clauses out of 52008 with flag 1994309/368000
63.49/62.96	c cleaning 26995 clauses out of 54008 with flag 2133455/396000
68.80/68.29	c cleaning 28001 clauses out of 56013 with flag 2280750/425000
74.30/73.75	c cleaning 29002 clauses out of 58013 with flag 2423708/455001
78.99/78.41	c cleaning 30002 clauses out of 60010 with flag 2556261/486000
83.89/83.35	c cleaning 31003 clauses out of 62008 with flag 2698788/518000
90.39/89.86	c cleaning 31997 clauses out of 64006 with flag 2855280/551001
96.59/96.09	c cleaning 33003 clauses out of 66009 with flag 3017135/585001
102.50/101.97	c cleaning 33999 clauses out of 68005 with flag 3163981/620000
110.10/109.57	c cleaning 35003 clauses out of 70007 with flag 3331144/656001
117.10/116.59	c cleaning 35999 clauses out of 72004 with flag 3501823/693001
124.90/124.32	c cleaning 36998 clauses out of 74005 with flag 3674821/731001
133.49/132.98	c cleaning 38001 clauses out of 76006 with flag 3854641/770000
142.39/141.87	c cleaning 38995 clauses out of 78006 with flag 4033576/810001
151.63/151.09	c cleaning 40002 clauses out of 80010 with flag 4217431/851000
161.24/160.66	c cleaning 41002 clauses out of 82008 with flag 4406615/893000
173.74/173.15	c cleaning 41998 clauses out of 84007 with flag 4599539/936001
184.34/183.79	c cleaning 43000 clauses out of 86008 with flag 4801601/980000
195.74/195.15	c cleaning 44002 clauses out of 88008 with flag 4990591/1025000
207.24/206.65	c cleaning 45002 clauses out of 90006 with flag 5207918/1071000
219.75/219.18	c cleaning 46000 clauses out of 92004 with flag 5424655/1118000
233.65/233.07	c cleaning 46996 clauses out of 94005 with flag 5653463/1166001
251.15/250.56	c cleaning 48001 clauses out of 96009 with flag 5863071/1215001
266.36/265.77	c cleaning 49002 clauses out of 98008 with flag 6094138/1265001
284.65/284.00	c cleaning 49996 clauses out of 100007 with flag 6344166/1316002
300.75/300.15	c cleaning 50998 clauses out of 102009 with flag 6561823/1368000
321.15/320.55	c cleaning 52006 clauses out of 104011 with flag 6781705/1421000
343.25/342.65	c cleaning 53002 clauses out of 106006 with flag 7003257/1475001
363.87/363.29	c cleaning 53997 clauses out of 108004 with flag 7225701/1530001
385.67/385.05	c cleaning 55000 clauses out of 110006 with flag 7466063/1586000
408.87/408.26	c cleaning 55999 clauses out of 112007 with flag 7711399/1643001
432.18/431.50	c cleaning 56996 clauses out of 114008 with flag 7961356/1701001
457.14/456.50	c cleaning 58005 clauses out of 116011 with flag 8208808/1760000
480.94/480.25	c cleaning 59000 clauses out of 118006 with flag 8460388/1820000
519.06/518.36	c cleaning 60002 clauses out of 120007 with flag 8748372/1881001
569.48/568.74	c cleaning 60998 clauses out of 122005 with flag 9078115/1943001
626.29/625.54	c cleaning 61997 clauses out of 124007 with flag 9422703/2006001
686.61/685.85	c cleaning 63002 clauses out of 126009 with flag 9779511/2070000
749.22/748.46	c cleaning 64001 clauses out of 128007 with flag 10139648/2135000
807.63/806.89	c cleaning 65001 clauses out of 130006 with flag 10492958/2201000
868.94/868.15	c cleaning 65998 clauses out of 132005 with flag 10864079/2268000
937.98/937.19	c cleaning 66996 clauses out of 134007 with flag 11231703/2336000
1008.89/1008.09	c cleaning 67997 clauses out of 136011 with flag 11608770/2405000
1078.10/1077.25	c cleaning 69001 clauses out of 138015 with flag 11969796/2475001
1154.43/1153.57	c cleaning 70002 clauses out of 140014 with flag 12357634/2546001
1252.34/1251.41	c cleaning 71001 clauses out of 142012 with flag 12728721/2618001
1348.92/1347.93	c cleaning 72002 clauses out of 144010 with flag 13096118/2691000
1438.85/1437.83	c cleaning 73001 clauses out of 146009 with flag 13461139/2765001
1534.96/1533.90	c cleaning 73998 clauses out of 148007 with flag 13811847/2840000
1642.57/1641.60	c cleaning 74999 clauses out of 150010 with flag 14176045/2916001
1724.09/1723.05	c cleaning 76001 clauses out of 152010 with flag 14561378/2993000
1800.01/1798.90	c starts		: 2812
1800.01/1798.90	c conflicts		: 3068242
1800.01/1798.90	c decisions		: 4378783
1800.01/1798.90	c propagations		: 23785039
1800.01/1798.90	c inspects		: 37876756328
1800.01/1798.90	c shortcuts		: 0
1800.01/1798.90	c learnt literals	: 0
1800.01/1798.90	c learnt binary clauses	: 0
1800.01/1798.90	c learnt ternary clauses	: 14
1800.01/1798.90	c learnt constraints	: 3068242
1800.01/1798.90	c ignored constraints	: 0
1800.01/1798.90	c root simplifications	: 0
1800.01/1798.90	c removed literals (reason simplification)	: 0
1800.01/1798.90	c reason swapping (by a shorter reason)	: 0
1800.01/1798.90	c Calls to reduceDB	: 73
1800.01/1798.90	c Number of update (reduction) of LBD	: 239740
1800.01/1798.90	c Imported unit clauses	: 0
1800.01/1798.90	c number of reductions to clauses (during analyze)	: 0
1800.01/1798.90	c number of learned constraints concerned by reduction	: 0
1800.01/1798.90	c number of learning phase by resolution	: 0
1800.01/1798.90	c number of learning phase by cutting planes	: 0
1800.01/1798.90	c speed (assignments/second)	: 13223.07120544066
1800.01/1798.90	c timeout
1800.01/1798.90	c non guided choices	502
1800.01/1798.93	c learnt constraints type 
1800.01/1798.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 151251
1800.01/1798.93	s UNKNOWN
1800.01/1798.93	c Total wall clock time (in seconds): 1798.831

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-4122318-1467316677/watcher-4122318-1467316677 -o /tmp/evaluation-result-4122318-1467316677/solver-4122318-1467316677 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467310468-23887 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4122318-1467316677.opb 

pid=25662
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.25 2.23 2.18 3/194 25665
/proc/meminfo: memFree=28182692/32872528 swapFree=1526624/1696276
[pid=25665] ppid=25662 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/25665/stat : 25665 (java) S 25662 25665 14900 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 10691979 98570240 976 33554432000 1073741824 1073778376 140734944686064 140734944677200 270710898749 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25665/statm: 24065 976 743 9 0 16771 0
[pid=25665/tid=25666] ppid=25662 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25666/stat : 25666 (java) R 25662 25665 14900 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 10691980 98570240 976 33554432000 1073741824 1073778376 140734944686064 139784029191720 270707541376 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.25 2.23 2.18 3/194 25665
/proc/meminfo: memFree=28182692/32872528 swapFree=1526624/1696276
[pid=25665] ppid=25662 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/25665/stat : 25665 (java) S 25662 25665 14900 0 -1 4202496 4499 0 1 0 11 1 0 0 20 0 18 0 10691979 9787879424 6134 33554432000 1073741824 1073778376 140734944686064 140734944677200 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25665/statm: 2389619 6134 2157 9 0 2380296 0
[pid=25665/tid=25666] ppid=25662 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/25665/task/25666/stat : 25666 (java) R 25662 25665 14900 0 -1 4202560 2377 0 1 0 7 0 0 0 20 0 18 0 10691980 9787879424 6134 33554432000 1073741824 1073778376 140734944686064 139784029194888 270710924557 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.200261 s]
/proc/loadavg: 2.25 2.23 2.18 3/194 25665
/proc/meminfo: memFree=28182692/32872528 swapFree=1526624/1696276
[pid=25665] ppid=25662 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/25665/stat : 25665 (java) S 25662 25665 14900 0 -1 4202496 6843 0 1 0 28 1 0 0 20 0 19 0 10691979 9856040960 7903 33554432000 1073741824 1073778376 140734944686064 140734944677200 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25665/statm: 2406260 7903 2227 9 0 2396937 0
[pid=25665/tid=25666] ppid=25662 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/25665/task/25666/stat : 25666 (java) R 25662 25665 14900 0 -1 4202560 2399 0 1 0 17 0 0 0 20 0 19 0 10691980 9856040960 7904 33554432000 1073741824 1073778376 140734944686064 139784029196928 139783888298852 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300263 s]
/proc/loadavg: 2.25 2.23 2.18 3/194 25665
/proc/meminfo: memFree=28182692/32872528 swapFree=1526624/1696276
[pid=25665] ppid=25662 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/25665/stat : 25665 (java) S 25662 25665 14900 0 -1 4202496 7105 0 1 0 49 1 0 0 20 0 19 0 10691979 9856040960 8444 33554432000 1073741824 1073778376 140734944686064 140734944677200 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25665/statm: 2406260 8444 2242 9 0 2396937 0
[pid=25665/tid=25666] ppid=25662 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/25665/task/25666/stat : 25666 (java) R 25662 25665 14900 0 -1 4202560 2401 0 1 0 27 0 0 0 20 0 19 0 10691980 9856040960 8444 33554432000 1073741824 1073778376 140734944686064 139784029196928 139783888655363 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700271 s]
/proc/loadavg: 2.25 2.23 2.18 3/194 25665
/proc/meminfo: memFree=28182692/32872528 swapFree=1526624/1696276
[pid=25665] ppid=25662 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/25665/stat : 25665 (java) S 25662 25665 14900 0 -1 4202496 15880 0 1 0 122 2 0 0 20 0 19 0 10691979 9856040960 14284 33554432000 1073741824 1073778376 140734944686064 140734944677200 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25665/statm: 2406260 14284 2255 9 0 2396937 0
[pid=25665/tid=25666] ppid=25662 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/25665/task/25666/stat : 25666 (java) R 25662 25665 14900 0 -1 4202560 2401 0 1 0 67 0 0 0 20 0 19 0 10691980 9856040960 14284 33554432000 1073741824 1073778376 140734944686064 139784029196928 139783888655431 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.25 2.23 2.18 3/213 25684
/proc/meminfo: memFree=28132548/32872528 swapFree=1526624/1696276
[pid=25665] ppid=25662 vsize=9625040 CPUtime=2.05 cores=0,2,4,6
/proc/25665/stat : 25665 (java) S 25662 25665 14900 0 -1 4202496 15886 0 1 0 203 2 0 0 20 0 19 0 10691979 9856040960 15311 33554432000 1073741824 1073778376 140734944686064 140734944677200 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25665/statm: 2406260 15311 2257 9 0 2396937 0
[pid=25665/tid=25666] ppid=25662 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/25665/task/25666/stat : 25666 (java) R 25662 25665 14900 0 -1 4202560 2404 0 1 0 147 1 0 0 20 0 19 0 10691980 9856040960 15311 33554432000 1073741824 1073778376 140734944686064 139784029194792 139783888655363 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25665/tid=25668] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25668/stat : 25668 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 15311 33554432000 1073741824 1073778376 140734944686064 139784007297960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25669] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25669/stat : 25669 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 15311 33554432000 1073741824 1073778376 140734944686064 139783804283944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25670] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25670/stat : 25670 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 15311 33554432000 1073741824 1073778376 140734944686064 139783803230888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25665/tid=25671] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25671/stat : 25671 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 15311 33554432000 1073741824 1073778376 140734944686064 139783802178344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25665/tid=25672] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25672/stat : 25672 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 15311 33554432000 1073741824 1073778376 140734944686064 139783801125288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25673] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25673/stat : 25673 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 15311 33554432000 1073741824 1073778376 140734944686064 139783800072744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25674] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25674/stat : 25674 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 15311 33554432000 1073741824 1073778376 140734944686064 139783799019688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25665/tid=25675] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25675/stat : 25675 (java) S 25662 25665 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 15311 33554432000 1073741824 1073778376 140734944686064 139783797967144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25676] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25676/stat : 25676 (java) S 25662 25665 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10691981 9856040960 15311 33554432000 1073741824 1073778376 140734944686064 139783785769832 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25677] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25677/stat : 25677 (java) S 25662 25665 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10691982 9856040960 15311 33554432000 1073741824 1073778376 140734944686064 139783784716152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25678] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25678/stat : 25678 (java) S 25662 25665 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10691982 9856040960 15311 33554432000 1073741824 1073778376 140734944686064 139783783662984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25679] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25679/stat : 25679 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691984 9856040960 15311 33554432000 1073741824 1073778376 140734944686064 139783782611728 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25680] ppid=25662 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/25665/task/25680/stat : 25680 (java) S 25662 25665 14900 0 -1 4202560 4261 0 0 0 22 0 0 0 20 0 19 0 10691984 9856040960 15311 33554432000 1073741824 1073778376 140734944686064 139783781558584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25681] ppid=25662 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/25665/task/25681/stat : 25681 (java) S 25662 25665 14900 0 -1 4202560 7949 0 0 0 31 1 0 0 20 0 19 0 10691984 9856040960 15311 33554432000 1073741824 1073778376 140734944686064 139783780506040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25682] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25682/stat : 25682 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691984 9856040960 15311 33554432000 1073741824 1073778376 140734944686064 139783779453176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25683] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25683/stat : 25683 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691984 9856040960 15311 33554432000 1073741824 1073778376 140734944686064 139783778400840 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25684] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25684/stat : 25684 (java) S 25662 25665 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10691995 9856040960 15311 33554432000 1073741824 1073778376 140734944686064 139783777248808 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.23 2.22 2.18 4/213 25684
/proc/meminfo: memFree=28130252/32872528 swapFree=1526624/1696276
[pid=25665] ppid=25662 vsize=9625040 CPUtime=3.67 cores=0,2,4,6
/proc/25665/stat : 25665 (java) S 25662 25665 14900 0 -1 4202496 15888 0 1 0 365 2 0 0 20 0 19 0 10691979 9856040960 15824 33554432000 1073741824 1073778376 140734944686064 140734944677200 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25665/statm: 2406260 15824 2257 9 0 2396937 0
[pid=25665/tid=25666] ppid=25662 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/25665/task/25666/stat : 25666 (java) R 25662 25665 14900 0 -1 4202560 2405 0 1 0 307 1 0 0 20 0 19 0 10691980 9856040960 15824 33554432000 1073741824 1073778376 140734944686064 139784029187760 139783888655276 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25665/tid=25668] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25668/stat : 25668 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 15824 33554432000 1073741824 1073778376 140734944686064 139784007297960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25669] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25669/stat : 25669 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 15824 33554432000 1073741824 1073778376 140734944686064 139783804283944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25670] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25670/stat : 25670 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 15824 33554432000 1073741824 1073778376 140734944686064 139783803230888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25665/tid=25671] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25671/stat : 25671 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 15824 33554432000 1073741824 1073778376 140734944686064 139783802178344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25665/tid=25672] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25672/stat : 25672 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 15824 33554432000 1073741824 1073778376 140734944686064 139783801125288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25673] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25673/stat : 25673 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 15824 33554432000 1073741824 1073778376 140734944686064 139783800072744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25674] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25674/stat : 25674 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 15824 33554432000 1073741824 1073778376 140734944686064 139783799019688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25665/tid=25675] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25675/stat : 25675 (java) S 25662 25665 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 15824 33554432000 1073741824 1073778376 140734944686064 139783797967144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25676] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25676/stat : 25676 (java) S 25662 25665 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10691981 9856040960 15824 33554432000 1073741824 1073778376 140734944686064 139783785769832 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25677] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25677/stat : 25677 (java) S 25662 25665 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10691982 9856040960 15824 33554432000 1073741824 1073778376 140734944686064 139783784716152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25678] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25678/stat : 25678 (java) S 25662 25665 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10691982 9856040960 15824 33554432000 1073741824 1073778376 140734944686064 139783783662984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25679] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25679/stat : 25679 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691984 9856040960 15824 33554432000 1073741824 1073778376 140734944686064 139783782611728 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25680] ppid=25662 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/25665/task/25680/stat : 25680 (java) S 25662 25665 14900 0 -1 4202560 4262 0 0 0 24 0 0 0 20 0 19 0 10691984 9856040960 15824 33554432000 1073741824 1073778376 140734944686064 139783781558584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25681] ppid=25662 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/25665/task/25681/stat : 25681 (java) S 25662 25665 14900 0 -1 4202560 7949 0 0 0 31 1 0 0 20 0 19 0 10691984 9856040960 15824 33554432000 1073741824 1073778376 140734944686064 139783780506040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25682] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25682/stat : 25682 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691984 9856040960 15824 33554432000 1073741824 1073778376 140734944686064 139783779453176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25683] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25683/stat : 25683 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691984 9856040960 15824 33554432000 1073741824 1073778376 140734944686064 139783778400840 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25684] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25684/stat : 25684 (java) S 25662 25665 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10691995 9856040960 15824 33554432000 1073741824 1073778376 140734944686064 139783777248808 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.23 2.22 2.18 4/213 25684
/proc/meminfo: memFree=28139484/32872528 swapFree=1526624/1696276
[pid=25665] ppid=25662 vsize=9625040 CPUtime=6.88 cores=0,2,4,6
/proc/25665/stat : 25665 (java) S 25662 25665 14900 0 -1 4202496 15893 0 1 0 685 3 0 0 20 0 19 0 10691979 9856040960 13267 33554432000 1073741824 1073778376 140734944686064 140734944677200 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25665/statm: 2406260 13267 2258 9 0 2396937 0
[pid=25665/tid=25666] ppid=25662 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/25665/task/25666/stat : 25666 (java) R 25662 25665 14900 0 -1 4202560 2409 0 1 0 626 2 0 0 20 0 19 0 10691980 9856040960 13267 33554432000 1073741824 1073778376 140734944686064 139784029187760 139783888828468 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25665/tid=25668] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25668/stat : 25668 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 13267 33554432000 1073741824 1073778376 140734944686064 139784007297960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25669] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25669/stat : 25669 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 13267 33554432000 1073741824 1073778376 140734944686064 139783804283944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25670] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25670/stat : 25670 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 13267 33554432000 1073741824 1073778376 140734944686064 139783803230888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25665/tid=25671] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25671/stat : 25671 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 13267 33554432000 1073741824 1073778376 140734944686064 139783802178344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25665/tid=25672] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25672/stat : 25672 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 13267 33554432000 1073741824 1073778376 140734944686064 139783801125288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25673] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25673/stat : 25673 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 13267 33554432000 1073741824 1073778376 140734944686064 139783800072744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25674] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25674/stat : 25674 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 13267 33554432000 1073741824 1073778376 140734944686064 139783799019688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25665/tid=25675] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25675/stat : 25675 (java) S 25662 25665 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 13267 33554432000 1073741824 1073778376 140734944686064 139783797967144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25676] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25676/stat : 25676 (java) S 25662 25665 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10691981 9856040960 13267 33554432000 1073741824 1073778376 140734944686064 139783785769832 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25677] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25677/stat : 25677 (java) S 25662 25665 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10691982 9856040960 13267 33554432000 1073741824 1073778376 140734944686064 139783784716152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25678] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25678/stat : 25678 (java) S 25662 25665 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10691982 9856040960 13267 33554432000 1073741824 1073778376 140734944686064 139783783662984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25679] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25679/stat : 25679 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691984 9856040960 13267 33554432000 1073741824 1073778376 140734944686064 139783782611728 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25680] ppid=25662 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/25665/task/25680/stat : 25680 (java) S 25662 25665 14900 0 -1 4202560 4262 0 0 0 24 0 0 0 20 0 19 0 10691984 9856040960 13267 33554432000 1073741824 1073778376 140734944686064 139783781558584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25681] ppid=25662 vsize=9625040 CPUtime=0.32 cores=0,2,4,6

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

[pid=25665/tid=25677] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25677/stat : 25677 (java) S 25662 25665 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10691982 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783784716152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25678] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25678/stat : 25678 (java) S 25662 25665 14900 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10691982 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783783662984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25679] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25679/stat : 25679 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691984 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783782611728 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25680] ppid=25662 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/25665/task/25680/stat : 25680 (java) S 25662 25665 14900 0 -1 4202560 4264 0 0 0 25 0 0 0 20 0 19 0 10691984 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783781558584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25681] ppid=25662 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/25665/task/25681/stat : 25681 (java) S 25662 25665 14900 0 -1 4202560 7951 0 0 0 34 1 0 0 20 0 19 0 10691984 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783780506040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25682] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25682/stat : 25682 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691984 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783779453176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25683] ppid=25662 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/25665/task/25683/stat : 25683 (java) S 25662 25665 14900 0 -1 4202560 100 0 0 0 37 31 0 0 20 0 19 0 10691984 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783778400840 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25684] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25684/stat : 25684 (java) S 25662 25665 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10691995 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783777248808 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1723.39
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.26 2.25 2.19 3/213 25947
/proc/meminfo: memFree=28056208/32872528 swapFree=1526624/1696276
[pid=25665] ppid=25662 vsize=9625040 CPUtime=1783.41 cores=0,2,4,6
/proc/25665/stat : 25665 (java) S 25662 25665 14900 0 -1 4202496 16156 0 1 0 178305 36 0 0 20 0 19 0 10691979 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 140734944677200 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25665/statm: 2406260 54018 2272 9 0 2396937 0
[pid=25665/tid=25666] ppid=25662 vsize=9625040 CPUtime=1782.29 cores=0,2,4,6
/proc/25665/task/25666/stat : 25666 (java) R 25662 25665 14900 0 -1 4202560 2470 0 1 0 178198 31 0 0 20 0 19 0 10691980 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139784029187776 139783888613539 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25665/tid=25668] ppid=25662 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25665/task/25668/stat : 25668 (java) S 25662 25665 14900 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 10691980 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139784007297960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25669] ppid=25662 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25665/task/25669/stat : 25669 (java) S 25662 25665 14900 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 10691980 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783804283944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25670] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25670/stat : 25670 (java) S 25662 25665 14900 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783803230888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25665/tid=25671] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25671/stat : 25671 (java) S 25662 25665 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783802178344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25672] ppid=25662 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25665/task/25672/stat : 25672 (java) S 25662 25665 14900 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 10691980 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783801125288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25665/tid=25673] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25673/stat : 25673 (java) S 25662 25665 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783800072744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25674] ppid=25662 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25665/task/25674/stat : 25674 (java) S 25662 25665 14900 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 10691980 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783799019688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25675] ppid=25662 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25665/task/25675/stat : 25675 (java) S 25662 25665 14900 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 10691980 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783797967144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25676] ppid=25662 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25665/task/25676/stat : 25676 (java) S 25662 25665 14900 0 -1 4202560 16 0 0 0 0 2 0 0 20 0 19 0 10691981 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783785769832 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25677] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25677/stat : 25677 (java) S 25662 25665 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10691982 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783784716152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25678] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25678/stat : 25678 (java) S 25662 25665 14900 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10691982 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783783662984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25679] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25679/stat : 25679 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691984 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783782611728 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25680] ppid=25662 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/25665/task/25680/stat : 25680 (java) S 25662 25665 14900 0 -1 4202560 4264 0 0 0 25 0 0 0 20 0 19 0 10691984 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783781558584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25681] ppid=25662 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/25665/task/25681/stat : 25681 (java) S 25662 25665 14900 0 -1 4202560 7951 0 0 0 34 1 0 0 20 0 19 0 10691984 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783780506040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25682] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25682/stat : 25682 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691984 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783779453176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25683] ppid=25662 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/25665/task/25683/stat : 25683 (java) S 25662 25665 14900 0 -1 4202560 104 0 0 0 38 32 0 0 20 0 19 0 10691984 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783778400840 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25684] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25684/stat : 25684 (java) S 25662 25665 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10691995 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783777248808 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1783.41
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.9 s]
/proc/loadavg: 2.27 2.25 2.20 3/213 25948
/proc/meminfo: memFree=28055832/32872528 swapFree=1526624/1696276
[pid=25665] ppid=25662 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/25665/stat : 25665 (java) S 25662 25665 14900 0 -1 4202496 16156 0 1 0 179965 36 0 0 20 0 19 0 10691979 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 140734944677200 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25665/statm: 2406260 54018 2272 9 0 2396937 0
[pid=25665/tid=25666] ppid=25662 vsize=9625040 CPUtime=1798.9 cores=0,2,4,6
/proc/25665/task/25666/stat : 25666 (java) R 25662 25665 14900 0 -1 4202560 2470 0 1 0 179859 31 0 0 20 0 19 0 10691980 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139784029187776 139783888613530 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25665/tid=25668] ppid=25662 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25665/task/25668/stat : 25668 (java) S 25662 25665 14900 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 10691980 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139784007297960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25669] ppid=25662 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25665/task/25669/stat : 25669 (java) S 25662 25665 14900 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 10691980 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783804283944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25670] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25670/stat : 25670 (java) S 25662 25665 14900 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783803230888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25665/tid=25671] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25671/stat : 25671 (java) S 25662 25665 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783802178344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25672] ppid=25662 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25665/task/25672/stat : 25672 (java) S 25662 25665 14900 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 10691980 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783801125288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25665/tid=25673] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25673/stat : 25673 (java) S 25662 25665 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783800072744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25674] ppid=25662 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25665/task/25674/stat : 25674 (java) S 25662 25665 14900 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 10691980 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783799019688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25675] ppid=25662 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25665/task/25675/stat : 25675 (java) S 25662 25665 14900 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 10691980 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783797967144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25676] ppid=25662 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25665/task/25676/stat : 25676 (java) S 25662 25665 14900 0 -1 4202560 16 0 0 0 0 2 0 0 20 0 19 0 10691981 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783785769832 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25677] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25677/stat : 25677 (java) S 25662 25665 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10691982 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783784716152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25678] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25678/stat : 25678 (java) S 25662 25665 14900 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10691982 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783783662984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25679] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25679/stat : 25679 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691984 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783782611728 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25680] ppid=25662 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/25665/task/25680/stat : 25680 (java) S 25662 25665 14900 0 -1 4202560 4264 0 0 0 25 0 0 0 20 0 19 0 10691984 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783781558584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25681] ppid=25662 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/25665/task/25681/stat : 25681 (java) S 25662 25665 14900 0 -1 4202560 7951 0 0 0 34 1 0 0 20 0 19 0 10691984 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783780506040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25682] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25682/stat : 25682 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691984 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783779453176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25683] ppid=25662 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/25665/task/25683/stat : 25683 (java) S 25662 25665 14900 0 -1 4202560 104 0 0 0 39 32 0 0 20 0 19 0 10691984 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783778400840 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25684] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25684/stat : 25684 (java) S 25662 25665 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10691995 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783777248808 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 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 25665 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.9 s]
/proc/loadavg: 2.27 2.25 2.20 3/213 25948
/proc/meminfo: memFree=28055832/32872528 swapFree=1526624/1696276
[pid=25665] ppid=25662 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/25665/stat : 25665 (java) S 25662 25665 14900 0 -1 4202496 16156 0 1 0 179965 36 0 0 20 0 19 0 10691979 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 140734944677200 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25665/statm: 2406260 54018 2272 9 0 2396937 0
[pid=25665/tid=25666] ppid=25662 vsize=9625040 CPUtime=1798.9 cores=0,2,4,6
/proc/25665/task/25666/stat : 25666 (java) R 25662 25665 14900 0 -1 4202560 2470 0 1 0 179859 31 0 0 20 0 19 0 10691980 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139784029187776 139783888613530 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25665/tid=25668] ppid=25662 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25665/task/25668/stat : 25668 (java) S 25662 25665 14900 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 10691980 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139784007297960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25669] ppid=25662 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25665/task/25669/stat : 25669 (java) S 25662 25665 14900 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 10691980 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783804283944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25670] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25670/stat : 25670 (java) S 25662 25665 14900 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783803230888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25665/tid=25671] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25671/stat : 25671 (java) S 25662 25665 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783802178344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25672] ppid=25662 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25665/task/25672/stat : 25672 (java) S 25662 25665 14900 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 10691980 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783801125288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25665/tid=25673] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25673/stat : 25673 (java) S 25662 25665 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10691980 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783800072744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25674] ppid=25662 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25665/task/25674/stat : 25674 (java) S 25662 25665 14900 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 10691980 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783799019688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25675] ppid=25662 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25665/task/25675/stat : 25675 (java) S 25662 25665 14900 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 10691980 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783797967144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25676] ppid=25662 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25665/task/25676/stat : 25676 (java) S 25662 25665 14900 0 -1 4202560 16 0 0 0 0 2 0 0 20 0 19 0 10691981 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783785769832 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25677] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25677/stat : 25677 (java) S 25662 25665 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10691982 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783784716152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25678] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25678/stat : 25678 (java) S 25662 25665 14900 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10691982 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783783662984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25679] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25679/stat : 25679 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691984 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783782611728 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25680] ppid=25662 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/25665/task/25680/stat : 25680 (java) S 25662 25665 14900 0 -1 4202560 4264 0 0 0 25 0 0 0 20 0 19 0 10691984 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783781558584 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25665/tid=25681] ppid=25662 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/25665/task/25681/stat : 25681 (java) S 25662 25665 14900 0 -1 4202560 7951 0 0 0 34 1 0 0 20 0 19 0 10691984 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783780506040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25682] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25682/stat : 25682 (java) S 25662 25665 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10691984 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783779453176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25683] ppid=25662 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/25665/task/25683/stat : 25683 (java) S 25662 25665 14900 0 -1 4202560 104 0 0 0 39 32 0 0 20 0 19 0 10691984 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783778400840 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25665/tid=25684] ppid=25662 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25665/task/25684/stat : 25684 (java) S 25662 25665 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10691995 9856040960 54018 33554432000 1073741824 1073778376 140734944686064 139783777248808 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.94
CPU time (s): 1800.62
CPU user time (s): 1799.82
CPU system time (s): 0.799878
CPU usage (%): 100.094
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.799878
maximum resident set size= 216228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16202
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38112
involuntary context switches= 2086

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.3783 second user time and 8.14176 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-30 21:57:58
IDJOB=4122318
IDBENCH=111055
IDSOLVER=2546
FILE ID=node125/4122318-1467316677
RUNJOBID= node125-1467310468-23887
PBS_JOBID= 20005253
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n90-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122318-1467316677/watcher-4122318-1467316677 -o /tmp/evaluation-result-4122318-1467316677/solver-4122318-1467316677 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467310468-23887 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122318-1467316677.opb

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

MD5SUM BENCH= a3d86f87574e54f775e849c672ad8411
RANDOM SEED=1148464067

node125.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.282
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
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.282
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.282
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.282
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.282
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.282
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.282
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.282
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:        28183608 kB
Buffers:          145228 kB
Cached:          1802080 kB
SwapCached:            0 kB
Active:           551368 kB
Inactive:        1689400 kB
Active(anon):     296280 kB
Inactive(anon):        0 kB
Active(file):     255088 kB
Inactive(file):  1689400 kB
Unevictable:     1696276 kB
Mlocked:         1526624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               832 kB
Writeback:             0 kB
AnonPages:       1998100 kB
Mapped:            21484 kB
Shmem:               204 kB
Slab:             611436 kB
SReclaimable:      54796 kB
SUnreclaim:       556640 kB
KernelStack:        1608 kB
PageTables:         8344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2446732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    448512 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= 71740 MiB
End job on node125 at 2016-06-30 22:27:57