Trace number 3709727

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 1794.95

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga20_19_sat_pb.cnf.cr.opb
MD5SUMb78a12a55fc2dc824a87cdde553acbe6
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 benchmark0.003998
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables570
Total number of constraints438
Number of constraints which are clauses399
Number of constraints which are cardinality constraints (but not clauses)39
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint20
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 21
Number of bits of the biggest sum of numbers5
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.08/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.12	c configuring ORDERS
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=true
0.08/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3709727-1338128339.opb
0.08/0.12	c reading problem ... 
0.26/0.23	c ... done. Wall clock time 0.106s.
0.26/0.23	c declared #vars     570
0.26/0.23	c #constraints  438
0.26/0.23	c constraints type 
0.26/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 399
0.26/0.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 39
0.26/0.23	c 438 constraints processed.
1.12/0.85	c cleaning 2500 clauses out of 5000 with flag 5000/5000
2.00/1.60	c cleaning 4248 clauses out of 8501 with flag 11001/11001
3.01/2.69	c cleaning 5626 clauses out of 11254 with flag 18002/18002
4.53/4.19	c cleaning 6810 clauses out of 13629 with flag 26003/26003
6.60/6.14	c cleaning 7909 clauses out of 15818 with flag 35002/35002
8.51/8.04	c cleaning 8952 clauses out of 17908 with flag 45001/45001
10.92/10.46	c cleaning 9970 clauses out of 19956 with flag 56001/56001
12.95/12.42	c cleaning 10982 clauses out of 21985 with flag 68000/68000
15.76/15.29	c cleaning 12002 clauses out of 24003 with flag 81000/81000
18.79/18.20	c cleaning 12994 clauses out of 26001 with flag 95000/95000
21.73/21.11	c cleaning 14005 clauses out of 28016 with flag 110009/110009
25.26/24.66	c cleaning 14986 clauses out of 30002 with flag 126000/126000
28.98/28.36	c cleaning 15998 clauses out of 32016 with flag 143000/143000
33.49/32.84	c cleaning 17007 clauses out of 34018 with flag 161000/161000
38.73/38.01	c cleaning 18005 clauses out of 36013 with flag 180002/180002
44.27/43.51	c cleaning 18987 clauses out of 38006 with flag 200000/200000
50.99/50.25	c cleaning 20006 clauses out of 40019 with flag 221000/221000
58.22/57.47	c cleaning 21003 clauses out of 42014 with flag 243001/243001
66.24/65.42	c cleaning 21988 clauses out of 44012 with flag 266002/266002
73.18/72.31	c cleaning 23001 clauses out of 46022 with flag 290000/290000
79.81/78.91	c cleaning 23999 clauses out of 48022 with flag 315001/315001
86.73/85.89	c cleaning 25002 clauses out of 50026 with flag 341004/341004
96.78/95.88	c cleaning 26008 clauses out of 52022 with flag 368002/368002
108.07/107.03	c cleaning 27000 clauses out of 54016 with flag 396004/396004
116.60/115.53	c cleaning 28005 clauses out of 56012 with flag 425000/425000
126.04/124.96	c cleaning 29003 clauses out of 58009 with flag 455002/455002
136.99/135.86	c cleaning 29998 clauses out of 60005 with flag 486001/486001
149.03/147.84	c cleaning 31000 clauses out of 62007 with flag 518001/518001
161.09/159.87	c cleaning 32001 clauses out of 64007 with flag 551001/551001
173.03/171.71	c cleaning 32999 clauses out of 66005 with flag 585000/585000
185.48/184.16	c cleaning 33999 clauses out of 68006 with flag 620000/620000
200.50/199.08	c cleaning 35003 clauses out of 70012 with flag 656005/656005
212.93/211.47	c cleaning 35998 clauses out of 72005 with flag 693001/693001
225.26/223.70	c cleaning 36998 clauses out of 74008 with flag 731002/731002
240.23/238.68	c cleaning 38003 clauses out of 76012 with flag 770004/770004
255.42/253.71	c cleaning 38999 clauses out of 78006 with flag 810001/810001
272.05/270.35	c cleaning 39992 clauses out of 80006 with flag 851000/851000
288.61/286.85	c cleaning 41004 clauses out of 82015 with flag 893001/893001
303.36/301.58	c cleaning 42002 clauses out of 84010 with flag 936000/936000
319.40/317.53	c cleaning 43001 clauses out of 86010 with flag 980002/980002
338.77/336.87	c cleaning 43997 clauses out of 88008 with flag 1025001/1025001
359.22/357.27	c cleaning 45003 clauses out of 90011 with flag 1071001/1071001
376.80/374.73	c cleaning 46001 clauses out of 92008 with flag 1118001/1118001
394.47/392.35	c cleaning 46996 clauses out of 94007 with flag 1166001/1166001
412.01/409.86	c cleaning 48004 clauses out of 96010 with flag 1215000/1215000
432.30/430.06	c cleaning 49001 clauses out of 98011 with flag 1265005/1265005
453.97/451.61	c cleaning 50000 clauses out of 100006 with flag 1316001/1316001
473.06/470.60	c cleaning 50995 clauses out of 102006 with flag 1368001/1368001
494.65/492.14	c cleaning 51999 clauses out of 104010 with flag 1421000/1421000
516.92/514.30	c cleaning 52999 clauses out of 106011 with flag 1475000/1475000
541.38/538.72	c cleaning 53998 clauses out of 108013 with flag 1530001/1530001
569.56/566.84	c cleaning 55004 clauses out of 110015 with flag 1586001/1586001
592.75/589.97	c cleaning 55997 clauses out of 112010 with flag 1643000/1643000
623.46/620.62	c cleaning 56980 clauses out of 114013 with flag 1701000/1701000
651.63/648.76	c cleaning 58014 clauses out of 116035 with flag 1760002/1760002
675.60/672.66	c cleaning 59004 clauses out of 118019 with flag 1820000/1820000
701.10/698.09	c cleaning 60001 clauses out of 120015 with flag 1881000/1881000
724.86/721.74	c cleaning 61003 clauses out of 122016 with flag 1943002/1943002
749.74/746.51	c cleaning 61996 clauses out of 124011 with flag 2006000/2006000
772.80/769.56	c cleaning 63005 clauses out of 126015 with flag 2070000/2070000
801.18/797.82	c cleaning 64004 clauses out of 128011 with flag 2135001/2135001
831.37/827.91	c cleaning 65003 clauses out of 130010 with flag 2201004/2201004
860.76/857.27	c cleaning 65990 clauses out of 132003 with flag 2268000/2268000
891.25/887.66	c cleaning 67005 clauses out of 134014 with flag 2336001/2336001
926.81/923.14	c cleaning 68000 clauses out of 136010 with flag 2405002/2405002
953.42/949.67	c cleaning 68999 clauses out of 138008 with flag 2475000/2475000
993.94/990.16	c cleaning 69994 clauses out of 140009 with flag 2546000/2546000
1025.82/1021.93	c cleaning 71003 clauses out of 142017 with flag 2618002/2618002
1059.89/1055.99	c cleaning 71997 clauses out of 144012 with flag 2691000/2691000
1100.76/1096.78	c cleaning 73002 clauses out of 146016 with flag 2765001/2765001
1135.29/1131.27	c cleaning 74005 clauses out of 148013 with flag 2840000/2840000
1173.10/1169.07	c cleaning 74997 clauses out of 150008 with flag 2916000/2916000
1207.20/1203.02	c cleaning 76005 clauses out of 152012 with flag 2993001/2993001
1237.67/1233.42	c cleaning 77004 clauses out of 154009 with flag 3071003/3071003
1272.83/1268.56	c cleaning 77988 clauses out of 156003 with flag 3150001/3150001
1316.69/1312.33	c cleaning 79001 clauses out of 158016 with flag 3230002/3230002
1355.81/1351.44	c cleaning 80006 clauses out of 160019 with flag 3311006/3311006
1402.57/1398.17	c cleaning 80997 clauses out of 162007 with flag 3393000/3393000
1438.83/1434.40	c cleaning 81998 clauses out of 164015 with flag 3476005/3476005
1484.97/1480.48	c cleaning 83001 clauses out of 166014 with flag 3560002/3560002
1524.26/1519.60	c cleaning 84001 clauses out of 168015 with flag 3645004/3645004
1574.66/1569.92	c cleaning 85001 clauses out of 170012 with flag 3731002/3731002
1614.49/1609.76	c cleaning 86000 clauses out of 172009 with flag 3818000/3818000
1654.07/1649.27	c cleaning 86995 clauses out of 174011 with flag 3906002/3906002
1700.77/1695.89	c cleaning 88003 clauses out of 176014 with flag 3995000/3995000
1748.71/1743.73	c cleaning 88996 clauses out of 178011 with flag 4085000/4085000
1790.88/1785.81	c cleaning 90004 clauses out of 180015 with flag 4176000/4176000
1800.08/1794.91	c starts		: 253
1800.08/1794.91	c conflicts		: 4209678
1800.08/1794.91	c decisions		: 4620909
1800.08/1794.91	c propagations		: 76779665
1800.08/1794.91	c inspects		: 21577510501
1800.08/1794.91	c shortcuts		: 0
1800.08/1794.91	c learnt literals	: 0
1800.08/1794.91	c learnt binary clauses	: 0
1800.08/1794.91	c learnt ternary clauses	: 0
1800.08/1794.91	c learnt constraints	: 4209678
1800.08/1794.91	c ignored constraints	: 0
1800.08/1794.91	c root simplifications	: 253
1800.08/1794.91	c removed literals (reason simplification)	: 5936754
1800.08/1794.91	c reason swapping (by a shorter reason)	: 0
1800.08/1794.91	c Calls to reduceDB	: 87
1800.08/1794.91	c number of reductions to clauses (during analyze)	: 0
1800.08/1794.91	c number of learned constraints concerned by reduction	: 0
1800.08/1794.91	c number of learning phase by resolution	: 0
1800.08/1794.91	c number of learning phase by cutting planes	: 0
1800.08/1794.91	c speed (assignments/second)	: 42781.86671926663
1800.08/1794.91	c non guided choices	174
1800.08/1794.94	c learnt constraints type 
1800.08/1794.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 123758
1800.08/1794.94	c constraints type 
1800.08/1794.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 399
1800.08/1794.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 39
1800.08/1794.94	c 438 constraints processed.
1800.08/1794.94	s UNKNOWN
1800.08/1794.95	c Total wall clock time (in seconds): 1794.821

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-3709727-1338128339/watcher-3709727-1338128339 -o /tmp/evaluation-result-3709727-1338128339/solver-3709727-1338128339 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709727-1338128339.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.05 2.11 2.04 4/194 28900
/proc/meminfo: memFree=30319976/32873844 swapFree=6600/6600
[pid=28900] ppid=28898 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/28900/stat : 28900 (java) D 28898 28900 28151 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 278958736 9515008 183 33554432000 1073741824 1073778376 140734588654320 140734588645352 213419638453 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/28900/statm: 2323 183 140 9 0 71 0

[startup+0.0157269 s]
/proc/loadavg: 2.05 2.11 2.04 4/194 28900
/proc/meminfo: memFree=30319976/32873844 swapFree=6600/6600
[pid=28900] ppid=28898 vsize=96268 CPUtime=0 cores=1,3,5,7
/proc/28900/stat : 28900 (java) S 28898 28900 28151 0 -1 4202496 1290 0 0 0 0 0 0 0 20 0 2 0 278958736 98578432 989 33554432000 1073741824 1073778376 140735874749968 140735874741104 213422997565 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28900/statm: 24067 989 755 9 0 16773 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96268

[startup+0.100266 s]
/proc/loadavg: 2.05 2.11 2.04 4/194 28900
/proc/meminfo: memFree=30319976/32873844 swapFree=6600/6600
[pid=28900] ppid=28898 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/28900/stat : 28900 (java) S 28898 28900 28151 0 -1 4202496 4229 0 1 0 7 1 0 0 20 0 18 0 278958736 9787842560 5436 33554432000 1073741824 1073778376 140735874749968 140735874741104 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28900/statm: 2389610 5439 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300223 s]
/proc/loadavg: 2.05 2.11 2.04 4/194 28900
/proc/meminfo: memFree=30319976/32873844 swapFree=6600/6600
[pid=28900] ppid=28898 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/28900/stat : 28900 (java) S 28898 28900 28151 0 -1 4202496 6396 0 1 0 47 2 0 0 20 0 19 0 278958736 9856004096 8287 33554432000 1073741824 1073778376 140735874749968 140735874741104 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28900/statm: 2406251 8287 2239 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625004

[startup+0.700266 s]
/proc/loadavg: 2.05 2.11 2.04 4/194 28900
/proc/meminfo: memFree=30319976/32873844 swapFree=6600/6600
[pid=28900] ppid=28898 vsize=9625004 CPUtime=1 cores=1,3,5,7
/proc/28900/stat : 28900 (java) S 28898 28900 28151 0 -1 4202496 6798 0 1 0 98 2 0 0 20 0 19 0 278958736 9856004096 9916 33554432000 1073741824 1073778376 140735874749968 140735874741104 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28900/statm: 2406251 9916 2243 9 0 2396937 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9625004

[startup+1.5008 s]
/proc/loadavg: 2.04 2.11 2.04 2/193 28922
/proc/meminfo: memFree=30873036/32873844 swapFree=6600/6600
[pid=28900] ppid=28898 vsize=9625004 CPUtime=1.9 cores=1,3,5,7
/proc/28900/stat : 28900 (java) S 28898 28900 28151 0 -1 4202496 7045 0 1 0 187 3 0 0 20 0 19 0 278958736 9856004096 13070 33554432000 1073741824 1073778376 140735874749968 140735874741104 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28900/statm: 2406251 13070 2276 9 0 2396937 0
[pid=28900/tid=28902] ppid=28898 vsize=9625004 CPUtime=1.44 cores=1,3,5,7
/proc/28900/task/28902/stat : 28902 (java) R 28898 28900 28151 0 -1 4202560 2517 0 1 0 143 1 0 0 20 0 19 0 278958737 9856004096 13070 33554432000 1073741824 1073778376 140735874749968 140292744158488 140292573846528 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28900/tid=28903] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28903/stat : 28903 (java) S 28898 28900 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278958738 9856004096 13070 33554432000 1073741824 1073778376 140735874749968 140292705651240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28904] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28904/stat : 28904 (java) S 28898 28900 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958738 9856004096 13070 33554432000 1073741824 1073778376 140735874749968 140292704598440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28900/tid=28905] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28905/stat : 28905 (java) S 28898 28900 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958738 9856004096 13070 33554432000 1073741824 1073778376 140735874749968 140292703545640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28906] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28906/stat : 28906 (java) S 28898 28900 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278958738 9856004096 13070 33554432000 1073741824 1073778376 140735874749968 140292702492840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28900/tid=28907] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28907/stat : 28907 (java) S 28898 28900 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958738 9856004096 13070 33554432000 1073741824 1073778376 140735874749968 140292701441064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28908] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28908/stat : 28908 (java) S 28898 28900 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958738 9856004096 13070 33554432000 1073741824 1073778376 140735874749968 140292700388264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28900/tid=28909] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28909/stat : 28909 (java) S 28898 28900 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958738 9856004096 13070 33554432000 1073741824 1073778376 140735874749968 140292699335464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28910] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28910/stat : 28910 (java) S 28898 28900 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278958738 9856004096 13070 33554432000 1073741824 1073778376 140735874749968 140292698282664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28900/tid=28911] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28911/stat : 28911 (java) S 28898 28900 28151 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 278958739 9856004096 13070 33554432000 1073741824 1073778376 140735874749968 140292568095208 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28900/tid=28912] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28912/stat : 28912 (java) S 28898 28900 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278958740 9856004096 13070 33554432000 1073741824 1073778376 140735874749968 140292567041272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28913] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28913/stat : 28913 (java) S 28898 28900 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278958740 9856004096 13070 33554432000 1073741824 1073778376 140735874749968 140292565988360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28914] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28914/stat : 28914 (java) S 28898 28900 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958742 9856004096 13070 33554432000 1073741824 1073778376 140735874749968 140292564936848 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28915] ppid=28898 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/28900/task/28915/stat : 28915 (java) S 28898 28900 28151 0 -1 4202560 1421 0 0 0 20 0 0 0 20 0 19 0 278958742 9856004096 13070 33554432000 1073741824 1073778376 140735874749968 140292563884984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28916] ppid=28898 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/28900/task/28916/stat : 28916 (java) S 28898 28900 28151 0 -1 4202560 1869 0 0 0 20 0 0 0 20 0 19 0 278958742 9856004096 13070 33554432000 1073741824 1073778376 140735874749968 140292562832184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28900/tid=28917] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28917/stat : 28917 (java) S 28898 28900 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958742 9856004096 13070 33554432000 1073741824 1073778376 140735874749968 140292561779576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28900/tid=28918] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28918/stat : 28918 (java) S 28898 28900 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958742 9856004096 13070 33554432000 1073741824 1073778376 140735874749968 140292560726984 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28900/tid=28919] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28919/stat : 28919 (java) S 28898 28900 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278958760 9856004096 13070 33554432000 1073741824 1073778376 140735874749968 140292559672488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9625004

[startup+3.10068 s]
/proc/loadavg: 2.04 2.11 2.04 2/193 28922
/proc/meminfo: memFree=30862096/32873844 swapFree=6600/6600
[pid=28900] ppid=28898 vsize=9625004 CPUtime=3.53 cores=1,3,5,7
/proc/28900/stat : 28900 (java) S 28898 28900 28151 0 -1 4202496 7081 0 1 0 349 4 0 0 20 0 19 0 278958736 9856004096 17181 33554432000 1073741824 1073778376 140735874749968 140735874741104 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28900/statm: 2406251 17181 2276 9 0 2396937 0
[pid=28900/tid=28902] ppid=28898 vsize=9625004 CPUtime=3 cores=1,3,5,7
/proc/28900/task/28902/stat : 28902 (java) R 28898 28900 28151 0 -1 4202560 2519 0 1 0 299 1 0 0 20 0 19 0 278958737 9856004096 17181 33554432000 1073741824 1073778376 140735874749968 140292744159784 140292573846519 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28900/tid=28903] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28903/stat : 28903 (java) S 28898 28900 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278958738 9856004096 17181 33554432000 1073741824 1073778376 140735874749968 140292705651240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28900/tid=28904] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28904/stat : 28904 (java) S 28898 28900 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958738 9856004096 17181 33554432000 1073741824 1073778376 140735874749968 140292704598440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28900/tid=28905] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28905/stat : 28905 (java) S 28898 28900 28151 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278958738 9856004096 17181 33554432000 1073741824 1073778376 140735874749968 140292703545640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28900/tid=28906] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28906/stat : 28906 (java) S 28898 28900 28151 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 278958738 9856004096 17181 33554432000 1073741824 1073778376 140735874749968 140292702492840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28900/tid=28907] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28907/stat : 28907 (java) S 28898 28900 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958738 9856004096 17181 33554432000 1073741824 1073778376 140735874749968 140292701441064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28908] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28908/stat : 28908 (java) S 28898 28900 28151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278958738 9856004096 17181 33554432000 1073741824 1073778376 140735874749968 140292700388264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28900/tid=28909] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28909/stat : 28909 (java) S 28898 28900 28151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278958738 9856004096 17181 33554432000 1073741824 1073778376 140735874749968 140292699335464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28900/tid=28910] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28910/stat : 28910 (java) S 28898 28900 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278958738 9856004096 17181 33554432000 1073741824 1073778376 140735874749968 140292698282664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28900/tid=28911] ppid=28898 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/28900/task/28911/stat : 28911 (java) S 28898 28900 28151 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 19 0 278958739 9856004096 17181 33554432000 1073741824 1073778376 140735874749968 140292568095208 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28912] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28912/stat : 28912 (java) S 28898 28900 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278958740 9856004096 17181 33554432000 1073741824 1073778376 140735874749968 140292567041272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28913] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28913/stat : 28913 (java) S 28898 28900 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278958740 9856004096 17181 33554432000 1073741824 1073778376 140735874749968 140292565988360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28914] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28914/stat : 28914 (java) S 28898 28900 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958742 9856004096 17181 33554432000 1073741824 1073778376 140735874749968 140292564936848 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28915] ppid=28898 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/28900/task/28915/stat : 28915 (java) S 28898 28900 28151 0 -1 4202560 1421 0 0 0 20 0 0 0 20 0 19 0 278958742 9856004096 17181 33554432000 1073741824 1073778376 140735874749968 140292563884984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28916] ppid=28898 vsize=9625004 CPUtime=0.21 cores=1,3,5,7
/proc/28900/task/28916/stat : 28916 (java) S 28898 28900 28151 0 -1 4202560 1869 0 0 0 21 0 0 0 20 0 19 0 278958742 9856004096 17181 33554432000 1073741824 1073778376 140735874749968 140292562832184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28900/tid=28917] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28917/stat : 28917 (java) S 28898 28900 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958742 9856004096 17181 33554432000 1073741824 1073778376 140735874749968 140292561779576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28900/tid=28918] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28918/stat : 28918 (java) S 28898 28900 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958742 9856004096 17181 33554432000 1073741824 1073778376 140735874749968 140292560726984 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28900/tid=28919] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28919/stat : 28919 (java) S 28898 28900 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278958760 9856004096 17181 33554432000 1073741824 1073778376 140735874749968 140292559672488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9625004

[startup+6.30082 s]
/proc/loadavg: 2.04 2.11 2.04 3/213 28978
/proc/meminfo: memFree=30794532/32873844 swapFree=6600/6600
[pid=28900] ppid=28898 vsize=9625004 CPUtime=6.81 cores=1,3,5,7
/proc/28900/stat : 28900 (java) S 28898 28900 28151 0 -1 4202496 7198 0 1 0 676 5 0 0 20 0 19 0 278958736 9856004096 19197 33554432000 1073741824 1073778376 140735874749968 140735874741104 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28900/statm: 2406251 19197 2276 9 0 2396937 0
[pid=28900/tid=28902] ppid=28898 vsize=9625004 CPUtime=6.14 cores=1,3,5,7
/proc/28900/task/28902/stat : 28902 (java) R 28898 28900 28151 0 -1 4202560 2521 0 1 0 613 1 0 0 20 0 19 0 278958737 9856004096 19197 33554432000 1073741824 1073778376 140735874749968 140292744159496 140292573846200 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28900/tid=28903] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28903/stat : 28903 (java) S 28898 28900 28151 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 278958738 9856004096 19197 33554432000 1073741824 1073778376 140735874749968 140292705651240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28904] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28904/stat : 28904 (java) S 28898 28900 28151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278958738 9856004096 19197 33554432000 1073741824 1073778376 140735874749968 140292704598440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28900/tid=28905] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28905/stat : 28905 (java) S 28898 28900 28151 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278958738 9856004096 19197 33554432000 1073741824 1073778376 140735874749968 140292703545640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28900/tid=28906] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28906/stat : 28906 (java) S 28898 28900 28151 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 278958738 9856004096 19197 33554432000 1073741824 1073778376 140735874749968 140292702492840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28900/tid=28907] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28907/stat : 28907 (java) S 28898 28900 28151 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 278958738 9856004096 19197 33554432000 1073741824 1073778376 140735874749968 140292701441064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28908] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28908/stat : 28908 (java) S 28898 28900 28151 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278958738 9856004096 19197 33554432000 1073741824 1073778376 140735874749968 140292700388264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28900/tid=28909] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28909/stat : 28909 (java) S 28898 28900 28151 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278958738 9856004096 19197 33554432000 1073741824 1073778376 140735874749968 140292699335464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28900/tid=28910] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28910/stat : 28910 (java) S 28898 28900 28151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278958738 9856004096 19197 33554432000 1073741824 1073778376 140735874749968 140292698282664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28900/tid=28911] ppid=28898 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/28900/task/28911/stat : 28911 (java) S 28898 28900 28151 0 -1 4202560 36 0 0 0 6 0 0 0 20 0 19 0 278958739 9856004096 19197 33554432000 1073741824 1073778376 140735874749968 140292568095208 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28900/tid=28912] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28912/stat : 28912 (java) S 28898 28900 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278958740 9856004096 19197 33554432000 1073741824 1073778376 140735874749968 140292567041272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28913] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28913/stat : 28913 (java) S 28898 28900 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278958740 9856004096 19197 33554432000 1073741824 1073778376 140735874749968 140292565988360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28914] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28914/stat : 28914 (java) S 28898 28900 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958742 9856004096 19197 33554432000 1073741824 1073778376 140735874749968 140292564936848 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28915] ppid=28898 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/28900/task/28915/stat : 28915 (java) S 28898 28900 28151 0 -1 4202560 1421 0 0 0 20 0 0 0 20 0 19 0 278958742 9856004096 19197 33554432000 1073741824 1073778376 140735874749968 140292563884984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28916] ppid=28898 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/28900/task/28916/stat : 28916 (java) S 28898 28900 28151 0 -1 4202560 1951 0 0 0 27 0 0 0 20 0 19 0 278958742 9856004096 19197 33554432000 1073741824 1073778376 140735874749968 140292562832184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28900/tid=28917] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28917/stat : 28917 (java) S 28898 28900 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958742 9856004096 19197 33554432000 1073741824 1073778376 140735874749968 140292561779576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28900/tid=28918] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28918/stat : 28918 (java) S 28898 28900 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958742 9856004096 19197 33554432000 1073741824 1073778376 140735874749968 140292560726984 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28919] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28919/stat : 28919 (java) S 28898 28900 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278958760 9856004096 19197 33554432000 1073741824 1073778376 140735874749968 140292559672488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.81
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=28900/tid=28915] ppid=28898 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/28900/task/28915/stat : 28915 (java) S 28898 28900 28151 0 -1 4202560 1421 0 0 0 20 0 0 0 20 0 19 0 278958742 9856004096 80941 33554432000 1073741824 1073778376 140735874749968 140292563884984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28916] ppid=28898 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/28900/task/28916/stat : 28916 (java) S 28898 28900 28151 0 -1 4202560 2096 0 0 0 29 0 0 0 20 0 19 0 278958742 9856004096 80941 33554432000 1073741824 1073778376 140735874749968 140292562832184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28900/tid=28917] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28917/stat : 28917 (java) S 28898 28900 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958742 9856004096 80941 33554432000 1073741824 1073778376 140735874749968 140292561779576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28900/tid=28918] ppid=28898 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/28900/task/28918/stat : 28918 (java) S 28898 28900 28151 0 -1 4202560 99 0 0 0 38 34 0 0 20 0 19 0 278958742 9856004096 80941 33554432000 1073741824 1073778376 140735874749968 140292560726984 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 4 0 0
[pid=28900/tid=28919] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28919/stat : 28919 (java) S 28898 28900 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278958760 9856004096 80941 33554432000 1073741824 1073778376 140735874749968 140292559672488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 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.96 1.98 1.99 3/213 28993
/proc/meminfo: memFree=30181244/32873844 swapFree=6600/6600
[pid=28900] ppid=28898 vsize=9625004 CPUtime=1787.38 cores=1,3,5,7
/proc/28900/stat : 28900 (java) S 28898 28900 28151 0 -1 4202496 9481 0 1 0 178668 70 0 0 20 0 19 0 278958736 9856004096 80977 33554432000 1073741824 1073778376 140735874749968 140735874741104 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28900/statm: 2406251 80977 2277 9 0 2396937 0
[pid=28900/tid=28902] ppid=28898 vsize=9625004 CPUtime=1770.91 cores=1,3,5,7
/proc/28900/task/28902/stat : 28902 (java) R 28898 28900 28151 0 -1 4202560 2632 0 1 0 177060 31 0 0 20 0 19 0 278958737 9856004096 80977 33554432000 1073741824 1073778376 140735874749968 140292744159536 140292573846560 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28900/tid=28903] ppid=28898 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/28900/task/28903/stat : 28903 (java) S 28898 28900 28151 0 -1 4202560 412 0 0 0 65 4 0 0 20 0 19 0 278958738 9856004096 80977 33554432000 1073741824 1073778376 140735874749968 140292705651240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28900/tid=28904] ppid=28898 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/28900/task/28904/stat : 28904 (java) S 28898 28900 28151 0 -1 4202560 209 0 0 0 64 4 0 0 20 0 19 0 278958738 9856004096 80977 33554432000 1073741824 1073778376 140735874749968 140292704598440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28900/tid=28905] ppid=28898 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/28900/task/28905/stat : 28905 (java) S 28898 28900 28151 0 -1 4202560 401 0 0 0 80 4 0 0 20 0 19 0 278958738 9856004096 80977 33554432000 1073741824 1073778376 140735874749968 140292703545640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28900/tid=28906] ppid=28898 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/28900/task/28906/stat : 28906 (java) S 28898 28900 28151 0 -1 4202560 304 0 0 0 68 3 0 0 20 0 19 0 278958738 9856004096 80977 33554432000 1073741824 1073778376 140735874749968 140292702492840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28900/tid=28907] ppid=28898 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/28900/task/28907/stat : 28907 (java) S 28898 28900 28151 0 -1 4202560 156 0 0 0 76 2 0 0 20 0 19 0 278958738 9856004096 80977 33554432000 1073741824 1073778376 140735874749968 140292701441064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28900/tid=28908] ppid=28898 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/28900/task/28908/stat : 28908 (java) S 28898 28900 28151 0 -1 4202560 205 0 0 0 76 3 0 0 20 0 19 0 278958738 9856004096 80977 33554432000 1073741824 1073778376 140735874749968 140292700388264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28900/tid=28909] ppid=28898 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/28900/task/28909/stat : 28909 (java) S 28898 28900 28151 0 -1 4202560 120 0 0 0 80 3 0 0 20 0 19 0 278958738 9856004096 80977 33554432000 1073741824 1073778376 140735874749968 140292699335464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28900/tid=28910] ppid=28898 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/28900/task/28910/stat : 28910 (java) S 28898 28900 28151 0 -1 4202560 93 0 0 0 63 3 0 0 20 0 19 0 278958738 9856004096 80977 33554432000 1073741824 1073778376 140735874749968 140292698282664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28900/tid=28911] ppid=28898 vsize=9625004 CPUtime=4.71 cores=1,3,5,7
/proc/28900/task/28911/stat : 28911 (java) S 28898 28900 28151 0 -1 4202560 147 0 0 0 468 3 0 0 20 0 19 0 278958739 9856004096 80977 33554432000 1073741824 1073778376 140735874749968 140292568095208 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28912] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28912/stat : 28912 (java) S 28898 28900 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278958740 9856004096 80977 33554432000 1073741824 1073778376 140735874749968 140292567041272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28913] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28913/stat : 28913 (java) S 28898 28900 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278958740 9856004096 80977 33554432000 1073741824 1073778376 140735874749968 140292565988360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28914] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28914/stat : 28914 (java) S 28898 28900 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958742 9856004096 80977 33554432000 1073741824 1073778376 140735874749968 140292564936848 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28915] ppid=28898 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/28900/task/28915/stat : 28915 (java) S 28898 28900 28151 0 -1 4202560 1421 0 0 0 20 0 0 0 20 0 19 0 278958742 9856004096 80977 33554432000 1073741824 1073778376 140735874749968 140292563884984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28916] ppid=28898 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/28900/task/28916/stat : 28916 (java) S 28898 28900 28151 0 -1 4202560 2096 0 0 0 29 0 0 0 20 0 19 0 278958742 9856004096 80977 33554432000 1073741824 1073778376 140735874749968 140292562832184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28900/tid=28917] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28917/stat : 28917 (java) S 28898 28900 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958742 9856004096 80977 33554432000 1073741824 1073778376 140735874749968 140292561779576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28900/tid=28918] ppid=28898 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/28900/task/28918/stat : 28918 (java) S 28898 28900 28151 0 -1 4202560 103 0 0 0 38 35 0 0 20 0 19 0 278958742 9856004096 80977 33554432000 1073741824 1073778376 140735874749968 140292560726984 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 4 0 0
[pid=28900/tid=28919] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28919/stat : 28919 (java) S 28898 28900 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278958760 9856004096 80977 33554432000 1073741824 1073778376 140735874749968 140292559672488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1787.38
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.9 s]
/proc/loadavg: 1.97 1.98 1.99 3/213 28993
/proc/meminfo: memFree=30175348/32873844 swapFree=6600/6600
[pid=28900] ppid=28898 vsize=9625004 CPUtime=1800.08 cores=1,3,5,7
/proc/28900/stat : 28900 (java) S 28898 28900 28151 0 -1 4202496 9495 0 1 0 179937 71 0 0 20 0 19 0 278958736 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140735874741104 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28900/statm: 2406251 82513 2277 9 0 2396937 0
[pid=28900/tid=28902] ppid=28898 vsize=9625004 CPUtime=1783.36 cores=1,3,5,7
/proc/28900/task/28902/stat : 28902 (java) R 28898 28900 28151 0 -1 4202560 2633 0 1 0 178304 32 0 0 20 0 19 0 278958737 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292744159536 140292573846217 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28900/tid=28903] ppid=28898 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/28900/task/28903/stat : 28903 (java) S 28898 28900 28151 0 -1 4202560 412 0 0 0 66 4 0 0 20 0 19 0 278958738 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292705651240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28900/tid=28904] ppid=28898 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/28900/task/28904/stat : 28904 (java) S 28898 28900 28151 0 -1 4202560 211 0 0 0 67 4 0 0 20 0 19 0 278958738 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292704598440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28900/tid=28905] ppid=28898 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/28900/task/28905/stat : 28905 (java) S 28898 28900 28151 0 -1 4202560 404 0 0 0 81 4 0 0 20 0 19 0 278958738 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292703545640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28900/tid=28906] ppid=28898 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/28900/task/28906/stat : 28906 (java) S 28898 28900 28151 0 -1 4202560 304 0 0 0 70 3 0 0 20 0 19 0 278958738 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292702492840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28900/tid=28907] ppid=28898 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/28900/task/28907/stat : 28907 (java) S 28898 28900 28151 0 -1 4202560 159 0 0 0 77 2 0 0 20 0 19 0 278958738 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292701441064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28900/tid=28908] ppid=28898 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/28900/task/28908/stat : 28908 (java) S 28898 28900 28151 0 -1 4202560 205 0 0 0 78 3 0 0 20 0 19 0 278958738 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292700388264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28900/tid=28909] ppid=28898 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/28900/task/28909/stat : 28909 (java) S 28898 28900 28151 0 -1 4202560 120 0 0 0 81 3 0 0 20 0 19 0 278958738 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292699335464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28900/tid=28910] ppid=28898 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/28900/task/28910/stat : 28910 (java) S 28898 28900 28151 0 -1 4202560 96 0 0 0 65 3 0 0 20 0 19 0 278958738 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292698282664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28900/tid=28911] ppid=28898 vsize=9625004 CPUtime=4.8 cores=1,3,5,7
/proc/28900/task/28911/stat : 28911 (java) S 28898 28900 28151 0 -1 4202560 149 0 0 0 477 3 0 0 20 0 19 0 278958739 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292568095208 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28912] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28912/stat : 28912 (java) S 28898 28900 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278958740 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292567041272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28913] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28913/stat : 28913 (java) S 28898 28900 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278958740 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292565988360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28914] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28914/stat : 28914 (java) S 28898 28900 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958742 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292564936848 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28915] ppid=28898 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/28900/task/28915/stat : 28915 (java) S 28898 28900 28151 0 -1 4202560 1421 0 0 0 20 0 0 0 20 0 19 0 278958742 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292563884984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28916] ppid=28898 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/28900/task/28916/stat : 28916 (java) S 28898 28900 28151 0 -1 4202560 2096 0 0 0 29 0 0 0 20 0 19 0 278958742 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292562832184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28900/tid=28917] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28917/stat : 28917 (java) S 28898 28900 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958742 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292561779576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28900/tid=28918] ppid=28898 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/28900/task/28918/stat : 28918 (java) S 28898 28900 28151 0 -1 4202560 103 0 0 0 39 35 0 0 20 0 19 0 278958742 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292560726984 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 4 0 0
[pid=28900/tid=28919] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28919/stat : 28919 (java) S 28898 28900 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278958760 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292559672488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 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+1794.9 s]
/proc/loadavg: 1.97 1.98 1.99 3/213 28993
/proc/meminfo: memFree=30175348/32873844 swapFree=6600/6600
[pid=28900] ppid=28898 vsize=9625004 CPUtime=1800.08 cores=1,3,5,7
/proc/28900/stat : 28900 (java) S 28898 28900 28151 0 -1 4202496 9495 0 1 0 179937 71 0 0 20 0 19 0 278958736 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140735874741104 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28900/statm: 2406251 82513 2277 9 0 2396937 0
[pid=28900/tid=28902] ppid=28898 vsize=9625004 CPUtime=1783.36 cores=1,3,5,7
/proc/28900/task/28902/stat : 28902 (java) R 28898 28900 28151 0 -1 4202560 2633 0 1 0 178304 32 0 0 20 0 19 0 278958737 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292744159536 140292573846217 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28900/tid=28903] ppid=28898 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/28900/task/28903/stat : 28903 (java) S 28898 28900 28151 0 -1 4202560 412 0 0 0 66 4 0 0 20 0 19 0 278958738 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292705651240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28900/tid=28904] ppid=28898 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/28900/task/28904/stat : 28904 (java) S 28898 28900 28151 0 -1 4202560 211 0 0 0 67 4 0 0 20 0 19 0 278958738 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292704598440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28900/tid=28905] ppid=28898 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/28900/task/28905/stat : 28905 (java) S 28898 28900 28151 0 -1 4202560 404 0 0 0 81 4 0 0 20 0 19 0 278958738 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292703545640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28900/tid=28906] ppid=28898 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/28900/task/28906/stat : 28906 (java) S 28898 28900 28151 0 -1 4202560 304 0 0 0 70 3 0 0 20 0 19 0 278958738 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292702492840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28900/tid=28907] ppid=28898 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/28900/task/28907/stat : 28907 (java) S 28898 28900 28151 0 -1 4202560 159 0 0 0 77 2 0 0 20 0 19 0 278958738 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292701441064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28900/tid=28908] ppid=28898 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/28900/task/28908/stat : 28908 (java) S 28898 28900 28151 0 -1 4202560 205 0 0 0 78 3 0 0 20 0 19 0 278958738 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292700388264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28900/tid=28909] ppid=28898 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/28900/task/28909/stat : 28909 (java) S 28898 28900 28151 0 -1 4202560 120 0 0 0 81 3 0 0 20 0 19 0 278958738 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292699335464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28900/tid=28910] ppid=28898 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/28900/task/28910/stat : 28910 (java) S 28898 28900 28151 0 -1 4202560 96 0 0 0 65 3 0 0 20 0 19 0 278958738 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292698282664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28900/tid=28911] ppid=28898 vsize=9625004 CPUtime=4.8 cores=1,3,5,7
/proc/28900/task/28911/stat : 28911 (java) S 28898 28900 28151 0 -1 4202560 149 0 0 0 477 3 0 0 20 0 19 0 278958739 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292568095208 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28912] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28912/stat : 28912 (java) S 28898 28900 28151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278958740 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292567041272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28913] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28913/stat : 28913 (java) S 28898 28900 28151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278958740 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292565988360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28914] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28914/stat : 28914 (java) S 28898 28900 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958742 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292564936848 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28915] ppid=28898 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/28900/task/28915/stat : 28915 (java) S 28898 28900 28151 0 -1 4202560 1421 0 0 0 20 0 0 0 20 0 19 0 278958742 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292563884984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28900/tid=28916] ppid=28898 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/28900/task/28916/stat : 28916 (java) S 28898 28900 28151 0 -1 4202560 2096 0 0 0 29 0 0 0 20 0 19 0 278958742 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292562832184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28900/tid=28917] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28917/stat : 28917 (java) S 28898 28900 28151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278958742 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292561779576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28900/tid=28918] ppid=28898 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/28900/task/28918/stat : 28918 (java) S 28898 28900 28151 0 -1 4202560 103 0 0 0 39 35 0 0 20 0 19 0 278958742 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292560726984 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 4 0 0
[pid=28900/tid=28919] ppid=28898 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/28900/task/28919/stat : 28919 (java) S 28898 28900 28151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278958760 9856004096 82513 33554432000 1073741824 1073778376 140735874749968 140292559672488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 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 28900 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=759155
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=109831
# CPU time returned by wait4() is 1795.87
# 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): 1794.95
CPU time (s): 1800.08
CPU user time (s): 1799.37
CPU system time (s): 0.71
CPU usage (%): 100.286
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.76
system time used= 1.10983
maximum resident set size= 330212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9538
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40393
involuntary context switches= 31102

runsolver used 6.38203 second user time and 16.4145 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-27 16:18:59
IDJOB=3709727
IDBENCH=1404
IDSOLVER=2289
FILE ID=node140/3709727-1338128339
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-PB05/aloul/FPGA_SAT05/normalized-fpga20_19_sat_pb.cnf.cr.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-3709727-1338128339/watcher-3709727-1338128339 -o /tmp/evaluation-result-3709727-1338128339/solver-3709727-1338128339 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709727-1338128339.opb

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

MD5SUM BENCH= b78a12a55fc2dc824a87cdde553acbe6
RANDOM SEED=1151351997

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:        30320612 kB
Buffers:          380108 kB
Cached:           704020 kB
SwapCached:         1492 kB
Active:          1445936 kB
Inactive:         244548 kB
Active(anon):     598412 kB
Inactive(anon):     8612 kB
Active(file):     847524 kB
Inactive(file):   235936 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105300 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:        612244 kB
Mapped:            19916 kB
Shmem:                 8 kB
Slab:             718300 kB
SReclaimable:     160504 kB
SUnreclaim:       557796 kB
KernelStack:        1600 kB
PageTables:         5540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     781240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    581632 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 16:48:56