Trace number 3688702

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)-47 1800.49 962.336

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_10_5.opb
MD5SUM2585c1015aa6228da840b6f61adc6732
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-52
Best CPU time to get the best result obtained on this benchmark1797.47
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -52
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint10
Maximum length of a constraint22
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2528
Sum of products size (including duplicates)5056
Number of different products1264
Sum of products size2528

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.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	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-3688702-1337879087.opb
0.11/0.10	c reading problem ... 
0.52/0.30	c ... done. Wall clock time 0.195s.
0.52/0.30	c declared #vars     200
0.52/0.30	c internal #vars     1464
0.52/0.30	c #constraints  2728
0.52/0.30	c constraints type 
0.52/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1264
0.52/0.30	c org.sat4j.minisat.constraints.cnf.UnitClauses => 200
0.52/0.30	c ignored satisfied constraints => 200
0.52/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1264
0.52/0.30	c 2928 constraints processed.
0.52/0.30	c constraints type 
0.52/0.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1264
0.52/0.30	c ignored satisfied constraints => 200
0.52/0.30	c org.sat4j.pb.constraints.pb.UnitClausesPB => 200
0.52/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1264
0.52/0.30	c 2928 constraints processed.
0.52/0.30	c objective function length is 200 literals
0.52/0.32	c  And the winner is solver0
0.57/0.80	c SATISFIABLE
0.57/0.80	c OPTIMIZING...
0.57/0.80	c Got one! Elapsed wall clock time (in seconds):0.698
0.57/0.80	o -37
0.57/0.81	c  And the winner is solver0
0.74/1.30	c Got one! Elapsed wall clock time (in seconds):1.199
0.74/1.30	o -38
1.09/1.45	c  And the winner is solver1
1.71/1.80	c Got one! Elapsed wall clock time (in seconds):1.701
1.71/1.80	o -39
1.71/1.85	c  And the winner is solver1
1.98/2.31	c Got one! Elapsed wall clock time (in seconds):2.202
1.98/2.31	o -41
2.30/2.44	c  And the winner is solver1
2.44/2.81	c Got one! Elapsed wall clock time (in seconds):2.703
2.44/2.81	o -42
2.64/2.99	c  And the winner is solver1
2.91/3.31	c Got one! Elapsed wall clock time (in seconds):3.204
2.91/3.31	o -43
3.12/3.41	c cleaning 3951 clauses out of 7901 with flag 1001/7901
3.98/3.86	c cleaning 4975 clauses out of 9949 with flag 7000/13900
5.01/4.36	c cleaning 5985 clauses out of 11974 with flag 14000/20900
6.40/5.02	c cleaning 6995 clauses out of 13991 with flag 22002/28902
7.93/5.88	c cleaning 7997 clauses out of 15994 with flag 31000/37900
10.11/6.97	c cleaning 8996 clauses out of 17998 with flag 41001/47901
12.67/8.26	c cleaning 10000 clauses out of 20003 with flag 52002/58902
15.56/9.76	c cleaning 10998 clauses out of 22002 with flag 64001/70901
18.39/11.26	c cleaning 12000 clauses out of 24004 with flag 77001/83901
21.88/13.03	c cleaning 12995 clauses out of 26003 with flag 91000/97900
25.77/15.00	c cleaning 14004 clauses out of 28008 with flag 106000/112900
30.04/17.28	c cleaning 14993 clauses out of 30004 with flag 122000/128900
34.00/19.34	c  And the winner is solver1
34.10/19.56	c Got one! Elapsed wall clock time (in seconds):19.459
34.10/19.56	o -44
36.16/20.62	c cleaning 16980 clauses out of 33960 with flag 5000/147849
37.78/21.55	c cleaning 11490 clauses out of 22980 with flag 11000/153849
39.21/22.37	c cleaning 9245 clauses out of 18491 with flag 18001/160850
41.04/23.37	c cleaning 8623 clauses out of 17245 with flag 26000/168849
43.15/24.54	c cleaning 8811 clauses out of 17625 with flag 35003/177852
45.57/25.87	c cleaning 9402 clauses out of 18811 with flag 45000/187849
48.38/27.32	c cleaning 10205 clauses out of 20410 with flag 56001/198850
51.19/28.89	c cleaning 11102 clauses out of 22204 with flag 68000/210849
54.46/30.63	c cleaning 12049 clauses out of 24102 with flag 81000/223849
57.66/32.30	c cleaning 13023 clauses out of 26053 with flag 95000/237849
61.45/34.30	c cleaning 14009 clauses out of 28033 with flag 110003/252852
65.67/36.57	c cleaning 15007 clauses out of 30021 with flag 126000/268849
71.33/39.53	c cleaning 16007 clauses out of 32014 with flag 143000/285849
76.90/42.44	c cleaning 17003 clauses out of 34007 with flag 161000/303849
82.86/45.58	c cleaning 17998 clauses out of 36004 with flag 180000/322849
89.63/49.09	c cleaning 19000 clauses out of 38006 with flag 200000/342849
97.84/53.32	c cleaning 19999 clauses out of 40006 with flag 221000/363849
105.64/57.36	c cleaning 21003 clauses out of 42009 with flag 243002/385851
114.16/61.79	c cleaning 21995 clauses out of 44004 with flag 266000/408849
122.09/65.88	c cleaning 23000 clauses out of 46010 with flag 290001/432850
130.22/70.19	c cleaning 24000 clauses out of 48010 with flag 315001/457850
139.11/74.71	c cleaning 25002 clauses out of 50010 with flag 341001/483850
148.63/79.66	c cleaning 26004 clauses out of 52008 with flag 368001/510850
151.33/81.14	c cleaning 0 clauses out of 6034 with flag 0/6034
159.97/85.53	c cleaning 26997 clauses out of 54005 with flag 396002/538851
171.47/91.46	c cleaning 27998 clauses out of 56007 with flag 425001/567850
182.73/97.27	c cleaning 29000 clauses out of 58009 with flag 455001/597850
196.18/104.13	c cleaning 29999 clauses out of 60008 with flag 486000/628849
211.44/112.09	c cleaning 30999 clauses out of 62009 with flag 518000/660849
227.51/120.29	c cleaning 31997 clauses out of 64010 with flag 551000/693849
238.98/126.13	c  And the winner is solver1
239.08/126.23	c Got one! Elapsed wall clock time (in seconds):126.123
239.08/126.23	o -45
242.41/127.97	c cleaning 31744 clauses out of 63513 with flag 5002/725349
245.86/129.89	c cleaning 18878 clauses out of 37767 with flag 11000/731347
248.81/131.64	c cleaning 12939 clauses out of 25889 with flag 18000/738347
250.63/132.77	c cleaning 10470 clauses out of 20950 with flag 26000/746347
252.65/133.93	c cleaning 9732 clauses out of 19481 with flag 35001/755348
254.67/135.13	c cleaning 9870 clauses out of 19749 with flag 45001/765348
257.22/136.75	c cleaning 10433 clauses out of 20878 with flag 56000/776347
259.83/138.24	c cleaning 11222 clauses out of 22446 with flag 68001/788348
262.84/139.99	c cleaning 12109 clauses out of 24225 with flag 81002/801349
266.23/141.86	c cleaning 13057 clauses out of 26118 with flag 95004/815351
270.21/144.18	c cleaning 14029 clauses out of 28057 with flag 110000/830347
274.59/146.51	c cleaning 15014 clauses out of 30028 with flag 126000/846347
278.58/148.78	c cleaning 16008 clauses out of 32016 with flag 143002/863349
283.18/151.29	c cleaning 17004 clauses out of 34007 with flag 161001/881348
289.33/154.61	c cleaning 17997 clauses out of 36002 with flag 180000/900347
295.74/158.04	c cleaning 19003 clauses out of 38005 with flag 200000/920347
301.33/161.06	c cleaning 19996 clauses out of 40002 with flag 221000/941347
308.09/164.63	c cleaning 21002 clauses out of 42007 with flag 243001/963348
315.80/168.82	c cleaning 21999 clauses out of 44005 with flag 266001/986348
322.36/172.32	c cleaning 23003 clauses out of 46006 with flag 290001/1010348
331.12/176.94	c cleaning 24002 clauses out of 48003 with flag 315001/1035348
339.09/181.17	c cleaning 24999 clauses out of 50000 with flag 341000/1061347
348.97/186.44	c cleaning 25995 clauses out of 52002 with flag 368001/1088348
357.91/191.18	c cleaning 27000 clauses out of 54007 with flag 396001/1116348
370.26/197.56	c cleaning 28003 clauses out of 56007 with flag 425001/1145348
382.80/204.05	c cleaning 29002 clauses out of 58003 with flag 455000/1175347
398.05/212.05	c cleaning 30001 clauses out of 60001 with flag 486000/1206347
410.39/218.40	c cleaning 31001 clauses out of 62001 with flag 518001/1238348
423.92/225.45	c cleaning 31997 clauses out of 64000 with flag 551001/1271348
436.63/232.09	c cleaning 33000 clauses out of 66003 with flag 585001/1305348
450.62/239.48	c cleaning 33994 clauses out of 68002 with flag 620000/1340347
463.71/246.26	c cleaning 34996 clauses out of 70010 with flag 656002/1376349
477.60/253.46	c cleaning 35998 clauses out of 72012 with flag 693000/1413347
493.10/261.47	c cleaning 37004 clauses out of 74015 with flag 731001/1451348
508.04/269.32	c cleaning 38000 clauses out of 76010 with flag 770000/1490347
522.71/276.97	c cleaning 39004 clauses out of 78011 with flag 810001/1530348
537.78/284.79	c cleaning 40003 clauses out of 80008 with flag 851002/1571349
552.45/292.31	c cleaning 40996 clauses out of 82004 with flag 893001/1613348
570.14/301.66	c cleaning 41999 clauses out of 84008 with flag 936001/1656348
588.78/311.22	c cleaning 42999 clauses out of 86008 with flag 980000/1700347
602.65/318.79	c cleaning 44006 clauses out of 88012 with flag 1025003/1745350
620.85/328.33	c  And the winner is solver1
621.20/328.63	c cleaning 45002 clauses out of 90003 with flag 1071000/1791347
622.70/330.17	c Got one! Elapsed wall clock time (in seconds):330.062
622.70/330.17	o -46
625.77/331.73	c cleaning 24996 clauses out of 50003 with flag 5002/1796349
628.46/333.44	c cleaning 15499 clauses out of 31005 with flag 11000/1802347
630.78/334.94	c cleaning 11243 clauses out of 22506 with flag 18000/1809347
632.92/336.34	c cleaning 9624 clauses out of 19263 with flag 26000/1817347
635.49/338.14	c cleaning 9314 clauses out of 18639 with flag 35000/1826347
637.90/339.61	c cleaning 9661 clauses out of 19325 with flag 45000/1836347
640.53/341.27	c cleaning 10330 clauses out of 20666 with flag 56002/1847349
644.17/343.31	c cleaning 11168 clauses out of 22335 with flag 68001/1859348
647.77/345.66	c cleaning 12078 clauses out of 24167 with flag 81001/1872348
651.60/347.84	c cleaning 13043 clauses out of 26089 with flag 95001/1886348
655.89/350.39	c cleaning 14017 clauses out of 28047 with flag 110002/1901349
660.78/353.16	c cleaning 15009 clauses out of 30030 with flag 126002/1917349
665.64/356.10	c cleaning 16008 clauses out of 32020 with flag 143001/1934348
670.31/358.84	c cleaning 17002 clauses out of 34012 with flag 161001/1952348
675.98/362.01	c cleaning 18002 clauses out of 36010 with flag 180001/1971348
681.38/365.19	c cleaning 19004 clauses out of 38007 with flag 200000/1991347
688.82/369.47	c cleaning 20000 clauses out of 40003 with flag 221000/2012347
696.00/373.50	c cleaning 21002 clauses out of 42004 with flag 243001/2034348
703.77/377.73	c cleaning 21997 clauses out of 44002 with flag 266001/2057348
712.75/382.69	c cleaning 22994 clauses out of 46004 with flag 290000/2081347
723.10/388.42	c cleaning 24006 clauses out of 48011 with flag 315001/2106348
730.39/392.57	c cleaning 25002 clauses out of 50004 with flag 341000/2132347
739.95/397.78	c cleaning 25993 clauses out of 52002 with flag 368000/2159347
751.42/403.96	c cleaning 27002 clauses out of 54010 with flag 396001/2187348
763.65/410.75	c cleaning 28001 clauses out of 56008 with flag 425001/2216348
775.66/417.20	c cleaning 28999 clauses out of 58006 with flag 455000/2246347
784.67/422.28	c cleaning 0 clauses out of 11878 with flag 0/11878
790.40/425.53	c cleaning 29998 clauses out of 60008 with flag 486001/2277348
805.37/433.65	c cleaning 31003 clauses out of 62011 with flag 518002/2309349
819.88/441.47	c cleaning 32003 clauses out of 64007 with flag 551001/2342348
833.19/448.62	c cleaning 32998 clauses out of 66004 with flag 585001/2376348
849.53/457.36	c cleaning 33997 clauses out of 68006 with flag 620001/2411348
865.76/466.23	c cleaning 35005 clauses out of 70010 with flag 656002/2447349
880.66/474.28	c cleaning 35994 clauses out of 72004 with flag 693001/2484348
897.73/483.31	c cleaning 37001 clauses out of 74010 with flag 731001/2522348
913.36/491.75	c cleaning 38001 clauses out of 76008 with flag 770000/2561347
931.95/501.83	c cleaning 39004 clauses out of 78007 with flag 810000/2601347
953.10/513.66	c cleaning 40001 clauses out of 80005 with flag 851002/2642349
974.06/524.35	c cleaning 40998 clauses out of 82003 with flag 893001/2684348
992.92/534.38	c cleaning 42001 clauses out of 84005 with flag 936001/2727348
1019.69/548.07	c cleaning 42997 clauses out of 86004 with flag 980001/2771348
1044.46/560.79	c cleaning 43998 clauses out of 88006 with flag 1025000/2816347
1064.16/570.92	c cleaning 45002 clauses out of 90008 with flag 1071000/2862347
1093.41/586.11	c cleaning 46000 clauses out of 92007 with flag 1118001/2909348
1120.14/599.86	c cleaning 46998 clauses out of 94006 with flag 1166000/2957347
1147.48/613.87	c cleaning 48004 clauses out of 96009 with flag 1215001/3006348
1179.20/630.03	c cleaning 49000 clauses out of 98005 with flag 1265001/3056348
1209.61/645.86	c cleaning 49999 clauses out of 100004 with flag 1316000/3107347
1247.70/665.26	c cleaning 50995 clauses out of 102006 with flag 1368001/3159348
1287.74/685.65	c cleaning 52001 clauses out of 104011 with flag 1421001/3212348
1331.02/707.64	c cleaning 52999 clauses out of 106011 with flag 1475002/3266349
1368.52/727.02	c cleaning 54001 clauses out of 108011 with flag 1530001/3321348
1409.40/747.87	c cleaning 55004 clauses out of 110010 with flag 1586001/3377348
1425.15/756.14	c  And the winner is solver1
1425.26/756.28	c Got one! Elapsed wall clock time (in seconds):756.181
1425.26/756.28	o -47
1429.08/758.26	c cleaning 40382 clauses out of 80775 with flag 5001/3403117
1433.84/761.01	c cleaning 23190 clauses out of 46392 with flag 11000/3409116
1437.66/763.66	c cleaning 15099 clauses out of 30205 with flag 18003/3416119
1440.63/765.53	c cleaning 11544 clauses out of 23104 with flag 26001/3424117
1443.41/767.30	c cleaning 10270 clauses out of 20559 with flag 35000/3433116
1446.18/769.17	c cleaning 10137 clauses out of 20289 with flag 45000/3443116
1449.79/771.55	c cleaning 10574 clauses out of 21152 with flag 56000/3454116
1453.55/773.82	c cleaning 11285 clauses out of 22578 with flag 68000/3466116
1457.51/776.26	c cleaning 12143 clauses out of 24293 with flag 81000/3479116
1462.10/778.95	c cleaning 13072 clauses out of 26151 with flag 95001/3493117
1466.93/781.97	c cleaning 14036 clauses out of 28078 with flag 110000/3508116
1472.12/784.94	c cleaning 15022 clauses out of 30043 with flag 126001/3524117
1477.69/788.17	c cleaning 16008 clauses out of 32020 with flag 143000/3541116
1484.69/792.01	c cleaning 17003 clauses out of 34012 with flag 161000/3559116
1490.82/795.76	c cleaning 17999 clauses out of 36010 with flag 180001/3578117
1497.79/799.63	c cleaning 19001 clauses out of 38012 with flag 200002/3598118
1505.14/803.71	c cleaning 20001 clauses out of 40010 with flag 221001/3619117
1512.49/807.88	c cleaning 21005 clauses out of 42009 with flag 243001/3641117
1522.70/813.55	c cleaning 21998 clauses out of 44003 with flag 266000/3664116
1531.67/818.44	c cleaning 23001 clauses out of 46005 with flag 290000/3688116
1539.63/822.86	c cleaning 24003 clauses out of 48006 with flag 315002/3713118
1549.58/828.29	c cleaning 25001 clauses out of 50003 with flag 341002/3739118
1559.57/833.83	c cleaning 25998 clauses out of 52001 with flag 368001/3766117
1570.11/839.59	c cleaning 26993 clauses out of 54003 with flag 396001/3794117
1581.45/845.63	c cleaning 28004 clauses out of 56010 with flag 425001/3823117
1593.57/852.18	c cleaning 29004 clauses out of 58008 with flag 455003/3853119
1607.90/859.93	c cleaning 29998 clauses out of 60002 with flag 486001/3884117
1620.42/866.69	c cleaning 30996 clauses out of 62005 with flag 518002/3916118
1635.91/874.87	c cleaning 32004 clauses out of 64007 with flag 551000/3949116
1650.79/882.75	c cleaning 33002 clauses out of 66003 with flag 585000/3983116
1666.78/891.43	c cleaning 33994 clauses out of 68001 with flag 620000/4018116
1680.49/898.77	c cleaning 35000 clauses out of 70007 with flag 656000/4054116
1697.99/907.94	c cleaning 36002 clauses out of 72007 with flag 693000/4091116
1716.48/917.68	c cleaning 37003 clauses out of 74005 with flag 731000/4129116
1735.18/927.79	c cleaning 38002 clauses out of 76003 with flag 770001/4168117
1752.86/937.03	c cleaning 38988 clauses out of 78001 with flag 810001/4208117
1772.54/947.38	c cleaning 40003 clauses out of 80012 with flag 851000/4249116
1792.62/957.87	c cleaning 41001 clauses out of 82010 with flag 893001/4291117
1800.12/962.31	c starts		: 54
1800.12/962.31	c conflicts		: 17050
1800.12/962.31	c decisions		: 23422
1800.12/962.31	c propagations		: 207059
1800.12/962.31	c inspects		: 800994416
1800.12/962.31	c shortcuts		: 0
1800.12/962.31	c learnt literals	: 0
1800.12/962.31	c learnt binary clauses	: 0
1800.12/962.31	c learnt ternary clauses	: 0
1800.12/962.31	c learnt constraints	: 17050
1800.12/962.31	c ignored constraints	: 0
1800.12/962.31	c root simplifications	: 0
1800.12/962.31	c removed literals (reason simplification)	: 0
1800.12/962.31	c reason swapping (by a shorter reason)	: 0
1800.12/962.31	c Calls to reduceDB	: 2
1800.12/962.31	c number of reductions to clauses (during analyze)	: 0
1800.12/962.31	c number of learned constraints concerned by reduction	: 0
1800.12/962.31	c number of learning phase by resolution	: 0
1800.12/962.31	c number of learning phase by cutting planes	: 0
1800.12/962.31	c speed (assignments/second)	: 215.4613461144242
1800.12/962.31	c non guided choices	0
1800.12/962.32	c learnt constraints type 
1800.12/962.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 648
1800.12/962.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16402
1800.12/962.32	c constraints type 
1800.12/962.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1264
1800.12/962.32	c org.sat4j.minisat.constraints.cnf.UnitClauses => 200
1800.12/962.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.12/962.32	c ignored satisfied constraints => 200
1800.12/962.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1264
1800.12/962.32	c 2929 constraints processed.
1800.12/962.32	c constraints type 
1800.12/962.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1264
1800.12/962.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.12/962.32	c ignored satisfied constraints => 200
1800.12/962.32	c org.sat4j.pb.constraints.pb.UnitClausesPB => 200
1800.12/962.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1264
1800.12/962.32	c 2929 constraints processed.
1800.12/962.32	s SATISFIABLE
1800.12/962.32	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 
1800.12/962.32	c objective function=-47
1800.12/962.32	c Total wall clock time (in seconds): 962.214

Verifier Data

OK	-47

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

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

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


[startup+0 s]
/proc/loadavg: 3.35 3.73 3.77 3/197 28383
/proc/meminfo: memFree=27902668/32873648 swapFree=6856/6856
[pid=28383] ppid=28381 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/28383/stat : 28383 (java) R 28381 28383 24583 0 -1 4202496 979 0 0 0 0 0 0 0 20 0 1 0 254034110 23793664 706 33554432000 1073741824 1073778376 140736695953712 140736695942776 270698329448 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28383/statm: 5809 706 521 9 0 128 0

[startup+0.103801 s]
/proc/loadavg: 3.35 3.73 3.77 3/197 28383
/proc/meminfo: memFree=27902668/32873648 swapFree=6856/6856
[pid=28383] ppid=28381 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/28383/stat : 28383 (java) S 28381 28383 24583 0 -1 4202496 4477 0 1 0 10 1 0 0 20 0 18 0 254034110 9787813888 6142 33554432000 1073741824 1073778376 140736695953712 140736695944848 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28383/statm: 2389603 6142 2142 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.20022 s]
/proc/loadavg: 3.35 3.73 3.77 3/197 28383
/proc/meminfo: memFree=27902668/32873648 swapFree=6856/6856
[pid=28383] ppid=28381 vsize=9558412 CPUtime=0.24 cores=1,3,5,7
/proc/28383/stat : 28383 (java) S 28381 28383 24583 0 -1 4202496 4644 0 1 0 23 1 0 0 20 0 18 0 254034110 9787813888 6765 33554432000 1073741824 1073778376 140736695953712 140736695944848 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28383/statm: 2389603 6765 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558412

[startup+0.300213 s]
/proc/loadavg: 3.35 3.73 3.77 3/197 28383
/proc/meminfo: memFree=27902668/32873648 swapFree=6856/6856
[pid=28383] ppid=28381 vsize=9558412 CPUtime=0.52 cores=1,3,5,7
/proc/28383/stat : 28383 (java) S 28381 28383 24583 0 -1 4202496 6082 0 1 0 50 2 0 0 20 0 18 0 254034110 9787813888 8593 33554432000 1073741824 1073778376 140736695953712 140736695944848 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28383/statm: 2389603 8593 2228 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558412

[startup+0.700217 s]
/proc/loadavg: 3.35 3.73 3.77 3/197 28383
/proc/meminfo: memFree=27902668/32873648 swapFree=6856/6856
[pid=28383] ppid=28381 vsize=9824668 CPUtime=0.57 cores=1,3,5,7
/proc/28383/stat : 28383 (java) S 28381 28383 24583 0 -1 4202496 6182 0 1 0 53 4 0 0 20 0 19 0 254034110 10060460032 10189 33554432000 1073741824 1073778376 140736695953712 140736695944848 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28383/statm: 2456167 10189 2244 9 0 2446860 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9824668

[startup+1.50065 s]
/proc/loadavg: 3.35 3.73 3.77 3/216 28408
/proc/meminfo: memFree=27863320/32873648 swapFree=6856/6856
[pid=28383] ppid=28381 vsize=9824668 CPUtime=1.41 cores=1,3,5,7
/proc/28383/stat : 28383 (java) S 28381 28383 24583 0 -1 4202496 12328 0 1 0 132 9 0 0 20 0 19 0 254034110 10060460032 16888 33554432000 1073741824 1073778376 140736695953712 140736695944848 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28383/statm: 2456167 16888 2252 9 0 2446860 0
[pid=28383/tid=28385] ppid=28381 vsize=9824668 CPUtime=0.28 cores=1,3,5,7
/proc/28383/task/28385/stat : 28385 (java) S 28381 28383 24583 0 -1 4202560 2457 0 1 0 27 1 0 0 20 0 19 0 254034111 10060460032 16888 33554432000 1073741824 1073778376 140736695953712 140189319476216 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28386] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28386/stat : 28386 (java) S 28381 28383 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034111 10060460032 16888 33554432000 1073741824 1073778376 140736695953712 140189280966824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28387] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28387/stat : 28387 (java) S 28381 28383 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034111 10060460032 16888 33554432000 1073741824 1073778376 140736695953712 140189279914280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28388] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28388/stat : 28388 (java) S 28381 28383 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034111 10060460032 16888 33554432000 1073741824 1073778376 140736695953712 140189278861736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28383/tid=28389] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28389/stat : 28389 (java) S 28381 28383 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034111 10060460032 16888 33554432000 1073741824 1073778376 140736695953712 140189277809192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28383/tid=28390] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28390/stat : 28390 (java) S 28381 28383 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034111 10060460032 16888 33554432000 1073741824 1073778376 140736695953712 140189158599336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28391] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28391/stat : 28391 (java) S 28381 28383 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034111 10060460032 16888 33554432000 1073741824 1073778376 140736695953712 140189157546792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28383/tid=28392] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28392/stat : 28392 (java) S 28381 28383 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034111 10060460032 16888 33554432000 1073741824 1073778376 140736695953712 140189156494248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28393] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28393/stat : 28393 (java) S 28381 28383 24583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254034111 10060460032 16888 33554432000 1073741824 1073778376 140736695953712 140189155441704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28394] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28394/stat : 28394 (java) S 28381 28383 24583 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254034112 10060460032 16888 33554432000 1073741824 1073778376 140736695953712 140189143242856 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28395] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28395/stat : 28395 (java) S 28381 28383 24583 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254034113 10060460032 16888 33554432000 1073741824 1073778376 140736695953712 140188537840760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28396] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28396/stat : 28396 (java) S 28381 28383 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254034113 10060460032 16888 33554432000 1073741824 1073778376 140736695953712 140188536788104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28397] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28397/stat : 28397 (java) S 28381 28383 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034115 10060460032 16888 33554432000 1073741824 1073778376 140736695953712 140188535736848 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28398] ppid=28381 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/28383/task/28398/stat : 28398 (java) R 28381 28383 24583 0 -1 4202560 5142 0 0 0 33 0 0 0 20 0 19 0 254034115 10060460032 16888 33554432000 1073741824 1073778376 140736695953712 140188534661480 140189321524033 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28399] ppid=28381 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/28383/task/28399/stat : 28399 (java) R 28381 28383 24583 0 -1 4202560 3413 0 0 0 38 0 0 0 20 0 19 0 254034115 10060460032 16888 33554432000 1073741824 1073778376 140736695953712 140188533608920 140189325630128 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=28383/tid=28400] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28400/stat : 28400 (java) S 28381 28383 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034115 10060460032 16888 33554432000 1073741824 1073778376 140736695953712 140188532579320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28383/tid=28401] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28401/stat : 28401 (java) S 28381 28383 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034115 10060460032 16888 33554432000 1073741824 1073778376 140736695953712 140188531526984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 9824668

[startup+3.10069 s]
/proc/loadavg: 3.40 3.74 3.77 3/216 28414
/proc/meminfo: memFree=27823972/32873648 swapFree=6856/6856
[pid=28383] ppid=28381 vsize=9824668 CPUtime=2.91 cores=1,3,5,7
/proc/28383/stat : 28383 (java) S 28381 28383 24583 0 -1 4202496 15941 0 1 0 274 17 0 0 20 0 19 0 254034110 10060460032 46579 33554432000 1073741824 1073778376 140736695953712 140736695944848 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28383/statm: 2456167 46579 2273 9 0 2446860 0
[pid=28383/tid=28385] ppid=28381 vsize=9824668 CPUtime=0.28 cores=1,3,5,7
/proc/28383/task/28385/stat : 28385 (java) S 28381 28383 24583 0 -1 4202560 2458 0 1 0 27 1 0 0 20 0 19 0 254034111 10060460032 46579 33554432000 1073741824 1073778376 140736695953712 140189319476216 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28386] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28386/stat : 28386 (java) S 28381 28383 24583 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254034111 10060460032 46579 33554432000 1073741824 1073778376 140736695953712 140189280966824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28387] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28387/stat : 28387 (java) S 28381 28383 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034111 10060460032 46579 33554432000 1073741824 1073778376 140736695953712 140189279914280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28388] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28388/stat : 28388 (java) S 28381 28383 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034111 10060460032 46579 33554432000 1073741824 1073778376 140736695953712 140189278861736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28383/tid=28389] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28389/stat : 28389 (java) S 28381 28383 24583 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254034111 10060460032 46579 33554432000 1073741824 1073778376 140736695953712 140189277809192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28383/tid=28390] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28390/stat : 28390 (java) S 28381 28383 24583 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254034111 10060460032 46579 33554432000 1073741824 1073778376 140736695953712 140189158599336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28383/tid=28391] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28391/stat : 28391 (java) S 28381 28383 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254034111 10060460032 46579 33554432000 1073741824 1073778376 140736695953712 140189157546792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28392] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28392/stat : 28392 (java) S 28381 28383 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034111 10060460032 46579 33554432000 1073741824 1073778376 140736695953712 140189156494248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28393] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28393/stat : 28393 (java) S 28381 28383 24583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254034111 10060460032 46579 33554432000 1073741824 1073778376 140736695953712 140189155441704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28394] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28394/stat : 28394 (java) S 28381 28383 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254034112 10060460032 46579 33554432000 1073741824 1073778376 140736695953712 140189143242856 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28395] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28395/stat : 28395 (java) S 28381 28383 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254034113 10060460032 46579 33554432000 1073741824 1073778376 140736695953712 140188537840760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28396] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28396/stat : 28396 (java) S 28381 28383 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254034113 10060460032 46579 33554432000 1073741824 1073778376 140736695953712 140188536788104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28397] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28397/stat : 28397 (java) S 28381 28383 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034115 10060460032 46579 33554432000 1073741824 1073778376 140736695953712 140188535736848 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28398] ppid=28381 vsize=9824668 CPUtime=0.68 cores=1,3,5,7
/proc/28383/task/28398/stat : 28398 (java) S 28381 28383 24583 0 -1 4202560 5959 0 0 0 68 0 0 0 20 0 19 0 254034115 10060460032 46579 33554432000 1073741824 1073778376 140736695953712 140188534684216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28399] ppid=28381 vsize=9824668 CPUtime=0.77 cores=1,3,5,7
/proc/28383/task/28399/stat : 28399 (java) S 28381 28383 24583 0 -1 4202560 6090 0 0 0 76 1 0 0 20 0 19 0 254034115 10060460032 46579 33554432000 1073741824 1073778376 140736695953712 140188533631672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28383/tid=28400] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28400/stat : 28400 (java) S 28381 28383 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034115 10060460032 46579 33554432000 1073741824 1073778376 140736695953712 140188532579320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28383/tid=28401] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28401/stat : 28401 (java) S 28381 28383 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254034115 10060460032 46579 33554432000 1073741824 1073778376 140736695953712 140188531526984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28411] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28411/stat : 28411 (java) S 28381 28383 24583 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254034241 10060460032 46579 33554432000 1073741824 1073778376 140736695953712 140188529419176 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 9824668

[startup+6.30085 s]
/proc/loadavg: 3.40 3.74 3.77 4/219 28423
/proc/meminfo: memFree=27565496/32873648 swapFree=6856/6856
[pid=28383] ppid=28381 vsize=9824668 CPUtime=8.85 cores=1,3,5,7
/proc/28383/stat : 28383 (java) S 28381 28383 24583 0 -1 4202496 16539 0 1 0 861 24 0 0 20 0 22 0 254034110 10060460032 94233 33554432000 1073741824 1073778376 140736695953712 140736695944848 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28383/statm: 2456167 94233 2287 9 0 2446860 0
[pid=28383/tid=28385] ppid=28381 vsize=9824668 CPUtime=0.28 cores=1,3,5,7
/proc/28383/task/28385/stat : 28385 (java) S 28381 28383 24583 0 -1 4202560 2458 0 1 0 27 1 0 0 20 0 22 0 254034111 10060460032 94233 33554432000 1073741824 1073778376 140736695953712 140189319476216 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28386] ppid=28381 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/28383/task/28386/stat : 28386 (java) S 28381 28383 24583 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 22 0 254034111 10060460032 94233 33554432000 1073741824 1073778376 140736695953712 140189280966824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28383/tid=28387] ppid=28381 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/28383/task/28387/stat : 28387 (java) S 28381 28383 24583 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 254034111 10060460032 94233 33554432000 1073741824 1073778376 140736695953712 140189279914280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28383/tid=28388] ppid=28381 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/28383/task/28388/stat : 28388 (java) S 28381 28383 24583 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 22 0 254034111 10060460032 94233 33554432000 1073741824 1073778376 140736695953712 140189278861736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28389] ppid=28381 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/28383/task/28389/stat : 28389 (java) S 28381 28383 24583 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 22 0 254034111 10060460032 94233 33554432000 1073741824 1073778376 140736695953712 140189277809192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28390] ppid=28381 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/28383/task/28390/stat : 28390 (java) S 28381 28383 24583 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 254034111 10060460032 94233 33554432000 1073741824 1073778376 140736695953712 140189158599336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28383/tid=28391] ppid=28381 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/28383/task/28391/stat : 28391 (java) S 28381 28383 24583 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 22 0 254034111 10060460032 94233 33554432000 1073741824 1073778376 140736695953712 140189157546792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28383/tid=28392] ppid=28381 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/28383/task/28392/stat : 28392 (java) S 28381 28383 24583 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 254034111 10060460032 94233 33554432000 1073741824 1073778376 140736695953712 140189156494248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28393] ppid=28381 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/28383/task/28393/stat : 28393 (java) S 28381 28383 24583 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 254034111 10060460032 94233 33554432000 1073741824 1073778376 140736695953712 140189155441704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28383/tid=28394] ppid=28381 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/28383/task/28394/stat : 28394 (java) S 28381 28383 24583 0 -1 4202560 246 0 0 0 36 2 0 0 20 0 22 0 254034112 10060460032 94233 33554432000 1073741824 1073778376 140736695953712 140189143242856 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28395] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28395/stat : 28395 (java) S 28381 28383 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254034113 10060460032 94233 33554432000 1073741824 1073778376 140736695953712 140188537840760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28396] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28396/stat : 28396 (java) S 28381 28383 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254034113 10060460032 94233 33554432000 1073741824 1073778376 140736695953712 140188536788104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28397] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28397/stat : 28397 (java) S 28381 28383 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254034115 10060460032 94233 33554432000 1073741824 1073778376 140736695953712 140188535736848 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28398] ppid=28381 vsize=9824668 CPUtime=0.8 cores=1,3,5,7
/proc/28383/task/28398/stat : 28398 (java) S 28381 28383 24583 0 -1 4202560 5967 0 0 0 80 0 0 0 20 0 22 0 254034115 10060460032 94233 33554432000 1073741824 1073778376 140736695953712 140188534684216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28399] ppid=28381 vsize=9824668 CPUtime=0.89 cores=1,3,5,7
/proc/28383/task/28399/stat : 28399 (java) S 28381 28383 24583 0 -1 4202560 6298 0 0 0 88 1 0 0 20 0 22 0 254034115 10060460032 94233 33554432000 1073741824 1073778376 140736695953712 140188533631672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28383/tid=28400] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28400/stat : 28400 (java) S 28381 28383 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254034115 10060460032 94233 33554432000 1073741824 1073778376 140736695953712 140188532579320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28383/tid=28401] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28401/stat : 28401 (java) S 28381 28383 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254034115 10060460032 94233 33554432000 1073741824 1073778376 140736695953712 140188531526984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28411] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28411/stat : 28411 (java) S 28381 28383 24583 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254034241 10060460032 94233 33554432000 1073741824 1073778376 140736695953712 140188529419176 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28383/tid=28421] ppid=28381 vsize=9824668 CPUtime=2.48 cores=1,3,5,7
/proc/28383/task/28421/stat : 28421 (java) R 28381 28383 24583 0 -1 4202560 11 0 0 0 248 0 0 0 20 0 22 0 254034441 10060460032 94233 33554432000 1073741824 1073778376 140736695953712 140188527313360 140189159232132 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28422] ppid=28381 vsize=9824668 CPUtime=2.48 cores=1,3,5,7
/proc/28383/task/28422/stat : 28422 (java) R 28381 28383 24583 0 -1 4202560 49 0 0 0 246 2 0 0 20 0 22 0 254034441 10060460032 94233 33554432000 1073741824 1073778376 140736695953712 140188530469512 140189159346187 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28383/tid=28423] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28423/stat : 28423 (java) S 28381 28383 24583 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254034441 10060460032 94233 33554432000 1073741824 1073778376 140736695953712 140188528367016 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=28383/tid=28445] ppid=28381 vsize=9824668 CPUtime=45.73 cores=1,3,5,7
/proc/28383/task/28445/stat : 28445 (java) R 28381 28383 24583 0 -1 4202560 3 0 0 0 4573 0 0 0 20 0 22 0 254109739 10060460032 788720 33554432000 1073741824 1073778376 140736695953712 140188527313872 140189159209065 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28446] ppid=28381 vsize=9824668 CPUtime=45.71 cores=1,3,5,7
/proc/28383/task/28446/stat : 28446 (java) R 28381 28383 24583 0 -1 4202560 3 0 0 0 4571 0 0 0 20 0 22 0 254109739 10060460032 788720 33554432000 1073741824 1073778376 140736695953712 140188528363872 140189159338266 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28447] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28447/stat : 28447 (java) S 28381 28383 24583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254109739 10060460032 788720 33554432000 1073741824 1073778376 140736695953712 140188530471848 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1538.61
Current children cumulated vsize (KiB) 9824668

[startup+882.307 s]
/proc/loadavg: 3.67 3.85 3.77 4/218 28590
/proc/meminfo: memFree=25409324/32873648 swapFree=6856/6856
[pid=28383] ppid=28381 vsize=9824668 CPUtime=1650.01 cores=1,3,5,7
/proc/28383/stat : 28383 (java) S 28381 28383 24583 0 -1 4202496 29012 0 1 0 164856 145 0 0 20 0 22 0 254034110 10060460032 789850 33554432000 1073741824 1073778376 140736695953712 140736695944848 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28383/statm: 2456167 789850 2288 9 0 2446860 0
[pid=28383/tid=28385] ppid=28381 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/28383/task/28385/stat : 28385 (java) S 28381 28383 24583 0 -1 4202560 2588 0 1 0 30 3 0 0 20 0 22 0 254034111 10060460032 789850 33554432000 1073741824 1073778376 140736695953712 140189319476216 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28386] ppid=28381 vsize=9824668 CPUtime=1.68 cores=1,3,5,7
/proc/28383/task/28386/stat : 28386 (java) S 28381 28383 24583 0 -1 4202560 595 0 0 0 161 7 0 0 20 0 22 0 254034111 10060460032 789850 33554432000 1073741824 1073778376 140736695953712 140189280966824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28387] ppid=28381 vsize=9824668 CPUtime=1.48 cores=1,3,5,7
/proc/28383/task/28387/stat : 28387 (java) S 28381 28383 24583 0 -1 4202560 843 0 0 0 142 6 0 0 20 0 22 0 254034111 10060460032 789850 33554432000 1073741824 1073778376 140736695953712 140189279914280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28388] ppid=28381 vsize=9824668 CPUtime=1.61 cores=1,3,5,7
/proc/28383/task/28388/stat : 28388 (java) S 28381 28383 24583 0 -1 4202560 500 0 0 0 155 6 0 0 20 0 22 0 254034111 10060460032 789850 33554432000 1073741824 1073778376 140736695953712 140189278861736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28389] ppid=28381 vsize=9824668 CPUtime=1.53 cores=1,3,5,7
/proc/28383/task/28389/stat : 28389 (java) S 28381 28383 24583 0 -1 4202560 484 0 0 0 147 6 0 0 20 0 22 0 254034111 10060460032 789850 33554432000 1073741824 1073778376 140736695953712 140189277809192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28383/tid=28390] ppid=28381 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/28383/task/28390/stat : 28390 (java) S 28381 28383 24583 0 -1 4202560 491 0 0 0 144 5 0 0 20 0 22 0 254034111 10060460032 789850 33554432000 1073741824 1073778376 140736695953712 140189158599336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28383/tid=28391] ppid=28381 vsize=9824668 CPUtime=1.65 cores=1,3,5,7
/proc/28383/task/28391/stat : 28391 (java) S 28381 28383 24583 0 -1 4202560 410 0 0 0 159 6 0 0 20 0 22 0 254034111 10060460032 789850 33554432000 1073741824 1073778376 140736695953712 140189157546792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28383/tid=28392] ppid=28381 vsize=9824668 CPUtime=1.6 cores=1,3,5,7
/proc/28383/task/28392/stat : 28392 (java) S 28381 28383 24583 0 -1 4202560 569 0 0 0 154 6 0 0 20 0 22 0 254034111 10060460032 789850 33554432000 1073741824 1073778376 140736695953712 140189156494248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28393] ppid=28381 vsize=9824668 CPUtime=1.63 cores=1,3,5,7
/proc/28383/task/28393/stat : 28393 (java) S 28381 28383 24583 0 -1 4202560 568 0 0 0 159 4 0 0 20 0 22 0 254034111 10060460032 789850 33554432000 1073741824 1073778376 140736695953712 140189155441704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28383/tid=28394] ppid=28381 vsize=9824668 CPUtime=116.18 cores=1,3,5,7
/proc/28383/task/28394/stat : 28394 (java) S 28381 28383 24583 0 -1 4202560 2016 0 0 0 11602 16 0 0 20 0 22 0 254034112 10060460032 789850 33554432000 1073741824 1073778376 140736695953712 140189143242856 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28383/tid=28395] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28395/stat : 28395 (java) S 28381 28383 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254034113 10060460032 789850 33554432000 1073741824 1073778376 140736695953712 140188537840760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28396] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28396/stat : 28396 (java) S 28381 28383 24583 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254034113 10060460032 789850 33554432000 1073741824 1073778376 140736695953712 140188536788104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28397] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28397/stat : 28397 (java) S 28381 28383 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254034115 10060460032 789850 33554432000 1073741824 1073778376 140736695953712 140188535736848 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28398] ppid=28381 vsize=9824668 CPUtime=0.92 cores=1,3,5,7
/proc/28383/task/28398/stat : 28398 (java) S 28381 28383 24583 0 -1 4202560 5974 0 0 0 92 0 0 0 20 0 22 0 254034115 10060460032 789850 33554432000 1073741824 1073778376 140736695953712 140188534684216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28399] ppid=28381 vsize=9824668 CPUtime=1.44 cores=1,3,5,7
/proc/28383/task/28399/stat : 28399 (java) S 28381 28383 24583 0 -1 4202560 9523 0 0 0 142 2 0 0 20 0 22 0 254034115 10060460032 789850 33554432000 1073741824 1073778376 140736695953712 140188533631672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28400] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28400/stat : 28400 (java) S 28381 28383 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254034115 10060460032 789850 33554432000 1073741824 1073778376 140736695953712 140188532579320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28383/tid=28401] ppid=28381 vsize=9824668 CPUtime=0.36 cores=1,3,5,7
/proc/28383/task/28401/stat : 28401 (java) S 28381 28383 24583 0 -1 4202560 51 0 0 0 16 20 0 0 20 0 22 0 254034115 10060460032 789850 33554432000 1073741824 1073778376 140736695953712 140188531526984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28411] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28411/stat : 28411 (java) S 28381 28383 24583 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254034241 10060460032 789850 33554432000 1073741824 1073778376 140736695953712 140188529419176 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28383/tid=28445] ppid=28381 vsize=9824668 CPUtime=96.43 cores=1,3,5,7
/proc/28383/task/28445/stat : 28445 (java) R 28381 28383 24583 0 -1 4202560 3 0 0 0 9642 1 0 0 20 0 22 0 254109739 10060460032 789850 33554432000 1073741824 1073778376 140736695953712 140188527313872 140189159971859 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28383/tid=28446] ppid=28381 vsize=9824668 CPUtime=96.39 cores=1,3,5,7
/proc/28383/task/28446/stat : 28446 (java) R 28381 28383 24583 0 -1 4202560 3 0 0 0 9638 1 0 0 20 0 22 0 254109739 10060460032 789850 33554432000 1073741824 1073778376 140736695953712 140188528363648 140189159338245 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28447] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28447/stat : 28447 (java) S 28381 28383 24583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254109739 10060460032 789850 33554432000 1073741824 1073778376 140736695953712 140188530471848 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1650.01
Current children cumulated vsize (KiB) 9824668

[startup+942.301 s]
/proc/loadavg: 3.55 3.75 3.74 4/219 28593
/proc/meminfo: memFree=24291928/32873648 swapFree=6856/6856
[pid=28383] ppid=28381 vsize=9824668 CPUtime=1762.55 cores=1,3,5,7
/proc/28383/stat : 28383 (java) S 28381 28383 24583 0 -1 4202496 29115 0 1 0 176108 147 0 0 20 0 22 0 254034110 10060460032 794279 33554432000 1073741824 1073778376 140736695953712 140736695944848 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28383/statm: 2456167 794279 2288 9 0 2446860 0
[pid=28383/tid=28385] ppid=28381 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/28383/task/28385/stat : 28385 (java) S 28381 28383 24583 0 -1 4202560 2593 0 1 0 30 3 0 0 20 0 22 0 254034111 10060460032 794279 33554432000 1073741824 1073778376 140736695953712 140189319476216 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28386] ppid=28381 vsize=9824668 CPUtime=1.74 cores=1,3,5,7
/proc/28383/task/28386/stat : 28386 (java) S 28381 28383 24583 0 -1 4202560 600 0 0 0 167 7 0 0 20 0 22 0 254034111 10060460032 794279 33554432000 1073741824 1073778376 140736695953712 140189280966824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28387] ppid=28381 vsize=9824668 CPUtime=1.61 cores=1,3,5,7
/proc/28383/task/28387/stat : 28387 (java) S 28381 28383 24583 0 -1 4202560 844 0 0 0 155 6 0 0 20 0 22 0 254034111 10060460032 794279 33554432000 1073741824 1073778376 140736695953712 140189279914280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28388] ppid=28381 vsize=9824668 CPUtime=1.71 cores=1,3,5,7
/proc/28383/task/28388/stat : 28388 (java) S 28381 28383 24583 0 -1 4202560 518 0 0 0 165 6 0 0 20 0 22 0 254034111 10060460032 794279 33554432000 1073741824 1073778376 140736695953712 140189278861736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28383/tid=28389] ppid=28381 vsize=9824668 CPUtime=1.66 cores=1,3,5,7
/proc/28383/task/28389/stat : 28389 (java) S 28381 28383 24583 0 -1 4202560 494 0 0 0 160 6 0 0 20 0 22 0 254034111 10060460032 794279 33554432000 1073741824 1073778376 140736695953712 140189277809192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28390] ppid=28381 vsize=9824668 CPUtime=1.58 cores=1,3,5,7
/proc/28383/task/28390/stat : 28390 (java) S 28381 28383 24583 0 -1 4202560 518 0 0 0 153 5 0 0 20 0 22 0 254034111 10060460032 794279 33554432000 1073741824 1073778376 140736695953712 140189158599336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28391] ppid=28381 vsize=9824668 CPUtime=1.76 cores=1,3,5,7
/proc/28383/task/28391/stat : 28391 (java) S 28381 28383 24583 0 -1 4202560 416 0 0 0 170 6 0 0 20 0 22 0 254034111 10060460032 794279 33554432000 1073741824 1073778376 140736695953712 140189157546792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28383/tid=28392] ppid=28381 vsize=9824668 CPUtime=1.69 cores=1,3,5,7
/proc/28383/task/28392/stat : 28392 (java) S 28381 28383 24583 0 -1 4202560 580 0 0 0 163 6 0 0 20 0 22 0 254034111 10060460032 794279 33554432000 1073741824 1073778376 140736695953712 140189156494248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28393] ppid=28381 vsize=9824668 CPUtime=1.75 cores=1,3,5,7
/proc/28383/task/28393/stat : 28393 (java) S 28381 28383 24583 0 -1 4202560 568 0 0 0 171 4 0 0 20 0 22 0 254034111 10060460032 794279 33554432000 1073741824 1073778376 140736695953712 140189155441704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28394] ppid=28381 vsize=9824668 CPUtime=123.98 cores=1,3,5,7
/proc/28383/task/28394/stat : 28394 (java) S 28381 28383 24583 0 -1 4202560 2030 0 0 0 12381 17 0 0 20 0 22 0 254034112 10060460032 794279 33554432000 1073741824 1073778376 140736695953712 140189143242856 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28383/tid=28395] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28395/stat : 28395 (java) S 28381 28383 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254034113 10060460032 794279 33554432000 1073741824 1073778376 140736695953712 140188537840760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28396] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28396/stat : 28396 (java) S 28381 28383 24583 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254034113 10060460032 794279 33554432000 1073741824 1073778376 140736695953712 140188536788104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28397] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28397/stat : 28397 (java) S 28381 28383 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254034115 10060460032 794279 33554432000 1073741824 1073778376 140736695953712 140188535736848 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28398] ppid=28381 vsize=9824668 CPUtime=0.92 cores=1,3,5,7
/proc/28383/task/28398/stat : 28398 (java) S 28381 28383 24583 0 -1 4202560 5974 0 0 0 92 0 0 0 20 0 22 0 254034115 10060460032 794279 33554432000 1073741824 1073778376 140736695953712 140188534684216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28399] ppid=28381 vsize=9824668 CPUtime=1.44 cores=1,3,5,7
/proc/28383/task/28399/stat : 28399 (java) S 28381 28383 24583 0 -1 4202560 9523 0 0 0 142 2 0 0 20 0 22 0 254034115 10060460032 794279 33554432000 1073741824 1073778376 140736695953712 140188533631672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28400] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28400/stat : 28400 (java) S 28381 28383 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254034115 10060460032 794279 33554432000 1073741824 1073778376 140736695953712 140188532579320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28383/tid=28401] ppid=28381 vsize=9824668 CPUtime=0.4 cores=1,3,5,7
/proc/28383/task/28401/stat : 28401 (java) S 28381 28383 24583 0 -1 4202560 55 0 0 0 18 22 0 0 20 0 22 0 254034115 10060460032 794279 33554432000 1073741824 1073778376 140736695953712 140188531526984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28411] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28411/stat : 28411 (java) S 28381 28383 24583 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254034241 10060460032 794279 33554432000 1073741824 1073778376 140736695953712 140188529419176 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28383/tid=28445] ppid=28381 vsize=9824668 CPUtime=148.38 cores=1,3,5,7
/proc/28383/task/28445/stat : 28445 (java) R 28381 28383 24583 0 -1 4202560 5 0 0 0 14836 2 0 0 20 0 22 0 254109739 10060460032 794279 33554432000 1073741824 1073778376 140736695953712 140188527313872 140189159245250 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28446] ppid=28381 vsize=9824668 CPUtime=148.32 cores=1,3,5,7
/proc/28383/task/28446/stat : 28446 (java) R 28381 28383 24583 0 -1 4202560 3 0 0 0 14830 2 0 0 20 0 22 0 254109739 10060460032 794279 33554432000 1073741824 1073778376 140736695953712 140188528363648 140189159337551 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28447] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28447/stat : 28447 (java) S 28381 28383 24583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254109739 10060460032 794279 33554432000 1073741824 1073778376 140736695953712 140188530471848 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1762.55
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+962.301 s]
/proc/loadavg: 3.36 3.69 3.72 4/219 28593
/proc/meminfo: memFree=24276276/32873648 swapFree=6856/6856
[pid=28383] ppid=28381 vsize=9824668 CPUtime=1800.12 cores=1,3,5,7
/proc/28383/stat : 28383 (java) S 28381 28383 24583 0 -1 4202496 29147 0 1 0 179864 148 0 0 20 0 22 0 254034110 10060460032 796854 33554432000 1073741824 1073778376 140736695953712 140736695944848 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28383/statm: 2456167 796854 2288 9 0 2446860 0
[pid=28383/tid=28385] ppid=28381 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/28383/task/28385/stat : 28385 (java) S 28381 28383 24583 0 -1 4202560 2595 0 1 0 30 3 0 0 20 0 22 0 254034111 10060460032 796854 33554432000 1073741824 1073778376 140736695953712 140189319476216 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28386] ppid=28381 vsize=9824668 CPUtime=1.77 cores=1,3,5,7
/proc/28383/task/28386/stat : 28386 (java) S 28381 28383 24583 0 -1 4202560 604 0 0 0 170 7 0 0 20 0 22 0 254034111 10060460032 796854 33554432000 1073741824 1073778376 140736695953712 140189280966824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28387] ppid=28381 vsize=9824668 CPUtime=1.63 cores=1,3,5,7
/proc/28383/task/28387/stat : 28387 (java) S 28381 28383 24583 0 -1 4202560 844 0 0 0 157 6 0 0 20 0 22 0 254034111 10060460032 796854 33554432000 1073741824 1073778376 140736695953712 140189279914280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28388] ppid=28381 vsize=9824668 CPUtime=1.77 cores=1,3,5,7
/proc/28383/task/28388/stat : 28388 (java) S 28381 28383 24583 0 -1 4202560 520 0 0 0 171 6 0 0 20 0 22 0 254034111 10060460032 796854 33554432000 1073741824 1073778376 140736695953712 140189278861736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28389] ppid=28381 vsize=9824668 CPUtime=1.69 cores=1,3,5,7
/proc/28383/task/28389/stat : 28389 (java) S 28381 28383 24583 0 -1 4202560 495 0 0 0 163 6 0 0 20 0 22 0 254034111 10060460032 796854 33554432000 1073741824 1073778376 140736695953712 140189277809192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28383/tid=28390] ppid=28381 vsize=9824668 CPUtime=1.59 cores=1,3,5,7
/proc/28383/task/28390/stat : 28390 (java) S 28381 28383 24583 0 -1 4202560 520 0 0 0 154 5 0 0 20 0 22 0 254034111 10060460032 796854 33554432000 1073741824 1073778376 140736695953712 140189158599336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28391] ppid=28381 vsize=9824668 CPUtime=1.82 cores=1,3,5,7
/proc/28383/task/28391/stat : 28391 (java) S 28381 28383 24583 0 -1 4202560 419 0 0 0 175 7 0 0 20 0 22 0 254034111 10060460032 796854 33554432000 1073741824 1073778376 140736695953712 140189157546792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28392] ppid=28381 vsize=9824668 CPUtime=1.72 cores=1,3,5,7
/proc/28383/task/28392/stat : 28392 (java) S 28381 28383 24583 0 -1 4202560 588 0 0 0 166 6 0 0 20 0 22 0 254034111 10060460032 796854 33554432000 1073741824 1073778376 140736695953712 140189156494248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28393] ppid=28381 vsize=9824668 CPUtime=1.77 cores=1,3,5,7
/proc/28383/task/28393/stat : 28393 (java) S 28381 28383 24583 0 -1 4202560 570 0 0 0 173 4 0 0 20 0 22 0 254034111 10060460032 796854 33554432000 1073741824 1073778376 140736695953712 140189155441704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28383/tid=28394] ppid=28381 vsize=9824668 CPUtime=126.53 cores=1,3,5,7
/proc/28383/task/28394/stat : 28394 (java) S 28381 28383 24583 0 -1 4202560 2038 0 0 0 12636 17 0 0 20 0 22 0 254034112 10060460032 796854 33554432000 1073741824 1073778376 140736695953712 140189143242856 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28383/tid=28395] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28395/stat : 28395 (java) S 28381 28383 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254034113 10060460032 796854 33554432000 1073741824 1073778376 140736695953712 140188537840760 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28396] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28396/stat : 28396 (java) S 28381 28383 24583 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254034113 10060460032 796854 33554432000 1073741824 1073778376 140736695953712 140188536788104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28397] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28397/stat : 28397 (java) S 28381 28383 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254034115 10060460032 796854 33554432000 1073741824 1073778376 140736695953712 140188535736848 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28398] ppid=28381 vsize=9824668 CPUtime=0.92 cores=1,3,5,7
/proc/28383/task/28398/stat : 28398 (java) S 28381 28383 24583 0 -1 4202560 5974 0 0 0 92 0 0 0 20 0 22 0 254034115 10060460032 796854 33554432000 1073741824 1073778376 140736695953712 140188534684216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28399] ppid=28381 vsize=9824668 CPUtime=1.44 cores=1,3,5,7
/proc/28383/task/28399/stat : 28399 (java) S 28381 28383 24583 0 -1 4202560 9523 0 0 0 142 2 0 0 20 0 22 0 254034115 10060460032 796854 33554432000 1073741824 1073778376 140736695953712 140188533631672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28400] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28400/stat : 28400 (java) S 28381 28383 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254034115 10060460032 796854 33554432000 1073741824 1073778376 140736695953712 140188532579320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28383/tid=28401] ppid=28381 vsize=9824668 CPUtime=0.4 cores=1,3,5,7
/proc/28383/task/28401/stat : 28401 (java) S 28381 28383 24583 0 -1 4202560 55 0 0 0 18 22 0 0 20 0 22 0 254034115 10060460032 796854 33554432000 1073741824 1073778376 140736695953712 140188531526984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28411] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28411/stat : 28411 (java) S 28381 28383 24583 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254034241 10060460032 796854 33554432000 1073741824 1073778376 140736695953712 140188529419176 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28383/tid=28445] ppid=28381 vsize=9824668 CPUtime=165.77 cores=1,3,5,7
/proc/28383/task/28445/stat : 28445 (java) R 28381 28383 24583 0 -1 4202560 5 0 0 0 16575 2 0 0 20 0 22 0 254109739 10060460032 796854 33554432000 1073741824 1073778376 140736695953712 140188527313872 140189159173119 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28383/tid=28446] ppid=28381 vsize=9824668 CPUtime=165.71 cores=1,3,5,7
/proc/28383/task/28446/stat : 28446 (java) R 28381 28383 24583 0 -1 4202560 3 0 0 0 16569 2 0 0 20 0 22 0 254109739 10060460032 796854 33554432000 1073741824 1073778376 140736695953712 140188528363648 140189159291558 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28383/tid=28447] ppid=28381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28447/stat : 28447 (java) S 28381 28383 24583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254109739 10060460032 796854 33554432000 1073741824 1073778376 140736695953712 140188530471848 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143
Real time (s): 962.336
CPU time (s): 1800.49
CPU user time (s): 1798.69
CPU system time (s): 1.80173
CPU usage (%): 187.096
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.69
system time used= 1.80173
maximum resident set size= 3187532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29179
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27384
involuntary context switches= 39742

runsolver used 3.78242 second user time and 8.47271 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-24 19:04:47
IDJOB=3688702
IDBENCH=48211
IDSOLVER=2268
FILE ID=node125/3688702-1337879087
RUNJOBID= node125-1337871881-24600
PBS_JOBID= 14620079
Free space on /tmp= 71700 MiB

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

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

MD5SUM BENCH= 2585c1015aa6228da840b6f61adc6732
RANDOM SEED=1573891163

node125.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.373
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.74
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.373
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.373
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.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
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:        27902932 kB
Buffers:          206072 kB
Cached:          2197540 kB
SwapCached:            0 kB
Active:          2390208 kB
Inactive:        1803680 kB
Active(anon):    1792452 kB
Inactive(anon):        0 kB
Active(file):     597756 kB
Inactive(file):  1803680 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               172 kB
Writeback:             0 kB
AnonPages:       1845788 kB
Mapped:            22620 kB
Shmem:               200 kB
Slab:             627692 kB
SReclaimable:      71372 kB
SUnreclaim:       556320 kB
KernelStack:        1784 kB
PageTables:         7756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2136928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1761280 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= 71700 MiB
End job on node125 at 2012-05-24 19:20:51