Trace number 3718447

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 22.1706 20.3778

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111222539--soft-0-100-0.wbo
MD5SUM2cb7ef9d897234b1b8519dd953c1d1e7
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.465928
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 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1192
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.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.07	c version 2.3.2.v20120528
0.04/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.07	c java.vm.version	19.1-b02
0.04/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.07	c sun.arch.data.model	64
0.04/0.07	c java.version		1.6.0_24
0.04/0.07	c os.name		Linux
0.04/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.07	c os.arch		amd64
0.04/0.07	c Free memory 		501472288
0.04/0.07	c Max memory 		7480803328
0.04/0.07	c Total memory 		504102912
0.04/0.07	c Number of processors 	8
0.04/0.10	c Pseudo Boolean Optimization by upper bound
0.04/0.10	c --- Begin Solver configuration ---
0.04/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.04/0.10	c Learn all clauses as in MiniSAT
0.04/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.04/0.10	c No reason simplification
0.04/0.10	c Armin Biere (Picosat) restarts strategy
0.04/0.10	c Glucose 2 learned constraints deletion strategy
0.04/0.10	c timeout=2147483s
0.04/0.10	c DB Simplification allowed=false
0.04/0.10	c --- End Solver configuration ---
0.04/0.10	c solving HOME/instance-3718447-1338254272.wbo
0.04/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.053s.
0.11/0.15	c declared #vars     169
0.11/0.15	c internal #vars     270
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.15	c ignored satisfied constraints => 1
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.11/0.15	c 102 constraints processed.
0.11/0.15	c objective function length is 101 literals
0.30/0.20	c SATISFIABLE
0.30/0.20	c OPTIMIZING...
0.30/0.20	c Got one! Elapsed wall clock time (in seconds):0.107
0.30/0.20	o 412
0.30/0.23	c Got one! Elapsed wall clock time (in seconds):0.133
0.30/0.23	o 410
0.30/0.25	c Got one! Elapsed wall clock time (in seconds):0.153
0.30/0.25	o 406
0.30/0.26	c Got one! Elapsed wall clock time (in seconds):0.166
0.30/0.26	o 399
0.30/0.27	c Got one! Elapsed wall clock time (in seconds):0.172
0.30/0.27	o 373
0.30/0.28	c Got one! Elapsed wall clock time (in seconds):0.183
0.30/0.28	o 371
0.30/0.28	c Got one! Elapsed wall clock time (in seconds):0.188
0.30/0.28	o 367
0.53/0.30	c Got one! Elapsed wall clock time (in seconds):0.201
0.53/0.30	o 365
0.53/0.33	c Got one! Elapsed wall clock time (in seconds):0.235
0.53/0.33	o 363
0.53/0.34	c Got one! Elapsed wall clock time (in seconds):0.249
0.53/0.34	o 361
0.53/0.38	c Got one! Elapsed wall clock time (in seconds):0.287
0.53/0.38	o 308
0.68/0.41	c Got one! Elapsed wall clock time (in seconds):0.313
0.68/0.41	o 301
0.68/0.44	c Got one! Elapsed wall clock time (in seconds):0.34
0.68/0.44	o 299
0.79/0.50	c Got one! Elapsed wall clock time (in seconds):0.405
0.79/0.50	o 298
0.79/0.52	c Got one! Elapsed wall clock time (in seconds):0.429
0.79/0.52	o 284
0.79/0.55	c Got one! Elapsed wall clock time (in seconds):0.457
0.79/0.55	o 283
0.79/0.56	c Got one! Elapsed wall clock time (in seconds):0.468
0.79/0.56	o 279
0.79/0.57	c Got one! Elapsed wall clock time (in seconds):0.478
0.79/0.57	o 274
0.93/0.60	c Got one! Elapsed wall clock time (in seconds):0.503
0.93/0.60	o 272
0.93/0.66	c Got one! Elapsed wall clock time (in seconds):0.561
0.93/0.66	o 271
1.06/0.72	c Got one! Elapsed wall clock time (in seconds):0.623
1.06/0.72	o 268
1.06/0.74	c Got one! Elapsed wall clock time (in seconds):0.643
1.06/0.74	o 267
1.06/0.76	c Got one! Elapsed wall clock time (in seconds):0.661
1.06/0.76	o 262
1.06/0.78	c Got one! Elapsed wall clock time (in seconds):0.687
1.06/0.78	o 247
1.18/0.85	c cleaning 8224 clauses out of 16451 with flag 3564/16451
1.34/0.91	c Got one! Elapsed wall clock time (in seconds):0.81
1.34/0.91	o 237
1.34/0.91	c Got one! Elapsed wall clock time (in seconds):0.819
1.34/0.91	o 234
1.34/1.00	c Got one! Elapsed wall clock time (in seconds):0.903
1.34/1.00	o 233
1.34/1.00	c Got one! Elapsed wall clock time (in seconds):0.905
1.34/1.00	o 225
1.45/1.02	c Got one! Elapsed wall clock time (in seconds):0.926
1.45/1.02	o 221
1.45/1.05	c Got one! Elapsed wall clock time (in seconds):0.954
1.45/1.05	o 219
1.45/1.07	c Got one! Elapsed wall clock time (in seconds):0.979
1.45/1.07	o 209
1.64/1.11	c Got one! Elapsed wall clock time (in seconds):1.013
1.64/1.11	o 197
1.64/1.19	c cleaning 8853 clauses out of 17720 with flag 8456/25944
1.77/1.20	c Got one! Elapsed wall clock time (in seconds):1.109
1.77/1.20	o 195
1.77/1.29	c Got one! Elapsed wall clock time (in seconds):1.199
1.77/1.29	o 190
1.99/1.40	c cleaning 7368 clauses out of 14759 with flag 13642/31836
1.99/1.47	c Got one! Elapsed wall clock time (in seconds):1.374
1.99/1.47	o 188
2.12/1.50	c Got one! Elapsed wall clock time (in seconds):1.403
2.12/1.50	o 181
2.12/1.58	c Got one! Elapsed wall clock time (in seconds):1.483
2.12/1.58	o 179
2.12/1.59	c Got one! Elapsed wall clock time (in seconds):1.491
2.12/1.59	o 176
2.23/1.65	c cleaning 7311 clauses out of 14653 with flag 8270/39098
2.36/1.70	c Got one! Elapsed wall clock time (in seconds):1.608
2.36/1.70	o 175
2.47/1.81	c Got one! Elapsed wall clock time (in seconds):1.71
2.47/1.81	o 172
2.47/1.84	c cleaning 6598 clauses out of 13200 with flag 4211/44956
2.58/1.97	c Got one! Elapsed wall clock time (in seconds):1.875
2.58/1.97	o 171
2.58/1.99	c Got one! Elapsed wall clock time (in seconds):1.894
2.58/1.99	o 170
2.68/2.01	c Got one! Elapsed wall clock time (in seconds):1.912
2.68/2.01	o 164
2.68/2.05	c cleaning 6594 clauses out of 13193 with flag 3919/51547
2.68/2.09	c Got one! Elapsed wall clock time (in seconds):1.992
2.68/2.09	o 163
2.89/2.23	c Got one! Elapsed wall clock time (in seconds):2.135
2.89/2.23	o 162
2.89/2.27	c cleaning 6560 clauses out of 13126 with flag 4589/58074
2.98/2.35	c Got one! Elapsed wall clock time (in seconds):2.252
2.98/2.35	o 161
3.08/2.44	c cleaning 6027 clauses out of 12069 with flag 14385/63577
3.19/2.54	c Got one! Elapsed wall clock time (in seconds):2.446
3.19/2.54	o 153
3.29/2.61	c cleaning 5683 clauses out of 11374 with flag 9777/68909
3.39/2.79	c cleaning 5846 clauses out of 11691 with flag 36357/74909
3.49/2.88	c Got one! Elapsed wall clock time (in seconds):2.781
3.49/2.88	o 143
3.59/2.92	c Got one! Elapsed wall clock time (in seconds):2.828
3.59/2.92	o 141
3.73/3.01	c cleaning 5804 clauses out of 11607 with flag 9130/80671
3.93/3.11	c Got one! Elapsed wall clock time (in seconds):3.01
3.93/3.11	o 140
4.17/3.21	c cleaning 5603 clauses out of 11223 with flag 14562/86091
4.17/3.26	c Got one! Elapsed wall clock time (in seconds):3.168
4.17/3.26	o 138
4.36/3.40	c cleaning 5457 clauses out of 10936 with flag 18659/91407
4.55/3.43	c Got one! Elapsed wall clock time (in seconds):3.33
4.55/3.43	o 129
4.75/3.59	c cleaning 5612 clauses out of 11255 with flag 23844/97183
5.04/3.78	c cleaning 5815 clauses out of 11642 with flag 49319/103182
5.35/4.05	c Got one! Elapsed wall clock time (in seconds):3.96
5.35/4.05	o 128
5.57/4.20	c Got one! Elapsed wall clock time (in seconds):4.103
5.57/4.20	o 126
5.57/4.23	c Got one! Elapsed wall clock time (in seconds):4.135
5.57/4.23	o 119
5.57/4.28	c cleaning 9404 clauses out of 18838 with flag 4651/116193
5.67/4.31	c Got one! Elapsed wall clock time (in seconds):4.215
5.67/4.31	o 117
5.67/4.39	c Got one! Elapsed wall clock time (in seconds):4.292
5.67/4.39	o 110
5.77/4.49	c cleaning 7481 clauses out of 14976 with flag 15659/121735
5.87/4.51	c Got one! Elapsed wall clock time (in seconds):4.415
5.87/4.51	o 104
5.97/4.68	c cleaning 6345 clauses out of 12695 with flag 23275/126935
6.17/4.85	c Got one! Elapsed wall clock time (in seconds):4.753
6.17/4.85	o 103
6.17/4.89	c cleaning 6020 clauses out of 12052 with flag 5015/132637
6.38/5.08	c cleaning 6008 clauses out of 12032 with flag 34849/138637
6.49/5.14	c Got one! Elapsed wall clock time (in seconds):5.043
6.49/5.14	o 101
6.59/5.27	c cleaning 5700 clauses out of 11416 with flag 20128/144029
6.79/5.45	c cleaning 5832 clauses out of 11714 with flag 49202/150027
6.99/5.63	c Got one! Elapsed wall clock time (in seconds):5.536
6.99/5.63	o 86
7.19/5.81	c cleaning 8073 clauses out of 16165 with flag 24664/160310
7.39/6.00	c cleaning 7031 clauses out of 14093 with flag 53035/166311
7.50/6.19	c Got one! Elapsed wall clock time (in seconds):6.091
7.50/6.19	o 84
7.60/6.21	c Got one! Elapsed wall clock time (in seconds):6.116
7.60/6.21	o 81
7.60/6.26	c Got one! Elapsed wall clock time (in seconds):6.167
7.60/6.26	o 78
7.70/6.37	c Got one! Elapsed wall clock time (in seconds):6.274
7.70/6.37	o 67
7.80/6.46	c cleaning 9848 clauses out of 19717 with flag 10720/178966
7.80/6.49	c Got one! Elapsed wall clock time (in seconds):6.394
7.80/6.49	o 64
8.01/6.65	c Got one! Elapsed wall clock time (in seconds):6.555
8.01/6.65	o 60
8.10/6.70	c cleaning 8121 clauses out of 16263 with flag 5624/185360
8.31/6.90	c cleaning 7066 clauses out of 14142 with flag 33929/191360
8.41/7.02	c Got one! Elapsed wall clock time (in seconds):6.925
8.41/7.02	o 58
8.41/7.09	c cleaning 6237 clauses out of 12482 with flag 11190/196766
8.72/7.30	c cleaning 6119 clauses out of 12243 with flag 37177/202764
8.93/7.52	c cleaning 6562 clauses out of 13124 with flag 67817/209764
9.03/7.62	c Got one! Elapsed wall clock time (in seconds):7.527
9.03/7.62	o 52
9.14/7.73	c cleaning 6182 clauses out of 12378 with flag 16693/215580
9.34/7.93	c cleaning 6089 clauses out of 12196 with flag 47844/221580
9.54/8.16	c cleaning 6545 clauses out of 13108 with flag 85020/228581
9.84/8.42	c cleaning 7283 clauses out of 14568 with flag 118285/236586
10.17/8.74	c cleaning 8140 clauses out of 16280 with flag 168133/245581
10.39/8.99	c Got one! Elapsed wall clock time (in seconds):8.899
10.39/8.99	o 51
10.69/9.20	c cleaning 10133 clauses out of 20271 with flag 29100/257712
10.69/9.28	c Got one! Elapsed wall clock time (in seconds):9.185
10.69/9.28	o 49
10.79/9.32	c Got one! Elapsed wall clock time (in seconds):9.228
10.79/9.32	o 48
10.79/9.37	c Got one! Elapsed wall clock time (in seconds):9.279
10.79/9.37	o 41
10.89/9.42	c cleaning 7950 clauses out of 15921 with flag 5818/263495
11.00/9.53	c Got one! Elapsed wall clock time (in seconds):9.44
11.00/9.53	o 38
11.10/9.61	c cleaning 6612 clauses out of 13246 with flag 11247/268770
11.20/9.80	c cleaning 6316 clauses out of 12632 with flag 38312/274768
11.30/9.87	c Got one! Elapsed wall clock time (in seconds):9.77
11.30/9.87	o 27
11.41/9.97	c cleaning 5657 clauses out of 11321 with flag 16823/279773
11.61/10.17	c cleaning 5824 clauses out of 11664 with flag 49100/285773
11.81/10.32	c Got one! Elapsed wall clock time (in seconds):10.221
11.81/10.32	o 24
11.81/10.36	c cleaning 5847 clauses out of 11709 with flag 5384/291642
12.02/10.58	c cleaning 5917 clauses out of 11859 with flag 39047/297639
12.12/10.67	c Got one! Elapsed wall clock time (in seconds):10.575
12.12/10.67	o 22
12.22/10.74	c cleaning 5470 clauses out of 10973 with flag 11130/302670
12.45/10.95	c cleaning 5746 clauses out of 11504 with flag 43162/308671
12.65/11.19	c cleaning 6373 clauses out of 12756 with flag 80577/315669
12.96/11.44	c cleaning 7187 clauses out of 14386 with flag 117285/323672
13.18/11.64	c Got one! Elapsed wall clock time (in seconds):11.543
13.18/11.64	o 20
13.38/11.84	c cleaning 9192 clauses out of 18400 with flag 28647/334873
13.58/12.07	c cleaning 7599 clauses out of 15210 with flag 61549/340875
13.89/12.31	c cleaning 7295 clauses out of 14609 with flag 98719/347873
13.89/12.36	c Got one! Elapsed wall clock time (in seconds):12.267
13.89/12.36	o 15
14.09/12.50	c cleaning 6361 clauses out of 12738 with flag 22938/353297
14.29/12.72	c cleaning 6175 clauses out of 12377 with flag 57189/359297
14.49/12.97	c cleaning 6593 clauses out of 13203 with flag 95964/366298
14.80/13.26	c cleaning 7297 clauses out of 14608 with flag 140765/374296
15.19/13.61	c cleaning 8146 clauses out of 16312 with flag 194362/383297
15.49/13.97	c cleaning 9077 clauses out of 18165 with flag 247537/393296
15.80/14.26	c Got one! Elapsed wall clock time (in seconds):14.165
15.80/14.26	o 14
16.00/14.49	c cleaning 11713 clauses out of 23430 with flag 30944/407638
16.21/14.67	c Got one! Elapsed wall clock time (in seconds):14.573
16.21/14.67	o 13
16.41/14.89	c cleaning 10901 clauses out of 21809 with flag 30183/417730
16.71/15.10	c cleaning 8451 clauses out of 16908 with flag 62479/423730
16.93/15.33	c Got one! Elapsed wall clock time (in seconds):15.233
16.93/15.33	o 12
17.13/15.54	c cleaning 10159 clauses out of 20337 with flag 30377/435610
17.33/15.78	c cleaning 8077 clauses out of 16179 with flag 65774/441611
17.63/16.06	c cleaning 7542 clauses out of 15101 with flag 108604/448610
17.74/16.17	c Got one! Elapsed wall clock time (in seconds):16.079
17.74/16.17	o 11
17.84/16.25	c cleaning 6568 clauses out of 13157 with flag 12279/454208
18.05/16.48	c cleaning 6286 clauses out of 12590 with flag 49708/460209
18.36/16.75	c cleaning 6644 clauses out of 13303 with flag 88781/467208
18.67/17.04	c cleaning 7313 clauses out of 14659 with flag 132450/475208
18.88/17.29	c Got one! Elapsed wall clock time (in seconds):17.196
18.88/17.29	o 10
19.08/17.50	c cleaning 9887 clauses out of 19788 with flag 29141/487650
19.38/17.73	c cleaning 7935 clauses out of 15900 with flag 64514/493649
19.58/17.99	c cleaning 7471 clauses out of 14967 with flag 105470/500651
19.88/18.29	c cleaning 7734 clauses out of 15495 with flag 152452/508650
20.18/18.54	c Got one! Elapsed wall clock time (in seconds):18.445
20.18/18.54	o 3
20.39/18.75	c cleaning 9906 clauses out of 19823 with flag 29874/520712
20.59/18.98	c cleaning 7953 clauses out of 15916 with flag 62374/526712
20.89/19.25	c cleaning 7477 clauses out of 14962 with flag 103370/533713
21.21/19.56	c cleaning 7738 clauses out of 15482 with flag 149688/541712
21.31/19.67	c Got one! Elapsed wall clock time (in seconds):19.572
21.31/19.67	o 2
21.43/19.79	c cleaning 6768 clauses out of 13559 with flag 18326/547528
21.73/20.01	c cleaning 6384 clauses out of 12791 with flag 54471/553528
21.93/20.27	c cleaning 6700 clauses out of 13407 with flag 97528/560528
22.03/20.37	c starts		: 239
22.03/20.37	c conflicts		: 563537
22.03/20.37	c decisions		: 863602
22.03/20.37	c propagations		: 12773960
22.03/20.37	c inspects		: 149092349
22.03/20.37	c shortcuts		: 0
22.03/20.37	c learnt literals	: 18
22.03/20.37	c learnt binary clauses	: 33
22.03/20.37	c learnt ternary clauses	: 764
22.03/20.37	c learnt constraints	: 563518
22.03/20.37	c ignored constraints	: 0
22.03/20.37	c root simplifications	: 0
22.03/20.37	c removed literals (reason simplification)	: 0
22.03/20.37	c reason swapping (by a shorter reason)	: 0
22.03/20.37	c Calls to reduceDB	: 77
22.03/20.37	c Number of update (reduction) of LBD	: 153470
22.03/20.37	c number of reductions to clauses (during analyze)	: 0
22.03/20.37	c number of learned constraints concerned by reduction	: 0
22.03/20.37	c number of learning phase by resolution	: 0
22.03/20.37	c number of learning phase by cutting planes	: 0
22.03/20.37	c speed (assignments/second)	: 631842.5087797398
22.03/20.37	c non guided choices	4182
22.03/20.37	c learnt constraints type 
22.03/20.37	c constraints type 
22.03/20.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
22.03/20.37	c ignored satisfied constraints => 1
22.03/20.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
22.03/20.37	c 102 constraints processed.
22.03/20.37	s OPTIMUM FOUND
22.03/20.37	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 
22.03/20.37	c objective function=2
22.03/20.37	c Total wall clock time (in seconds): 20.275

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-3718447-1338254272/watcher-3718447-1338254272 -o /tmp/evaluation-result-3718447-1338254272/solver-3718447-1338254272 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718447-1338254272.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.16 2.06 2.01 3/194 1381
/proc/meminfo: memFree=29921812/32873648 swapFree=7116/7116
[pid=1381] ppid=1379 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/1381/stat : 1381 (java) R 1379 1381 30566 0 -1 4202496 847 0 0 0 0 0 0 0 20 0 1 0 291554575 23793664 576 33554432000 1073741824 1073778376 140734090660768 140734090649832 219504753203 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1381/statm: 5809 589 440 9 0 128 0
[pid=1381/tid=1382] ppid=1379 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1382/stat : 1382 (java) R 1379 1381 30566 0 -1 4202560 85 0 0 0 0 0 0 0 20 0 2 0 291554576 98635776 941 33554432000 1073741824 1073778376 140734090660768 139906767670824 219504736074 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0630069 s]
/proc/loadavg: 2.16 2.06 2.01 3/194 1381
/proc/meminfo: memFree=29921812/32873648 swapFree=7116/7116
[pid=1381] ppid=1379 vsize=9558416 CPUtime=0.04 cores=1,3,5,7
/proc/1381/stat : 1381 (java) S 1379 1381 30566 0 -1 4202496 3321 0 1 0 4 0 0 0 20 0 18 0 291554575 9787817984 4531 33554432000 1073741824 1073778376 140734090660768 140734090651904 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1381/statm: 2389604 4531 1772 9 0 2380296 0
[pid=1381/tid=1382] ppid=1379 vsize=9558416 CPUtime=0.04 cores=1,3,5,7
/proc/1381/task/1382/stat : 1382 (java) R 1379 1381 30566 0 -1 4202560 2113 0 1 0 4 0 0 0 20 0 18 0 291554576 9787817984 4531 33554432000 1073741824 1073778376 140734090660768 139906767678112 139906775440211 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558416

[startup+0.10024 s]
/proc/loadavg: 2.16 2.06 2.01 3/194 1381
/proc/meminfo: memFree=29921812/32873648 swapFree=7116/7116
[pid=1381] ppid=1379 vsize=9558416 CPUtime=0.11 cores=1,3,5,7
/proc/1381/stat : 1381 (java) S 1379 1381 30566 0 -1 4202496 4483 0 1 0 10 1 0 0 20 0 18 0 291554575 9787817984 6160 33554432000 1073741824 1073778376 140734090660768 140734090651904 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1381/statm: 2389604 6160 2145 9 0 2380296 0
[pid=1381/tid=1382] ppid=1379 vsize=9558416 CPUtime=0.08 cores=1,3,5,7
/proc/1381/task/1382/stat : 1382 (java) R 1379 1381 30566 0 -1 4202560 2432 0 1 0 8 0 0 0 20 0 18 0 291554576 9787817984 6160 33554432000 1073741824 1073778376 140734090660768 139906767673328 219517347085 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558416

[startup+0.300197 s]
/proc/loadavg: 2.16 2.06 2.01 3/194 1381
/proc/meminfo: memFree=29921812/32873648 swapFree=7116/7116
[pid=1381] ppid=1379 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/1381/stat : 1381 (java) S 1379 1381 30566 0 -1 4202496 6489 0 1 0 52 1 0 0 20 0 19 0 291554575 9855979520 8035 33554432000 1073741824 1073778376 140734090660768 140734090651904 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1381/statm: 2406245 8035 2234 9 0 2396937 0
[pid=1381/tid=1382] ppid=1379 vsize=9624980 CPUtime=0.28 cores=1,3,5,7
/proc/1381/task/1382/stat : 1382 (java) R 1379 1381 30566 0 -1 4202560 2453 0 1 0 28 0 0 0 20 0 19 0 291554576 9855979520 8035 33554432000 1073741824 1073778376 140734090660768 139906767676176 139906630401343 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9624980

[startup+0.700323 s]
/proc/loadavg: 2.16 2.06 2.01 3/194 1381
/proc/meminfo: memFree=29921812/32873648 swapFree=7116/7116
[pid=1381] ppid=1379 vsize=9624980 CPUtime=1.06 cores=1,3,5,7
/proc/1381/stat : 1381 (java) S 1379 1381 30566 0 -1 4202496 6780 0 1 0 105 1 0 0 20 0 19 0 291554575 9855979520 9095 33554432000 1073741824 1073778376 140734090660768 140734090651904 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1381/statm: 2406245 9095 2242 9 0 2396937 0
[pid=1381/tid=1382] ppid=1379 vsize=9624980 CPUtime=0.68 cores=1,3,5,7
/proc/1381/task/1382/stat : 1382 (java) R 1379 1381 30566 0 -1 4202560 2455 0 1 0 68 0 0 0 20 0 19 0 291554576 9855979520 9095 33554432000 1073741824 1073778376 140734090660768 139906767676176 219517336632 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9624980

[startup+1.50066 s]
/proc/loadavg: 2.16 2.06 2.01 3/213 1401
/proc/meminfo: memFree=29881388/32873648 swapFree=7116/7116
[pid=1381] ppid=1379 vsize=9624980 CPUtime=2.12 cores=1,3,5,7
/proc/1381/stat : 1381 (java) S 1379 1381 30566 0 -1 4202496 9826 0 1 0 210 2 0 0 20 0 19 0 291554575 9855979520 13816 33554432000 1073741824 1073778376 140734090660768 140734090651904 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1381/statm: 2406245 13816 2273 9 0 2396937 0
[pid=1381/tid=1382] ppid=1379 vsize=9624980 CPUtime=1.44 cores=1,3,5,7
/proc/1381/task/1382/stat : 1382 (java) R 1379 1381 30566 0 -1 4202560 2461 0 1 0 144 0 0 0 20 0 19 0 291554576 9855979520 13816 33554432000 1073741824 1073778376 140734090660768 139906767675800 139906630783618 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1381/tid=1384] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1384/stat : 1384 (java) S 1379 1381 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291554576 9855979520 13816 33554432000 1073741824 1073778376 140734090660768 139906756737448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1385] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1385/stat : 1385 (java) S 1379 1381 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554576 9855979520 13816 33554432000 1073741824 1073778376 140734090660768 139906755684904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1386] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1386/stat : 1386 (java) S 1379 1381 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554576 9855979520 13816 33554432000 1073741824 1073778376 140734090660768 139906754631848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1381/tid=1387] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1387/stat : 1387 (java) S 1379 1381 30566 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291554576 9855979520 13816 33554432000 1073741824 1073778376 140734090660768 139906753579304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1389] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1389/stat : 1389 (java) S 1379 1381 30566 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291554576 9855979520 13816 33554432000 1073741824 1073778376 140734090660768 139906752527272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1381/tid=1390] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1390/stat : 1390 (java) S 1379 1381 30566 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291554576 9855979520 13816 33554432000 1073741824 1073778376 140734090660768 139906751474728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1391] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1391/stat : 1391 (java) S 1379 1381 30566 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291554576 9855979520 13816 33554432000 1073741824 1073778376 140734090660768 139906750421672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1392] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1392/stat : 1392 (java) S 1379 1381 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291554576 9855979520 13816 33554432000 1073741824 1073778376 140734090660768 139906749369128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1381/tid=1393] ppid=1379 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/1381/task/1393/stat : 1393 (java) S 1379 1381 30566 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 291554577 9855979520 13816 33554432000 1073741824 1073778376 140734090660768 139906591566184 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1381/tid=1394] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1394/stat : 1394 (java) S 1379 1381 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291554578 9855979520 13816 33554432000 1073741824 1073778376 140734090660768 139906590512504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1395] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1395/stat : 1395 (java) S 1379 1381 30566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291554578 9855979520 13816 33554432000 1073741824 1073778376 140734090660768 139906589459336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1396] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1396/stat : 1396 (java) S 1379 1381 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554580 9855979520 13816 33554432000 1073741824 1073778376 140734090660768 139906588408080 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1397] ppid=1379 vsize=9624980 CPUtime=0.25 cores=1,3,5,7
/proc/1381/task/1397/stat : 1397 (java) S 1379 1381 30566 0 -1 4202560 2103 0 0 0 25 0 0 0 20 0 19 0 291554580 9855979520 13816 33554432000 1073741824 1073778376 140734090660768 139906587355960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1398] ppid=1379 vsize=9624980 CPUtime=0.36 cores=1,3,5,7
/proc/1381/task/1398/stat : 1398 (java) S 1379 1381 30566 0 -1 4202560 4010 0 0 0 34 2 0 0 20 0 19 0 291554580 9855979520 13816 33554432000 1073741824 1073778376 140734090660768 139906586303416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1399] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1399/stat : 1399 (java) S 1379 1381 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554580 9855979520 13816 33554432000 1073741824 1073778376 140734090660768 139906585250552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1381/tid=1400] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1400/stat : 1400 (java) S 1379 1381 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554580 9855979520 13816 33554432000 1073741824 1073778376 140734090660768 139906584198216 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1401] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1401/stat : 1401 (java) S 1379 1381 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291554591 9855979520 13816 33554432000 1073741824 1073778376 140734090660768 139906583143464 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 9624980

[startup+3.10075 s]
/proc/loadavg: 2.16 2.06 2.01 3/213 1401
/proc/meminfo: memFree=29874380/32873648 swapFree=7116/7116
[pid=1381] ppid=1379 vsize=9624980 CPUtime=3.93 cores=1,3,5,7
/proc/1381/stat : 1381 (java) S 1379 1381 30566 0 -1 4202496 13411 0 1 0 390 3 0 0 20 0 19 0 291554575 9855979520 15902 33554432000 1073741824 1073778376 140734090660768 140734090651904 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1381/statm: 2406245 15902 2273 9 0 2396937 0
[pid=1381/tid=1382] ppid=1379 vsize=9624980 CPUtime=2.96 cores=1,3,5,7
/proc/1381/task/1382/stat : 1382 (java) R 1379 1381 30566 0 -1 4202560 2469 0 1 0 295 1 0 0 20 0 19 0 291554576 9855979520 15902 33554432000 1073741824 1073778376 140734090660768 139906767674408 139906630737264 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1381/tid=1384] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1384/stat : 1384 (java) S 1379 1381 30566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291554576 9855979520 15902 33554432000 1073741824 1073778376 140734090660768 139906756737448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1385] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1385/stat : 1385 (java) S 1379 1381 30566 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291554576 9855979520 15902 33554432000 1073741824 1073778376 140734090660768 139906755684904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1381/tid=1386] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1386/stat : 1386 (java) S 1379 1381 30566 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291554576 9855979520 15902 33554432000 1073741824 1073778376 140734090660768 139906754631848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1387] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1387/stat : 1387 (java) S 1379 1381 30566 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291554576 9855979520 15902 33554432000 1073741824 1073778376 140734090660768 139906753579304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1381/tid=1389] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1389/stat : 1389 (java) S 1379 1381 30566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291554576 9855979520 15902 33554432000 1073741824 1073778376 140734090660768 139906752527272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1390] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1390/stat : 1390 (java) S 1379 1381 30566 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291554576 9855979520 15902 33554432000 1073741824 1073778376 140734090660768 139906751474728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1381/tid=1391] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1391/stat : 1391 (java) S 1379 1381 30566 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291554576 9855979520 15902 33554432000 1073741824 1073778376 140734090660768 139906750421672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1392] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1392/stat : 1392 (java) S 1379 1381 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291554576 9855979520 15902 33554432000 1073741824 1073778376 140734090660768 139906749369128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1381/tid=1393] ppid=1379 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/1381/task/1393/stat : 1393 (java) S 1379 1381 30566 0 -1 4202560 31 0 0 0 8 0 0 0 20 0 19 0 291554577 9855979520 15902 33554432000 1073741824 1073778376 140734090660768 139906591566184 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1381/tid=1394] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1394/stat : 1394 (java) S 1379 1381 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291554578 9855979520 15902 33554432000 1073741824 1073778376 140734090660768 139906590512504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1395] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1395/stat : 1395 (java) S 1379 1381 30566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291554578 9855979520 15902 33554432000 1073741824 1073778376 140734090660768 139906589459336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1396] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1396/stat : 1396 (java) S 1379 1381 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554580 9855979520 15902 33554432000 1073741824 1073778376 140734090660768 139906588408080 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1397] ppid=1379 vsize=9624980 CPUtime=0.26 cores=1,3,5,7
/proc/1381/task/1397/stat : 1397 (java) S 1379 1381 30566 0 -1 4202560 2103 0 0 0 26 0 0 0 20 0 19 0 291554580 9855979520 15902 33554432000 1073741824 1073778376 140734090660768 139906587355960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1398] ppid=1379 vsize=9624980 CPUtime=0.54 cores=1,3,5,7
/proc/1381/task/1398/stat : 1398 (java) R 1379 1381 30566 0 -1 4202560 7580 0 0 0 52 2 0 0 20 0 19 0 291554580 9855979520 15902 33554432000 1073741824 1073778376 140734090660768 139906586290984 139906770581592 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1399] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1399/stat : 1399 (java) S 1379 1381 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554580 9855979520 15902 33554432000 1073741824 1073778376 140734090660768 139906585250552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1381/tid=1400] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1400/stat : 1400 (java) S 1379 1381 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554580 9855979520 15902 33554432000 1073741824 1073778376 140734090660768 139906584198216 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1401] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1401/stat : 1401 (java) S 1379 1381 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291554591 9855979520 15902 33554432000 1073741824 1073778376 140734090660768 139906583143464 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 9624980

[startup+6.30066 s]
/proc/loadavg: 2.15 2.06 2.01 3/213 1401
/proc/meminfo: memFree=29864876/32873648 swapFree=7116/7116
[pid=1381] ppid=1379 vsize=9624980 CPUtime=7.7 cores=1,3,5,7
/proc/1381/stat : 1381 (java) S 1379 1381 30566 0 -1 4202496 17766 0 1 0 765 5 0 0 20 0 19 0 291554575 9855979520 16051 33554432000 1073741824 1073778376 140734090660768 140734090651904 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1381/statm: 2406245 16051 2274 9 0 2396937 0
[pid=1381/tid=1382] ppid=1379 vsize=9624980 CPUtime=6.03 cores=1,3,5,7
/proc/1381/task/1382/stat : 1382 (java) R 1379 1381 30566 0 -1 4202560 2483 0 1 0 602 1 0 0 20 0 19 0 291554576 9855979520 16051 33554432000 1073741824 1073778376 140734090660768 139906767675800 139906630737131 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1381/tid=1384] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1384/stat : 1384 (java) S 1379 1381 30566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291554576 9855979520 16051 33554432000 1073741824 1073778376 140734090660768 139906756737448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1381/tid=1385] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1385/stat : 1385 (java) S 1379 1381 30566 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291554576 9855979520 16051 33554432000 1073741824 1073778376 140734090660768 139906755684904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1381/tid=1386] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1386/stat : 1386 (java) S 1379 1381 30566 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291554576 9855979520 16051 33554432000 1073741824 1073778376 140734090660768 139906754631848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1387] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1387/stat : 1387 (java) S 1379 1381 30566 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291554576 9855979520 16051 33554432000 1073741824 1073778376 140734090660768 139906753579304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1389] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1389/stat : 1389 (java) S 1379 1381 30566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291554576 9855979520 16051 33554432000 1073741824 1073778376 140734090660768 139906752527272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1390] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1390/stat : 1390 (java) S 1379 1381 30566 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291554576 9855979520 16051 33554432000 1073741824 1073778376 140734090660768 139906751474728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1381/tid=1391] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1391/stat : 1391 (java) S 1379 1381 30566 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291554576 9855979520 16051 33554432000 1073741824 1073778376 140734090660768 139906750421672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1392] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1392/stat : 1392 (java) S 1379 1381 30566 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291554576 9855979520 16051 33554432000 1073741824 1073778376 140734090660768 139906749369128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1393] ppid=1379 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/1381/task/1393/stat : 1393 (java) S 1379 1381 30566 0 -1 4202560 31 0 0 0 19 0 0 0 20 0 19 0 291554577 9855979520 16051 33554432000 1073741824 1073778376 140734090660768 139906591566184 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1381/tid=1394] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1394/stat : 1394 (java) S 1379 1381 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291554578 9855979520 16051 33554432000 1073741824 1073778376 140734090660768 139906590512504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1395] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1395/stat : 1395 (java) S 1379 1381 30566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291554578 9855979520 16051 33554432000 1073741824 1073778376 140734090660768 139906589459336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1396] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1396/stat : 1396 (java) S 1379 1381 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554580 9855979520 16051 33554432000 1073741824 1073778376 140734090660768 139906588408080 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1397] ppid=1379 vsize=9624980 CPUtime=0.29 cores=1,3,5,7
/proc/1381/task/1397/stat : 1397 (java) S 1379 1381 30566 0 -1 4202560 2118 0 0 0 29 0 0 0 20 0 19 0 291554580 9855979520 16051 33554432000 1073741824 1073778376 140734090660768 139906587355960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1398] ppid=1379 vsize=9624980 CPUtime=1.03 cores=1,3,5,7
/proc/1381/task/1398/stat : 1398 (java) S 1379 1381 30566 0 -1 4202560 11899 0 0 0 100 3 0 0 20 0 19 0 291554580 9855979520 16051 33554432000 1073741824 1073778376 140734090660768 139906586303416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/1381/task/1384/stat : 1384 (java) S 1379 1381 30566 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291554576 9855979520 15309 33554432000 1073741824 1073778376 140734090660768 139906756737448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1381/tid=1385] ppid=1379 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1381/task/1385/stat : 1385 (java) S 1379 1381 30566 0 -1 4202560 5 0 0 0 5 0 0 0 20 0 19 0 291554576 9855979520 15309 33554432000 1073741824 1073778376 140734090660768 139906755684904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1381/tid=1386] ppid=1379 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/1381/task/1386/stat : 1386 (java) S 1379 1381 30566 0 -1 4202560 4 0 0 0 4 0 0 0 20 0 19 0 291554576 9855979520 15309 33554432000 1073741824 1073778376 140734090660768 139906754631848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1387] ppid=1379 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1381/task/1387/stat : 1387 (java) S 1379 1381 30566 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 19 0 291554576 9855979520 15309 33554432000 1073741824 1073778376 140734090660768 139906753579304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1381/tid=1389] ppid=1379 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1381/task/1389/stat : 1389 (java) S 1379 1381 30566 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 291554576 9855979520 15309 33554432000 1073741824 1073778376 140734090660768 139906752527272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1390] ppid=1379 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1381/task/1390/stat : 1390 (java) S 1379 1381 30566 0 -1 4202560 6 0 0 0 5 0 0 0 20 0 19 0 291554576 9855979520 15309 33554432000 1073741824 1073778376 140734090660768 139906751474728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1381/tid=1391] ppid=1379 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/1381/task/1391/stat : 1391 (java) S 1379 1381 30566 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291554576 9855979520 15309 33554432000 1073741824 1073778376 140734090660768 139906750421672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1392] ppid=1379 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/1381/task/1392/stat : 1392 (java) S 1379 1381 30566 0 -1 4202560 8 0 0 0 6 0 0 0 20 0 19 0 291554576 9855979520 15309 33554432000 1073741824 1073778376 140734090660768 139906749369128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1393] ppid=1379 vsize=9624980 CPUtime=0.59 cores=1,3,5,7
/proc/1381/task/1393/stat : 1393 (java) R 1379 1381 30566 0 -1 4202560 31 0 0 0 59 0 0 0 20 0 19 0 291554577 9855979520 15309 33554432000 1073741824 1073778376 140734090660768 139906591565040 139906774530118 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1394] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1394/stat : 1394 (java) S 1379 1381 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291554578 9855979520 15309 33554432000 1073741824 1073778376 140734090660768 139906590512504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1395] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1395/stat : 1395 (java) S 1379 1381 30566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291554578 9855979520 15309 33554432000 1073741824 1073778376 140734090660768 139906589459336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1396] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1396/stat : 1396 (java) S 1379 1381 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554580 9855979520 15309 33554432000 1073741824 1073778376 140734090660768 139906588408080 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1397] ppid=1379 vsize=9624980 CPUtime=0.3 cores=1,3,5,7
/proc/1381/task/1397/stat : 1397 (java) S 1379 1381 30566 0 -1 4202560 2118 0 0 0 30 0 0 0 20 0 19 0 291554580 9855979520 15309 33554432000 1073741824 1073778376 140734090660768 139906587355960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1398] ppid=1379 vsize=9624980 CPUtime=1.03 cores=1,3,5,7
/proc/1381/task/1398/stat : 1398 (java) S 1379 1381 30566 0 -1 4202560 11899 0 0 0 100 3 0 0 20 0 19 0 291554580 9855979520 15309 33554432000 1073741824 1073778376 140734090660768 139906586303416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1399] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1399/stat : 1399 (java) S 1379 1381 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554580 9855979520 15309 33554432000 1073741824 1073778376 140734090660768 139906585250552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1381/tid=1400] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1400/stat : 1400 (java) S 1379 1381 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554580 9855979520 15309 33554432000 1073741824 1073778376 140734090660768 139906584198216 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1401] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1401/stat : 1401 (java) S 1379 1381 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291554591 9855979520 15309 33554432000 1073741824 1073778376 140734090660768 139906583143464 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 19.19
Current children cumulated vsize (KiB) 9624980

[startup+19.1008 s]
/proc/loadavg: 2.12 2.06 2.01 3/213 1401
/proc/meminfo: memFree=29867680/32873648 swapFree=7116/7116
[pid=1381] ppid=1379 vsize=9624980 CPUtime=20.79 cores=1,3,5,7
/proc/1381/stat : 1381 (java) S 1379 1381 30566 0 -1 4202496 17830 0 1 0 2072 7 0 0 20 0 19 0 291554575 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 140734090651904 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1381/statm: 2406245 15313 2274 9 0 2396937 0
[pid=1381/tid=1382] ppid=1379 vsize=9624980 CPUtime=18.23 cores=1,3,5,7
/proc/1381/task/1382/stat : 1382 (java) R 1379 1381 30566 0 -1 4202560 2531 0 1 0 1821 2 0 0 20 0 19 0 291554576 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906767675800 139906630767181 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1381/tid=1384] ppid=1379 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1381/task/1384/stat : 1384 (java) S 1379 1381 30566 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 291554576 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906756737448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1381/tid=1385] ppid=1379 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/1381/task/1385/stat : 1385 (java) S 1379 1381 30566 0 -1 4202560 6 0 0 0 6 0 0 0 20 0 19 0 291554576 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906755684904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1386] ppid=1379 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/1381/task/1386/stat : 1386 (java) S 1379 1381 30566 0 -1 4202560 4 0 0 0 4 0 0 0 20 0 19 0 291554576 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906754631848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1387] ppid=1379 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1381/task/1387/stat : 1387 (java) S 1379 1381 30566 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 19 0 291554576 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906753579304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1381/tid=1389] ppid=1379 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1381/task/1389/stat : 1389 (java) S 1379 1381 30566 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 291554576 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906752527272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1390] ppid=1379 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1381/task/1390/stat : 1390 (java) S 1379 1381 30566 0 -1 4202560 6 0 0 0 5 0 0 0 20 0 19 0 291554576 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906751474728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1381/tid=1391] ppid=1379 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/1381/task/1391/stat : 1391 (java) S 1379 1381 30566 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291554576 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906750421672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1392] ppid=1379 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/1381/task/1392/stat : 1392 (java) S 1379 1381 30566 0 -1 4202560 8 0 0 0 6 0 0 0 20 0 19 0 291554576 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906749369128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1381/tid=1393] ppid=1379 vsize=9624980 CPUtime=0.65 cores=1,3,5,7
/proc/1381/task/1393/stat : 1393 (java) S 1379 1381 30566 0 -1 4202560 31 0 0 0 64 1 0 0 20 0 19 0 291554577 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906591566184 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1394] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1394/stat : 1394 (java) S 1379 1381 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291554578 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906590512504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1395] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1395/stat : 1395 (java) S 1379 1381 30566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291554578 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906589459336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1396] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1396/stat : 1396 (java) S 1379 1381 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554580 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906588408080 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1397] ppid=1379 vsize=9624980 CPUtime=0.31 cores=1,3,5,7
/proc/1381/task/1397/stat : 1397 (java) S 1379 1381 30566 0 -1 4202560 2118 0 0 0 31 0 0 0 20 0 19 0 291554580 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906587355960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1398] ppid=1379 vsize=9624980 CPUtime=1.03 cores=1,3,5,7
/proc/1381/task/1398/stat : 1398 (java) S 1379 1381 30566 0 -1 4202560 11899 0 0 0 100 3 0 0 20 0 19 0 291554580 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906586303416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1399] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1399/stat : 1399 (java) S 1379 1381 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554580 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906585250552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1381/tid=1400] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1400/stat : 1400 (java) S 1379 1381 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554580 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906584198216 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1401] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1401/stat : 1401 (java) S 1379 1381 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291554591 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906583143464 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 20.79
Current children cumulated vsize (KiB) 9624980

[startup+19.9008 s]
/proc/loadavg: 2.12 2.06 2.01 3/213 1401
/proc/meminfo: memFree=29867688/32873648 swapFree=7116/7116
[pid=1381] ppid=1379 vsize=9624980 CPUtime=21.63 cores=1,3,5,7
/proc/1381/stat : 1381 (java) S 1379 1381 30566 0 -1 4202496 17833 0 1 0 2156 7 0 0 20 0 19 0 291554575 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 140734090651904 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1381/statm: 2406245 15313 2274 9 0 2396937 0
[pid=1381/tid=1382] ppid=1379 vsize=9624980 CPUtime=19 cores=1,3,5,7
/proc/1381/task/1382/stat : 1382 (java) R 1379 1381 30566 0 -1 4202560 2534 0 1 0 1898 2 0 0 20 0 19 0 291554576 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906767675800 139906630783949 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1381/tid=1384] ppid=1379 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1381/task/1384/stat : 1384 (java) S 1379 1381 30566 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 291554576 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906756737448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1381/tid=1385] ppid=1379 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/1381/task/1385/stat : 1385 (java) S 1379 1381 30566 0 -1 4202560 6 0 0 0 6 0 0 0 20 0 19 0 291554576 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906755684904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1386] ppid=1379 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/1381/task/1386/stat : 1386 (java) S 1379 1381 30566 0 -1 4202560 4 0 0 0 4 0 0 0 20 0 19 0 291554576 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906754631848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1387] ppid=1379 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1381/task/1387/stat : 1387 (java) S 1379 1381 30566 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 19 0 291554576 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906753579304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1381/tid=1389] ppid=1379 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1381/task/1389/stat : 1389 (java) S 1379 1381 30566 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 291554576 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906752527272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1390] ppid=1379 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1381/task/1390/stat : 1390 (java) S 1379 1381 30566 0 -1 4202560 6 0 0 0 5 0 0 0 20 0 19 0 291554576 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906751474728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1381/tid=1391] ppid=1379 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1381/task/1391/stat : 1391 (java) S 1379 1381 30566 0 -1 4202560 9 0 0 0 5 0 0 0 20 0 19 0 291554576 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906750421672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1392] ppid=1379 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/1381/task/1392/stat : 1392 (java) S 1379 1381 30566 0 -1 4202560 8 0 0 0 7 0 0 0 20 0 19 0 291554576 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906749369128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1381/tid=1393] ppid=1379 vsize=9624980 CPUtime=0.67 cores=1,3,5,7
/proc/1381/task/1393/stat : 1393 (java) S 1379 1381 30566 0 -1 4202560 31 0 0 0 66 1 0 0 20 0 19 0 291554577 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906591566184 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1394] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1394/stat : 1394 (java) S 1379 1381 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291554578 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906590512504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1395] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1395/stat : 1395 (java) S 1379 1381 30566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291554578 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906589459336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1396] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1396/stat : 1396 (java) S 1379 1381 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554580 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906588408080 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1397] ppid=1379 vsize=9624980 CPUtime=0.34 cores=1,3,5,7
/proc/1381/task/1397/stat : 1397 (java) S 1379 1381 30566 0 -1 4202560 2118 0 0 0 34 0 0 0 20 0 19 0 291554580 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906587355960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1398] ppid=1379 vsize=9624980 CPUtime=1.03 cores=1,3,5,7
/proc/1381/task/1398/stat : 1398 (java) S 1379 1381 30566 0 -1 4202560 11899 0 0 0 100 3 0 0 20 0 19 0 291554580 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906586303416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1399] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1399/stat : 1399 (java) S 1379 1381 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554580 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906585250552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1381/tid=1400] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1400/stat : 1400 (java) S 1379 1381 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554580 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906584198216 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1401] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1401/stat : 1401 (java) S 1379 1381 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291554591 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906583143464 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 21.63
Current children cumulated vsize (KiB) 9624980

[startup+20.3007 s]
/proc/loadavg: 2.12 2.06 2.01 3/213 1401
/proc/meminfo: memFree=29867688/32873648 swapFree=7116/7116
[pid=1381] ppid=1379 vsize=9624980 CPUtime=22.03 cores=1,3,5,7
/proc/1381/stat : 1381 (java) S 1379 1381 30566 0 -1 4202496 17835 0 1 0 2196 7 0 0 20 0 19 0 291554575 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 140734090651904 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1381/statm: 2406245 15313 2274 9 0 2396937 0
[pid=1381/tid=1382] ppid=1379 vsize=9624980 CPUtime=19.37 cores=1,3,5,7
/proc/1381/task/1382/stat : 1382 (java) R 1379 1381 30566 0 -1 4202560 2536 0 1 0 1935 2 0 0 20 0 19 0 291554576 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906767675800 139906630737361 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1381/tid=1384] ppid=1379 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1381/task/1384/stat : 1384 (java) S 1379 1381 30566 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 291554576 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906756737448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1381/tid=1385] ppid=1379 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/1381/task/1385/stat : 1385 (java) S 1379 1381 30566 0 -1 4202560 6 0 0 0 6 0 0 0 20 0 19 0 291554576 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906755684904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1386] ppid=1379 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/1381/task/1386/stat : 1386 (java) S 1379 1381 30566 0 -1 4202560 4 0 0 0 4 0 0 0 20 0 19 0 291554576 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906754631848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1387] ppid=1379 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1381/task/1387/stat : 1387 (java) S 1379 1381 30566 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 19 0 291554576 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906753579304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1381/tid=1389] ppid=1379 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1381/task/1389/stat : 1389 (java) S 1379 1381 30566 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 291554576 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906752527272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1390] ppid=1379 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1381/task/1390/stat : 1390 (java) S 1379 1381 30566 0 -1 4202560 6 0 0 0 5 0 0 0 20 0 19 0 291554576 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906751474728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1381/tid=1391] ppid=1379 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1381/task/1391/stat : 1391 (java) S 1379 1381 30566 0 -1 4202560 9 0 0 0 5 0 0 0 20 0 19 0 291554576 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906750421672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1392] ppid=1379 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/1381/task/1392/stat : 1392 (java) S 1379 1381 30566 0 -1 4202560 8 0 0 0 7 0 0 0 20 0 19 0 291554576 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906749369128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1381/tid=1393] ppid=1379 vsize=9624980 CPUtime=0.69 cores=1,3,5,7
/proc/1381/task/1393/stat : 1393 (java) S 1379 1381 30566 0 -1 4202560 31 0 0 0 68 1 0 0 20 0 19 0 291554577 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906591566184 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1394] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1394/stat : 1394 (java) S 1379 1381 30566 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291554578 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906590512504 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1395] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1395/stat : 1395 (java) S 1379 1381 30566 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291554578 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906589459336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1396] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1396/stat : 1396 (java) S 1379 1381 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554580 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906588408080 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1397] ppid=1379 vsize=9624980 CPUtime=0.34 cores=1,3,5,7
/proc/1381/task/1397/stat : 1397 (java) S 1379 1381 30566 0 -1 4202560 2118 0 0 0 34 0 0 0 20 0 19 0 291554580 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906587355960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1381/tid=1398] ppid=1379 vsize=9624980 CPUtime=1.03 cores=1,3,5,7
/proc/1381/task/1398/stat : 1398 (java) S 1379 1381 30566 0 -1 4202560 11899 0 0 0 100 3 0 0 20 0 19 0 291554580 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906586303416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1399] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1399/stat : 1399 (java) S 1379 1381 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554580 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906585250552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1381/tid=1400] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1400/stat : 1400 (java) S 1379 1381 30566 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554580 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906584198216 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1381/tid=1401] ppid=1379 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1381/task/1401/stat : 1401 (java) S 1379 1381 30566 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291554591 9855979520 15313 33554432000 1073741824 1073778376 140734090660768 139906583143464 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 22.03
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 20.3778
CPU time (s): 22.1706
CPU user time (s): 21.9887
CPU system time (s): 0.181972
CPU usage (%): 108.798
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.9887
system time used= 0.181972
maximum resident set size= 70460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17853
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= 2709
involuntary context switches= 2378

runsolver used 0.046992 second user time and 0.108983 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-29 03:17:52
IDJOB=3718447
IDBENCH=79253
IDSOLVER=2301
FILE ID=node114/3718447-1338254272
RUNJOBID= node114-1338248715-32682
PBS_JOBID= 14624648
Free space on /tmp= 71464 MiB

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

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

MD5SUM BENCH= 2cb7ef9d897234b1b8519dd953c1d1e7
RANDOM SEED=1451930352

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29922340 kB
Buffers:          865308 kB
Cached:           424204 kB
SwapCached:         2272 kB
Active:          1954892 kB
Inactive:          42264 kB
Active(anon):     693068 kB
Inactive(anon):     9072 kB
Active(file):    1261824 kB
Inactive(file):    33192 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103572 kB
Dirty:               444 kB
Writeback:             0 kB
AnonPages:        717432 kB
Mapped:            19104 kB
Shmem:               104 kB
Slab:             802952 kB
SReclaimable:     246732 kB
SUnreclaim:       556220 kB
KernelStack:        1616 kB
PageTables:         5728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1038604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    692224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

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