Trace number 3689681

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.06 1788.99

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K177.opb
MD5SUM8e674dc671e8e6c3e0a48d5fff5f7edd
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 variables21063
Total number of constraints21419
Number of constraints which are clauses21242
Number of constraints which are cardinality constraints (but not clauses)177
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint177
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 178
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.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3689681-1337892385.opb
0.08/0.12	c reading problem ... 
1.20/0.62	c ... done. Wall clock time 0.499s.
1.20/0.62	c declared #vars     21063
1.20/0.62	c #constraints  21419
1.20/0.62	c constraints type 
1.20/0.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18952
1.20/0.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 177
1.20/0.62	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.20/0.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2288
1.20/0.62	c 21419 constraints processed.
3.74/2.84	c cleaning 2475 clauses out of 4995 with flag 5000/5000
5.85/4.89	c cleaning 4199 clauses out of 8515 with flag 11000/11000
8.16/7.18	c cleaning 5539 clauses out of 11316 with flag 18001/18001
10.98/9.96	c cleaning 6702 clauses out of 13772 with flag 26000/26000
14.25/13.18	c cleaning 8002 clauses out of 16062 with flag 35001/35001
17.56/16.41	c cleaning 8840 clauses out of 18057 with flag 45000/45000
21.68/20.52	c cleaning 9895 clauses out of 20215 with flag 56000/56000
25.48/24.30	c cleaning 10969 clauses out of 22318 with flag 68001/68001
29.70/28.60	c cleaning 12059 clauses out of 24348 with flag 81000/81000
34.53/33.38	c cleaning 12996 clauses out of 26289 with flag 95000/95000
39.57/38.34	c cleaning 14009 clauses out of 28293 with flag 110000/110000
45.08/43.86	c cleaning 14939 clauses out of 30282 with flag 126000/126000
50.91/49.62	c cleaning 15888 clauses out of 32342 with flag 143000/143000
56.93/55.63	c cleaning 16868 clauses out of 34459 with flag 161006/161006
63.35/62.05	c cleaning 17344 clauses out of 36588 with flag 180004/180004
69.08/67.70	c cleaning 18368 clauses out of 39241 with flag 200001/200001
75.74/74.37	c cleaning 19578 clauses out of 41874 with flag 221002/221002
83.62/82.17	c cleaning 19448 clauses out of 44292 with flag 243000/243000
91.66/90.13	c cleaning 20591 clauses out of 47844 with flag 266001/266001
99.42/97.82	c cleaning 21914 clauses out of 51255 with flag 290003/290003
107.66/106.09	c cleaning 22772 clauses out of 54339 with flag 315003/315003
116.87/115.23	c cleaning 23437 clauses out of 57564 with flag 341000/341000
126.11/124.46	c cleaning 24461 clauses out of 61129 with flag 368004/368004
135.89/134.18	c cleaning 25435 clauses out of 64664 with flag 396000/396000
146.63/144.87	c cleaning 26461 clauses out of 68228 with flag 425000/425000
157.11/155.23	c cleaning 27302 clauses out of 71765 with flag 455000/455000
167.27/165.37	c cleaning 28240 clauses out of 75463 with flag 486000/486000
179.04/177.09	c cleaning 29108 clauses out of 79223 with flag 518000/518000
190.31/188.20	c cleaning 30172 clauses out of 83115 with flag 551001/551001
202.99/200.86	c cleaning 31070 clauses out of 86945 with flag 585004/585004
216.64/214.46	c cleaning 31827 clauses out of 90870 with flag 620001/620001
230.19/227.93	c cleaning 32776 clauses out of 95042 with flag 656000/656000
245.05/242.79	c cleaning 33800 clauses out of 99266 with flag 693000/693000
259.42/257.02	c cleaning 35443 clauses out of 103466 with flag 731000/731000
274.70/272.23	c cleaning 35512 clauses out of 107023 with flag 770000/770000
290.77/288.21	c cleaning 35893 clauses out of 111512 with flag 810001/810001
306.63/304.00	c cleaning 37758 clauses out of 116617 with flag 851000/851000
322.53/319.89	c cleaning 38092 clauses out of 120859 with flag 893000/893000
340.27/337.26	c cleaning 41331 clauses out of 125767 with flag 936000/936000
357.71/354.68	c cleaning 39984 clauses out of 128440 with flag 980004/980004
374.65/371.56	c cleaning 41545 clauses out of 133452 with flag 1025000/1025000
392.10/388.96	c cleaning 42867 clauses out of 137908 with flag 1071001/1071001
411.02/407.70	c cleaning 43247 clauses out of 142044 with flag 1118004/1118004
430.67/427.37	c cleaning 43736 clauses out of 146793 with flag 1166000/1166000
451.33/447.92	c cleaning 45017 clauses out of 152056 with flag 1215000/1215000
470.48/467.00	c cleaning 46248 clauses out of 157039 with flag 1265000/1265000
491.37/487.85	c cleaning 47097 clauses out of 161791 with flag 1316000/1316000
512.47/508.82	c cleaning 48516 clauses out of 166694 with flag 1368000/1368000
532.55/528.81	c cleaning 49377 clauses out of 171180 with flag 1421002/1421002
552.21/548.43	c cleaning 50799 clauses out of 175800 with flag 1475000/1475000
575.78/571.71	c cleaning 51789 clauses out of 180001 with flag 1530000/1530000
596.52/592.34	c cleaning 52265 clauses out of 184212 with flag 1586000/1586000
621.20/616.97	c cleaning 53046 clauses out of 188948 with flag 1643002/1643002
645.76/641.42	c cleaning 53375 clauses out of 193901 with flag 1701001/1701001
670.83/666.43	c cleaning 54771 clauses out of 199525 with flag 1760000/1760000
696.72/692.22	c cleaning 55416 clauses out of 204754 with flag 1820000/1820000
722.91/718.38	c cleaning 57054 clauses out of 210343 with flag 1881005/1881005
748.89/744.21	c cleaning 57509 clauses out of 215284 with flag 1943001/1943001
776.18/771.48	c cleaning 59024 clauses out of 220774 with flag 2006000/2006000
802.03/797.23	c cleaning 59821 clauses out of 225750 with flag 2070000/2070000
833.51/828.66	c cleaning 59985 clauses out of 230930 with flag 2135002/2135002
864.77/859.82	c cleaning 61874 clauses out of 236943 with flag 2201000/2201000
893.27/888.22	c cleaning 63376 clauses out of 242069 with flag 2268000/2268000
923.63/918.57	c cleaning 63426 clauses out of 246694 with flag 2336001/2336001
955.13/949.96	c cleaning 63881 clauses out of 252267 with flag 2405000/2405000
986.47/981.20	c cleaning 65352 clauses out of 258387 with flag 2475001/2475001
1017.77/1012.34	c cleaning 66909 clauses out of 264036 with flag 2546003/2546003
1046.97/1041.41	c cleaning 67698 clauses out of 269124 with flag 2618000/2618000
1081.81/1076.11	c cleaning 67911 clauses out of 274427 with flag 2691001/2691001
1115.81/1110.03	c cleaning 69325 clauses out of 280514 with flag 2765000/2765000
1157.50/1151.21	c cleaning 71314 clauses out of 286191 with flag 2840002/2840002
1192.94/1186.56	c cleaning 70998 clauses out of 290877 with flag 2916002/2916002
1230.57/1224.01	c cleaning 73010 clauses out of 296877 with flag 2993000/2993000
1262.92/1256.25	c cleaning 73805 clauses out of 301868 with flag 3071001/3071001
1299.13/1292.34	c cleaning 74114 clauses out of 307063 with flag 3150002/3150002
1331.25/1324.32	c cleaning 76119 clauses out of 312947 with flag 3230000/3230000
1370.38/1363.18	c cleaning 78458 clauses out of 317829 with flag 3311001/3311001
1424.27/1416.39	c cleaning 79549 clauses out of 321371 with flag 3393001/3393001
1470.22/1461.78	c cleaning 79991 clauses out of 324821 with flag 3476000/3476000
1505.55/1496.88	c cleaning 78348 clauses out of 328830 with flag 3560000/3560000
1548.08/1539.23	c cleaning 79940 clauses out of 335487 with flag 3645005/3645005
1590.30/1581.37	c cleaning 80840 clauses out of 341542 with flag 3731000/3731000
1634.25/1625.11	c cleaning 82700 clauses out of 347704 with flag 3818002/3818002
1675.99/1666.75	c cleaning 82222 clauses out of 353002 with flag 3906000/3906000
1715.54/1706.16	c cleaning 84505 clauses out of 359779 with flag 3995000/3995000
1794.93/1784.50	c cleaning 88217 clauses out of 365274 with flag 4085000/4085000
1800.06/1788.91	c starts		: 251
1800.06/1788.91	c conflicts		: 4095496
1800.06/1788.91	c decisions		: 105831442
1800.06/1788.91	c propagations		: 3495592426
1800.06/1788.91	c inspects		: 7853670059
1800.06/1788.91	c shortcuts		: 0
1800.06/1788.91	c learnt literals	: 60
1800.06/1788.91	c learnt binary clauses	: 245399
1800.06/1788.91	c learnt ternary clauses	: 240337
1800.06/1788.91	c learnt constraints	: 4095435
1800.06/1788.91	c ignored constraints	: 0
1800.06/1788.91	c root simplifications	: 0
1800.06/1788.91	c removed literals (reason simplification)	: 0
1800.06/1788.91	c reason swapping (by a shorter reason)	: 0
1800.06/1788.91	c Calls to reduceDB	: 86
1800.06/1788.91	c number of reductions to clauses (during analyze)	: 0
1800.06/1788.91	c number of learned constraints concerned by reduction	: 0
1800.06/1788.91	c number of learning phase by resolution	: 0
1800.06/1788.91	c number of learning phase by cutting planes	: 0
1800.06/1788.91	c speed (assignments/second)	: 1954735.237260166
1800.06/1788.91	c non guided choices	63855
1800.06/1788.97	c learnt constraints type 
1800.06/1788.97	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 245399
1800.06/1788.97	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 42213
1800.06/1788.97	c constraints type 
1800.06/1788.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18952
1800.06/1788.97	c org.sat4j.minisat.constraints.card.MinWatchCard => 177
1800.06/1788.97	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.06/1788.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2288
1800.06/1788.97	c 21419 constraints processed.
1800.06/1788.97	s UNKNOWN
1800.06/1788.97	c Total wall clock time (in seconds): 1788.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-3689681-1337892385/watcher-3689681-1337892385 -o /tmp/evaluation-result-3689681-1337892385/solver-3689681-1337892385 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689681-1337892385.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.98 1.99 2.05 3/194 26142
/proc/meminfo: memFree=29605736/32873844 swapFree=6868/6868
[pid=26142] ppid=26140 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/26142/stat : 26142 (java) D 26140 26142 20082 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 255305490 9515008 182 33554432000 1073741824 1073778376 140737162203424 140737162194456 209097408181 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/26142/statm: 2323 182 140 9 0 71 0

[startup+0.0888891 s]
/proc/loadavg: 1.98 1.99 2.05 3/194 26142
/proc/meminfo: memFree=29605736/32873844 swapFree=6868/6868
[pid=26142] ppid=26140 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/26142/stat : 26142 (java) S 26140 26142 20082 0 -1 4202496 3349 0 1 0 5 1 0 0 20 0 18 0 255305490 9787813888 4558 33554432000 1073741824 1073778376 140736483199920 140736483191056 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26142/statm: 2389603 4559 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100329 s]
/proc/loadavg: 1.98 1.99 2.05 3/194 26142
/proc/meminfo: memFree=29605736/32873844 swapFree=6868/6868
[pid=26142] ppid=26140 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/26142/stat : 26142 (java) S 26140 26142 20082 0 -1 4202496 4175 0 1 0 7 1 0 0 20 0 18 0 255305490 9787813888 5368 33554432000 1073741824 1073778376 140736483199920 140736483191056 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26142/statm: 2389603 5369 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300257 s]
/proc/loadavg: 1.98 1.99 2.05 3/194 26142
/proc/meminfo: memFree=29605736/32873844 swapFree=6868/6868
[pid=26142] ppid=26140 vsize=9558412 CPUtime=0.54 cores=1,3,5,7
/proc/26142/stat : 26142 (java) S 26140 26142 20082 0 -1 4202496 7268 0 1 0 52 2 0 0 20 0 18 0 255305490 9787813888 10904 33554432000 1073741824 1073778376 140736483199920 140736483191056 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26142/statm: 2389603 10904 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558412

[startup+0.700312 s]
/proc/loadavg: 1.98 1.99 2.05 3/194 26142
/proc/meminfo: memFree=29605736/32873844 swapFree=6868/6868
[pid=26142] ppid=26140 vsize=9624976 CPUtime=1.46 cores=1,3,5,7
/proc/26142/stat : 26142 (java) S 26140 26142 20082 0 -1 4202496 9350 0 1 0 141 5 0 0 20 0 19 0 255305490 9855975424 38292 33554432000 1073741824 1073778376 140736483199920 140736483191056 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26142/statm: 2406244 38292 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9624976

[startup+1.50074 s]
/proc/loadavg: 1.98 1.99 2.05 3/213 26161
/proc/meminfo: memFree=29460528/32873844 swapFree=6868/6868
[pid=26142] ppid=26140 vsize=9624976 CPUtime=2.43 cores=1,3,5,7
/proc/26142/stat : 26142 (java) S 26140 26142 20082 0 -1 4202496 9354 0 1 0 238 5 0 0 20 0 19 0 255305490 9855975424 38807 33554432000 1073741824 1073778376 140736483199920 140736483191056 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26142/statm: 2406244 38807 2251 9 0 2396937 0
[pid=26142/tid=26144] ppid=26140 vsize=9624976 CPUtime=1.47 cores=1,3,5,7
/proc/26142/task/26144/stat : 26144 (java) R 26140 26142 20082 0 -1 4202560 2515 0 1 0 143 4 0 0 20 0 19 0 255305491 9855975424 38807 33554432000 1073741824 1073778376 140736483199920 140628856263144 140628722451288 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26142/tid=26145] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26145/stat : 26145 (java) S 26140 26142 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305492 9855975424 38807 33554432000 1073741824 1073778376 140736483199920 140628845324584 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26146] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26146/stat : 26146 (java) S 26140 26142 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305492 9855975424 38807 33554432000 1073741824 1073778376 140736483199920 140628844271784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26142/tid=26147] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26147/stat : 26147 (java) S 26140 26142 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305492 9855975424 38807 33554432000 1073741824 1073778376 140736483199920 140628843219496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26142/tid=26148] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26148/stat : 26148 (java) S 26140 26142 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305492 9855975424 38807 33554432000 1073741824 1073778376 140736483199920 140628842166696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26142/tid=26149] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26149/stat : 26149 (java) S 26140 26142 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305492 9855975424 38807 33554432000 1073741824 1073778376 140736483199920 140628841114408 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26150] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26150/stat : 26150 (java) S 26140 26142 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305492 9855975424 38807 33554432000 1073741824 1073778376 140736483199920 140628694088360 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26142/tid=26151] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26151/stat : 26151 (java) S 26140 26142 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305492 9855975424 38807 33554432000 1073741824 1073778376 140736483199920 140628693036072 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26152] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26152/stat : 26152 (java) S 26140 26142 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255305492 9855975424 38807 33554432000 1073741824 1073778376 140736483199920 140628691983272 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26153] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26153/stat : 26153 (java) S 26140 26142 20082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255305494 9855975424 38807 33554432000 1073741824 1073778376 140736483199920 140628679784680 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26154] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26154/stat : 26154 (java) S 26140 26142 20082 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255305494 9855975424 38807 33554432000 1073741824 1073778376 140736483199920 140628678730744 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26155] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26155/stat : 26155 (java) S 26140 26142 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255305494 9855975424 38807 33554432000 1073741824 1073778376 140736483199920 140628677678344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26156] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26156/stat : 26156 (java) S 26140 26142 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305497 9855975424 38807 33554432000 1073741824 1073778376 140736483199920 140628676626832 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26157] ppid=26140 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/26142/task/26157/stat : 26157 (java) S 26140 26142 20082 0 -1 4202560 2646 0 0 0 49 0 0 0 20 0 19 0 255305497 9855975424 38807 33554432000 1073741824 1073778376 140736483199920 140628675574456 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26158] ppid=26140 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/26142/task/26158/stat : 26158 (java) S 26140 26142 20082 0 -1 4202560 2994 0 0 0 43 0 0 0 20 0 19 0 255305497 9855975424 38807 33554432000 1073741824 1073778376 140736483199920 140628674521656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26142/tid=26159] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26159/stat : 26159 (java) S 26140 26142 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305497 9855975424 38807 33554432000 1073741824 1073778376 140736483199920 140628673469560 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26142/tid=26160] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26160/stat : 26160 (java) S 26140 26142 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305497 9855975424 38807 33554432000 1073741824 1073778376 140736483199920 140628672416968 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26161] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26161/stat : 26161 (java) S 26140 26142 20082 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255305555 9855975424 38807 33554432000 1073741824 1073778376 140736483199920 140628671361960 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9624976

[startup+3.1007 s]
/proc/loadavg: 1.98 1.99 2.05 3/213 26161
/proc/meminfo: memFree=29458728/32873844 swapFree=6868/6868
[pid=26142] ppid=26140 vsize=9624976 CPUtime=4.11 cores=1,3,5,7
/proc/26142/stat : 26142 (java) S 26140 26142 20082 0 -1 4202496 9431 0 1 0 405 6 0 0 20 0 19 0 255305490 9855975424 43978 33554432000 1073741824 1073778376 140736483199920 140736483191056 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26142/statm: 2406244 43978 2281 9 0 2396937 0
[pid=26142/tid=26144] ppid=26140 vsize=9624976 CPUtime=3.02 cores=1,3,5,7
/proc/26142/task/26144/stat : 26144 (java) R 26140 26142 20082 0 -1 4202560 2519 0 1 0 298 4 0 0 20 0 19 0 255305491 9855975424 43978 33554432000 1073741824 1073778376 140736483199920 140628856263064 140628722430319 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26142/tid=26145] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26145/stat : 26145 (java) S 26140 26142 20082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255305492 9855975424 43978 33554432000 1073741824 1073778376 140736483199920 140628845324584 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26142/tid=26146] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26146/stat : 26146 (java) S 26140 26142 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305492 9855975424 43978 33554432000 1073741824 1073778376 140736483199920 140628844271784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26142/tid=26147] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26147/stat : 26147 (java) S 26140 26142 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305492 9855975424 43978 33554432000 1073741824 1073778376 140736483199920 140628843219496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26142/tid=26148] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26148/stat : 26148 (java) S 26140 26142 20082 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 255305492 9855975424 43978 33554432000 1073741824 1073778376 140736483199920 140628842166696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26142/tid=26149] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26149/stat : 26149 (java) S 26140 26142 20082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255305492 9855975424 43978 33554432000 1073741824 1073778376 140736483199920 140628841114408 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26142/tid=26150] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26150/stat : 26150 (java) S 26140 26142 20082 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255305492 9855975424 43978 33554432000 1073741824 1073778376 140736483199920 140628694088360 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26142/tid=26151] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26151/stat : 26151 (java) S 26140 26142 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305492 9855975424 43978 33554432000 1073741824 1073778376 140736483199920 140628693036072 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26142/tid=26152] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26152/stat : 26152 (java) S 26140 26142 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255305492 9855975424 43978 33554432000 1073741824 1073778376 140736483199920 140628691983272 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26142/tid=26153] ppid=26140 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/26142/task/26153/stat : 26153 (java) S 26140 26142 20082 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 19 0 255305494 9855975424 43978 33554432000 1073741824 1073778376 140736483199920 140628679784680 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26154] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26154/stat : 26154 (java) S 26140 26142 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255305494 9855975424 43978 33554432000 1073741824 1073778376 140736483199920 140628678730744 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26155] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26155/stat : 26155 (java) S 26140 26142 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255305494 9855975424 43978 33554432000 1073741824 1073778376 140736483199920 140628677678344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26156] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26156/stat : 26156 (java) S 26140 26142 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305497 9855975424 43978 33554432000 1073741824 1073778376 140736483199920 140628676626832 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26157] ppid=26140 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/26142/task/26157/stat : 26157 (java) S 26140 26142 20082 0 -1 4202560 2656 0 0 0 52 0 0 0 20 0 19 0 255305497 9855975424 43978 33554432000 1073741824 1073778376 140736483199920 140628675574456 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26158] ppid=26140 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/26142/task/26158/stat : 26158 (java) S 26140 26142 20082 0 -1 4202560 2995 0 0 0 45 0 0 0 20 0 19 0 255305497 9855975424 43978 33554432000 1073741824 1073778376 140736483199920 140628674521656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26142/tid=26159] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26159/stat : 26159 (java) S 26140 26142 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305497 9855975424 43978 33554432000 1073741824 1073778376 140736483199920 140628673469560 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26142/tid=26160] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26160/stat : 26160 (java) S 26140 26142 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305497 9855975424 43978 33554432000 1073741824 1073778376 140736483199920 140628672416968 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26161] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26161/stat : 26161 (java) S 26140 26142 20082 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255305555 9855975424 43978 33554432000 1073741824 1073778376 140736483199920 140628671361960 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 9624976

[startup+6.3007 s]
/proc/loadavg: 1.98 1.99 2.05 3/213 26161
/proc/meminfo: memFree=29432972/32873844 swapFree=6868/6868
[pid=26142] ppid=26140 vsize=9624976 CPUtime=7.36 cores=1,3,5,7
/proc/26142/stat : 26142 (java) S 26140 26142 20082 0 -1 4202496 9447 0 1 0 729 7 0 0 20 0 19 0 255305490 9855975424 45504 33554432000 1073741824 1073778376 140736483199920 140736483191056 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26142/statm: 2406244 45504 2281 9 0 2396937 0
[pid=26142/tid=26144] ppid=26140 vsize=9624976 CPUtime=6.18 cores=1,3,5,7
/proc/26142/task/26144/stat : 26144 (java) R 26140 26142 20082 0 -1 4202560 2522 0 1 0 614 4 0 0 20 0 19 0 255305491 9855975424 45504 33554432000 1073741824 1073778376 140736483199920 140628856262136 140628722433473 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26142/tid=26145] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26145/stat : 26145 (java) S 26140 26142 20082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255305492 9855975424 45504 33554432000 1073741824 1073778376 140736483199920 140628845324584 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26142/tid=26146] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26146/stat : 26146 (java) S 26140 26142 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305492 9855975424 45504 33554432000 1073741824 1073778376 140736483199920 140628844271784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26142/tid=26147] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26147/stat : 26147 (java) S 26140 26142 20082 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255305492 9855975424 45504 33554432000 1073741824 1073778376 140736483199920 140628843219496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26142/tid=26148] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26148/stat : 26148 (java) S 26140 26142 20082 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 255305492 9855975424 45504 33554432000 1073741824 1073778376 140736483199920 140628842166696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26142/tid=26149] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26149/stat : 26149 (java) S 26140 26142 20082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255305492 9855975424 45504 33554432000 1073741824 1073778376 140736483199920 140628841114408 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26142/tid=26150] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26150/stat : 26150 (java) S 26140 26142 20082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255305492 9855975424 45504 33554432000 1073741824 1073778376 140736483199920 140628694088360 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26142/tid=26151] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26151/stat : 26151 (java) S 26140 26142 20082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255305492 9855975424 45504 33554432000 1073741824 1073778376 140736483199920 140628693036072 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26142/tid=26152] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26152/stat : 26152 (java) S 26140 26142 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255305492 9855975424 45504 33554432000 1073741824 1073778376 140736483199920 140628691983272 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26142/tid=26153] ppid=26140 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/26142/task/26153/stat : 26153 (java) S 26140 26142 20082 0 -1 4202560 35 0 0 0 5 0 0 0 20 0 19 0 255305494 9855975424 45504 33554432000 1073741824 1073778376 140736483199920 140628679784680 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26154] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26154/stat : 26154 (java) S 26140 26142 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255305494 9855975424 45504 33554432000 1073741824 1073778376 140736483199920 140628678730744 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26155] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26155/stat : 26155 (java) S 26140 26142 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255305494 9855975424 45504 33554432000 1073741824 1073778376 140736483199920 140628677678344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26156] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26156/stat : 26156 (java) S 26140 26142 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305497 9855975424 45504 33554432000 1073741824 1073778376 140736483199920 140628676626832 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26157] ppid=26140 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/26142/task/26157/stat : 26157 (java) S 26140 26142 20082 0 -1 4202560 2656 0 0 0 55 0 0 0 20 0 19 0 255305497 9855975424 45504 33554432000 1073741824 1073778376 140736483199920 140628675574456 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26158] ppid=26140 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/26142/task/26158/stat : 26158 (java) S 26140 26142 20082 0 -1 4202560 2995 0 0 0 47 0 0 0 20 0 19 0 255305497 9855975424 45504 33554432000 1073741824 1073778376 140736483199920 140628674521656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26142/tid=26159] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26159/stat : 26159 (java) S 26140 26142 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305497 9855975424 45504 33554432000 1073741824 1073778376 140736483199920 140628673469560 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26142/tid=26160] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26160/stat : 26160 (java) S 26140 26142 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305497 9855975424 45504 33554432000 1073741824 1073778376 140736483199920 140628672416968 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26161] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26161/stat : 26161 (java) S 26140 26142 20082 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255305555 9855975424 45504 33554432000 1073741824 1073778376 140736483199920 140628671361960 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.36
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]

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

[pid=26142/tid=26157] ppid=26140 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/26142/task/26157/stat : 26157 (java) S 26140 26142 20082 0 -1 4202560 2667 0 0 0 61 0 0 0 20 0 19 0 255305497 9855975424 289349 33554432000 1073741824 1073778376 140736483199920 140628675574456 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26142/tid=26158] ppid=26140 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/26142/task/26158/stat : 26158 (java) S 26140 26142 20082 0 -1 4202560 3044 0 0 0 60 0 0 0 20 0 19 0 255305497 9855975424 289349 33554432000 1073741824 1073778376 140736483199920 140628674521656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26142/tid=26159] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26159/stat : 26159 (java) S 26140 26142 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305497 9855975424 289349 33554432000 1073741824 1073778376 140736483199920 140628673469560 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26142/tid=26160] ppid=26140 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/26142/task/26160/stat : 26160 (java) S 26140 26142 20082 0 -1 4202560 98 0 0 0 41 35 0 0 20 0 19 0 255305497 9855975424 289349 33554432000 1073741824 1073778376 140736483199920 140628672416968 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26142/tid=26161] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26161/stat : 26161 (java) S 26140 26142 20082 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255305555 9855975424 289349 33554432000 1073741824 1073778376 140736483199920 140628671361960 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1731.84
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.29 2.10 2.03 3/213 26257
/proc/meminfo: memFree=28175880/32873844 swapFree=6868/6868
[pid=26142] ppid=26140 vsize=9624976 CPUtime=1792.73 cores=1,3,5,7
/proc/26142/stat : 26142 (java) S 26140 26142 20082 0 -1 4202496 14822 0 1 0 179042 231 0 0 20 0 19 0 255305490 9855975424 319257 33554432000 1073741824 1073778376 140736483199920 140736483191056 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26142/statm: 2406244 319257 2282 9 0 2396937 0
[pid=26142/tid=26144] ppid=26140 vsize=9624976 CPUtime=1766.96 cores=1,3,5,7
/proc/26142/task/26144/stat : 26144 (java) R 26140 26142 20082 0 -1 4202560 3008 0 1 0 176664 32 0 0 20 0 19 0 255305491 9855975424 319257 33554432000 1073741824 1073778376 140736483199920 140628856262032 140628722458061 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26142/tid=26145] ppid=26140 vsize=9624976 CPUtime=1.36 cores=1,3,5,7
/proc/26142/task/26145/stat : 26145 (java) S 26140 26142 20082 0 -1 4202560 389 0 0 0 116 20 0 0 20 0 19 0 255305492 9855975424 319257 33554432000 1073741824 1073778376 140736483199920 140628845324584 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26142/tid=26146] ppid=26140 vsize=9624976 CPUtime=1.63 cores=1,3,5,7
/proc/26142/task/26146/stat : 26146 (java) S 26140 26142 20082 0 -1 4202560 568 0 0 0 138 25 0 0 20 0 19 0 255305492 9855975424 319257 33554432000 1073741824 1073778376 140736483199920 140628844271784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26142/tid=26147] ppid=26140 vsize=9624976 CPUtime=1.52 cores=1,3,5,7
/proc/26142/task/26147/stat : 26147 (java) S 26140 26142 20082 0 -1 4202560 511 0 0 0 128 24 0 0 20 0 19 0 255305492 9855975424 319257 33554432000 1073741824 1073778376 140736483199920 140628843219496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26148] ppid=26140 vsize=9624976 CPUtime=1.35 cores=1,3,5,7
/proc/26142/task/26148/stat : 26148 (java) S 26140 26142 20082 0 -1 4202560 480 0 0 0 117 18 0 0 20 0 19 0 255305492 9855975424 319257 33554432000 1073741824 1073778376 140736483199920 140628842166696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26142/tid=26149] ppid=26140 vsize=9624976 CPUtime=1.34 cores=1,3,5,7
/proc/26142/task/26149/stat : 26149 (java) S 26140 26142 20082 0 -1 4202560 456 0 0 0 114 20 0 0 20 0 19 0 255305492 9855975424 319257 33554432000 1073741824 1073778376 140736483199920 140628841114408 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26142/tid=26150] ppid=26140 vsize=9624976 CPUtime=1.3 cores=1,3,5,7
/proc/26142/task/26150/stat : 26150 (java) S 26140 26142 20082 0 -1 4202560 448 0 0 0 111 19 0 0 20 0 19 0 255305492 9855975424 319257 33554432000 1073741824 1073778376 140736483199920 140628694088360 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26142/tid=26151] ppid=26140 vsize=9624976 CPUtime=1.43 cores=1,3,5,7
/proc/26142/task/26151/stat : 26151 (java) S 26140 26142 20082 0 -1 4202560 468 0 0 0 123 20 0 0 20 0 19 0 255305492 9855975424 319257 33554432000 1073741824 1073778376 140736483199920 140628693036072 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26152] ppid=26140 vsize=9624976 CPUtime=1.49 cores=1,3,5,7
/proc/26142/task/26152/stat : 26152 (java) S 26140 26142 20082 0 -1 4202560 419 0 0 0 129 20 0 0 20 0 19 0 255305492 9855975424 319257 33554432000 1073741824 1073778376 140736483199920 140628691983272 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26153] ppid=26140 vsize=9624976 CPUtime=7.45 cores=1,3,5,7
/proc/26142/task/26153/stat : 26153 (java) S 26140 26142 20082 0 -1 4202560 1078 0 0 0 743 2 0 0 20 0 19 0 255305494 9855975424 319257 33554432000 1073741824 1073778376 140736483199920 140628679784680 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26142/tid=26154] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26154/stat : 26154 (java) S 26140 26142 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255305494 9855975424 319257 33554432000 1073741824 1073778376 140736483199920 140628678730744 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26155] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26155/stat : 26155 (java) S 26140 26142 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255305494 9855975424 319257 33554432000 1073741824 1073778376 140736483199920 140628677678344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26156] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26156/stat : 26156 (java) S 26140 26142 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305497 9855975424 319257 33554432000 1073741824 1073778376 140736483199920 140628676626832 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26157] ppid=26140 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/26142/task/26157/stat : 26157 (java) S 26140 26142 20082 0 -1 4202560 2667 0 0 0 61 0 0 0 20 0 19 0 255305497 9855975424 319257 33554432000 1073741824 1073778376 140736483199920 140628675574456 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26142/tid=26158] ppid=26140 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/26142/task/26158/stat : 26158 (java) S 26140 26142 20082 0 -1 4202560 3044 0 0 0 60 0 0 0 20 0 19 0 255305497 9855975424 319257 33554432000 1073741824 1073778376 140736483199920 140628674521656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26142/tid=26159] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26159/stat : 26159 (java) S 26140 26142 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305497 9855975424 319257 33554432000 1073741824 1073778376 140736483199920 140628673469560 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26142/tid=26160] ppid=26140 vsize=9624976 CPUtime=0.78 cores=1,3,5,7
/proc/26142/task/26160/stat : 26160 (java) S 26140 26142 20082 0 -1 4202560 101 0 0 0 42 36 0 0 20 0 19 0 255305497 9855975424 319257 33554432000 1073741824 1073778376 140736483199920 140628672416968 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26142/tid=26161] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26161/stat : 26161 (java) S 26140 26142 20082 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255305555 9855975424 319257 33554432000 1073741824 1073778376 140736483199920 140628671361960 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1792.73
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.9 s]
/proc/loadavg: 2.26 2.10 2.03 3/213 26257
/proc/meminfo: memFree=27839324/32873844 swapFree=6868/6868
[pid=26142] ppid=26140 vsize=9624976 CPUtime=1800.06 cores=1,3,5,7
/proc/26142/stat : 26142 (java) S 26140 26142 20082 0 -1 4202496 15578 0 1 0 179719 287 0 0 20 0 19 0 255305490 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140736483191056 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26142/statm: 2406244 406874 2282 9 0 2396937 0
[pid=26142/tid=26144] ppid=26140 vsize=9624976 CPUtime=1773.16 cores=1,3,5,7
/proc/26142/task/26144/stat : 26144 (java) R 26140 26142 20082 0 -1 4202560 3009 0 1 0 177284 32 0 0 20 0 19 0 255305491 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628856262944 140628722542860 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26142/tid=26145] ppid=26140 vsize=9624976 CPUtime=1.48 cores=1,3,5,7
/proc/26142/task/26145/stat : 26145 (java) S 26140 26142 20082 0 -1 4202560 476 0 0 0 121 27 0 0 20 0 19 0 255305492 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628845324584 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26142/tid=26146] ppid=26140 vsize=9624976 CPUtime=1.75 cores=1,3,5,7
/proc/26142/task/26146/stat : 26146 (java) S 26140 26142 20082 0 -1 4202560 655 0 0 0 143 32 0 0 20 0 19 0 255305492 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628844271784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26142/tid=26147] ppid=26140 vsize=9624976 CPUtime=1.58 cores=1,3,5,7
/proc/26142/task/26147/stat : 26147 (java) S 26140 26142 20082 0 -1 4202560 552 0 0 0 131 27 0 0 20 0 19 0 255305492 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628843219496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26148] ppid=26140 vsize=9624976 CPUtime=1.6 cores=1,3,5,7
/proc/26142/task/26148/stat : 26148 (java) S 26140 26142 20082 0 -1 4202560 655 0 0 0 128 32 0 0 20 0 19 0 255305492 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628842166696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26142/tid=26149] ppid=26140 vsize=9624976 CPUtime=1.58 cores=1,3,5,7
/proc/26142/task/26149/stat : 26149 (java) S 26140 26142 20082 0 -1 4202560 638 0 0 0 124 34 0 0 20 0 19 0 255305492 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628841114408 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26142/tid=26150] ppid=26140 vsize=9624976 CPUtime=1.37 cores=1,3,5,7
/proc/26142/task/26150/stat : 26150 (java) S 26140 26142 20082 0 -1 4202560 495 0 0 0 115 22 0 0 20 0 19 0 255305492 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628694088360 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26142/tid=26151] ppid=26140 vsize=9624976 CPUtime=1.49 cores=1,3,5,7
/proc/26142/task/26151/stat : 26151 (java) S 26140 26142 20082 0 -1 4202560 514 0 0 0 126 23 0 0 20 0 19 0 255305492 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628693036072 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26142/tid=26152] ppid=26140 vsize=9624976 CPUtime=1.55 cores=1,3,5,7
/proc/26142/task/26152/stat : 26152 (java) S 26140 26142 20082 0 -1 4202560 461 0 0 0 132 23 0 0 20 0 19 0 255305492 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628691983272 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26153] ppid=26140 vsize=9624976 CPUtime=7.6 cores=1,3,5,7
/proc/26142/task/26153/stat : 26153 (java) S 26140 26142 20082 0 -1 4202560 1126 0 0 0 758 2 0 0 20 0 19 0 255305494 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628679784680 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26154] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26154/stat : 26154 (java) S 26140 26142 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255305494 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628678730744 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26155] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26155/stat : 26155 (java) S 26140 26142 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255305494 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628677678344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26156] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26156/stat : 26156 (java) S 26140 26142 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305497 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628676626832 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26157] ppid=26140 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/26142/task/26157/stat : 26157 (java) S 26140 26142 20082 0 -1 4202560 2667 0 0 0 61 0 0 0 20 0 19 0 255305497 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628675574456 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26142/tid=26158] ppid=26140 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/26142/task/26158/stat : 26158 (java) S 26140 26142 20082 0 -1 4202560 3044 0 0 0 60 0 0 0 20 0 19 0 255305497 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628674521656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26142/tid=26159] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26159/stat : 26159 (java) S 26140 26142 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305497 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628673469560 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26142/tid=26160] ppid=26140 vsize=9624976 CPUtime=0.79 cores=1,3,5,7
/proc/26142/task/26160/stat : 26160 (java) S 26140 26142 20082 0 -1 4202560 101 0 0 0 42 37 0 0 20 0 19 0 255305497 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628672416968 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26161] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26161/stat : 26161 (java) S 26140 26142 20082 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255305555 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628671361960 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1788.9 s]
/proc/loadavg: 2.26 2.10 2.03 3/213 26257
/proc/meminfo: memFree=27839324/32873844 swapFree=6868/6868
[pid=26142] ppid=26140 vsize=9624976 CPUtime=1800.06 cores=1,3,5,7
/proc/26142/stat : 26142 (java) S 26140 26142 20082 0 -1 4202496 15578 0 1 0 179719 287 0 0 20 0 19 0 255305490 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140736483191056 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26142/statm: 2406244 406874 2282 9 0 2396937 0
[pid=26142/tid=26144] ppid=26140 vsize=9624976 CPUtime=1773.16 cores=1,3,5,7
/proc/26142/task/26144/stat : 26144 (java) R 26140 26142 20082 0 -1 4202560 3009 0 1 0 177284 32 0 0 20 0 19 0 255305491 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628856262944 140628722542860 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26142/tid=26145] ppid=26140 vsize=9624976 CPUtime=1.48 cores=1,3,5,7
/proc/26142/task/26145/stat : 26145 (java) S 26140 26142 20082 0 -1 4202560 476 0 0 0 121 27 0 0 20 0 19 0 255305492 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628845324584 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26142/tid=26146] ppid=26140 vsize=9624976 CPUtime=1.75 cores=1,3,5,7
/proc/26142/task/26146/stat : 26146 (java) S 26140 26142 20082 0 -1 4202560 655 0 0 0 143 32 0 0 20 0 19 0 255305492 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628844271784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26142/tid=26147] ppid=26140 vsize=9624976 CPUtime=1.58 cores=1,3,5,7
/proc/26142/task/26147/stat : 26147 (java) S 26140 26142 20082 0 -1 4202560 552 0 0 0 131 27 0 0 20 0 19 0 255305492 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628843219496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26148] ppid=26140 vsize=9624976 CPUtime=1.6 cores=1,3,5,7
/proc/26142/task/26148/stat : 26148 (java) S 26140 26142 20082 0 -1 4202560 655 0 0 0 128 32 0 0 20 0 19 0 255305492 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628842166696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26142/tid=26149] ppid=26140 vsize=9624976 CPUtime=1.58 cores=1,3,5,7
/proc/26142/task/26149/stat : 26149 (java) S 26140 26142 20082 0 -1 4202560 638 0 0 0 124 34 0 0 20 0 19 0 255305492 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628841114408 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26142/tid=26150] ppid=26140 vsize=9624976 CPUtime=1.37 cores=1,3,5,7
/proc/26142/task/26150/stat : 26150 (java) S 26140 26142 20082 0 -1 4202560 495 0 0 0 115 22 0 0 20 0 19 0 255305492 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628694088360 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26142/tid=26151] ppid=26140 vsize=9624976 CPUtime=1.49 cores=1,3,5,7
/proc/26142/task/26151/stat : 26151 (java) S 26140 26142 20082 0 -1 4202560 514 0 0 0 126 23 0 0 20 0 19 0 255305492 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628693036072 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26142/tid=26152] ppid=26140 vsize=9624976 CPUtime=1.55 cores=1,3,5,7
/proc/26142/task/26152/stat : 26152 (java) S 26140 26142 20082 0 -1 4202560 461 0 0 0 132 23 0 0 20 0 19 0 255305492 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628691983272 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26153] ppid=26140 vsize=9624976 CPUtime=7.6 cores=1,3,5,7
/proc/26142/task/26153/stat : 26153 (java) S 26140 26142 20082 0 -1 4202560 1126 0 0 0 758 2 0 0 20 0 19 0 255305494 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628679784680 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26154] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26154/stat : 26154 (java) S 26140 26142 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255305494 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628678730744 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26155] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26155/stat : 26155 (java) S 26140 26142 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255305494 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628677678344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26156] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26156/stat : 26156 (java) S 26140 26142 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305497 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628676626832 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26157] ppid=26140 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/26142/task/26157/stat : 26157 (java) S 26140 26142 20082 0 -1 4202560 2667 0 0 0 61 0 0 0 20 0 19 0 255305497 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628675574456 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26142/tid=26158] ppid=26140 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/26142/task/26158/stat : 26158 (java) S 26140 26142 20082 0 -1 4202560 3044 0 0 0 60 0 0 0 20 0 19 0 255305497 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628674521656 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26142/tid=26159] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26159/stat : 26159 (java) S 26140 26142 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305497 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628673469560 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26142/tid=26160] ppid=26140 vsize=9624976 CPUtime=0.79 cores=1,3,5,7
/proc/26142/task/26160/stat : 26160 (java) S 26140 26142 20082 0 -1 4202560 101 0 0 0 42 37 0 0 20 0 19 0 255305497 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628672416968 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26142/tid=26161] ppid=26140 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26142/task/26161/stat : 26161 (java) S 26140 26142 20082 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255305555 9855975424 406874 33554432000 1073741824 1073778376 140736483199920 140628671361960 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26142 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=499498
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=53535
# CPU time returned by wait4() is 1795.55
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1788.99
CPU time (s): 1800.06
CPU user time (s): 1797.19
CPU system time (s): 2.87
CPU usage (%): 100.619
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.5
system time used= 3.05354
maximum resident set size= 1627624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15612
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40340
involuntary context switches= 26177

runsolver used 7.65984 second user time and 14.4738 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-24 22:46:25
IDJOB=3689681
IDBENCH=90182
IDSOLVER=2269
FILE ID=node105/3689681-1337892385
RUNJOBID= node105-1337890002-25502
PBS_JOBID= 14620099
Free space on /tmp= 71620 MiB

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

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

MD5SUM BENCH= 8e674dc671e8e6c3e0a48d5fff5f7edd
RANDOM SEED=857471284

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29605628 kB
Buffers:          194296 kB
Cached:          1907744 kB
SwapCached:         6340 kB
Active:           957208 kB
Inactive:        1546164 kB
Active(anon):     388848 kB
Inactive(anon):    14612 kB
Active(file):     568360 kB
Inactive(file):  1531552 kB
Unevictable:        6868 kB
Mlocked:            6868 kB
SwapTotal:      67108856 kB
SwapFree:       67101824 kB
Dirty:              1716 kB
Writeback:             0 kB
AnonPages:        402120 kB
Mapped:            22412 kB
Shmem:                 8 kB
Slab:             625368 kB
SReclaimable:      67556 kB
SUnreclaim:       557812 kB
KernelStack:        1632 kB
PageTables:         5200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     629096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    364544 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= 71620 MiB
End job on node105 at 2012-05-24 23:16:16