Trace number 3492677

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 Resolution 2011-06-08OPTIMUM 41.4167 39.9718

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110972154--soft-0-100-0.wbo
MD5SUM6809fb2fcff82744047966c4438af278
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark2.58661
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 1221
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
0.04/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3492677-1307911130.wbo
0.11/0.11	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.061s.
0.11/0.17	c #vars     270
0.11/0.17	c #constraints  101
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.25/0.25	c SATISFIABLE
0.25/0.25	c OPTIMIZING...
0.25/0.25	c Got one! Elapsed wall clock time (in seconds):0.137
0.25/0.25	o 869
0.25/0.27	c Got one! Elapsed wall clock time (in seconds):0.156
0.25/0.27	o 792
0.25/0.28	c Got one! Elapsed wall clock time (in seconds):0.166
0.25/0.28	o 662
0.25/0.29	c Got one! Elapsed wall clock time (in seconds):0.178
0.25/0.29	o 645
0.50/0.38	c Got one! Elapsed wall clock time (in seconds):0.265
0.50/0.38	o 587
0.50/0.39	c Got one! Elapsed wall clock time (in seconds):0.277
0.50/0.39	o 569
0.62/0.41	c Got one! Elapsed wall clock time (in seconds):0.3
0.62/0.41	o 544
0.62/0.43	c Got one! Elapsed wall clock time (in seconds):0.32
0.62/0.43	o 543
0.62/0.46	c Got one! Elapsed wall clock time (in seconds):0.347
0.62/0.46	o 540
0.62/0.47	c Got one! Elapsed wall clock time (in seconds):0.355
0.62/0.47	o 471
0.62/0.49	c Got one! Elapsed wall clock time (in seconds):0.374
0.62/0.49	o 448
0.75/0.51	c Got one! Elapsed wall clock time (in seconds):0.395
0.75/0.51	o 433
0.75/0.55	c Got one! Elapsed wall clock time (in seconds):0.438
0.75/0.55	o 425
0.75/0.59	c Got one! Elapsed wall clock time (in seconds):0.474
0.75/0.59	o 417
0.86/0.60	c Got one! Elapsed wall clock time (in seconds):0.487
0.86/0.60	o 382
0.86/0.67	c Got one! Elapsed wall clock time (in seconds):0.556
0.86/0.67	o 379
0.97/0.75	c Got one! Elapsed wall clock time (in seconds):0.642
0.97/0.75	o 373
1.09/0.89	c cleaning 5741 clauses out of 11487 with flag 2000/11487
1.22/0.93	c Got one! Elapsed wall clock time (in seconds):0.813
1.22/0.93	o 368
1.45/1.16	c Got one! Elapsed wall clock time (in seconds):1.051
1.45/1.16	o 365
1.54/1.22	c cleaning 5806 clauses out of 11624 with flag 1000/17365
1.75/1.41	c Got one! Elapsed wall clock time (in seconds):1.296
1.75/1.41	o 364
1.75/1.49	c cleaning 5879 clauses out of 11764 with flag 2003/23311
1.86/1.52	c Got one! Elapsed wall clock time (in seconds):1.409
1.86/1.52	o 335
1.86/1.53	c Got one! Elapsed wall clock time (in seconds):1.415
1.86/1.53	o 315
1.97/1.63	c Got one! Elapsed wall clock time (in seconds):1.522
1.97/1.63	o 306
2.07/1.71	c Got one! Elapsed wall clock time (in seconds):1.596
2.07/1.71	o 304
2.20/1.81	c cleaning 6588 clauses out of 13185 with flag 2000/30611
2.40/2.08	c Got one! Elapsed wall clock time (in seconds):1.964
2.40/2.08	o 287
2.50/2.12	c cleaning 6132 clauses out of 12272 with flag 1000/36286
2.70/2.38	c cleaning 6066 clauses out of 12140 with flag 7000/42286
3.00/2.68	c cleaning 6533 clauses out of 13075 with flag 14001/49287
3.10/2.77	c Got one! Elapsed wall clock time (in seconds):2.655
3.10/2.77	o 273
3.35/2.91	c cleaning 6091 clauses out of 12190 with flag 4000/54935
3.45/3.05	c Got one! Elapsed wall clock time (in seconds):2.933
3.45/3.05	o 252
3.55/3.14	c cleaning 5715 clauses out of 11441 with flag 2000/60277
3.55/3.18	c Got one! Elapsed wall clock time (in seconds):3.069
3.55/3.18	o 242
3.66/3.30	c Got one! Elapsed wall clock time (in seconds):3.187
3.66/3.30	o 229
3.86/3.42	c cleaning 6226 clauses out of 12457 with flag 3005/67008
4.16/3.70	c cleaning 6108 clauses out of 12226 with flag 9000/73003
4.26/3.81	c Got one! Elapsed wall clock time (in seconds):3.694
4.26/3.81	o 224
4.36/3.91	c cleaning 5582 clauses out of 11167 with flag 3001/78052
4.46/4.09	c Got one! Elapsed wall clock time (in seconds):3.98
4.46/4.09	o 205
4.56/4.13	c cleaning 5536 clauses out of 11082 with flag 1000/83549
4.76/4.34	c cleaning 5770 clauses out of 11547 with flag 7001/89550
5.05/4.67	c cleaning 6385 clauses out of 12776 with flag 14000/96549
5.56/5.11	c cleaning 7195 clauses out of 14395 with flag 22004/104553
5.86/5.42	c Got one! Elapsed wall clock time (in seconds):5.312
5.86/5.42	o 196
6.06/5.64	c cleaning 8844 clauses out of 17694 with flag 5001/115047
6.36/5.92	c cleaning 7416 clauses out of 14849 with flag 11000/121046
6.66/6.25	c Got one! Elapsed wall clock time (in seconds):6.14
6.66/6.25	o 169
6.86/6.46	c cleaning 9376 clauses out of 18759 with flag 5001/132372
7.16/6.72	c cleaning 7690 clauses out of 15383 with flag 11001/138372
7.36/6.93	c Got one! Elapsed wall clock time (in seconds):6.815
7.36/6.93	o 164
7.36/6.98	c cleaning 6598 clauses out of 13207 with flag 1000/143886
7.66/7.28	c cleaning 6301 clauses out of 12609 with flag 7000/149886
8.06/7.63	c cleaning 6650 clauses out of 13309 with flag 14001/156887
8.06/7.67	c Got one! Elapsed wall clock time (in seconds):7.558
8.06/7.67	o 148
8.26/7.85	c cleaning 6104 clauses out of 12212 with flag 5001/162440
8.26/7.89	c Got one! Elapsed wall clock time (in seconds):7.782
8.26/7.89	o 131
8.46/8.08	c cleaning 6019 clauses out of 12049 with flag 5000/168381
8.76/8.33	c cleaning 6012 clauses out of 12031 with flag 11001/174382
9.17/8.73	c cleaning 6501 clauses out of 13020 with flag 18002/181383
9.79/9.01	c Got one! Elapsed wall clock time (in seconds):8.898
9.79/9.01	o 128
10.05/9.22	c cleaning 8524 clauses out of 17053 with flag 5001/191917
10.44/9.46	c cleaning 7262 clauses out of 14529 with flag 11001/197917
10.94/9.72	c cleaning 7129 clauses out of 14266 with flag 18000/204916
11.15/9.94	c Got one! Elapsed wall clock time (in seconds):9.827
11.15/9.94	o 127
11.37/10.19	c cleaning 8601 clauses out of 17216 with flag 5001/214995
11.67/10.49	c cleaning 7303 clauses out of 14615 with flag 11001/220995
12.07/10.85	c cleaning 7153 clauses out of 14312 with flag 18001/227995
12.30/11.02	c Got one! Elapsed wall clock time (in seconds):10.904
12.30/11.02	o 122
12.39/11.12	c cleaning 6542 clauses out of 13092 with flag 3001/233928
12.59/11.33	c cleaning 6270 clauses out of 12550 with flag 9001/239928
13.00/11.71	c cleaning 6631 clauses out of 13279 with flag 16000/246927
13.30/12.10	c cleaning 7319 clauses out of 14648 with flag 24000/254927
13.79/12.57	c cleaning 8161 clauses out of 16331 with flag 33002/263929
13.99/12.77	c Got one! Elapsed wall clock time (in seconds):12.654
13.99/12.77	o 113
14.11/12.81	c cleaning 6724 clauses out of 13452 with flag 1005/269211
14.31/13.03	c cleaning 6361 clauses out of 12728 with flag 7005/275211
14.52/13.28	c cleaning 6676 clauses out of 13364 with flag 14002/282208
14.92/13.60	c cleaning 7339 clauses out of 14686 with flag 22000/290206
15.32/14.07	c cleaning 8166 clauses out of 16347 with flag 31000/299206
15.42/14.19	c Got one! Elapsed wall clock time (in seconds):14.082
15.42/14.19	o 110
15.53/14.30	c cleaning 6808 clauses out of 13623 with flag 3003/304648
15.82/14.51	c cleaning 6399 clauses out of 12812 with flag 9000/310645
16.02/14.77	c cleaning 6703 clauses out of 13416 with flag 16003/317648
16.33/15.06	c cleaning 7350 clauses out of 14711 with flag 24001/325646
16.63/15.40	c Got one! Elapsed wall clock time (in seconds):15.29
16.63/15.40	o 102
16.83/15.56	c Got one! Elapsed wall clock time (in seconds):15.45
16.83/15.56	o 80
16.93/15.68	c cleaning 10795 clauses out of 21596 with flag 2001/339881
17.23/15.91	c cleaning 8395 clauses out of 16801 with flag 8001/345881
17.43/16.20	c cleaning 7696 clauses out of 15405 with flag 15000/352880
17.63/16.30	c Got one! Elapsed wall clock time (in seconds):16.191
17.63/16.30	o 72
17.73/16.41	c cleaning 6552 clauses out of 13118 with flag 3000/358289
17.93/16.62	c cleaning 6277 clauses out of 12567 with flag 9001/364290
18.23/16.94	c cleaning 6642 clauses out of 13289 with flag 16000/371289
18.53/17.26	c cleaning 7318 clauses out of 14647 with flag 24000/379289
18.94/17.62	c cleaning 8160 clauses out of 16329 with flag 33000/388289
19.23/17.96	c Got one! Elapsed wall clock time (in seconds):17.852
19.23/17.96	o 62
19.43/18.17	c cleaning 11400 clauses out of 22810 with flag 5001/402930
19.63/18.40	c cleaning 8700 clauses out of 17410 with flag 11001/408930
19.94/18.65	c cleaning 7850 clauses out of 15710 with flag 18001/415930
20.23/18.93	c cleaning 7922 clauses out of 15860 with flag 26001/423930
20.34/19.04	c Got one! Elapsed wall clock time (in seconds):18.933
20.34/19.05	o 60
20.44/19.12	c cleaning 6650 clauses out of 13311 with flag 2001/429303
20.64/19.34	c cleaning 6326 clauses out of 12660 with flag 8000/435302
20.84/19.59	c cleaning 6664 clauses out of 13335 with flag 15001/442303
21.14/19.87	c cleaning 7330 clauses out of 14671 with flag 23001/450303
21.55/20.21	c cleaning 8167 clauses out of 16340 with flag 32000/459302
21.95/20.60	c cleaning 9083 clauses out of 18173 with flag 42000/469302
22.25/20.95	c cleaning 9539 clauses out of 19090 with flag 52000/479302
22.55/21.25	c Got one! Elapsed wall clock time (in seconds):21.138
22.55/21.25	o 43
22.75/21.46	c cleaning 11469 clauses out of 22945 with flag 5001/492696
22.85/21.59	c Got one! Elapsed wall clock time (in seconds):21.48
22.85/21.59	o 42
22.95/21.68	c cleaning 8306 clauses out of 16622 with flag 2000/497842
23.15/21.89	c cleaning 7157 clauses out of 14321 with flag 8005/503847
23.36/22.05	c Got one! Elapsed wall clock time (in seconds):21.94
23.36/22.05	o 40
23.47/22.10	c cleaning 6080 clauses out of 12176 with flag 1003/508859
23.67/22.31	c cleaning 6043 clauses out of 12096 with flag 7003/514859
23.87/22.54	c cleaning 6523 clauses out of 13051 with flag 14001/521857
24.17/22.86	c cleaning 7253 clauses out of 14527 with flag 22000/529856
24.38/23.10	c Got one! Elapsed wall clock time (in seconds):22.988
24.38/23.10	o 33
24.57/23.29	c cleaning 9795 clauses out of 19595 with flag 5002/542177
24.87/23.52	c cleaning 7890 clauses out of 15798 with flag 11000/548175
25.07/23.77	c cleaning 7449 clauses out of 14909 with flag 18001/555176
25.37/24.06	c cleaning 7728 clauses out of 15462 with flag 26003/563178
25.67/24.39	c cleaning 8361 clauses out of 16733 with flag 35002/572177
26.08/24.78	c cleaning 9178 clauses out of 18372 with flag 45002/582177
26.48/25.11	c cleaning 9590 clauses out of 19192 with flag 55000/592175
26.68/25.36	c Got one! Elapsed wall clock time (in seconds):25.249
26.68/25.36	o 31
26.88/25.58	c cleaning 10920 clauses out of 21848 with flag 5000/604421
27.18/25.81	c cleaning 8462 clauses out of 16930 with flag 11002/610423
27.38/26.06	c cleaning 7729 clauses out of 15467 with flag 18001/617422
27.69/26.34	c cleaning 7865 clauses out of 15737 with flag 26000/625421
27.98/26.67	c cleaning 8433 clauses out of 16873 with flag 35001/634422
28.38/27.02	c cleaning 9218 clauses out of 18439 with flag 45000/644421
28.79/27.40	c cleaning 9608 clauses out of 19221 with flag 55000/654421
29.08/27.77	c cleaning 9800 clauses out of 19613 with flag 65000/664421
29.49/28.16	c cleaning 9902 clauses out of 19813 with flag 75000/674421
29.89/28.59	c cleaning 9953 clauses out of 19913 with flag 85002/684423
30.29/28.97	c cleaning 9974 clauses out of 19959 with flag 95001/694422
30.69/29.34	c cleaning 9988 clauses out of 19985 with flag 105001/704422
31.10/29.71	c cleaning 9994 clauses out of 19996 with flag 115000/714421
31.39/30.05	c cleaning 9992 clauses out of 20002 with flag 125000/724421
31.49/30.10	c Got one! Elapsed wall clock time (in seconds):29.988
31.49/30.10	o 20
31.59/30.24	c cleaning 7688 clauses out of 15382 with flag 4003/729793
31.79/30.47	c cleaning 6838 clauses out of 13691 with flag 10000/735790
32.10/30.71	c cleaning 6923 clauses out of 13853 with flag 17000/742790
32.30/30.99	c cleaning 7459 clauses out of 14930 with flag 25000/750790
32.70/31.30	c cleaning 8229 clauses out of 16472 with flag 34001/759791
33.00/31.64	c cleaning 9116 clauses out of 18242 with flag 44000/769790
33.30/31.95	c Got one! Elapsed wall clock time (in seconds):31.837
33.30/31.95	o 9
33.50/32.19	c cleaning 11959 clauses out of 23922 with flag 5002/784586
33.80/32.40	c cleaning 8977 clauses out of 17962 with flag 11001/790585
34.00/32.65	c cleaning 7990 clauses out of 15986 with flag 18002/797586
34.31/32.93	c cleaning 7991 clauses out of 15994 with flag 26000/805584
34.60/33.24	c cleaning 8497 clauses out of 17004 with flag 35001/814585
35.00/33.64	c cleaning 9249 clauses out of 18507 with flag 45001/824585
35.41/34.02	c cleaning 9625 clauses out of 19257 with flag 55000/834584
35.81/34.43	c cleaning 9813 clauses out of 19635 with flag 65003/844587
36.22/34.80	c cleaning 9907 clauses out of 19819 with flag 75000/854584
36.52/35.15	c cleaning 9954 clauses out of 19913 with flag 85001/864585
36.82/35.48	c cleaning 9975 clauses out of 19959 with flag 95001/874585
37.22/35.81	c cleaning 9986 clauses out of 19983 with flag 105000/884584
37.52/36.16	c cleaning 9994 clauses out of 19998 with flag 115001/894585
37.82/36.50	c cleaning 9997 clauses out of 20003 with flag 125000/904584
38.23/36.83	c cleaning 9997 clauses out of 20007 with flag 135001/914585
38.53/37.16	c cleaning 10000 clauses out of 20009 with flag 145000/924584
38.93/37.51	c cleaning 10002 clauses out of 20009 with flag 155000/934584
39.23/37.84	c cleaning 10000 clauses out of 20007 with flag 165000/944584
39.52/38.19	c cleaning 9999 clauses out of 20007 with flag 175000/954584
39.93/38.52	c cleaning 9999 clauses out of 20008 with flag 185000/964584
40.23/38.88	c cleaning 10003 clauses out of 20012 with flag 195003/974587
40.63/39.25	c cleaning 9994 clauses out of 20005 with flag 205000/984584
40.94/39.58	c Got one! Elapsed wall clock time (in seconds):39.466
40.94/39.58	o 8
41.23/39.89	c cleaning 11983 clauses out of 23981 with flag 5001/998554
41.33/39.95	c Got one! Elapsed wall clock time (in seconds):39.839
41.33/39.95	o 1
41.33/39.96	c starts		: 225
41.33/39.96	c conflicts		: 1000024
41.33/39.96	c decisions		: 1595186
41.33/39.96	c propagations		: 25462381
41.33/39.96	c inspects		: 220562511
41.33/39.96	c shortcuts		: 0
41.33/39.96	c learnt literals	: 1
41.33/39.96	c learnt binary clauses	: 52
41.33/39.96	c learnt ternary clauses	: 595
41.33/39.96	c learnt constraints	: 1000023
41.33/39.96	c ignored constraints	: 0
41.33/39.96	c root simplifications	: 0
41.33/39.96	c removed literals (reason simplification)	: 5990544
41.33/39.96	c reason swapping (by a shorter reason)	: 0
41.33/39.96	c Calls to reduceDB	: 123
41.33/39.96	c number of reductions to clauses (during analyze)	: 0
41.33/39.96	c number of learned constraints concerned by reduction	: 0
41.33/39.96	c number of learning phase by resolution	: 0
41.33/39.96	c number of learning phase by cutting planes	: 0
41.33/39.96	c speed (assignments/second)	: 2.8291534444444447E9
41.33/39.96	c non guided choices	2397
41.33/39.96	c learnt constraints type 
41.33/39.96	c constraints type 
41.33/39.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
41.33/39.96	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
41.33/39.96	s OPTIMUM FOUND
41.33/39.96	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 
41.33/39.96	c objective function=1
41.33/39.96	c Total wall clock time (in seconds): 39.849

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492677-1307911130/watcher-3492677-1307911130 -o /var/tmp/evaluation-result-3492677-1307911130/solver-3492677-1307911130 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492677-1307911130.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.93 2/195 14514
/proc/meminfo: memFree=2325324/32951124 swapFree=67054264/67111528
[pid=14514] ppid=14512 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/14514/stat : 14514 (java) R 14512 14514 12607 0 -1 4202496 954 0 0 0 0 0 0 0 25 0 1 0 883528909 23580672 696 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233505334760 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14514/statm: 5757 696 512 9 0 124 0

[startup+0.053139 s]
/proc/loadavg: 2.00 2.00 1.93 2/195 14514
/proc/meminfo: memFree=2325324/32951124 swapFree=67054264/67111528
[pid=14514] ppid=14512 vsize=10467480 CPUtime=0.04 cores=0,2,4,6
/proc/14514/stat : 14514 (java) S 14512 14514 12607 0 -1 4202496 11380 0 1 0 3 1 0 0 25 0 13 0 883528909 10718699520 11075 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522100197 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/14514/statm: 2616870 11075 1681 9 0 2607618 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467480

[startup+0.105133 s]
/proc/loadavg: 2.00 2.00 1.93 2/195 14514
/proc/meminfo: memFree=2325324/32951124 swapFree=67054264/67111528
[pid=14514] ppid=14512 vsize=10539400 CPUtime=0.11 cores=0,2,4,6
/proc/14514/stat : 14514 (java) S 14512 14514 12607 0 -1 4202496 13059 0 1 0 9 2 0 0 25 0 18 0 883528909 10792345600 12753 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14514/statm: 2634850 12754 2093 9 0 2625584 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539400

[startup+0.301066 s]
/proc/loadavg: 2.00 2.00 1.93 2/195 14514
/proc/meminfo: memFree=2325324/32951124 swapFree=67054264/67111528
[pid=14514] ppid=14512 vsize=10544836 CPUtime=0.5 cores=0,2,4,6
/proc/14514/stat : 14514 (java) S 14512 14514 12607 0 -1 4202496 15867 0 1 0 48 2 0 0 25 0 19 0 883528909 10797912064 14857 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14514/statm: 2636209 14857 2215 9 0 2626943 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10544836

[startup+0.701017 s]
/proc/loadavg: 2.00 2.00 1.93 2/195 14514
/proc/meminfo: memFree=2325324/32951124 swapFree=67054264/67111528
[pid=14514] ppid=14512 vsize=10544836 CPUtime=0.97 cores=0,2,4,6
/proc/14514/stat : 14514 (java) S 14512 14514 12607 0 -1 4202496 17113 0 1 0 95 2 0 0 25 0 19 0 883528909 10797912064 15588 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14514/statm: 2636209 15588 2220 9 0 2626943 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 10544836

[startup+1.5049 s]
/proc/loadavg: 2.00 2.00 1.93 3/214 14533
/proc/meminfo: memFree=2267228/32951124 swapFree=67054264/67111528
[pid=14514] ppid=14512 vsize=10544836 CPUtime=1.86 cores=0,2,4,6
/proc/14514/stat : 14514 (java) S 14512 14514 12607 0 -1 4202496 18615 0 1 0 183 3 0 0 25 0 19 0 883528909 10797912064 17084 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14514/statm: 2636209 17084 2248 9 0 2626943 0
[pid=14514/tid=14516] ppid=14512 vsize=10544836 CPUtime=1.43 cores=0,2,4,6
/proc/14514/task/14516/stat : 14516 (java) S 14512 14514 12607 0 -1 4202560 12760 0 1 0 142 1 0 0 18 0 19 0 883528910 10797912064 17084 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14517] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14517/stat : 14517 (java) S 14512 14514 12607 0 -1 4202560 237 0 0 0 0 0 0 0 15 0 19 0 883528912 10797912064 17084 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14518] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14518/stat : 14518 (java) S 14512 14514 12607 0 -1 4202560 162 0 0 0 0 0 0 0 15 0 19 0 883528912 10797912064 17084 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
[pid=14514/tid=14519] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14519/stat : 14519 (java) S 14512 14514 12607 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883528912 10797912064 17084 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14520] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14520/stat : 14520 (java) S 14512 14514 12607 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883528912 10797912064 17084 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14521] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14521/stat : 14521 (java) S 14512 14514 12607 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 19 0 883528912 10797912064 17084 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
[pid=14514/tid=14522] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14522/stat : 14522 (java) S 14512 14514 12607 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 883528912 10797912064 17084 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14523] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14523/stat : 14523 (java) S 14512 14514 12607 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883528912 10797912064 17084 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14524] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14524/stat : 14524 (java) S 14512 14514 12607 0 -1 4202560 156 0 0 0 0 0 0 0 15 0 19 0 883528912 10797912064 17084 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14525] ppid=14512 vsize=10544836 CPUtime=0.03 cores=0,2,4,6
/proc/14514/task/14525/stat : 14525 (java) R 14512 14514 12607 0 -1 4202560 547 0 0 0 3 0 0 0 15 0 19 0 883528913 10797912064 17084 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233509990096 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=14514/tid=14526] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14526/stat : 14526 (java) S 14512 14514 12607 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883528913 10797912064 17084 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14527] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14527/stat : 14527 (java) S 14512 14514 12607 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883528913 10797912064 17084 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14528] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14528/stat : 14528 (java) S 14512 14514 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883528915 10797912064 17084 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522121137 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14529] ppid=14512 vsize=10544836 CPUtime=0.18 cores=0,2,4,6
/proc/14514/task/14529/stat : 14529 (java) S 14512 14514 12607 0 -1 4202560 1997 0 0 0 18 0 0 0 15 0 19 0 883528915 10797912064 17084 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14530] ppid=14512 vsize=10544836 CPUtime=0.18 cores=0,2,4,6
/proc/14514/task/14530/stat : 14530 (java) S 14512 14514 12607 0 -1 4202560 1472 0 0 0 18 0 0 0 15 0 19 0 883528916 10797912064 17084 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
[pid=14514/tid=14531] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14531/stat : 14531 (java) S 14512 14514 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883528916 10797912064 17084 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14532] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14532/stat : 14532 (java) S 14512 14514 12607 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883528916 10797912064 17084 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522114048 0 4 0 16800975 18446604453965274176 0 0 -1 2 0 0 0
[pid=14514/tid=14533] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14533/stat : 14533 (java) S 14512 14514 12607 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883528927 10797912064 17084 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522114048 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10544836

[startup+3.10157 s]
/proc/loadavg: 2.00 2.00 1.93 3/214 14533
/proc/meminfo: memFree=2264252/32951124 swapFree=67054264/67111528
[pid=14514] ppid=14512 vsize=10544836 CPUtime=3.55 cores=0,2,4,6
/proc/14514/stat : 14514 (java) S 14512 14514 12607 0 -1 4202496 19769 0 1 0 352 3 0 0 25 0 19 0 883528909 10797912064 17307 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14514/statm: 2636209 17307 2250 9 0 2626943 0
[pid=14514/tid=14516] ppid=14512 vsize=10544836 CPUtime=2.95 cores=0,2,4,6
/proc/14514/task/14516/stat : 14516 (java) R 14512 14514 12607 0 -1 4202560 12766 0 1 0 294 1 0 0 20 0 19 0 883528910 10797912064 17307 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 46912505566748 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14514/tid=14517] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14517/stat : 14517 (java) S 14512 14514 12607 0 -1 4202560 238 0 0 0 0 0 0 0 15 0 19 0 883528912 10797912064 17307 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14518] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14518/stat : 14518 (java) S 14512 14514 12607 0 -1 4202560 164 0 0 0 0 0 0 0 15 0 19 0 883528912 10797912064 17307 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14519] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14519/stat : 14519 (java) S 14512 14514 12607 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 883528912 10797912064 17307 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14520] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14520/stat : 14520 (java) S 14512 14514 12607 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 883528912 10797912064 17307 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14521] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14521/stat : 14521 (java) S 14512 14514 12607 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 19 0 883528912 10797912064 17307 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14522] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14522/stat : 14522 (java) S 14512 14514 12607 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 19 0 883528912 10797912064 17307 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14523] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14523/stat : 14523 (java) S 14512 14514 12607 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883528912 10797912064 17307 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14524] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14524/stat : 14524 (java) S 14512 14514 12607 0 -1 4202560 279 0 0 0 0 0 0 0 15 0 19 0 883528912 10797912064 17307 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14525] ppid=14512 vsize=10544836 CPUtime=0.09 cores=0,2,4,6
/proc/14514/task/14525/stat : 14525 (java) S 14512 14514 12607 0 -1 4202560 561 0 0 0 9 0 0 0 16 0 19 0 883528913 10797912064 17307 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522114048 0 0 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
[pid=14514/tid=14526] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14526/stat : 14526 (java) S 14512 14514 12607 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883528913 10797912064 17307 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14527] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14527/stat : 14527 (java) S 14512 14514 12607 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883528913 10797912064 17307 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14528] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14528/stat : 14528 (java) S 14512 14514 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883528915 10797912064 17307 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522121137 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14529] ppid=14512 vsize=10544836 CPUtime=0.27 cores=0,2,4,6
/proc/14514/task/14529/stat : 14529 (java) S 14512 14514 12607 0 -1 4202560 2949 0 0 0 27 0 0 0 15 0 19 0 883528915 10797912064 17307 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14530] ppid=14512 vsize=10544836 CPUtime=0.18 cores=0,2,4,6
/proc/14514/task/14530/stat : 14530 (java) S 14512 14514 12607 0 -1 4202560 1472 0 0 0 18 0 0 0 15 0 19 0 883528916 10797912064 17307 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
[pid=14514/tid=14531] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14531/stat : 14531 (java) S 14512 14514 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883528916 10797912064 17307 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14532] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14532/stat : 14532 (java) S 14512 14514 12607 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883528916 10797912064 17307 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522114048 0 4 0 16800975 18446604453965274176 0 0 -1 2 0 0 0
[pid=14514/tid=14533] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14533/stat : 14533 (java) S 14512 14514 12607 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883528927 10797912064 17307 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522114048 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 10544836

[startup+6.30101 s]
/proc/loadavg: 2.08 2.02 1.94 3/214 14533
/proc/meminfo: memFree=2263368/32951124 swapFree=67054264/67111528
[pid=14514] ppid=14512 vsize=10544836 CPUtime=6.76 cores=0,2,4,6
/proc/14514/stat : 14514 (java) S 14512 14514 12607 0 -1 4202496 19811 0 1 0 673 3 0 0 25 0 19 0 883528909 10797912064 17322 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14514/statm: 2636209 17322 2250 9 0 2626943 0
[pid=14514/tid=14516] ppid=14512 vsize=10544836 CPUtime=6.02 cores=0,2,4,6
/proc/14514/task/14516/stat : 14516 (java) R 14512 14514 12607 0 -1 4202560 12777 0 1 0 601 1 0 0 20 0 19 0 883528910 10797912064 17322 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 46912505565018 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14514/tid=14517] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14517/stat : 14517 (java) S 14512 14514 12607 0 -1 4202560 238 0 0 0 0 0 0 0 15 0 19 0 883528912 10797912064 17322 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14518] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14518/stat : 14518 (java) S 14512 14514 12607 0 -1 4202560 164 0 0 0 0 0 0 0 15 0 19 0 883528912 10797912064 17322 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14519] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14519/stat : 14519 (java) S 14512 14514 12607 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 883528912 10797912064 17322 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14520] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14520/stat : 14520 (java) S 14512 14514 12607 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 883528912 10797912064 17322 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14521] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14521/stat : 14521 (java) S 14512 14514 12607 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 19 0 883528912 10797912064 17322 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14522] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14522/stat : 14522 (java) S 14512 14514 12607 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 19 0 883528912 10797912064 17322 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14523] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14523/stat : 14523 (java) S 14512 14514 12607 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883528912 10797912064 17322 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14524] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14524/stat : 14524 (java) S 14512 14514 12607 0 -1 4202560 279 0 0 0 0 0 0 0 15 0 19 0 883528912 10797912064 17322 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14525] ppid=14512 vsize=10544836 CPUtime=0.21 cores=0,2,4,6
/proc/14514/task/14525/stat : 14525 (java) S 14512 14514 12607 0 -1 4202560 589 0 0 0 21 0 0 0 15 0 19 0 883528913 10797912064 17322 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522114048 0 0 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
[pid=14514/tid=14526] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14526/stat : 14526 (java) S 14512 14514 12607 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883528913 10797912064 17322 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14527] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14527/stat : 14527 (java) S 14512 14514 12607 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883528913 10797912064 17322 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14528] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14528/stat : 14528 (java) S 14512 14514 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883528915 10797912064 17322 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522121137 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14529] ppid=14512 vsize=10544836 CPUtime=0.27 cores=0,2,4,6
/proc/14514/task/14529/stat : 14529 (java) S 14512 14514 12607 0 -1 4202560 2949 0 0 0 27 0 0 0 15 0 19 0 883528915 10797912064 17322 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14530] ppid=14512 vsize=10544836 CPUtime=0.18 cores=0,2,4,6
/proc/14514/task/14530/stat : 14530 (java) S 14512 14514 12607 0 -1 4202560 1472 0 0 0 18 0 0 0 15 0 19 0 883528916 10797912064 17322 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
[pid=14514/tid=14531] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14531/stat : 14531 (java) S 14512 14514 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883528916 10797912064 17322 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14532] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14532/stat : 14532 (java) S 14512 14514 12607 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883528916 10797912064 17322 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522114048 0 4 0 16800975 18446604453965274176 0 0 -1 2 0 0 0
[pid=14514/tid=14533] ppid=14512 vsize=10544836 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14533/stat : 14533 (java) S 14512 14514 12607 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883528927 10797912064 17322 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522114048 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 10544836

[startup+12.7008 s]

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

/proc/14514/task/14517/stat : 14517 (java) S 14512 14514 12607 0 -1 4202560 244 0 0 0 3 0 0 0 16 0 19 0 883528912 10815856640 23081 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14518] ppid=14512 vsize=10562360 CPUtime=0.03 cores=0,2,4,6
/proc/14514/task/14518/stat : 14518 (java) S 14512 14514 12607 0 -1 4202560 167 0 0 0 3 0 0 0 15 0 19 0 883528912 10815856640 23081 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
[pid=14514/tid=14519] ppid=14512 vsize=10562360 CPUtime=0.03 cores=0,2,4,6
/proc/14514/task/14519/stat : 14519 (java) S 14512 14514 12607 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 883528912 10815856640 23081 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14520] ppid=14512 vsize=10562360 CPUtime=0.02 cores=0,2,4,6
/proc/14514/task/14520/stat : 14520 (java) S 14512 14514 12607 0 -1 4202560 34 0 0 0 2 0 0 0 15 0 19 0 883528912 10815856640 23081 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
[pid=14514/tid=14521] ppid=14512 vsize=10562360 CPUtime=0.03 cores=0,2,4,6
/proc/14514/task/14521/stat : 14521 (java) S 14512 14514 12607 0 -1 4202560 126 0 0 0 3 0 0 0 15 0 19 0 883528912 10815856640 23081 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14522] ppid=14512 vsize=10562360 CPUtime=0.02 cores=0,2,4,6
/proc/14514/task/14522/stat : 14522 (java) S 14512 14514 12607 0 -1 4202560 42 0 0 0 2 0 0 0 16 0 19 0 883528912 10815856640 23081 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14523] ppid=14512 vsize=10562360 CPUtime=0.03 cores=0,2,4,6
/proc/14514/task/14523/stat : 14523 (java) S 14512 14514 12607 0 -1 4202560 7 0 0 0 3 0 0 0 16 0 19 0 883528912 10815856640 23081 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14524] ppid=14512 vsize=10562360 CPUtime=0.04 cores=0,2,4,6
/proc/14514/task/14524/stat : 14524 (java) S 14512 14514 12607 0 -1 4202560 279 0 0 0 4 0 0 0 15 0 19 0 883528912 10815856640 23081 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
[pid=14514/tid=14525] ppid=14512 vsize=10562360 CPUtime=1.52 cores=0,2,4,6
/proc/14514/task/14525/stat : 14525 (java) S 14512 14514 12607 0 -1 4202560 948 0 0 0 151 1 0 0 16 0 19 0 883528913 10815856640 23081 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522114048 0 0 0 16800975 18446604453965274176 0 0 -1 2 0 0 0
[pid=14514/tid=14526] ppid=14512 vsize=10562360 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14526/stat : 14526 (java) S 14512 14514 12607 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883528913 10815856640 23081 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14527] ppid=14512 vsize=10562360 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14527/stat : 14527 (java) S 14512 14514 12607 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883528913 10815856640 23081 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14528] ppid=14512 vsize=10562360 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14528/stat : 14528 (java) S 14512 14514 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883528915 10815856640 23081 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522121137 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14529] ppid=14512 vsize=10562360 CPUtime=1.03 cores=0,2,4,6
/proc/14514/task/14529/stat : 14529 (java) S 14512 14514 12607 0 -1 4202560 11204 0 0 0 102 1 0 0 15 0 19 0 883528915 10815856640 23081 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14530] ppid=14512 vsize=10562360 CPUtime=0.3 cores=0,2,4,6
/proc/14514/task/14530/stat : 14530 (java) S 14512 14514 12607 0 -1 4202560 2598 0 0 0 30 0 0 0 15 0 19 0 883528916 10815856640 23081 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
[pid=14514/tid=14531] ppid=14512 vsize=10562360 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14531/stat : 14531 (java) S 14512 14514 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883528916 10815856640 23081 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14532] ppid=14512 vsize=10562360 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14532/stat : 14532 (java) S 14512 14514 12607 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883528916 10815856640 23081 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522114048 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14533] ppid=14512 vsize=10562360 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14533/stat : 14533 (java) S 14512 14514 12607 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883528927 10815856640 23081 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522114048 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39.73
Current children cumulated vsize (KiB) 10562360

[startup+39.1011 s]
/proc/loadavg: 2.05 2.01 1.94 3/214 14534
/proc/meminfo: memFree=2240372/32951124 swapFree=67054264/67111528
[pid=14514] ppid=14512 vsize=10562360 CPUtime=40.53 cores=0,2,4,6
/proc/14514/stat : 14514 (java) S 14512 14514 12607 0 -1 4202496 29695 0 1 0 4047 6 0 0 25 0 19 0 883528909 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14514/statm: 2640590 23068 2252 9 0 2631324 0
[pid=14514/tid=14516] ppid=14512 vsize=10562360 CPUtime=37.34 cores=0,2,4,6
/proc/14514/task/14516/stat : 14516 (java) R 14512 14514 12607 0 -1 4202560 12883 0 1 0 3732 2 0 0 25 0 19 0 883528910 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 46912505166908 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14514/tid=14517] ppid=14512 vsize=10562360 CPUtime=0.03 cores=0,2,4,6
/proc/14514/task/14517/stat : 14517 (java) S 14512 14514 12607 0 -1 4202560 244 0 0 0 3 0 0 0 15 0 19 0 883528912 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14518] ppid=14512 vsize=10562360 CPUtime=0.03 cores=0,2,4,6
/proc/14514/task/14518/stat : 14518 (java) S 14512 14514 12607 0 -1 4202560 167 0 0 0 3 0 0 0 15 0 19 0 883528912 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
[pid=14514/tid=14519] ppid=14512 vsize=10562360 CPUtime=0.03 cores=0,2,4,6
/proc/14514/task/14519/stat : 14519 (java) S 14512 14514 12607 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 883528912 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14520] ppid=14512 vsize=10562360 CPUtime=0.02 cores=0,2,4,6
/proc/14514/task/14520/stat : 14520 (java) S 14512 14514 12607 0 -1 4202560 34 0 0 0 2 0 0 0 15 0 19 0 883528912 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
[pid=14514/tid=14521] ppid=14512 vsize=10562360 CPUtime=0.03 cores=0,2,4,6
/proc/14514/task/14521/stat : 14521 (java) S 14512 14514 12607 0 -1 4202560 127 0 0 0 3 0 0 0 15 0 19 0 883528912 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14522] ppid=14512 vsize=10562360 CPUtime=0.02 cores=0,2,4,6
/proc/14514/task/14522/stat : 14522 (java) S 14512 14514 12607 0 -1 4202560 42 0 0 0 2 0 0 0 15 0 19 0 883528912 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14523] ppid=14512 vsize=10562360 CPUtime=0.03 cores=0,2,4,6
/proc/14514/task/14523/stat : 14523 (java) S 14512 14514 12607 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 883528912 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14524] ppid=14512 vsize=10562360 CPUtime=0.04 cores=0,2,4,6
/proc/14514/task/14524/stat : 14524 (java) S 14512 14514 12607 0 -1 4202560 279 0 0 0 4 0 0 0 15 0 19 0 883528912 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
[pid=14514/tid=14525] ppid=14512 vsize=10562360 CPUtime=1.55 cores=0,2,4,6
/proc/14514/task/14525/stat : 14525 (java) S 14512 14514 12607 0 -1 4202560 948 0 0 0 154 1 0 0 16 0 19 0 883528913 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522114048 0 0 0 16800975 18446604453965274176 0 0 -1 2 0 0 0
[pid=14514/tid=14526] ppid=14512 vsize=10562360 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14526/stat : 14526 (java) S 14512 14514 12607 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883528913 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14527] ppid=14512 vsize=10562360 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14527/stat : 14527 (java) S 14512 14514 12607 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883528913 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14528] ppid=14512 vsize=10562360 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14528/stat : 14528 (java) S 14512 14514 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883528915 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522121137 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14529] ppid=14512 vsize=10562360 CPUtime=1.03 cores=0,2,4,6
/proc/14514/task/14529/stat : 14529 (java) S 14512 14514 12607 0 -1 4202560 11204 0 0 0 102 1 0 0 15 0 19 0 883528915 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14530] ppid=14512 vsize=10562360 CPUtime=0.3 cores=0,2,4,6
/proc/14514/task/14530/stat : 14530 (java) S 14512 14514 12607 0 -1 4202560 2598 0 0 0 30 0 0 0 15 0 19 0 883528916 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
[pid=14514/tid=14531] ppid=14512 vsize=10562360 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14531/stat : 14531 (java) S 14512 14514 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883528916 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14532] ppid=14512 vsize=10562360 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14532/stat : 14532 (java) S 14512 14514 12607 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883528916 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522114048 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14533] ppid=14512 vsize=10562360 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14533/stat : 14533 (java) S 14512 14514 12607 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883528927 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522114048 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40.53
Current children cumulated vsize (KiB) 10562360

[startup+39.501 s]
/proc/loadavg: 2.05 2.01 1.94 3/214 14534
/proc/meminfo: memFree=2240248/32951124 swapFree=67054264/67111528
[pid=14514] ppid=14512 vsize=10562360 CPUtime=40.94 cores=0,2,4,6
/proc/14514/stat : 14514 (java) S 14512 14514 12607 0 -1 4202496 29697 0 1 0 4088 6 0 0 25 0 19 0 883528909 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14514/statm: 2640590 23068 2252 9 0 2631324 0
[pid=14514/tid=14516] ppid=14512 vsize=10562360 CPUtime=37.72 cores=0,2,4,6
/proc/14514/task/14516/stat : 14516 (java) R 14512 14514 12607 0 -1 4202560 12884 0 1 0 3770 2 0 0 25 0 19 0 883528910 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 46912505593101 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14514/tid=14517] ppid=14512 vsize=10562360 CPUtime=0.03 cores=0,2,4,6
/proc/14514/task/14517/stat : 14517 (java) S 14512 14514 12607 0 -1 4202560 244 0 0 0 3 0 0 0 15 0 19 0 883528912 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14518] ppid=14512 vsize=10562360 CPUtime=0.03 cores=0,2,4,6
/proc/14514/task/14518/stat : 14518 (java) S 14512 14514 12607 0 -1 4202560 167 0 0 0 3 0 0 0 15 0 19 0 883528912 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
[pid=14514/tid=14519] ppid=14512 vsize=10562360 CPUtime=0.03 cores=0,2,4,6
/proc/14514/task/14519/stat : 14519 (java) S 14512 14514 12607 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 883528912 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
[pid=14514/tid=14520] ppid=14512 vsize=10562360 CPUtime=0.02 cores=0,2,4,6
/proc/14514/task/14520/stat : 14520 (java) S 14512 14514 12607 0 -1 4202560 34 0 0 0 2 0 0 0 15 0 19 0 883528912 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
[pid=14514/tid=14521] ppid=14512 vsize=10562360 CPUtime=0.03 cores=0,2,4,6
/proc/14514/task/14521/stat : 14521 (java) S 14512 14514 12607 0 -1 4202560 127 0 0 0 3 0 0 0 15 0 19 0 883528912 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14522] ppid=14512 vsize=10562360 CPUtime=0.02 cores=0,2,4,6
/proc/14514/task/14522/stat : 14522 (java) S 14512 14514 12607 0 -1 4202560 42 0 0 0 2 0 0 0 15 0 19 0 883528912 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14523] ppid=14512 vsize=10562360 CPUtime=0.03 cores=0,2,4,6
/proc/14514/task/14523/stat : 14523 (java) S 14512 14514 12607 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 883528912 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14524] ppid=14512 vsize=10562360 CPUtime=0.04 cores=0,2,4,6
/proc/14514/task/14524/stat : 14524 (java) S 14512 14514 12607 0 -1 4202560 279 0 0 0 4 0 0 0 15 0 19 0 883528912 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
[pid=14514/tid=14525] ppid=14512 vsize=10562360 CPUtime=1.56 cores=0,2,4,6
/proc/14514/task/14525/stat : 14525 (java) S 14512 14514 12607 0 -1 4202560 948 0 0 0 155 1 0 0 16 0 19 0 883528913 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522114048 0 0 0 16800975 18446604453965274176 0 0 -1 2 0 0 0
[pid=14514/tid=14526] ppid=14512 vsize=10562360 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14526/stat : 14526 (java) S 14512 14514 12607 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883528913 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14527] ppid=14512 vsize=10562360 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14527/stat : 14527 (java) S 14512 14514 12607 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883528913 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14528] ppid=14512 vsize=10562360 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14528/stat : 14528 (java) S 14512 14514 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883528915 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522121137 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14529] ppid=14512 vsize=10562360 CPUtime=1.03 cores=0,2,4,6
/proc/14514/task/14529/stat : 14529 (java) S 14512 14514 12607 0 -1 4202560 11204 0 0 0 102 1 0 0 15 0 19 0 883528915 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14530] ppid=14512 vsize=10562360 CPUtime=0.3 cores=0,2,4,6
/proc/14514/task/14530/stat : 14530 (java) S 14512 14514 12607 0 -1 4202560 2599 0 0 0 30 0 0 0 15 0 19 0 883528916 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
[pid=14514/tid=14531] ppid=14512 vsize=10562360 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14531/stat : 14531 (java) S 14512 14514 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883528916 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14532] ppid=14512 vsize=10562360 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14532/stat : 14532 (java) S 14512 14514 12607 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883528916 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522114048 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14533] ppid=14512 vsize=10562360 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14533/stat : 14533 (java) S 14512 14514 12607 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883528927 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522114048 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40.94
Current children cumulated vsize (KiB) 10562360

[startup+39.9009 s]
/proc/loadavg: 2.05 2.01 1.94 3/214 14534
/proc/meminfo: memFree=2240248/32951124 swapFree=67054264/67111528
[pid=14514] ppid=14512 vsize=10562360 CPUtime=41.33 cores=0,2,4,6
/proc/14514/stat : 14514 (java) S 14512 14514 12607 0 -1 4202496 29698 0 1 0 4127 6 0 0 25 0 19 0 883528909 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14514/statm: 2640590 23068 2252 9 0 2631324 0
[pid=14514/tid=14516] ppid=14512 vsize=10562360 CPUtime=38.12 cores=0,2,4,6
/proc/14514/task/14516/stat : 14516 (java) S 14512 14514 12607 0 -1 4202560 12885 0 1 0 3810 2 0 0 25 0 19 0 883528910 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 2 0 0 0
[pid=14514/tid=14517] ppid=14512 vsize=10562360 CPUtime=0.03 cores=0,2,4,6
/proc/14514/task/14517/stat : 14517 (java) S 14512 14514 12607 0 -1 4202560 244 0 0 0 3 0 0 0 15 0 19 0 883528912 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14518] ppid=14512 vsize=10562360 CPUtime=0.03 cores=0,2,4,6
/proc/14514/task/14518/stat : 14518 (java) S 14512 14514 12607 0 -1 4202560 167 0 0 0 3 0 0 0 15 0 19 0 883528912 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
[pid=14514/tid=14519] ppid=14512 vsize=10562360 CPUtime=0.03 cores=0,2,4,6
/proc/14514/task/14519/stat : 14519 (java) S 14512 14514 12607 0 -1 4202560 8 0 0 0 3 0 0 0 16 0 19 0 883528912 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
[pid=14514/tid=14520] ppid=14512 vsize=10562360 CPUtime=0.03 cores=0,2,4,6
/proc/14514/task/14520/stat : 14520 (java) S 14512 14514 12607 0 -1 4202560 34 0 0 0 3 0 0 0 15 0 19 0 883528912 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
[pid=14514/tid=14521] ppid=14512 vsize=10562360 CPUtime=0.03 cores=0,2,4,6
/proc/14514/task/14521/stat : 14521 (java) S 14512 14514 12607 0 -1 4202560 127 0 0 0 3 0 0 0 15 0 19 0 883528912 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14522] ppid=14512 vsize=10562360 CPUtime=0.03 cores=0,2,4,6
/proc/14514/task/14522/stat : 14522 (java) S 14512 14514 12607 0 -1 4202560 42 0 0 0 3 0 0 0 15 0 19 0 883528912 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14523] ppid=14512 vsize=10562360 CPUtime=0.03 cores=0,2,4,6
/proc/14514/task/14523/stat : 14523 (java) S 14512 14514 12607 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 883528912 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14524] ppid=14512 vsize=10562360 CPUtime=0.04 cores=0,2,4,6
/proc/14514/task/14524/stat : 14524 (java) S 14512 14514 12607 0 -1 4202560 279 0 0 0 4 0 0 0 15 0 19 0 883528912 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
[pid=14514/tid=14525] ppid=14512 vsize=10562360 CPUtime=1.57 cores=0,2,4,6
/proc/14514/task/14525/stat : 14525 (java) R 14512 14514 12607 0 -1 4202560 948 0 0 0 156 1 0 0 15 0 19 0 883528913 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 47380175450257 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=14514/tid=14526] ppid=14512 vsize=10562360 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14526/stat : 14526 (java) S 14512 14514 12607 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883528913 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14527] ppid=14512 vsize=10562360 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14527/stat : 14527 (java) S 14512 14514 12607 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883528913 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14528] ppid=14512 vsize=10562360 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14528/stat : 14528 (java) S 14512 14514 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883528915 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522121137 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14529] ppid=14512 vsize=10562360 CPUtime=1.03 cores=0,2,4,6
/proc/14514/task/14529/stat : 14529 (java) S 14512 14514 12607 0 -1 4202560 11204 0 0 0 102 1 0 0 15 0 19 0 883528915 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14530] ppid=14512 vsize=10562360 CPUtime=0.3 cores=0,2,4,6
/proc/14514/task/14530/stat : 14530 (java) S 14512 14514 12607 0 -1 4202560 2599 0 0 0 30 0 0 0 15 0 19 0 883528916 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
[pid=14514/tid=14531] ppid=14512 vsize=10562360 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14531/stat : 14531 (java) S 14512 14514 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883528916 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522113433 0 4 0 16800975 18446604453965274176 0 0 -1 6 0 0 0
[pid=14514/tid=14532] ppid=14512 vsize=10562360 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14532/stat : 14532 (java) S 14512 14514 12607 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883528916 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522114048 0 4 0 16800975 18446604453965274176 0 0 -1 0 0 0 0
[pid=14514/tid=14533] ppid=14512 vsize=10562360 CPUtime=0 cores=0,2,4,6
/proc/14514/task/14533/stat : 14533 (java) S 14512 14514 12607 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883528927 10815856640 23068 33554432000 1073741824 1073778376 140733793870416 18446744073709551615 233522114048 0 4 0 16800975 18446604453965274176 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 41.33
Current children cumulated vsize (KiB) 10562360

Child status: 30
Real time (s): 39.9718
CPU time (s): 41.4167
CPU user time (s): 41.3427
CPU system time (s): 0.073988
CPU usage (%): 103.615
Max. virtual memory (cumulated for all children) (KiB): 10566604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.3427
system time used= 0.073988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29764
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4591
involuntary context switches= 2267

runsolver used 0.070989 second user time and 0.157975 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-12 22:38:51
IDJOB=3492677
IDBENCH=79222
IDSOLVER=1982
FILE ID=node145/3492677-1307911130
RUNJOBID= node145-1307907979-13798
PBS_JOBID= 13559605
Free space on /var/tmp= 2904 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110972154--soft-0-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492677-1307911130/watcher-3492677-1307911130 -o /var/tmp/evaluation-result-3492677-1307911130/solver-3492677-1307911130 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492677-1307911130.wbo

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

MD5SUM BENCH= 6809fb2fcff82744047966c4438af278
RANDOM SEED=1977269207

node145.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       2325728 kB
Buffers:         66128 kB
Cached:       28767912 kB
SwapCached:       9324 kB
Active:       14787368 kB
Inactive:     14930440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       2325728 kB
SwapTotal:    67111528 kB
SwapFree:     67054264 kB
Dirty:             492 kB
Writeback:           0 kB
AnonPages:      881468 kB
Mapped:          21188 kB
Slab:           842088 kB
PageTables:       6140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10545640 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2904 MiB
End job on node145 at 2011-06-12 22:39:31