Trace number 2698669

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 Resolution 2.2.1OPTIMUM 70.2593 68.8419

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224929--soft-0-100-0.wbo
MD5SUM5f93bdccbf9c1cc8d25b014cd19ec634
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.19097
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 1264
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.08	c version 2.2.1.v20100705
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.03/0.08	c java.vm.version	11.2-b01
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	32
0.03/0.08	c java.version		1.6.0_12
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		i386
0.03/0.08	c Free memory 		1393557488
0.03/0.08	c Max memory 		1395916800
0.03/0.08	c Total memory 		1395916800
0.03/0.08	c Number of processors 	8
0.03/0.10	c Pseudo Boolean Optimization
0.03/0.10	c --- Begin Solver configuration ---
0.03/0.10	c Stops conflict analysis at the first Unique Implication Point
0.03/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.03/0.10	c Learn all clauses as in MiniSAT
0.03/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.03/0.10	c Expensive reason simplification
0.03/0.10	c Armin Biere (Picosat) restarts strategy
0.03/0.10	c Glucose learned constraints deletion strategy
0.03/0.10	c timeout=2147483s
0.03/0.10	c DB Simplification allowed=false
0.03/0.10	c --- End Solver configuration ---
0.03/0.10	c solving HOME/instance-2698669-1278327401.wbo
0.03/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.054s.
0.11/0.15	c #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 org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.30/0.24	c SATISFIABLE
0.30/0.24	c OPTIMIZING...
0.30/0.24	c Got one! Elapsed wall clock time (in seconds):0.142
0.30/0.24	o 717
0.30/0.29	c Got one! Elapsed wall clock time (in seconds):0.197
0.30/0.29	o 684
0.60/0.32	c Got one! Elapsed wall clock time (in seconds):0.226
0.60/0.32	o 644
0.60/0.34	c Got one! Elapsed wall clock time (in seconds):0.246
0.60/0.34	o 627
0.60/0.36	c Got one! Elapsed wall clock time (in seconds):0.268
0.60/0.36	o 559
0.60/0.40	c Got one! Elapsed wall clock time (in seconds):0.299
0.60/0.40	o 550
0.81/0.45	c Got one! Elapsed wall clock time (in seconds):0.355
0.81/0.45	o 544
0.81/0.47	c Got one! Elapsed wall clock time (in seconds):0.373
0.81/0.47	o 542
0.81/0.49	c Got one! Elapsed wall clock time (in seconds):0.392
0.81/0.49	o 532
0.95/0.52	c Got one! Elapsed wall clock time (in seconds):0.425
0.95/0.52	o 517
1.07/0.69	c cleaning 2498 clauses out of 5000 with flag 5000/5000
1.20/0.77	c Got one! Elapsed wall clock time (in seconds):0.674
1.20/0.77	o 495
1.20/0.79	c Got one! Elapsed wall clock time (in seconds):0.693
1.20/0.79	o 461
1.30/0.83	c Got one! Elapsed wall clock time (in seconds):0.729
1.30/0.83	o 452
1.30/0.88	c Got one! Elapsed wall clock time (in seconds):0.781
1.30/0.88	o 448
1.64/1.13	c cleaning 4243 clauses out of 8503 with flag 11001/11001
1.64/1.17	c Got one! Elapsed wall clock time (in seconds):1.078
1.64/1.17	o 425
1.73/1.26	c Got one! Elapsed wall clock time (in seconds):1.159
1.73/1.26	o 415
1.83/1.33	c Got one! Elapsed wall clock time (in seconds):1.229
1.83/1.33	o 373
2.06/1.59	c cleaning 5627 clauses out of 11259 with flag 18000/18000
2.37/1.86	c Got one! Elapsed wall clock time (in seconds):1.767
2.37/1.86	o 348
2.69/2.16	c Got one! Elapsed wall clock time (in seconds):2.06
2.69/2.16	o 347
2.79/2.24	c cleaning 6815 clauses out of 13633 with flag 26001/26001
3.39/2.83	c cleaning 7905 clauses out of 15820 with flag 35003/35003
3.59/3.00	c Got one! Elapsed wall clock time (in seconds):2.9
3.59/3.00	o 332
3.80/3.26	c Got one! Elapsed wall clock time (in seconds):3.167
3.80/3.26	o 325
3.99/3.48	c Got one! Elapsed wall clock time (in seconds):3.385
3.99/3.48	o 324
4.10/3.57	c cleaning 8954 clauses out of 17913 with flag 45001/45001
4.60/4.10	c Got one! Elapsed wall clock time (in seconds):3.999
4.60/4.10	o 318
4.80/4.26	c cleaning 9473 clauses out of 18958 with flag 55000/55000
5.51/4.93	c cleaning 9738 clauses out of 19485 with flag 65000/65000
5.61/5.06	c Got one! Elapsed wall clock time (in seconds):4.968
5.61/5.06	o 314
6.42/5.70	c cleaning 9873 clauses out of 19751 with flag 75004/75004
6.52/5.80	c Got one! Elapsed wall clock time (in seconds):5.706
6.52/5.80	o 292
6.82/6.18	c Got one! Elapsed wall clock time (in seconds):6.084
6.82/6.18	o 272
7.13/6.43	c cleaning 9932 clauses out of 19874 with flag 85000/85000
7.73/7.04	c cleaning 9967 clauses out of 19943 with flag 95001/95001
7.83/7.10	c Got one! Elapsed wall clock time (in seconds):7.0
7.83/7.10	o 223
8.45/7.71	c cleaning 9978 clauses out of 19977 with flag 105002/105002
8.65/7.98	c Got one! Elapsed wall clock time (in seconds):7.884
8.65/7.98	o 197
9.33/8.36	c cleaning 9995 clauses out of 19998 with flag 115001/115001
9.43/8.40	c Got one! Elapsed wall clock time (in seconds):8.301
9.43/8.40	o 185
10.04/9.03	c cleaning 9998 clauses out of 20004 with flag 125002/125002
10.24/9.21	c Got one! Elapsed wall clock time (in seconds):9.115
10.24/9.21	o 171
10.74/9.73	c cleaning 10000 clauses out of 20005 with flag 135001/135001
11.34/10.38	c cleaning 9998 clauses out of 20004 with flag 145000/145000
11.55/10.58	c Got one! Elapsed wall clock time (in seconds):10.483
11.55/10.58	o 152
11.95/10.96	c Got one! Elapsed wall clock time (in seconds):10.862
11.95/10.96	o 137
12.06/11.07	c cleaning 10001 clauses out of 20007 with flag 155001/155001
12.46/11.46	c Got one! Elapsed wall clock time (in seconds):11.359
12.46/11.46	o 133
12.76/11.74	c cleaning 9997 clauses out of 20005 with flag 165000/165000
12.96/11.96	c Got one! Elapsed wall clock time (in seconds):11.863
12.96/11.96	o 119
13.49/12.47	c cleaning 10002 clauses out of 20011 with flag 175003/175003
14.49/13.27	c cleaning 10000 clauses out of 20008 with flag 185002/185002
14.89/13.62	c Got one! Elapsed wall clock time (in seconds):13.522
14.89/13.62	o 113
15.29/14.02	c cleaning 10002 clauses out of 20007 with flag 195001/195001
15.89/14.65	c cleaning 9993 clauses out of 20004 with flag 205000/205000
16.19/14.93	c Got one! Elapsed wall clock time (in seconds):14.829
16.19/14.93	o 107
16.59/15.33	c cleaning 10006 clauses out of 20013 with flag 215002/215002
17.19/15.99	c cleaning 10000 clauses out of 20007 with flag 225002/225002
17.89/16.66	c cleaning 9997 clauses out of 20005 with flag 235000/235000
18.59/17.38	c cleaning 9997 clauses out of 20008 with flag 245000/245000
19.19/17.96	c Got one! Elapsed wall clock time (in seconds):17.865
19.19/17.96	o 100
19.30/18.07	c cleaning 10002 clauses out of 20011 with flag 255000/255000
19.91/18.70	c cleaning 9995 clauses out of 20009 with flag 265000/265000
20.01/18.75	c Got one! Elapsed wall clock time (in seconds):18.653
20.01/18.75	o 85
20.61/19.34	c cleaning 10003 clauses out of 20014 with flag 275000/275000
21.30/20.03	c cleaning 9999 clauses out of 20011 with flag 285000/285000
21.30/20.09	c Got one! Elapsed wall clock time (in seconds):19.995
21.30/20.09	o 81
22.00/20.75	c cleaning 10001 clauses out of 20012 with flag 295000/295000
22.60/21.35	c cleaning 10003 clauses out of 20013 with flag 305002/305002
23.21/21.98	c cleaning 9997 clauses out of 20008 with flag 315000/315000
23.40/22.13	c Got one! Elapsed wall clock time (in seconds):22.031
23.40/22.13	o 65
23.80/22.53	c cleaning 10002 clauses out of 20011 with flag 325000/325000
24.32/23.08	c cleaning 10001 clauses out of 20009 with flag 335000/335000
24.81/23.60	c cleaning 10000 clauses out of 20009 with flag 345001/345001
25.43/24.11	c cleaning 9999 clauses out of 20008 with flag 355000/355000
25.54/24.24	c Got one! Elapsed wall clock time (in seconds):24.144
25.54/24.24	o 58
25.93/24.69	c cleaning 9999 clauses out of 20011 with flag 365002/365002
26.23/24.93	c Got one! Elapsed wall clock time (in seconds):24.833
26.23/24.93	o 55
26.64/25.32	c cleaning 10000 clauses out of 20010 with flag 375000/375000
27.13/25.87	c cleaning 10001 clauses out of 20010 with flag 385000/385000
27.64/26.38	c cleaning 10001 clauses out of 20009 with flag 395000/395000
27.74/26.40	c Got one! Elapsed wall clock time (in seconds):26.307
27.74/26.40	o 45
28.23/26.95	c cleaning 9997 clauses out of 20008 with flag 405000/405000
28.74/27.45	c cleaning 9999 clauses out of 20012 with flag 415001/415001
29.23/27.91	c cleaning 10006 clauses out of 20016 with flag 425004/425004
29.63/28.35	c cleaning 9995 clauses out of 20006 with flag 435000/435000
30.14/28.83	c cleaning 9999 clauses out of 20011 with flag 445000/445000
30.64/29.32	c cleaning 10003 clauses out of 20012 with flag 455000/455000
30.94/29.67	c Got one! Elapsed wall clock time (in seconds):29.57
30.94/29.67	o 27
31.14/29.81	c cleaning 10002 clauses out of 20011 with flag 465002/465002
31.64/30.33	c cleaning 9998 clauses out of 20008 with flag 475001/475001
32.14/30.82	c cleaning 10003 clauses out of 20011 with flag 485002/485002
32.54/31.28	c cleaning 9996 clauses out of 20006 with flag 495000/495000
33.04/31.79	c cleaning 10001 clauses out of 20010 with flag 505000/505000
33.54/32.27	c cleaning 9999 clauses out of 20009 with flag 515000/515000
34.04/32.74	c cleaning 10001 clauses out of 20010 with flag 525000/525000
34.54/33.20	c cleaning 10001 clauses out of 20009 with flag 535000/535000
34.94/33.64	c cleaning 9997 clauses out of 20009 with flag 545001/545001
35.35/34.08	c cleaning 10001 clauses out of 20012 with flag 555001/555001
35.74/34.49	c cleaning 10001 clauses out of 20010 with flag 565000/565000
36.24/34.97	c cleaning 9997 clauses out of 20009 with flag 575000/575000
36.45/35.11	c Got one! Elapsed wall clock time (in seconds):35.016
36.45/35.11	o 23
36.75/35.44	c cleaning 10004 clauses out of 20014 with flag 585002/585002
37.26/35.93	c cleaning 10000 clauses out of 20010 with flag 595002/595002
37.76/36.40	c cleaning 10001 clauses out of 20009 with flag 605001/605001
38.16/36.87	c cleaning 10000 clauses out of 20007 with flag 615000/615000
38.67/37.34	c cleaning 9999 clauses out of 20010 with flag 625003/625003
39.06/37.76	c cleaning 9999 clauses out of 20010 with flag 635002/635002
39.46/38.19	c cleaning 10003 clauses out of 20010 with flag 645001/645001
39.96/38.60	c cleaning 9999 clauses out of 20007 with flag 655001/655001
40.36/39.02	c cleaning 9999 clauses out of 20008 with flag 665001/665001
40.76/39.45	c cleaning 9996 clauses out of 20008 with flag 675000/675000
40.87/39.52	c Got one! Elapsed wall clock time (in seconds):39.421
40.87/39.52	o 22
41.26/39.98	c cleaning 10002 clauses out of 20013 with flag 685001/685001
41.76/40.46	c cleaning 10002 clauses out of 20011 with flag 695001/695001
42.26/40.96	c cleaning 9999 clauses out of 20008 with flag 705000/705000
42.76/41.49	c cleaning 10002 clauses out of 20009 with flag 715000/715000
43.36/42.00	c cleaning 10000 clauses out of 20010 with flag 725003/725003
43.76/42.48	c cleaning 9996 clauses out of 20007 with flag 735000/735000
44.27/42.98	c cleaning 10002 clauses out of 20011 with flag 745000/745000
44.76/43.46	c cleaning 9997 clauses out of 20009 with flag 755000/755000
45.28/43.92	c cleaning 10003 clauses out of 20012 with flag 765000/765000
45.67/44.35	c cleaning 9997 clauses out of 20009 with flag 775000/775000
45.67/44.38	c Got one! Elapsed wall clock time (in seconds):44.282
45.67/44.38	o 17
46.17/44.87	c cleaning 10002 clauses out of 20014 with flag 785002/785002
46.67/45.33	c cleaning 10003 clauses out of 20012 with flag 795002/795002
47.17/45.84	c cleaning 9996 clauses out of 20007 with flag 805000/805000
47.67/46.34	c cleaning 10000 clauses out of 20012 with flag 815001/815001
48.07/46.78	c cleaning 10003 clauses out of 20014 with flag 825003/825003
48.58/47.23	c cleaning 9999 clauses out of 20010 with flag 835002/835002
48.97/47.66	c cleaning 10001 clauses out of 20009 with flag 845000/845000
49.37/48.09	c cleaning 10001 clauses out of 20011 with flag 855003/855003
49.88/48.52	c cleaning 9999 clauses out of 20007 with flag 865000/865000
50.28/48.97	c cleaning 10001 clauses out of 20010 with flag 875002/875002
50.78/49.41	c cleaning 10000 clauses out of 20008 with flag 885001/885001
51.18/49.86	c cleaning 9998 clauses out of 20007 with flag 895000/895000
51.68/50.31	c cleaning 9998 clauses out of 20010 with flag 905001/905001
51.68/50.34	c Got one! Elapsed wall clock time (in seconds):50.242
51.68/50.34	o 10
52.18/50.82	c cleaning 10005 clauses out of 20015 with flag 915004/915004
52.58/51.27	c cleaning 9997 clauses out of 20006 with flag 925000/925000
53.09/51.72	c cleaning 9997 clauses out of 20009 with flag 935000/935000
53.48/52.17	c cleaning 10002 clauses out of 20013 with flag 945001/945001
53.98/52.63	c cleaning 10000 clauses out of 20010 with flag 955000/955000
54.48/53.11	c cleaning 10000 clauses out of 20013 with flag 965003/965003
54.89/53.55	c cleaning 10000 clauses out of 20012 with flag 975002/975002
55.29/53.99	c cleaning 10002 clauses out of 20011 with flag 985001/985001
55.79/54.41	c cleaning 10000 clauses out of 20008 with flag 995000/995000
56.19/54.85	c cleaning 10002 clauses out of 20010 with flag 1005002/1005002
56.59/55.23	c Got one! Elapsed wall clock time (in seconds):55.129
56.59/55.23	o 8
56.59/55.28	c cleaning 9999 clauses out of 20006 with flag 1015000/1015000
57.10/55.75	c cleaning 9997 clauses out of 20007 with flag 1025000/1025000
57.60/56.21	c cleaning 9999 clauses out of 20010 with flag 1035000/1035000
58.10/56.70	c cleaning 10003 clauses out of 20011 with flag 1045000/1045000
58.50/57.19	c cleaning 10001 clauses out of 20009 with flag 1055001/1055001
59.00/57.66	c cleaning 9997 clauses out of 20008 with flag 1065001/1065001
59.50/58.11	c cleaning 10001 clauses out of 20012 with flag 1075002/1075002
59.90/58.57	c cleaning 10000 clauses out of 20009 with flag 1085000/1085000
60.40/59.02	c cleaning 9996 clauses out of 20009 with flag 1095000/1095000
60.80/59.47	c cleaning 10002 clauses out of 20014 with flag 1105001/1105001
61.30/59.95	c cleaning 10000 clauses out of 20011 with flag 1115000/1115000
61.80/60.47	c cleaning 10000 clauses out of 20011 with flag 1125000/1125000
62.31/60.93	c cleaning 9999 clauses out of 20012 with flag 1135001/1135001
62.71/61.39	c cleaning 10002 clauses out of 20012 with flag 1145000/1145000
63.21/61.82	c cleaning 10002 clauses out of 20010 with flag 1155000/1155000
63.61/62.27	c cleaning 10000 clauses out of 20008 with flag 1165000/1165000
64.12/62.71	c cleaning 10001 clauses out of 20008 with flag 1175000/1175000
64.51/63.13	c cleaning 10001 clauses out of 20007 with flag 1185000/1185000
64.91/63.58	c cleaning 9997 clauses out of 20006 with flag 1195000/1195000
65.41/64.02	c cleaning 10000 clauses out of 20011 with flag 1205002/1205002
65.81/64.44	c cleaning 9997 clauses out of 20009 with flag 1215000/1215000
66.22/64.85	c cleaning 10002 clauses out of 20012 with flag 1225000/1225000
66.61/65.28	c cleaning 9995 clauses out of 20010 with flag 1235000/1235000
67.11/65.72	c cleaning 10001 clauses out of 20016 with flag 1245001/1245001
67.51/66.13	c cleaning 10001 clauses out of 20015 with flag 1255001/1255001
67.92/66.54	c cleaning 10002 clauses out of 20013 with flag 1265000/1265000
68.33/66.97	c cleaning 9999 clauses out of 20012 with flag 1275001/1275001
68.73/67.39	c cleaning 10004 clauses out of 20012 with flag 1285000/1285000
69.23/67.84	c cleaning 10003 clauses out of 20011 with flag 1295003/1295003
69.73/68.30	c cleaning 9999 clauses out of 20005 with flag 1305000/1305000
70.13/68.76	c cleaning 9999 clauses out of 20006 with flag 1315001/1315001
70.23/68.81	c starts		: 238
70.23/68.81	c conflicts		: 1315993
70.23/68.81	c decisions		: 2103804
70.23/68.81	c propagations		: 30893521
70.23/68.81	c inspects		: 328938073
70.23/68.81	c learnt literals	: 7
70.23/68.81	c learnt binary clauses	: 75
70.23/68.81	c learnt ternary clauses	: 573
70.23/68.81	c learnt clauses	: 1315985
70.23/68.81	c ignored clauses	: 0
70.23/68.81	c root simplifications	: 0
70.23/68.81	c removed literals (reason simplification)	: 9409749
70.23/68.81	c reason swapping (by a shorter reason)	: 0
70.23/68.81	c Calls to reduceDB	: 133
70.23/68.81	c number of reductions to clauses (during analyze)	: 0
70.23/68.81	c number of learned constraints concerned by reduction	: 0
70.23/68.81	c number of learning phase by resolution	: 0
70.23/68.81	c number of learning phase by cutting planes	: 0
70.23/68.81	c speed (assignments/second)	: 2274258.0241460544
70.23/68.81	c non guided choices	2949
70.23/68.81	c learnt constraints type 
70.23/68.81	c constraints type 
70.23/68.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
70.23/68.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
70.23/68.81	s OPTIMUM FOUND
70.23/68.81	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 
70.23/68.81	c objective function=8
70.23/68.81	c Total wall clock time (in seconds): 68.714

Verifier Data

OK	8

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698669-1278327401/watcher-2698669-1278327401 -o /tmp/evaluation-result-2698669-1278327401/solver-2698669-1278327401 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698669-1278327401.wbo 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.90 1.99 1.91 2/196 4566
/proc/meminfo: memFree=32406848/32950928 swapFree=67111528/67111528
[pid=4566] ppid=4564 vsize=248 CPUtime=0
/proc/4566/stat : 4566 (java) R 4564 4566 3796 0 -1 4194304 283 0 0 0 0 0 0 0 25 0 1 0 954832 253952 29 4089446400 134512640 134550932 4290842320 18446744073709551615 9781726 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/4566/statm: 62 29 21 10 0 23 0

[startup+0.0485801 s]
/proc/loadavg: 1.90 1.99 1.91 2/196 4566
/proc/meminfo: memFree=32406848/32950928 swapFree=67111528/67111528
[pid=4566] ppid=4564 vsize=1527692 CPUtime=0.03
/proc/4566/stat : 4566 (java) S 4564 4566 3796 0 -1 4202496 3972 0 1 0 3 0 0 0 25 0 18 0 954832 1564356608 3411 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4566/statm: 381923 3411 1074 10 0 379226 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1527692

[startup+0.101656 s]
/proc/loadavg: 1.90 1.99 1.91 2/196 4566
/proc/meminfo: memFree=32406848/32950928 swapFree=67111528/67111528
[pid=4566] ppid=4564 vsize=1529852 CPUtime=0.11
/proc/4566/stat : 4566 (java) S 4564 4566 3796 0 -1 4202496 5233 0 1 0 11 0 0 0 25 0 18 0 954832 1566568448 4666 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4566/statm: 382463 4666 1347 10 0 379766 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529852

[startup+0.300573 s]
/proc/loadavg: 1.90 1.99 1.91 2/196 4566
/proc/meminfo: memFree=32406848/32950928 swapFree=67111528/67111528
[pid=4566] ppid=4564 vsize=1534504 CPUtime=0.6
/proc/4566/stat : 4566 (java) S 4564 4566 3796 0 -1 4202496 7046 0 1 0 59 1 0 0 25 0 19 0 954832 1571332096 6429 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4566/statm: 383626 6429 1420 10 0 380929 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1534504

[startup+0.700545 s]
/proc/loadavg: 1.90 1.99 1.91 2/196 4566
/proc/meminfo: memFree=32406848/32950928 swapFree=67111528/67111528
[pid=4566] ppid=4564 vsize=1534504 CPUtime=1.2
/proc/4566/stat : 4566 (java) S 4564 4566 3796 0 -1 4202496 9966 0 1 0 118 2 0 0 25 0 19 0 954832 1571332096 9348 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4566/statm: 383626 9348 1437 10 0 380929 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 1534504

[startup+1.50137 s]
/proc/loadavg: 1.90 1.99 1.91 3/215 4585
/proc/meminfo: memFree=32374388/32950928 swapFree=67111528/67111528
[pid=4566] ppid=4564 vsize=1534504 CPUtime=2.06
/proc/4566/stat : 4566 (java) S 4564 4566 3796 0 -1 4202496 10691 0 1 0 204 2 0 0 25 0 19 0 954832 1571332096 10071 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4566/statm: 383626 10071 1440 10 0 380929 0
[pid=4566/tid=4568] ppid=4564 vsize=1534504 CPUtime=1.46
/proc/4566/task/4568/stat : 4568 (java) R 4564 4566 3796 0 -1 4202560 6758 0 1 0 145 1 0 0 21 0 19 0 954833 1571332096 10071 4089446400 134512640 134550932 4290842320 18446744073709551615 4108964323 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4566/tid=4569] ppid=4564 vsize=1534504 CPUtime=0
/proc/4566/task/4569/stat : 4569 (java) S 4564 4566 3796 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 954834 1571332096 10071 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
[pid=4566/tid=4570] ppid=4564 vsize=1534504 CPUtime=0
/proc/4566/task/4570/stat : 4570 (java) S 4564 4566 3796 0 -1 4202560 84 0 0 0 0 0 0 0 15 0 19 0 954834 1571332096 10071 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 2 0 0 0
[pid=4566/tid=4571] ppid=4564 vsize=1534504 CPUtime=0
/proc/4566/task/4571/stat : 4571 (java) S 4564 4566 3796 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 954834 1571332096 10071 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4572] ppid=4564 vsize=1534504 CPUtime=0
/proc/4566/task/4572/stat : 4572 (java) S 4564 4566 3796 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 954834 1571332096 10071 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
[pid=4566/tid=4573] ppid=4564 vsize=1534504 CPUtime=0
/proc/4566/task/4573/stat : 4573 (java) S 4564 4566 3796 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 954834 1571332096 10071 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4574] ppid=4564 vsize=1534504 CPUtime=0
/proc/4566/task/4574/stat : 4574 (java) S 4564 4566 3796 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 954834 1571332096 10071 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
[pid=4566/tid=4575] ppid=4564 vsize=1534504 CPUtime=0
/proc/4566/task/4575/stat : 4575 (java) S 4564 4566 3796 0 -1 4202560 206 0 0 0 0 0 0 0 16 0 19 0 954834 1571332096 10071 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 2 0 0 0
[pid=4566/tid=4576] ppid=4564 vsize=1534504 CPUtime=0
/proc/4566/task/4576/stat : 4576 (java) S 4564 4566 3796 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 19 0 954834 1571332096 10071 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4577] ppid=4564 vsize=1534504 CPUtime=0.01
/proc/4566/task/4577/stat : 4577 (java) S 4564 4566 3796 0 -1 4202560 367 0 0 0 1 0 0 0 16 0 19 0 954834 1571332096 10071 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 0 0 16800975 18446604453947621696 0 0 -1 6 0 0 0
[pid=4566/tid=4578] ppid=4564 vsize=1534504 CPUtime=0
/proc/4566/task/4578/stat : 4578 (java) S 4564 4566 3796 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 954835 1571332096 10071 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4579] ppid=4564 vsize=1534504 CPUtime=0
/proc/4566/task/4579/stat : 4579 (java) S 4564 4566 3796 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 954835 1571332096 10071 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4580] ppid=4564 vsize=1534504 CPUtime=0
/proc/4566/task/4580/stat : 4580 (java) S 4564 4566 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954837 1571332096 10071 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 6 0 0 0
[pid=4566/tid=4581] ppid=4564 vsize=1534504 CPUtime=0.25
/proc/4566/task/4581/stat : 4581 (java) S 4564 4566 3796 0 -1 4202560 1031 0 0 0 25 0 0 0 16 0 19 0 954837 1571332096 10071 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4582] ppid=4564 vsize=1534504 CPUtime=0.31
/proc/4566/task/4582/stat : 4582 (java) S 4564 4566 3796 0 -1 4202560 868 0 0 0 31 0 0 0 15 0 19 0 954837 1571332096 10071 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 5 0 0 0
[pid=4566/tid=4583] ppid=4564 vsize=1534504 CPUtime=0
/proc/4566/task/4583/stat : 4583 (java) S 4564 4566 3796 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 954837 1571332096 10071 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 6 0 0 0
[pid=4566/tid=4584] ppid=4564 vsize=1534504 CPUtime=0
/proc/4566/task/4584/stat : 4584 (java) S 4564 4566 3796 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 954837 1571332096 10071 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 2 0 0 0
[pid=4566/tid=4585] ppid=4564 vsize=1534504 CPUtime=0
/proc/4566/task/4585/stat : 4585 (java) S 4564 4566 3796 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 954848 1571332096 10071 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 1534504

[startup+3.10105 s]
/proc/loadavg: 1.90 1.99 1.91 3/215 4585
/proc/meminfo: memFree=32371040/32950928 swapFree=67111528/67111528
[pid=4566] ppid=4564 vsize=1534504 CPUtime=3.69
/proc/4566/stat : 4566 (java) S 4564 4566 3796 0 -1 4202496 13248 0 1 0 367 2 0 0 25 0 19 0 954832 1571332096 12623 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4566/statm: 383626 12623 1440 10 0 380929 0
[pid=4566/tid=4568] ppid=4564 vsize=1534504 CPUtime=3.02
/proc/4566/task/4568/stat : 4568 (java) R 4564 4566 3796 0 -1 4202560 8828 0 1 0 301 1 0 0 25 0 19 0 954833 1571332096 12623 4089446400 134512640 134550932 4290842320 18446744073709551615 4108945023 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4566/tid=4569] ppid=4564 vsize=1534504 CPUtime=0
/proc/4566/task/4569/stat : 4569 (java) S 4564 4566 3796 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 954834 1571332096 12623 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
[pid=4566/tid=4570] ppid=4564 vsize=1534504 CPUtime=0
/proc/4566/task/4570/stat : 4570 (java) S 4564 4566 3796 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 19 0 954834 1571332096 12623 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 2 0 0 0
[pid=4566/tid=4571] ppid=4564 vsize=1534504 CPUtime=0
/proc/4566/task/4571/stat : 4571 (java) S 4564 4566 3796 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 954834 1571332096 12623 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
[pid=4566/tid=4572] ppid=4564 vsize=1534504 CPUtime=0
/proc/4566/task/4572/stat : 4572 (java) S 4564 4566 3796 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 19 0 954834 1571332096 12623 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
[pid=4566/tid=4573] ppid=4564 vsize=1534504 CPUtime=0
/proc/4566/task/4573/stat : 4573 (java) S 4564 4566 3796 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 954834 1571332096 12623 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4574] ppid=4564 vsize=1534504 CPUtime=0
/proc/4566/task/4574/stat : 4574 (java) S 4564 4566 3796 0 -1 4202560 177 0 0 0 0 0 0 0 15 0 19 0 954834 1571332096 12623 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
[pid=4566/tid=4575] ppid=4564 vsize=1534504 CPUtime=0
/proc/4566/task/4575/stat : 4575 (java) S 4564 4566 3796 0 -1 4202560 328 0 0 0 0 0 0 0 15 0 19 0 954834 1571332096 12623 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 2 0 0 0
[pid=4566/tid=4576] ppid=4564 vsize=1534504 CPUtime=0
/proc/4566/task/4576/stat : 4576 (java) S 4564 4566 3796 0 -1 4202560 128 0 0 0 0 0 0 0 15 0 19 0 954834 1571332096 12623 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4577] ppid=4564 vsize=1534504 CPUtime=0.04
/proc/4566/task/4577/stat : 4577 (java) S 4564 4566 3796 0 -1 4202560 532 0 0 0 4 0 0 0 16 0 19 0 954834 1571332096 12623 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 0 0 16800975 18446604453947621696 0 0 -1 6 0 0 0
[pid=4566/tid=4578] ppid=4564 vsize=1534504 CPUtime=0
/proc/4566/task/4578/stat : 4578 (java) S 4564 4566 3796 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 954835 1571332096 12623 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4579] ppid=4564 vsize=1534504 CPUtime=0
/proc/4566/task/4579/stat : 4579 (java) S 4564 4566 3796 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 954835 1571332096 12623 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4580] ppid=4564 vsize=1534504 CPUtime=0
/proc/4566/task/4580/stat : 4580 (java) S 4564 4566 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954837 1571332096 12623 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 6 0 0 0
[pid=4566/tid=4581] ppid=4564 vsize=1534504 CPUtime=0.28
/proc/4566/task/4581/stat : 4581 (java) S 4564 4566 3796 0 -1 4202560 1035 0 0 0 28 0 0 0 15 0 19 0 954837 1571332096 12623 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4582] ppid=4564 vsize=1534504 CPUtime=0.32
/proc/4566/task/4582/stat : 4582 (java) S 4564 4566 3796 0 -1 4202560 869 0 0 0 32 0 0 0 15 0 19 0 954837 1571332096 12623 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 5 0 0 0
[pid=4566/tid=4583] ppid=4564 vsize=1534504 CPUtime=0
/proc/4566/task/4583/stat : 4583 (java) S 4564 4566 3796 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 954837 1571332096 12623 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 6 0 0 0
[pid=4566/tid=4584] ppid=4564 vsize=1534504 CPUtime=0
/proc/4566/task/4584/stat : 4584 (java) S 4564 4566 3796 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 954837 1571332096 12623 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 2 0 0 0
[pid=4566/tid=4585] ppid=4564 vsize=1534504 CPUtime=0
/proc/4566/task/4585/stat : 4585 (java) S 4564 4566 3796 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 954848 1571332096 12623 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 1534504

[startup+6.30143 s]
/proc/loadavg: 1.90 1.99 1.91 3/215 4585
/proc/meminfo: memFree=32359756/32950928 swapFree=67111528/67111528
[pid=4566] ppid=4564 vsize=1534352 CPUtime=7.02
/proc/4566/stat : 4566 (java) S 4564 4566 3796 0 -1 4202496 13977 0 1 0 699 3 0 0 25 0 19 0 954832 1571176448 13072 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4566/statm: 383588 13072 1442 10 0 380891 0
[pid=4566/tid=4568] ppid=4564 vsize=1534352 CPUtime=6.17
/proc/4566/task/4568/stat : 4568 (java) R 4564 4566 3796 0 -1 4202560 8833 0 1 0 616 1 0 0 25 0 19 0 954833 1571176448 13072 4089446400 134512640 134550932 4290842320 18446744073709551615 4108945064 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4566/tid=4569] ppid=4564 vsize=1534352 CPUtime=0
/proc/4566/task/4569/stat : 4569 (java) S 4564 4566 3796 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 954834 1571176448 13072 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4570] ppid=4564 vsize=1534352 CPUtime=0
/proc/4566/task/4570/stat : 4570 (java) S 4564 4566 3796 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 19 0 954834 1571176448 13072 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 2 0 0 0
[pid=4566/tid=4571] ppid=4564 vsize=1534352 CPUtime=0
/proc/4566/task/4571/stat : 4571 (java) S 4564 4566 3796 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 954834 1571176448 13072 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
[pid=4566/tid=4572] ppid=4564 vsize=1534352 CPUtime=0
/proc/4566/task/4572/stat : 4572 (java) S 4564 4566 3796 0 -1 4202560 188 0 0 0 0 0 0 0 15 0 19 0 954834 1571176448 13072 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
[pid=4566/tid=4573] ppid=4564 vsize=1534352 CPUtime=0
/proc/4566/task/4573/stat : 4573 (java) S 4564 4566 3796 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 954834 1571176448 13072 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4574] ppid=4564 vsize=1534352 CPUtime=0
/proc/4566/task/4574/stat : 4574 (java) S 4564 4566 3796 0 -1 4202560 177 0 0 0 0 0 0 0 16 0 19 0 954834 1571176448 13072 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
[pid=4566/tid=4575] ppid=4564 vsize=1534352 CPUtime=0
/proc/4566/task/4575/stat : 4575 (java) S 4564 4566 3796 0 -1 4202560 393 0 0 0 0 0 0 0 15 0 19 0 954834 1571176448 13072 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4576] ppid=4564 vsize=1534352 CPUtime=0
/proc/4566/task/4576/stat : 4576 (java) S 4564 4566 3796 0 -1 4202560 161 0 0 0 0 0 0 0 15 0 19 0 954834 1571176448 13072 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4577] ppid=4564 vsize=1534352 CPUtime=0.08
/proc/4566/task/4577/stat : 4577 (java) S 4564 4566 3796 0 -1 4202560 770 0 0 0 8 0 0 0 16 0 19 0 954834 1571176448 13072 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 0 0 16800975 18446604453947621696 0 0 -1 6 0 0 0
[pid=4566/tid=4578] ppid=4564 vsize=1534352 CPUtime=0
/proc/4566/task/4578/stat : 4578 (java) S 4564 4566 3796 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 954835 1571176448 13072 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4579] ppid=4564 vsize=1534352 CPUtime=0
/proc/4566/task/4579/stat : 4579 (java) S 4564 4566 3796 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 954835 1571176448 13072 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4580] ppid=4564 vsize=1534352 CPUtime=0
/proc/4566/task/4580/stat : 4580 (java) S 4564 4566 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954837 1571176448 13072 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 6 0 0 0
[pid=4566/tid=4581] ppid=4564 vsize=1534352 CPUtime=0.35
/proc/4566/task/4581/stat : 4581 (java) S 4564 4566 3796 0 -1 4202560 1271 0 0 0 35 0 0 0 15 0 19 0 954837 1571176448 13072 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4582] ppid=4564 vsize=1534352 CPUtime=0.36
/proc/4566/task/4582/stat : 4582 (java) S 4564 4566 3796 0 -1 4202560 907 0 0 0 36 0 0 0 15 0 19 0 954837 1571176448 13072 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 5 0 0 0
[pid=4566/tid=4583] ppid=4564 vsize=1534352 CPUtime=0
/proc/4566/task/4583/stat : 4583 (java) S 4564 4566 3796 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 954837 1571176448 13072 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 6 0 0 0
[pid=4566/tid=4584] ppid=4564 vsize=1534352 CPUtime=0
/proc/4566/task/4584/stat : 4584 (java) S 4564 4566 3796 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 954837 1571176448 13072 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 2 0 0 0
[pid=4566/tid=4585] ppid=4564 vsize=1534352 CPUtime=0
/proc/4566/task/4585/stat : 4585 (java) S 4564 4566 3796 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 954848 1571176448 13072 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 1534352

[startup+12.7012 s]
/proc/loadavg: 1.91 1.99 1.91 3/215 4585
/proc/meminfo: memFree=32349692/32950928 swapFree=67111528/67111528
[pid=4566] ppid=4564 vsize=1542220 CPUtime=13.99
/proc/4566/stat : 4566 (java) S 4564 4566 3796 0 -1 4202496 18884 0 1 0 1395 4 0 0 25 0 19 0 954832 1579233280 15547 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4566/statm: 385555 15547 1444 10 0 382858 0
[pid=4566/tid=4568] ppid=4564 vsize=1542220 CPUtime=12.44
/proc/4566/task/4568/stat : 4568 (java) R 4564 4566 3796 0 -1 4202560 9201 0 1 0 1243 1 0 0 25 0 19 0 954833 1579233280 15547 4089446400 134512640 134550932 4290842320 18446744073709551615 4109010755 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4566/tid=4569] ppid=4564 vsize=1542220 CPUtime=0
/proc/4566/task/4569/stat : 4569 (java) S 4564 4566 3796 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 954834 1579233280 15547 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 6 0 0 0

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

/proc/4566/task/4569/stat : 4569 (java) S 4564 4566 3796 0 -1 4202560 76 0 0 0 3 0 0 0 15 0 19 0 954834 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
[pid=4566/tid=4570] ppid=4564 vsize=1537980 CPUtime=0.03
/proc/4566/task/4570/stat : 4570 (java) S 4564 4566 3796 0 -1 4202560 136 0 0 0 3 0 0 0 15 0 19 0 954834 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
[pid=4566/tid=4571] ppid=4564 vsize=1537980 CPUtime=0.03
/proc/4566/task/4571/stat : 4571 (java) S 4564 4566 3796 0 -1 4202560 6 0 0 0 3 0 0 0 15 0 19 0 954834 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 6 0 0 0
[pid=4566/tid=4572] ppid=4564 vsize=1537980 CPUtime=0.04
/proc/4566/task/4572/stat : 4572 (java) S 4564 4566 3796 0 -1 4202560 190 0 0 0 4 0 0 0 15 0 19 0 954834 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4573] ppid=4564 vsize=1537980 CPUtime=0.03
/proc/4566/task/4573/stat : 4573 (java) S 4564 4566 3796 0 -1 4202560 10 0 0 0 3 0 0 0 15 0 19 0 954834 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4574] ppid=4564 vsize=1537980 CPUtime=0.02
/proc/4566/task/4574/stat : 4574 (java) S 4564 4566 3796 0 -1 4202560 180 0 0 0 2 0 0 0 15 0 19 0 954834 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 2 0 0 0
[pid=4566/tid=4575] ppid=4564 vsize=1537980 CPUtime=0.03
/proc/4566/task/4575/stat : 4575 (java) S 4564 4566 3796 0 -1 4202560 394 0 0 0 3 0 0 0 15 0 19 0 954834 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
[pid=4566/tid=4576] ppid=4564 vsize=1537980 CPUtime=0.03
/proc/4566/task/4576/stat : 4576 (java) S 4564 4566 3796 0 -1 4202560 165 0 0 0 3 0 0 0 15 0 19 0 954834 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 6 0 0 0
[pid=4566/tid=4577] ppid=4564 vsize=1537980 CPUtime=1.39
/proc/4566/task/4577/stat : 4577 (java) S 4564 4566 3796 0 -1 4202560 1225 0 0 0 137 2 0 0 15 0 19 0 954834 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 0 0 16800975 18446604453947621696 0 0 -1 2 0 0 0
[pid=4566/tid=4578] ppid=4564 vsize=1537980 CPUtime=0
/proc/4566/task/4578/stat : 4578 (java) S 4564 4566 3796 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 954835 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4579] ppid=4564 vsize=1537980 CPUtime=0
/proc/4566/task/4579/stat : 4579 (java) S 4564 4566 3796 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 954835 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4580] ppid=4564 vsize=1537980 CPUtime=0
/proc/4566/task/4580/stat : 4580 (java) S 4564 4566 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954837 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 6 0 0 0
[pid=4566/tid=4581] ppid=4564 vsize=1537980 CPUtime=0.89
/proc/4566/task/4581/stat : 4581 (java) S 4564 4566 3796 0 -1 4202560 5728 0 0 0 89 0 0 0 15 0 19 0 954837 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4582] ppid=4564 vsize=1537980 CPUtime=0.43
/proc/4566/task/4582/stat : 4582 (java) S 4564 4566 3796 0 -1 4202560 910 0 0 0 43 0 0 0 15 0 19 0 954837 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 5 0 0 0
[pid=4566/tid=4583] ppid=4564 vsize=1537980 CPUtime=0
/proc/4566/task/4583/stat : 4583 (java) S 4564 4566 3796 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 954837 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 6 0 0 0
[pid=4566/tid=4584] ppid=4564 vsize=1537980 CPUtime=0
/proc/4566/task/4584/stat : 4584 (java) S 4564 4566 3796 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 954837 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4585] ppid=4564 vsize=1537980 CPUtime=0
/proc/4566/task/4585/stat : 4585 (java) S 4564 4566 3796 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 954848 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 69.33
Current children cumulated vsize (KiB) 1537980

[startup+68.3016 s]
/proc/loadavg: 1.96 1.99 1.91 3/215 4587
/proc/meminfo: memFree=32347844/32950928 swapFree=67111528/67111528
[pid=4566] ppid=4564 vsize=1537980 CPUtime=69.73
/proc/4566/stat : 4566 (java) S 4564 4566 3796 0 -1 4202496 20411 0 1 0 6964 9 0 0 25 0 19 0 954832 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4566/statm: 384495 15902 1444 10 0 381798 0
[pid=4566/tid=4568] ppid=4564 vsize=1537980 CPUtime=66.65
/proc/4566/task/4568/stat : 4568 (java) R 4564 4566 3796 0 -1 4202560 10322 0 1 0 6664 1 0 0 25 0 19 0 954833 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4109170368 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4566/tid=4569] ppid=4564 vsize=1537980 CPUtime=0.03
/proc/4566/task/4569/stat : 4569 (java) S 4564 4566 3796 0 -1 4202560 76 0 0 0 3 0 0 0 15 0 19 0 954834 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
[pid=4566/tid=4570] ppid=4564 vsize=1537980 CPUtime=0.03
/proc/4566/task/4570/stat : 4570 (java) S 4564 4566 3796 0 -1 4202560 136 0 0 0 3 0 0 0 15 0 19 0 954834 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
[pid=4566/tid=4571] ppid=4564 vsize=1537980 CPUtime=0.03
/proc/4566/task/4571/stat : 4571 (java) S 4564 4566 3796 0 -1 4202560 6 0 0 0 3 0 0 0 15 0 19 0 954834 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 6 0 0 0
[pid=4566/tid=4572] ppid=4564 vsize=1537980 CPUtime=0.04
/proc/4566/task/4572/stat : 4572 (java) S 4564 4566 3796 0 -1 4202560 190 0 0 0 4 0 0 0 15 0 19 0 954834 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4573] ppid=4564 vsize=1537980 CPUtime=0.03
/proc/4566/task/4573/stat : 4573 (java) S 4564 4566 3796 0 -1 4202560 10 0 0 0 3 0 0 0 15 0 19 0 954834 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4574] ppid=4564 vsize=1537980 CPUtime=0.02
/proc/4566/task/4574/stat : 4574 (java) S 4564 4566 3796 0 -1 4202560 180 0 0 0 2 0 0 0 15 0 19 0 954834 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 2 0 0 0
[pid=4566/tid=4575] ppid=4564 vsize=1537980 CPUtime=0.03
/proc/4566/task/4575/stat : 4575 (java) S 4564 4566 3796 0 -1 4202560 394 0 0 0 3 0 0 0 15 0 19 0 954834 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
[pid=4566/tid=4576] ppid=4564 vsize=1537980 CPUtime=0.03
/proc/4566/task/4576/stat : 4576 (java) S 4564 4566 3796 0 -1 4202560 165 0 0 0 3 0 0 0 15 0 19 0 954834 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 6 0 0 0
[pid=4566/tid=4577] ppid=4564 vsize=1537980 CPUtime=1.39
/proc/4566/task/4577/stat : 4577 (java) S 4564 4566 3796 0 -1 4202560 1225 0 0 0 137 2 0 0 15 0 19 0 954834 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 0 0 16800975 18446604453947621696 0 0 -1 2 0 0 0
[pid=4566/tid=4578] ppid=4564 vsize=1537980 CPUtime=0
/proc/4566/task/4578/stat : 4578 (java) S 4564 4566 3796 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 954835 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4579] ppid=4564 vsize=1537980 CPUtime=0
/proc/4566/task/4579/stat : 4579 (java) S 4564 4566 3796 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 954835 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4580] ppid=4564 vsize=1537980 CPUtime=0
/proc/4566/task/4580/stat : 4580 (java) S 4564 4566 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954837 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 6 0 0 0
[pid=4566/tid=4581] ppid=4564 vsize=1537980 CPUtime=0.89
/proc/4566/task/4581/stat : 4581 (java) S 4564 4566 3796 0 -1 4202560 5728 0 0 0 89 0 0 0 15 0 19 0 954837 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4582] ppid=4564 vsize=1537980 CPUtime=0.43
/proc/4566/task/4582/stat : 4582 (java) S 4564 4566 3796 0 -1 4202560 910 0 0 0 43 0 0 0 15 0 19 0 954837 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 5 0 0 0
[pid=4566/tid=4583] ppid=4564 vsize=1537980 CPUtime=0
/proc/4566/task/4583/stat : 4583 (java) S 4564 4566 3796 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 954837 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 6 0 0 0
[pid=4566/tid=4584] ppid=4564 vsize=1537980 CPUtime=0
/proc/4566/task/4584/stat : 4584 (java) S 4564 4566 3796 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 954837 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4585] ppid=4564 vsize=1537980 CPUtime=0
/proc/4566/task/4585/stat : 4585 (java) S 4564 4566 3796 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 954848 1574891520 15902 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 69.73
Current children cumulated vsize (KiB) 1537980

[startup+68.7015 s]
/proc/loadavg: 1.96 1.99 1.91 3/215 4587
/proc/meminfo: memFree=32347844/32950928 swapFree=67111528/67111528
[pid=4566] ppid=4564 vsize=1537980 CPUtime=70.13
/proc/4566/stat : 4566 (java) S 4564 4566 3796 0 -1 4202496 20413 0 1 0 7004 9 0 0 25 0 19 0 954832 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4566/statm: 384495 15903 1444 10 0 381798 0
[pid=4566/tid=4568] ppid=4564 vsize=1537980 CPUtime=67.03
/proc/4566/task/4568/stat : 4568 (java) R 4564 4566 3796 0 -1 4202560 10324 0 1 0 6702 1 0 0 25 0 19 0 954833 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4108592419 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4566/tid=4569] ppid=4564 vsize=1537980 CPUtime=0.03
/proc/4566/task/4569/stat : 4569 (java) S 4564 4566 3796 0 -1 4202560 76 0 0 0 3 0 0 0 15 0 19 0 954834 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
[pid=4566/tid=4570] ppid=4564 vsize=1537980 CPUtime=0.03
/proc/4566/task/4570/stat : 4570 (java) S 4564 4566 3796 0 -1 4202560 136 0 0 0 3 0 0 0 15 0 19 0 954834 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
[pid=4566/tid=4571] ppid=4564 vsize=1537980 CPUtime=0.03
/proc/4566/task/4571/stat : 4571 (java) S 4564 4566 3796 0 -1 4202560 6 0 0 0 3 0 0 0 15 0 19 0 954834 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 6 0 0 0
[pid=4566/tid=4572] ppid=4564 vsize=1537980 CPUtime=0.04
/proc/4566/task/4572/stat : 4572 (java) S 4564 4566 3796 0 -1 4202560 190 0 0 0 4 0 0 0 15 0 19 0 954834 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
[pid=4566/tid=4573] ppid=4564 vsize=1537980 CPUtime=0.03
/proc/4566/task/4573/stat : 4573 (java) S 4564 4566 3796 0 -1 4202560 10 0 0 0 3 0 0 0 15 0 19 0 954834 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4574] ppid=4564 vsize=1537980 CPUtime=0.02
/proc/4566/task/4574/stat : 4574 (java) S 4564 4566 3796 0 -1 4202560 180 0 0 0 2 0 0 0 16 0 19 0 954834 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
[pid=4566/tid=4575] ppid=4564 vsize=1537980 CPUtime=0.03
/proc/4566/task/4575/stat : 4575 (java) S 4564 4566 3796 0 -1 4202560 394 0 0 0 3 0 0 0 15 0 19 0 954834 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
[pid=4566/tid=4576] ppid=4564 vsize=1537980 CPUtime=0.03
/proc/4566/task/4576/stat : 4576 (java) S 4564 4566 3796 0 -1 4202560 165 0 0 0 3 0 0 0 15 0 19 0 954834 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 6 0 0 0
[pid=4566/tid=4577] ppid=4564 vsize=1537980 CPUtime=1.41
/proc/4566/task/4577/stat : 4577 (java) S 4564 4566 3796 0 -1 4202560 1225 0 0 0 139 2 0 0 15 0 19 0 954834 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 0 0 16800975 18446604453947621696 0 0 -1 2 0 0 0
[pid=4566/tid=4578] ppid=4564 vsize=1537980 CPUtime=0
/proc/4566/task/4578/stat : 4578 (java) S 4564 4566 3796 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 954835 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4579] ppid=4564 vsize=1537980 CPUtime=0
/proc/4566/task/4579/stat : 4579 (java) S 4564 4566 3796 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 954835 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4580] ppid=4564 vsize=1537980 CPUtime=0
/proc/4566/task/4580/stat : 4580 (java) S 4564 4566 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954837 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 6 0 0 0
[pid=4566/tid=4581] ppid=4564 vsize=1537980 CPUtime=0.89
/proc/4566/task/4581/stat : 4581 (java) S 4564 4566 3796 0 -1 4202560 5728 0 0 0 89 0 0 0 15 0 19 0 954837 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4582] ppid=4564 vsize=1537980 CPUtime=0.43
/proc/4566/task/4582/stat : 4582 (java) S 4564 4566 3796 0 -1 4202560 910 0 0 0 43 0 0 0 15 0 19 0 954837 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 5 0 0 0
[pid=4566/tid=4583] ppid=4564 vsize=1537980 CPUtime=0
/proc/4566/task/4583/stat : 4583 (java) S 4564 4566 3796 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 954837 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 6 0 0 0
[pid=4566/tid=4584] ppid=4564 vsize=1537980 CPUtime=0
/proc/4566/task/4584/stat : 4584 (java) S 4564 4566 3796 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 954837 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4585] ppid=4564 vsize=1537980 CPUtime=0
/proc/4566/task/4585/stat : 4585 (java) S 4564 4566 3796 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 954848 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 70.13
Current children cumulated vsize (KiB) 1537980

[startup+68.8015 s]
/proc/loadavg: 1.96 1.99 1.91 3/215 4587
/proc/meminfo: memFree=32347844/32950928 swapFree=67111528/67111528
[pid=4566] ppid=4564 vsize=1537980 CPUtime=70.23
/proc/4566/stat : 4566 (java) S 4564 4566 3796 0 -1 4202496 20414 0 1 0 7014 9 0 0 25 0 19 0 954832 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4566/statm: 384495 15903 1444 10 0 381798 0
[pid=4566/tid=4568] ppid=4564 vsize=1537980 CPUtime=67.12
/proc/4566/task/4568/stat : 4568 (java) R 4564 4566 3796 0 -1 4202560 10325 0 1 0 6711 1 0 0 25 0 19 0 954833 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4109017952 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4566/tid=4569] ppid=4564 vsize=1537980 CPUtime=0.03
/proc/4566/task/4569/stat : 4569 (java) S 4564 4566 3796 0 -1 4202560 76 0 0 0 3 0 0 0 15 0 19 0 954834 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
[pid=4566/tid=4570] ppid=4564 vsize=1537980 CPUtime=0.03
/proc/4566/task/4570/stat : 4570 (java) S 4564 4566 3796 0 -1 4202560 136 0 0 0 3 0 0 0 15 0 19 0 954834 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
[pid=4566/tid=4571] ppid=4564 vsize=1537980 CPUtime=0.03
/proc/4566/task/4571/stat : 4571 (java) S 4564 4566 3796 0 -1 4202560 6 0 0 0 3 0 0 0 15 0 19 0 954834 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 6 0 0 0
[pid=4566/tid=4572] ppid=4564 vsize=1537980 CPUtime=0.04
/proc/4566/task/4572/stat : 4572 (java) S 4564 4566 3796 0 -1 4202560 190 0 0 0 4 0 0 0 16 0 19 0 954834 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
[pid=4566/tid=4573] ppid=4564 vsize=1537980 CPUtime=0.03
/proc/4566/task/4573/stat : 4573 (java) S 4564 4566 3796 0 -1 4202560 10 0 0 0 3 0 0 0 15 0 19 0 954834 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4574] ppid=4564 vsize=1537980 CPUtime=0.02
/proc/4566/task/4574/stat : 4574 (java) S 4564 4566 3796 0 -1 4202560 180 0 0 0 2 0 0 0 16 0 19 0 954834 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 6 0 0 0
[pid=4566/tid=4575] ppid=4564 vsize=1537980 CPUtime=0.03
/proc/4566/task/4575/stat : 4575 (java) S 4564 4566 3796 0 -1 4202560 394 0 0 0 3 0 0 0 15 0 19 0 954834 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
[pid=4566/tid=4576] ppid=4564 vsize=1537980 CPUtime=0.03
/proc/4566/task/4576/stat : 4576 (java) S 4564 4566 3796 0 -1 4202560 165 0 0 0 3 0 0 0 15 0 19 0 954834 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 6 0 0 0
[pid=4566/tid=4577] ppid=4564 vsize=1537980 CPUtime=1.42
/proc/4566/task/4577/stat : 4577 (java) S 4564 4566 3796 0 -1 4202560 1225 0 0 0 140 2 0 0 15 0 19 0 954834 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 0 0 16800975 18446604453947621696 0 0 -1 2 0 0 0
[pid=4566/tid=4578] ppid=4564 vsize=1537980 CPUtime=0
/proc/4566/task/4578/stat : 4578 (java) S 4564 4566 3796 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 954835 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4579] ppid=4564 vsize=1537980 CPUtime=0
/proc/4566/task/4579/stat : 4579 (java) S 4564 4566 3796 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 954835 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4580] ppid=4564 vsize=1537980 CPUtime=0
/proc/4566/task/4580/stat : 4580 (java) S 4564 4566 3796 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 954837 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 6 0 0 0
[pid=4566/tid=4581] ppid=4564 vsize=1537980 CPUtime=0.89
/proc/4566/task/4581/stat : 4581 (java) S 4564 4566 3796 0 -1 4202560 5728 0 0 0 89 0 0 0 15 0 19 0 954837 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4582] ppid=4564 vsize=1537980 CPUtime=0.43
/proc/4566/task/4582/stat : 4582 (java) S 4564 4566 3796 0 -1 4202560 910 0 0 0 43 0 0 0 15 0 19 0 954837 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 5 0 0 0
[pid=4566/tid=4583] ppid=4564 vsize=1537980 CPUtime=0
/proc/4566/task/4583/stat : 4583 (java) S 4564 4566 3796 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 954837 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 6 0 0 0
[pid=4566/tid=4584] ppid=4564 vsize=1537980 CPUtime=0
/proc/4566/task/4584/stat : 4584 (java) S 4564 4566 3796 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 954837 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 4 0 0 0
[pid=4566/tid=4585] ppid=4564 vsize=1537980 CPUtime=0
/proc/4566/task/4585/stat : 4585 (java) S 4564 4566 3796 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 954848 1574891520 15903 4089446400 134512640 134550932 4290842320 18446744073709551615 4294960144 0 4 0 16800975 18446604453947621696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 70.23
Current children cumulated vsize (KiB) 1537980

Child status: 30
Real time (s): 68.8419
CPU time (s): 70.2593
CPU user time (s): 70.1643
CPU system time (s): 0.094985
CPU usage (%): 102.059
Max. virtual memory (cumulated for all children) (KiB): 1544560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.1643
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20428
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= 4841
involuntary context switches= 22110

runsolver used 0.104984 second user time and 0.229965 second system time

The end

Launcher Data

Begin job on node114 at 2010-07-05 12:56:41
IDJOB=2698669
IDBENCH=79221
IDSOLVER=1211
FILE ID=node114/2698669-1278327401
PBS_JOBID= 11207467
Free space on /tmp= 74200 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111224929--soft-0-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2698669-1278327401/watcher-2698669-1278327401 -o /tmp/evaluation-result-2698669-1278327401/solver-2698669-1278327401 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698669-1278327401.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 5f93bdccbf9c1cc8d25b014cd19ec634
RANDOM SEED=1201572893

node114.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.824
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.64
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.824
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.75
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.824
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.83
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.824
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.81
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.824
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.824
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.75
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.824
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.82
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.824
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32407236 kB
Buffers:         25544 kB
Cached:         307404 kB
SwapCached:          0 kB
Active:         192128 kB
Inactive:       251784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32407236 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             464 kB
Writeback:           0 kB
AnonPages:      111224 kB
Mapped:          20332 kB
Slab:            36052 kB
PageTables:       4748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1640320 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 /tmp at the end= 74200 MiB
End job on node114 at 2010-07-05 12:57:50