Trace number 3711285

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotSAT3 1067.13 1062.61

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=67-P1=349-P2=67-P3=499-P4=79-P5=347-P6=307-B.opb
MD5SUM0f5232be892543458d8a9fd6fc4fb56e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.110982
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables162
Total number of constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)486
Sum of products size (including duplicates)972
Number of different products486
Sum of products size972

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.04/0.07	c version 2.3.2.v20120418
0.04/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.07	c java.vm.version	19.1-b02
0.04/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.07	c sun.arch.data.model	64
0.04/0.07	c java.version		1.6.0_24
0.04/0.07	c os.name		Linux
0.04/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.07	c os.arch		amd64
0.04/0.07	c Free memory 		501472288
0.04/0.07	c Max memory 		7480803328
0.04/0.07	c Total memory 		504102912
0.04/0.07	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3711285-1338165512.opb
0.10/0.11	c reading problem ... 
0.10/0.18	c ... done. Wall clock time 0.073s.
0.10/0.18	c declared #vars     162
0.10/0.18	c internal #vars     648
0.10/0.18	c #constraints  991
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 486
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 505
0.10/0.18	c 991 constraints processed.
0.82/0.57	c cleaning 2500 clauses out of 5000 with flag 5000/5000
1.20/0.86	c cleaning 4244 clauses out of 8502 with flag 11002/11002
1.63/1.20	c cleaning 5612 clauses out of 11257 with flag 18001/18001
2.05/1.65	c cleaning 6819 clauses out of 13645 with flag 26001/26001
2.84/2.02	c SATISFIABLE
2.84/2.02	c OPTIMIZING...
2.84/2.02	c Got one! Elapsed wall clock time (in seconds):1.911
2.84/2.02	o 511
3.12/2.28	c cleaning 9729 clauses out of 19458 with flag 5000/38633
3.52/2.61	c cleaning 7858 clauses out of 15729 with flag 11000/44633
3.82/2.99	c cleaning 7437 clauses out of 14874 with flag 18003/51636
4.32/3.42	c cleaning 7709 clauses out of 15434 with flag 26000/59633
4.83/3.94	c cleaning 8350 clauses out of 16725 with flag 35000/68633
4.83/3.99	c Got one! Elapsed wall clock time (in seconds):3.881
4.83/3.99	o 319
5.13/4.27	c cleaning 7073 clauses out of 14164 with flag 5000/74422
5.43/4.59	c cleaning 6542 clauses out of 13091 with flag 11000/80422
5.84/4.95	c cleaning 6763 clauses out of 13551 with flag 18002/87424
6.14/5.23	c Got one! Elapsed wall clock time (in seconds):5.119
6.14/5.23	o 301
6.35/5.47	c cleaning 8875 clauses out of 17774 with flag 5001/98410
6.65/5.77	c cleaning 7445 clauses out of 14899 with flag 11001/104410
6.95/6.09	c cleaning 7211 clauses out of 14453 with flag 18000/111409
7.25/6.30	c Got one! Elapsed wall clock time (in seconds):6.196
7.25/6.30	o 251
7.25/6.38	c cleaning 6216 clauses out of 12443 with flag 1000/117039
7.35/6.42	c Got one! Elapsed wall clock time (in seconds):6.313
7.35/6.42	o 241
7.47/6.58	c Got one! Elapsed wall clock time (in seconds):6.47
7.47/6.58	o 37
7.57/6.66	c cleaning 5927 clauses out of 11892 with flag 2002/123717
7.86/7.00	c cleaning 5967 clauses out of 11963 with flag 8000/129715
8.26/7.34	c cleaning 6483 clauses out of 12996 with flag 15000/136715
8.67/7.76	c cleaning 7247 clauses out of 14514 with flag 23001/144716
9.18/8.25	c cleaning 8111 clauses out of 16266 with flag 32000/153715
9.69/8.79	c cleaning 9063 clauses out of 18157 with flag 42002/163717
10.29/9.33	c Got one! Elapsed wall clock time (in seconds):9.223
10.29/9.33	o 29
10.29/9.39	c Got one! Elapsed wall clock time (in seconds):9.286
10.29/9.39	o 23
10.49/9.58	c cleaning 12130 clauses out of 24292 with flag 4000/178932
10.90/9.94	c cleaning 9054 clauses out of 18162 with flag 10000/184932
11.29/10.31	c cleaning 8038 clauses out of 16109 with flag 17001/191933
11.70/10.71	c Got one! Elapsed wall clock time (in seconds):10.602
11.70/10.71	o 19
11.90/10.99	c cleaning 9976 clauses out of 19973 with flag 5002/203835
12.31/11.37	c cleaning 7980 clauses out of 15995 with flag 11000/209833
12.71/11.74	c cleaning 7493 clauses out of 15015 with flag 18000/216833
13.12/12.17	c cleaning 7749 clauses out of 15522 with flag 26000/224833
13.51/12.60	c cleaning 8375 clauses out of 16774 with flag 35001/233834
13.61/12.65	c Got one! Elapsed wall clock time (in seconds):12.538
13.61/12.65	o 17
13.82/12.88	c cleaning 7069 clauses out of 14174 with flag 5000/239609
14.25/13.21	c cleaning 6532 clauses out of 13105 with flag 11000/245609
14.54/13.57	c cleaning 6767 clauses out of 13574 with flag 18001/252610
15.06/14.00	c cleaning 7397 clauses out of 14807 with flag 26001/260610
15.17/14.16	c Got one! Elapsed wall clock time (in seconds):14.047
15.17/14.16	o 3
15.28/14.24	c cleaning 6186 clauses out of 12386 with flag 2000/265758
15.57/14.59	c cleaning 6094 clauses out of 12201 with flag 8001/271759
15.97/14.91	c cleaning 6538 clauses out of 13106 with flag 15000/278758
16.40/15.35	c cleaning 7263 clauses out of 14569 with flag 23001/286759
16.90/15.86	c cleaning 8135 clauses out of 16305 with flag 32000/295758
17.40/16.32	c cleaning 9080 clauses out of 18171 with flag 42001/305759
18.02/16.91	c cleaning 10042 clauses out of 20091 with flag 53001/316759
18.63/17.54	c cleaning 11018 clauses out of 22049 with flag 65001/328759
19.55/18.45	c cleaning 12008 clauses out of 24032 with flag 78002/341760
20.45/19.31	c cleaning 13009 clauses out of 26023 with flag 92001/355759
21.58/20.44	c cleaning 13998 clauses out of 28014 with flag 107001/370759
22.70/21.58	c cleaning 15001 clauses out of 30015 with flag 123000/386758
23.81/22.60	c cleaning 15995 clauses out of 32015 with flag 140001/403759
24.82/23.66	c cleaning 16999 clauses out of 34019 with flag 158000/421758
25.95/24.72	c cleaning 17994 clauses out of 36021 with flag 177001/440759
27.15/25.99	c cleaning 19006 clauses out of 38026 with flag 197000/460758
28.46/27.27	c cleaning 20001 clauses out of 40020 with flag 218000/481758
30.08/28.83	c cleaning 21000 clauses out of 42019 with flag 240000/503758
31.52/30.27	c cleaning 22003 clauses out of 44019 with flag 263000/526758
33.02/31.75	c cleaning 22993 clauses out of 46017 with flag 287001/550759
35.04/33.75	c cleaning 23996 clauses out of 48024 with flag 312001/575759
36.85/35.54	c cleaning 25007 clauses out of 50028 with flag 338001/601759
38.48/37.20	c cleaning 26001 clauses out of 52021 with flag 365001/628759
40.40/39.08	c cleaning 27002 clauses out of 54019 with flag 393000/656758
42.51/41.18	c cleaning 28002 clauses out of 56019 with flag 422002/685760
45.23/43.85	c cleaning 29000 clauses out of 58016 with flag 452001/715759
47.66/46.28	c cleaning 30001 clauses out of 60017 with flag 483002/746760
49.97/48.51	c cleaning 30421 clauses out of 60867 with flag 515000/778758
52.57/51.16	c cleaning 31709 clauses out of 63448 with flag 548002/811760
55.01/53.51	c cleaning 32865 clauses out of 65738 with flag 582001/845759
57.82/56.33	c cleaning 33929 clauses out of 67872 with flag 617000/880758
60.74/59.20	c cleaning 34967 clauses out of 69943 with flag 653000/916758
63.45/61.99	c cleaning 35976 clauses out of 71976 with flag 690000/953758
66.36/64.83	c cleaning 36991 clauses out of 74001 with flag 728001/991759
69.97/68.49	c cleaning 37988 clauses out of 76010 with flag 767001/1030759
73.99/72.45	c cleaning 38999 clauses out of 78024 with flag 807003/1070761
78.12/76.56	c cleaning 39998 clauses out of 80023 with flag 848001/1111759
82.34/80.70	c cleaning 40876 clauses out of 81766 with flag 890000/1153758
86.07/84.44	c cleaning 41928 clauses out of 83890 with flag 933000/1196758
89.89/88.21	c cleaning 42964 clauses out of 85963 with flag 977001/1240759
94.70/93.01	c cleaning 43982 clauses out of 87999 with flag 1022001/1285759
99.33/97.68	c cleaning 44997 clauses out of 90018 with flag 1068002/1331760
104.54/102.84	c cleaning 45995 clauses out of 92021 with flag 1115002/1378760
108.75/107.04	c cleaning 46993 clauses out of 94024 with flag 1163000/1426758
112.57/110.85	c cleaning 48002 clauses out of 96031 with flag 1212000/1475758
117.79/116.07	c cleaning 49002 clauses out of 98030 with flag 1262001/1525759
124.12/122.37	c cleaning 50002 clauses out of 100027 with flag 1313000/1576758
130.25/128.48	c cleaning 51006 clauses out of 102025 with flag 1365000/1628758
135.08/133.26	c cleaning 52005 clauses out of 104019 with flag 1418000/1681758
141.61/139.79	c cleaning 53001 clauses out of 106014 with flag 1472000/1735758
149.73/147.80	c cleaning 53999 clauses out of 108013 with flag 1527000/1790758
154.95/153.07	c cleaning 54994 clauses out of 110015 with flag 1583001/1846759
161.90/159.97	c cleaning 56000 clauses out of 112020 with flag 1640000/1903758
168.03/166.01	c cleaning 57000 clauses out of 114022 with flag 1698002/1961760
174.54/172.53	c cleaning 57997 clauses out of 116021 with flag 1757001/2020759
179.85/177.87	c cleaning 59002 clauses out of 118024 with flag 1817001/2080759
185.08/183.05	c cleaning 59998 clauses out of 120022 with flag 1878001/2141759
190.42/188.31	c cleaning 60998 clauses out of 122025 with flag 1940002/2203760
196.55/194.42	c cleaning 62004 clauses out of 124026 with flag 2003001/2266759
208.56/206.47	c cleaning 63000 clauses out of 126022 with flag 2067001/2330759
215.00/212.85	c cleaning 63996 clauses out of 128021 with flag 2132000/2395758
223.44/221.24	c cleaning 64994 clauses out of 130025 with flag 2198000/2461758
230.58/228.34	c cleaning 66009 clauses out of 132032 with flag 2265001/2528759
238.83/236.55	c cleaning 66999 clauses out of 134022 with flag 2333000/2596758
247.86/245.58	c cleaning 68001 clauses out of 136024 with flag 2402001/2665759
254.58/252.24	c cleaning 68998 clauses out of 138022 with flag 2472000/2735758
264.40/262.03	c cleaning 69997 clauses out of 140024 with flag 2543000/2806758
274.63/272.23	c cleaning 71001 clauses out of 142028 with flag 2615001/2878759
285.45/283.06	c cleaning 71994 clauses out of 144026 with flag 2688000/2951758
295.70/293.20	c cleaning 73004 clauses out of 146033 with flag 2762001/3025759
304.14/301.64	c cleaning 70199 clauses out of 140417 with flag 2837000/3100758
314.26/311.73	c cleaning 73106 clauses out of 146220 with flag 2913002/3176760
324.20/321.65	c cleaning 75042 clauses out of 150113 with flag 2990001/3253759
336.52/333.91	c cleaning 76521 clauses out of 153070 with flag 3068000/3331758
348.89/346.23	c cleaning 77762 clauses out of 155549 with flag 3147000/3410758
358.52/355.80	c cleaning 78891 clauses out of 157788 with flag 3227001/3490759
373.65/370.94	c cleaning 79937 clauses out of 159896 with flag 3308000/3571758
386.62/383.88	c cleaning 78263 clauses out of 156566 with flag 3390001/3653759
398.84/396.09	c cleaning 80641 clauses out of 161303 with flag 3473001/3736759
413.65/410.84	c cleaning 82324 clauses out of 164661 with flag 3557000/3820758
422.60/419.75	c cleaning 83662 clauses out of 167338 with flag 3642001/3905759
432.53/429.65	c cleaning 84829 clauses out of 169676 with flag 3728001/3991759
443.99/441.10	c cleaning 85918 clauses out of 171846 with flag 3815000/4078758
455.63/452.63	c cleaning 86956 clauses out of 173928 with flag 3903000/4166758
468.58/465.57	c cleaning 87972 clauses out of 175972 with flag 3992000/4255758
484.01/480.94	c cleaning 88990 clauses out of 178002 with flag 4082002/4345760
499.63/496.57	c cleaning 89996 clauses out of 180010 with flag 4173000/4436758
518.67/515.50	c cleaning 90992 clauses out of 182014 with flag 4265000/4528758
536.21/533.07	c cleaning 91994 clauses out of 184023 with flag 4358001/4621759
551.25/548.04	c cleaning 92997 clauses out of 186028 with flag 4452000/4715758
563.66/560.41	c cleaning 93993 clauses out of 188031 with flag 4547000/4810758
578.90/575.68	c cleaning 95010 clauses out of 190038 with flag 4643000/4906758
591.13/587.82	c cleaning 96009 clauses out of 192028 with flag 4740000/5003758
603.37/600.03	c cleaning 96995 clauses out of 194020 with flag 4838001/5101759
618.68/615.34	c cleaning 97995 clauses out of 196024 with flag 4937000/5200758
638.42/635.02	c cleaning 98994 clauses out of 198029 with flag 5037000/5300758
652.40/648.97	c cleaning 100011 clauses out of 200035 with flag 5138000/5401758
674.84/671.31	c cleaning 101002 clauses out of 202024 with flag 5240000/5503758
691.19/687.68	c cleaning 102005 clauses out of 204024 with flag 5343002/5606760
706.60/703.03	c cleaning 103001 clauses out of 206018 with flag 5447001/5710759
728.04/724.40	c cleaning 103996 clauses out of 208016 with flag 5552000/5815758
749.29/745.66	c cleaning 104999 clauses out of 210020 with flag 5658000/5921758
772.13/768.49	c cleaning 105997 clauses out of 212021 with flag 5765000/6028758
792.57/788.80	c cleaning 107002 clauses out of 214026 with flag 5873002/6136760
807.61/803.87	c cleaning 108002 clauses out of 216022 with flag 5982000/6245758
825.94/822.14	c cleaning 103405 clauses out of 206813 with flag 6092002/6355760
848.48/844.68	c cleaning 107199 clauses out of 214406 with flag 6203000/6466758
872.71/868.89	c cleaning 109598 clauses out of 219207 with flag 6315000/6578758
894.14/890.22	c cleaning 111298 clauses out of 222609 with flag 6428000/6691758
922.85/918.91	c cleaning 112646 clauses out of 225313 with flag 6542002/6805760
948.27/944.38	c cleaning 113819 clauses out of 227665 with flag 6657000/6920758
981.22/977.21	c cleaning 114912 clauses out of 229846 with flag 6773000/7036758
998.97/994.90	c cleaning 115959 clauses out of 231934 with flag 6890000/7153758
1020.80/1016.71	c cleaning 116981 clauses out of 233975 with flag 7008000/7271758
1041.95/1037.81	c cleaning 117299 clauses out of 234603 with flag 7127000/7390758
1066.70/1062.58	Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 26
1066.70/1062.58		at org.sat4j.core.Vec.remove(Unknown Source)
1066.70/1062.58		at org.sat4j.pb.constraints.pb.MaxWatchPbLong.remove(Unknown Source)
1066.70/1062.58		at org.sat4j.minisat.core.Solver.removeConstr(Unknown Source)
1066.70/1062.58		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
1066.70/1062.58		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
1066.70/1062.58		at org.sat4j.sat.Lanceur.solve(Unknown Source)
1066.70/1062.58		at org.sat4j.sat.Lanceur.run(Unknown Source)
1066.70/1062.58		at org.sat4j.sat.Lanceur.main(Unknown Source)
1066.70/1062.58	c starts		: 306
1066.70/1062.58	c conflicts		: 7508852
1066.70/1062.58	c decisions		: 7635995
1066.70/1062.58	c propagations		: 137807973
1066.70/1062.58	c inspects		: 14612152458
1066.70/1062.58	c shortcuts		: 0
1066.70/1062.58	c learnt literals	: 17
1066.70/1062.58	c learnt binary clauses	: 23
1066.70/1062.58	c learnt ternary clauses	: 60
1066.70/1062.58	c learnt constraints	: 7508834
1066.70/1062.58	c ignored constraints	: 0
1066.70/1062.58	c root simplifications	: 322
1066.70/1062.58	c removed literals (reason simplification)	: 32950173
1066.70/1062.58	c reason swapping (by a shorter reason)	: 0
1066.70/1062.58	c Calls to reduceDB	: 149
1066.70/1062.58	c number of reductions to clauses (during analyze)	: 0
1066.70/1062.58	c number of learned constraints concerned by reduction	: 0
1066.70/1062.58	c number of learning phase by resolution	: 0
1066.70/1062.58	c number of learning phase by cutting planes	: 0
1066.70/1062.58	c speed (assignments/second)	: 129714.68467883354
1066.70/1062.58	c non guided choices	7364
1066.82/1062.61	c learnt constraints type 
1066.82/1062.61	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1066.82/1062.61	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 68427
1066.82/1062.61	c constraints type 
1066.82/1062.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 486
1066.82/1062.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 506
1066.82/1062.61	c 992 constraints processed.
1066.82/1062.61	s SATISFIABLE
1066.82/1062.61	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 -x11 -x12 x13 x14 -x15 x16 -x17 -x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 -x31 -x32 x33 -x34 x35 -x36 x37 x38 x39 x40 x41 -x42 -x43 x44 x45 x46 x47 x48 -x49 -x50 x51 x52 x53 x54 x55 x56 -x57 -x58 -x59 x60 x61 x62 -x63 x64 x65 -x66 x67 -x68 -x69 -x70 -x71 x72 x73 -x74 x75 -x76 x77 x78 x79 x80 -x81 x82 x83 -x84 -x85 x86 -x87 x88 x89 x90 x91 -x92 x93 x94 -x95 -x96 -x97 -x98 x99 x100 x101 -x102 x103 x104 x105 -x106 x107 x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 x119 -x120 x121 -x122 -x123 -x124 -x125 x126 x127 x128 x129 x130 -x131 -x132 x133 -x134 -x135 -x136 x137 -x138 x139 x140 x141 x142 -x143 x144 x145 x146 x147 x148 x149 x150 x151 x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 x160 x161 -x162 
1066.82/1062.61	c objective function=3
1066.82/1062.61	c Total wall clock time (in seconds): 1062.498

Verifier Data

OK	3

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-3711285-1338165512/watcher-3711285-1338165512 -o /tmp/evaluation-result-3711285-1338165512/solver-3711285-1338165512 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711285-1338165512.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: 1.92 1.98 1.99 2/194 23758
/proc/meminfo: memFree=30942048/32873648 swapFree=7112/7112
[pid=23758] ppid=23756 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/23758/stat : 23758 (java) S 23756 23758 21838 0 -1 4202496 1207 0 0 0 0 0 0 0 20 0 2 0 282677118 94019584 917 33554432000 1073741824 1073778376 140733917625104 140733917616240 242170757181 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23758/statm: 22954 917 697 9 0 16769 0
[pid=23758/tid=23759] ppid=23756 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23759/stat : 23759 (java) D 23756 23758 21838 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 282677119 94019584 917 33554432000 1073741824 1073778376 140733917625104 140711289683496 242158234919 0 0 4096 0 18446744072100609316 0 0 -1 2 0 0 0 0 0

[startup+0.0546131 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 23758
/proc/meminfo: memFree=30942048/32873648 swapFree=7112/7112
[pid=23758] ppid=23756 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/23758/stat : 23758 (java) S 23756 23758 21838 0 -1 4202496 3202 0 1 0 3 1 0 0 20 0 18 0 282677118 9787842560 4409 33554432000 1073741824 1073778376 140733917625104 140733917616240 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23758/statm: 2389610 4409 1764 9 0 2380296 0
[pid=23758/tid=23759] ppid=23756 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/23758/task/23759/stat : 23759 (java) R 23756 23758 21838 0 -1 4202560 1991 0 1 0 3 0 0 0 20 0 18 0 282677119 9787842560 4409 33554432000 1073741824 1073778376 140733917625104 140711289690784 242167398069 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558440

[startup+0.100293 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 23758
/proc/meminfo: memFree=30942048/32873648 swapFree=7112/7112
[pid=23758] ppid=23756 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/23758/stat : 23758 (java) S 23756 23758 21838 0 -1 4202496 4366 0 1 0 9 1 0 0 20 0 18 0 282677118 9787842560 6081 33554432000 1073741824 1073778376 140733917625104 140733917616240 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23758/statm: 2389610 6081 2131 9 0 2380296 0
[pid=23758/tid=23759] ppid=23756 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/23758/task/23759/stat : 23759 (java) R 23756 23758 21838 0 -1 4202560 2484 0 1 0 6 1 0 0 20 0 18 0 282677119 9787842560 6081 33554432000 1073741824 1073778376 140733917625104 140711289687856 242170782989 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300244 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 23758
/proc/meminfo: memFree=30942048/32873648 swapFree=7112/7112
[pid=23758] ppid=23756 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/23758/stat : 23758 (java) S 23756 23758 21838 0 -1 4202496 6846 0 1 0 53 2 0 0 20 0 19 0 282677118 9856004096 8322 33554432000 1073741824 1073778376 140733917625104 140733917616240 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23758/statm: 2406251 8322 2239 9 0 2396937 0
[pid=23758/tid=23759] ppid=23756 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/23758/task/23759/stat : 23759 (java) R 23756 23758 21838 0 -1 4202560 2512 0 1 0 26 1 0 0 20 0 19 0 282677119 9856004096 8322 33554432000 1073741824 1073778376 140733917625104 140711289688848 140711131414441 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625004

[startup+0.700248 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 23758
/proc/meminfo: memFree=30942048/32873648 swapFree=7112/7112
[pid=23758] ppid=23756 vsize=9625004 CPUtime=1.1 cores=0,2,4,6
/proc/23758/stat : 23758 (java) S 23756 23758 21838 0 -1 4202496 7366 0 1 0 108 2 0 0 20 0 19 0 282677118 9856004096 10439 33554432000 1073741824 1073778376 140733917625104 140733917616240 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23758/statm: 2406251 10439 2274 9 0 2396937 0
[pid=23758/tid=23759] ppid=23756 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/23758/task/23759/stat : 23759 (java) R 23756 23758 21838 0 -1 4202560 2517 0 1 0 65 1 0 0 20 0 19 0 282677119 9856004096 10439 33554432000 1073741824 1073778376 140733917625104 140711289688488 140711131868880 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9625004

[startup+1.50061 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 23777
/proc/meminfo: memFree=30904260/32873648 swapFree=7112/7112
[pid=23758] ppid=23756 vsize=9625004 CPUtime=1.95 cores=0,2,4,6
/proc/23758/stat : 23758 (java) S 23756 23758 21838 0 -1 4202496 7387 0 1 0 193 2 0 0 20 0 19 0 282677118 9856004096 11470 33554432000 1073741824 1073778376 140733917625104 140733917616240 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23758/statm: 2406251 11470 2274 9 0 2396937 0
[pid=23758/tid=23759] ppid=23756 vsize=9625004 CPUtime=1.44 cores=0,2,4,6
/proc/23758/task/23759/stat : 23759 (java) R 23756 23758 21838 0 -1 4202560 2518 0 1 0 142 2 0 0 20 0 19 0 282677119 9856004096 11470 33554432000 1073741824 1073778376 140733917625104 140711289688328 140711131818020 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23761] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23761/stat : 23761 (java) S 23756 23758 21838 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282677119 9856004096 11470 33554432000 1073741824 1073778376 140733917625104 140711251179816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23758/tid=23762] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23762/stat : 23762 (java) S 23756 23758 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282677119 9856004096 11470 33554432000 1073741824 1073778376 140733917625104 140711250127016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23763] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23763/stat : 23763 (java) S 23756 23758 21838 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282677119 9856004096 11470 33554432000 1073741824 1073778376 140733917625104 140711131343400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23764] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23764/stat : 23764 (java) S 23756 23758 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282677119 9856004096 11470 33554432000 1073741824 1073778376 140733917625104 140711130290600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23758/tid=23765] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23765/stat : 23765 (java) S 23756 23758 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282677119 9856004096 11470 33554432000 1073741824 1073778376 140733917625104 140711129238312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23758/tid=23766] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23766/stat : 23766 (java) S 23756 23758 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282677119 9856004096 11470 33554432000 1073741824 1073778376 140733917625104 140711128185512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23758/tid=23767] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23767/stat : 23767 (java) S 23756 23758 21838 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282677119 9856004096 11470 33554432000 1073741824 1073778376 140733917625104 140711127133224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23768] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23768/stat : 23768 (java) S 23756 23758 21838 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282677119 9856004096 11470 33554432000 1073741824 1073778376 140733917625104 140711126080424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23758/tid=23769] ppid=23756 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/23758/task/23769/stat : 23769 (java) S 23756 23758 21838 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 282677121 9856004096 11470 33554432000 1073741824 1073778376 140733917625104 140710643751144 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23758/tid=23770] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23770/stat : 23770 (java) S 23756 23758 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282677121 9856004096 11470 33554432000 1073741824 1073778376 140733917625104 140710642697208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23771] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23771/stat : 23771 (java) S 23756 23758 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282677121 9856004096 11470 33554432000 1073741824 1073778376 140733917625104 140710641644808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23772] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23772/stat : 23772 (java) S 23756 23758 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282677123 9856004096 11470 33554432000 1073741824 1073778376 140733917625104 140710640593296 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23773] ppid=23756 vsize=9625004 CPUtime=0.2 cores=0,2,4,6
/proc/23758/task/23773/stat : 23773 (java) S 23756 23758 21838 0 -1 4202560 1746 0 0 0 20 0 0 0 20 0 19 0 282677123 9856004096 11470 33554432000 1073741824 1073778376 140733917625104 140710639540920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23774] ppid=23756 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/23758/task/23774/stat : 23774 (java) S 23756 23758 21838 0 -1 4202560 1868 0 0 0 23 0 0 0 20 0 19 0 282677123 9856004096 11470 33554432000 1073741824 1073778376 140733917625104 140710638488120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23758/tid=23775] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23775/stat : 23775 (java) S 23756 23758 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282677123 9856004096 11470 33554432000 1073741824 1073778376 140733917625104 140710637436024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23758/tid=23776] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23776/stat : 23776 (java) S 23756 23758 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282677123 9856004096 11470 33554432000 1073741824 1073778376 140733917625104 140710636383432 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23777] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23777/stat : 23777 (java) S 23756 23758 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282677137 9856004096 11470 33554432000 1073741824 1073778376 140733917625104 140710635328424 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9625004

[startup+3.10067 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 23777
/proc/meminfo: memFree=30882560/32873648 swapFree=7112/7112
[pid=23758] ppid=23756 vsize=9625004 CPUtime=4.02 cores=0,2,4,6
/proc/23758/stat : 23758 (java) S 23756 23758 21838 0 -1 4202496 16310 0 1 0 398 4 0 0 20 0 19 0 282677118 9856004096 18072 33554432000 1073741824 1073778376 140733917625104 140733917616240 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23758/statm: 2406251 18072 2276 9 0 2396937 0
[pid=23758/tid=23759] ppid=23756 vsize=9625004 CPUtime=2.98 cores=0,2,4,6
/proc/23758/task/23759/stat : 23759 (java) R 23756 23758 21838 0 -1 4202560 2524 0 1 0 296 2 0 0 20 0 19 0 282677119 9856004096 18072 33554432000 1073741824 1073778376 140733917625104 140711289688368 140711131955224 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23761] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23761/stat : 23761 (java) S 23756 23758 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282677119 9856004096 18072 33554432000 1073741824 1073778376 140733917625104 140711251179816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23762] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23762/stat : 23762 (java) S 23756 23758 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282677119 9856004096 18072 33554432000 1073741824 1073778376 140733917625104 140711250127016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23763] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23763/stat : 23763 (java) S 23756 23758 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282677119 9856004096 18072 33554432000 1073741824 1073778376 140733917625104 140711131343400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23764] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23764/stat : 23764 (java) S 23756 23758 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282677119 9856004096 18072 33554432000 1073741824 1073778376 140733917625104 140711130290600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23758/tid=23765] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23765/stat : 23765 (java) S 23756 23758 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282677119 9856004096 18072 33554432000 1073741824 1073778376 140733917625104 140711129238312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23758/tid=23766] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23766/stat : 23766 (java) S 23756 23758 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282677119 9856004096 18072 33554432000 1073741824 1073778376 140733917625104 140711128185512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23758/tid=23767] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23767/stat : 23767 (java) S 23756 23758 21838 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 282677119 9856004096 18072 33554432000 1073741824 1073778376 140733917625104 140711127133224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23768] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23768/stat : 23768 (java) S 23756 23758 21838 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282677119 9856004096 18072 33554432000 1073741824 1073778376 140733917625104 140711126080424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23769] ppid=23756 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/23758/task/23769/stat : 23769 (java) S 23756 23758 21838 0 -1 4202560 44 0 0 0 6 0 0 0 20 0 19 0 282677121 9856004096 18072 33554432000 1073741824 1073778376 140733917625104 140710643751144 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23758/tid=23770] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23770/stat : 23770 (java) S 23756 23758 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282677121 9856004096 18072 33554432000 1073741824 1073778376 140733917625104 140710642697208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23771] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23771/stat : 23771 (java) S 23756 23758 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282677121 9856004096 18072 33554432000 1073741824 1073778376 140733917625104 140710641644808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23772] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23772/stat : 23772 (java) S 23756 23758 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282677123 9856004096 18072 33554432000 1073741824 1073778376 140733917625104 140710640593296 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23773] ppid=23756 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/23758/task/23773/stat : 23773 (java) S 23756 23758 21838 0 -1 4202560 10503 0 0 0 61 2 0 0 20 0 19 0 282677123 9856004096 18072 33554432000 1073741824 1073778376 140733917625104 140710639540920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23774] ppid=23756 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/23758/task/23774/stat : 23774 (java) S 23756 23758 21838 0 -1 4202560 2005 0 0 0 26 0 0 0 20 0 19 0 282677123 9856004096 18072 33554432000 1073741824 1073778376 140733917625104 140710638488120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23758/tid=23775] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23775/stat : 23775 (java) S 23756 23758 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282677123 9856004096 18072 33554432000 1073741824 1073778376 140733917625104 140710637436024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23758/tid=23776] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23776/stat : 23776 (java) S 23756 23758 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282677123 9856004096 18072 33554432000 1073741824 1073778376 140733917625104 140710636383432 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23777] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23777/stat : 23777 (java) S 23756 23758 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282677137 9856004096 18072 33554432000 1073741824 1073778376 140733917625104 140710635328424 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 9625004

[startup+6.30069 s]
/proc/loadavg: 1.85 1.97 1.98 3/213 23777
/proc/meminfo: memFree=30880200/32873648 swapFree=7112/7112
[pid=23758] ppid=23756 vsize=9625004 CPUtime=7.25 cores=0,2,4,6
/proc/23758/stat : 23758 (java) S 23756 23758 21838 0 -1 4202496 16324 0 1 0 721 4 0 0 20 0 19 0 282677118 9856004096 17252 33554432000 1073741824 1073778376 140733917625104 140733917616240 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23758/statm: 2406251 17252 2276 9 0 2396937 0
[pid=23758/tid=23759] ppid=23756 vsize=9625004 CPUtime=6.06 cores=0,2,4,6
/proc/23758/task/23759/stat : 23759 (java) R 23756 23758 21838 0 -1 4202560 2533 0 1 0 604 2 0 0 20 0 19 0 282677119 9856004096 17252 33554432000 1073741824 1073778376 140733917625104 140711289688368 140711131787013 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23761] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23761/stat : 23761 (java) S 23756 23758 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282677119 9856004096 17252 33554432000 1073741824 1073778376 140733917625104 140711251179816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23762] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23762/stat : 23762 (java) S 23756 23758 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282677119 9856004096 17252 33554432000 1073741824 1073778376 140733917625104 140711250127016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23763] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23763/stat : 23763 (java) S 23756 23758 21838 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 282677119 9856004096 17252 33554432000 1073741824 1073778376 140733917625104 140711131343400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23758/tid=23764] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23764/stat : 23764 (java) S 23756 23758 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282677119 9856004096 17252 33554432000 1073741824 1073778376 140733917625104 140711130290600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23758/tid=23765] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23765/stat : 23765 (java) S 23756 23758 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282677119 9856004096 17252 33554432000 1073741824 1073778376 140733917625104 140711129238312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23766] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23766/stat : 23766 (java) S 23756 23758 21838 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 282677119 9856004096 17252 33554432000 1073741824 1073778376 140733917625104 140711128185512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23758/tid=23767] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23767/stat : 23767 (java) S 23756 23758 21838 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282677119 9856004096 17252 33554432000 1073741824 1073778376 140733917625104 140711127133224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23768] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23768/stat : 23768 (java) S 23756 23758 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282677119 9856004096 17252 33554432000 1073741824 1073778376 140733917625104 140711126080424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23758/tid=23769] ppid=23756 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/23758/task/23769/stat : 23769 (java) S 23756 23758 21838 0 -1 4202560 44 0 0 0 16 0 0 0 20 0 19 0 282677121 9856004096 17252 33554432000 1073741824 1073778376 140733917625104 140710643751144 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23758/tid=23770] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23770/stat : 23770 (java) S 23756 23758 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282677121 9856004096 17252 33554432000 1073741824 1073778376 140733917625104 140710642697208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23771] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23771/stat : 23771 (java) S 23756 23758 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282677121 9856004096 17252 33554432000 1073741824 1073778376 140733917625104 140710641644808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23772] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23772/stat : 23772 (java) S 23756 23758 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282677123 9856004096 17252 33554432000 1073741824 1073778376 140733917625104 140710640593296 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23773] ppid=23756 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/23758/task/23773/stat : 23773 (java) S 23756 23758 21838 0 -1 4202560 10503 0 0 0 62 2 0 0 20 0 19 0 282677123 9856004096 17252 33554432000 1073741824 1073778376 140733917625104 140710639540920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23774] ppid=23756 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/23758/task/23774/stat : 23774 (java) S 23756 23758 21838 0 -1 4202560 2005 0 0 0 26 0 0 0 20 0 19 0 282677123 9856004096 17252 33554432000 1073741824 1073778376 140733917625104 140710638488120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/23758/task/23762/stat : 23762 (java) S 23756 23758 21838 0 -1 4202560 137 0 0 0 50 0 0 0 20 0 19 0 282677119 9856004096 48058 33554432000 1073741824 1073778376 140733917625104 140711250127016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23758/tid=23763] ppid=23756 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/23758/task/23763/stat : 23763 (java) S 23756 23758 21838 0 -1 4202560 127 0 0 0 56 2 0 0 20 0 19 0 282677119 9856004096 48058 33554432000 1073741824 1073778376 140733917625104 140711131343400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23764] ppid=23756 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/23758/task/23764/stat : 23764 (java) S 23756 23758 21838 0 -1 4202560 176 0 0 0 53 2 0 0 20 0 19 0 282677119 9856004096 48058 33554432000 1073741824 1073778376 140733917625104 140711130290600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23765] ppid=23756 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/23758/task/23765/stat : 23765 (java) S 23756 23758 21838 0 -1 4202560 180 0 0 0 49 0 0 0 20 0 19 0 282677119 9856004096 48058 33554432000 1073741824 1073778376 140733917625104 140711129238312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23766] ppid=23756 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/23758/task/23766/stat : 23766 (java) S 23756 23758 21838 0 -1 4202560 162 0 0 0 46 2 0 0 20 0 19 0 282677119 9856004096 48058 33554432000 1073741824 1073778376 140733917625104 140711128185512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23758/tid=23767] ppid=23756 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/23758/task/23767/stat : 23767 (java) S 23756 23758 21838 0 -1 4202560 417 0 0 0 56 2 0 0 20 0 19 0 282677119 9856004096 48058 33554432000 1073741824 1073778376 140733917625104 140711127133224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23758/tid=23768] ppid=23756 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/23758/task/23768/stat : 23768 (java) S 23756 23758 21838 0 -1 4202560 224 0 0 0 49 1 0 0 20 0 19 0 282677119 9856004096 48058 33554432000 1073741824 1073778376 140733917625104 140711126080424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23758/tid=23769] ppid=23756 vsize=9625004 CPUtime=4.36 cores=0,2,4,6
/proc/23758/task/23769/stat : 23769 (java) S 23756 23758 21838 0 -1 4202560 117 0 0 0 434 2 0 0 20 0 19 0 282677121 9856004096 48058 33554432000 1073741824 1073778376 140733917625104 140710643751144 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23770] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23770/stat : 23770 (java) S 23756 23758 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282677121 9856004096 48058 33554432000 1073741824 1073778376 140733917625104 140710642697208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23771] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23771/stat : 23771 (java) S 23756 23758 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282677121 9856004096 48058 33554432000 1073741824 1073778376 140733917625104 140710641644808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23772] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23772/stat : 23772 (java) S 23756 23758 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282677123 9856004096 48058 33554432000 1073741824 1073778376 140733917625104 140710640593296 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23773] ppid=23756 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/23758/task/23773/stat : 23773 (java) S 23756 23758 21838 0 -1 4202560 10510 0 0 0 70 2 0 0 20 0 19 0 282677123 9856004096 48058 33554432000 1073741824 1073778376 140733917625104 140710639540920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23774] ppid=23756 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/23758/task/23774/stat : 23774 (java) S 23756 23758 21838 0 -1 4202560 2005 0 0 0 27 0 0 0 20 0 19 0 282677123 9856004096 48058 33554432000 1073741824 1073778376 140733917625104 140710638488120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23758/tid=23775] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23775/stat : 23775 (java) S 23756 23758 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282677123 9856004096 48058 33554432000 1073741824 1073778376 140733917625104 140710637436024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23758/tid=23776] ppid=23756 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/23758/task/23776/stat : 23776 (java) S 23756 23758 21838 0 -1 4202560 57 0 0 0 12 12 0 0 20 0 19 0 282677123 9856004096 48058 33554432000 1073741824 1073778376 140733917625104 140710636383432 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23777] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23777/stat : 23777 (java) S 23756 23758 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282677137 9856004096 48058 33554432000 1073741824 1073778376 140733917625104 140710635328424 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1006.39
Current children cumulated vsize (KiB) 9625004

[startup+1062.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/213 23902
/proc/meminfo: memFree=30842852/32873648 swapFree=7112/7112
[pid=23758] ppid=23756 vsize=9625004 CPUtime=1066.49 cores=0,2,4,6
/proc/23758/stat : 23758 (java) S 23756 23758 21838 0 -1 4202496 18083 0 1 0 106620 29 0 0 20 0 19 0 282677118 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140733917616240 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23758/statm: 2406251 48580 2278 9 0 2396937 0
[pid=23758/tid=23759] ppid=23756 vsize=9625004 CPUtime=1056.46 cores=0,2,4,6
/proc/23758/task/23759/stat : 23759 (java) R 23756 23758 21838 0 -1 4202560 2688 0 1 0 105626 20 0 0 20 0 19 0 282677119 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140711289688368 140711131846420 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23761] ppid=23756 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/23758/task/23761/stat : 23761 (java) S 23756 23758 21838 0 -1 4202560 85 0 0 0 56 0 0 0 20 0 19 0 282677119 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140711251179816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23758/tid=23762] ppid=23756 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/23758/task/23762/stat : 23762 (java) S 23756 23758 21838 0 -1 4202560 137 0 0 0 51 0 0 0 20 0 19 0 282677119 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140711250127016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23758/tid=23763] ppid=23756 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/23758/task/23763/stat : 23763 (java) S 23756 23758 21838 0 -1 4202560 127 0 0 0 58 2 0 0 20 0 19 0 282677119 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140711131343400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23764] ppid=23756 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/23758/task/23764/stat : 23764 (java) S 23756 23758 21838 0 -1 4202560 176 0 0 0 54 2 0 0 20 0 19 0 282677119 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140711130290600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23765] ppid=23756 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/23758/task/23765/stat : 23765 (java) S 23756 23758 21838 0 -1 4202560 180 0 0 0 50 0 0 0 20 0 19 0 282677119 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140711129238312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23766] ppid=23756 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/23758/task/23766/stat : 23766 (java) S 23756 23758 21838 0 -1 4202560 162 0 0 0 48 2 0 0 20 0 19 0 282677119 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140711128185512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23767] ppid=23756 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/23758/task/23767/stat : 23767 (java) S 23756 23758 21838 0 -1 4202560 417 0 0 0 57 2 0 0 20 0 19 0 282677119 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140711127133224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23758/tid=23768] ppid=23756 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/23758/task/23768/stat : 23768 (java) S 23756 23758 21838 0 -1 4202560 234 0 0 0 51 1 0 0 20 0 19 0 282677119 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140711126080424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23769] ppid=23756 vsize=9625004 CPUtime=4.49 cores=0,2,4,6
/proc/23758/task/23769/stat : 23769 (java) S 23756 23758 21838 0 -1 4202560 119 0 0 0 447 2 0 0 20 0 19 0 282677121 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140710643751144 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23770] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23770/stat : 23770 (java) S 23756 23758 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282677121 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140710642697208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23771] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23771/stat : 23771 (java) S 23756 23758 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282677121 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140710641644808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23772] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23772/stat : 23772 (java) S 23756 23758 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282677123 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140710640593296 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23773] ppid=23756 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/23758/task/23773/stat : 23773 (java) S 23756 23758 21838 0 -1 4202560 10510 0 0 0 70 2 0 0 20 0 19 0 282677123 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140710639540920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23774] ppid=23756 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/23758/task/23774/stat : 23774 (java) S 23756 23758 21838 0 -1 4202560 2005 0 0 0 27 0 0 0 20 0 19 0 282677123 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140710638488120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23758/tid=23775] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23775/stat : 23775 (java) S 23756 23758 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282677123 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140710637436024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23758/tid=23776] ppid=23756 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/23758/task/23776/stat : 23776 (java) S 23756 23758 21838 0 -1 4202560 61 0 0 0 13 13 0 0 20 0 19 0 282677123 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140710636383432 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23777] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23777/stat : 23777 (java) S 23756 23758 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282677137 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140710635328424 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1066.49
Current children cumulated vsize (KiB) 9625004

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

[startup+1062.5 s]
/proc/loadavg: 2.00 1.99 1.99 3/213 23902
/proc/meminfo: memFree=30842852/32873648 swapFree=7112/7112
[pid=23758] ppid=23756 vsize=9625004 CPUtime=1066.7 cores=0,2,4,6
/proc/23758/stat : 23758 (java) S 23756 23758 21838 0 -1 4202496 18083 0 1 0 106641 29 0 0 20 0 19 0 282677118 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140733917616240 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23758/statm: 2406251 48580 2278 9 0 2396937 0
[pid=23758/tid=23759] ppid=23756 vsize=9625004 CPUtime=1056.66 cores=0,2,4,6
/proc/23758/task/23759/stat : 23759 (java) R 23756 23758 21838 0 -1 4202560 2688 0 1 0 105646 20 0 0 20 0 19 0 282677119 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140711289688368 140711131786992 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23761] ppid=23756 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/23758/task/23761/stat : 23761 (java) S 23756 23758 21838 0 -1 4202560 85 0 0 0 56 0 0 0 20 0 19 0 282677119 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140711251179816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23758/tid=23762] ppid=23756 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/23758/task/23762/stat : 23762 (java) S 23756 23758 21838 0 -1 4202560 137 0 0 0 51 0 0 0 20 0 19 0 282677119 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140711250127016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23758/tid=23763] ppid=23756 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/23758/task/23763/stat : 23763 (java) S 23756 23758 21838 0 -1 4202560 127 0 0 0 58 2 0 0 20 0 19 0 282677119 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140711131343400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23764] ppid=23756 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/23758/task/23764/stat : 23764 (java) S 23756 23758 21838 0 -1 4202560 176 0 0 0 54 2 0 0 20 0 19 0 282677119 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140711130290600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23765] ppid=23756 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/23758/task/23765/stat : 23765 (java) S 23756 23758 21838 0 -1 4202560 180 0 0 0 50 0 0 0 20 0 19 0 282677119 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140711129238312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23766] ppid=23756 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/23758/task/23766/stat : 23766 (java) S 23756 23758 21838 0 -1 4202560 162 0 0 0 48 2 0 0 20 0 19 0 282677119 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140711128185512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23767] ppid=23756 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/23758/task/23767/stat : 23767 (java) S 23756 23758 21838 0 -1 4202560 417 0 0 0 57 2 0 0 20 0 19 0 282677119 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140711127133224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23758/tid=23768] ppid=23756 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/23758/task/23768/stat : 23768 (java) S 23756 23758 21838 0 -1 4202560 234 0 0 0 51 1 0 0 20 0 19 0 282677119 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140711126080424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23769] ppid=23756 vsize=9625004 CPUtime=4.49 cores=0,2,4,6
/proc/23758/task/23769/stat : 23769 (java) S 23756 23758 21838 0 -1 4202560 119 0 0 0 447 2 0 0 20 0 19 0 282677121 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140710643751144 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23770] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23770/stat : 23770 (java) S 23756 23758 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282677121 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140710642697208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23771] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23771/stat : 23771 (java) S 23756 23758 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282677121 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140710641644808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23772] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23772/stat : 23772 (java) S 23756 23758 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282677123 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140710640593296 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23773] ppid=23756 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/23758/task/23773/stat : 23773 (java) S 23756 23758 21838 0 -1 4202560 10510 0 0 0 70 2 0 0 20 0 19 0 282677123 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140710639540920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23774] ppid=23756 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/23758/task/23774/stat : 23774 (java) S 23756 23758 21838 0 -1 4202560 2005 0 0 0 27 0 0 0 20 0 19 0 282677123 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140710638488120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23758/tid=23775] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23775/stat : 23775 (java) S 23756 23758 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282677123 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140710637436024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23758/tid=23776] ppid=23756 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/23758/task/23776/stat : 23776 (java) S 23756 23758 21838 0 -1 4202560 61 0 0 0 13 13 0 0 20 0 19 0 282677123 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140710636383432 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23777] ppid=23756 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23777/stat : 23777 (java) S 23756 23758 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282677137 9856004096 48580 33554432000 1073741824 1073778376 140733917625104 140710635328424 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1066.7
Current children cumulated vsize (KiB) 9625004

[startup+1062.61 s]
/proc/loadavg: 2.00 1.99 1.99 3/213 23902
/proc/meminfo: memFree=30842852/32873648 swapFree=7112/7112
[pid=23758] ppid=23756 vsize=9691568 CPUtime=1066.82 cores=0,2,4,6
/proc/23758/stat : 23758 (java) S 23756 23758 21838 0 -1 4202496 18106 0 1 0 106652 30 0 0 20 0 20 0 282677118 9924165632 48600 33554432000 1073741824 1073778376 140733917625104 140733917616240 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23758/statm: 2422892 48600 2288 9 0 2413578 0
[pid=23758/tid=23759] ppid=23756 vsize=9691568 CPUtime=1056.74 cores=0,2,4,6
/proc/23758/task/23759/stat : 23759 (java) S 23756 23758 21838 0 -1 4202560 2691 0 1 0 105654 20 0 0 20 0 20 0 282677119 9924165632 48600 33554432000 1073741824 1073778376 140733917625104 140711289689272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23761] ppid=23756 vsize=9691568 CPUtime=0.56 cores=0,2,4,6
/proc/23758/task/23761/stat : 23761 (java) S 23756 23758 21838 0 -1 4202560 85 0 0 0 56 0 0 0 20 0 20 0 282677119 9924165632 48600 33554432000 1073741824 1073778376 140733917625104 140711251179816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23758/tid=23762] ppid=23756 vsize=9691568 CPUtime=0.51 cores=0,2,4,6
/proc/23758/task/23762/stat : 23762 (java) S 23756 23758 21838 0 -1 4202560 137 0 0 0 51 0 0 0 20 0 20 0 282677119 9924165632 48600 33554432000 1073741824 1073778376 140733917625104 140711250127016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23758/tid=23763] ppid=23756 vsize=9691568 CPUtime=0.6 cores=0,2,4,6
/proc/23758/task/23763/stat : 23763 (java) S 23756 23758 21838 0 -1 4202560 127 0 0 0 58 2 0 0 20 0 20 0 282677119 9924165632 48600 33554432000 1073741824 1073778376 140733917625104 140711131343400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23764] ppid=23756 vsize=9691568 CPUtime=0.56 cores=0,2,4,6
/proc/23758/task/23764/stat : 23764 (java) S 23756 23758 21838 0 -1 4202560 176 0 0 0 54 2 0 0 20 0 20 0 282677119 9924165632 48600 33554432000 1073741824 1073778376 140733917625104 140711130290600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23765] ppid=23756 vsize=9691568 CPUtime=0.5 cores=0,2,4,6
/proc/23758/task/23765/stat : 23765 (java) S 23756 23758 21838 0 -1 4202560 180 0 0 0 50 0 0 0 20 0 20 0 282677119 9924165632 48600 33554432000 1073741824 1073778376 140733917625104 140711129238312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23766] ppid=23756 vsize=9691568 CPUtime=0.5 cores=0,2,4,6
/proc/23758/task/23766/stat : 23766 (java) S 23756 23758 21838 0 -1 4202560 162 0 0 0 48 2 0 0 20 0 20 0 282677119 9924165632 48600 33554432000 1073741824 1073778376 140733917625104 140711128185512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23767] ppid=23756 vsize=9691568 CPUtime=0.59 cores=0,2,4,6
/proc/23758/task/23767/stat : 23767 (java) S 23756 23758 21838 0 -1 4202560 417 0 0 0 57 2 0 0 20 0 20 0 282677119 9924165632 48600 33554432000 1073741824 1073778376 140733917625104 140711127133224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23758/tid=23768] ppid=23756 vsize=9691568 CPUtime=0.52 cores=0,2,4,6
/proc/23758/task/23768/stat : 23768 (java) S 23756 23758 21838 0 -1 4202560 234 0 0 0 51 1 0 0 20 0 20 0 282677119 9924165632 48600 33554432000 1073741824 1073778376 140733917625104 140711126080424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23769] ppid=23756 vsize=9691568 CPUtime=4.49 cores=0,2,4,6
/proc/23758/task/23769/stat : 23769 (java) S 23756 23758 21838 0 -1 4202560 119 0 0 0 447 2 0 0 20 0 20 0 282677121 9924165632 48600 33554432000 1073741824 1073778376 140733917625104 140710643751144 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23770] ppid=23756 vsize=9691568 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23770/stat : 23770 (java) S 23756 23758 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 282677121 9924165632 48600 33554432000 1073741824 1073778376 140733917625104 140710642697208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23771] ppid=23756 vsize=9691568 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23771/stat : 23771 (java) S 23756 23758 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 282677121 9924165632 48600 33554432000 1073741824 1073778376 140733917625104 140710641644808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23772] ppid=23756 vsize=9691568 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23772/stat : 23772 (java) S 23756 23758 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 282677123 9924165632 48600 33554432000 1073741824 1073778376 140733917625104 140710640593296 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23773] ppid=23756 vsize=9691568 CPUtime=0.72 cores=0,2,4,6
/proc/23758/task/23773/stat : 23773 (java) S 23756 23758 21838 0 -1 4202560 10511 0 0 0 70 2 0 0 20 0 20 0 282677123 9924165632 48600 33554432000 1073741824 1073778376 140733917625104 140710639540920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23758/tid=23774] ppid=23756 vsize=9691568 CPUtime=0.29 cores=0,2,4,6
/proc/23758/task/23774/stat : 23774 (java) R 23756 23758 21838 0 -1 4202560 2016 0 0 0 29 0 0 0 20 0 20 0 282677123 9924165632 48600 33554432000 1073741824 1073778376 140733917625104 140710638488120 140711296675399 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23758/tid=23775] ppid=23756 vsize=9691568 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23775/stat : 23775 (java) S 23756 23758 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 282677123 9924165632 48600 33554432000 1073741824 1073778376 140733917625104 140710637436024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23758/tid=23776] ppid=23756 vsize=9691568 CPUtime=0.26 cores=0,2,4,6
/proc/23758/task/23776/stat : 23776 (java) S 23756 23758 21838 0 -1 4202560 61 0 0 0 13 13 0 0 20 0 20 0 282677123 9924165632 48600 33554432000 1073741824 1073778376 140733917625104 140710636383432 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23758/tid=23777] ppid=23756 vsize=9691568 CPUtime=0 cores=0,2,4,6
/proc/23758/task/23777/stat : 23777 (java) S 23756 23758 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 282677137 9924165632 48600 33554432000 1073741824 1073778376 140733917625104 140710635328424 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1066.82
Current children cumulated vsize (KiB) 9691568

Child status: 1
Real time (s): 1062.61
CPU time (s): 1067.13
CPU user time (s): 1066.53
CPU system time (s): 0.602908
CPU usage (%): 100.425
Max. virtual memory (cumulated for all children) (KiB): 9691568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1066.53
system time used= 0.602908
maximum resident set size= 194420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18116
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26630
involuntary context switches= 14704

runsolver used 4.90625 second user time and 11.1703 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-28 02:38:32
IDJOB=3711285
IDBENCH=48012
IDSOLVER=2289
FILE ID=node126/3711285-1338165512
RUNJOBID= node126-1338147557-21854
PBS_JOBID= 14624519
Free space on /tmp= 71360 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=67-P1=349-P2=67-P3=499-P4=79-P5=347-P6=307-B.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3711285-1338165512/watcher-3711285-1338165512 -o /tmp/evaluation-result-3711285-1338165512/solver-3711285-1338165512 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711285-1338165512.opb

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

MD5SUM BENCH= 0f5232be892543458d8a9fd6fc4fb56e
RANDOM SEED=1246119080

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

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

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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		: 2666.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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		: 2666.456
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30942660 kB
Buffers:          321348 kB
Cached:           584380 kB
SwapCached:        17756 kB
Active:           916868 kB
Inactive:         186888 kB
Active(anon):     179436 kB
Inactive(anon):    20452 kB
Active(file):     737432 kB
Inactive(file):   166436 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:               708 kB
Writeback:             0 kB
AnonPages:        259296 kB
Mapped:            17988 kB
Shmem:                 0 kB
Slab:             669032 kB
SReclaimable:     113236 kB
SUnreclaim:       555796 kB
KernelStack:        1760 kB
PageTables:         4624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     697008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71356 MiB
End job on node126 at 2012-05-28 02:56:15