Trace number 3710046

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.61 1795.37

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K83.opb
MD5SUM87eecd69bf3cf4e36ad8fc8a9d8af53d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5644
Total number of constraints5812
Number of constraints which are clauses5729
Number of constraints which are cardinality constraints (but not clauses)83
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint83
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 84
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.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.01/0.08	c version 2.3.2.v20120418
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		501472288
0.01/0.08	c Max memory 		7480803328
0.01/0.08	c Total memory 		504102912
0.01/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@742808b3
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-3710046-1338214395.opb
0.09/0.12	c reading problem ... 
0.55/0.37	c ... done. Wall clock time 0.248s.
0.55/0.37	c declared #vars     5644
0.55/0.37	c #constraints  5812
0.55/0.37	c constraints type 
0.55/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4661
0.55/0.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 83
0.55/0.37	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.55/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1066
0.55/0.37	c 5812 constraints processed.
2.17/1.51	c cleaning 2477 clauses out of 4990 with flag 5001/5001
3.44/2.70	c cleaning 4225 clauses out of 8499 with flag 11000/11000
4.65/3.96	c cleaning 5581 clauses out of 11269 with flag 18001/18001
6.17/5.48	c cleaning 6744 clauses out of 13688 with flag 26002/26002
8.01/7.22	c cleaning 7883 clauses out of 15937 with flag 35000/35000
9.81/9.04	c cleaning 8952 clauses out of 18052 with flag 45000/45000
12.03/11.23	c cleaning 9949 clauses out of 20103 with flag 56003/56003
14.73/13.96	c cleaning 10999 clauses out of 22149 with flag 68000/68000
17.35/16.60	c cleaning 11987 clauses out of 24150 with flag 81000/81000
20.35/19.52	c cleaning 12994 clauses out of 26159 with flag 95000/95000
23.86/23.02	c cleaning 13907 clauses out of 28166 with flag 110002/110002
27.19/26.38	c cleaning 15020 clauses out of 30255 with flag 126000/126000
31.31/30.46	c cleaning 16045 clauses out of 32235 with flag 143000/143000
35.75/34.83	c cleaning 16820 clauses out of 34191 with flag 161001/161001
40.07/39.18	c cleaning 17404 clauses out of 36369 with flag 180000/180000
45.11/44.17	c cleaning 18104 clauses out of 38963 with flag 200000/200000
49.73/48.71	c cleaning 19198 clauses out of 41859 with flag 221000/221000
55.35/54.36	c cleaning 20372 clauses out of 44665 with flag 243004/243004
62.37/61.30	c cleaning 21798 clauses out of 47291 with flag 266002/266002
71.51/70.43	c cleaning 23236 clauses out of 49493 with flag 290002/290002
78.17/77.08	c cleaning 23254 clauses out of 51255 with flag 315000/315000
85.19/84.06	c cleaning 25003 clauses out of 54001 with flag 341000/341000
93.70/92.50	c cleaning 25784 clauses out of 55998 with flag 368000/368000
101.62/100.47	c cleaning 26319 clauses out of 58212 with flag 396000/396000
112.15/110.99	c cleaning 28044 clauses out of 60893 with flag 425000/425000
121.28/120.05	c cleaning 28376 clauses out of 62847 with flag 455000/455000
130.41/129.16	c cleaning 29144 clauses out of 65472 with flag 486001/486001
140.32/139.08	c cleaning 30296 clauses out of 68327 with flag 518002/518002
151.95/150.65	c cleaning 31868 clauses out of 71028 with flag 551001/551001
160.86/159.57	c cleaning 32309 clauses out of 73157 with flag 585000/585000
171.97/170.69	c cleaning 33436 clauses out of 75849 with flag 620001/620001
185.00/183.66	c cleaning 34671 clauses out of 78413 with flag 656001/656001
195.75/194.38	c cleaning 35529 clauses out of 80741 with flag 693000/693000
208.17/206.79	c cleaning 36678 clauses out of 83210 with flag 731000/731000
220.68/219.25	c cleaning 37345 clauses out of 85536 with flag 770004/770004
234.50/233.06	c cleaning 38583 clauses out of 88190 with flag 810003/810003
250.62/249.20	c cleaning 39786 clauses out of 90604 with flag 851000/851000
265.37/263.82	c cleaning 40759 clauses out of 92818 with flag 893000/893000
286.93/285.38	c cleaning 41945 clauses out of 95064 with flag 936005/936005
301.39/299.79	c cleaning 42274 clauses out of 97114 with flag 980000/980000
315.91/314.22	c cleaning 43402 clauses out of 99838 with flag 1025000/1025000
335.66/333.92	c cleaning 44916 clauses out of 102437 with flag 1071001/1071001
351.42/349.67	c cleaning 45609 clauses out of 104520 with flag 1118000/1118000
374.36/372.51	c cleaning 47087 clauses out of 106912 with flag 1166001/1166001
394.83/392.95	c cleaning 48093 clauses out of 108824 with flag 1215000/1215000
414.89/412.94	c cleaning 49012 clauses out of 110731 with flag 1265000/1265000
436.94/434.95	c cleaning 49950 clauses out of 112721 with flag 1316002/1316002
460.99/458.93	c cleaning 50889 clauses out of 114769 with flag 1368000/1368000
488.95/486.86	c cleaning 51911 clauses out of 116881 with flag 1421001/1421001
510.68/508.56	c cleaning 52511 clauses out of 118969 with flag 1475000/1475000
529.82/527.61	c cleaning 54097 clauses out of 121458 with flag 1530000/1530000
551.35/549.10	c cleaning 55065 clauses out of 123363 with flag 1586002/1586002
571.59/569.35	c cleaning 55858 clauses out of 125296 with flag 1643000/1643000
596.03/593.73	c cleaning 57089 clauses out of 127438 with flag 1701000/1701000
624.86/622.59	c cleaning 58408 clauses out of 129349 with flag 1760000/1760000
657.84/655.45	c cleaning 59566 clauses out of 130941 with flag 1820000/1820000
687.78/685.27	c cleaning 59716 clauses out of 132373 with flag 1881000/1881000
720.93/718.33	c cleaning 60225 clauses out of 134657 with flag 1943000/1943000
749.39/746.72	c cleaning 61668 clauses out of 137433 with flag 2006001/2006001
783.15/780.48	c cleaning 63392 clauses out of 139765 with flag 2070001/2070001
819.33/816.52	c cleaning 64236 clauses out of 141373 with flag 2135001/2135001
860.22/857.36	c cleaning 65317 clauses out of 143136 with flag 2201000/2201000
884.12/881.16	c cleaning 65509 clauses out of 144822 with flag 2268003/2268003
911.35/908.36	c cleaning 67072 clauses out of 147310 with flag 2336000/2336000
950.41/947.30	c cleaning 68238 clauses out of 149240 with flag 2405002/2405002
982.29/979.16	c cleaning 69228 clauses out of 151006 with flag 2475006/2475006
1012.56/1009.31	c cleaning 70245 clauses out of 152772 with flag 2546000/2546000
1047.93/1044.67	c cleaning 71337 clauses out of 154527 with flag 2618000/2618000
1081.69/1078.38	c cleaning 71894 clauses out of 156190 with flag 2691000/2691000
1123.94/1120.56	c cleaning 73451 clauses out of 158298 with flag 2765002/2765002
1164.31/1160.83	c cleaning 74335 clauses out of 159846 with flag 2840001/2840001
1199.58/1196.03	c cleaning 75328 clauses out of 161511 with flag 2916001/2916001
1247.97/1244.31	c cleaning 76501 clauses out of 163182 with flag 2993000/2993000
1288.25/1284.50	c cleaning 77314 clauses out of 164683 with flag 3071002/3071002
1346.18/1342.24	c cleaning 78218 clauses out of 166371 with flag 3150004/3150004
1391.83/1387.89	c cleaning 79593 clauses out of 168149 with flag 3230000/3230000
1422.70/1418.65	c cleaning 80062 clauses out of 169557 with flag 3311001/3311001
1461.04/1457.00	c cleaning 81198 clauses out of 171496 with flag 3393002/3393002
1507.89/1503.73	c cleaning 82388 clauses out of 173296 with flag 3476000/3476000
1546.76/1542.58	c cleaning 82565 clauses out of 174909 with flag 3560001/3560001
1591.64/1587.38	c cleaning 83669 clauses out of 177343 with flag 3645000/3645000
1646.12/1641.77	c cleaning 85463 clauses out of 179674 with flag 3731000/3731000
1702.42/1697.97	c cleaning 86562 clauses out of 181212 with flag 3818001/3818001
1751.60/1747.02	c cleaning 87579 clauses out of 182649 with flag 3906000/3906000
1792.88/1788.29	c cleaning 87806 clauses out of 184071 with flag 3995002/3995002
1800.06/1795.31	c starts		: 252
1800.06/1795.31	c conflicts		: 4013698
1800.06/1795.31	c decisions		: 11172738
1800.06/1795.31	c propagations		: 1260254575
1800.06/1795.31	c inspects		: 9108022577
1800.06/1795.31	c shortcuts		: 0
1800.06/1795.31	c learnt literals	: 38
1800.06/1795.31	c learnt binary clauses	: 78206
1800.06/1795.31	c learnt ternary clauses	: 106818
1800.06/1795.31	c learnt constraints	: 4013659
1800.06/1795.31	c ignored constraints	: 0
1800.06/1795.31	c root simplifications	: 290
1800.06/1795.31	c removed literals (reason simplification)	: 224104143
1800.06/1795.31	c reason swapping (by a shorter reason)	: 0
1800.06/1795.31	c Calls to reduceDB	: 85
1800.06/1795.31	c number of reductions to clauses (during analyze)	: 0
1800.06/1795.31	c number of learned constraints concerned by reduction	: 0
1800.06/1795.31	c number of learning phase by resolution	: 0
1800.06/1795.31	c number of learning phase by cutting planes	: 0
1800.06/1795.31	c speed (assignments/second)	: 702119.4570927317
1800.06/1795.31	c non guided choices	4217
1800.06/1795.35	c learnt constraints type 
1800.06/1795.35	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 78179
1800.06/1795.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 36830
1800.06/1795.35	c constraints type 
1800.06/1795.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4661
1800.06/1795.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 83
1800.06/1795.35	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.06/1795.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1066
1800.06/1795.35	c 5812 constraints processed.
1800.06/1795.35	s UNKNOWN
1800.06/1795.35	c Total wall clock time (in seconds): 1795.227

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-3710046-1338214395/watcher-3710046-1338214395 -o /tmp/evaluation-result-3710046-1338214395/solver-3710046-1338214395 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710046-1338214395.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.91 2.00 2.00 3/194 25331
/proc/meminfo: memFree=28494056/32873648 swapFree=7372/7372
[pid=25331] ppid=25329 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25331/stat : 25331 (java) D 25329 25331 24478 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 287565539 9515008 182 33554432000 1073741824 1073778376 140733730692080 140733730683112 217410518709 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/25331/statm: 2323 182 140 9 0 71 0

[startup+0.0360261 s]
/proc/loadavg: 1.91 2.00 2.00 3/194 25331
/proc/meminfo: memFree=28494056/32873648 swapFree=7372/7372
[pid=25331] ppid=25329 vsize=9092432 CPUtime=0.01 cores=0,2,4,6
/proc/25331/stat : 25331 (java) S 25329 25331 24478 0 -1 4202496 2919 0 1 0 1 0 0 0 20 0 11 0 287565539 9310650368 3618 33554432000 1073741824 1073778376 140733868114176 140733868105312 217413877821 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25331/statm: 2273108 3618 1644 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.10026 s]
/proc/loadavg: 1.91 2.00 2.00 3/194 25331
/proc/meminfo: memFree=28494056/32873648 swapFree=7372/7372
[pid=25331] ppid=25329 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/25331/stat : 25331 (java) S 25329 25331 24478 0 -1 4202496 4289 0 1 0 8 1 0 0 20 0 18 0 287565539 9787842560 5497 33554432000 1073741824 1073778376 140733868114176 140733868105312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25331/statm: 2389610 5497 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300226 s]
/proc/loadavg: 1.91 2.00 2.00 3/194 25331
/proc/meminfo: memFree=28494056/32873648 swapFree=7372/7372
[pid=25331] ppid=25329 vsize=9558440 CPUtime=0.55 cores=0,2,4,6
/proc/25331/stat : 25331 (java) S 25329 25331 24478 0 -1 4202496 7216 0 1 0 53 2 0 0 20 0 18 0 287565539 9787842560 9889 33554432000 1073741824 1073778376 140733868114176 140733868105312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25331/statm: 2389610 9889 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558440

[startup+0.700169 s]
/proc/loadavg: 1.91 2.00 2.00 3/194 25331
/proc/meminfo: memFree=28494056/32873648 swapFree=7372/7372
[pid=25331] ppid=25329 vsize=9625004 CPUtime=1.35 cores=0,2,4,6
/proc/25331/stat : 25331 (java) S 25329 25331 24478 0 -1 4202496 8332 0 1 0 132 3 0 0 20 0 19 0 287565539 9856004096 15446 33554432000 1073741824 1073778376 140733868114176 140733868105312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25331/statm: 2406251 15446 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9625004

[startup+1.50063 s]
/proc/loadavg: 1.91 2.00 2.00 3/213 25350
/proc/meminfo: memFree=28437280/32873648 swapFree=7372/7372
[pid=25331] ppid=25329 vsize=9625004 CPUtime=2.17 cores=0,2,4,6
/proc/25331/stat : 25331 (java) S 25329 25331 24478 0 -1 4202496 8345 0 1 0 214 3 0 0 20 0 19 0 287565539 9856004096 15965 33554432000 1073741824 1073778376 140733868114176 140733868105312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25331/statm: 2406251 15965 2261 9 0 2396937 0
[pid=25331/tid=25333] ppid=25329 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/25331/task/25333/stat : 25333 (java) R 25329 25331 24478 0 -1 4202560 2529 0 1 0 145 1 0 0 20 0 19 0 287565540 9856004096 15965 33554432000 1073741824 1073778376 140733868114176 140396271397112 140396122427271 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25331/tid=25334] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25334/stat : 25334 (java) S 25329 25331 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287565541 9856004096 15965 33554432000 1073741824 1073778376 140733868114176 140396243851944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25335] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25335/stat : 25335 (java) S 25329 25331 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287565541 9856004096 15965 33554432000 1073741824 1073778376 140733868114176 140396242799400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25331/tid=25336] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25336/stat : 25336 (java) S 25329 25331 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287565541 9856004096 15965 33554432000 1073741824 1073778376 140733868114176 140396241746856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25331/tid=25337] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25337/stat : 25337 (java) S 25329 25331 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287565541 9856004096 15965 33554432000 1073741824 1073778376 140733868114176 140396111375400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25331/tid=25338] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25338/stat : 25338 (java) S 25329 25331 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287565541 9856004096 15965 33554432000 1073741824 1073778376 140733868114176 140396110321832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25339] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25339/stat : 25339 (java) S 25329 25331 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287565541 9856004096 15965 33554432000 1073741824 1073778376 140733868114176 140396109269288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25331/tid=25340] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25340/stat : 25340 (java) S 25329 25331 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287565541 9856004096 15965 33554432000 1073741824 1073778376 140733868114176 140396108216744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25331/tid=25341] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25341/stat : 25341 (java) S 25329 25331 24478 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287565541 9856004096 15965 33554432000 1073741824 1073778376 140733868114176 140396107164200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25342] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25342/stat : 25342 (java) S 25329 25331 24478 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287565542 9856004096 15965 33554432000 1073741824 1073778376 140733868114176 140395624651368 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25343] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25343/stat : 25343 (java) S 25329 25331 24478 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287565542 9856004096 15965 33554432000 1073741824 1073778376 140733868114176 140395623597688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25344] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25344/stat : 25344 (java) S 25329 25331 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287565542 9856004096 15965 33554432000 1073741824 1073778376 140733868114176 140395622545032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25345] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25345/stat : 25345 (java) S 25329 25331 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287565545 9856004096 15965 33554432000 1073741824 1073778376 140733868114176 140395621493776 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25346] ppid=25329 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/25331/task/25346/stat : 25346 (java) R 25329 25331 24478 0 -1 4202560 1587 0 0 0 32 0 0 0 20 0 19 0 287565545 9856004096 15965 33554432000 1073741824 1073778376 140733868114176 140395620439752 140396274274256 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25347] ppid=25329 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/25331/task/25347/stat : 25347 (java) R 25329 25331 24478 0 -1 4202560 3033 0 0 0 33 0 0 0 20 0 19 0 287565545 9856004096 15965 33554432000 1073741824 1073778376 140733868114176 140395619381416 140396278204532 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25331/tid=25348] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25348/stat : 25348 (java) S 25329 25331 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287565545 9856004096 15965 33554432000 1073741824 1073778376 140733868114176 140395618335224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25331/tid=25349] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25349/stat : 25349 (java) S 25329 25331 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287565545 9856004096 15965 33554432000 1073741824 1073778376 140733868114176 140395617282888 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25350] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25350/stat : 25350 (java) S 25329 25331 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287565577 9856004096 15965 33554432000 1073741824 1073778376 140733868114176 140395616228648 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9625004

[startup+3.10061 s]
/proc/loadavg: 1.91 2.00 2.00 3/213 25350
/proc/meminfo: memFree=28425676/32873648 swapFree=7372/7372
[pid=25331] ppid=25329 vsize=9625004 CPUtime=3.85 cores=0,2,4,6
/proc/25331/stat : 25331 (java) S 25329 25331 24478 0 -1 4202496 8419 0 1 0 382 3 0 0 20 0 19 0 287565539 9856004096 19094 33554432000 1073741824 1073778376 140733868114176 140733868105312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25331/statm: 2406251 19094 2282 9 0 2396937 0
[pid=25331/tid=25333] ppid=25329 vsize=9625004 CPUtime=3.04 cores=0,2,4,6
/proc/25331/task/25333/stat : 25333 (java) R 25329 25331 24478 0 -1 4202560 2533 0 1 0 302 2 0 0 20 0 19 0 287565540 9856004096 19094 33554432000 1073741824 1073778376 140733868114176 140396271399336 140396122961330 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25331/tid=25334] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25334/stat : 25334 (java) S 25329 25331 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287565541 9856004096 19094 33554432000 1073741824 1073778376 140733868114176 140396243851944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25331/tid=25335] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25335/stat : 25335 (java) S 25329 25331 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287565541 9856004096 19094 33554432000 1073741824 1073778376 140733868114176 140396242799400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25331/tid=25336] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25336/stat : 25336 (java) S 25329 25331 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287565541 9856004096 19094 33554432000 1073741824 1073778376 140733868114176 140396241746856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25331/tid=25337] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25337/stat : 25337 (java) S 25329 25331 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287565541 9856004096 19094 33554432000 1073741824 1073778376 140733868114176 140396111375400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25331/tid=25338] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25338/stat : 25338 (java) S 25329 25331 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287565541 9856004096 19094 33554432000 1073741824 1073778376 140733868114176 140396110321832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25331/tid=25339] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25339/stat : 25339 (java) S 25329 25331 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287565541 9856004096 19094 33554432000 1073741824 1073778376 140733868114176 140396109269288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25331/tid=25340] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25340/stat : 25340 (java) S 25329 25331 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287565541 9856004096 19094 33554432000 1073741824 1073778376 140733868114176 140396108216744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25331/tid=25341] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25341/stat : 25341 (java) S 25329 25331 24478 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287565541 9856004096 19094 33554432000 1073741824 1073778376 140733868114176 140396107164200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25342] ppid=25329 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/25331/task/25342/stat : 25342 (java) S 25329 25331 24478 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 287565542 9856004096 19094 33554432000 1073741824 1073778376 140733868114176 140395624651368 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25331/tid=25343] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25343/stat : 25343 (java) S 25329 25331 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287565542 9856004096 19094 33554432000 1073741824 1073778376 140733868114176 140395623597688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25344] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25344/stat : 25344 (java) S 25329 25331 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287565542 9856004096 19094 33554432000 1073741824 1073778376 140733868114176 140395622545032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25345] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25345/stat : 25345 (java) S 25329 25331 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287565545 9856004096 19094 33554432000 1073741824 1073778376 140733868114176 140395621493776 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25346] ppid=25329 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/25331/task/25346/stat : 25346 (java) S 25329 25331 24478 0 -1 4202560 1587 0 0 0 35 0 0 0 20 0 19 0 287565545 9856004096 19094 33554432000 1073741824 1073778376 140733868114176 140395620440120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25347] ppid=25329 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/25331/task/25347/stat : 25347 (java) S 25329 25331 24478 0 -1 4202560 3043 0 0 0 37 0 0 0 20 0 19 0 287565545 9856004096 19094 33554432000 1073741824 1073778376 140733868114176 140395619387576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25331/tid=25348] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25348/stat : 25348 (java) S 25329 25331 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287565545 9856004096 19094 33554432000 1073741824 1073778376 140733868114176 140395618335224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25331/tid=25349] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25349/stat : 25349 (java) S 25329 25331 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287565545 9856004096 19094 33554432000 1073741824 1073778376 140733868114176 140395617282888 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25350] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25350/stat : 25350 (java) S 25329 25331 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287565577 9856004096 19094 33554432000 1073741824 1073778376 140733868114176 140395616228648 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9625004

[startup+6.30065 s]
/proc/loadavg: 1.92 2.00 2.00 3/213 25350
/proc/meminfo: memFree=28424748/32873648 swapFree=7372/7372
[pid=25331] ppid=25329 vsize=9625004 CPUtime=7.11 cores=0,2,4,6
/proc/25331/stat : 25331 (java) S 25329 25331 24478 0 -1 4202496 8898 0 1 0 708 3 0 0 20 0 19 0 287565539 9856004096 19246 33554432000 1073741824 1073778376 140733868114176 140733868105312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25331/statm: 2406251 19246 2283 9 0 2396937 0
[pid=25331/tid=25333] ppid=25329 vsize=9625004 CPUtime=6.2 cores=0,2,4,6
/proc/25331/task/25333/stat : 25333 (java) R 25329 25331 24478 0 -1 4202560 2536 0 1 0 618 2 0 0 20 0 19 0 287565540 9856004096 19246 33554432000 1073741824 1073778376 140733868114176 140396271399216 140396122987788 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25331/tid=25334] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25334/stat : 25334 (java) S 25329 25331 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287565541 9856004096 19246 33554432000 1073741824 1073778376 140733868114176 140396243851944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25331/tid=25335] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25335/stat : 25335 (java) S 25329 25331 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287565541 9856004096 19246 33554432000 1073741824 1073778376 140733868114176 140396242799400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25331/tid=25336] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25336/stat : 25336 (java) S 25329 25331 24478 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287565541 9856004096 19246 33554432000 1073741824 1073778376 140733868114176 140396241746856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25331/tid=25337] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25337/stat : 25337 (java) S 25329 25331 24478 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 287565541 9856004096 19246 33554432000 1073741824 1073778376 140733868114176 140396111375400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25338] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25338/stat : 25338 (java) S 25329 25331 24478 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287565541 9856004096 19246 33554432000 1073741824 1073778376 140733868114176 140396110321832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25339] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25339/stat : 25339 (java) S 25329 25331 24478 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287565541 9856004096 19246 33554432000 1073741824 1073778376 140733868114176 140396109269288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25331/tid=25340] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25340/stat : 25340 (java) S 25329 25331 24478 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287565541 9856004096 19246 33554432000 1073741824 1073778376 140733868114176 140396108216744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25331/tid=25341] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25341/stat : 25341 (java) S 25329 25331 24478 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287565541 9856004096 19246 33554432000 1073741824 1073778376 140733868114176 140396107164200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25342] ppid=25329 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/25331/task/25342/stat : 25342 (java) S 25329 25331 24478 0 -1 4202560 58 0 0 0 4 0 0 0 20 0 19 0 287565542 9856004096 19246 33554432000 1073741824 1073778376 140733868114176 140395624651368 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25331/tid=25343] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25343/stat : 25343 (java) S 25329 25331 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287565542 9856004096 19246 33554432000 1073741824 1073778376 140733868114176 140395623597688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25344] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25344/stat : 25344 (java) S 25329 25331 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287565542 9856004096 19246 33554432000 1073741824 1073778376 140733868114176 140395622545032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25345] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25345/stat : 25345 (java) S 25329 25331 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287565545 9856004096 19246 33554432000 1073741824 1073778376 140733868114176 140395621493776 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25346] ppid=25329 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/25331/task/25346/stat : 25346 (java) S 25329 25331 24478 0 -1 4202560 1587 0 0 0 35 0 0 0 20 0 19 0 287565545 9856004096 19246 33554432000 1073741824 1073778376 140733868114176 140395620440120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25347] ppid=25329 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/25331/task/25347/stat : 25347 (java) S 25329 25331 24478 0 -1 4202560 3482 0 0 0 43 0 0 0 20 0 19 0 287565545 9856004096 19246 33554432000 1073741824 1073778376 140733868114176 140395619387576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25348] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25348/stat : 25348 (java) S 25329 25331 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287565545 9856004096 19246 33554432000 1073741824 1073778376 140733868114176 140395618335224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25331/tid=25349] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25349/stat : 25349 (java) S 25329 25331 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287565545 9856004096 19246 33554432000 1073741824 1073778376 140733868114176 140395617282888 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25350] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25350/stat : 25350 (java) S 25329 25331 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287565577 9856004096 19246 33554432000 1073741824 1073778376 140733868114176 140395616228648 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=25331/tid=25339] ppid=25329 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/25331/task/25339/stat : 25339 (java) S 25329 25331 24478 0 -1 4202560 269 0 0 0 59 3 0 0 20 0 19 0 287565541 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140396109269288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25331/tid=25340] ppid=25329 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/25331/task/25340/stat : 25340 (java) S 25329 25331 24478 0 -1 4202560 71 0 0 0 63 3 0 0 20 0 19 0 287565541 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140396108216744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25331/tid=25341] ppid=25329 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/25331/task/25341/stat : 25341 (java) S 25329 25331 24478 0 -1 4202560 79 0 0 0 61 3 0 0 20 0 19 0 287565541 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140396107164200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25342] ppid=25329 vsize=9625004 CPUtime=2.89 cores=0,2,4,6
/proc/25331/task/25342/stat : 25342 (java) S 25329 25331 24478 0 -1 4202560 151 0 0 0 287 2 0 0 20 0 19 0 287565542 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140395624651368 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25331/tid=25343] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25343/stat : 25343 (java) S 25329 25331 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287565542 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140395623597688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25344] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25344/stat : 25344 (java) S 25329 25331 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287565542 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140395622545032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25345] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25345/stat : 25345 (java) S 25329 25331 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287565545 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140395621493776 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25346] ppid=25329 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/25331/task/25346/stat : 25346 (java) S 25329 25331 24478 0 -1 4202560 1734 0 0 0 37 0 0 0 20 0 19 0 287565545 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140395620440120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25347] ppid=25329 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/25331/task/25347/stat : 25347 (java) S 25329 25331 24478 0 -1 4202560 3482 0 0 0 43 0 0 0 20 0 19 0 287565545 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140395619387576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25348] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25348/stat : 25348 (java) S 25329 25331 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287565545 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140395618335224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25331/tid=25349] ppid=25329 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/25331/task/25349/stat : 25349 (java) S 25329 25331 24478 0 -1 4202560 101 0 0 0 17 22 0 0 20 0 19 0 287565545 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140395617282888 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25331/tid=25350] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25350/stat : 25350 (java) S 25329 25331 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287565577 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140395616228648 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.9
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/213 25425
/proc/meminfo: memFree=28073892/32873648 swapFree=7372/7372
[pid=25331] ppid=25329 vsize=9625004 CPUtime=1786.98 cores=0,2,4,6
/proc/25331/stat : 25331 (java) S 25329 25331 24478 0 -1 4202496 10620 0 1 0 178647 51 0 0 20 0 19 0 287565539 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140733868105312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25331/statm: 2406251 96510 2284 9 0 2396937 0
[pid=25331/tid=25333] ppid=25329 vsize=9625004 CPUtime=1777.69 cores=0,2,4,6
/proc/25331/task/25333/stat : 25333 (java) R 25329 25331 24478 0 -1 4202560 2663 0 1 0 177737 32 0 0 20 0 19 0 287565540 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140396271399216 140396122928812 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25334] ppid=25329 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/25331/task/25334/stat : 25334 (java) S 25329 25331 24478 0 -1 4202560 89 0 0 0 61 4 0 0 20 0 19 0 287565541 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140396243851944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25331/tid=25335] ppid=25329 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/25331/task/25335/stat : 25335 (java) S 25329 25331 24478 0 -1 4202560 174 0 0 0 68 4 0 0 20 0 19 0 287565541 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140396242799400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25331/tid=25336] ppid=25329 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/25331/task/25336/stat : 25336 (java) S 25329 25331 24478 0 -1 4202560 262 0 0 0 60 4 0 0 20 0 19 0 287565541 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140396241746856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25331/tid=25337] ppid=25329 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/25331/task/25337/stat : 25337 (java) S 25329 25331 24478 0 -1 4202560 127 0 0 0 64 3 0 0 20 0 19 0 287565541 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140396111375400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25331/tid=25338] ppid=25329 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/25331/task/25338/stat : 25338 (java) S 25329 25331 24478 0 -1 4202560 233 0 0 0 62 4 0 0 20 0 19 0 287565541 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140396110321832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25339] ppid=25329 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/25331/task/25339/stat : 25339 (java) S 25329 25331 24478 0 -1 4202560 269 0 0 0 60 3 0 0 20 0 19 0 287565541 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140396109269288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25331/tid=25340] ppid=25329 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/25331/task/25340/stat : 25340 (java) S 25329 25331 24478 0 -1 4202560 71 0 0 0 65 3 0 0 20 0 19 0 287565541 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140396108216744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25331/tid=25341] ppid=25329 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/25331/task/25341/stat : 25341 (java) S 25329 25331 24478 0 -1 4202560 79 0 0 0 62 3 0 0 20 0 19 0 287565541 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140396107164200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25342] ppid=25329 vsize=9625004 CPUtime=2.96 cores=0,2,4,6
/proc/25331/task/25342/stat : 25342 (java) S 25329 25331 24478 0 -1 4202560 153 0 0 0 294 2 0 0 20 0 19 0 287565542 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140395624651368 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25331/tid=25343] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25343/stat : 25343 (java) S 25329 25331 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287565542 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140395623597688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25344] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25344/stat : 25344 (java) S 25329 25331 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287565542 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140395622545032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25345] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25345/stat : 25345 (java) S 25329 25331 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287565545 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140395621493776 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25346] ppid=25329 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/25331/task/25346/stat : 25346 (java) S 25329 25331 24478 0 -1 4202560 1734 0 0 0 37 0 0 0 20 0 19 0 287565545 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140395620440120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25347] ppid=25329 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/25331/task/25347/stat : 25347 (java) S 25329 25331 24478 0 -1 4202560 3482 0 0 0 43 0 0 0 20 0 19 0 287565545 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140395619387576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25348] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25348/stat : 25348 (java) S 25329 25331 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287565545 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140395618335224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25331/tid=25349] ppid=25329 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/25331/task/25349/stat : 25349 (java) S 25329 25331 24478 0 -1 4202560 103 0 0 0 18 22 0 0 20 0 19 0 287565545 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140395617282888 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25331/tid=25350] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25350/stat : 25350 (java) S 25329 25331 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287565577 9856004096 96510 33554432000 1073741824 1073778376 140733868114176 140395616228648 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.98
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/213 25425
/proc/meminfo: memFree=28074140/32873648 swapFree=7372/7372
[pid=25331] ppid=25329 vsize=9625004 CPUtime=1800.06 cores=0,2,4,6
/proc/25331/stat : 25331 (java) S 25329 25331 24478 0 -1 4202496 10628 0 1 0 179954 52 0 0 20 0 19 0 287565539 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140733868105312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25331/statm: 2406251 96513 2284 9 0 2396937 0
[pid=25331/tid=25333] ppid=25329 vsize=9625004 CPUtime=1790.62 cores=0,2,4,6
/proc/25331/task/25333/stat : 25333 (java) R 25329 25331 24478 0 -1 4202560 2664 0 1 0 179030 32 0 0 20 0 19 0 287565540 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140396271399216 140396122979821 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25334] ppid=25329 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/25331/task/25334/stat : 25334 (java) S 25329 25331 24478 0 -1 4202560 89 0 0 0 61 4 0 0 20 0 19 0 287565541 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140396243851944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25331/tid=25335] ppid=25329 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/25331/task/25335/stat : 25335 (java) S 25329 25331 24478 0 -1 4202560 174 0 0 0 69 4 0 0 20 0 19 0 287565541 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140396242799400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25331/tid=25336] ppid=25329 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/25331/task/25336/stat : 25336 (java) S 25329 25331 24478 0 -1 4202560 265 0 0 0 61 4 0 0 20 0 19 0 287565541 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140396241746856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25331/tid=25337] ppid=25329 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/25331/task/25337/stat : 25337 (java) S 25329 25331 24478 0 -1 4202560 127 0 0 0 65 3 0 0 20 0 19 0 287565541 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140396111375400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25331/tid=25338] ppid=25329 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/25331/task/25338/stat : 25338 (java) S 25329 25331 24478 0 -1 4202560 233 0 0 0 63 4 0 0 20 0 19 0 287565541 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140396110321832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25339] ppid=25329 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/25331/task/25339/stat : 25339 (java) S 25329 25331 24478 0 -1 4202560 269 0 0 0 61 3 0 0 20 0 19 0 287565541 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140396109269288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25331/tid=25340] ppid=25329 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/25331/task/25340/stat : 25340 (java) S 25329 25331 24478 0 -1 4202560 71 0 0 0 66 3 0 0 20 0 19 0 287565541 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140396108216744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25331/tid=25341] ppid=25329 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/25331/task/25341/stat : 25341 (java) S 25329 25331 24478 0 -1 4202560 79 0 0 0 64 3 0 0 20 0 19 0 287565541 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140396107164200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25342] ppid=25329 vsize=9625004 CPUtime=3.02 cores=0,2,4,6
/proc/25331/task/25342/stat : 25342 (java) S 25329 25331 24478 0 -1 4202560 155 0 0 0 300 2 0 0 20 0 19 0 287565542 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140395624651368 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25331/tid=25343] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25343/stat : 25343 (java) S 25329 25331 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287565542 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140395623597688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25344] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25344/stat : 25344 (java) S 25329 25331 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287565542 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140395622545032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25345] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25345/stat : 25345 (java) S 25329 25331 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287565545 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140395621493776 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25346] ppid=25329 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/25331/task/25346/stat : 25346 (java) S 25329 25331 24478 0 -1 4202560 1734 0 0 0 37 0 0 0 20 0 19 0 287565545 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140395620440120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25347] ppid=25329 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/25331/task/25347/stat : 25347 (java) S 25329 25331 24478 0 -1 4202560 3482 0 0 0 43 0 0 0 20 0 19 0 287565545 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140395619387576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25348] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25348/stat : 25348 (java) S 25329 25331 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287565545 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140395618335224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25331/tid=25349] ppid=25329 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/25331/task/25349/stat : 25349 (java) S 25329 25331 24478 0 -1 4202560 105 0 0 0 20 22 0 0 20 0 19 0 287565545 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140395617282888 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25331/tid=25350] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25350/stat : 25350 (java) S 25329 25331 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287565577 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140395616228648 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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+1795.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/213 25425
/proc/meminfo: memFree=28074140/32873648 swapFree=7372/7372
[pid=25331] ppid=25329 vsize=9625004 CPUtime=1800.06 cores=0,2,4,6
/proc/25331/stat : 25331 (java) S 25329 25331 24478 0 -1 4202496 10628 0 1 0 179954 52 0 0 20 0 19 0 287565539 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140733868105312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25331/statm: 2406251 96513 2284 9 0 2396937 0
[pid=25331/tid=25333] ppid=25329 vsize=9625004 CPUtime=1790.62 cores=0,2,4,6
/proc/25331/task/25333/stat : 25333 (java) R 25329 25331 24478 0 -1 4202560 2664 0 1 0 179030 32 0 0 20 0 19 0 287565540 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140396271399216 140396122979821 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25334] ppid=25329 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/25331/task/25334/stat : 25334 (java) S 25329 25331 24478 0 -1 4202560 89 0 0 0 61 4 0 0 20 0 19 0 287565541 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140396243851944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25331/tid=25335] ppid=25329 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/25331/task/25335/stat : 25335 (java) S 25329 25331 24478 0 -1 4202560 174 0 0 0 69 4 0 0 20 0 19 0 287565541 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140396242799400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25331/tid=25336] ppid=25329 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/25331/task/25336/stat : 25336 (java) S 25329 25331 24478 0 -1 4202560 265 0 0 0 61 4 0 0 20 0 19 0 287565541 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140396241746856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25331/tid=25337] ppid=25329 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/25331/task/25337/stat : 25337 (java) S 25329 25331 24478 0 -1 4202560 127 0 0 0 65 3 0 0 20 0 19 0 287565541 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140396111375400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25331/tid=25338] ppid=25329 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/25331/task/25338/stat : 25338 (java) S 25329 25331 24478 0 -1 4202560 233 0 0 0 63 4 0 0 20 0 19 0 287565541 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140396110321832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25339] ppid=25329 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/25331/task/25339/stat : 25339 (java) S 25329 25331 24478 0 -1 4202560 269 0 0 0 61 3 0 0 20 0 19 0 287565541 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140396109269288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25331/tid=25340] ppid=25329 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/25331/task/25340/stat : 25340 (java) S 25329 25331 24478 0 -1 4202560 71 0 0 0 66 3 0 0 20 0 19 0 287565541 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140396108216744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25331/tid=25341] ppid=25329 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/25331/task/25341/stat : 25341 (java) S 25329 25331 24478 0 -1 4202560 79 0 0 0 64 3 0 0 20 0 19 0 287565541 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140396107164200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25342] ppid=25329 vsize=9625004 CPUtime=3.02 cores=0,2,4,6
/proc/25331/task/25342/stat : 25342 (java) S 25329 25331 24478 0 -1 4202560 155 0 0 0 300 2 0 0 20 0 19 0 287565542 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140395624651368 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25331/tid=25343] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25343/stat : 25343 (java) S 25329 25331 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287565542 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140395623597688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25344] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25344/stat : 25344 (java) S 25329 25331 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287565542 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140395622545032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25345] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25345/stat : 25345 (java) S 25329 25331 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287565545 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140395621493776 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25346] ppid=25329 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/25331/task/25346/stat : 25346 (java) S 25329 25331 24478 0 -1 4202560 1734 0 0 0 37 0 0 0 20 0 19 0 287565545 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140395620440120 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25347] ppid=25329 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/25331/task/25347/stat : 25347 (java) S 25329 25331 24478 0 -1 4202560 3482 0 0 0 43 0 0 0 20 0 19 0 287565545 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140395619387576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25331/tid=25348] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25348/stat : 25348 (java) S 25329 25331 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287565545 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140395618335224 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25331/tid=25349] ppid=25329 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/25331/task/25349/stat : 25349 (java) S 25329 25331 24478 0 -1 4202560 105 0 0 0 20 22 0 0 20 0 19 0 287565545 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140395617282888 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25331/tid=25350] ppid=25329 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/25331/task/25350/stat : 25350 (java) S 25329 25331 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287565577 9856004096 96513 33554432000 1073741824 1073778376 140733868114176 140395616228648 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1795.37
CPU time (s): 1800.61
CPU user time (s): 1799.63
CPU system time (s): 0.98285
CPU usage (%): 100.292
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 0.98285
maximum resident set size= 386184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10664
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40385
involuntary context switches= 24710

runsolver used 8.19875 second user time and 12.7451 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-28 16:13:16
IDJOB=3710046
IDBENCH=90136
IDSOLVER=2289
FILE ID=node122/3710046-1338214395
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_K83.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-3710046-1338214395/watcher-3710046-1338214395 -o /tmp/evaluation-result-3710046-1338214395/solver-3710046-1338214395 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710046-1338214395.opb

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

MD5SUM BENCH= 87eecd69bf3cf4e36ad8fc8a9d8af53d
RANDOM SEED=601844133

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:        28494404 kB
Buffers:          327452 kB
Cached:          3115540 kB
SwapCached:            0 kB
Active:          1354388 kB
Inactive:        2219452 kB
Active(anon):     122228 kB
Inactive(anon):    11052 kB
Active(file):    1232160 kB
Inactive(file):  2208400 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1260 kB
Writeback:             0 kB
AnonPages:        141780 kB
Mapped:            22024 kB
Shmem:               200 kB
Slab:             663164 kB
SReclaimable:     107220 kB
SUnreclaim:       555944 kB
KernelStack:        1600 kB
PageTables:         4432 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:    104448 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:43:13