Trace number 3689665

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.1 1781.98

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K131.opb
MD5SUMe9be7f2de41339e64a2918d1bf7ead92
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 variables15589
Total number of constraints15853
Number of constraints which are clauses15722
Number of constraints which are cardinality constraints (but not clauses)131
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint131
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 132
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3689665-1337892222.opb
0.07/0.12	c reading problem ... 
0.93/0.55	c ... done. Wall clock time 0.428s.
0.93/0.55	c declared #vars     15589
0.93/0.55	c #constraints  15853
0.93/0.55	c constraints type 
0.93/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14030
0.93/0.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 131
0.93/0.55	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.93/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1690
0.93/0.55	c 15853 constraints processed.
2.80/1.96	c cleaning 2464 clauses out of 4996 with flag 5000/5000
4.33/3.31	c cleaning 4263 clauses out of 8530 with flag 11000/11000
5.73/4.74	c cleaning 5593 clauses out of 11267 with flag 18005/18005
7.44/6.48	c cleaning 6787 clauses out of 13661 with flag 26000/26000
9.49/8.49	c cleaning 7872 clauses out of 15873 with flag 35000/35000
11.59/10.58	c cleaning 8897 clauses out of 17996 with flag 45000/45000
14.10/13.04	c cleaning 9925 clauses out of 20096 with flag 56000/56000
16.72/15.65	c cleaning 10970 clauses out of 22169 with flag 68000/68000
19.55/18.42	c cleaning 11939 clauses out of 24199 with flag 81000/81000
22.56/21.44	c cleaning 12954 clauses out of 26257 with flag 95000/95000
25.79/24.68	c cleaning 13921 clauses out of 28303 with flag 110000/110000
29.40/28.20	c cleaning 15062 clauses out of 30382 with flag 126000/126000
32.94/31.73	c cleaning 15986 clauses out of 32319 with flag 143001/143001
36.86/35.63	c cleaning 16931 clauses out of 34332 with flag 161000/161000
41.28/40.04	c cleaning 17962 clauses out of 36402 with flag 180001/180001
45.93/44.64	c cleaning 18980 clauses out of 38438 with flag 200000/200000
50.67/49.37	c cleaning 20040 clauses out of 40457 with flag 221000/221000
55.48/54.11	c cleaning 21010 clauses out of 42416 with flag 243000/243000
60.80/59.47	c cleaning 22050 clauses out of 44407 with flag 266001/266001
66.32/64.92	c cleaning 22968 clauses out of 46359 with flag 290003/290003
72.43/71.08	c cleaning 24040 clauses out of 48391 with flag 315003/315003
78.27/76.85	c cleaning 24769 clauses out of 50348 with flag 341000/341000
84.50/83.00	c cleaning 25127 clauses out of 52578 with flag 368000/368000
91.43/89.92	c cleaning 26501 clauses out of 55449 with flag 396001/396001
98.17/96.66	c cleaning 27220 clauses out of 57947 with flag 425000/425000
106.50/104.99	c cleaning 28276 clauses out of 60730 with flag 455003/455003
113.90/112.26	c cleaning 28888 clauses out of 63451 with flag 486001/486001
122.24/120.51	c cleaning 29874 clauses out of 66561 with flag 518000/518000
130.76/129.05	c cleaning 30969 clauses out of 69687 with flag 551000/551000
140.02/138.26	c cleaning 31969 clauses out of 72717 with flag 585000/585000
150.62/148.77	c cleaning 33427 clauses out of 75748 with flag 620000/620000
161.67/159.75	c cleaning 34089 clauses out of 78321 with flag 656000/656000
170.93/168.92	c cleaning 34605 clauses out of 81231 with flag 693000/693000
183.87/181.89	c cleaning 36191 clauses out of 84626 with flag 731000/731000
194.15/192.10	c cleaning 36623 clauses out of 87438 with flag 770003/770003
204.50/202.39	c cleaning 36904 clauses out of 90809 with flag 810000/810000
216.13/213.94	c cleaning 39269 clauses out of 94905 with flag 851000/851000
228.29/226.02	c cleaning 39545 clauses out of 97637 with flag 893001/893001
241.12/238.86	c cleaning 41067 clauses out of 101095 with flag 936004/936004
255.12/252.79	c cleaning 42197 clauses out of 104026 with flag 980002/980002
268.13/265.66	c cleaning 43299 clauses out of 106827 with flag 1025000/1025000
281.58/279.04	c cleaning 43708 clauses out of 109528 with flag 1071000/1071000
293.08/290.43	c cleaning 44133 clauses out of 112819 with flag 1118000/1118000
306.43/303.76	c cleaning 45642 clauses out of 116686 with flag 1166000/1166000
320.59/317.82	c cleaning 46744 clauses out of 120045 with flag 1215001/1215001
337.47/334.45	c cleaning 48016 clauses out of 123300 with flag 1265000/1265000
350.49/347.47	c cleaning 47787 clauses out of 126286 with flag 1316002/1316002
363.74/360.69	c cleaning 49303 clauses out of 130497 with flag 1368000/1368000
378.00/374.86	c cleaning 50327 clauses out of 134194 with flag 1421000/1421000
399.27/395.92	c cleaning 51823 clauses out of 137867 with flag 1475000/1475000
416.86/413.44	c cleaning 52787 clauses out of 141044 with flag 1530000/1530000
431.77/428.23	c cleaning 53250 clauses out of 144258 with flag 1586001/1586001
452.01/448.34	c cleaning 54271 clauses out of 148006 with flag 1643000/1643000
467.07/463.38	c cleaning 54955 clauses out of 151736 with flag 1701001/1701001
483.94/480.15	c cleaning 56291 clauses out of 155779 with flag 1760000/1760000
508.53/504.52	c cleaning 57846 clauses out of 159488 with flag 1820000/1820000
527.04/522.93	c cleaning 58748 clauses out of 162641 with flag 1881000/1881000
545.91/541.78	c cleaning 59406 clauses out of 165892 with flag 1943000/1943000
565.80/561.51	c cleaning 60427 clauses out of 169486 with flag 2006000/2006000
585.50/581.12	c cleaning 61419 clauses out of 173060 with flag 2070001/2070001
611.01/606.43	c cleaning 62689 clauses out of 176643 with flag 2135003/2135003
632.82/628.11	c cleaning 63238 clauses out of 179953 with flag 2201002/2201002
663.02/658.08	c cleaning 64471 clauses out of 183719 with flag 2268006/2268006
692.73/687.47	c cleaning 65656 clauses out of 187243 with flag 2336001/2336001
716.21/710.79	c cleaning 66530 clauses out of 190586 with flag 2405000/2405000
738.79/733.18	c cleaning 66963 clauses out of 194054 with flag 2475000/2475000
770.03/764.25	c cleaning 69057 clauses out of 198091 with flag 2546000/2546000
794.47/788.45	c cleaning 68962 clauses out of 201035 with flag 2618001/2618001
819.15/812.94	c cleaning 69796 clauses out of 205072 with flag 2691000/2691000
845.04/838.65	c cleaning 70865 clauses out of 209276 with flag 2765000/2765000
887.68/881.00	c cleaning 73458 clauses out of 213411 with flag 2840000/2840000
914.19/907.29	c cleaning 72976 clauses out of 215953 with flag 2916000/2916000
942.24/935.11	c cleaning 74307 clauses out of 219977 with flag 2993000/2993000
968.74/961.48	c cleaning 74961 clauses out of 223670 with flag 3071000/3071000
1002.93/995.31	c cleaning 76718 clauses out of 227709 with flag 3150000/3150000
1032.09/1024.36	c cleaning 77672 clauses out of 230992 with flag 3230002/3230002
1066.68/1058.64	c cleaning 79047 clauses out of 234318 with flag 3311000/3311000
1102.71/1094.35	c cleaning 79690 clauses out of 237274 with flag 3393003/3393003
1145.24/1136.20	c cleaning 80448 clauses out of 240581 with flag 3476000/3476000
1194.82/1185.11	c cleaning 82334 clauses out of 244134 with flag 3560001/3560001
1223.46/1213.34	c cleaning 81942 clauses out of 246803 with flag 3645004/3645004
1261.65/1250.93	c cleaning 83245 clauses out of 250857 with flag 3731000/3731000
1292.28/1281.24	c cleaning 84644 clauses out of 254609 with flag 3818000/3818000
1328.16/1316.64	c cleaning 85170 clauses out of 257970 with flag 3906005/3906005
1363.68/1351.74	c cleaning 85926 clauses out of 261794 with flag 3995000/3995000
1399.18/1386.74	c cleaning 87427 clauses out of 265871 with flag 4085003/4085003
1451.17/1437.71	c cleaning 88753 clauses out of 269441 with flag 4176000/4176000
1510.84/1496.79	c cleaning 89952 clauses out of 272689 with flag 4268001/4268001
1550.55/1535.74	c cleaning 90473 clauses out of 275736 with flag 4361000/4361000
1602.42/1586.96	c cleaning 92160 clauses out of 279265 with flag 4455002/4455002
1663.71/1647.61	c cleaning 93401 clauses out of 282103 with flag 4550000/4550000
1711.68/1694.79	c cleaning 93411 clauses out of 284702 with flag 4646000/4646000
1761.37/1743.91	c cleaning 93892 clauses out of 288291 with flag 4743000/4743000
1800.10/1781.92	c starts		: 253
1800.10/1781.92	c conflicts		: 4824735
1800.10/1781.92	c decisions		: 46178817
1800.10/1781.92	c propagations		: 3395772590
1800.10/1781.92	c inspects		: 9489782757
1800.10/1781.92	c shortcuts		: 0
1800.10/1781.92	c learnt literals	: 61
1800.10/1781.92	c learnt binary clauses	: 165627
1800.10/1781.92	c learnt ternary clauses	: 197345
1800.10/1781.92	c learnt constraints	: 4824674
1800.10/1781.92	c ignored constraints	: 0
1800.10/1781.92	c root simplifications	: 0
1800.10/1781.92	c removed literals (reason simplification)	: 0
1800.10/1781.92	c reason swapping (by a shorter reason)	: 0
1800.10/1781.92	c Calls to reduceDB	: 93
1800.10/1781.92	c number of reductions to clauses (during analyze)	: 0
1800.10/1781.92	c number of learned constraints concerned by reduction	: 0
1800.10/1781.92	c number of learning phase by resolution	: 0
1800.10/1781.92	c number of learning phase by cutting planes	: 0
1800.10/1781.92	c speed (assignments/second)	: 1906298.4336545889
1800.10/1781.92	c non guided choices	17194
1800.10/1781.97	c learnt constraints type 
1800.10/1781.97	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 165631
1800.10/1781.97	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 110572
1800.10/1781.97	c constraints type 
1800.10/1781.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14030
1800.10/1781.97	c org.sat4j.minisat.constraints.card.MinWatchCard => 131
1800.10/1781.97	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.10/1781.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1690
1800.10/1781.97	c 15853 constraints processed.
1800.10/1781.97	s UNKNOWN
1800.10/1781.97	c Total wall clock time (in seconds): 1781.846

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-3689665-1337892222/watcher-3689665-1337892222 -o /tmp/evaluation-result-3689665-1337892222/solver-3689665-1337892222 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689665-1337892222.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.99 2.00 2.00 3/194 25628
/proc/meminfo: memFree=27603224/32873844 swapFree=7108/7108
[pid=25628] ppid=25626 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25628/stat : 25628 (java) D 25626 25628 23066 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 255347258 9515008 182 33554432000 1073741824 1073778376 140733974923904 140733974914936 227141303989 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/25628/statm: 2323 182 140 9 0 71 0

[startup+0.0418861 s]
/proc/loadavg: 1.99 2.00 2.00 3/194 25628
/proc/meminfo: memFree=27603224/32873844 swapFree=7108/7108
[pid=25628] ppid=25626 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/25628/stat : 25628 (java) S 25626 25628 23066 0 -1 4202496 2986 0 1 0 1 0 0 0 20 0 13 0 255347258 9446973440 3684 33554432000 1073741824 1073778376 140737015371808 140737015362944 227144663101 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25628/statm: 2306390 3684 1676 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100249 s]
/proc/loadavg: 1.99 2.00 2.00 3/194 25628
/proc/meminfo: memFree=27603224/32873844 swapFree=7108/7108
[pid=25628] ppid=25626 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/25628/stat : 25628 (java) S 25626 25628 23066 0 -1 4202496 4168 0 1 0 7 0 0 0 20 0 18 0 255347258 9787813888 5367 33554432000 1073741824 1073778376 140737015371808 140737015362944 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25628/statm: 2389603 5370 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300231 s]
/proc/loadavg: 1.99 2.00 2.00 3/194 25628
/proc/meminfo: memFree=27603224/32873844 swapFree=7108/7108
[pid=25628] ppid=25626 vsize=9558412 CPUtime=0.53 cores=0,2,4,6
/proc/25628/stat : 25628 (java) S 25626 25628 23066 0 -1 4202496 7347 0 1 0 51 2 0 0 20 0 18 0 255347258 9787813888 10363 33554432000 1073741824 1073778376 140737015371808 140737015362944 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25628/statm: 2389603 10363 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558412

[startup+0.700228 s]
/proc/loadavg: 1.99 2.00 2.00 3/194 25628
/proc/meminfo: memFree=27603224/32873844 swapFree=7108/7108
[pid=25628] ppid=25626 vsize=9624976 CPUtime=1.47 cores=0,2,4,6
/proc/25628/stat : 25628 (java) S 25626 25628 23066 0 -1 4202496 9409 0 1 0 144 3 0 0 20 0 19 0 255347258 9855975424 28583 33554432000 1073741824 1073778376 140737015371808 140737015362944 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25628/statm: 2406244 28583 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9624976

[startup+1.50069 s]
/proc/loadavg: 1.99 2.00 2.00 3/213 25647
/proc/meminfo: memFree=27495336/32873844 swapFree=7108/7108
[pid=25628] ppid=25626 vsize=9624976 CPUtime=2.38 cores=0,2,4,6
/proc/25628/stat : 25628 (java) S 25626 25628 23066 0 -1 4202496 9608 0 1 0 235 3 0 0 20 0 19 0 255347258 9855975424 29611 33554432000 1073741824 1073778376 140737015371808 140737015362944 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25628/statm: 2406244 29611 2253 9 0 2396937 0
[pid=25628/tid=25630] ppid=25626 vsize=9624976 CPUtime=1.46 cores=0,2,4,6
/proc/25628/task/25630/stat : 25630 (java) R 25626 25628 23066 0 -1 4202560 2500 0 1 0 144 2 0 0 20 0 19 0 255347259 9855975424 29611 33554432000 1073741824 1073778376 140737015371808 140453646783016 140453501301765 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25628/tid=25631] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25631/stat : 25631 (java) S 25626 25628 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255347261 9855975424 29611 33554432000 1073741824 1073778376 140737015371808 140453619235368 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25632] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25632/stat : 25632 (java) S 25626 25628 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255347261 9855975424 29611 33554432000 1073741824 1073778376 140737015371808 140453489453480 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25633] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25633/stat : 25633 (java) S 25626 25628 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255347261 9855975424 29611 33554432000 1073741824 1073778376 140737015371808 140453488400680 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25628/tid=25634] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25634/stat : 25634 (java) S 25626 25628 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255347261 9855975424 29611 33554432000 1073741824 1073778376 140737015371808 140453487347880 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25628/tid=25635] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25635/stat : 25635 (java) S 25626 25628 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255347261 9855975424 29611 33554432000 1073741824 1073778376 140737015371808 140453486296104 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25636] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25636/stat : 25636 (java) S 25626 25628 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255347261 9855975424 29611 33554432000 1073741824 1073778376 140737015371808 140453485243304 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25628/tid=25637] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25637/stat : 25637 (java) S 25626 25628 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255347261 9855975424 29611 33554432000 1073741824 1073778376 140737015371808 140453148093224 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25628/tid=25638] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25638/stat : 25638 (java) S 25626 25628 23066 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255347261 9855975424 29611 33554432000 1073741824 1073778376 140737015371808 140453147040424 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25639] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25639/stat : 25639 (java) S 25626 25628 23066 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255347262 9855975424 29611 33554432000 1073741824 1073778376 140737015371808 140453134842344 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25640] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25640/stat : 25640 (java) S 25626 25628 23066 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255347262 9855975424 29611 33554432000 1073741824 1073778376 140737015371808 140453133788408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25641] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25641/stat : 25641 (java) S 25626 25628 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255347262 9855975424 29611 33554432000 1073741824 1073778376 140737015371808 140453132735496 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25642] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25642/stat : 25642 (java) S 25626 25628 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255347265 9855975424 29611 33554432000 1073741824 1073778376 140737015371808 140453131683984 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25643] ppid=25626 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/25628/task/25643/stat : 25643 (java) S 25626 25628 23066 0 -1 4202560 2330 0 0 0 43 0 0 0 20 0 19 0 255347265 9855975424 29611 33554432000 1073741824 1073778376 140737015371808 140453130632120 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25644] ppid=25626 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/25628/task/25644/stat : 25644 (java) S 25626 25628 23066 0 -1 4202560 3579 0 0 0 45 0 0 0 20 0 19 0 255347265 9855975424 29611 33554432000 1073741824 1073778376 140737015371808 140453129579320 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25645] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25645/stat : 25645 (java) S 25626 25628 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255347265 9855975424 29611 33554432000 1073741824 1073778376 140737015371808 140453128526712 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25646] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25646/stat : 25646 (java) S 25626 25628 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255347265 9855975424 29611 33554432000 1073741824 1073778376 140737015371808 140453127474120 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25647] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25647/stat : 25647 (java) S 25626 25628 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255347316 9855975424 29611 33554432000 1073741824 1073778376 140737015371808 140453126419624 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 9624976

[startup+3.10067 s]
/proc/loadavg: 1.99 2.00 2.00 3/213 25647
/proc/meminfo: memFree=27474112/32873844 swapFree=7108/7108
[pid=25628] ppid=25626 vsize=9624976 CPUtime=4.13 cores=0,2,4,6
/proc/25628/stat : 25628 (java) S 25626 25628 23066 0 -1 4202496 9767 0 1 0 409 4 0 0 20 0 19 0 255347258 9855975424 34266 33554432000 1073741824 1073778376 140737015371808 140737015362944 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25628/statm: 2406244 34266 2281 9 0 2396937 0
[pid=25628/tid=25630] ppid=25626 vsize=9624976 CPUtime=3.03 cores=0,2,4,6
/proc/25628/task/25630/stat : 25630 (java) R 25626 25628 23066 0 -1 4202560 2504 0 1 0 301 2 0 0 20 0 19 0 255347259 9855975424 34266 33554432000 1073741824 1073778376 140737015371808 140453646782952 140453501278756 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25628/tid=25631] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25631/stat : 25631 (java) S 25626 25628 23066 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255347261 9855975424 34266 33554432000 1073741824 1073778376 140737015371808 140453619235368 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25628/tid=25632] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25632/stat : 25632 (java) S 25626 25628 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255347261 9855975424 34266 33554432000 1073741824 1073778376 140737015371808 140453489453480 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25633] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25633/stat : 25633 (java) S 25626 25628 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255347261 9855975424 34266 33554432000 1073741824 1073778376 140737015371808 140453488400680 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25628/tid=25634] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25634/stat : 25634 (java) S 25626 25628 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255347261 9855975424 34266 33554432000 1073741824 1073778376 140737015371808 140453487347880 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25628/tid=25635] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25635/stat : 25635 (java) S 25626 25628 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255347261 9855975424 34266 33554432000 1073741824 1073778376 140737015371808 140453486296104 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25628/tid=25636] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25636/stat : 25636 (java) S 25626 25628 23066 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255347261 9855975424 34266 33554432000 1073741824 1073778376 140737015371808 140453485243304 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25628/tid=25637] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25637/stat : 25637 (java) S 25626 25628 23066 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255347261 9855975424 34266 33554432000 1073741824 1073778376 140737015371808 140453148093224 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25638] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25638/stat : 25638 (java) S 25626 25628 23066 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255347261 9855975424 34266 33554432000 1073741824 1073778376 140737015371808 140453147040424 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25639] ppid=25626 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25628/task/25639/stat : 25639 (java) S 25626 25628 23066 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 255347262 9855975424 34266 33554432000 1073741824 1073778376 140737015371808 140453134842344 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25640] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25640/stat : 25640 (java) S 25626 25628 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255347262 9855975424 34266 33554432000 1073741824 1073778376 140737015371808 140453133788408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25641] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25641/stat : 25641 (java) S 25626 25628 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255347262 9855975424 34266 33554432000 1073741824 1073778376 140737015371808 140453132735496 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25642] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25642/stat : 25642 (java) S 25626 25628 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255347265 9855975424 34266 33554432000 1073741824 1073778376 140737015371808 140453131683984 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25643] ppid=25626 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/25628/task/25643/stat : 25643 (java) S 25626 25628 23066 0 -1 4202560 2423 0 0 0 50 0 0 0 20 0 19 0 255347265 9855975424 34266 33554432000 1073741824 1073778376 140737015371808 140453130632120 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25644] ppid=25626 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/25628/task/25644/stat : 25644 (java) S 25626 25628 23066 0 -1 4202560 3586 0 0 0 51 0 0 0 20 0 19 0 255347265 9855975424 34266 33554432000 1073741824 1073778376 140737015371808 140453129579320 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25645] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25645/stat : 25645 (java) S 25626 25628 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255347265 9855975424 34266 33554432000 1073741824 1073778376 140737015371808 140453128526712 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25646] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25646/stat : 25646 (java) S 25626 25628 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255347265 9855975424 34266 33554432000 1073741824 1073778376 140737015371808 140453127474120 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25647] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25647/stat : 25647 (java) S 25626 25628 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255347316 9855975424 34266 33554432000 1073741824 1073778376 140737015371808 140453126419624 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 9624976

[startup+6.30068 s]
/proc/loadavg: 1.99 2.00 2.00 3/213 25647
/proc/meminfo: memFree=27469644/32873844 swapFree=7108/7108
[pid=25628] ppid=25626 vsize=9624976 CPUtime=7.34 cores=0,2,4,6
/proc/25628/stat : 25628 (java) S 25626 25628 23066 0 -1 4202496 9780 0 1 0 730 4 0 0 20 0 19 0 255347258 9855975424 35182 33554432000 1073741824 1073778376 140737015371808 140737015362944 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25628/statm: 2406244 35182 2281 9 0 2396937 0
[pid=25628/tid=25630] ppid=25626 vsize=9624976 CPUtime=6.17 cores=0,2,4,6
/proc/25628/task/25630/stat : 25630 (java) R 25626 25628 23066 0 -1 4202560 2506 0 1 0 615 2 0 0 20 0 19 0 255347259 9855975424 35182 33554432000 1073741824 1073778376 140737015371808 140453646782752 140453501178492 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25628/tid=25631] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25631/stat : 25631 (java) S 25626 25628 23066 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255347261 9855975424 35182 33554432000 1073741824 1073778376 140737015371808 140453619235368 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25628/tid=25632] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25632/stat : 25632 (java) S 25626 25628 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255347261 9855975424 35182 33554432000 1073741824 1073778376 140737015371808 140453489453480 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25633] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25633/stat : 25633 (java) S 25626 25628 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255347261 9855975424 35182 33554432000 1073741824 1073778376 140737015371808 140453488400680 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25628/tid=25634] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25634/stat : 25634 (java) S 25626 25628 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255347261 9855975424 35182 33554432000 1073741824 1073778376 140737015371808 140453487347880 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25628/tid=25635] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25635/stat : 25635 (java) S 25626 25628 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255347261 9855975424 35182 33554432000 1073741824 1073778376 140737015371808 140453486296104 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25628/tid=25636] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25636/stat : 25636 (java) S 25626 25628 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255347261 9855975424 35182 33554432000 1073741824 1073778376 140737015371808 140453485243304 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25628/tid=25637] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25637/stat : 25637 (java) S 25626 25628 23066 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255347261 9855975424 35182 33554432000 1073741824 1073778376 140737015371808 140453148093224 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25638] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25638/stat : 25638 (java) S 25626 25628 23066 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255347261 9855975424 35182 33554432000 1073741824 1073778376 140737015371808 140453147040424 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25628/tid=25639] ppid=25626 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/25628/task/25639/stat : 25639 (java) S 25626 25628 23066 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 19 0 255347262 9855975424 35182 33554432000 1073741824 1073778376 140737015371808 140453134842344 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25640] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25640/stat : 25640 (java) S 25626 25628 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255347262 9855975424 35182 33554432000 1073741824 1073778376 140737015371808 140453133788408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25641] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25641/stat : 25641 (java) S 25626 25628 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255347262 9855975424 35182 33554432000 1073741824 1073778376 140737015371808 140453132735496 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25642] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25642/stat : 25642 (java) S 25626 25628 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255347265 9855975424 35182 33554432000 1073741824 1073778376 140737015371808 140453131683984 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25643] ppid=25626 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/25628/task/25643/stat : 25643 (java) S 25626 25628 23066 0 -1 4202560 2423 0 0 0 50 0 0 0 20 0 19 0 255347265 9855975424 35182 33554432000 1073741824 1073778376 140737015371808 140453130632120 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25644] ppid=25626 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/25628/task/25644/stat : 25644 (java) S 25626 25628 23066 0 -1 4202560 3587 0 0 0 51 0 0 0 20 0 19 0 255347265 9855975424 35182 33554432000 1073741824 1073778376 140737015371808 140453129579320 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25645] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25645/stat : 25645 (java) S 25626 25628 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255347265 9855975424 35182 33554432000 1073741824 1073778376 140737015371808 140453128526712 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25646] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25646/stat : 25646 (java) S 25626 25628 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255347265 9855975424 35182 33554432000 1073741824 1073778376 140737015371808 140453127474120 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25647] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25647/stat : 25647 (java) S 25626 25628 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255347316 9855975424 35182 33554432000 1073741824 1073778376 140737015371808 140453126419624 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.34
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=25628/tid=25643] ppid=25626 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/25628/task/25643/stat : 25643 (java) S 25626 25628 23066 0 -1 4202560 3077 0 0 0 62 0 0 0 20 0 19 0 255347265 9855975424 189863 33554432000 1073741824 1073778376 140737015371808 140453130632120 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25644] ppid=25626 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/25628/task/25644/stat : 25644 (java) S 25626 25628 23066 0 -1 4202560 3587 0 0 0 55 0 0 0 20 0 19 0 255347265 9855975424 189863 33554432000 1073741824 1073778376 140737015371808 140453129579320 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25645] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25645/stat : 25645 (java) S 25626 25628 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255347265 9855975424 189863 33554432000 1073741824 1073778376 140737015371808 140453128526712 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25646] ppid=25626 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/25628/task/25646/stat : 25646 (java) S 25626 25628 23066 0 -1 4202560 94 0 0 0 29 23 0 0 20 0 19 0 255347265 9855975424 189863 33554432000 1073741824 1073778376 140737015371808 140453127474120 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25647] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25647/stat : 25647 (java) S 25626 25628 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255347316 9855975424 189863 33554432000 1073741824 1073778376 140737015371808 140453126419624 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1678.77
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.33 2.08 2.03 3/213 26143
/proc/meminfo: memFree=26634608/32873844 swapFree=7108/7108
[pid=25628] ppid=25626 vsize=9624976 CPUtime=1739.58 cores=0,2,4,6
/proc/25628/stat : 25628 (java) S 25626 25628 23066 0 -1 4202496 16718 0 1 0 173833 125 0 0 20 0 19 0 255347258 9855975424 186789 33554432000 1073741824 1073778376 140737015371808 140737015362944 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25628/statm: 2406244 186789 2282 9 0 2396937 0
[pid=25628/tid=25630] ppid=25626 vsize=9624976 CPUtime=1705.71 cores=0,2,4,6
/proc/25628/task/25630/stat : 25630 (java) R 25626 25628 23066 0 -1 4202560 2735 0 1 0 170541 30 0 0 20 0 19 0 255347259 9855975424 186789 33554432000 1073741824 1073778376 140737015371808 140453646781824 140453501203007 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25628/tid=25631] ppid=25626 vsize=9624976 CPUtime=2.77 cores=0,2,4,6
/proc/25628/task/25631/stat : 25631 (java) S 25626 25628 23066 0 -1 4202560 775 0 0 0 266 11 0 0 20 0 19 0 255347261 9855975424 186789 33554432000 1073741824 1073778376 140737015371808 140453619235368 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25632] ppid=25626 vsize=9624976 CPUtime=2.8 cores=0,2,4,6
/proc/25628/task/25632/stat : 25632 (java) S 25626 25628 23066 0 -1 4202560 725 0 0 0 266 14 0 0 20 0 19 0 255347261 9855975424 186789 33554432000 1073741824 1073778376 140737015371808 140453489453480 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25633] ppid=25626 vsize=9624976 CPUtime=2.6 cores=0,2,4,6
/proc/25628/task/25633/stat : 25633 (java) S 25626 25628 23066 0 -1 4202560 700 0 0 0 248 12 0 0 20 0 19 0 255347261 9855975424 186789 33554432000 1073741824 1073778376 140737015371808 140453488400680 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25634] ppid=25626 vsize=9624976 CPUtime=2.65 cores=0,2,4,6
/proc/25628/task/25634/stat : 25634 (java) S 25626 25628 23066 0 -1 4202560 475 0 0 0 253 12 0 0 20 0 19 0 255347261 9855975424 186789 33554432000 1073741824 1073778376 140737015371808 140453487347880 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25628/tid=25635] ppid=25626 vsize=9624976 CPUtime=2.8 cores=0,2,4,6
/proc/25628/task/25635/stat : 25635 (java) S 25626 25628 23066 0 -1 4202560 820 0 0 0 268 12 0 0 20 0 19 0 255347261 9855975424 186789 33554432000 1073741824 1073778376 140737015371808 140453486296104 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25636] ppid=25626 vsize=9624976 CPUtime=2.69 cores=0,2,4,6
/proc/25628/task/25636/stat : 25636 (java) S 25626 25628 23066 0 -1 4202560 621 0 0 0 258 11 0 0 20 0 19 0 255347261 9855975424 186789 33554432000 1073741824 1073778376 140737015371808 140453485243304 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25628/tid=25637] ppid=25626 vsize=9624976 CPUtime=2.92 cores=0,2,4,6
/proc/25628/task/25637/stat : 25637 (java) S 25626 25628 23066 0 -1 4202560 413 0 0 0 278 14 0 0 20 0 19 0 255347261 9855975424 186789 33554432000 1073741824 1073778376 140737015371808 140453148093224 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25638] ppid=25626 vsize=9624976 CPUtime=2.97 cores=0,2,4,6
/proc/25628/task/25638/stat : 25638 (java) S 25626 25628 23066 0 -1 4202560 692 0 0 0 285 12 0 0 20 0 19 0 255347261 9855975424 186789 33554432000 1073741824 1073778376 140737015371808 140453147040424 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25628/tid=25639] ppid=25626 vsize=9624976 CPUtime=5.77 cores=0,2,4,6
/proc/25628/task/25639/stat : 25639 (java) S 25626 25628 23066 0 -1 4202560 815 0 0 0 574 3 0 0 20 0 19 0 255347262 9855975424 186789 33554432000 1073741824 1073778376 140737015371808 140453134842344 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25628/tid=25640] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25640/stat : 25640 (java) S 25626 25628 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255347262 9855975424 186789 33554432000 1073741824 1073778376 140737015371808 140453133788408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25641] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25641/stat : 25641 (java) S 25626 25628 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255347262 9855975424 186789 33554432000 1073741824 1073778376 140737015371808 140453132735496 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25642] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25642/stat : 25642 (java) S 25626 25628 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255347265 9855975424 186789 33554432000 1073741824 1073778376 140737015371808 140453131683984 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25643] ppid=25626 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/25628/task/25643/stat : 25643 (java) S 25626 25628 23066 0 -1 4202560 3077 0 0 0 62 0 0 0 20 0 19 0 255347265 9855975424 186789 33554432000 1073741824 1073778376 140737015371808 140453130632120 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25644] ppid=25626 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/25628/task/25644/stat : 25644 (java) S 25626 25628 23066 0 -1 4202560 3587 0 0 0 55 0 0 0 20 0 19 0 255347265 9855975424 186789 33554432000 1073741824 1073778376 140737015371808 140453129579320 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25645] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25645/stat : 25645 (java) S 25626 25628 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255347265 9855975424 186789 33554432000 1073741824 1073778376 140737015371808 140453128526712 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25646] ppid=25626 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/25628/task/25646/stat : 25646 (java) S 25626 25628 23066 0 -1 4202560 98 0 0 0 30 24 0 0 20 0 19 0 255347265 9855975424 186789 33554432000 1073741824 1073778376 140737015371808 140453127474120 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25647] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25647/stat : 25647 (java) S 25626 25628 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255347316 9855975424 186789 33554432000 1073741824 1073778376 140737015371808 140453126419624 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1739.58
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.9 s]
/proc/loadavg: 2.08 2.05 2.01 3/213 26143
/proc/meminfo: memFree=26662716/32873844 swapFree=7108/7108
[pid=25628] ppid=25626 vsize=9624976 CPUtime=1800.1 cores=0,2,4,6
/proc/25628/stat : 25628 (java) S 25626 25628 23066 0 -1 4202496 16978 0 1 0 179884 126 0 0 20 0 19 0 255347258 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140737015362944 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25628/statm: 2406244 179787 2282 9 0 2396937 0
[pid=25628/tid=25630] ppid=25626 vsize=9624976 CPUtime=1764.73 cores=0,2,4,6
/proc/25628/task/25630/stat : 25630 (java) R 25626 25628 23066 0 -1 4202560 2744 0 1 0 176442 31 0 0 20 0 19 0 255347259 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453646781824 140453501177723 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25631] ppid=25626 vsize=9624976 CPUtime=2.94 cores=0,2,4,6
/proc/25628/task/25631/stat : 25631 (java) S 25626 25628 23066 0 -1 4202560 775 0 0 0 283 11 0 0 20 0 19 0 255347261 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453619235368 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25632] ppid=25626 vsize=9624976 CPUtime=3.01 cores=0,2,4,6
/proc/25628/task/25632/stat : 25632 (java) S 25626 25628 23066 0 -1 4202560 780 0 0 0 286 15 0 0 20 0 19 0 255347261 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453489453480 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25633] ppid=25626 vsize=9624976 CPUtime=2.71 cores=0,2,4,6
/proc/25628/task/25633/stat : 25633 (java) S 25626 25628 23066 0 -1 4202560 715 0 0 0 259 12 0 0 20 0 19 0 255347261 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453488400680 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25634] ppid=25626 vsize=9624976 CPUtime=2.82 cores=0,2,4,6
/proc/25628/task/25634/stat : 25634 (java) S 25626 25628 23066 0 -1 4202560 475 0 0 0 270 12 0 0 20 0 19 0 255347261 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453487347880 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25635] ppid=25626 vsize=9624976 CPUtime=2.92 cores=0,2,4,6
/proc/25628/task/25635/stat : 25635 (java) S 25626 25628 23066 0 -1 4202560 870 0 0 0 279 13 0 0 20 0 19 0 255347261 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453486296104 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25636] ppid=25626 vsize=9624976 CPUtime=2.85 cores=0,2,4,6
/proc/25628/task/25636/stat : 25636 (java) S 25626 25628 23066 0 -1 4202560 660 0 0 0 274 11 0 0 20 0 19 0 255347261 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453485243304 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25628/tid=25637] ppid=25626 vsize=9624976 CPUtime=3.05 cores=0,2,4,6
/proc/25628/task/25637/stat : 25637 (java) S 25626 25628 23066 0 -1 4202560 467 0 0 0 291 14 0 0 20 0 19 0 255347261 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453148093224 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25628/tid=25638] ppid=25626 vsize=9624976 CPUtime=3.12 cores=0,2,4,6
/proc/25628/task/25638/stat : 25638 (java) S 25626 25628 23066 0 -1 4202560 692 0 0 0 300 12 0 0 20 0 19 0 255347261 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453147040424 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25628/tid=25639] ppid=25626 vsize=9624976 CPUtime=5.88 cores=0,2,4,6
/proc/25628/task/25639/stat : 25639 (java) S 25626 25628 23066 0 -1 4202560 849 0 0 0 585 3 0 0 20 0 19 0 255347262 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453134842344 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25628/tid=25640] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25640/stat : 25640 (java) S 25626 25628 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255347262 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453133788408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25641] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25641/stat : 25641 (java) S 25626 25628 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255347262 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453132735496 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25642] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25642/stat : 25642 (java) S 25626 25628 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255347265 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453131683984 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25643] ppid=25626 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/25628/task/25643/stat : 25643 (java) S 25626 25628 23066 0 -1 4202560 3077 0 0 0 62 0 0 0 20 0 19 0 255347265 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453130632120 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25644] ppid=25626 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/25628/task/25644/stat : 25644 (java) S 25626 25628 23066 0 -1 4202560 3587 0 0 0 55 0 0 0 20 0 19 0 255347265 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453129579320 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25645] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25645/stat : 25645 (java) S 25626 25628 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255347265 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453128526712 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25646] ppid=25626 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/25628/task/25646/stat : 25646 (java) S 25626 25628 23066 0 -1 4202560 102 0 0 0 32 24 0 0 20 0 19 0 255347265 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453127474120 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25628/tid=25647] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25647/stat : 25647 (java) S 25626 25628 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255347316 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453126419624 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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+1781.9 s]
/proc/loadavg: 2.08 2.05 2.01 3/213 26143
/proc/meminfo: memFree=26662716/32873844 swapFree=7108/7108
[pid=25628] ppid=25626 vsize=9624976 CPUtime=1800.1 cores=0,2,4,6
/proc/25628/stat : 25628 (java) S 25626 25628 23066 0 -1 4202496 16978 0 1 0 179884 126 0 0 20 0 19 0 255347258 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140737015362944 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25628/statm: 2406244 179787 2282 9 0 2396937 0
[pid=25628/tid=25630] ppid=25626 vsize=9624976 CPUtime=1764.73 cores=0,2,4,6
/proc/25628/task/25630/stat : 25630 (java) R 25626 25628 23066 0 -1 4202560 2744 0 1 0 176442 31 0 0 20 0 19 0 255347259 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453646781824 140453501177723 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25631] ppid=25626 vsize=9624976 CPUtime=2.94 cores=0,2,4,6
/proc/25628/task/25631/stat : 25631 (java) S 25626 25628 23066 0 -1 4202560 775 0 0 0 283 11 0 0 20 0 19 0 255347261 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453619235368 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25632] ppid=25626 vsize=9624976 CPUtime=3.01 cores=0,2,4,6
/proc/25628/task/25632/stat : 25632 (java) S 25626 25628 23066 0 -1 4202560 780 0 0 0 286 15 0 0 20 0 19 0 255347261 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453489453480 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25633] ppid=25626 vsize=9624976 CPUtime=2.71 cores=0,2,4,6
/proc/25628/task/25633/stat : 25633 (java) S 25626 25628 23066 0 -1 4202560 715 0 0 0 259 12 0 0 20 0 19 0 255347261 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453488400680 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25634] ppid=25626 vsize=9624976 CPUtime=2.82 cores=0,2,4,6
/proc/25628/task/25634/stat : 25634 (java) S 25626 25628 23066 0 -1 4202560 475 0 0 0 270 12 0 0 20 0 19 0 255347261 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453487347880 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25635] ppid=25626 vsize=9624976 CPUtime=2.92 cores=0,2,4,6
/proc/25628/task/25635/stat : 25635 (java) S 25626 25628 23066 0 -1 4202560 870 0 0 0 279 13 0 0 20 0 19 0 255347261 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453486296104 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25636] ppid=25626 vsize=9624976 CPUtime=2.85 cores=0,2,4,6
/proc/25628/task/25636/stat : 25636 (java) S 25626 25628 23066 0 -1 4202560 660 0 0 0 274 11 0 0 20 0 19 0 255347261 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453485243304 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25628/tid=25637] ppid=25626 vsize=9624976 CPUtime=3.05 cores=0,2,4,6
/proc/25628/task/25637/stat : 25637 (java) S 25626 25628 23066 0 -1 4202560 467 0 0 0 291 14 0 0 20 0 19 0 255347261 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453148093224 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25628/tid=25638] ppid=25626 vsize=9624976 CPUtime=3.12 cores=0,2,4,6
/proc/25628/task/25638/stat : 25638 (java) S 25626 25628 23066 0 -1 4202560 692 0 0 0 300 12 0 0 20 0 19 0 255347261 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453147040424 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25628/tid=25639] ppid=25626 vsize=9624976 CPUtime=5.88 cores=0,2,4,6
/proc/25628/task/25639/stat : 25639 (java) S 25626 25628 23066 0 -1 4202560 849 0 0 0 585 3 0 0 20 0 19 0 255347262 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453134842344 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25628/tid=25640] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25640/stat : 25640 (java) S 25626 25628 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255347262 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453133788408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25641] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25641/stat : 25641 (java) S 25626 25628 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255347262 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453132735496 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25642] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25642/stat : 25642 (java) S 25626 25628 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255347265 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453131683984 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25643] ppid=25626 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/25628/task/25643/stat : 25643 (java) S 25626 25628 23066 0 -1 4202560 3077 0 0 0 62 0 0 0 20 0 19 0 255347265 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453130632120 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25628/tid=25644] ppid=25626 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/25628/task/25644/stat : 25644 (java) S 25626 25628 23066 0 -1 4202560 3587 0 0 0 55 0 0 0 20 0 19 0 255347265 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453129579320 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25645] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25645/stat : 25645 (java) S 25626 25628 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255347265 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453128526712 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25628/tid=25646] ppid=25626 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/25628/task/25646/stat : 25646 (java) S 25626 25628 23066 0 -1 4202560 102 0 0 0 32 24 0 0 20 0 19 0 255347265 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453127474120 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25628/tid=25647] ppid=25626 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25628/task/25647/stat : 25647 (java) S 25626 25628 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255347316 9855975424 179787 33554432000 1073741824 1073778376 140737015371808 140453126419624 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25628 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=449202
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=721738
# CPU time returned by wait4() is 1796.17
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1781.98
CPU time (s): 1800.1
CPU user time (s): 1798.84
CPU system time (s): 1.26
CPU usage (%): 101.017
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.45
system time used= 1.72174
maximum resident set size= 768412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17012
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44039
involuntary context switches= 47364

runsolver used 6.26105 second user time and 14.4018 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-24 22:43:42
IDJOB=3689665
IDBENCH=90158
IDSOLVER=2269
FILE ID=node138/3689665-1337892222
RUNJOBID= node138-1337871881-23082
PBS_JOBID= 14620066
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= e9be7f2de41339e64a2918d1bf7ead92
RANDOM SEED=414228331

node138.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.347
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.69
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.347
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
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.347
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.347
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.347
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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.347
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.92
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.347
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:        27603604 kB
Buffers:          230964 kB
Cached:          4123572 kB
SwapCached:            0 kB
Active:           702756 kB
Inactive:        3790708 kB
Active(anon):     141528 kB
Inactive(anon):        0 kB
Active(file):     561228 kB
Inactive(file):  3790708 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1240 kB
Writeback:             0 kB
AnonPages:        146072 kB
Mapped:            22480 kB
Shmem:               200 kB
Slab:             637716 kB
SReclaimable:      80268 kB
SUnreclaim:       557448 kB
KernelStack:        1600 kB
PageTables:         4092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     700492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    112640 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= 71720 MiB
End job on node138 at 2012-05-24 23:13:26