Trace number 3688220

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 NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)12 1800.53 959.863

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_2.opb
MD5SUMb690996610ff381ef60353517fe5a0e9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark1797.53
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6
Optimality of the best value was proved NO
Number of variables146
Total number of constraints12
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint64
Maximum length of a constraint66
Number of terms in the objective function 96
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3060
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1293
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4389
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.2.v20120418
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		501472288
0.04/0.09	c Max memory 		7480803328
0.04/0.09	c Total memory 		504102912
0.04/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3688220-1337876084.opb
0.09/0.12	c reading problem ... 
0.09/0.16	c ... done. Wall clock time 0.044s.
0.09/0.16	c declared #vars     146
0.09/0.16	c #constraints  12
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.09/0.16	c 12 constraints processed.
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12
0.09/0.16	c 12 constraints processed.
0.09/0.16	c objective function length is 96 literals
0.26/0.25	c  And the winner is solver0
0.83/0.67	c SATISFIABLE
0.83/0.67	c OPTIMIZING...
0.83/0.67	c Got one! Elapsed wall clock time (in seconds):0.546
0.83/0.67	o 404
0.83/0.69	c  And the winner is solver0
0.98/1.17	c Got one! Elapsed wall clock time (in seconds):1.048
0.98/1.17	o 305
0.98/1.19	c  And the winner is solver0
1.12/1.67	c Got one! Elapsed wall clock time (in seconds):1.549
1.12/1.67	o 191
1.12/1.68	c  And the winner is solver0
1.18/2.17	c Got one! Elapsed wall clock time (in seconds):2.05
1.18/2.17	o 190
1.18/2.19	c  And the winner is solver0
1.24/2.67	c Got one! Elapsed wall clock time (in seconds):2.552
1.24/2.67	o 189
1.24/2.68	c  And the winner is solver0
1.25/3.17	c Got one! Elapsed wall clock time (in seconds):3.053
1.25/3.17	o 152
1.36/3.21	c  And the winner is solver0
1.63/3.67	c Got one! Elapsed wall clock time (in seconds):3.554
1.63/3.67	o 150
1.63/3.68	c  And the winner is solver0
1.64/4.18	c Got one! Elapsed wall clock time (in seconds):4.056
1.64/4.18	o 148
1.70/4.22	c  And the winner is solver0
1.90/4.68	c Got one! Elapsed wall clock time (in seconds):4.557
1.90/4.68	o 146
1.97/4.70	c  And the winner is solver0
2.08/5.18	c Got one! Elapsed wall clock time (in seconds):5.058
2.08/5.18	o 145
2.45/5.32	c  And the winner is solver0
2.53/5.68	c Got one! Elapsed wall clock time (in seconds):5.56
2.53/5.68	o 144
2.61/5.75	c  And the winner is solver0
2.73/6.18	c Got one! Elapsed wall clock time (in seconds):6.061
2.73/6.18	o 142
2.77/6.21	c  And the winner is solver0
2.82/6.68	c Got one! Elapsed wall clock time (in seconds):6.563
2.82/6.68	o 141
2.82/6.69	c  And the winner is solver0
2.83/7.18	c Got one! Elapsed wall clock time (in seconds):7.064
2.83/7.18	o 140
2.86/7.21	c  And the winner is solver0
2.91/7.68	c Got one! Elapsed wall clock time (in seconds):7.565
2.91/7.68	o 138
2.97/7.77	c cleaning 5354 clauses out of 10707 with flag 1003/10707
3.39/7.92	c  And the winner is solver0
3.45/8.19	c Got one! Elapsed wall clock time (in seconds):8.066
3.45/8.19	o 134
3.46/8.24	c  And the winner is solver0
3.56/8.69	c Got one! Elapsed wall clock time (in seconds):8.567
3.56/8.69	o 132
3.60/8.75	c cleaning 5549 clauses out of 11100 with flag 1000/16454
3.60/8.77	c  And the winner is solver0
3.74/9.19	c Got one! Elapsed wall clock time (in seconds):9.068
3.74/9.19	o 80
3.95/9.35	c  And the winner is solver0
4.08/9.69	c Got one! Elapsed wall clock time (in seconds):9.57
4.08/9.69	o 78
4.10/9.75	c cleaning 5563 clauses out of 11132 with flag 1000/22035
4.30/9.85	c  And the winner is solver0
4.43/10.19	c Got one! Elapsed wall clock time (in seconds):10.071
4.43/10.19	o 77
4.75/10.33	c cleaning 5277 clauses out of 10578 with flag 3000/27044
5.14/10.56	c  And the winner is solver0
5.29/10.69	c Got one! Elapsed wall clock time (in seconds):10.572
5.29/10.69	o 76
5.71/10.97	c cleaning 8070 clauses out of 16151 with flag 5000/37894
6.07/11.15	c  And the winner is solver0
6.07/11.19	c Got one! Elapsed wall clock time (in seconds):11.073
6.07/11.19	o 74
6.42/11.33	c cleaning 6837 clauses out of 13679 with flag 2000/43492
6.99/11.60	c  And the winner is solver0
6.99/11.69	c Got one! Elapsed wall clock time (in seconds):11.574
6.99/11.69	o 72
7.71/12.01	c cleaning 8596 clauses out of 17198 with flag 5001/53848
8.27/12.34	c cleaning 7297 clauses out of 14603 with flag 11002/59849
8.51/12.46	c  And the winner is solver0
8.65/12.69	c Got one! Elapsed wall clock time (in seconds):12.575
8.65/12.69	o 71
9.04/12.91	c cleaning 6550 clauses out of 13117 with flag 4000/65660
9.20/13.02	c  And the winner is solver0
9.27/13.20	c Got one! Elapsed wall clock time (in seconds):13.076
9.27/13.20	o 69
9.47/13.35	c cleaning 5863 clauses out of 11747 with flag 3004/70840
10.04/13.60	c cleaning 5932 clauses out of 11880 with flag 9000/76836
10.04/13.65	c  And the winner is solver0
10.14/13.70	c Got one! Elapsed wall clock time (in seconds):13.577
10.14/13.70	o 68
10.14/13.77	c  And the winner is solver0
10.34/14.20	c Got one! Elapsed wall clock time (in seconds):14.079
10.34/14.20	o 67
10.54/14.34	c cleaning 5549 clauses out of 11117 with flag 3001/82005
10.68/14.42	c  And the winner is solver0
10.76/14.70	c Got one! Elapsed wall clock time (in seconds):14.58
10.76/14.70	o 65
11.14/14.92	c cleaning 5667 clauses out of 11342 with flag 5003/87779
11.30/15.09	c  And the winner is solver0
11.54/15.20	c Got one! Elapsed wall clock time (in seconds):15.081
11.54/15.20	o 61
11.54/15.30	c cleaning 5508 clauses out of 11028 with flag 2000/93132
11.76/15.35	c  And the winner is solver0
11.85/15.70	c Got one! Elapsed wall clock time (in seconds):15.582
11.85/15.70	o 60
12.24/15.92	c cleaning 5348 clauses out of 10712 with flag 5000/98324
12.39/16.07	c  And the winner is solver0
12.57/16.20	c Got one! Elapsed wall clock time (in seconds):16.083
12.57/16.20	o 58
12.75/16.30	c cleaning 5175 clauses out of 10368 with flag 2000/103328
13.28/16.60	c cleaning 5589 clauses out of 11194 with flag 8001/109329
13.64/16.84	c  And the winner is solver0
13.77/17.20	c Got one! Elapsed wall clock time (in seconds):17.084
13.77/17.20	o 56
13.77/17.26	c cleaning 5742 clauses out of 11487 with flag 1000/115211
14.31/17.56	c cleaning 5873 clauses out of 11745 with flag 7000/121211
14.66/17.77	c  And the winner is solver0
14.85/18.21	c Got one! Elapsed wall clock time (in seconds):18.086
14.85/18.21	o 55
14.85/18.27	c cleaning 5472 clauses out of 10963 with flag 1001/126302
15.37/18.58	c cleaning 5742 clauses out of 11494 with flag 7004/132305
15.56/18.65	c  And the winner is solver0
15.67/18.71	c Got one! Elapsed wall clock time (in seconds):18.587
15.67/18.71	o 54
16.05/18.92	c cleaning 5732 clauses out of 11484 with flag 5000/138037
16.20/19.04	c  And the winner is solver0
16.33/19.21	c Got one! Elapsed wall clock time (in seconds):19.088
16.33/19.21	o 50
16.51/19.38	c cleaning 5860 clauses out of 11738 with flag 4000/144023
17.06/19.68	c cleaning 5926 clauses out of 11878 with flag 10000/150023
17.79/20.03	c cleaning 6477 clauses out of 12953 with flag 17001/157024
18.54/20.45	c cleaning 7233 clauses out of 14475 with flag 25000/165023
18.71/20.53	c  And the winner is solver0
18.79/20.75	c Got one! Elapsed wall clock time (in seconds):20.635
18.79/20.75	o 46
19.28/21.01	c cleaning 6506 clauses out of 13022 with flag 5004/170803
19.63/21.26	c  And the winner is solver0
19.80/21.76	c Got one! Elapsed wall clock time (in seconds):21.636
19.80/21.76	o 45
20.29/22.01	c cleaning 8525 clauses out of 17063 with flag 5002/181350
20.40/22.11	c  And the winner is solver0
20.49/22.26	c Got one! Elapsed wall clock time (in seconds):22.137
20.49/22.26	o 44
20.96/22.52	c cleaning 7139 clauses out of 14285 with flag 5000/187097
21.31/22.75	c  And the winner is solver0
21.45/22.81	c Got one! Elapsed wall clock time (in seconds):22.689
21.45/22.81	o 42
21.45/22.89	c cleaning 6365 clauses out of 12758 with flag 1002/192709
22.17/23.20	c cleaning 6189 clauses out of 12392 with flag 7001/198708
22.51/23.44	c  And the winner is solver0
22.67/23.81	c Got one! Elapsed wall clock time (in seconds):23.69
22.67/23.81	o 41
22.67/23.89	c cleaning 6067 clauses out of 12160 with flag 1003/204665
23.37/24.22	c cleaning 6043 clauses out of 12090 with flag 7000/210662
23.90/24.52	c  And the winner is solver0
24.00/24.81	c Got one! Elapsed wall clock time (in seconds):24.691
24.00/24.81	o 40
24.57/25.14	c cleaning 8415 clauses out of 16843 with flag 5003/221458
25.31/25.51	c cleaning 7204 clauses out of 14427 with flag 11002/227457
25.66/25.75	c  And the winner is solver0
25.80/25.86	c Got one! Elapsed wall clock time (in seconds):25.742
25.80/25.86	o 38
25.94/25.93	c cleaning 6296 clauses out of 12611 with flag 1004/232845
26.45/26.28	c cleaning 6151 clauses out of 12311 with flag 7000/238841
27.20/26.62	c cleaning 6575 clauses out of 13163 with flag 14003/245844
27.94/27.03	c cleaning 7286 clauses out of 14590 with flag 22005/253846
28.69/27.48	c cleaning 8150 clauses out of 16299 with flag 31000/262841
28.89/27.59	c  And the winner is solver0
29.06/27.86	c Got one! Elapsed wall clock time (in seconds):27.744
29.06/27.86	o 36
29.52/28.10	c cleaning 6684 clauses out of 13385 with flag 5000/268077
30.06/28.43	c cleaning 6343 clauses out of 12703 with flag 11002/274079
30.60/28.75	c  And the winner is solver0
30.77/28.86	c Got one! Elapsed wall clock time (in seconds):28.745
30.77/28.86	o 35
31.25/29.20	c cleaning 8969 clauses out of 17941 with flag 5000/285660
31.98/29.55	c cleaning 7478 clauses out of 14974 with flag 11002/291662
32.69/29.97	c cleaning 7235 clauses out of 14494 with flag 18000/298660
33.43/30.38	c cleaning 7621 clauses out of 15260 with flag 26001/306661
34.57/30.93	c cleaning 8306 clauses out of 16638 with flag 35000/315660
35.70/31.54	c cleaning 9160 clauses out of 18335 with flag 45003/325663
37.02/32.28	c cleaning 10077 clauses out of 20173 with flag 56001/336661
38.58/33.03	c cleaning 11039 clauses out of 22096 with flag 68001/348661
39.11/33.35	c  And the winner is solver0
39.26/33.42	c Got one! Elapsed wall clock time (in seconds):33.297
39.26/33.42	o 34
39.82/33.78	c cleaning 10882 clauses out of 21776 with flag 5001/359380
40.55/34.14	c cleaning 8437 clauses out of 16893 with flag 11000/365379
41.23/34.55	c cleaning 7720 clauses out of 15457 with flag 18001/372380
41.96/34.97	c cleaning 7861 clauses out of 15736 with flag 26000/380379
42.89/35.41	c cleaning 8430 clauses out of 16876 with flag 35001/389380
43.82/35.90	c cleaning 9218 clauses out of 18446 with flag 45001/399380
44.93/36.55	c cleaning 10113 clauses out of 20228 with flag 56001/410380
46.26/37.28	c cleaning 11055 clauses out of 22115 with flag 68001/422380
47.59/37.97	c cleaning 12018 clauses out of 24060 with flag 81001/435380
48.32/38.37	c  And the winner is solver0
48.51/38.56	c Got one! Elapsed wall clock time (in seconds):38.44
48.51/38.56	o 33
49.18/38.90	c cleaning 12043 clauses out of 24110 with flag 5001/447448
49.67/39.28	c cleaning 9020 clauses out of 18066 with flag 11000/453447
50.41/39.68	c cleaning 8012 clauses out of 16047 with flag 18001/460448
50.59/39.77	c  And the winner is solver0
50.76/40.06	c Got one! Elapsed wall clock time (in seconds):39.941
50.76/40.06	o 31
51.22/40.30	c cleaning 6698 clauses out of 13411 with flag 5000/465824
51.76/40.63	c cleaning 6352 clauses out of 12714 with flag 11001/471825
52.44/41.05	c cleaning 6682 clauses out of 13363 with flag 18002/478826
52.97/41.30	c  And the winner is solver0
53.05/41.63	c Got one! Elapsed wall clock time (in seconds):41.507
53.05/41.63	o 27
53.05/41.70	c cleaning 6087 clauses out of 12202 with flag 1001/484347
53.72/42.01	c cleaning 6054 clauses out of 12116 with flag 7002/490348
54.24/42.38	c cleaning 6527 clauses out of 13068 with flag 14008/497354
55.15/42.82	c cleaning 7262 clauses out of 14537 with flag 22004/505350
55.87/43.27	c cleaning 8123 clauses out of 16272 with flag 31001/514347
56.80/43.77	c cleaning 9075 clauses out of 18149 with flag 41001/524347
58.12/44.48	c cleaning 10039 clauses out of 20077 with flag 52004/535350
59.01/44.98	c  And the winner is solver0
59.31/45.18	c Got one! Elapsed wall clock time (in seconds):45.058
59.31/45.18	o 23
59.97/45.59	c cleaning 11289 clauses out of 22587 with flag 5002/547899
60.90/46.01	c cleaning 8637 clauses out of 17297 with flag 11001/553898
61.63/46.44	c cleaning 7823 clauses out of 15661 with flag 18002/560899
62.35/46.88	c cleaning 7913 clauses out of 15840 with flag 26004/568901
63.26/47.39	c cleaning 8456 clauses out of 16923 with flag 35000/577897
64.37/47.93	c cleaning 9235 clauses out of 18470 with flag 45003/587900
65.50/48.51	c cleaning 10117 clauses out of 20234 with flag 56002/598899
66.82/49.28	c cleaning 11056 clauses out of 22115 with flag 68000/610897
68.31/50.06	c cleaning 12028 clauses out of 24060 with flag 81001/623898
70.04/50.97	c cleaning 13016 clauses out of 26035 with flag 95004/637901
71.96/51.96	c cleaning 14008 clauses out of 28015 with flag 110000/652897
74.08/53.04	c cleaning 14999 clauses out of 30008 with flag 126001/668898
76.54/54.30	c cleaning 16003 clauses out of 32009 with flag 143001/685898
76.68/54.49	c  And the winner is solver0
76.95/54.69	c Got one! Elapsed wall clock time (in seconds):54.568
76.95/54.69	o 21
77.38/54.97	c cleaning 10943 clauses out of 21901 with flag 4000/691793
78.07/55.38	c cleaning 8471 clauses out of 16958 with flag 10000/697793
78.78/55.79	c cleaning 7734 clauses out of 15487 with flag 17000/704793
79.66/56.25	c cleaning 7873 clauses out of 15753 with flag 25000/712793
80.59/56.71	c cleaning 8442 clauses out of 16883 with flag 34003/721796
81.51/57.28	c cleaning 9218 clauses out of 18440 with flag 44002/731795
82.81/57.96	c cleaning 10108 clauses out of 20221 with flag 55001/742794
84.27/58.74	c cleaning 11056 clauses out of 22112 with flag 67000/754793
85.98/59.60	c cleaning 12027 clauses out of 24056 with flag 80000/767793
87.70/60.56	c cleaning 13008 clauses out of 26029 with flag 94000/781793
89.82/61.63	c cleaning 14006 clauses out of 28024 with flag 109003/796796
92.28/62.94	c cleaning 15009 clauses out of 30020 with flag 125005/812798
94.60/64.17	c cleaning 16001 clauses out of 32006 with flag 142000/829793
97.31/65.55	c cleaning 17002 clauses out of 34007 with flag 160002/847795
100.23/67.03	c cleaning 17997 clauses out of 36004 with flag 179001/866794
103.29/68.63	c cleaning 19003 clauses out of 38009 with flag 199003/886796
105.99/70.05	c cleaning 19997 clauses out of 40003 with flag 220000/907793
109.72/71.99	c cleaning 20999 clauses out of 42008 with flag 242002/929795
113.64/73.96	c cleaning 21996 clauses out of 44007 with flag 265000/952793
118.30/76.31	c cleaning 23005 clauses out of 46011 with flag 289000/976793
120.41/77.43	c  And the winner is solver0
120.60/77.78	c Got one! Elapsed wall clock time (in seconds):77.664
120.60/77.78	o 20
121.82/78.46	c cleaning 21118 clauses out of 42255 with flag 5001/996042
123.11/79.13	c cleaning 13561 clauses out of 27137 with flag 11001/1002042
124.00/79.60	c cleaning 10286 clauses out of 20575 with flag 18000/1009041
124.64/80.08	c cleaning 9138 clauses out of 18291 with flag 26002/1017043
124.95/80.21	c  And the winner is solver0
125.06/80.33	c Got one! Elapsed wall clock time (in seconds):80.215
125.06/80.33	o 19
125.41/80.57	c cleaning 7431 clauses out of 14874 with flag 5005/1022764
126.11/80.93	c cleaning 6710 clauses out of 13438 with flag 11000/1028759
126.82/81.32	c cleaning 6858 clauses out of 13728 with flag 18000/1035759
127.65/81.82	c cleaning 7427 clauses out of 14871 with flag 26001/1043760
128.36/82.29	c cleaning 8212 clauses out of 16443 with flag 35000/1052759
129.45/82.85	c cleaning 9100 clauses out of 18232 with flag 45001/1062760
130.55/83.45	c cleaning 10061 clauses out of 20134 with flag 56003/1073762
131.81/84.14	c cleaning 11035 clauses out of 22070 with flag 68000/1085759
133.50/85.04	c cleaning 12015 clauses out of 24035 with flag 81000/1098759
135.60/86.12	c cleaning 13008 clauses out of 26024 with flag 95004/1112763
138.09/87.46	c cleaning 14003 clauses out of 28013 with flag 110001/1127760
140.34/88.69	c cleaning 15005 clauses out of 30011 with flag 126002/1143761
143.25/90.13	c cleaning 16000 clauses out of 32006 with flag 143002/1160761
146.35/91.78	c cleaning 16999 clauses out of 34007 with flag 161003/1178762
148.06/92.65	c  And the winner is solver0
148.37/92.91	c Got one! Elapsed wall clock time (in seconds):92.791
148.37/92.91	o 17
149.55/93.50	c cleaning 16715 clauses out of 33439 with flag 5000/1195193
150.39/94.02	c cleaning 11351 clauses out of 22724 with flag 11000/1201193
151.08/94.48	c cleaning 9176 clauses out of 18374 with flag 18001/1208194
151.77/94.89	c cleaning 8588 clauses out of 17198 with flag 26001/1216194
152.66/95.35	c cleaning 8791 clauses out of 17610 with flag 35001/1225194
153.51/95.88	c cleaning 9392 clauses out of 18818 with flag 45000/1235193
154.60/96.47	c cleaning 10205 clauses out of 20430 with flag 56004/1246197
155.89/97.13	c cleaning 11101 clauses out of 22224 with flag 68003/1258196
157.40/97.92	c cleaning 12048 clauses out of 24120 with flag 81000/1271193
158.87/98.73	c cleaning 13029 clauses out of 26073 with flag 95001/1285194
160.56/99.60	c cleaning 14015 clauses out of 28048 with flag 110005/1300198
162.46/100.66	c cleaning 15000 clauses out of 30028 with flag 126000/1316193
164.56/101.71	c cleaning 16015 clauses out of 32030 with flag 143002/1333195
165.62/102.36	c  And the winner is solver0
165.88/102.59	c Got one! Elapsed wall clock time (in seconds):102.467
165.88/102.59	o 15
166.49/102.98	c cleaning 15295 clauses out of 30596 with flag 5000/1347776
167.40/103.44	c cleaning 10647 clauses out of 21303 with flag 11002/1353778
168.10/103.88	c cleaning 8821 clauses out of 17656 with flag 18002/1360778
169.00/104.35	c cleaning 8411 clauses out of 16836 with flag 26003/1368779
169.85/104.90	c cleaning 8708 clauses out of 17423 with flag 35001/1377777
171.15/105.51	c cleaning 9357 clauses out of 18714 with flag 45000/1387776
172.23/106.17	c cleaning 10175 clauses out of 20357 with flag 56000/1398776
173.71/106.99	c cleaning 11090 clauses out of 22182 with flag 68000/1410776
175.38/107.88	c cleaning 12041 clauses out of 24093 with flag 81001/1423777
175.67/108.01	c  And the winner is solver0
176.27/108.65	c Got one! Elapsed wall clock time (in seconds):108.528
176.27/108.65	o 14
176.84/108.94	c cleaning 8580 clauses out of 17169 with flag 5003/1428894
177.32/109.30	c cleaning 7283 clauses out of 14587 with flag 11001/1434892
178.21/109.71	c cleaning 7136 clauses out of 14304 with flag 18001/1441892
178.85/110.19	c cleaning 7573 clauses out of 15167 with flag 26000/1449891
179.73/110.67	c cleaning 8297 clauses out of 16596 with flag 35002/1458893
180.83/111.29	c cleaning 9146 clauses out of 18298 with flag 45001/1468892
182.31/112.03	c cleaning 10072 clauses out of 20152 with flag 56001/1479892
183.75/112.89	c cleaning 11036 clauses out of 22079 with flag 68000/1491891
185.63/113.89	c cleaning 12022 clauses out of 24045 with flag 81002/1504893
187.92/115.04	c cleaning 13010 clauses out of 26021 with flag 95000/1518891
190.00/116.13	c cleaning 14000 clauses out of 28011 with flag 110000/1533891
192.25/117.35	c cleaning 14998 clauses out of 30012 with flag 126001/1549892
194.73/118.61	c cleaning 16005 clauses out of 32014 with flag 143001/1566892
197.43/120.02	c cleaning 17000 clauses out of 34011 with flag 161003/1584894
200.33/121.55	c cleaning 17997 clauses out of 36008 with flag 180000/1603891
203.77/123.37	c cleaning 19005 clauses out of 38012 with flag 200001/1623892
207.65/125.38	c cleaning 19996 clauses out of 40006 with flag 221000/1644891
211.34/127.21	c cleaning 21004 clauses out of 42011 with flag 243001/1666892
215.22/129.28	c cleaning 21998 clauses out of 44006 with flag 266000/1689891
219.85/131.61	c cleaning 23001 clauses out of 46010 with flag 290002/1713893
224.74/134.15	c cleaning 24001 clauses out of 48008 with flag 315001/1738892
230.00/136.87	c cleaning 25005 clauses out of 50009 with flag 341003/1764894
235.29/139.56	c cleaning 26001 clauses out of 52002 with flag 368001/1791892
240.51/142.22	c cleaning 26995 clauses out of 54000 with flag 396000/1819891
246.57/145.33	c cleaning 28003 clauses out of 56006 with flag 425001/1848892
253.44/148.84	c cleaning 28999 clauses out of 58002 with flag 455000/1878891
260.11/152.21	c cleaning 29995 clauses out of 60004 with flag 486001/1909892
267.50/156.02	c cleaning 31001 clauses out of 62010 with flag 518002/1941893
275.18/159.96	c cleaning 32002 clauses out of 64009 with flag 551002/1974893
281.65/163.24	c cleaning 33000 clauses out of 66005 with flag 585000/2008891
288.52/166.70	c cleaning 34000 clauses out of 68008 with flag 620003/2043894
295.14/170.20	c cleaning 34998 clauses out of 70006 with flag 656001/2079892
304.85/175.06	c cleaning 36002 clauses out of 72008 with flag 693001/2116892
312.31/178.83	c cleaning 37004 clauses out of 74007 with flag 731002/2154893
320.19/182.86	c cleaning 37993 clauses out of 76002 with flag 770001/2193892
330.00/187.81	c cleaning 38996 clauses out of 78009 with flag 810001/2233892
338.05/191.99	c cleaning 40006 clauses out of 80013 with flag 851001/2274892
345.73/195.82	c cleaning 40997 clauses out of 82006 with flag 893000/2316891
354.37/200.26	c cleaning 42001 clauses out of 84010 with flag 936001/2359892
363.72/205.01	c cleaning 43000 clauses out of 86008 with flag 980000/2403891
373.79/210.17	c cleaning 44000 clauses out of 88009 with flag 1025001/2448892
383.81/215.22	c cleaning 44998 clauses out of 90010 with flag 1071002/2494893
393.67/220.21	c cleaning 46007 clauses out of 92014 with flag 1118004/2541895
405.24/226.16	c cleaning 46997 clauses out of 94004 with flag 1166001/2589892
419.10/233.18	c cleaning 48002 clauses out of 96007 with flag 1215001/2638892
431.13/239.27	c cleaning 49001 clauses out of 98006 with flag 1265002/2688893
443.36/245.41	c cleaning 49999 clauses out of 100004 with flag 1316001/2739892
459.13/253.40	c cleaning 50995 clauses out of 102005 with flag 1368001/2791892
473.57/260.73	c cleaning 52002 clauses out of 104013 with flag 1421004/2844895
486.79/267.45	c cleaning 52999 clauses out of 106007 with flag 1475000/2898891
500.03/274.10	c cleaning 54001 clauses out of 108008 with flag 1530000/2953891
512.38/280.50	c cleaning 54998 clauses out of 110009 with flag 1586002/3009893
526.00/287.33	c cleaning 56006 clauses out of 112013 with flag 1643004/3066895
540.04/294.47	c cleaning 57000 clauses out of 114004 with flag 1701001/3124892
555.27/302.18	c cleaning 58002 clauses out of 116006 with flag 1760003/3183894
573.40/311.37	c cleaning 58997 clauses out of 118001 with flag 1820000/3243891
589.20/319.39	c cleaning 59998 clauses out of 120005 with flag 1881001/3304892
604.44/327.06	c cleaning 60998 clauses out of 122006 with flag 1943000/3366891
620.85/335.38	c cleaning 61999 clauses out of 124008 with flag 2006000/3429891
639.22/344.63	c cleaning 63003 clauses out of 126009 with flag 2070000/3493891
658.23/354.28	c cleaning 63999 clauses out of 128006 with flag 2135000/3558891
679.64/365.05	c cleaning 65003 clauses out of 130007 with flag 2201000/3624891
699.49/375.09	c cleaning 65997 clauses out of 132006 with flag 2268002/3691893
719.03/384.97	c cleaning 66998 clauses out of 134007 with flag 2336000/3759891
741.63/396.31	c cleaning 67999 clauses out of 136009 with flag 2405000/3828891
761.26/406.21	c cleaning 69000 clauses out of 138010 with flag 2475000/3898891
781.09/416.28	c cleaning 69998 clauses out of 140010 with flag 2546000/3969891
800.27/425.94	c cleaning 71001 clauses out of 142012 with flag 2618000/4041891
822.08/436.94	c cleaning 72004 clauses out of 144015 with flag 2691004/4114895
840.51/446.25	c cleaning 72997 clauses out of 146007 with flag 2765000/4188891
861.14/456.66	c cleaning 74000 clauses out of 148011 with flag 2840001/4263892
881.08/466.76	c cleaning 74999 clauses out of 150010 with flag 2916000/4339891
901.30/476.96	c cleaning 76002 clauses out of 152011 with flag 2993000/4416891
919.75/486.28	c  And the winner is solver0
961.78/528.16	c Got one! Elapsed wall clock time (in seconds):528.041
961.78/528.16	o 13
968.98/531.74	c cleaning 76254 clauses out of 152509 with flag 5001/4493391
971.20/532.99	c cleaning 41124 clauses out of 82254 with flag 11000/4499390
972.91/533.94	c cleaning 24062 clauses out of 48132 with flag 18002/4506392
974.14/534.62	c cleaning 16024 clauses out of 32068 with flag 26000/4514390
975.37/535.32	c cleaning 12520 clauses out of 25050 with flag 35006/4523396
976.60/536.01	c cleaning 11252 clauses out of 22524 with flag 45000/4533390
977.78/536.79	c cleaning 11131 clauses out of 22272 with flag 56000/4544390
979.41/537.69	c cleaning 11567 clauses out of 23144 with flag 68003/4556393
981.23/538.60	c cleaning 12285 clauses out of 24574 with flag 81000/4569390
983.07/539.63	c cleaning 13140 clauses out of 26289 with flag 95000/4583390
985.26/540.80	c cleaning 14074 clauses out of 28150 with flag 110001/4598391
987.50/542.08	c cleaning 15039 clauses out of 30077 with flag 126002/4614392
990.14/543.49	c cleaning 16019 clauses out of 32038 with flag 143002/4631392
992.76/544.90	c cleaning 16999 clauses out of 34018 with flag 161001/4649391
995.72/546.46	c cleaning 18005 clauses out of 36019 with flag 180001/4668391
999.16/548.28	c cleaning 19005 clauses out of 38016 with flag 200003/4688393
1002.61/550.05	c cleaning 20001 clauses out of 40010 with flag 221002/4709392
1006.02/551.87	c cleaning 20998 clauses out of 42007 with flag 243000/4731390
1009.98/554.00	c cleaning 22005 clauses out of 44010 with flag 266001/4754391
1014.21/556.11	c cleaning 22999 clauses out of 46005 with flag 290001/4778391
1018.45/558.32	c cleaning 23997 clauses out of 48006 with flag 315001/4803391
1023.29/560.84	c cleaning 25000 clauses out of 50008 with flag 341000/4829390
1027.66/563.19	c cleaning 26000 clauses out of 52008 with flag 368000/4856390
1033.28/566.06	c cleaning 26998 clauses out of 54010 with flag 396002/4884392
1039.12/569.04	c cleaning 28000 clauses out of 56010 with flag 425000/4913390
1045.76/572.41	c cleaning 29004 clauses out of 58013 with flag 455003/4943393
1051.69/575.58	c cleaning 30000 clauses out of 60006 with flag 486000/4974390
1058.72/579.10	c cleaning 31000 clauses out of 62007 with flag 518001/5006391
1066.17/582.92	c cleaning 32003 clauses out of 64008 with flag 551002/5039392
1073.98/586.91	c cleaning 32993 clauses out of 66003 with flag 585000/5073390
1080.91/590.52	c cleaning 34003 clauses out of 68013 with flag 620003/5108393
1088.72/594.53	c cleaning 34999 clauses out of 70007 with flag 656000/5144390
1097.53/599.06	c cleaning 36002 clauses out of 72009 with flag 693001/5181391
1105.36/603.05	c cleaning 37004 clauses out of 74011 with flag 731005/5219395
1114.91/607.92	c cleaning 37994 clauses out of 76002 with flag 770000/5258390
1123.92/612.54	c cleaning 39004 clauses out of 78009 with flag 810001/5298391
1132.52/616.91	c cleaning 39993 clauses out of 80006 with flag 851002/5339392
1141.74/621.68	c cleaning 41004 clauses out of 82014 with flag 893003/5381393
1151.04/626.40	c cleaning 42000 clauses out of 84007 with flag 936000/5424390
1161.47/631.79	c cleaning 42996 clauses out of 86007 with flag 980000/5468390
1171.70/636.93	c cleaning 44004 clauses out of 88013 with flag 1025002/5513392
1174.51/638.48	c  And the winner is solver0
1174.91/638.70	c Got one! Elapsed wall clock time (in seconds):638.58
1174.91/638.70	o 12
1177.11/639.89	c cleaning 33750 clauses out of 67514 with flag 5002/5536897
1178.61/640.78	c cleaning 19874 clauses out of 39765 with flag 11003/5542898
1179.82/641.42	c cleaning 13440 clauses out of 26889 with flag 18001/5549896
1180.85/642.02	c cleaning 10718 clauses out of 21449 with flag 26001/5557896
1181.87/642.60	c cleaning 9855 clauses out of 19732 with flag 35002/5566897
1182.99/643.35	c cleaning 9928 clauses out of 19876 with flag 45001/5576896
1184.21/644.02	c cleaning 10463 clauses out of 20949 with flag 56002/5587897
1185.62/644.81	c cleaning 11237 clauses out of 22484 with flag 68000/5599895
1187.06/645.69	c cleaning 12109 clauses out of 24247 with flag 81000/5612895
1189.00/646.71	c cleaning 13062 clauses out of 26142 with flag 95004/5626899
1190.60/647.69	c cleaning 14025 clauses out of 28078 with flag 110002/5641897
1192.61/648.74	c cleaning 15017 clauses out of 30052 with flag 126001/5657896
1194.62/649.87	c cleaning 16006 clauses out of 32035 with flag 143001/5674896
1196.99/651.16	c cleaning 17000 clauses out of 34028 with flag 161000/5692895
1199.38/652.48	c cleaning 18003 clauses out of 36031 with flag 180003/5711898
1201.98/653.88	c cleaning 18996 clauses out of 38028 with flag 200003/5731898
1204.79/655.39	c cleaning 20003 clauses out of 40031 with flag 221002/5752897
1207.92/657.07	c cleaning 21007 clauses out of 42030 with flag 243004/5774899
1211.13/658.77	c cleaning 21996 clauses out of 44020 with flag 266001/5797896
1214.75/660.67	c cleaning 22995 clauses out of 46024 with flag 290001/5821896
1218.98/662.84	c cleaning 24009 clauses out of 48028 with flag 315000/5846895
1223.30/665.16	c cleaning 25005 clauses out of 50022 with flag 341003/5872898
1228.11/667.61	c cleaning 25998 clauses out of 52014 with flag 368000/5899895
1232.51/669.97	c cleaning 26998 clauses out of 54016 with flag 396000/5927895
1237.30/672.47	c cleaning 28002 clauses out of 56021 with flag 425003/5956898
1243.01/675.43	c cleaning 29008 clauses out of 58016 with flag 455000/5986895
1249.80/678.92	c cleaning 30001 clauses out of 60009 with flag 486001/6017896
1257.60/682.95	c cleaning 31002 clauses out of 62008 with flag 518001/6049896
1267.01/687.79	c cleaning 32002 clauses out of 64006 with flag 551001/6082896
1276.08/692.43	c cleaning 33001 clauses out of 66004 with flag 585001/6116896
1284.69/696.87	c cleaning 33997 clauses out of 68003 with flag 620001/6151896
1294.08/701.70	c cleaning 35002 clauses out of 70005 with flag 656000/6187895
1303.48/706.43	c cleaning 35998 clauses out of 72005 with flag 693002/6224897
1313.97/711.87	c cleaning 37003 clauses out of 74007 with flag 731002/6262897
1325.16/717.57	c cleaning 38000 clauses out of 76006 with flag 770004/6301899
1336.55/723.39	c cleaning 39000 clauses out of 78002 with flag 810000/6341895
1346.14/728.21	c cleaning 39998 clauses out of 80003 with flag 851001/6382896
1355.41/733.04	c cleaning 41001 clauses out of 82004 with flag 893000/6424895
1364.59/737.71	c cleaning 41999 clauses out of 84003 with flag 936000/6467895
1375.37/743.26	c cleaning 42997 clauses out of 86004 with flag 980000/6511895
1386.16/748.77	c cleaning 44002 clauses out of 88007 with flag 1025000/6556895
1399.04/755.39	c cleaning 45000 clauses out of 90006 with flag 1071001/6602896
1412.83/762.37	c cleaning 46002 clauses out of 92007 with flag 1118002/6649897
1426.59/769.35	c cleaning 46996 clauses out of 94003 with flag 1166000/6697895
1438.50/775.47	c cleaning 48001 clauses out of 96009 with flag 1215002/6746897
1449.10/780.96	c cleaning 49004 clauses out of 98007 with flag 1265001/6796896
1463.27/788.19	c cleaning 49999 clauses out of 100004 with flag 1316002/6847897
1478.49/795.92	c cleaning 50999 clauses out of 102004 with flag 1368001/6899896
1496.76/805.26	c cleaning 52001 clauses out of 104006 with flag 1421002/6952897
1512.08/813.16	c cleaning 52994 clauses out of 106003 with flag 1475000/7006895
1528.52/821.58	c cleaning 53999 clauses out of 108009 with flag 1530000/7061895
1546.81/830.81	c cleaning 55004 clauses out of 110010 with flag 1586000/7117895
1563.68/839.48	c cleaning 56000 clauses out of 112006 with flag 1643000/7174895
1582.36/849.03	c cleaning 57005 clauses out of 114011 with flag 1701005/7232900
1597.51/856.88	c cleaning 57999 clauses out of 116003 with flag 1760002/7291897
1613.12/864.80	c cleaning 58994 clauses out of 118002 with flag 1820000/7351895
1630.61/873.75	c cleaning 60001 clauses out of 120009 with flag 1881001/7412896
1650.17/883.93	c cleaning 61001 clauses out of 122008 with flag 1943001/7474896
1668.43/893.18	c cleaning 61999 clauses out of 124007 with flag 2006001/7537896
1684.19/901.15	c cleaning 63001 clauses out of 126008 with flag 2070001/7601896
1700.61/909.55	c cleaning 63994 clauses out of 128007 with flag 2135001/7666896
1717.18/917.99	c cleaning 64997 clauses out of 130012 with flag 2201000/7732895
1737.75/928.34	c cleaning 66009 clauses out of 132018 with flag 2268003/7799898
1756.74/937.98	c cleaning 67004 clauses out of 134007 with flag 2336001/7867896
1780.09/949.72	c cleaning 67998 clauses out of 136002 with flag 2405000/7936895
1800.10/959.81	c starts		: 355
1800.10/959.81	c conflicts		: 8004042
1800.10/959.81	c decisions		: 8213565
1800.10/959.81	c propagations		: 63180039
1800.10/959.81	c inspects		: 10035953047
1800.10/959.81	c shortcuts		: 0
1800.10/959.81	c learnt literals	: 0
1800.10/959.81	c learnt binary clauses	: 0
1800.10/959.81	c learnt ternary clauses	: 0
1800.10/959.81	c learnt constraints	: 8004042
1800.10/959.81	c ignored constraints	: 0
1800.10/959.81	c root simplifications	: 0
1800.10/959.81	c removed literals (reason simplification)	: 53583642
1800.10/959.81	c reason swapping (by a shorter reason)	: 0
1800.10/959.81	c Calls to reduceDB	: 324
1800.10/959.81	c number of reductions to clauses (during analyze)	: 0
1800.10/959.81	c number of learned constraints concerned by reduction	: 0
1800.10/959.81	c number of learning phase by resolution	: 0
1800.10/959.81	c number of learning phase by cutting planes	: 0
1800.10/959.81	c speed (assignments/second)	: 65837.10904691542
1800.10/959.81	c non guided choices	1318
1800.10/959.84	c learnt constraints type 
1800.10/959.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 135265
1800.10/959.84	c constraints type 
1800.10/959.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 13
1800.10/959.84	c 13 constraints processed.
1800.10/959.84	c constraints type 
1800.10/959.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13
1800.10/959.84	c 13 constraints processed.
1800.10/959.84	s SATISFIABLE
1800.10/959.84	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 
1800.10/959.84	c objective function=12
1800.10/959.84	c Total wall clock time (in seconds): 959.723

Verifier Data

OK	12

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3688220-1337876084/watcher-3688220-1337876084 -o /tmp/evaluation-result-3688220-1337876084/solver-3688220-1337876084 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688220-1337876084.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.86 3.88 3.72 4/195 1095
/proc/meminfo: memFree=28303896/32873852 swapFree=6848/6848
[pid=1095] ppid=1093 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/1095/stat : 1095 (java) D 1093 1095 32594 0 -1 4202496 81 0 0 0 0 0 0 0 20 0 1 0 253734332 278528 34 33554432000 1073741824 1073778376 140734835723664 140734835720840 273439354151 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/1095/statm: 68 34 25 9 0 25 0

[startup+0.064605 s]
/proc/loadavg: 3.86 3.88 3.72 4/195 1095
/proc/meminfo: memFree=28303896/32873852 swapFree=6848/6848
[pid=1095] ppid=1093 vsize=9225560 CPUtime=0.04 cores=1,3,5,7
/proc/1095/stat : 1095 (java) S 1093 1095 32594 0 -1 4202496 3094 0 1 0 3 1 0 0 20 0 13 0 253734332 9446973440 4302 33554432000 1073741824 1073778376 140733846579856 140733846570992 273451876413 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1095/statm: 2306390 4302 1714 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.100233 s]
/proc/loadavg: 3.86 3.88 3.72 4/195 1095
/proc/meminfo: memFree=28303896/32873852 swapFree=6848/6848
[pid=1095] ppid=1093 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/1095/stat : 1095 (java) S 1093 1095 32594 0 -1 4202496 4288 0 1 0 7 2 0 0 20 0 18 0 253734332 9787813888 5477 33554432000 1073741824 1073778376 140733846579856 140733846570992 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1095/statm: 2389603 5477 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300249 s]
/proc/loadavg: 3.86 3.88 3.72 4/195 1095
/proc/meminfo: memFree=28303896/32873852 swapFree=6848/6848
[pid=1095] ppid=1093 vsize=9825548 CPUtime=0.58 cores=1,3,5,7
/proc/1095/stat : 1095 (java) S 1093 1095 32594 0 -1 4202496 8704 0 1 0 53 5 0 0 20 0 19 0 253734332 10061361152 9600 33554432000 1073741824 1073778376 140733846579856 140733846570992 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1095/statm: 2456387 9630 2217 9 0 2447080 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9825548

[startup+0.700159 s]
/proc/loadavg: 3.86 3.88 3.72 4/195 1095
/proc/meminfo: memFree=28303896/32873852 swapFree=6848/6848
[pid=1095] ppid=1093 vsize=9824668 CPUtime=0.93 cores=1,3,5,7
/proc/1095/stat : 1095 (java) S 1093 1095 32594 0 -1 4202496 17594 0 1 0 85 8 0 0 20 0 19 0 253734332 10060460032 15395 33554432000 1073741824 1073778376 140733846579856 140733846570992 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1095/statm: 2456167 15395 2230 9 0 2446860 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 9824668

[startup+1.50065 s]
/proc/loadavg: 3.86 3.88 3.72 3/214 1120
/proc/meminfo: memFree=28250188/32873852 swapFree=6848/6848
[pid=1095] ppid=1093 vsize=9824668 CPUtime=1.12 cores=1,3,5,7
/proc/1095/stat : 1095 (java) S 1093 1095 32594 0 -1 4202496 18736 0 1 0 101 11 0 0 20 0 19 0 253734332 10060460032 15942 33554432000 1073741824 1073778376 140733846579856 140733846570992 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1095/statm: 2456167 15942 2235 9 0 2446860 0
[pid=1095/tid=1097] ppid=1093 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/1095/task/1097/stat : 1097 (java) S 1093 1095 32594 0 -1 4202560 2439 0 1 0 11 2 0 0 20 0 19 0 253734333 10060460032 15942 33554432000 1073741824 1073778376 140733846579856 140077629146104 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1098] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1098/stat : 1098 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253734334 10060460032 15942 33554432000 1073741824 1073778376 140733846579856 140077472839848 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1099] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1099/stat : 1099 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253734334 10060460032 15942 33554432000 1073741824 1073778376 140733846579856 140077471787304 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1095/tid=1100] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1100/stat : 1100 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253734334 10060460032 15942 33554432000 1073741824 1073778376 140733846579856 140077470734760 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1095/tid=1101] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1101/stat : 1101 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253734334 10060460032 15942 33554432000 1073741824 1073778376 140733846579856 140077469682216 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1095/tid=1102] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1102/stat : 1102 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253734334 10060460032 15942 33554432000 1073741824 1073778376 140733846579856 140077468629672 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1103] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1103/stat : 1103 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253734334 10060460032 15942 33554432000 1073741824 1073778376 140733846579856 140077467577128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1095/tid=1104] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1104/stat : 1104 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253734334 10060460032 15942 33554432000 1073741824 1073778376 140733846579856 140077466524584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1105] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1105/stat : 1105 (java) S 1093 1095 32594 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253734334 10060460032 15942 33554432000 1073741824 1073778376 140733846579856 140077465472040 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1106] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1106/stat : 1106 (java) S 1093 1095 32594 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253734335 10060460032 15942 33554432000 1073741824 1073778376 140733846579856 140077453273192 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1107] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1107/stat : 1107 (java) S 1093 1095 32594 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253734336 10060460032 15942 33554432000 1073741824 1073778376 140733846579856 140077452219512 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1108] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1108/stat : 1108 (java) S 1093 1095 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253734336 10060460032 15942 33554432000 1073741824 1073778376 140733846579856 140077451166856 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1109] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1109/stat : 1109 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253734338 10060460032 15942 33554432000 1073741824 1073778376 140733846579856 140077450115600 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1110] ppid=1093 vsize=9824668 CPUtime=0.27 cores=1,3,5,7
/proc/1095/task/1110/stat : 1110 (java) S 1093 1095 32594 0 -1 4202560 4331 0 0 0 27 0 0 0 20 0 19 0 253734338 10060460032 15942 33554432000 1073741824 1073778376 140733846579856 140077449062968 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1095/tid=1111] ppid=1093 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/1095/task/1111/stat : 1111 (java) S 1093 1095 32594 0 -1 4202560 10617 0 0 0 39 3 0 0 20 0 19 0 253734338 10060460032 15942 33554432000 1073741824 1073778376 140733846579856 140077448010424 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1095/tid=1112] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1112/stat : 1112 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253734338 10060460032 15942 33554432000 1073741824 1073778376 140733846579856 140077446958072 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1095/tid=1113] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1113/stat : 1113 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253734338 10060460032 15942 33554432000 1073741824 1073778376 140733846579856 140077445905736 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1117] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1117/stat : 1117 (java) S 1093 1095 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253734349 10060460032 15942 33554432000 1073741824 1073778376 140733846579856 140077441692840 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9824668

[startup+3.10065 s]
/proc/loadavg: 3.86 3.88 3.72 3/214 1126
/proc/meminfo: memFree=28241988/32873852 swapFree=6848/6848
[pid=1095] ppid=1093 vsize=9824668 CPUtime=1.25 cores=1,3,5,7
/proc/1095/stat : 1095 (java) S 1093 1095 32594 0 -1 4202496 19092 0 1 0 111 14 0 0 20 0 19 0 253734332 10060460032 19018 33554432000 1073741824 1073778376 140733846579856 140733846570992 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1095/statm: 2456167 19018 2236 9 0 2446860 0
[pid=1095/tid=1097] ppid=1093 vsize=9824668 CPUtime=0.14 cores=1,3,5,7
/proc/1095/task/1097/stat : 1097 (java) S 1093 1095 32594 0 -1 4202560 2440 0 1 0 12 2 0 0 20 0 19 0 253734333 10060460032 19018 33554432000 1073741824 1073778376 140733846579856 140077629146104 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1098] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1098/stat : 1098 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253734334 10060460032 19018 33554432000 1073741824 1073778376 140733846579856 140077472839848 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1099] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1099/stat : 1099 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253734334 10060460032 19018 33554432000 1073741824 1073778376 140733846579856 140077471787304 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1095/tid=1100] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1100/stat : 1100 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253734334 10060460032 19018 33554432000 1073741824 1073778376 140733846579856 140077470734760 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1095/tid=1101] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1101/stat : 1101 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253734334 10060460032 19018 33554432000 1073741824 1073778376 140733846579856 140077469682216 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1095/tid=1102] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1102/stat : 1102 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253734334 10060460032 19018 33554432000 1073741824 1073778376 140733846579856 140077468629672 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1103] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1103/stat : 1103 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253734334 10060460032 19018 33554432000 1073741824 1073778376 140733846579856 140077467577128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1095/tid=1104] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1104/stat : 1104 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253734334 10060460032 19018 33554432000 1073741824 1073778376 140733846579856 140077466524584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1105] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1105/stat : 1105 (java) S 1093 1095 32594 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253734334 10060460032 19018 33554432000 1073741824 1073778376 140733846579856 140077465472040 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1106] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1106/stat : 1106 (java) S 1093 1095 32594 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253734335 10060460032 19018 33554432000 1073741824 1073778376 140733846579856 140077453273192 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1107] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1107/stat : 1107 (java) S 1093 1095 32594 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253734336 10060460032 19018 33554432000 1073741824 1073778376 140733846579856 140077452219512 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1108] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1108/stat : 1108 (java) S 1093 1095 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253734336 10060460032 19018 33554432000 1073741824 1073778376 140733846579856 140077451166856 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1109] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1109/stat : 1109 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253734338 10060460032 19018 33554432000 1073741824 1073778376 140733846579856 140077450115600 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1110] ppid=1093 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/1095/task/1110/stat : 1110 (java) S 1093 1095 32594 0 -1 4202560 4658 0 0 0 30 0 0 0 20 0 19 0 253734338 10060460032 19018 33554432000 1073741824 1073778376 140733846579856 140077449062968 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1095/tid=1111] ppid=1093 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/1095/task/1111/stat : 1111 (java) S 1093 1095 32594 0 -1 4202560 10619 0 0 0 42 3 0 0 20 0 19 0 253734338 10060460032 19018 33554432000 1073741824 1073778376 140733846579856 140077448010424 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1095/tid=1112] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1112/stat : 1112 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253734338 10060460032 19018 33554432000 1073741824 1073778376 140733846579856 140077446958072 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1095/tid=1113] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1113/stat : 1113 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253734338 10060460032 19018 33554432000 1073741824 1073778376 140733846579856 140077445905736 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1117] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1117/stat : 1117 (java) S 1093 1095 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253734349 10060460032 19018 33554432000 1073741824 1073778376 140733846579856 140077441692840 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9824668
heavy processes:

[startup+6.30083 s]
/proc/loadavg: 3.71 3.85 3.71 3/214 1147
/proc/meminfo: memFree=28170492/32873852 swapFree=6848/6848
[pid=1095] ppid=1093 vsize=9824668 CPUtime=2.82 cores=1,3,5,7
/proc/1095/stat : 1095 (java) S 1093 1095 32594 0 -1 4202496 25290 0 1 0 254 28 0 0 20 0 19 0 253734332 10060460032 45037 33554432000 1073741824 1073778376 140733846579856 140733846570992 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1095/statm: 2456167 45037 2266 9 0 2446860 0
[pid=1095/tid=1097] ppid=1093 vsize=9824668 CPUtime=0.14 cores=1,3,5,7
/proc/1095/task/1097/stat : 1097 (java) S 1093 1095 32594 0 -1 4202560 2442 0 1 0 12 2 0 0 20 0 19 0 253734333 10060460032 45037 33554432000 1073741824 1073778376 140733846579856 140077629146104 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1098] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1098/stat : 1098 (java) S 1093 1095 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253734334 10060460032 45037 33554432000 1073741824 1073778376 140733846579856 140077472839848 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1099] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1099/stat : 1099 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253734334 10060460032 45037 33554432000 1073741824 1073778376 140733846579856 140077471787304 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1095/tid=1100] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1100/stat : 1100 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253734334 10060460032 45037 33554432000 1073741824 1073778376 140733846579856 140077470734760 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1095/tid=1101] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1101/stat : 1101 (java) S 1093 1095 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253734334 10060460032 45037 33554432000 1073741824 1073778376 140733846579856 140077469682216 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1095/tid=1102] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1102/stat : 1102 (java) S 1093 1095 32594 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253734334 10060460032 45037 33554432000 1073741824 1073778376 140733846579856 140077468629672 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1095/tid=1103] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1103/stat : 1103 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253734334 10060460032 45037 33554432000 1073741824 1073778376 140733846579856 140077467577128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1095/tid=1104] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1104/stat : 1104 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253734334 10060460032 45037 33554432000 1073741824 1073778376 140733846579856 140077466524584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1105] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1105/stat : 1105 (java) S 1093 1095 32594 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253734334 10060460032 45037 33554432000 1073741824 1073778376 140733846579856 140077465472040 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1095/tid=1106] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1106/stat : 1106 (java) S 1093 1095 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253734335 10060460032 45037 33554432000 1073741824 1073778376 140733846579856 140077453273192 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1095/tid=1107] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1107/stat : 1107 (java) S 1093 1095 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253734336 10060460032 45037 33554432000 1073741824 1073778376 140733846579856 140077452219512 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1108] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1108/stat : 1108 (java) S 1093 1095 32594 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253734336 10060460032 45037 33554432000 1073741824 1073778376 140733846579856 140077451166856 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1095/tid=1109] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1109/stat : 1109 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253734338 10060460032 45037 33554432000 1073741824 1073778376 140733846579856 140077450115600 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1110] ppid=1093 vsize=9824668 CPUtime=0.77 cores=1,3,5,7
/proc/1095/task/1110/stat : 1110 (java) S 1093 1095 32594 0 -1 4202560 10679 0 0 0 75 2 0 0 20 0 19 0 253734338 10060460032 45037 33554432000 1073741824 1073778376 140733846579856 140077449062968 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1095/tid=1111] ppid=1093 vsize=9824668 CPUtime=0.78 cores=1,3,5,7
/proc/1095/task/1111/stat : 1111 (java) S 1093 1095 32594 0 -1 4202560 10649 0 0 0 75 3 0 0 20 0 19 0 253734338 10060460032 45037 33554432000 1073741824 1073778376 140733846579856 140077448010424 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1112] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1112/stat : 1112 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253734338 10060460032 45037 33554432000 1073741824 1073778376 140733846579856 140077446958072 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1095/tid=1113] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1113/stat : 1113 (java) S 1093 1095 32594 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253734338 10060460032 45037 33554432000 1073741824 1073778376 140733846579856 140077445905736 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1117] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1117/stat : 1117 (java) S 1093 1095 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253734349 10060460032 45037 33554432000 1073741824 1073778376 140733846579856 140077441692840 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 9824668
heavy processes:

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

[pid=1095/tid=1355] ppid=1093 vsize=9824668 CPUtime=170.09 cores=1,3,5,7
/proc/1095/task/1355/stat : 1355 (java) R 1093 1095 32594 0 -1 4202560 26 0 0 0 17007 2 0 0 20 0 22 0 253798202 10060460032 591351 33554432000 1073741824 1073778376 140733846579856 140077442745064 140077489925994 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1095/tid=1356] ppid=1093 vsize=9824668 CPUtime=170.03 cores=1,3,5,7
/proc/1095/task/1356/stat : 1356 (java) R 1093 1095 32594 0 -1 4202560 10 0 0 0 16999 4 0 0 20 0 22 0 253798202 10060460032 591351 33554432000 1073741824 1073778376 140733846579856 140077443795744 140077490382634 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1357] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1357/stat : 1357 (java) S 1093 1095 32594 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253798260 10060460032 591351 33554432000 1073741824 1073778376 140733846579856 140077444851240 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1529.81
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.69 3.83 3.77 5/217 1359
/proc/meminfo: memFree=25479368/32873852 swapFree=6848/6848
[pid=1095] ppid=1093 vsize=9824668 CPUtime=1646.81 cores=1,3,5,7
/proc/1095/stat : 1095 (java) S 1093 1095 32594 0 -1 4202496 39037 0 1 0 164448 233 0 0 20 0 22 0 253734332 10060460032 619751 33554432000 1073741824 1073778376 140733846579856 140733846570992 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1095/statm: 2456167 619751 2280 9 0 2446860 0
[pid=1095/tid=1097] ppid=1093 vsize=9824668 CPUtime=0.23 cores=1,3,5,7
/proc/1095/task/1097/stat : 1097 (java) S 1093 1095 32594 0 -1 4202560 2513 0 1 0 19 4 0 0 20 0 22 0 253734333 10060460032 619751 33554432000 1073741824 1073778376 140733846579856 140077629146104 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1095/tid=1098] ppid=1093 vsize=9824668 CPUtime=1.15 cores=1,3,5,7
/proc/1095/task/1098/stat : 1098 (java) S 1093 1095 32594 0 -1 4202560 1118 0 0 0 112 3 0 0 20 0 22 0 253734334 10060460032 619751 33554432000 1073741824 1073778376 140733846579856 140077472839848 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1095/tid=1099] ppid=1093 vsize=9824668 CPUtime=1.18 cores=1,3,5,7
/proc/1095/task/1099/stat : 1099 (java) S 1093 1095 32594 0 -1 4202560 680 0 0 0 114 4 0 0 20 0 22 0 253734334 10060460032 619751 33554432000 1073741824 1073778376 140733846579856 140077471787304 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1100] ppid=1093 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/1095/task/1100/stat : 1100 (java) S 1093 1095 32594 0 -1 4202560 1345 0 0 0 105 3 0 0 20 0 22 0 253734334 10060460032 619751 33554432000 1073741824 1073778376 140733846579856 140077470734760 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1095/tid=1101] ppid=1093 vsize=9824668 CPUtime=1.17 cores=1,3,5,7
/proc/1095/task/1101/stat : 1101 (java) S 1093 1095 32594 0 -1 4202560 1122 0 0 0 114 3 0 0 20 0 22 0 253734334 10060460032 619751 33554432000 1073741824 1073778376 140733846579856 140077469682216 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1095/tid=1102] ppid=1093 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/1095/task/1102/stat : 1102 (java) S 1093 1095 32594 0 -1 4202560 1156 0 0 0 104 3 0 0 20 0 22 0 253734334 10060460032 619751 33554432000 1073741824 1073778376 140733846579856 140077468629672 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1103] ppid=1093 vsize=9824668 CPUtime=1.15 cores=1,3,5,7
/proc/1095/task/1103/stat : 1103 (java) S 1093 1095 32594 0 -1 4202560 1054 0 0 0 113 2 0 0 20 0 22 0 253734334 10060460032 619751 33554432000 1073741824 1073778376 140733846579856 140077467577128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1095/tid=1104] ppid=1093 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/1095/task/1104/stat : 1104 (java) S 1093 1095 32594 0 -1 4202560 1133 0 0 0 120 3 0 0 20 0 22 0 253734334 10060460032 619751 33554432000 1073741824 1073778376 140733846579856 140077466524584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1095/tid=1105] ppid=1093 vsize=9824668 CPUtime=1.09 cores=1,3,5,7
/proc/1095/task/1105/stat : 1105 (java) S 1093 1095 32594 0 -1 4202560 818 0 0 0 106 3 0 0 20 0 22 0 253734334 10060460032 619751 33554432000 1073741824 1073778376 140733846579856 140077465472040 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1095/tid=1106] ppid=1093 vsize=9824668 CPUtime=50.56 cores=1,3,5,7
/proc/1095/task/1106/stat : 1106 (java) S 1093 1095 32594 0 -1 4202560 1588 0 0 0 5023 33 0 0 20 0 22 0 253734335 10060460032 619751 33554432000 1073741824 1073778376 140733846579856 140077453273192 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1095/tid=1107] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1107/stat : 1107 (java) S 1093 1095 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253734336 10060460032 619751 33554432000 1073741824 1073778376 140733846579856 140077452219512 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1095/tid=1108] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1108/stat : 1108 (java) S 1093 1095 32594 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 22 0 253734336 10060460032 619751 33554432000 1073741824 1073778376 140733846579856 140077451166856 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1095/tid=1109] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1109/stat : 1109 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253734338 10060460032 619751 33554432000 1073741824 1073778376 140733846579856 140077450115600 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1110] ppid=1093 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/1095/task/1110/stat : 1110 (java) S 1093 1095 32594 0 -1 4202560 12429 0 0 0 96 3 0 0 20 0 22 0 253734338 10060460032 619751 33554432000 1073741824 1073778376 140733846579856 140077449062968 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1095/tid=1111] ppid=1093 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/1095/task/1111/stat : 1111 (java) S 1093 1095 32594 0 -1 4202560 10658 0 0 0 108 3 0 0 20 0 22 0 253734338 10060460032 619751 33554432000 1073741824 1073778376 140733846579856 140077448010424 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1095/tid=1112] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1112/stat : 1112 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253734338 10060460032 619751 33554432000 1073741824 1073778376 140733846579856 140077446958072 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1095/tid=1113] ppid=1093 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/1095/task/1113/stat : 1113 (java) S 1093 1095 32594 0 -1 4202560 52 0 0 0 14 12 0 0 20 0 22 0 253734338 10060460032 619751 33554432000 1073741824 1073778376 140733846579856 140077445905736 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1117] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1117/stat : 1117 (java) S 1093 1095 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253734349 10060460032 619751 33554432000 1073741824 1073778376 140733846579856 140077441692840 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1095/tid=1355] ppid=1093 vsize=9824668 CPUtime=227.11 cores=1,3,5,7
/proc/1095/task/1355/stat : 1355 (java) R 1093 1095 32594 0 -1 4202560 28 0 0 0 22708 3 0 0 20 0 22 0 253798202 10060460032 619751 33554432000 1073741824 1073778376 140733846579856 140077442743168 140077490088610 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1095/tid=1356] ppid=1093 vsize=9824668 CPUtime=227.03 cores=1,3,5,7
/proc/1095/task/1356/stat : 1356 (java) R 1093 1095 32594 0 -1 4202560 66 0 0 0 22696 7 0 0 20 0 22 0 253798202 10060460032 619751 33554432000 1073741824 1073778376 140733846579856 140077443796672 140077490082347 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1095/tid=1357] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1357/stat : 1357 (java) S 1093 1095 32594 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253798260 10060460032 619751 33554432000 1073741824 1073778376 140733846579856 140077444851240 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1646.81
Current children cumulated vsize (KiB) 9824668

[startup+942.301 s]
/proc/loadavg: 3.78 3.83 3.77 5/218 1363
/proc/meminfo: memFree=25364456/32873852 swapFree=6848/6848
[pid=1095] ppid=1093 vsize=9824668 CPUtime=1765.15 cores=1,3,5,7
/proc/1095/stat : 1095 (java) S 1093 1095 32594 0 -1 4202496 40275 0 1 0 176265 250 0 0 20 0 22 0 253734332 10060460032 648876 33554432000 1073741824 1073778376 140733846579856 140733846570992 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1095/statm: 2456167 648876 2280 9 0 2446860 0
[pid=1095/tid=1097] ppid=1093 vsize=9824668 CPUtime=0.23 cores=1,3,5,7
/proc/1095/task/1097/stat : 1097 (java) S 1093 1095 32594 0 -1 4202560 2515 0 1 0 19 4 0 0 20 0 22 0 253734333 10060460032 648876 33554432000 1073741824 1073778376 140733846579856 140077629146104 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1098] ppid=1093 vsize=9824668 CPUtime=1.35 cores=1,3,5,7
/proc/1095/task/1098/stat : 1098 (java) S 1093 1095 32594 0 -1 4202560 1680 0 0 0 129 6 0 0 20 0 22 0 253734334 10060460032 648876 33554432000 1073741824 1073778376 140733846579856 140077472839848 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1095/tid=1099] ppid=1093 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/1095/task/1099/stat : 1099 (java) S 1093 1095 32594 0 -1 4202560 704 0 0 0 128 4 0 0 20 0 22 0 253734334 10060460032 648876 33554432000 1073741824 1073778376 140733846579856 140077471787304 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1095/tid=1100] ppid=1093 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/1095/task/1100/stat : 1100 (java) S 1093 1095 32594 0 -1 4202560 1365 0 0 0 117 4 0 0 20 0 22 0 253734334 10060460032 648876 33554432000 1073741824 1073778376 140733846579856 140077470734760 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1095/tid=1101] ppid=1093 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/1095/task/1101/stat : 1101 (java) S 1093 1095 32594 0 -1 4202560 1280 0 0 0 126 6 0 0 20 0 22 0 253734334 10060460032 648876 33554432000 1073741824 1073778376 140733846579856 140077469682216 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1095/tid=1102] ppid=1093 vsize=9824668 CPUtime=1.22 cores=1,3,5,7
/proc/1095/task/1102/stat : 1102 (java) S 1093 1095 32594 0 -1 4202560 1260 0 0 0 117 5 0 0 20 0 22 0 253734334 10060460032 648876 33554432000 1073741824 1073778376 140733846579856 140077468629672 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1095/tid=1103] ppid=1093 vsize=9824668 CPUtime=1.27 cores=1,3,5,7
/proc/1095/task/1103/stat : 1103 (java) S 1093 1095 32594 0 -1 4202560 1207 0 0 0 123 4 0 0 20 0 22 0 253734334 10060460032 648876 33554432000 1073741824 1073778376 140733846579856 140077467577128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1104] ppid=1093 vsize=9824668 CPUtime=1.34 cores=1,3,5,7
/proc/1095/task/1104/stat : 1104 (java) S 1093 1095 32594 0 -1 4202560 1207 0 0 0 129 5 0 0 20 0 22 0 253734334 10060460032 648876 33554432000 1073741824 1073778376 140733846579856 140077466524584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1095/tid=1105] ppid=1093 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/1095/task/1105/stat : 1105 (java) S 1093 1095 32594 0 -1 4202560 836 0 0 0 117 4 0 0 20 0 22 0 253734334 10060460032 648876 33554432000 1073741824 1073778376 140733846579856 140077465472040 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1095/tid=1106] ppid=1093 vsize=9824668 CPUtime=52.76 cores=1,3,5,7
/proc/1095/task/1106/stat : 1106 (java) S 1093 1095 32594 0 -1 4202560 1700 0 0 0 5243 33 0 0 20 0 22 0 253734335 10060460032 648876 33554432000 1073741824 1073778376 140733846579856 140077453273192 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1107] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1107/stat : 1107 (java) S 1093 1095 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253734336 10060460032 648876 33554432000 1073741824 1073778376 140733846579856 140077452219512 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1095/tid=1108] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1108/stat : 1108 (java) S 1093 1095 32594 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 22 0 253734336 10060460032 648876 33554432000 1073741824 1073778376 140733846579856 140077451166856 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1095/tid=1109] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1109/stat : 1109 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253734338 10060460032 648876 33554432000 1073741824 1073778376 140733846579856 140077450115600 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1110] ppid=1093 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/1095/task/1110/stat : 1110 (java) S 1093 1095 32594 0 -1 4202560 12429 0 0 0 96 3 0 0 20 0 22 0 253734338 10060460032 648876 33554432000 1073741824 1073778376 140733846579856 140077449062968 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1095/tid=1111] ppid=1093 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/1095/task/1111/stat : 1111 (java) S 1093 1095 32594 0 -1 4202560 10658 0 0 0 108 3 0 0 20 0 22 0 253734338 10060460032 648876 33554432000 1073741824 1073778376 140733846579856 140077448010424 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1095/tid=1112] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1112/stat : 1112 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253734338 10060460032 648876 33554432000 1073741824 1073778376 140733846579856 140077446958072 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1095/tid=1113] ppid=1093 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/1095/task/1113/stat : 1113 (java) S 1093 1095 32594 0 -1 4202560 56 0 0 0 15 14 0 0 20 0 22 0 253734338 10060460032 648876 33554432000 1073741824 1073778376 140733846579856 140077445905736 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1117] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1117/stat : 1117 (java) S 1093 1095 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253734349 10060460032 648876 33554432000 1073741824 1073778376 140733846579856 140077441692840 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1095/tid=1355] ppid=1093 vsize=9824668 CPUtime=284.6 cores=1,3,5,7
/proc/1095/task/1355/stat : 1355 (java) R 1093 1095 32594 0 -1 4202560 31 0 0 0 28456 4 0 0 20 0 22 0 253798202 10060460032 648876 33554432000 1073741824 1073778376 140733846579856 140077442744944 140077489926103 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1095/tid=1356] ppid=1093 vsize=9824668 CPUtime=284.53 cores=1,3,5,7
/proc/1095/task/1356/stat : 1356 (java) R 1093 1095 32594 0 -1 4202560 70 0 0 0 28445 8 0 0 20 0 22 0 253798202 10060460032 648876 33554432000 1073741824 1073778376 140733846579856 140077443797888 140077490136215 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1095/tid=1357] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1357/stat : 1357 (java) S 1093 1095 32594 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253798260 10060460032 648876 33554432000 1073741824 1073778376 140733846579856 140077444851240 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1765.15
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+959.801 s]
/proc/loadavg: 3.84 3.83 3.77 5/218 1364
/proc/meminfo: memFree=25172740/32873852 swapFree=6848/6848
[pid=1095] ppid=1093 vsize=9824668 CPUtime=1800.1 cores=1,3,5,7
/proc/1095/stat : 1095 (java) S 1093 1095 32594 0 -1 4202496 41006 0 1 0 179751 259 0 0 20 0 22 0 253734332 10060460032 695029 33554432000 1073741824 1073778376 140733846579856 140733846570992 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1095/statm: 2456167 695029 2280 9 0 2446860 0
[pid=1095/tid=1097] ppid=1093 vsize=9824668 CPUtime=0.23 cores=1,3,5,7
/proc/1095/task/1097/stat : 1097 (java) S 1093 1095 32594 0 -1 4202560 2516 0 1 0 19 4 0 0 20 0 22 0 253734333 10060460032 695029 33554432000 1073741824 1073778376 140733846579856 140077629146104 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1098] ppid=1093 vsize=9824668 CPUtime=1.4 cores=1,3,5,7
/proc/1095/task/1098/stat : 1098 (java) S 1093 1095 32594 0 -1 4202560 1735 0 0 0 133 7 0 0 20 0 22 0 253734334 10060460032 695029 33554432000 1073741824 1073778376 140733846579856 140077472839848 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1095/tid=1099] ppid=1093 vsize=9824668 CPUtime=1.39 cores=1,3,5,7
/proc/1095/task/1099/stat : 1099 (java) S 1093 1095 32594 0 -1 4202560 724 0 0 0 133 6 0 0 20 0 22 0 253734334 10060460032 695029 33554432000 1073741824 1073778376 140733846579856 140077471787304 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1100] ppid=1093 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/1095/task/1100/stat : 1100 (java) S 1093 1095 32594 0 -1 4202560 1429 0 0 0 123 5 0 0 20 0 22 0 253734334 10060460032 695029 33554432000 1073741824 1073778376 140733846579856 140077470734760 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1095/tid=1101] ppid=1093 vsize=9824668 CPUtime=1.38 cores=1,3,5,7
/proc/1095/task/1101/stat : 1101 (java) S 1093 1095 32594 0 -1 4202560 1305 0 0 0 132 6 0 0 20 0 22 0 253734334 10060460032 695029 33554432000 1073741824 1073778376 140733846579856 140077469682216 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1095/tid=1102] ppid=1093 vsize=9824668 CPUtime=1.26 cores=1,3,5,7
/proc/1095/task/1102/stat : 1102 (java) S 1093 1095 32594 0 -1 4202560 1263 0 0 0 120 6 0 0 20 0 22 0 253734334 10060460032 695029 33554432000 1073741824 1073778376 140733846579856 140077468629672 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1103] ppid=1093 vsize=9824668 CPUtime=1.33 cores=1,3,5,7
/proc/1095/task/1103/stat : 1103 (java) S 1093 1095 32594 0 -1 4202560 1211 0 0 0 129 4 0 0 20 0 22 0 253734334 10060460032 695029 33554432000 1073741824 1073778376 140733846579856 140077467577128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1095/tid=1104] ppid=1093 vsize=9824668 CPUtime=1.41 cores=1,3,5,7
/proc/1095/task/1104/stat : 1104 (java) S 1093 1095 32594 0 -1 4202560 1237 0 0 0 135 6 0 0 20 0 22 0 253734334 10060460032 695029 33554432000 1073741824 1073778376 140733846579856 140077466524584 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1095/tid=1105] ppid=1093 vsize=9824668 CPUtime=1.25 cores=1,3,5,7
/proc/1095/task/1105/stat : 1105 (java) S 1093 1095 32594 0 -1 4202560 839 0 0 0 120 5 0 0 20 0 22 0 253734334 10060460032 695029 33554432000 1073741824 1073778376 140733846579856 140077465472040 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1106] ppid=1093 vsize=9824668 CPUtime=53.04 cores=1,3,5,7
/proc/1095/task/1106/stat : 1106 (java) S 1093 1095 32594 0 -1 4202560 1789 0 0 0 5271 33 0 0 20 0 22 0 253734335 10060460032 695029 33554432000 1073741824 1073778376 140733846579856 140077453273192 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1107] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1107/stat : 1107 (java) S 1093 1095 32594 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253734336 10060460032 695029 33554432000 1073741824 1073778376 140733846579856 140077452219512 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1095/tid=1108] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1108/stat : 1108 (java) S 1093 1095 32594 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 22 0 253734336 10060460032 695029 33554432000 1073741824 1073778376 140733846579856 140077451166856 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1095/tid=1109] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1109/stat : 1109 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253734338 10060460032 695029 33554432000 1073741824 1073778376 140733846579856 140077450115600 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1110] ppid=1093 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/1095/task/1110/stat : 1110 (java) S 1093 1095 32594 0 -1 4202560 12429 0 0 0 96 3 0 0 20 0 22 0 253734338 10060460032 695029 33554432000 1073741824 1073778376 140733846579856 140077449062968 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1095/tid=1111] ppid=1093 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/1095/task/1111/stat : 1111 (java) S 1093 1095 32594 0 -1 4202560 10658 0 0 0 108 3 0 0 20 0 22 0 253734338 10060460032 695029 33554432000 1073741824 1073778376 140733846579856 140077448010424 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1095/tid=1112] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1112/stat : 1112 (java) S 1093 1095 32594 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253734338 10060460032 695029 33554432000 1073741824 1073778376 140733846579856 140077446958072 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1095/tid=1113] ppid=1093 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/1095/task/1113/stat : 1113 (java) S 1093 1095 32594 0 -1 4202560 56 0 0 0 15 14 0 0 20 0 22 0 253734338 10060460032 695029 33554432000 1073741824 1073778376 140733846579856 140077445905736 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1117] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1117/stat : 1117 (java) S 1093 1095 32594 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253734349 10060460032 695029 33554432000 1073741824 1073778376 140733846579856 140077441692840 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1095/tid=1355] ppid=1093 vsize=9824668 CPUtime=301.7 cores=1,3,5,7
/proc/1095/task/1355/stat : 1355 (java) R 1093 1095 32594 0 -1 4202560 32 0 0 0 30166 4 0 0 20 0 22 0 253798202 10060460032 695029 33554432000 1073741824 1073778376 140733846579856 140077442743904 140077490088610 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1095/tid=1356] ppid=1093 vsize=9824668 CPUtime=301.63 cores=1,3,5,7
/proc/1095/task/1356/stat : 1356 (java) R 1093 1095 32594 0 -1 4202560 506 0 0 0 30152 11 0 0 20 0 22 0 253798202 10060460032 695029 33554432000 1073741824 1073778376 140733846579856 140077443798048 140077489969576 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1095/tid=1357] ppid=1093 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/1095/task/1357/stat : 1357 (java) S 1093 1095 32594 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253798260 10060460032 695029 33554432000 1073741824 1073778376 140733846579856 140077444851240 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9824668

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 143
Real time (s): 959.863
CPU time (s): 1800.53
CPU user time (s): 1797.64
CPU system time (s): 2.89456
CPU usage (%): 187.582
Max. virtual memory (cumulated for all children) (KiB): 9826072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.64
system time used= 2.89456
maximum resident set size= 2780264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41045
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34103
involuntary context switches= 36617

runsolver used 3.54146 second user time and 9.14561 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-24 18:14:44
IDJOB=3688220
IDBENCH=2908
IDSOLVER=2268
FILE ID=node128/3688220-1337876084
RUNJOBID= node128-1337871881-32612
PBS_JOBID= 14620076
Free space on /tmp= 71576 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_6_50_2.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688220-1337876084/watcher-3688220-1337876084 -o /tmp/evaluation-result-3688220-1337876084/solver-3688220-1337876084 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688220-1337876084.opb

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

MD5SUM BENCH= b690996610ff381ef60353517fe5a0e9
RANDOM SEED=719690888

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        28304168 kB
Buffers:          239936 kB
Cached:          2915288 kB
SwapCached:            0 kB
Active:          1111844 kB
Inactive:        2685764 kB
Active(anon):     644400 kB
Inactive(anon):        0 kB
Active(file):     467444 kB
Inactive(file):  2685764 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               484 kB
Writeback:             0 kB
AnonPages:        666920 kB
Mapped:            22500 kB
Shmem:               204 kB
Slab:             634188 kB
SReclaimable:      76836 kB
SUnreclaim:       557352 kB
KernelStack:        1616 kB
PageTables:         5616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     919704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    591872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71572 MiB
End job on node128 at 2012-05-24 18:30:46