Trace number 3710050

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 specific settings 2.3.2 snapshot? (TO) 1800.03 1794.86

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K87.opb
MD5SUM800363f05bcd3a7fdae42567bbf8c0cf
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5916
Total number of constraints6092
Number of constraints which are clauses6005
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint87
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 88
Number of bits of the biggest sum of numbers7
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-2012 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 This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.13	c --- Begin Solver configuration ---
0.10/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.10/0.13	c Learn all clauses as in MiniSAT
0.10/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.13	c Expensive reason simplification
0.10/0.13	c Armin Biere (Picosat) restarts strategy
0.10/0.13	c Glucose learned constraints deletion strategy
0.10/0.13	c timeout=2147483s
0.10/0.13	c DB Simplification allowed=true
0.10/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.13	c --- End Solver configuration ---
0.10/0.13	c solving HOME/instance-3710050-1338210894.opb
0.10/0.13	c reading problem ... 
0.53/0.38	c ... done. Wall clock time 0.257s.
0.53/0.38	c declared #vars     5916
0.53/0.38	c #constraints  6092
0.53/0.38	c constraints type 
0.53/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4885
0.53/0.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 87
0.53/0.38	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.53/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1118
0.53/0.38	c 6092 constraints processed.
2.31/1.69	c cleaning 2478 clauses out of 4985 with flag 5000/5000
3.69/2.94	c cleaning 4221 clauses out of 8500 with flag 11000/11000
5.10/4.37	c cleaning 5563 clauses out of 11276 with flag 18000/18000
6.82/6.01	c cleaning 6774 clauses out of 13709 with flag 26000/26000
8.58/7.72	c cleaning 7892 clauses out of 15937 with flag 35004/35004
10.67/9.81	c cleaning 8905 clauses out of 18041 with flag 45002/45002
12.88/12.05	c cleaning 9958 clauses out of 20139 with flag 56005/56005
15.48/14.69	c cleaning 10987 clauses out of 22176 with flag 68004/68004
18.49/17.67	c cleaning 11998 clauses out of 24187 with flag 81002/81002
21.80/20.98	c cleaning 12945 clauses out of 26185 with flag 95000/95000
25.12/24.22	c cleaning 13447 clauses out of 28239 with flag 110000/110000
29.11/28.26	c cleaning 14629 clauses out of 30791 with flag 126001/126001
33.13/32.26	c cleaning 15509 clauses out of 33161 with flag 143000/143000
37.35/36.48	c cleaning 16387 clauses out of 35652 with flag 161000/161000
42.37/41.48	c cleaning 17528 clauses out of 38266 with flag 180001/180001
46.89/45.97	c cleaning 18075 clauses out of 40737 with flag 200000/200000
52.60/51.60	c cleaning 19630 clauses out of 43662 with flag 221000/221000
58.23/57.26	c cleaning 20452 clauses out of 46032 with flag 243002/243002
65.85/64.85	c cleaning 21610 clauses out of 48578 with flag 266000/266000
74.18/73.16	c cleaning 22848 clauses out of 50966 with flag 290000/290000
81.41/80.37	c cleaning 23545 clauses out of 53118 with flag 315000/315000
89.41/88.33	c cleaning 24112 clauses out of 55575 with flag 341002/341002
96.72/95.66	c cleaning 24945 clauses out of 58461 with flag 368000/368000
103.63/102.52	c cleaning 25312 clauses out of 61514 with flag 396000/396000
111.36/110.24	c cleaning 26157 clauses out of 65202 with flag 425000/425000
126.09/124.91	c cleaning 29147 clauses out of 69046 with flag 455003/455003
137.54/136.39	c cleaning 29613 clauses out of 70896 with flag 486000/486000
147.16/145.98	c cleaning 30200 clauses out of 73282 with flag 518001/518001
157.70/156.41	c cleaning 31300 clauses out of 76081 with flag 551000/551000
169.00/167.72	c cleaning 32492 clauses out of 78782 with flag 585001/585001
182.72/181.45	c cleaning 33484 clauses out of 81291 with flag 620002/620002
198.47/197.11	c cleaning 34685 clauses out of 83805 with flag 656000/656000
212.83/211.42	c cleaning 35496 clauses out of 86120 with flag 693000/693000
225.96/224.58	c cleaning 36268 clauses out of 88624 with flag 731001/731001
240.89/239.44	c cleaning 37144 clauses out of 91355 with flag 770000/770000
256.02/254.56	c cleaning 38340 clauses out of 94211 with flag 810000/810000
270.67/269.15	c cleaning 39478 clauses out of 96871 with flag 851000/851000
286.90/285.38	c cleaning 40665 clauses out of 99392 with flag 893001/893001
310.88/309.21	c cleaning 41557 clauses out of 101729 with flag 936003/936003
327.36/325.61	c cleaning 42936 clauses out of 104169 with flag 980000/980000
347.19/345.45	c cleaning 43827 clauses out of 106233 with flag 1025000/1025000
363.22/361.48	c cleaning 44093 clauses out of 108411 with flag 1071005/1071005
381.14/379.32	c cleaning 45127 clauses out of 111313 with flag 1118000/1118000
402.17/400.31	c cleaning 46758 clauses out of 114186 with flag 1166000/1166000
428.01/426.18	c cleaning 48056 clauses out of 116428 with flag 1215000/1215000
448.56/446.63	c cleaning 48684 clauses out of 118372 with flag 1265000/1265000
474.60/472.66	c cleaning 50071 clauses out of 120692 with flag 1316004/1316004
498.30/496.29	c cleaning 50784 clauses out of 122620 with flag 1368003/1368003
524.04/521.99	c cleaning 51817 clauses out of 124834 with flag 1421001/1421001
549.31/547.16	c cleaning 52556 clauses out of 127016 with flag 1475000/1475000
569.10/566.80	c cleaning 53310 clauses out of 129458 with flag 1530000/1530000
592.65/590.32	c cleaning 54904 clauses out of 132149 with flag 1586001/1586001
614.69/612.31	c cleaning 55132 clauses out of 134244 with flag 1643000/1643000
642.04/639.60	c cleaning 57209 clauses out of 137112 with flag 1701000/1701000
673.90/671.49	c cleaning 57655 clauses out of 138904 with flag 1760001/1760001
700.78/698.20	c cleaning 59247 clauses out of 141248 with flag 1820000/1820000
733.95/731.30	c cleaning 60403 clauses out of 143001 with flag 1881000/1881000
766.03/763.30	c cleaning 60759 clauses out of 144598 with flag 1943000/1943000
794.42/791.62	c cleaning 61698 clauses out of 146837 with flag 2006000/2006000
828.78/825.97	c cleaning 63259 clauses out of 149140 with flag 2070001/2070001
869.06/866.16	c cleaning 64150 clauses out of 150880 with flag 2135000/2135000
907.05/904.09	c cleaning 64755 clauses out of 152730 with flag 2201000/2201000
933.57/930.42	c cleaning 66144 clauses out of 154975 with flag 2268000/2268000
963.40/960.29	c cleaning 66409 clauses out of 156836 with flag 2336005/2336005
996.27/993.04	c cleaning 67808 clauses out of 159422 with flag 2405000/2405000
1037.53/1034.20	c cleaning 69056 clauses out of 161619 with flag 2475005/2475005
1071.24/1067.83	c cleaning 69925 clauses out of 163558 with flag 2546002/2546002
1114.80/1111.31	c cleaning 70335 clauses out of 165631 with flag 2618000/2618000
1148.50/1144.91	c cleaning 71861 clauses out of 168296 with flag 2691000/2691000
1187.78/1184.11	c cleaning 72847 clauses out of 170436 with flag 2765001/2765001
1235.34/1231.40	c cleaning 73903 clauses out of 172588 with flag 2840000/2840000
1273.90/1269.98	c cleaning 74807 clauses out of 174685 with flag 2916002/2916002
1308.56/1304.60	c cleaning 75947 clauses out of 176877 with flag 2993001/2993001
1357.37/1353.23	c cleaning 76716 clauses out of 178930 with flag 3071001/3071001
1389.47/1385.20	c cleaning 77740 clauses out of 181214 with flag 3150001/3150001
1430.70/1426.41	c cleaning 78683 clauses out of 183474 with flag 3230001/3230001
1472.32/1467.92	c cleaning 80014 clauses out of 185790 with flag 3311000/3311000
1515.56/1511.10	c cleaning 80862 clauses out of 187777 with flag 3393001/3393001
1555.22/1550.75	c cleaning 81604 clauses out of 189915 with flag 3476001/3476001
1594.92/1590.33	c cleaning 82630 clauses out of 192312 with flag 3560002/3560002
1633.30/1628.62	c cleaning 83763 clauses out of 194681 with flag 3645001/3645001
1676.69/1671.94	c cleaning 85337 clauses out of 196918 with flag 3731001/3731001
1721.52/1716.65	c cleaning 86192 clauses out of 198580 with flag 3818000/3818000
1774.26/1769.10	c cleaning 87521 clauses out of 200388 with flag 3906000/3906000
1800.03/1794.81	c starts		: 251
1800.03/1794.81	c conflicts		: 3965682
1800.03/1794.81	c decisions		: 11471381
1800.03/1794.81	c propagations		: 1247722575
1800.03/1794.81	c inspects		: 8457198910
1800.03/1794.81	c shortcuts		: 0
1800.03/1794.81	c learnt literals	: 36
1800.03/1794.81	c learnt binary clauses	: 92026
1800.03/1794.81	c learnt ternary clauses	: 122313
1800.03/1794.81	c learnt constraints	: 3965645
1800.03/1794.81	c ignored constraints	: 0
1800.03/1794.81	c root simplifications	: 287
1800.03/1794.81	c removed literals (reason simplification)	: 207301551
1800.03/1794.81	c reason swapping (by a shorter reason)	: 0
1800.03/1794.81	c Calls to reduceDB	: 84
1800.03/1794.81	c number of reductions to clauses (during analyze)	: 0
1800.03/1794.81	c number of learned constraints concerned by reduction	: 0
1800.03/1794.81	c number of learning phase by resolution	: 0
1800.03/1794.81	c number of learning phase by cutting planes	: 0
1800.03/1794.81	c speed (assignments/second)	: 695337.4591022246
1800.03/1794.81	c non guided choices	4081
1800.03/1794.86	c learnt constraints type 
1800.03/1794.86	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 92000
1800.03/1794.86	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 80636
1800.03/1794.86	c constraints type 
1800.03/1794.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4885
1800.03/1794.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 87
1800.03/1794.86	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.03/1794.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1118
1800.03/1794.86	c 6092 constraints processed.
1800.03/1794.86	s UNKNOWN
1800.03/1794.86	c Total wall clock time (in seconds): 1794.729

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3710050-1338210894/watcher-3710050-1338210894 -o /tmp/evaluation-result-3710050-1338210894/solver-3710050-1338210894 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710050-1338210894.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.94 1.98 2.00 3/196 25819
/proc/meminfo: memFree=31206760/32873844 swapFree=7112/7112
[pid=25819] ppid=25817 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/25819/stat : 25819 (java) R 25817 25819 22874 0 -1 4202496 697 0 0 0 0 0 0 0 20 0 1 0 287214685 23793664 423 33554432000 1073741824 1073778376 140735932307120 140735932296184 273579817523 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25819/statm: 5809 438 334 9 0 128 0

[startup+0.104533 s]
/proc/loadavg: 1.94 1.98 2.00 3/196 25819
/proc/meminfo: memFree=31206760/32873844 swapFree=7112/7112
[pid=25819] ppid=25817 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/25819/stat : 25819 (java) S 25817 25819 22874 0 -1 4202496 4246 0 1 0 9 1 0 0 20 0 18 0 287214685 9787842560 5452 33554432000 1073741824 1073778376 140735932307120 140735932298256 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25819/statm: 2389610 5452 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.200254 s]
/proc/loadavg: 1.94 1.98 2.00 3/196 25819
/proc/meminfo: memFree=31206760/32873844 swapFree=7112/7112
[pid=25819] ppid=25817 vsize=9558440 CPUtime=0.26 cores=0,2,4,6
/proc/25819/stat : 25819 (java) S 25817 25819 22874 0 -1 4202496 4711 0 1 0 25 1 0 0 20 0 18 0 287214685 9787842560 6899 33554432000 1073741824 1073778376 140735932307120 140735932298256 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25819/statm: 2389610 6899 2194 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558440

[startup+0.30027 s]
/proc/loadavg: 1.94 1.98 2.00 3/196 25819
/proc/meminfo: memFree=31206760/32873844 swapFree=7112/7112
[pid=25819] ppid=25817 vsize=9558440 CPUtime=0.53 cores=0,2,4,6
/proc/25819/stat : 25819 (java) S 25817 25819 22874 0 -1 4202496 7126 0 1 0 51 2 0 0 20 0 18 0 287214685 9787842560 9334 33554432000 1073741824 1073778376 140735932307120 140735932298256 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25819/statm: 2389610 9334 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558440

[startup+0.700232 s]
/proc/loadavg: 1.94 1.98 2.00 3/196 25819
/proc/meminfo: memFree=31206760/32873844 swapFree=7112/7112
[pid=25819] ppid=25817 vsize=9625004 CPUtime=1.37 cores=0,2,4,6
/proc/25819/stat : 25819 (java) S 25817 25819 22874 0 -1 4202496 9561 0 1 0 134 3 0 0 20 0 19 0 287214685 9856004096 16550 33554432000 1073741824 1073778376 140735932307120 140735932298256 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25819/statm: 2406251 16550 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9625004

[startup+1.50066 s]
/proc/loadavg: 1.94 1.98 2.00 3/215 25838
/proc/meminfo: memFree=31149964/32873844 swapFree=7112/7112
[pid=25819] ppid=25817 vsize=9625004 CPUtime=2.21 cores=0,2,4,6
/proc/25819/stat : 25819 (java) S 25817 25819 22874 0 -1 4202496 9580 0 1 0 218 3 0 0 20 0 19 0 287214685 9856004096 17079 33554432000 1073741824 1073778376 140735932307120 140735932298256 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25819/statm: 2406251 17079 2257 9 0 2396937 0
[pid=25819/tid=25821] ppid=25817 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/25819/task/25821/stat : 25821 (java) R 25817 25819 22874 0 -1 4202560 2522 0 1 0 145 2 0 0 20 0 19 0 287214686 9856004096 17079 33554432000 1073741824 1073778376 140735932307120 140119536662776 140119366115299 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25822] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25822/stat : 25822 (java) S 25817 25819 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287214687 9856004096 17079 33554432000 1073741824 1073778376 140735932307120 140119498156712 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25819/tid=25823] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25823/stat : 25823 (java) S 25817 25819 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287214687 9856004096 17079 33554432000 1073741824 1073778376 140735932307120 140119497104168 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25819/tid=25824] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25824/stat : 25824 (java) S 25817 25819 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287214687 9856004096 17079 33554432000 1073741824 1073778376 140735932307120 140119496051624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25819/tid=25825] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25825/stat : 25825 (java) S 25817 25819 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287214687 9856004096 17079 33554432000 1073741824 1073778376 140735932307120 140119494999080 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25826] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25826/stat : 25826 (java) S 25817 25819 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287214687 9856004096 17079 33554432000 1073741824 1073778376 140735932307120 140119493945512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25827] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25827/stat : 25827 (java) S 25817 25819 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287214687 9856004096 17079 33554432000 1073741824 1073778376 140735932307120 140119492892968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25828] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25828/stat : 25828 (java) S 25817 25819 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287214687 9856004096 17079 33554432000 1073741824 1073778376 140735932307120 140119491840424 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25829] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25829/stat : 25829 (java) S 25817 25819 22874 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287214687 9856004096 17079 33554432000 1073741824 1073778376 140735932307120 140119490787880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25830] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25830/stat : 25830 (java) S 25817 25819 22874 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287214688 9856004096 17079 33554432000 1073741824 1073778376 140735932307120 140119360117352 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25831] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25831/stat : 25831 (java) S 25817 25819 22874 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287214689 9856004096 17079 33554432000 1073741824 1073778376 140735932307120 140119359063672 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25832] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25832/stat : 25832 (java) S 25817 25819 22874 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287214689 9856004096 17079 33554432000 1073741824 1073778376 140735932307120 140119358011016 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25833] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25833/stat : 25833 (java) S 25817 25819 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287214691 9856004096 17079 33554432000 1073741824 1073778376 140735932307120 140119356959760 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25834] ppid=25817 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/25819/task/25834/stat : 25834 (java) S 25817 25819 22874 0 -1 4202560 3500 0 0 0 33 1 0 0 20 0 19 0 287214691 9856004096 17079 33554432000 1073741824 1073778376 140735932307120 140119355906104 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25835] ppid=25817 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/25819/task/25835/stat : 25835 (java) S 25817 25819 22874 0 -1 4202560 2361 0 0 0 35 0 0 0 20 0 19 0 287214691 9856004096 17079 33554432000 1073741824 1073778376 140735932307120 140119354853560 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25819/tid=25836] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25836/stat : 25836 (java) S 25817 25819 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287214691 9856004096 17079 33554432000 1073741824 1073778376 140735932307120 140119353801208 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25819/tid=25837] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25837/stat : 25837 (java) S 25817 25819 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287214691 9856004096 17079 33554432000 1073741824 1073778376 140735932307120 140119352748872 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25838] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25838/stat : 25838 (java) S 25817 25819 22874 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287214725 9856004096 17079 33554432000 1073741824 1073778376 140735932307120 140119351694632 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9625004

[startup+3.10069 s]
/proc/loadavg: 1.94 1.98 2.00 9/215 25838
/proc/meminfo: memFree=31136684/32873844 swapFree=7112/7112
[pid=25819] ppid=25817 vsize=9625004 CPUtime=3.9 cores=0,2,4,6
/proc/25819/stat : 25819 (java) S 25817 25819 22874 0 -1 4202496 9646 0 1 0 387 3 0 0 20 0 19 0 287214685 9856004096 20206 33554432000 1073741824 1073778376 140735932307120 140735932298256 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25819/statm: 2406251 20206 2282 9 0 2396937 0
[pid=25819/tid=25821] ppid=25817 vsize=9625004 CPUtime=3.03 cores=0,2,4,6
/proc/25819/task/25821/stat : 25821 (java) R 25817 25819 22874 0 -1 4202560 2526 0 1 0 301 2 0 0 20 0 19 0 287214686 9856004096 20206 33554432000 1073741824 1073778376 140735932307120 140119536664880 140119366138826 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25822] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25822/stat : 25822 (java) S 25817 25819 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287214687 9856004096 20206 33554432000 1073741824 1073778376 140735932307120 140119498156712 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25819/tid=25823] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25823/stat : 25823 (java) S 25817 25819 22874 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287214687 9856004096 20206 33554432000 1073741824 1073778376 140735932307120 140119497104168 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25824] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25824/stat : 25824 (java) S 25817 25819 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287214687 9856004096 20206 33554432000 1073741824 1073778376 140735932307120 140119496051624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25819/tid=25825] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25825/stat : 25825 (java) S 25817 25819 22874 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287214687 9856004096 20206 33554432000 1073741824 1073778376 140735932307120 140119494999080 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25826] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25826/stat : 25826 (java) S 25817 25819 22874 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287214687 9856004096 20206 33554432000 1073741824 1073778376 140735932307120 140119493945512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25819/tid=25827] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25827/stat : 25827 (java) S 25817 25819 22874 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287214687 9856004096 20206 33554432000 1073741824 1073778376 140735932307120 140119492892968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25819/tid=25828] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25828/stat : 25828 (java) S 25817 25819 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287214687 9856004096 20206 33554432000 1073741824 1073778376 140735932307120 140119491840424 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25829] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25829/stat : 25829 (java) S 25817 25819 22874 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287214687 9856004096 20206 33554432000 1073741824 1073778376 140735932307120 140119490787880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25830] ppid=25817 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/25819/task/25830/stat : 25830 (java) S 25817 25819 22874 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 287214688 9856004096 20206 33554432000 1073741824 1073778376 140735932307120 140119360117352 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25831] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25831/stat : 25831 (java) S 25817 25819 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287214689 9856004096 20206 33554432000 1073741824 1073778376 140735932307120 140119359063672 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25832] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25832/stat : 25832 (java) S 25817 25819 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287214689 9856004096 20206 33554432000 1073741824 1073778376 140735932307120 140119358011016 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25833] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25833/stat : 25833 (java) S 25817 25819 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287214691 9856004096 20206 33554432000 1073741824 1073778376 140735932307120 140119356959760 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25834] ppid=25817 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/25819/task/25834/stat : 25834 (java) S 25817 25819 22874 0 -1 4202560 3504 0 0 0 38 1 0 0 20 0 19 0 287214691 9856004096 20206 33554432000 1073741824 1073778376 140735932307120 140119355906104 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25835] ppid=25817 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/25819/task/25835/stat : 25835 (java) S 25817 25819 22874 0 -1 4202560 2371 0 0 0 38 0 0 0 20 0 19 0 287214691 9856004096 20206 33554432000 1073741824 1073778376 140735932307120 140119354853560 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25819/tid=25836] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25836/stat : 25836 (java) S 25817 25819 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287214691 9856004096 20206 33554432000 1073741824 1073778376 140735932307120 140119353801208 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25819/tid=25837] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25837/stat : 25837 (java) S 25817 25819 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287214691 9856004096 20206 33554432000 1073741824 1073778376 140735932307120 140119352748872 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25838] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25838/stat : 25838 (java) S 25817 25819 22874 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287214725 9856004096 20206 33554432000 1073741824 1073778376 140735932307120 140119351694632 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 9625004

[startup+6.30061 s]
/proc/loadavg: 1.94 1.98 2.00 3/214 25838
/proc/meminfo: memFree=31134264/32873844 swapFree=7112/7112
[pid=25819] ppid=25817 vsize=9625004 CPUtime=7.17 cores=0,2,4,6
/proc/25819/stat : 25819 (java) S 25817 25819 22874 0 -1 4202496 9934 0 1 0 713 4 0 0 20 0 19 0 287214685 9856004096 20738 33554432000 1073741824 1073778376 140735932307120 140735932298256 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25819/statm: 2406251 20738 2283 9 0 2396937 0
[pid=25819/tid=25821] ppid=25817 vsize=9625004 CPUtime=6.18 cores=0,2,4,6
/proc/25819/task/25821/stat : 25821 (java) R 25817 25819 22874 0 -1 4202560 2527 0 1 0 616 2 0 0 20 0 19 0 287214686 9856004096 20738 33554432000 1073741824 1073778376 140735932307120 140119536664880 140119366086838 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25822] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25822/stat : 25822 (java) S 25817 25819 22874 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287214687 9856004096 20738 33554432000 1073741824 1073778376 140735932307120 140119498156712 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25819/tid=25823] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25823/stat : 25823 (java) S 25817 25819 22874 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287214687 9856004096 20738 33554432000 1073741824 1073778376 140735932307120 140119497104168 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25824] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25824/stat : 25824 (java) S 25817 25819 22874 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287214687 9856004096 20738 33554432000 1073741824 1073778376 140735932307120 140119496051624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25825] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25825/stat : 25825 (java) S 25817 25819 22874 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287214687 9856004096 20738 33554432000 1073741824 1073778376 140735932307120 140119494999080 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25826] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25826/stat : 25826 (java) S 25817 25819 22874 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287214687 9856004096 20738 33554432000 1073741824 1073778376 140735932307120 140119493945512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25819/tid=25827] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25827/stat : 25827 (java) S 25817 25819 22874 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287214687 9856004096 20738 33554432000 1073741824 1073778376 140735932307120 140119492892968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25819/tid=25828] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25828/stat : 25828 (java) S 25817 25819 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287214687 9856004096 20738 33554432000 1073741824 1073778376 140735932307120 140119491840424 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25829] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25829/stat : 25829 (java) S 25817 25819 22874 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287214687 9856004096 20738 33554432000 1073741824 1073778376 140735932307120 140119490787880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25830] ppid=25817 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/25819/task/25830/stat : 25830 (java) S 25817 25819 22874 0 -1 4202560 53 0 0 0 5 0 0 0 20 0 19 0 287214688 9856004096 20738 33554432000 1073741824 1073778376 140735932307120 140119360117352 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25831] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25831/stat : 25831 (java) S 25817 25819 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287214689 9856004096 20738 33554432000 1073741824 1073778376 140735932307120 140119359063672 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25832] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25832/stat : 25832 (java) S 25817 25819 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287214689 9856004096 20738 33554432000 1073741824 1073778376 140735932307120 140119358011016 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25833] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25833/stat : 25833 (java) S 25817 25819 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287214691 9856004096 20738 33554432000 1073741824 1073778376 140735932307120 140119356959760 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25834] ppid=25817 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/25819/task/25834/stat : 25834 (java) S 25817 25819 22874 0 -1 4202560 3506 0 0 0 39 1 0 0 20 0 19 0 287214691 9856004096 20738 33554432000 1073741824 1073778376 140735932307120 140119355906104 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25835] ppid=25817 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/25819/task/25835/stat : 25835 (java) S 25817 25819 22874 0 -1 4202560 2622 0 0 0 43 0 0 0 20 0 19 0 287214691 9856004096 20738 33554432000 1073741824 1073778376 140735932307120 140119354853560 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25819/tid=25836] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25836/stat : 25836 (java) S 25817 25819 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287214691 9856004096 20738 33554432000 1073741824 1073778376 140735932307120 140119353801208 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25819/tid=25837] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25837/stat : 25837 (java) S 25817 25819 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287214691 9856004096 20738 33554432000 1073741824 1073778376 140735932307120 140119352748872 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25838] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25838/stat : 25838 (java) S 25817 25819 22874 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287214725 9856004096 20738 33554432000 1073741824 1073778376 140735932307120 140119351694632 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=25819/tid=25834] ppid=25817 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/25819/task/25834/stat : 25834 (java) S 25817 25819 22874 0 -1 4202560 3510 0 0 0 41 1 0 0 20 0 19 0 287214691 9856004096 98935 33554432000 1073741824 1073778376 140735932307120 140119355906104 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25835] ppid=25817 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/25819/task/25835/stat : 25835 (java) S 25817 25819 22874 0 -1 4202560 2622 0 0 0 43 0 0 0 20 0 19 0 287214691 9856004096 98935 33554432000 1073741824 1073778376 140735932307120 140119354853560 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25819/tid=25836] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25836/stat : 25836 (java) S 25817 25819 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287214691 9856004096 98935 33554432000 1073741824 1073778376 140735932307120 140119353801208 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25819/tid=25837] ppid=25817 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/25819/task/25837/stat : 25837 (java) S 25817 25819 22874 0 -1 4202560 99 0 0 0 23 24 0 0 20 0 19 0 287214691 9856004096 98935 33554432000 1073741824 1073778376 140735932307120 140119352748872 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25838] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25838/stat : 25838 (java) S 25817 25819 22874 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287214725 9856004096 98935 33554432000 1073741824 1073778376 140735932307120 140119351694632 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1727.31
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.92 1.98 1.99 3/215 25912
/proc/meminfo: memFree=30821492/32873844 swapFree=7112/7112
[pid=25819] ppid=25817 vsize=9625004 CPUtime=1787.52 cores=0,2,4,6
/proc/25819/stat : 25819 (java) S 25817 25819 22874 0 -1 4202496 11692 0 1 0 178689 63 0 0 20 0 19 0 287214685 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140735932298256 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25819/statm: 2406251 100993 2284 9 0 2396937 0
[pid=25819/tid=25821] ppid=25817 vsize=9625004 CPUtime=1772.79 cores=0,2,4,6
/proc/25819/task/25821/stat : 25821 (java) R 25817 25819 22874 0 -1 4202560 2655 0 1 0 177249 30 0 0 20 0 19 0 287214686 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119536664880 140119366007598 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25822] ppid=25817 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/25819/task/25822/stat : 25822 (java) S 25817 25819 22874 0 -1 4202560 290 0 0 0 63 3 0 0 20 0 19 0 287214687 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119498156712 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25819/tid=25823] ppid=25817 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/25819/task/25823/stat : 25823 (java) S 25817 25819 22874 0 -1 4202560 113 0 0 0 62 4 0 0 20 0 19 0 287214687 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119497104168 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25824] ppid=25817 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/25819/task/25824/stat : 25824 (java) S 25817 25819 22874 0 -1 4202560 205 0 0 0 69 5 0 0 20 0 19 0 287214687 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119496051624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25825] ppid=25817 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/25819/task/25825/stat : 25825 (java) S 25817 25819 22874 0 -1 4202560 243 0 0 0 68 4 0 0 20 0 19 0 287214687 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119494999080 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25819/tid=25826] ppid=25817 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/25819/task/25826/stat : 25826 (java) S 25817 25819 22874 0 -1 4202560 175 0 0 0 74 3 0 0 20 0 19 0 287214687 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119493945512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25827] ppid=25817 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/25819/task/25827/stat : 25827 (java) S 25817 25819 22874 0 -1 4202560 63 0 0 0 64 3 0 0 20 0 19 0 287214687 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119492892968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25819/tid=25828] ppid=25817 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/25819/task/25828/stat : 25828 (java) S 25817 25819 22874 0 -1 4202560 289 0 0 0 70 3 0 0 20 0 19 0 287214687 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119491840424 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25829] ppid=25817 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/25819/task/25829/stat : 25829 (java) S 25817 25819 22874 0 -1 4202560 95 0 0 0 72 5 0 0 20 0 19 0 287214687 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119490787880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25830] ppid=25817 vsize=9625004 CPUtime=3.19 cores=0,2,4,6
/proc/25819/task/25830/stat : 25830 (java) S 25817 25819 22874 0 -1 4202560 147 0 0 0 317 2 0 0 20 0 19 0 287214688 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119360117352 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25831] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25831/stat : 25831 (java) S 25817 25819 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287214689 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119359063672 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25832] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25832/stat : 25832 (java) S 25817 25819 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287214689 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119358011016 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25833] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25833/stat : 25833 (java) S 25817 25819 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287214691 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119356959760 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25834] ppid=25817 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/25819/task/25834/stat : 25834 (java) S 25817 25819 22874 0 -1 4202560 3510 0 0 0 41 1 0 0 20 0 19 0 287214691 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119355906104 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25835] ppid=25817 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/25819/task/25835/stat : 25835 (java) S 25817 25819 22874 0 -1 4202560 2622 0 0 0 43 0 0 0 20 0 19 0 287214691 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119354853560 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25819/tid=25836] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25836/stat : 25836 (java) S 25817 25819 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287214691 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119353801208 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25819/tid=25837] ppid=25817 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/25819/task/25837/stat : 25837 (java) S 25817 25819 22874 0 -1 4202560 103 0 0 0 24 25 0 0 20 0 19 0 287214691 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119352748872 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25838] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25838/stat : 25838 (java) S 25817 25819 22874 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287214725 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119351694632 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1787.52
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.8 s]
/proc/loadavg: 1.94 1.98 1.99 3/215 25912
/proc/meminfo: memFree=30811176/32873844 swapFree=7112/7112
[pid=25819] ppid=25817 vsize=9625004 CPUtime=1800.03 cores=0,2,4,6
/proc/25819/stat : 25819 (java) S 25817 25819 22874 0 -1 4202496 11692 0 1 0 179940 63 0 0 20 0 19 0 287214685 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140735932298256 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25819/statm: 2406251 100993 2284 9 0 2396937 0
[pid=25819/tid=25821] ppid=25817 vsize=9625004 CPUtime=1785.27 cores=0,2,4,6
/proc/25819/task/25821/stat : 25821 (java) R 25817 25819 22874 0 -1 4202560 2655 0 1 0 178496 31 0 0 20 0 19 0 287214686 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119536664880 140119366115021 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25822] ppid=25817 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/25819/task/25822/stat : 25822 (java) S 25817 25819 22874 0 -1 4202560 290 0 0 0 63 3 0 0 20 0 19 0 287214687 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119498156712 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25819/tid=25823] ppid=25817 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/25819/task/25823/stat : 25823 (java) S 25817 25819 22874 0 -1 4202560 113 0 0 0 62 4 0 0 20 0 19 0 287214687 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119497104168 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25824] ppid=25817 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/25819/task/25824/stat : 25824 (java) S 25817 25819 22874 0 -1 4202560 205 0 0 0 69 5 0 0 20 0 19 0 287214687 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119496051624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25825] ppid=25817 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/25819/task/25825/stat : 25825 (java) S 25817 25819 22874 0 -1 4202560 243 0 0 0 68 4 0 0 20 0 19 0 287214687 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119494999080 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25819/tid=25826] ppid=25817 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/25819/task/25826/stat : 25826 (java) S 25817 25819 22874 0 -1 4202560 175 0 0 0 74 3 0 0 20 0 19 0 287214687 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119493945512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25827] ppid=25817 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/25819/task/25827/stat : 25827 (java) S 25817 25819 22874 0 -1 4202560 63 0 0 0 64 3 0 0 20 0 19 0 287214687 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119492892968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25819/tid=25828] ppid=25817 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/25819/task/25828/stat : 25828 (java) S 25817 25819 22874 0 -1 4202560 289 0 0 0 70 3 0 0 20 0 19 0 287214687 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119491840424 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25829] ppid=25817 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/25819/task/25829/stat : 25829 (java) S 25817 25819 22874 0 -1 4202560 95 0 0 0 72 5 0 0 20 0 19 0 287214687 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119490787880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25830] ppid=25817 vsize=9625004 CPUtime=3.19 cores=0,2,4,6
/proc/25819/task/25830/stat : 25830 (java) S 25817 25819 22874 0 -1 4202560 147 0 0 0 317 2 0 0 20 0 19 0 287214688 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119360117352 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25831] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25831/stat : 25831 (java) S 25817 25819 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287214689 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119359063672 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25832] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25832/stat : 25832 (java) S 25817 25819 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287214689 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119358011016 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25833] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25833/stat : 25833 (java) S 25817 25819 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287214691 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119356959760 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25834] ppid=25817 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/25819/task/25834/stat : 25834 (java) S 25817 25819 22874 0 -1 4202560 3510 0 0 0 41 1 0 0 20 0 19 0 287214691 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119355906104 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25835] ppid=25817 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/25819/task/25835/stat : 25835 (java) S 25817 25819 22874 0 -1 4202560 2622 0 0 0 43 0 0 0 20 0 19 0 287214691 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119354853560 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25819/tid=25836] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25836/stat : 25836 (java) S 25817 25819 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287214691 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119353801208 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25819/tid=25837] ppid=25817 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/25819/task/25837/stat : 25837 (java) S 25817 25819 22874 0 -1 4202560 103 0 0 0 24 26 0 0 20 0 19 0 287214691 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119352748872 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25838] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25838/stat : 25838 (java) S 25817 25819 22874 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287214725 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119351694632 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625004

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1794.8 s]
/proc/loadavg: 1.94 1.98 1.99 3/215 25912
/proc/meminfo: memFree=30811176/32873844 swapFree=7112/7112
[pid=25819] ppid=25817 vsize=9625004 CPUtime=1800.03 cores=0,2,4,6
/proc/25819/stat : 25819 (java) S 25817 25819 22874 0 -1 4202496 11692 0 1 0 179940 63 0 0 20 0 19 0 287214685 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140735932298256 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25819/statm: 2406251 100993 2284 9 0 2396937 0
[pid=25819/tid=25821] ppid=25817 vsize=9625004 CPUtime=1785.27 cores=0,2,4,6
/proc/25819/task/25821/stat : 25821 (java) R 25817 25819 22874 0 -1 4202560 2655 0 1 0 178496 31 0 0 20 0 19 0 287214686 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119536664880 140119366115021 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25822] ppid=25817 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/25819/task/25822/stat : 25822 (java) S 25817 25819 22874 0 -1 4202560 290 0 0 0 63 3 0 0 20 0 19 0 287214687 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119498156712 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25819/tid=25823] ppid=25817 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/25819/task/25823/stat : 25823 (java) S 25817 25819 22874 0 -1 4202560 113 0 0 0 62 4 0 0 20 0 19 0 287214687 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119497104168 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25824] ppid=25817 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/25819/task/25824/stat : 25824 (java) S 25817 25819 22874 0 -1 4202560 205 0 0 0 69 5 0 0 20 0 19 0 287214687 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119496051624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25825] ppid=25817 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/25819/task/25825/stat : 25825 (java) S 25817 25819 22874 0 -1 4202560 243 0 0 0 68 4 0 0 20 0 19 0 287214687 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119494999080 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25819/tid=25826] ppid=25817 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/25819/task/25826/stat : 25826 (java) S 25817 25819 22874 0 -1 4202560 175 0 0 0 74 3 0 0 20 0 19 0 287214687 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119493945512 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25827] ppid=25817 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/25819/task/25827/stat : 25827 (java) S 25817 25819 22874 0 -1 4202560 63 0 0 0 64 3 0 0 20 0 19 0 287214687 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119492892968 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25819/tid=25828] ppid=25817 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/25819/task/25828/stat : 25828 (java) S 25817 25819 22874 0 -1 4202560 289 0 0 0 70 3 0 0 20 0 19 0 287214687 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119491840424 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25829] ppid=25817 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/25819/task/25829/stat : 25829 (java) S 25817 25819 22874 0 -1 4202560 95 0 0 0 72 5 0 0 20 0 19 0 287214687 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119490787880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25830] ppid=25817 vsize=9625004 CPUtime=3.19 cores=0,2,4,6
/proc/25819/task/25830/stat : 25830 (java) S 25817 25819 22874 0 -1 4202560 147 0 0 0 317 2 0 0 20 0 19 0 287214688 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119360117352 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25831] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25831/stat : 25831 (java) S 25817 25819 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287214689 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119359063672 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25832] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25832/stat : 25832 (java) S 25817 25819 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287214689 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119358011016 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25833] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25833/stat : 25833 (java) S 25817 25819 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287214691 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119356959760 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25834] ppid=25817 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/25819/task/25834/stat : 25834 (java) S 25817 25819 22874 0 -1 4202560 3510 0 0 0 41 1 0 0 20 0 19 0 287214691 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119355906104 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25819/tid=25835] ppid=25817 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/25819/task/25835/stat : 25835 (java) S 25817 25819 22874 0 -1 4202560 2622 0 0 0 43 0 0 0 20 0 19 0 287214691 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119354853560 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25819/tid=25836] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25836/stat : 25836 (java) S 25817 25819 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287214691 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119353801208 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25819/tid=25837] ppid=25817 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/25819/task/25837/stat : 25837 (java) S 25817 25819 22874 0 -1 4202560 103 0 0 0 24 26 0 0 20 0 19 0 287214691 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119352748872 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25819/tid=25838] ppid=25817 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25819/task/25838/stat : 25838 (java) S 25817 25819 22874 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287214725 9856004096 100993 33554432000 1073741824 1073778376 140735932307120 140119351694632 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1794.86
CPU time (s): 1800.03
CPU user time (s): 1799.4
CPU system time (s): 0.63
CPU usage (%): 100.288
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.88
system time used= 1.04084
maximum resident set size= 404108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11729
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40296
involuntary context switches= 20037

runsolver used 6.34004 second user time and 14.3858 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-28 15:14:54
IDJOB=3710050
IDBENCH=90113
IDSOLVER=2289
FILE ID=node132/3710050-1338210894
RUNJOBID= node132-1338207301-25484
PBS_JOBID= 14624592
Free space on /tmp= 71636 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K87.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710050-1338210894/watcher-3710050-1338210894 -o /tmp/evaluation-result-3710050-1338210894/solver-3710050-1338210894 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710050-1338210894.opb

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

MD5SUM BENCH= 800363f05bcd3a7fdae42567bbf8c0cf
RANDOM SEED=929706440

node132.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.832
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.66
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.832
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.832
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.832
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.832
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.832
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.832
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.832
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:       32873844 kB
MemFree:        31207296 kB
Buffers:          467912 kB
Cached:           214292 kB
SwapCached:         2284 kB
Active:           591576 kB
Inactive:         179128 kB
Active(anon):      80840 kB
Inactive(anon):     8148 kB
Active(file):     510736 kB
Inactive(file):   170980 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67103740 kB
Dirty:              2640 kB
Writeback:             0 kB
AnonPages:         95652 kB
Mapped:            19232 kB
Shmem:                 8 kB
Slab:             751256 kB
SReclaimable:     192548 kB
SUnreclaim:       558708 kB
KernelStack:        1624 kB
PageTables:         4496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71636 MiB
End job on node132 at 2012-05-28 15:44:50