Trace number 3718424

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
Sat4j PB 2012-05-28OPTIMUM 175.34 172.561

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900670234--soft-0-100-0.wbo
MD5SUM68083219a398085883a8cf7e46688b9f
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark140.925
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 134314
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 134313
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 641
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120528
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3718424-1338254343.wbo
0.08/0.12	c reading problem ... 
0.46/0.33	c ... done. Wall clock time 0.209s.
0.46/0.33	c declared #vars     231
0.46/0.33	c internal #vars     2938
0.46/0.33	c #constraints  2707
0.46/0.33	c constraints type 
0.46/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.46/0.33	c ignored satisfied constraints => 1
0.46/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.46/0.33	c 2708 constraints processed.
0.46/0.33	c objective function length is 2707 literals
1.05/0.51	c SATISFIABLE
1.05/0.51	c OPTIMIZING...
1.05/0.51	c Got one! Elapsed wall clock time (in seconds):0.389
1.05/0.51	o 401
1.05/0.57	c Got one! Elapsed wall clock time (in seconds):0.447
1.05/0.57	o 385
1.35/0.60	c Got one! Elapsed wall clock time (in seconds):0.472
1.35/0.60	o 371
1.35/0.62	c Got one! Elapsed wall clock time (in seconds):0.495
1.35/0.62	o 297
1.35/0.64	c Got one! Elapsed wall clock time (in seconds):0.516
1.35/0.64	o 285
1.35/0.66	c Got one! Elapsed wall clock time (in seconds):0.536
1.35/0.66	o 278
1.35/0.68	c Got one! Elapsed wall clock time (in seconds):0.56
1.35/0.68	o 277
1.64/0.71	c Got one! Elapsed wall clock time (in seconds):0.587
1.64/0.71	o 270
2.25/1.32	c Got one! Elapsed wall clock time (in seconds):1.191
2.25/1.32	o 266
2.25/1.32	c Got one! Elapsed wall clock time (in seconds):1.197
2.25/1.32	o 250
2.25/1.36	c Got one! Elapsed wall clock time (in seconds):1.237
2.25/1.36	o 239
2.35/1.43	c Got one! Elapsed wall clock time (in seconds):1.307
2.35/1.43	o 233
2.46/1.53	c cleaning 4102 clauses out of 8217 with flag 6736/8217
2.46/1.56	c Got one! Elapsed wall clock time (in seconds):1.434
2.46/1.56	o 226
2.46/1.58	c Got one! Elapsed wall clock time (in seconds):1.455
2.46/1.58	o 216
2.46/1.59	c Got one! Elapsed wall clock time (in seconds):1.464
2.46/1.59	o 201
2.61/1.61	c Got one! Elapsed wall clock time (in seconds):1.482
2.61/1.61	o 194
2.61/1.64	c Got one! Elapsed wall clock time (in seconds):1.52
2.61/1.64	o 193
2.70/1.71	c Got one! Elapsed wall clock time (in seconds):1.585
2.70/1.71	o 189
2.70/1.76	c Got one! Elapsed wall clock time (in seconds):1.637
2.70/1.76	o 170
2.84/1.89	c Got one! Elapsed wall clock time (in seconds):1.768
2.84/1.89	o 164
3.04/2.00	c Got one! Elapsed wall clock time (in seconds):1.876
3.04/2.00	o 149
3.04/2.04	c Got one! Elapsed wall clock time (in seconds):1.918
3.04/2.04	o 147
3.04/2.09	c Got one! Elapsed wall clock time (in seconds):1.964
3.04/2.09	o 141
3.15/2.16	c Got one! Elapsed wall clock time (in seconds):2.039
3.15/2.16	o 139
3.25/2.23	c Got one! Elapsed wall clock time (in seconds):2.106
3.25/2.23	o 134
3.25/2.30	c Got one! Elapsed wall clock time (in seconds):2.171
3.25/2.30	o 117
3.54/2.51	c Got one! Elapsed wall clock time (in seconds):2.387
3.54/2.51	o 116
3.54/2.60	c Got one! Elapsed wall clock time (in seconds):2.471
3.54/2.60	o 108
3.64/2.69	c cleaning 7520 clauses out of 15045 with flag 9118/19147
3.88/2.88	c Got one! Elapsed wall clock time (in seconds):2.759
3.88/2.88	o 104
3.98/2.99	c Got one! Elapsed wall clock time (in seconds):2.862
3.98/2.99	o 98
4.08/3.04	c Got one! Elapsed wall clock time (in seconds):2.92
4.08/3.04	o 97
4.18/3.19	c Got one! Elapsed wall clock time (in seconds):3.065
4.18/3.19	o 96
4.86/3.70	c cleaning 7341 clauses out of 14681 with flag 20179/26303
4.86/3.79	c Got one! Elapsed wall clock time (in seconds):3.666
4.86/3.79	o 87
5.09/3.91	c Got one! Elapsed wall clock time (in seconds):3.79
5.09/3.91	o 84
5.39/4.26	c cleaning 6661 clauses out of 13331 with flag 44541/32294
5.99/4.81	c Got one! Elapsed wall clock time (in seconds):4.683
5.99/4.81	o 83
6.09/4.95	c Got one! Elapsed wall clock time (in seconds):4.827
6.09/4.95	o 61
6.20/5.04	c cleaning 6377 clauses out of 12767 with flag 12656/38391
6.30/5.20	c Got one! Elapsed wall clock time (in seconds):5.071
6.30/5.20	o 60
6.61/5.49	c Got one! Elapsed wall clock time (in seconds):5.362
6.61/5.49	o 56
6.70/5.58	c cleaning 6305 clauses out of 12619 with flag 12252/44620
7.00/5.89	c Got one! Elapsed wall clock time (in seconds):5.763
7.00/5.89	o 49
7.10/5.94	c Got one! Elapsed wall clock time (in seconds):5.819
7.10/5.94	o 42
7.10/5.96	c Got one! Elapsed wall clock time (in seconds):5.84
7.10/5.96	o 28
7.20/6.06	c cleaning 6331 clauses out of 12672 with flag 9781/50978
7.30/6.10	c Got one! Elapsed wall clock time (in seconds):5.978
7.30/6.10	o 27
7.30/6.11	c Got one! Elapsed wall clock time (in seconds):5.984
7.30/6.11	o 22
7.74/6.53	c cleaning 5813 clauses out of 11636 with flag 39667/56273
8.23/7.08	c cleaning 5906 clauses out of 11821 with flag 83777/62271
8.34/7.15	c Got one! Elapsed wall clock time (in seconds):7.027
8.34/7.15	o 19
8.74/7.51	c cleaning 5723 clauses out of 11456 with flag 55945/67812
8.74/7.53	c Got one! Elapsed wall clock time (in seconds):7.411
8.74/7.53	o 13
9.15/7.91	c cleaning 5363 clauses out of 10736 with flag 67689/72815
9.55/8.34	c cleaning 5680 clauses out of 11372 with flag 124238/78814
10.06/8.86	c cleaning 6341 clauses out of 12691 with flag 179394/85813
11.08/9.43	c cleaning 7173 clauses out of 14352 with flag 242134/93815
12.22/10.10	c cleaning 8081 clauses out of 16177 with flag 319142/102813
12.92/10.90	c cleaning 9041 clauses out of 18096 with flag 406583/112813
13.23/11.19	c Got one! Elapsed wall clock time (in seconds):11.068
13.23/11.19	o 12
13.43/11.37	c cleaning 7209 clauses out of 14440 with flag 22645/118198
13.73/11.60	c Got one! Elapsed wall clock time (in seconds):11.481
13.73/11.60	o 11
13.83/11.78	c cleaning 6566 clauses out of 13155 with flag 27650/124122
14.15/12.01	c Got one! Elapsed wall clock time (in seconds):11.882
14.15/12.01	o 10
14.25/12.18	c cleaning 5865 clauses out of 11734 with flag 31352/129267
14.78/12.64	c cleaning 5914 clauses out of 11869 with flag 88407/135267
15.29/13.17	c cleaning 6471 clauses out of 12954 with flag 149890/142266
15.69/13.56	c Got one! Elapsed wall clock time (in seconds):13.435
15.69/13.56	o 8
16.19/14.00	c cleaning 8389 clauses out of 16794 with flag 71003/152577
16.31/14.19	c Got one! Elapsed wall clock time (in seconds):14.066
16.31/14.19	o 7
16.61/14.46	c cleaning 7095 clauses out of 14204 with flag 46531/158376
17.11/14.92	c cleaning 6544 clauses out of 13110 with flag 127475/164377
17.63/15.41	c cleaning 6777 clauses out of 13566 with flag 206054/171377
18.12/15.95	c cleaning 7388 clauses out of 14788 with flag 282219/179376
18.22/16.00	c Got one! Elapsed wall clock time (in seconds):15.875
18.22/16.00	o 6
18.52/16.39	c cleaning 6301 clauses out of 12625 with flag 67913/184601
18.73/16.51	c Got one! Elapsed wall clock time (in seconds):16.383
18.73/16.51	o 5
19.03/16.81	c cleaning 5949 clauses out of 11921 with flag 51351/190198
19.43/17.21	c cleaning 5962 clauses out of 11974 with flag 106298/196200
19.83/17.63	c cleaning 6497 clauses out of 13010 with flag 168109/203198
20.34/18.14	c cleaning 7247 clauses out of 14513 with flag 243601/211198
20.56/18.34	c Got one! Elapsed wall clock time (in seconds):18.215
20.56/18.34	o 4
20.87/18.60	c cleaning 6442 clauses out of 12891 with flag 45195/216823
21.36/19.10	c cleaning 6217 clauses out of 12447 with flag 126576/222821
21.86/19.61	c cleaning 6610 clauses out of 13230 with flag 209552/229821
22.37/20.10	c cleaning 7306 clauses out of 14620 with flag 281095/237821
22.87/20.67	c cleaning 8156 clauses out of 16315 with flag 366898/246822
23.48/21.21	c Got one! Elapsed wall clock time (in seconds):21.091
23.48/21.21	o 3
23.88/21.67	c cleaning 11143 clauses out of 22296 with flag 67255/260959
24.50/22.23	c cleaning 8570 clauses out of 17154 with flag 133345/266960
25.12/22.80	c cleaning 7782 clauses out of 15583 with flag 202371/273959
25.73/23.42	c cleaning 7893 clauses out of 15803 with flag 272941/281961
26.45/24.11	c cleaning 8451 clauses out of 16910 with flag 346107/290961
27.25/24.94	c cleaning 9222 clauses out of 18457 with flag 434180/300959
28.17/25.84	c cleaning 10111 clauses out of 20235 with flag 530746/311959
29.08/26.72	c cleaning 11056 clauses out of 22124 with flag 627694/323959
30.08/27.76	c cleaning 12030 clauses out of 24069 with flag 739898/336960
31.30/28.90	c cleaning 13014 clauses out of 26038 with flag 863223/350959
32.40/30.09	c cleaning 14002 clauses out of 28027 with flag 993653/365962
33.90/31.52	c cleaning 15009 clauses out of 30023 with flag 1147415/381960
35.32/32.98	c cleaning 16001 clauses out of 32016 with flag 1301209/398962
36.11/33.79	c Got one! Elapsed wall clock time (in seconds):33.664
36.11/33.79	o 2
36.61/34.24	c cleaning 14779 clauses out of 29575 with flag 42331/412522
37.12/34.72	c cleaning 10383 clauses out of 20794 with flag 92785/418520
37.63/35.21	c cleaning 8699 clauses out of 17411 with flag 147196/425520
38.12/35.75	c cleaning 8339 clauses out of 16714 with flag 208039/433522
38.82/36.44	c cleaning 8669 clauses out of 17373 with flag 276598/442520
39.62/37.26	c cleaning 9345 clauses out of 18704 with flag 357153/452520
40.53/38.10	c cleaning 10179 clauses out of 20361 with flag 443712/463522
41.53/39.11	c cleaning 11079 clauses out of 22181 with flag 546400/475521
42.63/40.21	c cleaning 12051 clauses out of 24103 with flag 654736/488522
43.64/41.20	c cleaning 13012 clauses out of 26050 with flag 752358/502521
44.75/42.32	c cleaning 14005 clauses out of 28037 with flag 865929/517520
45.97/43.52	c cleaning 15013 clauses out of 30033 with flag 994804/533521
47.27/44.82	c cleaning 15998 clauses out of 32022 with flag 1134502/550523
47.27/44.87	c Got one! Elapsed wall clock time (in seconds):44.75
47.27/44.87	o 1
47.89/45.43	c cleaning 10604 clauses out of 21229 with flag 67099/555728
48.40/45.96	c cleaning 8304 clauses out of 16624 with flag 130927/561727
49.00/46.56	c cleaning 7655 clauses out of 15320 with flag 196516/568727
49.70/47.22	c cleaning 7822 clauses out of 15665 with flag 272848/576727
50.40/47.96	c cleaning 8412 clauses out of 16843 with flag 354185/585727
51.21/48.77	c cleaning 9204 clauses out of 18431 with flag 450637/595727
52.21/49.79	c cleaning 10107 clauses out of 20227 with flag 549487/606727
53.41/50.90	c cleaning 11055 clauses out of 22124 with flag 654247/618731
54.71/52.20	c cleaning 12030 clauses out of 24065 with flag 771839/631727
55.91/53.47	c cleaning 13008 clauses out of 26036 with flag 882188/645728
57.31/54.87	c cleaning 14001 clauses out of 28030 with flag 995793/660730
58.92/56.41	c cleaning 15011 clauses out of 30029 with flag 1117995/676730
60.52/58.09	c cleaning 16000 clauses out of 32015 with flag 1248948/693727
62.52/60.03	c cleaning 16996 clauses out of 34016 with flag 1398746/711728
64.22/61.72	c cleaning 18003 clauses out of 36018 with flag 1531135/730727
66.02/63.58	c cleaning 18996 clauses out of 38016 with flag 1687311/750728
67.73/65.29	c cleaning 20000 clauses out of 40019 with flag 1838102/771727
69.74/67.23	c cleaning 20997 clauses out of 42019 with flag 1998405/793727
72.25/69.77	c cleaning 21995 clauses out of 44023 with flag 2208486/816728
74.76/72.23	c cleaning 23006 clauses out of 46027 with flag 2421556/840727
77.67/75.10	c cleaning 24000 clauses out of 48022 with flag 2652650/865728
80.77/78.22	c cleaning 25008 clauses out of 50021 with flag 2890772/891727
83.69/81.12	c cleaning 25999 clauses out of 52012 with flag 3106585/918727
86.92/84.35	c cleaning 27006 clauses out of 54015 with flag 3328640/946730
89.72/87.17	c cleaning 27992 clauses out of 56008 with flag 3531768/975729
92.74/90.10	c cleaning 28999 clauses out of 58013 with flag 3753608/1005727
96.76/94.17	c cleaning 29996 clauses out of 60014 with flag 4024068/1036727
100.47/97.90	c cleaning 31003 clauses out of 62017 with flag 4273811/1068727
104.07/101.48	c cleaning 31998 clauses out of 64014 with flag 4509809/1101727
108.08/105.40	c cleaning 33000 clauses out of 66015 with flag 4772360/1135727
112.18/109.59	c cleaning 34001 clauses out of 68014 with flag 5050152/1170727
116.70/114.00	c cleaning 35001 clauses out of 70014 with flag 5328489/1206728
121.60/118.99	c cleaning 36001 clauses out of 72014 with flag 5618442/1243729
127.11/124.43	c cleaning 37001 clauses out of 74011 with flag 5928437/1281727
132.82/130.14	c cleaning 38001 clauses out of 76010 with flag 6246336/1320727
138.05/135.38	c cleaning 38989 clauses out of 78009 with flag 6526579/1360728
143.37/140.63	c cleaning 40006 clauses out of 80020 with flag 6809094/1401728
148.89/146.14	c cleaning 40993 clauses out of 82014 with flag 7125806/1443728
155.49/152.76	c cleaning 42003 clauses out of 84020 with flag 7473568/1486728
161.70/158.91	c cleaning 43001 clauses out of 86015 with flag 7794264/1530727
167.90/165.18	c cleaning 43997 clauses out of 88014 with flag 8122717/1575727
175.01/172.24	c cleaning 45002 clauses out of 90009 with flag 8482275/1621728
175.34/172.55	c starts		: 246
175.34/172.55	c conflicts		: 1623278
175.34/172.55	c decisions		: 2104254
175.34/172.55	c propagations		: 76184605
175.34/172.55	c inspects		: 2393610285
175.34/172.55	c shortcuts		: 0
175.34/172.55	c learnt literals	: 22
175.34/172.55	c learnt binary clauses	: 44
175.34/172.55	c learnt ternary clauses	: 238
175.34/172.55	c learnt constraints	: 1623255
175.34/172.55	c ignored constraints	: 0
175.34/172.55	c root simplifications	: 0
175.34/172.55	c removed literals (reason simplification)	: 0
175.34/172.55	c reason swapping (by a shorter reason)	: 0
175.34/172.55	c Calls to reduceDB	: 104
175.34/172.55	c Number of update (reduction) of LBD	: 417005
175.34/172.55	c number of reductions to clauses (during analyze)	: 0
175.34/172.55	c number of learned constraints concerned by reduction	: 0
175.34/172.55	c number of learning phase by resolution	: 0
175.34/172.55	c number of learning phase by cutting planes	: 0
175.34/172.55	c speed (assignments/second)	: 442486.11869387946
175.34/172.55	c non guided choices	6704
175.34/172.55	c learnt constraints type 
175.34/172.55	c constraints type 
175.34/172.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
175.34/172.55	c ignored satisfied constraints => 1
175.34/172.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
175.34/172.55	c 2708 constraints processed.
175.34/172.55	s OPTIMUM FOUND
175.34/172.55	v x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 -x59 x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110 -x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 x181 -x182 -x183 -x184 x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 x229 -x230 -x231 
175.34/172.55	c objective function=1
175.34/172.55	c Total wall clock time (in seconds): 172.429

Verifier Data

OK	1

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-3718424-1338254343/watcher-3718424-1338254343 -o /tmp/evaluation-result-3718424-1338254343/solver-3718424-1338254343 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718424-1338254343.wbo 

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: 2.00 2.00 2.00 3/193 10634
/proc/meminfo: memFree=26987128/32873852 swapFree=6848/6848
[pid=10634] ppid=10632 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/10634/stat : 10634 (java) D 10632 10634 6990 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 291559793 9515008 183 33554432000 1073741824 1073778376 140735018050640 140735018041672 229355896501 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/10634/statm: 2323 183 140 9 0 71 0

[startup+0.075908 s]
/proc/loadavg: 2.00 2.00 2.00 3/193 10634
/proc/meminfo: memFree=26987128/32873852 swapFree=6848/6848
[pid=10634] ppid=10632 vsize=9558416 CPUtime=0.04 cores=1,3,5,7
/proc/10634/stat : 10634 (java) S 10632 10634 6990 0 -1 4202496 3236 0 1 0 4 0 0 0 20 0 18 0 291559793 9787817984 4444 33554432000 1073741824 1073778376 140733195869648 140733195860784 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10634/statm: 2389604 4444 1758 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558416

[startup+0.100341 s]
/proc/loadavg: 2.00 2.00 2.00 3/193 10634
/proc/meminfo: memFree=26987128/32873852 swapFree=6848/6848
[pid=10634] ppid=10632 vsize=9558416 CPUtime=0.08 cores=1,3,5,7
/proc/10634/stat : 10634 (java) S 10632 10634 6990 0 -1 4202496 4135 0 1 0 7 1 0 0 20 0 18 0 291559793 9787817984 5330 33554432000 1073741824 1073778376 140733195869648 140733195860784 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10634/statm: 2389604 5331 2041 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558416

[startup+0.300292 s]
/proc/loadavg: 2.00 2.00 2.00 3/193 10634
/proc/meminfo: memFree=26987128/32873852 swapFree=6848/6848
[pid=10634] ppid=10632 vsize=9558416 CPUtime=0.46 cores=1,3,5,7
/proc/10634/stat : 10634 (java) S 10632 10634 6990 0 -1 4202496 6405 0 1 0 44 2 0 0 20 0 18 0 291559793 9787817984 8207 33554432000 1073741824 1073778376 140733195869648 140733195860784 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10634/statm: 2389604 8208 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558416

[startup+0.70032 s]
/proc/loadavg: 2.00 2.00 2.00 3/193 10634
/proc/meminfo: memFree=26987128/32873852 swapFree=6848/6848
[pid=10634] ppid=10632 vsize=9624980 CPUtime=1.64 cores=1,3,5,7
/proc/10634/stat : 10634 (java) S 10632 10634 6990 0 -1 4202496 12586 0 1 0 161 3 0 0 20 0 19 0 291559793 9855979520 13242 33554432000 1073741824 1073778376 140733195869648 140733195860784 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10634/statm: 2406245 13242 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9624980

[startup+1.50078 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 10653
/proc/meminfo: memFree=26939852/32873852 swapFree=6848/6848
[pid=10634] ppid=10632 vsize=9624980 CPUtime=2.46 cores=1,3,5,7
/proc/10634/stat : 10634 (java) S 10632 10634 6990 0 -1 4202496 12594 0 1 0 243 3 0 0 20 0 19 0 291559793 9855979520 15293 33554432000 1073741824 1073778376 140733195869648 140733195860784 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10634/statm: 2406245 15293 2259 9 0 2396937 0
[pid=10634/tid=10636] ppid=10632 vsize=9624980 CPUtime=1.46 cores=1,3,5,7
/proc/10634/task/10636/stat : 10636 (java) R 10632 10634 6990 0 -1 4202560 2502 0 1 0 144 2 0 0 20 0 19 0 291559794 9855979520 15293 33554432000 1073741824 1073778376 140733195869648 140528113105328 140527985347900 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10637] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10637/stat : 10637 (java) S 10632 10634 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559795 9855979520 15293 33554432000 1073741824 1073778376 140733195869648 140527957166888 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10638] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10638/stat : 10638 (java) S 10632 10634 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559795 9855979520 15293 33554432000 1073741824 1073778376 140733195869648 140527956114088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10634/tid=10639] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10639/stat : 10639 (java) S 10632 10634 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559795 9855979520 15293 33554432000 1073741824 1073778376 140733195869648 140527955061800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10634/tid=10640] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10640/stat : 10640 (java) S 10632 10634 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559795 9855979520 15293 33554432000 1073741824 1073778376 140733195869648 140527954009000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10641] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10641/stat : 10641 (java) S 10632 10634 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559795 9855979520 15293 33554432000 1073741824 1073778376 140733195869648 140527952955688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10642] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10642/stat : 10642 (java) S 10632 10634 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559795 9855979520 15293 33554432000 1073741824 1073778376 140733195869648 140527951902888 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10643] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10643/stat : 10643 (java) S 10632 10634 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559795 9855979520 15293 33554432000 1073741824 1073778376 140733195869648 140527950850600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10644] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10644/stat : 10644 (java) S 10632 10634 6990 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291559795 9855979520 15293 33554432000 1073741824 1073778376 140733195869648 140527949797800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10645] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10645/stat : 10645 (java) S 10632 10634 6990 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291559796 9855979520 15293 33554432000 1073741824 1073778376 140733195869648 140527937387240 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10646] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10646/stat : 10646 (java) S 10632 10634 6990 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291559797 9855979520 15293 33554432000 1073741824 1073778376 140733195869648 140527936333304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10647] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10647/stat : 10647 (java) S 10632 10634 6990 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291559797 9855979520 15293 33554432000 1073741824 1073778376 140733195869648 140527935280904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10648] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10648/stat : 10648 (java) S 10632 10634 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559799 9855979520 15293 33554432000 1073741824 1073778376 140733195869648 140527934229392 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10649] ppid=10632 vsize=9624980 CPUtime=0.48 cores=1,3,5,7
/proc/10634/task/10649/stat : 10649 (java) S 10632 10634 6990 0 -1 4202560 3669 0 0 0 47 1 0 0 20 0 19 0 291559799 9855979520 15293 33554432000 1073741824 1073778376 140733195869648 140527933175992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10650] ppid=10632 vsize=9624980 CPUtime=0.48 cores=1,3,5,7
/proc/10634/task/10650/stat : 10650 (java) S 10632 10634 6990 0 -1 4202560 5223 0 0 0 48 0 0 0 20 0 19 0 291559800 9855979520 15293 33554432000 1073741824 1073778376 140733195869648 140527932123192 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10634/tid=10651] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10651/stat : 10651 (java) S 10632 10634 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559800 9855979520 15293 33554432000 1073741824 1073778376 140733195869648 140527931071096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10634/tid=10652] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10652/stat : 10652 (java) S 10632 10634 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559800 9855979520 15293 33554432000 1073741824 1073778376 140733195869648 140527930018504 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10653] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10653/stat : 10653 (java) S 10632 10634 6990 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291559831 9855979520 15293 33554432000 1073741824 1073778376 140733195869648 140527928964520 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9624980

[startup+3.10068 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 10653
/proc/meminfo: memFree=26922972/32873852 swapFree=6848/6848
[pid=10634] ppid=10632 vsize=9624980 CPUtime=4.18 cores=1,3,5,7
/proc/10634/stat : 10634 (java) S 10632 10634 6990 0 -1 4202496 12755 0 1 0 413 5 0 0 20 0 19 0 291559793 9855979520 20478 33554432000 1073741824 1073778376 140733195869648 140733195860784 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10634/statm: 2406245 20478 2285 9 0 2396937 0
[pid=10634/tid=10636] ppid=10632 vsize=9624980 CPUtime=3.02 cores=1,3,5,7
/proc/10634/task/10636/stat : 10636 (java) R 10632 10634 6990 0 -1 4202560 2506 0 1 0 300 2 0 0 20 0 19 0 291559794 9855979520 20478 33554432000 1073741824 1073778376 140733195869648 140528113107232 140527985381841 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10637] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10637/stat : 10637 (java) S 10632 10634 6990 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291559795 9855979520 20478 33554432000 1073741824 1073778376 140733195869648 140527957166888 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10638] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10638/stat : 10638 (java) S 10632 10634 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559795 9855979520 20478 33554432000 1073741824 1073778376 140733195869648 140527956114088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10634/tid=10639] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10639/stat : 10639 (java) S 10632 10634 6990 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291559795 9855979520 20478 33554432000 1073741824 1073778376 140733195869648 140527955061800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10634/tid=10640] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10640/stat : 10640 (java) S 10632 10634 6990 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 291559795 9855979520 20478 33554432000 1073741824 1073778376 140733195869648 140527954009000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10641] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10641/stat : 10641 (java) S 10632 10634 6990 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 19 0 291559795 9855979520 20478 33554432000 1073741824 1073778376 140733195869648 140527952955688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10634/tid=10642] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10642/stat : 10642 (java) S 10632 10634 6990 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291559795 9855979520 20478 33554432000 1073741824 1073778376 140733195869648 140527951902888 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10643] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10643/stat : 10643 (java) S 10632 10634 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559795 9855979520 20478 33554432000 1073741824 1073778376 140733195869648 140527950850600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10644] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10644/stat : 10644 (java) S 10632 10634 6990 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291559795 9855979520 20478 33554432000 1073741824 1073778376 140733195869648 140527949797800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10645] ppid=10632 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/10634/task/10645/stat : 10645 (java) S 10632 10634 6990 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 19 0 291559796 9855979520 20478 33554432000 1073741824 1073778376 140733195869648 140527937387240 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10646] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10646/stat : 10646 (java) S 10632 10634 6990 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291559797 9855979520 20478 33554432000 1073741824 1073778376 140733195869648 140527936333304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10647] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10647/stat : 10647 (java) S 10632 10634 6990 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291559797 9855979520 20478 33554432000 1073741824 1073778376 140733195869648 140527935280904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10648] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10648/stat : 10648 (java) S 10632 10634 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559799 9855979520 20478 33554432000 1073741824 1073778376 140733195869648 140527934229392 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10649] ppid=10632 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/10634/task/10649/stat : 10649 (java) S 10632 10634 6990 0 -1 4202560 3739 0 0 0 52 1 0 0 20 0 19 0 291559799 9855979520 20478 33554432000 1073741824 1073778376 140733195869648 140527933175992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10650] ppid=10632 vsize=9624980 CPUtime=0.51 cores=1,3,5,7
/proc/10634/task/10650/stat : 10650 (java) S 10632 10634 6990 0 -1 4202560 5227 0 0 0 51 0 0 0 20 0 19 0 291559800 9855979520 20478 33554432000 1073741824 1073778376 140733195869648 140527932123192 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10634/tid=10651] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10651/stat : 10651 (java) S 10632 10634 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559800 9855979520 20478 33554432000 1073741824 1073778376 140733195869648 140527931071096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10634/tid=10652] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10652/stat : 10652 (java) S 10632 10634 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559800 9855979520 20478 33554432000 1073741824 1073778376 140733195869648 140527930018504 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10653] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10653/stat : 10653 (java) S 10632 10634 6990 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291559831 9855979520 20478 33554432000 1073741824 1073778376 140733195869648 140527928964520 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9624980

[startup+6.30081 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 10653
/proc/meminfo: memFree=26913972/32873852 swapFree=6848/6848
[pid=10634] ppid=10632 vsize=9624980 CPUtime=7.53 cores=1,3,5,7
/proc/10634/stat : 10634 (java) S 10632 10634 6990 0 -1 4202496 12769 0 1 0 748 5 0 0 20 0 19 0 291559793 9855979520 20497 33554432000 1073741824 1073778376 140733195869648 140733195860784 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10634/statm: 2406245 20497 2285 9 0 2396937 0
[pid=10634/tid=10636] ppid=10632 vsize=9624980 CPUtime=6.09 cores=1,3,5,7
/proc/10634/task/10636/stat : 10636 (java) R 10632 10634 6990 0 -1 4202560 2511 0 1 0 607 2 0 0 20 0 19 0 291559794 9855979520 20497 33554432000 1073741824 1073778376 140733195869648 140528113107192 140527985327757 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10637] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10637/stat : 10637 (java) S 10632 10634 6990 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291559795 9855979520 20497 33554432000 1073741824 1073778376 140733195869648 140527957166888 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10638] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10638/stat : 10638 (java) S 10632 10634 6990 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291559795 9855979520 20497 33554432000 1073741824 1073778376 140733195869648 140527956114088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10634/tid=10639] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10639/stat : 10639 (java) S 10632 10634 6990 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291559795 9855979520 20497 33554432000 1073741824 1073778376 140733195869648 140527955061800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10634/tid=10640] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10640/stat : 10640 (java) S 10632 10634 6990 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 291559795 9855979520 20497 33554432000 1073741824 1073778376 140733195869648 140527954009000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10641] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10641/stat : 10641 (java) S 10632 10634 6990 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 19 0 291559795 9855979520 20497 33554432000 1073741824 1073778376 140733195869648 140527952955688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10642] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10642/stat : 10642 (java) S 10632 10634 6990 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291559795 9855979520 20497 33554432000 1073741824 1073778376 140733195869648 140527951902888 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10643] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10643/stat : 10643 (java) S 10632 10634 6990 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291559795 9855979520 20497 33554432000 1073741824 1073778376 140733195869648 140527950850600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10634/tid=10644] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10644/stat : 10644 (java) S 10632 10634 6990 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291559795 9855979520 20497 33554432000 1073741824 1073778376 140733195869648 140527949797800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10634/tid=10645] ppid=10632 vsize=9624980 CPUtime=0.12 cores=1,3,5,7
/proc/10634/task/10645/stat : 10645 (java) S 10632 10634 6990 0 -1 4202560 33 0 0 0 12 0 0 0 20 0 19 0 291559796 9855979520 20497 33554432000 1073741824 1073778376 140733195869648 140527937387240 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10634/tid=10646] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10646/stat : 10646 (java) S 10632 10634 6990 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291559797 9855979520 20497 33554432000 1073741824 1073778376 140733195869648 140527936333304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10647] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10647/stat : 10647 (java) S 10632 10634 6990 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291559797 9855979520 20497 33554432000 1073741824 1073778376 140733195869648 140527935280904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10648] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10648/stat : 10648 (java) S 10632 10634 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559799 9855979520 20497 33554432000 1073741824 1073778376 140733195869648 140527934229392 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10649] ppid=10632 vsize=9624980 CPUtime=0.58 cores=1,3,5,7
/proc/10634/task/10649/stat : 10649 (java) S 10632 10634 6990 0 -1 4202560 3740 0 0 0 57 1 0 0 20 0 19 0 291559799 9855979520 20497 33554432000 1073741824 1073778376 140733195869648 140527933175992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10634/tid=10650] ppid=10632 vsize=9624980 CPUtime=0.6 cores=1,3,5,7
/proc/10634/task/10650/stat : 10650 (java) S 10632 10634 6990 0 -1 4202560 5227 0 0 0 60 0 0 0 20 0 19 0 291559800 9855979520 20497 33554432000 1073741824 1073778376 140733195869648 140527932123192 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10651] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10651/stat : 10651 (java) S 10632 10634 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559800 9855979520 20497 33554432000 1073741824 1073778376 140733195869648 140527931071096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10634/tid=10652] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10652/stat : 10652 (java) S 10632 10634 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559800 9855979520 20497 33554432000 1073741824 1073778376 140733195869648 140527930018504 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10653] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10653/stat : 10653 (java) S 10632 10634 6990 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291559831 9855979520 20497 33554432000 1073741824 1073778376 140733195869648 140527928964520 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]

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

/proc/10634/task/10644/stat : 10644 (java) S 10632 10634 6990 0 -1 4202560 23 0 0 0 14 0 0 0 20 0 19 0 291559795 9855979520 25612 33554432000 1073741824 1073778376 140733195869648 140527949797800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10645] ppid=10632 vsize=9624980 CPUtime=3.29 cores=1,3,5,7
/proc/10634/task/10645/stat : 10645 (java) S 10632 10634 6990 0 -1 4202560 59 0 0 0 329 0 0 0 20 0 19 0 291559796 9855979520 25612 33554432000 1073741824 1073778376 140733195869648 140527937387240 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10646] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10646/stat : 10646 (java) S 10632 10634 6990 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291559797 9855979520 25612 33554432000 1073741824 1073778376 140733195869648 140527936333304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10647] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10647/stat : 10647 (java) S 10632 10634 6990 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291559797 9855979520 25612 33554432000 1073741824 1073778376 140733195869648 140527935280904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10648] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10648/stat : 10648 (java) S 10632 10634 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559799 9855979520 25612 33554432000 1073741824 1073778376 140733195869648 140527934229392 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10649] ppid=10632 vsize=9624980 CPUtime=0.6 cores=1,3,5,7
/proc/10634/task/10649/stat : 10649 (java) S 10632 10634 6990 0 -1 4202560 3741 0 0 0 59 1 0 0 20 0 19 0 291559799 9855979520 25612 33554432000 1073741824 1073778376 140733195869648 140527933175992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10650] ppid=10632 vsize=9624980 CPUtime=1.5 cores=1,3,5,7
/proc/10634/task/10650/stat : 10650 (java) S 10632 10634 6990 0 -1 4202560 14283 0 0 0 147 3 0 0 20 0 19 0 291559800 9855979520 25612 33554432000 1073741824 1073778376 140733195869648 140527932123192 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10651] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10651/stat : 10651 (java) S 10632 10634 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559800 9855979520 25612 33554432000 1073741824 1073778376 140733195869648 140527931071096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10634/tid=10652] ppid=10632 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/10634/task/10652/stat : 10652 (java) S 10632 10634 6990 0 -1 4202560 11 0 0 0 1 1 0 0 20 0 19 0 291559800 9855979520 25612 33554432000 1073741824 1073778376 140733195869648 140527930018504 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10653] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10653/stat : 10653 (java) S 10632 10634 6990 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291559831 9855979520 25612 33554432000 1073741824 1073778376 140733195869648 140527928964520 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 173.91
Current children cumulated vsize (KiB) 9624980

[startup+171.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 10657
/proc/meminfo: memFree=26873256/32873852 swapFree=6848/6848
[pid=10634] ppid=10632 vsize=9624980 CPUtime=174.71 cores=1,3,5,7
/proc/10634/stat : 10634 (java) S 10632 10634 6990 0 -1 4202496 22137 0 1 0 17460 11 0 0 20 0 19 0 291559793 9855979520 25612 33554432000 1073741824 1073778376 140733195869648 140733195860784 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10634/statm: 2406245 25612 2286 9 0 2396937 0
[pid=10634/tid=10636] ppid=10632 vsize=9624980 CPUtime=167.66 cores=1,3,5,7
/proc/10634/task/10636/stat : 10636 (java) R 10632 10634 6990 0 -1 4202560 2604 0 1 0 16762 4 0 0 20 0 19 0 291559794 9855979520 25612 33554432000 1073741824 1073778376 140733195869648 140528113107480 140527985347209 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10637] ppid=10632 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/10634/task/10637/stat : 10637 (java) S 10632 10634 6990 0 -1 4202560 34 0 0 0 13 0 0 0 20 0 19 0 291559795 9855979520 25612 33554432000 1073741824 1073778376 140733195869648 140527957166888 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10634/tid=10638] ppid=10632 vsize=9624980 CPUtime=0.12 cores=1,3,5,7
/proc/10634/task/10638/stat : 10638 (java) S 10632 10634 6990 0 -1 4202560 53 0 0 0 12 0 0 0 20 0 19 0 291559795 9855979520 25612 33554432000 1073741824 1073778376 140733195869648 140527956114088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10634/tid=10639] ppid=10632 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/10634/task/10639/stat : 10639 (java) S 10632 10634 6990 0 -1 4202560 23 0 0 0 13 0 0 0 20 0 19 0 291559795 9855979520 25612 33554432000 1073741824 1073778376 140733195869648 140527955061800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10640] ppid=10632 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/10634/task/10640/stat : 10640 (java) S 10632 10634 6990 0 -1 4202560 44 0 0 0 13 0 0 0 20 0 19 0 291559795 9855979520 25612 33554432000 1073741824 1073778376 140733195869648 140527954009000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10634/tid=10641] ppid=10632 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/10634/task/10641/stat : 10641 (java) S 10632 10634 6990 0 -1 4202560 24 0 0 0 14 0 0 0 20 0 19 0 291559795 9855979520 25612 33554432000 1073741824 1073778376 140733195869648 140527952955688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10634/tid=10642] ppid=10632 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/10634/task/10642/stat : 10642 (java) S 10632 10634 6990 0 -1 4202560 29 0 0 0 15 0 0 0 20 0 19 0 291559795 9855979520 25612 33554432000 1073741824 1073778376 140733195869648 140527951902888 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10643] ppid=10632 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/10634/task/10643/stat : 10643 (java) S 10632 10634 6990 0 -1 4202560 23 0 0 0 13 0 0 0 20 0 19 0 291559795 9855979520 25612 33554432000 1073741824 1073778376 140733195869648 140527950850600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10644] ppid=10632 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/10634/task/10644/stat : 10644 (java) S 10632 10634 6990 0 -1 4202560 23 0 0 0 14 0 0 0 20 0 19 0 291559795 9855979520 25612 33554432000 1073741824 1073778376 140733195869648 140527949797800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10645] ppid=10632 vsize=9624980 CPUtime=3.29 cores=1,3,5,7
/proc/10634/task/10645/stat : 10645 (java) S 10632 10634 6990 0 -1 4202560 59 0 0 0 329 0 0 0 20 0 19 0 291559796 9855979520 25612 33554432000 1073741824 1073778376 140733195869648 140527937387240 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10646] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10646/stat : 10646 (java) S 10632 10634 6990 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291559797 9855979520 25612 33554432000 1073741824 1073778376 140733195869648 140527936333304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10647] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10647/stat : 10647 (java) S 10632 10634 6990 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291559797 9855979520 25612 33554432000 1073741824 1073778376 140733195869648 140527935280904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10648] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10648/stat : 10648 (java) S 10632 10634 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559799 9855979520 25612 33554432000 1073741824 1073778376 140733195869648 140527934229392 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10649] ppid=10632 vsize=9624980 CPUtime=0.6 cores=1,3,5,7
/proc/10634/task/10649/stat : 10649 (java) S 10632 10634 6990 0 -1 4202560 3741 0 0 0 59 1 0 0 20 0 19 0 291559799 9855979520 25612 33554432000 1073741824 1073778376 140733195869648 140527933175992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10650] ppid=10632 vsize=9624980 CPUtime=1.5 cores=1,3,5,7
/proc/10634/task/10650/stat : 10650 (java) S 10632 10634 6990 0 -1 4202560 14283 0 0 0 147 3 0 0 20 0 19 0 291559800 9855979520 25612 33554432000 1073741824 1073778376 140733195869648 140527932123192 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10651] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10651/stat : 10651 (java) S 10632 10634 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559800 9855979520 25612 33554432000 1073741824 1073778376 140733195869648 140527931071096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10634/tid=10652] ppid=10632 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/10634/task/10652/stat : 10652 (java) S 10632 10634 6990 0 -1 4202560 11 0 0 0 1 1 0 0 20 0 19 0 291559800 9855979520 25612 33554432000 1073741824 1073778376 140733195869648 140527930018504 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10653] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10653/stat : 10653 (java) S 10632 10634 6990 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291559831 9855979520 25612 33554432000 1073741824 1073778376 140733195869648 140527928964520 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 174.71
Current children cumulated vsize (KiB) 9624980

[startup+172.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 10657
/proc/meminfo: memFree=26873256/32873852 swapFree=6848/6848
[pid=10634] ppid=10632 vsize=9624980 CPUtime=175.13 cores=1,3,5,7
/proc/10634/stat : 10634 (java) S 10632 10634 6990 0 -1 4202496 22145 0 1 0 17502 11 0 0 20 0 19 0 291559793 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140733195860784 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10634/statm: 2406245 25618 2286 9 0 2396937 0
[pid=10634/tid=10636] ppid=10632 vsize=9624980 CPUtime=168.01 cores=1,3,5,7
/proc/10634/task/10636/stat : 10636 (java) S 10632 10634 6990 0 -1 4202560 2604 0 1 0 16797 4 0 0 20 0 19 0 291559794 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140528113107416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10637] ppid=10632 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/10634/task/10637/stat : 10637 (java) S 10632 10634 6990 0 -1 4202560 39 0 0 0 14 0 0 0 20 0 19 0 291559795 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527957166888 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10634/tid=10638] ppid=10632 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/10634/task/10638/stat : 10638 (java) S 10632 10634 6990 0 -1 4202560 53 0 0 0 13 0 0 0 20 0 19 0 291559795 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527956114088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10639] ppid=10632 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/10634/task/10639/stat : 10639 (java) S 10632 10634 6990 0 -1 4202560 23 0 0 0 13 0 0 0 20 0 19 0 291559795 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527955061800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10640] ppid=10632 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/10634/task/10640/stat : 10640 (java) S 10632 10634 6990 0 -1 4202560 44 0 0 0 14 0 0 0 20 0 19 0 291559795 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527954009000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10634/tid=10641] ppid=10632 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/10634/task/10641/stat : 10641 (java) S 10632 10634 6990 0 -1 4202560 24 0 0 0 15 0 0 0 20 0 19 0 291559795 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527952955688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10634/tid=10642] ppid=10632 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/10634/task/10642/stat : 10642 (java) S 10632 10634 6990 0 -1 4202560 30 0 0 0 15 0 0 0 20 0 19 0 291559795 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527951902888 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10643] ppid=10632 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/10634/task/10643/stat : 10643 (java) S 10632 10634 6990 0 -1 4202560 23 0 0 0 13 0 0 0 20 0 19 0 291559795 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527950850600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10644] ppid=10632 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/10634/task/10644/stat : 10644 (java) S 10632 10634 6990 0 -1 4202560 23 0 0 0 14 0 0 0 20 0 19 0 291559795 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527949797800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10645] ppid=10632 vsize=9624980 CPUtime=3.33 cores=1,3,5,7
/proc/10634/task/10645/stat : 10645 (java) R 10632 10634 6990 0 -1 4202560 61 0 0 0 333 0 0 0 20 0 19 0 291559796 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527937386096 229355569448 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10646] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10646/stat : 10646 (java) S 10632 10634 6990 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291559797 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527936333304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10647] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10647/stat : 10647 (java) S 10632 10634 6990 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291559797 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527935280904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10648] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10648/stat : 10648 (java) S 10632 10634 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559799 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527934229392 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10649] ppid=10632 vsize=9624980 CPUtime=0.6 cores=1,3,5,7
/proc/10634/task/10649/stat : 10649 (java) S 10632 10634 6990 0 -1 4202560 3741 0 0 0 59 1 0 0 20 0 19 0 291559799 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527933175992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10650] ppid=10632 vsize=9624980 CPUtime=1.5 cores=1,3,5,7
/proc/10634/task/10650/stat : 10650 (java) S 10632 10634 6990 0 -1 4202560 14283 0 0 0 147 3 0 0 20 0 19 0 291559800 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527932123192 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10651] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10651/stat : 10651 (java) S 10632 10634 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559800 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527931071096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10634/tid=10652] ppid=10632 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/10634/task/10652/stat : 10652 (java) S 10632 10634 6990 0 -1 4202560 11 0 0 0 1 1 0 0 20 0 19 0 291559800 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527930018504 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10653] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10653/stat : 10653 (java) S 10632 10634 6990 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291559831 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527928964520 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 175.13
Current children cumulated vsize (KiB) 9624980

[startup+172.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 10657
/proc/meminfo: memFree=26873256/32873852 swapFree=6848/6848
[pid=10634] ppid=10632 vsize=9624980 CPUtime=175.34 cores=1,3,5,7
/proc/10634/stat : 10634 (java) S 10632 10634 6990 0 -1 4202496 22146 0 1 0 17523 11 0 0 20 0 19 0 291559793 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140733195860784 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10634/statm: 2406245 25618 2286 9 0 2396937 0
[pid=10634/tid=10636] ppid=10632 vsize=9624980 CPUtime=168.19 cores=1,3,5,7
/proc/10634/task/10636/stat : 10636 (java) R 10632 10634 6990 0 -1 4202560 2605 0 1 0 16815 4 0 0 20 0 19 0 291559794 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140528113107296 140527985362502 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10637] ppid=10632 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/10634/task/10637/stat : 10637 (java) S 10632 10634 6990 0 -1 4202560 39 0 0 0 14 0 0 0 20 0 19 0 291559795 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527957166888 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10634/tid=10638] ppid=10632 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/10634/task/10638/stat : 10638 (java) S 10632 10634 6990 0 -1 4202560 53 0 0 0 13 0 0 0 20 0 19 0 291559795 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527956114088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10639] ppid=10632 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/10634/task/10639/stat : 10639 (java) S 10632 10634 6990 0 -1 4202560 23 0 0 0 13 0 0 0 20 0 19 0 291559795 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527955061800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10640] ppid=10632 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/10634/task/10640/stat : 10640 (java) S 10632 10634 6990 0 -1 4202560 44 0 0 0 14 0 0 0 20 0 19 0 291559795 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527954009000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10634/tid=10641] ppid=10632 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/10634/task/10641/stat : 10641 (java) S 10632 10634 6990 0 -1 4202560 24 0 0 0 15 0 0 0 20 0 19 0 291559795 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527952955688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10634/tid=10642] ppid=10632 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/10634/task/10642/stat : 10642 (java) S 10632 10634 6990 0 -1 4202560 30 0 0 0 15 0 0 0 20 0 19 0 291559795 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527951902888 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10643] ppid=10632 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/10634/task/10643/stat : 10643 (java) S 10632 10634 6990 0 -1 4202560 23 0 0 0 13 0 0 0 20 0 19 0 291559795 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527950850600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10644] ppid=10632 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/10634/task/10644/stat : 10644 (java) S 10632 10634 6990 0 -1 4202560 23 0 0 0 14 0 0 0 20 0 19 0 291559795 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527949797800 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10645] ppid=10632 vsize=9624980 CPUtime=3.35 cores=1,3,5,7
/proc/10634/task/10645/stat : 10645 (java) S 10632 10634 6990 0 -1 4202560 61 0 0 0 335 0 0 0 20 0 19 0 291559796 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527937387240 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10646] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10646/stat : 10646 (java) S 10632 10634 6990 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291559797 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527936333304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10647] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10647/stat : 10647 (java) S 10632 10634 6990 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291559797 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527935280904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10648] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10648/stat : 10648 (java) S 10632 10634 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559799 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527934229392 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10649] ppid=10632 vsize=9624980 CPUtime=0.6 cores=1,3,5,7
/proc/10634/task/10649/stat : 10649 (java) S 10632 10634 6990 0 -1 4202560 3741 0 0 0 59 1 0 0 20 0 19 0 291559799 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527933175992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10650] ppid=10632 vsize=9624980 CPUtime=1.5 cores=1,3,5,7
/proc/10634/task/10650/stat : 10650 (java) S 10632 10634 6990 0 -1 4202560 14283 0 0 0 147 3 0 0 20 0 19 0 291559800 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527932123192 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10634/tid=10651] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10651/stat : 10651 (java) S 10632 10634 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559800 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527931071096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10634/tid=10652] ppid=10632 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/10634/task/10652/stat : 10652 (java) S 10632 10634 6990 0 -1 4202560 11 0 0 0 1 1 0 0 20 0 19 0 291559800 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527930018504 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10634/tid=10653] ppid=10632 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/10634/task/10653/stat : 10653 (java) S 10632 10634 6990 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291559831 9855979520 25618 33554432000 1073741824 1073778376 140733195869648 140527928964520 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 175.34
Current children cumulated vsize (KiB) 9624980

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10634 and gives
#  childrusage.ru_utime.tv_sec=174
#  childrusage.ru_utime.tv_usec=865416
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=221966
# CPU time returned by wait4() is 175.087
# while last known CPU time is 175.34
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 172.561
CPU time (s): 175.34
CPU user time (s): 175.23
CPU system time (s): 0.11
CPU usage (%): 101.61
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 174.865
system time used= 0.221966
maximum resident set size= 105664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22159
page faults= 1
swaps= 0
block input operations= 0
block output operations= 256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6655
involuntary context switches= 6153

runsolver used 0.681896 second user time and 1.83372 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-29 03:19:03
IDJOB=3718424
IDBENCH=79269
IDSOLVER=2301
FILE ID=node129/3718424-1338254343
RUNJOBID= node129-1338248539-9231
PBS_JOBID= 14624645
Free space on /tmp= 71196 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900670234--soft-0-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718424-1338254343/watcher-3718424-1338254343 -o /tmp/evaluation-result-3718424-1338254343/solver-3718424-1338254343 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718424-1338254343.wbo

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

MD5SUM BENCH= 68083219a398085883a8cf7e46688b9f
RANDOM SEED=1340821898

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.957
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.957
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:       32873852 kB
MemFree:        26987492 kB
Buffers:          444800 kB
Cached:          3173852 kB
SwapCached:            0 kB
Active:          2702872 kB
Inactive:        2305688 kB
Active(anon):    1391940 kB
Inactive(anon):        0 kB
Active(file):    1310932 kB
Inactive(file):  2305688 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               496 kB
Writeback:             0 kB
AnonPages:       1396224 kB
Mapped:            22560 kB
Shmem:               204 kB
Slab:             737632 kB
SReclaimable:     180008 kB
SUnreclaim:       557624 kB
KernelStack:        1592 kB
PageTables:         6972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1936180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1343488 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= 71196 MiB
End job on node129 at 2012-05-29 03:21:56