Trace number 3688686

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 NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)-121 1800.63 1017.84

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_25_5.opb
MD5SUM54b0d54e7a8a81cee8fd7c7c85a68b83
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-128
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -124
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1000
Minimum length of a constraint25
Maximum length of a constraint50
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31590
Sum of products size (including duplicates)63180
Number of different products15795
Sum of products size31590

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.07	c version 2.3.2.v20120418
0.04/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.07	c java.vm.version	19.1-b02
0.04/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.07	c sun.arch.data.model	64
0.04/0.07	c java.version		1.6.0_24
0.04/0.07	c os.name		Linux
0.04/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.07	c os.arch		amd64
0.04/0.07	c Free memory 		501472288
0.04/0.07	c Max memory 		7480803328
0.04/0.07	c Total memory 		504102912
0.04/0.07	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3688686-1337879009.opb
0.10/0.10	c reading problem ... 
2.24/0.94	c ... done. Wall clock time 0.84s.
2.24/0.94	c declared #vars     1000
2.24/0.94	c internal #vars     16795
2.24/0.94	c #constraints  32590
2.24/0.94	c constraints type 
2.24/0.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15795
2.24/0.94	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1000
2.24/0.94	c ignored satisfied constraints => 1000
2.24/0.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15795
2.24/0.94	c 33590 constraints processed.
2.24/0.94	c constraints type 
2.24/0.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15795
2.24/0.94	c ignored satisfied constraints => 1000
2.24/0.94	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1000
2.24/0.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15795
2.24/0.94	c 33590 constraints processed.
2.24/0.94	c objective function length is 1000 literals
3.38/1.23	c  And the winner is solver0
3.90/1.44	c SATISFIABLE
3.90/1.44	c OPTIMIZING...
3.90/1.44	c Got one! Elapsed wall clock time (in seconds):1.343
3.90/1.44	o -99
4.58/1.61	c  And the winner is solver1
4.79/1.95	c Got one! Elapsed wall clock time (in seconds):1.846
4.79/1.95	o -100
4.94/2.03	c  And the winner is solver1
5.06/2.45	c Got one! Elapsed wall clock time (in seconds):2.35
5.06/2.45	o -101
5.23/2.53	c  And the winner is solver1
5.35/2.95	c Got one! Elapsed wall clock time (in seconds):2.852
5.35/2.95	o -102
5.47/3.01	c  And the winner is solver1
5.52/3.46	c Got one! Elapsed wall clock time (in seconds):3.354
5.52/3.46	o -103
5.63/3.54	c  And the winner is solver1
5.81/3.96	c Got one! Elapsed wall clock time (in seconds):3.855
5.81/3.96	o -104
6.16/4.13	c  And the winner is solver1
6.23/4.46	c Got one! Elapsed wall clock time (in seconds):4.357
6.23/4.46	o -112
7.25/4.93	c  And the winner is solver1
7.25/4.96	c Got one! Elapsed wall clock time (in seconds):4.858
7.25/4.96	o -113
8.45/5.57	c cleaning 3611 clauses out of 7228 with flag 3002/7228
11.14/6.85	c  And the winner is solver1
11.28/6.96	c Got one! Elapsed wall clock time (in seconds):6.86
11.28/6.96	o -114
13.84/8.22	c cleaning 6932 clauses out of 13868 with flag 5000/17479
16.69/9.78	c cleaning 6469 clauses out of 12937 with flag 11001/23480
20.64/11.87	c cleaning 6732 clauses out of 13467 with flag 18000/30479
25.03/14.16	c cleaning 7366 clauses out of 14736 with flag 26001/38480
28.76/16.11	c  And the winner is solver1
28.81/16.53	c Got one! Elapsed wall clock time (in seconds):16.43
28.81/16.53	o -115
31.01/17.68	c cleaning 9913 clauses out of 19825 with flag 5000/50935
34.09/19.32	c cleaning 7957 clauses out of 15915 with flag 11003/56938
37.33/21.15	c cleaning 7471 clauses out of 14955 with flag 18000/63935
40.94/23.28	c cleaning 7739 clauses out of 15484 with flag 26000/71935
44.98/25.43	c cleaning 8373 clauses out of 16745 with flag 35000/80935
49.36/27.81	c cleaning 9187 clauses out of 18373 with flag 45001/90936
50.72/28.78	c  And the winner is solver1
50.89/28.84	c Got one! Elapsed wall clock time (in seconds):28.742
50.89/28.84	o -116
52.00/29.48	c cleaning 7259 clauses out of 14519 with flag 3000/96269
55.27/31.44	c cleaning 6627 clauses out of 13261 with flag 9001/102270
59.01/33.50	c cleaning 6817 clauses out of 13633 with flag 16000/109269
62.75/35.63	c cleaning 7409 clauses out of 14817 with flag 24001/117270
67.23/38.11	c cleaning 8203 clauses out of 16408 with flag 33001/126270
72.57/41.34	c cleaning 9101 clauses out of 18205 with flag 43001/136270
78.20/44.57	c cleaning 10051 clauses out of 20107 with flag 54004/147273
84.38/48.08	c cleaning 11025 clauses out of 22052 with flag 66000/159269
92.56/53.28	c cleaning 12013 clauses out of 24028 with flag 79001/172270
100.46/57.46	c cleaning 13004 clauses out of 26014 with flag 93000/186269
101.45/58.24	c  And the winner is solver1
101.54/58.71	c Got one! Elapsed wall clock time (in seconds):58.608
101.54/58.71	o -117
103.91/59.96	c cleaning 9079 clauses out of 18157 with flag 5000/191416
107.66/62.12	c cleaning 7538 clauses out of 15078 with flag 11000/197416
111.94/64.81	c cleaning 7270 clauses out of 14543 with flag 18003/204419
115.87/67.14	c cleaning 7630 clauses out of 15270 with flag 26000/212416
120.37/69.75	c cleaning 8316 clauses out of 16643 with flag 35003/221419
122.84/71.39	c  And the winner is solver1
123.03/71.56	c Got one! Elapsed wall clock time (in seconds):71.459
123.03/71.56	o -118
123.49/71.80	c cleaning 6897 clauses out of 13803 with flag 1001/226895
127.11/74.23	c cleaning 6449 clauses out of 12906 with flag 7001/232895
130.76/76.41	c cleaning 6726 clauses out of 13458 with flag 14002/239896
134.63/78.79	c cleaning 7363 clauses out of 14731 with flag 22001/247895
139.70/81.68	c cleaning 8183 clauses out of 16368 with flag 31001/256895
145.23/85.08	c cleaning 9087 clauses out of 18184 with flag 41000/266894
150.84/88.28	c cleaning 10042 clauses out of 20099 with flag 52002/277896
157.85/92.12	c cleaning 11023 clauses out of 22056 with flag 64001/289895
162.82/95.00	c  And the winner is solver1
162.82/95.05	c Got one! Elapsed wall clock time (in seconds):94.953
162.82/95.05	o -119
165.59/96.41	c cleaning 11889 clauses out of 23777 with flag 5000/302639
170.20/99.45	c cleaning 8946 clauses out of 17892 with flag 11004/308643
174.15/101.87	c cleaning 7963 clauses out of 15942 with flag 18000/315639
179.09/104.70	c cleaning 7989 clauses out of 15981 with flag 26002/323641
184.23/107.78	c cleaning 8496 clauses out of 16991 with flag 35001/332640
191.13/111.93	c cleaning 9244 clauses out of 18494 with flag 45000/342639
198.21/115.92	c cleaning 10126 clauses out of 20252 with flag 56002/353641
204.89/119.73	c cleaning 11059 clauses out of 22124 with flag 68000/365639
211.35/123.43	c cleaning 12027 clauses out of 24066 with flag 81001/378640
219.74/128.49	c cleaning 13017 clauses out of 26039 with flag 95001/392640
228.95/133.58	c cleaning 14003 clauses out of 28022 with flag 110001/407640
238.39/138.98	c cleaning 15009 clauses out of 30019 with flag 126001/423640
247.61/144.24	c cleaning 16002 clauses out of 32011 with flag 143002/440641
259.48/151.94	c cleaning 16999 clauses out of 34008 with flag 161001/458640
270.57/157.85	c cleaning 17999 clauses out of 36008 with flag 180000/477639
282.12/164.14	c cleaning 19003 clauses out of 38009 with flag 200000/497639
285.26/166.68	c  And the winner is solver1
285.44/167.10	c Got one! Elapsed wall clock time (in seconds):166.999
285.44/167.10	o -120
287.03/167.97	c cleaning 12265 clauses out of 24536 with flag 3003/503169
291.71/170.88	c cleaning 9133 clauses out of 18268 with flag 9000/509166
295.77/173.46	c cleaning 8059 clauses out of 16135 with flag 16000/516166
300.64/176.46	c cleaning 8036 clauses out of 16078 with flag 24002/524168
306.30/180.28	c cleaning 8518 clauses out of 17041 with flag 33001/533167
311.76/183.60	c cleaning 9261 clauses out of 18522 with flag 43000/543166
318.23/187.34	c cleaning 10130 clauses out of 20262 with flag 54001/554167
325.06/191.35	c cleaning 11066 clauses out of 22132 with flag 66001/566167
333.65/196.60	c cleaning 12031 clauses out of 24065 with flag 79000/579166
341.27/201.07	c cleaning 13007 clauses out of 26034 with flag 93000/593166
350.04/206.01	c cleaning 14008 clauses out of 28027 with flag 108000/608166
359.82/211.57	c cleaning 15008 clauses out of 30019 with flag 124000/624166
372.38/218.89	c cleaning 16006 clauses out of 32011 with flag 141000/641166
385.82/226.15	c cleaning 17003 clauses out of 34005 with flag 159000/659166
398.01/232.80	c cleaning 17996 clauses out of 36003 with flag 178001/678167
408.48/238.71	c cleaning 18998 clauses out of 38007 with flag 198001/698167
423.27/247.28	c cleaning 20001 clauses out of 40009 with flag 219001/719167
438.57/255.52	c cleaning 20995 clauses out of 42007 with flag 241000/741166
455.48/264.66	c cleaning 22005 clauses out of 44013 with flag 264001/764167
474.57/274.89	c cleaning 22998 clauses out of 46007 with flag 288000/788166
496.41/286.90	c cleaning 24005 clauses out of 48009 with flag 313000/813166
515.27/297.07	c cleaning 25003 clauses out of 50006 with flag 339002/839168
534.21/307.26	c cleaning 26001 clauses out of 52001 with flag 366000/866166
558.07/319.92	c cleaning 26996 clauses out of 54000 with flag 394000/894166
585.98/335.11	c cleaning 28001 clauses out of 56005 with flag 423001/923167
613.17/349.42	c cleaning 29002 clauses out of 58004 with flag 453001/953167
637.16/363.36	c cleaning 30000 clauses out of 60003 with flag 484002/984168
658.66/375.35	c cleaning 30998 clauses out of 62003 with flag 516002/1016168
679.20/386.42	c cleaning 31998 clauses out of 64004 with flag 549001/1049167
682.04/388.72	c cleaning 0 clauses out of 8192 with flag 0/8192
703.55/400.39	c cleaning 32999 clauses out of 66005 with flag 583000/1083166
727.03/413.57	c cleaning 33997 clauses out of 68011 with flag 618005/1118171
749.06/425.40	c  And the winner is solver1
749.16/425.57	c Got one! Elapsed wall clock time (in seconds):425.467
749.16/425.57	o -121
751.82/426.95	c cleaning 31930 clauses out of 63872 with flag 5000/1148029
756.59/430.27	c cleaning 18964 clauses out of 37943 with flag 11001/1154030
761.37/433.56	c cleaning 12978 clauses out of 25979 with flag 18001/1161030
767.81/438.31	c cleaning 10495 clauses out of 21000 with flag 26000/1169029
773.18/441.99	c cleaning 9741 clauses out of 19506 with flag 35001/1178030
779.34/445.96	c cleaning 9882 clauses out of 19767 with flag 45003/1188032
785.88/450.18	c cleaning 10441 clauses out of 20883 with flag 56001/1199030
794.48/456.02	c cleaning 11220 clauses out of 22441 with flag 68000/1211029
802.39/460.94	c cleaning 12105 clauses out of 24222 with flag 81001/1224030
811.33/466.31	c cleaning 13056 clauses out of 26116 with flag 95000/1238029
820.26/471.77	c cleaning 14025 clauses out of 28061 with flag 110001/1253030
831.04/478.70	c cleaning 15013 clauses out of 30036 with flag 126001/1269030
842.15/485.21	c cleaning 16004 clauses out of 32022 with flag 143000/1286029
853.63/491.96	c cleaning 17009 clauses out of 34018 with flag 161000/1304029
865.69/498.91	c cleaning 17998 clauses out of 36009 with flag 180000/1323029
880.32/507.87	c cleaning 19002 clauses out of 38011 with flag 200000/1343029
896.32/516.78	c cleaning 20001 clauses out of 40009 with flag 221000/1364029
912.48/525.75	c cleaning 21002 clauses out of 42008 with flag 243000/1386029
931.04/535.94	c cleaning 22002 clauses out of 44008 with flag 266002/1409031
952.36/548.26	c cleaning 23001 clauses out of 46004 with flag 290000/1433029
968.27/557.10	c cleaning 23998 clauses out of 48004 with flag 315001/1458030
983.82/565.85	c cleaning 24996 clauses out of 50005 with flag 341000/1484029
1001.48/575.67	c cleaning 26005 clauses out of 52010 with flag 368001/1511030
1020.89/587.08	c cleaning 26993 clauses out of 54005 with flag 396001/1539030
1037.30/596.27	c cleaning 28002 clauses out of 56012 with flag 425001/1568030
1053.52/605.36	c cleaning 28997 clauses out of 58011 with flag 455002/1598031
1070.57/614.80	c cleaning 30003 clauses out of 60012 with flag 486000/1629029
1090.82/626.70	c cleaning 30995 clauses out of 62009 with flag 518000/1661029
1109.00/636.88	c cleaning 32005 clauses out of 64015 with flag 551001/1694030
1128.75/647.79	c cleaning 33001 clauses out of 66009 with flag 585000/1728029
1146.88/657.89	c cleaning 34002 clauses out of 68010 with flag 620002/1763031
1167.39/669.94	c cleaning 34999 clauses out of 70006 with flag 656000/1799029
1186.43/680.55	c cleaning 36000 clauses out of 72008 with flag 693001/1836030
1206.63/691.73	c cleaning 36999 clauses out of 74008 with flag 731001/1874030
1228.71/703.89	c cleaning 38001 clauses out of 76009 with flag 770001/1913030
1253.72/718.22	c cleaning 39004 clauses out of 78007 with flag 810000/1953029
1277.30/731.18	c cleaning 39995 clauses out of 80003 with flag 851000/1994029
1301.86/744.58	c cleaning 40999 clauses out of 82011 with flag 893003/2036032
1326.75/758.18	c cleaning 41999 clauses out of 84009 with flag 936000/2079029
1353.90/773.79	c cleaning 42995 clauses out of 86010 with flag 980000/2123029
1379.20/787.57	c cleaning 44000 clauses out of 88015 with flag 1025000/2168029
1404.84/801.56	c cleaning 45002 clauses out of 90015 with flag 1071000/2214029
1430.64/815.68	c cleaning 46001 clauses out of 92014 with flag 1118001/2261030
1460.22/832.44	c cleaning 47008 clauses out of 94015 with flag 1166003/2309032
1488.37/847.77	c cleaning 48001 clauses out of 96005 with flag 1215001/2358030
1520.89/865.12	c cleaning 48997 clauses out of 98003 with flag 1265000/2408029
1556.15/883.98	c cleaning 49995 clauses out of 100006 with flag 1316000/2459029
1587.56/901.73	c cleaning 51002 clauses out of 102012 with flag 1368001/2511030
1617.31/917.90	c cleaning 52001 clauses out of 104011 with flag 1421002/2564031
1647.89/934.30	c cleaning 52992 clauses out of 106008 with flag 1475000/2618029
1680.25/951.72	c cleaning 53995 clauses out of 108016 with flag 1530000/2673029
1717.19/972.47	c cleaning 55005 clauses out of 110023 with flag 1586002/2729031
1751.03/990.66	c cleaning 56000 clauses out of 112016 with flag 1643000/2786029
1783.90/1008.35	c cleaning 57003 clauses out of 114016 with flag 1701000/2844029
1800.16/1017.81	c starts		: 52
1800.16/1017.81	c conflicts		: 12889
1800.16/1017.81	c decisions		: 27276
1800.16/1017.81	c propagations		: 510928
1800.16/1017.81	c inspects		: 683806424
1800.16/1017.81	c shortcuts		: 0
1800.16/1017.81	c learnt literals	: 0
1800.16/1017.81	c learnt binary clauses	: 0
1800.16/1017.81	c learnt ternary clauses	: 0
1800.16/1017.81	c learnt constraints	: 12888
1800.16/1017.81	c ignored constraints	: 0
1800.16/1017.81	c root simplifications	: 0
1800.16/1017.81	c removed literals (reason simplification)	: 0
1800.16/1017.81	c reason swapping (by a shorter reason)	: 0
1800.16/1017.81	c Calls to reduceDB	: 1
1800.16/1017.81	c number of reductions to clauses (during analyze)	: 0
1800.16/1017.81	c number of learned constraints concerned by reduction	: 0
1800.16/1017.81	c number of learning phase by resolution	: 0
1800.16/1017.81	c number of learning phase by cutting planes	: 0
1800.16/1017.81	c speed (assignments/second)	: 502.70525022211683
1800.16/1017.81	c non guided choices	0
1800.16/1017.82	c learnt constraints type 
1800.16/1017.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 813
1800.16/1017.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12076
1800.16/1017.82	c constraints type 
1800.16/1017.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15795
1800.16/1017.82	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1000
1800.16/1017.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.16/1017.82	c ignored satisfied constraints => 1000
1800.16/1017.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15795
1800.16/1017.82	c 33591 constraints processed.
1800.16/1017.82	c constraints type 
1800.16/1017.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15795
1800.16/1017.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.16/1017.82	c ignored satisfied constraints => 1000
1800.16/1017.82	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1000
1800.16/1017.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15795
1800.16/1017.82	c 33591 constraints processed.
1800.16/1017.82	s SATISFIABLE
1800.16/1017.82	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 -x103 -x104 -x105 x106 -x107 x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 x146 -x147 -x148 -x149 x150 -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 x247 -x248 -x249 x250 -x251 -x252 -x253 -x254 -x255 x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 x287 -x288 -x289 -x290 x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 x324 -x325 -x326 x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 x385 -x386 x387 -x388 -x389 -x390 -x391 -x392 -x393 x394 -x395 -x396 -x397 -x398 -x399 x400 x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 x432 x433 -x434 -x435 -x436 -x437 -x438 -x439 x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 x457 -x458 x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 x482 -x483 -x484 x485 -x486 -x487 -x488 x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 x498 -x499 -x500 -x501 -x502 -x503 x504 -x505 -x506 x507 x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 x532 -x533 -x534 x535 x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 x569 x570 -x571 -x572 x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 x595 -x596 x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 x609 -x610 x611 -x612 -x613 -x614 -x615 -x616 x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 x639 x640 -x641 -x642 x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 x655 -x656 -x657 -x658 x659 x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 x669 -x670 -x671 -x672 -x673 x674 -x675 -x676 -x677 x678 x679 -x680 -x681 x682 -x683 x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 x699 -x700 -x701 -x702 x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 x722 -x723 -x724 -x725 x726 -x727 x728 -x729 -x730 -x731 -x732 -x733 -x734 x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 x744 x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 x766 -x767 -x768 -x769 -x770 x771 -x772 -x773 x774 -x775 -x776 -x777 -x778 -x779 x780 -x781 -x782 -x783 x784 -x785 -x786 x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 x804 -x805 -x806 x807 -x808 x809 x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 x820 -x821 -x822 -x823 -x824 -x825 x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 x842 -x843 x844 -x845 x846 -x847 -x848 x849 -x850 -x851 -x852 x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 x865 -x866 -x867 -x868 x869 -x870 -x871 -x872 -x873 -x874 -x875 x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 x885 -x886 x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 x895 -x896 -x897 -x898 x899 -x900 -x901 -x902 -x903 -x904 x905 -x906 x907 -x908 x909 -x910 -x911 -x912 -x913 x914 -x915 x916 -x917 x918 -x919 -x920 -x921 x922 -x923 -x924 -x925 x926 x927 -x928 x929 x930 -x931 -x932 x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 x941 x942 x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 x954 -x955 -x956 x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 
1800.16/1017.82	c objective function=-121
1800.16/1017.82	c Total wall clock time (in seconds): 1017.719

Verifier Data

OK	-121

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

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

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


[startup+0 s]
/proc/loadavg: 3.69 3.88 3.89 4/197 23818
/proc/meminfo: memFree=28515756/32873648 swapFree=7108/7108
[pid=23818] ppid=23816 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/23818/stat : 23818 (java) S 23816 23818 21597 0 -1 4202496 1214 0 0 0 0 0 0 0 20 0 2 0 254028305 95129600 925 33554432000 1073741824 1073778376 140736535918336 140736535909472 219517321277 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23818/statm: 23225 927 703 9 0 16769 0
[pid=23818/tid=23819] ppid=23816 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23819/stat : 23819 (java) D 23816 23818 21597 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 254028305 95129600 927 33554432000 1073741824 1073778376 140736535918336 140345720253992 219504799015 0 0 4096 0 18446744072100609316 0 0 -1 5 0 0 0 0 0

[startup+0.058631 s]
/proc/loadavg: 3.69 3.88 3.89 4/197 23818
/proc/meminfo: memFree=28515756/32873648 swapFree=7108/7108
[pid=23818] ppid=23816 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/23818/stat : 23818 (java) S 23816 23818 21597 0 -1 4202496 3231 0 1 0 4 0 0 0 20 0 18 0 254028305 9787813888 4440 33554432000 1073741824 1073778376 140736535918336 140736535909472 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23818/statm: 2389603 4442 1759 9 0 2380296 0
[pid=23818/tid=23819] ppid=23816 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/23818/task/23819/stat : 23819 (java) R 23816 23818 21597 0 -1 4202560 2024 0 1 0 3 0 0 0 20 0 18 0 254028305 9787813888 4442 33554432000 1073741824 1073778376 140736535918336 140345720261280 140345589452679 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558412

[startup+0.100238 s]
/proc/loadavg: 3.69 3.88 3.89 4/197 23818
/proc/meminfo: memFree=28515756/32873648 swapFree=7108/7108
[pid=23818] ppid=23816 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/23818/stat : 23818 (java) S 23816 23818 21597 0 -1 4202496 4464 0 1 0 10 0 0 0 20 0 18 0 254028305 9787813888 6133 33554432000 1073741824 1073778376 140736535918336 140736535909472 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23818/statm: 2389603 6133 2139 9 0 2380296 0
[pid=23818/tid=23819] ppid=23816 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/23818/task/23819/stat : 23819 (java) R 23816 23818 21597 0 -1 4202560 2431 0 1 0 7 0 0 0 20 0 18 0 254028305 9787813888 6133 33554432000 1073741824 1073778376 140736535918336 140345720252232 219517347085 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300249 s]
/proc/loadavg: 3.69 3.88 3.89 4/197 23818
/proc/meminfo: memFree=28515756/32873648 swapFree=7108/7108
[pid=23818] ppid=23816 vsize=9558412 CPUtime=0.51 cores=1,3,5,7
/proc/23818/stat : 23818 (java) S 23816 23818 21597 0 -1 4202496 6400 0 1 0 50 1 0 0 20 0 18 0 254028305 9787813888 8601 33554432000 1073741824 1073778376 140736535918336 140736535909472 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23818/statm: 2389603 8601 2228 9 0 2380296 0
[pid=23818/tid=23819] ppid=23816 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/23818/task/23819/stat : 23819 (java) R 23816 23818 21597 0 -1 4202560 2445 0 1 0 27 0 0 0 20 0 18 0 254028305 9787813888 8601 33554432000 1073741824 1073778376 140736535918336 140345720252232 140345589887474 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558412

[startup+0.70022 s]
/proc/loadavg: 3.69 3.88 3.89 4/197 23818
/proc/meminfo: memFree=28515756/32873648 swapFree=7108/7108
[pid=23818] ppid=23816 vsize=9558412 CPUtime=1.63 cores=1,3,5,7
/proc/23818/stat : 23818 (java) S 23816 23818 21597 0 -1 4202496 25315 0 1 0 159 4 0 0 20 0 18 0 254028305 9787813888 29210 33554432000 1073741824 1073778376 140736535918336 140736535909472 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23818/statm: 2389603 29210 2249 9 0 2380296 0
[pid=23818/tid=23819] ppid=23816 vsize=9558412 CPUtime=0.67 cores=1,3,5,7
/proc/23818/task/23819/stat : 23819 (java) R 23816 23818 21597 0 -1 4202560 2470 0 1 0 66 1 0 0 20 0 18 0 254028305 9787813888 29210 33554432000 1073741824 1073778376 140736535918336 140345720250112 140345589455411 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9558412

[startup+1.50063 s]
/proc/loadavg: 3.69 3.88 3.89 7/217 23838
/proc/meminfo: memFree=28356140/32873648 swapFree=7108/7108
[pid=23818] ppid=23816 vsize=9824668 CPUtime=4.18 cores=1,3,5,7
/proc/23818/stat : 23818 (java) S 23816 23818 21597 0 -1 4202496 29181 0 1 0 410 8 0 0 20 0 22 0 254028305 10060460032 44823 33554432000 1073741824 1073778376 140736535918336 140736535909472 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23818/statm: 2456167 44823 2263 9 0 2446860 0
[pid=23818/tid=23819] ppid=23816 vsize=9824668 CPUtime=0.93 cores=1,3,5,7
/proc/23818/task/23819/stat : 23819 (java) S 23816 23818 21597 0 -1 4202560 2493 0 1 0 91 2 0 0 20 0 22 0 254028305 10060460032 44823 33554432000 1073741824 1073778376 140736535918336 140345720259576 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23821] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23821/stat : 23821 (java) S 23816 23818 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254028306 10060460032 44823 33554432000 1073741824 1073778376 140736535918336 140345709321000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23822] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23822/stat : 23822 (java) S 23816 23818 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254028306 10060460032 44823 33554432000 1073741824 1073778376 140736535918336 140345708268200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23823] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23823/stat : 23823 (java) S 23816 23818 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254028306 10060460032 44823 33554432000 1073741824 1073778376 140736535918336 140345561791528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23818/tid=23824] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23824/stat : 23824 (java) S 23816 23818 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254028306 10060460032 44823 33554432000 1073741824 1073778376 140736535918336 140345560738728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23818/tid=23825] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23825/stat : 23825 (java) S 23816 23818 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254028306 10060460032 44823 33554432000 1073741824 1073778376 140736535918336 140345559685416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23826] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23826/stat : 23826 (java) S 23816 23818 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254028306 10060460032 44823 33554432000 1073741824 1073778376 140736535918336 140345558632616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23818/tid=23827] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23827/stat : 23827 (java) S 23816 23818 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254028306 10060460032 44823 33554432000 1073741824 1073778376 140736535918336 140345557580328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23828] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23828/stat : 23828 (java) S 23816 23818 21597 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254028306 10060460032 44823 33554432000 1073741824 1073778376 140736535918336 140345556527528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23829] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23829/stat : 23829 (java) S 23816 23818 21597 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254028307 10060460032 44823 33554432000 1073741824 1073778376 140736535918336 140345544329960 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23830] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23830/stat : 23830 (java) S 23816 23818 21597 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254028307 10060460032 44823 33554432000 1073741824 1073778376 140736535918336 140345543276024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23831] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23831/stat : 23831 (java) S 23816 23818 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254028307 10060460032 44823 33554432000 1073741824 1073778376 140736535918336 140345542223624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23832] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23832/stat : 23832 (java) S 23816 23818 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254028310 10060460032 44823 33554432000 1073741824 1073778376 140736535918336 140345541172112 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23833] ppid=23816 vsize=9824668 CPUtime=1.24 cores=1,3,5,7
/proc/23818/task/23833/stat : 23833 (java) R 23816 23818 21597 0 -1 4202560 14832 0 0 0 121 3 0 0 20 0 22 0 254028310 10060460032 44823 33554432000 1073741824 1073778376 140736535918336 140345540106000 140345724376541 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23834] ppid=23816 vsize=9824668 CPUtime=1.25 cores=1,3,5,7
/proc/23818/task/23834/stat : 23834 (java) R 23816 23818 21597 0 -1 4202560 10537 0 0 0 123 2 0 0 20 0 22 0 254028310 10060460032 44823 33554432000 1073741824 1073778376 140736535918336 140345539057880 140345727993473 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23835] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23835/stat : 23835 (java) S 23816 23818 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254028310 10060460032 44823 33554432000 1073741824 1073778376 140736535918336 140345538013816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23836] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23836/stat : 23836 (java) S 23816 23818 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254028310 10060460032 44823 33554432000 1073741824 1073778376 140736535918336 140345536961224 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9824668

[startup+3.1007 s]
/proc/loadavg: 3.69 3.88 3.89 3/216 23846
/proc/meminfo: memFree=28321564/32873648 swapFree=7108/7108
[pid=23818] ppid=23816 vsize=9824668 CPUtime=5.52 cores=1,3,5,7
/proc/23818/stat : 23818 (java) S 23816 23818 21597 0 -1 4202496 29358 0 1 0 533 19 0 0 20 0 19 0 254028305 10060460032 59743 33554432000 1073741824 1073778376 140736535918336 140736535909472 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23818/statm: 2456167 59743 2276 9 0 2446860 0
[pid=23818/tid=23819] ppid=23816 vsize=9824668 CPUtime=0.93 cores=1,3,5,7
/proc/23818/task/23819/stat : 23819 (java) S 23816 23818 21597 0 -1 4202560 2493 0 1 0 91 2 0 0 20 0 19 0 254028305 10060460032 59743 33554432000 1073741824 1073778376 140736535918336 140345720259576 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23821] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23821/stat : 23821 (java) S 23816 23818 21597 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254028306 10060460032 59743 33554432000 1073741824 1073778376 140736535918336 140345709321000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23822] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23822/stat : 23822 (java) S 23816 23818 21597 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254028306 10060460032 59743 33554432000 1073741824 1073778376 140736535918336 140345708268200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23818/tid=23823] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23823/stat : 23823 (java) S 23816 23818 21597 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254028306 10060460032 59743 33554432000 1073741824 1073778376 140736535918336 140345561791528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23818/tid=23824] ppid=23816 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/23818/task/23824/stat : 23824 (java) S 23816 23818 21597 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 254028306 10060460032 59743 33554432000 1073741824 1073778376 140736535918336 140345560738728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23825] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23825/stat : 23825 (java) S 23816 23818 21597 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254028306 10060460032 59743 33554432000 1073741824 1073778376 140736535918336 140345559685416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23818/tid=23826] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23826/stat : 23826 (java) S 23816 23818 21597 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254028306 10060460032 59743 33554432000 1073741824 1073778376 140736535918336 140345558632616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23827] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23827/stat : 23827 (java) S 23816 23818 21597 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254028306 10060460032 59743 33554432000 1073741824 1073778376 140736535918336 140345557580328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23828] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23828/stat : 23828 (java) S 23816 23818 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254028306 10060460032 59743 33554432000 1073741824 1073778376 140736535918336 140345556527528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23829] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23829/stat : 23829 (java) S 23816 23818 21597 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 254028307 10060460032 59743 33554432000 1073741824 1073778376 140736535918336 140345544329960 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23830] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23830/stat : 23830 (java) S 23816 23818 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254028307 10060460032 59743 33554432000 1073741824 1073778376 140736535918336 140345543276024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23831] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23831/stat : 23831 (java) S 23816 23818 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254028307 10060460032 59743 33554432000 1073741824 1073778376 140736535918336 140345542223624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23832] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23832/stat : 23832 (java) S 23816 23818 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254028310 10060460032 59743 33554432000 1073741824 1073778376 140736535918336 140345541172112 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23833] ppid=23816 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/23818/task/23833/stat : 23833 (java) S 23816 23818 21597 0 -1 4202560 14832 0 0 0 148 3 0 0 20 0 19 0 254028310 10060460032 59743 33554432000 1073741824 1073778376 140736535918336 140345540118712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23818/tid=23834] ppid=23816 vsize=9824668 CPUtime=1.55 cores=1,3,5,7
/proc/23818/task/23834/stat : 23834 (java) S 23816 23818 21597 0 -1 4202560 10538 0 0 0 153 2 0 0 20 0 19 0 254028310 10060460032 59743 33554432000 1073741824 1073778376 140736535918336 140345539065912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23818/tid=23835] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23835/stat : 23835 (java) S 23816 23818 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254028310 10060460032 59743 33554432000 1073741824 1073778376 140736535918336 140345538013816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23836] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23836/stat : 23836 (java) S 23816 23818 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254028310 10060460032 59743 33554432000 1073741824 1073778376 140736535918336 140345536961224 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23843] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23843/stat : 23843 (java) S 23816 23818 21597 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254028451 10060460032 59743 33554432000 1073741824 1073778376 140736535918336 140345532748968 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 5.52
Current children cumulated vsize (KiB) 9824668

[startup+6.30081 s]
/proc/loadavg: 3.71 3.88 3.89 5/219 23864
/proc/meminfo: memFree=28191904/32873648 swapFree=7108/7108
[pid=23818] ppid=23816 vsize=9824668 CPUtime=10.07 cores=1,3,5,7
/proc/23818/stat : 23818 (java) S 23816 23818 21597 0 -1 4202496 30032 0 1 0 968 39 0 0 20 0 22 0 254028305 10060460032 113527 33554432000 1073741824 1073778376 140736535918336 140736535909472 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23818/statm: 2456167 113527 2290 9 0 2446860 0
[pid=23818/tid=23819] ppid=23816 vsize=9824668 CPUtime=0.94 cores=1,3,5,7
/proc/23818/task/23819/stat : 23819 (java) S 23816 23818 21597 0 -1 4202560 2493 0 1 0 92 2 0 0 20 0 22 0 254028305 10060460032 113527 33554432000 1073741824 1073778376 140736535918336 140345720259576 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23821] ppid=23816 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/23818/task/23821/stat : 23821 (java) S 23816 23818 21597 0 -1 4202560 97 0 0 0 4 3 0 0 20 0 22 0 254028306 10060460032 113527 33554432000 1073741824 1073778376 140736535918336 140345709321000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23818/tid=23822] ppid=23816 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/23818/task/23822/stat : 23822 (java) S 23816 23818 21597 0 -1 4202560 48 0 0 0 5 2 0 0 20 0 22 0 254028306 10060460032 113527 33554432000 1073741824 1073778376 140736535918336 140345708268200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23818/tid=23823] ppid=23816 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/23818/task/23823/stat : 23823 (java) S 23816 23818 21597 0 -1 4202560 248 0 0 0 4 2 0 0 20 0 22 0 254028306 10060460032 113527 33554432000 1073741824 1073778376 140736535918336 140345561791528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23818/tid=23824] ppid=23816 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/23818/task/23824/stat : 23824 (java) S 23816 23818 21597 0 -1 4202560 39 0 0 0 4 2 0 0 20 0 22 0 254028306 10060460032 113527 33554432000 1073741824 1073778376 140736535918336 140345560738728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23825] ppid=23816 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/23818/task/23825/stat : 23825 (java) S 23816 23818 21597 0 -1 4202560 92 0 0 0 5 2 0 0 20 0 22 0 254028306 10060460032 113527 33554432000 1073741824 1073778376 140736535918336 140345559685416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23818/tid=23826] ppid=23816 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/23818/task/23826/stat : 23826 (java) S 23816 23818 21597 0 -1 4202560 58 0 0 0 2 1 0 0 20 0 22 0 254028306 10060460032 113527 33554432000 1073741824 1073778376 140736535918336 140345558632616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23818/tid=23827] ppid=23816 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/23818/task/23827/stat : 23827 (java) S 23816 23818 21597 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 254028306 10060460032 113527 33554432000 1073741824 1073778376 140736535918336 140345557580328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23828] ppid=23816 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/23818/task/23828/stat : 23828 (java) S 23816 23818 21597 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 22 0 254028306 10060460032 113527 33554432000 1073741824 1073778376 140736535918336 140345556527528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23829] ppid=23816 vsize=9824668 CPUtime=0.15 cores=1,3,5,7
/proc/23818/task/23829/stat : 23829 (java) S 23816 23818 21597 0 -1 4202560 102 0 0 0 15 0 0 0 20 0 22 0 254028307 10060460032 113527 33554432000 1073741824 1073778376 140736535918336 140345544329960 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23830] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23830/stat : 23830 (java) S 23816 23818 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254028307 10060460032 113527 33554432000 1073741824 1073778376 140736535918336 140345543276024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23831] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23831/stat : 23831 (java) S 23816 23818 21597 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254028307 10060460032 113527 33554432000 1073741824 1073778376 140736535918336 140345542223624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23818/tid=23832] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23832/stat : 23832 (java) S 23816 23818 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254028310 10060460032 113527 33554432000 1073741824 1073778376 140736535918336 140345541172112 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23833] ppid=23816 vsize=9824668 CPUtime=1.65 cores=1,3,5,7
/proc/23818/task/23833/stat : 23833 (java) S 23816 23818 21597 0 -1 4202560 14837 0 0 0 162 3 0 0 20 0 22 0 254028310 10060460032 113527 33554432000 1073741824 1073778376 140736535918336 140345540118712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23818/tid=23834] ppid=23816 vsize=9824668 CPUtime=1.78 cores=1,3,5,7
/proc/23818/task/23834/stat : 23834 (java) S 23816 23818 21597 0 -1 4202560 10545 0 0 0 176 2 0 0 20 0 22 0 254028310 10060460032 113527 33554432000 1073741824 1073778376 140736535918336 140345539065912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23835] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23835/stat : 23835 (java) S 23816 23818 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254028310 10060460032 113527 33554432000 1073741824 1073778376 140736535918336 140345538013816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=23818/tid=24000] ppid=23816 vsize=9824668 CPUtime=333.85 cores=1,3,5,7
/proc/23818/task/24000/stat : 24000 (java) R 23816 23818 21597 0 -1 4202560 27 0 0 0 33380 5 0 0 20 0 22 0 254070862 10060460032 868624 33554432000 1073741824 1073778376 140736535918336 140345534851856 140345591039840 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23818/tid=24001] ppid=23816 vsize=9824668 CPUtime=333.79 cores=1,3,5,7
/proc/23818/task/24001/stat : 24001 (java) R 23816 23818 21597 0 -1 4202560 20 0 0 0 33372 7 0 0 20 0 22 0 254070862 10060460032 868624 33554432000 1073741824 1073778376 140736535918336 140345535905584 140345590940025 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=24002] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/24002/stat : 24002 (java) S 23816 23818 21597 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254070862 10060460032 868624 33554432000 1073741824 1073778376 140736535918336 140345533802024 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1552.95
Current children cumulated vsize (KiB) 9824668

[startup+942.301 s]
/proc/loadavg: 3.66 3.68 3.71 5/219 24004
/proc/meminfo: memFree=22133448/32873648 swapFree=7108/7108
[pid=23818] ppid=23816 vsize=9824668 CPUtime=1661.18 cores=1,3,5,7
/proc/23818/stat : 23818 (java) S 23816 23818 21597 0 -1 4202496 43931 0 1 0 165888 230 0 0 20 0 22 0 254028305 10060460032 891137 33554432000 1073741824 1073778376 140736535918336 140736535909472 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23818/statm: 2456167 891137 2291 9 0 2446860 0
[pid=23818/tid=23819] ppid=23816 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/23818/task/23819/stat : 23819 (java) S 23816 23818 21597 0 -1 4202560 2608 0 1 0 95 4 0 0 20 0 22 0 254028305 10060460032 891137 33554432000 1073741824 1073778376 140736535918336 140345720259576 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23821] ppid=23816 vsize=9824668 CPUtime=4.59 cores=1,3,5,7
/proc/23818/task/23821/stat : 23821 (java) S 23816 23818 21597 0 -1 4202560 1042 0 0 0 445 14 0 0 20 0 22 0 254028306 10060460032 891137 33554432000 1073741824 1073778376 140736535918336 140345709321000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23822] ppid=23816 vsize=9824668 CPUtime=4.76 cores=1,3,5,7
/proc/23818/task/23822/stat : 23822 (java) S 23816 23818 21597 0 -1 4202560 1192 0 0 0 463 13 0 0 20 0 22 0 254028306 10060460032 891137 33554432000 1073741824 1073778376 140736535918336 140345708268200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23823] ppid=23816 vsize=9824668 CPUtime=4.95 cores=1,3,5,7
/proc/23818/task/23823/stat : 23823 (java) S 23816 23818 21597 0 -1 4202560 1142 0 0 0 475 20 0 0 20 0 22 0 254028306 10060460032 891137 33554432000 1073741824 1073778376 140736535918336 140345561791528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23818/tid=23824] ppid=23816 vsize=9824668 CPUtime=5.2 cores=1,3,5,7
/proc/23818/task/23824/stat : 23824 (java) S 23816 23818 21597 0 -1 4202560 913 0 0 0 503 17 0 0 20 0 22 0 254028306 10060460032 891137 33554432000 1073741824 1073778376 140736535918336 140345560738728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23825] ppid=23816 vsize=9824668 CPUtime=4.59 cores=1,3,5,7
/proc/23818/task/23825/stat : 23825 (java) S 23816 23818 21597 0 -1 4202560 1100 0 0 0 444 15 0 0 20 0 22 0 254028306 10060460032 891137 33554432000 1073741824 1073778376 140736535918336 140345559685416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23826] ppid=23816 vsize=9824668 CPUtime=4.88 cores=1,3,5,7
/proc/23818/task/23826/stat : 23826 (java) S 23816 23818 21597 0 -1 4202560 1018 0 0 0 472 16 0 0 20 0 22 0 254028306 10060460032 891137 33554432000 1073741824 1073778376 140736535918336 140345558632616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23818/tid=23827] ppid=23816 vsize=9824668 CPUtime=5.02 cores=1,3,5,7
/proc/23818/task/23827/stat : 23827 (java) S 23816 23818 21597 0 -1 4202560 1118 0 0 0 490 12 0 0 20 0 22 0 254028306 10060460032 891137 33554432000 1073741824 1073778376 140736535918336 140345557580328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23818/tid=23828] ppid=23816 vsize=9824668 CPUtime=4.88 cores=1,3,5,7
/proc/23818/task/23828/stat : 23828 (java) S 23816 23818 21597 0 -1 4202560 554 0 0 0 473 15 0 0 20 0 22 0 254028306 10060460032 891137 33554432000 1073741824 1073778376 140736535918336 140345556527528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23818/tid=23829] ppid=23816 vsize=9824668 CPUtime=235.97 cores=1,3,5,7
/proc/23818/task/23829/stat : 23829 (java) S 23816 23818 21597 0 -1 4202560 5271 0 0 0 23560 37 0 0 20 0 22 0 254028307 10060460032 891137 33554432000 1073741824 1073778376 140736535918336 140345544329960 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23818/tid=23830] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23830/stat : 23830 (java) S 23816 23818 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254028307 10060460032 891137 33554432000 1073741824 1073778376 140736535918336 140345543276024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23831] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23831/stat : 23831 (java) S 23816 23818 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254028307 10060460032 891137 33554432000 1073741824 1073778376 140736535918336 140345542223624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23832] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23832/stat : 23832 (java) S 23816 23818 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254028310 10060460032 891137 33554432000 1073741824 1073778376 140736535918336 140345541172112 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23833] ppid=23816 vsize=9824668 CPUtime=1.83 cores=1,3,5,7
/proc/23818/task/23833/stat : 23833 (java) S 23816 23818 21597 0 -1 4202560 14855 0 0 0 180 3 0 0 20 0 22 0 254028310 10060460032 891137 33554432000 1073741824 1073778376 140736535918336 140345540118712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23834] ppid=23816 vsize=9824668 CPUtime=1.97 cores=1,3,5,7
/proc/23818/task/23834/stat : 23834 (java) S 23816 23818 21597 0 -1 4202560 10547 0 0 0 195 2 0 0 20 0 22 0 254028310 10060460032 891137 33554432000 1073741824 1073778376 140736535918336 140345539065912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23818/tid=23835] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23835/stat : 23835 (java) S 23816 23818 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254028310 10060460032 891137 33554432000 1073741824 1073778376 140736535918336 140345538013816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23836] ppid=23816 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/23818/task/23836/stat : 23836 (java) S 23816 23818 21597 0 -1 4202560 55 0 0 0 17 22 0 0 20 0 22 0 254028310 10060460032 891137 33554432000 1073741824 1073778376 140736535918336 140345536961224 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23843] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23843/stat : 23843 (java) S 23816 23818 21597 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254028451 10060460032 891137 33554432000 1073741824 1073778376 140736535918336 140345532748968 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23818/tid=24000] ppid=23816 vsize=9824668 CPUtime=379.99 cores=1,3,5,7
/proc/23818/task/24000/stat : 24000 (java) R 23816 23818 21597 0 -1 4202560 30 0 0 0 37994 5 0 0 20 0 22 0 254070862 10060460032 891137 33554432000 1073741824 1073778376 140736535918336 140345534853728 140345590881111 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23818/tid=24001] ppid=23816 vsize=9824668 CPUtime=379.93 cores=1,3,5,7
/proc/23818/task/24001/stat : 24001 (java) R 23816 23818 21597 0 -1 4202560 24 0 0 0 37986 7 0 0 20 0 22 0 254070862 10060460032 891137 33554432000 1073741824 1073778376 140736535918336 140345535904896 140345590940451 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=24002] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/24002/stat : 24002 (java) S 23816 23818 21597 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254070862 10060460032 891137 33554432000 1073741824 1073778376 140736535918336 140345533802024 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1661.18
Current children cumulated vsize (KiB) 9824668

[startup+1002.3 s]
/proc/loadavg: 3.74 3.69 3.72 5/220 24007
/proc/meminfo: memFree=22017284/32873648 swapFree=7108/7108
[pid=23818] ppid=23816 vsize=9824668 CPUtime=1771.74 cores=1,3,5,7
/proc/23818/stat : 23818 (java) S 23816 23818 21597 0 -1 4202496 44047 0 1 0 176941 233 0 0 20 0 22 0 254028305 10060460032 901905 33554432000 1073741824 1073778376 140736535918336 140736535909472 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23818/statm: 2456167 901905 2291 9 0 2446860 0
[pid=23818/tid=23819] ppid=23816 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/23818/task/23819/stat : 23819 (java) S 23816 23818 21597 0 -1 4202560 2612 0 1 0 95 4 0 0 20 0 22 0 254028305 10060460032 901905 33554432000 1073741824 1073778376 140736535918336 140345720259576 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23821] ppid=23816 vsize=9824668 CPUtime=4.9 cores=1,3,5,7
/proc/23818/task/23821/stat : 23821 (java) S 23816 23818 21597 0 -1 4202560 1042 0 0 0 476 14 0 0 20 0 22 0 254028306 10060460032 901905 33554432000 1073741824 1073778376 140736535918336 140345709321000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23818/tid=23822] ppid=23816 vsize=9824668 CPUtime=5.08 cores=1,3,5,7
/proc/23818/task/23822/stat : 23822 (java) S 23816 23818 21597 0 -1 4202560 1192 0 0 0 495 13 0 0 20 0 22 0 254028306 10060460032 901905 33554432000 1073741824 1073778376 140736535918336 140345708268200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23823] ppid=23816 vsize=9824668 CPUtime=5.35 cores=1,3,5,7
/proc/23818/task/23823/stat : 23823 (java) S 23816 23818 21597 0 -1 4202560 1149 0 0 0 515 20 0 0 20 0 22 0 254028306 10060460032 901905 33554432000 1073741824 1073778376 140736535918336 140345561791528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23824] ppid=23816 vsize=9824668 CPUtime=5.48 cores=1,3,5,7
/proc/23818/task/23824/stat : 23824 (java) S 23816 23818 21597 0 -1 4202560 913 0 0 0 531 17 0 0 20 0 22 0 254028306 10060460032 901905 33554432000 1073741824 1073778376 140736535918336 140345560738728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23818/tid=23825] ppid=23816 vsize=9824668 CPUtime=4.88 cores=1,3,5,7
/proc/23818/task/23825/stat : 23825 (java) S 23816 23818 21597 0 -1 4202560 1100 0 0 0 473 15 0 0 20 0 22 0 254028306 10060460032 901905 33554432000 1073741824 1073778376 140736535918336 140345559685416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23826] ppid=23816 vsize=9824668 CPUtime=5.2 cores=1,3,5,7
/proc/23818/task/23826/stat : 23826 (java) S 23816 23818 21597 0 -1 4202560 1018 0 0 0 504 16 0 0 20 0 22 0 254028306 10060460032 901905 33554432000 1073741824 1073778376 140736535918336 140345558632616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23827] ppid=23816 vsize=9824668 CPUtime=5.34 cores=1,3,5,7
/proc/23818/task/23827/stat : 23827 (java) S 23816 23818 21597 0 -1 4202560 1118 0 0 0 521 13 0 0 20 0 22 0 254028306 10060460032 901905 33554432000 1073741824 1073778376 140736535918336 140345557580328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23828] ppid=23816 vsize=9824668 CPUtime=5.3 cores=1,3,5,7
/proc/23818/task/23828/stat : 23828 (java) S 23816 23818 21597 0 -1 4202560 554 0 0 0 515 15 0 0 20 0 22 0 254028306 10060460032 901905 33554432000 1073741824 1073778376 140736535918336 140345556527528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23818/tid=23829] ppid=23816 vsize=9824668 CPUtime=246.67 cores=1,3,5,7
/proc/23818/task/23829/stat : 23829 (java) S 23816 23818 21597 0 -1 4202560 5368 0 0 0 24629 38 0 0 20 0 22 0 254028307 10060460032 901905 33554432000 1073741824 1073778376 140736535918336 140345544329960 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23818/tid=23830] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23830/stat : 23830 (java) S 23816 23818 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254028307 10060460032 901905 33554432000 1073741824 1073778376 140736535918336 140345543276024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23831] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23831/stat : 23831 (java) S 23816 23818 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254028307 10060460032 901905 33554432000 1073741824 1073778376 140736535918336 140345542223624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23832] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23832/stat : 23832 (java) S 23816 23818 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254028310 10060460032 901905 33554432000 1073741824 1073778376 140736535918336 140345541172112 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23833] ppid=23816 vsize=9824668 CPUtime=1.83 cores=1,3,5,7
/proc/23818/task/23833/stat : 23833 (java) S 23816 23818 21597 0 -1 4202560 14855 0 0 0 180 3 0 0 20 0 22 0 254028310 10060460032 901905 33554432000 1073741824 1073778376 140736535918336 140345540118712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23834] ppid=23816 vsize=9824668 CPUtime=1.97 cores=1,3,5,7
/proc/23818/task/23834/stat : 23834 (java) S 23816 23818 21597 0 -1 4202560 10547 0 0 0 195 2 0 0 20 0 22 0 254028310 10060460032 901905 33554432000 1073741824 1073778376 140736535918336 140345539065912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23818/tid=23835] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23835/stat : 23835 (java) S 23816 23818 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254028310 10060460032 901905 33554432000 1073741824 1073778376 140736535918336 140345538013816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23836] ppid=23816 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/23818/task/23836/stat : 23836 (java) S 23816 23818 21597 0 -1 4202560 57 0 0 0 18 25 0 0 20 0 22 0 254028310 10060460032 901905 33554432000 1073741824 1073778376 140736535918336 140345536961224 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23843] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23843/stat : 23843 (java) S 23816 23818 21597 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254028451 10060460032 901905 33554432000 1073741824 1073778376 140736535918336 140345532748968 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23818/tid=24000] ppid=23816 vsize=9824668 CPUtime=428.61 cores=1,3,5,7
/proc/23818/task/24000/stat : 24000 (java) R 23816 23818 21597 0 -1 4202560 31 0 0 0 42855 6 0 0 20 0 22 0 254070862 10060460032 901905 33554432000 1073741824 1073778376 140736535918336 140345534852768 140345590932635 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23818/tid=24001] ppid=23816 vsize=9824668 CPUtime=428.54 cores=1,3,5,7
/proc/23818/task/24001/stat : 24001 (java) R 23816 23818 21597 0 -1 4202560 29 0 0 0 42846 8 0 0 20 0 22 0 254070862 10060460032 901905 33554432000 1073741824 1073778376 140736535918336 140345535904896 140345590940412 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=24002] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/24002/stat : 24002 (java) S 23816 23818 21597 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254070862 10060460032 901905 33554432000 1073741824 1073778376 140736535918336 140345533802024 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1771.74
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1017.8 s]
/proc/loadavg: 3.66 3.67 3.71 5/220 24007
/proc/meminfo: memFree=21894292/32873648 swapFree=7108/7108
[pid=23818] ppid=23816 vsize=9824668 CPUtime=1800.16 cores=1,3,5,7
/proc/23818/stat : 23818 (java) S 23816 23818 21597 0 -1 4202496 44132 0 1 0 179782 234 0 0 20 0 22 0 254028305 10060460032 914190 33554432000 1073741824 1073778376 140736535918336 140736535909472 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23818/statm: 2456167 914190 2291 9 0 2446860 0
[pid=23818/tid=23819] ppid=23816 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/23818/task/23819/stat : 23819 (java) S 23816 23818 21597 0 -1 4202560 2612 0 1 0 95 4 0 0 20 0 22 0 254028305 10060460032 914190 33554432000 1073741824 1073778376 140736535918336 140345720259576 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23821] ppid=23816 vsize=9824668 CPUtime=5.02 cores=1,3,5,7
/proc/23818/task/23821/stat : 23821 (java) S 23816 23818 21597 0 -1 4202560 1052 0 0 0 488 14 0 0 20 0 22 0 254028306 10060460032 914190 33554432000 1073741824 1073778376 140736535918336 140345709321000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23822] ppid=23816 vsize=9824668 CPUtime=5.22 cores=1,3,5,7
/proc/23818/task/23822/stat : 23822 (java) S 23816 23818 21597 0 -1 4202560 1195 0 0 0 509 13 0 0 20 0 22 0 254028306 10060460032 914190 33554432000 1073741824 1073778376 140736535918336 140345708268200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23823] ppid=23816 vsize=9824668 CPUtime=5.5 cores=1,3,5,7
/proc/23818/task/23823/stat : 23823 (java) S 23816 23818 21597 0 -1 4202560 1163 0 0 0 530 20 0 0 20 0 22 0 254028306 10060460032 914190 33554432000 1073741824 1073778376 140736535918336 140345561791528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23824] ppid=23816 vsize=9824668 CPUtime=5.61 cores=1,3,5,7
/proc/23818/task/23824/stat : 23824 (java) S 23816 23818 21597 0 -1 4202560 919 0 0 0 544 17 0 0 20 0 22 0 254028306 10060460032 914190 33554432000 1073741824 1073778376 140736535918336 140345560738728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23825] ppid=23816 vsize=9824668 CPUtime=4.97 cores=1,3,5,7
/proc/23818/task/23825/stat : 23825 (java) S 23816 23818 21597 0 -1 4202560 1105 0 0 0 482 15 0 0 20 0 22 0 254028306 10060460032 914190 33554432000 1073741824 1073778376 140736535918336 140345559685416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23826] ppid=23816 vsize=9824668 CPUtime=5.26 cores=1,3,5,7
/proc/23818/task/23826/stat : 23826 (java) S 23816 23818 21597 0 -1 4202560 1019 0 0 0 510 16 0 0 20 0 22 0 254028306 10060460032 914190 33554432000 1073741824 1073778376 140736535918336 140345558632616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23818/tid=23827] ppid=23816 vsize=9824668 CPUtime=5.41 cores=1,3,5,7
/proc/23818/task/23827/stat : 23827 (java) S 23816 23818 21597 0 -1 4202560 1118 0 0 0 528 13 0 0 20 0 22 0 254028306 10060460032 914190 33554432000 1073741824 1073778376 140736535918336 140345557580328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23828] ppid=23816 vsize=9824668 CPUtime=5.35 cores=1,3,5,7
/proc/23818/task/23828/stat : 23828 (java) S 23816 23818 21597 0 -1 4202560 557 0 0 0 520 15 0 0 20 0 22 0 254028306 10060460032 914190 33554432000 1073741824 1073778376 140736535918336 140345556527528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23829] ppid=23816 vsize=9824668 CPUtime=249.65 cores=1,3,5,7
/proc/23818/task/23829/stat : 23829 (java) S 23816 23818 21597 0 -1 4202560 5406 0 0 0 24926 39 0 0 20 0 22 0 254028307 10060460032 914190 33554432000 1073741824 1073778376 140736535918336 140345544329960 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23818/tid=23830] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23830/stat : 23830 (java) S 23816 23818 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254028307 10060460032 914190 33554432000 1073741824 1073778376 140736535918336 140345543276024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23831] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23831/stat : 23831 (java) S 23816 23818 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254028307 10060460032 914190 33554432000 1073741824 1073778376 140736535918336 140345542223624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23832] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23832/stat : 23832 (java) S 23816 23818 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254028310 10060460032 914190 33554432000 1073741824 1073778376 140736535918336 140345541172112 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23818/tid=23833] ppid=23816 vsize=9824668 CPUtime=1.83 cores=1,3,5,7
/proc/23818/task/23833/stat : 23833 (java) S 23816 23818 21597 0 -1 4202560 14855 0 0 0 180 3 0 0 20 0 22 0 254028310 10060460032 914190 33554432000 1073741824 1073778376 140736535918336 140345540118712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23834] ppid=23816 vsize=9824668 CPUtime=1.97 cores=1,3,5,7
/proc/23818/task/23834/stat : 23834 (java) S 23816 23818 21597 0 -1 4202560 10547 0 0 0 195 2 0 0 20 0 22 0 254028310 10060460032 914190 33554432000 1073741824 1073778376 140736535918336 140345539065912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23818/tid=23835] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23835/stat : 23835 (java) S 23816 23818 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254028310 10060460032 914190 33554432000 1073741824 1073778376 140736535918336 140345538013816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23818/tid=23836] ppid=23816 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/23818/task/23836/stat : 23836 (java) S 23816 23818 21597 0 -1 4202560 59 0 0 0 19 25 0 0 20 0 22 0 254028310 10060460032 914190 33554432000 1073741824 1073778376 140736535918336 140345536961224 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23818/tid=23843] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/23843/stat : 23843 (java) S 23816 23818 21597 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254028451 10060460032 914190 33554432000 1073741824 1073778376 140736535918336 140345532748968 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23818/tid=24000] ppid=23816 vsize=9824668 CPUtime=440.92 cores=1,3,5,7
/proc/23818/task/24000/stat : 24000 (java) R 23816 23818 21597 0 -1 4202560 33 0 0 0 44086 6 0 0 20 0 22 0 254070862 10060460032 914190 33554432000 1073741824 1073778376 140736535918336 140345534851944 140345590933561 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23818/tid=24001] ppid=23816 vsize=9824668 CPUtime=440.84 cores=1,3,5,7
/proc/23818/task/24001/stat : 24001 (java) R 23816 23818 21597 0 -1 4202560 30 0 0 0 44076 8 0 0 20 0 22 0 254070862 10060460032 914190 33554432000 1073741824 1073778376 140736535918336 140345535905696 140345590940451 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23818/tid=24002] ppid=23816 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23818/task/24002/stat : 24002 (java) S 23816 23818 21597 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254070862 10060460032 914190 33554432000 1073741824 1073778376 140736535918336 140345533802024 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143
Real time (s): 1017.84
CPU time (s): 1800.63
CPU user time (s): 1797.88
CPU system time (s): 2.75158
CPU usage (%): 176.907
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.88
system time used= 2.75158
maximum resident set size= 3656876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44162
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29590
involuntary context switches= 59532

runsolver used 3.68244 second user time and 9.57354 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-24 19:03:29
IDJOB=3688686
IDBENCH=48196
IDSOLVER=2268
FILE ID=node114/3688686-1337879009
RUNJOBID= node114-1337871881-21614
PBS_JOBID= 14620090
Free space on /tmp= 71668 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_25_5.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688686-1337879009/watcher-3688686-1337879009 -o /tmp/evaluation-result-3688686-1337879009/solver-3688686-1337879009 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688686-1337879009.opb

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

MD5SUM BENCH= 54b0d54e7a8a81cee8fd7c7c85a68b83
RANDOM SEED=698857102

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
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.242
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.242
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:       32873648 kB
MemFree:        28515764 kB
Buffers:          204592 kB
Cached:          2493284 kB
SwapCached:            0 kB
Active:          1516240 kB
Inactive:        2081704 kB
Active(anon):     902524 kB
Inactive(anon):        0 kB
Active(file):     613716 kB
Inactive(file):  2081704 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:        933492 kB
Mapped:            21696 kB
Shmem:               200 kB
Slab:             622328 kB
SReclaimable:      66360 kB
SUnreclaim:       555968 kB
KernelStack:        1792 kB
PageTables:         5944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1170324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    899072 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= 71668 MiB
End job on node114 at 2012-05-24 19:20:29