Trace number 4101253

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1801.24 1781.14

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-grow7.opb
MD5SUM8d33b9e58f24eb64e3fc155c85c275f1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables7994
Total number of constraints420
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints420
Minimum length of a constraint22
Maximum length of a constraint491
Number of terms in the objective function 623
Biggest coefficient in the objective function 28673
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 524874
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 256781
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524874
Number of bits of the biggest sum of numbers20
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4101253-1466222166.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  objective function found
0.87/0.45	c ... done. Wall clock time 0.351s.
0.87/0.45	c declared #vars     7994
0.87/0.45	c #constraints  560
0.87/0.45	c constraints type 
0.87/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 560
0.87/0.45	c 560 constraints processed.
0.87/0.45	c objective function length is 623 literals
2.14/1.32	c cleaning 2498 clauses out of 4999 with flag 13149/5000
2.72/1.88	c cleaning 4242 clauses out of 8502 with flag 25890/11001
3.57/2.63	c cleaning 5616 clauses out of 11260 with flag 41521/18001
4.60/3.60	c cleaning 6807 clauses out of 13643 with flag 59718/26000
5.99/4.93	c cleaning 7919 clauses out of 15837 with flag 78889/35001
9.04/7.95	c cleaning 8946 clauses out of 17917 with flag 102476/45000
10.98/9.83	c cleaning 9981 clauses out of 19973 with flag 135754/56002
13.27/12.09	c cleaning 10983 clauses out of 21990 with flag 170235/68000
14.97/13.76	c cleaning 11988 clauses out of 24007 with flag 204062/81001
17.70/16.48	c cleaning 12995 clauses out of 26019 with flag 236410/95001
20.66/19.37	c cleaning 13995 clauses out of 28023 with flag 271765/110000
24.28/22.92	c cleaning 14996 clauses out of 30028 with flag 309044/126000
27.99/26.64	c cleaning 15999 clauses out of 32032 with flag 349812/143000
31.74/30.37	c cleaning 16992 clauses out of 34033 with flag 392349/161000
36.54/35.19	c cleaning 18002 clauses out of 36043 with flag 441722/180002
41.69/40.26	c cleaning 18997 clauses out of 38039 with flag 491876/200000
46.41/44.98	c cleaning 19991 clauses out of 40043 with flag 545469/221001
51.04/49.58	c cleaning 21002 clauses out of 42051 with flag 601691/243000
56.00/54.43	c cleaning 21995 clauses out of 44049 with flag 657950/266000
62.45/60.81	c cleaning 23007 clauses out of 46059 with flag 722460/290005
71.13/69.48	c cleaning 23994 clauses out of 48047 with flag 792254/315000
78.97/77.24	c cleaning 24995 clauses out of 50053 with flag 864047/341000
86.42/84.61	c cleaning 25997 clauses out of 52061 with flag 936499/368003
94.14/92.36	c cleaning 27001 clauses out of 54062 with flag 1013065/396001
102.17/100.32	c cleaning 27983 clauses out of 56060 with flag 1095720/425000
108.50/106.56	c cleaning 29009 clauses out of 58079 with flag 1178814/455003
113.65/111.56	c cleaning 29991 clauses out of 60067 with flag 1259870/486001
119.04/116.75	c cleaning 31017 clauses out of 62074 with flag 1347770/518000
124.54/122.16	c cleaning 32014 clauses out of 64055 with flag 1439064/551000
131.14/128.67	c cleaning 33013 clauses out of 66041 with flag 1545528/585000
136.90/134.28	c cleaning 34010 clauses out of 68029 with flag 1630846/620001
143.61/140.82	c cleaning 34977 clauses out of 70018 with flag 1728476/656000
149.75/146.80	c cleaning 36012 clauses out of 72042 with flag 1825683/693002
165.60/162.57	c cleaning 37011 clauses out of 74030 with flag 1901690/731002
183.88/180.62	c cleaning 38010 clauses out of 76020 with flag 1979696/770003
204.54/201.05	c cleaning 38999 clauses out of 78012 with flag 2059708/810005
226.07/222.23	c cleaning 40003 clauses out of 80012 with flag 2141706/851004
248.13/244.05	c cleaning 41000 clauses out of 82005 with flag 2225698/893000
270.03/265.74	c cleaning 42001 clauses out of 84007 with flag 2311703/936002
292.39/287.81	c cleaning 42992 clauses out of 86007 with flag 2399705/980003
323.87/319.18	c cleaning 43998 clauses out of 88012 with flag 2489700/1025000
352.12/347.07	c cleaning 45008 clauses out of 90016 with flag 2582164/1071002
391.03/385.43	c cleaning 46002 clauses out of 92008 with flag 2676164/1118002
419.76/413.88	c cleaning 47004 clauses out of 94011 with flag 2772184/1166007
457.83/451.42	c cleaning 47999 clauses out of 96003 with flag 2870178/1215003
487.46/480.79	c cleaning 48996 clauses out of 98002 with flag 2970992/1265001
520.13/513.09	c cleaning 50000 clauses out of 100006 with flag 3073778/1316001
559.20/551.71	c cleaning 51002 clauses out of 102005 with flag 3178177/1368000
590.24/582.46	c cleaning 51996 clauses out of 104005 with flag 3285973/1421002
624.57/616.49	c cleaning 53002 clauses out of 106007 with flag 3395454/1475000
661.44/652.95	c cleaning 53996 clauses out of 108005 with flag 3506533/1530000
696.05/687.26	c cleaning 54997 clauses out of 110009 with flag 3619322/1586000
735.05/725.80	c cleaning 56004 clauses out of 112012 with flag 3734019/1643000
775.21/765.70	c cleaning 57008 clauses out of 114015 with flag 3850816/1701007
820.04/810.11	c cleaning 57992 clauses out of 116000 with flag 3969507/1760000
868.15/857.71	c cleaning 59004 clauses out of 118009 with flag 4089812/1820001
920.60/909.75	c cleaning 59999 clauses out of 120004 with flag 4211984/1881000
966.74/955.45	c cleaning 60998 clauses out of 122007 with flag 4336150/1943002
1019.25/1007.56	c cleaning 62002 clauses out of 124011 with flag 4462747/2006004
1080.60/1068.37	c cleaning 63000 clauses out of 126005 with flag 4590876/2070000
1133.08/1120.31	c cleaning 63999 clauses out of 128005 with flag 4722125/2135000
1183.69/1170.36	c cleaning 65002 clauses out of 130009 with flag 4855282/2201003
1251.37/1237.49	c cleaning 65998 clauses out of 132008 with flag 4990104/2268004
1317.73/1303.33	c cleaning 66998 clauses out of 134006 with flag 5126530/2336000
1382.12/1367.13	c cleaning 68004 clauses out of 136008 with flag 5265275/2405000
1438.27/1422.78	c cleaning 69002 clauses out of 138006 with flag 5405653/2475002
1493.87/1477.70	c cleaning 70004 clauses out of 140007 with flag 5548545/2546005
1556.93/1540.17	c cleaning 70992 clauses out of 141999 with flag 5693325/2618001
1621.10/1603.88	c cleaning 71998 clauses out of 144007 with flag 5840271/2691001
1679.93/1662.10	c cleaning 72998 clauses out of 146009 with flag 5989799/2765001
1742.73/1724.36	c cleaning 74006 clauses out of 148011 with flag 6140727/2840001
1800.02/1781.10	c starts		: 1111
1800.02/1781.10	c conflicts		: 2905639
1800.02/1781.10	c decisions		: 3898379
1800.02/1781.10	c propagations		: 292272322
1800.02/1781.10	c inspects		: 25662059716
1800.02/1781.10	c shortcuts		: 0
1800.02/1781.10	c learnt literals	: 8
1800.02/1781.10	c learnt binary clauses	: 11
1800.02/1781.10	c learnt ternary clauses	: 17
1800.02/1781.10	c learnt constraints	: 2905631
1800.02/1781.10	c ignored constraints	: 0
1800.02/1781.10	c root simplifications	: 0
1800.02/1781.10	c removed literals (reason simplification)	: 0
1800.02/1781.10	c reason swapping (by a shorter reason)	: 0
1800.02/1781.10	c Calls to reduceDB	: 71
1800.02/1781.10	c Number of update (reduction) of LBD	: 167869
1800.02/1781.10	c Imported unit clauses	: 0
1800.02/1781.10	c number of reductions to clauses (during analyze)	: 0
1800.02/1781.10	c number of learned constraints concerned by reduction	: 0
1800.02/1781.10	c number of learning phase by resolution	: 0
1800.02/1781.10	c number of learning phase by cutting planes	: 0
1800.02/1781.10	c speed (assignments/second)	: 164139.1956923281
1800.02/1781.10	c non guided choices	55908
1800.02/1781.10	c timeout
1800.02/1781.13	c learnt constraints type 
1800.02/1781.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 11
1800.02/1781.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 139633
1800.02/1781.13	s UNKNOWN
1800.02/1781.13	c Total wall clock time (in seconds): 1781.024

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-4101253-1466222166/watcher-4101253-1466222166 -o /tmp/evaluation-result-4101253-1466222166/solver-4101253-1466222166 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466206053-10697 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4101253-1466222166.opb 

pid=14437
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.19 2.19 2.18 3/194 14440
/proc/meminfo: memFree=28568044/32872528 swapFree=1402776/1580604
[pid=14440] ppid=14437 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/14440/stat : 14440 (java) S 14437 14440 10680 0 -1 4202496 1294 0 0 0 0 0 0 0 20 0 2 0 24262323 95129600 927 33554432000 1073741824 1073778376 140735649408192 140735649399328 248793563197 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14440/statm: 23225 927 703 9 0 16769 0
[pid=14440/tid=14441] ppid=14437 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14441/stat : 14441 (java) D 14437 14440 10680 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 24262323 95129600 927 33554432000 1073741824 1073778376 140735649408192 140708731731496 248781040935 0 0 4096 0 18446744072100588836 0 0 -1 3 0 0 0 0 0

[startup+0.100156 s]
/proc/loadavg: 2.19 2.19 2.18 3/194 14440
/proc/meminfo: memFree=28568044/32872528 swapFree=1402776/1580604
[pid=14440] ppid=14437 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/14440/stat : 14440 (java) S 14437 14440 10680 0 -1 4202496 4450 0 1 0 9 1 0 0 20 0 18 0 24262323 9787879424 6079 33554432000 1073741824 1073778376 140735649408192 140735649399328 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14440/statm: 2389619 6079 2141 9 0 2380296 0
[pid=14440/tid=14441] ppid=14437 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/14440/task/14441/stat : 14441 (java) R 14437 14440 10680 0 -1 4202560 2372 0 1 0 7 0 0 0 20 0 18 0 24262323 9787879424 6085 33554432000 1073741824 1073778376 140735649408192 140708731734944 248793589005 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200284 s]
/proc/loadavg: 2.19 2.19 2.18 3/194 14440
/proc/meminfo: memFree=28568044/32872528 swapFree=1402776/1580604
[pid=14440] ppid=14437 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/14440/stat : 14440 (java) S 14437 14440 10680 0 -1 4202496 5078 0 1 0 29 1 0 0 20 0 18 0 24262323 9787879424 7512 33554432000 1073741824 1073778376 140735649408192 140735649399328 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14440/statm: 2389619 7512 2222 9 0 2380296 0
[pid=14440/tid=14441] ppid=14437 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/14440/task/14441/stat : 14441 (java) R 14437 14440 10680 0 -1 4202560 2393 0 1 0 17 0 0 0 20 0 18 0 24262323 9787879424 7512 33554432000 1073741824 1073778376 140735649408192 140708731734944 140708581235376 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300297 s]
/proc/loadavg: 2.19 2.19 2.18 3/194 14440
/proc/meminfo: memFree=28568044/32872528 swapFree=1402776/1580604
[pid=14440] ppid=14437 vsize=9558476 CPUtime=0.57 cores=1,3,5,7
/proc/14440/stat : 14440 (java) S 14437 14440 10680 0 -1 4202496 9688 0 1 0 55 2 0 0 20 0 18 0 24262323 9787879424 12078 33554432000 1073741824 1073778376 140735649408192 140735649399328 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14440/statm: 2389619 12090 2231 9 0 2380296 0
[pid=14440/tid=14441] ppid=14437 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/14440/task/14441/stat : 14441 (java) R 14437 14440 10680 0 -1 4202560 2397 0 1 0 26 1 0 0 20 0 18 0 24262323 9787879424 12090 33554432000 1073741824 1073778376 140735649408192 140708731727744 140708581289505 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700348 s]
/proc/loadavg: 2.19 2.19 2.18 3/194 14440
/proc/meminfo: memFree=28568044/32872528 swapFree=1402776/1580604
[pid=14440] ppid=14437 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/14440/stat : 14440 (java) S 14437 14440 10680 0 -1 4202496 10985 0 1 0 145 3 0 0 20 0 19 0 24262323 9856040960 24357 33554432000 1073741824 1073778376 140735649408192 140735649399328 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14440/statm: 2406260 24357 2264 9 0 2396937 0
[pid=14440/tid=14441] ppid=14437 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/14440/task/14441/stat : 14441 (java) R 14437 14440 10680 0 -1 4202560 2429 0 1 0 65 2 0 0 20 0 19 0 24262323 9856040960 24357 33554432000 1073741824 1073778376 140735649408192 140708731736704 140708581936750 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9625040

[startup+1.50086 s]
/proc/loadavg: 2.33 2.22 2.19 3/213 14459
/proc/meminfo: memFree=28448260/32872528 swapFree=1402776/1580604
[pid=14440] ppid=14437 vsize=9625040 CPUtime=2.38 cores=1,3,5,7
/proc/14440/stat : 14440 (java) S 14437 14440 10680 0 -1 4202496 11025 0 1 0 235 3 0 0 20 0 19 0 24262323 9856040960 38192 33554432000 1073741824 1073778376 140735649408192 140735649399328 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14440/statm: 2406260 38192 2272 9 0 2396937 0
[pid=14440/tid=14441] ppid=14437 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/14440/task/14441/stat : 14441 (java) R 14437 14440 10680 0 -1 4202560 2457 0 1 0 145 2 0 0 20 0 19 0 24262323 9856040960 38192 33554432000 1073741824 1073778376 140735649408192 140708731727568 140708581277623 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14440/tid=14443] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14443/stat : 14443 (java) S 14437 14440 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24262324 9856040960 38192 33554432000 1073741824 1073778376 140735649408192 140708704189480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14444] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14444/stat : 14444 (java) S 14437 14440 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24262324 9856040960 38192 33554432000 1073741824 1073778376 140735649408192 140708703136680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14440/tid=14445] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14445/stat : 14445 (java) S 14437 14440 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24262324 9856040960 38192 33554432000 1073741824 1073778376 140735649408192 140708702083880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14440/tid=14446] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14446/stat : 14446 (java) S 14437 14440 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24262324 9856040960 38192 33554432000 1073741824 1073778376 140735649408192 140708701031080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14440/tid=14447] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14447/stat : 14447 (java) S 14437 14440 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24262324 9856040960 38192 33554432000 1073741824 1073778376 140735649408192 140708699978280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14448] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14448/stat : 14448 (java) S 14437 14440 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24262324 9856040960 38192 33554432000 1073741824 1073778376 140735649408192 140708570245544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14440/tid=14449] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14449/stat : 14449 (java) S 14437 14440 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24262324 9856040960 38192 33554432000 1073741824 1073778376 140735649408192 140708569192744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14450] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14450/stat : 14450 (java) S 14437 14440 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24262324 9856040960 38192 33554432000 1073741824 1073778376 140735649408192 140708568139944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14451] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14451/stat : 14451 (java) S 14437 14440 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24262325 9856040960 38192 33554432000 1073741824 1073778376 140735649408192 140708085193704 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14440/tid=14452] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14452/stat : 14452 (java) S 14437 14440 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24262325 9856040960 38192 33554432000 1073741824 1073778376 140735649408192 140708084139768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14453] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14453/stat : 14453 (java) S 14437 14440 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24262325 9856040960 38192 33554432000 1073741824 1073778376 140735649408192 140708083086856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14454] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14454/stat : 14454 (java) S 14437 14440 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24262328 9856040960 38192 33554432000 1073741824 1073778376 140735649408192 140708082035344 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14455] ppid=14437 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/14440/task/14455/stat : 14455 (java) S 14437 14440 10680 0 -1 4202560 4357 0 0 0 48 0 0 0 20 0 19 0 24262328 9856040960 38192 33554432000 1073741824 1073778376 140735649408192 140708080982456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14456] ppid=14437 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/14440/task/14456/stat : 14456 (java) S 14437 14440 10680 0 -1 4202560 2939 0 0 0 40 0 0 0 20 0 19 0 24262328 9856040960 38192 33554432000 1073741824 1073778376 140735649408192 140708079929656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14440/tid=14457] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14457/stat : 14457 (java) S 14437 14440 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24262328 9856040960 38192 33554432000 1073741824 1073778376 140735649408192 140708078877048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14440/tid=14458] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14458/stat : 14458 (java) S 14437 14440 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24262328 9856040960 38192 33554432000 1073741824 1073778376 140735649408192 140708077824456 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14440/tid=14459] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14459/stat : 14459 (java) S 14437 14440 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24262370 9856040960 38192 33554432000 1073741824 1073778376 140735649408192 140708076770984 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.33 2.22 2.19 3/213 14459
/proc/meminfo: memFree=28396072/32872528 swapFree=1402776/1580604
[pid=14440] ppid=14437 vsize=9625040 CPUtime=4.08 cores=1,3,5,7
/proc/14440/stat : 14440 (java) S 14437 14440 10680 0 -1 4202496 11077 0 1 0 403 5 0 0 20 0 19 0 24262323 9856040960 44868 33554432000 1073741824 1073778376 140735649408192 140735649399328 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14440/statm: 2406260 44868 2286 9 0 2396937 0
[pid=14440/tid=14441] ppid=14437 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/14440/task/14441/stat : 14441 (java) R 14437 14440 10680 0 -1 4202560 2469 0 1 0 303 3 0 0 20 0 19 0 24262323 9856040960 44868 33554432000 1073741824 1073778376 140735649408192 140708731736392 140708581905551 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14440/tid=14443] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14443/stat : 14443 (java) S 14437 14440 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24262324 9856040960 44868 33554432000 1073741824 1073778376 140735649408192 140708704189480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14444] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14444/stat : 14444 (java) S 14437 14440 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24262324 9856040960 44868 33554432000 1073741824 1073778376 140735649408192 140708703136680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14440/tid=14445] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14445/stat : 14445 (java) S 14437 14440 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24262324 9856040960 44868 33554432000 1073741824 1073778376 140735649408192 140708702083880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14440/tid=14446] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14446/stat : 14446 (java) S 14437 14440 10680 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 24262324 9856040960 44868 33554432000 1073741824 1073778376 140735649408192 140708701031080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14440/tid=14447] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14447/stat : 14447 (java) S 14437 14440 10680 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24262324 9856040960 44868 33554432000 1073741824 1073778376 140735649408192 140708699978280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14440/tid=14448] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14448/stat : 14448 (java) S 14437 14440 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24262324 9856040960 44868 33554432000 1073741824 1073778376 140735649408192 140708570245544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14449] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14449/stat : 14449 (java) S 14437 14440 10680 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24262324 9856040960 44868 33554432000 1073741824 1073778376 140735649408192 140708569192744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14450] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14450/stat : 14450 (java) S 14437 14440 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24262324 9856040960 44868 33554432000 1073741824 1073778376 140735649408192 140708568139944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14451] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14451/stat : 14451 (java) S 14437 14440 10680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24262325 9856040960 44868 33554432000 1073741824 1073778376 140735649408192 140708085193704 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14440/tid=14452] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14452/stat : 14452 (java) S 14437 14440 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24262325 9856040960 44868 33554432000 1073741824 1073778376 140735649408192 140708084139768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14453] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14453/stat : 14453 (java) S 14437 14440 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24262325 9856040960 44868 33554432000 1073741824 1073778376 140735649408192 140708083086856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14454] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14454/stat : 14454 (java) S 14437 14440 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24262328 9856040960 44868 33554432000 1073741824 1073778376 140735649408192 140708082035344 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14455] ppid=14437 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/14440/task/14455/stat : 14455 (java) S 14437 14440 10680 0 -1 4202560 4357 0 0 0 50 0 0 0 20 0 19 0 24262328 9856040960 44868 33554432000 1073741824 1073778376 140735649408192 140708080982456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14456] ppid=14437 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/14440/task/14456/stat : 14456 (java) S 14437 14440 10680 0 -1 4202560 2939 0 0 0 43 0 0 0 20 0 19 0 24262328 9856040960 44868 33554432000 1073741824 1073778376 140735649408192 140708079929656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14440/tid=14457] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14457/stat : 14457 (java) S 14437 14440 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24262328 9856040960 44868 33554432000 1073741824 1073778376 140735649408192 140708078877048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14440/tid=14458] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14458/stat : 14458 (java) S 14437 14440 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24262328 9856040960 44868 33554432000 1073741824 1073778376 140735649408192 140708077824456 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14440/tid=14459] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14459/stat : 14459 (java) S 14437 14440 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24262370 9856040960 44868 33554432000 1073741824 1073778376 140735649408192 140708076770984 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.38 2.24 2.19 4/213 14459
/proc/meminfo: memFree=28397460/32872528 swapFree=1402776/1580604
[pid=14440] ppid=14437 vsize=9625040 CPUtime=7.44 cores=1,3,5,7
/proc/14440/stat : 14440 (java) S 14437 14440 10680 0 -1 4202496 11109 0 1 0 737 7 0 0 20 0 19 0 24262323 9856040960 49112 33554432000 1073741824 1073778376 140735649408192 140735649399328 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14440/statm: 2406260 49112 2286 9 0 2396937 0
[pid=14440/tid=14441] ppid=14437 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/14440/task/14441/stat : 14441 (java) R 14437 14440 10680 0 -1 4202560 2472 0 1 0 621 3 0 0 20 0 19 0 24262323 9856040960 49112 33554432000 1073741824 1073778376 140735649408192 140708731735352 140708581870000 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14440/tid=14443] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14443/stat : 14443 (java) S 14437 14440 10680 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 24262324 9856040960 49112 33554432000 1073741824 1073778376 140735649408192 140708704189480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14444] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14444/stat : 14444 (java) S 14437 14440 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24262324 9856040960 49112 33554432000 1073741824 1073778376 140735649408192 140708703136680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14440/tid=14445] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14445/stat : 14445 (java) S 14437 14440 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24262324 9856040960 49112 33554432000 1073741824 1073778376 140735649408192 140708702083880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14440/tid=14446] ppid=14437 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14440/task/14446/stat : 14446 (java) S 14437 14440 10680 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 24262324 9856040960 49112 33554432000 1073741824 1073778376 140735649408192 140708701031080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14440/tid=14447] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14447/stat : 14447 (java) S 14437 14440 10680 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24262324 9856040960 49112 33554432000 1073741824 1073778376 140735649408192 140708699978280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14440/tid=14448] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14448/stat : 14448 (java) S 14437 14440 10680 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 24262324 9856040960 49112 33554432000 1073741824 1073778376 140735649408192 140708570245544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14449] ppid=14437 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14440/task/14449/stat : 14449 (java) S 14437 14440 10680 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 24262324 9856040960 49112 33554432000 1073741824 1073778376 140735649408192 140708569192744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14440/tid=14450] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14450/stat : 14450 (java) S 14437 14440 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24262324 9856040960 49112 33554432000 1073741824 1073778376 140735649408192 140708568139944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14440/tid=14451] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14451/stat : 14451 (java) S 14437 14440 10680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24262325 9856040960 49112 33554432000 1073741824 1073778376 140735649408192 140708085193704 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14440/tid=14452] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14452/stat : 14452 (java) S 14437 14440 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24262325 9856040960 49112 33554432000 1073741824 1073778376 140735649408192 140708084139768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14453] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14453/stat : 14453 (java) S 14437 14440 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24262325 9856040960 49112 33554432000 1073741824 1073778376 140735649408192 140708083086856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14454] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14454/stat : 14454 (java) S 14437 14440 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24262328 9856040960 49112 33554432000 1073741824 1073778376 140735649408192 140708082035344 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14455] ppid=14437 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/14440/task/14455/stat : 14455 (java) S 14437 14440 10680 0 -1 4202560 4357 0 0 0 50 0 0 0 20 0 19 0 24262328 9856040960 49112 33554432000 1073741824 1073778376 140735649408192 140708080982456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14456] ppid=14437 vsize=9625040 CPUtime=0.54 cores=1,3,5,7

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

[pid=14440/tid=14452] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14452/stat : 14452 (java) S 14437 14440 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24262325 9856040960 66111 33554432000 1073741824 1073778376 140735649408192 140708084139768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14453] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14453/stat : 14453 (java) S 14437 14440 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24262325 9856040960 66111 33554432000 1073741824 1073778376 140735649408192 140708083086856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14454] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14454/stat : 14454 (java) S 14437 14440 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24262328 9856040960 66111 33554432000 1073741824 1073778376 140735649408192 140708082035344 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14455] ppid=14437 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/14440/task/14455/stat : 14455 (java) S 14437 14440 10680 0 -1 4202560 4357 0 0 0 52 0 0 0 20 0 19 0 24262328 9856040960 66111 33554432000 1073741824 1073778376 140735649408192 140708080982456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14456] ppid=14437 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/14440/task/14456/stat : 14456 (java) S 14437 14440 10680 0 -1 4202560 2942 0 0 0 63 0 0 0 20 0 19 0 24262328 9856040960 66111 33554432000 1073741824 1073778376 140735649408192 140708079929656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14440/tid=14457] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14457/stat : 14457 (java) S 14437 14440 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24262328 9856040960 66111 33554432000 1073741824 1073778376 140735649408192 140708078877048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14440/tid=14458] ppid=14437 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/14440/task/14458/stat : 14458 (java) S 14437 14440 10680 0 -1 4202560 94 0 0 0 26 31 0 0 20 0 19 0 24262328 9856040960 66111 33554432000 1073741824 1073778376 140735649408192 140708077824456 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14440/tid=14459] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14459/stat : 14459 (java) S 14437 14440 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24262370 9856040960 66111 33554432000 1073741824 1073778376 140735649408192 140708076770984 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1680.23
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.35 2.33 2.27 4/213 14654
/proc/meminfo: memFree=29531608/32872528 swapFree=1402776/1580604
[pid=14440] ppid=14437 vsize=9625040 CPUtime=1740.71 cores=1,3,5,7
/proc/14440/stat : 14440 (java) S 14437 14440 10680 0 -1 4202496 56891 0 1 0 173923 148 0 0 20 0 19 0 24262323 9856040960 66224 33554432000 1073741824 1073778376 140735649408192 140735649399328 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14440/statm: 2406260 66224 2295 9 0 2396937 0
[pid=14440/tid=14441] ppid=14437 vsize=9625040 CPUtime=1710.81 cores=1,3,5,7
/proc/14440/task/14441/stat : 14441 (java) R 14437 14440 10680 0 -1 4202560 24652 0 1 0 171037 44 0 0 20 0 19 0 24262323 9856040960 66224 33554432000 1073741824 1073778376 140735649408192 140708731735168 140708581962530 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14440/tid=14443] ppid=14437 vsize=9625040 CPUtime=3.42 cores=1,3,5,7
/proc/14440/task/14443/stat : 14443 (java) S 14437 14440 10680 0 -1 4202560 2494 0 0 0 330 12 0 0 20 0 19 0 24262324 9856040960 66224 33554432000 1073741824 1073778376 140735649408192 140708704189480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14440/tid=14444] ppid=14437 vsize=9625040 CPUtime=3.5 cores=1,3,5,7
/proc/14440/task/14444/stat : 14444 (java) S 14437 14440 10680 0 -1 4202560 2448 0 0 0 340 10 0 0 20 0 19 0 24262324 9856040960 66224 33554432000 1073741824 1073778376 140735649408192 140708703136680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14440/tid=14445] ppid=14437 vsize=9625040 CPUtime=3.35 cores=1,3,5,7
/proc/14440/task/14445/stat : 14445 (java) S 14437 14440 10680 0 -1 4202560 2352 0 0 0 325 10 0 0 20 0 19 0 24262324 9856040960 66224 33554432000 1073741824 1073778376 140735649408192 140708702083880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14440/tid=14446] ppid=14437 vsize=9625040 CPUtime=3.47 cores=1,3,5,7
/proc/14440/task/14446/stat : 14446 (java) S 14437 14440 10680 0 -1 4202560 2269 0 0 0 338 9 0 0 20 0 19 0 24262324 9856040960 66224 33554432000 1073741824 1073778376 140735649408192 140708701031080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14440/tid=14447] ppid=14437 vsize=9625040 CPUtime=3.62 cores=1,3,5,7
/proc/14440/task/14447/stat : 14447 (java) S 14437 14440 10680 0 -1 4202560 2244 0 0 0 351 11 0 0 20 0 19 0 24262324 9856040960 66224 33554432000 1073741824 1073778376 140735649408192 140708699978280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14448] ppid=14437 vsize=9625040 CPUtime=3.52 cores=1,3,5,7
/proc/14440/task/14448/stat : 14448 (java) S 14437 14440 10680 0 -1 4202560 2156 0 0 0 341 11 0 0 20 0 19 0 24262324 9856040960 66224 33554432000 1073741824 1073778376 140735649408192 140708570245544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14440/tid=14449] ppid=14437 vsize=9625040 CPUtime=3.57 cores=1,3,5,7
/proc/14440/task/14449/stat : 14449 (java) S 14437 14440 10680 0 -1 4202560 2560 0 0 0 345 12 0 0 20 0 19 0 24262324 9856040960 66224 33554432000 1073741824 1073778376 140735649408192 140708569192744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14450] ppid=14437 vsize=9625040 CPUtime=3.45 cores=1,3,5,7
/proc/14440/task/14450/stat : 14450 (java) S 14437 14440 10680 0 -1 4202560 2801 0 0 0 336 9 0 0 20 0 19 0 24262324 9856040960 66224 33554432000 1073741824 1073778376 140735649408192 140708568139944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14440/tid=14451] ppid=14437 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/14440/task/14451/stat : 14451 (java) S 14437 14440 10680 0 -1 4202560 4261 0 0 0 93 21 0 0 20 0 19 0 24262325 9856040960 66224 33554432000 1073741824 1073778376 140735649408192 140708085193704 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14440/tid=14452] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14452/stat : 14452 (java) S 14437 14440 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24262325 9856040960 66224 33554432000 1073741824 1073778376 140735649408192 140708084139768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14453] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14453/stat : 14453 (java) S 14437 14440 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24262325 9856040960 66224 33554432000 1073741824 1073778376 140735649408192 140708083086856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14454] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14454/stat : 14454 (java) S 14437 14440 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24262328 9856040960 66224 33554432000 1073741824 1073778376 140735649408192 140708082035344 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14455] ppid=14437 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/14440/task/14455/stat : 14455 (java) S 14437 14440 10680 0 -1 4202560 4357 0 0 0 52 0 0 0 20 0 19 0 24262328 9856040960 66224 33554432000 1073741824 1073778376 140735649408192 140708080982456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14456] ppid=14437 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/14440/task/14456/stat : 14456 (java) S 14437 14440 10680 0 -1 4202560 2942 0 0 0 63 0 0 0 20 0 19 0 24262328 9856040960 66224 33554432000 1073741824 1073778376 140735649408192 140708079929656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14440/tid=14457] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14457/stat : 14457 (java) S 14437 14440 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24262328 9856040960 66224 33554432000 1073741824 1073778376 140735649408192 140708078877048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14440/tid=14458] ppid=14437 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/14440/task/14458/stat : 14458 (java) S 14437 14440 10680 0 -1 4202560 97 0 0 0 27 33 0 0 20 0 19 0 24262328 9856040960 66224 33554432000 1073741824 1073778376 140735649408192 140708077824456 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14440/tid=14459] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14459/stat : 14459 (java) S 14437 14440 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24262370 9856040960 66224 33554432000 1073741824 1073778376 140735649408192 140708076770984 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1740.71
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.1 s]
/proc/loadavg: 2.37 2.33 2.27 3/213 14655
/proc/meminfo: memFree=29529488/32872528 swapFree=1402776/1580604
[pid=14440] ppid=14437 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/14440/stat : 14440 (java) S 14437 14440 10680 0 -1 4202496 59224 0 1 0 179850 152 0 0 20 0 19 0 24262323 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140735649399328 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14440/statm: 2406260 66737 2295 9 0 2396937 0
[pid=14440/tid=14441] ppid=14437 vsize=9625040 CPUtime=1769.18 cores=1,3,5,7
/proc/14440/task/14441/stat : 14441 (java) R 14437 14440 10680 0 -1 4202560 26186 0 1 0 176873 45 0 0 20 0 19 0 24262323 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708731735152 140708581962545 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14440/tid=14443] ppid=14437 vsize=9625040 CPUtime=3.54 cores=1,3,5,7
/proc/14440/task/14443/stat : 14443 (java) S 14437 14440 10680 0 -1 4202560 2533 0 0 0 342 12 0 0 20 0 19 0 24262324 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708704189480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14444] ppid=14437 vsize=9625040 CPUtime=3.6 cores=1,3,5,7
/proc/14440/task/14444/stat : 14444 (java) S 14437 14440 10680 0 -1 4202560 2506 0 0 0 350 10 0 0 20 0 19 0 24262324 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708703136680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14440/tid=14445] ppid=14437 vsize=9625040 CPUtime=3.44 cores=1,3,5,7
/proc/14440/task/14445/stat : 14445 (java) S 14437 14440 10680 0 -1 4202560 2353 0 0 0 333 11 0 0 20 0 19 0 24262324 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708702083880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14440/tid=14446] ppid=14437 vsize=9625040 CPUtime=3.55 cores=1,3,5,7
/proc/14440/task/14446/stat : 14446 (java) S 14437 14440 10680 0 -1 4202560 2270 0 0 0 346 9 0 0 20 0 19 0 24262324 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708701031080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14440/tid=14447] ppid=14437 vsize=9625040 CPUtime=3.72 cores=1,3,5,7
/proc/14440/task/14447/stat : 14447 (java) S 14437 14440 10680 0 -1 4202560 2245 0 0 0 361 11 0 0 20 0 19 0 24262324 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708699978280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14440/tid=14448] ppid=14437 vsize=9625040 CPUtime=3.64 cores=1,3,5,7
/proc/14440/task/14448/stat : 14448 (java) S 14437 14440 10680 0 -1 4202560 2158 0 0 0 353 11 0 0 20 0 19 0 24262324 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708570245544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14440/tid=14449] ppid=14437 vsize=9625040 CPUtime=3.68 cores=1,3,5,7
/proc/14440/task/14449/stat : 14449 (java) S 14437 14440 10680 0 -1 4202560 2592 0 0 0 356 12 0 0 20 0 19 0 24262324 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708569192744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14440/tid=14450] ppid=14437 vsize=9625040 CPUtime=3.55 cores=1,3,5,7
/proc/14440/task/14450/stat : 14450 (java) S 14437 14440 10680 0 -1 4202560 2819 0 0 0 346 9 0 0 20 0 19 0 24262324 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708568139944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14440/tid=14451] ppid=14437 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/14440/task/14451/stat : 14451 (java) S 14437 14440 10680 0 -1 4202560 4904 0 0 0 104 22 0 0 20 0 19 0 24262325 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708085193704 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14440/tid=14452] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14452/stat : 14452 (java) S 14437 14440 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24262325 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708084139768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14453] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14453/stat : 14453 (java) S 14437 14440 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24262325 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708083086856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14454] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14454/stat : 14454 (java) S 14437 14440 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24262328 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708082035344 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14455] ppid=14437 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/14440/task/14455/stat : 14455 (java) S 14437 14440 10680 0 -1 4202560 4357 0 0 0 52 0 0 0 20 0 19 0 24262328 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708080982456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14456] ppid=14437 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/14440/task/14456/stat : 14456 (java) S 14437 14440 10680 0 -1 4202560 2942 0 0 0 63 0 0 0 20 0 19 0 24262328 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708079929656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14440/tid=14457] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14457/stat : 14457 (java) S 14437 14440 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24262328 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708078877048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14440/tid=14458] ppid=14437 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/14440/task/14458/stat : 14458 (java) S 14437 14440 10680 0 -1 4202560 101 0 0 0 28 34 0 0 20 0 19 0 24262328 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708077824456 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14440/tid=14459] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14459/stat : 14459 (java) S 14437 14440 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24262370 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708076770984 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 14440 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1781.1 s]
/proc/loadavg: 2.37 2.33 2.27 3/213 14655
/proc/meminfo: memFree=29529488/32872528 swapFree=1402776/1580604
[pid=14440] ppid=14437 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/14440/stat : 14440 (java) S 14437 14440 10680 0 -1 4202496 59224 0 1 0 179850 152 0 0 20 0 19 0 24262323 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140735649399328 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14440/statm: 2406260 66737 2295 9 0 2396937 0
[pid=14440/tid=14441] ppid=14437 vsize=9625040 CPUtime=1769.18 cores=1,3,5,7
/proc/14440/task/14441/stat : 14441 (java) R 14437 14440 10680 0 -1 4202560 26186 0 1 0 176873 45 0 0 20 0 19 0 24262323 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708731735152 140708581962545 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14440/tid=14443] ppid=14437 vsize=9625040 CPUtime=3.54 cores=1,3,5,7
/proc/14440/task/14443/stat : 14443 (java) S 14437 14440 10680 0 -1 4202560 2533 0 0 0 342 12 0 0 20 0 19 0 24262324 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708704189480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14444] ppid=14437 vsize=9625040 CPUtime=3.6 cores=1,3,5,7
/proc/14440/task/14444/stat : 14444 (java) S 14437 14440 10680 0 -1 4202560 2506 0 0 0 350 10 0 0 20 0 19 0 24262324 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708703136680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14440/tid=14445] ppid=14437 vsize=9625040 CPUtime=3.44 cores=1,3,5,7
/proc/14440/task/14445/stat : 14445 (java) S 14437 14440 10680 0 -1 4202560 2353 0 0 0 333 11 0 0 20 0 19 0 24262324 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708702083880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14440/tid=14446] ppid=14437 vsize=9625040 CPUtime=3.55 cores=1,3,5,7
/proc/14440/task/14446/stat : 14446 (java) S 14437 14440 10680 0 -1 4202560 2270 0 0 0 346 9 0 0 20 0 19 0 24262324 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708701031080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14440/tid=14447] ppid=14437 vsize=9625040 CPUtime=3.72 cores=1,3,5,7
/proc/14440/task/14447/stat : 14447 (java) S 14437 14440 10680 0 -1 4202560 2245 0 0 0 361 11 0 0 20 0 19 0 24262324 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708699978280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14440/tid=14448] ppid=14437 vsize=9625040 CPUtime=3.64 cores=1,3,5,7
/proc/14440/task/14448/stat : 14448 (java) S 14437 14440 10680 0 -1 4202560 2158 0 0 0 353 11 0 0 20 0 19 0 24262324 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708570245544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14440/tid=14449] ppid=14437 vsize=9625040 CPUtime=3.68 cores=1,3,5,7
/proc/14440/task/14449/stat : 14449 (java) S 14437 14440 10680 0 -1 4202560 2592 0 0 0 356 12 0 0 20 0 19 0 24262324 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708569192744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14440/tid=14450] ppid=14437 vsize=9625040 CPUtime=3.55 cores=1,3,5,7
/proc/14440/task/14450/stat : 14450 (java) S 14437 14440 10680 0 -1 4202560 2819 0 0 0 346 9 0 0 20 0 19 0 24262324 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708568139944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14440/tid=14451] ppid=14437 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/14440/task/14451/stat : 14451 (java) S 14437 14440 10680 0 -1 4202560 4904 0 0 0 104 22 0 0 20 0 19 0 24262325 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708085193704 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14440/tid=14452] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14452/stat : 14452 (java) S 14437 14440 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24262325 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708084139768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14453] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14453/stat : 14453 (java) S 14437 14440 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24262325 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708083086856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14454] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14454/stat : 14454 (java) S 14437 14440 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24262328 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708082035344 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14455] ppid=14437 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/14440/task/14455/stat : 14455 (java) S 14437 14440 10680 0 -1 4202560 4357 0 0 0 52 0 0 0 20 0 19 0 24262328 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708080982456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14440/tid=14456] ppid=14437 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/14440/task/14456/stat : 14456 (java) S 14437 14440 10680 0 -1 4202560 2942 0 0 0 63 0 0 0 20 0 19 0 24262328 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708079929656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14440/tid=14457] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14457/stat : 14457 (java) S 14437 14440 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24262328 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708078877048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14440/tid=14458] ppid=14437 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/14440/task/14458/stat : 14458 (java) S 14437 14440 10680 0 -1 4202560 101 0 0 0 28 34 0 0 20 0 19 0 24262328 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708077824456 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14440/tid=14459] ppid=14437 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14440/task/14459/stat : 14459 (java) S 14437 14440 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24262370 9856040960 66737 33554432000 1073741824 1073778376 140735649408192 140708076770984 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1781.14
CPU time (s): 1801.24
CPU user time (s): 1799.24
CPU system time (s): 2.00269
CPU usage (%): 101.129
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.24
system time used= 2.0027
maximum resident set size= 472620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59255
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 86467
involuntary context switches= 113314

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.34173 second user time and 16.1155 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-18 05:56:06
IDJOB=4101253
IDBENCH=1719
IDSOLVER=2546
FILE ID=node139/4101253-1466222166
RUNJOBID= node139-1466206053-10697
PBS_JOBID= 19918138
Free space on /tmp= 71592 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-grow7.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101253-1466222166/watcher-4101253-1466222166 -o /tmp/evaluation-result-4101253-1466222166/solver-4101253-1466222166 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466206053-10697 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101253-1466222166.opb

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

MD5SUM BENCH= 8d33b9e58f24eb64e3fc155c85c275f1
RANDOM SEED=266204397

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.500
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.500
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.500
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.500
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.500
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:        28567944 kB
Buffers:          109780 kB
Cached:            94724 kB
SwapCached:         1900 kB
Active:          1838760 kB
Inactive:         143320 kB
Active(anon):    1778236 kB
Inactive(anon):     1472 kB
Active(file):      60524 kB
Inactive(file):   141848 kB
Unevictable:     1580604 kB
Mlocked:         1402776 kB
SwapTotal:      67108856 kB
SwapFree:       67099480 kB
Dirty:              1120 kB
Writeback:             0 kB
AnonPages:       3359408 kB
Mapped:            15452 kB
Shmem:                 0 kB
Slab:             603388 kB
SReclaimable:      46952 kB
SUnreclaim:       556436 kB
KernelStack:        1760 kB
PageTables:        11044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3490608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1912832 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= 71592 MiB
End job on node139 at 2016-06-18 06:25:47