Trace number 3688746

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)-24 1800.02 938.543

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_1.opb
MD5SUM8c398fbb12ba7dbf676dd8375a76e0de
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-28
Best CPU time to get the best result obtained on this benchmark1789.76
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2496
Sum of products size (including duplicates)4992
Number of different products1248
Sum of products size2496

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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3688746-1337879535.opb
0.08/0.13	c reading problem ... 
0.42/0.34	c ... done. Wall clock time 0.213s.
0.42/0.34	c declared #vars     200
0.42/0.34	c internal #vars     1448
0.42/0.34	c #constraints  2798
0.42/0.34	c constraints type 
0.42/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1248
0.42/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 202
0.42/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.42/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1248
0.42/0.34	c 2798 constraints processed.
0.42/0.34	c constraints type 
0.42/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
0.42/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1248
0.42/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 202
0.42/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1248
0.42/0.34	c 2798 constraints processed.
0.42/0.34	c objective function length is 100 literals
0.72/0.47	c  And the winner is solver1
1.16/0.84	c SATISFIABLE
1.16/0.84	c OPTIMIZING...
1.16/0.84	c Got one! Elapsed wall clock time (in seconds):0.715
1.16/0.85	o -9
1.16/0.88	c  And the winner is solver1
1.34/1.35	c Got one! Elapsed wall clock time (in seconds):1.216
1.34/1.35	o -10
1.34/1.36	c  And the winner is solver1
1.37/1.85	c Got one! Elapsed wall clock time (in seconds):1.717
1.37/1.85	o -11
1.37/1.87	c  And the winner is solver1
1.45/2.35	c Got one! Elapsed wall clock time (in seconds):2.218
1.45/2.35	o -12
1.45/2.36	c  And the winner is solver1
1.66/2.85	c Got one! Elapsed wall clock time (in seconds):2.72
1.66/2.85	o -13
1.66/2.87	c  And the winner is solver1
1.71/3.35	c Got one! Elapsed wall clock time (in seconds):3.221
1.71/3.35	o -14
1.71/3.37	c  And the winner is solver1
1.87/3.85	c Got one! Elapsed wall clock time (in seconds):3.722
1.87/3.85	o -15
1.87/3.86	c  And the winner is solver0
1.87/4.35	c Got one! Elapsed wall clock time (in seconds):4.223
1.87/4.35	o -17
1.87/4.37	c  And the winner is solver1
1.99/4.85	c Got one! Elapsed wall clock time (in seconds):4.724
1.99/4.85	o -18
1.99/4.89	c  And the winner is solver0
2.17/5.35	c Got one! Elapsed wall clock time (in seconds):5.225
2.17/5.35	o -19
2.33/5.41	c  And the winner is solver1
2.38/5.86	c Got one! Elapsed wall clock time (in seconds):5.726
2.38/5.86	o -20
3.74/6.45	c cleaning 3360 clauses out of 6719 with flag 5003/6719
5.24/7.12	c cleaning 4677 clauses out of 9357 with flag 11001/12717
5.42/7.21	c  And the winner is solver1
5.44/7.36	c Got one! Elapsed wall clock time (in seconds):7.227
5.44/7.36	o -21
6.40/7.80	c cleaning 5008 clauses out of 10019 with flag 5001/18056
7.61/8.48	c cleaning 5503 clauses out of 11010 with flag 11000/24055
9.17/9.26	c cleaning 6234 clauses out of 12510 with flag 18003/31058
10.94/10.15	c cleaning 7137 clauses out of 14275 with flag 26002/39057
13.08/11.27	c cleaning 8067 clauses out of 16136 with flag 35000/48055
15.82/12.61	c cleaning 9035 clauses out of 18072 with flag 45003/58058
18.34/13.94	c cleaning 10011 clauses out of 20037 with flag 56003/69058
20.87/15.26	c cleaning 11004 clauses out of 22023 with flag 68000/81055
25.60/17.62	c cleaning 12006 clauses out of 24022 with flag 81003/94058
31.11/20.46	c cleaning 13007 clauses out of 26026 with flag 95013/108068
34.60/22.20	c cleaning 13985 clauses out of 28008 with flag 110002/123057
42.49/26.22	c cleaning 15004 clauses out of 30024 with flag 126003/139058
47.81/28.94	c cleaning 15996 clauses out of 32017 with flag 143000/156055
49.72/29.90	c  And the winner is solver1
49.61/30.38	c Got one! Elapsed wall clock time (in seconds):30.247
49.61/30.38	o -22
50.46/30.87	c cleaning 14051 clauses out of 28103 with flag 5002/168137
51.67/31.60	c cleaning 10034 clauses out of 20071 with flag 11021/174156
52.38/31.95	c  And the winner is solver1
52.48/32.08	c Got one! Elapsed wall clock time (in seconds):31.955
52.48/32.08	o -23
52.90/32.33	c cleaning 7694 clauses out of 15387 with flag 3000/179506
53.98/32.98	c cleaning 6829 clauses out of 13694 with flag 9001/185507
55.44/33.77	c cleaning 6926 clauses out of 13866 with flag 16002/192508
57.25/34.79	c cleaning 7449 clauses out of 14939 with flag 24001/200507
59.72/36.01	c cleaning 8236 clauses out of 16492 with flag 33003/209509
61.17/36.89	c cleaning 9122 clauses out of 18253 with flag 43000/219506
63.43/38.01	c cleaning 10061 clauses out of 20134 with flag 54003/230509
65.82/39.31	c cleaning 11026 clauses out of 22076 with flag 66006/242512
68.29/40.63	c cleaning 12010 clauses out of 24044 with flag 79000/255506
70.94/42.06	c cleaning 13008 clauses out of 26035 with flag 93001/269507
73.81/43.59	c cleaning 13998 clauses out of 28030 with flag 108004/284510
77.60/45.53	c cleaning 15009 clauses out of 30032 with flag 124004/300510
82.08/47.86	c cleaning 16004 clauses out of 32022 with flag 141003/317509
87.52/50.65	c cleaning 16985 clauses out of 34016 with flag 159001/335507
93.14/53.59	c cleaning 17996 clauses out of 36030 with flag 178000/354506
98.28/56.26	c cleaning 19010 clauses out of 38034 with flag 198000/374506
103.31/58.81	c cleaning 19982 clauses out of 40024 with flag 219000/395506
109.74/62.14	c cleaning 20999 clauses out of 42046 with flag 241004/417510
115.37/65.10	c cleaning 22001 clauses out of 44043 with flag 264000/440506
122.87/68.92	c cleaning 23018 clauses out of 46046 with flag 288004/464510
130.12/72.63	c cleaning 23991 clauses out of 48027 with flag 313003/489509
139.11/77.21	c cleaning 25006 clauses out of 50033 with flag 339000/515506
150.74/83.15	c cleaning 26008 clauses out of 52031 with flag 366004/542510
159.44/87.62	c cleaning 27008 clauses out of 54020 with flag 394001/570507
169.81/92.98	c cleaning 27985 clauses out of 56017 with flag 423006/599512
179.20/97.76	c cleaning 28982 clauses out of 58026 with flag 453000/629506
190.17/103.36	c cleaning 30007 clauses out of 60044 with flag 484000/660506
200.19/108.57	c cleaning 31005 clauses out of 62041 with flag 516004/692510
212.56/114.87	c cleaning 32009 clauses out of 64032 with flag 549000/725506
226.59/121.90	c cleaning 33005 clauses out of 66023 with flag 583000/759506
237.80/127.61	c cleaning 0 clauses out of 6539 with flag 0/6540
239.03/128.36	c cleaning 33993 clauses out of 68018 with flag 618000/794506
253.56/135.72	c cleaning 35005 clauses out of 70025 with flag 654000/830506
267.72/142.99	c cleaning 36008 clauses out of 72020 with flag 691000/867506
277.86/148.10	c cleaning 37003 clauses out of 74016 with flag 729004/905510
289.23/154.06	c cleaning 37989 clauses out of 76009 with flag 768000/944506
302.33/160.79	c cleaning 39001 clauses out of 78024 with flag 808004/984510
320.44/169.99	c cleaning 40002 clauses out of 80020 with flag 849001/1025507
337.77/178.78	c cleaning 41009 clauses out of 82018 with flag 891001/1067507
352.89/186.52	c cleaning 41991 clauses out of 84009 with flag 934001/1110507
369.54/195.07	c cleaning 42993 clauses out of 86019 with flag 978002/1154508
385.22/203.07	c cleaning 43992 clauses out of 88024 with flag 1023000/1199506
411.73/216.50	c cleaning 44988 clauses out of 90038 with flag 1069006/1245512
430.40/226.02	c cleaning 45994 clauses out of 92047 with flag 1116003/1292509
448.08/235.06	c cleaning 47013 clauses out of 94050 with flag 1164000/1340506
463.31/242.80	c cleaning 48004 clauses out of 96037 with flag 1213000/1389506
478.16/250.42	c cleaning 49003 clauses out of 98036 with flag 1263003/1439509
493.79/258.57	c cleaning 50012 clauses out of 100030 with flag 1314000/1490506
506.83/265.27	c cleaning 51006 clauses out of 102018 with flag 1366000/1542506
522.25/273.17	c cleaning 51988 clauses out of 104012 with flag 1419000/1595506
537.89/281.19	c cleaning 52983 clauses out of 106024 with flag 1473000/1649506
552.88/288.95	c cleaning 53994 clauses out of 108041 with flag 1528000/1704506
568.30/296.81	c cleaning 55008 clauses out of 110047 with flag 1584000/1760506
585.71/305.75	c cleaning 56006 clauses out of 112039 with flag 1641000/1817506
604.29/315.20	c cleaning 56992 clauses out of 114033 with flag 1699000/1875506
622.62/324.77	c cleaning 57999 clauses out of 116042 with flag 1758001/1934507
642.22/334.72	c cleaning 59014 clauses out of 118042 with flag 1818000/1994506
663.41/345.51	c cleaning 60005 clauses out of 120030 with flag 1879002/2055508
684.65/356.39	c cleaning 60999 clauses out of 122024 with flag 1941001/2117507
703.17/365.97	c cleaning 62003 clauses out of 124024 with flag 2004000/2180506
721.97/375.50	c cleaning 63007 clauses out of 126028 with flag 2068007/2244513
741.95/385.77	c cleaning 63994 clauses out of 128014 with flag 2133000/2309506
760.54/395.28	c cleaning 64985 clauses out of 130025 with flag 2199005/2375511
788.89/409.71	c cleaning 66010 clauses out of 132036 with flag 2266001/2442507
810.29/420.63	c cleaning 67005 clauses out of 134027 with flag 2334002/2510508
828.25/429.89	c  And the winner is solver1
826.55/430.14	c Got one! Elapsed wall clock time (in seconds):430.012
826.55/430.14	o -24
829.85/431.84	c cleaning 68771 clauses out of 137542 with flag 5001/2581028
832.42/433.31	c cleaning 37385 clauses out of 74770 with flag 11000/2587027
834.61/434.87	c cleaning 22178 clauses out of 44386 with flag 18001/2594028
836.56/436.03	c cleaning 15071 clauses out of 30208 with flag 26001/2602028
838.31/437.19	c cleaning 12040 clauses out of 24136 with flag 35000/2611027
840.26/438.34	c cleaning 11028 clauses out of 22096 with flag 45000/2621027
842.52/439.87	c cleaning 11005 clauses out of 22068 with flag 56000/2632027
845.04/441.36	c cleaning 11516 clauses out of 23063 with flag 68000/2644027
847.77/442.95	c cleaning 12251 clauses out of 24547 with flag 81000/2657027
851.09/444.80	c cleaning 13143 clauses out of 26300 with flag 95004/2671031
854.69/447.05	c cleaning 14058 clauses out of 28156 with flag 110003/2686030
858.07/448.93	c cleaning 15047 clauses out of 30098 with flag 126003/2702030
861.42/450.87	c cleaning 16013 clauses out of 32052 with flag 143004/2719031
864.98/452.90	c cleaning 17006 clauses out of 34035 with flag 161000/2737027
870.79/456.11	c cleaning 18014 clauses out of 36033 with flag 180004/2756031
875.14/458.56	c cleaning 18983 clauses out of 38015 with flag 200000/2776027
881.29/461.86	c cleaning 20011 clauses out of 40034 with flag 221002/2797029
886.25/464.50	c cleaning 20989 clauses out of 42021 with flag 243000/2819027
892.29/467.93	c cleaning 21987 clauses out of 44032 with flag 266000/2842027
896.98/470.57	c cleaning 23023 clauses out of 46045 with flag 290000/2866027
902.72/473.62	c cleaning 24001 clauses out of 48022 with flag 315000/2891027
909.27/477.17	c cleaning 24998 clauses out of 50021 with flag 341000/2917027
916.89/481.34	c cleaning 25980 clauses out of 52023 with flag 368000/2944027
924.85/485.52	c cleaning 27010 clauses out of 54051 with flag 396008/2972035
932.20/489.48	c cleaning 28017 clauses out of 56034 with flag 425001/3001028
939.53/493.36	c cleaning 29004 clauses out of 58017 with flag 455001/3031028
946.77/497.35	c cleaning 29999 clauses out of 60012 with flag 486000/3062027
954.51/501.47	c cleaning 31007 clauses out of 62013 with flag 518000/3094027
961.64/505.26	c cleaning 32000 clauses out of 64006 with flag 551000/3127027
969.58/509.42	c cleaning 33002 clauses out of 66006 with flag 585000/3161027
977.61/513.83	c cleaning 34002 clauses out of 68005 with flag 620001/3196028
985.75/518.16	c cleaning 34974 clauses out of 70002 with flag 656000/3232027
995.67/523.31	c cleaning 36010 clauses out of 72031 with flag 693003/3269030
1004.20/527.84	c cleaning 36994 clauses out of 74019 with flag 731001/3307028
1014.63/533.41	c cleaning 37993 clauses out of 76024 with flag 770000/3346027
1017.55/535.13	c cleaning 0 clauses out of 12140 with flag 0/12141
1024.48/538.83	c cleaning 39010 clauses out of 78041 with flag 810010/3386037
1035.38/544.54	c cleaning 40000 clauses out of 80021 with flag 851000/3427027
1045.78/550.19	c cleaning 41008 clauses out of 82030 with flag 893009/3469036
1056.49/555.71	c cleaning 41988 clauses out of 84014 with flag 936001/3512028
1068.61/562.10	c cleaning 43005 clauses out of 86025 with flag 980000/3556027
1080.30/568.17	c cleaning 43997 clauses out of 88023 with flag 1025003/3601030
1094.41/575.66	c cleaning 45005 clauses out of 90023 with flag 1071000/3647027
1106.66/582.00	c cleaning 46001 clauses out of 92018 with flag 1118000/3694027
1120.54/589.25	c cleaning 46984 clauses out of 94018 with flag 1166001/3742028
1133.05/595.75	c cleaning 47994 clauses out of 96034 with flag 1215001/3791028
1148.34/603.82	c cleaning 49013 clauses out of 98041 with flag 1265002/3841029
1162.98/611.42	c cleaning 49998 clauses out of 100026 with flag 1316000/3892027
1178.83/619.60	c cleaning 50987 clauses out of 102028 with flag 1368000/3944027
1195.71/628.40	c cleaning 52007 clauses out of 104050 with flag 1421009/3997036
1217.23/639.51	c cleaning 52996 clauses out of 106034 with flag 1475000/4051027
1233.92/648.10	c cleaning 53993 clauses out of 108038 with flag 1530000/4106027
1251.01/656.90	c cleaning 54997 clauses out of 110045 with flag 1586000/4162027
1270.28/666.87	c cleaning 56015 clauses out of 112048 with flag 1643000/4219027
1291.58/677.94	c cleaning 56980 clauses out of 114034 with flag 1701001/4277028
1313.45/689.13	c cleaning 58024 clauses out of 116057 with flag 1760004/4336031
1337.57/701.80	c cleaning 59012 clauses out of 118030 with flag 1820001/4396028
1358.84/712.80	c cleaning 60006 clauses out of 120017 with flag 1881000/4457027
1380.47/723.93	c cleaning 60979 clauses out of 122011 with flag 1943000/4519027
1400.88/734.42	c cleaning 62014 clauses out of 124032 with flag 2006000/4582027
1420.34/744.47	c cleaning 63010 clauses out of 126020 with flag 2070002/4646029
1441.04/755.28	c cleaning 64000 clauses out of 128008 with flag 2135000/4711027
1463.53/766.76	c cleaning 64998 clauses out of 130009 with flag 2201001/4777028
1490.03/780.21	c cleaning 65973 clauses out of 132010 with flag 2268000/4844027
1516.32/793.62	c cleaning 67008 clauses out of 134038 with flag 2336001/4912028
1545.79/808.87	c cleaning 67997 clauses out of 136029 with flag 2405000/4981027
1572.64/822.57	c cleaning 68996 clauses out of 138033 with flag 2475001/5051028
1607.07/840.04	c cleaning 70002 clauses out of 140036 with flag 2546000/5122027
1636.69/855.11	c cleaning 70992 clauses out of 142034 with flag 2618000/5194027
1661.89/868.20	c cleaning 72013 clauses out of 144048 with flag 2691006/5267033
1685.70/880.49	c cleaning 72997 clauses out of 146030 with flag 2765001/5341028
1709.28/892.53	c cleaning 73991 clauses out of 148033 with flag 2840001/5416028
1736.62/906.58	c cleaning 75011 clauses out of 150047 with flag 2916006/5492033
1764.91/921.20	c cleaning 76006 clauses out of 152030 with flag 2993000/5569027
1790.25/934.26	c cleaning 76993 clauses out of 154024 with flag 3071000/5647027
1798.21/938.51	c starts		: 58
1798.21/938.51	c conflicts		: 15638
1798.21/938.51	c decisions		: 70943
1798.21/938.51	c propagations		: 1279755
1798.21/938.51	c inspects		: 907257425
1798.21/938.51	c shortcuts		: 0
1798.21/938.51	c learnt literals	: 0
1798.21/938.51	c learnt binary clauses	: 0
1798.21/938.51	c learnt ternary clauses	: 0
1798.21/938.51	c learnt constraints	: 15636
1798.21/938.51	c ignored constraints	: 0
1798.21/938.51	c root simplifications	: 0
1798.21/938.51	c removed literals (reason simplification)	: 0
1798.21/938.51	c reason swapping (by a shorter reason)	: 0
1798.21/938.51	c Calls to reduceDB	: 2
1798.21/938.51	c number of reductions to clauses (during analyze)	: 0
1798.21/938.51	c number of learned constraints concerned by reduction	: 0
1798.21/938.51	c number of learning phase by resolution	: 0
1798.21/938.51	c number of learning phase by cutting planes	: 0
1798.21/938.51	c speed (assignments/second)	: 1371.4281121571444
1798.21/938.51	c non guided choices	30
1798.21/938.52	c learnt constraints type 
1798.21/938.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5
1798.21/938.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15631
1798.21/938.52	c constraints type 
1798.21/938.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1248
1798.21/938.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
1798.21/938.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
1798.21/938.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1248
1798.21/938.52	c 2799 constraints processed.
1798.21/938.52	c constraints type 
1798.21/938.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1798.21/938.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1248
1798.21/938.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1798.21/938.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1248
1798.21/938.52	c 2799 constraints processed.
1798.21/938.52	s SATISFIABLE
1798.21/938.52	v -x1 -x2 -x3 x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 x13 -x14 -x15 -x16 x17 -x18 -x19 x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 -x33 x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 x45 x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 x54 -x55 x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 x71 -x72 -x73 -x74 -x75 x76 x77 -x78 x79 -x80 -x81 x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 -x90 -x91 x92 -x93 x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 x123 x124 x125 x126 -x127 -x128 -x129 -x130 -x131 -x132 x133 -x134 -x135 x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 x150 -x151 -x152 x153 -x154 x155 -x156 -x157 -x158 x159 x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 x169 -x170 -x171 -x172 x173 -x174 -x175 -x176 -x177 x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 x186 x187 x188 -x189 x190 -x191 -x192 x193 -x194 -x195 -x196 x197 -x198 -x199 x200 
1798.21/938.52	c objective function=-24
1798.21/938.52	c Total wall clock time (in seconds): 938.389

Verifier Data

OK	-24

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3688746-1337879535/watcher-3688746-1337879535 -o /tmp/evaluation-result-3688746-1337879535/solver-3688746-1337879535 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688746-1337879535.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.78 3.93 3.90 4/197 25585
/proc/meminfo: memFree=27751064/32873844 swapFree=7616/7616
[pid=25585] ppid=25583 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25585/stat : 25585 (java) D 25583 25585 23801 0 -1 4202496 239 0 0 0 0 0 0 0 20 0 1 0 254079152 9515008 175 33554432000 1073741824 1073778376 140736987134672 140736987117400 214369649552 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/25585/statm: 2323 175 133 9 0 71 0

[startup+0.049003 s]
/proc/loadavg: 3.78 3.93 3.90 4/197 25585
/proc/meminfo: memFree=27751064/32873844 swapFree=7616/7616
[pid=25585] ppid=25583 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/25585/stat : 25585 (java) S 25583 25585 23801 0 -1 4202496 3015 0 1 0 2 0 0 0 20 0 13 0 254079152 9446973440 3714 33554432000 1073741824 1073778376 140734292869520 140734292860656 214373007421 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25585/statm: 2306390 3714 1695 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100252 s]
/proc/loadavg: 3.78 3.93 3.90 4/197 25585
/proc/meminfo: memFree=27751064/32873844 swapFree=7616/7616
[pid=25585] ppid=25583 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/25585/stat : 25585 (java) S 25583 25585 23801 0 -1 4202496 4070 0 1 0 7 1 0 0 20 0 18 0 254079152 9787813888 5274 33554432000 1073741824 1073778376 140734292869520 140734292860656 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25585/statm: 2389603 5276 2036 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300213 s]
/proc/loadavg: 3.78 3.93 3.90 4/197 25585
/proc/meminfo: memFree=27751064/32873844 swapFree=7616/7616
[pid=25585] ppid=25583 vsize=9558412 CPUtime=0.42 cores=0,2,4,6
/proc/25585/stat : 25585 (java) S 25583 25585 23801 0 -1 4202496 5535 0 1 0 41 1 0 0 20 0 18 0 254079152 9787813888 7964 33554432000 1073741824 1073778376 140734292869520 140734292860656 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25585/statm: 2389603 7964 2209 9 0 2380296 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9558412

[startup+0.700295 s]
/proc/loadavg: 3.78 3.93 3.90 4/197 25585
/proc/meminfo: memFree=27751064/32873844 swapFree=7616/7616
[pid=25585] ppid=25583 vsize=9824668 CPUtime=1.16 cores=0,2,4,6
/proc/25585/stat : 25585 (java) S 25583 25585 23801 0 -1 4202496 12665 0 1 0 111 5 0 0 20 0 19 0 254079152 10060460032 14119 33554432000 1073741824 1073778376 140734292869520 140734292860656 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25585/statm: 2456167 14119 2250 9 0 2446860 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9824668

[startup+1.50072 s]
/proc/loadavg: 3.78 3.93 3.90 3/216 25610
/proc/meminfo: memFree=27694204/32873844 swapFree=7616/7616
[pid=25585] ppid=25583 vsize=9824668 CPUtime=1.37 cores=0,2,4,6
/proc/25585/stat : 25585 (java) S 25583 25585 23801 0 -1 4202496 13049 0 1 0 129 8 0 0 20 0 19 0 254079152 10060460032 17193 33554432000 1073741824 1073778376 140734292869520 140734292860656 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25585/statm: 2456167 17193 2252 9 0 2446860 0
[pid=25585/tid=25587] ppid=25583 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/25585/task/25587/stat : 25587 (java) S 25583 25585 23801 0 -1 4202560 2465 0 1 0 30 1 0 0 20 0 19 0 254079153 10060460032 17193 33554432000 1073741824 1073778376 140734292869520 140573127873528 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25588] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25588/stat : 25588 (java) S 25583 25585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079155 10060460032 17193 33554432000 1073741824 1073778376 140734292869520 140573089364904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25589] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25589/stat : 25589 (java) S 25583 25585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079155 10060460032 17193 33554432000 1073741824 1073778376 140734292869520 140573088312360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25585/tid=25590] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25590/stat : 25590 (java) S 25583 25585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079155 10060460032 17193 33554432000 1073741824 1073778376 140734292869520 140573087259304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25585/tid=25591] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25591/stat : 25591 (java) S 25583 25585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079155 10060460032 17193 33554432000 1073741824 1073778376 140734292869520 140573086206760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25592] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25592/stat : 25592 (java) S 25583 25585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079155 10060460032 17193 33554432000 1073741824 1073778376 140734292869520 140573085153704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25593] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25593/stat : 25593 (java) S 25583 25585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079155 10060460032 17193 33554432000 1073741824 1073778376 140734292869520 140573084101160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25594] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25594/stat : 25594 (java) S 25583 25585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079155 10060460032 17193 33554432000 1073741824 1073778376 140734292869520 140573083048104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25595] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25595/stat : 25595 (java) S 25583 25585 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254079155 10060460032 17193 33554432000 1073741824 1073778376 140734292869520 140573081995560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25596] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25596/stat : 25596 (java) S 25583 25585 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254079156 10060460032 17193 33554432000 1073741824 1073778376 140734292869520 140572952087400 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25597] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25597/stat : 25597 (java) S 25583 25585 23801 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254079156 10060460032 17193 33554432000 1073741824 1073778376 140734292869520 140572951033720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25598] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25598/stat : 25598 (java) S 25583 25585 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254079156 10060460032 17193 33554432000 1073741824 1073778376 140734292869520 140572949980552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25599] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25599/stat : 25599 (java) S 25583 25585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079159 10060460032 17193 33554432000 1073741824 1073778376 140734292869520 140572948929296 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25600] ppid=25583 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/25585/task/25600/stat : 25600 (java) S 25583 25585 23801 0 -1 4202560 4919 0 0 0 32 0 0 0 20 0 19 0 254079159 10060460032 17193 33554432000 1073741824 1073778376 140734292869520 140572947876152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25601] ppid=25583 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/25585/task/25601/stat : 25601 (java) S 25583 25585 23801 0 -1 4202560 4351 0 0 0 34 0 0 0 20 0 19 0 254079159 10060460032 17193 33554432000 1073741824 1073778376 140734292869520 140572946823608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25585/tid=25602] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25602/stat : 25602 (java) S 25583 25585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079159 10060460032 17193 33554432000 1073741824 1073778376 140734292869520 140572945770744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25585/tid=25603] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25603/stat : 25603 (java) S 25583 25585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079159 10060460032 17193 33554432000 1073741824 1073778376 140734292869520 140572944718408 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25606] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25606/stat : 25606 (java) S 25583 25585 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254079188 10060460032 17193 33554432000 1073741824 1073778376 140734292869520 140572941559080 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9824668

[startup+3.10071 s]
/proc/loadavg: 3.64 3.90 3.89 3/216 25616
/proc/meminfo: memFree=27683452/32873844 swapFree=7616/7616
[pid=25585] ppid=25583 vsize=9824668 CPUtime=1.71 cores=0,2,4,6
/proc/25585/stat : 25585 (java) S 25583 25585 23801 0 -1 4202496 16525 0 1 0 157 14 0 0 20 0 19 0 254079152 10060460032 23408 33554432000 1073741824 1073778376 140734292869520 140734292860656 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25585/statm: 2456167 23408 2252 9 0 2446860 0
[pid=25585/tid=25587] ppid=25583 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/25585/task/25587/stat : 25587 (java) S 25583 25585 23801 0 -1 4202560 2466 0 1 0 30 1 0 0 20 0 19 0 254079153 10060460032 23408 33554432000 1073741824 1073778376 140734292869520 140573127873528 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25588] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25588/stat : 25588 (java) S 25583 25585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079155 10060460032 23408 33554432000 1073741824 1073778376 140734292869520 140573089364904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25589] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25589/stat : 25589 (java) S 25583 25585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079155 10060460032 23408 33554432000 1073741824 1073778376 140734292869520 140573088312360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25585/tid=25590] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25590/stat : 25590 (java) S 25583 25585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079155 10060460032 23408 33554432000 1073741824 1073778376 140734292869520 140573087259304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25585/tid=25591] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25591/stat : 25591 (java) S 25583 25585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079155 10060460032 23408 33554432000 1073741824 1073778376 140734292869520 140573086206760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25592] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25592/stat : 25592 (java) S 25583 25585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079155 10060460032 23408 33554432000 1073741824 1073778376 140734292869520 140573085153704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25593] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25593/stat : 25593 (java) S 25583 25585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079155 10060460032 23408 33554432000 1073741824 1073778376 140734292869520 140573084101160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25594] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25594/stat : 25594 (java) S 25583 25585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079155 10060460032 23408 33554432000 1073741824 1073778376 140734292869520 140573083048104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25595] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25595/stat : 25595 (java) S 25583 25585 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254079155 10060460032 23408 33554432000 1073741824 1073778376 140734292869520 140573081995560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25596] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25596/stat : 25596 (java) S 25583 25585 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254079156 10060460032 23408 33554432000 1073741824 1073778376 140734292869520 140572952087400 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25597] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25597/stat : 25597 (java) S 25583 25585 23801 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254079156 10060460032 23408 33554432000 1073741824 1073778376 140734292869520 140572951033720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25598] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25598/stat : 25598 (java) S 25583 25585 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254079156 10060460032 23408 33554432000 1073741824 1073778376 140734292869520 140572949980552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25599] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25599/stat : 25599 (java) S 25583 25585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079159 10060460032 23408 33554432000 1073741824 1073778376 140734292869520 140572948929296 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25600] ppid=25583 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/25585/task/25600/stat : 25600 (java) S 25583 25585 23801 0 -1 4202560 4919 0 0 0 36 0 0 0 20 0 19 0 254079159 10060460032 23408 33554432000 1073741824 1073778376 140734292869520 140572947876152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25601] ppid=25583 vsize=9824668 CPUtime=0.52 cores=0,2,4,6
/proc/25585/task/25601/stat : 25601 (java) S 25583 25585 23801 0 -1 4202560 7797 0 0 0 52 0 0 0 20 0 19 0 254079159 10060460032 23408 33554432000 1073741824 1073778376 140734292869520 140572946823608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25585/tid=25602] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25602/stat : 25602 (java) S 25583 25585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079159 10060460032 23408 33554432000 1073741824 1073778376 140734292869520 140572945770744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25585/tid=25603] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25603/stat : 25603 (java) S 25583 25585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254079159 10060460032 23408 33554432000 1073741824 1073778376 140734292869520 140572944718408 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25606] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25606/stat : 25606 (java) S 25583 25585 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254079188 10060460032 23408 33554432000 1073741824 1073778376 140734292869520 140572941559080 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 9824668
heavy processes:

[startup+6.30065 s]
/proc/loadavg: 3.64 3.90 3.89 7/219 25637
/proc/meminfo: memFree=27632664/32873844 swapFree=7616/7616
[pid=25585] ppid=25583 vsize=9824668 CPUtime=3.5 cores=0,2,4,6
/proc/25585/stat : 25585 (java) S 25583 25585 23801 0 -1 4202496 16807 0 1 0 325 25 0 0 20 0 22 0 254079152 10060460032 46660 33554432000 1073741824 1073778376 140734292869520 140734292860656 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25585/statm: 2456167 46660 2273 9 0 2446860 0
[pid=25585/tid=25587] ppid=25583 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/25585/task/25587/stat : 25587 (java) S 25583 25585 23801 0 -1 4202560 2468 0 1 0 31 2 0 0 20 0 22 0 254079153 10060460032 46660 33554432000 1073741824 1073778376 140734292869520 140573127873528 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25588] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25588/stat : 25588 (java) S 25583 25585 23801 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 254079155 10060460032 46660 33554432000 1073741824 1073778376 140734292869520 140573089364904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25589] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25589/stat : 25589 (java) S 25583 25585 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254079155 10060460032 46660 33554432000 1073741824 1073778376 140734292869520 140573088312360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25585/tid=25590] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25590/stat : 25590 (java) S 25583 25585 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254079155 10060460032 46660 33554432000 1073741824 1073778376 140734292869520 140573087259304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25585/tid=25591] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25591/stat : 25591 (java) S 25583 25585 23801 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254079155 10060460032 46660 33554432000 1073741824 1073778376 140734292869520 140573086206760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25585/tid=25592] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25592/stat : 25592 (java) S 25583 25585 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254079155 10060460032 46660 33554432000 1073741824 1073778376 140734292869520 140573085153704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25585/tid=25593] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25593/stat : 25593 (java) S 25583 25585 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254079155 10060460032 46660 33554432000 1073741824 1073778376 140734292869520 140573084101160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25585/tid=25594] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25594/stat : 25594 (java) S 25583 25585 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254079155 10060460032 46660 33554432000 1073741824 1073778376 140734292869520 140573083048104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25595] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25595/stat : 25595 (java) S 25583 25585 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254079155 10060460032 46660 33554432000 1073741824 1073778376 140734292869520 140573081995560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25596] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25596/stat : 25596 (java) S 25583 25585 23801 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 254079156 10060460032 46660 33554432000 1073741824 1073778376 140734292869520 140572952087400 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25597] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25597/stat : 25597 (java) S 25583 25585 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254079156 10060460032 46660 33554432000 1073741824 1073778376 140734292869520 140572951033720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25598] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25598/stat : 25598 (java) S 25583 25585 23801 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254079156 10060460032 46660 33554432000 1073741824 1073778376 140734292869520 140572949980552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25599] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25599/stat : 25599 (java) S 25583 25585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254079159 10060460032 46660 33554432000 1073741824 1073778376 140734292869520 140572948929296 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25600] ppid=25583 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/25585/task/25600/stat : 25600 (java) S 25583 25585 23801 0 -1 4202560 4970 0 0 0 64 0 0 0 20 0 22 0 254079159 10060460032 46660 33554432000 1073741824 1073778376 140734292869520 140572947876152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25585/tid=25601] ppid=25583 vsize=9824668 CPUtime=0.84 cores=0,2,4,6
/proc/25585/task/25601/stat : 25601 (java) S 25583 25585 23801 0 -1 4202560 7812 0 0 0 84 0 0 0 20 0 22 0 254079159 10060460032 46660 33554432000 1073741824 1073778376 140734292869520 140572946823608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25602] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25602/stat : 25602 (java) S 25583 25585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254079159 10060460032 46660 33554432000 1073741824 1073778376 140734292869520 140572945770744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25585/tid=25603] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25603/stat : 25603 (java) S 25583 25585 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254079159 10060460032 46660 33554432000 1073741824 1073778376 140734292869520 140572944718408 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25637] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25637/stat : 25637 (java) S 25583 25585 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254079688 10060460032 46660 33554432000 1073741824 1073778376 140734292869520 140572943664808 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 9824668
heavy processes:

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

[pid=25585/tid=25591] ppid=25583 vsize=9824668 CPUtime=1.7 cores=0,2,4,6
/proc/25585/task/25591/stat : 25591 (java) S 25583 25585 23801 0 -1 4202560 1277 0 0 0 163 7 0 0 20 0 22 0 254079155 10060460032 786347 33554432000 1073741824 1073778376 140734292869520 140573086206760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25592] ppid=25583 vsize=9824668 CPUtime=1.6 cores=0,2,4,6
/proc/25585/task/25592/stat : 25592 (java) S 25583 25585 23801 0 -1 4202560 1329 0 0 0 155 5 0 0 20 0 22 0 254079155 10060460032 786347 33554432000 1073741824 1073778376 140734292869520 140573085153704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25593] ppid=25583 vsize=9824668 CPUtime=1.7 cores=0,2,4,6
/proc/25585/task/25593/stat : 25593 (java) S 25583 25585 23801 0 -1 4202560 1320 0 0 0 164 6 0 0 20 0 22 0 254079155 10060460032 786347 33554432000 1073741824 1073778376 140734292869520 140573084101160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25594] ppid=25583 vsize=9824668 CPUtime=1.55 cores=0,2,4,6
/proc/25585/task/25594/stat : 25594 (java) S 25583 25585 23801 0 -1 4202560 655 0 0 0 149 6 0 0 20 0 22 0 254079155 10060460032 786347 33554432000 1073741824 1073778376 140734292869520 140573083048104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25585/tid=25595] ppid=25583 vsize=9824668 CPUtime=1.6 cores=0,2,4,6
/proc/25585/task/25595/stat : 25595 (java) S 25583 25585 23801 0 -1 4202560 1357 0 0 0 155 5 0 0 20 0 22 0 254079155 10060460032 786347 33554432000 1073741824 1073778376 140734292869520 140573081995560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25596] ppid=25583 vsize=9824668 CPUtime=68.92 cores=0,2,4,6
/proc/25585/task/25596/stat : 25596 (java) S 25583 25585 23801 0 -1 4202560 2045 0 0 0 6879 13 0 0 20 0 22 0 254079156 10060460032 786347 33554432000 1073741824 1073778376 140734292869520 140572952087400 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25585/tid=25597] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25597/stat : 25597 (java) S 25583 25585 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254079156 10060460032 786347 33554432000 1073741824 1073778376 140734292869520 140572951033720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25598] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25598/stat : 25598 (java) S 25583 25585 23801 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254079156 10060460032 786347 33554432000 1073741824 1073778376 140734292869520 140572949980552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25585/tid=25599] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25599/stat : 25599 (java) S 25583 25585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254079159 10060460032 786347 33554432000 1073741824 1073778376 140734292869520 140572948929296 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25600] ppid=25583 vsize=9824668 CPUtime=0.83 cores=0,2,4,6
/proc/25585/task/25600/stat : 25600 (java) S 25583 25585 23801 0 -1 4202560 4975 0 0 0 83 0 0 0 20 0 22 0 254079159 10060460032 786347 33554432000 1073741824 1073778376 140734292869520 140572947876152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25585/tid=25601] ppid=25583 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/25585/task/25601/stat : 25601 (java) S 25583 25585 23801 0 -1 4202560 9862 0 0 0 137 2 0 0 20 0 22 0 254079159 10060460032 786347 33554432000 1073741824 1073778376 140734292869520 140572946823608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25602] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25602/stat : 25602 (java) S 25583 25585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254079159 10060460032 786347 33554432000 1073741824 1073778376 140734292869520 140572945770744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25585/tid=25603] ppid=25583 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/25585/task/25603/stat : 25603 (java) S 25583 25585 23801 0 -1 4202560 52 0 0 0 21 13 0 0 20 0 22 0 254079159 10060460032 786347 33554432000 1073741824 1073778376 140734292869520 140572944718408 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25637] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25637/stat : 25637 (java) S 25583 25585 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254079688 10060460032 786347 33554432000 1073741824 1073778376 140734292869520 140572943664808 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25585/tid=25824] ppid=25583 vsize=9824668 CPUtime=403.37 cores=0,2,4,6
/proc/25585/task/25824/stat : 25824 (java) R 25583 25585 23801 0 -1 4202560 12 0 0 0 40331 6 0 0 20 0 22 0 254122167 10060460032 786347 33554432000 1073741824 1073778376 140734292869520 140572941557840 140572954768112 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25825] ppid=25583 vsize=9824668 CPUtime=403.4 cores=0,2,4,6
/proc/25585/task/25825/stat : 25825 (java) R 25583 25585 23801 0 -1 4202560 906 0 0 0 40333 7 0 0 20 0 22 0 254122167 10060460032 786347 33554432000 1073741824 1073778376 140734292869520 140572942610952 140572954849980 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25826] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25826/stat : 25826 (java) S 25583 25585 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254122167 10060460032 786347 33554432000 1073741824 1073778376 140734292869520 140572940506664 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1688.88
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+938.501 s]
/proc/loadavg: 3.92 3.94 3.90 5/219 25831
/proc/meminfo: memFree=23277920/32873844 swapFree=7616/7616
[pid=25585] ppid=25583 vsize=9824668 CPUtime=1798.21 cores=0,2,4,6
/proc/25585/stat : 25585 (java) S 25583 25585 23801 0 -1 4202496 34980 0 1 0 179663 158 0 0 20 0 22 0 254079152 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140734292860656 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25585/statm: 2456167 788447 2287 9 0 2446860 0
[pid=25585/tid=25587] ppid=25583 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/25585/task/25587/stat : 25587 (java) S 25583 25585 23801 0 -1 4202560 2516 0 1 0 33 3 0 0 20 0 22 0 254079153 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140573127873528 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25588] ppid=25583 vsize=9824668 CPUtime=1.69 cores=0,2,4,6
/proc/25585/task/25588/stat : 25588 (java) S 25583 25585 23801 0 -1 4202560 1299 0 0 0 164 5 0 0 20 0 22 0 254079155 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140573089364904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25585/tid=25589] ppid=25583 vsize=9824668 CPUtime=1.7 cores=0,2,4,6
/proc/25585/task/25589/stat : 25589 (java) S 25583 25585 23801 0 -1 4202560 2118 0 0 0 163 7 0 0 20 0 22 0 254079155 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140573088312360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25585/tid=25590] ppid=25583 vsize=9824668 CPUtime=1.65 cores=0,2,4,6
/proc/25585/task/25590/stat : 25590 (java) S 25583 25585 23801 0 -1 4202560 1927 0 0 0 159 6 0 0 20 0 22 0 254079155 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140573087259304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25585/tid=25591] ppid=25583 vsize=9824668 CPUtime=1.77 cores=0,2,4,6
/proc/25585/task/25591/stat : 25591 (java) S 25583 25585 23801 0 -1 4202560 1277 0 0 0 170 7 0 0 20 0 22 0 254079155 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140573086206760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25592] ppid=25583 vsize=9824668 CPUtime=1.66 cores=0,2,4,6
/proc/25585/task/25592/stat : 25592 (java) S 25583 25585 23801 0 -1 4202560 1344 0 0 0 161 5 0 0 20 0 22 0 254079155 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140573085153704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25593] ppid=25583 vsize=9824668 CPUtime=1.76 cores=0,2,4,6
/proc/25585/task/25593/stat : 25593 (java) S 25583 25585 23801 0 -1 4202560 1320 0 0 0 170 6 0 0 20 0 22 0 254079155 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140573084101160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25594] ppid=25583 vsize=9824668 CPUtime=1.6 cores=0,2,4,6
/proc/25585/task/25594/stat : 25594 (java) S 25583 25585 23801 0 -1 4202560 663 0 0 0 154 6 0 0 20 0 22 0 254079155 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140573083048104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25585/tid=25595] ppid=25583 vsize=9824668 CPUtime=1.65 cores=0,2,4,6
/proc/25585/task/25595/stat : 25595 (java) S 25583 25585 23801 0 -1 4202560 1358 0 0 0 160 5 0 0 20 0 22 0 254079155 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140573081995560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25596] ppid=25583 vsize=9824668 CPUtime=72.17 cores=0,2,4,6
/proc/25585/task/25596/stat : 25596 (java) S 25583 25585 23801 0 -1 4202560 2055 0 0 0 7203 14 0 0 20 0 22 0 254079156 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140572952087400 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25585/tid=25597] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25597/stat : 25597 (java) S 25583 25585 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254079156 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140572951033720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25598] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25598/stat : 25598 (java) S 25583 25585 23801 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254079156 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140572949980552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25585/tid=25599] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25599/stat : 25599 (java) S 25583 25585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254079159 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140572948929296 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25600] ppid=25583 vsize=9824668 CPUtime=0.83 cores=0,2,4,6
/proc/25585/task/25600/stat : 25600 (java) S 25583 25585 23801 0 -1 4202560 4975 0 0 0 83 0 0 0 20 0 22 0 254079159 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140572947876152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25585/tid=25601] ppid=25583 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/25585/task/25601/stat : 25601 (java) S 25583 25585 23801 0 -1 4202560 9862 0 0 0 137 2 0 0 20 0 22 0 254079159 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140572946823608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25602] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25602/stat : 25602 (java) S 25583 25585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254079159 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140572945770744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25585/tid=25603] ppid=25583 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/25585/task/25603/stat : 25603 (java) S 25583 25585 23801 0 -1 4202560 56 0 0 0 22 14 0 0 20 0 22 0 254079159 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140572944718408 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25637] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25637/stat : 25637 (java) S 25583 25585 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254079688 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140572943664808 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25585/tid=25824] ppid=25583 vsize=9824668 CPUtime=456.03 cores=0,2,4,6
/proc/25585/task/25824/stat : 25824 (java) R 25583 25585 23801 0 -1 4202560 12 0 0 0 45597 6 0 0 20 0 22 0 254122167 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140572941557840 140572954758864 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25825] ppid=25583 vsize=9824668 CPUtime=456.07 cores=0,2,4,6
/proc/25585/task/25825/stat : 25825 (java) R 25583 25585 23801 0 -1 4202560 908 0 0 0 45600 7 0 0 20 0 22 0 254122167 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140572942608576 140572954653234 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25826] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25826/stat : 25826 (java) S 25583 25585 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254122167 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140572940506664 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1798.21
Current children cumulated vsize (KiB) 9824668

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

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

[startup+938.501 s]
/proc/loadavg: 3.92 3.94 3.90 5/219 25831
/proc/meminfo: memFree=23277920/32873844 swapFree=7616/7616
[pid=25585] ppid=25583 vsize=9824668 CPUtime=1798.21 cores=0,2,4,6
/proc/25585/stat : 25585 (java) S 25583 25585 23801 0 -1 4202496 34980 0 1 0 179663 158 0 0 20 0 22 0 254079152 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140734292860656 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25585/statm: 2456167 788447 2287 9 0 2446860 0
[pid=25585/tid=25587] ppid=25583 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/25585/task/25587/stat : 25587 (java) S 25583 25585 23801 0 -1 4202560 2516 0 1 0 33 3 0 0 20 0 22 0 254079153 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140573127873528 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25588] ppid=25583 vsize=9824668 CPUtime=1.69 cores=0,2,4,6
/proc/25585/task/25588/stat : 25588 (java) S 25583 25585 23801 0 -1 4202560 1299 0 0 0 164 5 0 0 20 0 22 0 254079155 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140573089364904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25585/tid=25589] ppid=25583 vsize=9824668 CPUtime=1.7 cores=0,2,4,6
/proc/25585/task/25589/stat : 25589 (java) S 25583 25585 23801 0 -1 4202560 2118 0 0 0 163 7 0 0 20 0 22 0 254079155 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140573088312360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25585/tid=25590] ppid=25583 vsize=9824668 CPUtime=1.65 cores=0,2,4,6
/proc/25585/task/25590/stat : 25590 (java) S 25583 25585 23801 0 -1 4202560 1927 0 0 0 159 6 0 0 20 0 22 0 254079155 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140573087259304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25585/tid=25591] ppid=25583 vsize=9824668 CPUtime=1.77 cores=0,2,4,6
/proc/25585/task/25591/stat : 25591 (java) S 25583 25585 23801 0 -1 4202560 1277 0 0 0 170 7 0 0 20 0 22 0 254079155 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140573086206760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25592] ppid=25583 vsize=9824668 CPUtime=1.66 cores=0,2,4,6
/proc/25585/task/25592/stat : 25592 (java) S 25583 25585 23801 0 -1 4202560 1344 0 0 0 161 5 0 0 20 0 22 0 254079155 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140573085153704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25593] ppid=25583 vsize=9824668 CPUtime=1.76 cores=0,2,4,6
/proc/25585/task/25593/stat : 25593 (java) S 25583 25585 23801 0 -1 4202560 1320 0 0 0 170 6 0 0 20 0 22 0 254079155 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140573084101160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25594] ppid=25583 vsize=9824668 CPUtime=1.6 cores=0,2,4,6
/proc/25585/task/25594/stat : 25594 (java) S 25583 25585 23801 0 -1 4202560 663 0 0 0 154 6 0 0 20 0 22 0 254079155 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140573083048104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25585/tid=25595] ppid=25583 vsize=9824668 CPUtime=1.65 cores=0,2,4,6
/proc/25585/task/25595/stat : 25595 (java) S 25583 25585 23801 0 -1 4202560 1358 0 0 0 160 5 0 0 20 0 22 0 254079155 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140573081995560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25596] ppid=25583 vsize=9824668 CPUtime=72.17 cores=0,2,4,6
/proc/25585/task/25596/stat : 25596 (java) S 25583 25585 23801 0 -1 4202560 2055 0 0 0 7203 14 0 0 20 0 22 0 254079156 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140572952087400 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25585/tid=25597] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25597/stat : 25597 (java) S 25583 25585 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254079156 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140572951033720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25598] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25598/stat : 25598 (java) S 25583 25585 23801 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254079156 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140572949980552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25585/tid=25599] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25599/stat : 25599 (java) S 25583 25585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254079159 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140572948929296 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25600] ppid=25583 vsize=9824668 CPUtime=0.83 cores=0,2,4,6
/proc/25585/task/25600/stat : 25600 (java) S 25583 25585 23801 0 -1 4202560 4975 0 0 0 83 0 0 0 20 0 22 0 254079159 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140572947876152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25585/tid=25601] ppid=25583 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/25585/task/25601/stat : 25601 (java) S 25583 25585 23801 0 -1 4202560 9862 0 0 0 137 2 0 0 20 0 22 0 254079159 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140572946823608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25602] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25602/stat : 25602 (java) S 25583 25585 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254079159 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140572945770744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25585/tid=25603] ppid=25583 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/25585/task/25603/stat : 25603 (java) S 25583 25585 23801 0 -1 4202560 56 0 0 0 22 14 0 0 20 0 22 0 254079159 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140572944718408 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25637] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25637/stat : 25637 (java) S 25583 25585 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254079688 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140572943664808 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25585/tid=25824] ppid=25583 vsize=9824668 CPUtime=456.03 cores=0,2,4,6
/proc/25585/task/25824/stat : 25824 (java) R 25583 25585 23801 0 -1 4202560 12 0 0 0 45597 6 0 0 20 0 22 0 254122167 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140572941557840 140572954758864 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25585/tid=25825] ppid=25583 vsize=9824668 CPUtime=456.07 cores=0,2,4,6
/proc/25585/task/25825/stat : 25825 (java) R 25583 25585 23801 0 -1 4202560 908 0 0 0 45600 7 0 0 20 0 22 0 254122167 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140572942608576 140572954653234 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25585/tid=25826] ppid=25583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25585/task/25826/stat : 25826 (java) S 25583 25585 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254122167 10060460032 788447 33554432000 1073741824 1073778376 140734292869520 140572940506664 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1798.21
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25585 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=39264
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=843719
# CPU time returned by wait4() is 1795.88
# while last known CPU time is 1798.21
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.81001
#  lost CPU user time (s): 1.93001
#  lost CPU system time (s): -0.12

Real time (s): 938.543
CPU time (s): 1800.02
CPU user time (s): 1798.56
CPU system time (s): 1.46
CPU usage (%): 191.789
Max. virtual memory (cumulated for all children) (KiB): 9824912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.04
system time used= 1.84372
maximum resident set size= 3153900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35013
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27689
involuntary context switches= 35502

runsolver used 3.45247 second user time and 8.32273 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-24 19:12:16
IDJOB=3688746
IDBENCH=48251
IDSOLVER=2268
FILE ID=node130/3688746-1337879535
RUNJOBID= node130-1337871881-23817
PBS_JOBID= 14620074
Free space on /tmp= 71672 MiB

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

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

MD5SUM BENCH= 8c398fbb12ba7dbf676dd8375a76e0de
RANDOM SEED=327790879

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27751328 kB
Buffers:          200892 kB
Cached:          2123592 kB
SwapCached:            0 kB
Active:          2519308 kB
Inactive:        1828372 kB
Active(anon):    2025636 kB
Inactive(anon):        0 kB
Active(file):     493672 kB
Inactive(file):  1828372 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               468 kB
Writeback:             0 kB
AnonPages:       2036484 kB
Mapped:            22556 kB
Shmem:               200 kB
Slab:             627364 kB
SReclaimable:      69564 kB
SUnreclaim:       557800 kB
KernelStack:        1624 kB
PageTables:         8484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2379076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1957888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71672 MiB
End job on node130 at 2012-05-24 19:27:56