Trace number 3688446

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)12 1800.49 951.541

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/area_delay/normalized-fir04_area_delay.opb
MD5SUMea4ff8014cd873922b6021da249fa157
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.076987
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved YES
Number of variables741
Total number of constraints2072
Number of constraints which are clauses2072
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint31
Number of terms in the objective function 360
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 360
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 360
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.03/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.10	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3688446-1337877672.opb
0.08/0.13	c reading problem ... 
0.45/0.31	c ... done. Wall clock time 0.175s.
0.45/0.31	c declared #vars     741
0.45/0.31	c #constraints  1983
0.45/0.31	c constraints type 
0.45/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 372
0.45/0.31	c ignored satisfied constraints => 89
0.45/0.31	c org.sat4j.minisat.constraints.cnf.UnitClause => 23
0.45/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1588
0.45/0.31	c 2072 constraints processed.
0.45/0.31	c constraints type 
0.45/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1588
0.45/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 372
0.45/0.31	c ignored satisfied constraints => 89
0.45/0.31	c org.sat4j.pb.constraints.pb.UnitClausePB => 23
0.45/0.31	c 2072 constraints processed.
0.45/0.31	c objective function length is 360 literals
0.45/0.33	c  And the winner is solver0
0.56/0.81	c SATISFIABLE
0.56/0.81	c OPTIMIZING...
0.56/0.81	c Got one! Elapsed wall clock time (in seconds):0.678
0.56/0.81	o 19
0.56/0.82	c  And the winner is solver1
0.61/1.31	c Got one! Elapsed wall clock time (in seconds):1.183
0.61/1.31	o 17
1.71/1.63	c  And the winner is solver1
2.16/1.82	c Got one! Elapsed wall clock time (in seconds):1.686
2.16/1.82	o 16
2.16/1.88	c  And the winner is solver1
2.38/2.32	c Got one! Elapsed wall clock time (in seconds):2.188
2.38/2.32	o 15
2.53/2.42	c  And the winner is solver1
2.59/2.82	c Got one! Elapsed wall clock time (in seconds):2.691
2.59/2.82	o 14
2.78/2.91	c cleaning 3144 clauses out of 6289 with flag 1000/6289
3.72/3.33	c cleaning 4568 clauses out of 9145 with flag 7000/12289
4.67/3.83	c cleaning 5789 clauses out of 11578 with flag 14001/19290
5.23/4.17	c  And the winner is solver1
5.39/4.32	c Got one! Elapsed wall clock time (in seconds):4.193
5.39/4.32	o 13
5.39/4.40	c cleaning 5769 clauses out of 11557 with flag 1000/25058
5.67/4.52	c  And the winner is solver1
5.75/4.83	c Got one! Elapsed wall clock time (in seconds):4.695
5.75/4.83	o 12
6.33/5.14	c cleaning 5495 clauses out of 10989 with flag 5000/30259
7.25/5.63	c cleaning 5747 clauses out of 11494 with flag 11000/36259
8.17/6.19	c cleaning 6371 clauses out of 12747 with flag 18000/43259
9.68/6.87	c cleaning 7189 clauses out of 14377 with flag 26001/51260
11.54/7.69	c cleaning 8087 clauses out of 16187 with flag 35000/60259
13.52/8.51	c cleaning 9033 clauses out of 18100 with flag 45000/70259
15.02/9.39	c cleaning 10035 clauses out of 20069 with flag 56002/81261
16.95/10.36	c cleaning 11009 clauses out of 22032 with flag 68000/93259
19.18/11.51	c cleaning 12006 clauses out of 24023 with flag 81000/106259
21.46/12.72	c cleaning 12994 clauses out of 26019 with flag 95002/120261
23.91/14.04	c cleaning 14002 clauses out of 28023 with flag 110000/135259
26.61/15.44	c cleaning 15007 clauses out of 30021 with flag 126000/151259
29.64/16.93	c cleaning 15995 clauses out of 32015 with flag 143001/168260
32.84/18.44	c cleaning 17003 clauses out of 34021 with flag 161002/186261
35.85/20.08	c cleaning 17979 clauses out of 36016 with flag 180000/205259
39.08/21.76	c cleaning 19018 clauses out of 38038 with flag 200001/225260
42.57/23.64	c cleaning 19995 clauses out of 40021 with flag 221002/246261
45.97/25.44	c cleaning 20995 clauses out of 42024 with flag 243000/268259
49.54/27.34	c cleaning 22007 clauses out of 44029 with flag 266000/291259
53.33/29.33	c cleaning 23005 clauses out of 46022 with flag 290000/315259
57.37/31.55	c cleaning 24002 clauses out of 48017 with flag 315000/340259
61.53/33.76	c cleaning 24985 clauses out of 50015 with flag 341000/366259
65.67/35.99	c cleaning 26011 clauses out of 52033 with flag 368003/393262
70.42/38.42	c cleaning 27000 clauses out of 54020 with flag 396001/421260
75.38/41.14	c cleaning 27978 clauses out of 56019 with flag 425000/450259
80.10/43.66	c cleaning 29018 clauses out of 58047 with flag 455006/480265
85.22/46.38	c cleaning 30005 clauses out of 60023 with flag 486000/511259
90.53/49.15	c cleaning 30994 clauses out of 62018 with flag 518000/543259
96.04/52.15	c cleaning 32001 clauses out of 64025 with flag 551001/576260
101.54/55.06	c cleaning 32975 clauses out of 66025 with flag 585002/610261
107.40/58.20	c cleaning 34015 clauses out of 68048 with flag 620000/645259
114.15/61.61	c cleaning 35000 clauses out of 70034 with flag 656001/681260
120.18/65.00	c cleaning 36015 clauses out of 72033 with flag 693000/718259
126.59/68.33	c cleaning 36995 clauses out of 74018 with flag 731000/756259
133.19/71.85	c cleaning 37993 clauses out of 76023 with flag 770000/795259
140.40/75.60	c cleaning 39009 clauses out of 78030 with flag 810000/835259
148.18/79.80	c cleaning 40007 clauses out of 80021 with flag 851000/876259
155.18/83.52	c cleaning 41002 clauses out of 82017 with flag 893003/918262
162.91/87.62	c cleaning 42005 clauses out of 84012 with flag 936000/961259
170.25/91.50	c cleaning 42985 clauses out of 86013 with flag 980006/1005265
178.49/96.08	c cleaning 44009 clauses out of 88022 with flag 1025000/1050259
186.84/100.45	c cleaning 44981 clauses out of 90013 with flag 1071000/1096259
195.57/105.04	c cleaning 45998 clauses out of 92034 with flag 1118002/1143261
204.12/109.52	c cleaning 47005 clauses out of 94035 with flag 1166001/1191260
212.98/114.34	c cleaning 48015 clauses out of 96030 with flag 1215001/1240260
222.11/119.13	c cleaning 48969 clauses out of 98014 with flag 1265000/1290259
232.44/124.99	c cleaning 50003 clauses out of 100046 with flag 1316001/1341260
242.76/130.57	c cleaning 51001 clauses out of 102042 with flag 1368000/1393259
252.84/135.86	c cleaning 52004 clauses out of 104041 with flag 1421000/1446259
263.07/141.21	c cleaning 52995 clauses out of 106037 with flag 1475000/1500259
272.86/146.45	c cleaning 54000 clauses out of 108043 with flag 1530001/1555260
285.27/153.17	c cleaning 54989 clauses out of 110044 with flag 1586002/1611261
297.28/159.43	c cleaning 56022 clauses out of 112053 with flag 1643000/1668259
308.48/165.37	c cleaning 56993 clauses out of 114031 with flag 1701000/1726259
319.40/171.15	c cleaning 58009 clauses out of 116040 with flag 1760002/1785261
330.33/177.19	c cleaning 59004 clauses out of 118029 with flag 1820000/1845259
342.07/183.39	c cleaning 59993 clauses out of 120025 with flag 1881000/1906259
349.88/187.51	c cleaning 0 clauses out of 5540 with flag 0/5540
356.18/190.94	c cleaning 61008 clauses out of 122036 with flag 1943004/1968263
369.07/197.91	c cleaning 61979 clauses out of 124024 with flag 2006000/2031259
381.59/204.53	c cleaning 63013 clauses out of 126045 with flag 2070000/2095259
393.83/211.04	c cleaning 64000 clauses out of 128032 with flag 2135000/2160259
406.17/217.57	c cleaning 64990 clauses out of 130034 with flag 2201002/2226261
420.37/225.19	c cleaning 66014 clauses out of 132043 with flag 2268001/2293260
433.08/231.88	c cleaning 66983 clauses out of 134028 with flag 2336000/2361259
447.16/239.26	c cleaning 68000 clauses out of 136045 with flag 2405000/2430259
461.50/246.78	c cleaning 69006 clauses out of 138046 with flag 2475001/2500260
474.96/254.06	c cleaning 70012 clauses out of 140039 with flag 2546000/2571259
490.13/261.97	c cleaning 70981 clauses out of 142029 with flag 2618002/2643261
503.60/269.00	c cleaning 72003 clauses out of 144048 with flag 2691002/2716261
517.22/276.28	c cleaning 73022 clauses out of 146043 with flag 2765000/2790259
532.73/284.64	c cleaning 74006 clauses out of 148022 with flag 2840001/2865260
547.08/292.22	c cleaning 74993 clauses out of 150015 with flag 2916000/2941259
561.20/299.78	c cleaning 76005 clauses out of 152023 with flag 2993001/3018260
577.90/309.32	c cleaning 77003 clauses out of 154017 with flag 3071000/3096259
594.29/317.81	c cleaning 78000 clauses out of 156015 with flag 3150001/3175260
611.60/326.98	c cleaning 78995 clauses out of 158014 with flag 3230000/3255259
628.91/336.06	c cleaning 80003 clauses out of 160019 with flag 3311000/3336259
647.60/346.03	c cleaning 80994 clauses out of 162017 with flag 3393001/3418260
666.61/355.92	c cleaning 81998 clauses out of 164022 with flag 3476000/3501259
683.51/364.81	c cleaning 83013 clauses out of 166027 with flag 3560003/3585262
701.72/374.31	c cleaning 83999 clauses out of 168013 with flag 3645002/3670261
720.30/384.27	c cleaning 85004 clauses out of 170013 with flag 3731001/3756260
738.46/393.79	c cleaning 86003 clauses out of 172010 with flag 3818002/3843261
758.48/404.14	c cleaning 86992 clauses out of 174005 with flag 3906000/3931259
776.69/413.66	c cleaning 87980 clauses out of 176013 with flag 3995000/4020259
794.48/423.23	c cleaning 88995 clauses out of 178034 with flag 4085001/4110260
814.34/433.53	c cleaning 89994 clauses out of 180038 with flag 4176000/4201259
833.41/443.45	c cleaning 90987 clauses out of 182044 with flag 4268000/4293259
853.31/453.79	c cleaning 92022 clauses out of 184058 with flag 4361001/4386260
873.22/464.36	c cleaning 92983 clauses out of 186035 with flag 4455000/4480259
893.47/474.81	c cleaning 94014 clauses out of 188052 with flag 4550000/4575259
915.44/486.21	c cleaning 94981 clauses out of 190038 with flag 4646000/4671259
936.23/497.09	c cleaning 96020 clauses out of 192057 with flag 4743000/4768259
959.47/509.37	c cleaning 96988 clauses out of 194037 with flag 4841000/4866259
980.31/520.23	c cleaning 97990 clauses out of 196054 with flag 4940005/4965264
1003.41/532.22	c cleaning 99013 clauses out of 198059 with flag 5040000/5065259
1026.40/544.13	c cleaning 100013 clauses out of 200047 with flag 5141001/5166260
1050.71/557.04	c cleaning 101010 clauses out of 202033 with flag 5243000/5268259
1072.53/568.43	c cleaning 102003 clauses out of 204023 with flag 5346000/5371259
1096.98/581.13	c cleaning 102992 clauses out of 206021 with flag 5450001/5475260
1120.31/593.30	c cleaning 104001 clauses out of 208029 with flag 5555001/5580260
1146.54/607.34	c cleaning 105007 clauses out of 210033 with flag 5661006/5686265
1170.95/620.00	c cleaning 106006 clauses out of 212021 with flag 5768001/5793260
1194.49/632.30	c cleaning 106993 clauses out of 214016 with flag 5876002/5901261
1216.02/643.66	c cleaning 108008 clauses out of 216021 with flag 5985000/6010259
1239.95/656.50	c cleaning 108984 clauses out of 218013 with flag 6095000/6120259
1264.22/669.24	c cleaning 110013 clauses out of 220030 with flag 6206001/6231260
1291.05/683.27	c cleaning 110993 clauses out of 222016 with flag 6318000/6343259
1318.38/697.46	c cleaning 111996 clauses out of 224023 with flag 6431000/6456259
1346.47/712.38	c cleaning 112999 clauses out of 226029 with flag 6545002/6570261
1372.69/726.09	c cleaning 113998 clauses out of 228028 with flag 6660000/6685259
1399.61/740.04	c cleaning 115012 clauses out of 230031 with flag 6776001/6801260
1426.23/753.80	c cleaning 115994 clauses out of 232018 with flag 6893000/6918259
1456.33/769.88	c cleaning 116998 clauses out of 234024 with flag 7011000/7036259
1485.66/785.76	c cleaning 118004 clauses out of 236026 with flag 7130000/7155259
1515.83/801.44	c cleaning 118974 clauses out of 238023 with flag 7250001/7275260
1547.62/818.31	c cleaning 120022 clauses out of 240048 with flag 7371000/7396259
1577.18/833.75	c cleaning 121014 clauses out of 242027 with flag 7493001/7518260
1605.43/848.41	c cleaning 121988 clauses out of 244012 with flag 7616000/7641259
1630.82/861.75	c cleaning 122998 clauses out of 246025 with flag 7740001/7765260
1656.20/875.41	c cleaning 124004 clauses out of 248026 with flag 7865000/7890259
1680.58/888.20	c cleaning 124991 clauses out of 250022 with flag 7991000/8016259
1706.02/901.68	c cleaning 126011 clauses out of 252031 with flag 8118000/8143259
1731.15/914.86	c cleaning 127009 clauses out of 254020 with flag 8246000/8271259
1759.11/929.81	c cleaning 128006 clauses out of 256011 with flag 8375000/8400259
1785.77/943.77	c cleaning 128982 clauses out of 258005 with flag 8505000/8530259
1800.10/951.52	c starts		: 38
1800.10/951.52	c conflicts		: 9052
1800.10/951.52	c decisions		: 38066
1800.10/951.52	c propagations		: 424722
1800.10/951.52	c inspects		: 271288754
1800.10/951.52	c shortcuts		: 0
1800.10/951.52	c learnt literals	: 0
1800.10/951.52	c learnt binary clauses	: 0
1800.10/951.52	c learnt ternary clauses	: 2
1800.10/951.52	c learnt constraints	: 9051
1800.10/951.52	c ignored constraints	: 0
1800.10/951.52	c root simplifications	: 0
1800.10/951.52	c removed literals (reason simplification)	: 0
1800.10/951.52	c reason swapping (by a shorter reason)	: 0
1800.10/951.52	c Calls to reduceDB	: 1
1800.10/951.52	c number of reductions to clauses (during analyze)	: 0
1800.10/951.52	c number of learned constraints concerned by reduction	: 0
1800.10/951.52	c number of learning phase by resolution	: 0
1800.10/951.52	c number of learning phase by cutting planes	: 0
1800.10/951.52	c speed (assignments/second)	: 446.7475475913487
1800.10/951.52	c non guided choices	0
1800.10/951.52	c learnt constraints type 
1800.10/951.52	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 59
1800.10/951.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 80
1800.10/951.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8912
1800.10/951.52	c constraints type 
1800.10/951.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 372
1800.10/951.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.10/951.52	c ignored satisfied constraints => 89
1800.10/951.52	c org.sat4j.minisat.constraints.cnf.UnitClause => 23
1800.10/951.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1588
1800.10/951.52	c 2073 constraints processed.
1800.10/951.52	c constraints type 
1800.10/951.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1588
1800.10/951.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 372
1800.10/951.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.10/951.52	c ignored satisfied constraints => 89
1800.10/951.52	c org.sat4j.pb.constraints.pb.UnitClausePB => 23
1800.10/951.52	c 2073 constraints processed.
1800.10/951.52	s SATISFIABLE
1800.10/951.52	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 
1800.10/951.52	c objective function=12
1800.10/951.52	c Total wall clock time (in seconds): 951.391

Verifier Data

OK	12

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-3688446-1337877672/watcher-3688446-1337877672 -o /tmp/evaluation-result-3688446-1337877672/solver-3688446-1337877672 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688446-1337877672.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: 3.92 3.94 3.84 4/197 23975
/proc/meminfo: memFree=28496916/32873844 swapFree=7100/7100
[pid=23975] ppid=23973 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23975/stat : 23975 (java) D 23973 23975 22059 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 253894183 9515008 182 33554432000 1073741824 1073778376 140733573140240 140733573131272 233411788469 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/23975/statm: 2323 182 140 9 0 71 0

[startup+0.064277 s]
/proc/loadavg: 3.92 3.94 3.84 4/197 23975
/proc/meminfo: memFree=28496916/32873844 swapFree=7100/7100
[pid=23975] ppid=23973 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/23975/stat : 23975 (java) S 23973 23975 22059 0 -1 4202496 3080 0 1 0 3 0 0 0 20 0 13 0 253894183 9446973440 4288 33554432000 1073741824 1073778376 140734275183328 140734275174464 233415147581 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23975/statm: 2306390 4289 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100254 s]
/proc/loadavg: 3.92 3.94 3.84 4/197 23975
/proc/meminfo: memFree=28496916/32873844 swapFree=7100/7100
[pid=23975] ppid=23973 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/23975/stat : 23975 (java) S 23973 23975 22059 0 -1 4202496 4000 0 1 0 7 1 0 0 20 0 18 0 253894183 9787813888 5196 33554432000 1073741824 1073778376 140734275183328 140734275174464 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23975/statm: 2389603 5199 2036 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300211 s]
/proc/loadavg: 3.92 3.94 3.84 4/197 23975
/proc/meminfo: memFree=28496916/32873844 swapFree=7100/7100
[pid=23975] ppid=23973 vsize=9558412 CPUtime=0.45 cores=0,2,4,6
/proc/23975/stat : 23975 (java) S 23973 23975 22059 0 -1 4202496 5300 0 1 0 44 1 0 0 20 0 18 0 253894183 9787813888 7715 33554432000 1073741824 1073778376 140734275183328 140734275174464 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23975/statm: 2389603 7715 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700259 s]
/proc/loadavg: 3.92 3.94 3.84 4/197 23975
/proc/meminfo: memFree=28496916/32873844 swapFree=7100/7100
[pid=23975] ppid=23973 vsize=9824668 CPUtime=0.56 cores=0,2,4,6
/proc/23975/stat : 23975 (java) S 23973 23975 22059 0 -1 4202496 5928 0 1 0 52 4 0 0 20 0 19 0 253894183 10060460032 8990 33554432000 1073741824 1073778376 140734275183328 140734275174464 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23975/statm: 2456167 8990 2231 9 0 2446860 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9824668

[startup+1.50062 s]
/proc/loadavg: 3.77 3.91 3.83 3/216 24000
/proc/meminfo: memFree=28465300/32873844 swapFree=7100/7100
[pid=23975] ppid=23973 vsize=9824668 CPUtime=1.31 cores=0,2,4,6
/proc/23975/stat : 23975 (java) S 23973 23975 22059 0 -1 4202496 11902 0 1 0 125 6 0 0 20 0 22 0 253894183 10060460032 15906 33554432000 1073741824 1073778376 140734275183328 140734275174464 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23975/statm: 2456167 15916 2241 9 0 2446860 0
[pid=23975/tid=23977] ppid=23973 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/23975/task/23977/stat : 23977 (java) S 23973 23975 22059 0 -1 4202560 2456 0 1 0 28 0 0 0 20 0 22 0 253894184 10060460032 15916 33554432000 1073741824 1073778376 140734275183328 139861094114296 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=23978] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23978/stat : 23978 (java) S 23973 23975 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253894186 10060460032 15916 33554432000 1073741824 1073778376 140734275183328 139861055604904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23979] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23979/stat : 23979 (java) S 23973 23975 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253894186 10060460032 15916 33554432000 1073741824 1073778376 140734275183328 139861054552360 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23975/tid=23980] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23980/stat : 23980 (java) S 23973 23975 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253894186 10060460032 15916 33554432000 1073741824 1073778376 140734275183328 139861053499816 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23975/tid=23981] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23981/stat : 23981 (java) S 23973 23975 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253894186 10060460032 15916 33554432000 1073741824 1073778376 140734275183328 139861052447272 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=23982] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23982/stat : 23982 (java) S 23973 23975 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253894186 10060460032 15916 33554432000 1073741824 1073778376 140734275183328 139861051394728 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23983] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23983/stat : 23983 (java) S 23973 23975 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253894186 10060460032 15917 33554432000 1073741824 1073778376 140734275183328 139861050342184 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=23984] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23984/stat : 23984 (java) S 23973 23975 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253894186 10060460032 15919 33554432000 1073741824 1073778376 140734275183328 139861049289640 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23985] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23985/stat : 23985 (java) S 23973 23975 22059 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253894186 10060460032 15919 33554432000 1073741824 1073778376 140734275183328 139861048237096 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23986] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23986/stat : 23986 (java) S 23973 23975 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253894187 10060460032 15919 33554432000 1073741824 1073778376 140734275183328 139860917786728 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=23987] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23987/stat : 23987 (java) S 23973 23975 22059 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 253894187 10060460032 15919 33554432000 1073741824 1073778376 140734275183328 139860916733048 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23988] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23988/stat : 23988 (java) S 23973 23975 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253894187 10060460032 15919 33554432000 1073741824 1073778376 140734275183328 139860915680392 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23989] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23989/stat : 23989 (java) S 23973 23975 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253894190 10060460032 15919 33554432000 1073741824 1073778376 140734275183328 139860914629136 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23990] ppid=23973 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/23975/task/23990/stat : 23990 (java) R 23973 23975 22059 0 -1 4202560 5221 0 0 0 29 0 0 0 20 0 22 0 253894190 10060460032 15919 33554432000 1073741824 1073778376 140734275183328 139860913553656 139861097161716 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23991] ppid=23973 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/23975/task/23991/stat : 23991 (java) R 23973 23975 22059 0 -1 4202560 2894 0 0 0 28 0 0 0 20 0 22 0 253894190 10060460032 15919 33554432000 1073741824 1073778376 140734275183328 139860039940360 139861098202516 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23975/tid=23992] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23992/stat : 23992 (java) S 23973 23975 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253894190 10060460032 15919 33554432000 1073741824 1073778376 140734275183328 139860038900728 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23975/tid=23993] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23993/stat : 23993 (java) S 23973 23975 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253894190 10060460032 15919 33554432000 1073741824 1073778376 140734275183328 139860037848392 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=24000] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/24000/stat : 24000 (java) S 23973 23975 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253894266 10060460032 15919 33554432000 1073741824 1073778376 140734275183328 139860034688552 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9824668

[startup+3.10066 s]
/proc/loadavg: 3.77 3.91 3.83 3/216 24006
/proc/meminfo: memFree=28423632/32873844 swapFree=7100/7100
[pid=23975] ppid=23973 vsize=9824668 CPUtime=3.19 cores=0,2,4,6
/proc/23975/stat : 23975 (java) S 23973 23975 22059 0 -1 4202496 15912 0 1 0 305 14 0 0 20 0 22 0 253894183 10060460032 35180 33554432000 1073741824 1073778376 140734275183328 140734275174464 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23975/statm: 2456167 35180 2276 9 0 2446860 0
[pid=23975/tid=23977] ppid=23973 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/23975/task/23977/stat : 23977 (java) S 23973 23975 22059 0 -1 4202560 2458 0 1 0 29 0 0 0 20 0 22 0 253894184 10060460032 35180 33554432000 1073741824 1073778376 140734275183328 139861094114296 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=23978] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23978/stat : 23978 (java) S 23973 23975 22059 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 253894186 10060460032 35180 33554432000 1073741824 1073778376 140734275183328 139861055604904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23975/tid=23979] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23979/stat : 23979 (java) S 23973 23975 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253894186 10060460032 35180 33554432000 1073741824 1073778376 140734275183328 139861054552360 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23980] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23980/stat : 23980 (java) S 23973 23975 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253894186 10060460032 35180 33554432000 1073741824 1073778376 140734275183328 139861053499816 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23975/tid=23981] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23981/stat : 23981 (java) S 23973 23975 22059 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253894186 10060460032 35180 33554432000 1073741824 1073778376 140734275183328 139861052447272 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23982] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23982/stat : 23982 (java) S 23973 23975 22059 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253894186 10060460032 35180 33554432000 1073741824 1073778376 140734275183328 139861051394728 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23975/tid=23983] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23983/stat : 23983 (java) S 23973 23975 22059 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253894186 10060460032 35180 33554432000 1073741824 1073778376 140734275183328 139861050342184 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23975/tid=23984] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23984/stat : 23984 (java) S 23973 23975 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253894186 10060460032 35180 33554432000 1073741824 1073778376 140734275183328 139861049289640 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23985] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23985/stat : 23985 (java) S 23973 23975 22059 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253894186 10060460032 35180 33554432000 1073741824 1073778376 140734275183328 139861048237096 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23986] ppid=23973 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23975/task/23986/stat : 23986 (java) S 23973 23975 22059 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 22 0 253894187 10060460032 35180 33554432000 1073741824 1073778376 140734275183328 139860917786728 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=23987] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23987/stat : 23987 (java) S 23973 23975 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253894187 10060460032 35180 33554432000 1073741824 1073778376 140734275183328 139860916733048 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23988] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23988/stat : 23988 (java) S 23973 23975 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253894187 10060460032 35180 33554432000 1073741824 1073778376 140734275183328 139860915680392 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23989] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23989/stat : 23989 (java) S 23973 23975 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253894190 10060460032 35180 33554432000 1073741824 1073778376 140734275183328 139860914629136 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23990] ppid=23973 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/23975/task/23990/stat : 23990 (java) S 23973 23975 22059 0 -1 4202560 5506 0 0 0 68 0 0 0 20 0 22 0 253894190 10060460032 35180 33554432000 1073741824 1073778376 140734275183328 139860913576504 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23975/tid=23991] ppid=23973 vsize=9824668 CPUtime=0.62 cores=0,2,4,6
/proc/23975/task/23991/stat : 23991 (java) S 23973 23975 22059 0 -1 4202560 6490 0 0 0 60 2 0 0 20 0 22 0 253894190 10060460032 35180 33554432000 1073741824 1073778376 140734275183328 139860039953080 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23975/tid=23992] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23992/stat : 23992 (java) S 23973 23975 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253894190 10060460032 35180 33554432000 1073741824 1073778376 140734275183328 139860038900728 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23975/tid=23993] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23993/stat : 23993 (java) S 23973 23975 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253894190 10060460032 35180 33554432000 1073741824 1073778376 140734275183328 139860037848392 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=24000] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/24000/stat : 24000 (java) S 23973 23975 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253894266 10060460032 35180 33554432000 1073741824 1073778376 140734275183328 139860034688552 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 9824668

[startup+6.30076 s]
/proc/loadavg: 3.77 3.91 3.83 5/219 24018
/proc/meminfo: memFree=28311364/32873844 swapFree=7100/7100
[pid=23975] ppid=23973 vsize=9824668 CPUtime=8.55 cores=0,2,4,6
/proc/23975/stat : 23975 (java) S 23973 23975 22059 0 -1 4202496 16970 0 1 0 835 20 0 0 20 0 22 0 253894183 10060460032 50333 33554432000 1073741824 1073778376 140734275183328 140734275174464 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23975/statm: 2456167 50333 2277 9 0 2446860 0
[pid=23975/tid=23977] ppid=23973 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/23975/task/23977/stat : 23977 (java) S 23973 23975 22059 0 -1 4202560 2458 0 1 0 29 0 0 0 20 0 22 0 253894184 10060460032 50333 33554432000 1073741824 1073778376 140734275183328 139861094114296 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=23978] ppid=23973 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23975/task/23978/stat : 23978 (java) S 23973 23975 22059 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 253894186 10060460032 50333 33554432000 1073741824 1073778376 140734275183328 139861055604904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23979] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23979/stat : 23979 (java) S 23973 23975 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253894186 10060460032 50333 33554432000 1073741824 1073778376 140734275183328 139861054552360 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23980] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23980/stat : 23980 (java) S 23973 23975 22059 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253894186 10060460032 50333 33554432000 1073741824 1073778376 140734275183328 139861053499816 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=23981] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23981/stat : 23981 (java) S 23973 23975 22059 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 253894186 10060460032 50333 33554432000 1073741824 1073778376 140734275183328 139861052447272 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23975/tid=23982] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23982/stat : 23982 (java) S 23973 23975 22059 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253894186 10060460032 50333 33554432000 1073741824 1073778376 140734275183328 139861051394728 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23975/tid=23983] ppid=23973 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23975/task/23983/stat : 23983 (java) S 23973 23975 22059 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 253894186 10060460032 50333 33554432000 1073741824 1073778376 140734275183328 139861050342184 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=23984] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23984/stat : 23984 (java) S 23973 23975 22059 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253894186 10060460032 50333 33554432000 1073741824 1073778376 140734275183328 139861049289640 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23975/tid=23985] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23985/stat : 23985 (java) S 23973 23975 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253894186 10060460032 50333 33554432000 1073741824 1073778376 140734275183328 139861048237096 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=23986] ppid=23973 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/23975/task/23986/stat : 23986 (java) S 23973 23975 22059 0 -1 4202560 49 0 0 0 49 0 0 0 20 0 22 0 253894187 10060460032 50333 33554432000 1073741824 1073778376 140734275183328 139860917786728 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23975/tid=23987] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23987/stat : 23987 (java) S 23973 23975 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253894187 10060460032 50333 33554432000 1073741824 1073778376 140734275183328 139860916733048 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23988] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23988/stat : 23988 (java) S 23973 23975 22059 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253894187 10060460032 50333 33554432000 1073741824 1073778376 140734275183328 139860915680392 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23989] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23989/stat : 23989 (java) S 23973 23975 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253894190 10060460032 50333 33554432000 1073741824 1073778376 140734275183328 139860914629136 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23990] ppid=23973 vsize=9824668 CPUtime=0.81 cores=0,2,4,6
/proc/23975/task/23990/stat : 23990 (java) S 23973 23975 22059 0 -1 4202560 5550 0 0 0 81 0 0 0 20 0 22 0 253894190 10060460032 50333 33554432000 1073741824 1073778376 140734275183328 139860913576504 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23975/tid=23991] ppid=23973 vsize=9824668 CPUtime=0.77 cores=0,2,4,6
/proc/23975/task/23991/stat : 23991 (java) S 23973 23975 22059 0 -1 4202560 7418 0 0 0 75 2 0 0 20 0 22 0 253894190 10060460032 50333 33554432000 1073741824 1073778376 140734275183328 139860039953080 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23975/tid=23992] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23992/stat : 23992 (java) S 23973 23975 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253894190 10060460032 50333 33554432000 1073741824 1073778376 140734275183328 139860038900728 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23975/tid=23993] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23993/stat : 23993 (java) S 23973 23975 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253894190 10060460032 50333 33554432000 1073741824 1073778376 140734275183328 139860037848392 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=24000] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/24000/stat : 24000 (java) S 23973 23975 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253894266 10060460032 50333 33554432000 1073741824 1073778376 140734275183328 139860034688552 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=24016] ppid=23973 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/23975/task/24016/stat : 24016 (java) R 23973 23975 22059 0 -1 4202560 6 0 0 0 117 0 0 0 20 0 22 0 253894666 10060460032 50333 33554432000 1073741824 1073778376 140734275183328 139860033635288 139860929742538 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=24017] ppid=23973 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/23975/task/24017/stat : 24017 (java) R 23973 23975 22059 0 -1 4202560 8 0 0 0 117 0 0 0 20 0 22 0 253894666 10060460032 50333 33554432000 1073741824 1073778376 140734275183328 139860035738568 139860929884472 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0

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

[pid=23975/tid=24016] ppid=23973 vsize=9824668 CPUtime=764.82 cores=0,2,4,6
/proc/23975/task/24016/stat : 24016 (java) R 23973 23975 22059 0 -1 4202560 145 0 0 0 76467 15 0 0 20 0 22 0 253894666 10060460032 633205 33554432000 1073741824 1073778376 140734275183328 139860033635168 139860929719976 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23975/tid=24017] ppid=23973 vsize=9824668 CPUtime=764.74 cores=0,2,4,6
/proc/23975/task/24017/stat : 24017 (java) R 23973 23975 22059 0 -1 4202560 563 0 0 0 76449 25 0 0 20 0 22 0 253894666 10060460032 633205 33554432000 1073741824 1073778376 140734275183328 139860035738304 139860929647616 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=24018] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/24018/stat : 24018 (java) S 23973 23975 22059 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253894667 10060460032 633205 33554432000 1073741824 1073778376 140734275183328 139860036793128 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1668.78
Current children cumulated vsize (KiB) 9824668

[startup+942.301 s]
/proc/loadavg: 3.78 3.87 3.87 5/219 24375
/proc/meminfo: memFree=25355408/32873844 swapFree=7100/7100
[pid=23975] ppid=23973 vsize=9824668 CPUtime=1782.86 cores=0,2,4,6
/proc/23975/stat : 23975 (java) S 23973 23975 22059 0 -1 4202496 47994 0 1 0 178145 141 0 0 20 0 22 0 253894183 10060460032 638328 33554432000 1073741824 1073778376 140734275183328 140734275174464 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23975/statm: 2456167 638328 2281 9 0 2446860 0
[pid=23975/tid=23977] ppid=23973 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/23975/task/23977/stat : 23977 (java) S 23973 23975 22059 0 -1 4202560 2555 0 1 0 30 3 0 0 20 0 22 0 253894184 10060460032 638328 33554432000 1073741824 1073778376 140734275183328 139861094114296 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=23978] ppid=23973 vsize=9824668 CPUtime=3.47 cores=0,2,4,6
/proc/23975/task/23978/stat : 23978 (java) S 23973 23975 22059 0 -1 4202560 1625 0 0 0 338 9 0 0 20 0 22 0 253894186 10060460032 638328 33554432000 1073741824 1073778376 140734275183328 139861055604904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=23979] ppid=23973 vsize=9824668 CPUtime=3.2 cores=0,2,4,6
/proc/23975/task/23979/stat : 23979 (java) S 23973 23975 22059 0 -1 4202560 1035 0 0 0 312 8 0 0 20 0 22 0 253894186 10060460032 638328 33554432000 1073741824 1073778376 140734275183328 139861054552360 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23975/tid=23980] ppid=23973 vsize=9824668 CPUtime=3.11 cores=0,2,4,6
/proc/23975/task/23980/stat : 23980 (java) S 23973 23975 22059 0 -1 4202560 1409 0 0 0 304 7 0 0 20 0 22 0 253894186 10060460032 638328 33554432000 1073741824 1073778376 140734275183328 139861053499816 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=23981] ppid=23973 vsize=9824668 CPUtime=3.39 cores=0,2,4,6
/proc/23975/task/23981/stat : 23981 (java) S 23973 23975 22059 0 -1 4202560 1171 0 0 0 333 6 0 0 20 0 22 0 253894186 10060460032 638328 33554432000 1073741824 1073778376 140734275183328 139861052447272 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=23982] ppid=23973 vsize=9824668 CPUtime=3.07 cores=0,2,4,6
/proc/23975/task/23982/stat : 23982 (java) S 23973 23975 22059 0 -1 4202560 1429 0 0 0 298 9 0 0 20 0 22 0 253894186 10060460032 638328 33554432000 1073741824 1073778376 140734275183328 139861051394728 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23975/tid=23983] ppid=23973 vsize=9824668 CPUtime=3.36 cores=0,2,4,6
/proc/23975/task/23983/stat : 23983 (java) S 23973 23975 22059 0 -1 4202560 816 0 0 0 328 8 0 0 20 0 22 0 253894186 10060460032 638328 33554432000 1073741824 1073778376 140734275183328 139861050342184 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23975/tid=23984] ppid=23973 vsize=9824668 CPUtime=3.05 cores=0,2,4,6
/proc/23975/task/23984/stat : 23984 (java) S 23973 23975 22059 0 -1 4202560 1032 0 0 0 299 6 0 0 20 0 22 0 253894186 10060460032 638328 33554432000 1073741824 1073778376 140734275183328 139861049289640 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23975/tid=23985] ppid=23973 vsize=9824668 CPUtime=3.54 cores=0,2,4,6
/proc/23975/task/23985/stat : 23985 (java) S 23973 23975 22059 0 -1 4202560 1337 0 0 0 346 8 0 0 20 0 22 0 253894186 10060460032 638328 33554432000 1073741824 1073778376 140734275183328 139861048237096 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=23986] ppid=23973 vsize=9824668 CPUtime=111.99 cores=0,2,4,6
/proc/23975/task/23986/stat : 23986 (java) S 23973 23975 22059 0 -1 4202560 5390 0 0 0 11168 31 0 0 20 0 22 0 253894187 10060460032 638328 33554432000 1073741824 1073778376 140734275183328 139860917786728 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23987] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23987/stat : 23987 (java) S 23973 23975 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253894187 10060460032 638328 33554432000 1073741824 1073778376 140734275183328 139860916733048 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23988] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23988/stat : 23988 (java) S 23973 23975 22059 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253894187 10060460032 638328 33554432000 1073741824 1073778376 140734275183328 139860915680392 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23989] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23989/stat : 23989 (java) S 23973 23975 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253894190 10060460032 638328 33554432000 1073741824 1073778376 140734275183328 139860914629136 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23990] ppid=23973 vsize=9824668 CPUtime=2.53 cores=0,2,4,6
/proc/23975/task/23990/stat : 23990 (java) S 23973 23975 22059 0 -1 4202560 20604 0 0 0 249 4 0 0 20 0 22 0 253894190 10060460032 638328 33554432000 1073741824 1073778376 140734275183328 139860913576504 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=23991] ppid=23973 vsize=9824668 CPUtime=0.9 cores=0,2,4,6
/proc/23975/task/23991/stat : 23991 (java) S 23973 23975 22059 0 -1 4202560 7425 0 0 0 88 2 0 0 20 0 22 0 253894190 10060460032 638328 33554432000 1073741824 1073778376 140734275183328 139860039953080 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23975/tid=23992] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23992/stat : 23992 (java) S 23973 23975 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253894190 10060460032 638328 33554432000 1073741824 1073778376 140734275183328 139860038900728 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23975/tid=23993] ppid=23973 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/23975/task/23993/stat : 23993 (java) S 23973 23975 22059 0 -1 4202560 54 0 0 0 18 14 0 0 20 0 22 0 253894190 10060460032 638328 33554432000 1073741824 1073778376 140734275183328 139860037848392 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=24000] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/24000/stat : 24000 (java) S 23973 23975 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253894266 10060460032 638328 33554432000 1073741824 1073778376 140734275183328 139860034688552 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=24016] ppid=23973 vsize=9824668 CPUtime=818.58 cores=0,2,4,6
/proc/23975/task/24016/stat : 24016 (java) R 23973 23975 22059 0 -1 4202560 145 0 0 0 81842 16 0 0 20 0 22 0 253894666 10060460032 638328 33554432000 1073741824 1073778376 140734275183328 139860033635168 139860929742171 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23975/tid=24017] ppid=23973 vsize=9824668 CPUtime=818.48 cores=0,2,4,6
/proc/23975/task/24017/stat : 24017 (java) R 23973 23975 22059 0 -1 4202560 563 0 0 0 81822 26 0 0 20 0 22 0 253894666 10060460032 638328 33554432000 1073741824 1073778376 140734275183328 139860035737952 139860930134534 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=24018] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/24018/stat : 24018 (java) S 23973 23975 22059 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253894667 10060460032 638328 33554432000 1073741824 1073778376 140734275183328 139860036793128 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1782.86
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+951.507 s]
/proc/loadavg: 3.80 3.87 3.87 5/219 24375
/proc/meminfo: memFree=25320652/32873844 swapFree=7100/7100
[pid=23975] ppid=23973 vsize=9824668 CPUtime=1800.1 cores=0,2,4,6
/proc/23975/stat : 23975 (java) S 23973 23975 22059 0 -1 4202496 48050 0 1 0 179868 142 0 0 20 0 22 0 253894183 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 140734275174464 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23975/statm: 2456167 643986 2281 9 0 2446860 0
[pid=23975/tid=23977] ppid=23973 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/23975/task/23977/stat : 23977 (java) S 23973 23975 22059 0 -1 4202560 2557 0 1 0 30 3 0 0 20 0 22 0 253894184 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139861094114296 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=23978] ppid=23973 vsize=9824668 CPUtime=3.5 cores=0,2,4,6
/proc/23975/task/23978/stat : 23978 (java) S 23973 23975 22059 0 -1 4202560 1627 0 0 0 341 9 0 0 20 0 22 0 253894186 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139861055604904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=23979] ppid=23973 vsize=9824668 CPUtime=3.21 cores=0,2,4,6
/proc/23975/task/23979/stat : 23979 (java) S 23973 23975 22059 0 -1 4202560 1037 0 0 0 313 8 0 0 20 0 22 0 253894186 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139861054552360 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23975/tid=23980] ppid=23973 vsize=9824668 CPUtime=3.15 cores=0,2,4,6
/proc/23975/task/23980/stat : 23980 (java) S 23973 23975 22059 0 -1 4202560 1410 0 0 0 308 7 0 0 20 0 22 0 253894186 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139861053499816 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23981] ppid=23973 vsize=9824668 CPUtime=3.43 cores=0,2,4,6
/proc/23975/task/23981/stat : 23981 (java) S 23973 23975 22059 0 -1 4202560 1171 0 0 0 337 6 0 0 20 0 22 0 253894186 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139861052447272 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23982] ppid=23973 vsize=9824668 CPUtime=3.09 cores=0,2,4,6
/proc/23975/task/23982/stat : 23982 (java) S 23973 23975 22059 0 -1 4202560 1430 0 0 0 300 9 0 0 20 0 22 0 253894186 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139861051394728 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23975/tid=23983] ppid=23973 vsize=9824668 CPUtime=3.38 cores=0,2,4,6
/proc/23975/task/23983/stat : 23983 (java) S 23973 23975 22059 0 -1 4202560 817 0 0 0 330 8 0 0 20 0 22 0 253894186 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139861050342184 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23975/tid=23984] ppid=23973 vsize=9824668 CPUtime=3.12 cores=0,2,4,6
/proc/23975/task/23984/stat : 23984 (java) S 23973 23975 22059 0 -1 4202560 1056 0 0 0 305 7 0 0 20 0 22 0 253894186 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139861049289640 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=23985] ppid=23973 vsize=9824668 CPUtime=3.59 cores=0,2,4,6
/proc/23975/task/23985/stat : 23985 (java) S 23973 23975 22059 0 -1 4202560 1341 0 0 0 351 8 0 0 20 0 22 0 253894186 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139861048237096 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23986] ppid=23973 vsize=9824668 CPUtime=113.31 cores=0,2,4,6
/proc/23975/task/23986/stat : 23986 (java) S 23973 23975 22059 0 -1 4202560 5408 0 0 0 11300 31 0 0 20 0 22 0 253894187 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139860917786728 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23987] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23987/stat : 23987 (java) S 23973 23975 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253894187 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139860916733048 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23988] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23988/stat : 23988 (java) S 23973 23975 22059 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253894187 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139860915680392 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23989] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23989/stat : 23989 (java) S 23973 23975 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253894190 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139860914629136 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23990] ppid=23973 vsize=9824668 CPUtime=2.53 cores=0,2,4,6
/proc/23975/task/23990/stat : 23990 (java) S 23973 23975 22059 0 -1 4202560 20604 0 0 0 249 4 0 0 20 0 22 0 253894190 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139860913576504 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=23991] ppid=23973 vsize=9824668 CPUtime=0.9 cores=0,2,4,6
/proc/23975/task/23991/stat : 23991 (java) S 23973 23975 22059 0 -1 4202560 7425 0 0 0 88 2 0 0 20 0 22 0 253894190 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139860039953080 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23975/tid=23992] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23992/stat : 23992 (java) S 23973 23975 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253894190 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139860038900728 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23975/tid=23993] ppid=23973 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/23975/task/23993/stat : 23993 (java) S 23973 23975 22059 0 -1 4202560 54 0 0 0 18 14 0 0 20 0 22 0 253894190 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139860037848392 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=24000] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/24000/stat : 24000 (java) S 23973 23975 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253894266 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139860034688552 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=24016] ppid=23973 vsize=9824668 CPUtime=826.39 cores=0,2,4,6
/proc/23975/task/24016/stat : 24016 (java) R 23973 23975 22059 0 -1 4202560 145 0 0 0 82623 16 0 0 20 0 22 0 253894666 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139860033635168 139860929719995 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23975/tid=24017] ppid=23973 vsize=9824668 CPUtime=826.29 cores=0,2,4,6
/proc/23975/task/24017/stat : 24017 (java) R 23973 23975 22059 0 -1 4202560 564 0 0 0 82603 26 0 0 20 0 22 0 253894666 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139860035738512 139860929953213 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=24018] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/24018/stat : 24018 (java) S 23973 23975 22059 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253894667 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139860036793128 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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

[startup+951.507 s]
/proc/loadavg: 3.80 3.87 3.87 5/219 24375
/proc/meminfo: memFree=25320652/32873844 swapFree=7100/7100
[pid=23975] ppid=23973 vsize=9824668 CPUtime=1800.1 cores=0,2,4,6
/proc/23975/stat : 23975 (java) S 23973 23975 22059 0 -1 4202496 48050 0 1 0 179868 142 0 0 20 0 22 0 253894183 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 140734275174464 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23975/statm: 2456167 643986 2281 9 0 2446860 0
[pid=23975/tid=23977] ppid=23973 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/23975/task/23977/stat : 23977 (java) S 23973 23975 22059 0 -1 4202560 2557 0 1 0 30 3 0 0 20 0 22 0 253894184 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139861094114296 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=23978] ppid=23973 vsize=9824668 CPUtime=3.5 cores=0,2,4,6
/proc/23975/task/23978/stat : 23978 (java) S 23973 23975 22059 0 -1 4202560 1627 0 0 0 341 9 0 0 20 0 22 0 253894186 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139861055604904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=23979] ppid=23973 vsize=9824668 CPUtime=3.21 cores=0,2,4,6
/proc/23975/task/23979/stat : 23979 (java) S 23973 23975 22059 0 -1 4202560 1037 0 0 0 313 8 0 0 20 0 22 0 253894186 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139861054552360 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23975/tid=23980] ppid=23973 vsize=9824668 CPUtime=3.15 cores=0,2,4,6
/proc/23975/task/23980/stat : 23980 (java) S 23973 23975 22059 0 -1 4202560 1410 0 0 0 308 7 0 0 20 0 22 0 253894186 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139861053499816 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23981] ppid=23973 vsize=9824668 CPUtime=3.43 cores=0,2,4,6
/proc/23975/task/23981/stat : 23981 (java) S 23973 23975 22059 0 -1 4202560 1171 0 0 0 337 6 0 0 20 0 22 0 253894186 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139861052447272 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23982] ppid=23973 vsize=9824668 CPUtime=3.09 cores=0,2,4,6
/proc/23975/task/23982/stat : 23982 (java) S 23973 23975 22059 0 -1 4202560 1430 0 0 0 300 9 0 0 20 0 22 0 253894186 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139861051394728 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23975/tid=23983] ppid=23973 vsize=9824668 CPUtime=3.38 cores=0,2,4,6
/proc/23975/task/23983/stat : 23983 (java) S 23973 23975 22059 0 -1 4202560 817 0 0 0 330 8 0 0 20 0 22 0 253894186 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139861050342184 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23975/tid=23984] ppid=23973 vsize=9824668 CPUtime=3.12 cores=0,2,4,6
/proc/23975/task/23984/stat : 23984 (java) S 23973 23975 22059 0 -1 4202560 1056 0 0 0 305 7 0 0 20 0 22 0 253894186 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139861049289640 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=23985] ppid=23973 vsize=9824668 CPUtime=3.59 cores=0,2,4,6
/proc/23975/task/23985/stat : 23985 (java) S 23973 23975 22059 0 -1 4202560 1341 0 0 0 351 8 0 0 20 0 22 0 253894186 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139861048237096 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23986] ppid=23973 vsize=9824668 CPUtime=113.31 cores=0,2,4,6
/proc/23975/task/23986/stat : 23986 (java) S 23973 23975 22059 0 -1 4202560 5408 0 0 0 11300 31 0 0 20 0 22 0 253894187 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139860917786728 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23987] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23987/stat : 23987 (java) S 23973 23975 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253894187 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139860916733048 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23988] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23988/stat : 23988 (java) S 23973 23975 22059 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253894187 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139860915680392 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23989] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23989/stat : 23989 (java) S 23973 23975 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253894190 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139860914629136 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23975/tid=23990] ppid=23973 vsize=9824668 CPUtime=2.53 cores=0,2,4,6
/proc/23975/task/23990/stat : 23990 (java) S 23973 23975 22059 0 -1 4202560 20604 0 0 0 249 4 0 0 20 0 22 0 253894190 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139860913576504 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=23991] ppid=23973 vsize=9824668 CPUtime=0.9 cores=0,2,4,6
/proc/23975/task/23991/stat : 23991 (java) S 23973 23975 22059 0 -1 4202560 7425 0 0 0 88 2 0 0 20 0 22 0 253894190 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139860039953080 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23975/tid=23992] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/23992/stat : 23992 (java) S 23973 23975 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253894190 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139860038900728 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23975/tid=23993] ppid=23973 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/23975/task/23993/stat : 23993 (java) S 23973 23975 22059 0 -1 4202560 54 0 0 0 18 14 0 0 20 0 22 0 253894190 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139860037848392 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=24000] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/24000/stat : 24000 (java) S 23973 23975 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253894266 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139860034688552 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=24016] ppid=23973 vsize=9824668 CPUtime=826.39 cores=0,2,4,6
/proc/23975/task/24016/stat : 24016 (java) R 23973 23975 22059 0 -1 4202560 145 0 0 0 82623 16 0 0 20 0 22 0 253894666 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139860033635168 139860929719995 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23975/tid=24017] ppid=23973 vsize=9824668 CPUtime=826.29 cores=0,2,4,6
/proc/23975/task/24017/stat : 24017 (java) R 23973 23975 22059 0 -1 4202560 564 0 0 0 82603 26 0 0 20 0 22 0 253894666 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139860035738512 139860929953213 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23975/tid=24018] ppid=23973 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23975/task/24018/stat : 24018 (java) S 23973 23975 22059 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253894667 10060460032 643986 33554432000 1073741824 1073778376 140734275183328 139860036793128 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 951.541
CPU time (s): 1800.49
CPU user time (s): 1798.61
CPU system time (s): 1.88271
CPU usage (%): 189.218
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.61
system time used= 1.88271
maximum resident set size= 2576060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48080
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29714
involuntary context switches= 57184

runsolver used 3.2715 second user time and 8.33373 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-24 18:41:12
IDJOB=3688446
IDBENCH=25006
IDSOLVER=2268
FILE ID=node111/3688446-1337877672
RUNJOBID= node111-1337871880-22075
PBS_JOBID= 14620093
Free space on /tmp= 71624 MiB

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

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

MD5SUM BENCH= ea4ff8014cd873922b6021da249fa157
RANDOM SEED=672009774

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28497188 kB
Buffers:          203692 kB
Cached:          3053180 kB
SwapCached:            0 kB
Active:          1083092 kB
Inactive:        2509000 kB
Active(anon):     337860 kB
Inactive(anon):        0 kB
Active(file):     745232 kB
Inactive(file):  2509000 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               480 kB
Writeback:             0 kB
AnonPages:        358688 kB
Mapped:            22580 kB
Shmem:               200 kB
Slab:             629600 kB
SReclaimable:      72192 kB
SUnreclaim:       557408 kB
KernelStack:        1632 kB
PageTables:         4996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     700016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    299008 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= 71624 MiB
End job on node111 at 2012-05-24 18:57:06