Trace number 3687806

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)312 1800.65 922.962

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8a4.opb
MD5SUM39250f205953aedd83d7a2bcba6bda16
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark283
Best CPU time to get the best result obtained on this benchmark1.59476
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 283
Optimality of the best value was proved NO
Number of variables792
Total number of constraints3194
Number of constraints which are clauses3194
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 constraint2
Maximum length of a constraint8
Number of terms in the objective function 792
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 792
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 792
Number of bits of the biggest sum of numbers10
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3687806-1337873873.opb
0.11/0.10	c reading problem ... 
0.29/0.29	c ... done. Wall clock time 0.193s.
0.29/0.29	c declared #vars     792
0.29/0.29	c #constraints  3194
0.29/0.29	c constraints type 
0.29/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 350
0.29/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2844
0.29/0.29	c 3194 constraints processed.
0.29/0.29	c constraints type 
0.29/0.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2844
0.29/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 350
0.29/0.29	c 3194 constraints processed.
0.29/0.29	c objective function length is 792 literals
0.49/0.32	c  And the winner is solver0
0.56/0.80	c SATISFIABLE
0.56/0.80	c OPTIMIZING...
0.56/0.80	c Got one! Elapsed wall clock time (in seconds):0.695
0.56/0.80	o 313
2.92/1.48	c cleaning 2498 clauses out of 5007 with flag 5000/5007
4.19/1.98	c cleaning 4255 clauses out of 8509 with flag 11000/11007
5.44/2.59	c cleaning 5624 clauses out of 11255 with flag 18001/18008
7.08/3.31	c cleaning 6815 clauses out of 13630 with flag 26000/26007
8.93/4.23	c cleaning 7907 clauses out of 15816 with flag 35001/35008
10.91/5.22	c cleaning 8943 clauses out of 17909 with flag 45001/45008
13.05/6.36	c cleaning 9973 clauses out of 19966 with flag 56001/56008
15.58/7.70	c cleaning 10995 clauses out of 21992 with flag 68000/68007
18.41/9.14	c cleaning 11998 clauses out of 23998 with flag 81001/81008
21.31/10.61	c cleaning 12999 clauses out of 26000 with flag 95001/95008
24.39/12.27	c cleaning 13997 clauses out of 28000 with flag 110000/110007
28.07/14.17	c cleaning 14995 clauses out of 30003 with flag 126000/126007
31.67/16.05	c cleaning 16004 clauses out of 32008 with flag 143000/143007
35.33/17.98	c cleaning 17003 clauses out of 34005 with flag 161001/161008
39.59/20.14	c cleaning 18001 clauses out of 36002 with flag 180001/180008
44.05/22.42	c cleaning 18999 clauses out of 38000 with flag 200000/200007
48.40/24.75	c cleaning 20001 clauses out of 40001 with flag 221000/221007
53.44/27.30	c cleaning 21001 clauses out of 42001 with flag 243001/243008
58.89/30.12	c cleaning 21997 clauses out of 43999 with flag 266000/266007
63.73/32.60	c cleaning 23001 clauses out of 46003 with flag 290001/290008
68.87/35.39	c cleaning 24001 clauses out of 48002 with flag 315001/315008
74.96/38.42	c cleaning 24999 clauses out of 50001 with flag 341001/341008
80.78/41.49	c cleaning 25997 clauses out of 52001 with flag 368000/368007
86.79/44.52	c cleaning 27002 clauses out of 54004 with flag 396000/396007
93.67/48.12	c cleaning 28001 clauses out of 56002 with flag 425000/425007
101.67/52.21	c cleaning 28999 clauses out of 58001 with flag 455000/455007
109.66/56.33	c cleaning 30001 clauses out of 60002 with flag 486000/486007
117.02/60.12	c cleaning 30998 clauses out of 62001 with flag 518000/518007
123.87/63.78	c cleaning 32001 clauses out of 64003 with flag 551000/551007
131.04/67.44	c cleaning 32990 clauses out of 66003 with flag 585001/585008
138.61/71.30	c cleaning 33999 clauses out of 68013 with flag 620001/620008
145.97/75.20	c cleaning 35003 clauses out of 70014 with flag 656001/656008
153.63/79.15	c cleaning 36002 clauses out of 72011 with flag 693001/693008
161.98/83.46	c cleaning 37002 clauses out of 74008 with flag 731000/731007
171.15/88.11	c cleaning 38003 clauses out of 76007 with flag 770001/770008
180.51/92.92	c cleaning 38998 clauses out of 78003 with flag 810000/810007
190.74/98.28	c cleaning 40003 clauses out of 80006 with flag 851001/851008
200.92/103.43	c cleaning 41000 clauses out of 82004 with flag 893002/893009
211.87/109.07	c cleaning 42000 clauses out of 84003 with flag 936001/936008
221.63/114.07	c cleaning 43000 clauses out of 86003 with flag 980001/980008
231.85/119.30	c cleaning 43996 clauses out of 88003 with flag 1025001/1025008
242.00/124.55	c cleaning 44995 clauses out of 90006 with flag 1071000/1071007
253.38/130.36	c cleaning 45996 clauses out of 92012 with flag 1118001/1118008
260.95/134.28	c  And the winner is solver0
266.25/139.48	c Got one! Elapsed wall clock time (in seconds):139.382
266.25/139.48	o 312
267.58/140.16	c cleaning 43427 clauses out of 86855 with flag 5001/1158847
269.20/141.17	c cleaning 24713 clauses out of 49427 with flag 11000/1164846
270.95/142.11	c cleaning 15855 clauses out of 31715 with flag 18001/1171847
272.70/143.17	c cleaning 11926 clauses out of 23860 with flag 26001/1179847
274.67/144.29	c cleaning 10459 clauses out of 20933 with flag 35000/1188846
277.08/145.67	c cleaning 10230 clauses out of 20475 with flag 45001/1198847
279.65/147.02	c cleaning 10620 clauses out of 21244 with flag 56000/1209846
282.22/148.50	c cleaning 11312 clauses out of 22625 with flag 68001/1221847
284.96/149.99	c cleaning 12152 clauses out of 24312 with flag 81000/1234846
288.19/151.73	c cleaning 13080 clauses out of 26161 with flag 95001/1248847
291.33/153.49	c cleaning 14040 clauses out of 28081 with flag 110001/1263847
294.90/155.36	c cleaning 15016 clauses out of 30041 with flag 126001/1279847
298.66/157.33	c cleaning 16009 clauses out of 32024 with flag 143000/1296846
303.12/159.71	c cleaning 17002 clauses out of 34016 with flag 161001/1314847
307.88/162.21	c cleaning 18001 clauses out of 36013 with flag 180000/1333846
312.02/164.48	c cleaning 19001 clauses out of 38012 with flag 200000/1353846
316.58/166.84	c cleaning 20006 clauses out of 40011 with flag 221000/1374846
321.41/169.43	c cleaning 21003 clauses out of 42006 with flag 243001/1396847
326.35/172.04	c cleaning 21990 clauses out of 44003 with flag 266001/1419847
331.32/174.68	c cleaning 22996 clauses out of 46012 with flag 290000/1443846
336.47/177.37	c cleaning 23999 clauses out of 48016 with flag 315000/1468846
341.66/180.20	c cleaning 24998 clauses out of 50018 with flag 341001/1494847
347.21/183.05	c cleaning 26008 clauses out of 52019 with flag 368000/1521846
352.97/186.01	c cleaning 27006 clauses out of 54012 with flag 396001/1549847
359.72/189.59	c cleaning 28003 clauses out of 56006 with flag 425001/1578847
366.91/193.30	c cleaning 29001 clauses out of 58002 with flag 455000/1608846
373.43/196.79	c cleaning 29994 clauses out of 60002 with flag 486001/1639847
380.20/200.26	c cleaning 31002 clauses out of 62008 with flag 518001/1671847
388.31/204.50	c cleaning 31997 clauses out of 64006 with flag 551001/1704847
396.89/208.93	c cleaning 33001 clauses out of 66009 with flag 585001/1738847
405.42/213.32	c cleaning 34004 clauses out of 68007 with flag 620000/1773846
413.54/217.51	c cleaning 35000 clauses out of 70003 with flag 656000/1809846
421.46/221.61	c cleaning 36001 clauses out of 72003 with flag 693000/1846846
430.42/226.32	c cleaning 36993 clauses out of 74003 with flag 731001/1884847
439.13/230.81	c cleaning 38002 clauses out of 76009 with flag 770000/1923846
448.84/235.83	c cleaning 39004 clauses out of 78007 with flag 810000/1963846
459.16/241.10	c cleaning 40002 clauses out of 80003 with flag 851000/2004846
468.09/245.80	c cleaning 41001 clauses out of 82001 with flag 893000/2046846
478.21/251.06	c cleaning 42000 clauses out of 84001 with flag 936001/2089847
489.14/256.66	c cleaning 42998 clauses out of 86000 with flag 980000/2133846
500.45/262.47	c cleaning 44000 clauses out of 88003 with flag 1025001/2178847
511.98/268.42	c cleaning 45002 clauses out of 90003 with flag 1071001/2224847
525.68/275.49	c cleaning 45999 clauses out of 92000 with flag 1118000/2271846
539.39/282.40	c cleaning 46994 clauses out of 94002 with flag 1166001/2319847
552.91/289.37	c cleaning 48003 clauses out of 96007 with flag 1215000/2368846
567.22/296.73	c cleaning 49002 clauses out of 98004 with flag 1265000/2418846
581.34/303.90	c cleaning 49999 clauses out of 100002 with flag 1316000/2469846
597.46/312.17	c cleaning 51001 clauses out of 102003 with flag 1368000/2521846
612.99/320.04	c cleaning 51998 clauses out of 104002 with flag 1421000/2574846
630.13/328.80	c cleaning 52995 clauses out of 106004 with flag 1475000/2628846
648.04/337.97	c cleaning 53999 clauses out of 108010 with flag 1530001/2683847
663.76/345.90	c cleaning 55001 clauses out of 110010 with flag 1586000/2739846
680.47/354.46	c cleaning 56005 clauses out of 112010 with flag 1643001/2796847
697.47/363.18	c cleaning 57001 clauses out of 114004 with flag 1701000/2854846
717.17/373.17	c cleaning 58002 clauses out of 116004 with flag 1760001/2913847
736.67/383.04	c cleaning 58996 clauses out of 118001 with flag 1820000/2973846
752.98/391.35	c cleaning 60003 clauses out of 120005 with flag 1881000/3034846
771.10/400.60	c cleaning 61000 clauses out of 122003 with flag 1943001/3096847
787.41/408.91	c cleaning 62001 clauses out of 124003 with flag 2006001/3159847
802.33/416.58	c cleaning 63001 clauses out of 126001 with flag 2070000/3223846
820.44/425.76	c cleaning 63999 clauses out of 128001 with flag 2135001/3288847
839.15/435.32	c cleaning 65001 clauses out of 130002 with flag 2201001/3354847
859.45/445.64	c cleaning 65999 clauses out of 132001 with flag 2268001/3421847
881.56/456.89	c cleaning 66995 clauses out of 134001 with flag 2336000/3489846
905.43/468.95	c cleaning 68003 clauses out of 136006 with flag 2405000/3558846
929.39/481.10	c cleaning 68999 clauses out of 138003 with flag 2475000/3628846
951.30/492.23	c cleaning 70000 clauses out of 140004 with flag 2546000/3699846
971.20/502.37	c cleaning 70994 clauses out of 142004 with flag 2618000/3771846
990.83/512.33	c cleaning 71999 clauses out of 144012 with flag 2691002/3844848
1009.89/522.11	c cleaning 73001 clauses out of 146011 with flag 2765000/3918846
1029.77/532.22	c cleaning 74000 clauses out of 148010 with flag 2840000/3993846
1048.65/541.89	c cleaning 74999 clauses out of 150010 with flag 2916000/4069846
1068.94/552.18	c cleaning 76002 clauses out of 152011 with flag 2993000/4146846
1090.62/563.27	c cleaning 77004 clauses out of 154009 with flag 3071000/4224846
1112.69/574.44	c cleaning 77997 clauses out of 156005 with flag 3150000/4303846
1136.37/586.41	c cleaning 79001 clauses out of 158008 with flag 3230000/4383846
1160.24/598.52	c cleaning 80001 clauses out of 160008 with flag 3311001/4464847
1179.72/608.58	c cleaning 81000 clauses out of 162007 with flag 3393001/4546847
1202.20/619.98	c cleaning 81999 clauses out of 164007 with flag 3476001/4629847
1222.28/630.18	c cleaning 83001 clauses out of 166008 with flag 3560001/4713847
1245.56/641.93	c cleaning 83999 clauses out of 168007 with flag 3645001/4798847
1269.84/654.31	c cleaning 84998 clauses out of 170008 with flag 3731001/4884847
1293.32/666.25	c cleaning 85996 clauses out of 172009 with flag 3818000/4971846
1318.12/678.86	c cleaning 87002 clauses out of 174014 with flag 3906001/5059847
1343.60/691.78	c cleaning 88003 clauses out of 176011 with flag 3995000/5148846
1370.54/705.43	c cleaning 88997 clauses out of 178008 with flag 4085000/5238846
1397.80/719.20	c cleaning 90005 clauses out of 180011 with flag 4176000/5329846
1425.86/733.41	c cleaning 90999 clauses out of 182007 with flag 4268001/5421847
1451.74/746.57	c cleaning 92000 clauses out of 184007 with flag 4361000/5514846
1481.54/761.65	c cleaning 92997 clauses out of 186008 with flag 4455001/5608847
1510.21/776.10	c cleaning 93999 clauses out of 188012 with flag 4550002/5703848
1539.88/791.18	c cleaning 95003 clauses out of 190012 with flag 4646001/5799847
1571.55/807.12	c cleaning 95999 clauses out of 192008 with flag 4743000/5896846
1602.67/822.93	c cleaning 96995 clauses out of 194010 with flag 4841001/5994847
1630.93/837.20	c cleaning 98006 clauses out of 196015 with flag 4940001/6093847
1657.39/850.66	c cleaning 99003 clauses out of 198009 with flag 5040001/6193847
1685.25/864.72	c cleaning 99998 clauses out of 200005 with flag 5141000/6294846
1712.51/878.60	c cleaning 100999 clauses out of 202008 with flag 5243001/6396847
1744.98/895.02	c cleaning 102000 clauses out of 204008 with flag 5346000/6499846
1776.64/911.09	c cleaning 102998 clauses out of 206009 with flag 5450001/6603847
1800.13/922.92	c starts		: 278
1800.13/922.92	c conflicts		: 6689160
1800.13/922.92	c decisions		: 8463000
1800.13/922.92	c propagations		: 385163710
1800.13/922.92	c inspects		: 5674789352
1800.13/922.92	c shortcuts		: 0
1800.13/922.92	c learnt literals	: 0
1800.13/922.92	c learnt binary clauses	: 0
1800.13/922.92	c learnt ternary clauses	: 2
1800.13/922.92	c learnt constraints	: 6689160
1800.13/922.92	c ignored constraints	: 0
1800.13/922.92	c root simplifications	: 0
1800.13/922.92	c removed literals (reason simplification)	: 1752341917
1800.13/922.92	c reason swapping (by a shorter reason)	: 0
1800.13/922.92	c Calls to reduceDB	: 143
1800.13/922.92	c number of reductions to clauses (during analyze)	: 0
1800.13/922.92	c number of learned constraints concerned by reduction	: 0
1800.13/922.92	c number of learning phase by resolution	: 0
1800.13/922.92	c number of learning phase by cutting planes	: 0
1800.13/922.92	c speed (assignments/second)	: 417471.094024357
1800.13/922.92	c non guided choices	0
1800.13/922.94	c learnt constraints type 
1800.13/922.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 188438
1800.13/922.94	c constraints type 
1800.13/922.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 350
1800.13/922.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.13/922.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2844
1800.13/922.94	c 3195 constraints processed.
1800.13/922.94	c constraints type 
1800.13/922.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2844
1800.13/922.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 350
1800.13/922.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.13/922.95	c 3195 constraints processed.
1800.13/922.95	s SATISFIABLE
1800.13/922.95	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 
1800.13/922.95	c objective function=312
1800.13/922.95	c Total wall clock time (in seconds): 922.847

Verifier Data

OK	312

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-3687806-1337873873/watcher-3687806-1337873873 -o /tmp/evaluation-result-3687806-1337873873/solver-3687806-1337873873 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687806-1337873873.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: 2.99 3.40 3.10 3/197 23707
/proc/meminfo: memFree=25482604/32873648 swapFree=6864/6864
[pid=23707] ppid=23705 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/23707/stat : 23707 (java) S 23705 23707 22184 0 -1 4202496 1217 0 0 0 0 0 0 0 20 0 2 0 253513286 95129600 927 33554432000 1073741824 1073778376 140734432871696 140734432862832 226087698493 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23707/statm: 23225 927 703 9 0 16769 0
[pid=23707/tid=23708] ppid=23705 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23708/stat : 23708 (java) D 23705 23707 22184 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 253513287 95129600 927 33554432000 1073741824 1073778376 140734432871696 140416056155688 226075176231 0 0 4096 0 18446744072100609316 0 0 -1 3 0 0 0 0 0

[startup+0.0865761 s]
/proc/loadavg: 2.99 3.40 3.10 3/197 23707
/proc/meminfo: memFree=25482604/32873648 swapFree=6864/6864
[pid=23707] ppid=23705 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/23707/stat : 23707 (java) S 23705 23707 22184 0 -1 4202496 4319 0 1 0 8 1 0 0 20 0 18 0 253513286 9787813888 5504 33554432000 1073741824 1073778376 140734432871696 140734432862832 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23707/statm: 2389603 5506 2109 9 0 2380296 0
[pid=23707/tid=23708] ppid=23705 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/23707/task/23708/stat : 23708 (java) R 23705 23707 22184 0 -1 4202560 2351 0 1 0 6 0 0 0 20 0 18 0 253513287 9787813888 5506 33554432000 1073741824 1073778376 140734432871696 140416056159152 226087724301 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.10023 s]
/proc/loadavg: 2.99 3.40 3.10 3/197 23707
/proc/meminfo: memFree=25482604/32873648 swapFree=6864/6864
[pid=23707] ppid=23705 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/23707/stat : 23707 (java) S 23705 23707 22184 0 -1 4202496 4486 0 1 0 10 1 0 0 20 0 18 0 253513286 9787813888 6144 33554432000 1073741824 1073778376 140734432871696 140734432862832 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23707/statm: 2389603 6144 2142 9 0 2380296 0
[pid=23707/tid=23708] ppid=23705 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/23707/task/23708/stat : 23708 (java) R 23705 23707 22184 0 -1 4202560 2427 0 1 0 8 0 0 0 20 0 18 0 253513287 9787813888 6144 33554432000 1073741824 1073778376 140734432871696 140416056159152 226087724301 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300197 s]
/proc/loadavg: 2.99 3.40 3.10 3/197 23707
/proc/meminfo: memFree=25482604/32873648 swapFree=6864/6864
[pid=23707] ppid=23705 vsize=9691540 CPUtime=0.49 cores=1,3,5,7
/proc/23707/stat : 23707 (java) S 23705 23707 22184 0 -1 4202496 5581 0 1 0 48 1 0 0 20 0 20 0 253513286 9924136960 9322 33554432000 1073741824 1073778376 140734432871696 140734432862832 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23707/statm: 2422885 9322 2228 9 0 2413578 0
[pid=23707/tid=23708] ppid=23705 vsize=9691540 CPUtime=0.28 cores=1,3,5,7
/proc/23707/task/23708/stat : 23708 (java) S 23705 23707 22184 0 -1 4202560 2454 0 1 0 26 2 0 0 20 0 20 0 253513287 9924136960 9322 33554432000 1073741824 1073778376 140734432871696 140416056161272 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9691540

[startup+0.700157 s]
/proc/loadavg: 2.99 3.40 3.10 3/197 23707
/proc/meminfo: memFree=25482604/32873648 swapFree=6864/6864
[pid=23707] ppid=23705 vsize=9824668 CPUtime=0.56 cores=1,3,5,7
/proc/23707/stat : 23707 (java) S 23705 23707 22184 0 -1 4202496 5741 0 1 0 53 3 0 0 20 0 19 0 253513286 10060460032 9381 33554432000 1073741824 1073778376 140734432871696 140734432862832 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23707/statm: 2456167 9381 2234 9 0 2446860 0
[pid=23707/tid=23708] ppid=23705 vsize=9824668 CPUtime=0.28 cores=1,3,5,7
/proc/23707/task/23708/stat : 23708 (java) S 23705 23707 22184 0 -1 4202560 2454 0 1 0 26 2 0 0 20 0 19 0 253513287 10060460032 9381 33554432000 1073741824 1073778376 140734432871696 140416056161272 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9824668

[startup+1.50074 s]
/proc/loadavg: 2.99 3.40 3.10 6/219 23732
/proc/meminfo: memFree=25437708/32873648 swapFree=6864/6864
[pid=23707] ppid=23705 vsize=9824668 CPUtime=3.23 cores=1,3,5,7
/proc/23707/stat : 23707 (java) S 23705 23707 22184 0 -1 4202496 20639 0 1 0 316 7 0 0 20 0 22 0 253513286 10060460032 27724 33554432000 1073741824 1073778376 140734432871696 140734432862832 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23707/statm: 2456167 27724 2272 9 0 2446860 0
[pid=23707/tid=23708] ppid=23705 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/23707/task/23708/stat : 23708 (java) S 23705 23707 22184 0 -1 4202560 2455 0 1 0 27 2 0 0 20 0 22 0 253513287 10060460032 27724 33554432000 1073741824 1073778376 140734432871696 140416056161272 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23710] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23710/stat : 23710 (java) S 23705 23707 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253513288 10060460032 27724 33554432000 1073741824 1073778376 140734432871696 140416045222568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23711] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23711/stat : 23711 (java) S 23705 23707 22184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253513288 10060460032 27724 33554432000 1073741824 1073778376 140734432871696 140416044170024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23712] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23712/stat : 23712 (java) S 23705 23707 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513288 10060460032 27724 33554432000 1073741824 1073778376 140734432871696 140416043117480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23713] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23713/stat : 23713 (java) S 23705 23707 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253513288 10060460032 27724 33554432000 1073741824 1073778376 140734432871696 140416042064936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23714] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23714/stat : 23714 (java) S 23705 23707 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513288 10060460032 27724 33554432000 1073741824 1073778376 140734432871696 140416041011368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23715] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23715/stat : 23715 (java) S 23705 23707 22184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253513288 10060460032 27724 33554432000 1073741824 1073778376 140734432871696 140416039958824 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23707/tid=23716] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23716/stat : 23716 (java) S 23705 23707 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513288 10060460032 27724 33554432000 1073741824 1073778376 140734432871696 140416038906280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23707/tid=23717] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23717/stat : 23717 (java) S 23705 23707 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253513288 10060460032 27724 33554432000 1073741824 1073778376 140734432871696 140415891880488 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23718] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23718/stat : 23718 (java) R 23705 23707 22184 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 22 0 253513289 10060460032 27724 33554432000 1073741824 1073778376 140734432871696 140415879681640 140416063014980 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23707/tid=23719] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23719/stat : 23719 (java) S 23705 23707 22184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 253513289 10060460032 27724 33554432000 1073741824 1073778376 140734432871696 140415878628984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23707/tid=23720] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23720/stat : 23720 (java) S 23705 23707 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253513289 10060460032 27724 33554432000 1073741824 1073778376 140734432871696 140415877576328 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23707/tid=23721] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23721/stat : 23721 (java) S 23705 23707 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513291 10060460032 27724 33554432000 1073741824 1073778376 140734432871696 140415876525072 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23707/tid=23722] ppid=23705 vsize=9824668 CPUtime=0.76 cores=1,3,5,7
/proc/23707/task/23722/stat : 23722 (java) S 23705 23707 22184 0 -1 4202560 7965 0 0 0 76 0 0 0 20 0 22 0 253513291 10060460032 27724 33554432000 1073741824 1073778376 140734432871696 140415875457512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23723] ppid=23705 vsize=9824668 CPUtime=0.71 cores=1,3,5,7
/proc/23707/task/23723/stat : 23723 (java) S 23705 23707 22184 0 -1 4202560 8809 0 0 0 70 1 0 0 20 0 22 0 253513291 10060460032 27724 33554432000 1073741824 1073778376 140734432871696 140415874404968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23707/tid=23724] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23724/stat : 23724 (java) S 23705 23707 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513291 10060460032 27724 33554432000 1073741824 1073778376 140734432871696 140415873366520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23707/tid=23725] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23725/stat : 23725 (java) S 23705 23707 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513291 10060460032 27724 33554432000 1073741824 1073778376 140734432871696 140415872314184 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23729] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23729/stat : 23729 (java) S 23705 23707 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253513317 10060460032 27724 33554432000 1073741824 1073778376 140734432871696 140415868102312 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23730] ppid=23705 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/23707/task/23730/stat : 23730 (java) S 23705 23707 22184 0 -1 4202560 8 0 0 0 66 0 0 0 20 0 22 0 253513367 10060460032 27724 33554432000 1073741824 1073778376 140734432871696 140415870206168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23731] ppid=23705 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/23707/task/23731/stat : 23731 (java) S 23705 23707 22184 0 -1 4202560 51 0 0 0 66 0 0 0 20 0 22 0 253513367 10060460032 27724 33554432000 1073741824 1073778376 140734432871696 140415871256872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23732] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23732/stat : 23732 (java) S 23705 23707 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253513368 10060460032 27724 33554432000 1073741824 1073778376 140734432871696 140415869154344 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 9824668

[startup+3.10073 s]
/proc/loadavg: 2.99 3.40 3.10 5/219 23732
/proc/meminfo: memFree=25320180/32873648 swapFree=6864/6864
[pid=23707] ppid=23705 vsize=9824668 CPUtime=6.64 cores=1,3,5,7
/proc/23707/stat : 23707 (java) S 23705 23707 22184 0 -1 4202496 20782 0 1 0 655 9 0 0 20 0 22 0 253513286 10060460032 49823 33554432000 1073741824 1073778376 140734432871696 140734432862832 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23707/statm: 2456167 49823 2279 9 0 2446860 0
[pid=23707/tid=23708] ppid=23705 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/23707/task/23708/stat : 23708 (java) S 23705 23707 22184 0 -1 4202560 2455 0 1 0 27 2 0 0 20 0 22 0 253513287 10060460032 49823 33554432000 1073741824 1073778376 140734432871696 140416056161272 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23710] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23710/stat : 23710 (java) S 23705 23707 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253513288 10060460032 49823 33554432000 1073741824 1073778376 140734432871696 140416045222568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23711] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23711/stat : 23711 (java) S 23705 23707 22184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253513288 10060460032 49823 33554432000 1073741824 1073778376 140734432871696 140416044170024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23707/tid=23712] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23712/stat : 23712 (java) S 23705 23707 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513288 10060460032 49823 33554432000 1073741824 1073778376 140734432871696 140416043117480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23713] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23713/stat : 23713 (java) S 23705 23707 22184 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253513288 10060460032 49823 33554432000 1073741824 1073778376 140734432871696 140416042064936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23714] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23714/stat : 23714 (java) S 23705 23707 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253513288 10060460032 49823 33554432000 1073741824 1073778376 140734432871696 140416041011368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23715] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23715/stat : 23715 (java) S 23705 23707 22184 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 253513288 10060460032 49823 33554432000 1073741824 1073778376 140734432871696 140416039958824 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23716] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23716/stat : 23716 (java) S 23705 23707 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513288 10060460032 49823 33554432000 1073741824 1073778376 140734432871696 140416038906280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23707/tid=23717] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23717/stat : 23717 (java) S 23705 23707 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253513288 10060460032 49823 33554432000 1073741824 1073778376 140734432871696 140415891880488 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23718] ppid=23705 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/23707/task/23718/stat : 23718 (java) S 23705 23707 22184 0 -1 4202560 37 0 0 0 8 0 0 0 20 0 22 0 253513289 10060460032 49823 33554432000 1073741824 1073778376 140734432871696 140415879682664 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23719] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23719/stat : 23719 (java) S 23705 23707 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253513289 10060460032 49823 33554432000 1073741824 1073778376 140734432871696 140415878628984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23707/tid=23720] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23720/stat : 23720 (java) S 23705 23707 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253513289 10060460032 49823 33554432000 1073741824 1073778376 140734432871696 140415877576328 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23707/tid=23721] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23721/stat : 23721 (java) S 23705 23707 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513291 10060460032 49823 33554432000 1073741824 1073778376 140734432871696 140415876525072 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23707/tid=23722] ppid=23705 vsize=9824668 CPUtime=0.97 cores=1,3,5,7
/proc/23707/task/23722/stat : 23722 (java) S 23705 23707 22184 0 -1 4202560 8034 0 0 0 97 0 0 0 20 0 22 0 253513291 10060460032 49823 33554432000 1073741824 1073778376 140734432871696 140415875471416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23723] ppid=23705 vsize=9824668 CPUtime=0.8 cores=1,3,5,7
/proc/23707/task/23723/stat : 23723 (java) S 23705 23707 22184 0 -1 4202560 8817 0 0 0 78 2 0 0 20 0 22 0 253513291 10060460032 49823 33554432000 1073741824 1073778376 140734432871696 140415874418872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23707/tid=23724] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23724/stat : 23724 (java) S 23705 23707 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513291 10060460032 49823 33554432000 1073741824 1073778376 140734432871696 140415873366520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23707/tid=23725] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23725/stat : 23725 (java) S 23705 23707 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513291 10060460032 49823 33554432000 1073741824 1073778376 140734432871696 140415872314184 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23729] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23729/stat : 23729 (java) S 23705 23707 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253513317 10060460032 49823 33554432000 1073741824 1073778376 140734432871696 140415868102312 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23730] ppid=23705 vsize=9824668 CPUtime=2.16 cores=1,3,5,7
/proc/23707/task/23730/stat : 23730 (java) R 23705 23707 22184 0 -1 4202560 10 0 0 0 216 0 0 0 20 0 22 0 253513367 10060460032 49823 33554432000 1073741824 1073778376 140734432871696 140415870206048 140415920068661 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23707/tid=23731] ppid=23705 vsize=9824668 CPUtime=2.16 cores=1,3,5,7
/proc/23707/task/23731/stat : 23731 (java) R 23705 23707 22184 0 -1 4202560 81 0 0 0 214 2 0 0 20 0 22 0 253513367 10060460032 49823 33554432000 1073741824 1073778376 140734432871696 140415871258856 140415920301992 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23732] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23732/stat : 23732 (java) S 23705 23707 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253513368 10060460032 49823 33554432000 1073741824 1073778376 140734432871696 140415869154344 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.64
Current children cumulated vsize (KiB) 9824668

[startup+6.30082 s]
/proc/loadavg: 2.83 3.36 3.09 4/219 23732
/proc/meminfo: memFree=25090488/32873648 swapFree=6864/6864
[pid=23707] ppid=23705 vsize=9824668 CPUtime=13.05 cores=1,3,5,7
/proc/23707/stat : 23707 (java) S 23705 23707 22184 0 -1 4202496 22022 0 1 0 1289 16 0 0 20 0 22 0 253513286 10060460032 98897 33554432000 1073741824 1073778376 140734432871696 140734432862832 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23707/statm: 2456167 98897 2280 9 0 2446860 0
[pid=23707/tid=23708] ppid=23705 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/23707/task/23708/stat : 23708 (java) S 23705 23707 22184 0 -1 4202560 2457 0 1 0 27 2 0 0 20 0 22 0 253513287 10060460032 98897 33554432000 1073741824 1073778376 140734432871696 140416056161272 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23710] ppid=23705 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/23707/task/23710/stat : 23710 (java) S 23705 23707 22184 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 253513288 10060460032 98897 33554432000 1073741824 1073778376 140734432871696 140416045222568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23711] ppid=23705 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/23707/task/23711/stat : 23711 (java) S 23705 23707 22184 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 22 0 253513288 10060460032 98897 33554432000 1073741824 1073778376 140734432871696 140416044170024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23712] ppid=23705 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/23707/task/23712/stat : 23712 (java) S 23705 23707 22184 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 253513288 10060460032 98897 33554432000 1073741824 1073778376 140734432871696 140416043117480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23713] ppid=23705 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/23707/task/23713/stat : 23713 (java) S 23705 23707 22184 0 -1 4202560 27 0 0 0 5 1 0 0 20 0 22 0 253513288 10060460032 98897 33554432000 1073741824 1073778376 140734432871696 140416042064936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23707/tid=23714] ppid=23705 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/23707/task/23714/stat : 23714 (java) S 23705 23707 22184 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 22 0 253513288 10060460032 98897 33554432000 1073741824 1073778376 140734432871696 140416041011368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23707/tid=23715] ppid=23705 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/23707/task/23715/stat : 23715 (java) S 23705 23707 22184 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 253513288 10060460032 98897 33554432000 1073741824 1073778376 140734432871696 140416039958824 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23707/tid=23716] ppid=23705 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/23707/task/23716/stat : 23716 (java) S 23705 23707 22184 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 253513288 10060460032 98897 33554432000 1073741824 1073778376 140734432871696 140416038906280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23707/tid=23717] ppid=23705 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/23707/task/23717/stat : 23717 (java) S 23705 23707 22184 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 22 0 253513288 10060460032 98897 33554432000 1073741824 1073778376 140734432871696 140415891880488 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=23707/tid=23814] ppid=23705 vsize=9824668 CPUtime=650.88 cores=1,3,5,7
/proc/23707/task/23814/stat : 23814 (java) R 23705 23707 22184 0 -1 4202560 24 0 0 0 65079 9 0 0 20 0 22 0 253527235 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415871259104 140415920671324 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23815] ppid=23705 vsize=9824668 CPUtime=650.88 cores=1,3,5,7
/proc/23707/task/23815/stat : 23815 (java) R 23705 23707 22184 0 -1 4202560 103 0 0 0 65075 13 0 0 20 0 22 0 253527235 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415870204464 140415920322369 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23816] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23816/stat : 23816 (java) S 23705 23707 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253527236 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415869154728 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1601.47
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.99 3.95 3.60 5/219 23821
/proc/meminfo: memFree=24021052/32873648 swapFree=6864/6864
[pid=23707] ppid=23705 vsize=9824668 CPUtime=1719.58 cores=1,3,5,7
/proc/23707/stat : 23707 (java) S 23705 23707 22184 0 -1 4202496 26815 0 1 0 171884 74 0 0 20 0 22 0 253513286 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140734432862832 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23707/statm: 2456167 442007 2281 9 0 2446860 0
[pid=23707/tid=23708] ppid=23705 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/23707/task/23708/stat : 23708 (java) S 23705 23707 22184 0 -1 4202560 2543 0 1 0 29 3 0 0 20 0 22 0 253513287 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140416056161272 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23710] ppid=23705 vsize=9824668 CPUtime=0.52 cores=1,3,5,7
/proc/23707/task/23710/stat : 23710 (java) S 23705 23707 22184 0 -1 4202560 341 0 0 0 49 3 0 0 20 0 22 0 253513288 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140416045222568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23707/tid=23711] ppid=23705 vsize=9824668 CPUtime=0.5 cores=1,3,5,7
/proc/23707/task/23711/stat : 23711 (java) S 23705 23707 22184 0 -1 4202560 302 0 0 0 48 2 0 0 20 0 22 0 253513288 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140416044170024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23707/tid=23712] ppid=23705 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/23707/task/23712/stat : 23712 (java) S 23705 23707 22184 0 -1 4202560 362 0 0 0 47 2 0 0 20 0 22 0 253513288 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140416043117480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23713] ppid=23705 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/23707/task/23713/stat : 23713 (java) S 23705 23707 22184 0 -1 4202560 356 0 0 0 44 3 0 0 20 0 22 0 253513288 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140416042064936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23707/tid=23714] ppid=23705 vsize=9824668 CPUtime=0.53 cores=1,3,5,7
/proc/23707/task/23714/stat : 23714 (java) S 23705 23707 22184 0 -1 4202560 710 0 0 0 51 2 0 0 20 0 22 0 253513288 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140416041011368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23707/tid=23715] ppid=23705 vsize=9824668 CPUtime=0.56 cores=1,3,5,7
/proc/23707/task/23715/stat : 23715 (java) S 23705 23707 22184 0 -1 4202560 529 0 0 0 53 3 0 0 20 0 22 0 253513288 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140416039958824 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23716] ppid=23705 vsize=9824668 CPUtime=0.5 cores=1,3,5,7
/proc/23707/task/23716/stat : 23716 (java) S 23705 23707 22184 0 -1 4202560 279 0 0 0 48 2 0 0 20 0 22 0 253513288 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140416038906280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23717] ppid=23705 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/23707/task/23717/stat : 23717 (java) S 23705 23707 22184 0 -1 4202560 269 0 0 0 47 2 0 0 20 0 22 0 253513288 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415891880488 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23718] ppid=23705 vsize=9824668 CPUtime=42.1 cores=1,3,5,7
/proc/23707/task/23718/stat : 23718 (java) S 23705 23707 22184 0 -1 4202560 1354 0 0 0 4192 18 0 0 20 0 22 0 253513289 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415879682664 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23707/tid=23719] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23719/stat : 23719 (java) S 23705 23707 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253513289 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415878628984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23720] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23720/stat : 23720 (java) S 23705 23707 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253513289 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415877576328 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23721] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23721/stat : 23721 (java) S 23705 23707 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513291 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415876525072 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23707/tid=23722] ppid=23705 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/23707/task/23722/stat : 23722 (java) S 23705 23707 22184 0 -1 4202560 8034 0 0 0 99 0 0 0 20 0 22 0 253513291 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415875471416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23723] ppid=23705 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/23707/task/23723/stat : 23723 (java) S 23705 23707 22184 0 -1 4202560 9696 0 0 0 97 2 0 0 20 0 22 0 253513291 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415874418872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23707/tid=23724] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23724/stat : 23724 (java) S 23705 23707 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513291 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415873366520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23707/tid=23725] ppid=23705 vsize=9824668 CPUtime=0.14 cores=1,3,5,7
/proc/23707/task/23725/stat : 23725 (java) S 23705 23707 22184 0 -1 4202560 51 0 0 0 6 8 0 0 20 0 22 0 253513291 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415872314184 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23707/tid=23729] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23729/stat : 23729 (java) S 23705 23707 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253513317 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415868102312 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23814] ppid=23705 vsize=9824668 CPUtime=709 cores=1,3,5,7
/proc/23707/task/23814/stat : 23814 (java) R 23705 23707 22184 0 -1 4202560 25 0 0 0 70890 10 0 0 20 0 22 0 253527235 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415871259104 140415920060224 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23815] ppid=23705 vsize=9824668 CPUtime=709 cores=1,3,5,7
/proc/23707/task/23815/stat : 23815 (java) R 23705 23707 22184 0 -1 4202560 103 0 0 0 70886 14 0 0 20 0 22 0 253527235 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415870204256 140415920731239 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23707/tid=23816] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23816/stat : 23816 (java) S 23705 23707 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253527236 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415869154728 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1719.58
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+922.907 s]
/proc/loadavg: 3.99 3.95 3.62 5/219 23821
/proc/meminfo: memFree=23936532/32873648 swapFree=6864/6864
[pid=23707] ppid=23705 vsize=9824668 CPUtime=1800.13 cores=1,3,5,7
/proc/23707/stat : 23707 (java) S 23705 23707 22184 0 -1 4202496 26821 0 1 0 179938 75 0 0 20 0 22 0 253513286 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140734432862832 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23707/statm: 2456167 442007 2281 9 0 2446860 0
[pid=23707/tid=23708] ppid=23705 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/23707/task/23708/stat : 23708 (java) S 23705 23707 22184 0 -1 4202560 2543 0 1 0 29 3 0 0 20 0 22 0 253513287 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140416056161272 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23710] ppid=23705 vsize=9824668 CPUtime=0.52 cores=1,3,5,7
/proc/23707/task/23710/stat : 23710 (java) S 23705 23707 22184 0 -1 4202560 341 0 0 0 49 3 0 0 20 0 22 0 253513288 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140416045222568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23707/tid=23711] ppid=23705 vsize=9824668 CPUtime=0.5 cores=1,3,5,7
/proc/23707/task/23711/stat : 23711 (java) S 23705 23707 22184 0 -1 4202560 302 0 0 0 48 2 0 0 20 0 22 0 253513288 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140416044170024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23707/tid=23712] ppid=23705 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/23707/task/23712/stat : 23712 (java) S 23705 23707 22184 0 -1 4202560 362 0 0 0 47 2 0 0 20 0 22 0 253513288 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140416043117480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23713] ppid=23705 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/23707/task/23713/stat : 23713 (java) S 23705 23707 22184 0 -1 4202560 356 0 0 0 44 3 0 0 20 0 22 0 253513288 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140416042064936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23707/tid=23714] ppid=23705 vsize=9824668 CPUtime=0.53 cores=1,3,5,7
/proc/23707/task/23714/stat : 23714 (java) S 23705 23707 22184 0 -1 4202560 710 0 0 0 51 2 0 0 20 0 22 0 253513288 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140416041011368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23707/tid=23715] ppid=23705 vsize=9824668 CPUtime=0.56 cores=1,3,5,7
/proc/23707/task/23715/stat : 23715 (java) S 23705 23707 22184 0 -1 4202560 529 0 0 0 53 3 0 0 20 0 22 0 253513288 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140416039958824 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23716] ppid=23705 vsize=9824668 CPUtime=0.5 cores=1,3,5,7
/proc/23707/task/23716/stat : 23716 (java) S 23705 23707 22184 0 -1 4202560 279 0 0 0 48 2 0 0 20 0 22 0 253513288 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140416038906280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23717] ppid=23705 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/23707/task/23717/stat : 23717 (java) S 23705 23707 22184 0 -1 4202560 269 0 0 0 47 2 0 0 20 0 22 0 253513288 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415891880488 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23718] ppid=23705 vsize=9824668 CPUtime=42.77 cores=1,3,5,7
/proc/23707/task/23718/stat : 23718 (java) S 23705 23707 22184 0 -1 4202560 1356 0 0 0 4258 19 0 0 20 0 22 0 253513289 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415879682664 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23707/tid=23719] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23719/stat : 23719 (java) S 23705 23707 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253513289 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415878628984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23720] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23720/stat : 23720 (java) S 23705 23707 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253513289 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415877576328 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23721] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23721/stat : 23721 (java) S 23705 23707 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513291 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415876525072 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23707/tid=23722] ppid=23705 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/23707/task/23722/stat : 23722 (java) S 23705 23707 22184 0 -1 4202560 8034 0 0 0 99 0 0 0 20 0 22 0 253513291 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415875471416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23723] ppid=23705 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/23707/task/23723/stat : 23723 (java) S 23705 23707 22184 0 -1 4202560 9696 0 0 0 97 2 0 0 20 0 22 0 253513291 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415874418872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23707/tid=23724] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23724/stat : 23724 (java) S 23705 23707 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513291 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415873366520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23707/tid=23725] ppid=23705 vsize=9824668 CPUtime=0.15 cores=1,3,5,7
/proc/23707/task/23725/stat : 23725 (java) S 23705 23707 22184 0 -1 4202560 53 0 0 0 6 9 0 0 20 0 22 0 253513291 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415872314184 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23707/tid=23729] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23729/stat : 23729 (java) S 23705 23707 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253513317 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415868102312 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23814] ppid=23705 vsize=9824668 CPUtime=748.94 cores=1,3,5,7
/proc/23707/task/23814/stat : 23814 (java) R 23705 23707 22184 0 -1 4202560 27 0 0 0 74883 11 0 0 20 0 22 0 253527235 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415871259104 140415920068661 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23815] ppid=23705 vsize=9824668 CPUtime=748.95 cores=1,3,5,7
/proc/23707/task/23815/stat : 23815 (java) R 23705 23707 22184 0 -1 4202560 103 0 0 0 74880 15 0 0 20 0 22 0 253527235 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415870204400 140415920731207 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23816] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23816/stat : 23816 (java) S 23705 23707 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253527236 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415869154728 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
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+922.907 s]
/proc/loadavg: 3.99 3.95 3.62 5/219 23821
/proc/meminfo: memFree=23936532/32873648 swapFree=6864/6864
[pid=23707] ppid=23705 vsize=9824668 CPUtime=1800.13 cores=1,3,5,7
/proc/23707/stat : 23707 (java) S 23705 23707 22184 0 -1 4202496 26821 0 1 0 179938 75 0 0 20 0 22 0 253513286 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140734432862832 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23707/statm: 2456167 442007 2281 9 0 2446860 0
[pid=23707/tid=23708] ppid=23705 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/23707/task/23708/stat : 23708 (java) S 23705 23707 22184 0 -1 4202560 2543 0 1 0 29 3 0 0 20 0 22 0 253513287 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140416056161272 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23710] ppid=23705 vsize=9824668 CPUtime=0.52 cores=1,3,5,7
/proc/23707/task/23710/stat : 23710 (java) S 23705 23707 22184 0 -1 4202560 341 0 0 0 49 3 0 0 20 0 22 0 253513288 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140416045222568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23707/tid=23711] ppid=23705 vsize=9824668 CPUtime=0.5 cores=1,3,5,7
/proc/23707/task/23711/stat : 23711 (java) S 23705 23707 22184 0 -1 4202560 302 0 0 0 48 2 0 0 20 0 22 0 253513288 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140416044170024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23707/tid=23712] ppid=23705 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/23707/task/23712/stat : 23712 (java) S 23705 23707 22184 0 -1 4202560 362 0 0 0 47 2 0 0 20 0 22 0 253513288 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140416043117480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23713] ppid=23705 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/23707/task/23713/stat : 23713 (java) S 23705 23707 22184 0 -1 4202560 356 0 0 0 44 3 0 0 20 0 22 0 253513288 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140416042064936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23707/tid=23714] ppid=23705 vsize=9824668 CPUtime=0.53 cores=1,3,5,7
/proc/23707/task/23714/stat : 23714 (java) S 23705 23707 22184 0 -1 4202560 710 0 0 0 51 2 0 0 20 0 22 0 253513288 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140416041011368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23707/tid=23715] ppid=23705 vsize=9824668 CPUtime=0.56 cores=1,3,5,7
/proc/23707/task/23715/stat : 23715 (java) S 23705 23707 22184 0 -1 4202560 529 0 0 0 53 3 0 0 20 0 22 0 253513288 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140416039958824 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23716] ppid=23705 vsize=9824668 CPUtime=0.5 cores=1,3,5,7
/proc/23707/task/23716/stat : 23716 (java) S 23705 23707 22184 0 -1 4202560 279 0 0 0 48 2 0 0 20 0 22 0 253513288 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140416038906280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23717] ppid=23705 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/23707/task/23717/stat : 23717 (java) S 23705 23707 22184 0 -1 4202560 269 0 0 0 47 2 0 0 20 0 22 0 253513288 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415891880488 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23718] ppid=23705 vsize=9824668 CPUtime=42.77 cores=1,3,5,7
/proc/23707/task/23718/stat : 23718 (java) S 23705 23707 22184 0 -1 4202560 1356 0 0 0 4258 19 0 0 20 0 22 0 253513289 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415879682664 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23707/tid=23719] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23719/stat : 23719 (java) S 23705 23707 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253513289 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415878628984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23720] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23720/stat : 23720 (java) S 23705 23707 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253513289 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415877576328 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23721] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23721/stat : 23721 (java) S 23705 23707 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513291 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415876525072 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23707/tid=23722] ppid=23705 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/23707/task/23722/stat : 23722 (java) S 23705 23707 22184 0 -1 4202560 8034 0 0 0 99 0 0 0 20 0 22 0 253513291 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415875471416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23723] ppid=23705 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/23707/task/23723/stat : 23723 (java) S 23705 23707 22184 0 -1 4202560 9696 0 0 0 97 2 0 0 20 0 22 0 253513291 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415874418872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23707/tid=23724] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23724/stat : 23724 (java) S 23705 23707 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513291 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415873366520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23707/tid=23725] ppid=23705 vsize=9824668 CPUtime=0.15 cores=1,3,5,7
/proc/23707/task/23725/stat : 23725 (java) S 23705 23707 22184 0 -1 4202560 53 0 0 0 6 9 0 0 20 0 22 0 253513291 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415872314184 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23707/tid=23729] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23729/stat : 23729 (java) S 23705 23707 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253513317 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415868102312 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23814] ppid=23705 vsize=9824668 CPUtime=748.94 cores=1,3,5,7
/proc/23707/task/23814/stat : 23814 (java) R 23705 23707 22184 0 -1 4202560 27 0 0 0 74883 11 0 0 20 0 22 0 253527235 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415871259104 140415920068661 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23707/tid=23815] ppid=23705 vsize=9824668 CPUtime=748.95 cores=1,3,5,7
/proc/23707/task/23815/stat : 23815 (java) R 23705 23707 22184 0 -1 4202560 103 0 0 0 74880 15 0 0 20 0 22 0 253527235 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415870204400 140415920731207 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23707/tid=23816] ppid=23705 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23707/task/23816/stat : 23816 (java) S 23705 23707 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253527236 10060460032 442007 33554432000 1073741824 1073778376 140734432871696 140415869154728 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 922.962
CPU time (s): 1800.65
CPU user time (s): 1799.48
CPU system time (s): 1.16882
CPU usage (%): 195.094
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.48
system time used= 1.16882
maximum resident set size= 1768168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26857
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25301
involuntary context switches= 20868

runsolver used 3.2805 second user time and 7.94479 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-24 17:37:53
IDJOB=3687806
IDBENCH=2185
IDSOLVER=2268
FILE ID=node120/3687806-1337873873
RUNJOBID= node120-1337871880-22201
PBS_JOBID= 14620084
Free space on /tmp= 71632 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8a4.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687806-1337873873/watcher-3687806-1337873873 -o /tmp/evaluation-result-3687806-1337873873/solver-3687806-1337873873 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687806-1337873873.opb

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

MD5SUM BENCH= 39250f205953aedd83d7a2bcba6bda16
RANDOM SEED=786152666

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        25483132 kB
Buffers:          177812 kB
Cached:          3216432 kB
SwapCached:          492 kB
Active:          3762796 kB
Inactive:        2861192 kB
Active(anon):    3219868 kB
Inactive(anon):    12388 kB
Active(file):     542928 kB
Inactive(file):  2848804 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:               560 kB
Writeback:             8 kB
AnonPages:       3235852 kB
Mapped:            21624 kB
Shmem:               120 kB
Slab:             626116 kB
SReclaimable:      69852 kB
SUnreclaim:       556264 kB
KernelStack:        1640 kB
PageTables:        10348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3509148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3143680 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= 71632 MiB
End job on node120 at 2012-05-24 17:53:18