Trace number 3741954

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 NameAnswerCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.21 924.472

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K94.opb
MD5SUM08b0e704e28720f9a0455d95c872079f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1099.94
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6392
Total number of constraints6582
Number of constraints which are clauses6488
Number of constraints which are cardinality constraints (but not clauses)94
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint94
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 95
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.11	c version 2.3.1.v20110525
0.08/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.11	c java.vm.version	19.1-b02
0.08/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.11	c sun.arch.data.model	64
0.08/0.11	c java.version		1.6.0_24
0.08/0.11	c os.name		Linux
0.08/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.11	c os.arch		amd64
0.08/0.11	c Free memory 		9996466904
0.08/0.11	c Max memory 		10048897024
0.08/0.11	c Total memory 		10048897024
0.08/0.11	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3741954-1338762655.opb
0.08/0.13	c reading problem ... 
0.76/0.45	c ... done. Wall clock time 0.317s.
0.76/0.45	c #vars     6392
0.76/0.45	c #constraints  6582
0.76/0.45	c constraints type 
0.76/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5277
0.76/0.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 94
0.76/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1209
0.76/0.45	c constraints type 
0.76/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1209
0.76/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5277
0.76/0.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 94
4.60/1.87	c cleaning 2493 clauses out of 4992 with flag 5004/5004
7.63/3.27	c cleaning 4230 clauses out of 8489 with flag 11000/11000
12.67/5.75	c cleaning 5599 clauses out of 11254 with flag 18001/18001
16.65/7.73	c cleaning 6791 clauses out of 13650 with flag 26000/26000
21.67/10.26	c cleaning 7833 clauses out of 15854 with flag 35001/35001
27.03/12.97	c cleaning 8982 clauses out of 18019 with flag 45001/45001
32.57/15.74	c cleaning 9434 clauses out of 19035 with flag 55000/55000
38.38/18.63	c cleaning 9631 clauses out of 19598 with flag 65002/65002
43.49/21.26	c cleaning 9798 clauses out of 19965 with flag 75001/75001
49.02/24.01	c cleaning 9810 clauses out of 20167 with flag 85001/85001
54.55/26.88	c cleaning 10028 clauses out of 20355 with flag 95000/95000
60.28/29.77	c cleaning 10108 clauses out of 20327 with flag 105000/105000
65.76/32.52	c cleaning 10080 clauses out of 20222 with flag 115003/115003
72.28/35.89	c cleaning 9775 clauses out of 20139 with flag 125000/125000
77.21/38.35	c cleaning 10054 clauses out of 20364 with flag 135000/135000
83.52/41.54	c cleaning 10045 clauses out of 20310 with flag 145001/145001
93.38/46.58	c cleaning 10058 clauses out of 20264 with flag 155000/155000
102.10/50.92	c cleaning 9950 clauses out of 20207 with flag 165001/165001
109.21/54.50	c cleaning 9938 clauses out of 20258 with flag 175002/175002
119.10/59.55	c cleaning 10018 clauses out of 20318 with flag 185000/185000
127.17/63.61	c cleaning 10028 clauses out of 20300 with flag 195000/195000
137.05/68.66	c cleaning 10029 clauses out of 20275 with flag 205004/205004
143.55/71.93	c cleaning 9803 clauses out of 20242 with flag 215000/215000
149.44/74.93	c cleaning 9602 clauses out of 20439 with flag 225000/225000
156.67/78.64	c cleaning 9508 clauses out of 20837 with flag 235000/235000
169.36/85.00	c cleaning 9574 clauses out of 21333 with flag 245005/245005
182.02/91.43	c cleaning 9497 clauses out of 21754 with flag 255000/255000
190.52/95.76	c cleaning 9840 clauses out of 22257 with flag 265000/265000
201.49/101.31	c cleaning 9701 clauses out of 22417 with flag 275000/275000
213.55/107.44	c cleaning 9880 clauses out of 22714 with flag 285000/285000
219.03/110.25	c cleaning 9420 clauses out of 22833 with flag 295000/295000
225.29/113.48	c cleaning 9526 clauses out of 23414 with flag 305001/305001
231.28/116.56	c cleaning 9493 clauses out of 23888 with flag 315001/315001
241.12/121.51	c cleaning 9496 clauses out of 24394 with flag 325000/325000
255.23/128.66	c cleaning 9657 clauses out of 24903 with flag 335005/335005
271.09/136.62	c cleaning 9618 clauses out of 25240 with flag 345000/345000
277.07/139.75	c cleaning 9312 clauses out of 25622 with flag 355000/355000
287.52/145.08	c cleaning 9523 clauses out of 26310 with flag 365000/365000
300.42/151.58	c cleaning 9841 clauses out of 26787 with flag 375000/375000
308.66/155.72	c cleaning 9433 clauses out of 26948 with flag 385002/385002
320.23/161.60	c cleaning 9653 clauses out of 27513 with flag 395000/395000
335.07/169.19	c cleaning 9639 clauses out of 27861 with flag 405001/405001
348.92/176.14	c cleaning 9783 clauses out of 28224 with flag 415003/415003
355.76/179.69	c cleaning 10023 clauses out of 28441 with flag 425003/425003
363.28/183.50	c cleaning 9550 clauses out of 28416 with flag 435001/435001
369.11/186.59	c cleaning 9508 clauses out of 28865 with flag 445000/445000
379.14/191.63	c cleaning 9673 clauses out of 29357 with flag 455000/455000
386.17/195.21	c cleaning 9664 clauses out of 29685 with flag 465001/465001
396.29/200.47	c cleaning 9809 clauses out of 30021 with flag 475001/475001
403.52/204.14	c cleaning 9599 clauses out of 30211 with flag 485000/485000
412.73/208.84	c cleaning 9677 clauses out of 30612 with flag 495000/495000
423.76/214.45	c cleaning 9837 clauses out of 30936 with flag 505001/505001
431.24/218.35	c cleaning 9500 clauses out of 31098 with flag 515000/515000
446.05/225.87	c cleaning 9477 clauses out of 31598 with flag 525000/525000
460.75/233.28	c cleaning 9522 clauses out of 32123 with flag 535002/535002
481.39/243.61	c cleaning 9751 clauses out of 32599 with flag 545000/545000
492.10/249.16	c cleaning 9818 clauses out of 32848 with flag 555000/555000
501.74/254.03	c cleaning 9574 clauses out of 33031 with flag 565001/565001
516.32/261.50	c cleaning 9905 clauses out of 33459 with flag 575003/575003
525.33/266.08	c cleaning 9825 clauses out of 33550 with flag 585000/585000
537.99/272.51	c cleaning 9583 clauses out of 33725 with flag 595000/595000
552.38/279.80	c cleaning 9786 clauses out of 34142 with flag 605000/605000
566.18/286.83	c cleaning 9856 clauses out of 34357 with flag 615001/615001
579.96/293.87	c cleaning 9689 clauses out of 34502 with flag 625002/625002
597.60/302.86	c cleaning 9820 clauses out of 34811 with flag 635000/635000
611.59/309.97	c cleaning 10040 clauses out of 34993 with flag 645002/645002
618.57/313.59	c cleaning 9489 clauses out of 34951 with flag 655000/655000
624.92/316.88	c cleaning 9590 clauses out of 35462 with flag 665000/665000
631.71/320.48	c cleaning 9736 clauses out of 35875 with flag 675003/675003
638.46/323.95	c cleaning 9731 clauses out of 36137 with flag 685001/685001
644.42/327.00	c cleaning 9505 clauses out of 36408 with flag 695003/695003
652.97/331.48	c cleaning 9618 clauses out of 36901 with flag 705001/705001
661.56/335.99	c cleaning 9593 clauses out of 37282 with flag 715000/715000
668.72/339.65	c cleaning 9640 clauses out of 37690 with flag 725001/725001
674.89/342.80	c cleaning 9817 clauses out of 38042 with flag 735001/735001
682.44/346.73	c cleaning 9301 clauses out of 38224 with flag 745000/745000
690.60/351.07	c cleaning 9741 clauses out of 38925 with flag 755002/755002
704.94/358.33	c cleaning 9838 clauses out of 39182 with flag 765000/765000
715.88/363.93	c cleaning 9684 clauses out of 39344 with flag 775000/775000
728.25/370.20	c cleaning 0 clauses out of 5000 with flag 0/5000
730.99/371.79	c cleaning 9768 clauses out of 39660 with flag 785000/785000
745.11/378.84	c cleaning 9874 clauses out of 39892 with flag 795000/795000
756.02/384.41	c cleaning 9736 clauses out of 40019 with flag 805001/805001
765.55/389.31	c cleaning 9690 clauses out of 40284 with flag 815002/815002
776.08/394.87	c cleaning 9599 clauses out of 40596 with flag 825004/825004
789.36/401.66	c cleaning 9893 clauses out of 40995 with flag 835002/835002
800.49/407.39	c cleaning 9711 clauses out of 41101 with flag 845001/845001
813.99/414.24	c cleaning 9945 clauses out of 41389 with flag 855000/855000
825.72/420.37	c cleaning 9841 clauses out of 41446 with flag 865002/865002
834.41/424.81	c cleaning 9712 clauses out of 41603 with flag 875000/875000
847.12/431.31	c cleaning 9678 clauses out of 41893 with flag 885003/885003
855.63/435.78	c cleaning 9648 clauses out of 42212 with flag 895000/895000
869.31/442.89	c cleaning 9845 clauses out of 42564 with flag 905000/905000
883.80/450.26	c cleaning 9705 clauses out of 42721 with flag 915002/915002
895.29/456.11	c cleaning 9740 clauses out of 43015 with flag 925001/925001
906.98/462.12	c cleaning 9827 clauses out of 43274 with flag 935000/935000
915.68/466.77	c cleaning 9480 clauses out of 43447 with flag 945000/945000
926.37/472.22	c cleaning 9871 clauses out of 43968 with flag 955001/955001
936.48/477.42	c cleaning 9796 clauses out of 44097 with flag 965001/965001
948.14/483.48	c cleaning 9993 clauses out of 44300 with flag 975000/975000
955.24/487.27	c cleaning 9442 clauses out of 44307 with flag 985000/985000
964.35/491.94	c cleaning 9731 clauses out of 44866 with flag 995001/995001
970.25/495.02	c cleaning 9440 clauses out of 45134 with flag 1005000/1005000
977.93/499.00	c cleaning 9653 clauses out of 45696 with flag 1015002/1015002
987.21/503.91	c cleaning 9724 clauses out of 46041 with flag 1025000/1025000
993.89/507.48	c cleaning 9643 clauses out of 46319 with flag 1035002/1035002
1002.59/511.99	c cleaning 9649 clauses out of 46674 with flag 1045000/1045000
1011.06/516.34	c cleaning 9698 clauses out of 47026 with flag 1055001/1055001
1017.74/519.93	c cleaning 9901 clauses out of 47327 with flag 1065000/1065000
1034.61/528.50	c cleaning 9585 clauses out of 47429 with flag 1075003/1075003
1041.30/532.03	c cleaning 9661 clauses out of 47841 with flag 1085000/1085000
1052.79/537.93	c cleaning 9710 clauses out of 48182 with flag 1095002/1095002
1060.87/542.24	c cleaning 9557 clauses out of 48471 with flag 1105001/1105001
1077.71/550.84	c cleaning 9840 clauses out of 48915 with flag 1115002/1115002
1097.38/560.89	c cleaning 9640 clauses out of 49073 with flag 1125000/1125000
1113.23/568.97	c cleaning 9886 clauses out of 49435 with flag 1135002/1135002
1124.48/574.80	c cleaning 9800 clauses out of 49548 with flag 1145001/1145001
1135.32/580.42	c cleaning 9996 clauses out of 49744 with flag 1155000/1155000
1143.77/584.87	c cleaning 9515 clauses out of 49749 with flag 1165001/1165001
1150.64/588.48	c cleaning 9633 clauses out of 50234 with flag 1175001/1175001
1162.47/594.64	c cleaning 9866 clauses out of 50600 with flag 1185000/1185000
1170.92/599.03	c cleaning 9719 clauses out of 50735 with flag 1195001/1195001
1184.16/605.89	c cleaning 9765 clauses out of 51015 with flag 1205000/1205000
1196.42/612.18	c cleaning 9956 clauses out of 51250 with flag 1215000/1215000
1203.84/616.16	c cleaning 9836 clauses out of 51296 with flag 1225002/1225002
1214.67/621.76	c cleaning 9725 clauses out of 51458 with flag 1235000/1235000
1231.52/630.36	c cleaning 9641 clauses out of 51733 with flag 1245000/1245000
1255.56/642.58	c cleaning 9893 clauses out of 52093 with flag 1255001/1255001
1273.16/651.60	c cleaning 9829 clauses out of 52202 with flag 1265003/1265003
1290.59/660.53	c cleaning 9756 clauses out of 52370 with flag 1275000/1275000
1306.01/668.47	c cleaning 9815 clauses out of 52616 with flag 1285002/1285002
1323.82/677.51	c cleaning 9753 clauses out of 52799 with flag 1295000/1295000
1341.59/686.80	c cleaning 9844 clauses out of 53046 with flag 1305000/1305000
1359.62/695.96	c cleaning 9857 clauses out of 53203 with flag 1315001/1315001
1372.05/702.36	c cleaning 9644 clauses out of 53345 with flag 1325000/1325000
1386.68/709.87	c cleaning 9946 clauses out of 53703 with flag 1335002/1335002
1403.45/718.52	c cleaning 10095 clauses out of 53759 with flag 1345004/1345004
1419.67/726.84	c cleaning 9826 clauses out of 53660 with flag 1355000/1355000
1436.29/735.37	c cleaning 9846 clauses out of 53834 with flag 1365000/1365000
1453.50/744.19	c cleaning 10003 clauses out of 53988 with flag 1375000/1375000
1469.84/752.66	c cleaning 9815 clauses out of 53985 with flag 1385000/1385000
1488.24/762.04	c cleaning 9888 clauses out of 54170 with flag 1395000/1395000
1503.66/770.00	c cleaning 9871 clauses out of 54282 with flag 1405000/1405000
1520.23/778.49	c cleaning 9870 clauses out of 54412 with flag 1415001/1415001
1535.78/786.58	c cleaning 9955 clauses out of 54546 with flag 1425005/1425005
1555.18/796.49	c cleaning 9957 clauses out of 54587 with flag 1435001/1435001
1574.40/806.28	c cleaning 10005 clauses out of 54630 with flag 1445001/1445001
1588.18/813.36	c cleaning 9928 clauses out of 54627 with flag 1455003/1455003
1602.47/820.83	c cleaning 10089 clauses out of 54697 with flag 1465001/1465001
1607.84/823.76	c cleaning 9780 clauses out of 54608 with flag 1475001/1475001
1617.01/828.56	c cleaning 9558 clauses out of 54827 with flag 1485000/1485000
1624.99/832.71	c cleaning 9669 clauses out of 55270 with flag 1495001/1495001
1632.47/836.81	c cleaning 9767 clauses out of 55600 with flag 1505000/1505000
1640.64/841.11	c cleaning 9507 clauses out of 55833 with flag 1515000/1515000
1647.40/844.78	c cleaning 9883 clauses out of 56326 with flag 1525000/1525000
1655.35/848.90	c cleaning 9430 clauses out of 56448 with flag 1535005/1535005
1678.61/860.92	c cleaning 9823 clauses out of 57014 with flag 1545001/1545001
1689.18/866.46	c cleaning 10017 clauses out of 57192 with flag 1555002/1555002
1697.13/870.64	c cleaning 9699 clauses out of 57174 with flag 1565001/1565001
1704.68/874.64	c cleaning 9633 clauses out of 57474 with flag 1575000/1575000
1712.58/878.98	c cleaning 9692 clauses out of 57841 with flag 1585000/1585000
1719.92/882.88	c cleaning 9788 clauses out of 58150 with flag 1595001/1595001
1726.89/886.53	c cleaning 9724 clauses out of 58363 with flag 1605002/1605002
1735.25/890.92	c cleaning 9887 clauses out of 58639 with flag 1615002/1615002
1748.52/897.93	c cleaning 9734 clauses out of 58751 with flag 1625001/1625001
1768.88/908.38	c cleaning 9747 clauses out of 59017 with flag 1635001/1635001
1785.63/916.97	c cleaning 9738 clauses out of 59270 with flag 1645001/1645001
1800.21/924.41	c starts		: 207
1800.21/924.41	c conflicts		: 1652770
1800.21/924.41	c decisions		: 14764791
1800.21/924.41	c propagations		: 605334482
1800.21/924.41	c inspects		: 1754067312
1800.21/924.41	c shortcuts		: 0
1800.21/924.41	c learnt literals	: 64
1800.21/924.41	c learnt binary clauses	: 40728
1800.21/924.41	c learnt ternary clauses	: 59716
1800.21/924.41	c learnt constraints	: 1652705
1800.21/924.41	c ignored constraints	: 0
1800.21/924.41	c root simplifications	: 0
1800.21/924.41	c removed literals (reason simplification)	: 46477846
1800.21/924.41	c reason swapping (by a shorter reason)	: 0
1800.21/924.41	c Calls to reduceDB	: 166
1800.21/924.41	c number of reductions to clauses (during analyze)	: 0
1800.21/924.41	c number of learned constraints concerned by reduction	: 0
1800.21/924.41	c number of learning phase by resolution	: 0
1800.21/924.41	c number of learning phase by cutting planes	: 0
1800.21/924.41	c speed (assignments/second)	: 655153.85764288
1800.21/924.41	c non guided choices	4252
1800.21/924.44	c learnt constraints type 
1800.21/924.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 40729
1800.21/924.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16605
1800.21/924.44	c constraints type 
1800.21/924.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5277
1800.21/924.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 94
1800.21/924.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1209
1800.21/924.44	c constraints type 
1800.21/924.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1209
1800.21/924.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5277
1800.21/924.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 94
1800.21/924.44	s UNKNOWN
1800.21/924.44	c Total wall clock time (in seconds): 924.308

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

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

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


[startup+0 s]
/proc/loadavg: 3.57 3.75 3.82 4/198 15515
/proc/meminfo: memFree=28279348/32873844 swapFree=7116/7116
[pid=15515] ppid=15513 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/15515/stat : 15515 (java) D 15513 15515 13088 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 342390465 9515008 182 33554432000 1073741824 1073778376 140736251225760 140736251216792 240565173941 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/15515/statm: 2323 182 140 9 0 71 0

[startup+0.056991 s]
/proc/loadavg: 3.57 3.75 3.82 4/198 15515
/proc/meminfo: memFree=28279348/32873844 swapFree=7116/7116
[pid=15515] ppid=15513 vsize=11253516 CPUtime=0.04 cores=1,3,5,7
/proc/15515/stat : 15515 (java) S 15513 15515 13088 0 -1 4202496 4290 0 1 0 2 2 0 0 20 0 13 0 342390465 11523600384 11631 33554432000 1073741824 1073778376 140736055771888 140736055763024 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15515/statm: 2813379 11631 1668 9 0 2804080 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11253516

[startup+0.100312 s]
/proc/loadavg: 3.57 3.75 3.82 4/198 15515
/proc/meminfo: memFree=28279348/32873844 swapFree=7116/7116
[pid=15515] ppid=15513 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/15515/stat : 15515 (java) S 15513 15515 13088 0 -1 4202496 4525 0 1 0 6 2 0 0 20 0 18 0 342390465 11864465408 12377 33554432000 1073741824 1073778376 140736055771888 140736055763024 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15515/statm: 2896598 12377 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.300252 s]
/proc/loadavg: 3.57 3.75 3.82 4/198 15515
/proc/meminfo: memFree=28279348/32873844 swapFree=7116/7116
[pid=15515] ppid=15513 vsize=11586392 CPUtime=0.53 cores=1,3,5,7
/proc/15515/stat : 15515 (java) S 15513 15515 13088 0 -1 4202496 8126 0 1 0 50 3 0 0 20 0 18 0 342390465 11864465408 17053 33554432000 1073741824 1073778376 140736055771888 140736055763024 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15515/statm: 2896598 17053 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 11586392

[startup+0.700202 s]
/proc/loadavg: 3.57 3.75 3.82 4/198 15515
/proc/meminfo: memFree=28279348/32873844 swapFree=7116/7116
[pid=15515] ppid=15513 vsize=11852648 CPUtime=1.8 cores=1,3,5,7
/proc/15515/stat : 15515 (java) S 15513 15515 13088 0 -1 4202496 10647 0 1 0 177 3 0 0 20 0 22 0 342390465 12137111552 26299 33554432000 1073741824 1073778376 140736055771888 140736055763024 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15515/statm: 2963162 26299 2262 9 0 2953849 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 11852648

[startup+1.50087 s]
/proc/loadavg: 3.57 3.75 3.82 7/220 15537
/proc/meminfo: memFree=28177344/32873844 swapFree=7116/7116
[pid=15515] ppid=15513 vsize=11852648 CPUtime=3.89 cores=1,3,5,7
/proc/15515/stat : 15515 (java) S 15513 15515 13088 0 -1 4202496 12347 0 1 0 384 5 0 0 20 0 22 0 342390465 12137111552 46588 33554432000 1073741824 1073778376 140736055771888 140736055763024 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15515/statm: 2963162 46588 2265 9 0 2953849 0
[pid=15515/tid=15517] ppid=15513 vsize=11852648 CPUtime=0.42 cores=1,3,5,7
/proc/15515/task/15517/stat : 15517 (java) S 15513 15515 13088 0 -1 4202560 3449 0 1 0 40 2 0 0 20 0 22 0 342390466 12137111552 46588 33554432000 1073741824 1073778376 140736055771888 139796884939928 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15518] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15518/stat : 15518 (java) S 15513 15515 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342390469 12137111552 46588 33554432000 1073741824 1073778376 140736055771888 139796721986216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15519] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15519/stat : 15519 (java) S 15513 15515 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342390469 12137111552 46588 33554432000 1073741824 1073778376 140736055771888 139796720933672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15515/tid=15520] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15520/stat : 15520 (java) S 15513 15515 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342390469 12137111552 46588 33554432000 1073741824 1073778376 140736055771888 139796719881128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15515/tid=15521] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15521/stat : 15521 (java) S 15513 15515 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342390469 12137111552 46588 33554432000 1073741824 1073778376 140736055771888 139796718828584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15522] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15522/stat : 15522 (java) S 15513 15515 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342390469 12137111552 46588 33554432000 1073741824 1073778376 140736055771888 139796717775016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15523] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15523/stat : 15523 (java) S 15513 15515 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342390469 12137111552 46588 33554432000 1073741824 1073778376 140736055771888 139796716722472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15524] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15524/stat : 15524 (java) S 15513 15515 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342390469 12137111552 46588 33554432000 1073741824 1073778376 140736055771888 139796715669928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15525] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15525/stat : 15525 (java) S 15513 15515 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342390469 12137111552 46588 33554432000 1073741824 1073778376 140736055771888 139796714617384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15526] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15526/stat : 15526 (java) S 15513 15515 13088 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342390470 12137111552 46588 33554432000 1073741824 1073778376 140736055771888 139796702419560 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15527] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15527/stat : 15527 (java) S 15513 15515 13088 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 342390471 12137111552 46588 33554432000 1073741824 1073778376 140736055771888 139796701365880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15528] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15528/stat : 15528 (java) S 15513 15515 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342390471 12137111552 46588 33554432000 1073741824 1073778376 140736055771888 139796700313224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15529] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15529/stat : 15529 (java) S 15513 15515 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342390473 12137111552 46588 33554432000 1073741824 1073778376 140736055771888 139796699261968 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15530] ppid=15513 vsize=11852648 CPUtime=0.77 cores=1,3,5,7
/proc/15515/task/15530/stat : 15530 (java) S 15513 15515 13088 0 -1 4202560 3585 0 0 0 77 0 0 0 20 0 22 0 342390473 12137111552 46588 33554432000 1073741824 1073778376 140736055771888 139796698208312 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15515/tid=15531] ppid=15513 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/15515/task/15531/stat : 15531 (java) S 15513 15515 13088 0 -1 4202560 3973 0 0 0 59 0 0 0 20 0 22 0 342390473 12137111552 46588 33554432000 1073741824 1073778376 140736055771888 139796697155768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15515/tid=15532] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15532/stat : 15532 (java) S 15513 15515 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342390473 12137111552 46588 33554432000 1073741824 1073778376 140736055771888 139796696103416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15515/tid=15533] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15533/stat : 15533 (java) S 15513 15515 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342390474 12137111552 46588 33554432000 1073741824 1073778376 140736055771888 139796695051080 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15534] ppid=15513 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/15515/task/15534/stat : 15534 (java) R 15513 15515 13088 0 -1 4202560 25 0 0 0 102 0 0 0 20 0 22 0 342390511 12137111552 46588 33554432000 1073741824 1073778376 140736055771888 139796693996312 139796825578884 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15535] ppid=15513 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/15515/task/15535/stat : 15535 (java) R 15513 15515 13088 0 -1 4202560 114 0 0 0 101 1 0 0 20 0 22 0 342390511 12137111552 46588 33554432000 1073741824 1073778376 140736055771888 139796692943240 139796825680270 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15536] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15536/stat : 15536 (java) S 15513 15515 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342390512 12137111552 46588 33554432000 1073741824 1073778376 140736055771888 139796691891752 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15537] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15537/stat : 15537 (java) S 15513 15515 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342390512 12137111552 46588 33554432000 1073741824 1073778376 140736055771888 139796690839208 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 11852648

[startup+3.10087 s]
/proc/loadavg: 3.57 3.75 3.82 5/220 15537
/proc/meminfo: memFree=27975648/32873844 swapFree=7116/7116
[pid=15515] ppid=15513 vsize=11852648 CPUtime=7.41 cores=1,3,5,7
/proc/15515/stat : 15515 (java) S 15513 15515 13088 0 -1 4202496 13134 0 1 0 728 13 0 0 20 0 22 0 342390465 12137111552 124002 33554432000 1073741824 1073778376 140736055771888 140736055763024 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15515/statm: 2963162 124002 2290 9 0 2953849 0
[pid=15515/tid=15517] ppid=15513 vsize=11852648 CPUtime=0.42 cores=1,3,5,7
/proc/15515/task/15517/stat : 15517 (java) S 15513 15515 13088 0 -1 4202560 3449 0 1 0 40 2 0 0 20 0 22 0 342390466 12137111552 124002 33554432000 1073741824 1073778376 140736055771888 139796884939928 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15518] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15518/stat : 15518 (java) S 15513 15515 13088 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 342390469 12137111552 124002 33554432000 1073741824 1073778376 140736055771888 139796721986216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15519] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15519/stat : 15519 (java) S 15513 15515 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342390469 12137111552 124002 33554432000 1073741824 1073778376 140736055771888 139796720933672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15515/tid=15520] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15520/stat : 15520 (java) S 15513 15515 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342390469 12137111552 124002 33554432000 1073741824 1073778376 140736055771888 139796719881128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15515/tid=15521] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15521/stat : 15521 (java) S 15513 15515 13088 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342390469 12137111552 124002 33554432000 1073741824 1073778376 140736055771888 139796718828584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15522] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15522/stat : 15522 (java) S 15513 15515 13088 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342390469 12137111552 124002 33554432000 1073741824 1073778376 140736055771888 139796717775016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15515/tid=15523] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15523/stat : 15523 (java) S 15513 15515 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342390469 12137111552 124002 33554432000 1073741824 1073778376 140736055771888 139796716722472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15524] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15524/stat : 15524 (java) S 15513 15515 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342390469 12137111552 124002 33554432000 1073741824 1073778376 140736055771888 139796715669928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15515/tid=15525] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15525/stat : 15525 (java) S 15513 15515 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342390469 12137111552 124002 33554432000 1073741824 1073778376 140736055771888 139796714617384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15515/tid=15526] ppid=15513 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/15515/task/15526/stat : 15526 (java) S 15513 15515 13088 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 22 0 342390470 12137111552 124002 33554432000 1073741824 1073778376 140736055771888 139796702419560 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15515/tid=15527] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15527/stat : 15527 (java) S 15513 15515 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342390471 12137111552 124002 33554432000 1073741824 1073778376 140736055771888 139796701365880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15515/tid=15528] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15528/stat : 15528 (java) S 15513 15515 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342390471 12137111552 124002 33554432000 1073741824 1073778376 140736055771888 139796700313224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15515/tid=15529] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15529/stat : 15529 (java) S 15513 15515 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342390473 12137111552 124002 33554432000 1073741824 1073778376 140736055771888 139796699261968 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15530] ppid=15513 vsize=11852648 CPUtime=0.93 cores=1,3,5,7
/proc/15515/task/15530/stat : 15530 (java) S 15513 15515 13088 0 -1 4202560 3694 0 0 0 93 0 0 0 20 0 22 0 342390473 12137111552 124002 33554432000 1073741824 1073778376 140736055771888 139796698208312 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15515/tid=15531] ppid=15513 vsize=11852648 CPUtime=0.78 cores=1,3,5,7
/proc/15515/task/15531/stat : 15531 (java) S 15513 15515 13088 0 -1 4202560 4449 0 0 0 78 0 0 0 20 0 22 0 342390473 12137111552 124002 33554432000 1073741824 1073778376 140736055771888 139796697155768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15515/tid=15532] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15532/stat : 15532 (java) S 15513 15515 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342390473 12137111552 124002 33554432000 1073741824 1073778376 140736055771888 139796696103416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15515/tid=15533] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15533/stat : 15533 (java) S 15513 15515 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342390474 12137111552 124002 33554432000 1073741824 1073778376 140736055771888 139796695051080 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15534] ppid=15513 vsize=11852648 CPUtime=2.57 cores=1,3,5,7
/proc/15515/task/15534/stat : 15534 (java) R 15513 15515 13088 0 -1 4202560 28 0 0 0 257 0 0 0 20 0 22 0 342390511 12137111552 124002 33554432000 1073741824 1073778376 140736055771888 139796693996312 139796825292136 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15535] ppid=15513 vsize=11852648 CPUtime=2.57 cores=1,3,5,7
/proc/15515/task/15535/stat : 15535 (java) R 15513 15515 13088 0 -1 4202560 255 0 0 0 250 7 0 0 20 0 22 0 342390511 12137111552 124002 33554432000 1073741824 1073778376 140736055771888 139796692943768 139796824652422 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15536] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15536/stat : 15536 (java) S 15513 15515 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342390512 12137111552 124002 33554432000 1073741824 1073778376 140736055771888 139796691891752 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15537] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15537/stat : 15537 (java) S 15513 15515 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342390512 12137111552 124002 33554432000 1073741824 1073778376 140736055771888 139796690839208 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 11852648

[startup+6.30088 s]
/proc/loadavg: 3.60 3.75 3.82 5/219 15537
/proc/meminfo: memFree=27486736/32873844 swapFree=7116/7116
[pid=15515] ppid=15513 vsize=11852648 CPUtime=13.84 cores=1,3,5,7
/proc/15515/stat : 15515 (java) S 15513 15515 13088 0 -1 4202496 13875 0 1 0 1361 23 0 0 20 0 22 0 342390465 12137111552 247423 33554432000 1073741824 1073778376 140736055771888 140736055763024 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15515/statm: 2963162 247423 2290 9 0 2953849 0
[pid=15515/tid=15517] ppid=15513 vsize=11852648 CPUtime=0.42 cores=1,3,5,7
/proc/15515/task/15517/stat : 15517 (java) S 15513 15515 13088 0 -1 4202560 3449 0 1 0 40 2 0 0 20 0 22 0 342390466 12137111552 247423 33554432000 1073741824 1073778376 140736055771888 139796884939928 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15518] ppid=15513 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/15515/task/15518/stat : 15518 (java) S 15513 15515 13088 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 342390469 12137111552 247423 33554432000 1073741824 1073778376 140736055771888 139796721986216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15515/tid=15519] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15519/stat : 15519 (java) S 15513 15515 13088 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342390469 12137111552 247423 33554432000 1073741824 1073778376 140736055771888 139796720933672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15520] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15520/stat : 15520 (java) S 15513 15515 13088 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342390469 12137111552 247423 33554432000 1073741824 1073778376 140736055771888 139796719881128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15521] ppid=15513 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/15515/task/15521/stat : 15521 (java) S 15513 15515 13088 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 342390469 12137111552 247423 33554432000 1073741824 1073778376 140736055771888 139796718828584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15522] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15522/stat : 15522 (java) S 15513 15515 13088 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 342390469 12137111552 247423 33554432000 1073741824 1073778376 140736055771888 139796717775016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15515/tid=15523] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15523/stat : 15523 (java) S 15513 15515 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342390469 12137111552 247423 33554432000 1073741824 1073778376 140736055771888 139796716722472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15524] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15524/stat : 15524 (java) S 15513 15515 13088 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342390469 12137111552 247423 33554432000 1073741824 1073778376 140736055771888 139796715669928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15515/tid=15525] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15525/stat : 15525 (java) S 15513 15515 13088 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342390469 12137111552 247423 33554432000 1073741824 1073778376 140736055771888 139796714617384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15515/tid=15526] ppid=15513 vsize=11852648 CPUtime=0.12 cores=1,3,5,7
/proc/15515/task/15526/stat : 15526 (java) S 15513 15515 13088 0 -1 4202560 46 0 0 0 12 0 0 0 20 0 22 0 342390470 12137111552 247423 33554432000 1073741824 1073778376 140736055771888 139796702419560 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15527] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15527/stat : 15527 (java) S 15513 15515 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342390471 12137111552 247423 33554432000 1073741824 1073778376 140736055771888 139796701365880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15515/tid=15528] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15528/stat : 15528 (java) S 15513 15515 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342390471 12137111552 247423 33554432000 1073741824 1073778376 140736055771888 139796700313224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15515/tid=15529] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15529/stat : 15529 (java) S 15513 15515 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342390473 12137111552 247423 33554432000 1073741824 1073778376 140736055771888 139796699261968 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15530] ppid=15513 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/15515/task/15530/stat : 15530 (java) S 15513 15515 13088 0 -1 4202560 4156 0 0 0 102 0 0 0 20 0 22 0 342390473 12137111552 247423 33554432000 1073741824 1073778376 140736055771888 139796698208312 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/15515/statm: 2963162 974972 2291 9 0 2953849 0
[pid=15515/tid=15517] ppid=15513 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/15515/task/15517/stat : 15517 (java) S 15513 15515 13088 0 -1 4202560 3530 0 1 0 43 4 0 0 20 0 22 0 342390466 12137111552 974972 33554432000 1073741824 1073778376 140736055771888 139796884939928 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15518] ppid=15513 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/15515/task/15518/stat : 15518 (java) S 15513 15515 13088 0 -1 4202560 111 0 0 0 107 3 0 0 20 0 22 0 342390469 12137111552 974972 33554432000 1073741824 1073778376 140736055771888 139796721986216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15519] ppid=15513 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/15515/task/15519/stat : 15519 (java) S 15513 15515 13088 0 -1 4202560 87 0 0 0 113 3 0 0 20 0 22 0 342390469 12137111552 974972 33554432000 1073741824 1073778376 140736055771888 139796720933672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15520] ppid=15513 vsize=11852648 CPUtime=1.14 cores=1,3,5,7
/proc/15515/task/15520/stat : 15520 (java) S 15513 15515 13088 0 -1 4202560 80 0 0 0 111 3 0 0 20 0 22 0 342390469 12137111552 974972 33554432000 1073741824 1073778376 140736055771888 139796719881128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15521] ppid=15513 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/15515/task/15521/stat : 15521 (java) S 15513 15515 13088 0 -1 4202560 83 0 0 0 117 2 0 0 20 0 22 0 342390469 12137111552 974972 33554432000 1073741824 1073778376 140736055771888 139796718828584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15515/tid=15522] ppid=15513 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/15515/task/15522/stat : 15522 (java) S 15513 15515 13088 0 -1 4202560 116 0 0 0 119 3 0 0 20 0 22 0 342390469 12137111552 974972 33554432000 1073741824 1073778376 140736055771888 139796717775016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15515/tid=15523] ppid=15513 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/15515/task/15523/stat : 15523 (java) S 15513 15515 13088 0 -1 4202560 80 0 0 0 113 3 0 0 20 0 22 0 342390469 12137111552 974972 33554432000 1073741824 1073778376 140736055771888 139796716722472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15524] ppid=15513 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/15515/task/15524/stat : 15524 (java) S 15513 15515 13088 0 -1 4202560 61 0 0 0 111 2 0 0 20 0 22 0 342390469 12137111552 974972 33554432000 1073741824 1073778376 140736055771888 139796715669928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15515/tid=15525] ppid=15513 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/15515/task/15525/stat : 15525 (java) S 15513 15515 13088 0 -1 4202560 96 0 0 0 113 3 0 0 20 0 22 0 342390469 12137111552 974972 33554432000 1073741824 1073778376 140736055771888 139796714617384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15515/tid=15526] ppid=15513 vsize=11852648 CPUtime=45.45 cores=1,3,5,7
/proc/15515/task/15526/stat : 15526 (java) S 15513 15515 13088 0 -1 4202560 291 0 0 0 4537 8 0 0 20 0 22 0 342390470 12137111552 974972 33554432000 1073741824 1073778376 140736055771888 139796702419560 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15527] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15527/stat : 15527 (java) S 15513 15515 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342390471 12137111552 974972 33554432000 1073741824 1073778376 140736055771888 139796701365880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15515/tid=15528] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15528/stat : 15528 (java) S 15513 15515 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342390471 12137111552 974972 33554432000 1073741824 1073778376 140736055771888 139796700313224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15515/tid=15529] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15529/stat : 15529 (java) S 15513 15515 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342390473 12137111552 974972 33554432000 1073741824 1073778376 140736055771888 139796699261968 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15530] ppid=15513 vsize=11852648 CPUtime=1.06 cores=1,3,5,7
/proc/15515/task/15530/stat : 15530 (java) S 15513 15515 13088 0 -1 4202560 4162 0 0 0 106 0 0 0 20 0 22 0 342390473 12137111552 974972 33554432000 1073741824 1073778376 140736055771888 139796698208312 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15531] ppid=15513 vsize=11852648 CPUtime=1.54 cores=1,3,5,7
/proc/15515/task/15531/stat : 15531 (java) S 15513 15515 13088 0 -1 4202560 13885 0 0 0 151 3 0 0 20 0 22 0 342390473 12137111552 974972 33554432000 1073741824 1073778376 140736055771888 139796697155768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15532] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15532/stat : 15532 (java) S 15513 15515 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342390473 12137111552 974972 33554432000 1073741824 1073778376 140736055771888 139796696103416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15515/tid=15533] ppid=15513 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/15515/task/15533/stat : 15533 (java) S 15513 15515 13088 0 -1 4202560 47 0 0 0 20 21 0 0 20 0 22 0 342390474 12137111552 974972 33554432000 1073741824 1073778376 140736055771888 139796695051080 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15534] ppid=15513 vsize=11852648 CPUtime=771.49 cores=1,3,5,7
/proc/15515/task/15534/stat : 15534 (java) R 15513 15515 13088 0 -1 4202560 99 0 0 0 77137 12 0 0 20 0 22 0 342390511 12137111552 974972 33554432000 1073741824 1073778376 140736055771888 139796693996112 139796825427218 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15535] ppid=15513 vsize=11852648 CPUtime=771.4 cores=1,3,5,7
/proc/15515/task/15535/stat : 15535 (java) R 15513 15515 13088 0 -1 4202560 1661 0 0 0 77074 66 0 0 20 0 22 0 342390511 12137111552 974972 33554432000 1073741824 1073778376 140736055771888 139796692941264 139796825693965 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15536] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15536/stat : 15536 (java) S 15513 15515 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342390512 12137111552 974972 33554432000 1073741824 1073778376 140736055771888 139796691891752 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15537] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15537/stat : 15537 (java) S 15513 15515 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342390512 12137111552 974972 33554432000 1073741824 1073778376 140736055771888 139796690839208 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1605.04
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.76 3.85 3.82 5/219 15606
/proc/meminfo: memFree=24373428/32873844 swapFree=7116/7116
[pid=15515] ppid=15513 vsize=11852648 CPUtime=1718.92 cores=1,3,5,7
/proc/15515/stat : 15515 (java) S 15513 15515 13088 0 -1 4202496 25622 0 1 0 171773 119 0 0 20 0 22 0 342390465 12137111552 974998 33554432000 1073741824 1073778376 140736055771888 140736055763024 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15515/statm: 2963162 974998 2291 9 0 2953849 0
[pid=15515/tid=15517] ppid=15513 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/15515/task/15517/stat : 15517 (java) S 15513 15515 13088 0 -1 4202560 3541 0 1 0 43 4 0 0 20 0 22 0 342390466 12137111552 974998 33554432000 1073741824 1073778376 140736055771888 139796884939928 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15518] ppid=15513 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/15515/task/15518/stat : 15518 (java) S 15513 15515 13088 0 -1 4202560 115 0 0 0 110 3 0 0 20 0 22 0 342390469 12137111552 974998 33554432000 1073741824 1073778376 140736055771888 139796721986216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15519] ppid=15513 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/15515/task/15519/stat : 15519 (java) S 15513 15515 13088 0 -1 4202560 92 0 0 0 116 3 0 0 20 0 22 0 342390469 12137111552 974998 33554432000 1073741824 1073778376 140736055771888 139796720933672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15515/tid=15520] ppid=15513 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/15515/task/15520/stat : 15520 (java) S 15513 15515 13088 0 -1 4202560 84 0 0 0 116 3 0 0 20 0 22 0 342390469 12137111552 974998 33554432000 1073741824 1073778376 140736055771888 139796719881128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15521] ppid=15513 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/15515/task/15521/stat : 15521 (java) S 15513 15515 13088 0 -1 4202560 86 0 0 0 121 2 0 0 20 0 22 0 342390469 12137111552 974998 33554432000 1073741824 1073778376 140736055771888 139796718828584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15522] ppid=15513 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/15515/task/15522/stat : 15522 (java) S 15513 15515 13088 0 -1 4202560 118 0 0 0 124 3 0 0 20 0 22 0 342390469 12137111552 974998 33554432000 1073741824 1073778376 140736055771888 139796717775016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15523] ppid=15513 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/15515/task/15523/stat : 15523 (java) S 15513 15515 13088 0 -1 4202560 80 0 0 0 116 3 0 0 20 0 22 0 342390469 12137111552 974998 33554432000 1073741824 1073778376 140736055771888 139796716722472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15524] ppid=15513 vsize=11852648 CPUtime=1.17 cores=1,3,5,7
/proc/15515/task/15524/stat : 15524 (java) S 15513 15515 13088 0 -1 4202560 62 0 0 0 115 2 0 0 20 0 22 0 342390469 12137111552 974998 33554432000 1073741824 1073778376 140736055771888 139796715669928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15515/tid=15525] ppid=15513 vsize=11852648 CPUtime=1.2 cores=1,3,5,7
/proc/15515/task/15525/stat : 15525 (java) S 15513 15515 13088 0 -1 4202560 103 0 0 0 117 3 0 0 20 0 22 0 342390469 12137111552 974998 33554432000 1073741824 1073778376 140736055771888 139796714617384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15515/tid=15526] ppid=15513 vsize=11852648 CPUtime=51.66 cores=1,3,5,7
/proc/15515/task/15526/stat : 15526 (java) S 15513 15515 13088 0 -1 4202560 295 0 0 0 5157 9 0 0 20 0 22 0 342390470 12137111552 974998 33554432000 1073741824 1073778376 140736055771888 139796702419560 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15527] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15527/stat : 15527 (java) S 15513 15515 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342390471 12137111552 974998 33554432000 1073741824 1073778376 140736055771888 139796701365880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15515/tid=15528] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15528/stat : 15528 (java) S 15513 15515 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342390471 12137111552 974998 33554432000 1073741824 1073778376 140736055771888 139796700313224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15515/tid=15529] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15529/stat : 15529 (java) S 15513 15515 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342390473 12137111552 974998 33554432000 1073741824 1073778376 140736055771888 139796699261968 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15530] ppid=15513 vsize=11852648 CPUtime=1.06 cores=1,3,5,7
/proc/15515/task/15530/stat : 15530 (java) S 15513 15515 13088 0 -1 4202560 4162 0 0 0 106 0 0 0 20 0 22 0 342390473 12137111552 974998 33554432000 1073741824 1073778376 140736055771888 139796698208312 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15531] ppid=15513 vsize=11852648 CPUtime=1.54 cores=1,3,5,7
/proc/15515/task/15531/stat : 15531 (java) S 15513 15515 13088 0 -1 4202560 13885 0 0 0 151 3 0 0 20 0 22 0 342390473 12137111552 974998 33554432000 1073741824 1073778376 140736055771888 139796697155768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15532] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15532/stat : 15532 (java) S 15513 15515 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342390473 12137111552 974998 33554432000 1073741824 1073778376 140736055771888 139796696103416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15515/tid=15533] ppid=15513 vsize=11852648 CPUtime=0.43 cores=1,3,5,7
/proc/15515/task/15533/stat : 15533 (java) S 15513 15515 13088 0 -1 4202560 51 0 0 0 21 22 0 0 20 0 22 0 342390474 12137111552 974998 33554432000 1073741824 1073778376 140736055771888 139796695051080 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15534] ppid=15513 vsize=11852648 CPUtime=825.01 cores=1,3,5,7
/proc/15515/task/15534/stat : 15534 (java) R 15513 15515 13088 0 -1 4202560 100 0 0 0 82488 13 0 0 20 0 22 0 342390511 12137111552 974998 33554432000 1073741824 1073778376 140736055771888 139796693996112 139796825360806 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15515/tid=15535] ppid=15513 vsize=11852648 CPUtime=824.92 cores=1,3,5,7
/proc/15515/task/15535/stat : 15535 (java) R 15513 15515 13088 0 -1 4202560 1661 0 0 0 82425 67 0 0 20 0 22 0 342390511 12137111552 974998 33554432000 1073741824 1073778376 140736055771888 139796692941456 139796825224739 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15536] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15536/stat : 15536 (java) S 15513 15515 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342390512 12137111552 974998 33554432000 1073741824 1073778376 140736055771888 139796691891752 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15537] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15537/stat : 15537 (java) S 15513 15515 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342390512 12137111552 974998 33554432000 1073741824 1073778376 140736055771888 139796690839208 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1718.92
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+924.401 s]
/proc/loadavg: 3.88 3.87 3.83 4/219 15606
/proc/meminfo: memFree=24334392/32873844 swapFree=7116/7116
[pid=15515] ppid=15513 vsize=11852648 CPUtime=1800.21 cores=1,3,5,7
/proc/15515/stat : 15515 (java) S 15513 15515 13088 0 -1 4202496 25642 0 1 0 179901 120 0 0 20 0 22 0 342390465 12137111552 975008 33554432000 1073741824 1073778376 140736055771888 140736055763024 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15515/statm: 2963162 975008 2291 9 0 2953849 0
[pid=15515/tid=15517] ppid=15513 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/15515/task/15517/stat : 15517 (java) S 15513 15515 13088 0 -1 4202560 3546 0 1 0 43 4 0 0 20 0 22 0 342390466 12137111552 975008 33554432000 1073741824 1073778376 140736055771888 139796884939928 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15518] ppid=15513 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/15515/task/15518/stat : 15518 (java) S 15513 15515 13088 0 -1 4202560 116 0 0 0 112 3 0 0 20 0 22 0 342390469 12137111552 975008 33554432000 1073741824 1073778376 140736055771888 139796721986216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15515/tid=15519] ppid=15513 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/15515/task/15519/stat : 15519 (java) S 15513 15515 13088 0 -1 4202560 94 0 0 0 119 3 0 0 20 0 22 0 342390469 12137111552 975008 33554432000 1073741824 1073778376 140736055771888 139796720933672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15520] ppid=15513 vsize=11852648 CPUtime=1.2 cores=1,3,5,7
/proc/15515/task/15520/stat : 15520 (java) S 15513 15515 13088 0 -1 4202560 85 0 0 0 117 3 0 0 20 0 22 0 342390469 12137111552 975008 33554432000 1073741824 1073778376 140736055771888 139796719881128 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15521] ppid=15513 vsize=11852648 CPUtime=1.24 cores=1,3,5,7
/proc/15515/task/15521/stat : 15521 (java) S 15513 15515 13088 0 -1 4202560 86 0 0 0 122 2 0 0 20 0 22 0 342390469 12137111552 975008 33554432000 1073741824 1073778376 140736055771888 139796718828584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15522] ppid=15513 vsize=11852648 CPUtime=1.29 cores=1,3,5,7
/proc/15515/task/15522/stat : 15522 (java) S 15513 15515 13088 0 -1 4202560 119 0 0 0 126 3 0 0 20 0 22 0 342390469 12137111552 975008 33554432000 1073741824 1073778376 140736055771888 139796717775016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15523] ppid=15513 vsize=11852648 CPUtime=1.21 cores=1,3,5,7
/proc/15515/task/15523/stat : 15523 (java) S 15513 15515 13088 0 -1 4202560 80 0 0 0 118 3 0 0 20 0 22 0 342390469 12137111552 975008 33554432000 1073741824 1073778376 140736055771888 139796716722472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15524] ppid=15513 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/15515/task/15524/stat : 15524 (java) S 15513 15515 13088 0 -1 4202560 64 0 0 0 116 3 0 0 20 0 22 0 342390469 12137111552 975008 33554432000 1073741824 1073778376 140736055771888 139796715669928 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15525] ppid=15513 vsize=11852648 CPUtime=1.23 cores=1,3,5,7
/proc/15515/task/15525/stat : 15525 (java) S 15513 15515 13088 0 -1 4202560 106 0 0 0 120 3 0 0 20 0 22 0 342390469 12137111552 975008 33554432000 1073741824 1073778376 140736055771888 139796714617384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15526] ppid=15513 vsize=11852648 CPUtime=54.63 cores=1,3,5,7
/proc/15515/task/15526/stat : 15526 (java) S 15513 15515 13088 0 -1 4202560 297 0 0 0 5454 9 0 0 20 0 22 0 342390470 12137111552 975008 33554432000 1073741824 1073778376 140736055771888 139796702419560 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15527] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15527/stat : 15527 (java) S 15513 15515 13088 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342390471 12137111552 975008 33554432000 1073741824 1073778376 140736055771888 139796701365880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15515/tid=15528] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15528/stat : 15528 (java) S 15513 15515 13088 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342390471 12137111552 975008 33554432000 1073741824 1073778376 140736055771888 139796700313224 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15515/tid=15529] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15529/stat : 15529 (java) S 15513 15515 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342390473 12137111552 975008 33554432000 1073741824 1073778376 140736055771888 139796699261968 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15530] ppid=15513 vsize=11852648 CPUtime=1.06 cores=1,3,5,7
/proc/15515/task/15530/stat : 15530 (java) S 15513 15515 13088 0 -1 4202560 4162 0 0 0 106 0 0 0 20 0 22 0 342390473 12137111552 975008 33554432000 1073741824 1073778376 140736055771888 139796698208312 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15515/tid=15531] ppid=15513 vsize=11852648 CPUtime=1.54 cores=1,3,5,7
/proc/15515/task/15531/stat : 15531 (java) S 15513 15515 13088 0 -1 4202560 13885 0 0 0 151 3 0 0 20 0 22 0 342390473 12137111552 975008 33554432000 1073741824 1073778376 140736055771888 139796697155768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15532] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15532/stat : 15532 (java) S 15513 15515 13088 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342390473 12137111552 975008 33554432000 1073741824 1073778376 140736055771888 139796696103416 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15515/tid=15533] ppid=15513 vsize=11852648 CPUtime=0.45 cores=1,3,5,7
/proc/15515/task/15533/stat : 15533 (java) S 15513 15515 13088 0 -1 4202560 53 0 0 0 22 23 0 0 20 0 22 0 342390474 12137111552 975008 33554432000 1073741824 1073778376 140736055771888 139796695051080 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15534] ppid=15513 vsize=11852648 CPUtime=864 cores=1,3,5,7
/proc/15515/task/15534/stat : 15534 (java) R 15513 15515 13088 0 -1 4202560 101 0 0 0 86386 14 0 0 20 0 22 0 342390511 12137111552 975008 33554432000 1073741824 1073778376 140736055771888 139796693996112 139796825292107 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15515/tid=15535] ppid=15513 vsize=11852648 CPUtime=863.89 cores=1,3,5,7
/proc/15515/task/15535/stat : 15535 (java) R 15513 15515 13088 0 -1 4202560 1661 0 0 0 86321 68 0 0 20 0 22 0 342390511 12137111552 975008 33554432000 1073741824 1073778376 140736055771888 139796692941456 139796825224707 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15536] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15536/stat : 15536 (java) S 15513 15515 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342390512 12137111552 975008 33554432000 1073741824 1073778376 140736055771888 139796691891752 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15515/tid=15537] ppid=15513 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/15515/task/15537/stat : 15537 (java) S 15513 15515 13088 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342390512 12137111552 975008 33554432000 1073741824 1073778376 140736055771888 139796690839208 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
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 15515 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=578182
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=623753
# CPU time returned by wait4() is 1796.2
# while last known CPU time is 1800.21
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 924.472
CPU time (s): 1800.21
CPU user time (s): 1799.01
CPU system time (s): 1.2
CPU usage (%): 194.729
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.58
system time used= 1.62375
maximum resident set size= 3900160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25676
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26816
involuntary context switches= 30909

runsolver used 3.37149 second user time and 9.47456 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-04 00:30:55
IDJOB=3741954
IDBENCH=90120
IDSOLVER=2328
FILE ID=node146/3741954-1338762655
RUNJOBID= node146-1338749727-13105
PBS_JOBID= 14636806
Free space on /tmp= 70908 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K94.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741954-1338762655/watcher-3741954-1338762655 -o /tmp/evaluation-result-3741954-1338762655/solver-3741954-1338762655 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741954-1338762655.opb

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

MD5SUM BENCH= 08b0e704e28720f9a0455d95c872079f
RANDOM SEED=722472428

node146.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.034
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.06
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.034
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
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.034
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28279876 kB
Buffers:          321820 kB
Cached:           608768 kB
SwapCached:         1792 kB
Active:          3255356 kB
Inactive:         497724 kB
Active(anon):    2822772 kB
Inactive(anon):     1664 kB
Active(file):     432584 kB
Inactive(file):   496060 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099888 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:       2844308 kB
Mapped:            17144 kB
Shmem:                 0 kB
Slab:             678144 kB
SReclaimable:     117932 kB
SUnreclaim:       560212 kB
KernelStack:        1632 kB
PageTables:         9808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10462596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2807808 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= 70904 MiB
End job on node146 at 2012-06-04 00:46:22