Trace number 3718119

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 13.6709 12.4802

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110973364--soft-33-100-0.wbo
MD5SUMfefb0803ef3749855e286a972cf1f155
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.843871
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 constraints64
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 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1246
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120528
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3718119-1338251681.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.054s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     233
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.10/0.16	c ignored satisfied constraints => 1
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.10/0.16	c 102 constraints processed.
0.10/0.16	c objective function length is 64 literals
0.26/0.23	c SATISFIABLE
0.26/0.23	c OPTIMIZING...
0.26/0.23	c Got one! Elapsed wall clock time (in seconds):0.126
0.26/0.23	o 938
0.26/0.25	c Got one! Elapsed wall clock time (in seconds):0.141
0.26/0.25	o 935
0.26/0.26	c Got one! Elapsed wall clock time (in seconds):0.153
0.26/0.26	o 896
0.26/0.27	c Got one! Elapsed wall clock time (in seconds):0.16
0.26/0.27	o 652
0.26/0.30	c Got one! Elapsed wall clock time (in seconds):0.188
0.26/0.30	o 649
0.55/0.30	c Got one! Elapsed wall clock time (in seconds):0.191
0.55/0.30	o 645
0.55/0.31	c Got one! Elapsed wall clock time (in seconds):0.2
0.55/0.31	o 626
0.55/0.32	c Got one! Elapsed wall clock time (in seconds):0.217
0.55/0.32	o 624
0.55/0.33	c Got one! Elapsed wall clock time (in seconds):0.222
0.55/0.33	o 561
0.55/0.34	c Got one! Elapsed wall clock time (in seconds):0.23
0.55/0.34	o 553
0.55/0.35	c Got one! Elapsed wall clock time (in seconds):0.241
0.55/0.35	o 549
0.55/0.37	c Got one! Elapsed wall clock time (in seconds):0.26
0.55/0.37	o 537
0.55/0.37	c Got one! Elapsed wall clock time (in seconds):0.266
0.55/0.37	o 521
0.55/0.39	c Got one! Elapsed wall clock time (in seconds):0.278
0.55/0.39	o 515
0.55/0.39	c Got one! Elapsed wall clock time (in seconds):0.287
0.55/0.39	o 509
0.71/0.41	c Got one! Elapsed wall clock time (in seconds):0.302
0.71/0.41	o 506
0.71/0.43	c Got one! Elapsed wall clock time (in seconds):0.319
0.71/0.43	o 505
0.71/0.43	c Got one! Elapsed wall clock time (in seconds):0.326
0.71/0.43	o 502
0.71/0.44	c Got one! Elapsed wall clock time (in seconds):0.333
0.71/0.44	o 491
0.71/0.45	c Got one! Elapsed wall clock time (in seconds):0.343
0.71/0.45	o 489
0.71/0.47	c Got one! Elapsed wall clock time (in seconds):0.358
0.71/0.47	o 461
0.71/0.49	c Got one! Elapsed wall clock time (in seconds):0.385
0.71/0.49	o 442
0.85/0.51	c Got one! Elapsed wall clock time (in seconds):0.407
0.85/0.51	o 440
0.85/0.52	c Got one! Elapsed wall clock time (in seconds):0.41
0.85/0.52	o 437
0.85/0.52	c Got one! Elapsed wall clock time (in seconds):0.415
0.85/0.52	o 429
0.85/0.53	c Got one! Elapsed wall clock time (in seconds):0.422
0.85/0.53	o 382
0.85/0.54	c Got one! Elapsed wall clock time (in seconds):0.432
0.85/0.54	o 369
0.85/0.56	c Got one! Elapsed wall clock time (in seconds):0.448
0.85/0.56	o 366
0.85/0.58	c Got one! Elapsed wall clock time (in seconds):0.469
0.85/0.58	o 357
0.99/0.60	c Got one! Elapsed wall clock time (in seconds):0.496
0.99/0.60	o 348
0.99/0.65	c Got one! Elapsed wall clock time (in seconds):0.547
0.99/0.65	o 347
0.99/0.66	c Got one! Elapsed wall clock time (in seconds):0.551
0.99/0.66	o 340
0.99/0.67	c Got one! Elapsed wall clock time (in seconds):0.559
0.99/0.67	o 339
0.99/0.69	c Got one! Elapsed wall clock time (in seconds):0.584
0.99/0.69	o 337
1.09/0.72	c Got one! Elapsed wall clock time (in seconds):0.607
1.09/0.72	o 327
1.09/0.75	c Got one! Elapsed wall clock time (in seconds):0.643
1.09/0.75	o 316
1.20/0.82	c cleaning 8757 clauses out of 17527 with flag 3885/17527
1.20/0.87	c Got one! Elapsed wall clock time (in seconds):0.758
1.20/0.87	o 310
1.33/0.92	c Got one! Elapsed wall clock time (in seconds):0.81
1.33/0.92	o 309
1.33/0.92	c Got one! Elapsed wall clock time (in seconds):0.817
1.33/0.92	o 307
1.33/0.94	c Got one! Elapsed wall clock time (in seconds):0.83
1.33/0.94	o 301
1.33/0.99	c Got one! Elapsed wall clock time (in seconds):0.882
1.33/0.99	o 300
1.47/1.03	c cleaning 7854 clauses out of 15722 with flag 3164/24479
1.47/1.05	c Got one! Elapsed wall clock time (in seconds):0.938
1.47/1.05	o 298
1.47/1.07	c Got one! Elapsed wall clock time (in seconds):0.965
1.47/1.07	o 293
1.66/1.14	c Got one! Elapsed wall clock time (in seconds):1.037
1.66/1.14	o 287
1.89/1.24	c cleaning 7362 clauses out of 14747 with flag 13011/31358
1.89/1.27	c Got one! Elapsed wall clock time (in seconds):1.166
1.89/1.27	o 283
1.89/1.28	c Got one! Elapsed wall clock time (in seconds):1.176
1.89/1.28	o 280
1.89/1.29	c Got one! Elapsed wall clock time (in seconds):1.185
1.89/1.29	o 266
2.02/1.31	c Got one! Elapsed wall clock time (in seconds):1.207
2.02/1.31	o 264
2.02/1.33	c Got one! Elapsed wall clock time (in seconds):1.221
2.02/1.33	o 246
2.02/1.38	c Got one! Elapsed wall clock time (in seconds):1.274
2.02/1.38	o 243
2.12/1.42	c Got one! Elapsed wall clock time (in seconds):1.312
2.12/1.42	o 242
2.12/1.49	c Got one! Elapsed wall clock time (in seconds):1.381
2.12/1.49	o 241
2.22/1.53	c cleaning 8471 clauses out of 16947 with flag 4518/40920
2.32/1.64	c Got one! Elapsed wall clock time (in seconds):1.536
2.32/1.64	o 238
2.43/1.71	c cleaning 7079 clauses out of 14171 with flag 8409/46615
2.43/1.79	c Got one! Elapsed wall clock time (in seconds):1.683
2.43/1.79	o 233
2.53/1.80	c Got one! Elapsed wall clock time (in seconds):1.694
2.53/1.80	o 232
2.53/1.83	c Got one! Elapsed wall clock time (in seconds):1.724
2.53/1.83	o 226
2.53/1.84	c Got one! Elapsed wall clock time (in seconds):1.734
2.53/1.84	o 212
2.53/1.88	c Got one! Elapsed wall clock time (in seconds):1.772
2.53/1.88	o 211
2.63/1.92	c cleaning 7145 clauses out of 14301 with flag 3985/53824
2.63/1.93	c Got one! Elapsed wall clock time (in seconds):1.827
2.63/1.93	o 192
2.76/2.00	c Got one! Elapsed wall clock time (in seconds):1.892
2.76/2.00	o 178
2.76/2.09	c cleaning 6499 clauses out of 13007 with flag 12340/59675
2.97/2.22	c Got one! Elapsed wall clock time (in seconds):2.108
2.97/2.22	o 161
2.97/2.25	c cleaning 6048 clauses out of 12102 with flag 4287/65269
3.06/2.31	c Got one! Elapsed wall clock time (in seconds):2.198
3.06/2.31	o 160
3.16/2.42	c cleaning 5942 clauses out of 11895 with flag 17592/71110
3.26/2.59	c cleaning 5967 clauses out of 11953 with flag 40937/77110
3.46/2.78	c cleaning 6490 clauses out of 12986 with flag 65108/84110
3.56/2.84	c Got one! Elapsed wall clock time (in seconds):2.733
3.56/2.84	o 159
3.56/2.87	c Got one! Elapsed wall clock time (in seconds):2.764
3.56/2.87	o 151
3.66/2.96	c cleaning 6254 clauses out of 12521 with flag 13617/90135
3.87/3.13	c cleaning 6129 clauses out of 12265 with flag 36457/96133
3.97/3.25	c Got one! Elapsed wall clock time (in seconds):3.143
3.97/3.25	o 148
3.97/3.29	c cleaning 5669 clauses out of 11345 with flag 4089/101342
4.08/3.31	c Got one! Elapsed wall clock time (in seconds):3.204
4.08/3.31	o 140
4.17/3.45	c cleaning 5600 clauses out of 11211 with flag 22751/106877
4.38/3.62	c cleaning 5796 clauses out of 11611 with flag 49752/112877
4.38/3.69	c Got one! Elapsed wall clock time (in seconds):3.583
4.38/3.69	o 139
4.49/3.73	c Got one! Elapsed wall clock time (in seconds):3.623
4.49/3.73	o 138
4.49/3.74	c Got one! Elapsed wall clock time (in seconds):3.637
4.49/3.74	o 132
4.61/3.81	c cleaning 5952 clauses out of 11925 with flag 9227/118987
4.61/3.87	c Got one! Elapsed wall clock time (in seconds):3.766
4.61/3.87	o 119
4.71/3.96	c cleaning 5653 clauses out of 11335 with flag 14144/124349
4.81/4.00	c Got one! Elapsed wall clock time (in seconds):3.895
4.81/4.00	o 118
4.92/4.12	c cleaning 5513 clauses out of 11058 with flag 17789/129725
5.02/4.21	c Got one! Elapsed wall clock time (in seconds):4.102
5.02/4.21	o 116
5.02/4.27	c cleaning 5361 clauses out of 10752 with flag 9283/134932
5.13/4.40	c Got one! Elapsed wall clock time (in seconds):4.289
5.13/4.40	o 113
5.23/4.43	c cleaning 5527 clauses out of 11072 with flag 4560/140613
5.42/4.60	c cleaning 5761 clauses out of 11546 with flag 30079/146614
5.53/4.78	c Got one! Elapsed wall clock time (in seconds):4.67
5.53/4.78	o 112
5.73/4.95	c cleaning 8599 clauses out of 17216 with flag 24326/158045
5.96/5.15	c cleaning 7302 clauses out of 14617 with flag 52077/164045
6.18/5.37	c cleaning 7148 clauses out of 14315 with flag 83338/171045
6.28/5.41	c Got one! Elapsed wall clock time (in seconds):5.304
6.28/5.41	o 109
6.28/5.46	c Got one! Elapsed wall clock time (in seconds):5.356
6.28/5.46	o 101
6.38/5.53	c Got one! Elapsed wall clock time (in seconds):5.426
6.38/5.53	o 46
6.38/5.57	c cleaning 6875 clauses out of 13752 with flag 3967/177630
6.60/5.73	c cleaning 6433 clauses out of 12875 with flag 28055/183629
6.70/5.82	c Got one! Elapsed wall clock time (in seconds):5.711
6.70/5.82	o 38
6.70/5.88	c cleaning 5940 clauses out of 11901 with flag 9496/189089
6.82/5.99	c Got one! Elapsed wall clock time (in seconds):5.882
6.82/5.99	o 35
6.92/6.06	c cleaning 5844 clauses out of 11712 with flag 10672/194840
7.14/6.24	c cleaning 5920 clauses out of 11868 with flag 38708/200840
7.24/6.38	c Got one! Elapsed wall clock time (in seconds):6.27
7.24/6.38	o 25
7.44/6.54	c cleaning 8188 clauses out of 16386 with flag 23548/211278
7.56/6.65	c Got one! Elapsed wall clock time (in seconds):6.546
7.56/6.65	o 24
7.65/6.72	c cleaning 6792 clauses out of 13616 with flag 9573/216696
7.87/6.91	c cleaning 6394 clauses out of 12824 with flag 38161/222696
8.07/7.12	c cleaning 6695 clauses out of 13430 with flag 71884/229696
8.28/7.34	c cleaning 7366 clauses out of 14734 with flag 106579/237695
8.39/7.44	c Got one! Elapsed wall clock time (in seconds):7.329
8.39/7.44	o 21
8.49/7.50	c cleaning 6419 clauses out of 12861 with flag 9837/243190
8.60/7.68	c cleaning 6212 clauses out of 12443 with flag 38375/249191
8.81/7.89	c cleaning 6608 clauses out of 13232 with flag 72350/256192
9.13/8.13	c cleaning 7296 clauses out of 14622 with flag 110942/264190
9.34/8.31	c Got one! Elapsed wall clock time (in seconds):8.205
9.34/8.31	o 20
9.44/8.45	c cleaning 9105 clauses out of 18234 with flag 21235/275099
9.56/8.56	c Got one! Elapsed wall clock time (in seconds):8.449
9.56/8.56	o 19
9.66/8.62	c cleaning 7359 clauses out of 14737 with flag 10306/280708
9.66/8.69	c Got one! Elapsed wall clock time (in seconds):8.579
9.66/8.69	o 18
9.77/8.78	c cleaning 6310 clauses out of 12622 with flag 15344/285953
9.86/8.86	c Got one! Elapsed wall clock time (in seconds):8.748
9.86/8.86	o 14
9.96/8.94	c Got one! Elapsed wall clock time (in seconds):8.834
9.96/8.94	o 9
9.96/8.98	c cleaning 6489 clauses out of 12992 with flag 5232/292633
10.19/9.18	c cleaning 6247 clauses out of 12504 with flag 36635/298634
10.40/9.39	c cleaning 6617 clauses out of 13254 with flag 71336/305633
10.60/9.50	c Got one! Elapsed wall clock time (in seconds):9.396
10.60/9.50	o 7
10.60/9.54	c cleaning 5887 clauses out of 11795 with flag 5389/310793
10.80/9.73	c cleaning 5942 clauses out of 11909 with flag 37725/316794
11.01/9.93	c cleaning 6477 clauses out of 12965 with flag 72603/323792
11.20/10.16	c cleaning 7240 clauses out of 14484 with flag 110771/331792
11.30/10.20	c Got one! Elapsed wall clock time (in seconds):10.094
11.30/10.20	o 6
11.40/10.33	c cleaning 6289 clauses out of 12588 with flag 21692/337137
11.60/10.51	c cleaning 6143 clauses out of 12299 with flag 52020/343137
11.82/10.72	c cleaning 6562 clauses out of 13156 with flag 85737/350137
11.91/10.80	c Got one! Elapsed wall clock time (in seconds):10.693
11.91/10.80	o 5
11.91/10.90	c cleaning 6230 clauses out of 12496 with flag 15611/356039
12.12/11.08	c cleaning 6118 clauses out of 12267 with flag 44457/362040
12.31/11.29	c cleaning 6561 clauses out of 13149 with flag 78697/369040
12.61/11.53	c cleaning 7281 clauses out of 14588 with flag 117127/377040
12.81/11.70	c Got one! Elapsed wall clock time (in seconds):11.597
12.81/11.70	o 4
13.01/11.91	c cleaning 8840 clauses out of 17689 with flag 25904/387422
13.22/12.12	c cleaning 7422 clauses out of 14851 with flag 57106/393424
13.42/12.35	c cleaning 7206 clauses out of 14428 with flag 92227/400423
13.52/12.40	c Got one! Elapsed wall clock time (in seconds):12.293
13.52/12.40	o 3
13.52/12.46	c Got one! Elapsed wall clock time (in seconds):12.357
13.52/12.46	o 2
13.52/12.47	c starts		: 228
13.52/12.47	c conflicts		: 404035
13.52/12.47	c decisions		: 613112
13.52/12.47	c propagations		: 8319057
13.52/12.47	c inspects		: 85751605
13.52/12.47	c shortcuts		: 0
13.52/12.47	c learnt literals	: 16
13.52/12.47	c learnt binary clauses	: 0
13.52/12.47	c learnt ternary clauses	: 173
13.52/12.47	c learnt constraints	: 404019
13.52/12.47	c ignored constraints	: 0
13.52/12.47	c root simplifications	: 0
13.52/12.47	c removed literals (reason simplification)	: 0
13.52/12.47	c reason swapping (by a shorter reason)	: 0
13.52/12.47	c Calls to reduceDB	: 59
13.52/12.47	c Number of update (reduction) of LBD	: 100566
13.52/12.47	c number of reductions to clauses (during analyze)	: 0
13.52/12.47	c number of learned constraints concerned by reduction	: 0
13.52/12.47	c number of learning phase by resolution	: 0
13.52/12.47	c number of learning phase by cutting planes	: 0
13.52/12.47	c speed (assignments/second)	: 676016.3334958557
13.52/12.47	c non guided choices	3352
13.52/12.47	c learnt constraints type 
13.52/12.47	c constraints type 
13.52/12.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
13.52/12.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
13.52/12.47	c ignored satisfied constraints => 1
13.52/12.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
13.52/12.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
13.52/12.47	c 102 constraints processed.
13.52/12.47	s OPTIMUM FOUND
13.52/12.47	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 
13.52/12.47	c objective function=2
13.52/12.47	c Total wall clock time (in seconds): 12.365

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3718119-1338251681/watcher-3718119-1338251681 -o /tmp/evaluation-result-3718119-1338251681/solver-3718119-1338251681 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718119-1338251681.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.26 2.20 2.06 3/194 16488
/proc/meminfo: memFree=31393088/32873844 swapFree=6872/6872
[pid=16488] ppid=16486 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/16488/stat : 16488 (java) R 16486 16488 13427 0 -1 4202496 1004 0 0 0 0 0 0 0 20 0 1 0 291296639 23793664 732 33554432000 1073741824 1073778376 140734762193728 140734762182792 140423890297364 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16488/statm: 5809 741 547 9 0 128 0

[startup+0.0954641 s]
/proc/loadavg: 2.26 2.20 2.06 3/194 16488
/proc/meminfo: memFree=31393088/32873844 swapFree=6872/6872
[pid=16488] ppid=16486 vsize=9558416 CPUtime=0.1 cores=1,3,5,7
/proc/16488/stat : 16488 (java) S 16486 16488 13427 0 -1 4202496 4360 0 1 0 9 1 0 0 20 0 18 0 291296639 9787817984 5036 33554432000 1073741824 1073778376 140734762193728 140734762184864 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16488/statm: 2389604 5036 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.100274 s]
/proc/loadavg: 2.26 2.20 2.06 3/194 16488
/proc/meminfo: memFree=31393088/32873844 swapFree=6872/6872
[pid=16488] ppid=16486 vsize=9558416 CPUtime=0.1 cores=1,3,5,7
/proc/16488/stat : 16488 (java) S 16486 16488 13427 0 -1 4202496 4443 0 1 0 9 1 0 0 20 0 18 0 291296639 9787817984 5119 33554432000 1073741824 1073778376 140734762193728 140734762184864 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16488/statm: 2389604 5119 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.30023 s]
/proc/loadavg: 2.26 2.20 2.06 3/194 16488
/proc/meminfo: memFree=31393088/32873844 swapFree=6872/6872
[pid=16488] ppid=16486 vsize=9624980 CPUtime=0.55 cores=1,3,5,7
/proc/16488/stat : 16488 (java) S 16486 16488 13427 0 -1 4202496 7039 0 1 0 53 2 0 0 20 0 19 0 291296639 9855979520 7871 33554432000 1073741824 1073778376 140734762193728 140734762184864 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16488/statm: 2406245 7871 2234 9 0 2396937 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9624980

[startup+0.700225 s]
/proc/loadavg: 2.26 2.20 2.06 3/194 16488
/proc/meminfo: memFree=31393088/32873844 swapFree=6872/6872
[pid=16488] ppid=16486 vsize=9624980 CPUtime=1.09 cores=1,3,5,7
/proc/16488/stat : 16488 (java) S 16486 16488 13427 0 -1 4202496 7468 0 1 0 107 2 0 0 20 0 19 0 291296639 9855979520 8964 33554432000 1073741824 1073778376 140734762193728 140734762184864 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16488/statm: 2406245 8964 2239 9 0 2396937 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9624980

[startup+1.50061 s]
/proc/loadavg: 2.26 2.20 2.06 3/213 16507
/proc/meminfo: memFree=31355552/32873844 swapFree=6872/6872
[pid=16488] ppid=16486 vsize=9624980 CPUtime=2.22 cores=1,3,5,7
/proc/16488/stat : 16488 (java) S 16486 16488 13427 0 -1 4202496 11798 0 1 0 218 4 0 0 20 0 19 0 291296639 9855979520 13121 33554432000 1073741824 1073778376 140734762193728 140734762184864 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16488/statm: 2406245 13121 2270 9 0 2396937 0
[pid=16488/tid=16490] ppid=16486 vsize=9624980 CPUtime=1.43 cores=1,3,5,7
/proc/16488/task/16490/stat : 16490 (java) R 16486 16488 13427 0 -1 4202560 2518 0 1 0 143 0 0 0 20 0 19 0 291296639 9855979520 13121 33554432000 1073741824 1073778376 140734762193728 140423882330560 140423822495552 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16491] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16491/stat : 16491 (java) S 16486 16488 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291296640 9855979520 13121 33554432000 1073741824 1073778376 140734762193728 140423726054440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16488/tid=16492] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16492/stat : 16492 (java) S 16486 16488 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291296640 9855979520 13121 33554432000 1073741824 1073778376 140734762193728 140423725001640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16493] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16493/stat : 16493 (java) S 16486 16488 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296640 9855979520 13121 33554432000 1073741824 1073778376 140734762193728 140423723948840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16488/tid=16494] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16494/stat : 16494 (java) S 16486 16488 13427 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 291296640 9855979520 13121 33554432000 1073741824 1073778376 140734762193728 140423722896040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16495] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16495/stat : 16495 (java) S 16486 16488 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296640 9855979520 13121 33554432000 1073741824 1073778376 140734762193728 140423721843240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16496] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16496/stat : 16496 (java) S 16486 16488 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291296640 9855979520 13121 33554432000 1073741824 1073778376 140734762193728 140423720790440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16497] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16497/stat : 16497 (java) S 16486 16488 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291296640 9855979520 13121 33554432000 1073741824 1073778376 140734762193728 140423719737640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16488/tid=16498] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16498/stat : 16498 (java) S 16486 16488 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291296640 9855979520 13121 33554432000 1073741824 1073778376 140734762193728 140423718684840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16499] ppid=16486 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16488/task/16499/stat : 16499 (java) S 16486 16488 13427 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 291296641 9855979520 13121 33554432000 1073741824 1073778376 140734762193728 140423706487784 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16488/tid=16500] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16500/stat : 16500 (java) S 16486 16488 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291296642 9855979520 13121 33554432000 1073741824 1073778376 140734762193728 140423705433848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16501] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16501/stat : 16501 (java) S 16486 16488 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291296642 9855979520 13121 33554432000 1073741824 1073778376 140734762193728 140423704380936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16502] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16502/stat : 16502 (java) S 16486 16488 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296644 9855979520 13121 33554432000 1073741824 1073778376 140734762193728 140423703329424 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16503] ppid=16486 vsize=9624980 CPUtime=0.36 cores=1,3,5,7
/proc/16488/task/16503/stat : 16503 (java) S 16486 16488 13427 0 -1 4202560 4381 0 0 0 34 2 0 0 20 0 19 0 291296644 9855979520 13121 33554432000 1073741824 1073778376 140734762193728 140423702276536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16504] ppid=16486 vsize=9624980 CPUtime=0.34 cores=1,3,5,7
/proc/16488/task/16504/stat : 16504 (java) S 16486 16488 13427 0 -1 4202560 3637 0 0 0 32 2 0 0 20 0 19 0 291296644 9855979520 13121 33554432000 1073741824 1073778376 140734762193728 140423701223736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16505] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16505/stat : 16505 (java) S 16486 16488 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296644 9855979520 13121 33554432000 1073741824 1073778376 140734762193728 140423700171128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16506] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16506/stat : 16506 (java) S 16486 16488 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296644 9855979520 13121 33554432000 1073741824 1073778376 140734762193728 140423699118536 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16507] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16507/stat : 16507 (java) S 16486 16488 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291296656 9855979520 13121 33554432000 1073741824 1073778376 140734762193728 140423698065064 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9624980

[startup+3.10074 s]
/proc/loadavg: 2.32 2.21 2.07 3/213 16507
/proc/meminfo: memFree=31348604/32873844 swapFree=6872/6872
[pid=16488] ppid=16486 vsize=9624980 CPUtime=3.87 cores=1,3,5,7
/proc/16488/stat : 16488 (java) S 16486 16488 13427 0 -1 4202496 11928 0 1 0 383 4 0 0 20 0 19 0 291296639 9855979520 13136 33554432000 1073741824 1073778376 140734762193728 140734762184864 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16488/statm: 2406245 13136 2271 9 0 2396937 0
[pid=16488/tid=16490] ppid=16486 vsize=9624980 CPUtime=2.93 cores=1,3,5,7
/proc/16488/task/16490/stat : 16490 (java) R 16486 16488 13427 0 -1 4202560 2526 0 1 0 293 0 0 0 20 0 19 0 291296639 9855979520 13136 33554432000 1073741824 1073778376 140734762193728 140423882338592 140423822501610 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16491] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16491/stat : 16491 (java) S 16486 16488 13427 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291296640 9855979520 13136 33554432000 1073741824 1073778376 140734762193728 140423726054440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16492] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16492/stat : 16492 (java) S 16486 16488 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291296640 9855979520 13136 33554432000 1073741824 1073778376 140734762193728 140423725001640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16493] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16493/stat : 16493 (java) S 16486 16488 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291296640 9855979520 13136 33554432000 1073741824 1073778376 140734762193728 140423723948840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16494] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16494/stat : 16494 (java) S 16486 16488 13427 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 291296640 9855979520 13136 33554432000 1073741824 1073778376 140734762193728 140423722896040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16488/tid=16495] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16495/stat : 16495 (java) S 16486 16488 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291296640 9855979520 13136 33554432000 1073741824 1073778376 140734762193728 140423721843240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16496] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16496/stat : 16496 (java) S 16486 16488 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291296640 9855979520 13136 33554432000 1073741824 1073778376 140734762193728 140423720790440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16497] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16497/stat : 16497 (java) S 16486 16488 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291296640 9855979520 13136 33554432000 1073741824 1073778376 140734762193728 140423719737640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16488/tid=16498] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16498/stat : 16498 (java) S 16486 16488 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291296640 9855979520 13136 33554432000 1073741824 1073778376 140734762193728 140423718684840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16499] ppid=16486 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/16488/task/16499/stat : 16499 (java) S 16486 16488 13427 0 -1 4202560 31 0 0 0 10 0 0 0 20 0 19 0 291296641 9855979520 13136 33554432000 1073741824 1073778376 140734762193728 140423706487784 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16500] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16500/stat : 16500 (java) S 16486 16488 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291296642 9855979520 13136 33554432000 1073741824 1073778376 140734762193728 140423705433848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16501] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16501/stat : 16501 (java) S 16486 16488 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291296642 9855979520 13136 33554432000 1073741824 1073778376 140734762193728 140423704380936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16502] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16502/stat : 16502 (java) S 16486 16488 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296644 9855979520 13136 33554432000 1073741824 1073778376 140734762193728 140423703329424 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16503] ppid=16486 vsize=9624980 CPUtime=0.39 cores=1,3,5,7
/proc/16488/task/16503/stat : 16503 (java) S 16486 16488 13427 0 -1 4202560 4492 0 0 0 37 2 0 0 20 0 19 0 291296644 9855979520 13136 33554432000 1073741824 1073778376 140734762193728 140423702276536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16504] ppid=16486 vsize=9624980 CPUtime=0.35 cores=1,3,5,7
/proc/16488/task/16504/stat : 16504 (java) S 16486 16488 13427 0 -1 4202560 3637 0 0 0 33 2 0 0 20 0 19 0 291296644 9855979520 13136 33554432000 1073741824 1073778376 140734762193728 140423701223736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16505] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16505/stat : 16505 (java) S 16486 16488 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296644 9855979520 13136 33554432000 1073741824 1073778376 140734762193728 140423700171128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16506] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16506/stat : 16506 (java) S 16486 16488 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296644 9855979520 13136 33554432000 1073741824 1073778376 140734762193728 140423699118536 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16507] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16507/stat : 16507 (java) S 16486 16488 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291296656 9855979520 13136 33554432000 1073741824 1073778376 140734762193728 140423698065064 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 9624980

[startup+6.30063 s]
/proc/loadavg: 2.32 2.21 2.07 3/213 16507
/proc/meminfo: memFree=31347192/32873844 swapFree=6872/6872
[pid=16488] ppid=16486 vsize=9624980 CPUtime=7.24 cores=1,3,5,7
/proc/16488/stat : 16488 (java) S 16486 16488 13427 0 -1 4202496 11992 0 1 0 719 5 0 0 20 0 19 0 291296639 9855979520 12662 33554432000 1073741824 1073778376 140734762193728 140734762184864 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16488/statm: 2406245 12662 2271 9 0 2396937 0
[pid=16488/tid=16490] ppid=16486 vsize=9624980 CPUtime=5.88 cores=1,3,5,7
/proc/16488/task/16490/stat : 16490 (java) R 16486 16488 13427 0 -1 4202560 2545 0 1 0 588 0 0 0 20 0 19 0 291296639 9855979520 12662 33554432000 1073741824 1073778376 140734762193728 140423882338712 140423822480096 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16491] ppid=16486 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16488/task/16491/stat : 16491 (java) S 16486 16488 13427 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 291296640 9855979520 12662 33554432000 1073741824 1073778376 140734762193728 140423726054440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16492] ppid=16486 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16488/task/16492/stat : 16492 (java) S 16486 16488 13427 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 291296640 9855979520 12662 33554432000 1073741824 1073778376 140734762193728 140423725001640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16493] ppid=16486 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16488/task/16493/stat : 16493 (java) S 16486 16488 13427 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291296640 9855979520 12662 33554432000 1073741824 1073778376 140734762193728 140423723948840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16494] ppid=16486 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16488/task/16494/stat : 16494 (java) S 16486 16488 13427 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 291296640 9855979520 12662 33554432000 1073741824 1073778376 140734762193728 140423722896040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16495] ppid=16486 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16488/task/16495/stat : 16495 (java) S 16486 16488 13427 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 291296640 9855979520 12662 33554432000 1073741824 1073778376 140734762193728 140423721843240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16488/tid=16496] ppid=16486 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16488/task/16496/stat : 16496 (java) S 16486 16488 13427 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 291296640 9855979520 12662 33554432000 1073741824 1073778376 140734762193728 140423720790440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16488/tid=16497] ppid=16486 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16488/task/16497/stat : 16497 (java) S 16486 16488 13427 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 291296640 9855979520 12662 33554432000 1073741824 1073778376 140734762193728 140423719737640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16498] ppid=16486 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16488/task/16498/stat : 16498 (java) S 16486 16488 13427 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291296640 9855979520 12662 33554432000 1073741824 1073778376 140734762193728 140423718684840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16499] ppid=16486 vsize=9624980 CPUtime=0.27 cores=1,3,5,7
/proc/16488/task/16499/stat : 16499 (java) S 16486 16488 13427 0 -1 4202560 31 0 0 0 27 0 0 0 20 0 19 0 291296641 9855979520 12662 33554432000 1073741824 1073778376 140734762193728 140423706487784 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16500] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16500/stat : 16500 (java) S 16486 16488 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291296642 9855979520 12662 33554432000 1073741824 1073778376 140734762193728 140423705433848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16501] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16501/stat : 16501 (java) S 16486 16488 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291296642 9855979520 12662 33554432000 1073741824 1073778376 140734762193728 140423704380936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16502] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16502/stat : 16502 (java) S 16486 16488 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296644 9855979520 12662 33554432000 1073741824 1073778376 140734762193728 140423703329424 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16503] ppid=16486 vsize=9624980 CPUtime=0.43 cores=1,3,5,7
/proc/16488/task/16503/stat : 16503 (java) S 16486 16488 13427 0 -1 4202560 4535 0 0 0 41 2 0 0 20 0 19 0 291296644 9855979520 12662 33554432000 1073741824 1073778376 140734762193728 140423702276536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16504] ppid=16486 vsize=9624980 CPUtime=0.36 cores=1,3,5,7
/proc/16488/task/16504/stat : 16504 (java) S 16486 16488 13427 0 -1 4202560 3637 0 0 0 34 2 0 0 20 0 19 0 291296644 9855979520 12662 33554432000 1073741824 1073778376 140734762193728 140423701223736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16505] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16505/stat : 16505 (java) S 16486 16488 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296644 9855979520 12662 33554432000 1073741824 1073778376 140734762193728 140423700171128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16506] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16506/stat : 16506 (java) S 16486 16488 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296644 9855979520 12662 33554432000 1073741824 1073778376 140734762193728 140423699118536 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16507] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16507/stat : 16507 (java) S 16486 16488 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291296656 9855979520 12662 33554432000 1073741824 1073778376 140734762193728 140423698065064 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.24
Current children cumulated vsize (KiB) 9624980

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

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

/proc/16488/task/16491/stat : 16491 (java) S 16486 16488 13427 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 19 0 291296640 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423726054440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16492] ppid=16486 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16488/task/16492/stat : 16492 (java) S 16486 16488 13427 0 -1 4202560 5 0 0 0 5 0 0 0 20 0 19 0 291296640 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423725001640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16493] ppid=16486 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16488/task/16493/stat : 16493 (java) S 16486 16488 13427 0 -1 4202560 5 0 0 0 5 0 0 0 20 0 19 0 291296640 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423723948840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16494] ppid=16486 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16488/task/16494/stat : 16494 (java) S 16486 16488 13427 0 -1 4202560 15 0 0 0 6 0 0 0 20 0 19 0 291296640 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423722896040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16495] ppid=16486 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/16488/task/16495/stat : 16495 (java) S 16486 16488 13427 0 -1 4202560 4 0 0 0 4 0 0 0 20 0 19 0 291296640 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423721843240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16496] ppid=16486 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16488/task/16496/stat : 16496 (java) S 16486 16488 13427 0 -1 4202560 8 0 0 0 5 0 0 0 20 0 19 0 291296640 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423720790440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16488/tid=16497] ppid=16486 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16488/task/16497/stat : 16497 (java) S 16486 16488 13427 0 -1 4202560 7 0 0 0 5 0 0 0 20 0 19 0 291296640 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423719737640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16498] ppid=16486 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16488/task/16498/stat : 16498 (java) S 16486 16488 13427 0 -1 4202560 7 0 0 0 5 0 0 0 20 0 19 0 291296640 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423718684840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16499] ppid=16486 vsize=9624980 CPUtime=0.5 cores=1,3,5,7
/proc/16488/task/16499/stat : 16499 (java) S 16486 16488 13427 0 -1 4202560 31 0 0 0 50 0 0 0 20 0 19 0 291296641 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423706487784 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16500] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16500/stat : 16500 (java) S 16486 16488 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291296642 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423705433848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16501] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16501/stat : 16501 (java) S 16486 16488 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291296642 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423704380936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16502] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16502/stat : 16502 (java) S 16486 16488 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296644 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423703329424 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16503] ppid=16486 vsize=9624980 CPUtime=0.44 cores=1,3,5,7
/proc/16488/task/16503/stat : 16503 (java) S 16486 16488 13427 0 -1 4202560 4535 0 0 0 42 2 0 0 20 0 19 0 291296644 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423702276536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16504] ppid=16486 vsize=9624980 CPUtime=0.36 cores=1,3,5,7
/proc/16488/task/16504/stat : 16504 (java) S 16486 16488 13427 0 -1 4202560 3637 0 0 0 34 2 0 0 20 0 19 0 291296644 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423701223736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16505] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16505/stat : 16505 (java) S 16486 16488 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296644 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423700171128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16506] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16506/stat : 16506 (java) S 16486 16488 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296644 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423699118536 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16507] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16507/stat : 16507 (java) S 16486 16488 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291296656 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423698065064 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 9624980

[startup+11.9006 s]
/proc/loadavg: 2.30 2.21 2.06 3/213 16507
/proc/meminfo: memFree=31334868/32873844 swapFree=6872/6872
[pid=16488] ppid=16486 vsize=9624980 CPUtime=13.01 cores=1,3,5,7
/proc/16488/stat : 16488 (java) S 16486 16488 13427 0 -1 4202496 12022 0 1 0 1295 6 0 0 20 0 19 0 291296639 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140734762184864 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16488/statm: 2406245 12666 2271 9 0 2396937 0
[pid=16488/tid=16490] ppid=16486 vsize=9624980 CPUtime=11.13 cores=1,3,5,7
/proc/16488/task/16490/stat : 16490 (java) R 16486 16488 13427 0 -1 4202560 2571 0 1 0 1112 1 0 0 20 0 19 0 291296639 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423882338712 140423822688996 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16491] ppid=16486 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/16488/task/16491/stat : 16491 (java) S 16486 16488 13427 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 19 0 291296640 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423726054440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16488/tid=16492] ppid=16486 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16488/task/16492/stat : 16492 (java) S 16486 16488 13427 0 -1 4202560 5 0 0 0 5 0 0 0 20 0 19 0 291296640 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423725001640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16488/tid=16493] ppid=16486 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16488/task/16493/stat : 16493 (java) S 16486 16488 13427 0 -1 4202560 5 0 0 0 5 0 0 0 20 0 19 0 291296640 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423723948840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16488/tid=16494] ppid=16486 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16488/task/16494/stat : 16494 (java) S 16486 16488 13427 0 -1 4202560 15 0 0 0 6 0 0 0 20 0 19 0 291296640 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423722896040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16495] ppid=16486 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/16488/task/16495/stat : 16495 (java) S 16486 16488 13427 0 -1 4202560 4 0 0 0 4 0 0 0 20 0 19 0 291296640 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423721843240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16496] ppid=16486 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16488/task/16496/stat : 16496 (java) S 16486 16488 13427 0 -1 4202560 8 0 0 0 5 0 0 0 20 0 19 0 291296640 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423720790440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16488/tid=16497] ppid=16486 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16488/task/16497/stat : 16497 (java) S 16486 16488 13427 0 -1 4202560 7 0 0 0 6 0 0 0 20 0 19 0 291296640 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423719737640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16498] ppid=16486 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16488/task/16498/stat : 16498 (java) S 16486 16488 13427 0 -1 4202560 7 0 0 0 5 0 0 0 20 0 19 0 291296640 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423718684840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16499] ppid=16486 vsize=9624980 CPUtime=0.52 cores=1,3,5,7
/proc/16488/task/16499/stat : 16499 (java) S 16486 16488 13427 0 -1 4202560 31 0 0 0 52 0 0 0 20 0 19 0 291296641 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423706487784 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16500] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16500/stat : 16500 (java) S 16486 16488 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291296642 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423705433848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16501] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16501/stat : 16501 (java) S 16486 16488 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291296642 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423704380936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16502] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16502/stat : 16502 (java) S 16486 16488 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296644 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423703329424 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16503] ppid=16486 vsize=9624980 CPUtime=0.44 cores=1,3,5,7
/proc/16488/task/16503/stat : 16503 (java) S 16486 16488 13427 0 -1 4202560 4535 0 0 0 42 2 0 0 20 0 19 0 291296644 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423702276536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16504] ppid=16486 vsize=9624980 CPUtime=0.36 cores=1,3,5,7
/proc/16488/task/16504/stat : 16504 (java) S 16486 16488 13427 0 -1 4202560 3637 0 0 0 34 2 0 0 20 0 19 0 291296644 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423701223736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16505] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16505/stat : 16505 (java) S 16486 16488 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296644 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423700171128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16506] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16506/stat : 16506 (java) S 16486 16488 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296644 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423699118536 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16507] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16507/stat : 16507 (java) S 16486 16488 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291296656 9855979520 12666 33554432000 1073741824 1073778376 140734762193728 140423698065064 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 13.01
Current children cumulated vsize (KiB) 9624980

[startup+12.3008 s]
/proc/loadavg: 2.27 2.21 2.06 3/213 16507
/proc/meminfo: memFree=31334744/32873844 swapFree=6872/6872
[pid=16488] ppid=16486 vsize=9624980 CPUtime=13.42 cores=1,3,5,7
/proc/16488/stat : 16488 (java) S 16486 16488 13427 0 -1 4202496 12026 0 1 0 1336 6 0 0 20 0 19 0 291296639 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140734762184864 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16488/statm: 2406245 12668 2271 9 0 2396937 0
[pid=16488/tid=16490] ppid=16486 vsize=9624980 CPUtime=11.5 cores=1,3,5,7
/proc/16488/task/16490/stat : 16490 (java) R 16486 16488 13427 0 -1 4202560 2573 0 1 0 1149 1 0 0 20 0 19 0 291296639 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423882338712 140423822495614 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16491] ppid=16486 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/16488/task/16491/stat : 16491 (java) S 16486 16488 13427 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291296640 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423726054440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16488/tid=16492] ppid=16486 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16488/task/16492/stat : 16492 (java) S 16486 16488 13427 0 -1 4202560 5 0 0 0 5 0 0 0 20 0 19 0 291296640 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423725001640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16488/tid=16493] ppid=16486 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16488/task/16493/stat : 16493 (java) S 16486 16488 13427 0 -1 4202560 5 0 0 0 5 0 0 0 20 0 19 0 291296640 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423723948840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16494] ppid=16486 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16488/task/16494/stat : 16494 (java) S 16486 16488 13427 0 -1 4202560 15 0 0 0 6 0 0 0 20 0 19 0 291296640 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423722896040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16495] ppid=16486 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/16488/task/16495/stat : 16495 (java) S 16486 16488 13427 0 -1 4202560 4 0 0 0 4 0 0 0 20 0 19 0 291296640 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423721843240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16496] ppid=16486 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16488/task/16496/stat : 16496 (java) S 16486 16488 13427 0 -1 4202560 9 0 0 0 5 0 0 0 20 0 19 0 291296640 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423720790440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16488/tid=16497] ppid=16486 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16488/task/16497/stat : 16497 (java) S 16486 16488 13427 0 -1 4202560 7 0 0 0 6 0 0 0 20 0 19 0 291296640 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423719737640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16498] ppid=16486 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16488/task/16498/stat : 16498 (java) S 16486 16488 13427 0 -1 4202560 7 0 0 0 5 0 0 0 20 0 19 0 291296640 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423718684840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16499] ppid=16486 vsize=9624980 CPUtime=0.54 cores=1,3,5,7
/proc/16488/task/16499/stat : 16499 (java) S 16486 16488 13427 0 -1 4202560 31 0 0 0 54 0 0 0 20 0 19 0 291296641 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423706487784 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16500] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16500/stat : 16500 (java) S 16486 16488 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291296642 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423705433848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16501] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16501/stat : 16501 (java) S 16486 16488 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291296642 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423704380936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16502] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16502/stat : 16502 (java) S 16486 16488 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296644 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423703329424 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16503] ppid=16486 vsize=9624980 CPUtime=0.44 cores=1,3,5,7
/proc/16488/task/16503/stat : 16503 (java) S 16486 16488 13427 0 -1 4202560 4535 0 0 0 42 2 0 0 20 0 19 0 291296644 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423702276536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16504] ppid=16486 vsize=9624980 CPUtime=0.36 cores=1,3,5,7
/proc/16488/task/16504/stat : 16504 (java) S 16486 16488 13427 0 -1 4202560 3637 0 0 0 34 2 0 0 20 0 19 0 291296644 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423701223736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16505] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16505/stat : 16505 (java) S 16486 16488 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296644 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423700171128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16506] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16506/stat : 16506 (java) S 16486 16488 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296644 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423699118536 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16507] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16507/stat : 16507 (java) S 16486 16488 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291296656 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423698065064 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 13.42
Current children cumulated vsize (KiB) 9624980

[startup+12.4006 s]
/proc/loadavg: 2.27 2.21 2.06 3/213 16507
/proc/meminfo: memFree=31334744/32873844 swapFree=6872/6872
[pid=16488] ppid=16486 vsize=9624980 CPUtime=13.52 cores=1,3,5,7
/proc/16488/stat : 16488 (java) S 16486 16488 13427 0 -1 4202496 12027 0 1 0 1346 6 0 0 20 0 19 0 291296639 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140734762184864 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16488/statm: 2406245 12668 2271 9 0 2396937 0
[pid=16488/tid=16490] ppid=16486 vsize=9624980 CPUtime=11.59 cores=1,3,5,7
/proc/16488/task/16490/stat : 16490 (java) R 16486 16488 13427 0 -1 4202560 2574 0 1 0 1158 1 0 0 20 0 19 0 291296639 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423882338712 140423822297056 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16491] ppid=16486 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/16488/task/16491/stat : 16491 (java) S 16486 16488 13427 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291296640 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423726054440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16488/tid=16492] ppid=16486 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16488/task/16492/stat : 16492 (java) S 16486 16488 13427 0 -1 4202560 5 0 0 0 5 0 0 0 20 0 19 0 291296640 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423725001640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16488/tid=16493] ppid=16486 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16488/task/16493/stat : 16493 (java) S 16486 16488 13427 0 -1 4202560 5 0 0 0 5 0 0 0 20 0 19 0 291296640 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423723948840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16494] ppid=16486 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16488/task/16494/stat : 16494 (java) S 16486 16488 13427 0 -1 4202560 15 0 0 0 6 0 0 0 20 0 19 0 291296640 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423722896040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16495] ppid=16486 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/16488/task/16495/stat : 16495 (java) S 16486 16488 13427 0 -1 4202560 4 0 0 0 4 0 0 0 20 0 19 0 291296640 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423721843240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16496] ppid=16486 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16488/task/16496/stat : 16496 (java) S 16486 16488 13427 0 -1 4202560 9 0 0 0 5 0 0 0 20 0 19 0 291296640 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423720790440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16488/tid=16497] ppid=16486 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16488/task/16497/stat : 16497 (java) S 16486 16488 13427 0 -1 4202560 7 0 0 0 6 0 0 0 20 0 19 0 291296640 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423719737640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16498] ppid=16486 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16488/task/16498/stat : 16498 (java) S 16486 16488 13427 0 -1 4202560 7 0 0 0 6 0 0 0 20 0 19 0 291296640 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423718684840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16499] ppid=16486 vsize=9624980 CPUtime=0.55 cores=1,3,5,7
/proc/16488/task/16499/stat : 16499 (java) S 16486 16488 13427 0 -1 4202560 31 0 0 0 55 0 0 0 20 0 19 0 291296641 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423706487784 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16500] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16500/stat : 16500 (java) S 16486 16488 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291296642 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423705433848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16501] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16501/stat : 16501 (java) S 16486 16488 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291296642 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423704380936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16502] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16502/stat : 16502 (java) S 16486 16488 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296644 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423703329424 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16488/tid=16503] ppid=16486 vsize=9624980 CPUtime=0.44 cores=1,3,5,7
/proc/16488/task/16503/stat : 16503 (java) S 16486 16488 13427 0 -1 4202560 4535 0 0 0 42 2 0 0 20 0 19 0 291296644 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423702276536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16504] ppid=16486 vsize=9624980 CPUtime=0.36 cores=1,3,5,7
/proc/16488/task/16504/stat : 16504 (java) S 16486 16488 13427 0 -1 4202560 3637 0 0 0 34 2 0 0 20 0 19 0 291296644 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423701223736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16505] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16505/stat : 16505 (java) S 16486 16488 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296644 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423700171128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16488/tid=16506] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16506/stat : 16506 (java) S 16486 16488 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296644 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423699118536 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16488/tid=16507] ppid=16486 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16488/task/16507/stat : 16507 (java) S 16486 16488 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291296656 9855979520 12668 33554432000 1073741824 1073778376 140734762193728 140423698065064 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 13.52
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 12.4802
CPU time (s): 13.6709
CPU user time (s): 13.4989
CPU system time (s): 0.171973
CPU usage (%): 109.541
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.4989
system time used= 0.171973
maximum resident set size= 57756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12044
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= 2053
involuntary context switches= 2219

runsolver used 0.022996 second user time and 0.076988 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-29 02:34:42
IDJOB=3718119
IDBENCH=78817
IDSOLVER=2301
FILE ID=node106/3718119-1338251681
RUNJOBID= node106-1338247868-15528
PBS_JOBID= 14624657
Free space on /tmp= 71332 MiB

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

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

MD5SUM BENCH= fefb0803ef3749855e286a972cf1f155
RANDOM SEED=113670432

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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.92
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		: 2667.065
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		: 2667.065
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		: 2667.065
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		: 2667.065
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:       32873844 kB
MemFree:        31393724 kB
Buffers:           70316 kB
Cached:            51204 kB
SwapCached:         1836 kB
Active:           652848 kB
Inactive:          34324 kB
Active(anon):     565036 kB
Inactive(anon):     3012 kB
Active(file):      87812 kB
Inactive(file):    31312 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100488 kB
Dirty:               668 kB
Writeback:             0 kB
AnonPages:        590904 kB
Mapped:            15836 kB
Shmem:                 0 kB
Slab:             651536 kB
SReclaimable:      93512 kB
SUnreclaim:       558024 kB
KernelStack:        1760 kB
PageTables:         5332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     843740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    569344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71332 MiB
End job on node106 at 2012-05-29 02:34:54