Trace number 3454495

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
Sat4j Res//CP 2.3.0SAT (TO)25049 1800.28 945.717

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-data6_3.opb
MD5SUMf675f355e04fd5af6f49610fb88dbbd3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark24372
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 24674
Optimality of the best value was proved NO
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 116904
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 116904
Number of bits of the biggest sum of numbers17
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.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454495-1307188487.opb
0.10/0.11	c reading problem ... 
0.75/0.40	c ... done. Wall clock time 0.293s.
0.75/0.40	c #vars     540
0.75/0.40	c #constraints  4626
0.75/0.40	c constraints type 
0.75/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2052
0.75/0.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 264
0.75/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 630
0.75/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1680
0.75/0.40	c constraints type 
0.75/0.40	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 630
0.75/0.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2052
0.75/0.40	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 264
0.75/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1680
1.04/0.52	c  And the winner is Resolution
1.15/0.91	c SATISFIABLE
1.15/0.91	c OPTIMIZING...
1.15/0.91	c Got one! Elapsed wall clock time (in seconds):0.802
1.15/0.91	o 27952
1.15/1.01	c  And the winner is Resolution
1.53/1.41	c Got one! Elapsed wall clock time (in seconds):1.306
1.53/1.41	o 26353
3.07/2.08	c cleaning 3055 clauses out of 6115 with flag 5003/6115
5.09/2.93	c cleaning 4526 clauses out of 9057 with flag 11000/12112
7.37/4.05	c cleaning 5732 clauses out of 11531 with flag 18000/19112
9.94/5.35	c cleaning 6881 clauses out of 13799 with flag 26000/27112
13.53/7.18	c cleaning 7958 clauses out of 15920 with flag 35002/36114
14.28/7.59	c  And the winner is Resolution
14.48/7.96	c Got one! Elapsed wall clock time (in seconds):7.848
14.48/7.96	o 26327
15.36/8.43	c cleaning 6518 clauses out of 13057 with flag 3000/41209
15.72/8.62	c  And the winner is Resolution
15.77/8.98	c Got one! Elapsed wall clock time (in seconds):8.875
15.77/8.98	o 26283
17.31/9.71	c  And the winner is Resolution
17.41/9.99	c Got one! Elapsed wall clock time (in seconds):9.88
17.41/9.99	o 25500
17.84/10.22	c cleaning 6352 clauses out of 12720 with flag 1002/47390
19.79/11.22	c cleaning 6175 clauses out of 12367 with flag 7001/53389
22.13/12.45	c cleaning 6578 clauses out of 13191 with flag 14000/60388
25.29/14.07	c cleaning 7301 clauses out of 14616 with flag 22003/68391
28.83/15.87	c cleaning 8141 clauses out of 16313 with flag 31001/77389
32.97/17.95	c cleaning 9063 clauses out of 18171 with flag 41000/87388
36.90/19.93	c cleaning 9496 clauses out of 19108 with flag 51000/97388
40.85/22.00	c cleaning 9788 clauses out of 19617 with flag 61005/107393
44.97/24.12	c cleaning 9906 clauses out of 19825 with flag 71001/117389
49.51/26.36	c cleaning 9945 clauses out of 19920 with flag 81002/127390
54.04/28.69	c cleaning 9968 clauses out of 19974 with flag 91001/137389
58.93/31.19	c cleaning 9991 clauses out of 20007 with flag 101002/147390
63.85/33.63	c cleaning 9990 clauses out of 20014 with flag 111000/157388
68.58/36.02	c cleaning 9990 clauses out of 20025 with flag 121001/167389
73.06/38.41	c cleaning 10000 clauses out of 20034 with flag 131000/177388
77.38/40.57	c cleaning 9996 clauses out of 20034 with flag 141000/187388
82.29/43.08	c cleaning 10008 clauses out of 20038 with flag 151000/197388
87.01/45.43	c cleaning 9999 clauses out of 20033 with flag 161003/207391
91.28/47.63	c  And the winner is Resolution
91.42/47.74	c Got one! Elapsed wall clock time (in seconds):47.636
91.42/47.74	o 25360
93.94/49.03	c cleaning 12186 clauses out of 24379 with flag 5002/221736
96.64/50.43	c cleaning 9087 clauses out of 18192 with flag 11001/227735
99.56/51.93	c cleaning 8044 clauses out of 16107 with flag 18003/234737
102.67/53.54	c cleaning 7995 clauses out of 16060 with flag 26000/242734
106.53/55.57	c cleaning 8509 clauses out of 17065 with flag 35000/251734
111.25/57.94	c cleaning 9259 clauses out of 18556 with flag 45000/261734
115.56/60.13	c cleaning 9608 clauses out of 19297 with flag 55000/271734
119.86/62.39	c cleaning 9788 clauses out of 19689 with flag 65000/281734
124.52/64.75	c cleaning 9917 clauses out of 19901 with flag 75000/291734
128.82/67.01	c cleaning 9949 clauses out of 19984 with flag 85000/301734
133.12/69.17	c cleaning 9968 clauses out of 20035 with flag 95000/311734
137.63/71.46	c cleaning 9999 clauses out of 20072 with flag 105005/321739
142.47/73.94	c cleaning 10012 clauses out of 20069 with flag 115001/331735
147.56/76.55	c cleaning 10001 clauses out of 20056 with flag 125000/341734
152.45/79.04	c cleaning 9994 clauses out of 20056 with flag 135001/351735
157.54/81.61	c cleaning 10013 clauses out of 20063 with flag 145002/361736
162.59/84.24	c cleaning 10011 clauses out of 20048 with flag 155000/371734
167.69/86.86	c cleaning 10003 clauses out of 20037 with flag 165000/381734
172.96/89.55	c cleaning 10007 clauses out of 20035 with flag 175001/391735
177.65/91.98	c cleaning 9993 clauses out of 20029 with flag 185002/401736
182.30/94.39	c cleaning 9997 clauses out of 20034 with flag 195000/411734
187.39/96.96	c cleaning 9992 clauses out of 20037 with flag 205000/421734
192.27/99.46	c cleaning 10012 clauses out of 20046 with flag 215001/431735
197.16/101.95	c cleaning 10000 clauses out of 20036 with flag 225003/441737
202.58/104.72	c cleaning 9982 clauses out of 20035 with flag 235002/451736
207.27/107.10	c cleaning 10005 clauses out of 20054 with flag 245003/461737
211.95/109.53	c cleaning 10008 clauses out of 20051 with flag 255005/471739
216.63/111.90	c cleaning 10004 clauses out of 20041 with flag 265003/481737
220.85/114.17	c cleaning 9958 clauses out of 20034 with flag 275000/491734
225.12/116.39	c cleaning 9997 clauses out of 20076 with flag 285000/501734
229.60/118.69	c cleaning 9974 clauses out of 20079 with flag 295000/511734
234.31/121.04	c cleaning 9987 clauses out of 20105 with flag 305000/521734
234.72/121.34	c cleaning 0 clauses out of 6305 with flag 0/6308
239.03/123.44	c cleaning 10026 clauses out of 20119 with flag 315001/531735
243.66/125.71	c cleaning 9993 clauses out of 20092 with flag 325000/541734
248.13/128.02	c cleaning 9999 clauses out of 20100 with flag 335001/551735
252.34/130.22	c cleaning 10043 clauses out of 20103 with flag 345003/561737
256.81/132.53	c cleaning 9991 clauses out of 20057 with flag 355000/571734
261.08/134.75	c cleaning 10007 clauses out of 20067 with flag 365001/581735
265.55/137.04	c cleaning 10001 clauses out of 20060 with flag 375001/591735
269.95/139.32	c cleaning 10013 clauses out of 20058 with flag 385000/601734
274.61/141.80	c cleaning 10006 clauses out of 20045 with flag 395000/611734
279.67/144.35	c cleaning 9993 clauses out of 20041 with flag 405002/621736
284.74/147.00	c cleaning 9987 clauses out of 20046 with flag 415000/631734
289.53/149.47	c cleaning 9999 clauses out of 20059 with flag 425000/641734
294.59/152.03	c cleaning 10009 clauses out of 20060 with flag 435000/651734
299.45/154.56	c cleaning 10002 clauses out of 20052 with flag 445001/661735
304.95/157.32	c cleaning 10006 clauses out of 20049 with flag 455000/671734
309.90/159.92	c cleaning 10000 clauses out of 20043 with flag 465000/681734
314.76/162.43	c cleaning 9992 clauses out of 20043 with flag 475000/691734
319.85/165.03	c cleaning 9974 clauses out of 20051 with flag 485000/701734
324.46/167.42	c cleaning 10008 clauses out of 20080 with flag 495003/711737
329.25/169.92	c cleaning 10003 clauses out of 20069 with flag 505000/721734
333.30/172.09	c  And the winner is Resolution
333.61/172.31	c Got one! Elapsed wall clock time (in seconds):172.202
333.61/172.31	o 25147
335.99/173.56	c cleaning 11957 clauses out of 23925 with flag 5000/735593
338.68/174.99	c cleaning 8975 clauses out of 17969 with flag 11001/741594
341.49/176.49	c cleaning 7980 clauses out of 15994 with flag 18001/748594
345.27/178.48	c cleaning 7997 clauses out of 16013 with flag 26000/756593
349.52/180.65	c cleaning 8499 clauses out of 17016 with flag 35000/765593
354.38/183.20	c cleaning 9251 clauses out of 18519 with flag 45002/775595
360.03/186.00	c  And the winner is Resolution
360.21/186.37	c Got one! Elapsed wall clock time (in seconds):186.266
360.21/186.37	o 25049
364.04/188.30	c cleaning 12107 clauses out of 24223 with flag 5000/790550
367.22/190.06	c cleaning 9038 clauses out of 18118 with flag 11002/796552
370.47/191.74	c cleaning 8014 clauses out of 16078 with flag 18000/803550
374.32/193.76	c cleaning 8016 clauses out of 16065 with flag 26001/811551
378.40/195.84	c cleaning 8509 clauses out of 17049 with flag 35001/820551
383.34/198.44	c cleaning 9256 clauses out of 18539 with flag 45000/830550
388.58/201.15	c cleaning 9622 clauses out of 19283 with flag 55000/840550
394.02/203.98	c cleaning 9815 clauses out of 19662 with flag 65001/850551
399.06/206.56	c cleaning 9905 clauses out of 19847 with flag 75001/860551
404.03/209.15	c cleaning 9952 clauses out of 19941 with flag 85000/870550
409.07/211.72	c cleaning 9974 clauses out of 19990 with flag 95001/880551
414.11/214.39	c cleaning 9993 clauses out of 20019 with flag 105004/890554
418.95/216.89	c cleaning 10004 clauses out of 20022 with flag 115000/900550
423.93/219.44	c cleaning 9994 clauses out of 20018 with flag 125000/910550
428.77/221.98	c cleaning 9983 clauses out of 20024 with flag 135000/920550
433.81/224.53	c cleaning 9988 clauses out of 20041 with flag 145000/930550
438.84/227.13	c cleaning 10018 clauses out of 20056 with flag 155003/940553
444.03/229.84	c cleaning 9995 clauses out of 20036 with flag 165001/950551
448.49/232.15	c cleaning 9987 clauses out of 20040 with flag 175000/960550
453.09/234.56	c cleaning 9977 clauses out of 20054 with flag 185001/970551
457.92/237.09	c cleaning 10019 clauses out of 20078 with flag 195002/980552
463.09/239.75	c cleaning 10014 clauses out of 20058 with flag 205001/990551
468.50/242.56	c cleaning 10011 clauses out of 20043 with flag 215000/1000550
473.74/245.29	c cleaning 10000 clauses out of 20032 with flag 225000/1010550
479.36/248.12	c cleaning 10005 clauses out of 20036 with flag 235004/1020554
484.91/251.02	c cleaning 9997 clauses out of 20027 with flag 245000/1030550
489.74/253.51	c cleaning 9970 clauses out of 20030 with flag 255000/1040550
494.77/256.19	c cleaning 9992 clauses out of 20062 with flag 265002/1050552
499.79/258.74	c cleaning 10014 clauses out of 20069 with flag 275001/1060551
504.73/261.37	c cleaning 10020 clauses out of 20055 with flag 285001/1070551
509.36/263.76	c cleaning 10000 clauses out of 20036 with flag 295002/1080552
514.58/266.42	c cleaning 10011 clauses out of 20035 with flag 305001/1090551
519.60/269.05	c cleaning 9990 clauses out of 20023 with flag 315000/1100550
524.55/271.69	c cleaning 9981 clauses out of 20033 with flag 325000/1110550
529.76/274.31	c cleaning 9996 clauses out of 20052 with flag 335000/1120550
535.19/277.14	c cleaning 10020 clauses out of 20059 with flag 345003/1130553
540.00/279.69	c cleaning 9988 clauses out of 20040 with flag 355004/1140554
545.54/282.54	c cleaning 10000 clauses out of 20049 with flag 365001/1150551
550.55/285.11	c cleaning 10008 clauses out of 20051 with flag 375003/1160553
555.37/287.67	c cleaning 9958 clauses out of 20041 with flag 385001/1170551
560.19/290.16	c cleaning 9989 clauses out of 20082 with flag 395000/1180550
565.12/292.73	c cleaning 10001 clauses out of 20095 with flag 405002/1190552
569.95/295.24	c cleaning 10031 clauses out of 20092 with flag 415000/1200550
574.56/297.65	c cleaning 9969 clauses out of 20062 with flag 425001/1210551
579.59/300.23	c cleaning 10021 clauses out of 20092 with flag 435000/1220550
585.11/303.12	c cleaning 10025 clauses out of 20071 with flag 445000/1230550
590.13/305.74	c cleaning 10008 clauses out of 20051 with flag 455005/1240555
594.57/308.08	c cleaning 9986 clauses out of 20040 with flag 465002/1250552
598.95/310.37	c cleaning 9976 clauses out of 20053 with flag 475001/1260551
603.48/312.76	c cleaning 10024 clauses out of 20077 with flag 485001/1270551
607.70/314.94	c cleaning 10015 clauses out of 20053 with flag 495001/1280551
611.91/317.12	c cleaning 9989 clauses out of 20039 with flag 505002/1290552
616.32/319.47	c cleaning 9971 clauses out of 20050 with flag 515002/1300552
621.04/321.96	c cleaning 9993 clauses out of 20079 with flag 525002/1310552
625.86/324.51	c cleaning 10006 clauses out of 20084 with flag 535000/1320550
630.46/326.88	c cleaning 10026 clauses out of 20079 with flag 545001/1330551
635.25/329.34	c cleaning 9992 clauses out of 20053 with flag 555001/1340551
640.17/331.92	c cleaning 10000 clauses out of 20061 with flag 565001/1350551
644.80/334.38	c cleaning 10024 clauses out of 20060 with flag 575000/1360550
649.59/336.81	c cleaning 9967 clauses out of 20036 with flag 585000/1370550
654.19/339.25	c cleaning 9984 clauses out of 20071 with flag 595002/1380552
658.91/341.74	c cleaning 10022 clauses out of 20086 with flag 605001/1390551
663.11/343.99	c cleaning 10030 clauses out of 20067 with flag 615004/1400554
668.15/346.52	c cleaning 10004 clauses out of 20034 with flag 625001/1410551
673.31/349.21	c cleaning 10008 clauses out of 20033 with flag 635004/1420554
678.82/352.18	c cleaning 9997 clauses out of 20021 with flag 645000/1430550
684.22/354.98	c cleaning 10009 clauses out of 20025 with flag 655001/1440551
689.42/357.64	c cleaning 9987 clauses out of 20017 with flag 665002/1450552
694.22/360.15	c cleaning 10004 clauses out of 20029 with flag 675001/1460551
699.13/362.72	c cleaning 10009 clauses out of 20028 with flag 685004/1470554
703.53/365.11	c cleaning 10005 clauses out of 20016 with flag 695001/1480551
708.92/367.80	c cleaning 9993 clauses out of 20010 with flag 705000/1490550
714.12/370.51	c cleaning 9985 clauses out of 20019 with flag 715002/1500552
719.62/373.40	c cleaning 10005 clauses out of 20033 with flag 725001/1510551
724.83/376.16	c cleaning 9982 clauses out of 20028 with flag 735001/1520551
729.81/378.78	c cleaning 9998 clauses out of 20045 with flag 745000/1530550
735.02/381.40	c cleaning 10004 clauses out of 20048 with flag 755001/1540551
739.77/383.98	c cleaning 10010 clauses out of 20044 with flag 765001/1550551
744.92/386.65	c cleaning 10001 clauses out of 20033 with flag 775000/1560550
749.92/389.27	c cleaning 9992 clauses out of 20032 with flag 785000/1570550
755.11/391.99	c cleaning 10011 clauses out of 20042 with flag 795002/1580552
760.21/394.68	c cleaning 10011 clauses out of 20029 with flag 805000/1590550
764.60/396.90	c cleaning 10001 clauses out of 20019 with flag 815001/1600551
768.59/399.05	c cleaning 9994 clauses out of 20017 with flag 825000/1610550
772.98/401.32	c cleaning 9989 clauses out of 20024 with flag 835001/1620551
777.53/403.79	c cleaning 9999 clauses out of 20035 with flag 845001/1630551
782.27/406.29	c cleaning 9986 clauses out of 20035 with flag 855000/1640550
787.26/408.85	c cleaning 10019 clauses out of 20053 with flag 865004/1650554
792.28/411.46	c cleaning 10005 clauses out of 20033 with flag 875003/1660553
797.33/414.16	c cleaning 9991 clauses out of 20025 with flag 885000/1670550
802.12/416.65	c cleaning 9992 clauses out of 20034 with flag 895000/1680550
806.72/419.03	c cleaning 9993 clauses out of 20043 with flag 905001/1690551
811.49/421.55	c cleaning 9994 clauses out of 20049 with flag 915000/1700550
816.17/424.06	c cleaning 9963 clauses out of 20056 with flag 925001/1710551
820.76/426.43	c cleaning 10019 clauses out of 20092 with flag 935000/1720550
825.14/428.77	c cleaning 9993 clauses out of 20074 with flag 945001/1730551
829.96/431.29	c cleaning 10003 clauses out of 20080 with flag 955000/1740550
834.61/433.76	c cleaning 10000 clauses out of 20077 with flag 965000/1750550
839.00/436.05	c cleaning 10012 clauses out of 20079 with flag 975002/1760552
843.58/438.40	c cleaning 10002 clauses out of 20067 with flag 985002/1770552
848.15/440.80	c cleaning 9980 clauses out of 20063 with flag 995000/1780550
852.88/443.36	c cleaning 9993 clauses out of 20083 with flag 1005000/1790550
857.42/445.79	c cleaning 10034 clauses out of 20092 with flag 1015002/1800552
862.40/448.32	c cleaning 10003 clauses out of 20056 with flag 1025000/1810550
867.39/450.93	c cleaning 10010 clauses out of 20054 with flag 1035001/1820551
872.06/453.41	c cleaning 9982 clauses out of 20043 with flag 1045000/1830550
876.63/455.84	c cleaning 10009 clauses out of 20062 with flag 1055001/1840551
881.81/458.59	c cleaning 9999 clauses out of 20053 with flag 1065001/1850551
887.58/461.50	c cleaning 10001 clauses out of 20054 with flag 1075001/1860551
893.06/464.43	c cleaning 10013 clauses out of 20052 with flag 1085000/1870550
898.44/467.22	c cleaning 9999 clauses out of 20040 with flag 1095001/1880551
903.41/469.83	c cleaning 10004 clauses out of 20040 with flag 1105000/1890550
908.80/472.64	c cleaning 10006 clauses out of 20040 with flag 1115004/1900554
914.08/475.49	c cleaning 10006 clauses out of 20031 with flag 1125001/1910551
919.65/478.35	c cleaning 9996 clauses out of 20025 with flag 1135001/1920551
925.02/481.11	c cleaning 9995 clauses out of 20028 with flag 1145000/1930550
930.63/484.08	c cleaning 9993 clauses out of 20033 with flag 1155000/1940550
936.26/487.04	c cleaning 10005 clauses out of 20042 with flag 1165002/1950552
941.63/489.81	c cleaning 10012 clauses out of 20036 with flag 1175001/1960551
947.00/492.63	c cleaning 9994 clauses out of 20023 with flag 1185000/1970550
952.57/495.52	c cleaning 9987 clauses out of 20029 with flag 1195000/1980550
957.88/498.35	c cleaning 10003 clauses out of 20043 with flag 1205001/1990551
963.01/501.07	c cleaning 9994 clauses out of 20039 with flag 1215000/2000550
968.43/503.84	c cleaning 10015 clauses out of 20046 with flag 1225001/2010551
973.55/506.57	c cleaning 10003 clauses out of 20030 with flag 1235000/2020550
978.85/509.34	c cleaning 10002 clauses out of 20027 with flag 1245000/2030550
983.77/511.90	c cleaning 10002 clauses out of 20025 with flag 1255000/2040550
988.74/514.54	c cleaning 9984 clauses out of 20024 with flag 1265001/2050551
993.54/517.06	c cleaning 10005 clauses out of 20040 with flag 1275001/2060551
997.98/519.48	c cleaning 9995 clauses out of 20039 with flag 1285005/2070555
1002.74/521.91	c cleaning 9990 clauses out of 20039 with flag 1295000/2080550
1007.30/524.39	c cleaning 9988 clauses out of 20049 with flag 1305000/2090550
1011.67/526.70	c cleaning 9962 clauses out of 20061 with flag 1315000/2100550
1016.93/529.48	c cleaning 10005 clauses out of 20099 with flag 1325000/2110550
1021.50/531.85	c cleaning 10010 clauses out of 20094 with flag 1335000/2120550
1026.27/534.36	c cleaning 10013 clauses out of 20084 with flag 1345000/2130550
1030.63/536.71	c cleaning 10004 clauses out of 20071 with flag 1355000/2140550
1035.49/539.20	c cleaning 10003 clauses out of 20067 with flag 1365000/2150550
1039.85/541.55	c cleaning 10016 clauses out of 20064 with flag 1375000/2160550
1044.21/543.85	c cleaning 9991 clauses out of 20048 with flag 1385000/2170550
1048.57/546.20	c cleaning 9991 clauses out of 20059 with flag 1395002/2180552
1053.43/548.78	c cleaning 9998 clauses out of 20068 with flag 1405002/2190552
1058.04/551.15	c cleaning 10020 clauses out of 20068 with flag 1415000/2200550
1062.56/553.54	c cleaning 10001 clauses out of 20048 with flag 1425000/2210550
1067.12/555.94	c cleaning 9992 clauses out of 20047 with flag 1435000/2220550
1071.77/558.42	c cleaning 9992 clauses out of 20055 with flag 1445000/2230550
1076.33/560.81	c cleaning 10022 clauses out of 20063 with flag 1455000/2240550
1080.70/563.13	c cleaning 10016 clauses out of 20043 with flag 1465002/2250552
1085.08/565.42	c cleaning 9995 clauses out of 20025 with flag 1475000/2260550
1089.69/567.90	c cleaning 9972 clauses out of 20031 with flag 1485001/2270551
1094.05/570.27	c cleaning 9979 clauses out of 20058 with flag 1495000/2280550
1098.60/572.68	c cleaning 9997 clauses out of 20079 with flag 1505000/2290550
1102.96/574.99	c cleaning 10026 clauses out of 20084 with flag 1515002/2300552
1107.62/577.43	c cleaning 9978 clauses out of 20056 with flag 1525000/2310550
1111.77/579.63	c cleaning 10017 clauses out of 20078 with flag 1535000/2320550
1115.93/581.84	c cleaning 10012 clauses out of 20062 with flag 1545001/2330551
1120.47/584.20	c cleaning 9977 clauses out of 20049 with flag 1555000/2340550
1125.11/586.80	c cleaning 9955 clauses out of 20073 with flag 1565001/2350551
1130.26/589.41	c cleaning 10036 clauses out of 20117 with flag 1575000/2360550
1135.41/592.14	c cleaning 10007 clauses out of 20081 with flag 1585000/2370550
1140.56/594.84	c cleaning 10023 clauses out of 20074 with flag 1595000/2380550
1145.41/597.49	c cleaning 10006 clauses out of 20053 with flag 1605002/2390552
1150.96/600.30	c cleaning 10012 clauses out of 20047 with flag 1615002/2400552
1155.92/602.96	c cleaning 9993 clauses out of 20034 with flag 1625001/2410551
1161.07/605.66	c cleaning 10006 clauses out of 20042 with flag 1635002/2420552
1166.31/608.47	c cleaning 10000 clauses out of 20037 with flag 1645003/2430553
1171.47/611.18	c cleaning 10003 clauses out of 20040 with flag 1655006/2440556
1176.66/613.82	c cleaning 10001 clauses out of 20033 with flag 1665002/2450552
1181.57/616.46	c cleaning 10001 clauses out of 20032 with flag 1675002/2460552
1186.42/619.04	c cleaning 9999 clauses out of 20029 with flag 1685000/2470550
1191.21/621.55	c cleaning 10002 clauses out of 20030 with flag 1695000/2480550
1196.12/624.18	c cleaning 9994 clauses out of 20028 with flag 1705000/2490550
1200.87/626.62	c cleaning 9984 clauses out of 20034 with flag 1715000/2500550
1205.73/629.22	c cleaning 9999 clauses out of 20051 with flag 1725001/2510551
1210.24/631.63	c cleaning 9995 clauses out of 20053 with flag 1735002/2520552
1214.98/634.11	c cleaning 10009 clauses out of 20057 with flag 1745001/2530551
1219.53/636.55	c cleaning 9990 clauses out of 20047 with flag 1755000/2540550
1224.41/639.14	c cleaning 10012 clauses out of 20058 with flag 1765001/2550551
1229.31/641.79	c cleaning 9979 clauses out of 20045 with flag 1775000/2560550
1233.85/644.15	c cleaning 10000 clauses out of 20067 with flag 1785001/2570551
1238.59/646.66	c cleaning 10000 clauses out of 20066 with flag 1795000/2580550
1243.43/649.20	c cleaning 10015 clauses out of 20066 with flag 1805000/2590550
1248.18/651.71	c cleaning 9994 clauses out of 20053 with flag 1815002/2600552
1253.12/654.30	c cleaning 10015 clauses out of 20058 with flag 1825001/2610551
1257.85/656.84	c cleaning 10006 clauses out of 20042 with flag 1835000/2620550
1262.69/659.41	c cleaning 10004 clauses out of 20039 with flag 1845003/2630553
1267.24/661.85	c cleaning 9979 clauses out of 20032 with flag 1855000/2640550
1271.78/664.28	c cleaning 10012 clauses out of 20056 with flag 1865003/2650553
1276.52/666.71	c cleaning 9973 clauses out of 20043 with flag 1875002/2660552
1281.15/669.28	c cleaning 10000 clauses out of 20070 with flag 1885002/2670552
1285.69/671.69	c cleaning 9999 clauses out of 20068 with flag 1895000/2680550
1290.43/674.16	c cleaning 10008 clauses out of 20069 with flag 1905000/2690550
1295.37/676.79	c cleaning 10017 clauses out of 20063 with flag 1915002/2700552
1300.40/679.40	c cleaning 9985 clauses out of 20045 with flag 1925001/2710551
1304.96/681.91	c cleaning 10013 clauses out of 20059 with flag 1935000/2720550
1308.70/683.80	c cleaning 0 clauses out of 12443 with flag 0/12448
1309.63/684.50	c cleaning 9990 clauses out of 20046 with flag 1945000/2730550
1314.46/687.00	c cleaning 9978 clauses out of 20057 with flag 1955001/2740551
1318.79/689.38	c cleaning 9985 clauses out of 20079 with flag 1965001/2750551
1323.33/691.72	c cleaning 10000 clauses out of 20093 with flag 1975000/2760550
1327.92/694.15	c cleaning 10002 clauses out of 20093 with flag 1985000/2770550
1332.69/696.72	c cleaning 10025 clauses out of 20096 with flag 1995005/2780555
1337.83/699.42	c cleaning 10003 clauses out of 20066 with flag 2005000/2790550
1342.56/701.91	c cleaning 9991 clauses out of 20065 with flag 2015002/2800552
1347.09/704.36	c cleaning 10004 clauses out of 20073 with flag 2025001/2810551
1351.90/706.90	c cleaning 9985 clauses out of 20068 with flag 2035000/2820550
1356.43/709.34	c cleaning 10021 clauses out of 20085 with flag 2045002/2830552
1361.17/711.85	c cleaning 9992 clauses out of 20063 with flag 2055001/2840551
1365.90/714.35	c cleaning 10012 clauses out of 20071 with flag 2065001/2850551
1370.90/717.09	c cleaning 10007 clauses out of 20059 with flag 2075001/2860551
1376.03/719.70	c cleaning 9976 clauses out of 20051 with flag 2085000/2870550
1380.56/722.13	c cleaning 10003 clauses out of 20076 with flag 2095001/2880551
1385.29/724.63	c cleaning 10015 clauses out of 20074 with flag 2105002/2890552
1389.95/727.17	c cleaning 9984 clauses out of 20057 with flag 2115000/2900550
1394.45/729.53	c cleaning 9983 clauses out of 20073 with flag 2125000/2910550
1399.18/732.05	c cleaning 10019 clauses out of 20090 with flag 2135000/2920550
1403.91/734.51	c cleaning 10023 clauses out of 20073 with flag 2145002/2930552
1408.72/737.16	c cleaning 9993 clauses out of 20048 with flag 2155000/2940550
1413.45/739.68	c cleaning 10015 clauses out of 20057 with flag 2165002/2950552
1417.98/742.04	c cleaning 9970 clauses out of 20041 with flag 2175001/2960551
1422.70/744.50	c cleaning 10002 clauses out of 20070 with flag 2185000/2970550
1427.53/747.14	c cleaning 9988 clauses out of 20068 with flag 2195000/2980550
1431.85/749.46	c cleaning 10025 clauses out of 20083 with flag 2205003/2990553
1436.18/751.77	c cleaning 9981 clauses out of 20058 with flag 2215003/3000553
1440.91/754.22	c cleaning 10017 clauses out of 20076 with flag 2225002/3010552
1445.74/756.89	c cleaning 9996 clauses out of 20057 with flag 2235000/3020550
1450.43/759.35	c cleaning 10009 clauses out of 20061 with flag 2245000/3030550
1455.37/761.91	c cleaning 9984 clauses out of 20053 with flag 2255001/3040551
1459.89/764.38	c cleaning 9994 clauses out of 20069 with flag 2265001/3050551
1464.71/766.90	c cleaning 10034 clauses out of 20074 with flag 2275000/3060550
1469.23/769.36	c cleaning 9998 clauses out of 20042 with flag 2285002/3070552
1473.75/771.71	c cleaning 9991 clauses out of 20042 with flag 2295000/3080550
1478.48/774.29	c cleaning 9991 clauses out of 20051 with flag 2305000/3090550
1483.28/776.81	c cleaning 9985 clauses out of 20061 with flag 2315001/3100551
1487.79/779.27	c cleaning 9990 clauses out of 20075 with flag 2325000/3110550
1492.72/781.80	c cleaning 9974 clauses out of 20085 with flag 2335000/3120550
1497.24/784.30	c cleaning 10022 clauses out of 20112 with flag 2345001/3130551
1502.43/787.07	c cleaning 10009 clauses out of 20090 with flag 2355001/3140551
1507.56/789.77	c cleaning 10017 clauses out of 20080 with flag 2365000/3150550
1513.07/792.61	c cleaning 10014 clauses out of 20064 with flag 2375001/3160551
1518.24/795.35	c cleaning 10016 clauses out of 20049 with flag 2385000/3170550
1523.19/798.09	c cleaning 9991 clauses out of 20034 with flag 2395001/3180551
1528.32/800.73	c cleaning 10014 clauses out of 20043 with flag 2405001/3190551
1533.43/803.46	c cleaning 10008 clauses out of 20029 with flag 2415001/3200551
1538.34/806.08	c cleaning 9995 clauses out of 20021 with flag 2425001/3210551
1543.53/808.80	c cleaning 9974 clauses out of 20025 with flag 2435000/3220550
1548.45/811.46	c cleaning 10013 clauses out of 20053 with flag 2445002/3230552
1553.40/814.07	c cleaning 9975 clauses out of 20038 with flag 2455000/3240550
1558.47/816.75	c cleaning 9989 clauses out of 20063 with flag 2465000/3250550
1563.26/819.32	c cleaning 10017 clauses out of 20074 with flag 2475000/3260550
1567.59/821.64	c cleaning 9990 clauses out of 20057 with flag 2485000/3270550
1572.29/824.14	c cleaning 10013 clauses out of 20068 with flag 2495001/3280551
1577.01/826.64	c cleaning 10008 clauses out of 20055 with flag 2505001/3290551
1581.79/829.30	c cleaning 10016 clauses out of 20047 with flag 2515001/3300551
1586.51/831.76	c cleaning 10007 clauses out of 20030 with flag 2525000/3310550
1591.22/834.24	c cleaning 9973 clauses out of 20023 with flag 2535000/3320550
1595.93/836.77	c cleaning 10018 clauses out of 20050 with flag 2545000/3330550
1601.11/839.52	c cleaning 9994 clauses out of 20036 with flag 2555004/3340554
1605.82/842.03	c cleaning 10001 clauses out of 20039 with flag 2565001/3350551
1610.94/844.75	c cleaning 10013 clauses out of 20037 with flag 2575000/3360550
1616.04/847.41	c cleaning 10004 clauses out of 20024 with flag 2585000/3370550
1621.01/850.16	c cleaning 9978 clauses out of 20020 with flag 2595000/3380550
1626.52/853.03	c cleaning 9990 clauses out of 20044 with flag 2605002/3390552
1631.64/855.73	c cleaning 10012 clauses out of 20053 with flag 2615001/3400551
1636.55/858.31	c cleaning 10005 clauses out of 20041 with flag 2625001/3410551
1641.73/861.12	c cleaning 10007 clauses out of 20036 with flag 2635001/3420551
1646.44/863.69	c cleaning 9976 clauses out of 20028 with flag 2645000/3430550
1651.54/866.30	c cleaning 10017 clauses out of 20052 with flag 2655000/3440550
1656.47/868.96	c cleaning 10003 clauses out of 20038 with flag 2665003/3450553
1661.82/871.86	c cleaning 10003 clauses out of 20032 with flag 2675000/3460550
1666.75/874.50	c cleaning 9985 clauses out of 20029 with flag 2685000/3470550
1672.04/877.21	c cleaning 9985 clauses out of 20044 with flag 2695000/3480550
1677.16/879.97	c cleaning 10006 clauses out of 20059 with flag 2705000/3490550
1682.52/882.85	c cleaning 9972 clauses out of 20054 with flag 2715001/3500551
1687.82/885.67	c cleaning 10023 clauses out of 20083 with flag 2725002/3510552
1692.93/888.36	c cleaning 10027 clauses out of 20061 with flag 2735003/3520553
1697.85/891.01	c cleaning 9988 clauses out of 20031 with flag 2745000/3530550
1703.01/893.72	c cleaning 9996 clauses out of 20043 with flag 2755000/3540550
1707.92/896.31	c cleaning 9980 clauses out of 20047 with flag 2765000/3550550
1712.81/898.94	c cleaning 10010 clauses out of 20067 with flag 2775000/3560550
1717.72/901.51	c cleaning 10005 clauses out of 20057 with flag 2785000/3570550
1723.08/904.42	c cleaning 10006 clauses out of 20052 with flag 2795000/3580550
1728.18/907.16	c cleaning 10010 clauses out of 20046 with flag 2805000/3590550
1732.90/909.63	c cleaning 9992 clauses out of 20036 with flag 2815000/3600550
1737.59/912.13	c cleaning 10001 clauses out of 20046 with flag 2825002/3610552
1742.54/914.89	c cleaning 10011 clauses out of 20045 with flag 2835002/3620552
1747.25/917.37	c cleaning 9995 clauses out of 20032 with flag 2845000/3630550
1752.34/920.02	c cleaning 10004 clauses out of 20039 with flag 2855002/3640552
1757.04/922.54	c cleaning 10006 clauses out of 20033 with flag 2865000/3650550
1761.83/925.18	c cleaning 10004 clauses out of 20028 with flag 2875001/3660551
1766.69/927.73	c cleaning 9998 clauses out of 20023 with flag 2885000/3670550
1771.78/930.43	c cleaning 9986 clauses out of 20025 with flag 2895000/3680550
1777.08/933.21	c cleaning 10005 clauses out of 20039 with flag 2905000/3690550
1782.26/936.06	c cleaning 10010 clauses out of 20039 with flag 2915005/3700555
1787.14/938.65	c cleaning 9996 clauses out of 20024 with flag 2925000/3710550
1792.03/941.27	c cleaning 10000 clauses out of 20028 with flag 2935000/3720550
1796.96/943.83	c cleaning 10003 clauses out of 20028 with flag 2945000/3730550
1800.09/945.62	c starts		: 260
1800.09/945.62	c conflicts		: 3737164
1800.09/945.62	c decisions		: 5019694
1800.09/945.62	c propagations		: 286533778
1800.09/945.62	c inspects		: 8205538057
1800.09/945.62	c shortcuts		: 0
1800.09/945.62	c learnt literals	: 0
1800.09/945.62	c learnt binary clauses	: 0
1800.09/945.62	c learnt ternary clauses	: 20
1800.09/945.62	c learnt constraints	: 3737164
1800.09/945.62	c ignored constraints	: 0
1800.09/945.62	c root simplifications	: 0
1800.09/945.62	c removed literals (reason simplification)	: 79701936
1800.09/945.62	c reason swapping (by a shorter reason)	: 0
1800.09/945.62	c Calls to reduceDB	: 378
1800.09/945.62	c number of reductions to clauses (during analyze)	: 0
1800.09/945.62	c number of learned constraints concerned by reduction	: 0
1800.09/945.62	c number of learning phase by resolution	: 0
1800.09/945.62	c number of learning phase by cutting planes	: 0
1800.09/945.62	c speed (assignments/second)	: 377391.16021226236
1800.09/945.62	c non guided choices	59
1800.09/945.65	c learnt constraints type 
1800.09/945.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16729
1800.09/945.65	c constraints type 
1800.09/945.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2052
1800.09/945.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 264
1800.09/945.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 630
1800.09/945.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1681
1800.09/945.65	c constraints type 
1800.09/945.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 630
1800.09/945.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2052
1800.09/945.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 264
1800.09/945.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1681
1800.09/945.65	s SATISFIABLE
1800.09/945.65	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 
1800.09/945.65	c objective function=25049
1800.09/945.65	c Total wall clock time (in seconds): 945.543

Verifier Data

OK	25049

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3454495-1307188487/watcher-3454495-1307188487 -o /tmp/evaluation-result-3454495-1307188487/solver-3454495-1307188487 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454495-1307188487.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: 1.10 1.30 1.65 5/547 8874
/proc/meminfo: memFree=22571052/32951124 swapFree=64303760/67111528
[pid=8874] ppid=8872 vsize=33696 CPUtime=0 cores=1,3,5,7
/proc/8874/stat : 8874 (java) S 8872 8874 4512 0 -1 4202496 1290 0 0 0 0 0 0 0 25 0 2 0 811264516 34504704 1000 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522100197 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/8874/statm: 8425 1002 769 9 0 387 0
[pid=8874/tid=8875] ppid=8872 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8875/stat : 8875 (java) R 8872 8874 4512 0 -1 4202560 6996 0 1 0 0 0 0 0 25 0 2 0 811264516 10694979584 7812 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233509991483 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0358169 s]
/proc/loadavg: 1.10 1.30 1.65 5/547 8874
/proc/meminfo: memFree=22571052/32951124 swapFree=64303760/67111528
[pid=8874] ppid=8872 vsize=10465424 CPUtime=0.02 cores=1,3,5,7
/proc/8874/stat : 8874 (java) S 8872 8874 4512 0 -1 4202496 11030 0 1 0 2 0 0 0 25 0 11 0 811264516 10716594176 10729 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522100197 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/8874/statm: 2616356 10729 1621 9 0 2607104 0
[pid=8874/tid=8875] ppid=8872 vsize=10465424 CPUtime=0.01 cores=1,3,5,7
/proc/8874/task/8875/stat : 8875 (java) R 8872 8874 4512 0 -1 4202560 9905 0 1 0 1 0 0 0 25 0 11 0 811264516 10716594176 10729 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522124235 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10465424

[startup+0.10081 s]
/proc/loadavg: 1.10 1.30 1.65 5/547 8874
/proc/meminfo: memFree=22571052/32951124 swapFree=64303760/67111528
[pid=8874] ppid=8872 vsize=10474940 CPUtime=0.1 cores=1,3,5,7
/proc/8874/stat : 8874 (java) S 8872 8874 4512 0 -1 4202496 13083 0 1 0 9 1 0 0 25 0 18 0 811264516 10726338560 12760 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8874/statm: 2618735 12760 2093 9 0 2609469 0
[pid=8874/tid=8875] ppid=8872 vsize=10474940 CPUtime=0.08 cores=1,3,5,7
/proc/8874/task/8875/stat : 8875 (java) R 8872 8874 4512 0 -1 4202560 11118 0 1 0 7 1 0 0 25 0 18 0 811264516 10726338560 12761 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 47451177683795 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10474940

[startup+0.300772 s]
/proc/loadavg: 1.10 1.30 1.65 5/547 8874
/proc/meminfo: memFree=22571052/32951124 swapFree=64303760/67111528
[pid=8874] ppid=8872 vsize=10541132 CPUtime=0.47 cores=1,3,5,7
/proc/8874/stat : 8874 (java) S 8872 8874 4512 0 -1 4202496 16439 0 1 0 46 1 0 0 25 0 18 0 811264516 10794119168 15628 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8874/statm: 2635283 15629 2199 9 0 2626017 0
[pid=8874/tid=8875] ppid=8872 vsize=10541132 CPUtime=0.28 cores=1,3,5,7
/proc/8874/task/8875/stat : 8875 (java) R 8872 8874 4512 0 -1 4202560 13330 0 1 0 27 1 0 0 25 0 18 0 811264516 10794119168 15629 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10541132

[startup+0.700702 s]
/proc/loadavg: 1.10 1.30 1.65 5/547 8874
/proc/meminfo: memFree=22571052/32951124 swapFree=64303760/67111528
[pid=8874] ppid=8872 vsize=10552100 CPUtime=1.15 cores=1,3,5,7
/proc/8874/stat : 8874 (java) S 8872 8874 4512 0 -1 4202496 24777 0 1 0 113 2 0 0 25 0 19 0 811264516 10805350400 21594 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8874/statm: 2638025 21594 2234 9 0 2628759 0
[pid=8874/tid=8875] ppid=8872 vsize=10552100 CPUtime=0.38 cores=1,3,5,7
/proc/8874/task/8875/stat : 8875 (java) S 8872 8874 4512 0 -1 4202560 16753 0 1 0 37 1 0 0 25 0 19 0 811264516 10805350400 21594 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522114048 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 10552100

[startup+1.50052 s]
/proc/loadavg: 1.10 1.30 1.65 8/569 8900
/proc/meminfo: memFree=22184128/32951124 swapFree=64303760/67111528
[pid=8874] ppid=8872 vsize=10552100 CPUtime=1.74 cores=1,3,5,7
/proc/8874/stat : 8874 (java) S 8872 8874 4512 0 -1 4202496 27976 0 1 0 171 3 0 0 25 0 22 0 811264516 10805350400 23785 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8874/statm: 2638025 23785 2239 9 0 2628759 0
[pid=8874/tid=8875] ppid=8872 vsize=10552100 CPUtime=0.39 cores=1,3,5,7
/proc/8874/task/8875/stat : 8875 (java) S 8872 8874 4512 0 -1 4202560 16807 0 1 0 38 1 0 0 17 0 22 0 811264516 10805350400 23786 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522114048 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8877] ppid=8872 vsize=10552100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8877/stat : 8877 (java) S 8872 8874 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811264518 10805350400 23787 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 7 0 0 0
[pid=8874/tid=8878] ppid=8872 vsize=10552100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8878/stat : 8878 (java) S 8872 8874 4512 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811264518 10805350400 23787 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 7 0 0 0
[pid=8874/tid=8879] ppid=8872 vsize=10552100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8879/stat : 8879 (java) S 8872 8874 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811264518 10805350400 23788 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 7 0 0 0
[pid=8874/tid=8880] ppid=8872 vsize=10552100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8880/stat : 8880 (java) S 8872 8874 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811264518 10805350400 23788 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 7 0 0 0
[pid=8874/tid=8881] ppid=8872 vsize=10552100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8881/stat : 8881 (java) S 8872 8874 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811264518 10805350400 23789 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 7 0 0 0
[pid=8874/tid=8882] ppid=8872 vsize=10552100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8882/stat : 8882 (java) S 8872 8874 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811264518 10805350400 23789 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 7 0 0 0
[pid=8874/tid=8883] ppid=8872 vsize=10552100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8883/stat : 8883 (java) S 8872 8874 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811264518 10805350400 23790 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 7 0 0 0
[pid=8874/tid=8884] ppid=8872 vsize=10552100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8884/stat : 8884 (java) S 8872 8874 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811264518 10805350400 23791 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 7 0 0 0
[pid=8874/tid=8885] ppid=8872 vsize=10552100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8885/stat : 8885 (java) S 8872 8874 4512 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 811264519 10805350400 23791 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522114048 0 0 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8886] ppid=8872 vsize=10552100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8886/stat : 8886 (java) S 8872 8874 4512 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811264520 10805350400 23792 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8887] ppid=8872 vsize=10552100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8887/stat : 8887 (java) S 8872 8874 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811264520 10805350400 23792 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8888] ppid=8872 vsize=10552100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8888/stat : 8888 (java) S 8872 8874 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811264522 10805350400 23793 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522121137 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8889] ppid=8872 vsize=10552100 CPUtime=0.49 cores=1,3,5,7
/proc/8874/task/8889/stat : 8889 (java) S 8872 8874 4512 0 -1 4202560 4442 0 0 0 49 0 0 0 18 0 22 0 811264522 10805350400 23794 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 3 0 0 0
[pid=8874/tid=8890] ppid=8872 vsize=10552100 CPUtime=0.4 cores=1,3,5,7
/proc/8874/task/8890/stat : 8890 (java) S 8872 8874 4512 0 -1 4202560 3335 0 0 0 40 0 0 0 18 0 22 0 811264522 10805350400 23795 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8891] ppid=8872 vsize=10552100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8891/stat : 8891 (java) S 8872 8874 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811264522 10805350400 23796 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8892] ppid=8872 vsize=10552100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8892/stat : 8892 (java) S 8872 8874 4512 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811264522 10805350400 23797 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522114048 0 4 0 16800975 18446604459289226048 0 0 -1 7 0 0 0
[pid=8874/tid=8895] ppid=8872 vsize=10552100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8895/stat : 8895 (java) S 8872 8874 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811264557 10805350400 23798 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522114048 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 10552100

[startup+3.10124 s]
/proc/loadavg: 1.10 1.30 1.65 4/569 8903
/proc/meminfo: memFree=21771452/32951124 swapFree=64303760/67111528
[pid=8874] ppid=8872 vsize=10555100 CPUtime=5.46 cores=1,3,5,7
/proc/8874/stat : 8874 (java) S 8872 8874 4512 0 -1 4202496 118422 0 1 0 533 13 0 0 25 0 22 0 811264516 10808422400 112438 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8874/statm: 2638775 112438 2268 9 0 2629509 0
[pid=8874/tid=8875] ppid=8872 vsize=10555100 CPUtime=0.39 cores=1,3,5,7
/proc/8874/task/8875/stat : 8875 (java) S 8872 8874 4512 0 -1 4202560 16807 0 1 0 38 1 0 0 15 0 22 0 811264516 10808422400 112438 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522114048 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8877] ppid=8872 vsize=10555100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8877/stat : 8877 (java) S 8872 8874 4512 0 -1 4202560 505 0 0 0 0 0 0 0 15 0 22 0 811264518 10808422400 112438 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 5 0 0 0
[pid=8874/tid=8878] ppid=8872 vsize=10555100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8878/stat : 8878 (java) S 8872 8874 4512 0 -1 4202560 505 0 0 0 0 0 0 0 15 0 22 0 811264518 10808422400 112438 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 7 0 0 0
[pid=8874/tid=8879] ppid=8872 vsize=10555100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8879/stat : 8879 (java) S 8872 8874 4512 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 811264518 10808422400 112438 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 7 0 0 0
[pid=8874/tid=8880] ppid=8872 vsize=10555100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8880/stat : 8880 (java) S 8872 8874 4512 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811264518 10808422400 112438 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 7 0 0 0
[pid=8874/tid=8881] ppid=8872 vsize=10555100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8881/stat : 8881 (java) S 8872 8874 4512 0 -1 4202560 285 0 0 0 0 0 0 0 16 0 22 0 811264518 10808422400 112438 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 5 0 0 0
[pid=8874/tid=8882] ppid=8872 vsize=10555100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8882/stat : 8882 (java) S 8872 8874 4512 0 -1 4202560 379 0 0 0 0 0 0 0 18 0 22 0 811264518 10808422400 112438 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 5 0 0 0
[pid=8874/tid=8883] ppid=8872 vsize=10555100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8883/stat : 8883 (java) S 8872 8874 4512 0 -1 4202560 435 0 0 0 0 0 0 0 18 0 22 0 811264518 10808422400 112438 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 5 0 0 0
[pid=8874/tid=8884] ppid=8872 vsize=10555100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8884/stat : 8884 (java) S 8872 8874 4512 0 -1 4202560 441 0 0 0 0 0 0 0 18 0 22 0 811264518 10808422400 112438 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 7 0 0 0
[pid=8874/tid=8885] ppid=8872 vsize=10555100 CPUtime=0.05 cores=1,3,5,7
/proc/8874/task/8885/stat : 8885 (java) S 8872 8874 4512 0 -1 4202560 2227 0 0 0 5 0 0 0 15 0 22 0 811264519 10808422400 112438 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522114048 0 0 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8886] ppid=8872 vsize=10555100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8886/stat : 8886 (java) S 8872 8874 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811264520 10808422400 112438 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 7 0 0 0
[pid=8874/tid=8887] ppid=8872 vsize=10555100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8887/stat : 8887 (java) S 8872 8874 4512 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811264520 10808422400 112438 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 7 0 0 0
[pid=8874/tid=8888] ppid=8872 vsize=10555100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8888/stat : 8888 (java) S 8872 8874 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811264522 10808422400 112438 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522121137 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8889] ppid=8872 vsize=10555100 CPUtime=0.93 cores=1,3,5,7
/proc/8874/task/8889/stat : 8889 (java) S 8872 8874 4512 0 -1 4202560 8036 0 0 0 92 1 0 0 15 0 22 0 811264522 10808422400 112438 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 3 0 0 0
[pid=8874/tid=8890] ppid=8872 vsize=10555100 CPUtime=0.76 cores=1,3,5,7
/proc/8874/task/8890/stat : 8890 (java) S 8872 8874 4512 0 -1 4202560 4230 0 0 0 76 0 0 0 16 0 22 0 811264522 10808422400 112438 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8891] ppid=8872 vsize=10555100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8891/stat : 8891 (java) S 8872 8874 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811264522 10808422400 112438 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8892] ppid=8872 vsize=10555100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8892/stat : 8892 (java) S 8872 8874 4512 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811264522 10808422400 112438 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522114048 0 4 0 16800975 18446604459289226048 0 0 -1 7 0 0 0
[pid=8874/tid=8895] ppid=8872 vsize=10555100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8895/stat : 8895 (java) S 8872 8874 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811264557 10808422400 112438 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522114048 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8901] ppid=8872 vsize=10555100 CPUtime=1.61 cores=1,3,5,7
/proc/8874/task/8901/stat : 8901 (java) R 8872 8874 4512 0 -1 4202560 912 0 0 0 161 0 0 0 19 0 22 0 811264658 10808422400 112438 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 46912505779291 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=8874/tid=8902] ppid=8872 vsize=10555100 CPUtime=1.35 cores=1,3,5,7
/proc/8874/task/8902/stat : 8902 (java) R 8872 8874 4512 0 -1 4202560 81404 0 0 0 127 8 0 0 18 0 22 0 811264658 10808422400 112438 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 46912505905711 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=8874/tid=8903] ppid=8872 vsize=10555100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8903/stat : 8903 (java) S 8872 8874 4512 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 22 0 811264658 10808422400 112438 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522114048 0 4 0 16800975 18446604459289226048 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.46
Current children cumulated vsize (KiB) 10555100

[startup+6.30069 s]
/proc/loadavg: 1.41 1.36 1.67 4/569 8903
/proc/meminfo: memFree=21397728/32951124 swapFree=64303760/67111528
[pid=8874] ppid=8872 vsize=10555100 CPUtime=11.92 cores=1,3,5,7
/proc/8874/stat : 8874 (java) S 8872 8874 4512 0 -1 4202496 148103 0 1 0 1175 17 0 0 25 0 22 0 811264516 10808422400 141785 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8874/statm: 2638775 141785 2268 9 0 2629509 0
[pid=8874/tid=8875] ppid=8872 vsize=10555100 CPUtime=0.39 cores=1,3,5,7
/proc/8874/task/8875/stat : 8875 (java) S 8872 8874 4512 0 -1 4202560 16807 0 1 0 38 1 0 0 15 0 22 0 811264516 10808422400 141785 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522114048 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8877] ppid=8872 vsize=10555100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8877/stat : 8877 (java) S 8872 8874 4512 0 -1 4202560 526 0 0 0 0 0 0 0 16 0 22 0 811264518 10808422400 141785 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8878] ppid=8872 vsize=10555100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8878/stat : 8878 (java) S 8872 8874 4512 0 -1 4202560 539 0 0 0 0 0 0 0 16 0 22 0 811264518 10808422400 141785 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8879] ppid=8872 vsize=10555100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8879/stat : 8879 (java) S 8872 8874 4512 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 811264518 10808422400 141785 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 5 0 0 0
[pid=8874/tid=8880] ppid=8872 vsize=10555100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8880/stat : 8880 (java) S 8872 8874 4512 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 811264518 10808422400 141785 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 5 0 0 0
[pid=8874/tid=8881] ppid=8872 vsize=10555100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8881/stat : 8881 (java) S 8872 8874 4512 0 -1 4202560 285 0 0 0 0 0 0 0 16 0 22 0 811264518 10808422400 141785 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 5 0 0 0
[pid=8874/tid=8882] ppid=8872 vsize=10555100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8882/stat : 8882 (java) S 8872 8874 4512 0 -1 4202560 426 0 0 0 0 0 0 0 16 0 22 0 811264518 10808422400 141785 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 5 0 0 0
[pid=8874/tid=8883] ppid=8872 vsize=10555100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8883/stat : 8883 (java) S 8872 8874 4512 0 -1 4202560 435 0 0 0 0 0 0 0 16 0 22 0 811264518 10808422400 141785 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 5 0 0 0
[pid=8874/tid=8884] ppid=8872 vsize=10555100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8884/stat : 8884 (java) S 8872 8874 4512 0 -1 4202560 441 0 0 0 0 0 0 0 15 0 22 0 811264518 10808422400 141785 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8885] ppid=8872 vsize=10555100 CPUtime=0.13 cores=1,3,5,7
/proc/8874/task/8885/stat : 8885 (java) S 8872 8874 4512 0 -1 4202560 3438 0 0 0 13 0 0 0 15 0 22 0 811264519 10808422400 141785 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522114048 0 0 0 16800975 18446604459289226048 0 0 -1 5 0 0 0
[pid=8874/tid=8886] ppid=8872 vsize=10555100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8886/stat : 8886 (java) S 8872 8874 4512 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811264520 10808422400 141785 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 7 0 0 0
[pid=8874/tid=8887] ppid=8872 vsize=10555100 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8887/stat : 8887 (java) S 8872 8874 4512 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811264520 10808422400 141785 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 7 0 0 0

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

[pid=8874/tid=8923] ppid=8872 vsize=10620636 CPUtime=568.16 cores=1,3,5,7
/proc/8874/task/8923/stat : 8923 (java) R 8872 8874 4512 0 -1 4202560 79 0 0 0 56816 0 0 0 24 0 22 0 811283154 10875531264 361408 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 46912505787639 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=8874/tid=8924] ppid=8872 vsize=10620636 CPUtime=568.18 cores=1,3,5,7
/proc/8874/task/8924/stat : 8924 (java) R 8872 8874 4512 0 -1 4202560 38138 0 0 0 56813 5 0 0 24 0 22 0 811283154 10875531264 361408 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 46912505618935 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=8874/tid=8925] ppid=8872 vsize=10620636 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8925/stat : 8925 (java) S 8872 8874 4512 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811283154 10875531264 361408 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522114048 0 4 0 16800975 18446604459289226048 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1568.7
Current children cumulated vsize (KiB) 10620636

[startup+882.301 s]
/proc/loadavg: 3.89 3.77 3.02 5/569 8953
/proc/meminfo: memFree=19183540/32951124 swapFree=64303760/67111528
[pid=8874] ppid=8872 vsize=10620636 CPUtime=1681.52 cores=1,3,5,7
/proc/8874/stat : 8874 (java) S 8872 8874 4512 0 -1 4202496 371309 0 1 0 168100 52 0 0 25 0 22 0 811264516 10875531264 362916 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8874/statm: 2655159 362916 2269 9 0 2645893 0
[pid=8874/tid=8875] ppid=8872 vsize=10620636 CPUtime=0.39 cores=1,3,5,7
/proc/8874/task/8875/stat : 8875 (java) S 8872 8874 4512 0 -1 4202560 16898 0 1 0 38 1 0 0 15 0 22 0 811264516 10875531264 362916 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522114048 0 4 0 16800975 18446604459289226048 0 0 -1 5 0 0 0
[pid=8874/tid=8877] ppid=8872 vsize=10620636 CPUtime=1.03 cores=1,3,5,7
/proc/8874/task/8877/stat : 8877 (java) S 8872 8874 4512 0 -1 4202560 633 0 0 0 103 0 0 0 16 0 22 0 811264518 10875531264 362916 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 5 0 0 0
[pid=8874/tid=8878] ppid=8872 vsize=10620636 CPUtime=1.18 cores=1,3,5,7
/proc/8874/task/8878/stat : 8878 (java) S 8872 8874 4512 0 -1 4202560 647 0 0 0 118 0 0 0 16 0 22 0 811264518 10875531264 362916 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 3 0 0 0
[pid=8874/tid=8879] ppid=8872 vsize=10620636 CPUtime=1.1 cores=1,3,5,7
/proc/8874/task/8879/stat : 8879 (java) S 8872 8874 4512 0 -1 4202560 238 0 0 0 110 0 0 0 15 0 22 0 811264518 10875531264 362916 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 7 0 0 0
[pid=8874/tid=8880] ppid=8872 vsize=10620636 CPUtime=1.03 cores=1,3,5,7
/proc/8874/task/8880/stat : 8880 (java) S 8872 8874 4512 0 -1 4202560 97 0 0 0 103 0 0 0 16 0 22 0 811264518 10875531264 362916 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 5 0 0 0
[pid=8874/tid=8881] ppid=8872 vsize=10620636 CPUtime=0.98 cores=1,3,5,7
/proc/8874/task/8881/stat : 8881 (java) S 8872 8874 4512 0 -1 4202560 578 0 0 0 98 0 0 0 16 0 22 0 811264518 10875531264 362916 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 5 0 0 0
[pid=8874/tid=8882] ppid=8872 vsize=10620636 CPUtime=1.15 cores=1,3,5,7
/proc/8874/task/8882/stat : 8882 (java) S 8872 8874 4512 0 -1 4202560 544 0 0 0 115 0 0 0 16 0 22 0 811264518 10875531264 362916 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 7 0 0 0
[pid=8874/tid=8883] ppid=8872 vsize=10620636 CPUtime=1 cores=1,3,5,7
/proc/8874/task/8883/stat : 8883 (java) S 8872 8874 4512 0 -1 4202560 693 0 0 0 100 0 0 0 16 0 22 0 811264518 10875531264 362916 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 5 0 0 0
[pid=8874/tid=8884] ppid=8872 vsize=10620636 CPUtime=1.16 cores=1,3,5,7
/proc/8874/task/8884/stat : 8884 (java) S 8872 8874 4512 0 -1 4202560 551 0 0 0 116 0 0 0 16 0 22 0 811264518 10875531264 362916 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 7 0 0 0
[pid=8874/tid=8885] ppid=8872 vsize=10620636 CPUtime=82.97 cores=1,3,5,7
/proc/8874/task/8885/stat : 8885 (java) S 8872 8874 4512 0 -1 4202560 40006 0 0 0 8289 8 0 0 15 0 22 0 811264519 10875531264 362916 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522114048 0 0 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8886] ppid=8872 vsize=10620636 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8886/stat : 8886 (java) S 8872 8874 4512 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 811264520 10875531264 362916 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8887] ppid=8872 vsize=10620636 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8887/stat : 8887 (java) S 8872 8874 4512 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 811264520 10875531264 362916 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8888] ppid=8872 vsize=10620636 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8888/stat : 8888 (java) S 8872 8874 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811264522 10875531264 362916 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522121137 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8889] ppid=8872 vsize=10620636 CPUtime=1.64 cores=1,3,5,7
/proc/8874/task/8889/stat : 8889 (java) S 8872 8874 4512 0 -1 4202560 10822 0 0 0 163 1 0 0 15 0 22 0 811264522 10875531264 362916 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 3 0 0 0
[pid=8874/tid=8890] ppid=8872 vsize=10620636 CPUtime=0.91 cores=1,3,5,7
/proc/8874/task/8890/stat : 8890 (java) S 8872 8874 4512 0 -1 4202560 4239 0 0 0 91 0 0 0 15 0 22 0 811264522 10875531264 362916 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8891] ppid=8872 vsize=10620636 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8891/stat : 8891 (java) S 8872 8874 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811264522 10875531264 362916 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8892] ppid=8872 vsize=10620636 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8892/stat : 8892 (java) S 8872 8874 4512 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 811264522 10875531264 362916 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522114048 0 4 0 16800975 18446604459289226048 0 0 -1 5 0 0 0
[pid=8874/tid=8895] ppid=8872 vsize=10620636 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8895/stat : 8895 (java) S 8872 8874 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811264557 10875531264 362916 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522114048 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8923] ppid=8872 vsize=10620636 CPUtime=620.47 cores=1,3,5,7
/proc/8874/task/8923/stat : 8923 (java) R 8872 8874 4512 0 -1 4202560 101 0 0 0 62047 0 0 0 25 0 22 0 811283154 10875531264 362916 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 46912505787639 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8874/tid=8924] ppid=8872 vsize=10620636 CPUtime=620.49 cores=1,3,5,7
/proc/8874/task/8924/stat : 8924 (java) R 8872 8874 4512 0 -1 4202560 38138 0 0 0 62044 5 0 0 25 0 22 0 811283154 10875531264 362916 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 46912505905780 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=8874/tid=8925] ppid=8872 vsize=10620636 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8925/stat : 8925 (java) S 8872 8874 4512 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811283154 10875531264 362916 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522114048 0 4 0 16800975 18446604459289226048 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1681.52
Current children cumulated vsize (KiB) 10620636

[startup+942.302 s]
/proc/loadavg: 3.82 3.77 3.06 4/569 9012
/proc/meminfo: memFree=20658728/32951124 swapFree=64303760/67111528
[pid=8874] ppid=8872 vsize=10620636 CPUtime=1793.92 cores=1,3,5,7
/proc/8874/stat : 8874 (java) S 8872 8874 4512 0 -1 4202496 372721 0 1 0 179340 52 0 0 25 0 22 0 811264516 10875531264 364301 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8874/statm: 2655159 364301 2269 9 0 2645893 0
[pid=8874/tid=8875] ppid=8872 vsize=10620636 CPUtime=0.39 cores=1,3,5,7
/proc/8874/task/8875/stat : 8875 (java) S 8872 8874 4512 0 -1 4202560 16898 0 1 0 38 1 0 0 15 0 22 0 811264516 10875531264 364301 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522114048 0 4 0 16800975 18446604459289226048 0 0 -1 5 0 0 0
[pid=8874/tid=8877] ppid=8872 vsize=10620636 CPUtime=1.12 cores=1,3,5,7
/proc/8874/task/8877/stat : 8877 (java) S 8872 8874 4512 0 -1 4202560 639 0 0 0 112 0 0 0 16 0 22 0 811264518 10875531264 364301 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 7 0 0 0
[pid=8874/tid=8878] ppid=8872 vsize=10620636 CPUtime=1.28 cores=1,3,5,7
/proc/8874/task/8878/stat : 8878 (java) S 8872 8874 4512 0 -1 4202560 660 0 0 0 128 0 0 0 15 0 22 0 811264518 10875531264 364301 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 7 0 0 0
[pid=8874/tid=8879] ppid=8872 vsize=10620636 CPUtime=1.2 cores=1,3,5,7
/proc/8874/task/8879/stat : 8879 (java) S 8872 8874 4512 0 -1 4202560 246 0 0 0 120 0 0 0 15 0 22 0 811264518 10875531264 364301 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 3 0 0 0
[pid=8874/tid=8880] ppid=8872 vsize=10620636 CPUtime=1.1 cores=1,3,5,7
/proc/8874/task/8880/stat : 8880 (java) S 8872 8874 4512 0 -1 4202560 109 0 0 0 110 0 0 0 15 0 22 0 811264518 10875531264 364301 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 5 0 0 0
[pid=8874/tid=8881] ppid=8872 vsize=10620636 CPUtime=1.08 cores=1,3,5,7
/proc/8874/task/8881/stat : 8881 (java) S 8872 8874 4512 0 -1 4202560 578 0 0 0 108 0 0 0 15 0 22 0 811264518 10875531264 364301 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 3 0 0 0
[pid=8874/tid=8882] ppid=8872 vsize=10620636 CPUtime=1.24 cores=1,3,5,7
/proc/8874/task/8882/stat : 8882 (java) S 8872 8874 4512 0 -1 4202560 553 0 0 0 124 0 0 0 15 0 22 0 811264518 10875531264 364301 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 5 0 0 0
[pid=8874/tid=8883] ppid=8872 vsize=10620636 CPUtime=1.1 cores=1,3,5,7
/proc/8874/task/8883/stat : 8883 (java) S 8872 8874 4512 0 -1 4202560 699 0 0 0 110 0 0 0 15 0 22 0 811264518 10875531264 364301 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 3 0 0 0
[pid=8874/tid=8884] ppid=8872 vsize=10620636 CPUtime=1.27 cores=1,3,5,7
/proc/8874/task/8884/stat : 8884 (java) S 8872 8874 4512 0 -1 4202560 562 0 0 0 127 0 0 0 15 0 22 0 811264518 10875531264 364301 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 5 0 0 0
[pid=8874/tid=8885] ppid=8872 vsize=10620636 CPUtime=90.87 cores=1,3,5,7
/proc/8874/task/8885/stat : 8885 (java) S 8872 8874 4512 0 -1 4202560 41328 0 0 0 9079 8 0 0 16 0 22 0 811264519 10875531264 364301 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522114048 0 0 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8886] ppid=8872 vsize=10620636 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8886/stat : 8886 (java) S 8872 8874 4512 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 811264520 10875531264 364301 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8887] ppid=8872 vsize=10620636 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8887/stat : 8887 (java) S 8872 8874 4512 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 811264520 10875531264 364301 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8888] ppid=8872 vsize=10620636 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8888/stat : 8888 (java) S 8872 8874 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811264522 10875531264 364301 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522121137 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8889] ppid=8872 vsize=10620636 CPUtime=1.64 cores=1,3,5,7
/proc/8874/task/8889/stat : 8889 (java) S 8872 8874 4512 0 -1 4202560 10822 0 0 0 163 1 0 0 15 0 22 0 811264522 10875531264 364301 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 3 0 0 0
[pid=8874/tid=8890] ppid=8872 vsize=10620636 CPUtime=0.91 cores=1,3,5,7
/proc/8874/task/8890/stat : 8890 (java) S 8872 8874 4512 0 -1 4202560 4239 0 0 0 91 0 0 0 15 0 22 0 811264522 10875531264 364301 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8891] ppid=8872 vsize=10620636 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8891/stat : 8891 (java) S 8872 8874 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811264522 10875531264 364301 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8892] ppid=8872 vsize=10620636 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8892/stat : 8892 (java) S 8872 8874 4512 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 811264522 10875531264 364301 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522114048 0 4 0 16800975 18446604459289226048 0 0 -1 5 0 0 0
[pid=8874/tid=8895] ppid=8872 vsize=10620636 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8895/stat : 8895 (java) S 8872 8874 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811264557 10875531264 364301 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522114048 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8923] ppid=8872 vsize=10620636 CPUtime=672.34 cores=1,3,5,7
/proc/8874/task/8923/stat : 8923 (java) R 8872 8874 4512 0 -1 4202560 124 0 0 0 67234 0 0 0 25 0 22 0 811283154 10875531264 364301 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 46912505329159 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8874/tid=8924] ppid=8872 vsize=10620636 CPUtime=672.37 cores=1,3,5,7
/proc/8874/task/8924/stat : 8924 (java) R 8872 8874 4512 0 -1 4202560 38138 0 0 0 67231 6 0 0 25 0 22 0 811283154 10875531264 364301 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 46912505905711 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=8874/tid=8925] ppid=8872 vsize=10620636 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8925/stat : 8925 (java) S 8872 8874 4512 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811283154 10875531264 364301 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522114048 0 4 0 16800975 18446604459289226048 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1793.92
Current children cumulated vsize (KiB) 10620636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+945.601 s]
/proc/loadavg: 3.91 3.79 3.07 5/569 9012
/proc/meminfo: memFree=20651656/32951124 swapFree=64303760/67111528
[pid=8874] ppid=8872 vsize=10620636 CPUtime=1800.09 cores=1,3,5,7
/proc/8874/stat : 8874 (java) S 8872 8874 4512 0 -1 4202496 372726 0 1 0 179957 52 0 0 25 0 22 0 811264516 10875531264 364303 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8874/statm: 2655159 364303 2269 9 0 2645893 0
[pid=8874/tid=8875] ppid=8872 vsize=10620636 CPUtime=0.39 cores=1,3,5,7
/proc/8874/task/8875/stat : 8875 (java) S 8872 8874 4512 0 -1 4202560 16898 0 1 0 38 1 0 0 15 0 22 0 811264516 10875531264 364303 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522114048 0 4 0 16800975 18446604459289226048 0 0 -1 5 0 0 0
[pid=8874/tid=8877] ppid=8872 vsize=10620636 CPUtime=1.13 cores=1,3,5,7
/proc/8874/task/8877/stat : 8877 (java) S 8872 8874 4512 0 -1 4202560 639 0 0 0 113 0 0 0 16 0 22 0 811264518 10875531264 364303 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 7 0 0 0
[pid=8874/tid=8878] ppid=8872 vsize=10620636 CPUtime=1.28 cores=1,3,5,7
/proc/8874/task/8878/stat : 8878 (java) S 8872 8874 4512 0 -1 4202560 660 0 0 0 128 0 0 0 15 0 22 0 811264518 10875531264 364303 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 7 0 0 0
[pid=8874/tid=8879] ppid=8872 vsize=10620636 CPUtime=1.2 cores=1,3,5,7
/proc/8874/task/8879/stat : 8879 (java) S 8872 8874 4512 0 -1 4202560 246 0 0 0 120 0 0 0 16 0 22 0 811264518 10875531264 364303 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 3 0 0 0
[pid=8874/tid=8880] ppid=8872 vsize=10620636 CPUtime=1.1 cores=1,3,5,7
/proc/8874/task/8880/stat : 8880 (java) S 8872 8874 4512 0 -1 4202560 109 0 0 0 110 0 0 0 15 0 22 0 811264518 10875531264 364303 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 5 0 0 0
[pid=8874/tid=8881] ppid=8872 vsize=10620636 CPUtime=1.09 cores=1,3,5,7
/proc/8874/task/8881/stat : 8881 (java) S 8872 8874 4512 0 -1 4202560 578 0 0 0 109 0 0 0 16 0 22 0 811264518 10875531264 364303 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 3 0 0 0
[pid=8874/tid=8882] ppid=8872 vsize=10620636 CPUtime=1.25 cores=1,3,5,7
/proc/8874/task/8882/stat : 8882 (java) S 8872 8874 4512 0 -1 4202560 554 0 0 0 125 0 0 0 16 0 22 0 811264518 10875531264 364303 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 5 0 0 0
[pid=8874/tid=8883] ppid=8872 vsize=10620636 CPUtime=1.1 cores=1,3,5,7
/proc/8874/task/8883/stat : 8883 (java) S 8872 8874 4512 0 -1 4202560 699 0 0 0 110 0 0 0 15 0 22 0 811264518 10875531264 364303 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 3 0 0 0
[pid=8874/tid=8884] ppid=8872 vsize=10620636 CPUtime=1.27 cores=1,3,5,7
/proc/8874/task/8884/stat : 8884 (java) S 8872 8874 4512 0 -1 4202560 563 0 0 0 127 0 0 0 16 0 22 0 811264518 10875531264 364303 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 5 0 0 0
[pid=8874/tid=8885] ppid=8872 vsize=10620636 CPUtime=91.33 cores=1,3,5,7
/proc/8874/task/8885/stat : 8885 (java) S 8872 8874 4512 0 -1 4202560 41328 0 0 0 9125 8 0 0 15 0 22 0 811264519 10875531264 364303 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522114048 0 0 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8886] ppid=8872 vsize=10620636 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8886/stat : 8886 (java) S 8872 8874 4512 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 811264520 10875531264 364303 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8887] ppid=8872 vsize=10620636 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8887/stat : 8887 (java) S 8872 8874 4512 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 811264520 10875531264 364303 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8888] ppid=8872 vsize=10620636 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8888/stat : 8888 (java) S 8872 8874 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811264522 10875531264 364303 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522121137 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8889] ppid=8872 vsize=10620636 CPUtime=1.64 cores=1,3,5,7
/proc/8874/task/8889/stat : 8889 (java) S 8872 8874 4512 0 -1 4202560 10822 0 0 0 163 1 0 0 15 0 22 0 811264522 10875531264 364303 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 3 0 0 0
[pid=8874/tid=8890] ppid=8872 vsize=10620636 CPUtime=0.91 cores=1,3,5,7
/proc/8874/task/8890/stat : 8890 (java) S 8872 8874 4512 0 -1 4202560 4239 0 0 0 91 0 0 0 15 0 22 0 811264522 10875531264 364303 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8891] ppid=8872 vsize=10620636 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8891/stat : 8891 (java) S 8872 8874 4512 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811264522 10875531264 364303 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522113433 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8892] ppid=8872 vsize=10620636 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8892/stat : 8892 (java) S 8872 8874 4512 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 811264522 10875531264 364303 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522114048 0 4 0 16800975 18446604459289226048 0 0 -1 5 0 0 0
[pid=8874/tid=8895] ppid=8872 vsize=10620636 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8895/stat : 8895 (java) S 8872 8874 4512 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811264557 10875531264 364303 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522114048 0 4 0 16800975 18446604459289226048 0 0 -1 1 0 0 0
[pid=8874/tid=8923] ppid=8872 vsize=10620636 CPUtime=675.19 cores=1,3,5,7
/proc/8874/task/8923/stat : 8923 (java) R 8872 8874 4512 0 -1 4202560 125 0 0 0 67519 0 0 0 25 0 22 0 811283154 10875531264 364303 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 46912505787639 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8874/tid=8924] ppid=8872 vsize=10620636 CPUtime=675.22 cores=1,3,5,7
/proc/8874/task/8924/stat : 8924 (java) R 8872 8874 4512 0 -1 4202560 38138 0 0 0 67516 6 0 0 25 0 22 0 811283154 10875531264 364303 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 46912505905632 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=8874/tid=8925] ppid=8872 vsize=10620636 CPUtime=0 cores=1,3,5,7
/proc/8874/task/8925/stat : 8925 (java) S 8872 8874 4512 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811283154 10875531264 364303 33554432000 1073741824 1073778376 140737087993760 18446744073709551615 233522114048 0 4 0 16800975 18446604459289226048 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 10620636

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): 945.717
CPU time (s): 1800.28
CPU user time (s): 1799.69
CPU system time (s): 0.58591
CPU usage (%): 190.361
Max. virtual memory (cumulated for all children) (KiB): 10620636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.69
system time used= 0.58591
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 372757
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32936
involuntary context switches= 25956

runsolver used 4.90925 second user time and 12.3401 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-04 13:54:47
IDJOB=3454495
IDBENCH=2010
IDSOLVER=1950
FILE ID=node145/3454495-1307188487
RUNJOBID= node145-1307188484-8767
PBS_JOBID= 13508838
Free space on /tmp= 73988 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-data6_3.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454495-1307188487/watcher-3454495-1307188487 -o /tmp/evaluation-result-3454495-1307188487/solver-3454495-1307188487 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454495-1307188487.opb

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

MD5SUM BENCH= f675f355e04fd5af6f49610fb88dbbd3
RANDOM SEED=248728908

node145.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22571456 kB
Buffers:        270716 kB
Cached:         602588 kB
SwapCached:        944 kB
Active:        9625688 kB
Inactive:       483112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22571456 kB
SwapTotal:    67111528 kB
SwapFree:     64303760 kB
Dirty:            1708 kB
Writeback:           0 kB
AnonPages:     9234016 kB
Mapped:          42560 kB
Slab:           135680 kB
PageTables:      66284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 163589756 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73988 MiB
End job on node145 at 2011-06-04 14:10:34