Trace number 3688777

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.57 1788.18

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_10_4_40.opb
MD5SUM13010ca91734567bf39d8d1f9ccac492
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.083986
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)5048
Sum of products size (including duplicates)10096
Number of different products2524
Sum of products size5048

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.11	c Free memory 		501472288
0.07/0.11	c Max memory 		7480803328
0.07/0.11	c Total memory 		504102912
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3688777-1337888026.opb
0.07/0.13	c reading problem ... 
0.41/0.38	c ... done. Wall clock time 0.253s.
0.41/0.38	c declared #vars     400
0.41/0.38	c internal #vars     2924
0.41/0.38	c #constraints  5651
0.41/0.38	c constraints type 
0.41/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2524
0.41/0.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
0.41/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
0.41/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2524
0.41/0.38	c 5651 constraints processed.
2.03/1.22	c cleaning 2482 clauses out of 5000 with flag 5000/5000
2.58/1.65	c cleaning 4258 clauses out of 8518 with flag 11000/11000
3.12/2.02	c cleaning 5627 clauses out of 11265 with flag 18005/18005
3.65/2.42	c cleaning 6810 clauses out of 13633 with flag 26000/26000
4.09/2.89	c cleaning 7910 clauses out of 15823 with flag 35000/35000
4.92/3.66	c cleaning 8984 clauses out of 17968 with flag 45055/45055
6.43/5.19	c cleaning 9975 clauses out of 19949 with flag 56020/56020
7.33/6.05	c cleaning 10972 clauses out of 21954 with flag 68000/68000
8.34/7.03	c cleaning 12035 clauses out of 24070 with flag 81088/81088
9.56/8.21	c cleaning 12987 clauses out of 25973 with flag 95026/95026
10.89/9.55	c cleaning 13941 clauses out of 27964 with flag 110004/110004
11.89/10.55	c cleaning 14999 clauses out of 30019 with flag 126000/126000
12.91/11.54	c cleaning 16008 clauses out of 32021 with flag 143001/143001
13.93/12.52	c cleaning 17004 clauses out of 34017 with flag 161005/161005
15.04/13.60	c cleaning 17997 clauses out of 36008 with flag 180000/180000
16.05/14.60	c cleaning 19001 clauses out of 38011 with flag 200000/200000
17.36/15.96	c cleaning 20005 clauses out of 40010 with flag 221000/221000
20.09/18.69	c cleaning 21004 clauses out of 42008 with flag 243003/243003
24.03/22.53	c cleaning 21995 clauses out of 44003 with flag 266002/266002
26.07/24.53	c cleaning 22989 clauses out of 46007 with flag 290001/290001
28.02/26.46	c cleaning 24001 clauses out of 48017 with flag 315000/315000
31.75/30.17	c cleaning 25012 clauses out of 50024 with flag 341008/341008
36.01/34.32	c cleaning 26014 clauses out of 52050 with flag 368046/368046
39.25/37.50	c cleaning 26979 clauses out of 53993 with flag 396003/396003
41.61/39.87	c cleaning 28000 clauses out of 56012 with flag 425001/425001
45.95/44.10	c cleaning 29028 clauses out of 58056 with flag 455045/455045
50.49/48.61	c cleaning 29971 clauses out of 59987 with flag 486004/486004
54.54/52.66	c cleaning 31006 clauses out of 62012 with flag 518000/518000
58.60/56.62	c cleaning 31989 clauses out of 64011 with flag 551005/551005
63.01/61.06	c cleaning 33010 clauses out of 66019 with flag 585002/585002
67.84/65.85	c cleaning 33959 clauses out of 68018 with flag 620011/620011
72.07/70.00	c cleaning 35034 clauses out of 70074 with flag 656026/656026
76.65/74.55	c cleaning 35999 clauses out of 72018 with flag 693004/693004
80.08/77.91	c cleaning 37026 clauses out of 74059 with flag 731044/731044
84.81/82.65	c cleaning 37989 clauses out of 75992 with flag 770003/770003
89.87/87.67	c cleaning 38988 clauses out of 78012 with flag 810012/810012
95.41/93.14	c cleaning 39998 clauses out of 80012 with flag 851000/851000
100.57/98.25	c cleaning 41001 clauses out of 82017 with flag 893003/893003
107.49/105.16	c cleaning 42005 clauses out of 84013 with flag 936000/936000
112.71/110.39	c cleaning 42989 clauses out of 86016 with flag 980008/980008
117.46/115.04	c cleaning 44001 clauses out of 88023 with flag 1025004/1025004
120.80/118.38	c cleaning 45007 clauses out of 90021 with flag 1071003/1071003
125.17/122.63	c cleaning 45994 clauses out of 92018 with flag 1118007/1118007
131.21/128.63	c cleaning 46976 clauses out of 94023 with flag 1166006/1166006
138.12/135.57	c cleaning 47991 clauses out of 96048 with flag 1215007/1215007
145.05/142.48	c cleaning 49029 clauses out of 98072 with flag 1265022/1265022
151.01/148.38	c cleaning 50001 clauses out of 100042 with flag 1316021/1316021
158.11/155.33	c cleaning 51011 clauses out of 102048 with flag 1368028/1368028
167.88/165.04	c cleaning 51977 clauses out of 104017 with flag 1421008/1421008
177.95/175.08	c cleaning 53015 clauses out of 106046 with flag 1475014/1475014
186.97/184.03	c cleaning 54023 clauses out of 108049 with flag 1530032/1530032
196.56/193.56	c cleaning 54983 clauses out of 109994 with flag 1586000/1586000
203.63/200.56	c cleaning 56002 clauses out of 112026 with flag 1643015/1643015
209.68/206.51	c cleaning 56991 clauses out of 114012 with flag 1701003/1701003
215.63/212.43	c cleaning 58006 clauses out of 116019 with flag 1760001/1760001
225.41/222.14	c cleaning 59003 clauses out of 118019 with flag 1820007/1820007
236.30/232.94	c cleaning 59972 clauses out of 120009 with flag 1881000/1881000
246.69/243.23	c cleaning 61025 clauses out of 122077 with flag 1943040/1943040
256.57/253.02	c cleaning 62009 clauses out of 124035 with flag 2006023/2006023
264.34/260.77	c cleaning 62995 clauses out of 126003 with flag 2070000/2070000
269.07/265.45	c cleaning 63997 clauses out of 128008 with flag 2135000/2135000
275.24/271.55	c cleaning 65006 clauses out of 130013 with flag 2201002/2201002
280.85/277.05	c cleaning 66001 clauses out of 132005 with flag 2268000/2268000
286.56/282.60	c cleaning 66994 clauses out of 134004 with flag 2336000/2336000
293.62/289.68	c cleaning 67990 clauses out of 136011 with flag 2405001/2405001
300.40/296.32	c cleaning 69006 clauses out of 138022 with flag 2475002/2475002
306.94/302.86	c cleaning 70007 clauses out of 140014 with flag 2546000/2546000
313.51/309.32	c cleaning 71002 clauses out of 142007 with flag 2618000/2618000
320.06/315.88	c cleaning 71998 clauses out of 144006 with flag 2691001/2691001
327.62/323.38	c cleaning 72998 clauses out of 146007 with flag 2765000/2765000
335.20/330.82	c cleaning 74004 clauses out of 148011 with flag 2840002/2840002
342.48/338.07	c cleaning 75000 clauses out of 150006 with flag 2916001/2916001
350.11/345.63	c cleaning 76008 clauses out of 152016 with flag 2993011/2993011
363.41/358.87	c cleaning 77002 clauses out of 154009 with flag 3071012/3071012
379.50/374.87	c cleaning 77984 clauses out of 156003 with flag 3150008/3150008
395.77/391.03	c cleaning 78973 clauses out of 158023 with flag 3230012/3230012
406.64/401.81	c cleaning 79988 clauses out of 160038 with flag 3311000/3311000
416.80/411.91	c cleaning 81016 clauses out of 162067 with flag 3393017/3393017
431.91/426.95	c cleaning 82021 clauses out of 164073 with flag 3476039/3476039
447.95/442.91	c cleaning 82977 clauses out of 166018 with flag 3560005/3560005
461.75/456.61	c cleaning 83964 clauses out of 168036 with flag 3645000/3645000
477.12/471.92	c cleaning 85008 clauses out of 170096 with flag 3731024/3731024
490.89/485.65	c cleaning 86010 clauses out of 172081 with flag 3818017/3818017
508.26/502.94	c cleaning 87024 clauses out of 174063 with flag 3906009/3906009
524.97/519.54	c cleaning 87974 clauses out of 176031 with flag 3995001/3995001
542.59/537.04	c cleaning 89000 clauses out of 178056 with flag 4085000/4085000
562.18/556.53	c cleaning 89997 clauses out of 180066 with flag 4176010/4176010
579.42/573.74	c cleaning 90998 clauses out of 182069 with flag 4268010/4268010
595.56/589.73	c cleaning 92015 clauses out of 184074 with flag 4361013/4361013
611.59/605.51	c cleaning 93013 clauses out of 186066 with flag 4455020/4455020
626.62/620.53	c cleaning 94018 clauses out of 188035 with flag 4550002/4550002
636.19/630.04	c cleaning 95003 clauses out of 190018 with flag 4646003/4646003
644.87/638.69	c cleaning 95999 clauses out of 192014 with flag 4743002/4743002
654.36/648.07	c cleaning 97005 clauses out of 194014 with flag 4841001/4841001
664.55/658.19	c cleaning 98011 clauses out of 196022 with flag 4940014/4940014
682.43/675.95	c cleaning 98963 clauses out of 198003 with flag 5040006/5040006
704.76/698.13	c cleaning 99998 clauses out of 200057 with flag 5141023/5141023
728.96/722.26	c cleaning 100965 clauses out of 202045 with flag 5243009/5243009
750.03/743.23	c cleaning 102030 clauses out of 204092 with flag 5346021/5346021
772.42/765.40	c cleaning 103008 clauses out of 206073 with flag 5450032/5450032
795.86/788.89	c cleaning 104019 clauses out of 208065 with flag 5555032/5555032
813.50/806.33	c cleaning 104983 clauses out of 210024 with flag 5661010/5661010
828.91/821.63	c cleaning 106008 clauses out of 212035 with flag 5768004/5768004
840.81/833.47	c cleaning 106998 clauses out of 214023 with flag 5876000/5876000
857.95/850.42	c cleaning 107996 clauses out of 216028 with flag 5985003/5985003
870.17/862.58	c cleaning 109009 clauses out of 218029 with flag 6095000/6095000
884.28/876.50	c cleaning 110001 clauses out of 220022 with flag 6206002/6206002
897.41/889.44	c cleaning 111007 clauses out of 222020 with flag 6318001/6318001
914.24/906.24	c cleaning 112002 clauses out of 224016 with flag 6431004/6431004
925.35/917.23	c cleaning 112996 clauses out of 226010 with flag 6545000/6545000
937.73/929.52	c cleaning 114006 clauses out of 228014 with flag 6660000/6660000
956.86/948.70	c cleaning 114976 clauses out of 230019 with flag 6776011/6776011
987.78/979.41	c cleaning 116031 clauses out of 232071 with flag 6893039/6893039
1012.03/1003.51	c cleaning 116987 clauses out of 234021 with flag 7011020/7011020
1035.23/1026.62	c cleaning 117978 clauses out of 236016 with flag 7130002/7130002
1058.04/1049.34	c cleaning 119041 clauses out of 238088 with flag 7250052/7250052
1091.17/1082.36	c cleaning 119982 clauses out of 240023 with flag 7371028/7371028
1116.73/1107.77	c cleaning 121009 clauses out of 242054 with flag 7493041/7493041
1146.27/1137.18	c cleaning 121997 clauses out of 244050 with flag 7616046/7616046
1169.21/1159.98	c cleaning 122983 clauses out of 246010 with flag 7740003/7740003
1196.92/1187.57	c cleaning 123987 clauses out of 248043 with flag 7865019/7865019
1218.87/1209.37	c cleaning 124982 clauses out of 250037 with flag 7991000/7991000
1248.17/1238.57	c cleaning 126014 clauses out of 252062 with flag 8118007/8118007
1271.90/1262.06	c cleaning 127007 clauses out of 254042 with flag 8246001/8246001
1293.52/1283.54	c cleaning 128009 clauses out of 256035 with flag 8375001/8375001
1310.07/1299.95	c cleaning 129004 clauses out of 258028 with flag 8505003/8505003
1324.87/1314.66	c cleaning 130004 clauses out of 260021 with flag 8636000/8636000
1346.41/1336.10	c cleaning 131004 clauses out of 262017 with flag 8768000/8768000
1369.22/1358.83	c cleaning 131999 clauses out of 264014 with flag 8901001/8901001
1387.00/1376.53	c cleaning 132999 clauses out of 266017 with flag 9035003/9035003
1403.30/1392.77	c cleaning 134002 clauses out of 268015 with flag 9170000/9170000
1424.35/1413.73	c cleaning 135004 clauses out of 270016 with flag 9306003/9306003
1444.38/1433.74	c cleaning 136000 clauses out of 272010 with flag 9443001/9443001
1465.17/1454.44	c cleaning 137002 clauses out of 274013 with flag 9581004/9581004
1487.65/1476.81	c cleaning 138002 clauses out of 276007 with flag 9720000/9720000
1510.07/1499.15	c cleaning 139000 clauses out of 278010 with flag 9860005/9860005
1530.54/1519.51	c cleaning 140001 clauses out of 280005 with flag 10001000/10001000
1549.62/1538.53	c cleaning 140999 clauses out of 282004 with flag 10143000/10143000
1594.54/1583.32	c cleaning 142028 clauses out of 284058 with flag 10286053/10286053
1635.45/1624.00	c cleaning 142969 clauses out of 285982 with flag 10430005/10430005
1668.95/1657.31	c cleaning 143961 clauses out of 288018 with flag 10575010/10575010
1705.19/1693.43	c cleaning 144968 clauses out of 290048 with flag 10721001/10721001
1743.41/1731.53	c cleaning 146036 clauses out of 292079 with flag 10868000/10868000
1779.98/1767.95	c cleaning 147043 clauses out of 294098 with flag 11016055/11016055
1800.57/1788.13	c starts		: 322
1800.57/1788.13	c conflicts		: 11165006
1800.57/1788.13	c decisions		: 20640022
1800.57/1788.13	c propagations		: 244469016
1800.57/1788.13	c inspects		: 12284499399
1800.57/1788.13	c shortcuts		: 0
1800.57/1788.13	c learnt literals	: 0
1800.57/1788.13	c learnt binary clauses	: 0
1800.57/1788.13	c learnt ternary clauses	: 1357
1800.57/1788.13	c learnt constraints	: 11165006
1800.57/1788.13	c ignored constraints	: 0
1800.57/1788.13	c root simplifications	: 0
1800.57/1788.13	c removed literals (reason simplification)	: 0
1800.57/1788.13	c reason swapping (by a shorter reason)	: 0
1800.57/1788.13	c Calls to reduceDB	: 145
1800.57/1788.13	c number of reductions to clauses (during analyze)	: 0
1800.57/1788.13	c number of learned constraints concerned by reduction	: 0
1800.57/1788.13	c number of learning phase by resolution	: 0
1800.57/1788.13	c number of learning phase by cutting planes	: 0
1800.57/1788.13	c speed (assignments/second)	: 136747.3695868867
1800.57/1788.13	c non guided choices	2711
1800.57/1788.17	c learnt constraints type 
1800.57/1788.17	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 296006
1800.57/1788.17	c constraints type 
1800.57/1788.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2524
1800.57/1788.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.57/1788.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.57/1788.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2524
1800.57/1788.17	c 5651 constraints processed.
1800.57/1788.17	s UNKNOWN
1800.57/1788.17	c Total wall clock time (in seconds): 1788.042

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

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 16108
/proc/meminfo: memFree=28664916/32873844 swapFree=7104/7104
[pid=16108] ppid=16106 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/16108/stat : 16108 (java) D 16106 16108 14581 0 -1 4202496 92 0 0 0 0 0 0 0 20 0 1 0 254927529 2560000 46 33554432000 1073741824 1073778376 140733204435872 140733204433000 233211784487 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/16108/statm: 625 46 37 9 0 29 0

[startup+0.0202909 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 16108
/proc/meminfo: memFree=28664916/32873844 swapFree=7104/7104
[pid=16108] ppid=16106 vsize=96268 CPUtime=0 cores=0,2,4,6
/proc/16108/stat : 16108 (java) S 16106 16108 14581 0 -1 4202496 1288 0 0 0 0 0 0 0 20 0 2 0 254927529 98578432 989 33554432000 1073741824 1073778376 140733704561584 140733704552720 233224306749 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16108/statm: 24067 989 755 9 0 16773 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96268

[startup+0.100281 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 16108
/proc/meminfo: memFree=28664916/32873844 swapFree=7104/7104
[pid=16108] ppid=16106 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/16108/stat : 16108 (java) S 16106 16108 14581 0 -1 4202496 3465 0 1 0 6 1 0 0 20 0 18 0 254927529 9787813888 4163 33554432000 1073741824 1073778376 140733704561584 140733704552720 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16108/statm: 2389603 4163 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300159 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 16108
/proc/meminfo: memFree=28664916/32873844 swapFree=7104/7104
[pid=16108] ppid=16106 vsize=9558412 CPUtime=0.41 cores=0,2,4,6
/proc/16108/stat : 16108 (java) S 16106 16108 14581 0 -1 4202496 6079 0 1 0 40 1 0 0 20 0 18 0 254927529 9787813888 8397 33554432000 1073741824 1073778376 140733704561584 140733704552720 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16108/statm: 2389603 8397 2227 9 0 2380296 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 9558412

[startup+0.700288 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 16108
/proc/meminfo: memFree=28664916/32873844 swapFree=7104/7104
[pid=16108] ppid=16106 vsize=9624976 CPUtime=1.48 cores=0,2,4,6
/proc/16108/stat : 16108 (java) S 16106 16108 14581 0 -1 4202496 15362 0 1 0 144 4 0 0 20 0 19 0 254927529 9855975424 15723 33554432000 1073741824 1073778376 140733704561584 140733704552720 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16108/statm: 2406244 15723 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9624976

[startup+1.50078 s]
/proc/loadavg: 1.92 1.99 1.99 3/213 16127
/proc/meminfo: memFree=28605448/32873844 swapFree=7104/7104
[pid=16108] ppid=16106 vsize=9624976 CPUtime=2.47 cores=0,2,4,6
/proc/16108/stat : 16108 (java) S 16106 16108 14581 0 -1 4202496 16074 0 1 0 242 5 0 0 20 0 19 0 254927529 9855975424 21459 33554432000 1073741824 1073778376 140733704561584 140733704552720 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16108/statm: 2406244 21459 2282 9 0 2396937 0
[pid=16108/tid=16110] ppid=16106 vsize=9624976 CPUtime=1.43 cores=0,2,4,6
/proc/16108/task/16110/stat : 16110 (java) R 16106 16108 14581 0 -1 4202560 2553 0 1 0 141 2 0 0 20 0 19 0 254927531 9855975424 21459 33554432000 1073741824 1073778376 140733704561584 140128478458408 140128350895262 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16111] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16111/stat : 16111 (java) S 16106 16108 14581 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254927532 9855975424 21459 33554432000 1073741824 1073778376 140733704561584 140128322472488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16112] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16112/stat : 16112 (java) S 16106 16108 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254927532 9855975424 21459 33554432000 1073741824 1073778376 140733704561584 140128321419688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16113] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16113/stat : 16113 (java) S 16106 16108 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254927532 9855975424 21459 33554432000 1073741824 1073778376 140733704561584 140128320366888 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16114] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16114/stat : 16114 (java) S 16106 16108 14581 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254927532 9855975424 21459 33554432000 1073741824 1073778376 140733704561584 140128319314088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16115] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16115/stat : 16115 (java) S 16106 16108 14581 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254927532 9855975424 21459 33554432000 1073741824 1073778376 140733704561584 140128318262312 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16116] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16116/stat : 16116 (java) S 16106 16108 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254927532 9855975424 21459 33554432000 1073741824 1073778376 140733704561584 140128317209512 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16117] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16117/stat : 16117 (java) S 16106 16108 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254927532 9855975424 21459 33554432000 1073741824 1073778376 140733704561584 140128316156712 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16118] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16118/stat : 16118 (java) S 16106 16108 14581 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254927532 9855975424 21459 33554432000 1073741824 1073778376 140733704561584 140128315103912 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16119] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16119/stat : 16119 (java) S 16106 16108 14581 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 254927533 9855975424 21459 33554432000 1073741824 1073778376 140733704561584 140128302692840 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16120] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16120/stat : 16120 (java) S 16106 16108 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254927534 9855975424 21459 33554432000 1073741824 1073778376 140733704561584 140128301638904 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16121] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16121/stat : 16121 (java) S 16106 16108 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254927534 9855975424 21459 33554432000 1073741824 1073778376 140733704561584 140128300585992 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16122] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16122/stat : 16122 (java) S 16106 16108 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254927537 9855975424 21459 33554432000 1073741824 1073778376 140733704561584 140128299534480 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16123] ppid=16106 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/16108/task/16123/stat : 16123 (java) S 16106 16108 14581 0 -1 4202560 4921 0 0 0 52 2 0 0 20 0 19 0 254927537 9855975424 21459 33554432000 1073741824 1073778376 140733704561584 140128298482616 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16124] ppid=16106 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/16108/task/16124/stat : 16124 (java) S 16106 16108 14581 0 -1 4202560 7345 0 0 0 41 2 0 0 20 0 19 0 254927537 9855975424 21459 33554432000 1073741824 1073778376 140733704561584 140128297429816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16125] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16125/stat : 16125 (java) S 16106 16108 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254927537 9855975424 21459 33554432000 1073741824 1073778376 140733704561584 140128296377208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16126] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16126/stat : 16126 (java) S 16106 16108 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254927537 9855975424 21459 33554432000 1073741824 1073778376 140733704561584 140128295324616 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16127] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16127/stat : 16127 (java) S 16106 16108 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254927569 9855975424 21459 33554432000 1073741824 1073778376 140733704561584 140128293643432 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 9624976

[startup+3.10075 s]
/proc/loadavg: 1.92 1.99 1.99 4/213 16127
/proc/meminfo: memFree=28567968/32873844 swapFree=7104/7104
[pid=16108] ppid=16106 vsize=9624976 CPUtime=4.4 cores=0,2,4,6
/proc/16108/stat : 16108 (java) S 16106 16108 14581 0 -1 4202496 20947 0 1 0 432 8 0 0 20 0 19 0 254927529 9855975424 27189 33554432000 1073741824 1073778376 140733704561584 140733704552720 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16108/statm: 2406244 27189 2282 9 0 2396937 0
[pid=16108/tid=16110] ppid=16106 vsize=9624976 CPUtime=2.94 cores=0,2,4,6
/proc/16108/task/16110/stat : 16110 (java) R 16106 16108 14581 0 -1 4202560 2554 0 1 0 292 2 0 0 20 0 19 0 254927531 9855975424 27189 33554432000 1073741824 1073778376 140733704561584 140128478458264 140128350887485 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16111] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16111/stat : 16111 (java) S 16106 16108 14581 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254927532 9855975424 27189 33554432000 1073741824 1073778376 140733704561584 140128322472488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16112] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16112/stat : 16112 (java) S 16106 16108 14581 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 254927532 9855975424 27189 33554432000 1073741824 1073778376 140733704561584 140128321419688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16113] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16113/stat : 16113 (java) S 16106 16108 14581 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254927532 9855975424 27189 33554432000 1073741824 1073778376 140733704561584 140128320366888 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16114] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16114/stat : 16114 (java) S 16106 16108 14581 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 19 0 254927532 9855975424 27189 33554432000 1073741824 1073778376 140733704561584 140128319314088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16115] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16115/stat : 16115 (java) S 16106 16108 14581 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254927532 9855975424 27189 33554432000 1073741824 1073778376 140733704561584 140128318262312 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16116] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16116/stat : 16116 (java) S 16106 16108 14581 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254927532 9855975424 27189 33554432000 1073741824 1073778376 140733704561584 140128317209512 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16117] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16117/stat : 16117 (java) S 16106 16108 14581 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254927532 9855975424 27189 33554432000 1073741824 1073778376 140733704561584 140128316156712 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16118] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16118/stat : 16118 (java) S 16106 16108 14581 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254927532 9855975424 27189 33554432000 1073741824 1073778376 140733704561584 140128315103912 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16119] ppid=16106 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/16108/task/16119/stat : 16119 (java) S 16106 16108 14581 0 -1 4202560 37 0 0 0 7 0 0 0 20 0 19 0 254927533 9855975424 27189 33554432000 1073741824 1073778376 140733704561584 140128302692840 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16120] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16120/stat : 16120 (java) S 16106 16108 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254927534 9855975424 27189 33554432000 1073741824 1073778376 140733704561584 140128301638904 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16121] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16121/stat : 16121 (java) S 16106 16108 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254927534 9855975424 27189 33554432000 1073741824 1073778376 140733704561584 140128300585992 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16122] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16122/stat : 16122 (java) S 16106 16108 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254927537 9855975424 27189 33554432000 1073741824 1073778376 140733704561584 140128299534480 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16123] ppid=16106 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/16108/task/16123/stat : 16123 (java) S 16106 16108 14581 0 -1 4202560 4923 0 0 0 53 2 0 0 20 0 19 0 254927537 9855975424 27189 33554432000 1073741824 1073778376 140733704561584 140128298482616 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16124] ppid=16106 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/16108/task/16124/stat : 16124 (java) S 16106 16108 14581 0 -1 4202560 12151 0 0 0 67 3 0 0 20 0 19 0 254927537 9855975424 27189 33554432000 1073741824 1073778376 140733704561584 140128297429816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16125] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16125/stat : 16125 (java) S 16106 16108 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254927537 9855975424 27189 33554432000 1073741824 1073778376 140733704561584 140128296377208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16126] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16126/stat : 16126 (java) S 16106 16108 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254927537 9855975424 27189 33554432000 1073741824 1073778376 140733704561584 140128295324616 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16127] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16127/stat : 16127 (java) S 16106 16108 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254927569 9855975424 27189 33554432000 1073741824 1073778376 140733704561584 140128293643432 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 9624976

[startup+6.30068 s]
/proc/loadavg: 1.93 1.99 1.99 3/213 16127
/proc/meminfo: memFree=28540088/32873844 swapFree=7104/7104
[pid=16108] ppid=16106 vsize=9624976 CPUtime=7.64 cores=0,2,4,6
/proc/16108/stat : 16108 (java) S 16106 16108 14581 0 -1 4202496 20984 0 1 0 756 8 0 0 20 0 19 0 254927529 9855975424 33004 33554432000 1073741824 1073778376 140733704561584 140733704552720 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16108/statm: 2406244 33004 2282 9 0 2396937 0
[pid=16108/tid=16110] ppid=16106 vsize=9624976 CPUtime=6.04 cores=0,2,4,6
/proc/16108/task/16110/stat : 16110 (java) R 16106 16108 14581 0 -1 4202560 2558 0 1 0 602 2 0 0 20 0 19 0 254927531 9855975424 33004 33554432000 1073741824 1073778376 140733704561584 140128478458264 140128350969336 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16111] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16111/stat : 16111 (java) S 16106 16108 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254927532 9855975424 33004 33554432000 1073741824 1073778376 140733704561584 140128322472488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16112] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16112/stat : 16112 (java) S 16106 16108 14581 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 254927532 9855975424 33004 33554432000 1073741824 1073778376 140733704561584 140128321419688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16113] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16113/stat : 16113 (java) S 16106 16108 14581 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254927532 9855975424 33004 33554432000 1073741824 1073778376 140733704561584 140128320366888 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16114] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16114/stat : 16114 (java) S 16106 16108 14581 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 19 0 254927532 9855975424 33004 33554432000 1073741824 1073778376 140733704561584 140128319314088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16115] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16115/stat : 16115 (java) S 16106 16108 14581 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254927532 9855975424 33004 33554432000 1073741824 1073778376 140733704561584 140128318262312 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16116] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16116/stat : 16116 (java) S 16106 16108 14581 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254927532 9855975424 33004 33554432000 1073741824 1073778376 140733704561584 140128317209512 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16117] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16117/stat : 16117 (java) S 16106 16108 14581 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254927532 9855975424 33004 33554432000 1073741824 1073778376 140733704561584 140128316156712 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16118] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16118/stat : 16118 (java) S 16106 16108 14581 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254927532 9855975424 33004 33554432000 1073741824 1073778376 140733704561584 140128315103912 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16119] ppid=16106 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/16108/task/16119/stat : 16119 (java) S 16106 16108 14581 0 -1 4202560 45 0 0 0 15 0 0 0 20 0 19 0 254927533 9855975424 33004 33554432000 1073741824 1073778376 140733704561584 140128302692840 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16120] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16120/stat : 16120 (java) S 16106 16108 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254927534 9855975424 33004 33554432000 1073741824 1073778376 140733704561584 140128301638904 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16121] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16121/stat : 16121 (java) S 16106 16108 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254927534 9855975424 33004 33554432000 1073741824 1073778376 140733704561584 140128300585992 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16122] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16122/stat : 16122 (java) S 16106 16108 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254927537 9855975424 33004 33554432000 1073741824 1073778376 140733704561584 140128299534480 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16123] ppid=16106 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/16108/task/16123/stat : 16123 (java) S 16106 16108 14581 0 -1 4202560 4925 0 0 0 55 2 0 0 20 0 19 0 254927537 9855975424 33004 33554432000 1073741824 1073778376 140733704561584 140128298482616 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16124] ppid=16106 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/16108/task/16124/stat : 16124 (java) S 16106 16108 14581 0 -1 4202560 12151 0 0 0 67 3 0 0 20 0 19 0 254927537 9855975424 33004 33554432000 1073741824 1073778376 140733704561584 140128297429816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16125] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16125/stat : 16125 (java) S 16106 16108 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254927537 9855975424 33004 33554432000 1073741824 1073778376 140733704561584 140128296377208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16126] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16126/stat : 16126 (java) S 16106 16108 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254927537 9855975424 33004 33554432000 1073741824 1073778376 140733704561584 140128295324616 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16127] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16127/stat : 16127 (java) S 16106 16108 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254927569 9855975424 33004 33554432000 1073741824 1073778376 140733704561584 140128293643432 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.64
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]

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

[pid=16108/tid=16123] ppid=16106 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/16108/task/16123/stat : 16123 (java) S 16106 16108 14581 0 -1 4202560 4945 0 0 0 58 2 0 0 20 0 19 0 254927537 9855975424 182512 33554432000 1073741824 1073778376 140733704561584 140128298482616 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16124] ppid=16106 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/16108/task/16124/stat : 16124 (java) S 16106 16108 14581 0 -1 4202560 12151 0 0 0 67 3 0 0 20 0 19 0 254927537 9855975424 182512 33554432000 1073741824 1073778376 140733704561584 140128297429816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16125] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16125/stat : 16125 (java) S 16106 16108 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254927537 9855975424 182512 33554432000 1073741824 1073778376 140733704561584 140128296377208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16126] ppid=16106 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/16108/task/16126/stat : 16126 (java) S 16106 16108 14581 0 -1 4202560 102 0 0 0 44 23 0 0 20 0 19 0 254927537 9855975424 182512 33554432000 1073741824 1073778376 140733704561584 140128295324616 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 55 0 0
[pid=16108/tid=16127] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16127/stat : 16127 (java) S 16106 16108 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254927569 9855975424 182512 33554432000 1073741824 1073778376 140733704561584 140128293643432 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1794.54
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.8 s]
/proc/loadavg: 2.01 2.05 2.09 3/213 16393
/proc/meminfo: memFree=27886476/32873844 swapFree=7104/7104
[pid=16108] ppid=16106 vsize=9624976 CPUtime=1800.05 cores=0,2,4,6
/proc/16108/stat : 16108 (java) S 16106 16108 14581 0 -1 4202496 25414 0 1 0 179917 88 0 0 20 0 19 0 254927529 9855975424 182512 33554432000 1073741824 1073778376 140733704561584 140733704552720 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16108/statm: 2406244 182512 2283 9 0 2396937 0
[pid=16108/tid=16110] ppid=16106 vsize=9624976 CPUtime=1767.63 cores=0,2,4,6
/proc/16108/task/16110/stat : 16110 (java) R 16106 16108 14581 0 -1 4202560 2747 0 1 0 176734 29 0 0 20 0 19 0 254927531 9855975424 182512 33554432000 1073741824 1073778376 140733704561584 140128478458144 140128350484424 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16111] ppid=16106 vsize=9624976 CPUtime=1.8 cores=0,2,4,6
/proc/16108/task/16111/stat : 16111 (java) S 16106 16108 14581 0 -1 4202560 435 0 0 0 174 6 0 0 20 0 19 0 254927532 9855975424 182512 33554432000 1073741824 1073778376 140733704561584 140128322472488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16112] ppid=16106 vsize=9624976 CPUtime=1.7 cores=0,2,4,6
/proc/16108/task/16112/stat : 16112 (java) S 16106 16108 14581 0 -1 4202560 515 0 0 0 163 7 0 0 20 0 19 0 254927532 9855975424 182512 33554432000 1073741824 1073778376 140733704561584 140128321419688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16113] ppid=16106 vsize=9624976 CPUtime=1.92 cores=0,2,4,6
/proc/16108/task/16113/stat : 16113 (java) S 16106 16108 14581 0 -1 4202560 377 0 0 0 185 7 0 0 20 0 19 0 254927532 9855975424 182512 33554432000 1073741824 1073778376 140733704561584 140128320366888 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16114] ppid=16106 vsize=9624976 CPUtime=1.75 cores=0,2,4,6
/proc/16108/task/16114/stat : 16114 (java) S 16106 16108 14581 0 -1 4202560 613 0 0 0 167 8 0 0 20 0 19 0 254927532 9855975424 182512 33554432000 1073741824 1073778376 140733704561584 140128319314088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16115] ppid=16106 vsize=9624976 CPUtime=1.72 cores=0,2,4,6
/proc/16108/task/16115/stat : 16115 (java) S 16106 16108 14581 0 -1 4202560 400 0 0 0 166 6 0 0 20 0 19 0 254927532 9855975424 182512 33554432000 1073741824 1073778376 140733704561584 140128318262312 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16116] ppid=16106 vsize=9624976 CPUtime=2.01 cores=0,2,4,6
/proc/16108/task/16116/stat : 16116 (java) S 16106 16108 14581 0 -1 4202560 601 0 0 0 191 10 0 0 20 0 19 0 254927532 9855975424 182512 33554432000 1073741824 1073778376 140733704561584 140128317209512 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16117] ppid=16106 vsize=9624976 CPUtime=1.87 cores=0,2,4,6
/proc/16108/task/16117/stat : 16117 (java) S 16106 16108 14581 0 -1 4202560 455 0 0 0 178 9 0 0 20 0 19 0 254927532 9855975424 182512 33554432000 1073741824 1073778376 140733704561584 140128316156712 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16118] ppid=16106 vsize=9624976 CPUtime=1.94 cores=0,2,4,6
/proc/16108/task/16118/stat : 16118 (java) S 16106 16108 14581 0 -1 4202560 393 0 0 0 185 9 0 0 20 0 19 0 254927532 9855975424 182512 33554432000 1073741824 1073778376 140733704561584 140128315103912 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16119] ppid=16106 vsize=9624976 CPUtime=11.38 cores=0,2,4,6
/proc/16108/task/16119/stat : 16119 (java) S 16106 16108 14581 0 -1 4202560 500 0 0 0 1136 2 0 0 20 0 19 0 254927533 9855975424 182512 33554432000 1073741824 1073778376 140733704561584 140128302692840 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16120] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16120/stat : 16120 (java) S 16106 16108 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254927534 9855975424 182512 33554432000 1073741824 1073778376 140733704561584 140128301638904 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16121] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16121/stat : 16121 (java) S 16106 16108 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254927534 9855975424 182512 33554432000 1073741824 1073778376 140733704561584 140128300585992 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16122] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16122/stat : 16122 (java) S 16106 16108 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254927537 9855975424 182512 33554432000 1073741824 1073778376 140733704561584 140128299534480 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16123] ppid=16106 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/16108/task/16123/stat : 16123 (java) S 16106 16108 14581 0 -1 4202560 4945 0 0 0 58 2 0 0 20 0 19 0 254927537 9855975424 182512 33554432000 1073741824 1073778376 140733704561584 140128298482616 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16124] ppid=16106 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/16108/task/16124/stat : 16124 (java) S 16106 16108 14581 0 -1 4202560 12151 0 0 0 67 3 0 0 20 0 19 0 254927537 9855975424 182512 33554432000 1073741824 1073778376 140733704561584 140128297429816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16125] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16125/stat : 16125 (java) S 16106 16108 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254927537 9855975424 182512 33554432000 1073741824 1073778376 140733704561584 140128296377208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16126] ppid=16106 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/16108/task/16126/stat : 16126 (java) S 16106 16108 14581 0 -1 4202560 102 0 0 0 44 23 0 0 20 0 19 0 254927537 9855975424 182512 33554432000 1073741824 1073778376 140733704561584 140128295324616 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 55 0 0
[pid=16108/tid=16127] ppid=16106 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16127/stat : 16127 (java) S 16106 16108 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254927569 9855975424 182512 33554432000 1073741824 1073778376 140733704561584 140128293643432 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 s]
/proc/loadavg: 2.01 2.05 2.09 3/213 16393
/proc/meminfo: memFree=27886476/32873844 swapFree=7104/7104
[pid=16108] ppid=16106 vsize=9691540 CPUtime=1800.47 cores=0,2,4,6
/proc/16108/stat : 16108 (java) S 16106 16108 14581 0 -1 4202496 25554 0 1 0 179954 93 0 0 20 0 20 0 254927529 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140733704552720 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16108/statm: 2422885 194850 2283 9 0 2413578 0
[pid=16108/tid=16110] ppid=16106 vsize=9691540 CPUtime=1767.64 cores=0,2,4,6
/proc/16108/task/16110/stat : 16110 (java) S 16106 16108 14581 0 -1 4202560 2747 0 1 0 176735 29 0 0 20 0 20 0 254927531 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128478456360 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16111] ppid=16106 vsize=9691540 CPUtime=1.82 cores=0,2,4,6
/proc/16108/task/16111/stat : 16111 (java) S 16106 16108 14581 0 -1 4202560 437 0 0 0 176 6 0 0 20 0 20 0 254927532 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128322472488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16112] ppid=16106 vsize=9691540 CPUtime=1.77 cores=0,2,4,6
/proc/16108/task/16112/stat : 16112 (java) S 16106 16108 14581 0 -1 4202560 538 0 0 0 169 8 0 0 20 0 20 0 254927532 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128321419688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16113] ppid=16106 vsize=9691540 CPUtime=1.95 cores=0,2,4,6
/proc/16108/task/16113/stat : 16113 (java) S 16106 16108 14581 0 -1 4202560 383 0 0 0 188 7 0 0 20 0 20 0 254927532 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128320366888 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16114] ppid=16106 vsize=9691540 CPUtime=1.82 cores=0,2,4,6
/proc/16108/task/16114/stat : 16114 (java) S 16106 16108 14581 0 -1 4202560 636 0 0 0 173 9 0 0 20 0 20 0 254927532 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128319314088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16115] ppid=16106 vsize=9691540 CPUtime=1.76 cores=0,2,4,6
/proc/16108/task/16115/stat : 16115 (java) S 16106 16108 14581 0 -1 4202560 418 0 0 0 169 7 0 0 20 0 20 0 254927532 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128318262312 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16116] ppid=16106 vsize=9691540 CPUtime=2.03 cores=0,2,4,6
/proc/16108/task/16116/stat : 16116 (java) S 16106 16108 14581 0 -1 4202560 607 0 0 0 193 10 0 0 20 0 20 0 254927532 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128317209512 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16117] ppid=16106 vsize=9691540 CPUtime=1.89 cores=0,2,4,6
/proc/16108/task/16117/stat : 16117 (java) S 16106 16108 14581 0 -1 4202560 458 0 0 0 180 9 0 0 20 0 20 0 254927532 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128316156712 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16118] ppid=16106 vsize=9691540 CPUtime=1.97 cores=0,2,4,6
/proc/16108/task/16118/stat : 16118 (java) S 16106 16108 14581 0 -1 4202560 402 0 0 0 188 9 0 0 20 0 20 0 254927532 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128315103912 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16119] ppid=16106 vsize=9691540 CPUtime=11.49 cores=0,2,4,6
/proc/16108/task/16119/stat : 16119 (java) R 16106 16108 14581 0 -1 4202560 532 0 0 0 1147 2 0 0 20 0 20 0 254927533 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128302691720 140128485312515 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16120] ppid=16106 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16120/stat : 16120 (java) S 16106 16108 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 254927534 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128301638904 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16121] ppid=16106 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16121/stat : 16121 (java) S 16106 16108 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 254927534 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128300585992 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16122] ppid=16106 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16122/stat : 16122 (java) S 16106 16108 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 254927537 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128299534480 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16123] ppid=16106 vsize=9691540 CPUtime=0.6 cores=0,2,4,6
/proc/16108/task/16123/stat : 16123 (java) S 16106 16108 14581 0 -1 4202560 4945 0 0 0 58 2 0 0 20 0 20 0 254927537 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128298482616 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16124] ppid=16106 vsize=9691540 CPUtime=0.7 cores=0,2,4,6
/proc/16108/task/16124/stat : 16124 (java) S 16106 16108 14581 0 -1 4202560 12151 0 0 0 67 3 0 0 20 0 20 0 254927537 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128297429816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16125] ppid=16106 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16125/stat : 16125 (java) S 16106 16108 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254927537 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128296377208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16126] ppid=16106 vsize=9691540 CPUtime=0.67 cores=0,2,4,6
/proc/16108/task/16126/stat : 16126 (java) S 16106 16108 14581 0 -1 4202560 102 0 0 0 44 23 0 0 20 0 20 0 254927537 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128295324616 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 55 0 0
[pid=16108/tid=16127] ppid=16106 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16127/stat : 16127 (java) S 16106 16108 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 254927569 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128293643432 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.47
Current children cumulated vsize (KiB) 9691540

[startup+1788.1 s]
/proc/loadavg: 2.01 2.05 2.09 3/213 16393
/proc/meminfo: memFree=27886476/32873844 swapFree=7104/7104
[pid=16108] ppid=16106 vsize=9691540 CPUtime=1800.57 cores=0,2,4,6
/proc/16108/stat : 16108 (java) S 16106 16108 14581 0 -1 4202496 25554 0 1 0 179964 93 0 0 20 0 20 0 254927529 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140733704552720 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16108/statm: 2422885 194850 2283 9 0 2413578 0
[pid=16108/tid=16110] ppid=16106 vsize=9691540 CPUtime=1767.64 cores=0,2,4,6
/proc/16108/task/16110/stat : 16110 (java) S 16106 16108 14581 0 -1 4202560 2747 0 1 0 176735 29 0 0 20 0 20 0 254927531 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128478456360 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16111] ppid=16106 vsize=9691540 CPUtime=1.82 cores=0,2,4,6
/proc/16108/task/16111/stat : 16111 (java) S 16106 16108 14581 0 -1 4202560 437 0 0 0 176 6 0 0 20 0 20 0 254927532 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128322472488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16112] ppid=16106 vsize=9691540 CPUtime=1.77 cores=0,2,4,6
/proc/16108/task/16112/stat : 16112 (java) S 16106 16108 14581 0 -1 4202560 538 0 0 0 169 8 0 0 20 0 20 0 254927532 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128321419688 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16113] ppid=16106 vsize=9691540 CPUtime=1.95 cores=0,2,4,6
/proc/16108/task/16113/stat : 16113 (java) S 16106 16108 14581 0 -1 4202560 383 0 0 0 188 7 0 0 20 0 20 0 254927532 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128320366888 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16114] ppid=16106 vsize=9691540 CPUtime=1.82 cores=0,2,4,6
/proc/16108/task/16114/stat : 16114 (java) S 16106 16108 14581 0 -1 4202560 636 0 0 0 173 9 0 0 20 0 20 0 254927532 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128319314088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16115] ppid=16106 vsize=9691540 CPUtime=1.76 cores=0,2,4,6
/proc/16108/task/16115/stat : 16115 (java) S 16106 16108 14581 0 -1 4202560 418 0 0 0 169 7 0 0 20 0 20 0 254927532 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128318262312 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16116] ppid=16106 vsize=9691540 CPUtime=2.03 cores=0,2,4,6
/proc/16108/task/16116/stat : 16116 (java) S 16106 16108 14581 0 -1 4202560 607 0 0 0 193 10 0 0 20 0 20 0 254927532 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128317209512 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16117] ppid=16106 vsize=9691540 CPUtime=1.89 cores=0,2,4,6
/proc/16108/task/16117/stat : 16117 (java) S 16106 16108 14581 0 -1 4202560 458 0 0 0 180 9 0 0 20 0 20 0 254927532 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128316156712 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16108/tid=16118] ppid=16106 vsize=9691540 CPUtime=1.97 cores=0,2,4,6
/proc/16108/task/16118/stat : 16118 (java) S 16106 16108 14581 0 -1 4202560 402 0 0 0 188 9 0 0 20 0 20 0 254927532 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128315103912 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16119] ppid=16106 vsize=9691540 CPUtime=11.59 cores=0,2,4,6
/proc/16108/task/16119/stat : 16119 (java) R 16106 16108 14581 0 -1 4202560 532 0 0 0 1157 2 0 0 20 0 20 0 254927533 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128302691720 233220620636 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16120] ppid=16106 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16120/stat : 16120 (java) S 16106 16108 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 254927534 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128301638904 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16121] ppid=16106 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16121/stat : 16121 (java) S 16106 16108 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 254927534 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128300585992 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16122] ppid=16106 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16122/stat : 16122 (java) S 16106 16108 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 254927537 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128299534480 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16108/tid=16123] ppid=16106 vsize=9691540 CPUtime=0.6 cores=0,2,4,6
/proc/16108/task/16123/stat : 16123 (java) S 16106 16108 14581 0 -1 4202560 4945 0 0 0 58 2 0 0 20 0 20 0 254927537 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128298482616 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16124] ppid=16106 vsize=9691540 CPUtime=0.7 cores=0,2,4,6
/proc/16108/task/16124/stat : 16124 (java) S 16106 16108 14581 0 -1 4202560 12151 0 0 0 67 3 0 0 20 0 20 0 254927537 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128297429816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16108/tid=16125] ppid=16106 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16125/stat : 16125 (java) S 16106 16108 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254927537 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128296377208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16108/tid=16126] ppid=16106 vsize=9691540 CPUtime=0.67 cores=0,2,4,6
/proc/16108/task/16126/stat : 16126 (java) S 16106 16108 14581 0 -1 4202560 102 0 0 0 44 23 0 0 20 0 20 0 254927537 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128295324616 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 55 0 0
[pid=16108/tid=16127] ppid=16106 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/16108/task/16127/stat : 16127 (java) S 16106 16108 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 254927569 9924136960 194850 33554432000 1073741824 1073778376 140733704561584 140128293643432 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.57
Current children cumulated vsize (KiB) 9691540

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16108 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=229083
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=381789
# CPU time returned by wait4() is 1796.61
# while last known CPU time is 1800.57
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1788.18
CPU time (s): 1800.57
CPU user time (s): 1799.64
CPU system time (s): 0.93
CPU usage (%): 100.693
Max. virtual memory (cumulated for all children) (KiB): 9691540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.23
system time used= 1.38179
maximum resident set size= 787352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26013
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41926
involuntary context switches= 21075

runsolver used 4.33034 second user time and 16.2545 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-24 21:33:46
IDJOB=3688777
IDBENCH=48288
IDSOLVER=2269
FILE ID=node142/3688777-1337888026
RUNJOBID= node142-1337871882-14597
PBS_JOBID= 14620062
Free space on /tmp= 71664 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_10_4_40.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688777-1337888026/watcher-3688777-1337888026 -o /tmp/evaluation-result-3688777-1337888026/solver-3688777-1337888026 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688777-1337888026.opb

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

MD5SUM BENCH= 13010ca91734567bf39d8d1f9ccac492
RANDOM SEED=304938030

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28664544 kB
Buffers:          228756 kB
Cached:          2889132 kB
SwapCached:            0 kB
Active:           772000 kB
Inactive:        2655684 kB
Active(anon):     311332 kB
Inactive(anon):        0 kB
Active(file):     460668 kB
Inactive(file):  2655684 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               488 kB
Writeback:             0 kB
AnonPages:        330332 kB
Mapped:            22528 kB
Shmem:               200 kB
Slab:             629404 kB
SReclaimable:      71996 kB
SUnreclaim:       557408 kB
KernelStack:        1600 kB
PageTables:         4816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    301056 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= 71660 MiB
End job on node142 at 2012-05-24 22:03:36