Trace number 3738378

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.17 972.636

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx49.opb
MD5SUMe08af5097f76b1d4e2b0ba1d8a42ed5a
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2130
Total number of constraints2495
Number of constraints which are clauses2125
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints320
Minimum length of a constraint2
Maximum length of a constraint320
Number of terms in the objective function 5
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 5
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 636
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.09	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.1.v20110525
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		9996466904
0.07/0.09	c Max memory 		10048897024
0.07/0.09	c Total memory 		10048897024
0.07/0.09	c Number of processors 	8
0.11/0.12	c Pseudo Boolean Optimization
0.11/0.12	c ManyCore solver with 2 solvers running in parallel
0.11/0.12	c --- Begin Solver configuration ---
0.11/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.11/0.12	c Learn all clauses as in MiniSAT
0.11/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.12	c Expensive reason simplification
0.11/0.12	c Armin Biere (Picosat) restarts strategy
0.11/0.12	c Glucose learned constraints deletion strategy
0.11/0.12	c timeout=2147483s
0.11/0.12	c DB Simplification allowed=false
0.11/0.12	c --- End Solver configuration ---
0.11/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.12	c --- Begin Solver configuration ---
0.11/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.11/0.12	c Learn all clauses as in MiniSAT
0.11/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.12	c No reason simplification
0.11/0.12	c Armin Biere (Picosat) restarts strategy
0.11/0.12	c Glucose learned constraints deletion strategy
0.11/0.12	c timeout=2147483s
0.11/0.12	c DB Simplification allowed=false
0.11/0.12	c --- End Solver configuration ---
0.11/0.12	c solving HOME/instance-3738378-1338725106.opb
0.11/0.12	c reading problem ... 
0.80/0.45	c ... done. Wall clock time 0.331s.
0.80/0.45	c #vars     2130
0.80/0.45	c #constraints  2549
0.80/0.45	c constraints type 
0.80/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 49
0.80/0.45	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
0.80/0.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
0.80/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2125
0.80/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 320
0.80/0.45	c constraints type 
0.80/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2125
0.80/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 49
0.80/0.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49
0.80/0.45	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
0.80/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 320
4.41/1.47	c cleaning 2494 clauses out of 5000 with flag 5000/5000
6.26/2.27	c cleaning 4244 clauses out of 8506 with flag 11000/11000
8.03/3.19	c cleaning 5618 clauses out of 11263 with flag 18001/18001
10.23/4.23	c cleaning 6815 clauses out of 13645 with flag 26001/26001
12.63/5.46	c cleaning 7908 clauses out of 15832 with flag 35003/35003
15.59/6.98	c cleaning 8947 clauses out of 17922 with flag 45001/45001
18.75/8.56	c cleaning 9468 clauses out of 18974 with flag 55000/55000
22.12/10.21	c cleaning 9732 clauses out of 19506 with flag 65000/65000
24.66/11.59	c cleaning 9879 clauses out of 19776 with flag 75002/75002
27.41/12.93	c cleaning 9933 clauses out of 19895 with flag 85000/85000
30.76/14.64	c cleaning 9971 clauses out of 19962 with flag 95000/95000
34.11/16.33	c cleaning 9970 clauses out of 19992 with flag 105001/105001
38.03/18.37	c cleaning 10007 clauses out of 20021 with flag 115000/115000
41.19/19.92	c cleaning 9976 clauses out of 20014 with flag 125000/125000
45.13/21.91	c cleaning 9994 clauses out of 20039 with flag 135001/135001
49.06/23.93	c cleaning 10015 clauses out of 20045 with flag 145001/145001
52.15/25.55	c cleaning 9973 clauses out of 20030 with flag 155001/155001
55.48/27.29	c cleaning 9979 clauses out of 20057 with flag 165001/165001
58.79/28.93	c cleaning 10034 clauses out of 20078 with flag 175001/175001
62.31/30.77	c cleaning 10010 clauses out of 20043 with flag 185000/185000
66.16/32.74	c cleaning 10002 clauses out of 20034 with flag 195001/195001
69.87/34.60	c cleaning 10003 clauses out of 20031 with flag 205000/205000
73.20/36.37	c cleaning 10011 clauses out of 20029 with flag 215001/215001
76.89/38.29	c cleaning 9999 clauses out of 20017 with flag 225000/225000
81.55/40.68	c cleaning 9979 clauses out of 20018 with flag 235000/235000
85.44/42.66	c cleaning 9987 clauses out of 20039 with flag 245000/245000
89.14/44.50	c cleaning 10008 clauses out of 20052 with flag 255000/255000
92.44/46.21	c cleaning 10007 clauses out of 20045 with flag 265001/265001
96.47/48.34	c cleaning 10014 clauses out of 20037 with flag 275000/275000
102.18/51.26	c cleaning 9974 clauses out of 20023 with flag 285000/285000
105.08/52.78	c cleaning 10003 clauses out of 20050 with flag 295001/295001
108.76/54.65	c cleaning 10010 clauses out of 20046 with flag 305000/305000
113.37/57.03	c cleaning 9996 clauses out of 20037 with flag 315001/315001
116.44/58.60	c cleaning 10007 clauses out of 20041 with flag 325001/325001
119.72/60.31	c cleaning 10010 clauses out of 20034 with flag 335001/335001
123.00/62.02	c cleaning 9984 clauses out of 20025 with flag 345002/345002
127.42/64.37	c cleaning 10013 clauses out of 20039 with flag 355000/355000
132.11/66.71	c cleaning 10001 clauses out of 20026 with flag 365000/365000
136.38/68.98	c cleaning 9997 clauses out of 20027 with flag 375002/375002
141.49/71.60	c cleaning 9969 clauses out of 20031 with flag 385003/385003
146.27/74.07	c cleaning 10009 clauses out of 20060 with flag 395001/395001
149.96/75.93	c cleaning 10014 clauses out of 20051 with flag 405001/405001
153.62/77.83	c cleaning 10010 clauses out of 20036 with flag 415000/415000
157.89/80.03	c cleaning 10000 clauses out of 20027 with flag 425001/425001
161.48/81.91	c cleaning 10001 clauses out of 20027 with flag 435001/435001
164.14/83.36	c cleaning 10000 clauses out of 20028 with flag 445003/445003
167.41/85.01	c cleaning 10002 clauses out of 20026 with flag 455001/455001
172.07/87.40	c cleaning 10004 clauses out of 20024 with flag 465001/465001
176.66/89.81	c cleaning 10001 clauses out of 20020 with flag 475001/475001
180.92/92.04	c cleaning 10003 clauses out of 20019 with flag 485001/485001
185.17/94.21	c cleaning 9998 clauses out of 20016 with flag 495001/495001
189.84/96.62	c cleaning 10005 clauses out of 20019 with flag 505002/505002
193.42/98.55	c cleaning 9989 clauses out of 20014 with flag 515002/515002
196.68/100.29	c cleaning 9993 clauses out of 20024 with flag 525001/525001
200.93/102.42	c cleaning 9997 clauses out of 20034 with flag 535004/535004
204.58/104.36	c cleaning 9999 clauses out of 20034 with flag 545001/545001
208.75/106.60	c cleaning 9925 clauses out of 20034 with flag 555000/555000
212.99/108.72	c cleaning 9954 clauses out of 20110 with flag 565001/565001
217.25/110.92	c cleaning 10013 clauses out of 20158 with flag 575003/575003
221.70/113.26	c cleaning 9995 clauses out of 20144 with flag 585002/585002
225.42/115.23	c cleaning 10065 clauses out of 20148 with flag 595001/595001
229.06/117.18	c cleaning 10034 clauses out of 20082 with flag 605000/605000
232.91/119.10	c cleaning 10013 clauses out of 20048 with flag 615000/615000
235.56/120.55	c cleaning 9976 clauses out of 20035 with flag 625000/625000
240.50/123.17	c cleaning 10009 clauses out of 20062 with flag 635003/635003
246.12/126.09	c cleaning 10001 clauses out of 20050 with flag 645000/645000
248.36/127.26	c cleaning 0 clauses out of 5000 with flag 0/5000
250.54/128.12	c cleaning 10018 clauses out of 20049 with flag 655000/655000
254.57/130.06	c cleaning 10010 clauses out of 20031 with flag 665000/665000
258.21/131.99	c cleaning 10002 clauses out of 20021 with flag 675000/675000
263.64/134.70	c cleaning 9996 clauses out of 20020 with flag 685001/685001
269.07/137.51	c cleaning 10000 clauses out of 20025 with flag 695002/695002
274.37/140.33	c cleaning 9997 clauses out of 20023 with flag 705000/705000
279.61/143.07	c cleaning 9995 clauses out of 20027 with flag 715001/715001
283.62/145.10	c cleaning 10008 clauses out of 20031 with flag 725000/725000
287.42/147.14	c cleaning 9969 clauses out of 20023 with flag 735000/735000
291.11/149.17	c cleaning 10012 clauses out of 20057 with flag 745003/745003
294.52/150.94	c cleaning 10005 clauses out of 20043 with flag 755001/755001
297.73/152.61	c cleaning 9977 clauses out of 20038 with flag 765001/765001
300.74/154.27	c cleaning 10019 clauses out of 20061 with flag 775001/775001
304.25/156.13	c cleaning 10003 clauses out of 20041 with flag 785000/785000
308.45/158.38	c cleaning 10002 clauses out of 20040 with flag 795002/795002
312.66/160.56	c cleaning 10001 clauses out of 20038 with flag 805002/805002
317.28/162.92	c cleaning 10000 clauses out of 20036 with flag 815001/815001
321.76/165.35	c cleaning 10003 clauses out of 20035 with flag 825000/825000
326.17/167.62	c cleaning 9996 clauses out of 20034 with flag 835002/835002
330.56/169.95	c cleaning 9999 clauses out of 20036 with flag 845000/845000
334.97/172.25	c cleaning 9999 clauses out of 20037 with flag 855000/855000
339.42/174.68	c cleaning 9996 clauses out of 20038 with flag 865000/865000
344.01/177.01	c cleaning 9999 clauses out of 20042 with flag 875000/875000
347.82/179.03	c cleaning 10006 clauses out of 20047 with flag 885004/885004
350.81/180.65	c cleaning 10004 clauses out of 20038 with flag 895001/895001
354.28/182.53	c cleaning 9967 clauses out of 20033 with flag 905000/905000
358.05/184.58	c cleaning 10011 clauses out of 20070 with flag 915004/915004
362.42/186.82	c cleaning 10021 clauses out of 20055 with flag 925000/925000
366.61/189.04	c cleaning 10007 clauses out of 20036 with flag 935002/935002
370.45/191.10	c cleaning 9985 clauses out of 20029 with flag 945002/945002
376.03/194.09	c cleaning 9976 clauses out of 20043 with flag 955001/955001
380.62/196.47	c cleaning 10025 clauses out of 20067 with flag 965001/965001
384.39/198.50	c cleaning 10007 clauses out of 20041 with flag 975000/975000
388.21/200.51	c cleaning 10009 clauses out of 20034 with flag 985000/985000
391.99/202.50	c cleaning 9998 clauses out of 20025 with flag 995000/995000
395.18/204.28	c cleaning 9963 clauses out of 20027 with flag 1005000/1005000
398.14/205.84	c cleaning 10010 clauses out of 20064 with flag 1015000/1015000
402.99/208.48	c cleaning 9995 clauses out of 20055 with flag 1025001/1025001
410.58/212.33	c cleaning 9991 clauses out of 20059 with flag 1035000/1035000
416.54/215.50	c cleaning 10013 clauses out of 20068 with flag 1045000/1045000
422.92/218.72	c cleaning 9999 clauses out of 20059 with flag 1055004/1055004
428.32/221.70	c cleaning 9979 clauses out of 20056 with flag 1065000/1065000
434.90/225.04	c cleaning 10012 clauses out of 20078 with flag 1075001/1075001
439.08/227.23	c cleaning 10024 clauses out of 20066 with flag 1085001/1085001
442.84/229.28	c cleaning 10013 clauses out of 20042 with flag 1095001/1095001
446.66/231.33	c cleaning 10008 clauses out of 20030 with flag 1105002/1105002
450.23/233.27	c cleaning 9999 clauses out of 20020 with flag 1115000/1115000
453.77/235.13	c cleaning 10004 clauses out of 20021 with flag 1125000/1125000
457.12/236.97	c cleaning 10003 clauses out of 20019 with flag 1135002/1135002
461.31/239.25	c cleaning 9999 clauses out of 20015 with flag 1145001/1145001
464.64/241.07	c cleaning 10002 clauses out of 20015 with flag 1155000/1155000
468.79/243.23	c cleaning 10001 clauses out of 20015 with flag 1165002/1165002
473.13/245.53	c cleaning 9991 clauses out of 20013 with flag 1175001/1175001
477.53/247.94	c cleaning 9987 clauses out of 20021 with flag 1185000/1185000
482.68/250.67	c cleaning 9981 clauses out of 20034 with flag 1195000/1195000
487.22/253.09	c cleaning 9990 clauses out of 20054 with flag 1205001/1205001
492.94/256.07	c cleaning 9981 clauses out of 20063 with flag 1215000/1215000
498.10/258.82	c cleaning 10024 clauses out of 20085 with flag 1225003/1225003
502.62/261.25	c cleaning 9999 clauses out of 20058 with flag 1235000/1235000
507.97/264.06	c cleaning 10009 clauses out of 20060 with flag 1245001/1245001
513.27/266.86	c cleaning 9970 clauses out of 20050 with flag 1255000/1255000
519.60/270.26	c cleaning 9999 clauses out of 20080 with flag 1265000/1265000
525.71/273.46	c cleaning 10011 clauses out of 20086 with flag 1275005/1275005
532.42/276.91	c cleaning 9992 clauses out of 20071 with flag 1285001/1285001
538.15/279.99	c cleaning 10008 clauses out of 20080 with flag 1295002/1295002
544.09/283.12	c cleaning 10001 clauses out of 20070 with flag 1305000/1305000
549.20/285.90	c cleaning 9983 clauses out of 20069 with flag 1315000/1315000
556.31/289.59	c cleaning 10006 clauses out of 20088 with flag 1325002/1325002
559.82/291.43	c cleaning 10037 clauses out of 20083 with flag 1335003/1335003
563.94/293.78	c cleaning 10017 clauses out of 20043 with flag 1345000/1345000
567.61/295.75	c cleaning 9958 clauses out of 20029 with flag 1355003/1355003
572.51/298.31	c cleaning 9989 clauses out of 20069 with flag 1365001/1365001
576.04/300.29	c cleaning 9975 clauses out of 20079 with flag 1375000/1375000
579.73/302.32	c cleaning 10027 clauses out of 20107 with flag 1385003/1385003
583.42/304.38	c cleaning 10013 clauses out of 20077 with flag 1395000/1395000
587.31/306.43	c cleaning 9958 clauses out of 20065 with flag 1405001/1405001
592.23/309.07	c cleaning 10031 clauses out of 20106 with flag 1415000/1415000
596.52/311.47	c cleaning 10017 clauses out of 20075 with flag 1425000/1425000
600.22/313.46	c cleaning 9988 clauses out of 20059 with flag 1435001/1435001
603.91/315.49	c cleaning 10005 clauses out of 20072 with flag 1445002/1445002
607.42/317.31	c cleaning 9991 clauses out of 20067 with flag 1455002/1455002
612.53/320.16	c cleaning 9998 clauses out of 20074 with flag 1465000/1465000
617.63/322.88	c cleaning 10015 clauses out of 20079 with flag 1475003/1475003
623.52/325.92	c cleaning 9996 clauses out of 20062 with flag 1485001/1485001
629.23/328.93	c cleaning 10012 clauses out of 20067 with flag 1495002/1495002
635.33/332.23	c cleaning 10001 clauses out of 20054 with flag 1505001/1505001
641.42/335.44	c cleaning 9998 clauses out of 20053 with flag 1515001/1515001
646.10/337.96	c cleaning 10018 clauses out of 20058 with flag 1525004/1525004
649.58/339.83	c cleaning 9998 clauses out of 20036 with flag 1535000/1535000
653.46/342.02	c cleaning 10011 clauses out of 20038 with flag 1545000/1545000
656.93/343.96	c cleaning 10001 clauses out of 20027 with flag 1555000/1555000
660.40/345.88	c cleaning 10007 clauses out of 20027 with flag 1565001/1565001
664.10/347.83	c cleaning 9998 clauses out of 20020 with flag 1575001/1575001
667.99/350.03	c cleaning 10003 clauses out of 20024 with flag 1585003/1585003
671.69/352.02	c cleaning 9997 clauses out of 20018 with flag 1595000/1595000
675.18/353.94	c cleaning 10002 clauses out of 20022 with flag 1605001/1605001
678.86/355.94	c cleaning 9995 clauses out of 20019 with flag 1615000/1615000
682.54/358.08	c cleaning 9982 clauses out of 20025 with flag 1625001/1625001
686.21/360.06	c cleaning 10004 clauses out of 20044 with flag 1635002/1635002
690.06/362.14	c cleaning 9947 clauses out of 20040 with flag 1645002/1645002
693.73/364.15	c cleaning 10001 clauses out of 20093 with flag 1655002/1655002
698.17/366.60	c cleaning 10034 clauses out of 20091 with flag 1665001/1665001
702.45/368.94	c cleaning 9947 clauses out of 20056 with flag 1675000/1675000
706.12/370.98	c cleaning 10035 clauses out of 20111 with flag 1685002/1685002
710.79/373.44	c cleaning 10019 clauses out of 20076 with flag 1695002/1695002
715.45/376.00	c cleaning 10002 clauses out of 20055 with flag 1705000/1705000
719.72/378.37	c cleaning 10015 clauses out of 20056 with flag 1715003/1715003
724.20/380.70	c cleaning 9967 clauses out of 20039 with flag 1725001/1725001
728.09/382.83	c cleaning 10017 clauses out of 20071 with flag 1735000/1735000
731.96/385.01	c cleaning 10009 clauses out of 20055 with flag 1745001/1745001
735.41/386.97	c cleaning 10010 clauses out of 20047 with flag 1755002/1755002
738.88/388.86	c cleaning 9999 clauses out of 20037 with flag 1765002/1765002
742.76/390.94	c cleaning 10004 clauses out of 20036 with flag 1775000/1775000
747.59/393.64	c cleaning 10004 clauses out of 20032 with flag 1785000/1785000
751.85/395.97	c cleaning 10001 clauses out of 20028 with flag 1795000/1795000
757.91/399.10	c cleaning 10000 clauses out of 20027 with flag 1805000/1805000
762.42/401.52	c cleaning 10000 clauses out of 20027 with flag 1815000/1815000
768.85/405.02	c cleaning 9986 clauses out of 20034 with flag 1825007/1825007
773.32/407.44	c cleaning 10009 clauses out of 20041 with flag 1835000/1835000
778.18/410.08	c cleaning 9990 clauses out of 20034 with flag 1845002/1845002
783.05/412.67	c cleaning 10002 clauses out of 20047 with flag 1855005/1855005
788.10/415.41	c cleaning 9999 clauses out of 20043 with flag 1865003/1865003
792.58/417.84	c cleaning 9998 clauses out of 20042 with flag 1875001/1875001
796.64/420.05	c cleaning 10010 clauses out of 20046 with flag 1885003/1885003
800.93/422.31	c cleaning 9999 clauses out of 20034 with flag 1895001/1895001
805.54/424.95	c cleaning 10003 clauses out of 20035 with flag 1905001/1905001
809.99/427.32	c cleaning 9993 clauses out of 20032 with flag 1915001/1915001
814.84/429.99	c cleaning 10007 clauses out of 20040 with flag 1925002/1925002
821.12/433.23	c cleaning 9999 clauses out of 20032 with flag 1935001/1935001
825.56/435.79	c cleaning 9989 clauses out of 20036 with flag 1945004/1945004
829.82/438.06	c cleaning 10003 clauses out of 20043 with flag 1955000/1955000
834.26/440.46	c cleaning 10000 clauses out of 20041 with flag 1965001/1965001
838.71/442.84	c cleaning 9981 clauses out of 20042 with flag 1975002/1975002
843.35/445.47	c cleaning 9997 clauses out of 20059 with flag 1985000/1985000
847.39/447.67	c cleaning 10011 clauses out of 20065 with flag 1995003/1995003
850.43/449.39	c cleaning 10015 clauses out of 20051 with flag 2005000/2005000
854.07/451.30	c cleaning 10003 clauses out of 20036 with flag 2015000/2015000
858.51/453.86	c cleaning 9991 clauses out of 20033 with flag 2025000/2025000
863.96/456.73	c cleaning 9991 clauses out of 20042 with flag 2035000/2035000
869.39/459.63	c cleaning 9993 clauses out of 20051 with flag 2045000/2045000
873.45/461.86	c cleaning 10019 clauses out of 20059 with flag 2055001/2055001
877.26/464.02	c cleaning 9985 clauses out of 20042 with flag 2065003/2065003
880.52/465.84	c cleaning 10010 clauses out of 20057 with flag 2075003/2075003
884.56/468.04	c cleaning 9989 clauses out of 20044 with flag 2085000/2085000
888.40/470.16	c cleaning 9975 clauses out of 20057 with flag 2095002/2095002
892.19/472.38	c cleaning 9990 clauses out of 20082 with flag 2105002/2105002
896.02/474.45	c cleaning 10025 clauses out of 20091 with flag 2115001/2115001
899.45/476.31	c cleaning 10026 clauses out of 20067 with flag 2125002/2125002
902.07/477.83	c cleaning 10012 clauses out of 20039 with flag 2135000/2135000
906.07/480.14	c cleaning 9975 clauses out of 20029 with flag 2145002/2145002
912.30/483.40	c cleaning 9888 clauses out of 20052 with flag 2155000/2155000
918.94/486.95	c cleaning 10016 clauses out of 20164 with flag 2165000/2165000
924.76/490.09	c cleaning 9991 clauses out of 20148 with flag 2175000/2175000
931.80/493.85	c cleaning 9988 clauses out of 20157 with flag 2185000/2185000
935.05/495.66	c cleaning 10065 clauses out of 20170 with flag 2195001/2195001
940.10/498.34	c cleaning 9956 clauses out of 20106 with flag 2205002/2205002
945.53/501.22	c cleaning 9985 clauses out of 20148 with flag 2215000/2215000
950.50/504.07	c cleaning 9995 clauses out of 20164 with flag 2225001/2225001
955.11/506.59	c cleaning 9981 clauses out of 20168 with flag 2235000/2235000
959.35/508.87	c cleaning 9995 clauses out of 20190 with flag 2245003/2245003
963.96/511.36	c cleaning 9992 clauses out of 20192 with flag 2255000/2255000
969.93/514.63	c cleaning 9989 clauses out of 20201 with flag 2265001/2265001
974.15/516.92	c cleaning 10017 clauses out of 20211 with flag 2275000/2275000
978.80/519.48	c cleaning 10011 clauses out of 20196 with flag 2285002/2285002
982.66/521.57	c cleaning 10073 clauses out of 20183 with flag 2295000/2295000
986.45/523.76	c cleaning 10038 clauses out of 20111 with flag 2305001/2305001
990.68/526.06	c cleaning 10015 clauses out of 20073 with flag 2315001/2315001
995.52/528.67	c cleaning 10012 clauses out of 20057 with flag 2325000/2325000
999.36/530.70	c cleaning 10001 clauses out of 20046 with flag 2335001/2335001
1003.35/533.07	c cleaning 10003 clauses out of 20045 with flag 2345001/2345001
1007.55/535.36	c cleaning 10005 clauses out of 20041 with flag 2355000/2355000
1011.20/537.34	c cleaning 10002 clauses out of 20037 with flag 2365001/2365001
1015.03/539.41	c cleaning 9986 clauses out of 20035 with flag 2375001/2375001
1019.05/541.77	c cleaning 9997 clauses out of 20048 with flag 2385000/2385000
1022.46/543.69	c cleaning 10002 clauses out of 20055 with flag 2395004/2395004
1027.71/546.44	c cleaning 9997 clauses out of 20049 with flag 2405000/2405000
1033.92/549.71	c cleaning 9977 clauses out of 20052 with flag 2415000/2415000
1039.16/552.68	c cleaning 9988 clauses out of 20075 with flag 2425000/2425000
1044.22/555.36	c cleaning 10025 clauses out of 20089 with flag 2435002/2435002
1047.45/557.19	c cleaning 9992 clauses out of 20062 with flag 2445000/2445000
1050.67/558.91	c cleaning 9996 clauses out of 20071 with flag 2455001/2455001
1054.88/561.35	c cleaning 10002 clauses out of 20076 with flag 2465002/2465002
1059.69/563.91	c cleaning 10005 clauses out of 20072 with flag 2475000/2475000
1063.73/566.20	c cleaning 10016 clauses out of 20069 with flag 2485002/2485002
1068.95/568.96	c cleaning 10002 clauses out of 20052 with flag 2495001/2495001
1073.90/571.74	c cleaning 9951 clauses out of 20051 with flag 2505002/2505002
1077.74/573.88	c cleaning 9991 clauses out of 20098 with flag 2515000/2515000
1082.39/576.34	c cleaning 9985 clauses out of 20108 with flag 2525001/2525001
1086.02/578.30	c cleaning 9988 clauses out of 20125 with flag 2535003/2535003
1090.62/580.93	c cleaning 10010 clauses out of 20136 with flag 2545002/2545002
1095.66/583.62	c cleaning 9967 clauses out of 20124 with flag 2555000/2555000
1099.08/585.58	c cleaning 10017 clauses out of 20157 with flag 2565000/2565000
1103.73/588.07	c cleaning 10011 clauses out of 20141 with flag 2575001/2575001
1108.11/590.55	c cleaning 10008 clauses out of 20130 with flag 2585001/2585001
1111.94/592.65	c cleaning 10001 clauses out of 20122 with flag 2595001/2595001
1116.96/595.37	c cleaning 9994 clauses out of 20120 with flag 2605000/2605000
1121.38/597.77	c cleaning 9977 clauses out of 20127 with flag 2615001/2615001
1126.99/600.82	c cleaning 9994 clauses out of 20149 with flag 2625000/2625000
1130.61/602.85	c cleaning 10004 clauses out of 20155 with flag 2635000/2635000
1135.83/605.65	c cleaning 10002 clauses out of 20152 with flag 2645001/2645001
1141.06/608.40	c cleaning 9985 clauses out of 20149 with flag 2655000/2655000
1145.89/611.16	c cleaning 10063 clauses out of 20165 with flag 2665001/2665001
1153.13/614.98	c cleaning 10016 clauses out of 20101 with flag 2675000/2675000
1159.55/618.30	c cleaning 9966 clauses out of 20086 with flag 2685001/2685001
1165.40/621.44	c cleaning 10005 clauses out of 20119 with flag 2695000/2695000
1171.19/624.68	c cleaning 10000 clauses out of 20117 with flag 2705003/2705003
1178.39/628.46	c cleaning 10011 clauses out of 20118 with flag 2715004/2715004
1184.44/631.66	c cleaning 9982 clauses out of 20104 with flag 2725001/2725001
1190.66/634.92	c cleaning 9993 clauses out of 20121 with flag 2735000/2735000
1196.65/638.28	c cleaning 10007 clauses out of 20128 with flag 2745000/2745000
1203.07/641.65	c cleaning 9994 clauses out of 20122 with flag 2755001/2755001
1208.89/644.71	c cleaning 9944 clauses out of 20127 with flag 2765000/2765000
1213.91/647.45	c cleaning 10024 clauses out of 20184 with flag 2775001/2775001
1220.51/651.10	c cleaning 10028 clauses out of 20165 with flag 2785006/2785006
1226.92/654.49	c cleaning 10043 clauses out of 20132 with flag 2795001/2795001
1235.35/658.83	c cleaning 9956 clauses out of 20089 with flag 2805001/2805001
1241.59/662.20	c cleaning 10011 clauses out of 20134 with flag 2815002/2815002
1247.96/665.61	c cleaning 10007 clauses out of 20121 with flag 2825000/2825000
1254.79/669.27	c cleaning 9983 clauses out of 20116 with flag 2835002/2835002
1262.22/673.18	c cleaning 9978 clauses out of 20135 with flag 2845004/2845004
1272.42/678.40	c cleaning 9998 clauses out of 20153 with flag 2855000/2855000
1282.78/683.92	c cleaning 9998 clauses out of 20155 with flag 2865000/2865000
1292.62/689.03	c cleaning 9993 clauses out of 20161 with flag 2875004/2875004
1302.25/694.10	c cleaning 9982 clauses out of 20167 with flag 2885003/2885003
1311.67/698.95	c cleaning 10005 clauses out of 20184 with flag 2895002/2895002
1318.45/702.65	c cleaning 10024 clauses out of 20178 with flag 2905001/2905001
1325.06/706.16	c cleaning 10013 clauses out of 20154 with flag 2915001/2915001
1332.87/710.23	c cleaning 9997 clauses out of 20141 with flag 2925001/2925001
1340.10/714.00	c cleaning 10008 clauses out of 20143 with flag 2935000/2935000
1347.67/718.19	c cleaning 10012 clauses out of 20136 with flag 2945001/2945001
1355.28/722.16	c cleaning 9999 clauses out of 20124 with flag 2955001/2955001
1362.65/726.05	c cleaning 10002 clauses out of 20126 with flag 2965002/2965002
1370.05/729.91	c cleaning 9999 clauses out of 20125 with flag 2975003/2975003
1378.41/734.44	c cleaning 9997 clauses out of 20123 with flag 2985000/2985000
1382.40/736.68	c cleaning 10048 clauses out of 20126 with flag 2995000/2995000
1385.79/738.58	c cleaning 10034 clauses out of 20078 with flag 3005000/3005000
1390.58/741.11	c cleaning 10013 clauses out of 20045 with flag 3015001/3015001
1394.72/743.53	c cleaning 9997 clauses out of 20031 with flag 3025000/3025000
1398.48/745.67	c cleaning 9995 clauses out of 20034 with flag 3035000/3035000
1404.27/748.71	c cleaning 9995 clauses out of 20040 with flag 3045001/3045001
1408.43/751.08	c cleaning 10010 clauses out of 20044 with flag 3055000/3055000
1413.55/753.99	c cleaning 10008 clauses out of 20035 with flag 3065001/3065001
1418.14/756.40	c cleaning 10004 clauses out of 20026 with flag 3075000/3075000
1424.32/759.77	c cleaning 10006 clauses out of 20022 with flag 3085000/3085000
1429.71/762.68	c cleaning 9974 clauses out of 20016 with flag 3095000/3095000
1434.81/765.59	c cleaning 10010 clauses out of 20044 with flag 3105002/3105002
1439.97/768.32	c cleaning 9995 clauses out of 20032 with flag 3115000/3115000
1444.31/770.74	c cleaning 10005 clauses out of 20037 with flag 3125000/3125000
1448.06/772.82	c cleaning 9999 clauses out of 20033 with flag 3135001/3135001
1452.15/775.20	c cleaning 9988 clauses out of 20034 with flag 3145001/3145001
1455.52/777.11	c cleaning 9961 clauses out of 20045 with flag 3155000/3155000
1458.69/778.96	c cleaning 10022 clauses out of 20085 with flag 3165001/3165001
1462.25/780.91	c cleaning 9988 clauses out of 20063 with flag 3175001/3175001
1465.92/783.17	c cleaning 10008 clauses out of 20074 with flag 3185000/3185000
1470.07/785.48	c cleaning 10000 clauses out of 20066 with flag 3195000/3195000
1474.61/787.95	c cleaning 10013 clauses out of 20067 with flag 3205001/3205001
1478.97/790.34	c cleaning 10008 clauses out of 20055 with flag 3215002/3215002
1483.45/792.92	c cleaning 10001 clauses out of 20046 with flag 3225001/3225001
1488.23/795.56	c cleaning 9996 clauses out of 20046 with flag 3235002/3235002
1493.02/798.18	c cleaning 9999 clauses out of 20050 with flag 3245002/3245002
1497.58/800.64	c cleaning 10004 clauses out of 20050 with flag 3255001/3255001
1504.06/804.28	c cleaning 9995 clauses out of 20046 with flag 3265001/3265001
1508.42/806.68	c cleaning 9999 clauses out of 20052 with flag 3275002/3275002
1512.60/808.93	c cleaning 9992 clauses out of 20051 with flag 3285000/3285000
1515.76/810.74	c cleaning 10015 clauses out of 20064 with flag 3295005/3295005
1518.85/812.61	c cleaning 9966 clauses out of 20045 with flag 3305001/3305001
1521.82/814.35	c cleaning 10000 clauses out of 20078 with flag 3315000/3315000
1524.58/816.00	c cleaning 9996 clauses out of 20078 with flag 3325000/3325000
1527.74/817.75	c cleaning 10000 clauses out of 20083 with flag 3335001/3335001
1531.02/819.75	c cleaning 10005 clauses out of 20084 with flag 3345002/3345002
1534.39/821.63	c cleaning 9981 clauses out of 20078 with flag 3355001/3355001
1537.35/823.34	c cleaning 10005 clauses out of 20099 with flag 3365003/3365003
1540.53/825.12	c cleaning 10009 clauses out of 20094 with flag 3375003/3375003
1543.85/827.12	c cleaning 10005 clauses out of 20082 with flag 3385000/3385000
1546.82/828.87	c cleaning 10012 clauses out of 20079 with flag 3395002/3395002
1550.00/830.63	c cleaning 9996 clauses out of 20067 with flag 3405002/3405002
1553.37/832.52	c cleaning 9985 clauses out of 20069 with flag 3415000/3415000
1556.64/834.54	c cleaning 9999 clauses out of 20084 with flag 3425000/3425000
1559.60/836.24	c cleaning 10018 clauses out of 20085 with flag 3435000/3435000
1562.96/838.12	c cleaning 10029 clauses out of 20069 with flag 3445002/3445002
1566.70/840.27	c cleaning 10006 clauses out of 20039 with flag 3455001/3455001
1570.37/842.42	c cleaning 10014 clauses out of 20033 with flag 3465001/3465001
1573.50/844.27	c cleaning 9988 clauses out of 20018 with flag 3475000/3475000
1576.68/846.08	c cleaning 10002 clauses out of 20030 with flag 3485000/3485000
1580.85/848.38	c cleaning 10001 clauses out of 20029 with flag 3495001/3495001
1584.94/850.80	c cleaning 10005 clauses out of 20028 with flag 3505001/3505001
1588.92/852.92	c cleaning 10000 clauses out of 20022 with flag 3515000/3515000
1592.28/854.86	c cleaning 9989 clauses out of 20022 with flag 3525000/3525000
1595.85/856.86	c cleaning 9996 clauses out of 20033 with flag 3535000/3535000
1599.73/859.19	c cleaning 9995 clauses out of 20037 with flag 3545000/3545000
1603.66/861.32	c cleaning 10002 clauses out of 20042 with flag 3555000/3555000
1607.03/863.27	c cleaning 9999 clauses out of 20041 with flag 3565001/3565001
1610.78/865.30	c cleaning 9983 clauses out of 20042 with flag 3575001/3575001
1614.63/867.63	c cleaning 9997 clauses out of 20059 with flag 3585001/3585001
1618.17/869.68	c cleaning 10008 clauses out of 20061 with flag 3595000/3595000
1621.72/871.64	c cleaning 9993 clauses out of 20053 with flag 3605000/3605000
1625.09/873.57	c cleaning 10016 clauses out of 20060 with flag 3615000/3615000
1629.15/875.98	c cleaning 9990 clauses out of 20044 with flag 3625000/3625000
1632.72/877.94	c cleaning 10004 clauses out of 20055 with flag 3635001/3635001
1636.48/880.02	c cleaning 9997 clauses out of 20050 with flag 3645000/3645000
1640.02/882.01	c cleaning 10000 clauses out of 20054 with flag 3655001/3655001
1644.48/884.64	c cleaning 9961 clauses out of 20058 with flag 3665005/3665005
1648.64/886.98	c cleaning 9983 clauses out of 20095 with flag 3675003/3675003
1652.01/888.87	c cleaning 9977 clauses out of 20110 with flag 3685001/3685001
1655.76/890.96	c cleaning 9994 clauses out of 20132 with flag 3695000/3695000
1659.98/893.41	c cleaning 9995 clauses out of 20139 with flag 3705001/3705001
1663.95/895.60	c cleaning 10006 clauses out of 20144 with flag 3715001/3715001
1667.69/897.76	c cleaning 10011 clauses out of 20138 with flag 3725001/3725001
1671.21/899.78	c cleaning 9976 clauses out of 20126 with flag 3735000/3735000
1676.85/902.91	c cleaning 9990 clauses out of 20152 with flag 3745002/3745002
1681.99/905.77	c cleaning 10012 clauses out of 20162 with flag 3755002/3755002
1685.54/907.77	c cleaning 10008 clauses out of 20149 with flag 3765001/3765001
1690.09/910.28	c cleaning 9993 clauses out of 20140 with flag 3775000/3775000
1694.99/913.09	c cleaning 9990 clauses out of 20150 with flag 3785003/3785003
1699.35/915.45	c cleaning 10013 clauses out of 20158 with flag 3795001/3795001
1702.93/917.48	c cleaning 10021 clauses out of 20145 with flag 3805001/3805001
1704.68/918.58	c cleaning 0 clauses out of 11001 with flag 0/11001
1707.30/920.25	c cleaning 9989 clauses out of 20124 with flag 3815001/3815001
1712.24/922.94	c cleaning 10007 clauses out of 20135 with flag 3825001/3825001
1715.97/925.04	c cleaning 10012 clauses out of 20132 with flag 3835005/3835005
1719.70/927.19	c cleaning 10001 clauses out of 20115 with flag 3845000/3845000
1723.73/929.53	c cleaning 9986 clauses out of 20115 with flag 3855001/3855001
1727.26/931.51	c cleaning 10005 clauses out of 20130 with flag 3865002/3865002
1730.98/933.64	c cleaning 10004 clauses out of 20123 with flag 3875000/3875000
1734.91/935.86	c cleaning 9987 clauses out of 20121 with flag 3885002/3885002
1739.92/938.70	c cleaning 10001 clauses out of 20133 with flag 3895001/3895001
1743.64/940.83	c cleaning 10005 clauses out of 20131 with flag 3905000/3905000
1747.36/942.96	c cleaning 9996 clauses out of 20126 with flag 3915000/3915000
1752.06/945.52	c cleaning 9991 clauses out of 20130 with flag 3925000/3925000
1757.74/948.71	c cleaning 9994 clauses out of 20140 with flag 3935001/3935001
1762.45/951.37	c cleaning 10009 clauses out of 20145 with flag 3945000/3945000
1766.17/953.46	c cleaning 10014 clauses out of 20136 with flag 3955000/3955000
1769.89/955.59	c cleaning 9997 clauses out of 20126 with flag 3965004/3965004
1773.72/957.84	c cleaning 10011 clauses out of 20125 with flag 3975000/3975000
1777.42/959.97	c cleaning 9988 clauses out of 20114 with flag 3985000/3985000
1780.96/961.99	c cleaning 10049 clauses out of 20126 with flag 3995000/3995000
1784.71/964.07	c cleaning 10011 clauses out of 20077 with flag 4005000/4005000
1791.13/967.69	c cleaning 10004 clauses out of 20066 with flag 4015000/4015000
1796.03/970.35	c cleaning 10014 clauses out of 20064 with flag 4025002/4025002
1800.17/972.61	c starts		: 253
1800.17/972.61	c conflicts		: 4032715
1800.17/972.61	c decisions		: 6659608
1800.17/972.61	c propagations		: 488630220
1800.17/972.61	c inspects		: 3021856099
1800.17/972.61	c shortcuts		: 0
1800.17/972.61	c learnt literals	: 0
1800.17/972.61	c learnt binary clauses	: 0
1800.17/972.61	c learnt ternary clauses	: 0
1800.17/972.61	c learnt constraints	: 4032715
1800.17/972.61	c ignored constraints	: 0
1800.17/972.61	c root simplifications	: 0
1800.17/972.61	c removed literals (reason simplification)	: 55253423
1800.17/972.61	c reason swapping (by a shorter reason)	: 0
1800.17/972.61	c Calls to reduceDB	: 404
1800.17/972.61	c number of reductions to clauses (during analyze)	: 0
1800.17/972.61	c number of learned constraints concerned by reduction	: 0
1800.17/972.61	c number of learning phase by resolution	: 0
1800.17/972.61	c number of learning phase by cutting planes	: 0
1800.17/972.61	c speed (assignments/second)	: 502624.3326702038
1800.17/972.61	c non guided choices	23510
1800.17/972.62	c learnt constraints type 
1800.17/972.62	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17802
1800.17/972.62	c constraints type 
1800.17/972.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 49
1800.17/972.62	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1800.17/972.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
1800.17/972.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2125
1800.17/972.62	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 320
1800.17/972.62	c constraints type 
1800.17/972.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2125
1800.17/972.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 49
1800.17/972.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49
1800.17/972.62	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
1800.17/972.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 320
1800.17/972.62	s UNKNOWN
1800.17/972.62	c Total wall clock time (in seconds): 972.503

Verifier Data

ERROR: no interpretation found !

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-3738378-1338725106/watcher-3738378-1338725106 -o /tmp/evaluation-result-3738378-1338725106/solver-3738378-1338725106 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3738378-1338725106.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.64 3.84 3.79 4/199 1540
/proc/meminfo: memFree=25889568/32873844 swapFree=7124/7124
[pid=1540] ppid=1538 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/1540/stat : 1540 (java) D 1538 1540 30903 0 -1 4202496 443 0 0 0 0 0 0 0 20 0 1 0 338636021 9515008 175 33554432000 1073741824 1073778376 140736127940896 140736127923624 273905697680 0 0 4096 0 18446744072100748580 0 0 17 2 0 0 0 0 0
/proc/1540/statm: 2323 175 133 9 0 71 0

[startup+0.08243 s]
/proc/loadavg: 3.64 3.84 3.79 4/199 1540
/proc/meminfo: memFree=25889568/32873844 swapFree=7124/7124
[pid=1540] ppid=1538 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/1540/stat : 1540 (java) S 1538 1540 30903 0 -1 4202496 4981 0 1 0 5 2 0 0 20 0 18 0 338636021 11864465408 12834 33554432000 1073741824 1073778376 140736127940896 140736127932032 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1540/statm: 2896598 12834 1778 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.100272 s]
/proc/loadavg: 3.64 3.84 3.79 4/199 1540
/proc/meminfo: memFree=25889568/32873844 swapFree=7124/7124
[pid=1540] ppid=1538 vsize=11586392 CPUtime=0.11 cores=0,2,4,6
/proc/1540/stat : 1540 (java) S 1538 1540 30903 0 -1 4202496 5776 0 1 0 9 2 0 0 20 0 18 0 338636021 11864465408 13615 33554432000 1073741824 1073778376 140736127940896 140736127932032 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1540/statm: 2896598 13615 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 11586392

[startup+0.30021 s]
/proc/loadavg: 3.64 3.84 3.79 4/199 1540
/proc/meminfo: memFree=25889568/32873844 swapFree=7124/7124
[pid=1540] ppid=1538 vsize=11586392 CPUtime=0.52 cores=0,2,4,6
/proc/1540/stat : 1540 (java) S 1538 1540 30903 0 -1 4202496 8390 0 1 0 50 2 0 0 20 0 18 0 338636021 11864465408 17050 33554432000 1073741824 1073778376 140736127940896 140736127932032 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1540/statm: 2896598 17050 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 11586392

[startup+0.700159 s]
/proc/loadavg: 3.64 3.84 3.79 4/199 1540
/proc/meminfo: memFree=25889568/32873844 swapFree=7124/7124
[pid=1540] ppid=1538 vsize=11852648 CPUtime=1.94 cores=0,2,4,6
/proc/1540/stat : 1540 (java) S 1538 1540 30903 0 -1 4202496 22198 0 1 0 189 5 0 0 20 0 22 0 338636021 12137111552 27598 33554432000 1073741824 1073778376 140736127940896 140736127932032 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1540/statm: 2963162 27598 2251 9 0 2953849 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 11852648

[startup+1.50082 s]
/proc/loadavg: 3.64 3.84 3.79 7/221 1563
/proc/meminfo: memFree=25729412/32873844 swapFree=7124/7124
[pid=1540] ppid=1538 vsize=11852648 CPUtime=4.67 cores=0,2,4,6
/proc/1540/stat : 1540 (java) S 1538 1540 30903 0 -1 4202496 27847 0 1 0 457 10 0 0 20 0 22 0 338636021 12137111552 90309 33554432000 1073741824 1073778376 140736127940896 140736127932032 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1540/statm: 2963162 90309 2283 9 0 2953849 0
[pid=1540/tid=1542] ppid=1538 vsize=11852648 CPUtime=0.43 cores=0,2,4,6
/proc/1540/task/1542/stat : 1542 (java) S 1538 1540 30903 0 -1 4202560 3899 0 1 0 41 2 0 0 20 0 22 0 338636022 12137111552 90309 33554432000 1073741824 1073778376 140736127940896 140683763221656 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1543] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1543/stat : 1543 (java) S 1538 1540 30903 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 338636024 12137111552 90309 33554432000 1073741824 1073778376 140736127940896 140683738626600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1544] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1544/stat : 1544 (java) S 1538 1540 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338636024 12137111552 90309 33554432000 1073741824 1073778376 140736127940896 140683737573800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1540/tid=1545] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1545/stat : 1545 (java) S 1538 1540 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338636024 12137111552 90309 33554432000 1073741824 1073778376 140736127940896 140683736521000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1540/tid=1546] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1546/stat : 1546 (java) S 1538 1540 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338636024 12137111552 90309 33554432000 1073741824 1073778376 140736127940896 140683735468200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1547] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1547/stat : 1547 (java) S 1538 1540 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338636024 12137111552 90309 33554432000 1073741824 1073778376 140736127940896 140683596057640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1548] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1548/stat : 1548 (java) S 1538 1540 30903 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 338636024 12137111552 90309 33554432000 1073741824 1073778376 140736127940896 140683595004840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1540/tid=1549] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1549/stat : 1549 (java) S 1538 1540 30903 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338636024 12137111552 90309 33554432000 1073741824 1073778376 140736127940896 140683593952040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1540/tid=1550] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1550/stat : 1550 (java) S 1538 1540 30903 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338636024 12137111552 90309 33554432000 1073741824 1073778376 140736127940896 140683592899240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1551] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1551/stat : 1551 (java) R 1538 1540 30903 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 22 0 338636025 12137111552 90309 33554432000 1073741824 1073778376 140736127940896 140683580700136 140683767382347 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1552] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1552/stat : 1552 (java) S 1538 1540 30903 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 338636026 12137111552 90309 33554432000 1073741824 1073778376 140736127940896 140683579647224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1553] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1553/stat : 1553 (java) S 1538 1540 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338636026 12137111552 90309 33554432000 1073741824 1073778376 140736127940896 140683578594312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1554] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1554/stat : 1554 (java) S 1538 1540 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338636028 12137111552 90309 33554432000 1073741824 1073778376 140736127940896 140683577542800 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1555] ppid=1538 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/1540/task/1555/stat : 1555 (java) S 1538 1540 30903 0 -1 4202560 9130 0 0 0 110 0 0 0 20 0 22 0 338636028 12137111552 90309 33554432000 1073741824 1073778376 140736127940896 140683576490936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1556] ppid=1538 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/1540/task/1556/stat : 1556 (java) S 1538 1540 30903 0 -1 4202560 13339 0 0 0 99 2 0 0 20 0 22 0 338636028 12137111552 90309 33554432000 1073741824 1073778376 140736127940896 140683575438136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1540/tid=1557] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1557/stat : 1557 (java) S 1538 1540 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338636028 12137111552 90309 33554432000 1073741824 1073778376 140736127940896 140683574385528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1540/tid=1558] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1558/stat : 1558 (java) S 1538 1540 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338636028 12137111552 90309 33554432000 1073741824 1073778376 140736127940896 140683573332936 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1559] ppid=1538 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/1540/task/1559/stat : 1559 (java) S 1538 1540 30903 0 -1 4202560 46 0 0 0 99 0 0 0 20 0 22 0 338636067 12137111552 90309 33554432000 1073741824 1073778376 140736127940896 140683572277832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1540/tid=1560] ppid=1538 vsize=11852648 CPUtime=1 cores=0,2,4,6
/proc/1540/task/1560/stat : 1560 (java) S 1538 1540 30903 0 -1 4202560 185 0 0 0 96 4 0 0 20 0 22 0 338636067 12137111552 90309 33554432000 1073741824 1073778376 140736127940896 140683571225336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1561] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1561/stat : 1561 (java) S 1538 1540 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338636068 12137111552 90309 33554432000 1073741824 1073778376 140736127940896 140683570172840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1540/tid=1563] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1563/stat : 1563 (java) S 1538 1540 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338636068 12137111552 90309 33554432000 1073741824 1073778376 140736127940896 140683569120040 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 11852648

[startup+3.10076 s]
/proc/loadavg: 3.67 3.85 3.79 6/221 1563
/proc/meminfo: memFree=25498424/32873844 swapFree=7124/7124
[pid=1540] ppid=1538 vsize=11852648 CPUtime=8.03 cores=0,2,4,6
/proc/1540/stat : 1540 (java) S 1538 1540 30903 0 -1 4202496 28908 0 1 0 791 12 0 0 20 0 22 0 338636021 12137111552 120013 33554432000 1073741824 1073778376 140736127940896 140736127932032 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1540/statm: 2963162 120013 2287 9 0 2953849 0
[pid=1540/tid=1542] ppid=1538 vsize=11852648 CPUtime=0.43 cores=0,2,4,6
/proc/1540/task/1542/stat : 1542 (java) S 1538 1540 30903 0 -1 4202560 3899 0 1 0 41 2 0 0 20 0 22 0 338636022 12137111552 120013 33554432000 1073741824 1073778376 140736127940896 140683763221656 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1543] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1543/stat : 1543 (java) S 1538 1540 30903 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 338636024 12137111552 120013 33554432000 1073741824 1073778376 140736127940896 140683738626600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1544] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1544/stat : 1544 (java) S 1538 1540 30903 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 338636024 12137111552 120013 33554432000 1073741824 1073778376 140736127940896 140683737573800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1540/tid=1545] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1545/stat : 1545 (java) S 1538 1540 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338636024 12137111552 120013 33554432000 1073741824 1073778376 140736127940896 140683736521000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1540/tid=1546] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1546/stat : 1546 (java) S 1538 1540 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338636024 12137111552 120013 33554432000 1073741824 1073778376 140736127940896 140683735468200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1547] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1547/stat : 1547 (java) S 1538 1540 30903 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338636024 12137111552 120013 33554432000 1073741824 1073778376 140736127940896 140683596057640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1548] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1548/stat : 1548 (java) S 1538 1540 30903 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 338636024 12137111552 120013 33554432000 1073741824 1073778376 140736127940896 140683595004840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1540/tid=1549] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1549/stat : 1549 (java) S 1538 1540 30903 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338636024 12137111552 120013 33554432000 1073741824 1073778376 140736127940896 140683593952040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1540/tid=1550] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1550/stat : 1550 (java) S 1538 1540 30903 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 338636024 12137111552 120013 33554432000 1073741824 1073778376 140736127940896 140683592899240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1551] ppid=1538 vsize=11852648 CPUtime=0.04 cores=0,2,4,6
/proc/1540/task/1551/stat : 1551 (java) S 1538 1540 30903 0 -1 4202560 34 0 0 0 4 0 0 0 20 0 22 0 338636025 12137111552 120013 33554432000 1073741824 1073778376 140736127940896 140683580701160 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1552] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1552/stat : 1552 (java) S 1538 1540 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338636026 12137111552 120013 33554432000 1073741824 1073778376 140736127940896 140683579647224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1553] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1553/stat : 1553 (java) S 1538 1540 30903 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 338636026 12137111552 120013 33554432000 1073741824 1073778376 140736127940896 140683578594312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1554] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1554/stat : 1554 (java) S 1538 1540 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338636028 12137111552 120013 33554432000 1073741824 1073778376 140736127940896 140683577542800 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1555] ppid=1538 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/1540/task/1555/stat : 1555 (java) S 1538 1540 30903 0 -1 4202560 9228 0 0 0 117 0 0 0 20 0 22 0 338636028 12137111552 120013 33554432000 1073741824 1073778376 140736127940896 140683576490936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1556] ppid=1538 vsize=11852648 CPUtime=1.14 cores=0,2,4,6
/proc/1540/task/1556/stat : 1556 (java) S 1538 1540 30903 0 -1 4202560 14226 0 0 0 112 2 0 0 20 0 22 0 338636028 12137111552 120013 33554432000 1073741824 1073778376 140736127940896 140683575438136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1540/tid=1557] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1557/stat : 1557 (java) S 1538 1540 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338636028 12137111552 120013 33554432000 1073741824 1073778376 140736127940896 140683574385528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1540/tid=1558] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1558/stat : 1558 (java) S 1538 1540 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338636028 12137111552 120013 33554432000 1073741824 1073778376 140736127940896 140683573332936 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1559] ppid=1538 vsize=11852648 CPUtime=2.53 cores=0,2,4,6
/proc/1540/task/1559/stat : 1559 (java) R 1538 1540 30903 0 -1 4202560 46 0 0 0 253 0 0 0 20 0 22 0 338636067 12137111552 120013 33554432000 1073741824 1073778376 140736127940896 140683572277864 140683617358910 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1540/tid=1560] ppid=1538 vsize=11852648 CPUtime=2.55 cores=0,2,4,6
/proc/1540/task/1560/stat : 1560 (java) R 1538 1540 30903 0 -1 4202560 235 0 0 0 250 5 0 0 20 0 22 0 338636067 12137111552 120013 33554432000 1073741824 1073778376 140736127940896 140683571223136 140683617552695 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1561] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1561/stat : 1561 (java) S 1538 1540 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338636068 12137111552 120013 33554432000 1073741824 1073778376 140736127940896 140683570172840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1540/tid=1563] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1563/stat : 1563 (java) S 1538 1540 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338636068 12137111552 120013 33554432000 1073741824 1073778376 140736127940896 140683569120040 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.03
Current children cumulated vsize (KiB) 11852648

[startup+6.30084 s]
/proc/loadavg: 3.67 3.85 3.79 5/221 1563
/proc/meminfo: memFree=25215064/32873844 swapFree=7124/7124
[pid=1540] ppid=1538 vsize=11852648 CPUtime=14.39 cores=0,2,4,6
/proc/1540/stat : 1540 (java) S 1538 1540 30903 0 -1 4202496 29033 0 1 0 1423 16 0 0 20 0 22 0 338636021 12137111552 177213 33554432000 1073741824 1073778376 140736127940896 140736127932032 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1540/statm: 2963162 177213 2287 9 0 2953849 0
[pid=1540/tid=1542] ppid=1538 vsize=11852648 CPUtime=0.43 cores=0,2,4,6
/proc/1540/task/1542/stat : 1542 (java) S 1538 1540 30903 0 -1 4202560 3899 0 1 0 41 2 0 0 20 0 22 0 338636022 12137111552 177213 33554432000 1073741824 1073778376 140736127940896 140683763221656 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1543] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1543/stat : 1543 (java) S 1538 1540 30903 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 338636024 12137111552 177213 33554432000 1073741824 1073778376 140736127940896 140683738626600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1540/tid=1544] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1544/stat : 1544 (java) S 1538 1540 30903 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 338636024 12137111552 177213 33554432000 1073741824 1073778376 140736127940896 140683737573800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1545] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1545/stat : 1545 (java) S 1538 1540 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338636024 12137111552 177213 33554432000 1073741824 1073778376 140736127940896 140683736521000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1540/tid=1546] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1546/stat : 1546 (java) S 1538 1540 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338636024 12137111552 177213 33554432000 1073741824 1073778376 140736127940896 140683735468200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1547] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1547/stat : 1547 (java) S 1538 1540 30903 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 338636024 12137111552 177213 33554432000 1073741824 1073778376 140736127940896 140683596057640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1540/tid=1548] ppid=1538 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/1540/task/1548/stat : 1548 (java) S 1538 1540 30903 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 338636024 12137111552 177213 33554432000 1073741824 1073778376 140736127940896 140683595004840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1540/tid=1549] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1549/stat : 1549 (java) S 1538 1540 30903 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338636024 12137111552 177213 33554432000 1073741824 1073778376 140736127940896 140683593952040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1540/tid=1550] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1550/stat : 1550 (java) S 1538 1540 30903 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 338636024 12137111552 177213 33554432000 1073741824 1073778376 140736127940896 140683592899240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1551] ppid=1538 vsize=11852648 CPUtime=0.18 cores=0,2,4,6
/proc/1540/task/1551/stat : 1551 (java) S 1538 1540 30903 0 -1 4202560 37 0 0 0 18 0 0 0 20 0 22 0 338636025 12137111552 177213 33554432000 1073741824 1073778376 140736127940896 140683580701160 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1552] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1552/stat : 1552 (java) S 1538 1540 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338636026 12137111552 177213 33554432000 1073741824 1073778376 140736127940896 140683579647224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1553] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1553/stat : 1553 (java) S 1538 1540 30903 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 338636026 12137111552 177213 33554432000 1073741824 1073778376 140736127940896 140683578594312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1554] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1554/stat : 1554 (java) S 1538 1540 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338636028 12137111552 177213 33554432000 1073741824 1073778376 140736127940896 140683577542800 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1555] ppid=1538 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/1540/task/1555/stat : 1555 (java) S 1538 1540 30903 0 -1 4202560 9229 0 0 0 118 0 0 0 20 0 22 0 338636028 12137111552 177213 33554432000 1073741824 1073778376 140736127940896 140683576490936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/1540/statm: 2963162 394600 2288 9 0 2953849 0
[pid=1540/tid=1542] ppid=1538 vsize=11852648 CPUtime=0.48 cores=0,2,4,6
/proc/1540/task/1542/stat : 1542 (java) S 1538 1540 30903 0 -1 4202560 4139 0 1 0 44 4 0 0 20 0 22 0 338636022 12137111552 394600 33554432000 1073741824 1073778376 140736127940896 140683763221368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1543] ppid=1538 vsize=11852648 CPUtime=2.29 cores=0,2,4,6
/proc/1540/task/1543/stat : 1543 (java) S 1538 1540 30903 0 -1 4202560 145 0 0 0 227 2 0 0 20 0 22 0 338636024 12137111552 394600 33554432000 1073741824 1073778376 140736127940896 140683738626600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1544] ppid=1538 vsize=11852648 CPUtime=2.22 cores=0,2,4,6
/proc/1540/task/1544/stat : 1544 (java) S 1538 1540 30903 0 -1 4202560 134 0 0 0 222 0 0 0 20 0 22 0 338636024 12137111552 394600 33554432000 1073741824 1073778376 140736127940896 140683737573800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1540/tid=1545] ppid=1538 vsize=11852648 CPUtime=2.11 cores=0,2,4,6
/proc/1540/task/1545/stat : 1545 (java) S 1538 1540 30903 0 -1 4202560 131 0 0 0 209 2 0 0 20 0 22 0 338636024 12137111552 394600 33554432000 1073741824 1073778376 140736127940896 140683736521000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1546] ppid=1538 vsize=11852648 CPUtime=2.36 cores=0,2,4,6
/proc/1540/task/1546/stat : 1546 (java) S 1538 1540 30903 0 -1 4202560 156 0 0 0 233 3 0 0 20 0 22 0 338636024 12137111552 394600 33554432000 1073741824 1073778376 140736127940896 140683735468200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1540/tid=1547] ppid=1538 vsize=11852648 CPUtime=2.29 cores=0,2,4,6
/proc/1540/task/1547/stat : 1547 (java) S 1538 1540 30903 0 -1 4202560 155 0 0 0 227 2 0 0 20 0 22 0 338636024 12137111552 394600 33554432000 1073741824 1073778376 140736127940896 140683596057640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1548] ppid=1538 vsize=11852648 CPUtime=2.33 cores=0,2,4,6
/proc/1540/task/1548/stat : 1548 (java) S 1538 1540 30903 0 -1 4202560 166 0 0 0 231 2 0 0 20 0 22 0 338636024 12137111552 394600 33554432000 1073741824 1073778376 140736127940896 140683595004840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1549] ppid=1538 vsize=11852648 CPUtime=2.28 cores=0,2,4,6
/proc/1540/task/1549/stat : 1549 (java) S 1538 1540 30903 0 -1 4202560 144 0 0 0 226 2 0 0 20 0 22 0 338636024 12137111552 394600 33554432000 1073741824 1073778376 140736127940896 140683593952040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1550] ppid=1538 vsize=11852648 CPUtime=2.2 cores=0,2,4,6
/proc/1540/task/1550/stat : 1550 (java) S 1538 1540 30903 0 -1 4202560 140 0 0 0 218 2 0 0 20 0 22 0 338636024 12137111552 394600 33554432000 1073741824 1073778376 140736127940896 140683592899240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1540/tid=1551] ppid=1538 vsize=11852648 CPUtime=134.42 cores=0,2,4,6
/proc/1540/task/1551/stat : 1551 (java) R 1538 1540 30903 0 -1 4202560 243 0 0 0 13429 13 0 0 20 0 22 0 338636025 12137111552 394600 33554432000 1073741824 1073778376 140736127940896 140683580700136 140683770075394 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1552] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1552/stat : 1552 (java) S 1538 1540 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338636026 12137111552 394600 33554432000 1073741824 1073778376 140736127940896 140683579647224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1553] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1553/stat : 1553 (java) S 1538 1540 30903 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 338636026 12137111552 394600 33554432000 1073741824 1073778376 140736127940896 140683578594312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1554] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1554/stat : 1554 (java) S 1538 1540 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338636028 12137111552 394600 33554432000 1073741824 1073778376 140736127940896 140683577542800 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1555] ppid=1538 vsize=11852648 CPUtime=1.27 cores=0,2,4,6
/proc/1540/task/1555/stat : 1555 (java) S 1538 1540 30903 0 -1 4202560 9234 0 0 0 127 0 0 0 20 0 22 0 338636028 12137111552 394600 33554432000 1073741824 1073778376 140736127940896 140683576490936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1540/tid=1556] ppid=1538 vsize=11852648 CPUtime=2.29 cores=0,2,4,6
/proc/1540/task/1556/stat : 1556 (java) S 1538 1540 30903 0 -1 4202560 22726 0 0 0 225 4 0 0 20 0 22 0 338636028 12137111552 394600 33554432000 1073741824 1073778376 140736127940896 140683575438136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1557] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1557/stat : 1557 (java) S 1538 1540 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338636028 12137111552 394600 33554432000 1073741824 1073778376 140736127940896 140683574385528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1540/tid=1558] ppid=1538 vsize=11852648 CPUtime=0.35 cores=0,2,4,6
/proc/1540/task/1558/stat : 1558 (java) S 1538 1540 30903 0 -1 4202560 50 0 0 0 18 17 0 0 20 0 22 0 338636028 12137111552 394600 33554432000 1073741824 1073778376 140736127940896 140683573332936 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1559] ppid=1538 vsize=11852648 CPUtime=739.78 cores=0,2,4,6
/proc/1540/task/1559/stat : 1559 (java) S 1538 1540 30903 0 -1 4202560 138 0 0 0 73966 12 0 0 20 0 22 0 338636067 12137111552 394600 33554432000 1073741824 1073778376 140736127940896 140683572277832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1540/tid=1560] ppid=1538 vsize=11852648 CPUtime=739.75 cores=0,2,4,6
/proc/1540/task/1560/stat : 1560 (java) S 1538 1540 30903 0 -1 4202560 652 0 0 0 73946 29 0 0 20 0 22 0 338636067 12137111552 394600 33554432000 1073741824 1073778376 140736127940896 140683571222904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1561] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1561/stat : 1561 (java) S 1538 1540 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338636068 12137111552 394600 33554432000 1073741824 1073778376 140736127940896 140683570172840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1540/tid=1563] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1563/stat : 1563 (java) S 1538 1540 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338636068 12137111552 394600 33554432000 1073741824 1073778376 140736127940896 140683569120040 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1640.38
Current children cumulated vsize (KiB) 11852648

[startup+942.301 s]
/proc/loadavg: 3.78 3.79 3.78 5/222 1644
/proc/meminfo: memFree=22718848/32873844 swapFree=7124/7124
[pid=1540] ppid=1538 vsize=11852648 CPUtime=1746.16 cores=0,2,4,6
/proc/1540/stat : 1540 (java) S 1538 1540 30903 0 -1 4202496 39701 0 1 0 174545 71 0 0 20 0 22 0 338636021 12137111552 398303 33554432000 1073741824 1073778376 140736127940896 140736127932032 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1540/statm: 2963162 398303 2288 9 0 2953849 0
[pid=1540/tid=1542] ppid=1538 vsize=11852648 CPUtime=0.48 cores=0,2,4,6
/proc/1540/task/1542/stat : 1542 (java) S 1538 1540 30903 0 -1 4202560 4164 0 1 0 44 4 0 0 20 0 22 0 338636022 12137111552 398303 33554432000 1073741824 1073778376 140736127940896 140683763221656 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1543] ppid=1538 vsize=11852648 CPUtime=2.58 cores=0,2,4,6
/proc/1540/task/1543/stat : 1543 (java) S 1538 1540 30903 0 -1 4202560 160 0 0 0 256 2 0 0 20 0 22 0 338636024 12137111552 398303 33554432000 1073741824 1073778376 140736127940896 140683738626600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1544] ppid=1538 vsize=11852648 CPUtime=2.47 cores=0,2,4,6
/proc/1540/task/1544/stat : 1544 (java) S 1538 1540 30903 0 -1 4202560 145 0 0 0 245 2 0 0 20 0 22 0 338636024 12137111552 398303 33554432000 1073741824 1073778376 140736127940896 140683737573800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1540/tid=1545] ppid=1538 vsize=11852648 CPUtime=2.35 cores=0,2,4,6
/proc/1540/task/1545/stat : 1545 (java) S 1538 1540 30903 0 -1 4202560 139 0 0 0 233 2 0 0 20 0 22 0 338636024 12137111552 398303 33554432000 1073741824 1073778376 140736127940896 140683736521000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1540/tid=1546] ppid=1538 vsize=11852648 CPUtime=2.59 cores=0,2,4,6
/proc/1540/task/1546/stat : 1546 (java) S 1538 1540 30903 0 -1 4202560 177 0 0 0 256 3 0 0 20 0 22 0 338636024 12137111552 398303 33554432000 1073741824 1073778376 140736127940896 140683735468200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1540/tid=1547] ppid=1538 vsize=11852648 CPUtime=2.51 cores=0,2,4,6
/proc/1540/task/1547/stat : 1547 (java) S 1538 1540 30903 0 -1 4202560 169 0 0 0 249 2 0 0 20 0 22 0 338636024 12137111552 398303 33554432000 1073741824 1073778376 140736127940896 140683596057640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1540/tid=1548] ppid=1538 vsize=11852648 CPUtime=2.61 cores=0,2,4,6
/proc/1540/task/1548/stat : 1548 (java) S 1538 1540 30903 0 -1 4202560 178 0 0 0 259 2 0 0 20 0 22 0 338636024 12137111552 398303 33554432000 1073741824 1073778376 140736127940896 140683595004840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1540/tid=1549] ppid=1538 vsize=11852648 CPUtime=2.54 cores=0,2,4,6
/proc/1540/task/1549/stat : 1549 (java) S 1538 1540 30903 0 -1 4202560 164 0 0 0 252 2 0 0 20 0 22 0 338636024 12137111552 398303 33554432000 1073741824 1073778376 140736127940896 140683593952040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1550] ppid=1538 vsize=11852648 CPUtime=2.5 cores=0,2,4,6
/proc/1540/task/1550/stat : 1550 (java) S 1538 1540 30903 0 -1 4202560 158 0 0 0 248 2 0 0 20 0 22 0 338636024 12137111552 398303 33554432000 1073741824 1073778376 140736127940896 140683592899240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1551] ppid=1538 vsize=11852648 CPUtime=149.52 cores=0,2,4,6
/proc/1540/task/1551/stat : 1551 (java) S 1538 1540 30903 0 -1 4202560 254 0 0 0 14939 13 0 0 20 0 22 0 338636025 12137111552 398303 33554432000 1073741824 1073778376 140736127940896 140683580701160 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1552] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1552/stat : 1552 (java) S 1538 1540 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338636026 12137111552 398303 33554432000 1073741824 1073778376 140736127940896 140683579647224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1553] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1553/stat : 1553 (java) S 1538 1540 30903 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 338636026 12137111552 398303 33554432000 1073741824 1073778376 140736127940896 140683578594312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1554] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1554/stat : 1554 (java) S 1538 1540 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338636028 12137111552 398303 33554432000 1073741824 1073778376 140736127940896 140683577542800 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1555] ppid=1538 vsize=11852648 CPUtime=1.27 cores=0,2,4,6
/proc/1540/task/1555/stat : 1555 (java) S 1538 1540 30903 0 -1 4202560 9234 0 0 0 127 0 0 0 20 0 22 0 338636028 12137111552 398303 33554432000 1073741824 1073778376 140736127940896 140683576490936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1540/tid=1556] ppid=1538 vsize=11852648 CPUtime=2.29 cores=0,2,4,6
/proc/1540/task/1556/stat : 1556 (java) S 1538 1540 30903 0 -1 4202560 22727 0 0 0 225 4 0 0 20 0 22 0 338636028 12137111552 398303 33554432000 1073741824 1073778376 140736127940896 140683575438136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1557] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1557/stat : 1557 (java) S 1538 1540 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338636028 12137111552 398303 33554432000 1073741824 1073778376 140736127940896 140683574385528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1540/tid=1558] ppid=1538 vsize=11852648 CPUtime=0.37 cores=0,2,4,6
/proc/1540/task/1558/stat : 1558 (java) S 1538 1540 30903 0 -1 4202560 54 0 0 0 19 18 0 0 20 0 22 0 338636028 12137111552 398303 33554432000 1073741824 1073778376 140736127940896 140683573332936 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1559] ppid=1538 vsize=11852648 CPUtime=783.95 cores=0,2,4,6
/proc/1540/task/1559/stat : 1559 (java) R 1538 1540 30903 0 -1 4202560 138 0 0 0 78383 12 0 0 20 0 22 0 338636067 12137111552 398303 33554432000 1073741824 1073778376 140736127940896 140683572277712 140683617606513 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1540/tid=1560] ppid=1538 vsize=11852648 CPUtime=783.91 cores=0,2,4,6
/proc/1540/task/1560/stat : 1560 (java) R 1538 1540 30903 0 -1 4202560 653 0 0 0 78362 29 0 0 20 0 22 0 338636067 12137111552 398303 33554432000 1073741824 1073778376 140736127940896 140683571223136 140683617467169 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1561] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1561/stat : 1561 (java) S 1538 1540 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338636068 12137111552 398303 33554432000 1073741824 1073778376 140736127940896 140683570172840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1540/tid=1563] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1563/stat : 1563 (java) S 1538 1540 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338636068 12137111552 398303 33554432000 1073741824 1073778376 140736127940896 140683569120040 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1746.16
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+972.601 s]
/proc/loadavg: 3.68 3.76 3.77 5/221 1644
/proc/meminfo: memFree=22688824/32873844 swapFree=7124/7124
[pid=1540] ppid=1538 vsize=11852648 CPUtime=1800.17 cores=0,2,4,6
/proc/1540/stat : 1540 (java) S 1538 1540 30903 0 -1 4202496 39775 0 1 0 179944 73 0 0 20 0 22 0 338636021 12137111552 399383 33554432000 1073741824 1073778376 140736127940896 140736127932032 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1540/statm: 2963162 399383 2288 9 0 2953849 0
[pid=1540/tid=1542] ppid=1538 vsize=11852648 CPUtime=0.48 cores=0,2,4,6
/proc/1540/task/1542/stat : 1542 (java) S 1538 1540 30903 0 -1 4202560 4176 0 1 0 44 4 0 0 20 0 22 0 338636022 12137111552 399383 33554432000 1073741824 1073778376 140736127940896 140683763221656 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1543] ppid=1538 vsize=11852648 CPUtime=2.71 cores=0,2,4,6
/proc/1540/task/1543/stat : 1543 (java) S 1538 1540 30903 0 -1 4202560 166 0 0 0 269 2 0 0 20 0 22 0 338636024 12137111552 399383 33554432000 1073741824 1073778376 140736127940896 140683738626600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1544] ppid=1538 vsize=11852648 CPUtime=2.59 cores=0,2,4,6
/proc/1540/task/1544/stat : 1544 (java) S 1538 1540 30903 0 -1 4202560 152 0 0 0 257 2 0 0 20 0 22 0 338636024 12137111552 399383 33554432000 1073741824 1073778376 140736127940896 140683737573800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1545] ppid=1538 vsize=11852648 CPUtime=2.45 cores=0,2,4,6
/proc/1540/task/1545/stat : 1545 (java) S 1538 1540 30903 0 -1 4202560 139 0 0 0 243 2 0 0 20 0 22 0 338636024 12137111552 399383 33554432000 1073741824 1073778376 140736127940896 140683736521000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1540/tid=1546] ppid=1538 vsize=11852648 CPUtime=2.67 cores=0,2,4,6
/proc/1540/task/1546/stat : 1546 (java) S 1538 1540 30903 0 -1 4202560 177 0 0 0 264 3 0 0 20 0 22 0 338636024 12137111552 399383 33554432000 1073741824 1073778376 140736127940896 140683735468200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1540/tid=1547] ppid=1538 vsize=11852648 CPUtime=2.61 cores=0,2,4,6
/proc/1540/task/1547/stat : 1547 (java) S 1538 1540 30903 0 -1 4202560 179 0 0 0 259 2 0 0 20 0 22 0 338636024 12137111552 399383 33554432000 1073741824 1073778376 140736127940896 140683596057640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1540/tid=1548] ppid=1538 vsize=11852648 CPUtime=2.75 cores=0,2,4,6
/proc/1540/task/1548/stat : 1548 (java) S 1538 1540 30903 0 -1 4202560 198 0 0 0 272 3 0 0 20 0 22 0 338636024 12137111552 399383 33554432000 1073741824 1073778376 140736127940896 140683595004840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1549] ppid=1538 vsize=11852648 CPUtime=2.64 cores=0,2,4,6
/proc/1540/task/1549/stat : 1549 (java) S 1538 1540 30903 0 -1 4202560 165 0 0 0 262 2 0 0 20 0 22 0 338636024 12137111552 399383 33554432000 1073741824 1073778376 140736127940896 140683593952040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1550] ppid=1538 vsize=11852648 CPUtime=2.66 cores=0,2,4,6
/proc/1540/task/1550/stat : 1550 (java) S 1538 1540 30903 0 -1 4202560 170 0 0 0 264 2 0 0 20 0 22 0 338636024 12137111552 399383 33554432000 1073741824 1073778376 140736127940896 140683592899240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1551] ppid=1538 vsize=11852648 CPUtime=156.5 cores=0,2,4,6
/proc/1540/task/1551/stat : 1551 (java) S 1538 1540 30903 0 -1 4202560 258 0 0 0 15636 14 0 0 20 0 22 0 338636025 12137111552 399383 33554432000 1073741824 1073778376 140736127940896 140683580701160 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1552] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1552/stat : 1552 (java) S 1538 1540 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338636026 12137111552 399383 33554432000 1073741824 1073778376 140736127940896 140683579647224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1553] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1553/stat : 1553 (java) S 1538 1540 30903 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 338636026 12137111552 399383 33554432000 1073741824 1073778376 140736127940896 140683578594312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1554] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1554/stat : 1554 (java) S 1538 1540 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338636028 12137111552 399383 33554432000 1073741824 1073778376 140736127940896 140683577542800 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1540/tid=1555] ppid=1538 vsize=11852648 CPUtime=1.27 cores=0,2,4,6
/proc/1540/task/1555/stat : 1555 (java) S 1538 1540 30903 0 -1 4202560 9234 0 0 0 127 0 0 0 20 0 22 0 338636028 12137111552 399383 33554432000 1073741824 1073778376 140736127940896 140683576490936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1540/tid=1556] ppid=1538 vsize=11852648 CPUtime=2.29 cores=0,2,4,6
/proc/1540/task/1556/stat : 1556 (java) S 1538 1540 30903 0 -1 4202560 22727 0 0 0 225 4 0 0 20 0 22 0 338636028 12137111552 399383 33554432000 1073741824 1073778376 140736127940896 140683575438136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1557] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1557/stat : 1557 (java) S 1538 1540 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338636028 12137111552 399383 33554432000 1073741824 1073778376 140736127940896 140683574385528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1540/tid=1558] ppid=1538 vsize=11852648 CPUtime=0.38 cores=0,2,4,6
/proc/1540/task/1558/stat : 1558 (java) S 1538 1540 30903 0 -1 4202560 56 0 0 0 19 19 0 0 20 0 22 0 338636028 12137111552 399383 33554432000 1073741824 1073778376 140736127940896 140683573332936 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1559] ppid=1538 vsize=11852648 CPUtime=806.93 cores=0,2,4,6
/proc/1540/task/1559/stat : 1559 (java) R 1538 1540 30903 0 -1 4202560 138 0 0 0 80680 13 0 0 20 0 22 0 338636067 12137111552 399383 33554432000 1073741824 1073778376 140736127940896 140683572277712 140683617358703 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1540/tid=1560] ppid=1538 vsize=11852648 CPUtime=806.88 cores=0,2,4,6
/proc/1540/task/1560/stat : 1560 (java) R 1538 1540 30903 0 -1 4202560 653 0 0 0 80658 30 0 0 20 0 22 0 338636067 12137111552 399383 33554432000 1073741824 1073778376 140736127940896 140683571223008 140683617491055 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1540/tid=1561] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1561/stat : 1561 (java) S 1538 1540 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338636068 12137111552 399383 33554432000 1073741824 1073778376 140736127940896 140683570172840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1540/tid=1563] ppid=1538 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/1540/task/1563/stat : 1563 (java) S 1538 1540 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338636068 12137111552 399383 33554432000 1073741824 1073778376 140736127940896 140683569120040 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1540 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=10116
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=181820
# CPU time returned by wait4() is 1796.19
# while last known CPU time is 1800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 972.636
CPU time (s): 1800.17
CPU user time (s): 1799.44
CPU system time (s): 0.73
CPU usage (%): 185.082
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.01
system time used= 1.18182
maximum resident set size= 1597660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39810
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34738
involuntary context switches= 42097

runsolver used 3.78143 second user time and 8.68468 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-03 14:05:06
IDJOB=3738378
IDBENCH=71848
IDSOLVER=2328
FILE ID=node134/3738378-1338725106
RUNJOBID= node134-1338713778-30919
PBS_JOBID= 14636743
Free space on /tmp= 70360 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx49.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3738378-1338725106/watcher-3738378-1338725106 -o /tmp/evaluation-result-3738378-1338725106/solver-3738378-1338725106 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3738378-1338725106.opb

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

MD5SUM BENCH= e08af5097f76b1d4e2b0ba1d8a42ed5a
RANDOM SEED=409260377

node134.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		: 2667.278
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	: 5334.55
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		: 2667.278
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	: 5332.56
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		: 2667.278
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	: 5332.55
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		: 2667.278
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	: 5332.59
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		: 2667.278
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	: 5332.55
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		: 2667.278
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	: 5332.55
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		: 2667.278
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	: 5332.57
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		: 2667.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25889460 kB
Buffers:          488292 kB
Cached:          3304124 kB
SwapCached:           76 kB
Active:          4027544 kB
Inactive:        2050016 kB
Active(anon):    2276348 kB
Inactive(anon):    10496 kB
Active(file):    1751196 kB
Inactive(file):  2039520 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67107756 kB
Dirty:               428 kB
Writeback:             0 kB
AnonPages:       2236068 kB
Mapped:            19408 kB
Shmem:                96 kB
Slab:             761616 kB
SReclaimable:     202988 kB
SUnreclaim:       558628 kB
KernelStack:        1800 kB
PageTables:         8532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2168832 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= 70356 MiB
End job on node134 at 2012-06-03 14:21:21