Trace number 2698693

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 114.015 112.354

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111213868--soft-0-100-0.wbo
MD5SUM0635b24c475a73287c5e15439a6c459f
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.464929
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
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.07	c version 2.2.1.v20100705
0.03/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.03/0.07	c java.vm.version	11.2-b01
0.03/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.07	c sun.arch.data.model	32
0.03/0.07	c java.version		1.6.0_12
0.03/0.07	c os.name		Linux
0.03/0.07	c os.version		2.6.18-164.el5
0.03/0.07	c os.arch		i386
0.03/0.07	c Free memory 		1393557488
0.03/0.07	c Max memory 		1395916800
0.03/0.07	c Total memory 		1395916800
0.03/0.07	c Number of processors 	8
0.03/0.09	c Pseudo Boolean Optimization
0.03/0.09	c --- Begin Solver configuration ---
0.03/0.09	c Stops conflict analysis at the first Unique Implication Point
0.03/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.03/0.09	c Learn all clauses as in MiniSAT
0.03/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.03/0.09	c Expensive reason simplification
0.03/0.09	c Armin Biere (Picosat) restarts strategy
0.03/0.09	c Glucose learned constraints deletion strategy
0.03/0.09	c timeout=2147483s
0.03/0.09	c DB Simplification allowed=false
0.03/0.09	c --- End Solver configuration ---
0.03/0.09	c solving HOME/instance-2698693-1278327462.wbo
0.03/0.09	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.055s.
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.31/0.23	c SATISFIABLE
0.31/0.23	c OPTIMIZING...
0.31/0.23	c Got one! Elapsed wall clock time (in seconds):0.139
0.31/0.23	o 732
0.31/0.28	c Got one! Elapsed wall clock time (in seconds):0.191
0.31/0.28	o 452
0.61/0.30	c Got one! Elapsed wall clock time (in seconds):0.209
0.61/0.30	o 444
0.61/0.34	c Got one! Elapsed wall clock time (in seconds):0.247
0.61/0.34	o 425
0.61/0.37	c Got one! Elapsed wall clock time (in seconds):0.276
0.61/0.37	o 422
0.76/0.42	c Got one! Elapsed wall clock time (in seconds):0.326
0.76/0.42	o 420
0.76/0.45	c Got one! Elapsed wall clock time (in seconds):0.353
0.76/0.45	o 400
0.91/0.51	c Got one! Elapsed wall clock time (in seconds):0.414
0.91/0.51	o 374
1.01/0.63	c cleaning 2496 clauses out of 5000 with flag 5000/5000
1.23/0.84	c Got one! Elapsed wall clock time (in seconds):0.746
1.23/0.84	o 371
1.56/1.10	c cleaning 4247 clauses out of 8504 with flag 11000/11000
1.66/1.25	c Got one! Elapsed wall clock time (in seconds):1.154
1.66/1.25	o 365
1.96/1.58	c cleaning 5623 clauses out of 11257 with flag 18000/18000
2.07/1.63	c Got one! Elapsed wall clock time (in seconds):1.535
2.07/1.63	o 352
2.17/1.75	c Got one! Elapsed wall clock time (in seconds):1.66
2.17/1.75	o 338
2.37/1.93	c Got one! Elapsed wall clock time (in seconds):1.84
2.37/1.93	o 328
2.47/2.09	c cleaning 6813 clauses out of 13634 with flag 26000/26000
2.69/2.27	c Got one! Elapsed wall clock time (in seconds):2.175
2.69/2.27	o 305
3.18/2.74	c cleaning 7903 clauses out of 15822 with flag 35001/35001
3.40/2.99	c Got one! Elapsed wall clock time (in seconds):2.893
3.40/2.99	o 291
3.50/3.07	c Got one! Elapsed wall clock time (in seconds):2.976
3.50/3.07	o 264
3.90/3.43	c cleaning 8949 clauses out of 17918 with flag 45000/45000
3.90/3.46	c Got one! Elapsed wall clock time (in seconds):3.37
3.90/3.46	o 258
4.25/3.70	c Got one! Elapsed wall clock time (in seconds):3.611
4.25/3.70	o 255
4.66/4.14	c cleaning 9481 clauses out of 18970 with flag 55001/55001
5.07/4.58	c Got one! Elapsed wall clock time (in seconds):4.49
5.07/4.58	o 245
5.27/4.77	c cleaning 9739 clauses out of 19488 with flag 65000/65000
5.56/5.04	c Got one! Elapsed wall clock time (in seconds):4.95
5.56/5.04	o 244
5.86/5.40	c cleaning 9868 clauses out of 19749 with flag 75000/75000
6.36/5.86	c Got one! Elapsed wall clock time (in seconds):5.768
6.36/5.86	o 237
6.57/6.02	c cleaning 9935 clauses out of 19881 with flag 85000/85000
7.17/6.64	c cleaning 9970 clauses out of 19947 with flag 95001/95001
7.87/7.30	c cleaning 9980 clauses out of 19976 with flag 105000/105000
7.98/7.47	c Got one! Elapsed wall clock time (in seconds):7.378
7.98/7.47	o 235
8.48/7.97	c cleaning 9989 clauses out of 19996 with flag 115000/115000
8.88/8.37	c Got one! Elapsed wall clock time (in seconds):8.278
8.88/8.37	o 231
9.40/8.70	c cleaning 10001 clauses out of 20007 with flag 125000/125000
9.78/8.90	c Got one! Elapsed wall clock time (in seconds):8.811
9.78/8.90	o 194
10.27/9.40	c cleaning 9997 clauses out of 20006 with flag 135000/135000
10.98/10.04	c cleaning 10000 clauses out of 20009 with flag 145000/145000
11.08/10.12	c Got one! Elapsed wall clock time (in seconds):10.028
11.08/10.12	o 189
11.68/10.73	c cleaning 10002 clauses out of 20011 with flag 155002/155002
12.38/11.46	c cleaning 10003 clauses out of 20011 with flag 165004/165004
12.99/12.09	c cleaning 9991 clauses out of 20004 with flag 175000/175000
13.58/12.67	c Got one! Elapsed wall clock time (in seconds):12.576
13.58/12.67	o 185
13.68/12.72	c cleaning 10000 clauses out of 20013 with flag 185000/185000
14.29/13.36	c cleaning 10003 clauses out of 20014 with flag 195001/195001
14.89/13.98	c cleaning 10003 clauses out of 20011 with flag 205001/205001
15.59/14.63	c cleaning 9998 clauses out of 20008 with flag 215001/215001
16.29/15.32	c cleaning 10004 clauses out of 20012 with flag 225003/225003
16.39/15.45	c Got one! Elapsed wall clock time (in seconds):15.355
16.39/15.45	o 180
16.80/15.88	c cleaning 9993 clauses out of 20008 with flag 235003/235003
17.30/16.33	c Got one! Elapsed wall clock time (in seconds):16.233
17.30/16.33	o 155
17.51/16.51	c cleaning 9999 clauses out of 20012 with flag 245000/245000
18.11/17.16	c cleaning 10004 clauses out of 20014 with flag 255001/255001
18.21/17.21	c Got one! Elapsed wall clock time (in seconds):17.112
18.21/17.21	o 146
18.81/17.80	c cleaning 10003 clauses out of 20012 with flag 265003/265003
19.41/18.43	c cleaning 10000 clauses out of 20007 with flag 275001/275001
19.91/18.98	c Got one! Elapsed wall clock time (in seconds):18.892
19.91/18.98	o 145
20.12/19.11	c cleaning 9997 clauses out of 20006 with flag 285000/285000
20.72/19.72	c cleaning 9999 clauses out of 20010 with flag 295001/295001
21.32/20.37	c cleaning 10000 clauses out of 20011 with flag 305001/305001
22.02/21.00	c cleaning 10002 clauses out of 20011 with flag 315001/315001
22.42/21.42	c Got one! Elapsed wall clock time (in seconds):21.323
22.42/21.42	o 138
22.62/21.61	c cleaning 10001 clauses out of 20009 with flag 325001/325001
22.82/21.84	c Got one! Elapsed wall clock time (in seconds):21.747
22.82/21.84	o 128
23.22/22.26	c cleaning 9997 clauses out of 20007 with flag 335000/335000
23.92/22.93	c cleaning 9997 clauses out of 20010 with flag 345000/345000
24.62/23.65	c cleaning 10002 clauses out of 20013 with flag 355000/355000
24.82/23.88	c Got one! Elapsed wall clock time (in seconds):23.787
24.82/23.88	o 122
25.23/24.27	c cleaning 9999 clauses out of 20012 with flag 365001/365001
25.92/24.90	c cleaning 10000 clauses out of 20012 with flag 375000/375000
26.12/25.13	c Got one! Elapsed wall clock time (in seconds):25.035
26.12/25.13	o 114
26.52/25.52	c cleaning 10002 clauses out of 20013 with flag 385001/385001
27.12/26.14	c cleaning 10002 clauses out of 20011 with flag 395001/395001
27.72/26.72	c cleaning 10001 clauses out of 20009 with flag 405001/405001
28.39/27.31	c cleaning 9996 clauses out of 20009 with flag 415002/415002
29.25/28.00	c cleaning 9998 clauses out of 20013 with flag 425002/425002
29.87/28.68	c cleaning 9999 clauses out of 20016 with flag 435003/435003
30.59/29.34	c cleaning 9999 clauses out of 20016 with flag 445002/445002
31.30/30.01	c cleaning 10004 clauses out of 20016 with flag 455001/455001
31.30/30.03	c Got one! Elapsed wall clock time (in seconds):29.941
31.30/30.03	o 113
31.90/30.67	c cleaning 10001 clauses out of 20011 with flag 465000/465000
32.60/31.36	c cleaning 10002 clauses out of 20013 with flag 475003/475003
32.90/31.66	c Got one! Elapsed wall clock time (in seconds):31.563
32.90/31.66	o 109
33.21/31.99	c cleaning 10000 clauses out of 20008 with flag 485000/485000
33.80/32.52	c Got one! Elapsed wall clock time (in seconds):32.424
33.80/32.52	o 102
33.80/32.57	c cleaning 10001 clauses out of 20009 with flag 495001/495001
34.51/33.20	c cleaning 10000 clauses out of 20008 with flag 505001/505001
35.11/33.83	c cleaning 9995 clauses out of 20008 with flag 515001/515001
35.71/34.40	c Got one! Elapsed wall clock time (in seconds):34.309
35.71/34.40	o 99
35.82/34.52	c cleaning 9999 clauses out of 20012 with flag 525000/525000
36.42/35.12	c cleaning 10003 clauses out of 20013 with flag 535000/535000
37.02/35.77	c cleaning 10001 clauses out of 20013 with flag 545003/545003
37.72/36.41	c cleaning 9995 clauses out of 20009 with flag 555000/555000
37.82/36.51	c Got one! Elapsed wall clock time (in seconds):36.414
37.82/36.51	o 97
38.32/37.04	c cleaning 10005 clauses out of 20016 with flag 565002/565002
38.92/37.68	c cleaning 9997 clauses out of 20009 with flag 575000/575000
39.62/38.32	c cleaning 9999 clauses out of 20012 with flag 585000/585000
40.23/38.97	c cleaning 10003 clauses out of 20013 with flag 595000/595000
40.64/39.30	c Got one! Elapsed wall clock time (in seconds):39.207
40.64/39.30	o 86
40.84/39.58	c cleaning 9999 clauses out of 20011 with flag 605001/605001
41.44/40.13	c cleaning 9998 clauses out of 20012 with flag 615001/615001
42.04/40.75	c cleaning 10001 clauses out of 20013 with flag 625000/625000
42.64/41.33	c cleaning 10004 clauses out of 20016 with flag 635004/635004
43.15/41.90	c cleaning 9999 clauses out of 20008 with flag 645000/645000
43.74/42.46	c cleaning 9997 clauses out of 20009 with flag 655000/655000
44.25/42.99	c cleaning 10001 clauses out of 20013 with flag 665001/665001
44.84/43.50	c Got one! Elapsed wall clock time (in seconds):43.408
44.84/43.50	o 83
44.94/43.63	c cleaning 10001 clauses out of 20012 with flag 675001/675001
45.55/44.26	c cleaning 10000 clauses out of 20012 with flag 685002/685002
45.75/44.47	c Got one! Elapsed wall clock time (in seconds):44.378
45.75/44.47	o 80
46.15/44.84	c cleaning 9999 clauses out of 20010 with flag 695000/695000
46.75/45.49	c cleaning 9998 clauses out of 20012 with flag 705001/705001
47.45/46.10	c cleaning 10001 clauses out of 20013 with flag 715000/715000
47.66/46.31	c Got one! Elapsed wall clock time (in seconds):46.215
47.66/46.31	o 76
47.96/46.67	c cleaning 10004 clauses out of 20013 with flag 725001/725001
48.57/47.24	c cleaning 10000 clauses out of 20008 with flag 735000/735000
49.16/47.87	c cleaning 9995 clauses out of 20008 with flag 745000/745000
49.77/48.46	c cleaning 9999 clauses out of 20013 with flag 755000/755000
50.36/49.09	c cleaning 10002 clauses out of 20019 with flag 765005/765005
50.97/49.69	c cleaning 10001 clauses out of 20018 with flag 775006/775006
51.57/50.25	c cleaning 9998 clauses out of 20012 with flag 785001/785001
52.17/50.83	c cleaning 10001 clauses out of 20013 with flag 795000/795000
52.77/51.44	c cleaning 10000 clauses out of 20012 with flag 805000/805000
53.37/52.06	c cleaning 10002 clauses out of 20013 with flag 815001/815001
54.08/52.72	c cleaning 10004 clauses out of 20014 with flag 825004/825004
54.57/53.21	c Got one! Elapsed wall clock time (in seconds):53.12
54.57/53.21	o 67
54.77/53.40	c cleaning 9996 clauses out of 20006 with flag 835000/835000
55.28/53.95	c cleaning 10003 clauses out of 20012 with flag 845002/845002
55.87/54.53	c cleaning 9998 clauses out of 20007 with flag 855000/855000
56.38/55.09	c cleaning 10002 clauses out of 20009 with flag 865000/865000
56.97/55.68	c cleaning 10000 clauses out of 20007 with flag 875000/875000
57.57/56.20	c cleaning 10000 clauses out of 20007 with flag 885000/885000
58.08/56.75	c cleaning 9999 clauses out of 20007 with flag 895000/895000
58.68/57.34	c cleaning 10001 clauses out of 20013 with flag 905005/905005
59.28/57.96	c cleaning 9999 clauses out of 20007 with flag 915000/915000
59.38/58.01	c Got one! Elapsed wall clock time (in seconds):57.92
59.38/58.01	o 61
59.78/58.48	c cleaning 10000 clauses out of 20010 with flag 925002/925002
60.39/59.08	c cleaning 9999 clauses out of 20008 with flag 935000/935000
60.99/59.66	c cleaning 10001 clauses out of 20011 with flag 945002/945002
61.59/60.24	c cleaning 10004 clauses out of 20011 with flag 955003/955003
62.09/60.79	c cleaning 9998 clauses out of 20005 with flag 965001/965001
62.69/61.35	c cleaning 9999 clauses out of 20008 with flag 975002/975002
63.29/61.93	c cleaning 9997 clauses out of 20007 with flag 985000/985000
63.80/62.49	c cleaning 10001 clauses out of 20010 with flag 995000/995000
64.41/63.00	c cleaning 9997 clauses out of 20009 with flag 1005000/1005000
64.91/63.53	c cleaning 10004 clauses out of 20012 with flag 1015000/1015000
65.51/64.11	c cleaning 10001 clauses out of 20010 with flag 1025002/1025002
66.11/64.71	c cleaning 10001 clauses out of 20009 with flag 1035002/1035002
66.62/65.24	c cleaning 9998 clauses out of 20006 with flag 1045000/1045000
67.12/65.76	c cleaning 9999 clauses out of 20010 with flag 1055002/1055002
67.82/66.41	c cleaning 10002 clauses out of 20011 with flag 1065002/1065002
68.12/66.75	c Got one! Elapsed wall clock time (in seconds):66.654
68.12/66.75	o 59
68.32/66.96	c cleaning 10001 clauses out of 20007 with flag 1075000/1075000
68.82/67.49	c cleaning 9997 clauses out of 20006 with flag 1085000/1085000
69.43/68.02	c cleaning 10001 clauses out of 20011 with flag 1095002/1095002
70.03/68.66	c cleaning 9998 clauses out of 20008 with flag 1105000/1105000
70.24/68.80	c Got one! Elapsed wall clock time (in seconds):68.708
70.24/68.80	o 52
70.54/69.20	c cleaning 10001 clauses out of 20011 with flag 1115001/1115001
71.14/69.77	c cleaning 10001 clauses out of 20009 with flag 1125000/1125000
71.74/70.34	c cleaning 10003 clauses out of 20013 with flag 1135005/1135005
72.24/70.86	c Got one! Elapsed wall clock time (in seconds):70.768
72.24/70.86	o 35
72.34/70.96	c cleaning 9997 clauses out of 20005 with flag 1145000/1145000
72.95/71.52	c cleaning 10001 clauses out of 20009 with flag 1155001/1155001
73.44/72.02	c cleaning 9999 clauses out of 20009 with flag 1165002/1165002
73.95/72.52	c cleaning 9999 clauses out of 20008 with flag 1175000/1175000
74.45/73.03	c cleaning 9999 clauses out of 20009 with flag 1185000/1185000
74.85/73.50	c cleaning 9999 clauses out of 20010 with flag 1195000/1195000
74.95/73.59	c Got one! Elapsed wall clock time (in seconds):73.501
74.95/73.59	o 27
75.36/73.97	c cleaning 10000 clauses out of 20011 with flag 1205000/1205000
75.97/74.51	c cleaning 10003 clauses out of 20012 with flag 1215001/1215001
76.48/75.05	c cleaning 10001 clauses out of 20009 with flag 1225001/1225001
76.98/75.57	c cleaning 9999 clauses out of 20008 with flag 1235001/1235001
77.48/76.09	c cleaning 9998 clauses out of 20008 with flag 1245000/1245000
78.08/76.61	c cleaning 10000 clauses out of 20010 with flag 1255000/1255000
78.59/77.10	c cleaning 9997 clauses out of 20010 with flag 1265000/1265000
79.08/77.62	c cleaning 10000 clauses out of 20013 with flag 1275000/1275000
79.39/77.95	c Got one! Elapsed wall clock time (in seconds):77.857
79.39/77.95	o 24
79.49/78.06	c cleaning 10004 clauses out of 20013 with flag 1285000/1285000
79.99/78.54	c cleaning 10003 clauses out of 20011 with flag 1295002/1295002
80.49/79.08	c cleaning 10000 clauses out of 20008 with flag 1305002/1305002
80.99/79.56	c cleaning 9999 clauses out of 20007 with flag 1315001/1315001
81.59/80.10	c cleaning 9997 clauses out of 20007 with flag 1325000/1325000
81.99/80.57	c cleaning 10004 clauses out of 20013 with flag 1335003/1335003
82.49/81.05	c cleaning 9997 clauses out of 20006 with flag 1345000/1345000
83.09/81.63	c cleaning 9998 clauses out of 20009 with flag 1355000/1355000
83.60/82.13	c cleaning 10001 clauses out of 20012 with flag 1365001/1365001
84.11/82.60	c cleaning 10000 clauses out of 20011 with flag 1375001/1375001
84.51/83.09	c cleaning 10003 clauses out of 20010 with flag 1385000/1385000
85.02/83.58	c cleaning 9999 clauses out of 20007 with flag 1395000/1395000
85.52/84.09	c cleaning 9994 clauses out of 20008 with flag 1405000/1405000
86.02/84.59	c cleaning 10004 clauses out of 20015 with flag 1415001/1415001
86.62/85.13	c cleaning 9993 clauses out of 20011 with flag 1425001/1425001
87.13/85.61	c cleaning 10005 clauses out of 20018 with flag 1435001/1435001
87.53/86.07	c cleaning 10001 clauses out of 20014 with flag 1445002/1445002
87.73/86.21	c Got one! Elapsed wall clock time (in seconds):86.12
87.73/86.21	o 22
88.03/86.55	c cleaning 9998 clauses out of 20011 with flag 1455000/1455000
88.53/87.06	c cleaning 9998 clauses out of 20013 with flag 1465000/1465000
89.03/87.55	c cleaning 10002 clauses out of 20016 with flag 1475001/1475001
89.64/88.11	c cleaning 10003 clauses out of 20014 with flag 1485001/1485001
90.15/88.61	c cleaning 9999 clauses out of 20010 with flag 1495000/1495000
90.66/89.11	c cleaning 10003 clauses out of 20012 with flag 1505001/1505001
91.15/89.65	c cleaning 10000 clauses out of 20008 with flag 1515000/1515000
91.76/90.21	c cleaning 10001 clauses out of 20008 with flag 1525000/1525000
92.26/90.71	c cleaning 10000 clauses out of 20007 with flag 1535000/1535000
92.66/91.19	c cleaning 10001 clauses out of 20010 with flag 1545003/1545003
93.16/91.65	c cleaning 9997 clauses out of 20008 with flag 1555002/1555002
93.66/92.18	c cleaning 9998 clauses out of 20010 with flag 1565001/1565001
94.26/92.73	c cleaning 10001 clauses out of 20012 with flag 1575001/1575001
94.66/93.19	c cleaning 10001 clauses out of 20013 with flag 1585003/1585003
95.16/93.69	c cleaning 9996 clauses out of 20009 with flag 1595000/1595000
95.76/94.21	c cleaning 10001 clauses out of 20014 with flag 1605001/1605001
96.26/94.74	c cleaning 10004 clauses out of 20015 with flag 1615003/1615003
96.57/95.02	c Got one! Elapsed wall clock time (in seconds):94.926
96.57/95.02	o 20
96.77/95.26	c cleaning 10000 clauses out of 20008 with flag 1625000/1625000
97.28/95.73	c cleaning 9999 clauses out of 20008 with flag 1635000/1635000
97.78/96.22	c cleaning 10001 clauses out of 20010 with flag 1645001/1645001
98.18/96.68	c cleaning 9999 clauses out of 20008 with flag 1655000/1655000
98.69/97.18	c cleaning 9998 clauses out of 20009 with flag 1665000/1665000
99.19/97.66	c cleaning 10000 clauses out of 20013 with flag 1675002/1675002
99.69/98.10	c cleaning 10003 clauses out of 20013 with flag 1685002/1685002
100.09/98.58	c cleaning 9998 clauses out of 20010 with flag 1695002/1695002
100.60/99.02	c cleaning 10001 clauses out of 20011 with flag 1705001/1705001
101.00/99.45	c cleaning 9999 clauses out of 20009 with flag 1715000/1715000
101.40/99.88	c cleaning 10001 clauses out of 20011 with flag 1725001/1725001
101.71/100.20	c Got one! Elapsed wall clock time (in seconds):100.102
101.71/100.20	o 15
101.90/100.36	c cleaning 10004 clauses out of 20010 with flag 1735001/1735001
102.41/100.84	c cleaning 10000 clauses out of 20006 with flag 1745001/1745001
102.92/101.31	c cleaning 9999 clauses out of 20005 with flag 1755000/1755000
103.42/101.81	c cleaning 10000 clauses out of 20008 with flag 1765002/1765002
103.93/102.30	c cleaning 9998 clauses out of 20006 with flag 1775000/1775000
104.43/102.82	c cleaning 9999 clauses out of 20010 with flag 1785002/1785002
104.83/103.24	c cleaning 10002 clauses out of 20011 with flag 1795002/1795002
105.23/103.67	c cleaning 9999 clauses out of 20007 with flag 1805000/1805000
105.64/104.08	c cleaning 9998 clauses out of 20009 with flag 1815001/1815001
106.14/104.57	c cleaning 9999 clauses out of 20010 with flag 1825000/1825000
106.64/105.02	c cleaning 10004 clauses out of 20013 with flag 1835002/1835002
107.04/105.49	c cleaning 9996 clauses out of 20008 with flag 1845001/1845001
107.44/105.83	c Got one! Elapsed wall clock time (in seconds):105.735
107.44/105.83	o 2
107.54/105.96	c cleaning 10003 clauses out of 20011 with flag 1855000/1855000
107.95/106.39	c cleaning 9999 clauses out of 20008 with flag 1865000/1865000
108.45/106.85	c cleaning 9997 clauses out of 20009 with flag 1875000/1875000
108.85/107.29	c cleaning 10002 clauses out of 20013 with flag 1885001/1885001
109.35/107.74	c cleaning 10002 clauses out of 20010 with flag 1895000/1895000
109.75/108.18	c cleaning 10001 clauses out of 20008 with flag 1905000/1905000
110.26/108.67	c cleaning 10001 clauses out of 20007 with flag 1915000/1915000
110.77/109.14	c cleaning 10001 clauses out of 20005 with flag 1925000/1925000
111.18/109.57	c cleaning 9999 clauses out of 20004 with flag 1935000/1935000
111.69/110.04	c cleaning 10000 clauses out of 20006 with flag 1945001/1945001
112.08/110.49	c cleaning 9996 clauses out of 20005 with flag 1955000/1955000
112.58/110.96	c cleaning 10000 clauses out of 20009 with flag 1965000/1965000
113.09/111.45	c cleaning 10002 clauses out of 20010 with flag 1975001/1975001
113.59/111.92	c cleaning 10000 clauses out of 20008 with flag 1985001/1985001
113.91/112.29	c starts		: 262
113.91/112.29	c conflicts		: 1993122
113.91/112.29	c decisions		: 3093516
113.91/112.29	c propagations		: 49356534
113.91/112.29	c inspects		: 540809841
113.91/112.29	c learnt literals	: 8
113.91/112.29	c learnt binary clauses	: 100
113.91/112.29	c learnt ternary clauses	: 1066
113.91/112.29	c learnt clauses	: 1993113
113.91/112.29	c ignored clauses	: 0
113.91/112.29	c root simplifications	: 0
113.91/112.29	c removed literals (reason simplification)	: 12107004
113.91/112.29	c reason swapping (by a shorter reason)	: 0
113.91/112.29	c Calls to reduceDB	: 200
113.91/112.29	c number of reductions to clauses (during analyze)	: 0
113.91/112.29	c number of learned constraints concerned by reduction	: 0
113.91/112.29	c number of learning phase by resolution	: 0
113.91/112.29	c number of learning phase by cutting planes	: 0
113.91/112.29	c speed (assignments/second)	: 7633240.643365296
113.91/112.29	c non guided choices	3338
113.91/112.29	c learnt constraints type 
113.91/112.29	c constraints type 
113.91/112.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
113.91/112.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
113.91/112.29	s OPTIMUM FOUND
113.91/112.30	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 
113.91/112.30	c objective function=2
113.91/112.30	c Total wall clock time (in seconds): 112.202

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698693-1278327462/watcher-2698693-1278327462 -o /tmp/evaluation-result-2698693-1278327462/solver-2698693-1278327462 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698693-1278327462.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: 2.06 1.99 1.91 3/196 4356
/proc/meminfo: memFree=32411448/32951124 swapFree=67111528/67111528
[pid=4356] ppid=4354 vsize=13524 CPUtime=0
/proc/4356/stat : 4356 (java) S 4354 4356 3812 0 -1 4202496 1085 0 0 0 0 0 0 0 23 0 2 0 959754 13848576 565 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/4356/statm: 3368 564 252 10 0 1202 0
[pid=4356/tid=4357] ppid=4354 vsize=13472 CPUtime=0
/proc/4356/task/4357/stat : 4357 (java) R 4354 4356 3812 0 -1 4202560 59 0 0 0 0 0 0 0 18 0 2 0 959755 13795328 573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.044358 s]
/proc/loadavg: 2.06 1.99 1.91 3/196 4356
/proc/meminfo: memFree=32411448/32951124 swapFree=67111528/67111528
[pid=4356] ppid=4354 vsize=1528528 CPUtime=0.03
/proc/4356/stat : 4356 (java) S 4354 4356 3812 0 -1 4202496 3947 0 1 0 3 0 0 0 23 0 18 0 959754 1565212672 3385 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4356/statm: 382139 3389 1066 10 0 379442 0
[pid=4356/tid=4357] ppid=4354 vsize=1528556 CPUtime=0.03
/proc/4356/task/4357/stat : 4357 (java) R 4354 4356 3812 0 -1 4202560 2870 0 1 0 3 0 0 0 25 0 18 0 959755 1565241344 3393 4089446400 134512640 134550932 4292178400 18446744073709551615 4159759686 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1528528

[startup+0.10033 s]
/proc/loadavg: 2.06 1.99 1.91 3/196 4356
/proc/meminfo: memFree=32411448/32951124 swapFree=67111528/67111528
[pid=4356] ppid=4354 vsize=1529544 CPUtime=0.11
/proc/4356/stat : 4356 (java) S 4354 4356 3812 0 -1 4202496 5232 0 1 0 10 1 0 0 23 0 18 0 959754 1566253056 4668 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4356/statm: 382386 4668 1347 10 0 379689 0
[pid=4356/tid=4357] ppid=4354 vsize=1529544 CPUtime=0.08
/proc/4356/task/4357/stat : 4357 (java) R 4354 4356 3812 0 -1 4202560 3565 0 1 0 8 0 0 0 18 0 18 0 959755 1566253056 4668 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529544

[startup+0.300261 s]
/proc/loadavg: 2.06 1.99 1.91 3/196 4356
/proc/meminfo: memFree=32411448/32951124 swapFree=67111528/67111528
[pid=4356] ppid=4354 vsize=1533548 CPUtime=0.61
/proc/4356/stat : 4356 (java) S 4354 4356 3812 0 -1 4202496 6866 0 1 0 60 1 0 0 23 0 19 0 959754 1570353152 6221 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4356/statm: 383387 6221 1421 10 0 380690 0
[pid=4356/tid=4357] ppid=4354 vsize=1533548 CPUtime=0.28
/proc/4356/task/4357/stat : 4357 (java) R 4354 4356 3812 0 -1 4202560 4223 0 1 0 28 0 0 0 19 0 19 0 959755 1570353152 6221 4089446400 134512640 134550932 4292178400 18446744073709551615 4109860530 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 1533548

[startup+0.700231 s]
/proc/loadavg: 2.06 1.99 1.91 3/196 4356
/proc/meminfo: memFree=32411448/32951124 swapFree=67111528/67111528
[pid=4356] ppid=4354 vsize=1533548 CPUtime=1.13
/proc/4356/stat : 4356 (java) S 4354 4356 3812 0 -1 4202496 10006 0 1 0 112 1 0 0 23 0 19 0 959754 1570353152 9359 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4356/statm: 383387 9359 1439 10 0 380690 0
[pid=4356/tid=4357] ppid=4354 vsize=1533548 CPUtime=0.67
/proc/4356/task/4357/stat : 4357 (java) R 4354 4356 3812 0 -1 4202560 6860 0 1 0 67 0 0 0 17 0 19 0 959755 1570353152 9359 4089446400 134512640 134550932 4292178400 18446744073709551615 4109801797 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1533548

[startup+1.5011 s]
/proc/loadavg: 2.06 1.99 1.91 3/215 4375
/proc/meminfo: memFree=32379252/32951124 swapFree=67111528/67111528
[pid=4356] ppid=4354 vsize=1533548 CPUtime=1.96
/proc/4356/stat : 4356 (java) S 4354 4356 3812 0 -1 4202496 11042 0 1 0 195 1 0 0 23 0 19 0 959754 1570353152 10394 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4356/statm: 383387 10394 1439 10 0 380690 0
[pid=4356/tid=4357] ppid=4354 vsize=1533548 CPUtime=1.46
/proc/4356/task/4357/stat : 4357 (java) R 4354 4356 3812 0 -1 4202560 7445 0 1 0 146 0 0 0 18 0 19 0 959755 1570353152 10394 4089446400 134512640 134550932 4292178400 18446744073709551615 4109883105 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4356/tid=4359] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4359/stat : 4359 (java) S 4354 4356 3812 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 959755 1570353152 10394 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 7 0 0 0
[pid=4356/tid=4360] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4360/stat : 4360 (java) S 4354 4356 3812 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 19 0 959756 1570353152 10394 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 7 0 0 0
[pid=4356/tid=4361] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4361/stat : 4361 (java) S 4354 4356 3812 0 -1 4202560 108 0 0 0 0 0 0 0 16 0 19 0 959756 1570353152 10394 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 5 0 0 0
[pid=4356/tid=4362] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4362/stat : 4362 (java) S 4354 4356 3812 0 -1 4202560 135 0 0 0 0 0 0 0 15 0 19 0 959756 1570353152 10394 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 5 0 0 0
[pid=4356/tid=4363] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4363/stat : 4363 (java) S 4354 4356 3812 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 959756 1570353152 10394 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 7 0 0 0
[pid=4356/tid=4364] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4364/stat : 4364 (java) S 4354 4356 3812 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 959756 1570353152 10394 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 7 0 0 0
[pid=4356/tid=4365] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4365/stat : 4365 (java) S 4354 4356 3812 0 -1 4202560 107 0 0 0 0 0 0 0 16 0 19 0 959756 1570353152 10394 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 7 0 0 0
[pid=4356/tid=4366] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4366/stat : 4366 (java) S 4354 4356 3812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 959756 1570353152 10394 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 7 0 0 0
[pid=4356/tid=4367] ppid=4354 vsize=1533548 CPUtime=0.01
/proc/4356/task/4367/stat : 4367 (java) S 4354 4356 3812 0 -1 4202560 356 0 0 0 1 0 0 0 15 0 19 0 959756 1570353152 10394 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 0 0 16800975 18446604471135067136 0 0 -1 1 0 0 0
[pid=4356/tid=4368] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4368/stat : 4368 (java) S 4354 4356 3812 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 959757 1570353152 10394 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 1 0 0 0
[pid=4356/tid=4369] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4369/stat : 4369 (java) S 4354 4356 3812 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 959757 1570353152 10394 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 3 0 0 0
[pid=4356/tid=4370] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4370/stat : 4370 (java) S 4354 4356 3812 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 959759 1570353152 10394 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 1 0 0 0
[pid=4356/tid=4371] ppid=4354 vsize=1533548 CPUtime=0.26
/proc/4356/task/4371/stat : 4371 (java) S 4354 4356 3812 0 -1 4202560 678 0 0 0 26 0 0 0 16 0 19 0 959759 1570353152 10394 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 3 0 0 0
[pid=4356/tid=4372] ppid=4354 vsize=1533548 CPUtime=0.2
/proc/4356/task/4372/stat : 4372 (java) S 4354 4356 3812 0 -1 4202560 919 0 0 0 20 0 0 0 19 0 19 0 959759 1570353152 10394 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 4 0 0 0
[pid=4356/tid=4373] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4373/stat : 4373 (java) S 4354 4356 3812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 959759 1570353152 10394 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 2 0 0 0
[pid=4356/tid=4374] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4374/stat : 4374 (java) S 4354 4356 3812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 959759 1570353152 10394 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 0 0 0 0
[pid=4356/tid=4375] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4375/stat : 4375 (java) S 4354 4356 3812 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 959770 1570353152 10394 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 1533548

[startup+3.10079 s]
/proc/loadavg: 2.06 1.99 1.91 3/215 4375
/proc/meminfo: memFree=32372928/32951124 swapFree=67111528/67111528
[pid=4356] ppid=4354 vsize=1533548 CPUtime=3.6
/proc/4356/stat : 4356 (java) S 4354 4356 3812 0 -1 4202496 12561 0 1 0 358 2 0 0 23 0 19 0 959754 1570353152 11910 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4356/statm: 383387 11910 1440 10 0 380690 0
[pid=4356/tid=4357] ppid=4354 vsize=1533548 CPUtime=3.03
/proc/4356/task/4357/stat : 4357 (java) R 4354 4356 3812 0 -1 4202560 8403 0 1 0 302 1 0 0 19 0 19 0 959755 1570353152 11910 4089446400 134512640 134550932 4292178400 18446744073709551615 4109564776 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4356/tid=4359] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4359/stat : 4359 (java) S 4354 4356 3812 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 959755 1570353152 11910 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 7 0 0 0
[pid=4356/tid=4360] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4360/stat : 4360 (java) S 4354 4356 3812 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 19 0 959756 1570353152 11910 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 7 0 0 0
[pid=4356/tid=4361] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4361/stat : 4361 (java) S 4354 4356 3812 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 959756 1570353152 11910 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 5 0 0 0
[pid=4356/tid=4362] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4362/stat : 4362 (java) S 4354 4356 3812 0 -1 4202560 135 0 0 0 0 0 0 0 15 0 19 0 959756 1570353152 11910 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 5 0 0 0
[pid=4356/tid=4363] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4363/stat : 4363 (java) S 4354 4356 3812 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 19 0 959756 1570353152 11910 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 7 0 0 0
[pid=4356/tid=4364] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4364/stat : 4364 (java) S 4354 4356 3812 0 -1 4202560 25 0 0 0 0 0 0 0 16 0 19 0 959756 1570353152 11910 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 3 0 0 0
[pid=4356/tid=4365] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4365/stat : 4365 (java) S 4354 4356 3812 0 -1 4202560 271 0 0 0 0 0 0 0 15 0 19 0 959756 1570353152 11910 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 5 0 0 0
[pid=4356/tid=4366] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4366/stat : 4366 (java) S 4354 4356 3812 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 959756 1570353152 11910 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 5 0 0 0
[pid=4356/tid=4367] ppid=4354 vsize=1533548 CPUtime=0.04
/proc/4356/task/4367/stat : 4367 (java) S 4354 4356 3812 0 -1 4202560 531 0 0 0 4 0 0 0 15 0 19 0 959756 1570353152 11910 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 0 0 16800975 18446604471135067136 0 0 -1 1 0 0 0
[pid=4356/tid=4368] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4368/stat : 4368 (java) S 4354 4356 3812 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 959757 1570353152 11910 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 1 0 0 0
[pid=4356/tid=4369] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4369/stat : 4369 (java) S 4354 4356 3812 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 959757 1570353152 11910 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 3 0 0 0
[pid=4356/tid=4370] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4370/stat : 4370 (java) S 4354 4356 3812 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 959759 1570353152 11910 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 1 0 0 0
[pid=4356/tid=4371] ppid=4354 vsize=1533548 CPUtime=0.28
/proc/4356/task/4371/stat : 4371 (java) S 4354 4356 3812 0 -1 4202560 682 0 0 0 28 0 0 0 15 0 19 0 959759 1570353152 11910 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 3 0 0 0
[pid=4356/tid=4372] ppid=4354 vsize=1533548 CPUtime=0.22
/proc/4356/task/4372/stat : 4372 (java) S 4354 4356 3812 0 -1 4202560 926 0 0 0 22 0 0 0 15 0 19 0 959759 1570353152 11910 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 4 0 0 0
[pid=4356/tid=4373] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4373/stat : 4373 (java) S 4354 4356 3812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 959759 1570353152 11910 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 2 0 0 0
[pid=4356/tid=4374] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4374/stat : 4374 (java) S 4354 4356 3812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 959759 1570353152 11910 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 0 0 0 0
[pid=4356/tid=4375] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4375/stat : 4375 (java) S 4354 4356 3812 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 959770 1570353152 11910 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 1533548

[startup+6.30129 s]
/proc/loadavg: 2.06 1.99 1.91 3/215 4375
/proc/meminfo: memFree=32362728/32951124 swapFree=67111528/67111528
[pid=4356] ppid=4354 vsize=1533548 CPUtime=6.87
/proc/4356/stat : 4356 (java) S 4354 4356 3812 0 -1 4202496 14139 0 1 0 685 2 0 0 23 0 19 0 959754 1570353152 13377 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4356/statm: 383387 13377 1442 10 0 380690 0
[pid=4356/tid=4357] ppid=4354 vsize=1533548 CPUtime=6.16
/proc/4356/task/4357/stat : 4357 (java) R 4354 4356 3812 0 -1 4202560 9419 0 1 0 615 1 0 0 20 0 19 0 959755 1570353152 13377 4089446400 134512640 134550932 4292178400 18446744073709551615 4109827391 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4356/tid=4359] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4359/stat : 4359 (java) S 4354 4356 3812 0 -1 4202560 70 0 0 0 0 0 0 0 16 0 19 0 959755 1570353152 13377 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 7 0 0 0
[pid=4356/tid=4360] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4360/stat : 4360 (java) S 4354 4356 3812 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 19 0 959756 1570353152 13377 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 5 0 0 0
[pid=4356/tid=4361] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4361/stat : 4361 (java) S 4354 4356 3812 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 959756 1570353152 13377 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 5 0 0 0
[pid=4356/tid=4362] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4362/stat : 4362 (java) S 4354 4356 3812 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 19 0 959756 1570353152 13377 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 5 0 0 0
[pid=4356/tid=4363] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4363/stat : 4363 (java) S 4354 4356 3812 0 -1 4202560 220 0 0 0 0 0 0 0 15 0 19 0 959756 1570353152 13377 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 7 0 0 0
[pid=4356/tid=4364] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4364/stat : 4364 (java) S 4354 4356 3812 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 19 0 959756 1570353152 13377 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 3 0 0 0
[pid=4356/tid=4365] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4365/stat : 4365 (java) S 4354 4356 3812 0 -1 4202560 339 0 0 0 0 0 0 0 15 0 19 0 959756 1570353152 13377 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 7 0 0 0
[pid=4356/tid=4366] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4366/stat : 4366 (java) S 4354 4356 3812 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 19 0 959756 1570353152 13377 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 5 0 0 0
[pid=4356/tid=4367] ppid=4354 vsize=1533548 CPUtime=0.09
/proc/4356/task/4367/stat : 4367 (java) S 4354 4356 3812 0 -1 4202560 766 0 0 0 9 0 0 0 16 0 19 0 959756 1570353152 13377 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 0 0 16800975 18446604471135067136 0 0 -1 1 0 0 0
[pid=4356/tid=4368] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4368/stat : 4368 (java) S 4354 4356 3812 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 959757 1570353152 13377 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 1 0 0 0
[pid=4356/tid=4369] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4369/stat : 4369 (java) S 4354 4356 3812 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 959757 1570353152 13377 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 3 0 0 0
[pid=4356/tid=4370] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4370/stat : 4370 (java) S 4354 4356 3812 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 959759 1570353152 13377 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 1 0 0 0
[pid=4356/tid=4371] ppid=4354 vsize=1533548 CPUtime=0.29
/proc/4356/task/4371/stat : 4371 (java) S 4354 4356 3812 0 -1 4202560 682 0 0 0 29 0 0 0 15 0 19 0 959759 1570353152 13377 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 3 0 0 0
[pid=4356/tid=4372] ppid=4354 vsize=1533548 CPUtime=0.28
/proc/4356/task/4372/stat : 4372 (java) S 4354 4356 3812 0 -1 4202560 1035 0 0 0 28 0 0 0 15 0 19 0 959759 1570353152 13377 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 4 0 0 0
[pid=4356/tid=4373] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4373/stat : 4373 (java) S 4354 4356 3812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 959759 1570353152 13377 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 2 0 0 0
[pid=4356/tid=4374] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4374/stat : 4374 (java) S 4354 4356 3812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 959759 1570353152 13377 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 0 0 0 0
[pid=4356/tid=4375] ppid=4354 vsize=1533548 CPUtime=0
/proc/4356/task/4375/stat : 4375 (java) S 4354 4356 3812 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 959770 1570353152 13377 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 1533548


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

/proc/4356/task/4359/stat : 4359 (java) S 4354 4356 3812 0 -1 4202560 77 0 0 0 8 1 0 0 15 0 19 0 959755 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 3 0 0 0
[pid=4356/tid=4360] ppid=4354 vsize=1535816 CPUtime=0.04
/proc/4356/task/4360/stat : 4360 (java) S 4354 4356 3812 0 -1 4202560 124 0 0 0 4 0 0 0 15 0 19 0 959756 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 7 0 0 0
[pid=4356/tid=4361] ppid=4354 vsize=1535816 CPUtime=0.08
/proc/4356/task/4361/stat : 4361 (java) S 4354 4356 3812 0 -1 4202560 118 0 0 0 8 0 0 0 15 0 19 0 959756 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 4 0 0 0
[pid=4356/tid=4362] ppid=4354 vsize=1535816 CPUtime=0.06
/proc/4356/task/4362/stat : 4362 (java) S 4354 4356 3812 0 -1 4202560 140 0 0 0 5 1 0 0 15 0 19 0 959756 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 3 0 0 0
[pid=4356/tid=4363] ppid=4354 vsize=1535816 CPUtime=0.08
/proc/4356/task/4363/stat : 4363 (java) S 4354 4356 3812 0 -1 4202560 231 0 0 0 7 1 0 0 15 0 19 0 959756 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 7 0 0 0
[pid=4356/tid=4364] ppid=4354 vsize=1535816 CPUtime=0.08
/proc/4356/task/4364/stat : 4364 (java) S 4354 4356 3812 0 -1 4202560 128 0 0 0 7 1 0 0 15 0 19 0 959756 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 5 0 0 0
[pid=4356/tid=4365] ppid=4354 vsize=1535816 CPUtime=0.09
/proc/4356/task/4365/stat : 4365 (java) S 4354 4356 3812 0 -1 4202560 348 0 0 0 9 0 0 0 15 0 19 0 959756 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 6 0 0 0
[pid=4356/tid=4366] ppid=4354 vsize=1535816 CPUtime=0.07
/proc/4356/task/4366/stat : 4366 (java) S 4354 4356 3812 0 -1 4202560 63 0 0 0 7 0 0 0 15 0 19 0 959756 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 4 0 0 0
[pid=4356/tid=4367] ppid=4354 vsize=1535816 CPUtime=2.23
/proc/4356/task/4367/stat : 4367 (java) S 4354 4356 3812 0 -1 4202560 1393 0 0 0 219 4 0 0 15 0 19 0 959756 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 0 0 16800975 18446604471135067136 0 0 -1 1 0 0 0
[pid=4356/tid=4368] ppid=4354 vsize=1535816 CPUtime=0
/proc/4356/task/4368/stat : 4368 (java) S 4354 4356 3812 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 959757 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 1 0 0 0
[pid=4356/tid=4369] ppid=4354 vsize=1535816 CPUtime=0
/proc/4356/task/4369/stat : 4369 (java) S 4354 4356 3812 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 959757 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 3 0 0 0
[pid=4356/tid=4370] ppid=4354 vsize=1535816 CPUtime=0
/proc/4356/task/4370/stat : 4370 (java) S 4354 4356 3812 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 959759 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 1 0 0 0
[pid=4356/tid=4371] ppid=4354 vsize=1535816 CPUtime=0.4
/proc/4356/task/4371/stat : 4371 (java) S 4354 4356 3812 0 -1 4202560 946 0 0 0 40 0 0 0 15 0 19 0 959759 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 3 0 0 0
[pid=4356/tid=4372] ppid=4354 vsize=1535816 CPUtime=0.9
/proc/4356/task/4372/stat : 4372 (java) S 4354 4356 3812 0 -1 4202560 8579 0 0 0 89 1 0 0 15 0 19 0 959759 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 0 0 0 0
[pid=4356/tid=4373] ppid=4354 vsize=1535816 CPUtime=0
/proc/4356/task/4373/stat : 4373 (java) S 4354 4356 3812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 959759 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 2 0 0 0
[pid=4356/tid=4374] ppid=4354 vsize=1535816 CPUtime=0
/proc/4356/task/4374/stat : 4374 (java) S 4354 4356 3812 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 959759 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 0 0 0 0
[pid=4356/tid=4375] ppid=4354 vsize=1535816 CPUtime=0
/proc/4356/task/4375/stat : 4375 (java) S 4354 4356 3812 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 959770 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 111.98
Current children cumulated vsize (KiB) 1535816

[startup+111.107 s]
/proc/loadavg: 2.10 2.02 1.93 3/215 4470
/proc/meminfo: memFree=32349356/32951124 swapFree=67111528/67111528
[pid=4356] ppid=4354 vsize=1535816 CPUtime=112.79
/proc/4356/stat : 4356 (java) S 4354 4356 3812 0 -1 4202496 24720 0 1 0 11263 16 0 0 23 0 19 0 959754 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4356/statm: 383954 16573 1444 10 0 381257 0
[pid=4356/tid=4357] ppid=4354 vsize=1535816 CPUtime=108.54
/proc/4356/task/4357/stat : 4357 (java) R 4354 4356 3812 0 -1 4202560 11500 0 1 0 10852 2 0 0 18 0 19 0 959755 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4109787546 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4356/tid=4359] ppid=4354 vsize=1535816 CPUtime=0.09
/proc/4356/task/4359/stat : 4359 (java) S 4354 4356 3812 0 -1 4202560 77 0 0 0 8 1 0 0 15 0 19 0 959755 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 3 0 0 0
[pid=4356/tid=4360] ppid=4354 vsize=1535816 CPUtime=0.04
/proc/4356/task/4360/stat : 4360 (java) S 4354 4356 3812 0 -1 4202560 124 0 0 0 4 0 0 0 15 0 19 0 959756 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 7 0 0 0
[pid=4356/tid=4361] ppid=4354 vsize=1535816 CPUtime=0.08
/proc/4356/task/4361/stat : 4361 (java) S 4354 4356 3812 0 -1 4202560 118 0 0 0 8 0 0 0 15 0 19 0 959756 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 4 0 0 0
[pid=4356/tid=4362] ppid=4354 vsize=1535816 CPUtime=0.07
/proc/4356/task/4362/stat : 4362 (java) S 4354 4356 3812 0 -1 4202560 140 0 0 0 6 1 0 0 15 0 19 0 959756 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 3 0 0 0
[pid=4356/tid=4363] ppid=4354 vsize=1535816 CPUtime=0.08
/proc/4356/task/4363/stat : 4363 (java) S 4354 4356 3812 0 -1 4202560 231 0 0 0 7 1 0 0 15 0 19 0 959756 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 7 0 0 0
[pid=4356/tid=4364] ppid=4354 vsize=1535816 CPUtime=0.08
/proc/4356/task/4364/stat : 4364 (java) S 4354 4356 3812 0 -1 4202560 128 0 0 0 7 1 0 0 15 0 19 0 959756 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 5 0 0 0
[pid=4356/tid=4365] ppid=4354 vsize=1535816 CPUtime=0.09
/proc/4356/task/4365/stat : 4365 (java) S 4354 4356 3812 0 -1 4202560 348 0 0 0 9 0 0 0 15 0 19 0 959756 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 6 0 0 0
[pid=4356/tid=4366] ppid=4354 vsize=1535816 CPUtime=0.07
/proc/4356/task/4366/stat : 4366 (java) S 4354 4356 3812 0 -1 4202560 63 0 0 0 7 0 0 0 15 0 19 0 959756 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 4 0 0 0
[pid=4356/tid=4367] ppid=4354 vsize=1535816 CPUtime=2.25
/proc/4356/task/4367/stat : 4367 (java) S 4354 4356 3812 0 -1 4202560 1393 0 0 0 221 4 0 0 15 0 19 0 959756 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 0 0 16800975 18446604471135067136 0 0 -1 1 0 0 0
[pid=4356/tid=4368] ppid=4354 vsize=1535816 CPUtime=0
/proc/4356/task/4368/stat : 4368 (java) S 4354 4356 3812 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 959757 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 1 0 0 0
[pid=4356/tid=4369] ppid=4354 vsize=1535816 CPUtime=0
/proc/4356/task/4369/stat : 4369 (java) S 4354 4356 3812 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 959757 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 3 0 0 0
[pid=4356/tid=4370] ppid=4354 vsize=1535816 CPUtime=0
/proc/4356/task/4370/stat : 4370 (java) S 4354 4356 3812 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 959759 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 1 0 0 0
[pid=4356/tid=4371] ppid=4354 vsize=1535816 CPUtime=0.4
/proc/4356/task/4371/stat : 4371 (java) S 4354 4356 3812 0 -1 4202560 946 0 0 0 40 0 0 0 15 0 19 0 959759 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 3 0 0 0
[pid=4356/tid=4372] ppid=4354 vsize=1535816 CPUtime=0.9
/proc/4356/task/4372/stat : 4372 (java) S 4354 4356 3812 0 -1 4202560 8579 0 0 0 89 1 0 0 15 0 19 0 959759 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 0 0 0 0
[pid=4356/tid=4373] ppid=4354 vsize=1535816 CPUtime=0
/proc/4356/task/4373/stat : 4373 (java) S 4354 4356 3812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 959759 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 2 0 0 0
[pid=4356/tid=4374] ppid=4354 vsize=1535816 CPUtime=0
/proc/4356/task/4374/stat : 4374 (java) S 4354 4356 3812 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 959759 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 0 0 0 0
[pid=4356/tid=4375] ppid=4354 vsize=1535816 CPUtime=0
/proc/4356/task/4375/stat : 4375 (java) S 4354 4356 3812 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 959770 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 112.79
Current children cumulated vsize (KiB) 1535816

[startup+111.901 s]
/proc/loadavg: 2.10 2.02 1.93 3/215 4470
/proc/meminfo: memFree=32349356/32951124 swapFree=67111528/67111528
[pid=4356] ppid=4354 vsize=1535816 CPUtime=113.59
/proc/4356/stat : 4356 (java) S 4354 4356 3812 0 -1 4202496 24721 0 1 0 11343 16 0 0 23 0 19 0 959754 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4356/statm: 383954 16573 1444 10 0 381257 0
[pid=4356/tid=4357] ppid=4354 vsize=1535816 CPUtime=109.32
/proc/4356/task/4357/stat : 4357 (java) R 4354 4356 3812 0 -1 4202560 11501 0 1 0 10930 2 0 0 18 0 19 0 959755 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4110048556 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4356/tid=4359] ppid=4354 vsize=1535816 CPUtime=0.09
/proc/4356/task/4359/stat : 4359 (java) S 4354 4356 3812 0 -1 4202560 77 0 0 0 8 1 0 0 15 0 19 0 959755 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 3 0 0 0
[pid=4356/tid=4360] ppid=4354 vsize=1535816 CPUtime=0.05
/proc/4356/task/4360/stat : 4360 (java) S 4354 4356 3812 0 -1 4202560 124 0 0 0 5 0 0 0 15 0 19 0 959756 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 7 0 0 0
[pid=4356/tid=4361] ppid=4354 vsize=1535816 CPUtime=0.08
/proc/4356/task/4361/stat : 4361 (java) S 4354 4356 3812 0 -1 4202560 118 0 0 0 8 0 0 0 15 0 19 0 959756 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 4 0 0 0
[pid=4356/tid=4362] ppid=4354 vsize=1535816 CPUtime=0.07
/proc/4356/task/4362/stat : 4362 (java) S 4354 4356 3812 0 -1 4202560 140 0 0 0 6 1 0 0 15 0 19 0 959756 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 7 0 0 0
[pid=4356/tid=4363] ppid=4354 vsize=1535816 CPUtime=0.08
/proc/4356/task/4363/stat : 4363 (java) S 4354 4356 3812 0 -1 4202560 231 0 0 0 7 1 0 0 15 0 19 0 959756 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 7 0 0 0
[pid=4356/tid=4364] ppid=4354 vsize=1535816 CPUtime=0.08
/proc/4356/task/4364/stat : 4364 (java) S 4354 4356 3812 0 -1 4202560 128 0 0 0 7 1 0 0 15 0 19 0 959756 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 5 0 0 0
[pid=4356/tid=4365] ppid=4354 vsize=1535816 CPUtime=0.09
/proc/4356/task/4365/stat : 4365 (java) S 4354 4356 3812 0 -1 4202560 348 0 0 0 9 0 0 0 15 0 19 0 959756 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 6 0 0 0
[pid=4356/tid=4366] ppid=4354 vsize=1535816 CPUtime=0.07
/proc/4356/task/4366/stat : 4366 (java) S 4354 4356 3812 0 -1 4202560 63 0 0 0 7 0 0 0 16 0 19 0 959756 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 4 0 0 0
[pid=4356/tid=4367] ppid=4354 vsize=1535816 CPUtime=2.26
/proc/4356/task/4367/stat : 4367 (java) S 4354 4356 3812 0 -1 4202560 1393 0 0 0 222 4 0 0 15 0 19 0 959756 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 0 0 16800975 18446604471135067136 0 0 -1 1 0 0 0
[pid=4356/tid=4368] ppid=4354 vsize=1535816 CPUtime=0
/proc/4356/task/4368/stat : 4368 (java) S 4354 4356 3812 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 959757 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 1 0 0 0
[pid=4356/tid=4369] ppid=4354 vsize=1535816 CPUtime=0
/proc/4356/task/4369/stat : 4369 (java) S 4354 4356 3812 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 959757 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 3 0 0 0
[pid=4356/tid=4370] ppid=4354 vsize=1535816 CPUtime=0
/proc/4356/task/4370/stat : 4370 (java) S 4354 4356 3812 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 959759 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 1 0 0 0
[pid=4356/tid=4371] ppid=4354 vsize=1535816 CPUtime=0.4
/proc/4356/task/4371/stat : 4371 (java) S 4354 4356 3812 0 -1 4202560 946 0 0 0 40 0 0 0 15 0 19 0 959759 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 3 0 0 0
[pid=4356/tid=4372] ppid=4354 vsize=1535816 CPUtime=0.9
/proc/4356/task/4372/stat : 4372 (java) S 4354 4356 3812 0 -1 4202560 8579 0 0 0 89 1 0 0 15 0 19 0 959759 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 0 0 0 0
[pid=4356/tid=4373] ppid=4354 vsize=1535816 CPUtime=0
/proc/4356/task/4373/stat : 4373 (java) S 4354 4356 3812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 959759 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 2 0 0 0
[pid=4356/tid=4374] ppid=4354 vsize=1535816 CPUtime=0
/proc/4356/task/4374/stat : 4374 (java) S 4354 4356 3812 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 959759 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 0 0 0 0
[pid=4356/tid=4375] ppid=4354 vsize=1535816 CPUtime=0
/proc/4356/task/4375/stat : 4375 (java) S 4354 4356 3812 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 959770 1572675584 16573 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 113.59
Current children cumulated vsize (KiB) 1535816

[startup+112.301 s]
/proc/loadavg: 2.10 2.02 1.93 3/215 4470
/proc/meminfo: memFree=32349724/32951124 swapFree=67111528/67111528
[pid=4356] ppid=4354 vsize=1536140 CPUtime=114.01
/proc/4356/stat : 4356 (java) S 4354 4356 3812 0 -1 4202496 24733 0 1 0 11384 17 0 0 23 0 19 0 959754 1573007360 16584 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4356/statm: 384035 16584 1445 10 0 381338 0
[pid=4356/tid=4357] ppid=4354 vsize=1536140 CPUtime=109.7
/proc/4356/task/4357/stat : 4357 (java) S 4354 4356 3812 0 -1 4202560 11507 0 1 0 10968 2 0 0 19 0 19 0 959755 1573007360 16584 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 1 0 0 0
[pid=4356/tid=4359] ppid=4354 vsize=1536140 CPUtime=0.09
/proc/4356/task/4359/stat : 4359 (java) S 4354 4356 3812 0 -1 4202560 77 0 0 0 8 1 0 0 15 0 19 0 959755 1573007360 16584 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 3 0 0 0
[pid=4356/tid=4360] ppid=4354 vsize=1536140 CPUtime=0.05
/proc/4356/task/4360/stat : 4360 (java) S 4354 4356 3812 0 -1 4202560 124 0 0 0 5 0 0 0 15 0 19 0 959756 1573007360 16584 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 7 0 0 0
[pid=4356/tid=4361] ppid=4354 vsize=1536140 CPUtime=0.08
/proc/4356/task/4361/stat : 4361 (java) S 4354 4356 3812 0 -1 4202560 118 0 0 0 8 0 0 0 15 0 19 0 959756 1573007360 16584 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 4 0 0 0
[pid=4356/tid=4362] ppid=4354 vsize=1536140 CPUtime=0.07
/proc/4356/task/4362/stat : 4362 (java) S 4354 4356 3812 0 -1 4202560 140 0 0 0 6 1 0 0 15 0 19 0 959756 1573007360 16584 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 7 0 0 0
[pid=4356/tid=4363] ppid=4354 vsize=1536140 CPUtime=0.08
/proc/4356/task/4363/stat : 4363 (java) S 4354 4356 3812 0 -1 4202560 231 0 0 0 7 1 0 0 15 0 19 0 959756 1573007360 16584 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 2 0 0 0
[pid=4356/tid=4364] ppid=4354 vsize=1536140 CPUtime=0.08
/proc/4356/task/4364/stat : 4364 (java) S 4354 4356 3812 0 -1 4202560 128 0 0 0 7 1 0 0 15 0 19 0 959756 1573007360 16584 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 5 0 0 0
[pid=4356/tid=4365] ppid=4354 vsize=1536140 CPUtime=0.09
/proc/4356/task/4365/stat : 4365 (java) S 4354 4356 3812 0 -1 4202560 348 0 0 0 9 0 0 0 15 0 19 0 959756 1573007360 16584 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 6 0 0 0
[pid=4356/tid=4366] ppid=4354 vsize=1536140 CPUtime=0.07
/proc/4356/task/4366/stat : 4366 (java) S 4354 4356 3812 0 -1 4202560 63 0 0 0 7 0 0 0 15 0 19 0 959756 1573007360 16584 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 2 0 0 0
[pid=4356/tid=4367] ppid=4354 vsize=1536140 CPUtime=2.27
/proc/4356/task/4367/stat : 4367 (java) S 4354 4356 3812 0 -1 4202560 1393 0 0 0 223 4 0 0 15 0 19 0 959756 1573007360 16584 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 0 0 16800975 18446604471135067136 0 0 -1 1 0 0 0
[pid=4356/tid=4368] ppid=4354 vsize=1536140 CPUtime=0
/proc/4356/task/4368/stat : 4368 (java) S 4354 4356 3812 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 959757 1573007360 16584 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 1 0 0 0
[pid=4356/tid=4369] ppid=4354 vsize=1536140 CPUtime=0
/proc/4356/task/4369/stat : 4369 (java) S 4354 4356 3812 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 959757 1573007360 16584 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 3 0 0 0
[pid=4356/tid=4370] ppid=4354 vsize=1536140 CPUtime=0
/proc/4356/task/4370/stat : 4370 (java) S 4354 4356 3812 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 959759 1573007360 16584 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 1 0 0 0
[pid=4356/tid=4371] ppid=4354 vsize=1536140 CPUtime=0.4
/proc/4356/task/4371/stat : 4371 (java) S 4354 4356 3812 0 -1 4202560 946 0 0 0 40 0 0 0 15 0 19 0 959759 1573007360 16584 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 3 0 0 0
[pid=4356/tid=4372] ppid=4354 vsize=1536140 CPUtime=0.9
/proc/4356/task/4372/stat : 4372 (java) S 4354 4356 3812 0 -1 4202560 8579 0 0 0 89 1 0 0 15 0 19 0 959759 1573007360 16584 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 0 0 0 0
[pid=4356/tid=4373] ppid=4354 vsize=1536140 CPUtime=0
/proc/4356/task/4373/stat : 4373 (java) S 4354 4356 3812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 959759 1573007360 16584 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 2 0 0 0
[pid=4356/tid=4374] ppid=4354 vsize=1536140 CPUtime=0
/proc/4356/task/4374/stat : 4374 (java) S 4354 4356 3812 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 959759 1573007360 16584 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 0 0 0 0
[pid=4356/tid=4375] ppid=4354 vsize=1536140 CPUtime=0
/proc/4356/task/4375/stat : 4375 (java) S 4354 4356 3812 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 959770 1573007360 16584 4089446400 134512640 134550932 4292178400 18446744073709551615 4294960144 0 4 0 16800975 18446604471135067136 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 114.01
Current children cumulated vsize (KiB) 1536140

Child status: 30
Real time (s): 112.354
CPU time (s): 114.015
CPU user time (s): 113.841
CPU system time (s): 0.173973
CPU usage (%): 101.478
Max. virtual memory (cumulated for all children) (KiB): 1546268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 113.841
system time used= 0.173973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24734
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= 8166
involuntary context switches= 37750

runsolver used 0.205968 second user time and 0.430934 second system time

The end

Launcher Data

Begin job on node118 at 2010-07-05 12:57:42
IDJOB=2698693
IDBENCH=79233
IDSOLVER=1211
FILE ID=node118/2698693-1278327462
PBS_JOBID= 11207461
Free space on /tmp= 74208 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.1111213868--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-2698693-1278327462/watcher-2698693-1278327462 -o /tmp/evaluation-result-2698693-1278327462/solver-2698693-1278327462 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698693-1278327462.wbo

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

MD5SUM BENCH= 0635b24c475a73287c5e15439a6c459f
RANDOM SEED=273878148

node118.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.818
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.63
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.818
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.818
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.75
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.818
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.818
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.72
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.818
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.83
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.818
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.76
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.818
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.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32412100 kB
Buffers:         25160 kB
Cached:         287420 kB
SwapCached:          0 kB
Active:         207408 kB
Inactive:       231708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32412100 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             944 kB
Writeback:           0 kB
AnonPages:      127020 kB
Mapped:          20540 kB
Slab:            35904 kB
PageTables:       4824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1645140 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= 74208 MiB
End job on node118 at 2010-07-05 12:59:35