Trace number 3689693

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 1780.78

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K152.opb
MD5SUM6abb89533e60aa1ed19663db7c40a868
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 variables18088
Total number of constraints18394
Number of constraints which are clauses18242
Number of constraints which are cardinality constraints (but not clauses)152
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint152
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 153
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.07/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.09	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.2.v20120418
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		501472288
0.07/0.09	c Max memory 		7480803328
0.07/0.09	c Total memory 		504102912
0.07/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3689693-1337892426.opb
0.09/0.12	c reading problem ... 
1.22/0.60	c ... done. Wall clock time 0.481s.
1.22/0.60	c declared #vars     18088
1.22/0.60	c #constraints  18394
1.22/0.60	c constraints type 
1.22/0.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16277
1.22/0.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 152
1.22/0.60	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.22/0.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1963
1.22/0.60	c 18394 constraints processed.
3.27/2.40	c cleaning 2470 clauses out of 4998 with flag 5003/5003
5.11/4.04	c cleaning 4130 clauses out of 8522 with flag 11000/11000
7.01/5.99	c cleaning 5660 clauses out of 11386 with flag 18000/18000
9.64/8.51	c cleaning 6711 clauses out of 13724 with flag 26000/26000
12.20/11.07	c cleaning 7921 clauses out of 16009 with flag 35000/35000
15.12/13.95	c cleaning 8957 clauses out of 18081 with flag 45000/45000
18.34/17.13	c cleaning 9977 clauses out of 20123 with flag 56001/56001
21.67/20.46	c cleaning 10954 clauses out of 22144 with flag 68000/68000
25.42/24.13	c cleaning 11955 clauses out of 24190 with flag 81000/81000
29.54/28.21	c cleaning 13005 clauses out of 26234 with flag 95002/95002
33.66/32.31	c cleaning 13910 clauses out of 28225 with flag 110000/110000
38.81/37.43	c cleaning 14876 clauses out of 30314 with flag 126000/126000
43.32/41.94	c cleaning 15993 clauses out of 32438 with flag 143000/143000
48.34/46.92	c cleaning 16998 clauses out of 34446 with flag 161001/161001
53.67/52.27	c cleaning 17954 clauses out of 36447 with flag 180000/180000
59.29/57.82	c cleaning 19014 clauses out of 38492 with flag 200000/200000
64.82/63.30	c cleaning 19977 clauses out of 40477 with flag 221000/221000
71.37/69.82	c cleaning 20962 clauses out of 42499 with flag 243000/243000
78.13/76.54	c cleaning 21426 clauses out of 44537 with flag 266002/266002
85.35/83.70	c cleaning 21726 clauses out of 47109 with flag 290000/290000
92.77/91.11	c cleaning 22963 clauses out of 50382 with flag 315000/315000
100.52/98.88	c cleaning 24083 clauses out of 53420 with flag 341002/341002
108.85/107.19	c cleaning 24645 clauses out of 56334 with flag 368000/368000
117.30/115.53	c cleaning 25642 clauses out of 59689 with flag 396000/396000
125.97/124.13	c cleaning 26737 clauses out of 63049 with flag 425002/425002
134.92/133.05	c cleaning 28292 clauses out of 66309 with flag 455000/455000
143.95/142.08	c cleaning 28829 clauses out of 69018 with flag 486001/486001
154.02/152.01	c cleaning 29824 clauses out of 72188 with flag 518000/518000
164.88/162.88	c cleaning 30171 clauses out of 75364 with flag 551001/551001
175.30/173.26	c cleaning 30986 clauses out of 79193 with flag 585001/585001
185.98/183.80	c cleaning 33266 clauses out of 83206 with flag 620000/620000
198.10/195.83	c cleaning 34301 clauses out of 85941 with flag 656001/656001
210.68/208.39	c cleaning 34630 clauses out of 88639 with flag 693000/693000
223.46/221.10	c cleaning 35433 clauses out of 92007 with flag 731000/731000
234.72/232.22	c cleaning 36336 clauses out of 95574 with flag 770001/770001
247.56/245.02	c cleaning 37270 clauses out of 99237 with flag 810000/810000
260.05/257.41	c cleaning 38146 clauses out of 102967 with flag 851000/851000
274.33/271.65	c cleaning 39250 clauses out of 106824 with flag 893003/893003
288.07/285.37	c cleaning 40711 clauses out of 110568 with flag 936000/936000
302.06/299.27	c cleaning 41041 clauses out of 113855 with flag 980000/980000
316.83/313.99	c cleaning 41975 clauses out of 117815 with flag 1025002/1025002
331.39/328.48	c cleaning 43583 clauses out of 121838 with flag 1071000/1071000
347.70/344.69	c cleaning 44651 clauses out of 125255 with flag 1118000/1118000
362.95/359.71	c cleaning 45658 clauses out of 128607 with flag 1166003/1166003
379.94/376.63	c cleaning 46132 clauses out of 131947 with flag 1215001/1215001
397.34/393.90	c cleaning 47114 clauses out of 135817 with flag 1265003/1265003
415.13/411.65	c cleaning 47921 clauses out of 139702 with flag 1316002/1316002
432.79/429.23	c cleaning 48961 clauses out of 143778 with flag 1368000/1368000
454.96/451.36	c cleaning 50071 clauses out of 147818 with flag 1421002/1421002
474.28/470.59	c cleaning 50452 clauses out of 151749 with flag 1475004/1475004
493.68/489.82	c cleaning 51547 clauses out of 156293 with flag 1530000/1530000
512.84/508.99	c cleaning 53524 clauses out of 160747 with flag 1586002/1586002
534.73/530.74	c cleaning 53796 clauses out of 164221 with flag 1643000/1643000
555.34/551.28	c cleaning 54406 clauses out of 168425 with flag 1701000/1701000
574.80/570.62	c cleaning 55882 clauses out of 173019 with flag 1760000/1760000
596.50/592.22	c cleaning 56994 clauses out of 177137 with flag 1820000/1820000
619.98/615.63	c cleaning 57055 clauses out of 181144 with flag 1881001/1881001
642.76/638.39	c cleaning 58228 clauses out of 186088 with flag 1943000/1943000
667.85/663.37	c cleaning 60052 clauses out of 190860 with flag 2006000/2006000
690.27/685.64	c cleaning 59940 clauses out of 194809 with flag 2070001/2070001
714.24/709.58	c cleaning 61552 clauses out of 199868 with flag 2135000/2135000
745.13/740.14	c cleaning 63753 clauses out of 204318 with flag 2201002/2201002
774.90/769.67	c cleaning 65026 clauses out of 207563 with flag 2268000/2268000
803.05/797.63	c cleaning 64087 clauses out of 210539 with flag 2336002/2336002
828.94/823.47	c cleaning 65100 clauses out of 215452 with flag 2405002/2405002
854.65/849.03	c cleaning 66583 clauses out of 220350 with flag 2475000/2475000
881.25/875.52	c cleaning 66887 clauses out of 224769 with flag 2546002/2546002
911.14/905.32	c cleaning 68475 clauses out of 229880 with flag 2618000/2618000
938.24/932.31	c cleaning 69061 clauses out of 234405 with flag 2691000/2691000
968.90/962.74	c cleaning 70438 clauses out of 239344 with flag 2765000/2765000
1002.23/995.55	c cleaning 72039 clauses out of 243907 with flag 2840002/2840002
1051.50/1044.02	c cleaning 73967 clauses out of 247866 with flag 2916000/2916000
1083.40/1075.44	c cleaning 73238 clauses out of 250899 with flag 2993000/2993000
1118.96/1110.79	c cleaning 74900 clauses out of 255661 with flag 3071000/3071000
1155.09/1146.55	c cleaning 75966 clauses out of 259761 with flag 3150000/3150000
1189.63/1180.90	c cleaning 75951 clauses out of 263795 with flag 3230000/3230000
1223.72/1214.96	c cleaning 77067 clauses out of 268843 with flag 3311000/3311000
1279.18/1269.76	c cleaning 79260 clauses out of 273776 with flag 3393000/3393000
1316.12/1306.03	c cleaning 80106 clauses out of 277517 with flag 3476002/3476002
1350.02/1339.69	c cleaning 80775 clauses out of 281409 with flag 3560000/3560000
1403.18/1392.28	c cleaning 82669 clauses out of 285636 with flag 3645002/3645002
1456.62/1444.79	c cleaning 84408 clauses out of 288965 with flag 3731000/3731000
1493.29/1481.08	c cleaning 82945 clauses out of 291557 with flag 3818000/3818000
1533.14/1520.62	c cleaning 84147 clauses out of 296614 with flag 3906002/3906002
1572.57/1559.88	c cleaning 85799 clauses out of 301465 with flag 3995000/3995000
1610.11/1597.15	c cleaning 86025 clauses out of 305666 with flag 4085000/4085000
1650.04/1636.89	c cleaning 87312 clauses out of 310641 with flag 4176000/4176000
1690.92/1677.45	c cleaning 87311 clauses out of 315329 with flag 4268000/4268000
1762.23/1743.70	c cleaning 90409 clauses out of 321019 with flag 4361001/4361001
1800.10/1780.71	c starts		: 252
1800.10/1780.71	c conflicts		: 4421903
1800.10/1780.71	c decisions		: 68985911
1800.10/1780.71	c propagations		: 3243906466
1800.10/1780.71	c inspects		: 8098949233
1800.10/1780.71	c shortcuts		: 0
1800.10/1780.71	c learnt literals	: 61
1800.10/1780.71	c learnt binary clauses	: 200193
1800.10/1780.71	c learnt ternary clauses	: 220358
1800.10/1780.71	c learnt constraints	: 4421842
1800.10/1780.71	c ignored constraints	: 0
1800.10/1780.71	c root simplifications	: 0
1800.10/1780.71	c removed literals (reason simplification)	: 0
1800.10/1780.71	c reason swapping (by a shorter reason)	: 0
1800.10/1780.71	c Calls to reduceDB	: 89
1800.10/1780.71	c number of reductions to clauses (during analyze)	: 0
1800.10/1780.71	c number of learned constraints concerned by reduction	: 0
1800.10/1780.71	c number of learning phase by resolution	: 0
1800.10/1780.71	c number of learning phase by cutting planes	: 0
1800.10/1780.71	c speed (assignments/second)	: 1822327.4076029866
1800.10/1780.71	c non guided choices	42569
1800.10/1780.77	c learnt constraints type 
1800.10/1780.77	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 200193
1800.10/1780.77	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 91421
1800.10/1780.77	c constraints type 
1800.10/1780.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16277
1800.10/1780.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 152
1800.10/1780.77	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.10/1780.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1963
1800.10/1780.77	c 18394 constraints processed.
1800.10/1780.77	s UNKNOWN
1800.10/1780.77	c Total wall clock time (in seconds): 1780.655

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-3689693-1337892426/watcher-3689693-1337892426 -o /tmp/evaluation-result-3689693-1337892426/solver-3689693-1337892426 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689693-1337892426.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.93 1.99 1.99 3/173 29199
/proc/meminfo: memFree=28934392/32873844 swapFree=7364/7364
[pid=29199] ppid=29197 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/29199/stat : 29199 (java) D 29197 29199 24862 0 -1 4202496 81 0 0 0 0 0 0 0 20 0 1 0 255366972 278528 33 33554432000 1073741824 1073778376 140735052403200 140735052400376 254741146919 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/29199/statm: 68 33 25 9 0 25 0

[startup+0.0929069 s]
/proc/loadavg: 1.93 1.99 1.99 3/173 29199
/proc/meminfo: memFree=28934392/32873844 swapFree=7364/7364
[pid=29199] ppid=29197 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/29199/stat : 29199 (java) S 29197 29199 24862 0 -1 4202496 3755 0 1 0 6 1 0 0 20 0 18 0 255366972 9787813888 4963 33554432000 1073741824 1073778376 140736427068096 140736427059232 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29199/statm: 2389603 4963 1985 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.100236 s]
/proc/loadavg: 1.93 1.99 1.99 3/173 29199
/proc/meminfo: memFree=28934392/32873844 swapFree=7364/7364
[pid=29199] ppid=29197 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/29199/stat : 29199 (java) S 29197 29199 24862 0 -1 4202496 4269 0 1 0 8 1 0 0 20 0 18 0 255366972 9787813888 5465 33554432000 1073741824 1073778376 140736427068096 140736427059232 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29199/statm: 2389603 5465 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300199 s]
/proc/loadavg: 1.93 1.99 1.99 3/173 29199
/proc/meminfo: memFree=28934392/32873844 swapFree=7364/7364
[pid=29199] ppid=29197 vsize=9558412 CPUtime=0.55 cores=1,3,5,7
/proc/29199/stat : 29199 (java) S 29197 29199 24862 0 -1 4202496 7324 0 1 0 53 2 0 0 20 0 18 0 255366972 9787813888 11450 33554432000 1073741824 1073778376 140736427068096 140736427059232 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29199/statm: 2389603 11450 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558412

[startup+0.700315 s]
/proc/loadavg: 1.93 1.99 1.99 3/173 29199
/proc/meminfo: memFree=28934392/32873844 swapFree=7364/7364
[pid=29199] ppid=29197 vsize=9624976 CPUtime=1.5 cores=1,3,5,7
/proc/29199/stat : 29199 (java) S 29197 29199 24862 0 -1 4202496 10137 0 1 0 146 4 0 0 20 0 19 0 255366972 9855975424 33269 33554432000 1073741824 1073778376 140736427068096 140736427059232 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29199/statm: 2406244 33269 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 9624976

[startup+1.50076 s]
/proc/loadavg: 1.94 1.99 1.99 3/192 29218
/proc/meminfo: memFree=28810068/32873844 swapFree=7364/7364
[pid=29199] ppid=29197 vsize=9624976 CPUtime=2.44 cores=1,3,5,7
/proc/29199/stat : 29199 (java) S 29197 29199 24862 0 -1 4202496 10598 0 1 0 240 4 0 0 20 0 19 0 255366972 9855975424 33783 33554432000 1073741824 1073778376 140736427068096 140736427059232 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29199/statm: 2406244 33783 2251 9 0 2396937 0
[pid=29199/tid=29201] ppid=29197 vsize=9624976 CPUtime=1.46 cores=1,3,5,7
/proc/29199/task/29201/stat : 29201 (java) R 29197 29199 24862 0 -1 4202560 2506 0 1 0 143 3 0 0 20 0 19 0 255366973 9855975424 33783 33554432000 1073741824 1073778376 140736427068096 140693339025912 140693211924705 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29199/tid=29202] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29202/stat : 29202 (java) S 29197 29199 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366975 9855975424 33783 33554432000 1073741824 1073778376 140736427068096 140693182777512 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29203] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29203/stat : 29203 (java) S 29197 29199 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366975 9855975424 33783 33554432000 1073741824 1073778376 140736427068096 140693181724968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29204] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29204/stat : 29204 (java) S 29197 29199 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366975 9855975424 33783 33554432000 1073741824 1073778376 140736427068096 140693180672424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29199/tid=29205] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29205/stat : 29205 (java) S 29197 29199 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366975 9855975424 33783 33554432000 1073741824 1073778376 140736427068096 140693179619880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29199/tid=29206] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29206/stat : 29206 (java) S 29197 29199 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366975 9855975424 33783 33554432000 1073741824 1073778376 140736427068096 140693178567336 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29207] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29207/stat : 29207 (java) S 29197 29199 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366975 9855975424 33783 33554432000 1073741824 1073778376 140736427068096 140693177514792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29199/tid=29208] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29208/stat : 29208 (java) S 29197 29199 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366975 9855975424 33783 33554432000 1073741824 1073778376 140736427068096 140693176462248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29199/tid=29209] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29209/stat : 29209 (java) S 29197 29199 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255366975 9855975424 33783 33554432000 1073741824 1073778376 140736427068096 140693175409704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29210] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29210/stat : 29210 (java) S 29197 29199 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255366976 9855975424 33783 33554432000 1073741824 1073778376 140736427068096 140693163210856 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29211] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29211/stat : 29211 (java) S 29197 29199 24862 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255366976 9855975424 33783 33554432000 1073741824 1073778376 140736427068096 140693162157176 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29212] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29212/stat : 29212 (java) S 29197 29199 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255366976 9855975424 33783 33554432000 1073741824 1073778376 140736427068096 140693161104520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29213] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29213/stat : 29213 (java) S 29197 29199 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366979 9855975424 33783 33554432000 1073741824 1073778376 140736427068096 140693160053264 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29214] ppid=29197 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/29199/task/29214/stat : 29214 (java) S 29197 29199 24862 0 -1 4202560 2430 0 0 0 49 0 0 0 20 0 19 0 255366979 9855975424 33783 33554432000 1073741824 1073778376 140736427068096 140693159000632 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29215] ppid=29197 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/29199/task/29215/stat : 29215 (java) S 29197 29199 24862 0 -1 4202560 4462 0 0 0 44 2 0 0 20 0 19 0 255366979 9855975424 33783 33554432000 1073741824 1073778376 140736427068096 140693157948088 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29216] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29216/stat : 29216 (java) S 29197 29199 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366979 9855975424 33783 33554432000 1073741824 1073778376 140736427068096 140693156895736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29217] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29217/stat : 29217 (java) S 29197 29199 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366979 9855975424 33783 33554432000 1073741824 1073778376 140736427068096 140693155843400 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29218] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29218/stat : 29218 (java) S 29197 29199 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255367035 9855975424 33783 33554432000 1073741824 1073778376 140736427068096 140693154788136 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 9624976

[startup+3.10073 s]
/proc/loadavg: 1.94 1.99 1.99 3/192 29218
/proc/meminfo: memFree=28805592/32873844 swapFree=7364/7364
[pid=29199] ppid=29197 vsize=9624976 CPUtime=4.17 cores=1,3,5,7
/proc/29199/stat : 29199 (java) S 29197 29199 24862 0 -1 4202496 10672 0 1 0 411 6 0 0 20 0 19 0 255366972 9855975424 38952 33554432000 1073741824 1073778376 140736427068096 140736427059232 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29199/statm: 2406244 38952 2281 9 0 2396937 0
[pid=29199/tid=29201] ppid=29197 vsize=9624976 CPUtime=3.01 cores=1,3,5,7
/proc/29199/task/29201/stat : 29201 (java) R 29197 29199 24862 0 -1 4202560 2510 0 1 0 298 3 0 0 20 0 19 0 255366973 9855975424 38952 33554432000 1073741824 1073778376 140736427068096 140693339025912 140693211925072 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29199/tid=29202] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29202/stat : 29202 (java) S 29197 29199 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255366975 9855975424 38952 33554432000 1073741824 1073778376 140736427068096 140693182777512 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29199/tid=29203] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29203/stat : 29203 (java) S 29197 29199 24862 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255366975 9855975424 38952 33554432000 1073741824 1073778376 140736427068096 140693181724968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29204] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29204/stat : 29204 (java) S 29197 29199 24862 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255366975 9855975424 38952 33554432000 1073741824 1073778376 140736427068096 140693180672424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29205] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29205/stat : 29205 (java) S 29197 29199 24862 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255366975 9855975424 38952 33554432000 1073741824 1073778376 140736427068096 140693179619880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29199/tid=29206] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29206/stat : 29206 (java) S 29197 29199 24862 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255366975 9855975424 38952 33554432000 1073741824 1073778376 140736427068096 140693178567336 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29207] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29207/stat : 29207 (java) S 29197 29199 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255366975 9855975424 38952 33554432000 1073741824 1073778376 140736427068096 140693177514792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29199/tid=29208] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29208/stat : 29208 (java) S 29197 29199 24862 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255366975 9855975424 38952 33554432000 1073741824 1073778376 140736427068096 140693176462248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29199/tid=29209] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29209/stat : 29209 (java) S 29197 29199 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255366975 9855975424 38952 33554432000 1073741824 1073778376 140736427068096 140693175409704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29199/tid=29210] ppid=29197 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/29199/task/29210/stat : 29210 (java) S 29197 29199 24862 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 255366976 9855975424 38952 33554432000 1073741824 1073778376 140736427068096 140693163210856 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29199/tid=29211] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29211/stat : 29211 (java) S 29197 29199 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255366976 9855975424 38952 33554432000 1073741824 1073778376 140736427068096 140693162157176 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29212] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29212/stat : 29212 (java) S 29197 29199 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255366976 9855975424 38952 33554432000 1073741824 1073778376 140736427068096 140693161104520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29213] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29213/stat : 29213 (java) S 29197 29199 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366979 9855975424 38952 33554432000 1073741824 1073778376 140736427068096 140693160053264 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29214] ppid=29197 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/29199/task/29214/stat : 29214 (java) S 29197 29199 24862 0 -1 4202560 2438 0 0 0 56 0 0 0 20 0 19 0 255366979 9855975424 38952 33554432000 1073741824 1073778376 140736427068096 140693159000632 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29215] ppid=29197 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/29199/task/29215/stat : 29215 (java) S 29197 29199 24862 0 -1 4202560 4466 0 0 0 46 2 0 0 20 0 19 0 255366979 9855975424 38952 33554432000 1073741824 1073778376 140736427068096 140693157948088 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29216] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29216/stat : 29216 (java) S 29197 29199 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366979 9855975424 38952 33554432000 1073741824 1073778376 140736427068096 140693156895736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29217] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29217/stat : 29217 (java) S 29197 29199 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366979 9855975424 38952 33554432000 1073741824 1073778376 140736427068096 140693155843400 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29218] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29218/stat : 29218 (java) S 29197 29199 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255367035 9855975424 38952 33554432000 1073741824 1073778376 140736427068096 140693154788136 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 9624976

[startup+6.30069 s]
/proc/loadavg: 1.94 1.99 1.99 3/192 29218
/proc/meminfo: memFree=28782568/32873844 swapFree=7364/7364
[pid=29199] ppid=29197 vsize=9624976 CPUtime=7.44 cores=1,3,5,7
/proc/29199/stat : 29199 (java) S 29197 29199 24862 0 -1 4202496 10708 0 1 0 737 7 0 0 20 0 19 0 255366972 9855975424 40476 33554432000 1073741824 1073778376 140736427068096 140736427059232 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29199/statm: 2406244 40476 2281 9 0 2396937 0
[pid=29199/tid=29201] ppid=29197 vsize=9624976 CPUtime=6.15 cores=1,3,5,7
/proc/29199/task/29201/stat : 29201 (java) R 29197 29199 24862 0 -1 4202560 2513 0 1 0 612 3 0 0 20 0 19 0 255366973 9855975424 40476 33554432000 1073741824 1073778376 140736427068096 140693339025656 140693211916532 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29199/tid=29202] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29202/stat : 29202 (java) S 29197 29199 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255366975 9855975424 40476 33554432000 1073741824 1073778376 140736427068096 140693182777512 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29199/tid=29203] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29203/stat : 29203 (java) S 29197 29199 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255366975 9855975424 40476 33554432000 1073741824 1073778376 140736427068096 140693181724968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29199/tid=29204] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29204/stat : 29204 (java) S 29197 29199 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255366975 9855975424 40476 33554432000 1073741824 1073778376 140736427068096 140693180672424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29199/tid=29205] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29205/stat : 29205 (java) S 29197 29199 24862 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 255366975 9855975424 40476 33554432000 1073741824 1073778376 140736427068096 140693179619880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29199/tid=29206] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29206/stat : 29206 (java) S 29197 29199 24862 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255366975 9855975424 40476 33554432000 1073741824 1073778376 140736427068096 140693178567336 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29207] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29207/stat : 29207 (java) S 29197 29199 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255366975 9855975424 40476 33554432000 1073741824 1073778376 140736427068096 140693177514792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29199/tid=29208] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29208/stat : 29208 (java) S 29197 29199 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255366975 9855975424 40476 33554432000 1073741824 1073778376 140736427068096 140693176462248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29209] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29209/stat : 29209 (java) S 29197 29199 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255366975 9855975424 40476 33554432000 1073741824 1073778376 140736427068096 140693175409704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29210] ppid=29197 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/29199/task/29210/stat : 29210 (java) S 29197 29199 24862 0 -1 4202560 44 0 0 0 7 0 0 0 20 0 19 0 255366976 9855975424 40476 33554432000 1073741824 1073778376 140736427068096 140693163210856 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29199/tid=29211] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29211/stat : 29211 (java) S 29197 29199 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255366976 9855975424 40476 33554432000 1073741824 1073778376 140736427068096 140693162157176 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29212] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29212/stat : 29212 (java) S 29197 29199 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255366976 9855975424 40476 33554432000 1073741824 1073778376 140736427068096 140693161104520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29213] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29213/stat : 29213 (java) S 29197 29199 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366979 9855975424 40476 33554432000 1073741824 1073778376 140736427068096 140693160053264 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29214] ppid=29197 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/29199/task/29214/stat : 29214 (java) S 29197 29199 24862 0 -1 4202560 2438 0 0 0 58 0 0 0 20 0 19 0 255366979 9855975424 40476 33554432000 1073741824 1073778376 140736427068096 140693159000632 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29215] ppid=29197 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/29199/task/29215/stat : 29215 (java) S 29197 29199 24862 0 -1 4202560 4472 0 0 0 48 2 0 0 20 0 19 0 255366979 9855975424 40476 33554432000 1073741824 1073778376 140736427068096 140693157948088 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29216] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29216/stat : 29216 (java) S 29197 29199 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366979 9855975424 40476 33554432000 1073741824 1073778376 140736427068096 140693156895736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29217] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29217/stat : 29217 (java) S 29197 29199 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366979 9855975424 40476 33554432000 1073741824 1073778376 140736427068096 140693155843400 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29218] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29218/stat : 29218 (java) S 29197 29199 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255367035 9855975424 40476 33554432000 1073741824 1073778376 140736427068096 140693154788136 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]

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

[pid=29199/tid=29214] ppid=29197 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/29199/task/29214/stat : 29214 (java) S 29197 29199 24862 0 -1 4202560 2456 0 0 0 71 0 0 0 20 0 19 0 255366979 9855975424 269631 33554432000 1073741824 1073778376 140736427068096 140693159000632 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29199/tid=29215] ppid=29197 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/29199/task/29215/stat : 29215 (java) S 29197 29199 24862 0 -1 4202560 4476 0 0 0 53 2 0 0 20 0 19 0 255366979 9855975424 269631 33554432000 1073741824 1073778376 140736427068096 140693157948088 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29216] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29216/stat : 29216 (java) S 29197 29199 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366979 9855975424 269631 33554432000 1073741824 1073778376 140736427068096 140693156895736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29217] ppid=29197 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/29199/task/29217/stat : 29217 (java) S 29197 29199 24862 0 -1 4202560 94 0 0 0 37 28 0 0 20 0 19 0 255366979 9855975424 269631 33554432000 1073741824 1073778376 140736427068096 140693155843400 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29218] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29218/stat : 29218 (java) S 29197 29199 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255367035 9855975424 269631 33554432000 1073741824 1073778376 140736427068096 140693154788136 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1675.66
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.27 2.14 2.05 3/213 29304
/proc/meminfo: memFree=27522284/32873844 swapFree=7364/7364
[pid=29199] ppid=29197 vsize=9624976 CPUtime=1736.64 cores=1,3,5,7
/proc/29199/stat : 29199 (java) S 29197 29199 24862 0 -1 4202496 16182 0 1 0 173450 214 0 0 20 0 19 0 255366972 9855975424 256351 33554432000 1073741824 1073778376 140736427068096 140736427059232 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29199/statm: 2406244 256351 2282 9 0 2396937 0
[pid=29199/tid=29201] ppid=29197 vsize=9624976 CPUtime=1706.21 cores=1,3,5,7
/proc/29199/task/29201/stat : 29201 (java) R 29197 29199 24862 0 -1 4202560 2636 0 1 0 170591 30 0 0 20 0 19 0 255366973 9855975424 256351 33554432000 1073741824 1073778376 140736427068096 140693339024784 140693211204785 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29199/tid=29202] ppid=29197 vsize=9624976 CPUtime=1.99 cores=1,3,5,7
/proc/29199/task/29202/stat : 29202 (java) S 29197 29199 24862 0 -1 4202560 565 0 0 0 180 19 0 0 20 0 19 0 255366975 9855975424 256351 33554432000 1073741824 1073778376 140736427068096 140693182777512 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29199/tid=29203] ppid=29197 vsize=9624976 CPUtime=2.21 cores=1,3,5,7
/proc/29199/task/29203/stat : 29203 (java) S 29197 29199 24862 0 -1 4202560 466 0 0 0 197 24 0 0 20 0 19 0 255366975 9855975424 256351 33554432000 1073741824 1073778376 140736427068096 140693181724968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29199/tid=29204] ppid=29197 vsize=9624976 CPUtime=2.15 cores=1,3,5,7
/proc/29199/task/29204/stat : 29204 (java) S 29197 29199 24862 0 -1 4202560 382 0 0 0 196 19 0 0 20 0 19 0 255366975 9855975424 256351 33554432000 1073741824 1073778376 140736427068096 140693180672424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29205] ppid=29197 vsize=9624976 CPUtime=2.05 cores=1,3,5,7
/proc/29199/task/29205/stat : 29205 (java) S 29197 29199 24862 0 -1 4202560 531 0 0 0 186 19 0 0 20 0 19 0 255366975 9855975424 256351 33554432000 1073741824 1073778376 140736427068096 140693179619880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29199/tid=29206] ppid=29197 vsize=9624976 CPUtime=1.91 cores=1,3,5,7
/proc/29199/task/29206/stat : 29206 (java) S 29197 29199 24862 0 -1 4202560 563 0 0 0 172 19 0 0 20 0 19 0 255366975 9855975424 256351 33554432000 1073741824 1073778376 140736427068096 140693178567336 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29207] ppid=29197 vsize=9624976 CPUtime=2.04 cores=1,3,5,7
/proc/29199/task/29207/stat : 29207 (java) S 29197 29199 24862 0 -1 4202560 476 0 0 0 184 20 0 0 20 0 19 0 255366975 9855975424 256351 33554432000 1073741824 1073778376 140736427068096 140693177514792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29208] ppid=29197 vsize=9624976 CPUtime=2.33 cores=1,3,5,7
/proc/29199/task/29208/stat : 29208 (java) S 29197 29199 24862 0 -1 4202560 760 0 0 0 206 27 0 0 20 0 19 0 255366975 9855975424 256351 33554432000 1073741824 1073778376 140736427068096 140693176462248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29209] ppid=29197 vsize=9624976 CPUtime=2.22 cores=1,3,5,7
/proc/29199/task/29209/stat : 29209 (java) S 29197 29199 24862 0 -1 4202560 464 0 0 0 201 21 0 0 20 0 19 0 255366975 9855975424 256351 33554432000 1073741824 1073778376 140736427068096 140693175409704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29199/tid=29210] ppid=29197 vsize=9624976 CPUtime=7.04 cores=1,3,5,7
/proc/29199/task/29210/stat : 29210 (java) S 29197 29199 24862 0 -1 4202560 1123 0 0 0 701 3 0 0 20 0 19 0 255366976 9855975424 256351 33554432000 1073741824 1073778376 140736427068096 140693163210856 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29211] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29211/stat : 29211 (java) S 29197 29199 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255366976 9855975424 256351 33554432000 1073741824 1073778376 140736427068096 140693162157176 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29212] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29212/stat : 29212 (java) S 29197 29199 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255366976 9855975424 256351 33554432000 1073741824 1073778376 140736427068096 140693161104520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29213] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29213/stat : 29213 (java) S 29197 29199 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366979 9855975424 256351 33554432000 1073741824 1073778376 140736427068096 140693160053264 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29214] ppid=29197 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/29199/task/29214/stat : 29214 (java) S 29197 29199 24862 0 -1 4202560 2456 0 0 0 71 0 0 0 20 0 19 0 255366979 9855975424 256351 33554432000 1073741824 1073778376 140736427068096 140693159000632 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29199/tid=29215] ppid=29197 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/29199/task/29215/stat : 29215 (java) S 29197 29199 24862 0 -1 4202560 4476 0 0 0 53 2 0 0 20 0 19 0 255366979 9855975424 256351 33554432000 1073741824 1073778376 140736427068096 140693157948088 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29216] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29216/stat : 29216 (java) S 29197 29199 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366979 9855975424 256351 33554432000 1073741824 1073778376 140736427068096 140693156895736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29217] ppid=29197 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/29199/task/29217/stat : 29217 (java) S 29197 29199 24862 0 -1 4202560 98 0 0 0 39 29 0 0 20 0 19 0 255366979 9855975424 256351 33554432000 1073741824 1073778376 140736427068096 140693155843400 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29218] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29218/stat : 29218 (java) S 29197 29199 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255367035 9855975424 256351 33554432000 1073741824 1073778376 140736427068096 140693154788136 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1736.64
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.7 s]
/proc/loadavg: 2.25 2.16 2.06 3/213 29304
/proc/meminfo: memFree=27969276/32873844 swapFree=7364/7364
[pid=29199] ppid=29197 vsize=9624976 CPUtime=1800.1 cores=1,3,5,7
/proc/29199/stat : 29199 (java) S 29197 29199 24862 0 -1 4202496 17486 0 1 0 179724 286 0 0 20 0 19 0 255366972 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140736427059232 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29199/statm: 2406244 152794 2282 9 0 2396937 0
[pid=29199/tid=29201] ppid=29197 vsize=9624976 CPUtime=1762.42 cores=1,3,5,7
/proc/29199/task/29201/stat : 29201 (java) R 29197 29199 24862 0 -1 4202560 2703 0 1 0 176211 31 0 0 20 0 19 0 255366973 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693339024688 140693212000399 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29202] ppid=29197 vsize=9624976 CPUtime=3.03 cores=1,3,5,7
/proc/29199/task/29202/stat : 29202 (java) S 29197 29199 24862 0 -1 4202560 762 0 0 0 273 30 0 0 20 0 19 0 255366975 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693182777512 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29199/tid=29203] ppid=29197 vsize=9624976 CPUtime=2.99 cores=1,3,5,7
/proc/29199/task/29203/stat : 29203 (java) S 29197 29199 24862 0 -1 4202560 547 0 0 0 269 30 0 0 20 0 19 0 255366975 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693181724968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29204] ppid=29197 vsize=9624976 CPUtime=3.01 cores=1,3,5,7
/proc/29199/task/29204/stat : 29204 (java) S 29197 29199 24862 0 -1 4202560 494 0 0 0 273 28 0 0 20 0 19 0 255366975 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693180672424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29199/tid=29205] ppid=29197 vsize=9624976 CPUtime=2.95 cores=1,3,5,7
/proc/29199/task/29205/stat : 29205 (java) S 29197 29199 24862 0 -1 4202560 710 0 0 0 265 30 0 0 20 0 19 0 255366975 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693179619880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29199/tid=29206] ppid=29197 vsize=9624976 CPUtime=2.66 cores=1,3,5,7
/proc/29199/task/29206/stat : 29206 (java) S 29197 29199 24862 0 -1 4202560 707 0 0 0 240 26 0 0 20 0 19 0 255366975 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693178567336 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29207] ppid=29197 vsize=9624976 CPUtime=2.85 cores=1,3,5,7
/proc/29199/task/29207/stat : 29207 (java) S 29197 29199 24862 0 -1 4202560 595 0 0 0 257 28 0 0 20 0 19 0 255366975 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693177514792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29199/tid=29208] ppid=29197 vsize=9624976 CPUtime=3.17 cores=1,3,5,7
/proc/29199/task/29208/stat : 29208 (java) S 29197 29199 24862 0 -1 4202560 855 0 0 0 283 34 0 0 20 0 19 0 255366975 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693176462248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29199/tid=29209] ppid=29197 vsize=9624976 CPUtime=3.14 cores=1,3,5,7
/proc/29199/task/29209/stat : 29209 (java) S 29197 29199 24862 0 -1 4202560 570 0 0 0 285 29 0 0 20 0 19 0 255366975 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693175409704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29199/tid=29210] ppid=29197 vsize=9624976 CPUtime=7.2 cores=1,3,5,7
/proc/29199/task/29210/stat : 29210 (java) S 29197 29199 24862 0 -1 4202560 1323 0 0 0 716 4 0 0 20 0 19 0 255366976 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693163210856 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29211] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29211/stat : 29211 (java) S 29197 29199 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255366976 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693162157176 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29212] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29212/stat : 29212 (java) S 29197 29199 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255366976 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693161104520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29213] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29213/stat : 29213 (java) S 29197 29199 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366979 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693160053264 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29214] ppid=29197 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/29199/task/29214/stat : 29214 (java) S 29197 29199 24862 0 -1 4202560 2456 0 0 0 71 0 0 0 20 0 19 0 255366979 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693159000632 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29199/tid=29215] ppid=29197 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/29199/task/29215/stat : 29215 (java) S 29197 29199 24862 0 -1 4202560 4476 0 0 0 53 2 0 0 20 0 19 0 255366979 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693157948088 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29216] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29216/stat : 29216 (java) S 29197 29199 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366979 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693156895736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29217] ppid=29197 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/29199/task/29217/stat : 29217 (java) S 29197 29199 24862 0 -1 4202560 102 0 0 0 40 31 0 0 20 0 19 0 255366979 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693155843400 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29218] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29218/stat : 29218 (java) S 29197 29199 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255367035 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693154788136 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 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+1780.7 s]
/proc/loadavg: 2.25 2.16 2.06 3/213 29304
/proc/meminfo: memFree=27969276/32873844 swapFree=7364/7364
[pid=29199] ppid=29197 vsize=9624976 CPUtime=1800.1 cores=1,3,5,7
/proc/29199/stat : 29199 (java) S 29197 29199 24862 0 -1 4202496 17486 0 1 0 179724 286 0 0 20 0 19 0 255366972 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140736427059232 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29199/statm: 2406244 152794 2282 9 0 2396937 0
[pid=29199/tid=29201] ppid=29197 vsize=9624976 CPUtime=1762.42 cores=1,3,5,7
/proc/29199/task/29201/stat : 29201 (java) R 29197 29199 24862 0 -1 4202560 2703 0 1 0 176211 31 0 0 20 0 19 0 255366973 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693339024688 140693212000399 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29202] ppid=29197 vsize=9624976 CPUtime=3.03 cores=1,3,5,7
/proc/29199/task/29202/stat : 29202 (java) S 29197 29199 24862 0 -1 4202560 762 0 0 0 273 30 0 0 20 0 19 0 255366975 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693182777512 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29199/tid=29203] ppid=29197 vsize=9624976 CPUtime=2.99 cores=1,3,5,7
/proc/29199/task/29203/stat : 29203 (java) S 29197 29199 24862 0 -1 4202560 547 0 0 0 269 30 0 0 20 0 19 0 255366975 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693181724968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29204] ppid=29197 vsize=9624976 CPUtime=3.01 cores=1,3,5,7
/proc/29199/task/29204/stat : 29204 (java) S 29197 29199 24862 0 -1 4202560 494 0 0 0 273 28 0 0 20 0 19 0 255366975 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693180672424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29199/tid=29205] ppid=29197 vsize=9624976 CPUtime=2.95 cores=1,3,5,7
/proc/29199/task/29205/stat : 29205 (java) S 29197 29199 24862 0 -1 4202560 710 0 0 0 265 30 0 0 20 0 19 0 255366975 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693179619880 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29199/tid=29206] ppid=29197 vsize=9624976 CPUtime=2.66 cores=1,3,5,7
/proc/29199/task/29206/stat : 29206 (java) S 29197 29199 24862 0 -1 4202560 707 0 0 0 240 26 0 0 20 0 19 0 255366975 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693178567336 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29207] ppid=29197 vsize=9624976 CPUtime=2.85 cores=1,3,5,7
/proc/29199/task/29207/stat : 29207 (java) S 29197 29199 24862 0 -1 4202560 595 0 0 0 257 28 0 0 20 0 19 0 255366975 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693177514792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29199/tid=29208] ppid=29197 vsize=9624976 CPUtime=3.17 cores=1,3,5,7
/proc/29199/task/29208/stat : 29208 (java) S 29197 29199 24862 0 -1 4202560 855 0 0 0 283 34 0 0 20 0 19 0 255366975 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693176462248 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29199/tid=29209] ppid=29197 vsize=9624976 CPUtime=3.14 cores=1,3,5,7
/proc/29199/task/29209/stat : 29209 (java) S 29197 29199 24862 0 -1 4202560 570 0 0 0 285 29 0 0 20 0 19 0 255366975 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693175409704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29199/tid=29210] ppid=29197 vsize=9624976 CPUtime=7.2 cores=1,3,5,7
/proc/29199/task/29210/stat : 29210 (java) S 29197 29199 24862 0 -1 4202560 1323 0 0 0 716 4 0 0 20 0 19 0 255366976 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693163210856 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29211] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29211/stat : 29211 (java) S 29197 29199 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255366976 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693162157176 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29212] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29212/stat : 29212 (java) S 29197 29199 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255366976 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693161104520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29213] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29213/stat : 29213 (java) S 29197 29199 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366979 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693160053264 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29199/tid=29214] ppid=29197 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/29199/task/29214/stat : 29214 (java) S 29197 29199 24862 0 -1 4202560 2456 0 0 0 71 0 0 0 20 0 19 0 255366979 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693159000632 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29199/tid=29215] ppid=29197 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/29199/task/29215/stat : 29215 (java) S 29197 29199 24862 0 -1 4202560 4476 0 0 0 53 2 0 0 20 0 19 0 255366979 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693157948088 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29216] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29216/stat : 29216 (java) S 29197 29199 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366979 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693156895736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29217] ppid=29197 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/29199/task/29217/stat : 29217 (java) S 29197 29199 24862 0 -1 4202560 102 0 0 0 40 31 0 0 20 0 19 0 255366979 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693155843400 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29199/tid=29218] ppid=29197 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/29199/task/29218/stat : 29218 (java) S 29197 29199 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255367035 9855975424 152794 33554432000 1073741824 1073778376 140736427068096 140693154788136 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 29199 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=639477
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=172517
# CPU time returned by wait4() is 1795.81
# 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): 1780.78
CPU time (s): 1800.1
CPU user time (s): 1797.24
CPU system time (s): 2.86
CPU usage (%): 101.085
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.64
system time used= 3.17252
maximum resident set size= 1399260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17523
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= 42893
involuntary context switches= 29201

runsolver used 6.47002 second user time and 15.2537 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-24 22:47:06
IDJOB=3689693
IDBENCH=90193
IDSOLVER=2269
FILE ID=node145/3689693-1337892426
RUNJOBID= node145-1337871881-24879
PBS_JOBID= 14620059
Free space on /tmp= 71420 MiB

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

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

MD5SUM BENCH= 6abb89533e60aa1ed19663db7c40a868
RANDOM SEED=1366753212

node145.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.149
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.29
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.149
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.149
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	: 5313.38
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.149
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.149
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.149
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.149
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.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28935144 kB
Buffers:          223488 kB
Cached:          2931552 kB
SwapCached:            0 kB
Active:           676956 kB
Inactive:        2489872 kB
Active(anon):      14476 kB
Inactive(anon):        0 kB
Active(file):     662480 kB
Inactive(file):  2489872 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1652 kB
Writeback:            72 kB
AnonPages:         19100 kB
Mapped:            14144 kB
Shmem:               200 kB
Slab:             634668 kB
SReclaimable:      77248 kB
SUnreclaim:       557420 kB
KernelStack:        1432 kB
PageTables:         3540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71652 MiB
End job on node145 at 2012-05-24 23:16:49