Trace number 3710059

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.63 1794.97

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K96.opb
MD5SUM12d577f059d1da283bb935f5e106dee7
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 benchmark568.277
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6528
Total number of constraints6722
Number of constraints which are clauses6626
Number of constraints which are cardinality constraints (but not clauses)96
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint96
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 97
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.09/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.11	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-3710059-1338214266.opb
0.09/0.12	c reading problem ... 
0.55/0.38	c ... done. Wall clock time 0.264s.
0.55/0.38	c declared #vars     6528
0.55/0.38	c #constraints  6722
0.55/0.38	c constraints type 
0.55/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5389
0.55/0.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 96
0.55/0.38	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.55/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1235
0.55/0.38	c 6722 constraints processed.
2.31/1.60	c cleaning 2470 clauses out of 4990 with flag 5001/5001
3.67/2.91	c cleaning 4186 clauses out of 8512 with flag 11001/11001
5.09/4.39	c cleaning 5566 clauses out of 11316 with flag 18000/18000
6.80/6.01	c cleaning 6812 clauses out of 13714 with flag 26000/26000
8.75/7.91	c cleaning 7843 clauses out of 15900 with flag 35000/35000
10.85/10.00	c cleaning 8963 clauses out of 18052 with flag 45000/45000
13.15/12.37	c cleaning 9992 clauses out of 20073 with flag 56000/56000
15.77/14.93	c cleaning 10929 clauses out of 22073 with flag 68000/68000
18.68/17.84	c cleaning 11698 clauses out of 24145 with flag 81006/81006
21.69/20.86	c cleaning 12154 clauses out of 26435 with flag 95000/95000
25.12/24.29	c cleaning 13316 clauses out of 29280 with flag 110000/110000
29.11/28.23	c cleaning 14178 clauses out of 31961 with flag 126000/126000
33.02/32.13	c cleaning 15422 clauses out of 34779 with flag 143000/143000
37.43/36.51	c cleaning 16354 clauses out of 37356 with flag 161001/161001
41.65/40.75	c cleaning 17253 clauses out of 39999 with flag 180000/180000
46.77/45.86	c cleaning 18443 clauses out of 42744 with flag 200000/200000
52.19/51.24	c cleaning 19591 clauses out of 45300 with flag 221001/221001
57.42/56.43	c cleaning 19869 clauses out of 47709 with flag 243001/243001
63.93/62.97	c cleaning 21348 clauses out of 50839 with flag 266000/266000
69.77/68.74	c cleaning 22241 clauses out of 53491 with flag 290000/290000
77.19/76.11	c cleaning 23294 clauses out of 56250 with flag 315000/315000
83.92/82.81	c cleaning 23958 clauses out of 58956 with flag 341000/341000
90.95/89.81	c cleaning 24780 clauses out of 61997 with flag 368002/368002
100.57/99.46	c cleaning 26084 clauses out of 65208 with flag 396002/396002
111.29/110.18	c cleaning 28207 clauses out of 68122 with flag 425000/425000
121.33/120.18	c cleaning 28549 clauses out of 69915 with flag 455000/455000
131.45/130.27	c cleaning 29669 clauses out of 72364 with flag 486001/486001
142.27/141.02	c cleaning 30018 clauses out of 74694 with flag 518000/518000
151.29/150.05	c cleaning 30578 clauses out of 77673 with flag 551000/551000
162.95/161.68	c cleaning 32174 clauses out of 81093 with flag 585001/585001
173.66/172.32	c cleaning 32635 clauses out of 83914 with flag 620000/620000
184.68/183.31	c cleaning 34031 clauses out of 87278 with flag 656000/656000
199.44/198.03	c cleaning 35501 clauses out of 90244 with flag 693000/693000
214.57/213.10	c cleaning 36877 clauses out of 92741 with flag 731000/731000
227.94/226.46	c cleaning 37180 clauses out of 94862 with flag 770000/770000
241.66/240.10	c cleaning 38162 clauses out of 97682 with flag 810000/810000
254.40/252.85	c cleaning 38997 clauses out of 100520 with flag 851000/851000
271.55/269.96	c cleaning 40201 clauses out of 103523 with flag 893000/893000
285.39/283.78	c cleaning 41162 clauses out of 106322 with flag 936000/936000
302.91/301.29	c cleaning 42298 clauses out of 109160 with flag 980000/980000
321.27/319.54	c cleaning 43442 clauses out of 111862 with flag 1025000/1025000
345.42/343.60	c cleaning 45207 clauses out of 114420 with flag 1071000/1071000
365.50/363.65	c cleaning 45625 clauses out of 116213 with flag 1118000/1118000
382.76/380.81	c cleaning 45659 clauses out of 118586 with flag 1166000/1166000
402.28/400.33	c cleaning 47562 clauses out of 121928 with flag 1215003/1215003
421.11/419.16	c cleaning 48436 clauses out of 124363 with flag 1265000/1265000
444.93/442.95	c cleaning 50178 clauses out of 126927 with flag 1316000/1316000
466.40/464.31	c cleaning 50696 clauses out of 128747 with flag 1368000/1368000
485.63/483.51	c cleaning 51772 clauses out of 131052 with flag 1421001/1421001
504.57/502.46	c cleaning 52896 clauses out of 133279 with flag 1475000/1475000
527.41/525.24	c cleaning 54039 clauses out of 135383 with flag 1530000/1530000
552.76/550.51	c cleaning 55199 clauses out of 137344 with flag 1586000/1586000
573.50/571.20	c cleaning 55371 clauses out of 139147 with flag 1643002/1643002
597.96/595.67	c cleaning 56313 clauses out of 141774 with flag 1701000/1701000
624.60/622.21	c cleaning 57803 clauses out of 144462 with flag 1760001/1760001
649.96/647.54	c cleaning 59014 clauses out of 146658 with flag 1820000/1820000
685.95/683.48	c cleaning 59973 clauses out of 148644 with flag 1881000/1881000
716.04/713.46	c cleaning 60801 clauses out of 150671 with flag 1943000/1943000
740.62/737.94	c cleaning 61463 clauses out of 152870 with flag 2006000/2006000
764.38/761.66	c cleaning 62816 clauses out of 155408 with flag 2070001/2070001
792.22/789.47	c cleaning 63757 clauses out of 157591 with flag 2135000/2135000
819.59/816.71	c cleaning 64842 clauses out of 159834 with flag 2201000/2201000
847.78/844.89	c cleaning 66100 clauses out of 161992 with flag 2268000/2268000
872.26/869.24	c cleaning 66286 clauses out of 163892 with flag 2336000/2336000
898.39/895.38	c cleaning 67384 clauses out of 166606 with flag 2405000/2405000
925.82/922.79	c cleaning 68571 clauses out of 169221 with flag 2475003/2475003
964.58/961.46	c cleaning 70026 clauses out of 171647 with flag 2546000/2546000
996.36/993.14	c cleaning 71102 clauses out of 173621 with flag 2618000/2618000
1024.23/1020.97	c cleaning 71696 clauses out of 175519 with flag 2691000/2691000
1057.98/1054.60	c cleaning 72984 clauses out of 177823 with flag 2765004/2765004
1101.54/1098.19	c cleaning 74501 clauses out of 179837 with flag 2840002/2840002
1140.76/1137.23	c cleaning 74594 clauses out of 181334 with flag 2916000/2916000
1172.76/1169.15	c cleaning 75525 clauses out of 183742 with flag 2993002/2993002
1207.95/1204.29	c cleaning 76957 clauses out of 186217 with flag 3071002/3071002
1242.51/1238.74	c cleaning 78201 clauses out of 188258 with flag 3150000/3150000
1283.88/1280.08	c cleaning 79301 clauses out of 190059 with flag 3230002/3230002
1323.09/1319.13	c cleaning 80289 clauses out of 191758 with flag 3311002/3311002
1368.35/1364.13	c cleaning 81068 clauses out of 193467 with flag 3393000/3393000
1402.56/1398.37	c cleaning 82023 clauses out of 195399 with flag 3476000/3476000
1444.75/1440.48	c cleaning 83049 clauses out of 197376 with flag 3560000/3560000
1484.27/1479.86	c cleaning 83939 clauses out of 199327 with flag 3645000/3645000
1524.96/1520.45	c cleaning 84997 clauses out of 201389 with flag 3731001/3731001
1601.87/1597.15	c cleaning 86573 clauses out of 203391 with flag 3818000/3818000
1650.31/1645.57	c cleaning 87221 clauses out of 204818 with flag 3906000/3906000
1703.68/1698.88	c cleaning 88425 clauses out of 206595 with flag 3995000/3995000
1759.96/1754.98	c cleaning 89390 clauses out of 208173 with flag 4085003/4085003
1800.01/1794.91	c starts		: 252
1800.01/1794.91	c conflicts		: 4152331
1800.01/1794.91	c decisions		: 12633270
1800.01/1794.91	c propagations		: 1337294461
1800.01/1794.91	c inspects		: 8218165703
1800.01/1794.91	c shortcuts		: 0
1800.01/1794.91	c learnt literals	: 67
1800.01/1794.91	c learnt binary clauses	: 97839
1800.01/1794.91	c learnt ternary clauses	: 146925
1800.01/1794.91	c learnt constraints	: 4152263
1800.01/1794.91	c ignored constraints	: 0
1800.01/1794.91	c root simplifications	: 319
1800.01/1794.91	c removed literals (reason simplification)	: 195394314
1800.01/1794.91	c reason swapping (by a shorter reason)	: 0
1800.01/1794.91	c Calls to reduceDB	: 86
1800.01/1794.91	c number of reductions to clauses (during analyze)	: 0
1800.01/1794.91	c number of learned constraints concerned by reduction	: 0
1800.01/1794.91	c number of learning phase by resolution	: 0
1800.01/1794.91	c number of learning phase by cutting planes	: 0
1800.01/1794.91	c speed (assignments/second)	: 745211.8326055604
1800.01/1794.91	c non guided choices	4495
1800.01/1794.96	c learnt constraints type 
1800.01/1794.96	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 97769
1800.01/1794.96	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 88392
1800.01/1794.96	c constraints type 
1800.01/1794.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5389
1800.01/1794.96	c org.sat4j.minisat.constraints.card.MinWatchCard => 96
1800.01/1794.96	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.01/1794.96	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1235
1800.01/1794.96	c 6722 constraints processed.
1800.01/1794.96	s UNKNOWN
1800.01/1794.96	c Total wall clock time (in seconds): 1794.844

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-3710059-1338214266/watcher-3710059-1338214266 -o /tmp/evaluation-result-3710059-1338214266/solver-3710059-1338214266 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710059-1338214266.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: 1.93 2.04 2.01 3/194 25272
/proc/meminfo: memFree=27948396/32873648 swapFree=7372/7372
[pid=25272] ppid=25270 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25272/stat : 25272 (java) D 25270 25272 24478 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 287552542 9515008 183 33554432000 1073741824 1073778376 140737372499312 140737372490344 217410518709 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/25272/statm: 2323 184 141 9 0 71 0

[startup+0.065971 s]
/proc/loadavg: 1.93 2.04 2.01 3/194 25272
/proc/meminfo: memFree=27948396/32873648 swapFree=7372/7372
[pid=25272] ppid=25270 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/25272/stat : 25272 (java) S 25270 25272 24478 0 -1 4202496 3218 0 1 0 3 0 0 0 20 0 18 0 287552542 9787842560 4425 33554432000 1073741824 1073778376 140737144889792 140737144880928 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25272/statm: 2389610 4425 1765 9 0 2380296 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9558440

[startup+0.100251 s]
/proc/loadavg: 1.93 2.04 2.01 3/194 25272
/proc/meminfo: memFree=27948396/32873648 swapFree=7372/7372
[pid=25272] ppid=25270 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/25272/stat : 25272 (java) S 25270 25272 24478 0 -1 4202496 4291 0 1 0 8 1 0 0 20 0 18 0 287552542 9787842560 6008 33554432000 1073741824 1073778376 140737144889792 140737144880928 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25272/statm: 2389610 6008 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.30023 s]
/proc/loadavg: 1.93 2.04 2.01 3/194 25272
/proc/meminfo: memFree=27948396/32873648 swapFree=7372/7372
[pid=25272] ppid=25270 vsize=9558440 CPUtime=0.55 cores=1,3,5,7
/proc/25272/stat : 25272 (java) S 25270 25272 24478 0 -1 4202496 7272 0 1 0 54 1 0 0 20 0 18 0 287552542 9787842560 9863 33554432000 1073741824 1073778376 140737144889792 140737144880928 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25272/statm: 2389610 9863 2228 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558440

[startup+0.700188 s]
/proc/loadavg: 1.93 2.04 2.01 3/194 25272
/proc/meminfo: memFree=27948396/32873648 swapFree=7372/7372
[pid=25272] ppid=25270 vsize=9625004 CPUtime=1.38 cores=1,3,5,7
/proc/25272/stat : 25272 (java) S 25270 25272 24478 0 -1 4202496 7651 0 1 0 137 1 0 0 20 0 19 0 287552542 9856004096 16586 33554432000 1073741824 1073778376 140737144889792 140737144880928 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25272/statm: 2406251 16586 2259 9 0 2396937 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9625004

[startup+1.50055 s]
/proc/loadavg: 1.93 2.04 2.01 3/213 25291
/proc/meminfo: memFree=27890572/32873648 swapFree=7372/7372
[pid=25272] ppid=25270 vsize=9625004 CPUtime=2.19 cores=1,3,5,7
/proc/25272/stat : 25272 (java) S 25270 25272 24478 0 -1 4202496 7653 0 1 0 218 1 0 0 20 0 19 0 287552542 9856004096 16587 33554432000 1073741824 1073778376 140737144889792 140737144880928 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25272/statm: 2406251 16587 2259 9 0 2396937 0
[pid=25272/tid=25274] ppid=25270 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/25272/task/25274/stat : 25274 (java) R 25270 25272 24478 0 -1 4202560 2538 0 1 0 145 1 0 0 20 0 19 0 287552543 9856004096 16587 33554432000 1073741824 1073778376 140737144889792 139980583006840 139980450556263 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25272/tid=25275] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25275/stat : 25275 (java) S 25270 25272 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287552544 9856004096 16587 33554432000 1073741824 1073778376 140737144889792 139980572068904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25276] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25276/stat : 25276 (java) S 25270 25272 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287552544 9856004096 16587 33554432000 1073741824 1073778376 140737144889792 139980571016104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25277] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25277/stat : 25277 (java) S 25270 25272 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287552544 9856004096 16587 33554432000 1073741824 1073778376 140737144889792 139980569963304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25272/tid=25278] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25278/stat : 25278 (java) S 25270 25272 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287552544 9856004096 16587 33554432000 1073741824 1073778376 140737144889792 139980568910504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25272/tid=25279] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25279/stat : 25279 (java) S 25270 25272 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287552544 9856004096 16587 33554432000 1073741824 1073778376 140737144889792 139980422461992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25280] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25280/stat : 25280 (java) S 25270 25272 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287552544 9856004096 16587 33554432000 1073741824 1073778376 140737144889792 139980421409192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25272/tid=25281] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25281/stat : 25281 (java) S 25270 25272 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287552544 9856004096 16587 33554432000 1073741824 1073778376 140737144889792 139980420356392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25282] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25282/stat : 25282 (java) S 25270 25272 24478 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287552544 9856004096 16587 33554432000 1073741824 1073778376 140737144889792 139980419303592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25283] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25283/stat : 25283 (java) S 25270 25272 24478 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287552545 9856004096 16587 33554432000 1073741824 1073778376 140737144889792 139980407106536 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25284] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25284/stat : 25284 (java) S 25270 25272 24478 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287552545 9856004096 16587 33554432000 1073741824 1073778376 140737144889792 139980406052600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25285] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25285/stat : 25285 (java) S 25270 25272 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287552545 9856004096 16587 33554432000 1073741824 1073778376 140737144889792 139980404999688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25286] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25286/stat : 25286 (java) S 25270 25272 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287552548 9856004096 16587 33554432000 1073741824 1073778376 140737144889792 139980403948176 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25287] ppid=25270 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/25272/task/25287/stat : 25287 (java) S 25270 25272 24478 0 -1 4202560 2148 0 0 0 36 0 0 0 20 0 19 0 287552548 9856004096 16587 33554432000 1073741824 1073778376 140737144889792 139980402895288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25288] ppid=25270 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/25272/task/25288/stat : 25288 (java) S 25270 25272 24478 0 -1 4202560 1770 0 0 0 34 0 0 0 20 0 19 0 287552548 9856004096 16587 33554432000 1073741824 1073778376 140737144889792 139980401842488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25289] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25289/stat : 25289 (java) S 25270 25272 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287552548 9856004096 16587 33554432000 1073741824 1073778376 140737144889792 139980400789880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25290] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25290/stat : 25290 (java) S 25270 25272 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287552548 9856004096 16587 33554432000 1073741824 1073778376 140737144889792 139980399737288 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25291] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25291/stat : 25291 (java) S 25270 25272 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287552582 9856004096 16587 33554432000 1073741824 1073778376 140737144889792 139980398683816 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9625004

[startup+3.10059 s]
/proc/loadavg: 1.93 2.04 2.01 3/213 25291
/proc/meminfo: memFree=27879348/32873648 swapFree=7372/7372
[pid=25272] ppid=25270 vsize=9625004 CPUtime=3.88 cores=1,3,5,7
/proc/25272/stat : 25272 (java) S 25270 25272 24478 0 -1 4202496 7723 0 1 0 386 2 0 0 20 0 19 0 287552542 9856004096 19711 33554432000 1073741824 1073778376 140737144889792 140737144880928 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25272/statm: 2406251 19711 2284 9 0 2396937 0
[pid=25272/tid=25274] ppid=25270 vsize=9625004 CPUtime=3.04 cores=1,3,5,7
/proc/25272/task/25274/stat : 25274 (java) R 25270 25272 24478 0 -1 4202560 2542 0 1 0 302 2 0 0 20 0 19 0 287552543 9856004096 19711 33554432000 1073741824 1073778376 140737144889792 139980583006512 139980450788384 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25272/tid=25275] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25275/stat : 25275 (java) S 25270 25272 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287552544 9856004096 19711 33554432000 1073741824 1073778376 140737144889792 139980572068904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25272/tid=25276] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25276/stat : 25276 (java) S 25270 25272 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287552544 9856004096 19711 33554432000 1073741824 1073778376 140737144889792 139980571016104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25277] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25277/stat : 25277 (java) S 25270 25272 24478 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287552544 9856004096 19711 33554432000 1073741824 1073778376 140737144889792 139980569963304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25272/tid=25278] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25278/stat : 25278 (java) S 25270 25272 24478 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287552544 9856004096 19711 33554432000 1073741824 1073778376 140737144889792 139980568910504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25272/tid=25279] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25279/stat : 25279 (java) S 25270 25272 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287552544 9856004096 19711 33554432000 1073741824 1073778376 140737144889792 139980422461992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25280] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25280/stat : 25280 (java) S 25270 25272 24478 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287552544 9856004096 19711 33554432000 1073741824 1073778376 140737144889792 139980421409192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25281] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25281/stat : 25281 (java) S 25270 25272 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287552544 9856004096 19711 33554432000 1073741824 1073778376 140737144889792 139980420356392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25282] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25282/stat : 25282 (java) S 25270 25272 24478 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287552544 9856004096 19711 33554432000 1073741824 1073778376 140737144889792 139980419303592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25283] ppid=25270 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/25272/task/25283/stat : 25283 (java) S 25270 25272 24478 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 287552545 9856004096 19711 33554432000 1073741824 1073778376 140737144889792 139980407106536 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25284] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25284/stat : 25284 (java) S 25270 25272 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287552545 9856004096 19711 33554432000 1073741824 1073778376 140737144889792 139980406052600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25285] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25285/stat : 25285 (java) S 25270 25272 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287552545 9856004096 19711 33554432000 1073741824 1073778376 140737144889792 139980404999688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25286] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25286/stat : 25286 (java) S 25270 25272 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287552548 9856004096 19711 33554432000 1073741824 1073778376 140737144889792 139980403948176 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25287] ppid=25270 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/25272/task/25287/stat : 25287 (java) S 25270 25272 24478 0 -1 4202560 2153 0 0 0 40 0 0 0 20 0 19 0 287552548 9856004096 19711 33554432000 1073741824 1073778376 140737144889792 139980402895288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25288] ppid=25270 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/25272/task/25288/stat : 25288 (java) S 25270 25272 24478 0 -1 4202560 1770 0 0 0 36 0 0 0 20 0 19 0 287552548 9856004096 19711 33554432000 1073741824 1073778376 140737144889792 139980401842488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25289] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25289/stat : 25289 (java) S 25270 25272 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287552548 9856004096 19711 33554432000 1073741824 1073778376 140737144889792 139980400789880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25290] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25290/stat : 25290 (java) S 25270 25272 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287552548 9856004096 19711 33554432000 1073741824 1073778376 140737144889792 139980399737288 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25272/tid=25291] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25291/stat : 25291 (java) S 25270 25272 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287552582 9856004096 19711 33554432000 1073741824 1073778376 140737144889792 139980398683816 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 9625004

[startup+6.30059 s]
/proc/loadavg: 1.93 2.04 2.01 3/213 25291
/proc/meminfo: memFree=27876956/32873648 swapFree=7372/7372
[pid=25272] ppid=25270 vsize=9625004 CPUtime=7.15 cores=1,3,5,7
/proc/25272/stat : 25272 (java) S 25270 25272 24478 0 -1 4202496 8121 0 1 0 713 2 0 0 20 0 19 0 287552542 9856004096 20343 33554432000 1073741824 1073778376 140737144889792 140737144880928 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25272/statm: 2406251 20343 2284 9 0 2396937 0
[pid=25272/tid=25274] ppid=25270 vsize=9625004 CPUtime=6.2 cores=1,3,5,7
/proc/25272/task/25274/stat : 25274 (java) R 25270 25272 24478 0 -1 4202560 2543 0 1 0 618 2 0 0 20 0 19 0 287552543 9856004096 20343 33554432000 1073741824 1073778376 140737144889792 139980583006512 139980450693331 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25272/tid=25275] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25275/stat : 25275 (java) S 25270 25272 24478 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287552544 9856004096 20343 33554432000 1073741824 1073778376 140737144889792 139980572068904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25272/tid=25276] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25276/stat : 25276 (java) S 25270 25272 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287552544 9856004096 20343 33554432000 1073741824 1073778376 140737144889792 139980571016104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25272/tid=25277] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25277/stat : 25277 (java) S 25270 25272 24478 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287552544 9856004096 20343 33554432000 1073741824 1073778376 140737144889792 139980569963304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25272/tid=25278] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25278/stat : 25278 (java) S 25270 25272 24478 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287552544 9856004096 20343 33554432000 1073741824 1073778376 140737144889792 139980568910504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25272/tid=25279] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25279/stat : 25279 (java) S 25270 25272 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287552544 9856004096 20343 33554432000 1073741824 1073778376 140737144889792 139980422461992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25280] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25280/stat : 25280 (java) S 25270 25272 24478 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287552544 9856004096 20343 33554432000 1073741824 1073778376 140737144889792 139980421409192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25281] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25281/stat : 25281 (java) S 25270 25272 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287552544 9856004096 20343 33554432000 1073741824 1073778376 140737144889792 139980420356392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25282] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25282/stat : 25282 (java) S 25270 25272 24478 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287552544 9856004096 20343 33554432000 1073741824 1073778376 140737144889792 139980419303592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25283] ppid=25270 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/25272/task/25283/stat : 25283 (java) S 25270 25272 24478 0 -1 4202560 60 0 0 0 5 0 0 0 20 0 19 0 287552545 9856004096 20343 33554432000 1073741824 1073778376 140737144889792 139980407106536 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25284] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25284/stat : 25284 (java) S 25270 25272 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287552545 9856004096 20343 33554432000 1073741824 1073778376 140737144889792 139980406052600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25285] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25285/stat : 25285 (java) S 25270 25272 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287552545 9856004096 20343 33554432000 1073741824 1073778376 140737144889792 139980404999688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25286] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25286/stat : 25286 (java) S 25270 25272 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287552548 9856004096 20343 33554432000 1073741824 1073778376 140737144889792 139980403948176 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25287] ppid=25270 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/25272/task/25287/stat : 25287 (java) S 25270 25272 24478 0 -1 4202560 2510 0 0 0 47 0 0 0 20 0 19 0 287552548 9856004096 20343 33554432000 1073741824 1073778376 140737144889792 139980402895288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25272/tid=25288] ppid=25270 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/25272/task/25288/stat : 25288 (java) S 25270 25272 24478 0 -1 4202560 1770 0 0 0 36 0 0 0 20 0 19 0 287552548 9856004096 20343 33554432000 1073741824 1073778376 140737144889792 139980401842488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25289] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25289/stat : 25289 (java) S 25270 25272 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287552548 9856004096 20343 33554432000 1073741824 1073778376 140737144889792 139980400789880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25290] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25290/stat : 25290 (java) S 25270 25272 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287552548 9856004096 20343 33554432000 1073741824 1073778376 140737144889792 139980399737288 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25272/tid=25291] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25291/stat : 25291 (java) S 25270 25272 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287552582 9856004096 20343 33554432000 1073741824 1073778376 140737144889792 139980398683816 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.15
Current children cumulated vsize (KiB) 9625004

[startup+12.7005 s]

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

[pid=25272/tid=25280] ppid=25270 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/25272/task/25280/stat : 25280 (java) S 25270 25272 24478 0 -1 4202560 199 0 0 0 66 4 0 0 20 0 19 0 287552544 9856004096 101437 33554432000 1073741824 1073778376 140737144889792 139980421409192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25281] ppid=25270 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/25272/task/25281/stat : 25281 (java) S 25270 25272 24478 0 -1 4202560 197 0 0 0 66 3 0 0 20 0 19 0 287552544 9856004096 101437 33554432000 1073741824 1073778376 140737144889792 139980420356392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25272/tid=25282] ppid=25270 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/25272/task/25282/stat : 25282 (java) S 25270 25272 24478 0 -1 4202560 144 0 0 0 57 4 0 0 20 0 19 0 287552544 9856004096 101437 33554432000 1073741824 1073778376 140737144889792 139980419303592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25272/tid=25283] ppid=25270 vsize=9625004 CPUtime=3.27 cores=1,3,5,7
/proc/25272/task/25283/stat : 25283 (java) S 25270 25272 24478 0 -1 4202560 155 0 0 0 325 2 0 0 20 0 19 0 287552545 9856004096 101437 33554432000 1073741824 1073778376 140737144889792 139980407106536 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25284] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25284/stat : 25284 (java) S 25270 25272 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287552545 9856004096 101437 33554432000 1073741824 1073778376 140737144889792 139980406052600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25285] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25285/stat : 25285 (java) S 25270 25272 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287552545 9856004096 101437 33554432000 1073741824 1073778376 140737144889792 139980404999688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25286] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25286/stat : 25286 (java) S 25270 25272 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287552548 9856004096 101437 33554432000 1073741824 1073778376 140737144889792 139980403948176 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25287] ppid=25270 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/25272/task/25287/stat : 25287 (java) S 25270 25272 24478 0 -1 4202560 3195 0 0 0 58 0 0 0 20 0 19 0 287552548 9856004096 101437 33554432000 1073741824 1073778376 140737144889792 139980402895288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25272/tid=25288] ppid=25270 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/25272/task/25288/stat : 25288 (java) S 25270 25272 24478 0 -1 4202560 1770 0 0 0 36 0 0 0 20 0 19 0 287552548 9856004096 101437 33554432000 1073741824 1073778376 140737144889792 139980401842488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25289] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25289/stat : 25289 (java) S 25270 25272 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287552548 9856004096 101437 33554432000 1073741824 1073778376 140737144889792 139980400789880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25290] ppid=25270 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/25272/task/25290/stat : 25290 (java) S 25270 25272 24478 0 -1 4202560 98 0 0 0 19 21 0 0 20 0 19 0 287552548 9856004096 101437 33554432000 1073741824 1073778376 140737144889792 139980399737288 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25291] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25291/stat : 25291 (java) S 25270 25272 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287552582 9856004096 101437 33554432000 1073741824 1073778376 140737144889792 139980398683816 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1727.26
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/214 25366
/proc/meminfo: memFree=27835524/32873648 swapFree=7372/7372
[pid=25272] ppid=25270 vsize=9625004 CPUtime=1787.4 cores=1,3,5,7
/proc/25272/stat : 25272 (java) S 25270 25272 24478 0 -1 4202496 10357 0 1 0 178686 54 0 0 20 0 19 0 287552542 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 140737144880928 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25272/statm: 2406251 101949 2285 9 0 2396937 0
[pid=25272/tid=25274] ppid=25270 vsize=9625004 CPUtime=1777.33 cores=1,3,5,7
/proc/25272/task/25274/stat : 25274 (java) R 25270 25272 24478 0 -1 4202560 2672 0 1 0 177702 31 0 0 20 0 19 0 287552543 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980583006512 139980450642231 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25275] ppid=25270 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/25272/task/25275/stat : 25275 (java) S 25270 25272 24478 0 -1 4202560 151 0 0 0 72 4 0 0 20 0 19 0 287552544 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980572068904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25272/tid=25276] ppid=25270 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/25272/task/25276/stat : 25276 (java) S 25270 25272 24478 0 -1 4202560 104 0 0 0 65 4 0 0 20 0 19 0 287552544 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980571016104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25272/tid=25277] ppid=25270 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/25272/task/25277/stat : 25277 (java) S 25270 25272 24478 0 -1 4202560 168 0 0 0 62 4 0 0 20 0 19 0 287552544 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980569963304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25272/tid=25278] ppid=25270 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/25272/task/25278/stat : 25278 (java) S 25270 25272 24478 0 -1 4202560 186 0 0 0 68 4 0 0 20 0 19 0 287552544 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980568910504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25272/tid=25279] ppid=25270 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/25272/task/25279/stat : 25279 (java) S 25270 25272 24478 0 -1 4202560 129 0 0 0 66 3 0 0 20 0 19 0 287552544 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980422461992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25272/tid=25280] ppid=25270 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/25272/task/25280/stat : 25280 (java) S 25270 25272 24478 0 -1 4202560 199 0 0 0 70 4 0 0 20 0 19 0 287552544 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980421409192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25281] ppid=25270 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/25272/task/25281/stat : 25281 (java) S 25270 25272 24478 0 -1 4202560 198 0 0 0 68 3 0 0 20 0 19 0 287552544 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980420356392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25282] ppid=25270 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/25272/task/25282/stat : 25282 (java) S 25270 25272 24478 0 -1 4202560 144 0 0 0 58 4 0 0 20 0 19 0 287552544 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980419303592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25272/tid=25283] ppid=25270 vsize=9625004 CPUtime=3.33 cores=1,3,5,7
/proc/25272/task/25283/stat : 25283 (java) S 25270 25272 24478 0 -1 4202560 157 0 0 0 331 2 0 0 20 0 19 0 287552545 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980407106536 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25272/tid=25284] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25284/stat : 25284 (java) S 25270 25272 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287552545 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980406052600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25285] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25285/stat : 25285 (java) S 25270 25272 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287552545 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980404999688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25286] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25286/stat : 25286 (java) S 25270 25272 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287552548 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980403948176 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25287] ppid=25270 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/25272/task/25287/stat : 25287 (java) S 25270 25272 24478 0 -1 4202560 3195 0 0 0 58 0 0 0 20 0 19 0 287552548 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980402895288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25272/tid=25288] ppid=25270 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/25272/task/25288/stat : 25288 (java) S 25270 25272 24478 0 -1 4202560 1770 0 0 0 36 0 0 0 20 0 19 0 287552548 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980401842488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25289] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25289/stat : 25289 (java) S 25270 25272 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287552548 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980400789880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25290] ppid=25270 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/25272/task/25290/stat : 25290 (java) S 25270 25272 24478 0 -1 4202560 102 0 0 0 19 23 0 0 20 0 19 0 287552548 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980399737288 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25291] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25291/stat : 25291 (java) S 25270 25272 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287552582 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980398683816 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1787.4
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.9 s]
/proc/loadavg: 2.05 2.04 2.00 3/214 25366
/proc/meminfo: memFree=27835404/32873648 swapFree=7372/7372
[pid=25272] ppid=25270 vsize=9625004 CPUtime=1800.01 cores=1,3,5,7
/proc/25272/stat : 25272 (java) S 25270 25272 24478 0 -1 4202496 10357 0 1 0 179946 55 0 0 20 0 19 0 287552542 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 140737144880928 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25272/statm: 2406251 101949 2285 9 0 2396937 0
[pid=25272/tid=25274] ppid=25270 vsize=9625004 CPUtime=1789.94 cores=1,3,5,7
/proc/25272/task/25274/stat : 25274 (java) R 25270 25272 24478 0 -1 4202560 2672 0 1 0 178963 31 0 0 20 0 19 0 287552543 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980583006512 139980450646948 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25275] ppid=25270 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/25272/task/25275/stat : 25275 (java) S 25270 25272 24478 0 -1 4202560 151 0 0 0 72 4 0 0 20 0 19 0 287552544 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980572068904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25272/tid=25276] ppid=25270 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/25272/task/25276/stat : 25276 (java) S 25270 25272 24478 0 -1 4202560 104 0 0 0 65 4 0 0 20 0 19 0 287552544 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980571016104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25272/tid=25277] ppid=25270 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/25272/task/25277/stat : 25277 (java) S 25270 25272 24478 0 -1 4202560 168 0 0 0 62 4 0 0 20 0 19 0 287552544 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980569963304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25272/tid=25278] ppid=25270 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/25272/task/25278/stat : 25278 (java) S 25270 25272 24478 0 -1 4202560 186 0 0 0 68 4 0 0 20 0 19 0 287552544 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980568910504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25272/tid=25279] ppid=25270 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/25272/task/25279/stat : 25279 (java) S 25270 25272 24478 0 -1 4202560 129 0 0 0 66 3 0 0 20 0 19 0 287552544 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980422461992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25272/tid=25280] ppid=25270 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/25272/task/25280/stat : 25280 (java) S 25270 25272 24478 0 -1 4202560 199 0 0 0 70 4 0 0 20 0 19 0 287552544 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980421409192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25281] ppid=25270 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/25272/task/25281/stat : 25281 (java) S 25270 25272 24478 0 -1 4202560 198 0 0 0 68 3 0 0 20 0 19 0 287552544 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980420356392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25282] ppid=25270 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/25272/task/25282/stat : 25282 (java) S 25270 25272 24478 0 -1 4202560 144 0 0 0 58 4 0 0 20 0 19 0 287552544 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980419303592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25272/tid=25283] ppid=25270 vsize=9625004 CPUtime=3.33 cores=1,3,5,7
/proc/25272/task/25283/stat : 25283 (java) S 25270 25272 24478 0 -1 4202560 157 0 0 0 331 2 0 0 20 0 19 0 287552545 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980407106536 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25272/tid=25284] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25284/stat : 25284 (java) S 25270 25272 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287552545 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980406052600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25285] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25285/stat : 25285 (java) S 25270 25272 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287552545 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980404999688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25286] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25286/stat : 25286 (java) S 25270 25272 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287552548 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980403948176 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25287] ppid=25270 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/25272/task/25287/stat : 25287 (java) S 25270 25272 24478 0 -1 4202560 3195 0 0 0 58 0 0 0 20 0 19 0 287552548 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980402895288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25272/tid=25288] ppid=25270 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/25272/task/25288/stat : 25288 (java) S 25270 25272 24478 0 -1 4202560 1770 0 0 0 36 0 0 0 20 0 19 0 287552548 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980401842488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25289] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25289/stat : 25289 (java) S 25270 25272 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287552548 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980400789880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25290] ppid=25270 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/25272/task/25290/stat : 25290 (java) S 25270 25272 24478 0 -1 4202560 102 0 0 0 19 23 0 0 20 0 19 0 287552548 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980399737288 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25291] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25291/stat : 25291 (java) S 25270 25272 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287552582 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980398683816 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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: 2.05 2.04 2.00 3/214 25366
/proc/meminfo: memFree=27835404/32873648 swapFree=7372/7372
[pid=25272] ppid=25270 vsize=9625004 CPUtime=1800.01 cores=1,3,5,7
/proc/25272/stat : 25272 (java) S 25270 25272 24478 0 -1 4202496 10357 0 1 0 179946 55 0 0 20 0 19 0 287552542 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 140737144880928 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25272/statm: 2406251 101949 2285 9 0 2396937 0
[pid=25272/tid=25274] ppid=25270 vsize=9625004 CPUtime=1789.94 cores=1,3,5,7
/proc/25272/task/25274/stat : 25274 (java) R 25270 25272 24478 0 -1 4202560 2672 0 1 0 178963 31 0 0 20 0 19 0 287552543 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980583006512 139980450646948 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25275] ppid=25270 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/25272/task/25275/stat : 25275 (java) S 25270 25272 24478 0 -1 4202560 151 0 0 0 72 4 0 0 20 0 19 0 287552544 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980572068904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25272/tid=25276] ppid=25270 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/25272/task/25276/stat : 25276 (java) S 25270 25272 24478 0 -1 4202560 104 0 0 0 65 4 0 0 20 0 19 0 287552544 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980571016104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25272/tid=25277] ppid=25270 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/25272/task/25277/stat : 25277 (java) S 25270 25272 24478 0 -1 4202560 168 0 0 0 62 4 0 0 20 0 19 0 287552544 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980569963304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25272/tid=25278] ppid=25270 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/25272/task/25278/stat : 25278 (java) S 25270 25272 24478 0 -1 4202560 186 0 0 0 68 4 0 0 20 0 19 0 287552544 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980568910504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25272/tid=25279] ppid=25270 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/25272/task/25279/stat : 25279 (java) S 25270 25272 24478 0 -1 4202560 129 0 0 0 66 3 0 0 20 0 19 0 287552544 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980422461992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25272/tid=25280] ppid=25270 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/25272/task/25280/stat : 25280 (java) S 25270 25272 24478 0 -1 4202560 199 0 0 0 70 4 0 0 20 0 19 0 287552544 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980421409192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25281] ppid=25270 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/25272/task/25281/stat : 25281 (java) S 25270 25272 24478 0 -1 4202560 198 0 0 0 68 3 0 0 20 0 19 0 287552544 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980420356392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25282] ppid=25270 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/25272/task/25282/stat : 25282 (java) S 25270 25272 24478 0 -1 4202560 144 0 0 0 58 4 0 0 20 0 19 0 287552544 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980419303592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25272/tid=25283] ppid=25270 vsize=9625004 CPUtime=3.33 cores=1,3,5,7
/proc/25272/task/25283/stat : 25283 (java) S 25270 25272 24478 0 -1 4202560 157 0 0 0 331 2 0 0 20 0 19 0 287552545 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980407106536 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25272/tid=25284] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25284/stat : 25284 (java) S 25270 25272 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287552545 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980406052600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25285] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25285/stat : 25285 (java) S 25270 25272 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287552545 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980404999688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25286] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25286/stat : 25286 (java) S 25270 25272 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287552548 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980403948176 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25287] ppid=25270 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/25272/task/25287/stat : 25287 (java) S 25270 25272 24478 0 -1 4202560 3195 0 0 0 58 0 0 0 20 0 19 0 287552548 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980402895288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25272/tid=25288] ppid=25270 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/25272/task/25288/stat : 25288 (java) S 25270 25272 24478 0 -1 4202560 1770 0 0 0 36 0 0 0 20 0 19 0 287552548 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980401842488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25289] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25289/stat : 25289 (java) S 25270 25272 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287552548 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980400789880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25272/tid=25290] ppid=25270 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/25272/task/25290/stat : 25290 (java) S 25270 25272 24478 0 -1 4202560 102 0 0 0 19 23 0 0 20 0 19 0 287552548 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980399737288 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25272/tid=25291] ppid=25270 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25272/task/25291/stat : 25291 (java) S 25270 25272 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287552582 9856004096 101949 33554432000 1073741824 1073778376 140737144889792 139980398683816 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1794.97
CPU time (s): 1800.63
CPU user time (s): 1799.63
CPU system time (s): 1.00285
CPU usage (%): 100.315
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 1.00285
maximum resident set size= 407928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10394
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40371
involuntary context switches= 19301

runsolver used 5.87911 second user time and 14.4838 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-28 16:11:06
IDJOB=3710059
IDBENCH=90135
IDSOLVER=2289
FILE ID=node122/3710059-1338214266
RUNJOBID= node122-1338205330-24495
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_K96.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-3710059-1338214266/watcher-3710059-1338214266 -o /tmp/evaluation-result-3710059-1338214266/solver-3710059-1338214266 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710059-1338214266.opb

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

MD5SUM BENCH= 12d577f059d1da283bb935f5e106dee7
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:        27948396 kB
Buffers:          327364 kB
Cached:          3115564 kB
SwapCached:            0 kB
Active:          1887844 kB
Inactive:        2219440 kB
Active(anon):     655712 kB
Inactive(anon):    11052 kB
Active(file):    1232132 kB
Inactive(file):  2208388 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1252 kB
Writeback:             0 kB
AnonPages:        685716 kB
Mapped:            21996 kB
Shmem:               200 kB
Slab:             663208 kB
SReclaimable:     107212 kB
SUnreclaim:       555996 kB
KernelStack:        1600 kB
PageTables:         5328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1134876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    653312 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:41:02