Trace number 3718429

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 21.1788 19.3724

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110969860--soft-0-100-0.wbo
MD5SUM1b4d108d74bb6ee9510c6f55f0fde657
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 benchmark0.759884
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1147
Number of bits of the biggest sum of numbers11
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.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.07	c version 2.3.2.v20120528
0.03/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.07	c java.vm.version	19.1-b02
0.03/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.07	c sun.arch.data.model	64
0.03/0.07	c java.version		1.6.0_24
0.03/0.07	c os.name		Linux
0.03/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.07	c os.arch		amd64
0.03/0.07	c Free memory 		501472288
0.03/0.07	c Max memory 		7480803328
0.03/0.07	c Total memory 		504102912
0.03/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3718429-1338254112.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.052s.
0.11/0.15	c declared #vars     169
0.11/0.15	c internal #vars     270
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.15	c ignored satisfied constraints => 1
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.11/0.15	c 102 constraints processed.
0.11/0.15	c objective function length is 101 literals
0.29/0.20	c SATISFIABLE
0.29/0.20	c OPTIMIZING...
0.29/0.20	c Got one! Elapsed wall clock time (in seconds):0.106
0.29/0.20	o 1025
0.29/0.24	c Got one! Elapsed wall clock time (in seconds):0.14
0.29/0.24	o 955
0.29/0.24	c Got one! Elapsed wall clock time (in seconds):0.144
0.29/0.24	o 526
0.29/0.25	c Got one! Elapsed wall clock time (in seconds):0.152
0.29/0.25	o 515
0.29/0.27	c Got one! Elapsed wall clock time (in seconds):0.169
0.29/0.27	o 504
0.29/0.27	c Got one! Elapsed wall clock time (in seconds):0.175
0.29/0.27	o 501
0.29/0.28	c Got one! Elapsed wall clock time (in seconds):0.182
0.29/0.28	o 487
0.29/0.29	c Got one! Elapsed wall clock time (in seconds):0.19
0.29/0.29	o 482
0.51/0.30	c Got one! Elapsed wall clock time (in seconds):0.203
0.51/0.30	o 479
0.51/0.31	c Got one! Elapsed wall clock time (in seconds):0.217
0.51/0.31	o 461
0.51/0.34	c Got one! Elapsed wall clock time (in seconds):0.244
0.51/0.34	o 460
0.51/0.35	c Got one! Elapsed wall clock time (in seconds):0.252
0.51/0.35	o 440
0.51/0.38	c Got one! Elapsed wall clock time (in seconds):0.283
0.51/0.38	o 439
0.51/0.39	c Got one! Elapsed wall clock time (in seconds):0.291
0.51/0.39	o 438
0.70/0.40	c Got one! Elapsed wall clock time (in seconds):0.3
0.70/0.40	o 411
0.70/0.41	c Got one! Elapsed wall clock time (in seconds):0.316
0.70/0.41	o 388
0.70/0.44	c Got one! Elapsed wall clock time (in seconds):0.343
0.70/0.44	o 376
0.70/0.45	c Got one! Elapsed wall clock time (in seconds):0.351
0.70/0.45	o 348
0.70/0.46	c Got one! Elapsed wall clock time (in seconds):0.363
0.70/0.46	o 337
0.70/0.46	c Got one! Elapsed wall clock time (in seconds):0.368
0.70/0.46	o 300
0.82/0.54	c Got one! Elapsed wall clock time (in seconds):0.441
0.82/0.54	o 295
0.82/0.56	c Got one! Elapsed wall clock time (in seconds):0.467
0.82/0.56	o 292
0.82/0.57	c Got one! Elapsed wall clock time (in seconds):0.473
0.82/0.57	o 291
0.95/0.64	c Got one! Elapsed wall clock time (in seconds):0.541
0.95/0.64	o 289
1.21/0.74	c cleaning 6411 clauses out of 12827 with flag 6958/12827
1.21/0.78	c Got one! Elapsed wall clock time (in seconds):0.679
1.21/0.78	o 288
1.34/0.82	c Got one! Elapsed wall clock time (in seconds):0.719
1.34/0.82	o 281
1.34/0.83	c Got one! Elapsed wall clock time (in seconds):0.735
1.34/0.83	o 279
1.34/0.88	c Got one! Elapsed wall clock time (in seconds):0.783
1.34/0.88	o 278
1.44/0.99	c cleaning 6798 clauses out of 13608 with flag 10840/20019
1.56/1.07	c Got one! Elapsed wall clock time (in seconds):0.975
1.56/1.07	o 276
1.66/1.10	c Got one! Elapsed wall clock time (in seconds):1.007
1.66/1.10	o 274
1.66/1.13	c Got one! Elapsed wall clock time (in seconds):1.032
1.66/1.13	o 263
1.76/1.20	c cleaning 6460 clauses out of 12937 with flag 8386/26146
1.88/1.36	c Got one! Elapsed wall clock time (in seconds):1.263
1.88/1.36	o 261
1.98/1.40	c cleaning 5876 clauses out of 11763 with flag 4877/31432
1.98/1.43	c Got one! Elapsed wall clock time (in seconds):1.33
1.98/1.43	o 257
1.98/1.43	c Got one! Elapsed wall clock time (in seconds):1.334
1.98/1.43	o 244
1.98/1.44	c Got one! Elapsed wall clock time (in seconds):1.345
1.98/1.44	o 235
1.98/1.49	c Got one! Elapsed wall clock time (in seconds):1.391
1.98/1.49	o 224
1.98/1.50	c Got one! Elapsed wall clock time (in seconds):1.399
1.98/1.50	o 223
2.08/1.56	c Got one! Elapsed wall clock time (in seconds):1.467
2.08/1.56	o 208
2.21/1.60	c Got one! Elapsed wall clock time (in seconds):1.503
2.21/1.60	o 196
2.21/1.64	c cleaning 6461 clauses out of 12927 with flag 4609/38472
2.33/1.70	c Got one! Elapsed wall clock time (in seconds):1.604
2.33/1.70	o 193
2.43/1.82	c cleaning 6071 clauses out of 12151 with flag 14719/44157
2.43/1.86	c Got one! Elapsed wall clock time (in seconds):1.76
2.43/1.86	o 192
2.65/2.00	c Got one! Elapsed wall clock time (in seconds):1.907
2.65/2.00	o 190
2.65/2.01	c Got one! Elapsed wall clock time (in seconds):1.915
2.65/2.06	o 188
2.65/2.06	c cleaning 6348 clauses out of 12712 with flag 4097/50789
2.65/2.09	c Got one! Elapsed wall clock time (in seconds):1.991
2.65/2.09	o 186
2.75/2.14	c Got one! Elapsed wall clock time (in seconds):2.044
2.75/2.14	o 172
2.75/2.17	c Got one! Elapsed wall clock time (in seconds):2.076
2.75/2.17	o 164
2.85/2.27	c Got one! Elapsed wall clock time (in seconds):2.17
2.85/2.27	o 152
2.95/2.31	c cleaning 6768 clauses out of 13558 with flag 5418/57983
3.05/2.41	c Got one! Elapsed wall clock time (in seconds):2.317
3.05/2.41	o 151
3.05/2.48	c cleaning 5956 clauses out of 11921 with flag 9330/63114
3.25/2.62	c Got one! Elapsed wall clock time (in seconds):2.52
3.25/2.62	o 149
3.25/2.66	c cleaning 5699 clauses out of 11421 with flag 5207/68570
3.47/2.86	c cleaning 5855 clauses out of 11722 with flag 33626/74570
3.47/2.88	c Got one! Elapsed wall clock time (in seconds):2.782
3.47/2.88	o 135
3.47/2.89	c Got one! Elapsed wall clock time (in seconds):2.792
3.47/2.89	o 128
3.58/2.93	c Got one! Elapsed wall clock time (in seconds):2.83
3.58/2.93	o 127
3.58/2.99	c Got one! Elapsed wall clock time (in seconds):2.892
3.58/2.99	o 121
3.68/3.09	c Got one! Elapsed wall clock time (in seconds):2.992
3.68/3.09	o 120
3.80/3.16	c cleaning 6583 clauses out of 13178 with flag 5221/81881
3.80/3.19	c Got one! Elapsed wall clock time (in seconds):3.094
3.80/3.19	o 108
4.24/3.34	c Got one! Elapsed wall clock time (in seconds):3.243
4.24/3.34	o 106
4.43/3.40	c cleaning 6261 clauses out of 12541 with flag 5308/87827
4.59/3.55	c Got one! Elapsed wall clock time (in seconds):3.453
4.59/3.55	o 105
4.70/3.60	c cleaning 5776 clauses out of 11568 with flag 5788/93115
5.10/3.82	c cleaning 5886 clauses out of 11788 with flag 36417/99111
5.46/4.08	c cleaning 6442 clauses out of 12902 with flag 66113/106111
5.77/4.37	c Got one! Elapsed wall clock time (in seconds):4.275
5.77/4.37	o 104
5.77/4.39	c Got one! Elapsed wall clock time (in seconds):4.294
5.77/4.39	o 101
5.87/4.41	c Got one! Elapsed wall clock time (in seconds):4.312
5.87/4.41	o 97
5.87/4.46	c Got one! Elapsed wall clock time (in seconds):4.359
5.87/4.46	o 96
6.07/4.63	c cleaning 10094 clauses out of 20204 with flag 19797/119855
6.07/4.66	c Got one! Elapsed wall clock time (in seconds):4.562
6.07/4.66	o 94
6.27/4.85	c Got one! Elapsed wall clock time (in seconds):4.757
6.27/4.85	o 89
6.37/4.91	c cleaning 8196 clauses out of 16402 with flag 5659/126147
6.47/5.07	c Got one! Elapsed wall clock time (in seconds):4.977
6.47/5.07	o 88
6.57/5.12	c cleaning 6984 clauses out of 13981 with flag 5487/131922
6.78/5.33	c cleaning 6491 clauses out of 12997 with flag 36867/137922
7.08/5.60	c cleaning 6746 clauses out of 13504 with flag 70282/144920
7.38/5.90	c Got one! Elapsed wall clock time (in seconds):5.801
7.38/5.90	o 87
7.38/5.92	c Got one! Elapsed wall clock time (in seconds):5.827
7.38/5.92	o 86
7.58/6.13	c cleaning 9762 clauses out of 19543 with flag 29645/157705
7.78/6.36	c cleaning 7880 clauses out of 15780 with flag 62447/163704
8.10/6.61	c cleaning 7445 clauses out of 14901 with flag 98998/170705
8.10/6.67	c Got one! Elapsed wall clock time (in seconds):6.575
8.10/6.67	o 85
8.19/6.70	c Got one! Elapsed wall clock time (in seconds):6.606
8.19/6.70	o 84
8.19/6.74	c Got one! Elapsed wall clock time (in seconds):6.648
8.19/6.74	o 80
8.30/6.83	c Got one! Elapsed wall clock time (in seconds):6.73
8.30/6.83	o 78
8.30/6.86	c Got one! Elapsed wall clock time (in seconds):6.766
8.30/6.86	o 76
8.40/6.91	c cleaning 7488 clauses out of 15004 with flag 6004/178253
8.40/6.98	c Got one! Elapsed wall clock time (in seconds):6.886
8.40/6.98	o 68
8.60/7.12	c Got one! Elapsed wall clock time (in seconds):7.023
8.60/7.12	o 57
8.60/7.17	c cleaning 6925 clauses out of 13871 with flag 6058/184608
8.81/7.34	c Got one! Elapsed wall clock time (in seconds):7.24
8.81/7.34	o 56
8.81/7.38	c cleaning 6330 clauses out of 12689 with flag 6084/190351
9.01/7.59	c cleaning 6171 clauses out of 12358 with flag 38330/196350
9.22/7.78	c Got one! Elapsed wall clock time (in seconds):7.684
9.22/7.78	o 39
9.51/8.00	c cleaning 8229 clauses out of 16484 with flag 29949/206647
9.61/8.19	c Got one! Elapsed wall clock time (in seconds):8.092
9.61/8.19	o 38
9.91/8.43	c cleaning 9125 clauses out of 18267 with flag 30668/216659
10.12/8.67	c cleaning 7566 clauses out of 15141 with flag 65475/222658
10.43/8.96	c cleaning 7281 clauses out of 14574 with flag 106477/229657
10.54/9.02	c Got one! Elapsed wall clock time (in seconds):8.924
10.54/9.02	o 34
10.64/9.18	c cleaning 6578 clauses out of 13180 with flag 24678/235544
10.94/9.41	c cleaning 6295 clauses out of 12604 with flag 60292/241546
11.14/9.66	c cleaning 6643 clauses out of 13309 with flag 100156/248546
11.46/9.95	c cleaning 7314 clauses out of 14666 with flag 140103/256546
11.56/10.08	c Got one! Elapsed wall clock time (in seconds):9.983
11.56/10.08	o 32
11.66/10.12	c cleaning 6218 clauses out of 12446 with flag 5543/261640
11.76/10.22	c Got one! Elapsed wall clock time (in seconds):10.119
11.76/10.22	o 30
11.76/10.29	c cleaning 5691 clauses out of 11385 with flag 12016/266797
11.86/10.31	c Got one! Elapsed wall clock time (in seconds):10.213
11.86/10.31	o 28
11.96/10.48	c cleaning 5527 clauses out of 11072 with flag 27824/272175
12.15/10.67	c cleaning 5764 clauses out of 11546 with flag 55639/278176
12.37/10.87	c Got one! Elapsed wall clock time (in seconds):10.774
12.37/10.87	o 27
12.58/11.04	c cleaning 8529 clauses out of 17057 with flag 23367/289451
12.68/11.10	c Got one! Elapsed wall clock time (in seconds):11.002
12.68/11.10	o 26
12.78/11.26	c cleaning 7047 clauses out of 14109 with flag 25281/295032
12.99/11.47	c cleaning 6518 clauses out of 13063 with flag 55767/301033
13.19/11.68	c cleaning 6771 clauses out of 13543 with flag 87179/308031
13.29/11.76	c Got one! Elapsed wall clock time (in seconds):11.66
13.29/11.76	o 24
13.39/11.86	c cleaning 6053 clauses out of 12124 with flag 17870/313383
13.61/12.06	c cleaning 6032 clauses out of 12068 with flag 48028/319380
13.61/12.08	c Got one! Elapsed wall clock time (in seconds):11.987
13.61/12.08	o 16
13.81/12.25	c cleaning 5768 clauses out of 11543 with flag 29045/324887
14.01/12.47	c cleaning 5875 clauses out of 11772 with flag 62556/330884
14.31/12.73	c cleaning 6434 clauses out of 12898 with flag 103172/337885
14.62/13.03	c cleaning 7221 clauses out of 14463 with flag 147897/345884
14.92/13.31	c cleaning 8104 clauses out of 16242 with flag 191003/354884
14.92/13.33	c Got one! Elapsed wall clock time (in seconds):13.234
14.92/13.33	o 14
15.13/13.52	c cleaning 6716 clauses out of 13440 with flag 30346/360186
15.34/13.73	c cleaning 6343 clauses out of 12724 with flag 64717/366186
15.54/13.99	c cleaning 6679 clauses out of 13380 with flag 105999/373185
15.95/14.31	c cleaning 7343 clauses out of 14702 with flag 152402/381186
16.24/14.66	c cleaning 8166 clauses out of 16358 with flag 203031/390185
16.44/14.89	c Got one! Elapsed wall clock time (in seconds):14.789
16.44/14.89	o 12
16.54/14.96	c Got one! Elapsed wall clock time (in seconds):14.858
16.54/14.96	o 10
16.64/15.07	c Got one! Elapsed wall clock time (in seconds):14.971
16.64/15.07	o 6
16.74/15.19	c cleaning 11022 clauses out of 22059 with flag 13458/404052
17.05/15.43	c cleaning 8512 clauses out of 17037 with flag 46815/410052
17.25/15.67	c cleaning 7761 clauses out of 15526 with flag 79574/417053
17.35/15.73	c Got one! Elapsed wall clock time (in seconds):15.635
17.35/15.73	o 4
17.45/15.89	c cleaning 6760 clauses out of 13536 with flag 25854/422824
17.76/16.12	c cleaning 6368 clauses out of 12778 with flag 62663/428826
17.96/16.37	c cleaning 6699 clauses out of 13407 with flag 101602/435823
18.17/16.53	c Got one! Elapsed wall clock time (in seconds):16.437
18.17/16.53	o 3
18.17/16.58	c cleaning 6247 clauses out of 12497 with flag 6331/441613
18.48/16.80	c cleaning 6116 clauses out of 12249 with flag 42819/447612
18.68/17.08	c cleaning 6547 clauses out of 13133 with flag 86314/454612
18.98/17.36	c cleaning 7290 clauses out of 14587 with flag 128673/462613
19.30/17.66	c cleaning 8144 clauses out of 16296 with flag 173810/471612
19.59/17.99	c cleaning 9071 clauses out of 18155 with flag 224359/481615
19.69/18.04	c Got one! Elapsed wall clock time (in seconds):17.94
19.69/18.04	o 1
19.89/18.20	c cleaning 7091 clauses out of 14193 with flag 26840/486724
20.10/18.43	c cleaning 6546 clauses out of 13099 with flag 62230/492723
20.32/18.70	c cleaning 6771 clauses out of 13551 with flag 100160/499723
20.62/18.99	c cleaning 7388 clauses out of 14776 with flag 144834/507723
21.02/19.31	c cleaning 8186 clauses out of 16375 with flag 192693/516723
21.02/19.36	c starts		: 243
21.02/19.36	c conflicts		: 517794
21.02/19.36	c decisions		: 765791
21.02/19.36	c propagations		: 11687203
21.02/19.36	c inspects		: 145424335
21.02/19.36	c shortcuts		: 0
21.02/19.36	c learnt literals	: 33
21.02/19.36	c learnt binary clauses	: 51
21.02/19.36	c learnt ternary clauses	: 750
21.02/19.36	c learnt constraints	: 517760
21.02/19.36	c ignored constraints	: 0
21.02/19.36	c root simplifications	: 0
21.02/19.36	c removed literals (reason simplification)	: 0
21.02/19.36	c reason swapping (by a shorter reason)	: 0
21.02/19.36	c Calls to reduceDB	: 73
21.02/19.36	c Number of update (reduction) of LBD	: 137268
21.02/19.36	c number of reductions to clauses (during analyze)	: 0
21.02/19.36	c number of learned constraints concerned by reduction	: 0
21.02/19.36	c number of learning phase by resolution	: 0
21.02/19.36	c number of learning phase by cutting planes	: 0
21.02/19.36	c speed (assignments/second)	: 608391.6189484643
21.02/19.36	c non guided choices	4943
21.02/19.36	c learnt constraints type 
21.02/19.36	c constraints type 
21.02/19.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
21.02/19.36	c ignored satisfied constraints => 1
21.02/19.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
21.02/19.36	c 102 constraints processed.
21.02/19.36	s OPTIMUM FOUND
21.02/19.36	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 
21.02/19.36	c objective function=1
21.02/19.36	c Total wall clock time (in seconds): 19.268

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-3718429-1338254112/watcher-3718429-1338254112 -o /tmp/evaluation-result-3718429-1338254112/solver-3718429-1338254112 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718429-1338254112.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/194 975
/proc/meminfo: memFree=29985900/32873648 swapFree=7116/7116
[pid=975] ppid=971 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/975/stat : 975 (java) D 971 975 30566 0 -1 4202496 298 0 0 0 0 0 0 0 20 0 1 0 291538544 2560000 46 33554432000 1073741824 1073778376 140736055373408 140736055370536 219504799015 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/975/statm: 625 46 37 9 0 29 0

[startup+0.0539991 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 975
/proc/meminfo: memFree=29985900/32873648 swapFree=7116/7116
[pid=975] ppid=971 vsize=9558416 CPUtime=0.03 cores=1,3,5,7
/proc/975/stat : 975 (java) S 971 975 30566 0 -1 4202496 3201 0 1 0 3 0 0 0 20 0 18 0 291538544 9787817984 4409 33554432000 1073741824 1073778376 140736055373408 140736055364544 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/975/statm: 2389604 4410 1758 9 0 2380296 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9558416

[startup+0.100195 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 975
/proc/meminfo: memFree=29985900/32873648 swapFree=7116/7116
[pid=975] ppid=971 vsize=9558416 CPUtime=0.11 cores=1,3,5,7
/proc/975/stat : 975 (java) S 971 975 30566 0 -1 4202496 4483 0 1 0 10 1 0 0 20 0 18 0 291538544 9787817984 6142 33554432000 1073741824 1073778376 140736055373408 140736055364544 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/975/statm: 2389604 6142 2142 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558416

[startup+0.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 975
/proc/meminfo: memFree=29985900/32873648 swapFree=7116/7116
[pid=975] ppid=971 vsize=9624980 CPUtime=0.51 cores=1,3,5,7
/proc/975/stat : 975 (java) S 971 975 30566 0 -1 4202496 6795 0 1 0 50 1 0 0 20 0 19 0 291538544 9855979520 7953 33554432000 1073741824 1073778376 140736055373408 140736055364544 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/975/statm: 2406245 7953 2233 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9624980

[startup+0.700276 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 975
/proc/meminfo: memFree=29985900/32873648 swapFree=7116/7116
[pid=975] ppid=971 vsize=9624980 CPUtime=1.21 cores=1,3,5,7
/proc/975/stat : 975 (java) S 971 975 30566 0 -1 4202496 10777 0 1 0 119 2 0 0 20 0 19 0 291538544 9855979520 11162 33554432000 1073741824 1073778376 140736055373408 140736055364544 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/975/statm: 2406245 11162 2243 9 0 2396937 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9624980

[startup+1.50065 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 994
/proc/meminfo: memFree=29939688/32873648 swapFree=7116/7116
[pid=975] ppid=971 vsize=9624980 CPUtime=2.08 cores=1,3,5,7
/proc/975/stat : 975 (java) S 971 975 30566 0 -1 4202496 11013 0 1 0 206 2 0 0 20 0 19 0 291538544 9855979520 14350 33554432000 1073741824 1073778376 140736055373408 140736055364544 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/975/statm: 2406245 14350 2272 9 0 2396937 0
[pid=975/tid=977] ppid=971 vsize=9624980 CPUtime=1.43 cores=1,3,5,7
/proc/975/task/977/stat : 977 (java) R 971 975 30566 0 -1 4202560 2457 0 1 0 143 0 0 0 20 0 19 0 291538545 9855979520 14350 33554432000 1073741824 1073778376 140736055373408 140341298946456 219517346989 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=975/tid=978] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/978/stat : 978 (java) S 971 975 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291538546 9855979520 14350 33554432000 1073741824 1073778376 140736055373408 140341288007848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=979] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/979/stat : 979 (java) S 971 975 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291538546 9855979520 14350 33554432000 1073741824 1073778376 140736055373408 140341286955304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=975/tid=980] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/980/stat : 980 (java) S 971 975 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291538546 9855979520 14350 33554432000 1073741824 1073778376 140736055373408 140341285902760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=975/tid=981] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/981/stat : 981 (java) S 971 975 30566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291538546 9855979520 14350 33554432000 1073741824 1073778376 140736055373408 140341284850216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=975/tid=982] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/982/stat : 982 (java) S 971 975 30566 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291538546 9855979520 14350 33554432000 1073741824 1073778376 140736055373408 140341283797672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=975/tid=983] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/983/stat : 983 (java) S 971 975 30566 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291538546 9855979520 14350 33554432000 1073741824 1073778376 140736055373408 140341282745128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=975/tid=984] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/984/stat : 984 (java) S 971 975 30566 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291538546 9855979520 14350 33554432000 1073741824 1073778376 140736055373408 140341281692584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=975/tid=985] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/985/stat : 985 (java) S 971 975 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291538546 9855979520 14350 33554432000 1073741824 1073778376 140736055373408 140341280640040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=975/tid=986] ppid=971 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/975/task/986/stat : 986 (java) S 971 975 30566 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 19 0 291538547 9855979520 14350 33554432000 1073741824 1073778376 140736055373408 140341123131496 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=975/tid=987] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/987/stat : 987 (java) S 971 975 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291538547 9855979520 14350 33554432000 1073741824 1073778376 140736055373408 140341122077816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=988] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/988/stat : 988 (java) S 971 975 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291538547 9855979520 14350 33554432000 1073741824 1073778376 140736055373408 140341121025160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=989] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/989/stat : 989 (java) S 971 975 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291538549 9855979520 14350 33554432000 1073741824 1073778376 140736055373408 140341119973904 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=990] ppid=971 vsize=9624980 CPUtime=0.3 cores=1,3,5,7
/proc/975/task/990/stat : 990 (java) S 971 975 30566 0 -1 4202560 4231 0 0 0 30 0 0 0 20 0 19 0 291538549 9855979520 14350 33554432000 1073741824 1073778376 140736055373408 140341118921272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=991] ppid=971 vsize=9624980 CPUtime=0.25 cores=1,3,5,7
/proc/975/task/991/stat : 991 (java) S 971 975 30566 0 -1 4202560 3079 0 0 0 25 0 0 0 20 0 19 0 291538549 9855979520 14350 33554432000 1073741824 1073778376 140736055373408 140341117868728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=975/tid=992] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/992/stat : 992 (java) S 971 975 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291538549 9855979520 14350 33554432000 1073741824 1073778376 140736055373408 140341116816376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=975/tid=993] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/993/stat : 993 (java) S 971 975 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291538549 9855979520 14350 33554432000 1073741824 1073778376 140736055373408 140341115764040 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=975/tid=994] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/994/stat : 994 (java) S 971 975 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291538560 9855979520 14350 33554432000 1073741824 1073778376 140736055373408 140341114708776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9624980

[startup+3.10065 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 994
/proc/meminfo: memFree=29936648/32873648 swapFree=7116/7116
[pid=975] ppid=971 vsize=9624980 CPUtime=3.8 cores=1,3,5,7
/proc/975/stat : 975 (java) S 971 975 30566 0 -1 4202496 11595 0 1 0 378 2 0 0 20 0 19 0 291538544 9855979520 14355 33554432000 1073741824 1073778376 140736055373408 140736055364544 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/975/statm: 2406245 14355 2273 9 0 2396937 0
[pid=975/tid=977] ppid=971 vsize=9624980 CPUtime=2.95 cores=1,3,5,7
/proc/975/task/977/stat : 977 (java) R 971 975 30566 0 -1 4202560 2464 0 1 0 295 0 0 0 20 0 19 0 291538545 9855979520 14355 33554432000 1073741824 1073778376 140736055373408 140341298946456 140341160681415 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=975/tid=978] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/978/stat : 978 (java) S 971 975 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291538546 9855979520 14355 33554432000 1073741824 1073778376 140736055373408 140341288007848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=975/tid=979] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/979/stat : 979 (java) S 971 975 30566 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291538546 9855979520 14355 33554432000 1073741824 1073778376 140736055373408 140341286955304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=975/tid=980] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/980/stat : 980 (java) S 971 975 30566 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291538546 9855979520 14355 33554432000 1073741824 1073778376 140736055373408 140341285902760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=975/tid=981] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/981/stat : 981 (java) S 971 975 30566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291538546 9855979520 14355 33554432000 1073741824 1073778376 140736055373408 140341284850216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=975/tid=982] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/982/stat : 982 (java) S 971 975 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291538546 9855979520 14355 33554432000 1073741824 1073778376 140736055373408 140341283797672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=983] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/983/stat : 983 (java) S 971 975 30566 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291538546 9855979520 14355 33554432000 1073741824 1073778376 140736055373408 140341282745128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=975/tid=984] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/984/stat : 984 (java) S 971 975 30566 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291538546 9855979520 14355 33554432000 1073741824 1073778376 140736055373408 140341281692584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=985] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/985/stat : 985 (java) S 971 975 30566 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291538546 9855979520 14355 33554432000 1073741824 1073778376 140736055373408 140341280640040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=986] ppid=971 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/975/task/986/stat : 986 (java) S 971 975 30566 0 -1 4202560 32 0 0 0 8 0 0 0 20 0 19 0 291538547 9855979520 14355 33554432000 1073741824 1073778376 140736055373408 140341123131496 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=975/tid=987] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/987/stat : 987 (java) S 971 975 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291538547 9855979520 14355 33554432000 1073741824 1073778376 140736055373408 140341122077816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=988] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/988/stat : 988 (java) S 971 975 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291538547 9855979520 14355 33554432000 1073741824 1073778376 140736055373408 140341121025160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=989] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/989/stat : 989 (java) S 971 975 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291538549 9855979520 14355 33554432000 1073741824 1073778376 140736055373408 140341119973904 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=990] ppid=971 vsize=9624980 CPUtime=0.34 cores=1,3,5,7
/proc/975/task/990/stat : 990 (java) S 971 975 30566 0 -1 4202560 4231 0 0 0 34 0 0 0 20 0 19 0 291538549 9855979520 14355 33554432000 1073741824 1073778376 140736055373408 140341118921272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=991] ppid=971 vsize=9624980 CPUtime=0.32 cores=1,3,5,7
/proc/975/task/991/stat : 991 (java) S 971 975 30566 0 -1 4202560 3650 0 0 0 31 1 0 0 20 0 19 0 291538549 9855979520 14355 33554432000 1073741824 1073778376 140736055373408 140341117868728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=975/tid=992] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/992/stat : 992 (java) S 971 975 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291538549 9855979520 14355 33554432000 1073741824 1073778376 140736055373408 140341116816376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=975/tid=993] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/993/stat : 993 (java) S 971 975 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291538549 9855979520 14355 33554432000 1073741824 1073778376 140736055373408 140341115764040 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=975/tid=994] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/994/stat : 994 (java) S 971 975 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291538560 9855979520 14355 33554432000 1073741824 1073778376 140736055373408 140341114708776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 9624980

[startup+6.30074 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 994
/proc/meminfo: memFree=29926276/32873648 swapFree=7116/7116
[pid=975] ppid=971 vsize=9624980 CPUtime=7.78 cores=1,3,5,7
/proc/975/stat : 975 (java) S 971 975 30566 0 -1 4202496 20160 0 1 0 774 4 0 0 20 0 19 0 291538544 9855979520 16807 33554432000 1073741824 1073778376 140736055373408 140736055364544 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/975/statm: 2406245 16807 2274 9 0 2396937 0
[pid=975/tid=977] ppid=971 vsize=9624980 CPUtime=6.03 cores=1,3,5,7
/proc/975/task/977/stat : 977 (java) R 971 975 30566 0 -1 4202560 2474 0 1 0 603 0 0 0 20 0 19 0 291538545 9855979520 16807 33554432000 1073741824 1073778376 140736055373408 140341298946336 140341160626962 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=975/tid=978] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/978/stat : 978 (java) S 971 975 30566 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291538546 9855979520 16807 33554432000 1073741824 1073778376 140736055373408 140341288007848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=975/tid=979] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/979/stat : 979 (java) S 971 975 30566 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291538546 9855979520 16807 33554432000 1073741824 1073778376 140736055373408 140341286955304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=980] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/980/stat : 980 (java) S 971 975 30566 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291538546 9855979520 16807 33554432000 1073741824 1073778376 140736055373408 140341285902760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=981] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/981/stat : 981 (java) S 971 975 30566 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291538546 9855979520 16807 33554432000 1073741824 1073778376 140736055373408 140341284850216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=975/tid=982] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/982/stat : 982 (java) S 971 975 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291538546 9855979520 16807 33554432000 1073741824 1073778376 140736055373408 140341283797672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=975/tid=983] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/983/stat : 983 (java) S 971 975 30566 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291538546 9855979520 16807 33554432000 1073741824 1073778376 140736055373408 140341282745128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=975/tid=984] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/984/stat : 984 (java) S 971 975 30566 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291538546 9855979520 16807 33554432000 1073741824 1073778376 140736055373408 140341281692584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=975/tid=985] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/985/stat : 985 (java) S 971 975 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291538546 9855979520 16807 33554432000 1073741824 1073778376 140736055373408 140341280640040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=975/tid=986] ppid=971 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/975/task/986/stat : 986 (java) S 971 975 30566 0 -1 4202560 44 0 0 0 19 0 0 0 20 0 19 0 291538547 9855979520 16807 33554432000 1073741824 1073778376 140736055373408 140341123131496 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=975/tid=987] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/987/stat : 987 (java) S 971 975 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291538547 9855979520 16807 33554432000 1073741824 1073778376 140736055373408 140341122077816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=988] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/988/stat : 988 (java) S 971 975 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291538547 9855979520 16807 33554432000 1073741824 1073778376 140736055373408 140341121025160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=989] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/989/stat : 989 (java) S 971 975 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291538549 9855979520 16807 33554432000 1073741824 1073778376 140736055373408 140341119973904 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=990] ppid=971 vsize=9624980 CPUtime=0.4 cores=1,3,5,7
/proc/975/task/990/stat : 990 (java) S 971 975 30566 0 -1 4202560 4242 0 0 0 40 0 0 0 20 0 19 0 291538549 9855979520 16807 33554432000 1073741824 1073778376 140736055373408 140341118921272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=991] ppid=971 vsize=9624980 CPUtime=1.02 cores=1,3,5,7
/proc/975/task/991/stat : 991 (java) S 971 975 30566 0 -1 4202560 12172 0 0 0 99 3 0 0 20 0 19 0 291538549 9855979520 16807 33554432000 1073741824 1073778376 140736055373408 140341117868728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=975/tid=992] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/992/stat : 992 (java) S 971 975 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291538549 9855979520 16807 33554432000 1073741824 1073778376 140736055373408 140341116816376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=975/tid=993] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/993/stat : 993 (java) S 971 975 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291538549 9855979520 16807 33554432000 1073741824 1073778376 140736055373408 140341115764040 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=975/tid=994] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/994/stat : 994 (java) S 971 975 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291538560 9855979520 16807 33554432000 1073741824 1073778376 140736055373408 140341114708776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

/proc/975/task/978/stat : 978 (java) S 971 975 30566 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291538546 9855979520 16822 33554432000 1073741824 1073778376 140736055373408 140341288007848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=975/tid=979] ppid=971 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/975/task/979/stat : 979 (java) S 971 975 30566 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 291538546 9855979520 16822 33554432000 1073741824 1073778376 140736055373408 140341286955304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=975/tid=980] ppid=971 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/975/task/980/stat : 980 (java) S 971 975 30566 0 -1 4202560 6 0 0 0 4 0 0 0 20 0 19 0 291538546 9855979520 16822 33554432000 1073741824 1073778376 140736055373408 140341285902760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=975/tid=981] ppid=971 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/975/task/981/stat : 981 (java) S 971 975 30566 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 291538546 9855979520 16822 33554432000 1073741824 1073778376 140736055373408 140341284850216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=982] ppid=971 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/975/task/982/stat : 982 (java) S 971 975 30566 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 19 0 291538546 9855979520 16822 33554432000 1073741824 1073778376 140736055373408 140341283797672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=975/tid=983] ppid=971 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/975/task/983/stat : 983 (java) S 971 975 30566 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291538546 9855979520 16822 33554432000 1073741824 1073778376 140736055373408 140341282745128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=975/tid=984] ppid=971 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/975/task/984/stat : 984 (java) S 971 975 30566 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 291538546 9855979520 16822 33554432000 1073741824 1073778376 140736055373408 140341281692584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=975/tid=985] ppid=971 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/975/task/985/stat : 985 (java) S 971 975 30566 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291538546 9855979520 16822 33554432000 1073741824 1073778376 140736055373408 140341280640040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=986] ppid=971 vsize=9624980 CPUtime=0.61 cores=1,3,5,7
/proc/975/task/986/stat : 986 (java) S 971 975 30566 0 -1 4202560 44 0 0 0 61 0 0 0 20 0 19 0 291538547 9855979520 16822 33554432000 1073741824 1073778376 140736055373408 140341123131496 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=975/tid=987] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/987/stat : 987 (java) S 971 975 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291538547 9855979520 16822 33554432000 1073741824 1073778376 140736055373408 140341122077816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=988] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/988/stat : 988 (java) S 971 975 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291538547 9855979520 16822 33554432000 1073741824 1073778376 140736055373408 140341121025160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=989] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/989/stat : 989 (java) S 971 975 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291538549 9855979520 16822 33554432000 1073741824 1073778376 140736055373408 140341119973904 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=990] ppid=971 vsize=9624980 CPUtime=0.42 cores=1,3,5,7
/proc/975/task/990/stat : 990 (java) S 971 975 30566 0 -1 4202560 4242 0 0 0 42 0 0 0 20 0 19 0 291538549 9855979520 16822 33554432000 1073741824 1073778376 140736055373408 140341118921272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=991] ppid=971 vsize=9624980 CPUtime=1.05 cores=1,3,5,7
/proc/975/task/991/stat : 991 (java) S 971 975 30566 0 -1 4202560 12172 0 0 0 102 3 0 0 20 0 19 0 291538549 9855979520 16822 33554432000 1073741824 1073778376 140736055373408 140341117868728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=975/tid=992] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/992/stat : 992 (java) S 971 975 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291538549 9855979520 16822 33554432000 1073741824 1073778376 140736055373408 140341116816376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=975/tid=993] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/993/stat : 993 (java) S 971 975 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291538549 9855979520 16822 33554432000 1073741824 1073778376 140736055373408 140341115764040 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=975/tid=994] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/994/stat : 994 (java) S 971 975 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291538560 9855979520 16822 33554432000 1073741824 1073778376 140736055373408 140341114708776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 19.2
Current children cumulated vsize (KiB) 9624980

[startup+18.3007 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 994
/proc/meminfo: memFree=29925956/32873648 swapFree=7116/7116
[pid=975] ppid=971 vsize=9624980 CPUtime=20 cores=1,3,5,7
/proc/975/stat : 975 (java) S 971 975 30566 0 -1 4202496 20223 0 1 0 1995 5 0 0 20 0 19 0 291538544 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140736055364544 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/975/statm: 2406245 16823 2274 9 0 2396937 0
[pid=975/tid=977] ppid=971 vsize=9624980 CPUtime=17.48 cores=1,3,5,7
/proc/975/task/977/stat : 977 (java) R 971 975 30566 0 -1 4202560 2521 0 1 0 1746 2 0 0 20 0 19 0 291538545 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341298946336 140341160626970 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=975/tid=978] ppid=971 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/975/task/978/stat : 978 (java) S 971 975 30566 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291538546 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341288007848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=975/tid=979] ppid=971 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/975/task/979/stat : 979 (java) S 971 975 30566 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 291538546 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341286955304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=975/tid=980] ppid=971 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/975/task/980/stat : 980 (java) S 971 975 30566 0 -1 4202560 6 0 0 0 4 0 0 0 20 0 19 0 291538546 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341285902760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=975/tid=981] ppid=971 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/975/task/981/stat : 981 (java) S 971 975 30566 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 291538546 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341284850216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=982] ppid=971 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/975/task/982/stat : 982 (java) S 971 975 30566 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291538546 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341283797672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=975/tid=983] ppid=971 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/975/task/983/stat : 983 (java) S 971 975 30566 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291538546 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341282745128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=975/tid=984] ppid=971 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/975/task/984/stat : 984 (java) S 971 975 30566 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 291538546 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341281692584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=975/tid=985] ppid=971 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/975/task/985/stat : 985 (java) S 971 975 30566 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291538546 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341280640040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=986] ppid=971 vsize=9624980 CPUtime=0.64 cores=1,3,5,7
/proc/975/task/986/stat : 986 (java) S 971 975 30566 0 -1 4202560 44 0 0 0 64 0 0 0 20 0 19 0 291538547 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341123131496 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=975/tid=987] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/987/stat : 987 (java) S 971 975 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291538547 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341122077816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=988] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/988/stat : 988 (java) S 971 975 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291538547 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341121025160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=989] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/989/stat : 989 (java) S 971 975 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291538549 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341119973904 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=990] ppid=971 vsize=9624980 CPUtime=0.42 cores=1,3,5,7
/proc/975/task/990/stat : 990 (java) S 971 975 30566 0 -1 4202560 4242 0 0 0 42 0 0 0 20 0 19 0 291538549 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341118921272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=991] ppid=971 vsize=9624980 CPUtime=1.05 cores=1,3,5,7
/proc/975/task/991/stat : 991 (java) S 971 975 30566 0 -1 4202560 12172 0 0 0 102 3 0 0 20 0 19 0 291538549 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341117868728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=975/tid=992] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/992/stat : 992 (java) S 971 975 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291538549 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341116816376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=975/tid=993] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/993/stat : 993 (java) S 971 975 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291538549 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341115764040 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=975/tid=994] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/994/stat : 994 (java) S 971 975 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291538560 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341114708776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (KiB) 9624980

[startup+19.1008 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 994
/proc/meminfo: memFree=29925956/32873648 swapFree=7116/7116
[pid=975] ppid=971 vsize=9624980 CPUtime=20.82 cores=1,3,5,7
/proc/975/stat : 975 (java) S 971 975 30566 0 -1 4202496 20226 0 1 0 2077 5 0 0 20 0 19 0 291538544 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140736055364544 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/975/statm: 2406245 16823 2274 9 0 2396937 0
[pid=975/tid=977] ppid=971 vsize=9624980 CPUtime=18.25 cores=1,3,5,7
/proc/975/task/977/stat : 977 (java) R 971 975 30566 0 -1 4202560 2524 0 1 0 1823 2 0 0 20 0 19 0 291538545 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341298946336 140341160626750 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=975/tid=978] ppid=971 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/975/task/978/stat : 978 (java) S 971 975 30566 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291538546 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341288007848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=975/tid=979] ppid=971 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/975/task/979/stat : 979 (java) S 971 975 30566 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 291538546 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341286955304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=975/tid=980] ppid=971 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/975/task/980/stat : 980 (java) S 971 975 30566 0 -1 4202560 6 0 0 0 4 0 0 0 20 0 19 0 291538546 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341285902760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=975/tid=981] ppid=971 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/975/task/981/stat : 981 (java) S 971 975 30566 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291538546 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341284850216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=975/tid=982] ppid=971 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/975/task/982/stat : 982 (java) S 971 975 30566 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291538546 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341283797672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=975/tid=983] ppid=971 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/975/task/983/stat : 983 (java) S 971 975 30566 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291538546 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341282745128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=975/tid=984] ppid=971 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/975/task/984/stat : 984 (java) S 971 975 30566 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 291538546 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341281692584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=975/tid=985] ppid=971 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/975/task/985/stat : 985 (java) S 971 975 30566 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291538546 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341280640040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=986] ppid=971 vsize=9624980 CPUtime=0.67 cores=1,3,5,7
/proc/975/task/986/stat : 986 (java) S 971 975 30566 0 -1 4202560 44 0 0 0 67 0 0 0 20 0 19 0 291538547 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341123131496 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=987] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/987/stat : 987 (java) S 971 975 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291538547 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341122077816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=988] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/988/stat : 988 (java) S 971 975 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291538547 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341121025160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=989] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/989/stat : 989 (java) S 971 975 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291538549 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341119973904 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=990] ppid=971 vsize=9624980 CPUtime=0.42 cores=1,3,5,7
/proc/975/task/990/stat : 990 (java) S 971 975 30566 0 -1 4202560 4242 0 0 0 42 0 0 0 20 0 19 0 291538549 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341118921272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=991] ppid=971 vsize=9624980 CPUtime=1.07 cores=1,3,5,7
/proc/975/task/991/stat : 991 (java) S 971 975 30566 0 -1 4202560 12172 0 0 0 104 3 0 0 20 0 19 0 291538549 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341117868728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=975/tid=992] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/992/stat : 992 (java) S 971 975 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291538549 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341116816376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=975/tid=993] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/993/stat : 993 (java) S 971 975 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291538549 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341115764040 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=975/tid=994] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/994/stat : 994 (java) S 971 975 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291538560 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341114708776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 20.82
Current children cumulated vsize (KiB) 9624980

[startup+19.3006 s]
/proc/loadavg: 2.00 2.00 2.00 4/213 994
/proc/meminfo: memFree=29925956/32873648 swapFree=7116/7116
[pid=975] ppid=971 vsize=9624980 CPUtime=21.02 cores=1,3,5,7
/proc/975/stat : 975 (java) S 971 975 30566 0 -1 4202496 20226 0 1 0 2097 5 0 0 20 0 19 0 291538544 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140736055364544 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/975/statm: 2406245 16823 2274 9 0 2396937 0
[pid=975/tid=977] ppid=971 vsize=9624980 CPUtime=18.45 cores=1,3,5,7
/proc/975/task/977/stat : 977 (java) R 971 975 30566 0 -1 4202560 2524 0 1 0 1843 2 0 0 20 0 19 0 291538545 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341298946336 140341160642256 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=975/tid=978] ppid=971 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/975/task/978/stat : 978 (java) S 971 975 30566 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291538546 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341288007848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=975/tid=979] ppid=971 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/975/task/979/stat : 979 (java) S 971 975 30566 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 291538546 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341286955304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=975/tid=980] ppid=971 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/975/task/980/stat : 980 (java) S 971 975 30566 0 -1 4202560 6 0 0 0 4 0 0 0 20 0 19 0 291538546 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341285902760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=975/tid=981] ppid=971 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/975/task/981/stat : 981 (java) S 971 975 30566 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291538546 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341284850216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=975/tid=982] ppid=971 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/975/task/982/stat : 982 (java) S 971 975 30566 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291538546 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341283797672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=975/tid=983] ppid=971 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/975/task/983/stat : 983 (java) S 971 975 30566 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291538546 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341282745128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=975/tid=984] ppid=971 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/975/task/984/stat : 984 (java) S 971 975 30566 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 291538546 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341281692584 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=975/tid=985] ppid=971 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/975/task/985/stat : 985 (java) S 971 975 30566 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291538546 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341280640040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=986] ppid=971 vsize=9624980 CPUtime=0.67 cores=1,3,5,7
/proc/975/task/986/stat : 986 (java) S 971 975 30566 0 -1 4202560 44 0 0 0 67 0 0 0 20 0 19 0 291538547 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341123131496 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=987] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/987/stat : 987 (java) S 971 975 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291538547 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341122077816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=988] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/988/stat : 988 (java) S 971 975 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291538547 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341121025160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=989] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/989/stat : 989 (java) S 971 975 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291538549 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341119973904 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=990] ppid=971 vsize=9624980 CPUtime=0.42 cores=1,3,5,7
/proc/975/task/990/stat : 990 (java) S 971 975 30566 0 -1 4202560 4242 0 0 0 42 0 0 0 20 0 19 0 291538549 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341118921272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=975/tid=991] ppid=971 vsize=9624980 CPUtime=1.07 cores=1,3,5,7
/proc/975/task/991/stat : 991 (java) S 971 975 30566 0 -1 4202560 12172 0 0 0 104 3 0 0 20 0 19 0 291538549 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341117868728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=975/tid=992] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/992/stat : 992 (java) S 971 975 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291538549 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341116816376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=975/tid=993] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/993/stat : 993 (java) S 971 975 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291538549 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341115764040 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=975/tid=994] ppid=971 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/975/task/994/stat : 994 (java) S 971 975 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291538560 9855979520 16823 33554432000 1073741824 1073778376 140736055373408 140341114708776 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 21.02
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 19.3724
CPU time (s): 21.1788
CPU user time (s): 21.0078
CPU system time (s): 0.170974
CPU usage (%): 109.324
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.0078
system time used= 0.170974
maximum resident set size= 73372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20248
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2588
involuntary context switches= 2237

runsolver used 0.071989 second user time and 0.19397 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-29 03:15:12
IDJOB=3718429
IDBENCH=79192
IDSOLVER=2301
FILE ID=node114/3718429-1338254112
RUNJOBID= node114-1338248715-32682
PBS_JOBID= 14624648
Free space on /tmp= 71464 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110969860--soft-0-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718429-1338254112/watcher-3718429-1338254112 -o /tmp/evaluation-result-3718429-1338254112/solver-3718429-1338254112 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718429-1338254112.wbo

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

MD5SUM BENCH= 1b4d108d74bb6ee9510c6f55f0fde657
RANDOM SEED=181664242

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29986148 kB
Buffers:          865032 kB
Cached:           423692 kB
SwapCached:         2272 kB
Active:          1897184 kB
Inactive:          41948 kB
Active(anon):     635588 kB
Inactive(anon):     9072 kB
Active(file):    1261596 kB
Inactive(file):    32876 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103572 kB
Dirty:               252 kB
Writeback:             0 kB
AnonPages:        682428 kB
Mapped:            19184 kB
Shmem:               104 kB
Slab:             802732 kB
SReclaimable:     246720 kB
SUnreclaim:       556012 kB
KernelStack:        1760 kB
PageTables:         5112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1038608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    641024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71464 MiB
End job on node114 at 2012-05-29 03:15:31