Trace number 3709825

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.08 1792.36

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army13.24ls.opb
MD5SUM1a4510076d9024b805728ffe22c0d108
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark48.1337
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables490
Total number of constraints737
Number of constraints which are clauses397
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints338
Minimum length of a constraint2
Maximum length of a constraint169
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 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
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.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3709825-1338124693.opb
0.10/0.11	c reading problem ... 
0.26/0.22	c ... done. Wall clock time 0.108s.
0.26/0.22	c declared #vars     490
0.26/0.22	c #constraints  737
0.26/0.22	c constraints type 
0.26/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 144
0.26/0.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.26/0.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 253
0.26/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 338
0.26/0.22	c 737 constraints processed.
1.13/0.75	c cleaning 2500 clauses out of 5000 with flag 5000/5000
1.66/1.17	c cleaning 4233 clauses out of 8500 with flag 11000/11000
2.18/1.64	c cleaning 5632 clauses out of 11270 with flag 18003/18003
2.80/2.26	c cleaning 6796 clauses out of 13635 with flag 26000/26000
3.51/2.97	c cleaning 7909 clauses out of 15840 with flag 35001/35001
4.42/3.80	c cleaning 8933 clauses out of 17930 with flag 45000/45000
5.34/4.75	c cleaning 9985 clauses out of 19998 with flag 56001/56001
6.36/5.78	c cleaning 10988 clauses out of 22013 with flag 68001/68001
7.67/7.04	c cleaning 11968 clauses out of 24024 with flag 81000/81000
8.88/8.28	c cleaning 13017 clauses out of 26056 with flag 95000/95000
10.33/9.69	c cleaning 14011 clauses out of 28039 with flag 110000/110000
12.05/11.33	c cleaning 15009 clauses out of 30028 with flag 126000/126000
13.79/13.02	c cleaning 16000 clauses out of 32020 with flag 143001/143001
15.51/14.77	c cleaning 16976 clauses out of 34020 with flag 161001/161001
17.76/16.98	c cleaning 17995 clauses out of 36043 with flag 180000/180000
19.90/19.05	c cleaning 18986 clauses out of 38048 with flag 200000/200000
22.14/21.22	c cleaning 20011 clauses out of 40062 with flag 221000/221000
24.45/23.56	c cleaning 20970 clauses out of 42051 with flag 243000/243000
27.37/26.42	c cleaning 22038 clauses out of 44083 with flag 266002/266002
30.09/29.19	c cleaning 23000 clauses out of 46043 with flag 290000/290000
33.01/32.03	c cleaning 23992 clauses out of 48043 with flag 315000/315000
36.15/35.17	c cleaning 25014 clauses out of 50051 with flag 341000/341000
39.68/38.65	c cleaning 26001 clauses out of 52037 with flag 368000/368000
43.82/42.77	c cleaning 27011 clauses out of 54036 with flag 396000/396000
47.55/46.49	c cleaning 28004 clauses out of 56025 with flag 425000/425000
51.59/50.49	c cleaning 29000 clauses out of 58021 with flag 455000/455000
56.22/55.06	c cleaning 29990 clauses out of 60022 with flag 486001/486001
60.57/59.39	c cleaning 31004 clauses out of 62031 with flag 518000/518000
64.90/63.68	c cleaning 32010 clauses out of 64027 with flag 551000/551000
69.32/68.04	c cleaning 33004 clauses out of 66019 with flag 585002/585002
74.96/73.62	c cleaning 34007 clauses out of 68013 with flag 620000/620000
80.40/79.01	c cleaning 35000 clauses out of 70011 with flag 656005/656005
85.54/84.17	c cleaning 36000 clauses out of 72006 with flag 693000/693000
91.77/90.33	c cleaning 36980 clauses out of 74006 with flag 731000/731000
98.12/96.70	c cleaning 37993 clauses out of 76026 with flag 770000/770000
104.25/102.75	c cleaning 38968 clauses out of 78034 with flag 810001/810001
111.20/109.61	c cleaning 40022 clauses out of 80065 with flag 851000/851000
119.63/118.05	c cleaning 41010 clauses out of 82043 with flag 893000/893000
127.33/125.61	c cleaning 42010 clauses out of 84033 with flag 936000/936000
135.69/133.90	c cleaning 43006 clauses out of 86024 with flag 980001/980001
143.88/142.04	c cleaning 44002 clauses out of 88018 with flag 1025001/1025001
152.92/151.04	c cleaning 44999 clauses out of 90015 with flag 1071000/1071000
161.88/159.90	c cleaning 45984 clauses out of 92016 with flag 1118000/1118000
170.63/168.65	c cleaning 47012 clauses out of 94033 with flag 1166001/1166001
180.50/178.43	c cleaning 47999 clauses out of 96020 with flag 1215000/1215000
191.95/189.89	c cleaning 49001 clauses out of 98021 with flag 1265000/1265000
203.43/201.20	c cleaning 50001 clauses out of 100020 with flag 1316000/1316000
215.62/213.33	c cleaning 51004 clauses out of 102019 with flag 1368000/1368000
226.19/223.85	c cleaning 51998 clauses out of 104015 with flag 1421000/1421000
238.87/236.44	c cleaning 52985 clauses out of 106018 with flag 1475001/1475001
251.03/248.56	c cleaning 53998 clauses out of 108032 with flag 1530000/1530000
263.99/261.46	c cleaning 55004 clauses out of 110034 with flag 1586000/1586000
276.74/274.12	c cleaning 56009 clauses out of 112030 with flag 1643000/1643000
291.26/288.51	c cleaning 56997 clauses out of 114021 with flag 1701000/1701000
305.70/302.98	c cleaning 57985 clauses out of 116026 with flag 1760002/1760002
321.80/319.00	c cleaning 59016 clauses out of 118040 with flag 1820001/1820001
337.50/334.53	c cleaning 60004 clauses out of 120023 with flag 1881000/1881000
355.18/352.10	c cleaning 61005 clauses out of 122019 with flag 1943000/1943000
372.94/369.81	c cleaning 61997 clauses out of 124015 with flag 2006001/2006001
390.79/387.58	c cleaning 62999 clauses out of 126018 with flag 2070001/2070001
408.35/405.05	c cleaning 63999 clauses out of 128020 with flag 2135002/2135002
427.44/424.06	c cleaning 64980 clauses out of 130023 with flag 2201004/2201004
448.03/444.51	c cleaning 66004 clauses out of 132039 with flag 2268000/2268000
467.02/463.44	c cleaning 67011 clauses out of 134036 with flag 2336001/2336001
487.99/484.30	c cleaning 67979 clauses out of 136024 with flag 2405000/2405000
511.67/507.96	c cleaning 69010 clauses out of 138045 with flag 2475000/2475000
537.15/533.36	c cleaning 70012 clauses out of 140036 with flag 2546001/2546001
561.76/557.89	c cleaning 71006 clauses out of 142025 with flag 2618002/2618002
582.99/578.93	c cleaning 71992 clauses out of 144018 with flag 2691001/2691001
604.88/600.73	c cleaning 73006 clauses out of 146026 with flag 2765001/2765001
629.84/625.60	c cleaning 74003 clauses out of 148020 with flag 2840001/2840001
658.56/654.27	c cleaning 75002 clauses out of 150016 with flag 2916000/2916000
688.72/684.37	c cleaning 76007 clauses out of 152014 with flag 2993000/2993000
716.06/711.54	c cleaning 76993 clauses out of 154009 with flag 3071002/3071002
741.65/737.05	c cleaning 78000 clauses out of 156014 with flag 3150000/3150000
768.25/763.57	c cleaning 78995 clauses out of 158014 with flag 3230000/3230000
798.07/793.22	c cleaning 79997 clauses out of 160019 with flag 3311000/3311000
830.47/825.52	c cleaning 80990 clauses out of 162022 with flag 3393000/3393000
861.30/856.25	c cleaning 82008 clauses out of 164032 with flag 3476000/3476000
894.81/889.60	c cleaning 82999 clauses out of 166024 with flag 3560000/3560000
928.53/923.25	c cleaning 84005 clauses out of 168025 with flag 3645000/3645000
962.74/957.32	c cleaning 85003 clauses out of 170020 with flag 3731000/3731000
996.76/991.29	c cleaning 86003 clauses out of 172020 with flag 3818003/3818003
1036.31/1030.64	c cleaning 86999 clauses out of 174016 with flag 3906002/3906002
1071.39/1065.62	c cleaning 87999 clauses out of 176015 with flag 3995000/3995000
1111.65/1105.76	c cleaning 88986 clauses out of 178016 with flag 4085000/4085000
1149.46/1143.49	c cleaning 90001 clauses out of 180030 with flag 4176000/4176000
1194.78/1188.63	c cleaning 90988 clauses out of 182029 with flag 4268000/4268000
1231.99/1225.70	c cleaning 92009 clauses out of 184043 with flag 4361002/4361002
1279.03/1272.65	c cleaning 92977 clauses out of 186032 with flag 4455000/4455000
1324.52/1318.04	c cleaning 94009 clauses out of 188055 with flag 4550000/4550000
1369.46/1362.90	c cleaning 95001 clauses out of 190047 with flag 4646001/4646001
1412.07/1405.37	c cleaning 96008 clauses out of 192045 with flag 4743000/4743000
1454.41/1447.60	c cleaning 97015 clauses out of 194037 with flag 4841000/4841000
1500.95/1493.93	c cleaning 98002 clauses out of 196023 with flag 4940001/4940001
1551.74/1544.59	c cleaning 98982 clauses out of 198020 with flag 5040000/5040000
1607.96/1600.54	c cleaning 99997 clauses out of 200038 with flag 5141000/5141000
1660.44/1652.98	c cleaning 101010 clauses out of 202041 with flag 5243000/5243000
1714.10/1706.54	c cleaning 102011 clauses out of 204032 with flag 5346001/5346001
1765.58/1757.96	c cleaning 103004 clauses out of 206025 with flag 5450005/5450005
1800.08/1792.31	c starts		: 275
1800.08/1792.31	c conflicts		: 5535645
1800.08/1792.31	c decisions		: 9313203
1800.08/1792.31	c propagations		: 169933081
1800.08/1792.31	c inspects		: 17480794567
1800.08/1792.31	c shortcuts		: 0
1800.08/1792.31	c learnt literals	: 0
1800.08/1792.31	c learnt binary clauses	: 0
1800.08/1792.31	c learnt ternary clauses	: 0
1800.08/1792.31	c learnt constraints	: 5535645
1800.08/1792.31	c ignored constraints	: 0
1800.08/1792.31	c root simplifications	: 275
1800.08/1792.31	c removed literals (reason simplification)	: 24861491
1800.08/1792.31	c reason swapping (by a shorter reason)	: 0
1800.08/1792.31	c Calls to reduceDB	: 100
1800.08/1792.31	c number of reductions to clauses (during analyze)	: 0
1800.08/1792.31	c number of learned constraints concerned by reduction	: 0
1800.08/1792.31	c number of learning phase by resolution	: 0
1800.08/1792.31	c number of learning phase by cutting planes	: 0
1800.08/1792.31	c speed (assignments/second)	: 94824.01878478134
1800.08/1792.31	c non guided choices	56
1800.08/1792.35	c learnt constraints type 
1800.08/1792.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 188689
1800.08/1792.35	c constraints type 
1800.08/1792.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 144
1800.08/1792.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
1800.08/1792.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 253
1800.08/1792.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 338
1800.08/1792.35	c 737 constraints processed.
1800.08/1792.35	s UNKNOWN
1800.08/1792.35	c Total wall clock time (in seconds): 1792.236

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

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.09 2.02 2.01 3/194 28441
/proc/meminfo: memFree=30884088/32873844 swapFree=6600/6600
[pid=28441] ppid=28439 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/28441/stat : 28441 (java) R 28439 28441 28151 0 -1 4202496 982 0 0 0 0 0 0 0 20 0 1 0 278594123 23793664 708 33554432000 1073741824 1073778376 140735742731200 140735742720264 213410429008 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28441/statm: 5809 708 522 9 0 128 0

[startup+0.089748 s]
/proc/loadavg: 2.09 2.02 2.01 3/194 28441
/proc/meminfo: memFree=30884088/32873844 swapFree=6600/6600
[pid=28441] ppid=28439 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/28441/stat : 28441 (java) S 28439 28441 28151 0 -1 4202496 4248 0 1 0 7 2 0 0 20 0 18 0 278594123 9787842560 5454 33554432000 1073741824 1073778376 140735742731200 140735742722336 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28441/statm: 2389610 5455 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.100317 s]
/proc/loadavg: 2.09 2.02 2.01 3/194 28441
/proc/meminfo: memFree=30884088/32873844 swapFree=6600/6600
[pid=28441] ppid=28439 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/28441/stat : 28441 (java) S 28439 28441 28151 0 -1 4202496 4294 0 1 0 8 2 0 0 20 0 18 0 278594123 9787842560 6011 33554432000 1073741824 1073778376 140735742731200 140735742722336 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28441/statm: 2389610 6011 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300174 s]
/proc/loadavg: 2.09 2.02 2.01 3/194 28441
/proc/meminfo: memFree=30884088/32873844 swapFree=6600/6600
[pid=28441] ppid=28439 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/28441/stat : 28441 (java) S 28439 28441 28151 0 -1 4202496 6995 0 1 0 48 3 0 0 20 0 19 0 278594123 9856004096 8718 33554432000 1073741824 1073778376 140735742731200 140735742722336 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28441/statm: 2406251 8718 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625004

[startup+0.700273 s]
/proc/loadavg: 2.09 2.02 2.01 3/194 28441
/proc/meminfo: memFree=30884088/32873844 swapFree=6600/6600
[pid=28441] ppid=28439 vsize=9625004 CPUtime=1.13 cores=1,3,5,7
/proc/28441/stat : 28441 (java) S 28439 28441 28151 0 -1 4202496 7969 0 1 0 110 3 0 0 20 0 19 0 278594123 9856004096 9759 33554432000 1073741824 1073778376 140735742731200 140735742722336 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28441/statm: 2406251 9759 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9625004

[startup+1.50075 s]
/proc/loadavg: 2.08 2.02 2.00 3/213 28460
/proc/meminfo: memFree=30834736/32873844 swapFree=6600/6600
[pid=28441] ppid=28439 vsize=9625004 CPUtime=2.08 cores=1,3,5,7
/proc/28441/stat : 28441 (java) S 28439 28441 28151 0 -1 4202496 9316 0 1 0 204 4 0 0 20 0 19 0 278594123 9856004096 14433 33554432000 1073741824 1073778376 140735742731200 140735742722336 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28441/statm: 2406251 14433 2276 9 0 2396937 0
[pid=28441/tid=28443] ppid=28439 vsize=9625004 CPUtime=1.44 cores=1,3,5,7
/proc/28441/task/28443/stat : 28443 (java) R 28439 28441 28151 0 -1 4202560 2524 0 1 0 143 1 0 0 20 0 19 0 278594124 9856004096 14433 33554432000 1073741824 1073778376 140735742731200 140231233417800 140231102145255 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28441/tid=28444] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28444/stat : 28444 (java) S 28439 28441 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278594125 9856004096 14433 33554432000 1073741824 1073778376 140735742731200 140231222479784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28441/tid=28445] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28445/stat : 28445 (java) S 28439 28441 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278594125 9856004096 14433 33554432000 1073741824 1073778376 140735742731200 140231221427240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28441/tid=28446] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28446/stat : 28446 (java) S 28439 28441 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278594125 9856004096 14433 33554432000 1073741824 1073778376 140735742731200 140231220374184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28441/tid=28447] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28447/stat : 28447 (java) S 28439 28441 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278594125 9856004096 14433 33554432000 1073741824 1073778376 140735742731200 140231074069288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28441/tid=28448] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28448/stat : 28448 (java) S 28439 28441 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278594125 9856004096 14433 33554432000 1073741824 1073778376 140735742731200 140231073016232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28441/tid=28449] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28449/stat : 28449 (java) S 28439 28441 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278594125 9856004096 14433 33554432000 1073741824 1073778376 140735742731200 140231071963688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28441/tid=28450] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28450/stat : 28450 (java) S 28439 28441 28151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278594125 9856004096 14433 33554432000 1073741824 1073778376 140735742731200 140231070910632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28441/tid=28451] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28451/stat : 28451 (java) S 28439 28441 28151 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278594125 9856004096 14433 33554432000 1073741824 1073778376 140735742731200 140231069858088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28441/tid=28452] ppid=28439 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/28441/task/28452/stat : 28452 (java) S 28439 28441 28151 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 19 0 278594126 9856004096 14433 33554432000 1073741824 1073778376 140735742731200 140231057660776 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28453] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28453/stat : 28453 (java) S 28439 28441 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278594126 9856004096 14433 33554432000 1073741824 1073778376 140735742731200 140231056607096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28454] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28454/stat : 28454 (java) S 28439 28441 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278594126 9856004096 14433 33554432000 1073741824 1073778376 140735742731200 140231055553928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28455] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28455/stat : 28455 (java) S 28439 28441 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278594128 9856004096 14433 33554432000 1073741824 1073778376 140735742731200 140231054502672 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28456] ppid=28439 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/28441/task/28456/stat : 28456 (java) S 28439 28441 28151 0 -1 4202560 3457 0 0 0 31 0 0 0 20 0 19 0 278594128 9856004096 14433 33554432000 1073741824 1073778376 140735742731200 140231053449528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28441/tid=28457] ppid=28439 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/28441/task/28457/stat : 28457 (java) S 28439 28441 28151 0 -1 4202560 2089 0 0 0 24 0 0 0 20 0 19 0 278594128 9856004096 14433 33554432000 1073741824 1073778376 140735742731200 140231052396984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28458] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28458/stat : 28458 (java) S 28439 28441 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278594128 9856004096 14433 33554432000 1073741824 1073778376 140735742731200 140231051344120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28441/tid=28459] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28459/stat : 28459 (java) S 28439 28441 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278594128 9856004096 14433 33554432000 1073741824 1073778376 140735742731200 140231050291784 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28441/tid=28460] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28460/stat : 28460 (java) S 28439 28441 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278594146 9856004096 14433 33554432000 1073741824 1073778376 140735742731200 140231049238056 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9625004

[startup+3.10081 s]
/proc/loadavg: 2.08 2.02 2.00 3/213 28460
/proc/meminfo: memFree=30824372/32873844 swapFree=6600/6600
[pid=28441] ppid=28439 vsize=9625004 CPUtime=3.72 cores=1,3,5,7
/proc/28441/stat : 28441 (java) S 28439 28441 28151 0 -1 4202496 9343 0 1 0 368 4 0 0 20 0 19 0 278594123 9856004096 16494 33554432000 1073741824 1073778376 140735742731200 140735742722336 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28441/statm: 2406251 16494 2276 9 0 2396937 0
[pid=28441/tid=28443] ppid=28439 vsize=9625004 CPUtime=2.98 cores=1,3,5,7
/proc/28441/task/28443/stat : 28443 (java) R 28439 28441 28151 0 -1 4202560 2525 0 1 0 297 1 0 0 20 0 19 0 278594124 9856004096 16494 33554432000 1073741824 1073778376 140735742731200 140231233417640 140231102118537 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28441/tid=28444] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28444/stat : 28444 (java) S 28439 28441 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278594125 9856004096 16494 33554432000 1073741824 1073778376 140735742731200 140231222479784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28441/tid=28445] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28445/stat : 28445 (java) S 28439 28441 28151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278594125 9856004096 16494 33554432000 1073741824 1073778376 140735742731200 140231221427240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28441/tid=28446] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28446/stat : 28446 (java) S 28439 28441 28151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278594125 9856004096 16494 33554432000 1073741824 1073778376 140735742731200 140231220374184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28441/tid=28447] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28447/stat : 28447 (java) S 28439 28441 28151 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 278594125 9856004096 16494 33554432000 1073741824 1073778376 140735742731200 140231074069288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28448] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28448/stat : 28448 (java) S 28439 28441 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278594125 9856004096 16494 33554432000 1073741824 1073778376 140735742731200 140231073016232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28441/tid=28449] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28449/stat : 28449 (java) S 28439 28441 28151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278594125 9856004096 16494 33554432000 1073741824 1073778376 140735742731200 140231071963688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28450] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28450/stat : 28450 (java) S 28439 28441 28151 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278594125 9856004096 16494 33554432000 1073741824 1073778376 140735742731200 140231070910632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28451] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28451/stat : 28451 (java) S 28439 28441 28151 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278594125 9856004096 16494 33554432000 1073741824 1073778376 140735742731200 140231069858088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28441/tid=28452] ppid=28439 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/28441/task/28452/stat : 28452 (java) S 28439 28441 28151 0 -1 4202560 33 0 0 0 5 0 0 0 20 0 19 0 278594126 9856004096 16494 33554432000 1073741824 1073778376 140735742731200 140231057660776 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28453] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28453/stat : 28453 (java) S 28439 28441 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278594126 9856004096 16494 33554432000 1073741824 1073778376 140735742731200 140231056607096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28454] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28454/stat : 28454 (java) S 28439 28441 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278594126 9856004096 16494 33554432000 1073741824 1073778376 140735742731200 140231055553928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28455] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28455/stat : 28455 (java) S 28439 28441 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278594128 9856004096 16494 33554432000 1073741824 1073778376 140735742731200 140231054502672 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28456] ppid=28439 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/28441/task/28456/stat : 28456 (java) S 28439 28441 28151 0 -1 4202560 3457 0 0 0 31 0 0 0 20 0 19 0 278594128 9856004096 16494 33554432000 1073741824 1073778376 140735742731200 140231053449528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28441/tid=28457] ppid=28439 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/28441/task/28457/stat : 28457 (java) S 28439 28441 28151 0 -1 4202560 2091 0 0 0 27 0 0 0 20 0 19 0 278594128 9856004096 16494 33554432000 1073741824 1073778376 140735742731200 140231052396984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28458] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28458/stat : 28458 (java) S 28439 28441 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278594128 9856004096 16494 33554432000 1073741824 1073778376 140735742731200 140231051344120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28441/tid=28459] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28459/stat : 28459 (java) S 28439 28441 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278594128 9856004096 16494 33554432000 1073741824 1073778376 140735742731200 140231050291784 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28441/tid=28460] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28460/stat : 28460 (java) S 28439 28441 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278594146 9856004096 16494 33554432000 1073741824 1073778376 140735742731200 140231049238056 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 9625004

[startup+6.30068 s]
/proc/loadavg: 2.08 2.02 2.00 3/213 28460
/proc/meminfo: memFree=30811184/32873844 swapFree=6600/6600
[pid=28441] ppid=28439 vsize=9625004 CPUtime=6.97 cores=1,3,5,7
/proc/28441/stat : 28441 (java) S 28439 28441 28151 0 -1 4202496 9372 0 1 0 692 5 0 0 20 0 19 0 278594123 9856004096 18219 33554432000 1073741824 1073778376 140735742731200 140735742722336 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28441/statm: 2406251 18219 2276 9 0 2396937 0
[pid=28441/tid=28443] ppid=28439 vsize=9625004 CPUtime=6.1 cores=1,3,5,7
/proc/28441/task/28443/stat : 28443 (java) R 28439 28441 28151 0 -1 4202560 2529 0 1 0 609 1 0 0 20 0 19 0 278594124 9856004096 18219 33554432000 1073741824 1073778376 140735742731200 140231233417640 140231102145255 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28441/tid=28444] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28444/stat : 28444 (java) S 28439 28441 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278594125 9856004096 18219 33554432000 1073741824 1073778376 140735742731200 140231222479784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28441/tid=28445] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28445/stat : 28445 (java) S 28439 28441 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278594125 9856004096 18219 33554432000 1073741824 1073778376 140735742731200 140231221427240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28441/tid=28446] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28446/stat : 28446 (java) S 28439 28441 28151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278594125 9856004096 18219 33554432000 1073741824 1073778376 140735742731200 140231220374184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28441/tid=28447] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28447/stat : 28447 (java) S 28439 28441 28151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 278594125 9856004096 18219 33554432000 1073741824 1073778376 140735742731200 140231074069288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28448] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28448/stat : 28448 (java) S 28439 28441 28151 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278594125 9856004096 18219 33554432000 1073741824 1073778376 140735742731200 140231073016232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28441/tid=28449] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28449/stat : 28449 (java) S 28439 28441 28151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278594125 9856004096 18219 33554432000 1073741824 1073778376 140735742731200 140231071963688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28441/tid=28450] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28450/stat : 28450 (java) S 28439 28441 28151 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278594125 9856004096 18219 33554432000 1073741824 1073778376 140735742731200 140231070910632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28441/tid=28451] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28451/stat : 28451 (java) S 28439 28441 28151 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 278594125 9856004096 18219 33554432000 1073741824 1073778376 140735742731200 140231069858088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28441/tid=28452] ppid=28439 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/28441/task/28452/stat : 28452 (java) S 28439 28441 28151 0 -1 4202560 36 0 0 0 11 0 0 0 20 0 19 0 278594126 9856004096 18219 33554432000 1073741824 1073778376 140735742731200 140231057660776 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28441/tid=28453] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28453/stat : 28453 (java) S 28439 28441 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278594126 9856004096 18219 33554432000 1073741824 1073778376 140735742731200 140231056607096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28454] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28454/stat : 28454 (java) S 28439 28441 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278594126 9856004096 18219 33554432000 1073741824 1073778376 140735742731200 140231055553928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28455] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28455/stat : 28455 (java) S 28439 28441 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278594128 9856004096 18219 33554432000 1073741824 1073778376 140735742731200 140231054502672 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28456] ppid=28439 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/28441/task/28456/stat : 28456 (java) S 28439 28441 28151 0 -1 4202560 3457 0 0 0 31 0 0 0 20 0 19 0 278594128 9856004096 18219 33554432000 1073741824 1073778376 140735742731200 140231053449528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28441/tid=28457] ppid=28439 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/28441/task/28457/stat : 28457 (java) S 28439 28441 28151 0 -1 4202560 2091 0 0 0 27 0 0 0 20 0 19 0 278594128 9856004096 18219 33554432000 1073741824 1073778376 140735742731200 140231052396984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28458] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28458/stat : 28458 (java) S 28439 28441 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278594128 9856004096 18219 33554432000 1073741824 1073778376 140735742731200 140231051344120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28441/tid=28459] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28459/stat : 28459 (java) S 28439 28441 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278594128 9856004096 18219 33554432000 1073741824 1073778376 140735742731200 140231050291784 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28441/tid=28460] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28460/stat : 28460 (java) S 28439 28441 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278594146 9856004096 18219 33554432000 1073741824 1073778376 140735742731200 140231049238056 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.97
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]

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

[pid=28441/tid=28456] ppid=28439 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/28441/task/28456/stat : 28456 (java) S 28439 28441 28151 0 -1 4202560 3457 0 0 0 31 0 0 0 20 0 19 0 278594128 9856004096 91435 33554432000 1073741824 1073778376 140735742731200 140231053449528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28441/tid=28457] ppid=28439 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/28441/task/28457/stat : 28457 (java) S 28439 28441 28151 0 -1 4202560 2095 0 0 0 29 0 0 0 20 0 19 0 278594128 9856004096 91435 33554432000 1073741824 1073778376 140735742731200 140231052396984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28458] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28458/stat : 28458 (java) S 28439 28441 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278594128 9856004096 91435 33554432000 1073741824 1073778376 140735742731200 140231051344120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28441/tid=28459] ppid=28439 vsize=9625004 CPUtime=0.88 cores=1,3,5,7
/proc/28441/task/28459/stat : 28459 (java) S 28439 28441 28151 0 -1 4202560 99 0 0 0 40 48 0 0 20 0 19 0 278594128 9856004096 91435 33554432000 1073741824 1073778376 140735742731200 140231050291784 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28441/tid=28460] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28460/stat : 28460 (java) S 28439 28441 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278594146 9856004096 91435 33554432000 1073741824 1073778376 140735742731200 140231049238056 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1729.99
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 28532
/proc/meminfo: memFree=30250480/32873844 swapFree=6600/6600
[pid=28441] ppid=28439 vsize=9625004 CPUtime=1790.07 cores=1,3,5,7
/proc/28441/stat : 28441 (java) S 28439 28441 28151 0 -1 4202496 11793 0 1 0 178861 146 0 0 20 0 19 0 278594123 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140735742722336 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28441/statm: 2406251 91947 2277 9 0 2396937 0
[pid=28441/tid=28443] ppid=28439 vsize=9625004 CPUtime=1770.14 cores=1,3,5,7
/proc/28441/task/28443/stat : 28443 (java) R 28439 28441 28151 0 -1 4202560 2660 0 1 0 176984 30 0 0 20 0 19 0 278594124 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231233417520 140231102208587 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28441/tid=28444] ppid=28439 vsize=9625004 CPUtime=1 cores=1,3,5,7
/proc/28441/task/28444/stat : 28444 (java) S 28439 28441 28151 0 -1 4202560 453 0 0 0 96 4 0 0 20 0 19 0 278594125 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231222479784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28445] ppid=28439 vsize=9625004 CPUtime=0.91 cores=1,3,5,7
/proc/28441/task/28445/stat : 28445 (java) S 28439 28441 28151 0 -1 4202560 224 0 0 0 87 4 0 0 20 0 19 0 278594125 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231221427240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28446] ppid=28439 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/28441/task/28446/stat : 28446 (java) S 28439 28441 28151 0 -1 4202560 115 0 0 0 90 4 0 0 20 0 19 0 278594125 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231220374184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28447] ppid=28439 vsize=9625004 CPUtime=0.92 cores=1,3,5,7
/proc/28441/task/28447/stat : 28447 (java) S 28439 28441 28151 0 -1 4202560 179 0 0 0 88 4 0 0 20 0 19 0 278594125 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231074069288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28441/tid=28448] ppid=28439 vsize=9625004 CPUtime=0.95 cores=1,3,5,7
/proc/28441/task/28448/stat : 28448 (java) S 28439 28441 28151 0 -1 4202560 300 0 0 0 90 5 0 0 20 0 19 0 278594125 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231073016232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28441/tid=28449] ppid=28439 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/28441/task/28449/stat : 28449 (java) S 28439 28441 28151 0 -1 4202560 201 0 0 0 83 3 0 0 20 0 19 0 278594125 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231071963688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28441/tid=28450] ppid=28439 vsize=9625004 CPUtime=1.01 cores=1,3,5,7
/proc/28441/task/28450/stat : 28450 (java) S 28439 28441 28151 0 -1 4202560 394 0 0 0 97 4 0 0 20 0 19 0 278594125 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231070910632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28441/tid=28451] ppid=28439 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/28441/task/28451/stat : 28451 (java) S 28439 28441 28151 0 -1 4202560 291 0 0 0 89 5 0 0 20 0 19 0 278594125 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231069858088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28441/tid=28452] ppid=28439 vsize=9625004 CPUtime=5.39 cores=1,3,5,7
/proc/28441/task/28452/stat : 28452 (java) S 28439 28441 28151 0 -1 4202560 139 0 0 0 534 5 0 0 20 0 19 0 278594126 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231057660776 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28441/tid=28453] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28453/stat : 28453 (java) S 28439 28441 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278594126 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231056607096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28454] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28454/stat : 28454 (java) S 28439 28441 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278594126 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231055553928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28455] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28455/stat : 28455 (java) S 28439 28441 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278594128 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231054502672 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28456] ppid=28439 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/28441/task/28456/stat : 28456 (java) S 28439 28441 28151 0 -1 4202560 3457 0 0 0 31 0 0 0 20 0 19 0 278594128 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231053449528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28441/tid=28457] ppid=28439 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/28441/task/28457/stat : 28457 (java) S 28439 28441 28151 0 -1 4202560 2095 0 0 0 29 0 0 0 20 0 19 0 278594128 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231052396984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28458] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28458/stat : 28458 (java) S 28439 28441 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278594128 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231051344120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28441/tid=28459] ppid=28439 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/28441/task/28459/stat : 28459 (java) S 28439 28441 28151 0 -1 4202560 103 0 0 0 41 49 0 0 20 0 19 0 278594128 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231050291784 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28441/tid=28460] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28460/stat : 28460 (java) S 28439 28441 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278594146 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231049238056 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1790.07
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 28532
/proc/meminfo: memFree=30248556/32873844 swapFree=6600/6600
[pid=28441] ppid=28439 vsize=9625004 CPUtime=1800.08 cores=1,3,5,7
/proc/28441/stat : 28441 (java) S 28439 28441 28151 0 -1 4202496 11793 0 1 0 179861 147 0 0 20 0 19 0 278594123 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140735742722336 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28441/statm: 2406251 91947 2277 9 0 2396937 0
[pid=28441/tid=28443] ppid=28439 vsize=9625004 CPUtime=1780.11 cores=1,3,5,7
/proc/28441/task/28443/stat : 28443 (java) R 28439 28441 28151 0 -1 4202560 2660 0 1 0 177980 31 0 0 20 0 19 0 278594124 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231233417520 140231102117953 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28441/tid=28444] ppid=28439 vsize=9625004 CPUtime=1 cores=1,3,5,7
/proc/28441/task/28444/stat : 28444 (java) S 28439 28441 28151 0 -1 4202560 453 0 0 0 96 4 0 0 20 0 19 0 278594125 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231222479784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28445] ppid=28439 vsize=9625004 CPUtime=0.91 cores=1,3,5,7
/proc/28441/task/28445/stat : 28445 (java) S 28439 28441 28151 0 -1 4202560 224 0 0 0 87 4 0 0 20 0 19 0 278594125 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231221427240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28446] ppid=28439 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/28441/task/28446/stat : 28446 (java) S 28439 28441 28151 0 -1 4202560 115 0 0 0 90 4 0 0 20 0 19 0 278594125 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231220374184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28447] ppid=28439 vsize=9625004 CPUtime=0.92 cores=1,3,5,7
/proc/28441/task/28447/stat : 28447 (java) S 28439 28441 28151 0 -1 4202560 179 0 0 0 88 4 0 0 20 0 19 0 278594125 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231074069288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28441/tid=28448] ppid=28439 vsize=9625004 CPUtime=0.95 cores=1,3,5,7
/proc/28441/task/28448/stat : 28448 (java) S 28439 28441 28151 0 -1 4202560 300 0 0 0 90 5 0 0 20 0 19 0 278594125 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231073016232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28441/tid=28449] ppid=28439 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/28441/task/28449/stat : 28449 (java) S 28439 28441 28151 0 -1 4202560 201 0 0 0 83 3 0 0 20 0 19 0 278594125 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231071963688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28441/tid=28450] ppid=28439 vsize=9625004 CPUtime=1.01 cores=1,3,5,7
/proc/28441/task/28450/stat : 28450 (java) S 28439 28441 28151 0 -1 4202560 394 0 0 0 97 4 0 0 20 0 19 0 278594125 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231070910632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28441/tid=28451] ppid=28439 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/28441/task/28451/stat : 28451 (java) S 28439 28441 28151 0 -1 4202560 291 0 0 0 89 5 0 0 20 0 19 0 278594125 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231069858088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28441/tid=28452] ppid=28439 vsize=9625004 CPUtime=5.39 cores=1,3,5,7
/proc/28441/task/28452/stat : 28452 (java) S 28439 28441 28151 0 -1 4202560 139 0 0 0 534 5 0 0 20 0 19 0 278594126 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231057660776 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28441/tid=28453] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28453/stat : 28453 (java) S 28439 28441 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278594126 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231056607096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28454] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28454/stat : 28454 (java) S 28439 28441 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278594126 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231055553928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28455] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28455/stat : 28455 (java) S 28439 28441 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278594128 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231054502672 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28456] ppid=28439 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/28441/task/28456/stat : 28456 (java) S 28439 28441 28151 0 -1 4202560 3457 0 0 0 31 0 0 0 20 0 19 0 278594128 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231053449528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28441/tid=28457] ppid=28439 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/28441/task/28457/stat : 28457 (java) S 28439 28441 28151 0 -1 4202560 2095 0 0 0 29 0 0 0 20 0 19 0 278594128 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231052396984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28458] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28458/stat : 28458 (java) S 28439 28441 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278594128 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231051344120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28441/tid=28459] ppid=28439 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/28441/task/28459/stat : 28459 (java) S 28439 28441 28151 0 -1 4202560 103 0 0 0 41 49 0 0 20 0 19 0 278594128 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231050291784 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28441/tid=28460] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28460/stat : 28460 (java) S 28439 28441 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278594146 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231049238056 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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+1792.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 28532
/proc/meminfo: memFree=30248556/32873844 swapFree=6600/6600
[pid=28441] ppid=28439 vsize=9625004 CPUtime=1800.08 cores=1,3,5,7
/proc/28441/stat : 28441 (java) S 28439 28441 28151 0 -1 4202496 11793 0 1 0 179861 147 0 0 20 0 19 0 278594123 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140735742722336 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28441/statm: 2406251 91947 2277 9 0 2396937 0
[pid=28441/tid=28443] ppid=28439 vsize=9625004 CPUtime=1780.11 cores=1,3,5,7
/proc/28441/task/28443/stat : 28443 (java) R 28439 28441 28151 0 -1 4202560 2660 0 1 0 177980 31 0 0 20 0 19 0 278594124 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231233417520 140231102117953 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28441/tid=28444] ppid=28439 vsize=9625004 CPUtime=1 cores=1,3,5,7
/proc/28441/task/28444/stat : 28444 (java) S 28439 28441 28151 0 -1 4202560 453 0 0 0 96 4 0 0 20 0 19 0 278594125 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231222479784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28445] ppid=28439 vsize=9625004 CPUtime=0.91 cores=1,3,5,7
/proc/28441/task/28445/stat : 28445 (java) S 28439 28441 28151 0 -1 4202560 224 0 0 0 87 4 0 0 20 0 19 0 278594125 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231221427240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28446] ppid=28439 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/28441/task/28446/stat : 28446 (java) S 28439 28441 28151 0 -1 4202560 115 0 0 0 90 4 0 0 20 0 19 0 278594125 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231220374184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28447] ppid=28439 vsize=9625004 CPUtime=0.92 cores=1,3,5,7
/proc/28441/task/28447/stat : 28447 (java) S 28439 28441 28151 0 -1 4202560 179 0 0 0 88 4 0 0 20 0 19 0 278594125 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231074069288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28441/tid=28448] ppid=28439 vsize=9625004 CPUtime=0.95 cores=1,3,5,7
/proc/28441/task/28448/stat : 28448 (java) S 28439 28441 28151 0 -1 4202560 300 0 0 0 90 5 0 0 20 0 19 0 278594125 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231073016232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28441/tid=28449] ppid=28439 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/28441/task/28449/stat : 28449 (java) S 28439 28441 28151 0 -1 4202560 201 0 0 0 83 3 0 0 20 0 19 0 278594125 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231071963688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28441/tid=28450] ppid=28439 vsize=9625004 CPUtime=1.01 cores=1,3,5,7
/proc/28441/task/28450/stat : 28450 (java) S 28439 28441 28151 0 -1 4202560 394 0 0 0 97 4 0 0 20 0 19 0 278594125 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231070910632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28441/tid=28451] ppid=28439 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/28441/task/28451/stat : 28451 (java) S 28439 28441 28151 0 -1 4202560 291 0 0 0 89 5 0 0 20 0 19 0 278594125 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231069858088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28441/tid=28452] ppid=28439 vsize=9625004 CPUtime=5.39 cores=1,3,5,7
/proc/28441/task/28452/stat : 28452 (java) S 28439 28441 28151 0 -1 4202560 139 0 0 0 534 5 0 0 20 0 19 0 278594126 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231057660776 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28441/tid=28453] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28453/stat : 28453 (java) S 28439 28441 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278594126 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231056607096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28454] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28454/stat : 28454 (java) S 28439 28441 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278594126 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231055553928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28455] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28455/stat : 28455 (java) S 28439 28441 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278594128 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231054502672 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28456] ppid=28439 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/28441/task/28456/stat : 28456 (java) S 28439 28441 28151 0 -1 4202560 3457 0 0 0 31 0 0 0 20 0 19 0 278594128 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231053449528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28441/tid=28457] ppid=28439 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/28441/task/28457/stat : 28457 (java) S 28439 28441 28151 0 -1 4202560 2095 0 0 0 29 0 0 0 20 0 19 0 278594128 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231052396984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28441/tid=28458] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28458/stat : 28458 (java) S 28439 28441 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278594128 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231051344120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28441/tid=28459] ppid=28439 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/28441/task/28459/stat : 28459 (java) S 28439 28441 28151 0 -1 4202560 103 0 0 0 41 49 0 0 20 0 19 0 278594128 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231050291784 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28441/tid=28460] ppid=28439 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28441/task/28460/stat : 28460 (java) S 28439 28441 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278594146 9856004096 91947 33554432000 1073741824 1073778376 140735742731200 140231049238056 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28441 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=577334
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=323798
# CPU time returned by wait4() is 1794.9
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1792.36
CPU time (s): 1800.08
CPU user time (s): 1798.61
CPU system time (s): 1.47
CPU usage (%): 100.431
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.58
system time used= 1.3238
maximum resident set size= 367944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11836
page faults= 1
swaps= 0
block input operations= 8
block output operations= 1640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40688
involuntary context switches= 17142

runsolver used 6.42302 second user time and 16.6315 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-27 15:18:13
IDJOB=3709825
IDBENCH=1167
IDSOLVER=2289
FILE ID=node140/3709825-1338124693
RUNJOBID= node140-1338124688-28168
PBS_JOBID= 14624514
Free space on /tmp= 71336 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army13.24ls.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-3709825-1338124693/watcher-3709825-1338124693 -o /tmp/evaluation-result-3709825-1338124693/solver-3709825-1338124693 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709825-1338124693.opb

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

MD5SUM BENCH= 1a4510076d9024b805728ffe22c0d108
RANDOM SEED=886731902

node140.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		: 2667.094
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	: 5334.18
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		: 2667.094
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	: 5331.91
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		: 2667.094
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	: 5331.91
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		: 2667.094
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	: 5331.91
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		: 2667.094
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	: 5331.92
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		: 2667.094
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	: 5331.88
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		: 2667.094
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	: 5331.90
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		: 2667.094
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30884352 kB
Buffers:          377652 kB
Cached:           690172 kB
SwapCached:         1492 kB
Active:           888716 kB
Inactive:         229420 kB
Active(anon):      42228 kB
Inactive(anon):     8612 kB
Active(file):     846488 kB
Inactive(file):   220808 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105300 kB
Dirty:              2056 kB
Writeback:             0 kB
AnonPages:         89016 kB
Mapped:            19940 kB
Shmem:                 8 kB
Slab:             719960 kB
SReclaimable:     160624 kB
SUnreclaim:       559336 kB
KernelStack:        1760 kB
PageTables:         4276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 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= 71332 MiB
End job on node140 at 2012-05-27 15:48:07