Trace number 3689707

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.06 1773.19

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K132.opb
MD5SUM88bbbc51beb841161685a00fb4d24f63
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 variables15708
Total number of constraints15974
Number of constraints which are clauses15842
Number of constraints which are cardinality constraints (but not clauses)132
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint132
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 133
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.25	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.25	c See www.sat4j.org for details.
0.01/0.26	c version 2.3.2.v20120418
0.01/0.26	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.26	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.26	c java.vm.version	19.1-b02
0.01/0.26	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.26	c sun.arch.data.model	64
0.01/0.26	c java.version		1.6.0_24
0.01/0.26	c os.name		Linux
0.01/0.26	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.26	c os.arch		amd64
0.01/0.26	c Free memory 		501472288
0.01/0.26	c Max memory 		7480803328
0.01/0.26	c Total memory 		504102912
0.01/0.26	c Number of processors 	8
0.01/0.28	c Pseudo Boolean Optimization by upper bound
0.01/0.28	c --- Begin Solver configuration ---
0.01/0.28	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.01/0.28	c Learn all clauses as in MiniSAT
0.01/0.28	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.01/0.28	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.01/0.28	c No reason simplification
0.01/0.28	c Armin Biere (Picosat) restarts strategy
0.01/0.28	c Glucose learned constraints deletion strategy
0.01/0.28	c timeout=2147483s
0.01/0.28	c DB Simplification allowed=false
0.01/0.28	c c --- End Solver configuration ---
0.01/0.28	c solving HOME/instance-3689707-1337892601.opb
0.01/0.28	c reading problem ... 
1.05/0.72	c ... done. Wall clock time 0.442s.
1.05/0.72	c declared #vars     15708
1.05/0.72	c #constraints  15974
1.05/0.72	c constraints type 
1.05/0.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14137
1.05/0.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 132
1.05/0.72	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.05/0.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1703
1.05/0.72	c 15974 constraints processed.
3.01/2.23	c cleaning 2443 clauses out of 4989 with flag 5000/5000
5.12/3.88	c cleaning 4163 clauses out of 8543 with flag 11001/11001
6.84/5.55	c cleaning 5610 clauses out of 11376 with flag 18000/18000
8.75/7.44	c cleaning 6834 clauses out of 13767 with flag 26002/26002
11.01/9.65	c cleaning 7821 clauses out of 15931 with flag 35000/35000
13.44/12.01	c cleaning 8928 clauses out of 18107 with flag 45001/45001
15.86/14.43	c cleaning 9898 clauses out of 20179 with flag 56001/56001
18.57/17.20	c cleaning 11023 clauses out of 22276 with flag 68000/68000
21.81/20.31	c cleaning 11986 clauses out of 24254 with flag 81001/81001
24.92/23.48	c cleaning 13000 clauses out of 26267 with flag 95000/95000
28.24/26.78	c cleaning 13977 clauses out of 28264 with flag 110001/110001
31.97/30.49	c cleaning 14978 clauses out of 30284 with flag 126000/126000
36.21/34.68	c cleaning 15919 clauses out of 32304 with flag 143000/143000
41.56/39.90	c cleaning 17006 clauses out of 34385 with flag 161000/161000
46.14/44.49	c cleaning 18021 clauses out of 36377 with flag 180000/180000
51.07/49.40	c cleaning 18925 clauses out of 38355 with flag 200002/200002
56.00/54.26	c cleaning 19972 clauses out of 40427 with flag 221000/221000
61.72/59.92	c cleaning 21005 clauses out of 42455 with flag 243001/243001
67.16/65.31	c cleaning 22061 clauses out of 44451 with flag 266002/266002
73.48/71.66	c cleaning 22988 clauses out of 46389 with flag 290002/290002
80.43/78.59	c cleaning 23987 clauses out of 48400 with flag 315001/315001
89.58/87.62	c cleaning 25095 clauses out of 50413 with flag 341001/341001
96.40/94.33	c cleaning 25910 clauses out of 52316 with flag 368000/368000
103.83/101.75	c cleaning 26644 clauses out of 54406 with flag 396001/396001
111.55/109.48	c cleaning 26770 clauses out of 56762 with flag 425001/425001
119.79/117.63	c cleaning 28605 clauses out of 59990 with flag 455000/455000
127.86/125.65	c cleaning 29169 clauses out of 62384 with flag 486000/486000
135.70/133.41	c cleaning 29960 clauses out of 65214 with flag 518000/518000
143.97/141.67	c cleaning 31055 clauses out of 68254 with flag 551000/551000
152.60/150.30	c cleaning 31951 clauses out of 71199 with flag 585001/585001
162.26/159.81	c cleaning 32866 clauses out of 74248 with flag 620001/620001
171.32/168.86	c cleaning 34017 clauses out of 77382 with flag 656001/656001
182.17/179.66	c cleaning 34914 clauses out of 80364 with flag 693000/693000
192.93/190.32	c cleaning 35089 clauses out of 83450 with flag 731000/731000
203.08/200.42	c cleaning 36906 clauses out of 87360 with flag 770000/770000
213.95/211.21	c cleaning 38248 clauses out of 90454 with flag 810000/810000
227.03/224.22	c cleaning 38753 clauses out of 93206 with flag 851001/851001
241.72/238.84	c cleaning 40416 clauses out of 96452 with flag 893000/893000
253.95/250.98	c cleaning 40616 clauses out of 99037 with flag 936001/936001
268.63/265.52	c cleaning 42004 clauses out of 102421 with flag 980001/980001
284.32/281.12	c cleaning 43063 clauses out of 105417 with flag 1025001/1025001
301.71/298.44	c cleaning 44874 clauses out of 108353 with flag 1071000/1071000
315.46/312.02	c cleaning 44259 clauses out of 110485 with flag 1118006/1118006
329.77/326.25	c cleaning 45469 clauses out of 114224 with flag 1166005/1166005
344.97/341.32	c cleaning 46587 clauses out of 117752 with flag 1215002/1215002
360.67/356.92	c cleaning 47218 clauses out of 121163 with flag 1265000/1265000
376.36/372.57	c cleaning 48803 clauses out of 124947 with flag 1316002/1316002
392.62/388.62	c cleaning 49653 clauses out of 128140 with flag 1368000/1368000
408.58/404.59	c cleaning 49687 clauses out of 131487 with flag 1421000/1421000
426.27/422.19	c cleaning 51205 clauses out of 135803 with flag 1475003/1475003
453.45/449.05	c cleaning 53519 clauses out of 139596 with flag 1530001/1530001
483.47/478.82	c cleaning 54663 clauses out of 142076 with flag 1586000/1586000
500.96/496.21	c cleaning 54347 clauses out of 144414 with flag 1643001/1643001
517.65/512.85	c cleaning 54953 clauses out of 148069 with flag 1701003/1701003
535.74/530.81	c cleaning 56134 clauses out of 152113 with flag 1760000/1760000
555.34/550.38	c cleaning 57151 clauses out of 155979 with flag 1820000/1820000
574.73/569.63	c cleaning 57976 clauses out of 159829 with flag 1881001/1881001
600.08/594.72	c cleaning 59986 clauses out of 163852 with flag 1943000/1943000
632.38/626.84	c cleaning 61189 clauses out of 166865 with flag 2006000/2006000
660.10/653.83	c cleaning 61258 clauses out of 169676 with flag 2070000/2070000
689.84/682.82	c cleaning 62553 clauses out of 173419 with flag 2135001/2135001
713.18/705.81	c cleaning 63180 clauses out of 176863 with flag 2201001/2201001
741.37/733.64	c cleaning 64864 clauses out of 180684 with flag 2268002/2268002
769.67/761.44	c cleaning 66073 clauses out of 183818 with flag 2336000/2336000
811.37/802.16	c cleaning 67632 clauses out of 186746 with flag 2405001/2405001
833.53/823.95	c cleaning 66871 clauses out of 189113 with flag 2475000/2475000
863.45/853.32	c cleaning 68503 clauses out of 193243 with flag 2546001/2546001
888.56/877.92	c cleaning 68927 clauses out of 196738 with flag 2618000/2618000
915.46/904.25	c cleaning 69897 clauses out of 200811 with flag 2691000/2691000
942.43/930.77	c cleaning 70876 clauses out of 204913 with flag 2765000/2765000
967.82/955.78	c cleaning 71581 clauses out of 209037 with flag 2840000/2840000
994.28/981.63	c cleaning 72627 clauses out of 213457 with flag 2916001/2916001
1024.55/1011.21	c cleaning 74755 clauses out of 217830 with flag 2993001/2993001
1062.48/1048.33	c cleaning 75643 clauses out of 221076 with flag 3071002/3071002
1098.97/1084.07	c cleaning 76412 clauses out of 224431 with flag 3150000/3150000
1139.91/1124.06	c cleaning 78469 clauses out of 228019 with flag 3230000/3230000
1197.49/1180.61	c cleaning 79752 clauses out of 230551 with flag 3311001/3311001
1263.31/1245.41	c cleaning 80688 clauses out of 232799 with flag 3393001/3393001
1308.25/1289.22	c cleaning 81245 clauses out of 235111 with flag 3476001/3476001
1343.97/1324.55	c cleaning 80935 clauses out of 237865 with flag 3560000/3560000
1377.95/1357.97	c cleaning 82260 clauses out of 241931 with flag 3645001/3645001
1412.54/1391.83	c cleaning 82472 clauses out of 245671 with flag 3731001/3731001
1452.78/1431.42	c cleaning 83918 clauses out of 250197 with flag 3818000/3818000
1489.11/1467.11	c cleaning 85116 clauses out of 254282 with flag 3906003/3906003
1524.91/1502.36	c cleaning 86067 clauses out of 258163 with flag 3995000/3995000
1558.92/1535.73	c cleaning 86941 clauses out of 262096 with flag 4085000/4085000
1604.04/1580.17	c cleaning 88521 clauses out of 266156 with flag 4176001/4176001
1642.24/1617.73	c cleaning 89147 clauses out of 269634 with flag 4268000/4268000
1704.54/1678.87	c cleaning 91132 clauses out of 273487 with flag 4361000/4361000
1769.58/1743.06	c cleaning 92768 clauses out of 276359 with flag 4455004/4455004
1800.06/1773.12	c starts		: 252
1800.06/1773.12	c conflicts		: 4519529
1800.06/1773.12	c decisions		: 45624231
1800.06/1773.12	c propagations		: 3171702370
1800.06/1773.12	c inspects		: 8826559831
1800.06/1773.12	c shortcuts		: 0
1800.06/1773.12	c learnt literals	: 61
1800.06/1773.12	c learnt binary clauses	: 155448
1800.06/1773.12	c learnt ternary clauses	: 186197
1800.06/1773.12	c learnt constraints	: 4519468
1800.06/1773.12	c ignored constraints	: 0
1800.06/1773.12	c root simplifications	: 0
1800.06/1773.12	c removed literals (reason simplification)	: 0
1800.06/1773.12	c reason swapping (by a shorter reason)	: 0
1800.06/1773.12	c Calls to reduceDB	: 90
1800.06/1773.12	c number of reductions to clauses (during analyze)	: 0
1800.06/1773.12	c number of learned constraints concerned by reduction	: 0
1800.06/1773.12	c number of learning phase by resolution	: 0
1800.06/1773.12	c number of learning phase by cutting planes	: 0
1800.06/1773.12	c speed (assignments/second)	: 1789533.2175180817
1800.06/1773.12	c non guided choices	12551
1800.06/1773.17	c learnt constraints type 
1800.06/1773.18	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 155448
1800.06/1773.18	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 92711
1800.06/1773.18	c constraints type 
1800.06/1773.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14137
1800.06/1773.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 132
1800.06/1773.18	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.06/1773.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1703
1800.06/1773.18	c 15974 constraints processed.
1800.06/1773.18	s UNKNOWN
1800.06/1773.18	c Total wall clock time (in seconds): 1772.893

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-3689707-1337892601/watcher-3689707-1337892601 -o /tmp/evaluation-result-3689707-1337892601/solver-3689707-1337892601 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689707-1337892601.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.92 1.99 1.99 4/194 23170
/proc/meminfo: memFree=29196220/32873844 swapFree=7100/7100
[pid=23170] ppid=23168 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/23170/stat : 23170 (java) D 23168 23170 20833 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 255388622 9515008 183 33554432000 1073741824 1073778376 140735142547200 140735142538232 249650036405 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/23170/statm: 2323 183 140 9 0 71 0

[startup+0.060019 s]
/proc/loadavg: 1.92 1.99 1.99 4/194 23170
/proc/meminfo: memFree=29196220/32873844 swapFree=7100/7100
[pid=23170] ppid=23168 vsize=101528 CPUtime=0 cores=1,3,5,7
/proc/23170/stat : 23170 (java) S 23168 23170 20833 0 -1 4202496 1368 0 0 0 0 0 0 0 20 0 2 0 255388622 103964672 1051 33554432000 1073741824 1073778376 140734398536368 140734398527504 249653395517 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23170/statm: 25382 1051 805 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.10031 s]
/proc/loadavg: 1.92 1.99 1.99 4/194 23170
/proc/meminfo: memFree=29196220/32873844 swapFree=7100/7100
[pid=23170] ppid=23168 vsize=101528 CPUtime=0 cores=1,3,5,7
/proc/23170/stat : 23170 (java) S 23168 23170 20833 0 -1 4202496 1370 0 0 0 0 0 0 0 20 0 2 0 255388622 103964672 1053 33554432000 1073741824 1073778376 140734398536368 140734398527504 249653395517 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23170/statm: 25382 1053 806 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.300247 s]
/proc/loadavg: 1.92 1.99 1.99 4/194 23170
/proc/meminfo: memFree=29196220/32873844 swapFree=7100/7100
[pid=23170] ppid=23168 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/23170/stat : 23170 (java) S 23168 23170 20833 0 -1 4202496 4476 0 1 0 12 2 0 0 20 0 18 0 255388622 9787813888 6110 33554432000 1073741824 1073778376 140734398536368 140734398527504 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23170/statm: 2389603 6110 2152 9 0 2380296 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 9558412

[startup+0.700255 s]
/proc/loadavg: 1.92 1.99 1.99 4/194 23170
/proc/meminfo: memFree=29196220/32873844 swapFree=7100/7100
[pid=23170] ppid=23168 vsize=9558412 CPUtime=1.05 cores=1,3,5,7
/proc/23170/stat : 23170 (java) S 23168 23170 20833 0 -1 4202496 10238 0 1 0 101 4 0 0 20 0 18 0 255388622 9787813888 27072 33554432000 1073741824 1073778376 140734398536368 140734398527504 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23170/statm: 2389603 27072 2236 9 0 2380296 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9558412

[startup+1.50078 s]
/proc/loadavg: 1.92 1.99 1.99 3/214 23192
/proc/meminfo: memFree=29085004/32873844 swapFree=7100/7100
[pid=23170] ppid=23168 vsize=9624976 CPUtime=2.29 cores=1,3,5,7
/proc/23170/stat : 23170 (java) S 23168 23170 20833 0 -1 4202496 11293 0 1 0 224 5 0 0 20 0 19 0 255388622 9855975424 30183 33554432000 1073741824 1073778376 140734398536368 140734398527504 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23170/statm: 2406244 30183 2254 9 0 2396937 0
[pid=23170/tid=23172] ppid=23168 vsize=9624976 CPUtime=1.3 cores=1,3,5,7
/proc/23170/task/23172/stat : 23172 (java) R 23168 23170 20833 0 -1 4202560 2497 0 1 0 126 4 0 0 20 0 19 0 255388623 9855975424 30183 33554432000 1073741824 1073778376 140734398536368 139780549415080 139780399284511 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23173] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23173/stat : 23173 (java) S 23168 23170 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255388634 9855975424 30183 33554432000 1073741824 1073778376 140734398536368 139780521868072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23174] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23174/stat : 23174 (java) S 23168 23170 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255388634 9855975424 30183 33554432000 1073741824 1073778376 140734398536368 139780520815272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23170/tid=23175] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23175/stat : 23175 (java) S 23168 23170 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255388634 9855975424 30183 33554432000 1073741824 1073778376 140734398536368 139780519762984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23170/tid=23176] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23176/stat : 23176 (java) S 23168 23170 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255388634 9855975424 30183 33554432000 1073741824 1073778376 140734398536368 139780518710184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23177] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23177/stat : 23177 (java) S 23168 23170 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255388634 9855975424 30183 33554432000 1073741824 1073778376 140734398536368 139780517656872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23178] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23178/stat : 23178 (java) S 23168 23170 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255388634 9855975424 30183 33554432000 1073741824 1073778376 140734398536368 139780387547304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23179] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23179/stat : 23179 (java) S 23168 23170 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255388634 9855975424 30183 33554432000 1073741824 1073778376 140734398536368 139780386495016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23180] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23180/stat : 23180 (java) S 23168 23170 20833 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255388634 9855975424 30183 33554432000 1073741824 1073778376 140734398536368 139780385442216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23181] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23181/stat : 23181 (java) S 23168 23170 20833 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255388635 9855975424 30183 33554432000 1073741824 1073778376 140734398536368 139779902495464 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23182] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23182/stat : 23182 (java) S 23168 23170 20833 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255388636 9855975424 30183 33554432000 1073741824 1073778376 140734398536368 139779901441528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23183] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23183/stat : 23183 (java) S 23168 23170 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255388636 9855975424 30183 33554432000 1073741824 1073778376 140734398536368 139779900389128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23185] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23185/stat : 23185 (java) S 23168 23170 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255388645 9855975424 30183 33554432000 1073741824 1073778376 140734398536368 139779899337616 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23186] ppid=23168 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/23170/task/23186/stat : 23186 (java) S 23168 23170 20833 0 -1 4202560 2809 0 0 0 44 0 0 0 20 0 19 0 255388645 9855975424 30183 33554432000 1073741824 1073778376 140734398536368 139779898284216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23187] ppid=23168 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/23170/task/23187/stat : 23187 (java) S 23168 23170 20833 0 -1 4202560 4793 0 0 0 52 0 0 0 20 0 19 0 255388645 9855975424 30183 33554432000 1073741824 1073778376 140734398536368 139779897231416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23170/tid=23188] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23188/stat : 23188 (java) S 23168 23170 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255388645 9855975424 30183 33554432000 1073741824 1073778376 140734398536368 139779896179320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23170/tid=23189] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23189/stat : 23189 (java) S 23168 23170 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255388646 9855975424 30183 33554432000 1073741824 1073778376 140734398536368 139779895126728 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23192] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23192/stat : 23192 (java) S 23168 23170 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255388698 9855975424 30183 33554432000 1073741824 1073778376 140734398536368 139779894072744 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9624976

[startup+3.1007 s]
/proc/loadavg: 1.92 1.99 1.99 3/214 23192
/proc/meminfo: memFree=29080528/32873844 swapFree=7100/7100
[pid=23170] ppid=23168 vsize=9624976 CPUtime=4.38 cores=1,3,5,7
/proc/23170/stat : 23170 (java) S 23168 23170 20833 0 -1 4202496 17095 0 1 0 431 7 0 0 20 0 19 0 255388622 9855975424 39142 33554432000 1073741824 1073778376 140734398536368 140734398527504 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23170/statm: 2406244 39142 2282 9 0 2396937 0
[pid=23170/tid=23172] ppid=23168 vsize=9624976 CPUtime=2.86 cores=1,3,5,7
/proc/23170/task/23172/stat : 23172 (java) R 23168 23170 20833 0 -1 4202560 2501 0 1 0 282 4 0 0 20 0 19 0 255388623 9855975424 39142 33554432000 1073741824 1073778376 140734398536368 139780549415352 139780399356172 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23173] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23173/stat : 23173 (java) S 23168 23170 20833 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255388634 9855975424 39142 33554432000 1073741824 1073778376 140734398536368 139780521868072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23174] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23174/stat : 23174 (java) S 23168 23170 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255388634 9855975424 39142 33554432000 1073741824 1073778376 140734398536368 139780520815272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23170/tid=23175] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23175/stat : 23175 (java) S 23168 23170 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255388634 9855975424 39142 33554432000 1073741824 1073778376 140734398536368 139780519762984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23170/tid=23176] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23176/stat : 23176 (java) S 23168 23170 20833 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255388634 9855975424 39142 33554432000 1073741824 1073778376 140734398536368 139780518710184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23177] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23177/stat : 23177 (java) S 23168 23170 20833 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255388634 9855975424 39142 33554432000 1073741824 1073778376 140734398536368 139780517656872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23170/tid=23178] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23178/stat : 23178 (java) S 23168 23170 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255388634 9855975424 39142 33554432000 1073741824 1073778376 140734398536368 139780387547304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23170/tid=23179] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23179/stat : 23179 (java) S 23168 23170 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255388634 9855975424 39142 33554432000 1073741824 1073778376 140734398536368 139780386495016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23170/tid=23180] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23180/stat : 23180 (java) S 23168 23170 20833 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255388634 9855975424 39142 33554432000 1073741824 1073778376 140734398536368 139780385442216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23181] ppid=23168 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23170/task/23181/stat : 23181 (java) S 23168 23170 20833 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 255388635 9855975424 39142 33554432000 1073741824 1073778376 140734398536368 139779902495464 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23182] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23182/stat : 23182 (java) S 23168 23170 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255388636 9855975424 39142 33554432000 1073741824 1073778376 140734398536368 139779901441528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23183] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23183/stat : 23183 (java) S 23168 23170 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255388636 9855975424 39142 33554432000 1073741824 1073778376 140734398536368 139779900389128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23185] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23185/stat : 23185 (java) S 23168 23170 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255388645 9855975424 39142 33554432000 1073741824 1073778376 140734398536368 139779899337616 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23186] ppid=23168 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/23170/task/23186/stat : 23186 (java) S 23168 23170 20833 0 -1 4202560 2811 0 0 0 45 0 0 0 20 0 19 0 255388645 9855975424 39142 33554432000 1073741824 1073778376 140734398536368 139779898284216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23170/tid=23187] ppid=23168 vsize=9624976 CPUtime=0.97 cores=1,3,5,7
/proc/23170/task/23187/stat : 23187 (java) S 23168 23170 20833 0 -1 4202560 10527 0 0 0 95 2 0 0 20 0 19 0 255388645 9855975424 39142 33554432000 1073741824 1073778376 140734398536368 139779897231416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23170/tid=23188] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23188/stat : 23188 (java) S 23168 23170 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255388645 9855975424 39142 33554432000 1073741824 1073778376 140734398536368 139779896179320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23170/tid=23189] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23189/stat : 23189 (java) S 23168 23170 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255388646 9855975424 39142 33554432000 1073741824 1073778376 140734398536368 139779895126728 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23192] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23192/stat : 23192 (java) S 23168 23170 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255388698 9855975424 39142 33554432000 1073741824 1073778376 140734398536368 139779894072744 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 9624976

[startup+6.30071 s]
/proc/loadavg: 1.93 1.99 1.99 3/214 23192
/proc/meminfo: memFree=29044600/32873844 swapFree=7100/7100
[pid=23170] ppid=23168 vsize=9624976 CPUtime=7.65 cores=1,3,5,7
/proc/23170/stat : 23170 (java) S 23168 23170 20833 0 -1 4202496 17124 0 1 0 757 8 0 0 20 0 19 0 255388622 9855975424 40200 33554432000 1073741824 1073778376 140734398536368 140734398527504 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23170/statm: 2406244 40200 2282 9 0 2396937 0
[pid=23170/tid=23172] ppid=23168 vsize=9624976 CPUtime=5.99 cores=1,3,5,7
/proc/23170/task/23172/stat : 23172 (java) R 23168 23170 20833 0 -1 4202560 2504 0 1 0 595 4 0 0 20 0 19 0 255388623 9855975424 40200 33554432000 1073741824 1073778376 140734398536368 139780549415320 139780398782338 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23173] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23173/stat : 23173 (java) S 23168 23170 20833 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255388634 9855975424 40200 33554432000 1073741824 1073778376 140734398536368 139780521868072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23174] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23174/stat : 23174 (java) S 23168 23170 20833 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255388634 9855975424 40200 33554432000 1073741824 1073778376 140734398536368 139780520815272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23175] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23175/stat : 23175 (java) S 23168 23170 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255388634 9855975424 40200 33554432000 1073741824 1073778376 140734398536368 139780519762984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23170/tid=23176] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23176/stat : 23176 (java) S 23168 23170 20833 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 255388634 9855975424 40200 33554432000 1073741824 1073778376 140734398536368 139780518710184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23177] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23177/stat : 23177 (java) S 23168 23170 20833 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255388634 9855975424 40200 33554432000 1073741824 1073778376 140734398536368 139780517656872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23170/tid=23178] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23178/stat : 23178 (java) S 23168 23170 20833 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255388634 9855975424 40200 33554432000 1073741824 1073778376 140734398536368 139780387547304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23170/tid=23179] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23179/stat : 23179 (java) S 23168 23170 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255388634 9855975424 40200 33554432000 1073741824 1073778376 140734398536368 139780386495016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23170/tid=23180] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23180/stat : 23180 (java) S 23168 23170 20833 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255388634 9855975424 40200 33554432000 1073741824 1073778376 140734398536368 139780385442216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23170/tid=23181] ppid=23168 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/23170/task/23181/stat : 23181 (java) S 23168 23170 20833 0 -1 4202560 41 0 0 0 6 0 0 0 20 0 19 0 255388635 9855975424 40200 33554432000 1073741824 1073778376 140734398536368 139779902495464 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23182] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23182/stat : 23182 (java) S 23168 23170 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255388636 9855975424 40200 33554432000 1073741824 1073778376 140734398536368 139779901441528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23183] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23183/stat : 23183 (java) S 23168 23170 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255388636 9855975424 40200 33554432000 1073741824 1073778376 140734398536368 139779900389128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23185] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23185/stat : 23185 (java) S 23168 23170 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255388645 9855975424 40200 33554432000 1073741824 1073778376 140734398536368 139779899337616 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23186] ppid=23168 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/23170/task/23186/stat : 23186 (java) S 23168 23170 20833 0 -1 4202560 2811 0 0 0 47 0 0 0 20 0 19 0 255388645 9855975424 40200 33554432000 1073741824 1073778376 140734398536368 139779898284216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23170/tid=23187] ppid=23168 vsize=9624976 CPUtime=1 cores=1,3,5,7
/proc/23170/task/23187/stat : 23187 (java) S 23168 23170 20833 0 -1 4202560 10528 0 0 0 98 2 0 0 20 0 19 0 255388645 9855975424 40200 33554432000 1073741824 1073778376 140734398536368 139779897231416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23188] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23188/stat : 23188 (java) S 23168 23170 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255388645 9855975424 40200 33554432000 1073741824 1073778376 140734398536368 139779896179320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23170/tid=23189] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23189/stat : 23189 (java) S 23168 23170 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255388646 9855975424 40200 33554432000 1073741824 1073778376 140734398536368 139779895126728 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23192] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23192/stat : 23192 (java) S 23168 23170 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255388698 9855975424 40200 33554432000 1073741824 1073778376 140734398536368 139779894072744 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.65
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=23170/tid=23186] ppid=23168 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/23170/task/23186/stat : 23186 (java) S 23168 23170 20833 0 -1 4202560 2828 0 0 0 59 0 0 0 20 0 19 0 255388645 9855975424 180957 33554432000 1073741824 1073778376 140734398536368 139779898284216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23187] ppid=23168 vsize=9624976 CPUtime=1.04 cores=1,3,5,7
/proc/23170/task/23187/stat : 23187 (java) S 23168 23170 20833 0 -1 4202560 10531 0 0 0 102 2 0 0 20 0 19 0 255388645 9855975424 180957 33554432000 1073741824 1073778376 140734398536368 139779897231416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23188] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23188/stat : 23188 (java) S 23168 23170 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255388645 9855975424 180957 33554432000 1073741824 1073778376 140734398536368 139779896179320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23170/tid=23189] ppid=23168 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/23170/task/23189/stat : 23189 (java) S 23168 23170 20833 0 -1 4202560 93 0 0 0 35 32 0 0 20 0 19 0 255388646 9855975424 180957 33554432000 1073741824 1073778376 140734398536368 139779895126728 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23192] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23192/stat : 23192 (java) S 23168 23170 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255388698 9855975424 180957 33554432000 1073741824 1073778376 140734398536368 139779894072744 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1687.73
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 1.98 1.99 1.99 3/213 23286
/proc/meminfo: memFree=26743576/32873844 swapFree=7100/7100
[pid=23170] ppid=23168 vsize=9624976 CPUtime=1748.52 cores=1,3,5,7
/proc/23170/stat : 23170 (java) S 23168 23170 20833 0 -1 4202496 30309 0 1 0 174673 179 0 0 20 0 19 0 255388622 9855975424 199956 33554432000 1073741824 1073778376 140734398536368 140734398527504 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23170/statm: 2406244 199956 2283 9 0 2396937 0
[pid=23170/tid=23172] ppid=23168 vsize=9624976 CPUtime=1701.51 cores=1,3,5,7
/proc/23170/task/23172/stat : 23172 (java) R 23168 23170 20833 0 -1 4202560 2879 0 1 0 170120 31 0 0 20 0 19 0 255388623 9855975424 199956 33554432000 1073741824 1073778376 140734398536368 139780549414272 139780399348975 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23173] ppid=23168 vsize=9624976 CPUtime=4.13 cores=1,3,5,7
/proc/23170/task/23173/stat : 23173 (java) S 23168 23170 20833 0 -1 4202560 1881 0 0 0 395 18 0 0 20 0 19 0 255388634 9855975424 199956 33554432000 1073741824 1073778376 140734398536368 139780521868072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23174] ppid=23168 vsize=9624976 CPUtime=4.11 cores=1,3,5,7
/proc/23170/task/23174/stat : 23174 (java) S 23168 23170 20833 0 -1 4202560 1261 0 0 0 392 19 0 0 20 0 19 0 255388634 9855975424 199956 33554432000 1073741824 1073778376 140734398536368 139780520815272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23170/tid=23175] ppid=23168 vsize=9624976 CPUtime=3.98 cores=1,3,5,7
/proc/23170/task/23175/stat : 23175 (java) S 23168 23170 20833 0 -1 4202560 1190 0 0 0 385 13 0 0 20 0 19 0 255388634 9855975424 199956 33554432000 1073741824 1073778376 140734398536368 139780519762984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23176] ppid=23168 vsize=9624976 CPUtime=4.09 cores=1,3,5,7
/proc/23170/task/23176/stat : 23176 (java) S 23168 23170 20833 0 -1 4202560 2197 0 0 0 393 16 0 0 20 0 19 0 255388634 9855975424 199956 33554432000 1073741824 1073778376 140734398536368 139780518710184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23170/tid=23177] ppid=23168 vsize=9624976 CPUtime=4.22 cores=1,3,5,7
/proc/23170/task/23177/stat : 23177 (java) S 23168 23170 20833 0 -1 4202560 1206 0 0 0 408 14 0 0 20 0 19 0 255388634 9855975424 199956 33554432000 1073741824 1073778376 140734398536368 139780517656872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23170/tid=23178] ppid=23168 vsize=9624976 CPUtime=4.47 cores=1,3,5,7
/proc/23170/task/23178/stat : 23178 (java) S 23168 23170 20833 0 -1 4202560 1348 0 0 0 429 18 0 0 20 0 19 0 255388634 9855975424 199956 33554432000 1073741824 1073778376 140734398536368 139780387547304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23179] ppid=23168 vsize=9624976 CPUtime=4.1 cores=1,3,5,7
/proc/23170/task/23179/stat : 23179 (java) S 23168 23170 20833 0 -1 4202560 1274 0 0 0 395 15 0 0 20 0 19 0 255388634 9855975424 199956 33554432000 1073741824 1073778376 140734398536368 139780386495016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23180] ppid=23168 vsize=9624976 CPUtime=4.38 cores=1,3,5,7
/proc/23170/task/23180/stat : 23180 (java) S 23168 23170 20833 0 -1 4202560 1637 0 0 0 422 16 0 0 20 0 19 0 255388634 9855975424 199956 33554432000 1073741824 1073778376 140734398536368 139780385442216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23181] ppid=23168 vsize=9624976 CPUtime=6.85 cores=1,3,5,7
/proc/23170/task/23181/stat : 23181 (java) S 23168 23170 20833 0 -1 4202560 800 0 0 0 679 6 0 0 20 0 19 0 255388635 9855975424 199956 33554432000 1073741824 1073778376 140734398536368 139779902495464 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23182] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23182/stat : 23182 (java) S 23168 23170 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255388636 9855975424 199956 33554432000 1073741824 1073778376 140734398536368 139779901441528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23183] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23183/stat : 23183 (java) S 23168 23170 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255388636 9855975424 199956 33554432000 1073741824 1073778376 140734398536368 139779900389128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23185] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23185/stat : 23185 (java) S 23168 23170 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255388645 9855975424 199956 33554432000 1073741824 1073778376 140734398536368 139779899337616 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23186] ppid=23168 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/23170/task/23186/stat : 23186 (java) S 23168 23170 20833 0 -1 4202560 2828 0 0 0 59 0 0 0 20 0 19 0 255388645 9855975424 199956 33554432000 1073741824 1073778376 140734398536368 139779898284216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23187] ppid=23168 vsize=9624976 CPUtime=1.04 cores=1,3,5,7
/proc/23170/task/23187/stat : 23187 (java) S 23168 23170 20833 0 -1 4202560 10531 0 0 0 102 2 0 0 20 0 19 0 255388645 9855975424 199956 33554432000 1073741824 1073778376 140734398536368 139779897231416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23188] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23188/stat : 23188 (java) S 23168 23170 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255388645 9855975424 199956 33554432000 1073741824 1073778376 140734398536368 139779896179320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23170/tid=23189] ppid=23168 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/23170/task/23189/stat : 23189 (java) S 23168 23170 20833 0 -1 4202560 97 0 0 0 36 34 0 0 20 0 19 0 255388646 9855975424 199956 33554432000 1073741824 1073778376 140734398536368 139779895126728 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23192] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23192/stat : 23192 (java) S 23168 23170 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255388698 9855975424 199956 33554432000 1073741824 1073778376 140734398536368 139779894072744 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1748.52
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1773.1 s]
/proc/loadavg: 1.99 1.99 1.99 4/213 23286
/proc/meminfo: memFree=26743204/32873844 swapFree=7100/7100
[pid=23170] ppid=23168 vsize=9624976 CPUtime=1800.06 cores=1,3,5,7
/proc/23170/stat : 23170 (java) S 23168 23170 20833 0 -1 4202496 30367 0 1 0 179826 180 0 0 20 0 19 0 255388622 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 140734398527504 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23170/statm: 2406244 199992 2283 9 0 2396937 0
[pid=23170/tid=23172] ppid=23168 vsize=9624976 CPUtime=1751.82 cores=1,3,5,7
/proc/23170/task/23172/stat : 23172 (java) R 23168 23170 20833 0 -1 4202560 2884 0 1 0 175150 32 0 0 20 0 19 0 255388623 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139780549414272 139780399355759 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23173] ppid=23168 vsize=9624976 CPUtime=4.22 cores=1,3,5,7
/proc/23170/task/23173/stat : 23173 (java) S 23168 23170 20833 0 -1 4202560 1881 0 0 0 404 18 0 0 20 0 19 0 255388634 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139780521868072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23174] ppid=23168 vsize=9624976 CPUtime=4.3 cores=1,3,5,7
/proc/23170/task/23174/stat : 23174 (java) S 23168 23170 20833 0 -1 4202560 1261 0 0 0 411 19 0 0 20 0 19 0 255388634 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139780520815272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23170/tid=23175] ppid=23168 vsize=9624976 CPUtime=4.09 cores=1,3,5,7
/proc/23170/task/23175/stat : 23175 (java) S 23168 23170 20833 0 -1 4202560 1190 0 0 0 396 13 0 0 20 0 19 0 255388634 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139780519762984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23176] ppid=23168 vsize=9624976 CPUtime=4.19 cores=1,3,5,7
/proc/23170/task/23176/stat : 23176 (java) S 23168 23170 20833 0 -1 4202560 2197 0 0 0 403 16 0 0 20 0 19 0 255388634 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139780518710184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23177] ppid=23168 vsize=9624976 CPUtime=4.37 cores=1,3,5,7
/proc/23170/task/23177/stat : 23177 (java) S 23168 23170 20833 0 -1 4202560 1206 0 0 0 423 14 0 0 20 0 19 0 255388634 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139780517656872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23178] ppid=23168 vsize=9624976 CPUtime=4.56 cores=1,3,5,7
/proc/23170/task/23178/stat : 23178 (java) S 23168 23170 20833 0 -1 4202560 1348 0 0 0 438 18 0 0 20 0 19 0 255388634 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139780387547304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23170/tid=23179] ppid=23168 vsize=9624976 CPUtime=4.21 cores=1,3,5,7
/proc/23170/task/23179/stat : 23179 (java) S 23168 23170 20833 0 -1 4202560 1274 0 0 0 406 15 0 0 20 0 19 0 255388634 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139780386495016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23170/tid=23180] ppid=23168 vsize=9624976 CPUtime=4.48 cores=1,3,5,7
/proc/23170/task/23180/stat : 23180 (java) S 23168 23170 20833 0 -1 4202560 1637 0 0 0 432 16 0 0 20 0 19 0 255388634 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139780385442216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23181] ppid=23168 vsize=9624976 CPUtime=6.98 cores=1,3,5,7
/proc/23170/task/23181/stat : 23181 (java) S 23168 23170 20833 0 -1 4202560 849 0 0 0 692 6 0 0 20 0 19 0 255388635 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139779902495464 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23182] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23182/stat : 23182 (java) S 23168 23170 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255388636 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139779901441528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23183] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23183/stat : 23183 (java) S 23168 23170 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255388636 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139779900389128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23185] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23185/stat : 23185 (java) S 23168 23170 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255388645 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139779899337616 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23186] ppid=23168 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/23170/task/23186/stat : 23186 (java) S 23168 23170 20833 0 -1 4202560 2828 0 0 0 59 0 0 0 20 0 19 0 255388645 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139779898284216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23187] ppid=23168 vsize=9624976 CPUtime=1.04 cores=1,3,5,7
/proc/23170/task/23187/stat : 23187 (java) S 23168 23170 20833 0 -1 4202560 10531 0 0 0 102 2 0 0 20 0 19 0 255388645 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139779897231416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23188] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23188/stat : 23188 (java) S 23168 23170 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255388645 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139779896179320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23170/tid=23189] ppid=23168 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/23170/task/23189/stat : 23189 (java) S 23168 23170 20833 0 -1 4202560 101 0 0 0 39 35 0 0 20 0 19 0 255388646 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139779895126728 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23192] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23192/stat : 23192 (java) S 23168 23170 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255388698 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139779894072744 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9624976

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1773.1 s]
/proc/loadavg: 1.99 1.99 1.99 4/213 23286
/proc/meminfo: memFree=26743204/32873844 swapFree=7100/7100
[pid=23170] ppid=23168 vsize=9624976 CPUtime=1800.06 cores=1,3,5,7
/proc/23170/stat : 23170 (java) S 23168 23170 20833 0 -1 4202496 30367 0 1 0 179826 180 0 0 20 0 19 0 255388622 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 140734398527504 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23170/statm: 2406244 199992 2283 9 0 2396937 0
[pid=23170/tid=23172] ppid=23168 vsize=9624976 CPUtime=1751.82 cores=1,3,5,7
/proc/23170/task/23172/stat : 23172 (java) R 23168 23170 20833 0 -1 4202560 2884 0 1 0 175150 32 0 0 20 0 19 0 255388623 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139780549414272 139780399355759 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23173] ppid=23168 vsize=9624976 CPUtime=4.22 cores=1,3,5,7
/proc/23170/task/23173/stat : 23173 (java) S 23168 23170 20833 0 -1 4202560 1881 0 0 0 404 18 0 0 20 0 19 0 255388634 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139780521868072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23174] ppid=23168 vsize=9624976 CPUtime=4.3 cores=1,3,5,7
/proc/23170/task/23174/stat : 23174 (java) S 23168 23170 20833 0 -1 4202560 1261 0 0 0 411 19 0 0 20 0 19 0 255388634 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139780520815272 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23170/tid=23175] ppid=23168 vsize=9624976 CPUtime=4.09 cores=1,3,5,7
/proc/23170/task/23175/stat : 23175 (java) S 23168 23170 20833 0 -1 4202560 1190 0 0 0 396 13 0 0 20 0 19 0 255388634 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139780519762984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23176] ppid=23168 vsize=9624976 CPUtime=4.19 cores=1,3,5,7
/proc/23170/task/23176/stat : 23176 (java) S 23168 23170 20833 0 -1 4202560 2197 0 0 0 403 16 0 0 20 0 19 0 255388634 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139780518710184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23177] ppid=23168 vsize=9624976 CPUtime=4.37 cores=1,3,5,7
/proc/23170/task/23177/stat : 23177 (java) S 23168 23170 20833 0 -1 4202560 1206 0 0 0 423 14 0 0 20 0 19 0 255388634 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139780517656872 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23178] ppid=23168 vsize=9624976 CPUtime=4.56 cores=1,3,5,7
/proc/23170/task/23178/stat : 23178 (java) S 23168 23170 20833 0 -1 4202560 1348 0 0 0 438 18 0 0 20 0 19 0 255388634 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139780387547304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23170/tid=23179] ppid=23168 vsize=9624976 CPUtime=4.21 cores=1,3,5,7
/proc/23170/task/23179/stat : 23179 (java) S 23168 23170 20833 0 -1 4202560 1274 0 0 0 406 15 0 0 20 0 19 0 255388634 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139780386495016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23170/tid=23180] ppid=23168 vsize=9624976 CPUtime=4.48 cores=1,3,5,7
/proc/23170/task/23180/stat : 23180 (java) S 23168 23170 20833 0 -1 4202560 1637 0 0 0 432 16 0 0 20 0 19 0 255388634 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139780385442216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23181] ppid=23168 vsize=9624976 CPUtime=6.98 cores=1,3,5,7
/proc/23170/task/23181/stat : 23181 (java) S 23168 23170 20833 0 -1 4202560 849 0 0 0 692 6 0 0 20 0 19 0 255388635 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139779902495464 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23182] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23182/stat : 23182 (java) S 23168 23170 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255388636 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139779901441528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23183] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23183/stat : 23183 (java) S 23168 23170 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255388636 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139779900389128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23185] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23185/stat : 23185 (java) S 23168 23170 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255388645 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139779899337616 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23186] ppid=23168 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/23170/task/23186/stat : 23186 (java) S 23168 23170 20833 0 -1 4202560 2828 0 0 0 59 0 0 0 20 0 19 0 255388645 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139779898284216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23187] ppid=23168 vsize=9624976 CPUtime=1.04 cores=1,3,5,7
/proc/23170/task/23187/stat : 23187 (java) S 23168 23170 20833 0 -1 4202560 10531 0 0 0 102 2 0 0 20 0 19 0 255388645 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139779897231416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23170/tid=23188] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23188/stat : 23188 (java) S 23168 23170 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255388645 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139779896179320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23170/tid=23189] ppid=23168 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/23170/task/23189/stat : 23189 (java) S 23168 23170 20833 0 -1 4202560 101 0 0 0 39 35 0 0 20 0 19 0 255388646 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139779895126728 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23170/tid=23192] ppid=23168 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23170/task/23192/stat : 23192 (java) S 23168 23170 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255388698 9855975424 199992 33554432000 1073741824 1073778376 140734398536368 139779894072744 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23170 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=829296
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=183668
# CPU time returned by wait4() is 1796.01
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1773.19
CPU time (s): 1800.06
CPU user time (s): 1798.26
CPU system time (s): 1.8
CPU usage (%): 101.516
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.83
system time used= 2.18367
maximum resident set size= 800092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30401
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48119
involuntary context switches= 46854

runsolver used 6.06308 second user time and 15.8726 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-24 22:50:01
IDJOB=3689707
IDBENCH=90214
IDSOLVER=2269
FILE ID=node102/3689707-1337892601
RUNJOBID= node102-1337871881-20850
PBS_JOBID= 14620102
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K132.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689707-1337892601/watcher-3689707-1337892601 -o /tmp/evaluation-result-3689707-1337892601/solver-3689707-1337892601 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689707-1337892601.opb

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

MD5SUM BENCH= 88bbbc51beb841161685a00fb4d24f63
RANDOM SEED=1563686388

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29196228 kB
Buffers:          212048 kB
Cached:          1987544 kB
SwapCached:            0 kB
Active:          1378756 kB
Inactive:        1530212 kB
Active(anon):     711876 kB
Inactive(anon):        0 kB
Active(file):     666880 kB
Inactive(file):  1530212 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1276 kB
Writeback:             0 kB
AnonPages:        720280 kB
Mapped:            22528 kB
Shmem:               200 kB
Slab:             623260 kB
SReclaimable:      65848 kB
SUnreclaim:       557412 kB
KernelStack:        1688 kB
PageTables:         5728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1604328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    665600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71712 MiB
End job on node102 at 2012-05-24 23:19:36