Trace number 3710039

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.51 1793.16

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K106.opb
MD5SUMafe4117ba13dcfbcd06fd88e1353402a
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark143.74
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7208
Total number of constraints7422
Number of constraints which are clauses7316
Number of constraints which are cardinality constraints (but not clauses)106
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint106
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 107
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.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.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710039-1338212600.opb
0.09/0.12	c reading problem ... 
0.53/0.39	c ... done. Wall clock time 0.274s.
0.53/0.39	c declared #vars     7208
0.53/0.39	c #constraints  7422
0.53/0.39	c constraints type 
0.53/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5949
0.53/0.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 106
0.53/0.39	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.53/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1365
0.53/0.39	c 7422 constraints processed.
2.45/1.84	c cleaning 2449 clauses out of 4951 with flag 5000/5000
4.31/3.26	c cleaning 4166 clauses out of 8435 with flag 11000/11000
5.82/4.70	c cleaning 5532 clauses out of 11249 with flag 18001/18001
7.43/6.36	c cleaning 6790 clauses out of 13699 with flag 26000/26000
9.48/8.31	c cleaning 7843 clauses out of 15890 with flag 35002/35002
11.49/10.33	c cleaning 8932 clauses out of 18032 with flag 45000/45000
13.89/12.79	c cleaning 9764 clauses out of 20099 with flag 56001/56001
16.50/15.39	c cleaning 10294 clauses out of 22329 with flag 68000/68000
19.81/18.70	c cleaning 11197 clauses out of 25033 with flag 81001/81001
23.02/21.88	c cleaning 12377 clauses out of 27829 with flag 95000/95000
26.44/25.26	c cleaning 13020 clauses out of 30445 with flag 110000/110000
30.14/28.96	c cleaning 14026 clauses out of 33424 with flag 126002/126002
34.06/32.82	c cleaning 15374 clauses out of 36391 with flag 143000/143000
38.99/37.70	c cleaning 16279 clauses out of 39014 with flag 161000/161000
43.19/41.99	c cleaning 16381 clauses out of 41733 with flag 180000/180000
48.30/46.92	c cleaning 18163 clauses out of 45352 with flag 200000/200000
53.60/52.23	c cleaning 19240 clauses out of 48189 with flag 221000/221000
59.12/57.74	c cleaning 19893 clauses out of 50943 with flag 243000/243000
65.73/64.36	c cleaning 20910 clauses out of 54052 with flag 266002/266002
76.40/74.96	c cleaning 22722 clauses out of 57142 with flag 290002/290002
82.75/81.23	c cleaning 22609 clauses out of 59418 with flag 315000/315000
89.69/88.19	c cleaning 23702 clauses out of 62808 with flag 341002/341002
97.12/95.57	c cleaning 24860 clauses out of 66099 with flag 368000/368000
105.43/103.87	c cleaning 25831 clauses out of 69237 with flag 396000/396000
114.76/113.11	c cleaning 27504 clauses out of 72404 with flag 425001/425001
127.20/125.56	c cleaning 28487 clauses out of 74899 with flag 455000/455000
138.03/136.33	c cleaning 29456 clauses out of 77412 with flag 486000/486000
147.16/145.47	c cleaning 30059 clauses out of 79959 with flag 518003/518003
157.90/156.16	c cleaning 31434 clauses out of 82898 with flag 551001/551001
168.64/166.83	c cleaning 32387 clauses out of 85464 with flag 585001/585001
180.36/178.56	c cleaning 33455 clauses out of 88076 with flag 620000/620000
191.67/189.85	c cleaning 34393 clauses out of 90621 with flag 656002/656002
204.30/202.43	c cleaning 35131 clauses out of 93225 with flag 693000/693000
216.93/215.05	c cleaning 36323 clauses out of 96097 with flag 731003/731003
228.05/226.19	c cleaning 36194 clauses out of 98768 with flag 770000/770000
242.21/240.24	c cleaning 37868 clauses out of 102574 with flag 810000/810000
255.58/253.58	c cleaning 38792 clauses out of 105706 with flag 851000/851000
268.01/265.95	c cleaning 39607 clauses out of 108914 with flag 893002/893002
282.75/280.63	c cleaning 41452 clauses out of 112305 with flag 936000/936000
300.17/298.06	c cleaning 42219 clauses out of 114850 with flag 980000/980000
323.99/321.86	c cleaning 43538 clauses out of 117631 with flag 1025000/1025000
349.37/347.16	c cleaning 45087 clauses out of 120094 with flag 1071001/1071001
363.97/361.62	c cleaning 44725 clauses out of 122001 with flag 1118000/1118000
380.08/377.77	c cleaning 45530 clauses out of 125276 with flag 1166000/1166000
395.13/392.73	c cleaning 46892 clauses out of 128747 with flag 1215001/1215001
412.07/409.61	c cleaning 48652 clauses out of 131852 with flag 1265000/1265000
428.21/425.75	c cleaning 49155 clauses out of 134195 with flag 1316001/1316001
448.44/445.90	c cleaning 50681 clauses out of 137039 with flag 1368000/1368000
467.29/464.72	c cleaning 51627 clauses out of 139359 with flag 1421001/1421001
491.54/488.96	c cleaning 52032 clauses out of 141732 with flag 1475001/1475001
514.81/512.16	c cleaning 53330 clauses out of 144699 with flag 1530000/1530000
533.01/530.21	c cleaning 53990 clauses out of 147370 with flag 1586001/1586001
554.64/551.86	c cleaning 55002 clauses out of 150380 with flag 1643001/1643001
576.88/574.04	c cleaning 55271 clauses out of 153377 with flag 1701000/1701000
595.73/592.89	c cleaning 55960 clauses out of 157108 with flag 1760002/1760002
626.16/623.21	c cleaning 58335 clauses out of 161146 with flag 1820000/1820000
649.05/646.01	c cleaning 59534 clauses out of 163813 with flag 1881002/1881002
673.18/670.12	c cleaning 60220 clauses out of 166276 with flag 1943000/1943000
706.44/703.34	c cleaning 62033 clauses out of 169056 with flag 2006000/2006000
730.76/727.54	c cleaning 62248 clauses out of 171023 with flag 2070000/2070000
761.61/758.33	c cleaning 63814 clauses out of 173775 with flag 2135000/2135000
786.50/783.16	c cleaning 64406 clauses out of 175957 with flag 2201000/2201000
815.23/811.85	c cleaning 65941 clauses out of 178554 with flag 2268003/2268003
868.71/865.28	c cleaning 67250 clauses out of 180610 with flag 2336000/2336000
897.50/893.95	c cleaning 67343 clauses out of 182360 with flag 2405000/2405000
926.66/923.03	c cleaning 68496 clauses out of 185017 with flag 2475000/2475000
960.99/957.32	c cleaning 70334 clauses out of 187522 with flag 2546001/2546001
1011.41/1007.53	c cleaning 71181 clauses out of 189184 with flag 2618000/2618000
1040.70/1036.79	c cleaning 71488 clauses out of 191003 with flag 2691000/2691000
1071.96/1067.90	c cleaning 72663 clauses out of 193515 with flag 2765001/2765001
1116.45/1112.23	c cleaning 73984 clauses out of 195845 with flag 2840001/2840001
1154.69/1150.48	c cleaning 74370 clauses out of 197856 with flag 2916000/2916000
1196.73/1192.31	c cleaning 75511 clauses out of 200486 with flag 2993000/2993000
1232.41/1227.97	c cleaning 76469 clauses out of 202975 with flag 3071000/3071000
1268.09/1263.56	c cleaning 77175 clauses out of 205506 with flag 3150000/3150000
1308.30/1303.56	c cleaning 78478 clauses out of 208331 with flag 3230000/3230000
1344.23/1339.48	c cleaning 79461 clauses out of 210850 with flag 3311001/3311001
1400.33/1395.33	c cleaning 80737 clauses out of 213388 with flag 3393000/3393000
1445.92/1440.75	c cleaning 81715 clauses out of 215651 with flag 3476000/3476000
1506.33/1500.95	c cleaning 83409 clauses out of 217940 with flag 3560004/3560004
1541.49/1535.80	c cleaning 83383 clauses out of 219527 with flag 3645000/3645000
1578.47/1572.66	c cleaning 84428 clauses out of 222144 with flag 3731000/3731000
1617.36/1611.32	c cleaning 85623 clauses out of 224716 with flag 3818000/3818000
1664.47/1658.24	c cleaning 86873 clauses out of 227093 with flag 3906000/3906000
1705.26/1698.87	c cleaning 87009 clauses out of 229221 with flag 3995001/3995001
1755.18/1748.59	c cleaning 88991 clauses out of 232211 with flag 4085000/4085000
1799.05/1792.28	c cleaning 89738 clauses out of 234221 with flag 4176001/4176001
1800.04/1793.11	c starts		: 251
1800.04/1793.11	c conflicts		: 4178756
1800.04/1793.11	c decisions		: 13647671
1800.04/1793.11	c propagations		: 1417996136
1800.04/1793.11	c inspects		: 7935402101
1800.04/1793.11	c shortcuts		: 0
1800.04/1793.11	c learnt literals	: 122
1800.04/1793.11	c learnt binary clauses	: 119205
1800.04/1793.11	c learnt ternary clauses	: 172336
1800.04/1793.11	c learnt constraints	: 4178634
1800.04/1793.11	c ignored constraints	: 0
1800.04/1793.11	c root simplifications	: 373
1800.04/1793.11	c removed literals (reason simplification)	: 161328077
1800.04/1793.11	c reason swapping (by a shorter reason)	: 0
1800.04/1793.11	c Calls to reduceDB	: 87
1800.04/1793.11	c number of reductions to clauses (during analyze)	: 0
1800.04/1793.11	c number of learned constraints concerned by reduction	: 0
1800.04/1793.11	c number of learning phase by resolution	: 0
1800.04/1793.11	c number of learning phase by cutting planes	: 0
1800.04/1793.11	c speed (assignments/second)	: 790983.0624387099
1800.04/1793.11	c non guided choices	8142
1800.04/1793.14	c learnt constraints type 
1800.04/1793.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 119122
1800.04/1793.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 28249
1800.04/1793.14	c constraints type 
1800.04/1793.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5949
1800.04/1793.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 106
1800.04/1793.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.04/1793.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1365
1800.04/1793.15	c 7422 constraints processed.
1800.04/1793.15	s UNKNOWN
1800.04/1793.15	c Total wall clock time (in seconds): 1793.026

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

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

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


[startup+0 s]
/proc/loadavg: 1.86 1.97 1.99 2/194 25175
/proc/meminfo: memFree=28483784/32873648 swapFree=7372/7372
[pid=25175] ppid=25173 vsize=8 CPUtime=0 cores=0,2,4,6
/proc/25175/stat : 25175 (java) R 25173 25175 24478 0 -1 4202496 252 0 0 0 0 0 0 0 20 0 1 0 287386006 8192 1 33554432000 0 0 0 140733565492792 217410334135 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25175/statm: 2 1 0 0 0 2 0

[startup+0.010255 s]
/proc/loadavg: 1.86 1.97 1.99 2/194 25175
/proc/meminfo: memFree=28483784/32873648 swapFree=7372/7372
[pid=25175] ppid=25173 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/25175/stat : 25175 (java) S 25173 25175 24478 0 -1 4202496 1206 0 0 0 0 0 0 0 20 0 2 0 287386006 94019584 917 33554432000 1073741824 1073778376 140737348473552 140737348464688 217413877821 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25175/statm: 22954 917 697 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 91816

[startup+0.100254 s]
/proc/loadavg: 1.86 1.97 1.99 2/194 25175
/proc/meminfo: memFree=28483784/32873648 swapFree=7372/7372
[pid=25175] ppid=25173 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/25175/stat : 25175 (java) S 25173 25175 24478 0 -1 4202496 4278 0 1 0 8 1 0 0 20 0 18 0 287386006 9787842560 5485 33554432000 1073741824 1073778376 140737348473552 140737348464688 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25175/statm: 2389610 5485 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.30016 s]
/proc/loadavg: 1.86 1.97 1.99 2/194 25175
/proc/meminfo: memFree=28483784/32873648 swapFree=7372/7372
[pid=25175] ppid=25173 vsize=9558440 CPUtime=0.53 cores=0,2,4,6
/proc/25175/stat : 25175 (java) S 25173 25175 24478 0 -1 4202496 7078 0 1 0 51 2 0 0 20 0 18 0 287386006 9787842560 9862 33554432000 1073741824 1073778376 140737348473552 140737348464688 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25175/statm: 2389610 9862 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558440

[startup+0.700163 s]
/proc/loadavg: 1.86 1.97 1.99 2/194 25175
/proc/meminfo: memFree=28483784/32873648 swapFree=7372/7372
[pid=25175] ppid=25173 vsize=9625004 CPUtime=1.33 cores=0,2,4,6
/proc/25175/stat : 25175 (java) S 25173 25175 24478 0 -1 4202496 7667 0 1 0 130 3 0 0 20 0 19 0 287386006 9856004096 17799 33554432000 1073741824 1073778376 140737348473552 140737348464688 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25175/statm: 2406251 17799 2259 9 0 2396937 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9625004

[startup+1.5006 s]
/proc/loadavg: 1.86 1.97 1.99 3/213 25194
/proc/meminfo: memFree=28421584/32873648 swapFree=7372/7372
[pid=25175] ppid=25173 vsize=9625004 CPUtime=2.15 cores=0,2,4,6
/proc/25175/stat : 25175 (java) S 25173 25175 24478 0 -1 4202496 7669 0 1 0 212 3 0 0 20 0 19 0 287386006 9856004096 17800 33554432000 1073741824 1073778376 140737348473552 140737348464688 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25175/statm: 2406251 17800 2259 9 0 2396937 0
[pid=25175/tid=25177] ppid=25173 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/25175/task/25177/stat : 25177 (java) R 25173 25175 24478 0 -1 4202560 2532 0 1 0 144 2 0 0 20 0 19 0 287386007 9856004096 17800 33554432000 1073741824 1073778376 140737348473552 140251994968776 140251838903364 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25175/tid=25178] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25178/stat : 25178 (java) S 25173 25175 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287386008 9856004096 17800 33554432000 1073741824 1073778376 140737348473552 140251838277800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25179] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25179/stat : 25179 (java) S 25173 25175 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287386008 9856004096 17800 33554432000 1073741824 1073778376 140737348473552 140251837225256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25175/tid=25180] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25180/stat : 25180 (java) S 25173 25175 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287386008 9856004096 17800 33554432000 1073741824 1073778376 140737348473552 140251836172712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25175/tid=25181] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25181/stat : 25181 (java) S 25173 25175 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287386008 9856004096 17800 33554432000 1073741824 1073778376 140737348473552 140251835120168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25175/tid=25182] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25182/stat : 25182 (java) S 25173 25175 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287386008 9856004096 17800 33554432000 1073741824 1073778376 140737348473552 140251834067624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25183] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25183/stat : 25183 (java) S 25173 25175 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287386008 9856004096 17800 33554432000 1073741824 1073778376 140737348473552 140251833015080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25175/tid=25184] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25184/stat : 25184 (java) S 25173 25175 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287386008 9856004096 17800 33554432000 1073741824 1073778376 140737348473552 140251831962536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25175/tid=25185] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25185/stat : 25185 (java) S 25173 25175 24478 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287386008 9856004096 17800 33554432000 1073741824 1073778376 140737348473552 140251830909992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25186] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25186/stat : 25186 (java) S 25173 25175 24478 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287386009 9856004096 17800 33554432000 1073741824 1073778376 140737348473552 140251348580456 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25187] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25187/stat : 25187 (java) S 25173 25175 24478 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287386010 9856004096 17800 33554432000 1073741824 1073778376 140737348473552 140251347526776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25188] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25188/stat : 25188 (java) S 25173 25175 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287386010 9856004096 17800 33554432000 1073741824 1073778376 140737348473552 140251346474120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25189] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25189/stat : 25189 (java) S 25173 25175 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287386012 9856004096 17800 33554432000 1073741824 1073778376 140737348473552 140251345422864 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25190] ppid=25173 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/25175/task/25190/stat : 25190 (java) S 25173 25175 24478 0 -1 4202560 1530 0 0 0 33 0 0 0 20 0 19 0 287386012 9856004096 17800 33554432000 1073741824 1073778376 140737348473552 140251344370232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25191] ppid=25173 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/25175/task/25191/stat : 25191 (java) S 25173 25175 24478 0 -1 4202560 2406 0 0 0 32 0 0 0 20 0 19 0 287386012 9856004096 17800 33554432000 1073741824 1073778376 140737348473552 140251343317688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25175/tid=25192] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25192/stat : 25192 (java) S 25173 25175 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287386012 9856004096 17800 33554432000 1073741824 1073778376 140737348473552 140251342265336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25175/tid=25193] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25193/stat : 25193 (java) S 25173 25175 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287386012 9856004096 17800 33554432000 1073741824 1073778376 140737348473552 140251341213000 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25194] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25194/stat : 25194 (java) S 25173 25175 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287386047 9856004096 17800 33554432000 1073741824 1073778376 140737348473552 140251340157736 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9625004

[startup+3.10054 s]
/proc/loadavg: 1.86 1.97 1.99 4/213 25194
/proc/meminfo: memFree=28393920/32873648 swapFree=7372/7372
[pid=25175] ppid=25173 vsize=9625004 CPUtime=4.21 cores=0,2,4,6
/proc/25175/stat : 25175 (java) S 25173 25175 24478 0 -1 4202496 14006 0 1 0 415 6 0 0 20 0 19 0 287386006 9856004096 25114 33554432000 1073741824 1073778376 140737348473552 140737348464688 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25175/statm: 2406251 25114 2284 9 0 2396937 0
[pid=25175/tid=25177] ppid=25173 vsize=9625004 CPUtime=3.04 cores=0,2,4,6
/proc/25175/task/25177/stat : 25177 (java) R 25173 25175 24478 0 -1 4202560 2535 0 1 0 301 3 0 0 20 0 19 0 287386007 9856004096 25114 33554432000 1073741824 1073778376 140737348473552 140251994968616 140251838988418 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25175/tid=25178] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25178/stat : 25178 (java) S 25173 25175 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287386008 9856004096 25114 33554432000 1073741824 1073778376 140737348473552 140251838277800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25175/tid=25179] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25179/stat : 25179 (java) S 25173 25175 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287386008 9856004096 25114 33554432000 1073741824 1073778376 140737348473552 140251837225256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25175/tid=25180] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25180/stat : 25180 (java) S 25173 25175 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287386008 9856004096 25114 33554432000 1073741824 1073778376 140737348473552 140251836172712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25175/tid=25181] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25181/stat : 25181 (java) S 25173 25175 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287386008 9856004096 25114 33554432000 1073741824 1073778376 140737348473552 140251835120168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25175/tid=25182] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25182/stat : 25182 (java) S 25173 25175 24478 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287386008 9856004096 25114 33554432000 1073741824 1073778376 140737348473552 140251834067624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25175/tid=25183] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25183/stat : 25183 (java) S 25173 25175 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287386008 9856004096 25114 33554432000 1073741824 1073778376 140737348473552 140251833015080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25175/tid=25184] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25184/stat : 25184 (java) S 25173 25175 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287386008 9856004096 25114 33554432000 1073741824 1073778376 140737348473552 140251831962536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25175/tid=25185] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25185/stat : 25185 (java) S 25173 25175 24478 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287386008 9856004096 25114 33554432000 1073741824 1073778376 140737348473552 140251830909992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25175/tid=25186] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25186/stat : 25186 (java) S 25173 25175 24478 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 287386009 9856004096 25114 33554432000 1073741824 1073778376 140737348473552 140251348580456 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25175/tid=25187] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25187/stat : 25187 (java) S 25173 25175 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287386010 9856004096 25114 33554432000 1073741824 1073778376 140737348473552 140251347526776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25188] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25188/stat : 25188 (java) S 25173 25175 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287386010 9856004096 25114 33554432000 1073741824 1073778376 140737348473552 140251346474120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25189] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25189/stat : 25189 (java) S 25173 25175 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287386012 9856004096 25114 33554432000 1073741824 1073778376 140737348473552 140251345422864 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25190] ppid=25173 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/25175/task/25190/stat : 25190 (java) S 25173 25175 24478 0 -1 4202560 7807 0 0 0 72 2 0 0 20 0 19 0 287386012 9856004096 25114 33554432000 1073741824 1073778376 140737348473552 140251344370232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25191] ppid=25173 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/25175/task/25191/stat : 25191 (java) S 25173 25175 24478 0 -1 4202560 2410 0 0 0 34 0 0 0 20 0 19 0 287386012 9856004096 25114 33554432000 1073741824 1073778376 140737348473552 140251343317688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25175/tid=25192] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25192/stat : 25192 (java) S 25173 25175 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287386012 9856004096 25114 33554432000 1073741824 1073778376 140737348473552 140251342265336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25175/tid=25193] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25193/stat : 25193 (java) S 25173 25175 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287386012 9856004096 25114 33554432000 1073741824 1073778376 140737348473552 140251341213000 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25194] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25194/stat : 25194 (java) S 25173 25175 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287386047 9856004096 25114 33554432000 1073741824 1073778376 140737348473552 140251340157736 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 9625004

[startup+6.30055 s]
/proc/loadavg: 1.87 1.97 1.99 3/213 25194
/proc/meminfo: memFree=28389088/32873648 swapFree=7372/7372
[pid=25175] ppid=25173 vsize=9625004 CPUtime=7.43 cores=0,2,4,6
/proc/25175/stat : 25175 (java) S 25173 25175 24478 0 -1 4202496 14020 0 1 0 737 6 0 0 20 0 19 0 287386006 9856004096 25044 33554432000 1073741824 1073778376 140737348473552 140737348464688 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25175/statm: 2406251 25044 2284 9 0 2396937 0
[pid=25175/tid=25177] ppid=25173 vsize=9625004 CPUtime=6.21 cores=0,2,4,6
/proc/25175/task/25177/stat : 25177 (java) R 25173 25175 24478 0 -1 4202560 2537 0 1 0 618 3 0 0 20 0 19 0 287386007 9856004096 25044 33554432000 1073741824 1073778376 140737348473552 140251994968600 140251838855471 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25175/tid=25178] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25178/stat : 25178 (java) S 25173 25175 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287386008 9856004096 25044 33554432000 1073741824 1073778376 140737348473552 140251838277800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25175/tid=25179] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25179/stat : 25179 (java) S 25173 25175 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287386008 9856004096 25044 33554432000 1073741824 1073778376 140737348473552 140251837225256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25175/tid=25180] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25180/stat : 25180 (java) S 25173 25175 24478 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 287386008 9856004096 25044 33554432000 1073741824 1073778376 140737348473552 140251836172712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25175/tid=25181] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25181/stat : 25181 (java) S 25173 25175 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287386008 9856004096 25044 33554432000 1073741824 1073778376 140737348473552 140251835120168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25175/tid=25182] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25182/stat : 25182 (java) S 25173 25175 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287386008 9856004096 25044 33554432000 1073741824 1073778376 140737348473552 140251834067624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25175/tid=25183] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25183/stat : 25183 (java) S 25173 25175 24478 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287386008 9856004096 25044 33554432000 1073741824 1073778376 140737348473552 140251833015080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25175/tid=25184] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25184/stat : 25184 (java) S 25173 25175 24478 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287386008 9856004096 25044 33554432000 1073741824 1073778376 140737348473552 140251831962536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25185] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25185/stat : 25185 (java) S 25173 25175 24478 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287386008 9856004096 25044 33554432000 1073741824 1073778376 140737348473552 140251830909992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25175/tid=25186] ppid=25173 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/25175/task/25186/stat : 25186 (java) S 25173 25175 24478 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 287386009 9856004096 25044 33554432000 1073741824 1073778376 140737348473552 140251348580456 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25187] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25187/stat : 25187 (java) S 25173 25175 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287386010 9856004096 25044 33554432000 1073741824 1073778376 140737348473552 140251347526776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25188] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25188/stat : 25188 (java) S 25173 25175 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287386010 9856004096 25044 33554432000 1073741824 1073778376 140737348473552 140251346474120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25189] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25189/stat : 25189 (java) S 25173 25175 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287386012 9856004096 25044 33554432000 1073741824 1073778376 140737348473552 140251345422864 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25190] ppid=25173 vsize=9625004 CPUtime=0.76 cores=0,2,4,6
/proc/25175/task/25190/stat : 25190 (java) S 25173 25175 24478 0 -1 4202560 7808 0 0 0 74 2 0 0 20 0 19 0 287386012 9856004096 25044 33554432000 1073741824 1073778376 140737348473552 140251344370232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25191] ppid=25173 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/25175/task/25191/stat : 25191 (java) S 25173 25175 24478 0 -1 4202560 2410 0 0 0 35 0 0 0 20 0 19 0 287386012 9856004096 25044 33554432000 1073741824 1073778376 140737348473552 140251343317688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25175/tid=25192] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25192/stat : 25192 (java) S 25173 25175 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287386012 9856004096 25044 33554432000 1073741824 1073778376 140737348473552 140251342265336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25175/tid=25193] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25193/stat : 25193 (java) S 25173 25175 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287386012 9856004096 25044 33554432000 1073741824 1073778376 140737348473552 140251341213000 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25194] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25194/stat : 25194 (java) S 25173 25175 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287386047 9856004096 25044 33554432000 1073741824 1073778376 140737348473552 140251340157736 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=25175/tid=25183] ppid=25173 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/25175/task/25183/stat : 25183 (java) S 25173 25175 24478 0 -1 4202560 182 0 0 0 83 8 0 0 20 0 19 0 287386008 9856004096 166099 33554432000 1073741824 1073778376 140737348473552 140251833015080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25184] ppid=25173 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/25175/task/25184/stat : 25184 (java) S 25173 25175 24478 0 -1 4202560 207 0 0 0 91 8 0 0 20 0 19 0 287386008 9856004096 166099 33554432000 1073741824 1073778376 140737348473552 140251831962536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25185] ppid=25173 vsize=9625004 CPUtime=0.88 cores=0,2,4,6
/proc/25175/task/25185/stat : 25185 (java) S 25173 25175 24478 0 -1 4202560 302 0 0 0 80 8 0 0 20 0 19 0 287386008 9856004096 166099 33554432000 1073741824 1073778376 140737348473552 140251830909992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25186] ppid=25173 vsize=9625004 CPUtime=3.62 cores=0,2,4,6
/proc/25175/task/25186/stat : 25186 (java) S 25173 25175 24478 0 -1 4202560 486 0 0 0 360 2 0 0 20 0 19 0 287386009 9856004096 166099 33554432000 1073741824 1073778376 140737348473552 140251348580456 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25175/tid=25187] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25187/stat : 25187 (java) S 25173 25175 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287386010 9856004096 166099 33554432000 1073741824 1073778376 140737348473552 140251347526776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25188] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25188/stat : 25188 (java) S 25173 25175 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287386010 9856004096 166099 33554432000 1073741824 1073778376 140737348473552 140251346474120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25189] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25189/stat : 25189 (java) S 25173 25175 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287386012 9856004096 166099 33554432000 1073741824 1073778376 140737348473552 140251345422864 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25190] ppid=25173 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/25175/task/25190/stat : 25190 (java) S 25173 25175 24478 0 -1 4202560 7826 0 0 0 78 2 0 0 20 0 19 0 287386012 9856004096 166099 33554432000 1073741824 1073778376 140737348473552 140251344370232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25175/tid=25191] ppid=25173 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/25175/task/25191/stat : 25191 (java) S 25173 25175 24478 0 -1 4202560 3179 0 0 0 46 0 0 0 20 0 19 0 287386012 9856004096 166099 33554432000 1073741824 1073778376 140737348473552 140251343317688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25192] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25192/stat : 25192 (java) S 25173 25175 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287386012 9856004096 166099 33554432000 1073741824 1073778376 140737348473552 140251342265336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25175/tid=25193] ppid=25173 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/25175/task/25193/stat : 25193 (java) S 25173 25175 24478 0 -1 4202560 99 0 0 0 20 18 0 0 20 0 19 0 287386012 9856004096 166099 33554432000 1073741824 1073778376 140737348473552 140251341213000 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25175/tid=25194] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25194/stat : 25194 (java) S 25173 25175 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287386047 9856004096 166099 33554432000 1073741824 1073778376 140737348473552 140251340157736 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1728.86
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.99 2.02 2.00 3/213 25291
/proc/meminfo: memFree=27847500/32873648 swapFree=7372/7372
[pid=25175] ppid=25173 vsize=9625004 CPUtime=1789.15 cores=0,2,4,6
/proc/25175/stat : 25175 (java) S 25173 25175 24478 0 -1 4202496 17573 0 1 0 178825 90 0 0 20 0 19 0 287386006 9856004096 164190 33554432000 1073741824 1073778376 140737348473552 140737348464688 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25175/statm: 2406251 164190 2285 9 0 2396937 0
[pid=25175/tid=25177] ppid=25173 vsize=9625004 CPUtime=1776.41 cores=0,2,4,6
/proc/25175/task/25177/stat : 25177 (java) R 25173 25175 24478 0 -1 4202560 2672 0 1 0 177608 33 0 0 20 0 19 0 287386007 9856004096 164190 33554432000 1073741824 1073778376 140737348473552 140251994967424 140251838956538 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25175/tid=25178] ppid=25173 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/25175/task/25178/stat : 25178 (java) S 25173 25175 24478 0 -1 4202560 180 0 0 0 83 7 0 0 20 0 19 0 287386008 9856004096 164190 33554432000 1073741824 1073778376 140737348473552 140251838277800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25179] ppid=25173 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/25175/task/25179/stat : 25179 (java) S 25173 25175 24478 0 -1 4202560 345 0 0 0 81 10 0 0 20 0 19 0 287386008 9856004096 164190 33554432000 1073741824 1073778376 140737348473552 140251837225256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25175/tid=25180] ppid=25173 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/25175/task/25180/stat : 25180 (java) S 25173 25175 24478 0 -1 4202560 293 0 0 0 86 7 0 0 20 0 19 0 287386008 9856004096 164190 33554432000 1073741824 1073778376 140737348473552 140251836172712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25175/tid=25181] ppid=25173 vsize=9625004 CPUtime=0.84 cores=0,2,4,6
/proc/25175/task/25181/stat : 25181 (java) S 25173 25175 24478 0 -1 4202560 171 0 0 0 77 7 0 0 20 0 19 0 287386008 9856004096 164190 33554432000 1073741824 1073778376 140737348473552 140251835120168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25175/tid=25182] ppid=25173 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/25175/task/25182/stat : 25182 (java) S 25173 25175 24478 0 -1 4202560 385 0 0 0 92 7 0 0 20 0 19 0 287386008 9856004096 164190 33554432000 1073741824 1073778376 140737348473552 140251834067624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25183] ppid=25173 vsize=9625004 CPUtime=0.96 cores=0,2,4,6
/proc/25175/task/25183/stat : 25183 (java) S 25173 25175 24478 0 -1 4202560 225 0 0 0 88 8 0 0 20 0 19 0 287386008 9856004096 164190 33554432000 1073741824 1073778376 140737348473552 140251833015080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25175/tid=25184] ppid=25173 vsize=9625004 CPUtime=1.03 cores=0,2,4,6
/proc/25175/task/25184/stat : 25184 (java) S 25173 25175 24478 0 -1 4202560 212 0 0 0 95 8 0 0 20 0 19 0 287386008 9856004096 164190 33554432000 1073741824 1073778376 140737348473552 140251831962536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25175/tid=25185] ppid=25173 vsize=9625004 CPUtime=0.93 cores=0,2,4,6
/proc/25175/task/25185/stat : 25185 (java) S 25173 25175 24478 0 -1 4202560 302 0 0 0 85 8 0 0 20 0 19 0 287386008 9856004096 164190 33554432000 1073741824 1073778376 140737348473552 140251830909992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25186] ppid=25173 vsize=9625004 CPUtime=3.68 cores=0,2,4,6
/proc/25175/task/25186/stat : 25186 (java) S 25173 25175 24478 0 -1 4202560 494 0 0 0 366 2 0 0 20 0 19 0 287386009 9856004096 164190 33554432000 1073741824 1073778376 140737348473552 140251348580456 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25175/tid=25187] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25187/stat : 25187 (java) S 25173 25175 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287386010 9856004096 164190 33554432000 1073741824 1073778376 140737348473552 140251347526776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25188] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25188/stat : 25188 (java) S 25173 25175 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287386010 9856004096 164190 33554432000 1073741824 1073778376 140737348473552 140251346474120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25189] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25189/stat : 25189 (java) S 25173 25175 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287386012 9856004096 164190 33554432000 1073741824 1073778376 140737348473552 140251345422864 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25190] ppid=25173 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/25175/task/25190/stat : 25190 (java) S 25173 25175 24478 0 -1 4202560 7826 0 0 0 78 2 0 0 20 0 19 0 287386012 9856004096 164190 33554432000 1073741824 1073778376 140737348473552 140251344370232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25175/tid=25191] ppid=25173 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/25175/task/25191/stat : 25191 (java) S 25173 25175 24478 0 -1 4202560 3179 0 0 0 46 0 0 0 20 0 19 0 287386012 9856004096 164190 33554432000 1073741824 1073778376 140737348473552 140251343317688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25192] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25192/stat : 25192 (java) S 25173 25175 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287386012 9856004096 164190 33554432000 1073741824 1073778376 140737348473552 140251342265336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25175/tid=25193] ppid=25173 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/25175/task/25193/stat : 25193 (java) S 25173 25175 24478 0 -1 4202560 103 0 0 0 21 19 0 0 20 0 19 0 287386012 9856004096 164190 33554432000 1073741824 1073778376 140737348473552 140251341213000 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25175/tid=25194] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25194/stat : 25194 (java) S 25173 25175 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287386047 9856004096 164190 33554432000 1073741824 1073778376 140737348473552 140251340157736 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1789.15
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.1 s]
/proc/loadavg: 1.99 2.02 2.00 3/213 25291
/proc/meminfo: memFree=27852716/32873648 swapFree=7372/7372
[pid=25175] ppid=25173 vsize=9625004 CPUtime=1800.04 cores=0,2,4,6
/proc/25175/stat : 25175 (java) S 25173 25175 24478 0 -1 4202496 17574 0 1 0 179913 91 0 0 20 0 19 0 287386006 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140737348464688 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25175/statm: 2406251 161689 2285 9 0 2396937 0
[pid=25175/tid=25177] ppid=25173 vsize=9625004 CPUtime=1787.1 cores=0,2,4,6
/proc/25175/task/25177/stat : 25177 (java) R 25173 25175 24478 0 -1 4202560 2673 0 1 0 178677 33 0 0 20 0 19 0 287386007 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251994968368 140251838885359 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25175/tid=25178] ppid=25173 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/25175/task/25178/stat : 25178 (java) S 25173 25175 24478 0 -1 4202560 180 0 0 0 84 7 0 0 20 0 19 0 287386008 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251838277800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25175/tid=25179] ppid=25173 vsize=9625004 CPUtime=0.92 cores=0,2,4,6
/proc/25175/task/25179/stat : 25179 (java) S 25173 25175 24478 0 -1 4202560 345 0 0 0 82 10 0 0 20 0 19 0 287386008 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251837225256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25175/tid=25180] ppid=25173 vsize=9625004 CPUtime=0.94 cores=0,2,4,6
/proc/25175/task/25180/stat : 25180 (java) S 25173 25175 24478 0 -1 4202560 293 0 0 0 87 7 0 0 20 0 19 0 287386008 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251836172712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25175/tid=25181] ppid=25173 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/25175/task/25181/stat : 25181 (java) S 25173 25175 24478 0 -1 4202560 171 0 0 0 79 7 0 0 20 0 19 0 287386008 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251835120168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25182] ppid=25173 vsize=9625004 CPUtime=1 cores=0,2,4,6
/proc/25175/task/25182/stat : 25182 (java) S 25173 25175 24478 0 -1 4202560 385 0 0 0 93 7 0 0 20 0 19 0 287386008 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251834067624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25175/tid=25183] ppid=25173 vsize=9625004 CPUtime=0.98 cores=0,2,4,6
/proc/25175/task/25183/stat : 25183 (java) S 25173 25175 24478 0 -1 4202560 225 0 0 0 90 8 0 0 20 0 19 0 287386008 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251833015080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25175/tid=25184] ppid=25173 vsize=9625004 CPUtime=1.06 cores=0,2,4,6
/proc/25175/task/25184/stat : 25184 (java) S 25173 25175 24478 0 -1 4202560 212 0 0 0 98 8 0 0 20 0 19 0 287386008 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251831962536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25175/tid=25185] ppid=25173 vsize=9625004 CPUtime=0.94 cores=0,2,4,6
/proc/25175/task/25185/stat : 25185 (java) S 25173 25175 24478 0 -1 4202560 302 0 0 0 86 8 0 0 20 0 19 0 287386008 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251830909992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25186] ppid=25173 vsize=9625004 CPUtime=3.77 cores=0,2,4,6
/proc/25175/task/25186/stat : 25186 (java) S 25173 25175 24478 0 -1 4202560 494 0 0 0 375 2 0 0 20 0 19 0 287386009 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251348580456 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25175/tid=25187] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25187/stat : 25187 (java) S 25173 25175 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287386010 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251347526776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25188] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25188/stat : 25188 (java) S 25173 25175 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287386010 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251346474120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25189] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25189/stat : 25189 (java) S 25173 25175 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287386012 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251345422864 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25190] ppid=25173 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/25175/task/25190/stat : 25190 (java) S 25173 25175 24478 0 -1 4202560 7826 0 0 0 78 2 0 0 20 0 19 0 287386012 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251344370232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25175/tid=25191] ppid=25173 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/25175/task/25191/stat : 25191 (java) S 25173 25175 24478 0 -1 4202560 3179 0 0 0 46 0 0 0 20 0 19 0 287386012 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251343317688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25192] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25192/stat : 25192 (java) S 25173 25175 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287386012 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251342265336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25175/tid=25193] ppid=25173 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/25175/task/25193/stat : 25193 (java) S 25173 25175 24478 0 -1 4202560 103 0 0 0 21 19 0 0 20 0 19 0 287386012 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251341213000 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25175/tid=25194] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25194/stat : 25194 (java) S 25173 25175 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287386047 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251340157736 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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+1793.1 s]
/proc/loadavg: 1.99 2.02 2.00 3/213 25291
/proc/meminfo: memFree=27852716/32873648 swapFree=7372/7372
[pid=25175] ppid=25173 vsize=9625004 CPUtime=1800.04 cores=0,2,4,6
/proc/25175/stat : 25175 (java) S 25173 25175 24478 0 -1 4202496 17574 0 1 0 179913 91 0 0 20 0 19 0 287386006 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140737348464688 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25175/statm: 2406251 161689 2285 9 0 2396937 0
[pid=25175/tid=25177] ppid=25173 vsize=9625004 CPUtime=1787.1 cores=0,2,4,6
/proc/25175/task/25177/stat : 25177 (java) R 25173 25175 24478 0 -1 4202560 2673 0 1 0 178677 33 0 0 20 0 19 0 287386007 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251994968368 140251838885359 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25175/tid=25178] ppid=25173 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/25175/task/25178/stat : 25178 (java) S 25173 25175 24478 0 -1 4202560 180 0 0 0 84 7 0 0 20 0 19 0 287386008 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251838277800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25175/tid=25179] ppid=25173 vsize=9625004 CPUtime=0.92 cores=0,2,4,6
/proc/25175/task/25179/stat : 25179 (java) S 25173 25175 24478 0 -1 4202560 345 0 0 0 82 10 0 0 20 0 19 0 287386008 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251837225256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25175/tid=25180] ppid=25173 vsize=9625004 CPUtime=0.94 cores=0,2,4,6
/proc/25175/task/25180/stat : 25180 (java) S 25173 25175 24478 0 -1 4202560 293 0 0 0 87 7 0 0 20 0 19 0 287386008 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251836172712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25175/tid=25181] ppid=25173 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/25175/task/25181/stat : 25181 (java) S 25173 25175 24478 0 -1 4202560 171 0 0 0 79 7 0 0 20 0 19 0 287386008 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251835120168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25182] ppid=25173 vsize=9625004 CPUtime=1 cores=0,2,4,6
/proc/25175/task/25182/stat : 25182 (java) S 25173 25175 24478 0 -1 4202560 385 0 0 0 93 7 0 0 20 0 19 0 287386008 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251834067624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25175/tid=25183] ppid=25173 vsize=9625004 CPUtime=0.98 cores=0,2,4,6
/proc/25175/task/25183/stat : 25183 (java) S 25173 25175 24478 0 -1 4202560 225 0 0 0 90 8 0 0 20 0 19 0 287386008 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251833015080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25175/tid=25184] ppid=25173 vsize=9625004 CPUtime=1.06 cores=0,2,4,6
/proc/25175/task/25184/stat : 25184 (java) S 25173 25175 24478 0 -1 4202560 212 0 0 0 98 8 0 0 20 0 19 0 287386008 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251831962536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25175/tid=25185] ppid=25173 vsize=9625004 CPUtime=0.94 cores=0,2,4,6
/proc/25175/task/25185/stat : 25185 (java) S 25173 25175 24478 0 -1 4202560 302 0 0 0 86 8 0 0 20 0 19 0 287386008 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251830909992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25186] ppid=25173 vsize=9625004 CPUtime=3.77 cores=0,2,4,6
/proc/25175/task/25186/stat : 25186 (java) S 25173 25175 24478 0 -1 4202560 494 0 0 0 375 2 0 0 20 0 19 0 287386009 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251348580456 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25175/tid=25187] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25187/stat : 25187 (java) S 25173 25175 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287386010 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251347526776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25188] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25188/stat : 25188 (java) S 25173 25175 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287386010 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251346474120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25189] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25189/stat : 25189 (java) S 25173 25175 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287386012 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251345422864 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25190] ppid=25173 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/25175/task/25190/stat : 25190 (java) S 25173 25175 24478 0 -1 4202560 7826 0 0 0 78 2 0 0 20 0 19 0 287386012 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251344370232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25175/tid=25191] ppid=25173 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/25175/task/25191/stat : 25191 (java) S 25173 25175 24478 0 -1 4202560 3179 0 0 0 46 0 0 0 20 0 19 0 287386012 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251343317688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25175/tid=25192] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25192/stat : 25192 (java) S 25173 25175 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287386012 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251342265336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25175/tid=25193] ppid=25173 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/25175/task/25193/stat : 25193 (java) S 25173 25175 24478 0 -1 4202560 103 0 0 0 21 19 0 0 20 0 19 0 287386012 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251341213000 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25175/tid=25194] ppid=25173 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25175/task/25194/stat : 25194 (java) S 25173 25175 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287386047 9856004096 161689 33554432000 1073741824 1073778376 140737348473552 140251340157736 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1793.16
CPU time (s): 1800.51
CPU user time (s): 1799.19
CPU system time (s): 1.3238
CPU usage (%): 100.41
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 1.3238
maximum resident set size= 685432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17610
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40773
involuntary context switches= 24862

runsolver used 6.13007 second user time and 14.6328 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-28 15:43:20
IDJOB=3710039
IDBENCH=90124
IDSOLVER=2289
FILE ID=node122/3710039-1338212600
RUNJOBID= node122-1338205330-24494
PBS_JOBID= 14624612
Free space on /tmp= 71684 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K106.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-3710039-1338212600/watcher-3710039-1338212600 -o /tmp/evaluation-result-3710039-1338212600/solver-3710039-1338212600 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710039-1338212600.opb

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

MD5SUM BENCH= afe4117ba13dcfbcd06fd88e1353402a
RANDOM SEED=1282355158

node122.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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		: 2666.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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		: 2666.533
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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:       32873648 kB
MemFree:        28484428 kB
Buffers:          326964 kB
Cached:          3115244 kB
SwapCached:            0 kB
Active:          1366552 kB
Inactive:        2219508 kB
Active(anon):     134952 kB
Inactive(anon):    11052 kB
Active(file):    1231600 kB
Inactive(file):  2208456 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1268 kB
Writeback:             0 kB
AnonPages:        152840 kB
Mapped:            21984 kB
Shmem:               200 kB
Slab:             663184 kB
SReclaimable:     107204 kB
SUnreclaim:       555980 kB
KernelStack:        1600 kB
PageTables:         4116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     697084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71684 MiB
End job on node122 at 2012-05-28 16:13:15