Trace number 3718437

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 20.7808 18.7247

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110977273--soft-0-100-0.wbo
MD5SUMbf9471406d44094ab08e66793b6b5d92
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.859868
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 1243
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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.2.v20120528
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3718437-1338254170.wbo
0.09/0.11	c reading problem ... 
0.09/0.16	c ... done. Wall clock time 0.052s.
0.09/0.16	c declared #vars     169
0.09/0.16	c internal #vars     270
0.09/0.16	c #constraints  101
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.09/0.16	c ignored satisfied constraints => 1
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.09/0.16	c 102 constraints processed.
0.09/0.16	c objective function length is 101 literals
0.26/0.22	c SATISFIABLE
0.26/0.22	c OPTIMIZING...
0.26/0.22	c Got one! Elapsed wall clock time (in seconds):0.114
0.26/0.22	o 1278
0.26/0.24	c Got one! Elapsed wall clock time (in seconds):0.132
0.26/0.24	o 780
0.26/0.25	c Got one! Elapsed wall clock time (in seconds):0.144
0.26/0.25	o 572
0.26/0.26	c Got one! Elapsed wall clock time (in seconds):0.152
0.26/0.26	o 531
0.26/0.27	c Got one! Elapsed wall clock time (in seconds):0.16
0.26/0.27	o 488
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.177
0.26/0.29	o 481
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.185
0.26/0.29	o 476
0.52/0.30	c Got one! Elapsed wall clock time (in seconds):0.195
0.52/0.30	o 467
0.52/0.32	c Got one! Elapsed wall clock time (in seconds):0.208
0.52/0.32	o 448
0.52/0.32	c Got one! Elapsed wall clock time (in seconds):0.216
0.52/0.32	o 440
0.52/0.33	c Got one! Elapsed wall clock time (in seconds):0.221
0.52/0.33	o 411
0.52/0.35	c Got one! Elapsed wall clock time (in seconds):0.242
0.52/0.35	o 406
0.52/0.38	c Got one! Elapsed wall clock time (in seconds):0.268
0.52/0.38	o 398
0.52/0.38	c Got one! Elapsed wall clock time (in seconds):0.275
0.52/0.38	o 391
0.52/0.39	c Got one! Elapsed wall clock time (in seconds):0.28
0.52/0.39	o 390
0.69/0.40	c Got one! Elapsed wall clock time (in seconds):0.292
0.69/0.40	o 388
0.69/0.42	c Got one! Elapsed wall clock time (in seconds):0.309
0.69/0.42	o 373
0.69/0.44	c Got one! Elapsed wall clock time (in seconds):0.33
0.69/0.44	o 371
0.69/0.45	c Got one! Elapsed wall clock time (in seconds):0.344
0.69/0.45	o 363
0.69/0.48	c Got one! Elapsed wall clock time (in seconds):0.37
0.69/0.48	o 362
0.81/0.50	c Got one! Elapsed wall clock time (in seconds):0.392
0.81/0.50	o 360
0.81/0.53	c Got one! Elapsed wall clock time (in seconds):0.426
0.81/0.53	o 347
0.81/0.54	c Got one! Elapsed wall clock time (in seconds):0.434
0.81/0.54	o 338
0.81/0.55	c Got one! Elapsed wall clock time (in seconds):0.441
0.81/0.55	o 335
0.81/0.57	c Got one! Elapsed wall clock time (in seconds):0.466
0.81/0.57	o 328
1.01/0.60	c Got one! Elapsed wall clock time (in seconds):0.497
1.01/0.60	o 327
1.01/0.65	c Got one! Elapsed wall clock time (in seconds):0.539
1.01/0.65	o 326
1.21/0.71	c Got one! Elapsed wall clock time (in seconds):0.597
1.21/0.71	o 325
1.21/0.71	c Got one! Elapsed wall clock time (in seconds):0.604
1.21/0.71	o 323
1.21/0.73	c Got one! Elapsed wall clock time (in seconds):0.62
1.21/0.73	o 322
1.21/0.75	c Got one! Elapsed wall clock time (in seconds):0.638
1.21/0.75	o 319
1.21/0.77	c Got one! Elapsed wall clock time (in seconds):0.662
1.21/0.77	o 317
1.31/0.83	c cleaning 8257 clauses out of 16517 with flag 3557/16517
1.31/0.88	c Got one! Elapsed wall clock time (in seconds):0.767
1.31/0.88	o 314
1.44/0.99	c Got one! Elapsed wall clock time (in seconds):0.881
1.44/0.99	o 302
1.55/1.02	c Got one! Elapsed wall clock time (in seconds):0.909
1.55/1.02	o 293
1.55/1.04	c Got one! Elapsed wall clock time (in seconds):0.931
1.55/1.04	o 292
1.55/1.08	c Got one! Elapsed wall clock time (in seconds):0.969
1.55/1.08	o 290
1.65/1.11	c Got one! Elapsed wall clock time (in seconds):1.001
1.65/1.11	o 280
1.65/1.15	c cleaning 8589 clauses out of 17202 with flag 3848/25459
1.65/1.18	c Got one! Elapsed wall clock time (in seconds):1.071
1.65/1.18	o 278
1.85/1.25	c Got one! Elapsed wall clock time (in seconds):1.147
1.85/1.25	o 275
1.96/1.35	c cleaning 7381 clauses out of 14779 with flag 11798/31625
1.96/1.38	c Got one! Elapsed wall clock time (in seconds):1.275
1.96/1.38	o 274
1.96/1.39	c Got one! Elapsed wall clock time (in seconds):1.282
1.96/1.39	o 230
2.08/1.40	c Got one! Elapsed wall clock time (in seconds):1.295
2.08/1.40	o 219
2.08/1.43	c Got one! Elapsed wall clock time (in seconds):1.321
2.08/1.43	o 215
2.08/1.44	c Got one! Elapsed wall clock time (in seconds):1.333
2.08/1.44	o 214
2.18/1.50	c Got one! Elapsed wall clock time (in seconds):1.391
2.18/1.50	o 203
2.18/1.55	c Got one! Elapsed wall clock time (in seconds):1.439
2.18/1.55	o 184
2.28/1.66	c cleaning 8176 clauses out of 16358 with flag 12051/40585
2.28/1.68	c Got one! Elapsed wall clock time (in seconds):1.576
2.28/1.68	o 183
2.49/1.85	c cleaning 6809 clauses out of 13628 with flag 20580/46031
2.59/1.98	c Got one! Elapsed wall clock time (in seconds):1.868
2.59/1.98	o 182
2.71/2.02	c Got one! Elapsed wall clock time (in seconds):1.908
2.71/2.02	o 181
2.71/2.05	c cleaning 6139 clauses out of 12284 with flag 4204/51496
2.81/2.12	c Got one! Elapsed wall clock time (in seconds):2.014
2.81/2.12	o 172
2.91/2.25	c Got one! Elapsed wall clock time (in seconds):2.14
2.91/2.25	o 168
2.91/2.29	c cleaning 6347 clauses out of 12710 with flag 4715/58061
3.11/2.41	c Got one! Elapsed wall clock time (in seconds):2.3
3.11/2.41	o 163
3.11/2.47	c cleaning 6104 clauses out of 12232 with flag 8969/63930
3.21/2.56	c Got one! Elapsed wall clock time (in seconds):2.456
3.21/2.56	o 162
3.31/2.66	c cleaning 5937 clauses out of 11900 with flag 13955/69702
3.52/2.83	c Got one! Elapsed wall clock time (in seconds):2.727
3.52/2.83	o 160
3.52/2.86	c Got one! Elapsed wall clock time (in seconds):2.751
3.52/2.86	o 158
3.52/2.89	c Got one! Elapsed wall clock time (in seconds):2.787
3.52/2.89	o 155
3.61/2.91	c Got one! Elapsed wall clock time (in seconds):2.799
3.61/2.91	o 151
3.73/3.05	c cleaning 8723 clauses out of 17448 with flag 14459/81187
3.73/3.09	c Got one! Elapsed wall clock time (in seconds):2.979
3.73/3.09	o 149
3.84/3.17	c Got one! Elapsed wall clock time (in seconds):3.065
3.84/3.17	o 144
3.95/3.29	c cleaning 7497 clauses out of 15003 with flag 13300/87465
4.05/3.33	c Got one! Elapsed wall clock time (in seconds):3.221
4.05/3.33	o 143
4.14/3.47	c cleaning 6256 clauses out of 12529 with flag 20205/92488
4.35/3.64	c Got one! Elapsed wall clock time (in seconds):3.537
4.35/3.64	o 139
4.35/3.68	c cleaning 6071 clauses out of 12147 with flag 5134/98362
4.65/3.90	c cleaning 6029 clauses out of 12076 with flag 32493/104362
4.85/4.18	c cleaning 6519 clauses out of 13047 with flag 62876/111362
4.96/4.27	c Got one! Elapsed wall clock time (in seconds):4.166
4.96/4.27	o 137
5.06/4.30	c Got one! Elapsed wall clock time (in seconds):4.195
5.06/4.30	o 136
5.06/4.35	c Got one! Elapsed wall clock time (in seconds):4.245
5.06/4.35	o 132
5.16/4.43	c cleaning 6650 clauses out of 13307 with flag 8839/118141
5.16/4.46	c Got one! Elapsed wall clock time (in seconds):4.354
5.16/4.46	o 127
5.26/4.58	c Got one! Elapsed wall clock time (in seconds):4.473
5.26/4.58	o 123
5.36/4.65	c cleaning 6412 clauses out of 12851 with flag 9757/124335
5.46/4.75	c Got one! Elapsed wall clock time (in seconds):4.638
5.46/4.75	o 122
5.56/4.85	c cleaning 5986 clauses out of 11985 with flag 15295/129881
5.66/4.99	c Got one! Elapsed wall clock time (in seconds):4.886
5.66/4.99	o 114
5.76/5.03	c cleaning 5508 clauses out of 11034 with flag 4983/134916
5.96/5.26	c cleaning 5759 clauses out of 11530 with flag 32324/140920
6.38/5.44	c Got one! Elapsed wall clock time (in seconds):5.328
6.38/5.44	o 110
6.38/5.49	c cleaning 5540 clauses out of 11098 with flag 5059/146247
6.71/5.69	c cleaning 5768 clauses out of 11555 with flag 33912/152244
6.83/5.72	c Got one! Elapsed wall clock time (in seconds):5.612
6.83/5.72	o 106
7.22/5.90	c cleaning 5665 clauses out of 11347 with flag 25580/157804
7.58/6.11	c cleaning 5836 clauses out of 11681 with flag 56388/163803
7.78/6.35	c cleaning 6411 clauses out of 12847 with flag 89164/170805
7.78/6.40	c Got one! Elapsed wall clock time (in seconds):6.288
7.78/6.40	o 100
7.89/6.41	c Got one! Elapsed wall clock time (in seconds):6.298
7.89/6.41	o 97
7.89/6.44	c Got one! Elapsed wall clock time (in seconds):6.332
7.89/6.44	o 95
8.00/6.50	c Got one! Elapsed wall clock time (in seconds):6.396
8.00/6.50	o 94
8.10/6.62	c cleaning 6886 clauses out of 13787 with flag 13165/178156
8.19/6.70	c Got one! Elapsed wall clock time (in seconds):6.593
8.19/6.70	o 78
8.29/6.81	c cleaning 6042 clauses out of 12100 with flag 16228/183355
8.39/6.99	c Got one! Elapsed wall clock time (in seconds):6.88
8.39/6.99	o 71
8.49/7.02	c Got one! Elapsed wall clock time (in seconds):6.91
8.49/7.02	o 70
8.70/7.20	c cleaning 8463 clauses out of 16943 with flag 27303/194240
8.90/7.41	c cleaning 7236 clauses out of 14482 with flag 56104/200242
8.90/7.47	c Got one! Elapsed wall clock time (in seconds):7.364
8.90/7.47	o 68
9.11/7.61	c cleaning 6437 clauses out of 12885 with flag 22157/205881
9.31/7.81	c cleaning 6222 clauses out of 12448 with flag 51760/211881
9.53/8.05	c cleaning 6600 clauses out of 13225 with flag 81043/218880
9.85/8.34	c cleaning 7308 clauses out of 14626 with flag 123043/226881
9.85/8.35	c Got one! Elapsed wall clock time (in seconds):8.246
9.85/8.35	o 67
10.05/8.53	c cleaning 6255 clauses out of 12528 with flag 25125/232091
10.26/8.74	c cleaning 6126 clauses out of 12272 with flag 51293/238090
10.26/8.76	c Got one! Elapsed wall clock time (in seconds):8.654
10.26/8.76	o 62
10.46/8.92	c cleaning 5783 clauses out of 11585 with flag 27457/243529
10.66/9.13	c cleaning 5891 clauses out of 11803 with flag 59348/249530
10.86/9.37	c cleaning 6438 clauses out of 12912 with flag 96266/256530
10.98/9.47	c Got one! Elapsed wall clock time (in seconds):9.365
10.98/9.47	o 57
10.98/9.49	c Got one! Elapsed wall clock time (in seconds):9.381
10.98/9.49	o 55
11.08/9.54	c Got one! Elapsed wall clock time (in seconds):9.433
11.08/9.54	o 50
11.08/9.58	c cleaning 6342 clauses out of 12697 with flag 4796/262753
11.22/9.68	c Got one! Elapsed wall clock time (in seconds):9.569
11.22/9.68	o 47
11.33/9.78	c cleaning 5916 clauses out of 11843 with flag 14616/268241
11.54/9.96	c Got one! Elapsed wall clock time (in seconds):9.853
11.54/9.96	o 46
11.74/10.14	c cleaning 8257 clauses out of 16523 with flag 25787/278837
11.94/10.35	c cleaning 7126 clauses out of 14263 with flag 53313/284834
12.15/10.59	c cleaning 7066 clauses out of 14137 with flag 91023/291834
12.25/10.63	c Got one! Elapsed wall clock time (in seconds):10.524
12.25/10.63	o 44
12.35/10.77	c cleaning 6047 clauses out of 12128 with flag 23543/296891
12.59/10.97	c cleaning 6024 clauses out of 12079 with flag 51176/302889
12.89/11.21	c cleaning 6524 clauses out of 13055 with flag 87471/309889
13.11/11.48	c cleaning 7261 clauses out of 14531 with flag 128367/317889
13.41/11.78	c cleaning 8127 clauses out of 16271 with flag 175103/326890
13.82/12.12	c cleaning 9067 clauses out of 18142 with flag 224045/336889
14.04/12.37	c Got one! Elapsed wall clock time (in seconds):12.257
14.04/12.37	o 42
14.24/12.56	c cleaning 10899 clauses out of 21826 with flag 27580/349640
14.54/12.81	c cleaning 8454 clauses out of 16928 with flag 61299/355641
14.75/13.05	c cleaning 7730 clauses out of 15474 with flag 96818/362641
15.05/13.30	c cleaning 7857 clauses out of 15744 with flag 132961/370641
15.27/13.59	c cleaning 8440 clauses out of 16888 with flag 174848/379642
15.57/13.83	c Got one! Elapsed wall clock time (in seconds):13.721
15.57/13.83	o 41
15.78/14.03	c cleaning 10481 clauses out of 20973 with flag 29145/392167
15.99/14.26	c cleaning 8240 clauses out of 16492 with flag 62141/398167
16.30/14.52	c cleaning 7608 clauses out of 15252 with flag 99819/405167
16.40/14.63	c Got one! Elapsed wall clock time (in seconds):14.524
16.40/14.63	o 40
16.51/14.71	c cleaning 6492 clauses out of 12998 with flag 10835/410521
16.51/14.75	c Got one! Elapsed wall clock time (in seconds):14.637
16.51/14.75	o 38
16.72/14.90	c cleaning 6177 clauses out of 12369 with flag 23906/416384
16.94/15.11	c cleaning 6091 clauses out of 12189 with flag 50733/422381
17.04/15.25	c Got one! Elapsed wall clock time (in seconds):15.147
17.04/15.25	o 37
17.25/15.43	c cleaning 8070 clauses out of 16154 with flag 26226/432438
17.46/15.64	c cleaning 7039 clauses out of 14084 with flag 51701/438438
17.66/15.86	c cleaning 7008 clauses out of 14045 with flag 83082/445438
17.98/16.13	c cleaning 7514 clauses out of 15037 with flag 117482/453438
18.20/16.30	c Got one! Elapsed wall clock time (in seconds):16.195
18.20/16.30	o 33
18.30/16.49	c cleaning 9065 clauses out of 18145 with flag 26443/464060
18.41/16.59	c Got one! Elapsed wall clock time (in seconds):16.482
18.41/16.59	o 29
18.50/16.67	c cleaning 7052 clauses out of 14122 with flag 10916/469102
18.72/16.89	c cleaning 6525 clauses out of 13070 with flag 42539/475102
19.02/17.13	c cleaning 6767 clauses out of 13547 with flag 77405/482104
19.22/17.39	c cleaning 7386 clauses out of 14779 with flag 116745/490103
19.43/17.57	c Got one! Elapsed wall clock time (in seconds):17.463
19.43/17.57	o 27
19.62/17.79	c cleaning 8995 clauses out of 17998 with flag 27856/500708
19.92/18.00	c cleaning 7497 clauses out of 15001 with flag 60022/506706
20.17/18.26	c cleaning 7240 clauses out of 14506 with flag 96697/513708
20.48/18.52	c cleaning 7626 clauses out of 15263 with flag 134726/521705
20.70/18.71	c Got one! Elapsed wall clock time (in seconds):18.599
20.70/18.71	o 1
20.70/18.72	c starts		: 247
20.70/18.72	c conflicts		: 527517
20.70/18.72	c decisions		: 851010
20.70/18.72	c propagations		: 14082813
20.70/18.72	c inspects		: 120180111
20.70/18.72	c shortcuts		: 0
20.70/18.72	c learnt literals	: 2
20.70/18.72	c learnt binary clauses	: 24
20.70/18.72	c learnt ternary clauses	: 900
20.70/18.72	c learnt constraints	: 527515
20.70/18.72	c ignored constraints	: 0
20.70/18.72	c root simplifications	: 0
20.70/18.72	c removed literals (reason simplification)	: 0
20.70/18.72	c reason swapping (by a shorter reason)	: 0
20.70/18.72	c Calls to reduceDB	: 73
20.70/18.72	c Number of update (reduction) of LBD	: 161717
20.70/18.72	c number of reductions to clauses (during analyze)	: 0
20.70/18.72	c number of learned constraints concerned by reduction	: 0
20.70/18.72	c number of learning phase by resolution	: 0
20.70/18.72	c number of learning phase by cutting planes	: 0
20.70/18.72	c speed (assignments/second)	: 759099.4501940492
20.70/18.72	c non guided choices	5119
20.70/18.72	c learnt constraints type 
20.70/18.72	c constraints type 
20.70/18.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
20.70/18.72	c ignored satisfied constraints => 1
20.70/18.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
20.70/18.72	c 102 constraints processed.
20.70/18.72	s OPTIMUM FOUND
20.70/18.72	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 
20.70/18.72	c objective function=1
20.70/18.72	c Total wall clock time (in seconds): 18.609

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.93 2.00 1.99 2/194 3864
/proc/meminfo: memFree=30445052/32873648 swapFree=7112/7112
[pid=3864] ppid=3862 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/3864/stat : 3864 (java) D 3862 3864 919 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 291542921 9515008 182 33554432000 1073741824 1073778376 140737153329328 140737153320360 242167398069 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/3864/statm: 2323 182 140 9 0 71 0

[startup+0.0808411 s]
/proc/loadavg: 1.93 2.00 1.99 2/194 3864
/proc/meminfo: memFree=30445052/32873648 swapFree=7112/7112
[pid=3864] ppid=3862 vsize=9558416 CPUtime=0.05 cores=0,2,4,6
/proc/3864/stat : 3864 (java) S 3862 3864 919 0 -1 4202496 3373 0 1 0 5 0 0 0 20 0 18 0 291542921 9787817984 4582 33554432000 1073741824 1073778376 140734357894464 140734357885600 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3864/statm: 2389604 4583 1773 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558416

[startup+0.100206 s]
/proc/loadavg: 1.93 2.00 1.99 2/194 3864
/proc/meminfo: memFree=30445052/32873648 swapFree=7112/7112
[pid=3864] ppid=3862 vsize=9558416 CPUtime=0.09 cores=0,2,4,6
/proc/3864/stat : 3864 (java) S 3862 3864 919 0 -1 4202496 4349 0 1 0 9 0 0 0 20 0 18 0 291542921 9787817984 5549 33554432000 1073741824 1073778376 140734357894464 140734357885600 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3864/statm: 2389604 5552 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.300221 s]
/proc/loadavg: 1.93 2.00 1.99 2/194 3864
/proc/meminfo: memFree=30445052/32873648 swapFree=7112/7112
[pid=3864] ppid=3862 vsize=9624980 CPUtime=0.52 cores=0,2,4,6
/proc/3864/stat : 3864 (java) S 3862 3864 919 0 -1 4202496 6759 0 1 0 51 1 0 0 20 0 19 0 291542921 9855979520 7867 33554432000 1073741824 1073778376 140734357894464 140734357885600 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3864/statm: 2406245 7867 2234 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9624980

[startup+0.700167 s]
/proc/loadavg: 1.93 2.00 1.99 2/194 3864
/proc/meminfo: memFree=30445052/32873648 swapFree=7112/7112
[pid=3864] ppid=3862 vsize=9624980 CPUtime=1.21 cores=0,2,4,6
/proc/3864/stat : 3864 (java) S 3862 3864 919 0 -1 4202496 11799 0 1 0 120 1 0 0 20 0 19 0 291542921 9855979520 11043 33554432000 1073741824 1073778376 140734357894464 140734357885600 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3864/statm: 2406245 11043 2243 9 0 2396937 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9624980

[startup+1.50062 s]
/proc/loadavg: 1.93 2.00 1.99 3/213 3883
/proc/meminfo: memFree=30397172/32873648 swapFree=7112/7112
[pid=3864] ppid=3862 vsize=9624980 CPUtime=2.18 cores=0,2,4,6
/proc/3864/stat : 3864 (java) S 3862 3864 919 0 -1 4202496 13344 0 1 0 216 2 0 0 20 0 19 0 291542921 9855979520 14746 33554432000 1073741824 1073778376 140734357894464 140734357885600 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3864/statm: 2406245 14746 2273 9 0 2396937 0
[pid=3864/tid=3866] ppid=3862 vsize=9624980 CPUtime=1.43 cores=0,2,4,6
/proc/3864/task/3866/stat : 3866 (java) R 3862 3864 919 0 -1 4202560 2461 0 1 0 143 0 0 0 20 0 19 0 291542922 9855979520 14746 33554432000 1073741824 1073778376 140734357894464 139996838281664 139996690888656 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3864/tid=3867] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3867/stat : 3867 (java) S 3862 3864 919 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291542923 9855979520 14746 33554432000 1073741824 1073778376 140734357894464 139996810742824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3868] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3868/stat : 3868 (java) S 3862 3864 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291542923 9855979520 14746 33554432000 1073741824 1073778376 140734357894464 139996809690024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3869] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3869/stat : 3869 (java) S 3862 3864 919 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291542923 9855979520 14746 33554432000 1073741824 1073778376 140734357894464 139996679416616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3864/tid=3870] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3870/stat : 3870 (java) S 3862 3864 919 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291542923 9855979520 14746 33554432000 1073741824 1073778376 140734357894464 139996678363816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3864/tid=3871] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3871/stat : 3871 (java) S 3862 3864 919 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291542923 9855979520 14746 33554432000 1073741824 1073778376 140734357894464 139996677311016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3872] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3872/stat : 3872 (java) S 3862 3864 919 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291542923 9855979520 14746 33554432000 1073741824 1073778376 140734357894464 139996676258216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3864/tid=3873] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3873/stat : 3873 (java) S 3862 3864 919 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291542923 9855979520 14746 33554432000 1073741824 1073778376 140734357894464 139996675205416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3874] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3874/stat : 3874 (java) S 3862 3864 919 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291542923 9855979520 14746 33554432000 1073741824 1073778376 140734357894464 139996203837608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3875] ppid=3862 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/3864/task/3875/stat : 3875 (java) S 3862 3864 919 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 291542924 9855979520 14746 33554432000 1073741824 1073778376 140734357894464 139996191640552 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3864/tid=3876] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3876/stat : 3876 (java) S 3862 3864 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291542924 9855979520 14746 33554432000 1073741824 1073778376 140734357894464 139996190586616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3877] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3877/stat : 3877 (java) S 3862 3864 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291542924 9855979520 14746 33554432000 1073741824 1073778376 140734357894464 139996189533704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3878] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3878/stat : 3878 (java) S 3862 3864 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291542927 9855979520 14746 33554432000 1073741824 1073778376 140734357894464 139996188482192 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3879] ppid=3862 vsize=9624980 CPUtime=0.31 cores=0,2,4,6
/proc/3864/task/3879/stat : 3879 (java) S 3862 3864 919 0 -1 4202560 5690 0 0 0 31 0 0 0 20 0 19 0 291542927 9855979520 14746 33554432000 1073741824 1073778376 140734357894464 139996187429304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3880] ppid=3862 vsize=9624980 CPUtime=0.36 cores=0,2,4,6
/proc/3864/task/3880/stat : 3880 (java) S 3862 3864 919 0 -1 4202560 3943 0 0 0 36 0 0 0 20 0 19 0 291542927 9855979520 14746 33554432000 1073741824 1073778376 140734357894464 139996186376504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3881] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3881/stat : 3881 (java) S 3862 3864 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291542927 9855979520 14746 33554432000 1073741824 1073778376 140734357894464 139996185323896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3882] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3882/stat : 3882 (java) S 3862 3864 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291542927 9855979520 14746 33554432000 1073741824 1073778376 140734357894464 139996184271304 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3883] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3883/stat : 3883 (java) S 3862 3864 919 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291542938 9855979520 14746 33554432000 1073741824 1073778376 140734357894464 139996183180968 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9624980

[startup+3.10061 s]
/proc/loadavg: 1.93 2.00 1.99 3/213 3883
/proc/meminfo: memFree=30394132/32873648 swapFree=7112/7112
[pid=3864] ppid=3862 vsize=9624980 CPUtime=3.84 cores=0,2,4,6
/proc/3864/stat : 3864 (java) S 3862 3864 919 0 -1 4202496 13506 0 1 0 382 2 0 0 20 0 19 0 291542921 9855979520 14758 33554432000 1073741824 1073778376 140734357894464 140734357885600 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3864/statm: 2406245 14758 2274 9 0 2396937 0
[pid=3864/tid=3866] ppid=3862 vsize=9624980 CPUtime=2.95 cores=0,2,4,6
/proc/3864/task/3866/stat : 3866 (java) R 3862 3864 919 0 -1 4202560 2468 0 1 0 295 0 0 0 20 0 19 0 291542922 9855979520 14758 33554432000 1073741824 1073778376 140734357894464 139996838290536 139996690869341 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=3864/tid=3867] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3867/stat : 3867 (java) S 3862 3864 919 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291542923 9855979520 14758 33554432000 1073741824 1073778376 140734357894464 139996810742824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3864/tid=3868] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3868/stat : 3868 (java) S 3862 3864 919 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291542923 9855979520 14758 33554432000 1073741824 1073778376 140734357894464 139996809690024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3864/tid=3869] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3869/stat : 3869 (java) S 3862 3864 919 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291542923 9855979520 14758 33554432000 1073741824 1073778376 140734357894464 139996679416616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3870] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3870/stat : 3870 (java) S 3862 3864 919 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291542923 9855979520 14758 33554432000 1073741824 1073778376 140734357894464 139996678363816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3864/tid=3871] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3871/stat : 3871 (java) S 3862 3864 919 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291542923 9855979520 14758 33554432000 1073741824 1073778376 140734357894464 139996677311016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3872] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3872/stat : 3872 (java) S 3862 3864 919 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291542923 9855979520 14758 33554432000 1073741824 1073778376 140734357894464 139996676258216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3873] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3873/stat : 3873 (java) S 3862 3864 919 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291542923 9855979520 14758 33554432000 1073741824 1073778376 140734357894464 139996675205416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3864/tid=3874] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3874/stat : 3874 (java) S 3862 3864 919 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291542923 9855979520 14758 33554432000 1073741824 1073778376 140734357894464 139996203837608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3875] ppid=3862 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/3864/task/3875/stat : 3875 (java) S 3862 3864 919 0 -1 4202560 31 0 0 0 7 0 0 0 20 0 19 0 291542924 9855979520 14758 33554432000 1073741824 1073778376 140734357894464 139996191640552 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3876] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3876/stat : 3876 (java) S 3862 3864 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291542924 9855979520 14758 33554432000 1073741824 1073778376 140734357894464 139996190586616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3877] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3877/stat : 3877 (java) S 3862 3864 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291542924 9855979520 14758 33554432000 1073741824 1073778376 140734357894464 139996189533704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3878] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3878/stat : 3878 (java) S 3862 3864 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291542927 9855979520 14758 33554432000 1073741824 1073778376 140734357894464 139996188482192 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3879] ppid=3862 vsize=9624980 CPUtime=0.32 cores=0,2,4,6
/proc/3864/task/3879/stat : 3879 (java) S 3862 3864 919 0 -1 4202560 5690 0 0 0 32 0 0 0 20 0 19 0 291542927 9855979520 14758 33554432000 1073741824 1073778376 140734357894464 139996187429304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3880] ppid=3862 vsize=9624980 CPUtime=0.4 cores=0,2,4,6
/proc/3864/task/3880/stat : 3880 (java) S 3862 3864 919 0 -1 4202560 4087 0 0 0 40 0 0 0 20 0 19 0 291542927 9855979520 14758 33554432000 1073741824 1073778376 140734357894464 139996186376504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3881] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3881/stat : 3881 (java) S 3862 3864 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291542927 9855979520 14758 33554432000 1073741824 1073778376 140734357894464 139996185323896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3882] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3882/stat : 3882 (java) S 3862 3864 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291542927 9855979520 14758 33554432000 1073741824 1073778376 140734357894464 139996184271304 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3864/tid=3883] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3883/stat : 3883 (java) S 3862 3864 919 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291542938 9855979520 14758 33554432000 1073741824 1073778376 140734357894464 139996183180968 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9624980

[startup+6.3007 s]
/proc/loadavg: 1.93 2.00 1.99 4/213 3883
/proc/meminfo: memFree=30389060/32873648 swapFree=7112/7112
[pid=3864] ppid=3862 vsize=9624980 CPUtime=7.78 cores=0,2,4,6
/proc/3864/stat : 3864 (java) S 3862 3864 919 0 -1 4202496 22944 0 1 0 775 3 0 0 20 0 19 0 291542921 9855979520 17335 33554432000 1073741824 1073778376 140734357894464 140734357885600 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3864/statm: 2406245 17335 2274 9 0 2396937 0
[pid=3864/tid=3866] ppid=3862 vsize=9624980 CPUtime=6.01 cores=0,2,4,6
/proc/3864/task/3866/stat : 3866 (java) R 3862 3864 919 0 -1 4202560 2481 0 1 0 601 0 0 0 20 0 19 0 291542922 9855979520 17335 33554432000 1073741824 1073778376 140734357894464 139996838289696 139996690811841 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3864/tid=3867] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3867/stat : 3867 (java) S 3862 3864 919 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291542923 9855979520 17335 33554432000 1073741824 1073778376 140734357894464 139996810742824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3864/tid=3868] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3868/stat : 3868 (java) S 3862 3864 919 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291542923 9855979520 17335 33554432000 1073741824 1073778376 140734357894464 139996809690024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3864/tid=3869] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3869/stat : 3869 (java) S 3862 3864 919 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291542923 9855979520 17335 33554432000 1073741824 1073778376 140734357894464 139996679416616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3864/tid=3870] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3870/stat : 3870 (java) S 3862 3864 919 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291542923 9855979520 17335 33554432000 1073741824 1073778376 140734357894464 139996678363816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3864/tid=3871] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3871/stat : 3871 (java) S 3862 3864 919 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291542923 9855979520 17335 33554432000 1073741824 1073778376 140734357894464 139996677311016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3872] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3872/stat : 3872 (java) S 3862 3864 919 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291542923 9855979520 17335 33554432000 1073741824 1073778376 140734357894464 139996676258216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3873] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3873/stat : 3873 (java) S 3862 3864 919 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291542923 9855979520 17335 33554432000 1073741824 1073778376 140734357894464 139996675205416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3864/tid=3874] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3874/stat : 3874 (java) S 3862 3864 919 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291542923 9855979520 17335 33554432000 1073741824 1073778376 140734357894464 139996203837608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3875] ppid=3862 vsize=9624980 CPUtime=0.2 cores=0,2,4,6
/proc/3864/task/3875/stat : 3875 (java) S 3862 3864 919 0 -1 4202560 40 0 0 0 20 0 0 0 20 0 19 0 291542924 9855979520 17335 33554432000 1073741824 1073778376 140734357894464 139996191640552 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3864/tid=3876] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3876/stat : 3876 (java) S 3862 3864 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291542924 9855979520 17335 33554432000 1073741824 1073778376 140734357894464 139996190586616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3877] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3877/stat : 3877 (java) S 3862 3864 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291542924 9855979520 17335 33554432000 1073741824 1073778376 140734357894464 139996189533704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3878] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3878/stat : 3878 (java) S 3862 3864 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291542927 9855979520 17335 33554432000 1073741824 1073778376 140734357894464 139996188482192 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3879] ppid=3862 vsize=9624980 CPUtime=0.37 cores=0,2,4,6
/proc/3864/task/3879/stat : 3879 (java) S 3862 3864 919 0 -1 4202560 6212 0 0 0 37 0 0 0 20 0 19 0 291542927 9855979520 17335 33554432000 1073741824 1073778376 140734357894464 139996187429304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3880] ppid=3862 vsize=9624980 CPUtime=1.07 cores=0,2,4,6
/proc/3864/task/3880/stat : 3880 (java) S 3862 3864 919 0 -1 4202560 12979 0 0 0 105 2 0 0 20 0 19 0 291542927 9855979520 17335 33554432000 1073741824 1073778376 140734357894464 139996186376504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3864/tid=3881] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3881/stat : 3881 (java) S 3862 3864 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291542927 9855979520 17335 33554432000 1073741824 1073778376 140734357894464 139996185323896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3882] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3882/stat : 3882 (java) S 3862 3864 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291542927 9855979520 17335 33554432000 1073741824 1073778376 140734357894464 139996184271304 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3864/tid=3883] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3883/stat : 3883 (java) S 3862 3864 919 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291542938 9855979520 17335 33554432000 1073741824 1073778376 140734357894464 139996183180968 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]

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

/proc/3864/task/3867/stat : 3867 (java) S 3862 3864 919 0 -1 4202560 11 0 0 0 5 0 0 0 20 0 19 0 291542923 9855979520 16259 33554432000 1073741824 1073778376 140734357894464 139996810742824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3868] ppid=3862 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/3864/task/3868/stat : 3868 (java) S 3862 3864 919 0 -1 4202560 6 0 0 0 5 0 0 0 20 0 19 0 291542923 9855979520 16259 33554432000 1073741824 1073778376 140734357894464 139996809690024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3869] ppid=3862 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/3864/task/3869/stat : 3869 (java) S 3862 3864 919 0 -1 4202560 13 0 0 0 7 0 0 0 20 0 19 0 291542923 9855979520 16259 33554432000 1073741824 1073778376 140734357894464 139996679416616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3864/tid=3870] ppid=3862 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/3864/task/3870/stat : 3870 (java) S 3862 3864 919 0 -1 4202560 13 0 0 0 6 0 0 0 20 0 19 0 291542923 9855979520 16259 33554432000 1073741824 1073778376 140734357894464 139996678363816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3871] ppid=3862 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/3864/task/3871/stat : 3871 (java) S 3862 3864 919 0 -1 4202560 7 0 0 0 6 0 0 0 20 0 19 0 291542923 9855979520 16259 33554432000 1073741824 1073778376 140734357894464 139996677311016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3864/tid=3872] ppid=3862 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/3864/task/3872/stat : 3872 (java) S 3862 3864 919 0 -1 4202560 4 0 0 0 6 0 0 0 20 0 19 0 291542923 9855979520 16259 33554432000 1073741824 1073778376 140734357894464 139996676258216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3873] ppid=3862 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/3864/task/3873/stat : 3873 (java) S 3862 3864 919 0 -1 4202560 4 0 0 0 7 0 0 0 20 0 19 0 291542923 9855979520 16259 33554432000 1073741824 1073778376 140734357894464 139996675205416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3864/tid=3874] ppid=3862 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/3864/task/3874/stat : 3874 (java) S 3862 3864 919 0 -1 4202560 8 0 0 0 7 0 0 0 20 0 19 0 291542923 9855979520 16259 33554432000 1073741824 1073778376 140734357894464 139996203837608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3864/tid=3875] ppid=3862 vsize=9624980 CPUtime=0.56 cores=0,2,4,6
/proc/3864/task/3875/stat : 3875 (java) S 3862 3864 919 0 -1 4202560 40 0 0 0 56 0 0 0 20 0 19 0 291542924 9855979520 16259 33554432000 1073741824 1073778376 140734357894464 139996191640552 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3876] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3876/stat : 3876 (java) S 3862 3864 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291542924 9855979520 16259 33554432000 1073741824 1073778376 140734357894464 139996190586616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3877] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3877/stat : 3877 (java) S 3862 3864 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291542924 9855979520 16259 33554432000 1073741824 1073778376 140734357894464 139996189533704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3878] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3878/stat : 3878 (java) S 3862 3864 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291542927 9855979520 16259 33554432000 1073741824 1073778376 140734357894464 139996188482192 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3879] ppid=3862 vsize=9624980 CPUtime=0.39 cores=0,2,4,6
/proc/3864/task/3879/stat : 3879 (java) S 3862 3864 919 0 -1 4202560 6281 0 0 0 39 0 0 0 20 0 19 0 291542927 9855979520 16259 33554432000 1073741824 1073778376 140734357894464 139996187429304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3880] ppid=3862 vsize=9624980 CPUtime=1.1 cores=0,2,4,6
/proc/3864/task/3880/stat : 3880 (java) S 3862 3864 919 0 -1 4202560 12979 0 0 0 108 2 0 0 20 0 19 0 291542927 9855979520 16259 33554432000 1073741824 1073778376 140734357894464 139996186376504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3864/tid=3881] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3881/stat : 3881 (java) S 3862 3864 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291542927 9855979520 16259 33554432000 1073741824 1073778376 140734357894464 139996185323896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3882] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3882/stat : 3882 (java) S 3862 3864 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291542927 9855979520 16259 33554432000 1073741824 1073778376 140734357894464 139996184271304 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3864/tid=3883] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3883/stat : 3883 (java) S 3862 3864 919 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291542938 9855979520 16259 33554432000 1073741824 1073778376 140734357894464 139996183180968 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 17.78
Current children cumulated vsize (KiB) 9624980

[startup+17.5006 s]
/proc/loadavg: 1.94 2.00 1.99 3/213 3883
/proc/meminfo: memFree=30387384/32873648 swapFree=7112/7112
[pid=3864] ppid=3862 vsize=9624980 CPUtime=19.43 cores=0,2,4,6
/proc/3864/stat : 3864 (java) S 3862 3864 919 0 -1 4202496 23074 0 1 0 1939 4 0 0 20 0 19 0 291542921 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 140734357885600 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3864/statm: 2406245 16260 2274 9 0 2396937 0
[pid=3864/tid=3866] ppid=3862 vsize=9624980 CPUtime=16.6 cores=0,2,4,6
/proc/3864/task/3866/stat : 3866 (java) R 3862 3864 919 0 -1 4202560 2526 0 1 0 1658 2 0 0 20 0 19 0 291542922 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996838289696 139996690843313 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3864/tid=3867] ppid=3862 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/3864/task/3867/stat : 3867 (java) S 3862 3864 919 0 -1 4202560 11 0 0 0 6 0 0 0 20 0 19 0 291542923 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996810742824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3868] ppid=3862 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/3864/task/3868/stat : 3868 (java) S 3862 3864 919 0 -1 4202560 6 0 0 0 5 0 0 0 20 0 19 0 291542923 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996809690024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3869] ppid=3862 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/3864/task/3869/stat : 3869 (java) S 3862 3864 919 0 -1 4202560 13 0 0 0 7 0 0 0 20 0 19 0 291542923 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996679416616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3864/tid=3870] ppid=3862 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/3864/task/3870/stat : 3870 (java) S 3862 3864 919 0 -1 4202560 13 0 0 0 7 0 0 0 20 0 19 0 291542923 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996678363816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3871] ppid=3862 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/3864/task/3871/stat : 3871 (java) S 3862 3864 919 0 -1 4202560 7 0 0 0 7 0 0 0 20 0 19 0 291542923 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996677311016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3864/tid=3872] ppid=3862 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/3864/task/3872/stat : 3872 (java) S 3862 3864 919 0 -1 4202560 4 0 0 0 7 0 0 0 20 0 19 0 291542923 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996676258216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3873] ppid=3862 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/3864/task/3873/stat : 3873 (java) S 3862 3864 919 0 -1 4202560 5 0 0 0 8 0 0 0 20 0 19 0 291542923 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996675205416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3864/tid=3874] ppid=3862 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/3864/task/3874/stat : 3874 (java) S 3862 3864 919 0 -1 4202560 8 0 0 0 8 0 0 0 20 0 19 0 291542923 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996203837608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3864/tid=3875] ppid=3862 vsize=9624980 CPUtime=0.61 cores=0,2,4,6
/proc/3864/task/3875/stat : 3875 (java) S 3862 3864 919 0 -1 4202560 40 0 0 0 61 0 0 0 20 0 19 0 291542924 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996191640552 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3876] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3876/stat : 3876 (java) S 3862 3864 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291542924 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996190586616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3877] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3877/stat : 3877 (java) S 3862 3864 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291542924 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996189533704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3878] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3878/stat : 3878 (java) S 3862 3864 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291542927 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996188482192 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3879] ppid=3862 vsize=9624980 CPUtime=0.39 cores=0,2,4,6
/proc/3864/task/3879/stat : 3879 (java) S 3862 3864 919 0 -1 4202560 6281 0 0 0 39 0 0 0 20 0 19 0 291542927 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996187429304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3880] ppid=3862 vsize=9624980 CPUtime=1.1 cores=0,2,4,6
/proc/3864/task/3880/stat : 3880 (java) S 3862 3864 919 0 -1 4202560 12979 0 0 0 108 2 0 0 20 0 19 0 291542927 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996186376504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3864/tid=3881] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3881/stat : 3881 (java) S 3862 3864 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291542927 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996185323896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3882] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3882/stat : 3882 (java) S 3862 3864 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291542927 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996184271304 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3864/tid=3883] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3883/stat : 3883 (java) S 3862 3864 919 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291542938 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996183180968 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 19.43
Current children cumulated vsize (KiB) 9624980

[startup+18.3006 s]
/proc/loadavg: 1.94 2.00 1.99 3/213 3883
/proc/meminfo: memFree=30387384/32873648 swapFree=7112/7112
[pid=3864] ppid=3862 vsize=9624980 CPUtime=20.28 cores=0,2,4,6
/proc/3864/stat : 3864 (java) S 3862 3864 919 0 -1 4202496 23077 0 1 0 2023 5 0 0 20 0 19 0 291542921 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 140734357885600 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3864/statm: 2406245 16260 2274 9 0 2396937 0
[pid=3864/tid=3866] ppid=3862 vsize=9624980 CPUtime=17.35 cores=0,2,4,6
/proc/3864/task/3866/stat : 3866 (java) R 3862 3864 919 0 -1 4202560 2529 0 1 0 1733 2 0 0 20 0 19 0 291542922 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996838289696 139996690812169 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3864/tid=3867] ppid=3862 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/3864/task/3867/stat : 3867 (java) S 3862 3864 919 0 -1 4202560 11 0 0 0 6 0 0 0 20 0 19 0 291542923 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996810742824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3864/tid=3868] ppid=3862 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/3864/task/3868/stat : 3868 (java) S 3862 3864 919 0 -1 4202560 6 0 0 0 6 0 0 0 20 0 19 0 291542923 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996809690024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3869] ppid=3862 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/3864/task/3869/stat : 3869 (java) S 3862 3864 919 0 -1 4202560 13 0 0 0 8 0 0 0 20 0 19 0 291542923 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996679416616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3864/tid=3870] ppid=3862 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/3864/task/3870/stat : 3870 (java) S 3862 3864 919 0 -1 4202560 13 0 0 0 7 0 0 0 20 0 19 0 291542923 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996678363816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3871] ppid=3862 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/3864/task/3871/stat : 3871 (java) S 3862 3864 919 0 -1 4202560 7 0 0 0 9 0 0 0 20 0 19 0 291542923 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996677311016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3864/tid=3872] ppid=3862 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/3864/task/3872/stat : 3872 (java) S 3862 3864 919 0 -1 4202560 4 0 0 0 8 0 0 0 20 0 19 0 291542923 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996676258216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3873] ppid=3862 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/3864/task/3873/stat : 3873 (java) S 3862 3864 919 0 -1 4202560 5 0 0 0 9 0 0 0 20 0 19 0 291542923 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996675205416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3864/tid=3874] ppid=3862 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/3864/task/3874/stat : 3874 (java) S 3862 3864 919 0 -1 4202560 8 0 0 0 9 0 0 0 20 0 19 0 291542923 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996203837608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3864/tid=3875] ppid=3862 vsize=9624980 CPUtime=0.64 cores=0,2,4,6
/proc/3864/task/3875/stat : 3875 (java) S 3862 3864 919 0 -1 4202560 40 0 0 0 64 0 0 0 20 0 19 0 291542924 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996191640552 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3876] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3876/stat : 3876 (java) S 3862 3864 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291542924 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996190586616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3877] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3877/stat : 3877 (java) S 3862 3864 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291542924 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996189533704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3878] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3878/stat : 3878 (java) S 3862 3864 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291542927 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996188482192 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3879] ppid=3862 vsize=9624980 CPUtime=0.39 cores=0,2,4,6
/proc/3864/task/3879/stat : 3879 (java) S 3862 3864 919 0 -1 4202560 6281 0 0 0 39 0 0 0 20 0 19 0 291542927 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996187429304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3880] ppid=3862 vsize=9624980 CPUtime=1.1 cores=0,2,4,6
/proc/3864/task/3880/stat : 3880 (java) S 3862 3864 919 0 -1 4202560 12979 0 0 0 108 2 0 0 20 0 19 0 291542927 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996186376504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3864/tid=3881] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3881/stat : 3881 (java) S 3862 3864 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291542927 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996185323896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3882] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3882/stat : 3882 (java) S 3862 3864 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291542927 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996184271304 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3864/tid=3883] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3883/stat : 3883 (java) S 3862 3864 919 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291542938 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996183180968 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 20.28
Current children cumulated vsize (KiB) 9624980

[startup+18.7069 s]
/proc/loadavg: 1.94 2.00 1.99 3/213 3883
/proc/meminfo: memFree=30385336/32873648 swapFree=7112/7112
[pid=3864] ppid=3862 vsize=9624980 CPUtime=20.7 cores=0,2,4,6
/proc/3864/stat : 3864 (java) S 3862 3864 919 0 -1 4202496 23078 0 1 0 2065 5 0 0 20 0 19 0 291542921 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 140734357885600 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3864/statm: 2406245 16260 2274 9 0 2396937 0
[pid=3864/tid=3866] ppid=3862 vsize=9624980 CPUtime=17.74 cores=0,2,4,6
/proc/3864/task/3866/stat : 3866 (java) R 3862 3864 919 0 -1 4202560 2530 0 1 0 1772 2 0 0 20 0 19 0 291542922 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996838289696 139996690867655 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3864/tid=3867] ppid=3862 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/3864/task/3867/stat : 3867 (java) S 3862 3864 919 0 -1 4202560 11 0 0 0 7 0 0 0 20 0 19 0 291542923 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996810742824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3864/tid=3868] ppid=3862 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/3864/task/3868/stat : 3868 (java) S 3862 3864 919 0 -1 4202560 6 0 0 0 6 0 0 0 20 0 19 0 291542923 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996809690024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3864/tid=3869] ppid=3862 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/3864/task/3869/stat : 3869 (java) S 3862 3864 919 0 -1 4202560 13 0 0 0 8 0 0 0 20 0 19 0 291542923 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996679416616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3864/tid=3870] ppid=3862 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/3864/task/3870/stat : 3870 (java) S 3862 3864 919 0 -1 4202560 13 0 0 0 8 0 0 0 20 0 19 0 291542923 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996678363816 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3871] ppid=3862 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/3864/task/3871/stat : 3871 (java) S 3862 3864 919 0 -1 4202560 7 0 0 0 9 0 0 0 20 0 19 0 291542923 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996677311016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3864/tid=3872] ppid=3862 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/3864/task/3872/stat : 3872 (java) S 3862 3864 919 0 -1 4202560 4 0 0 0 8 0 0 0 20 0 19 0 291542923 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996676258216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3873] ppid=3862 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/3864/task/3873/stat : 3873 (java) S 3862 3864 919 0 -1 4202560 5 0 0 0 10 0 0 0 20 0 19 0 291542923 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996675205416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3864/tid=3874] ppid=3862 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/3864/task/3874/stat : 3874 (java) S 3862 3864 919 0 -1 4202560 8 0 0 0 9 0 0 0 20 0 19 0 291542923 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996203837608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3864/tid=3875] ppid=3862 vsize=9624980 CPUtime=0.65 cores=0,2,4,6
/proc/3864/task/3875/stat : 3875 (java) S 3862 3864 919 0 -1 4202560 40 0 0 0 65 0 0 0 20 0 19 0 291542924 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996191640552 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3876] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3876/stat : 3876 (java) S 3862 3864 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291542924 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996190586616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3877] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3877/stat : 3877 (java) S 3862 3864 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291542924 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996189533704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3878] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3878/stat : 3878 (java) S 3862 3864 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291542927 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996188482192 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3864/tid=3879] ppid=3862 vsize=9624980 CPUtime=0.39 cores=0,2,4,6
/proc/3864/task/3879/stat : 3879 (java) S 3862 3864 919 0 -1 4202560 6281 0 0 0 39 0 0 0 20 0 19 0 291542927 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996187429304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3880] ppid=3862 vsize=9624980 CPUtime=1.1 cores=0,2,4,6
/proc/3864/task/3880/stat : 3880 (java) S 3862 3864 919 0 -1 4202560 12979 0 0 0 108 2 0 0 20 0 19 0 291542927 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996186376504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3864/tid=3881] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3881/stat : 3881 (java) S 3862 3864 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291542927 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996185323896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3864/tid=3882] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3882/stat : 3882 (java) S 3862 3864 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291542927 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996184271304 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3864/tid=3883] ppid=3862 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3864/task/3883/stat : 3883 (java) S 3862 3864 919 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291542938 9855979520 16260 33554432000 1073741824 1073778376 140734357894464 139996183180968 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 20.7
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 18.7247
CPU time (s): 20.7808
CPU user time (s): 20.6189
CPU system time (s): 0.161975
CPU usage (%): 110.981
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.6189
system time used= 0.161975
maximum resident set size= 70896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23095
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= 2800
involuntary context switches= 3426

runsolver used 0.043993 second user time and 0.090986 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-29 03:16:10
IDJOB=3718437
IDBENCH=79213
IDSOLVER=2301
FILE ID=node126/3718437-1338254170
RUNJOBID= node126-1338248585-2144
PBS_JOBID= 14624661
Free space on /tmp= 71360 MiB

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

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

MD5SUM BENCH= bf9471406d44094ab08e66793b6b5d92
RANDOM SEED=646267213

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30445580 kB
Buffers:          425960 kB
Cached:           729996 kB
SwapCached:        17756 kB
Active:          1232168 kB
Inactive:         314556 kB
Active(anon):     372428 kB
Inactive(anon):    20452 kB
Active(file):     859740 kB
Inactive(file):   294104 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:               452 kB
Writeback:             0 kB
AnonPages:        394960 kB
Mapped:            17848 kB
Shmem:                 0 kB
Slab:             727224 kB
SReclaimable:     171360 kB
SUnreclaim:       555864 kB
KernelStack:        1608 kB
PageTables:         5352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     698628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    362496 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= 71360 MiB
End job on node126 at 2012-05-29 03:16:29