Trace number 3689649

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.67 1783.18

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K167.opb
MD5SUM828e3d173a352fe2cabe4815c21f6f3f
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 variables19873
Total number of constraints20209
Number of constraints which are clauses20042
Number of constraints which are cardinality constraints (but not clauses)167
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint167
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 168
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3689649-1337892015.opb
0.09/0.11	c reading problem ... 
0.94/0.59	c ... done. Wall clock time 0.483s.
0.94/0.59	c declared #vars     19873
0.94/0.59	c #constraints  20209
0.94/0.59	c constraints type 
0.94/0.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17882
0.94/0.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 167
0.94/0.59	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.94/0.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2158
0.94/0.59	c 20209 constraints processed.
3.20/2.34	c cleaning 2496 clauses out of 4996 with flag 5000/5000
5.33/4.31	c cleaning 4219 clauses out of 8497 with flag 11001/11001
7.54/6.55	c cleaning 5567 clauses out of 11276 with flag 18002/18002
10.05/9.07	c cleaning 6784 clauses out of 13704 with flag 26000/26000
13.00/11.91	c cleaning 7822 clauses out of 15916 with flag 35001/35001
16.21/15.13	c cleaning 8927 clauses out of 18088 with flag 45000/45000
19.53/18.47	c cleaning 9885 clauses out of 20161 with flag 56002/56002
23.34/22.26	c cleaning 11036 clauses out of 22273 with flag 68003/68003
27.68/26.52	c cleaning 11955 clauses out of 24234 with flag 81000/81000
32.01/30.83	c cleaning 12913 clauses out of 26279 with flag 95001/95001
36.43/35.27	c cleaning 14025 clauses out of 28366 with flag 110001/110001
41.15/39.99	c cleaning 14928 clauses out of 30340 with flag 126000/126000
46.16/44.92	c cleaning 16040 clauses out of 32413 with flag 143001/143001
51.68/50.40	c cleaning 17020 clauses out of 34371 with flag 161001/161001
57.81/56.59	c cleaning 17960 clauses out of 36350 with flag 180000/180000
64.06/62.71	c cleaning 18444 clauses out of 38386 with flag 200000/200000
70.07/68.77	c cleaning 19242 clauses out of 40941 with flag 221000/221000
76.87/75.52	c cleaning 20054 clauses out of 43695 with flag 243000/243000
84.19/82.90	c cleaning 20668 clauses out of 46641 with flag 266000/266000
91.61/90.28	c cleaning 21994 clauses out of 49972 with flag 290000/290000
98.75/97.34	c cleaning 23365 clauses out of 52979 with flag 315001/315001
106.38/104.96	c cleaning 23755 clauses out of 55613 with flag 341001/341001
114.80/113.30	c cleaning 25310 clauses out of 58858 with flag 368002/368002
124.06/122.48	c cleaning 25404 clauses out of 61545 with flag 396000/396000
133.70/132.07	c cleaning 26274 clauses out of 65140 with flag 425000/425000
143.31/141.63	c cleaning 27375 clauses out of 68865 with flag 455000/455000
153.44/151.80	c cleaning 28519 clauses out of 72491 with flag 486001/486001
164.33/162.54	c cleaning 28797 clauses out of 75971 with flag 518000/518000
174.85/173.00	c cleaning 30636 clauses out of 80174 with flag 551000/551000
186.00/184.18	c cleaning 31089 clauses out of 83538 with flag 585000/585000
197.43/195.52	c cleaning 32181 clauses out of 87451 with flag 620002/620002
209.46/207.57	c cleaning 33094 clauses out of 91268 with flag 656000/656000
221.49/219.55	c cleaning 33820 clauses out of 95174 with flag 693000/693000
233.42/231.47	c cleaning 34946 clauses out of 99355 with flag 731002/731002
246.08/244.10	c cleaning 35928 clauses out of 103407 with flag 770000/770000
259.64/257.52	c cleaning 36885 clauses out of 107478 with flag 810000/810000
273.99/271.88	c cleaning 37509 clauses out of 111592 with flag 851000/851000
289.11/286.92	c cleaning 38568 clauses out of 116083 with flag 893000/893000
303.64/301.44	c cleaning 39617 clauses out of 120520 with flag 936005/936005
318.31/316.09	c cleaning 40757 clauses out of 124899 with flag 980001/980001
332.56/330.28	c cleaning 41988 clauses out of 129141 with flag 1025001/1025001
346.14/343.70	c cleaning 43193 clauses out of 133152 with flag 1071000/1071000
361.30/358.86	c cleaning 44005 clauses out of 136961 with flag 1118002/1118002
377.56/375.05	c cleaning 44591 clauses out of 140955 with flag 1166002/1166002
395.03/392.40	c cleaning 45302 clauses out of 145364 with flag 1215002/1215002
413.87/411.24	c cleaning 46102 clauses out of 150059 with flag 1265000/1265000
429.90/427.23	c cleaning 48120 clauses out of 154957 with flag 1316000/1316000
448.17/445.48	c cleaning 48192 clauses out of 158838 with flag 1368001/1368001
467.63/464.86	c cleaning 48977 clauses out of 163645 with flag 1421001/1421001
487.09/484.24	c cleaning 50317 clauses out of 168667 with flag 1475000/1475000
506.97/504.02	c cleaning 50978 clauses out of 173350 with flag 1530000/1530000
527.44/524.31	c cleaning 52559 clauses out of 178374 with flag 1586002/1586002
548.27/545.18	c cleaning 53933 clauses out of 182814 with flag 1643002/1643002
569.05/565.89	c cleaning 53997 clauses out of 186879 with flag 1701000/1701000
589.31/586.03	c cleaning 55205 clauses out of 191882 with flag 1760002/1760002
611.27/607.96	c cleaning 56204 clauses out of 196675 with flag 1820000/1820000
635.34/631.95	c cleaning 57646 clauses out of 201470 with flag 1881000/1881000
659.24/655.73	c cleaning 57840 clauses out of 205825 with flag 1943001/1943001
682.39/678.86	c cleaning 58532 clauses out of 210987 with flag 2006003/2006003
706.68/703.08	c cleaning 60174 clauses out of 216452 with flag 2070000/2070000
729.15/725.49	c cleaning 61314 clauses out of 221278 with flag 2135000/2135000
754.06/750.29	c cleaning 62314 clauses out of 225964 with flag 2201000/2201000
778.75/774.87	c cleaning 63447 clauses out of 230653 with flag 2268003/2268003
805.73/801.76	c cleaning 63723 clauses out of 235204 with flag 2336001/2336001
832.33/828.30	c cleaning 64646 clauses out of 240481 with flag 2405003/2405003
860.10/855.94	c cleaning 65799 clauses out of 245832 with flag 2475000/2475000
886.78/882.53	c cleaning 67218 clauses out of 251033 with flag 2546000/2546000
915.04/910.80	c cleaning 68595 clauses out of 255821 with flag 2618006/2618006
943.20/938.82	c cleaning 68600 clauses out of 260219 with flag 2691000/2691000
970.40/965.95	c cleaning 70580 clauses out of 265619 with flag 2765000/2765000
1000.91/996.34	c cleaning 71172 clauses out of 270039 with flag 2840000/2840000
1033.30/1028.67	c cleaning 71860 clauses out of 274867 with flag 2916000/2916000
1068.26/1063.41	c cleaning 73729 clauses out of 280008 with flag 2993001/2993001
1100.28/1095.38	c cleaning 74143 clauses out of 284278 with flag 3071000/3071000
1134.30/1129.10	c cleaning 75883 clauses out of 289136 with flag 3150001/3150001
1186.17/1179.97	c cleaning 77594 clauses out of 293251 with flag 3230000/3230000
1241.93/1234.99	c cleaning 77942 clauses out of 296657 with flag 3311000/3311000
1278.51/1270.96	c cleaning 78512 clauses out of 300715 with flag 3393000/3393000
1311.68/1303.55	c cleaning 79129 clauses out of 305203 with flag 3476000/3476000
1350.94/1342.20	c cleaning 81017 clauses out of 310074 with flag 3560000/3560000
1406.28/1396.74	c cleaning 82191 clauses out of 314057 with flag 3645000/3645000
1460.16/1449.51	c cleaning 83937 clauses out of 317869 with flag 3731003/3731003
1498.92/1488.03	c cleaning 82348 clauses out of 320929 with flag 3818000/3818000
1535.22/1523.98	c cleaning 84002 clauses out of 326581 with flag 3906000/3906000
1574.56/1562.39	c cleaning 84304 clauses out of 331579 with flag 3995000/3995000
1614.03/1601.32	c cleaning 85020 clauses out of 337278 with flag 4085003/4085003
1655.45/1642.13	c cleaning 87079 clauses out of 343255 with flag 4176000/4176000
1695.46/1681.56	c cleaning 87674 clauses out of 348177 with flag 4268002/4268002
1739.86/1724.31	c cleaning 88494 clauses out of 353502 with flag 4361001/4361001
1781.96/1765.58	c cleaning 89046 clauses out of 359007 with flag 4455000/4455000
1800.06/1783.12	c starts		: 251
1800.06/1783.12	c conflicts		: 4490454
1800.06/1783.12	c decisions		: 94208539
1800.06/1783.12	c propagations		: 3597889246
1800.06/1783.12	c inspects		: 8462390142
1800.06/1783.12	c shortcuts		: 0
1800.06/1783.12	c learnt literals	: 64
1800.06/1783.12	c learnt binary clauses	: 236785
1800.06/1783.12	c learnt ternary clauses	: 245559
1800.06/1783.12	c learnt constraints	: 4490390
1800.06/1783.12	c ignored constraints	: 0
1800.06/1783.12	c root simplifications	: 0
1800.06/1783.12	c removed literals (reason simplification)	: 0
1800.06/1783.12	c reason swapping (by a shorter reason)	: 0
1800.06/1783.12	c Calls to reduceDB	: 90
1800.06/1783.12	c number of reductions to clauses (during analyze)	: 0
1800.06/1783.12	c number of learned constraints concerned by reduction	: 0
1800.06/1783.12	c number of learning phase by resolution	: 0
1800.06/1783.12	c number of learning phase by cutting planes	: 0
1800.06/1783.12	c speed (assignments/second)	: 2018446.8169496395
1800.06/1783.12	c non guided choices	55746
1800.06/1783.17	c learnt constraints type 
1800.06/1783.17	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 236787
1800.06/1783.17	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 68722
1800.06/1783.17	c constraints type 
1800.06/1783.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17882
1800.06/1783.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 167
1800.06/1783.17	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.06/1783.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2158
1800.06/1783.17	c 20209 constraints processed.
1800.06/1783.17	s UNKNOWN
1800.06/1783.17	c Total wall clock time (in seconds): 1783.062

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.03 2.03 2.00 3/195 29876
/proc/meminfo: memFree=29504796/32873648 swapFree=7112/7112
[pid=29876] ppid=29874 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/29876/stat : 29876 (java) D 29874 29876 27428 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 255327446 9515008 182 33554432000 1073741824 1073778376 140735272487568 140735272478600 242167398069 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/29876/statm: 2323 182 140 9 0 71 0

[startup+0.0347931 s]
/proc/loadavg: 2.03 2.03 2.00 3/195 29876
/proc/meminfo: memFree=29504796/32873648 swapFree=7112/7112
[pid=29876] ppid=29874 vsize=9092432 CPUtime=0.01 cores=0,2,4,6
/proc/29876/stat : 29876 (java) S 29874 29876 27428 0 -1 4202496 2916 0 1 0 1 0 0 0 20 0 11 0 255327446 9310650368 3617 33554432000 1073741824 1073778376 140736483125664 140736483116800 242170757181 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29876/statm: 2273108 3618 1644 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100251 s]
/proc/loadavg: 2.03 2.03 2.00 3/195 29876
/proc/meminfo: memFree=29504796/32873648 swapFree=7112/7112
[pid=29876] ppid=29874 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/29876/stat : 29876 (java) S 29874 29876 27428 0 -1 4202496 4334 0 1 0 8 1 0 0 20 0 18 0 255327446 9787813888 5543 33554432000 1073741824 1073778376 140736483125664 140736483116800 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29876/statm: 2389603 5543 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300227 s]
/proc/loadavg: 2.03 2.03 2.00 3/195 29876
/proc/meminfo: memFree=29504796/32873648 swapFree=7112/7112
[pid=29876] ppid=29874 vsize=9558412 CPUtime=0.55 cores=0,2,4,6
/proc/29876/stat : 29876 (java) S 29874 29876 27428 0 -1 4202496 7097 0 1 0 53 2 0 0 20 0 18 0 255327446 9787813888 11942 33554432000 1073741824 1073778376 140736483125664 140736483116800 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29876/statm: 2389603 11942 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558412

[startup+0.700167 s]
/proc/loadavg: 2.03 2.03 2.00 3/195 29876
/proc/meminfo: memFree=29504796/32873648 swapFree=7112/7112
[pid=29876] ppid=29874 vsize=9624976 CPUtime=1.48 cores=0,2,4,6
/proc/29876/stat : 29876 (java) S 29874 29876 27428 0 -1 4202496 9730 0 1 0 143 5 0 0 20 0 19 0 255327446 9855975424 36208 33554432000 1073741824 1073778376 140736483125664 140736483116800 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29876/statm: 2406244 36208 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9624976

[startup+1.50061 s]
/proc/loadavg: 2.03 2.03 2.00 3/214 29895
/proc/meminfo: memFree=29367656/32873648 swapFree=7112/7112
[pid=29876] ppid=29874 vsize=9624976 CPUtime=2.4 cores=0,2,4,6
/proc/29876/stat : 29876 (java) S 29874 29876 27428 0 -1 4202496 9737 0 1 0 235 5 0 0 20 0 19 0 255327446 9855975424 36726 33554432000 1073741824 1073778376 140736483125664 140736483116800 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29876/statm: 2406244 36726 2251 9 0 2396937 0
[pid=29876/tid=29878] ppid=29874 vsize=9624976 CPUtime=1.46 cores=0,2,4,6
/proc/29876/task/29878/stat : 29878 (java) R 29874 29876 27428 0 -1 4202560 2506 0 1 0 142 4 0 0 20 0 19 0 255327447 9855975424 36726 33554432000 1073741824 1073778376 140736483125664 139673063698936 139672890984922 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29876/tid=29879] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29879/stat : 29879 (java) S 29874 29876 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255327448 9855975424 36726 33554432000 1073741824 1073778376 140736483125664 139673025190440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29880] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29880/stat : 29880 (java) S 29874 29876 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255327448 9855975424 36726 33554432000 1073741824 1073778376 140736483125664 139673024137640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29881] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29881/stat : 29881 (java) S 29874 29876 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255327448 9855975424 36726 33554432000 1073741824 1073778376 140736483125664 139673023084840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29876/tid=29882] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29882/stat : 29882 (java) S 29874 29876 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255327448 9855975424 36726 33554432000 1073741824 1073778376 140736483125664 139673022032040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29876/tid=29883] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29883/stat : 29883 (java) S 29874 29876 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255327448 9855975424 36726 33554432000 1073741824 1073778376 140736483125664 139673020980264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29884] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29884/stat : 29884 (java) S 29874 29876 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255327448 9855975424 36726 33554432000 1073741824 1073778376 140736483125664 139673019927464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29885] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29885/stat : 29885 (java) S 29874 29876 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255327448 9855975424 36726 33554432000 1073741824 1073778376 140736483125664 139673018874664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29876/tid=29886] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29886/stat : 29886 (java) S 29874 29876 27428 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255327448 9855975424 36726 33554432000 1073741824 1073778376 140736483125664 139673017821864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29887] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29887/stat : 29887 (java) S 29874 29876 27428 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255327449 9855975424 36726 33554432000 1073741824 1073778376 140736483125664 139672886950376 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29888] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29888/stat : 29888 (java) S 29874 29876 27428 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255327450 9855975424 36726 33554432000 1073741824 1073778376 140736483125664 139672885896440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29889] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29889/stat : 29889 (java) S 29874 29876 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255327450 9855975424 36726 33554432000 1073741824 1073778376 140736483125664 139672884843528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29890] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29890/stat : 29890 (java) S 29874 29876 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255327452 9855975424 36726 33554432000 1073741824 1073778376 140736483125664 139672883792016 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29891] ppid=29874 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/29876/task/29891/stat : 29891 (java) S 29874 29876 27428 0 -1 4202560 3421 0 0 0 47 0 0 0 20 0 19 0 255327452 9855975424 36726 33554432000 1073741824 1073778376 140736483125664 139672882740152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29892] ppid=29874 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/29876/task/29892/stat : 29892 (java) S 29874 29876 27428 0 -1 4202560 2612 0 0 0 42 0 0 0 20 0 19 0 255327452 9855975424 36726 33554432000 1073741824 1073778376 140736483125664 139672881687352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29876/tid=29893] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29893/stat : 29893 (java) S 29874 29876 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255327452 9855975424 36726 33554432000 1073741824 1073778376 140736483125664 139672880634744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29876/tid=29894] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29894/stat : 29894 (java) S 29874 29876 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255327452 9855975424 36726 33554432000 1073741824 1073778376 140736483125664 139672879582152 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29895] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29895/stat : 29895 (java) S 29874 29876 27428 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255327508 9855975424 36726 33554432000 1073741824 1073778376 140736483125664 139672878527656 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 9624976

[startup+3.10064 s]
/proc/loadavg: 2.03 2.03 2.00 3/214 29895
/proc/meminfo: memFree=29363304/32873648 swapFree=7112/7112
[pid=29876] ppid=29874 vsize=9624976 CPUtime=4.09 cores=0,2,4,6
/proc/29876/stat : 29876 (java) S 29874 29876 27428 0 -1 4202496 9818 0 1 0 403 6 0 0 20 0 19 0 255327446 9855975424 41896 33554432000 1073741824 1073778376 140736483125664 140736483116800 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29876/statm: 2406244 41896 2281 9 0 2396937 0
[pid=29876/tid=29878] ppid=29874 vsize=9624976 CPUtime=3.02 cores=0,2,4,6
/proc/29876/task/29878/stat : 29878 (java) R 29874 29876 27428 0 -1 4202560 2510 0 1 0 298 4 0 0 20 0 19 0 255327447 9855975424 41896 33554432000 1073741824 1073778376 140736483125664 139673063698840 139672890899517 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29876/tid=29879] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29879/stat : 29879 (java) S 29874 29876 27428 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255327448 9855975424 41896 33554432000 1073741824 1073778376 140736483125664 139673025190440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29880] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29880/stat : 29880 (java) S 29874 29876 27428 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255327448 9855975424 41896 33554432000 1073741824 1073778376 140736483125664 139673024137640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29881] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29881/stat : 29881 (java) S 29874 29876 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255327448 9855975424 41896 33554432000 1073741824 1073778376 140736483125664 139673023084840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29876/tid=29882] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29882/stat : 29882 (java) S 29874 29876 27428 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255327448 9855975424 41896 33554432000 1073741824 1073778376 140736483125664 139673022032040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29876/tid=29883] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29883/stat : 29883 (java) S 29874 29876 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255327448 9855975424 41896 33554432000 1073741824 1073778376 140736483125664 139673020980264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29884] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29884/stat : 29884 (java) S 29874 29876 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255327448 9855975424 41896 33554432000 1073741824 1073778376 140736483125664 139673019927464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29885] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29885/stat : 29885 (java) S 29874 29876 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255327448 9855975424 41896 33554432000 1073741824 1073778376 140736483125664 139673018874664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29876/tid=29886] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29886/stat : 29886 (java) S 29874 29876 27428 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255327448 9855975424 41896 33554432000 1073741824 1073778376 140736483125664 139673017821864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29887] ppid=29874 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/29876/task/29887/stat : 29887 (java) S 29874 29876 27428 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 255327449 9855975424 41896 33554432000 1073741824 1073778376 140736483125664 139672886950376 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29888] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29888/stat : 29888 (java) S 29874 29876 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255327450 9855975424 41896 33554432000 1073741824 1073778376 140736483125664 139672885896440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29889] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29889/stat : 29889 (java) S 29874 29876 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255327450 9855975424 41896 33554432000 1073741824 1073778376 140736483125664 139672884843528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29890] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29890/stat : 29890 (java) S 29874 29876 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255327452 9855975424 41896 33554432000 1073741824 1073778376 140736483125664 139672883792016 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29891] ppid=29874 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/29876/task/29891/stat : 29891 (java) S 29874 29876 27428 0 -1 4202560 3425 0 0 0 49 0 0 0 20 0 19 0 255327452 9855975424 41896 33554432000 1073741824 1073778376 140736483125664 139672882740152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29892] ppid=29874 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/29876/task/29892/stat : 29892 (java) S 29874 29876 27428 0 -1 4202560 2622 0 0 0 48 0 0 0 20 0 19 0 255327452 9855975424 41896 33554432000 1073741824 1073778376 140736483125664 139672881687352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29876/tid=29893] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29893/stat : 29893 (java) S 29874 29876 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255327452 9855975424 41896 33554432000 1073741824 1073778376 140736483125664 139672880634744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29876/tid=29894] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29894/stat : 29894 (java) S 29874 29876 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255327452 9855975424 41896 33554432000 1073741824 1073778376 140736483125664 139672879582152 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29895] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29895/stat : 29895 (java) S 29874 29876 27428 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255327508 9855975424 41896 33554432000 1073741824 1073778376 140736483125664 139672878527656 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 9624976

[startup+6.3006 s]
/proc/loadavg: 2.03 2.03 2.00 3/214 29895
/proc/meminfo: memFree=29338364/32873648 swapFree=7112/7112
[pid=29876] ppid=29874 vsize=9624976 CPUtime=7.33 cores=0,2,4,6
/proc/29876/stat : 29876 (java) S 29874 29876 27428 0 -1 4202496 9835 0 1 0 727 6 0 0 20 0 19 0 255327446 9855975424 43391 33554432000 1073741824 1073778376 140736483125664 140736483116800 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29876/statm: 2406244 43391 2281 9 0 2396937 0
[pid=29876/tid=29878] ppid=29874 vsize=9624976 CPUtime=6.2 cores=0,2,4,6
/proc/29876/task/29878/stat : 29878 (java) R 29874 29876 27428 0 -1 4202560 2513 0 1 0 616 4 0 0 20 0 19 0 255327447 9855975424 43391 33554432000 1073741824 1073778376 140736483125664 139673063698856 139672890862672 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29876/tid=29879] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29879/stat : 29879 (java) S 29874 29876 27428 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255327448 9855975424 43391 33554432000 1073741824 1073778376 140736483125664 139673025190440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29876/tid=29880] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29880/stat : 29880 (java) S 29874 29876 27428 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255327448 9855975424 43391 33554432000 1073741824 1073778376 140736483125664 139673024137640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29881] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29881/stat : 29881 (java) S 29874 29876 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255327448 9855975424 43391 33554432000 1073741824 1073778376 140736483125664 139673023084840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29876/tid=29882] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29882/stat : 29882 (java) S 29874 29876 27428 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255327448 9855975424 43391 33554432000 1073741824 1073778376 140736483125664 139673022032040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29883] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29883/stat : 29883 (java) S 29874 29876 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255327448 9855975424 43391 33554432000 1073741824 1073778376 140736483125664 139673020980264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29884] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29884/stat : 29884 (java) S 29874 29876 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255327448 9855975424 43391 33554432000 1073741824 1073778376 140736483125664 139673019927464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29885] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29885/stat : 29885 (java) S 29874 29876 27428 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255327448 9855975424 43391 33554432000 1073741824 1073778376 140736483125664 139673018874664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29876/tid=29886] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29886/stat : 29886 (java) S 29874 29876 27428 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255327448 9855975424 43391 33554432000 1073741824 1073778376 140736483125664 139673017821864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29887] ppid=29874 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/29876/task/29887/stat : 29887 (java) S 29874 29876 27428 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 19 0 255327449 9855975424 43391 33554432000 1073741824 1073778376 140736483125664 139672886950376 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29888] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29888/stat : 29888 (java) S 29874 29876 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255327450 9855975424 43391 33554432000 1073741824 1073778376 140736483125664 139672885896440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29889] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29889/stat : 29889 (java) S 29874 29876 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255327450 9855975424 43391 33554432000 1073741824 1073778376 140736483125664 139672884843528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29890] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29890/stat : 29890 (java) S 29874 29876 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255327452 9855975424 43391 33554432000 1073741824 1073778376 140736483125664 139672883792016 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29891] ppid=29874 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/29876/task/29891/stat : 29891 (java) S 29874 29876 27428 0 -1 4202560 3425 0 0 0 51 0 0 0 20 0 19 0 255327452 9855975424 43391 33554432000 1073741824 1073778376 140736483125664 139672882740152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29892] ppid=29874 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/29876/task/29892/stat : 29892 (java) S 29874 29876 27428 0 -1 4202560 2622 0 0 0 50 0 0 0 20 0 19 0 255327452 9855975424 43391 33554432000 1073741824 1073778376 140736483125664 139672881687352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29876/tid=29893] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29893/stat : 29893 (java) S 29874 29876 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255327452 9855975424 43391 33554432000 1073741824 1073778376 140736483125664 139672880634744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29876/tid=29894] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29894/stat : 29894 (java) S 29874 29876 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255327452 9855975424 43391 33554432000 1073741824 1073778376 140736483125664 139672879582152 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29895] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29895/stat : 29895 (java) S 29874 29876 27428 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255327508 9855975424 43391 33554432000 1073741824 1073778376 140736483125664 139672878527656 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=29876/tid=29884] ppid=29874 vsize=9624976 CPUtime=2.44 cores=0,2,4,6
/proc/29876/task/29884/stat : 29884 (java) S 29874 29876 27428 0 -1 4202560 1054 0 0 0 235 9 0 0 20 0 19 0 255327448 9855975424 149490 33554432000 1073741824 1073778376 140736483125664 139673019927464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29876/tid=29885] ppid=29874 vsize=9624976 CPUtime=2.4 cores=0,2,4,6
/proc/29876/task/29885/stat : 29885 (java) S 29874 29876 27428 0 -1 4202560 703 0 0 0 229 11 0 0 20 0 19 0 255327448 9855975424 149490 33554432000 1073741824 1073778376 140736483125664 139673018874664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29886] ppid=29874 vsize=9624976 CPUtime=2.45 cores=0,2,4,6
/proc/29876/task/29886/stat : 29886 (java) S 29874 29876 27428 0 -1 4202560 1567 0 0 0 234 11 0 0 20 0 19 0 255327448 9855975424 149490 33554432000 1073741824 1073778376 140736483125664 139673017821864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29887] ppid=29874 vsize=9624976 CPUtime=6.12 cores=0,2,4,6
/proc/29876/task/29887/stat : 29887 (java) S 29874 29876 27428 0 -1 4202560 784 0 0 0 609 3 0 0 20 0 19 0 255327449 9855975424 149490 33554432000 1073741824 1073778376 140736483125664 139672886950376 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29888] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29888/stat : 29888 (java) S 29874 29876 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255327450 9855975424 149490 33554432000 1073741824 1073778376 140736483125664 139672885896440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29889] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29889/stat : 29889 (java) S 29874 29876 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255327450 9855975424 149490 33554432000 1073741824 1073778376 140736483125664 139672884843528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29890] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29890/stat : 29890 (java) S 29874 29876 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255327452 9855975424 149490 33554432000 1073741824 1073778376 140736483125664 139672883792016 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29891] ppid=29874 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/29876/task/29891/stat : 29891 (java) S 29874 29876 27428 0 -1 4202560 3448 0 0 0 55 0 0 0 20 0 19 0 255327452 9855975424 149490 33554432000 1073741824 1073778376 140736483125664 139672882740152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29876/tid=29892] ppid=29874 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/29876/task/29892/stat : 29892 (java) S 29874 29876 27428 0 -1 4202560 2679 0 0 0 63 0 0 0 20 0 19 0 255327452 9855975424 149490 33554432000 1073741824 1073778376 140736483125664 139672881687352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29893] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29893/stat : 29893 (java) S 29874 29876 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255327452 9855975424 149490 33554432000 1073741824 1073778376 140736483125664 139672880634744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29876/tid=29894] ppid=29874 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/29876/task/29894/stat : 29894 (java) S 29874 29876 27428 0 -1 4202560 99 0 0 0 27 25 0 0 20 0 19 0 255327452 9855975424 149490 33554432000 1073741824 1073778376 140736483125664 139672879582152 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29895] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29895/stat : 29895 (java) S 29874 29876 27428 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255327508 9855975424 149490 33554432000 1073741824 1073778376 140736483125664 139672878527656 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1737.75
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.12 2.08 2.02 3/213 29989
/proc/meminfo: memFree=28732112/32873648 swapFree=7112/7112
[pid=29876] ppid=29874 vsize=9624976 CPUtime=1799.21 cores=0,2,4,6
/proc/29876/stat : 29876 (java) S 29874 29876 27428 0 -1 4202496 22562 0 1 0 179798 123 0 0 20 0 19 0 255327446 9855975424 143767 33554432000 1073741824 1073778376 140736483125664 140736483116800 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29876/statm: 2406244 143767 2282 9 0 2396937 0
[pid=29876/tid=29878] ppid=29874 vsize=9624976 CPUtime=1769.86 cores=0,2,4,6
/proc/29876/task/29878/stat : 29878 (java) R 29874 29876 27428 0 -1 4202560 2810 0 1 0 176953 33 0 0 20 0 19 0 255327447 9855975424 143767 33554432000 1073741824 1073778376 140736483125664 139673063697792 139672890899464 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29876/tid=29879] ppid=29874 vsize=9624976 CPUtime=2.61 cores=0,2,4,6
/proc/29876/task/29879/stat : 29879 (java) S 29874 29876 27428 0 -1 4202560 1495 0 0 0 250 11 0 0 20 0 19 0 255327448 9855975424 143767 33554432000 1073741824 1073778376 140736483125664 139673025190440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29880] ppid=29874 vsize=9624976 CPUtime=2.68 cores=0,2,4,6
/proc/29876/task/29880/stat : 29880 (java) S 29874 29876 27428 0 -1 4202560 1472 0 0 0 255 13 0 0 20 0 19 0 255327448 9855975424 143767 33554432000 1073741824 1073778376 140736483125664 139673024137640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29881] ppid=29874 vsize=9624976 CPUtime=2.65 cores=0,2,4,6
/proc/29876/task/29881/stat : 29881 (java) S 29874 29876 27428 0 -1 4202560 1895 0 0 0 255 10 0 0 20 0 19 0 255327448 9855975424 143767 33554432000 1073741824 1073778376 140736483125664 139673023084840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29876/tid=29882] ppid=29874 vsize=9624976 CPUtime=2.68 cores=0,2,4,6
/proc/29876/task/29882/stat : 29882 (java) S 29874 29876 27428 0 -1 4202560 1382 0 0 0 257 11 0 0 20 0 19 0 255327448 9855975424 143767 33554432000 1073741824 1073778376 140736483125664 139673022032040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29883] ppid=29874 vsize=9624976 CPUtime=2.81 cores=0,2,4,6
/proc/29876/task/29883/stat : 29883 (java) S 29874 29876 27428 0 -1 4202560 1403 0 0 0 270 11 0 0 20 0 19 0 255327448 9855975424 143767 33554432000 1073741824 1073778376 140736483125664 139673020980264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29884] ppid=29874 vsize=9624976 CPUtime=2.69 cores=0,2,4,6
/proc/29876/task/29884/stat : 29884 (java) S 29874 29876 27428 0 -1 4202560 1226 0 0 0 260 9 0 0 20 0 19 0 255327448 9855975424 143767 33554432000 1073741824 1073778376 140736483125664 139673019927464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29885] ppid=29874 vsize=9624976 CPUtime=2.65 cores=0,2,4,6
/proc/29876/task/29885/stat : 29885 (java) S 29874 29876 27428 0 -1 4202560 717 0 0 0 254 11 0 0 20 0 19 0 255327448 9855975424 143767 33554432000 1073741824 1073778376 140736483125664 139673018874664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29886] ppid=29874 vsize=9624976 CPUtime=2.7 cores=0,2,4,6
/proc/29876/task/29886/stat : 29886 (java) S 29874 29876 27428 0 -1 4202560 1945 0 0 0 259 11 0 0 20 0 19 0 255327448 9855975424 143767 33554432000 1073741824 1073778376 140736483125664 139673017821864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29876/tid=29887] ppid=29874 vsize=9624976 CPUtime=6.36 cores=0,2,4,6
/proc/29876/task/29887/stat : 29887 (java) S 29874 29876 27428 0 -1 4202560 803 0 0 0 632 4 0 0 20 0 19 0 255327449 9855975424 143767 33554432000 1073741824 1073778376 140736483125664 139672886950376 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29888] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29888/stat : 29888 (java) S 29874 29876 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255327450 9855975424 143767 33554432000 1073741824 1073778376 140736483125664 139672885896440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29889] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29889/stat : 29889 (java) S 29874 29876 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255327450 9855975424 143767 33554432000 1073741824 1073778376 140736483125664 139672884843528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29890] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29890/stat : 29890 (java) S 29874 29876 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255327452 9855975424 143767 33554432000 1073741824 1073778376 140736483125664 139672883792016 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29891] ppid=29874 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/29876/task/29891/stat : 29891 (java) S 29874 29876 27428 0 -1 4202560 3448 0 0 0 55 0 0 0 20 0 19 0 255327452 9855975424 143767 33554432000 1073741824 1073778376 140736483125664 139672882740152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29876/tid=29892] ppid=29874 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/29876/task/29892/stat : 29892 (java) S 29874 29876 27428 0 -1 4202560 2679 0 0 0 63 0 0 0 20 0 19 0 255327452 9855975424 143767 33554432000 1073741824 1073778376 140736483125664 139672881687352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29893] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29893/stat : 29893 (java) S 29874 29876 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255327452 9855975424 143767 33554432000 1073741824 1073778376 140736483125664 139672880634744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29876/tid=29894] ppid=29874 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/29876/task/29894/stat : 29894 (java) S 29874 29876 27428 0 -1 4202560 103 0 0 0 28 26 0 0 20 0 19 0 255327452 9855975424 143767 33554432000 1073741824 1073778376 140736483125664 139672879582152 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29895] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29895/stat : 29895 (java) S 29874 29876 27428 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255327508 9855975424 143767 33554432000 1073741824 1073778376 140736483125664 139672878527656 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.21
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.11 s]
/proc/loadavg: 2.12 2.08 2.02 3/213 29989
/proc/meminfo: memFree=28693388/32873648 swapFree=7112/7112
[pid=29876] ppid=29874 vsize=9624976 CPUtime=1800.06 cores=0,2,4,6
/proc/29876/stat : 29876 (java) S 29874 29876 27428 0 -1 4202496 23056 0 1 0 179882 124 0 0 20 0 19 0 255327446 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 140736483116800 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29876/statm: 2406244 144770 2282 9 0 2396937 0
[pid=29876/tid=29878] ppid=29874 vsize=9624976 CPUtime=1770.66 cores=0,2,4,6
/proc/29876/task/29878/stat : 29878 (java) R 29874 29876 27428 0 -1 4202560 2811 0 1 0 177033 33 0 0 20 0 19 0 255327447 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139673063697912 139672890373270 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29876/tid=29879] ppid=29874 vsize=9624976 CPUtime=2.61 cores=0,2,4,6
/proc/29876/task/29879/stat : 29879 (java) S 29874 29876 27428 0 -1 4202560 1495 0 0 0 250 11 0 0 20 0 19 0 255327448 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139673025190440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29880] ppid=29874 vsize=9624976 CPUtime=2.68 cores=0,2,4,6
/proc/29876/task/29880/stat : 29880 (java) S 29874 29876 27428 0 -1 4202560 1472 0 0 0 255 13 0 0 20 0 19 0 255327448 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139673024137640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29881] ppid=29874 vsize=9624976 CPUtime=2.66 cores=0,2,4,6
/proc/29876/task/29881/stat : 29881 (java) S 29874 29876 27428 0 -1 4202560 1965 0 0 0 256 10 0 0 20 0 19 0 255327448 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139673023084840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29876/tid=29882] ppid=29874 vsize=9624976 CPUtime=2.7 cores=0,2,4,6
/proc/29876/task/29882/stat : 29882 (java) S 29874 29876 27428 0 -1 4202560 1421 0 0 0 259 11 0 0 20 0 19 0 255327448 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139673022032040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29883] ppid=29874 vsize=9624976 CPUtime=2.82 cores=0,2,4,6
/proc/29876/task/29883/stat : 29883 (java) S 29874 29876 27428 0 -1 4202560 1764 0 0 0 271 11 0 0 20 0 19 0 255327448 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139673020980264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29884] ppid=29874 vsize=9624976 CPUtime=2.69 cores=0,2,4,6
/proc/29876/task/29884/stat : 29884 (java) S 29874 29876 27428 0 -1 4202560 1226 0 0 0 260 9 0 0 20 0 19 0 255327448 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139673019927464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29876/tid=29885] ppid=29874 vsize=9624976 CPUtime=2.65 cores=0,2,4,6
/proc/29876/task/29885/stat : 29885 (java) S 29874 29876 27428 0 -1 4202560 717 0 0 0 254 11 0 0 20 0 19 0 255327448 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139673018874664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29886] ppid=29874 vsize=9624976 CPUtime=2.71 cores=0,2,4,6
/proc/29876/task/29886/stat : 29886 (java) S 29874 29876 27428 0 -1 4202560 1967 0 0 0 260 11 0 0 20 0 19 0 255327448 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139673017821864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29876/tid=29887] ppid=29874 vsize=9624976 CPUtime=6.36 cores=0,2,4,6
/proc/29876/task/29887/stat : 29887 (java) S 29874 29876 27428 0 -1 4202560 804 0 0 0 632 4 0 0 20 0 19 0 255327449 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139672886950376 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29888] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29888/stat : 29888 (java) S 29874 29876 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255327450 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139672885896440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29889] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29889/stat : 29889 (java) S 29874 29876 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255327450 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139672884843528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29890] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29890/stat : 29890 (java) S 29874 29876 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255327452 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139672883792016 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29891] ppid=29874 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/29876/task/29891/stat : 29891 (java) S 29874 29876 27428 0 -1 4202560 3448 0 0 0 55 0 0 0 20 0 19 0 255327452 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139672882740152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29876/tid=29892] ppid=29874 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/29876/task/29892/stat : 29892 (java) S 29874 29876 27428 0 -1 4202560 2679 0 0 0 63 0 0 0 20 0 19 0 255327452 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139672881687352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29893] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29893/stat : 29893 (java) S 29874 29876 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255327452 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139672880634744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29876/tid=29894] ppid=29874 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/29876/task/29894/stat : 29894 (java) S 29874 29876 27428 0 -1 4202560 103 0 0 0 28 26 0 0 20 0 19 0 255327452 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139672879582152 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29895] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29895/stat : 29895 (java) S 29874 29876 27428 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255327508 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139672878527656 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 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+1783.11 s]
/proc/loadavg: 2.12 2.08 2.02 3/213 29989
/proc/meminfo: memFree=28693388/32873648 swapFree=7112/7112
[pid=29876] ppid=29874 vsize=9624976 CPUtime=1800.06 cores=0,2,4,6
/proc/29876/stat : 29876 (java) S 29874 29876 27428 0 -1 4202496 23056 0 1 0 179882 124 0 0 20 0 19 0 255327446 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 140736483116800 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29876/statm: 2406244 144770 2282 9 0 2396937 0
[pid=29876/tid=29878] ppid=29874 vsize=9624976 CPUtime=1770.66 cores=0,2,4,6
/proc/29876/task/29878/stat : 29878 (java) R 29874 29876 27428 0 -1 4202560 2811 0 1 0 177033 33 0 0 20 0 19 0 255327447 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139673063697912 139672890373270 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29876/tid=29879] ppid=29874 vsize=9624976 CPUtime=2.61 cores=0,2,4,6
/proc/29876/task/29879/stat : 29879 (java) S 29874 29876 27428 0 -1 4202560 1495 0 0 0 250 11 0 0 20 0 19 0 255327448 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139673025190440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29880] ppid=29874 vsize=9624976 CPUtime=2.68 cores=0,2,4,6
/proc/29876/task/29880/stat : 29880 (java) S 29874 29876 27428 0 -1 4202560 1472 0 0 0 255 13 0 0 20 0 19 0 255327448 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139673024137640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29881] ppid=29874 vsize=9624976 CPUtime=2.66 cores=0,2,4,6
/proc/29876/task/29881/stat : 29881 (java) S 29874 29876 27428 0 -1 4202560 1965 0 0 0 256 10 0 0 20 0 19 0 255327448 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139673023084840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29876/tid=29882] ppid=29874 vsize=9624976 CPUtime=2.7 cores=0,2,4,6
/proc/29876/task/29882/stat : 29882 (java) S 29874 29876 27428 0 -1 4202560 1421 0 0 0 259 11 0 0 20 0 19 0 255327448 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139673022032040 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29883] ppid=29874 vsize=9624976 CPUtime=2.82 cores=0,2,4,6
/proc/29876/task/29883/stat : 29883 (java) S 29874 29876 27428 0 -1 4202560 1764 0 0 0 271 11 0 0 20 0 19 0 255327448 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139673020980264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29884] ppid=29874 vsize=9624976 CPUtime=2.69 cores=0,2,4,6
/proc/29876/task/29884/stat : 29884 (java) S 29874 29876 27428 0 -1 4202560 1226 0 0 0 260 9 0 0 20 0 19 0 255327448 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139673019927464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29876/tid=29885] ppid=29874 vsize=9624976 CPUtime=2.65 cores=0,2,4,6
/proc/29876/task/29885/stat : 29885 (java) S 29874 29876 27428 0 -1 4202560 717 0 0 0 254 11 0 0 20 0 19 0 255327448 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139673018874664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29886] ppid=29874 vsize=9624976 CPUtime=2.71 cores=0,2,4,6
/proc/29876/task/29886/stat : 29886 (java) S 29874 29876 27428 0 -1 4202560 1967 0 0 0 260 11 0 0 20 0 19 0 255327448 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139673017821864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29876/tid=29887] ppid=29874 vsize=9624976 CPUtime=6.36 cores=0,2,4,6
/proc/29876/task/29887/stat : 29887 (java) S 29874 29876 27428 0 -1 4202560 804 0 0 0 632 4 0 0 20 0 19 0 255327449 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139672886950376 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29888] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29888/stat : 29888 (java) S 29874 29876 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255327450 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139672885896440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29889] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29889/stat : 29889 (java) S 29874 29876 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255327450 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139672884843528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29890] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29890/stat : 29890 (java) S 29874 29876 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255327452 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139672883792016 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29876/tid=29891] ppid=29874 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/29876/task/29891/stat : 29891 (java) S 29874 29876 27428 0 -1 4202560 3448 0 0 0 55 0 0 0 20 0 19 0 255327452 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139672882740152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29876/tid=29892] ppid=29874 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/29876/task/29892/stat : 29892 (java) S 29874 29876 27428 0 -1 4202560 2679 0 0 0 63 0 0 0 20 0 19 0 255327452 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139672881687352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29893] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29893/stat : 29893 (java) S 29874 29876 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255327452 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139672880634744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29876/tid=29894] ppid=29874 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/29876/task/29894/stat : 29894 (java) S 29874 29876 27428 0 -1 4202560 103 0 0 0 28 26 0 0 20 0 19 0 255327452 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139672879582152 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29876/tid=29895] ppid=29874 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29876/task/29895/stat : 29895 (java) S 29874 29876 27428 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255327508 9855975424 144770 33554432000 1073741824 1073778376 140736483125664 139672878527656 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1783.18
CPU time (s): 1800.67
CPU user time (s): 1799.03
CPU system time (s): 1.64075
CPU usage (%): 100.981
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.64075
maximum resident set size= 726736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23092
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= 46749
involuntary context switches= 43312

runsolver used 6.13107 second user time and 14.3828 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-24 22:40:15
IDJOB=3689649
IDBENCH=90141
IDSOLVER=2269
FILE ID=node126/3689649-1337892015
RUNJOBID= node126-1337871880-27445
PBS_JOBID= 14620078
Free space on /tmp= 71680 MiB

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

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

MD5SUM BENCH= 828e3d173a352fe2cabe4815c21f6f3f
RANDOM SEED=774408885

node126.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.456
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	: 5332.91
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.456
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.456
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.92
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.456
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.456
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.92
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.456
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.456
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.90
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.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29504688 kB
Buffers:          243976 kB
Cached:          1881808 kB
SwapCached:        17768 kB
Active:           836180 kB
Inactive:        1759268 kB
Active(anon):     451824 kB
Inactive(anon):    19404 kB
Active(file):     384356 kB
Inactive(file):  1739864 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086928 kB
Dirty:              1648 kB
Writeback:             0 kB
AnonPages:        473092 kB
Mapped:            18272 kB
Shmem:                 0 kB
Slab:             622640 kB
SReclaimable:      67032 kB
SUnreclaim:       555608 kB
KernelStack:        1608 kB
PageTables:         5168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     700932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    430080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71680 MiB
End job on node126 at 2012-05-24 23:10:01