Trace number 3718400

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 45.5071 43.5893

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900551347--soft-0-100-0.wbo
MD5SUM7333324480eb5267e10bc3c9063685b0
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark35.8046
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 137245
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137244
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 745
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.08/0.09	c version 2.3.2.v20120528
0.08/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.09	c java.vm.version	19.1-b02
0.08/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.09	c sun.arch.data.model	64
0.08/0.09	c java.version		1.6.0_24
0.08/0.09	c os.name		Linux
0.08/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.09	c os.arch		amd64
0.08/0.09	c Free memory 		501472288
0.08/0.09	c Max memory 		7480803328
0.08/0.09	c Total memory 		504102912
0.08/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
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 lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3718400-1338254333.wbo
0.10/0.11	c reading problem ... 
0.50/0.32	c ... done. Wall clock time 0.206s.
0.50/0.32	c declared #vars     231
0.50/0.32	c internal #vars     2938
0.50/0.32	c #constraints  2707
0.50/0.32	c constraints type 
0.50/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.50/0.32	c ignored satisfied constraints => 1
0.50/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.50/0.32	c 2708 constraints processed.
0.50/0.32	c objective function length is 2707 literals
1.09/0.50	c SATISFIABLE
1.09/0.50	c OPTIMIZING...
1.09/0.50	c Got one! Elapsed wall clock time (in seconds):0.387
1.09/0.50	o 485
1.09/0.57	c Got one! Elapsed wall clock time (in seconds):0.462
1.09/0.57	o 306
1.39/0.62	c Got one! Elapsed wall clock time (in seconds):0.503
1.39/0.62	o 294
1.39/0.65	c Got one! Elapsed wall clock time (in seconds):0.54
1.39/0.65	o 288
1.67/0.79	c Got one! Elapsed wall clock time (in seconds):0.683
1.67/0.79	o 287
1.80/0.81	c Got one! Elapsed wall clock time (in seconds):0.698
1.80/0.81	o 279
1.80/0.83	c Got one! Elapsed wall clock time (in seconds):0.723
1.80/0.83	o 269
1.80/0.85	c Got one! Elapsed wall clock time (in seconds):0.737
1.80/0.85	o 262
1.80/0.86	c Got one! Elapsed wall clock time (in seconds):0.752
1.80/0.86	o 259
2.01/0.97	c Got one! Elapsed wall clock time (in seconds):0.853
2.01/0.97	o 257
2.01/1.00	c Got one! Elapsed wall clock time (in seconds):0.884
2.01/1.00	o 218
2.12/1.01	c Got one! Elapsed wall clock time (in seconds):0.894
2.12/1.01	o 197
2.12/1.06	c Got one! Elapsed wall clock time (in seconds):0.948
2.12/1.06	o 188
2.32/1.26	c Got one! Elapsed wall clock time (in seconds):1.15
2.32/1.26	o 187
2.42/1.31	c Got one! Elapsed wall clock time (in seconds):1.2
2.42/1.31	o 167
2.51/1.40	c Got one! Elapsed wall clock time (in seconds):1.292
2.51/1.40	o 166
2.51/1.44	c Got one! Elapsed wall clock time (in seconds):1.328
2.51/1.44	o 161
2.51/1.48	c Got one! Elapsed wall clock time (in seconds):1.368
2.51/1.48	o 156
2.61/1.57	c Got one! Elapsed wall clock time (in seconds):1.455
2.61/1.57	o 147
2.73/1.64	c Got one! Elapsed wall clock time (in seconds):1.533
2.73/1.64	o 142
2.94/1.81	c Got one! Elapsed wall clock time (in seconds):1.7
2.94/1.81	o 141
3.04/1.97	c Got one! Elapsed wall clock time (in seconds):1.859
3.04/1.97	o 140
3.15/2.05	c Got one! Elapsed wall clock time (in seconds):1.942
3.15/2.05	o 134
3.29/2.14	c Got one! Elapsed wall clock time (in seconds):2.026
3.29/2.14	o 133
3.39/2.23	c Got one! Elapsed wall clock time (in seconds):2.114
3.39/2.23	o 132
3.68/2.51	c Got one! Elapsed wall clock time (in seconds):2.396
3.68/2.51	o 131
3.68/2.57	c Got one! Elapsed wall clock time (in seconds):2.457
3.68/2.57	o 113
3.88/2.74	c Got one! Elapsed wall clock time (in seconds):2.624
3.88/2.74	o 110
4.08/2.99	c cleaning 8007 clauses out of 16027 with flag 6278/16027
4.63/3.47	c Got one! Elapsed wall clock time (in seconds):3.36
4.63/3.47	o 107
4.73/3.55	c Got one! Elapsed wall clock time (in seconds):3.442
4.73/3.55	o 106
4.93/3.76	c Got one! Elapsed wall clock time (in seconds):3.646
4.93/3.76	o 103
5.03/3.81	c Got one! Elapsed wall clock time (in seconds):3.702
5.03/3.81	o 102
5.23/4.00	c cleaning 7001 clauses out of 14006 with flag 6829/22013
5.50/4.24	c Got one! Elapsed wall clock time (in seconds):4.127
5.50/4.24	o 100
5.50/4.28	c Got one! Elapsed wall clock time (in seconds):4.17
5.50/4.28	o 82
5.81/4.56	c Got one! Elapsed wall clock time (in seconds):4.444
5.81/4.56	o 77
6.01/4.74	c cleaning 6741 clauses out of 13492 with flag 18166/28500
6.27/4.90	c Got one! Elapsed wall clock time (in seconds):4.79
6.27/4.90	o 76
6.78/5.44	c cleaning 6353 clauses out of 12710 with flag 40644/34459
6.97/5.64	c Got one! Elapsed wall clock time (in seconds):5.526
6.97/5.64	o 75
7.47/6.13	c Got one! Elapsed wall clock time (in seconds):6.017
7.47/6.13	o 74
7.57/6.27	c cleaning 5964 clauses out of 11939 with flag 8005/40041
7.68/6.33	c Got one! Elapsed wall clock time (in seconds):6.222
7.68/6.33	o 71
7.88/6.55	c Got one! Elapsed wall clock time (in seconds):6.436
7.88/6.55	o 69
8.08/6.70	c cleaning 5661 clauses out of 11341 with flag 19185/45407
8.38/7.02	c Got one! Elapsed wall clock time (in seconds):6.908
8.38/7.02	o 68
8.38/7.05	c Got one! Elapsed wall clock time (in seconds):6.936
8.38/7.05	o 66
8.48/7.19	c cleaning 5655 clauses out of 11313 with flag 8055/51040
8.69/7.36	c Got one! Elapsed wall clock time (in seconds):7.249
8.69/7.36	o 64
8.99/7.65	c Got one! Elapsed wall clock time (in seconds):7.538
8.99/7.65	o 63
9.49/8.13	c cleaning 5803 clauses out of 11614 with flag 20200/56996
9.60/8.23	c Got one! Elapsed wall clock time (in seconds):8.114
9.60/8.23	o 62
9.70/8.39	c Got one! Elapsed wall clock time (in seconds):8.282
9.70/8.39	o 61
10.02/8.63	c cleaning 6154 clauses out of 12331 with flag 30963/63516
10.43/9.00	c Got one! Elapsed wall clock time (in seconds):8.89
10.43/9.00	o 55
10.53/9.15	c cleaning 6006 clauses out of 12024 with flag 21575/69363
10.93/9.50	c Got one! Elapsed wall clock time (in seconds):9.391
10.93/9.50	o 51
10.93/9.52	c Got one! Elapsed wall clock time (in seconds):9.403
10.93/9.52	o 47
11.03/9.64	c Got one! Elapsed wall clock time (in seconds):9.527
11.03/9.64	o 42
11.43/10.02	c Got one! Elapsed wall clock time (in seconds):9.908
11.43/10.02	o 40
11.53/10.12	c cleaning 8426 clauses out of 16868 with flag 8282/80213
12.14/10.78	c Got one! Elapsed wall clock time (in seconds):10.669
12.14/10.78	o 39
12.35/10.92	c Got one! Elapsed wall clock time (in seconds):10.812
12.35/10.92	o 34
12.64/11.26	c cleaning 9826 clauses out of 19659 with flag 48035/91430
12.86/11.41	c Got one! Elapsed wall clock time (in seconds):11.295
12.86/11.41	o 33
13.16/11.70	c cleaning 7558 clauses out of 15136 with flag 46995/96733
13.58/12.15	c cleaning 6784 clauses out of 13579 with flag 100850/102734
13.81/12.40	c Got one! Elapsed wall clock time (in seconds):12.283
13.81/12.40	o 32
14.11/12.61	c cleaning 6050 clauses out of 12122 with flag 34028/108061
14.52/13.03	c cleaning 6034 clauses out of 12074 with flag 97928/114063
15.33/13.83	c cleaning 6511 clauses out of 13038 with flag 151653/121061
15.43/13.97	c Got one! Elapsed wall clock time (in seconds):13.855
15.43/13.97	o 31
15.73/14.23	c Got one! Elapsed wall clock time (in seconds):14.116
15.73/14.23	o 30
15.83/14.31	c cleaning 6207 clauses out of 12425 with flag 11710/126959
16.03/14.59	c Got one! Elapsed wall clock time (in seconds):14.475
16.03/14.59	o 29
16.23/14.73	c cleaning 6087 clauses out of 12192 with flag 21161/132933
16.64/15.12	c cleaning 6036 clauses out of 12103 with flag 85021/138931
16.64/15.19	c Got one! Elapsed wall clock time (in seconds):15.079
16.64/15.19	o 28
17.05/15.53	c cleaning 5846 clauses out of 11714 with flag 55141/144578
17.45/15.91	c cleaning 5923 clauses out of 11868 with flag 116103/150578
17.95/16.50	c cleaning 6459 clauses out of 12944 with flag 173037/157577
18.47/16.96	c Got one! Elapsed wall clock time (in seconds):16.853
18.47/16.96	o 27
18.57/17.04	c cleaning 6173 clauses out of 12357 with flag 12857/163449
19.00/17.48	c cleaning 6081 clauses out of 12184 with flag 73445/169449
19.30/17.73	c Got one! Elapsed wall clock time (in seconds):17.615
19.30/17.73	o 26
19.40/17.80	c Got one! Elapsed wall clock time (in seconds):17.687
19.40/17.80	o 25
19.50/17.97	c cleaning 6256 clauses out of 12522 with flag 14353/175868
19.91/18.31	c Got one! Elapsed wall clock time (in seconds):18.197
19.91/18.31	o 24
20.01/18.43	c cleaning 5943 clauses out of 11909 with flag 19126/181511
20.33/18.75	c Got one! Elapsed wall clock time (in seconds):18.638
20.33/18.75	o 22
20.42/18.82	c cleaning 5901 clauses out of 11821 with flag 9947/187366
20.62/19.01	c Got one! Elapsed wall clock time (in seconds):18.902
20.62/19.01	o 20
20.82/19.23	c cleaning 5697 clauses out of 11422 with flag 32702/192868
21.24/19.63	c cleaning 5855 clauses out of 11724 with flag 86388/198867
21.75/20.16	c cleaning 6426 clauses out of 12870 with flag 135207/205868
21.85/20.24	c Got one! Elapsed wall clock time (in seconds):20.124
21.85/20.24	o 19
22.15/20.58	c cleaning 6001 clauses out of 12017 with flag 49738/211441
22.67/21.07	c cleaning 5990 clauses out of 12014 with flag 95225/217439
23.29/21.64	c cleaning 6491 clauses out of 13024 with flag 147947/224439
23.50/21.90	c Got one! Elapsed wall clock time (in seconds):21.789
23.50/21.90	o 18
23.71/22.05	c cleaning 5933 clauses out of 11881 with flag 22223/229787
24.20/22.52	c cleaning 5955 clauses out of 11948 with flag 65973/235787
24.71/23.06	c cleaning 6484 clauses out of 12994 with flag 114975/242788
25.01/23.36	c Got one! Elapsed wall clock time (in seconds):23.246
25.01/23.36	o 17
25.11/23.48	c cleaning 6224 clauses out of 12469 with flag 15220/248747
25.51/23.85	c cleaning 6107 clauses out of 12244 with flag 64274/254746
25.92/24.29	c cleaning 6562 clauses out of 13137 with flag 114485/261746
26.11/24.46	c Got one! Elapsed wall clock time (in seconds):24.351
26.11/24.46	o 15
26.31/24.65	c Got one! Elapsed wall clock time (in seconds):24.54
26.31/24.65	o 14
26.41/24.73	c cleaning 6348 clauses out of 12709 with flag 10131/267880
26.73/25.03	c Got one! Elapsed wall clock time (in seconds):24.915
26.73/25.03	o 9
26.83/25.10	c cleaning 5812 clauses out of 11645 with flag 7842/273164
27.04/25.31	c Got one! Elapsed wall clock time (in seconds):25.2
27.04/25.31	o 8
27.14/25.44	c cleaning 5681 clauses out of 11391 with flag 18032/278722
27.44/25.79	c cleaning 5852 clauses out of 11711 with flag 64766/284723
27.66/25.93	c Got one! Elapsed wall clock time (in seconds):25.819
27.66/25.93	o 7
27.86/26.16	c cleaning 5844 clauses out of 11705 with flag 32464/290569
28.26/26.51	c cleaning 5915 clauses out of 11861 with flag 78323/296569
28.36/26.69	c Got one! Elapsed wall clock time (in seconds):26.582
28.36/26.69	o 5
28.56/26.80	c cleaning 5710 clauses out of 11444 with flag 15494/302067
28.86/27.13	c cleaning 5855 clauses out of 11734 with flag 60186/308067
29.27/27.53	c cleaning 6426 clauses out of 12880 with flag 111720/315068
29.76/28.03	c cleaning 7217 clauses out of 14453 with flag 169667/323067
30.27/28.57	c cleaning 8108 clauses out of 16240 with flag 231046/332071
30.66/28.99	c Got one! Elapsed wall clock time (in seconds):28.88
30.66/28.99	o 4
31.06/29.38	c cleaning 10275 clauses out of 20563 with flag 45202/344502
31.47/29.76	c cleaning 8129 clauses out of 16288 with flag 89672/350502
31.87/30.12	c cleaning 7568 clauses out of 15159 with flag 134151/357502
32.27/30.52	c cleaning 7779 clauses out of 15591 with flag 183501/365502
32.67/30.96	c Got one! Elapsed wall clock time (in seconds):30.853
32.67/30.96	o 3
33.07/31.35	c cleaning 10804 clauses out of 21626 with flag 49525/379316
33.47/31.80	c cleaning 8387 clauses out of 16822 with flag 110890/385316
33.98/32.24	c cleaning 7699 clauses out of 15434 with flag 171937/392315
34.49/32.77	c cleaning 7858 clauses out of 15735 with flag 227963/400315
35.09/33.36	c cleaning 8428 clauses out of 16877 with flag 292413/409315
35.71/34.00	c cleaning 9219 clauses out of 18449 with flag 362765/419315
36.42/34.68	c cleaning 10105 clauses out of 20230 with flag 438151/430316
37.34/35.53	c cleaning 11055 clauses out of 22124 with flag 521880/442315
38.15/36.35	c cleaning 12026 clauses out of 24067 with flag 601622/455315
38.84/37.07	c Got one! Elapsed wall clock time (in seconds):36.953
38.84/37.07	o 2
39.25/37.48	c cleaning 13864 clauses out of 27731 with flag 39161/471005
39.66/37.87	c cleaning 9921 clauses out of 19866 with flag 77805/477004
40.08/38.28	c cleaning 8451 clauses out of 16948 with flag 118011/484007
40.59/38.78	c cleaning 8227 clauses out of 16496 with flag 170648/492006
41.19/39.34	c cleaning 8627 clauses out of 17267 with flag 223396/501004
41.91/40.00	c cleaning 9318 clauses out of 18639 with flag 287943/511006
42.63/40.77	c cleaning 10142 clauses out of 20318 with flag 361214/522004
43.43/41.58	c cleaning 11078 clauses out of 22178 with flag 432808/534006
44.43/42.50	c cleaning 12046 clauses out of 24099 with flag 523764/547005
45.44/43.50	c cleaning 13020 clauses out of 26054 with flag 614272/561006
45.44/43.58	c starts		: 230
45.44/43.58	c conflicts		: 561644
45.44/43.58	c decisions		: 966078
45.44/43.58	c propagations		: 50068901
45.44/43.58	c inspects		: 369371345
45.44/43.58	c shortcuts		: 0
45.44/43.58	c learnt literals	: 10
45.44/43.58	c learnt binary clauses	: 56
45.44/43.58	c learnt ternary clauses	: 355
45.44/43.58	c learnt constraints	: 561633
45.44/43.58	c ignored constraints	: 0
45.44/43.58	c root simplifications	: 0
45.44/43.58	c removed literals (reason simplification)	: 0
45.44/43.58	c reason swapping (by a shorter reason)	: 0
45.44/43.58	c Calls to reduceDB	: 74
45.44/43.58	c Number of update (reduction) of LBD	: 201561
45.44/43.58	c number of reductions to clauses (during analyze)	: 0
45.44/43.58	c number of learned constraints concerned by reduction	: 0
45.44/43.58	c number of learning phase by resolution	: 0
45.44/43.58	c number of learning phase by cutting planes	: 0
45.44/43.58	c speed (assignments/second)	: 1158492.8156597791
45.44/43.58	c non guided choices	9348
45.44/43.58	c learnt constraints type 
45.44/43.58	c constraints type 
45.44/43.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
45.44/43.58	c ignored satisfied constraints => 1
45.44/43.58	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
45.44/43.58	c 2708 constraints processed.
45.44/43.58	s OPTIMUM FOUND
45.44/43.58	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 
45.44/43.58	c objective function=2
45.44/43.58	c Total wall clock time (in seconds): 43.469

Verifier Data

OK	2

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-3718400-1338254333/watcher-3718400-1338254333 -o /tmp/evaluation-result-3718400-1338254333/solver-3718400-1338254333 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718400-1338254333.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.12 2.09 2.02 3/195 17167
/proc/meminfo: memFree=30825120/32873844 swapFree=7632/7632
[pid=17167] ppid=17165 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/17167/stat : 17167 (java) R 17165 17167 14287 0 -1 4202496 958 0 0 0 0 0 0 0 20 0 1 0 291558946 23793664 686 33554432000 1073741824 1073778376 140736821253920 140736821242984 214360439361 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17167/statm: 5809 697 512 9 0 128 0

[startup+0.0902689 s]
/proc/loadavg: 2.12 2.09 2.02 3/195 17167
/proc/meminfo: memFree=30825120/32873844 swapFree=7632/7632
[pid=17167] ppid=17165 vsize=9558416 CPUtime=0.08 cores=1,3,5,7
/proc/17167/stat : 17167 (java) S 17165 17167 14287 0 -1 4202496 4168 0 1 0 7 1 0 0 20 0 18 0 291558946 9787817984 5368 33554432000 1073741824 1073778376 140736821253920 140736821245056 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17167/statm: 2389604 5368 2081 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558416

[startup+0.100265 s]
/proc/loadavg: 2.12 2.09 2.02 3/195 17167
/proc/meminfo: memFree=30825120/32873844 swapFree=7632/7632
[pid=17167] ppid=17165 vsize=9558416 CPUtime=0.1 cores=1,3,5,7
/proc/17167/stat : 17167 (java) S 17165 17167 14287 0 -1 4202496 4303 0 1 0 9 1 0 0 20 0 18 0 291558946 9787817984 5502 33554432000 1073741824 1073778376 140736821253920 140736821245056 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17167/statm: 2389604 5503 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.300194 s]
/proc/loadavg: 2.12 2.09 2.02 3/195 17167
/proc/meminfo: memFree=30825120/32873844 swapFree=7632/7632
[pid=17167] ppid=17165 vsize=9558416 CPUtime=0.5 cores=1,3,5,7
/proc/17167/stat : 17167 (java) S 17165 17167 14287 0 -1 4202496 6644 0 1 0 48 2 0 0 20 0 18 0 291558946 9787817984 8873 33554432000 1073741824 1073778376 140736821253920 140736821245056 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17167/statm: 2389604 8873 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558416

[startup+0.70027 s]
/proc/loadavg: 2.12 2.09 2.02 3/195 17167
/proc/meminfo: memFree=30825120/32873844 swapFree=7632/7632
[pid=17167] ppid=17165 vsize=9624980 CPUtime=1.67 cores=1,3,5,7
/proc/17167/stat : 17167 (java) S 17165 17167 14287 0 -1 4202496 15905 0 1 0 164 3 0 0 20 0 19 0 291558946 9855979520 14229 33554432000 1073741824 1073778376 140736821253920 140736821245056 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17167/statm: 2406245 14229 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9624980

[startup+1.50068 s]
/proc/loadavg: 2.12 2.09 2.02 3/214 17186
/proc/meminfo: memFree=30769636/32873844 swapFree=7632/7632
[pid=17167] ppid=17165 vsize=9624980 CPUtime=2.61 cores=1,3,5,7
/proc/17167/stat : 17167 (java) S 17165 17167 14287 0 -1 4202496 16025 0 1 0 258 3 0 0 20 0 19 0 291558946 9855979520 18843 33554432000 1073741824 1073778376 140736821253920 140736821245056 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17167/statm: 2406245 18843 2259 9 0 2396937 0
[pid=17167/tid=17169] ppid=17165 vsize=9624980 CPUtime=1.47 cores=1,3,5,7
/proc/17167/task/17169/stat : 17169 (java) R 17165 17167 14287 0 -1 4202560 2483 0 1 0 146 1 0 0 20 0 19 0 291558947 9855979520 18843 33554432000 1073741824 1073778376 140736821253920 140128430555584 140128291469583 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17167/tid=17170] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17170/stat : 17170 (java) S 17165 17167 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291558948 9855979520 18843 33554432000 1073741824 1073778376 140736821253920 140128274249896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17171] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17171/stat : 17171 (java) S 17165 17167 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291558948 9855979520 18843 33554432000 1073741824 1073778376 140736821253920 140128273197352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17167/tid=17172] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17172/stat : 17172 (java) S 17165 17167 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291558948 9855979520 18843 33554432000 1073741824 1073778376 140736821253920 140128272144808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17167/tid=17173] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17173/stat : 17173 (java) S 17165 17167 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291558948 9855979520 18843 33554432000 1073741824 1073778376 140736821253920 140128271092264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17167/tid=17174] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17174/stat : 17174 (java) S 17165 17167 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291558948 9855979520 18843 33554432000 1073741824 1073778376 140736821253920 140128270039720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17175] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17175/stat : 17175 (java) S 17165 17167 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291558948 9855979520 18843 33554432000 1073741824 1073778376 140736821253920 140128268987176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17167/tid=17176] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17176/stat : 17176 (java) S 17165 17167 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291558948 9855979520 18843 33554432000 1073741824 1073778376 140736821253920 140128267934632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17167/tid=17177] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17177/stat : 17177 (java) S 17165 17167 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291558948 9855979520 18843 33554432000 1073741824 1073778376 140736821253920 140128266882088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17178] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17178/stat : 17178 (java) S 17165 17167 14287 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291558949 9855979520 18843 33554432000 1073741824 1073778376 140736821253920 140128254683240 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17167/tid=17179] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17179/stat : 17179 (java) S 17165 17167 14287 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291558950 9855979520 18843 33554432000 1073741824 1073778376 140736821253920 140128253629560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17180] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17180/stat : 17180 (java) S 17165 17167 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291558950 9855979520 18843 33554432000 1073741824 1073778376 140736821253920 140128252576904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17181] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17181/stat : 17181 (java) S 17165 17167 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291558952 9855979520 18843 33554432000 1073741824 1073778376 140736821253920 140128251525648 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17182] ppid=17165 vsize=9624980 CPUtime=0.55 cores=1,3,5,7
/proc/17167/task/17182/stat : 17182 (java) S 17165 17167 14287 0 -1 4202560 4599 0 0 0 55 0 0 0 20 0 19 0 291558952 9855979520 18843 33554432000 1073741824 1073778376 140736821253920 140128250473016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17183] ppid=17165 vsize=9624980 CPUtime=0.55 cores=1,3,5,7
/proc/17167/task/17183/stat : 17183 (java) S 17165 17167 14287 0 -1 4202560 7745 0 0 0 54 1 0 0 20 0 19 0 291558952 9855979520 18843 33554432000 1073741824 1073778376 140736821253920 140128249420472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17167/tid=17184] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17184/stat : 17184 (java) S 17165 17167 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291558952 9855979520 18843 33554432000 1073741824 1073778376 140736821253920 140128248368120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17167/tid=17185] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17185/stat : 17185 (java) S 17165 17167 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291558952 9855979520 18843 33554432000 1073741824 1073778376 140736821253920 140128247315784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17167/tid=17186] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17186/stat : 17186 (java) S 17165 17167 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291558983 9855979520 18843 33554432000 1073741824 1073778376 140736821253920 140128246260520 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 9624980

[startup+3.10076 s]
/proc/loadavg: 2.12 2.09 2.02 3/214 17186
/proc/meminfo: memFree=30752384/32873844 swapFree=7632/7632
[pid=17167] ppid=17165 vsize=9624980 CPUtime=4.33 cores=1,3,5,7
/proc/17167/stat : 17167 (java) S 17165 17167 14287 0 -1 4202496 16094 0 1 0 429 4 0 0 20 0 19 0 291558946 9855979520 25543 33554432000 1073741824 1073778376 140736821253920 140736821245056 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17167/statm: 2406245 25543 2285 9 0 2396937 0
[pid=17167/tid=17169] ppid=17165 vsize=9624980 CPUtime=3.04 cores=1,3,5,7
/proc/17167/task/17169/stat : 17169 (java) R 17165 17167 14287 0 -1 4202560 2496 0 1 0 303 1 0 0 20 0 19 0 291558947 9855979520 25543 33554432000 1073741824 1073778376 140736821253920 140128430563736 140128291478071 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17167/tid=17170] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17170/stat : 17170 (java) S 17165 17167 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291558948 9855979520 25543 33554432000 1073741824 1073778376 140736821253920 140128274249896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17171] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17171/stat : 17171 (java) S 17165 17167 14287 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291558948 9855979520 25543 33554432000 1073741824 1073778376 140736821253920 140128273197352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17167/tid=17172] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17172/stat : 17172 (java) S 17165 17167 14287 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291558948 9855979520 25543 33554432000 1073741824 1073778376 140736821253920 140128272144808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17167/tid=17173] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17173/stat : 17173 (java) S 17165 17167 14287 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291558948 9855979520 25543 33554432000 1073741824 1073778376 140736821253920 140128271092264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17167/tid=17174] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17174/stat : 17174 (java) S 17165 17167 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291558948 9855979520 25543 33554432000 1073741824 1073778376 140736821253920 140128270039720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17175] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17175/stat : 17175 (java) S 17165 17167 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291558948 9855979520 25543 33554432000 1073741824 1073778376 140736821253920 140128268987176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17167/tid=17176] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17176/stat : 17176 (java) S 17165 17167 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291558948 9855979520 25543 33554432000 1073741824 1073778376 140736821253920 140128267934632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17167/tid=17177] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17177/stat : 17177 (java) S 17165 17167 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291558948 9855979520 25543 33554432000 1073741824 1073778376 140736821253920 140128266882088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17178] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17178/stat : 17178 (java) S 17165 17167 14287 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 291558949 9855979520 25543 33554432000 1073741824 1073778376 140736821253920 140128254683240 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17167/tid=17179] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17179/stat : 17179 (java) S 17165 17167 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291558950 9855979520 25543 33554432000 1073741824 1073778376 140736821253920 140128253629560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17180] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17180/stat : 17180 (java) S 17165 17167 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291558950 9855979520 25543 33554432000 1073741824 1073778376 140736821253920 140128252576904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17181] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17181/stat : 17181 (java) S 17165 17167 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291558952 9855979520 25543 33554432000 1073741824 1073778376 140736821253920 140128251525648 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17182] ppid=17165 vsize=9624980 CPUtime=0.59 cores=1,3,5,7
/proc/17167/task/17182/stat : 17182 (java) S 17165 17167 14287 0 -1 4202560 4602 0 0 0 59 0 0 0 20 0 19 0 291558952 9855979520 25543 33554432000 1073741824 1073778376 140736821253920 140128250473016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17183] ppid=17165 vsize=9624980 CPUtime=0.61 cores=1,3,5,7
/proc/17167/task/17183/stat : 17183 (java) S 17165 17167 14287 0 -1 4202560 7747 0 0 0 60 1 0 0 20 0 19 0 291558952 9855979520 25543 33554432000 1073741824 1073778376 140736821253920 140128249420472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17167/tid=17184] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17184/stat : 17184 (java) S 17165 17167 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291558952 9855979520 25543 33554432000 1073741824 1073778376 140736821253920 140128248368120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17167/tid=17185] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17185/stat : 17185 (java) S 17165 17167 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291558952 9855979520 25543 33554432000 1073741824 1073778376 140736821253920 140128247315784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17167/tid=17186] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17186/stat : 17186 (java) S 17165 17167 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291558983 9855979520 25543 33554432000 1073741824 1073778376 140736821253920 140128246260520 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 9624980

[startup+6.30064 s]
/proc/loadavg: 2.11 2.09 2.02 3/214 17186
/proc/meminfo: memFree=30727196/32873844 swapFree=7632/7632
[pid=17167] ppid=17165 vsize=9624980 CPUtime=7.68 cores=1,3,5,7
/proc/17167/stat : 17167 (java) S 17165 17167 14287 0 -1 4202496 16113 0 1 0 763 5 0 0 20 0 19 0 291558946 9855979520 26543 33554432000 1073741824 1073778376 140736821253920 140736821245056 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17167/statm: 2406245 26543 2285 9 0 2396937 0
[pid=17167/tid=17169] ppid=17165 vsize=9624980 CPUtime=6.15 cores=1,3,5,7
/proc/17167/task/17169/stat : 17169 (java) R 17165 17167 14287 0 -1 4202560 2498 0 1 0 614 1 0 0 20 0 19 0 291558947 9855979520 26543 33554432000 1073741824 1073778376 140736821253920 140128430563736 140128290930726 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17167/tid=17170] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17170/stat : 17170 (java) S 17165 17167 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291558948 9855979520 26543 33554432000 1073741824 1073778376 140736821253920 140128274249896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17171] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17171/stat : 17171 (java) S 17165 17167 14287 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291558948 9855979520 26543 33554432000 1073741824 1073778376 140736821253920 140128273197352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17172] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17172/stat : 17172 (java) S 17165 17167 14287 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291558948 9855979520 26543 33554432000 1073741824 1073778376 140736821253920 140128272144808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17167/tid=17173] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17173/stat : 17173 (java) S 17165 17167 14287 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291558948 9855979520 26543 33554432000 1073741824 1073778376 140736821253920 140128271092264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17167/tid=17174] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17174/stat : 17174 (java) S 17165 17167 14287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291558948 9855979520 26543 33554432000 1073741824 1073778376 140736821253920 140128270039720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17167/tid=17175] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17175/stat : 17175 (java) S 17165 17167 14287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291558948 9855979520 26543 33554432000 1073741824 1073778376 140736821253920 140128268987176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17167/tid=17176] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17176/stat : 17176 (java) S 17165 17167 14287 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291558948 9855979520 26543 33554432000 1073741824 1073778376 140736821253920 140128267934632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17167/tid=17177] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17177/stat : 17177 (java) S 17165 17167 14287 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291558948 9855979520 26543 33554432000 1073741824 1073778376 140736821253920 140128266882088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17178] ppid=17165 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/17167/task/17178/stat : 17178 (java) S 17165 17167 14287 0 -1 4202560 31 0 0 0 7 0 0 0 20 0 19 0 291558949 9855979520 26543 33554432000 1073741824 1073778376 140736821253920 140128254683240 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17167/tid=17179] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17179/stat : 17179 (java) S 17165 17167 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291558950 9855979520 26543 33554432000 1073741824 1073778376 140736821253920 140128253629560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17180] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17180/stat : 17180 (java) S 17165 17167 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291558950 9855979520 26543 33554432000 1073741824 1073778376 140736821253920 140128252576904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17181] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17181/stat : 17181 (java) S 17165 17167 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291558952 9855979520 26543 33554432000 1073741824 1073778376 140736821253920 140128251525648 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17182] ppid=17165 vsize=9624980 CPUtime=0.6 cores=1,3,5,7
/proc/17167/task/17182/stat : 17182 (java) S 17165 17167 14287 0 -1 4202560 4603 0 0 0 60 0 0 0 20 0 19 0 291558952 9855979520 26543 33554432000 1073741824 1073778376 140736821253920 140128250473016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17167/tid=17183] ppid=17165 vsize=9624980 CPUtime=0.74 cores=1,3,5,7
/proc/17167/task/17183/stat : 17183 (java) S 17165 17167 14287 0 -1 4202560 7749 0 0 0 72 2 0 0 20 0 19 0 291558952 9855979520 26543 33554432000 1073741824 1073778376 140736821253920 140128249420472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17184] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17184/stat : 17184 (java) S 17165 17167 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291558952 9855979520 26543 33554432000 1073741824 1073778376 140736821253920 140128248368120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17167/tid=17185] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17185/stat : 17185 (java) S 17165 17167 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291558952 9855979520 26543 33554432000 1073741824 1073778376 140736821253920 140128247315784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17167/tid=17186] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17186/stat : 17186 (java) S 17165 17167 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291558983 9855979520 26543 33554432000 1073741824 1073778376 140736821253920 140128246260520 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

/proc/17167/task/17170/stat : 17170 (java) S 17165 17167 14287 0 -1 4202560 14 0 0 0 10 0 0 0 20 0 19 0 291558948 9855979520 29149 33554432000 1073741824 1073778376 140736821253920 140128274249896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17167/tid=17171] ppid=17165 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/17167/task/17171/stat : 17171 (java) S 17165 17167 14287 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 19 0 291558948 9855979520 29149 33554432000 1073741824 1073778376 140736821253920 140128273197352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17172] ppid=17165 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/17167/task/17172/stat : 17172 (java) S 17165 17167 14287 0 -1 4202560 10 0 0 0 10 0 0 0 20 0 19 0 291558948 9855979520 29149 33554432000 1073741824 1073778376 140736821253920 140128272144808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17167/tid=17173] ppid=17165 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/17167/task/17173/stat : 17173 (java) S 17165 17167 14287 0 -1 4202560 14 0 0 0 8 0 0 0 20 0 19 0 291558948 9855979520 29149 33554432000 1073741824 1073778376 140736821253920 140128271092264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17167/tid=17174] ppid=17165 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/17167/task/17174/stat : 17174 (java) S 17165 17167 14287 0 -1 4202560 9 0 0 0 8 0 0 0 20 0 19 0 291558948 9855979520 29149 33554432000 1073741824 1073778376 140736821253920 140128270039720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17167/tid=17175] ppid=17165 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/17167/task/17175/stat : 17175 (java) S 17165 17167 14287 0 -1 4202560 17 0 0 0 9 0 0 0 20 0 19 0 291558948 9855979520 29149 33554432000 1073741824 1073778376 140736821253920 140128268987176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17167/tid=17176] ppid=17165 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/17167/task/17176/stat : 17176 (java) S 17165 17167 14287 0 -1 4202560 8 0 0 0 8 0 0 0 20 0 19 0 291558948 9855979520 29149 33554432000 1073741824 1073778376 140736821253920 140128267934632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17167/tid=17177] ppid=17165 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/17167/task/17177/stat : 17177 (java) S 17165 17167 14287 0 -1 4202560 7 0 0 0 7 0 0 0 20 0 19 0 291558948 9855979520 29149 33554432000 1073741824 1073778376 140736821253920 140128266882088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17167/tid=17178] ppid=17165 vsize=9624980 CPUtime=2.33 cores=1,3,5,7
/proc/17167/task/17178/stat : 17178 (java) S 17165 17167 14287 0 -1 4202560 40 0 0 0 233 0 0 0 20 0 19 0 291558949 9855979520 29149 33554432000 1073741824 1073778376 140736821253920 140128254683240 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17167/tid=17179] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17179/stat : 17179 (java) S 17165 17167 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291558950 9855979520 29149 33554432000 1073741824 1073778376 140736821253920 140128253629560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17180] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17180/stat : 17180 (java) S 17165 17167 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291558950 9855979520 29149 33554432000 1073741824 1073778376 140736821253920 140128252576904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17181] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17181/stat : 17181 (java) S 17165 17167 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291558952 9855979520 29149 33554432000 1073741824 1073778376 140736821253920 140128251525648 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17182] ppid=17165 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/17167/task/17182/stat : 17182 (java) S 17165 17167 14287 0 -1 4202560 4606 0 0 0 66 0 0 0 20 0 19 0 291558952 9855979520 29149 33554432000 1073741824 1073778376 140736821253920 140128250473016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17167/tid=17183] ppid=17165 vsize=9624980 CPUtime=0.76 cores=1,3,5,7
/proc/17167/task/17183/stat : 17183 (java) S 17165 17167 14287 0 -1 4202560 7749 0 0 0 74 2 0 0 20 0 19 0 291558952 9855979520 29149 33554432000 1073741824 1073778376 140736821253920 140128249420472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17184] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17184/stat : 17184 (java) S 17165 17167 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291558952 9855979520 29149 33554432000 1073741824 1073778376 140736821253920 140128248368120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17167/tid=17185] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17185/stat : 17185 (java) S 17165 17167 14287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291558952 9855979520 29149 33554432000 1073741824 1073778376 140736821253920 140128247315784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17167/tid=17186] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17186/stat : 17186 (java) S 17165 17167 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291558983 9855979520 29149 33554432000 1073741824 1073778376 140736821253920 140128246260520 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 43.43
Current children cumulated vsize (KiB) 9624980

[startup+42.3007 s]
/proc/loadavg: 2.06 2.08 2.02 3/214 17186
/proc/meminfo: memFree=30714112/32873844 swapFree=7632/7632
[pid=17167] ppid=17165 vsize=9624980 CPUtime=44.23 cores=1,3,5,7
/proc/17167/stat : 17167 (java) S 17165 17167 14287 0 -1 4202496 16237 0 1 0 4416 7 0 0 20 0 19 0 291558946 9855979520 29150 33554432000 1073741824 1073778376 140736821253920 140736821245056 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17167/statm: 2406245 29150 2286 9 0 2396937 0
[pid=17167/tid=17169] ppid=17165 vsize=9624980 CPUtime=39.48 cores=1,3,5,7
/proc/17167/task/17169/stat : 17169 (java) R 17165 17167 14287 0 -1 4202560 2564 0 1 0 3947 1 0 0 20 0 19 0 291558947 9855979520 29150 33554432000 1073741824 1073778376 140736821253920 140128430563680 140128291468552 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17167/tid=17170] ppid=17165 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/17167/task/17170/stat : 17170 (java) S 17165 17167 14287 0 -1 4202560 14 0 0 0 10 0 0 0 20 0 19 0 291558948 9855979520 29150 33554432000 1073741824 1073778376 140736821253920 140128274249896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17167/tid=17171] ppid=17165 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/17167/task/17171/stat : 17171 (java) S 17165 17167 14287 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 19 0 291558948 9855979520 29150 33554432000 1073741824 1073778376 140736821253920 140128273197352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17172] ppid=17165 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/17167/task/17172/stat : 17172 (java) S 17165 17167 14287 0 -1 4202560 11 0 0 0 10 0 0 0 20 0 19 0 291558948 9855979520 29150 33554432000 1073741824 1073778376 140736821253920 140128272144808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17167/tid=17173] ppid=17165 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/17167/task/17173/stat : 17173 (java) S 17165 17167 14287 0 -1 4202560 14 0 0 0 8 0 0 0 20 0 19 0 291558948 9855979520 29150 33554432000 1073741824 1073778376 140736821253920 140128271092264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17167/tid=17174] ppid=17165 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/17167/task/17174/stat : 17174 (java) S 17165 17167 14287 0 -1 4202560 9 0 0 0 8 0 0 0 20 0 19 0 291558948 9855979520 29150 33554432000 1073741824 1073778376 140736821253920 140128270039720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17167/tid=17175] ppid=17165 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/17167/task/17175/stat : 17175 (java) S 17165 17167 14287 0 -1 4202560 17 0 0 0 9 0 0 0 20 0 19 0 291558948 9855979520 29150 33554432000 1073741824 1073778376 140736821253920 140128268987176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17167/tid=17176] ppid=17165 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/17167/task/17176/stat : 17176 (java) S 17165 17167 14287 0 -1 4202560 8 0 0 0 8 0 0 0 20 0 19 0 291558948 9855979520 29150 33554432000 1073741824 1073778376 140736821253920 140128267934632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17167/tid=17177] ppid=17165 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/17167/task/17177/stat : 17177 (java) S 17165 17167 14287 0 -1 4202560 7 0 0 0 7 0 0 0 20 0 19 0 291558948 9855979520 29150 33554432000 1073741824 1073778376 140736821253920 140128266882088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17167/tid=17178] ppid=17165 vsize=9624980 CPUtime=2.38 cores=1,3,5,7
/proc/17167/task/17178/stat : 17178 (java) S 17165 17167 14287 0 -1 4202560 40 0 0 0 238 0 0 0 20 0 19 0 291558949 9855979520 29150 33554432000 1073741824 1073778376 140736821253920 140128254683240 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17167/tid=17179] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17179/stat : 17179 (java) S 17165 17167 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291558950 9855979520 29150 33554432000 1073741824 1073778376 140736821253920 140128253629560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17180] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17180/stat : 17180 (java) S 17165 17167 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291558950 9855979520 29150 33554432000 1073741824 1073778376 140736821253920 140128252576904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17181] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17181/stat : 17181 (java) S 17165 17167 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291558952 9855979520 29150 33554432000 1073741824 1073778376 140736821253920 140128251525648 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17182] ppid=17165 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/17167/task/17182/stat : 17182 (java) S 17165 17167 14287 0 -1 4202560 4606 0 0 0 66 0 0 0 20 0 19 0 291558952 9855979520 29150 33554432000 1073741824 1073778376 140736821253920 140128250473016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17167/tid=17183] ppid=17165 vsize=9624980 CPUtime=0.76 cores=1,3,5,7
/proc/17167/task/17183/stat : 17183 (java) S 17165 17167 14287 0 -1 4202560 7749 0 0 0 74 2 0 0 20 0 19 0 291558952 9855979520 29150 33554432000 1073741824 1073778376 140736821253920 140128249420472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17184] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17184/stat : 17184 (java) S 17165 17167 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291558952 9855979520 29150 33554432000 1073741824 1073778376 140736821253920 140128248368120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17167/tid=17185] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17185/stat : 17185 (java) S 17165 17167 14287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291558952 9855979520 29150 33554432000 1073741824 1073778376 140736821253920 140128247315784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17167/tid=17186] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17186/stat : 17186 (java) S 17165 17167 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291558983 9855979520 29150 33554432000 1073741824 1073778376 140736821253920 140128246260520 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 44.23
Current children cumulated vsize (KiB) 9624980

[startup+43.1007 s]
/proc/loadavg: 2.06 2.08 2.02 3/214 17186
/proc/meminfo: memFree=30714112/32873844 swapFree=7632/7632
[pid=17167] ppid=17165 vsize=9624980 CPUtime=45.04 cores=1,3,5,7
/proc/17167/stat : 17167 (java) S 17165 17167 14287 0 -1 4202496 16239 0 1 0 4497 7 0 0 20 0 19 0 291558946 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140736821245056 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17167/statm: 2406245 29151 2286 9 0 2396937 0
[pid=17167/tid=17169] ppid=17165 vsize=9624980 CPUtime=40.23 cores=1,3,5,7
/proc/17167/task/17169/stat : 17169 (java) R 17165 17167 14287 0 -1 4202560 2565 0 1 0 4022 1 0 0 20 0 19 0 291558947 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128430563800 140128291477796 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17167/tid=17170] ppid=17165 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/17167/task/17170/stat : 17170 (java) S 17165 17167 14287 0 -1 4202560 14 0 0 0 10 0 0 0 20 0 19 0 291558948 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128274249896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17171] ppid=17165 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/17167/task/17171/stat : 17171 (java) S 17165 17167 14287 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 19 0 291558948 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128273197352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17167/tid=17172] ppid=17165 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/17167/task/17172/stat : 17172 (java) S 17165 17167 14287 0 -1 4202560 11 0 0 0 10 0 0 0 20 0 19 0 291558948 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128272144808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17167/tid=17173] ppid=17165 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/17167/task/17173/stat : 17173 (java) S 17165 17167 14287 0 -1 4202560 15 0 0 0 8 0 0 0 20 0 19 0 291558948 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128271092264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17167/tid=17174] ppid=17165 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/17167/task/17174/stat : 17174 (java) S 17165 17167 14287 0 -1 4202560 9 0 0 0 8 0 0 0 20 0 19 0 291558948 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128270039720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17167/tid=17175] ppid=17165 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/17167/task/17175/stat : 17175 (java) S 17165 17167 14287 0 -1 4202560 17 0 0 0 9 0 0 0 20 0 19 0 291558948 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128268987176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17167/tid=17176] ppid=17165 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/17167/task/17176/stat : 17176 (java) S 17165 17167 14287 0 -1 4202560 8 0 0 0 8 0 0 0 20 0 19 0 291558948 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128267934632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17167/tid=17177] ppid=17165 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/17167/task/17177/stat : 17177 (java) S 17165 17167 14287 0 -1 4202560 7 0 0 0 7 0 0 0 20 0 19 0 291558948 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128266882088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17178] ppid=17165 vsize=9624980 CPUtime=2.42 cores=1,3,5,7
/proc/17167/task/17178/stat : 17178 (java) S 17165 17167 14287 0 -1 4202560 40 0 0 0 242 0 0 0 20 0 19 0 291558949 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128254683240 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17167/tid=17179] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17179/stat : 17179 (java) S 17165 17167 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291558950 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128253629560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17180] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17180/stat : 17180 (java) S 17165 17167 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291558950 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128252576904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17181] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17181/stat : 17181 (java) S 17165 17167 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291558952 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128251525648 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17182] ppid=17165 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/17167/task/17182/stat : 17182 (java) S 17165 17167 14287 0 -1 4202560 4606 0 0 0 66 0 0 0 20 0 19 0 291558952 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128250473016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17167/tid=17183] ppid=17165 vsize=9624980 CPUtime=0.76 cores=1,3,5,7
/proc/17167/task/17183/stat : 17183 (java) S 17165 17167 14287 0 -1 4202560 7749 0 0 0 74 2 0 0 20 0 19 0 291558952 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128249420472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17184] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17184/stat : 17184 (java) S 17165 17167 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291558952 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128248368120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17167/tid=17185] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17185/stat : 17185 (java) S 17165 17167 14287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291558952 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128247315784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17167/tid=17186] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17186/stat : 17186 (java) S 17165 17167 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291558983 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128246260520 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 45.04
Current children cumulated vsize (KiB) 9624980

[startup+43.5007 s]
/proc/loadavg: 2.06 2.08 2.02 3/214 17186
/proc/meminfo: memFree=30714112/32873844 swapFree=7632/7632
[pid=17167] ppid=17165 vsize=9624980 CPUtime=45.44 cores=1,3,5,7
/proc/17167/stat : 17167 (java) S 17165 17167 14287 0 -1 4202496 16239 0 1 0 4537 7 0 0 20 0 19 0 291558946 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140736821245056 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17167/statm: 2406245 29151 2286 9 0 2396937 0
[pid=17167/tid=17169] ppid=17165 vsize=9624980 CPUtime=40.63 cores=1,3,5,7
/proc/17167/task/17169/stat : 17169 (java) R 17165 17167 14287 0 -1 4202560 2565 0 1 0 4062 1 0 0 20 0 19 0 291558947 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128430563680 140128291823014 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17167/tid=17170] ppid=17165 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/17167/task/17170/stat : 17170 (java) S 17165 17167 14287 0 -1 4202560 14 0 0 0 10 0 0 0 20 0 19 0 291558948 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128274249896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17171] ppid=17165 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/17167/task/17171/stat : 17171 (java) S 17165 17167 14287 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 19 0 291558948 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128273197352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17167/tid=17172] ppid=17165 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/17167/task/17172/stat : 17172 (java) S 17165 17167 14287 0 -1 4202560 11 0 0 0 10 0 0 0 20 0 19 0 291558948 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128272144808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17167/tid=17173] ppid=17165 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/17167/task/17173/stat : 17173 (java) S 17165 17167 14287 0 -1 4202560 15 0 0 0 8 0 0 0 20 0 19 0 291558948 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128271092264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17167/tid=17174] ppid=17165 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/17167/task/17174/stat : 17174 (java) S 17165 17167 14287 0 -1 4202560 9 0 0 0 8 0 0 0 20 0 19 0 291558948 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128270039720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17167/tid=17175] ppid=17165 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/17167/task/17175/stat : 17175 (java) S 17165 17167 14287 0 -1 4202560 17 0 0 0 9 0 0 0 20 0 19 0 291558948 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128268987176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17167/tid=17176] ppid=17165 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/17167/task/17176/stat : 17176 (java) S 17165 17167 14287 0 -1 4202560 8 0 0 0 8 0 0 0 20 0 19 0 291558948 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128267934632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17167/tid=17177] ppid=17165 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/17167/task/17177/stat : 17177 (java) S 17165 17167 14287 0 -1 4202560 7 0 0 0 7 0 0 0 20 0 19 0 291558948 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128266882088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17178] ppid=17165 vsize=9624980 CPUtime=2.42 cores=1,3,5,7
/proc/17167/task/17178/stat : 17178 (java) S 17165 17167 14287 0 -1 4202560 40 0 0 0 242 0 0 0 20 0 19 0 291558949 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128254683240 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17167/tid=17179] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17179/stat : 17179 (java) S 17165 17167 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291558950 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128253629560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17180] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17180/stat : 17180 (java) S 17165 17167 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291558950 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128252576904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17181] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17181/stat : 17181 (java) S 17165 17167 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291558952 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128251525648 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17182] ppid=17165 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/17167/task/17182/stat : 17182 (java) S 17165 17167 14287 0 -1 4202560 4606 0 0 0 66 0 0 0 20 0 19 0 291558952 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128250473016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17167/tid=17183] ppid=17165 vsize=9624980 CPUtime=0.76 cores=1,3,5,7
/proc/17167/task/17183/stat : 17183 (java) S 17165 17167 14287 0 -1 4202560 7749 0 0 0 74 2 0 0 20 0 19 0 291558952 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128249420472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17167/tid=17184] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17184/stat : 17184 (java) S 17165 17167 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291558952 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128248368120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17167/tid=17185] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17185/stat : 17185 (java) S 17165 17167 14287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291558952 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128247315784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17167/tid=17186] ppid=17165 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17167/task/17186/stat : 17186 (java) S 17165 17167 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291558983 9855979520 29151 33554432000 1073741824 1073778376 140736821253920 140128246260520 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 45.44
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 43.5893
CPU time (s): 45.5071
CPU user time (s): 45.3461
CPU system time (s): 0.160975
CPU usage (%): 104.4
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.3461
system time used= 0.160975
maximum resident set size= 116664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16259
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3099
involuntary context switches= 3151

runsolver used 0.182972 second user time and 0.333949 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-29 03:18:53
IDJOB=3718400
IDBENCH=79268
IDSOLVER=2301
FILE ID=node130/3718400-1338254333
RUNJOBID= node130-1338248781-16336
PBS_JOBID= 14624629
Free space on /tmp= 71472 MiB

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

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

MD5SUM BENCH= 7333324480eb5267e10bc3c9063685b0
RANDOM SEED=1800986304

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30825648 kB
Buffers:          303616 kB
Cached:           127208 kB
SwapCached:         4176 kB
Active:          1165100 kB
Inactive:          37716 kB
Active(anon):     762940 kB
Inactive(anon):     9116 kB
Active(file):     402160 kB
Inactive(file):    28600 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67099920 kB
Dirty:               472 kB
Writeback:             0 kB
AnonPages:        866576 kB
Mapped:            17616 kB
Shmem:                 8 kB
Slab:             692972 kB
SReclaimable:     134628 kB
SUnreclaim:       558344 kB
KernelStack:        1768 kB
PageTables:         5472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1148856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    837632 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= 71472 MiB
End job on node130 at 2012-05-29 03:19:37