Trace number 4081374

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
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)2 1800.08 907.564

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_3.opb
MD5SUM455599f2e36aed56b051b7169c43fa6c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved YES
Number of variables120
Total number of constraints10
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 constraints10
Minimum length of a constraint55
Maximum length of a constraint56
Number of terms in the objective function 80
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 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1162
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3997
Number of bits of the biggest sum of numbers12
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.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/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 >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
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 Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
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@4413ee
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 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4081374-1465232213.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.15	c ... done. Wall clock time 0.034s.
0.09/0.15	c declared #vars     120
0.09/0.15	c #constraints  10
0.09/0.16	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.09/0.16	c 10 constraints processed.
0.09/0.16	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10
0.09/0.16	c 10 constraints processed.
0.09/0.16	c objective function length is 80 literals
1.11/0.48	c And the winner is solver0
1.67/0.66	c SATISFIABLE
1.67/0.66	c OPTIMIZING...
1.67/0.66	c Got one! Elapsed wall clock time (in seconds):0.54
1.67/0.66	o 98
1.92/0.73	c And the winner is solver0
2.09/1.16	c Got one! Elapsed wall clock time (in seconds):1.041
2.09/1.16	o 97
2.47/1.38	c cleaning 2859 clauses out of 5735 with flag 4105/5735
2.84/1.47	c And the winner is solver0
3.29/1.66	c Got one! Elapsed wall clock time (in seconds):1.542
3.29/1.66	o 95
3.29/1.67	c And the winner is solver0
3.45/2.16	c Got one! Elapsed wall clock time (in seconds):2.044
3.45/2.16	o 91
3.56/2.22	c And the winner is solver0
3.65/2.67	c Got one! Elapsed wall clock time (in seconds):2.545
3.65/2.67	o 86
3.65/2.69	c And the winner is solver0
3.70/3.17	c Got one! Elapsed wall clock time (in seconds):3.047
3.70/3.17	o 79
3.76/3.22	c And the winner is solver0
3.81/3.67	c Got one! Elapsed wall clock time (in seconds):3.548
3.81/3.67	o 77
3.86/3.74	c And the winner is solver0
3.98/4.17	c Got one! Elapsed wall clock time (in seconds):4.05
3.98/4.17	o 60
3.98/4.19	c And the winner is solver0
4.04/4.67	c Got one! Elapsed wall clock time (in seconds):4.552
4.04/4.67	o 59
4.68/5.05	c cleaning 5797 clauses out of 11603 with flag 8250/14462
5.90/5.57	c cleaning 5892 clauses out of 11808 with flag 20492/20464
6.12/5.68	c And the winner is solver0
6.28/6.17	c Got one! Elapsed wall clock time (in seconds):6.054
6.28/6.17	o 53
6.32/6.26	c And the winner is solver0
6.46/6.68	c Got one! Elapsed wall clock time (in seconds):6.557
6.46/6.68	o 51
6.93/6.97	c cleaning 5772 clauses out of 11553 with flag 6162/26101
7.97/7.49	c And the winner is solver1
8.17/7.68	c Got one! Elapsed wall clock time (in seconds):7.561
8.17/7.68	o 44
8.59/7.90	c And the winner is solver0
8.62/8.18	c Got one! Elapsed wall clock time (in seconds):8.065
8.62/8.18	o 40
9.24/8.54	c cleaning 8482 clauses out of 16964 with flag 7043/37284
9.24/8.59	c And the winner is solver0
9.44/8.69	c Got one! Elapsed wall clock time (in seconds):8.569
9.44/8.69	o 38
10.29/9.14	c cleaning 7107 clauses out of 14213 with flag 11845/43015
10.69/9.32	c And the winner is solver0
10.77/9.69	c Got one! Elapsed wall clock time (in seconds):9.573
10.77/9.69	o 37
10.77/9.78	c And the winner is solver0
10.96/10.20	c Got one! Elapsed wall clock time (in seconds):10.078
10.96/10.20	o 36
11.15/10.39	c And the winner is solver0
11.37/10.70	c Got one! Elapsed wall clock time (in seconds):10.584
11.37/10.70	o 34
11.56/10.82	c cleaning 7074 clauses out of 14148 with flag 2364/50057
12.36/11.29	c cleaning 6537 clauses out of 13074 with flag 16826/56057
13.56/11.84	c cleaning 6767 clauses out of 13536 with flag 33779/63056
13.76/11.96	c And the winner is solver0
13.90/12.21	c Got one! Elapsed wall clock time (in seconds):12.089
13.90/12.21	o 30
14.47/12.51	c And the winner is solver0
14.53/12.72	c Got one! Elapsed wall clock time (in seconds):12.596
14.53/12.72	o 29
14.68/12.84	c cleaning 6779 clauses out of 13564 with flag 2056/69851
15.50/13.26	c cleaning 6391 clauses out of 12782 with flag 15154/75848
16.48/13.79	c cleaning 6694 clauses out of 13391 with flag 30156/82848
16.48/13.80	c And the winner is solver0
16.70/14.22	c Got one! Elapsed wall clock time (in seconds):14.105
16.70/14.22	o 27
17.22/14.58	c cleaning 5859 clauses out of 11718 with flag 11061/87869
17.42/14.67	c And the winner is solver0
17.61/14.74	c Got one! Elapsed wall clock time (in seconds):14.617
17.61/14.74	o 25
18.16/15.07	c cleaning 5825 clauses out of 11649 with flag 8702/93659
18.97/15.48	c cleaning 5913 clauses out of 11827 with flag 21562/99662
19.17/15.51	c And the winner is solver0
19.22/15.75	c Got one! Elapsed wall clock time (in seconds):15.628
19.22/15.75	o 23
19.71/16.06	c cleaning 5792 clauses out of 11586 with flag 11241/105334
20.52/16.41	c cleaning 5897 clauses out of 11795 with flag 24017/111335
20.52/16.45	c And the winner is solver0
20.67/16.76	c Got one! Elapsed wall clock time (in seconds):16.638
20.67/16.76	o 21
21.14/17.03	c cleaning 5549 clauses out of 11104 with flag 8813/116541
21.94/17.40	c cleaning 5775 clauses out of 11554 with flag 21451/122540
21.94/17.49	c And the winner is solver0
22.16/17.77	c Got one! Elapsed wall clock time (in seconds):17.65
22.16/17.77	o 20
22.60/18.04	c cleaning 5707 clauses out of 11426 with flag 8881/128187
23.20/18.39	c cleaning 5858 clauses out of 11720 with flag 21913/134188
23.84/18.69	c And the winner is solver0
24.05/18.78	c Got one! Elapsed wall clock time (in seconds):18.663
24.05/18.78	o 19
24.10/18.89	c cleaning 5815 clauses out of 11631 with flag 2294/139957
24.88/19.28	c cleaning 5905 clauses out of 11811 with flag 14730/145952
25.88/19.75	c cleaning 6452 clauses out of 12904 with flag 29315/152950
26.48/20.01	c And the winner is solver0
26.55/20.30	c Got one! Elapsed wall clock time (in seconds):20.176
26.55/20.30	o 18
26.74/20.45	c cleaning 6215 clauses out of 12431 with flag 4352/158929
27.53/20.88	c cleaning 6108 clauses out of 12215 with flag 16997/164928
28.74/21.40	c cleaning 6550 clauses out of 13107 with flag 31761/171928
28.94/21.54	c And the winner is solver0
29.08/21.81	c Got one! Elapsed wall clock time (in seconds):21.689
29.08/21.81	o 17
29.45/22.04	c cleaning 6074 clauses out of 12150 with flag 6980/177521
30.23/22.42	c cleaning 6040 clauses out of 12079 with flag 20279/183524
31.04/22.88	c cleaning 6512 clauses out of 13035 with flag 35046/190520
32.24/23.46	c cleaning 7258 clauses out of 14523 with flag 52105/198520
32.63/23.70	c And the winner is solver0
32.86/23.82	c Got one! Elapsed wall clock time (in seconds):23.704
32.86/23.82	o 16
33.19/24.02	c cleaning 6334 clauses out of 12667 with flag 4099/203922
34.05/24.45	c cleaning 6164 clauses out of 12330 with flag 16430/209919
34.85/24.82	c And the winner is solver0
34.85/24.89	c Got one! Elapsed wall clock time (in seconds):24.772
34.85/24.89	o 15
35.21/25.07	c And the winner is solver0
35.44/25.42	c Got one! Elapsed wall clock time (in seconds):25.295
35.44/25.42	o 13
36.18/25.82	c cleaning 8744 clauses out of 17488 with flag 8294/221241
36.97/26.25	c cleaning 7372 clauses out of 14744 with flag 20614/227241
37.97/26.77	c cleaning 7186 clauses out of 14372 with flag 34847/234241
39.17/27.32	c cleaning 7592 clauses out of 15186 with flag 51145/242241
39.37/27.40	c And the winner is solver0
39.37/27.49	c Got one! Elapsed wall clock time (in seconds):27.369
39.37/27.49	o 12
40.00/27.81	c cleaning 6536 clauses out of 13087 with flag 8478/247734
40.00/27.83	c And the winner is solver0
40.10/28.01	c Got one! Elapsed wall clock time (in seconds):27.894
40.10/28.01	o 11
40.64/28.34	c cleaning 5926 clauses out of 11853 with flag 10300/253036
41.45/28.75	c cleaning 5966 clauses out of 11931 with flag 22604/259040
42.25/29.19	c cleaning 6474 clauses out of 12960 with flag 37016/266035
43.46/29.78	c cleaning 7242 clauses out of 14489 with flag 53406/274038
45.09/30.52	c cleaning 8122 clauses out of 16247 with flag 71887/283038
46.89/31.42	c cleaning 9062 clauses out of 18124 with flag 92557/293037
49.10/32.51	c cleaning 10029 clauses out of 20060 with flag 115478/304035
49.90/32.91	c And the winner is solver0
49.95/33.04	c Got one! Elapsed wall clock time (in seconds):32.919
49.95/33.04	o 9
50.05/33.17	c cleaning 7953 clauses out of 15921 with flag 2083/309925
50.83/33.56	c cleaning 6984 clauses out of 13969 with flag 14681/315926
51.83/34.06	c cleaning 6992 clauses out of 13984 with flag 29090/322925
53.06/34.63	c cleaning 7496 clauses out of 14997 with flag 45372/330930
54.47/35.39	c cleaning 8247 clauses out of 16496 with flag 63691/339925
56.26/36.28	c cleaning 9123 clauses out of 18252 with flag 84288/349928
58.46/37.30	c cleaning 10057 clauses out of 20126 with flag 107303/360925
60.66/38.49	c cleaning 11036 clauses out of 22073 with flag 132111/372929
63.46/39.84	c cleaning 12016 clauses out of 24033 with flag 158752/385925
66.66/41.45	c cleaning 13008 clauses out of 26018 with flag 187694/399926
70.09/43.16	c cleaning 14006 clauses out of 28012 with flag 218354/414928
74.10/45.11	c cleaning 14997 clauses out of 30004 with flag 250909/430926
78.29/47.22	c And the winner is solver0
78.31/47.57	c Got one! Elapsed wall clock time (in seconds):47.45
78.31/47.57	o 8
80.37/48.69	c cleaning 18079 clauses out of 36162 with flag 10450/452081
81.97/49.47	c cleaning 12040 clauses out of 24083 with flag 22942/458081
83.57/50.25	c cleaning 9518 clauses out of 19047 with flag 37266/465085
85.17/51.01	c cleaning 8765 clauses out of 17535 with flag 53603/473091
86.78/51.86	c cleaning 8875 clauses out of 17761 with flag 72167/482082
88.79/52.84	c cleaning 9443 clauses out of 18886 with flag 92744/492082
90.99/54.00	c cleaning 10218 clauses out of 20443 with flag 115429/503082
93.60/55.24	c cleaning 11114 clauses out of 22229 with flag 140076/515086
96.60/56.72	c cleaning 12057 clauses out of 24113 with flag 166571/528084
99.81/58.34	c cleaning 13029 clauses out of 26057 with flag 195120/542085
104.03/60.43	c cleaning 14004 clauses out of 28024 with flag 226191/557081
108.84/62.85	c cleaning 15010 clauses out of 30020 with flag 258929/573081
114.46/65.63	c cleaning 16005 clauses out of 32011 with flag 294459/590082
120.29/68.59	c cleaning 17002 clauses out of 34006 with flag 331332/608082
126.52/71.66	c cleaning 18001 clauses out of 36004 with flag 370758/627082
133.31/75.03	c cleaning 19002 clauses out of 38004 with flag 412300/647083
141.14/78.95	c cleaning 20002 clauses out of 40004 with flag 455266/668085
144.34/80.53	c And the winner is solver0
144.40/80.68	c Got one! Elapsed wall clock time (in seconds):80.556
144.40/80.68	o 7
146.55/81.84	c cleaning 18090 clauses out of 36191 with flag 10528/684274
147.97/82.59	c cleaning 12050 clauses out of 24101 with flag 23169/690274
149.15/83.19	c cleaning 9525 clauses out of 19050 with flag 37789/697273
150.37/83.77	c cleaning 8762 clauses out of 17528 with flag 54184/705276
151.75/84.48	c cleaning 8880 clauses out of 17763 with flag 72772/714273
153.37/85.27	c cleaning 9443 clauses out of 18887 with flag 93439/724277
155.37/86.28	c cleaning 10217 clauses out of 20441 with flag 116226/735274
157.59/87.39	c cleaning 11109 clauses out of 22224 with flag 141284/747274
160.18/88.68	c cleaning 12053 clauses out of 24114 with flag 168206/760273
163.61/90.32	c cleaning 13029 clauses out of 26061 with flag 197065/774273
167.42/92.26	c cleaning 14013 clauses out of 28033 with flag 228091/789274
171.82/94.45	c cleaning 15009 clauses out of 30022 with flag 260853/805276
177.04/97.02	c cleaning 16002 clauses out of 32010 with flag 295862/822273
182.65/99.80	c cleaning 17004 clauses out of 34010 with flag 332867/840275
188.87/102.94	c cleaning 17998 clauses out of 36004 with flag 371801/859273
195.08/106.08	c cleaning 19004 clauses out of 38008 with flag 412780/879275
196.08/106.53	c And the winner is solver0
196.08/106.75	c Got one! Elapsed wall clock time (in seconds):106.632
196.08/106.75	o 6
196.48/107.05	c cleaning 12053 clauses out of 24112 with flag 2068/884383
197.47/107.58	c cleaning 9019 clauses out of 18053 with flag 14455/890377
198.68/108.17	c cleaning 8012 clauses out of 16034 with flag 28842/897377
200.08/108.82	c cleaning 8001 clauses out of 16022 with flag 45068/905377
201.49/109.59	c cleaning 8510 clauses out of 17023 with flag 63725/914379
203.49/110.53	c cleaning 9255 clauses out of 18512 with flag 84216/924378
205.49/111.54	c cleaning 10128 clauses out of 20257 with flag 106610/935378
207.91/112.79	c cleaning 11064 clauses out of 22129 with flag 131105/947378
210.92/114.24	c cleaning 12033 clauses out of 24067 with flag 158007/960380
214.32/115.96	c cleaning 13014 clauses out of 26033 with flag 187691/974379
217.96/117.74	c cleaning 14007 clauses out of 28017 with flag 218267/989377
222.18/119.87	c cleaning 15004 clauses out of 30010 with flag 251087/1005377
227.17/122.34	c cleaning 16003 clauses out of 32006 with flag 286176/1022377
232.37/124.93	c cleaning 16999 clauses out of 34003 with flag 322734/1040377
238.57/128.04	c cleaning 17999 clauses out of 36004 with flag 361431/1059377
244.61/131.04	c cleaning 19001 clauses out of 38006 with flag 402910/1079378
251.48/134.40	c cleaning 20003 clauses out of 40006 with flag 446217/1100379
258.51/137.95	c cleaning 20997 clauses out of 42002 with flag 491618/1122378
267.16/142.27	c cleaning 22000 clauses out of 44005 with flag 539326/1145378
276.02/146.67	c cleaning 22999 clauses out of 46004 with flag 588850/1169377
287.28/152.23	c cleaning 24002 clauses out of 48005 with flag 641512/1194377
297.91/157.52	c cleaning 24999 clauses out of 50004 with flag 696629/1220378
308.75/162.92	c cleaning 25999 clauses out of 52005 with flag 753194/1247378
321.58/169.39	c cleaning 27004 clauses out of 54007 with flag 811554/1275379
333.61/175.38	c cleaning 27995 clauses out of 56001 with flag 871739/1304377
335.62/176.35	c And the winner is solver0
335.82/176.66	c Got one! Elapsed wall clock time (in seconds):176.541
335.82/176.66	o 4
337.83/177.88	c cleaning 20397 clauses out of 40795 with flag 10249/1317166
339.43/178.63	c cleaning 13197 clauses out of 26400 with flag 22669/1323168
340.64/179.27	c cleaning 10099 clauses out of 20201 with flag 37147/1330166
342.45/180.11	c cleaning 9048 clauses out of 18104 with flag 53684/1338168
344.05/180.97	c cleaning 9016 clauses out of 18054 with flag 72128/1347166
346.06/181.92	c cleaning 9519 clauses out of 19039 with flag 92733/1357167
348.06/182.91	c cleaning 10258 clauses out of 20519 with flag 115089/1368166
350.48/184.11	c cleaning 11129 clauses out of 22263 with flag 139551/1380168
353.49/185.60	c cleaning 12065 clauses out of 24134 with flag 166207/1393168
356.90/187.37	c cleaning 13032 clauses out of 26067 with flag 195141/1407166
360.76/189.20	c cleaning 14019 clauses out of 28037 with flag 225820/1422168
364.75/191.25	c cleaning 15005 clauses out of 30020 with flag 259198/1438170
369.20/193.48	c cleaning 16002 clauses out of 32012 with flag 293906/1455167
374.02/195.88	c cleaning 17001 clauses out of 34010 with flag 330769/1473167
379.85/198.74	c cleaning 18005 clauses out of 36009 with flag 370138/1492167
386.45/202.06	c cleaning 19002 clauses out of 38005 with flag 411164/1512168
393.88/205.79	c cleaning 20002 clauses out of 40003 with flag 454411/1533168
401.27/209.49	c cleaning 20998 clauses out of 42001 with flag 500165/1555168
409.69/213.66	c cleaning 21998 clauses out of 44002 with flag 547932/1578167
418.13/217.81	c cleaning 23000 clauses out of 46004 with flag 598329/1602167
428.34/222.91	c cleaning 23999 clauses out of 48003 with flag 651220/1627166
437.52/227.51	c cleaning 25001 clauses out of 50006 with flag 705459/1653168
448.36/232.96	c cleaning 26002 clauses out of 52009 with flag 760650/1680172
460.56/239.05	c cleaning 26997 clauses out of 54001 with flag 818278/1708166
475.01/246.29	c cleaning 28003 clauses out of 56005 with flag 877834/1737167
489.65/253.57	c cleaning 29000 clauses out of 58001 with flag 940451/1767166
503.85/260.68	c cleaning 30001 clauses out of 60003 with flag 1004218/1798168
520.73/269.03	c cleaning 30997 clauses out of 62003 with flag 1070011/1830169
538.37/277.88	c cleaning 32001 clauses out of 64003 with flag 1137623/1863166
557.67/287.45	c cleaning 32998 clauses out of 66002 with flag 1207830/1897166
577.89/297.60	c cleaning 33999 clauses out of 68005 with flag 1281542/1932167
595.94/306.68	c cleaning 35003 clauses out of 70006 with flag 1355306/1968167
616.81/317.09	c cleaning 36001 clauses out of 72003 with flag 1432161/2005167
639.07/328.16	c cleaning 36995 clauses out of 74001 with flag 1511311/2043166
656.54/336.80	c And the winner is solver0
656.54/337.05	c Got one! Elapsed wall clock time (in seconds):336.926
656.54/337.05	o 2
661.35/339.64	c cleaning 38862 clauses out of 77723 with flag 10493/2083883
663.96/340.98	c cleaning 22423 clauses out of 44861 with flag 23321/2089883
665.76/341.85	c cleaning 14715 clauses out of 29439 with flag 38210/2096884
667.17/342.59	c cleaning 11358 clauses out of 22723 with flag 54762/2104883
668.79/343.31	c cleaning 10178 clauses out of 20366 with flag 73489/2113884
670.37/344.13	c cleaning 10087 clauses out of 20187 with flag 94282/2123883
672.39/345.10	c cleaning 10547 clauses out of 21100 with flag 117278/2134883
674.81/346.39	c cleaning 11277 clauses out of 22553 with flag 142120/2146883
677.81/347.81	c cleaning 12136 clauses out of 24276 with flag 168993/2159883
681.04/349.47	c cleaning 13067 clauses out of 26143 with flag 198333/2173886
684.65/351.25	c cleaning 14037 clauses out of 28074 with flag 230614/2188884
688.88/353.33	c cleaning 15015 clauses out of 30037 with flag 264360/2204884
694.09/355.95	c cleaning 16009 clauses out of 32021 with flag 299912/2221883
699.91/358.88	c cleaning 17000 clauses out of 34012 with flag 337165/2239883
706.31/362.05	c cleaning 18007 clauses out of 36013 with flag 376075/2258884
712.93/365.31	c cleaning 19000 clauses out of 38005 with flag 417137/2278883
720.32/369.09	c cleaning 19995 clauses out of 40007 with flag 460923/2299885
727.96/372.89	c cleaning 21007 clauses out of 42013 with flag 507026/2321886
736.20/376.92	c cleaning 22002 clauses out of 44003 with flag 556074/2344883
744.81/381.26	c cleaning 23004 clauses out of 46007 with flag 605861/2368889
754.63/386.14	c cleaning 23993 clauses out of 47998 with flag 657376/2393884
766.45/392.04	c cleaning 25003 clauses out of 50005 with flag 711018/2419884
777.67/397.69	c cleaning 26000 clauses out of 52003 with flag 767061/2446885
792.18/404.90	c cleaning 27002 clauses out of 54006 with flag 824599/2474888
804.44/410.98	c cleaning 27995 clauses out of 55999 with flag 883926/2503883
819.47/418.43	c cleaning 28998 clauses out of 58005 with flag 945407/2533884
834.95/426.16	c cleaning 29995 clauses out of 60006 with flag 1009026/2564883
850.18/433.77	c cleaning 31002 clauses out of 62011 with flag 1074806/2596883
867.38/442.43	c cleaning 32006 clauses out of 64012 with flag 1142840/2629886
885.03/451.27	c cleaning 32998 clauses out of 66003 with flag 1216283/2663883
901.28/459.30	c cleaning 34003 clauses out of 68006 with flag 1289713/2698884
918.73/468.01	c cleaning 35001 clauses out of 70003 with flag 1365164/2734884
937.64/477.43	c cleaning 35999 clauses out of 72001 with flag 1441884/2771883
957.56/487.33	c cleaning 37000 clauses out of 74002 with flag 1520025/2809883
978.64/497.88	c cleaning 38002 clauses out of 76004 with flag 1601534/2848885
1005.94/511.41	c cleaning 39000 clauses out of 78001 with flag 1685223/2888884
1033.02/524.97	c cleaning 40000 clauses out of 80000 with flag 1773216/2929883
1063.12/539.90	c cleaning 40996 clauses out of 82002 with flag 1859533/2971885
1097.87/557.25	c cleaning 42001 clauses out of 84007 with flag 1947833/3014886
1129.99/573.28	c cleaning 42997 clauses out of 86003 with flag 2039700/3058883
1165.44/591.09	c cleaning 44002 clauses out of 88006 with flag 2132861/3103883
1202.13/609.34	c cleaning 45002 clauses out of 90004 with flag 2228299/3149883
1239.05/627.70	c cleaning 45998 clauses out of 92002 with flag 2323886/3196883
1275.20/645.79	c cleaning 47002 clauses out of 94006 with flag 2421879/3244885
1313.97/665.08	c cleaning 47999 clauses out of 96002 with flag 2523039/3293883
1355.56/685.74	c cleaning 49003 clauses out of 98005 with flag 2625827/3343885
1399.71/707.71	c cleaning 49998 clauses out of 100001 with flag 2730827/3394884
1440.59/728.18	c cleaning 51000 clauses out of 102002 with flag 2838252/3446883
1481.98/749.03	c cleaning 52000 clauses out of 104005 with flag 2947696/3499886
1524.47/770.22	c cleaning 53003 clauses out of 106009 with flag 3058921/3553890
1577.23/796.52	c cleaning 53996 clauses out of 108000 with flag 3171912/3608884
1632.03/823.82	c cleaning 54999 clauses out of 110003 with flag 3287145/3664883
1691.66/853.56	c cleaning 56003 clauses out of 112006 with flag 3403721/3721885
1750.02/882.64	c cleaning 56997 clauses out of 114004 with flag 3522650/3779886
1800.08/907.51	c >>>>>>>>>> Solver number 0 (37 answers) <<<<<<<<<<<<<<<<<<
1800.08/907.51	c starts		: 2312
1800.08/907.51	c conflicts		: 3833415
1800.08/907.51	c decisions		: 3913051
1800.08/907.51	c propagations		: 29176702
1800.08/907.51	c inspects		: 19347597178
1800.08/907.51	c shortcuts		: 0
1800.08/907.51	c learnt literals	: 0
1800.08/907.51	c learnt binary clauses	: 0
1800.08/907.51	c learnt ternary clauses	: 0
1800.08/907.51	c learnt constraints	: 3833415
1800.08/907.51	c ignored constraints	: 0
1800.08/907.51	c root simplifications	: 0
1800.08/907.51	c removed literals (reason simplification)	: 34654732
1800.08/907.51	c reason swapping (by a shorter reason)	: 0
1800.08/907.51	c Calls to reduceDB	: 203
1800.08/907.51	c Number of update (reduction) of LBD	: 105624
1800.08/907.51	c Imported unit clauses	: 0
1800.08/907.51	c number of reductions to clauses (during analyze)	: 0
1800.08/907.51	c number of learned constraints concerned by reduction	: 0
1800.08/907.51	c number of learning phase by resolution	: 0
1800.08/907.51	c number of learning phase by cutting planes	: 0
1800.08/907.51	c speed (assignments/second)	: 32424.826577582775
1800.08/907.51	c non guided choices	691
1800.08/907.53	c learnt constraints type 
1800.08/907.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 110536
1800.08/907.54	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.08/907.54	c starts		: 78
1800.08/907.54	c conflicts		: 8474
1800.08/907.54	c decisions		: 17892
1800.08/907.54	c propagations		: 84282
1800.08/907.54	c inspects		: 117143765
1800.08/907.54	c shortcuts		: 0
1800.08/907.54	c learnt literals	: 0
1800.08/907.54	c learnt binary clauses	: 0
1800.08/907.54	c learnt ternary clauses	: 0
1800.08/907.54	c learnt constraints	: 8446
1800.08/907.54	c ignored constraints	: 0
1800.08/907.54	c root simplifications	: 0
1800.08/907.54	c removed literals (reason simplification)	: 0
1800.08/907.54	c reason swapping (by a shorter reason)	: 0
1800.08/907.54	c Calls to reduceDB	: 0
1800.08/907.54	c Number of update (reduction) of LBD	: 0
1800.08/907.54	c Imported unit clauses	: 0
1800.08/907.54	c number of reductions to clauses (during analyze)	: 0
1800.08/907.54	c number of learned constraints concerned by reduction	: 0
1800.08/907.54	c number of learning phase by resolution	: 0
1800.08/907.54	c number of learning phase by cutting planes	: 0
1800.08/907.54	c speed (assignments/second)	: 147.96361740339492
1800.08/907.54	c non guided choices	542
1800.08/907.54	c learnt constraints type 
1800.08/907.54	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 5
1800.08/907.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8441
1800.08/907.54	s SATISFIABLE
1800.08/907.54	c Found 38 solution(s)
1800.08/907.54	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 
1800.08/907.54	c objective function=2
1800.08/907.54	c Total wall clock time (in seconds): 907.42

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4081374-1465232213/watcher-4081374-1465232213 -o /tmp/evaluation-result-4081374-1465232213/solver-4081374-1465232213 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465221375-21442 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081374-1465232213.opb 

pid=26033
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.33 4.23 4.19 4/197 26036
/proc/meminfo: memFree=27402100/32872528 swapFree=12328/568296
[pid=26036] ppid=26033 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/26036/stat : 26036 (java) R 26033 26036 21426 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 105153923 2560000 46 33554432000 1073741824 1073778376 140736045283952 140737326234456 206619897127 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26036/statm: 625 46 37 9 0 29 0

[startup+0.100139 s]
/proc/loadavg: 4.33 4.23 4.19 4/197 26036
/proc/meminfo: memFree=27402100/32872528 swapFree=12328/568296
[pid=26036] ppid=26033 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/26036/stat : 26036 (java) S 26033 26036 21426 0 -1 4202496 4474 0 1 0 8 1 0 0 20 0 18 0 105153923 9787879424 5590 33554432000 1073741824 1073778376 140736045283952 140736045275088 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26036/statm: 2389619 5590 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20023 s]
/proc/loadavg: 4.33 4.23 4.19 4/197 26036
/proc/meminfo: memFree=27402100/32872528 swapFree=12328/568296
[pid=26036] ppid=26033 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/26036/stat : 26036 (java) S 26033 26036 21426 0 -1 4202496 5981 0 1 0 29 1 0 0 20 0 22 0 105153923 10060525568 8344 33554432000 1073741824 1073778376 140736045283952 140736045275088 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26036/statm: 2456266 8363 2223 9 0 2446943 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9824732

[startup+0.300228 s]
/proc/loadavg: 4.33 4.23 4.19 4/197 26036
/proc/meminfo: memFree=27402100/32872528 swapFree=12328/568296
[pid=26036] ppid=26033 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/26036/stat : 26036 (java) S 26033 26036 21426 0 -1 4202496 10307 0 1 0 68 3 0 0 20 0 22 0 105153923 10060525568 11013 33554432000 1073741824 1073778376 140736045283952 140736045275088 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26036/statm: 2456183 11013 2234 9 0 2446860 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 9824732

[startup+0.700191 s]
/proc/loadavg: 4.33 4.23 4.19 4/197 26036
/proc/meminfo: memFree=27402100/32872528 swapFree=12328/568296
[pid=26036] ppid=26033 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/26036/stat : 26036 (java) S 26033 26036 21426 0 -1 4202496 18890 0 1 0 186 6 0 0 20 0 22 0 105153923 10060525568 20316 33554432000 1073741824 1073778376 140736045283952 140736045275088 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26036/statm: 2456183 20316 2258 9 0 2446860 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9824732

[startup+1.50076 s]
/proc/loadavg: 4.14 4.19 4.18 3/216 26061
/proc/meminfo: memFree=27321896/32872528 swapFree=12328/568296
[pid=26036] ppid=26033 vsize=9824732 CPUtime=3.15 cores=0,2,4,6
/proc/26036/stat : 26036 (java) S 26033 26036 21426 0 -1 4202496 22707 0 1 0 303 12 0 0 20 0 19 0 105153923 10060525568 49032 33554432000 1073741824 1073778376 140736045283952 140736045275088 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26036/statm: 2456183 49032 2284 9 0 2446860 0
[pid=26036/tid=26038] ppid=26033 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/26036/task/26038/stat : 26038 (java) S 26033 26036 21426 0 -1 4202560 2472 0 1 0 12 1 0 0 20 0 19 0 105153924 10060525568 49032 33554432000 1073741824 1073778376 140736045283952 140383292990328 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26036/tid=26039] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26039/stat : 26039 (java) S 26033 26036 21426 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105153925 10060525568 49032 33554432000 1073741824 1073778376 140736045283952 140383136545320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26040] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26040/stat : 26040 (java) S 26033 26036 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105153925 10060525568 49032 33554432000 1073741824 1073778376 140736045283952 140383135492520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26036/tid=26041] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26041/stat : 26041 (java) S 26033 26036 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105153925 10060525568 49032 33554432000 1073741824 1073778376 140736045283952 140383134439720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26036/tid=26042] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26042/stat : 26042 (java) S 26033 26036 21426 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105153925 10060525568 49032 33554432000 1073741824 1073778376 140736045283952 140383133386920 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26036/tid=26043] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26043/stat : 26043 (java) S 26033 26036 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105153925 10060525568 49032 33554432000 1073741824 1073778376 140736045283952 140383132335144 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26044] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26044/stat : 26044 (java) S 26033 26036 21426 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105153925 10060525568 49032 33554432000 1073741824 1073778376 140736045283952 140383131282344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26036/tid=26045] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26045/stat : 26045 (java) S 26033 26036 21426 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105153925 10060525568 49032 33554432000 1073741824 1073778376 140736045283952 140383130229544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26036/tid=26046] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26046/stat : 26046 (java) S 26033 26036 21426 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105153925 10060525568 49032 33554432000 1073741824 1073778376 140736045283952 140383129176744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26036/tid=26047] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26047/stat : 26047 (java) S 26033 26036 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105153927 10060525568 49032 33554432000 1073741824 1073778376 140736045283952 140383116978664 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26036/tid=26048] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26048/stat : 26048 (java) S 26033 26036 21426 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105153927 10060525568 49032 33554432000 1073741824 1073778376 140736045283952 140383115924728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26049] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26049/stat : 26049 (java) S 26033 26036 21426 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105153927 10060525568 49032 33554432000 1073741824 1073778376 140736045283952 140383114871816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26050] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26050/stat : 26050 (java) S 26033 26036 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105153929 10060525568 49032 33554432000 1073741824 1073778376 140736045283952 140383113820304 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26051] ppid=26033 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/26036/task/26051/stat : 26051 (java) R 26033 26036 21426 0 -1 4202560 10521 0 0 0 77 2 0 0 20 0 19 0 105153929 10060525568 49032 33554432000 1073741824 1073778376 140736045283952 140383112755792 140383297107504 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26052] ppid=26033 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/26036/task/26052/stat : 26052 (java) R 26033 26036 21426 0 -1 4202560 8271 0 0 0 78 2 0 0 20 0 19 0 105153929 10060525568 49032 33554432000 1073741824 1073778376 140736045283952 140383111703392 140383295897583 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26036/tid=26053] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26053/stat : 26053 (java) S 26033 26036 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105153929 10060525568 49032 33554432000 1073741824 1073778376 140736045283952 140383110663032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26036/tid=26054] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26054/stat : 26054 (java) S 26033 26036 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105153929 10060525568 49032 33554432000 1073741824 1073778376 140736045283952 140383109610440 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26036/tid=26058] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26058/stat : 26058 (java) S 26033 26036 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105153940 10060525568 49032 33554432000 1073741824 1073778376 140736045283952 140383105397544 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 4.14 4.19 4.18 6/219 26070
/proc/meminfo: memFree=27223292/32872528 swapFree=12328/568296
[pid=26036] ppid=26033 vsize=9824732 CPUtime=3.7 cores=0,2,4,6
/proc/26036/stat : 26036 (java) S 26033 26036 21426 0 -1 4202496 25306 0 1 0 353 17 0 0 20 0 19 0 105153923 10060525568 46620 33554432000 1073741824 1073778376 140736045283952 140736045275088 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26036/statm: 2456183 46620 2284 9 0 2446860 0
[pid=26036/tid=26038] ppid=26033 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/26036/task/26038/stat : 26038 (java) S 26033 26036 21426 0 -1 4202560 2473 0 1 0 12 1 0 0 20 0 19 0 105153924 10060525568 46620 33554432000 1073741824 1073778376 140736045283952 140383292990328 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26036/tid=26039] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26039/stat : 26039 (java) S 26033 26036 21426 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105153925 10060525568 46620 33554432000 1073741824 1073778376 140736045283952 140383136545320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26040] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26040/stat : 26040 (java) S 26033 26036 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105153925 10060525568 46620 33554432000 1073741824 1073778376 140736045283952 140383135492520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26036/tid=26041] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26041/stat : 26041 (java) S 26033 26036 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105153925 10060525568 46620 33554432000 1073741824 1073778376 140736045283952 140383134439720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26036/tid=26042] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26042/stat : 26042 (java) S 26033 26036 21426 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105153925 10060525568 46620 33554432000 1073741824 1073778376 140736045283952 140383133386920 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26036/tid=26043] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26043/stat : 26043 (java) S 26033 26036 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105153925 10060525568 46620 33554432000 1073741824 1073778376 140736045283952 140383132335144 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26044] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26044/stat : 26044 (java) S 26033 26036 21426 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105153925 10060525568 46620 33554432000 1073741824 1073778376 140736045283952 140383131282344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26036/tid=26045] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26045/stat : 26045 (java) S 26033 26036 21426 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105153925 10060525568 46620 33554432000 1073741824 1073778376 140736045283952 140383130229544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26036/tid=26046] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26046/stat : 26046 (java) S 26033 26036 21426 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105153925 10060525568 46620 33554432000 1073741824 1073778376 140736045283952 140383129176744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26036/tid=26047] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26047/stat : 26047 (java) S 26033 26036 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105153927 10060525568 46620 33554432000 1073741824 1073778376 140736045283952 140383116978664 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26036/tid=26048] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26048/stat : 26048 (java) S 26033 26036 21426 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105153927 10060525568 46620 33554432000 1073741824 1073778376 140736045283952 140383115924728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26049] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26049/stat : 26049 (java) S 26033 26036 21426 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105153927 10060525568 46620 33554432000 1073741824 1073778376 140736045283952 140383114871816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26050] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26050/stat : 26050 (java) S 26033 26036 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105153929 10060525568 46620 33554432000 1073741824 1073778376 140736045283952 140383113820304 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26051] ppid=26033 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/26036/task/26051/stat : 26051 (java) S 26033 26036 21426 0 -1 4202560 10546 0 0 0 82 2 0 0 20 0 19 0 105153929 10060525568 46620 33554432000 1073741824 1073778376 140736045283952 140383112768440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26052] ppid=26033 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/26036/task/26052/stat : 26052 (java) S 26033 26036 21426 0 -1 4202560 10825 0 0 0 109 3 0 0 20 0 19 0 105153929 10060525568 46620 33554432000 1073741824 1073778376 140736045283952 140383111715640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26036/tid=26053] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26053/stat : 26053 (java) S 26033 26036 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105153929 10060525568 46620 33554432000 1073741824 1073778376 140736045283952 140383110663032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26036/tid=26054] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26054/stat : 26054 (java) S 26033 26036 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105153929 10060525568 46620 33554432000 1073741824 1073778376 140736045283952 140383109610440 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26036/tid=26058] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26058/stat : 26058 (java) S 26033 26036 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105153940 10060525568 46620 33554432000 1073741824 1073778376 140736045283952 140383105397544 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 9824732

[startup+6.30088 s]
/proc/loadavg: 4.14 4.19 4.18 5/219 26085
/proc/meminfo: memFree=27198096/32872528 swapFree=12328/568296
[pid=26036] ppid=26033 vsize=9824732 CPUtime=6.46 cores=0,2,4,6
/proc/26036/stat : 26036 (java) S 26033 26036 21426 0 -1 4202496 27469 0 1 0 617 29 0 0 20 0 19 0 105153923 10060525568 74866 33554432000 1073741824 1073778376 140736045283952 140736045275088 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26036/statm: 2456183 74866 2285 9 0 2446860 0
[pid=26036/tid=26038] ppid=26033 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/26036/task/26038/stat : 26038 (java) S 26033 26036 21426 0 -1 4202560 2475 0 1 0 13 1 0 0 20 0 19 0 105153924 10060525568 74866 33554432000 1073741824 1073778376 140736045283952 140383292990328 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26036/tid=26039] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26039/stat : 26039 (java) S 26033 26036 21426 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 105153925 10060525568 74866 33554432000 1073741824 1073778376 140736045283952 140383136545320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26040] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26040/stat : 26040 (java) S 26033 26036 21426 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105153925 10060525568 74866 33554432000 1073741824 1073778376 140736045283952 140383135492520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26036/tid=26041] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26041/stat : 26041 (java) S 26033 26036 21426 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105153925 10060525568 74866 33554432000 1073741824 1073778376 140736045283952 140383134439720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26036/tid=26042] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26042/stat : 26042 (java) S 26033 26036 21426 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105153925 10060525568 74866 33554432000 1073741824 1073778376 140736045283952 140383133386920 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26036/tid=26043] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26043/stat : 26043 (java) S 26033 26036 21426 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105153925 10060525568 74866 33554432000 1073741824 1073778376 140736045283952 140383132335144 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26044] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26044/stat : 26044 (java) S 26033 26036 21426 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 105153925 10060525568 74866 33554432000 1073741824 1073778376 140736045283952 140383131282344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26036/tid=26045] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26045/stat : 26045 (java) S 26033 26036 21426 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105153925 10060525568 74866 33554432000 1073741824 1073778376 140736045283952 140383130229544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26036/tid=26046] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26046/stat : 26046 (java) S 26033 26036 21426 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105153925 10060525568 74866 33554432000 1073741824 1073778376 140736045283952 140383129176744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26036/tid=26047] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26047/stat : 26047 (java) S 26033 26036 21426 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 105153927 10060525568 74866 33554432000 1073741824 1073778376 140736045283952 140383116978664 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26036/tid=26048] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26048/stat : 26048 (java) S 26033 26036 21426 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105153927 10060525568 74866 33554432000 1073741824 1073778376 140736045283952 140383115924728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26049] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26049/stat : 26049 (java) S 26033 26036 21426 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105153927 10060525568 74866 33554432000 1073741824 1073778376 140736045283952 140383114871816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26050] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26050/stat : 26050 (java) S 26033 26036 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105153929 10060525568 74866 33554432000 1073741824 1073778376 140736045283952 140383113820304 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26051] ppid=26033 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/26036/task/26051/stat : 26051 (java) S 26033 26036 21426 0 -1 4202560 10548 0 0 0 90 2 0 0 20 0 19 0 105153929 10060525568 74866 33554432000 1073741824 1073778376 140736045283952 140383112768440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26052] ppid=26033 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/26036/task/26052/stat : 26052 (java) S 26033 26036 21426 0 -1 4202560 12786 0 0 0 125 4 0 0 20 0 19 0 105153929 10060525568 74866 33554432000 1073741824 1073778376 140736045283952 140383111715640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26036/tid=26053] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26053/stat : 26053 (java) S 26033 26036 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105153929 10060525568 74866 33554432000 1073741824 1073778376 140736045283952 140383110663032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26036/tid=26054] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26054/stat : 26054 (java) S 26033 26036 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105153929 10060525568 74866 33554432000 1073741824 1073778376 140736045283952 140383109610440 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26036/tid=26058] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26058/stat : 26058 (java) S 26033 26036 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105153940 10060525568 74866 33554432000 1073741824 1073778376 140736045283952 140383105397544 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.46
Current children cumulated vsize (KiB) 9824732


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

/proc/26036/task/26046/stat : 26046 (java) S 26033 26036 21426 0 -1 4202560 443 0 0 0 196 16 0 0 20 0 22 0 105153925 10060525568 442103 33554432000 1073741824 1073778376 140736045283952 140383129176744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26036/tid=26047] ppid=26033 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/26036/task/26047/stat : 26047 (java) S 26033 26036 21426 0 -1 4202560 1507 0 0 0 139 32 0 0 20 0 22 0 105153927 10060525568 442103 33554432000 1073741824 1073778376 140736045283952 140383116978664 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26036/tid=26048] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26048/stat : 26048 (java) S 26033 26036 21426 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105153927 10060525568 442103 33554432000 1073741824 1073778376 140736045283952 140383115924728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26036/tid=26049] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26049/stat : 26049 (java) S 26033 26036 21426 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 22 0 105153927 10060525568 442103 33554432000 1073741824 1073778376 140736045283952 140383114871816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26036/tid=26050] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26050/stat : 26050 (java) S 26033 26036 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105153929 10060525568 442103 33554432000 1073741824 1073778376 140736045283952 140383113820304 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26051] ppid=26033 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/26036/task/26051/stat : 26051 (java) S 26033 26036 21426 0 -1 4202560 11861 0 0 0 110 2 0 0 20 0 22 0 105153929 10060525568 442103 33554432000 1073741824 1073778376 140736045283952 140383112768440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26036/tid=26052] ppid=26033 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/26036/task/26052/stat : 26052 (java) S 26033 26036 21426 0 -1 4202560 12786 0 0 0 128 4 0 0 20 0 22 0 105153929 10060525568 442103 33554432000 1073741824 1073778376 140736045283952 140383111715640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26036/tid=26053] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26053/stat : 26053 (java) S 26033 26036 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105153929 10060525568 442103 33554432000 1073741824 1073778376 140736045283952 140383110663032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26036/tid=26054] ppid=26033 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/26036/task/26054/stat : 26054 (java) S 26033 26036 21426 0 -1 4202560 51 0 0 0 11 16 0 0 20 0 22 0 105153929 10060525568 442103 33554432000 1073741824 1073778376 140736045283952 140383109610440 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26036/tid=26094] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26094/stat : 26094 (java) S 26033 26036 21426 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 105154692 10060525568 442103 33554432000 1073741824 1073778376 140736045283952 140383105398056 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26036/tid=26495] ppid=26033 vsize=9824732 CPUtime=539.07 cores=0,2,4,6
/proc/26036/task/26495/stat : 26495 (java) R 26033 26036 21426 0 -1 4202560 69 0 0 0 53898 9 0 0 20 0 22 0 105187659 10060525568 442103 33554432000 1073741824 1073778376 140736045283952 140383106448496 140383165175752 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26496] ppid=26033 vsize=9824732 CPUtime=539.04 cores=0,2,4,6
/proc/26036/task/26496/stat : 26496 (java) R 26033 26036 21426 0 -1 4202560 177 0 0 0 53895 9 0 0 20 0 22 0 105187659 10060525568 442103 33554432000 1073741824 1073778376 140736045283952 140383108553536 140383165785474 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26036/tid=26497] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26497/stat : 26497 (java) S 26033 26036 21426 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 105187716 10060525568 442103 33554432000 1073741824 1073778376 140736045283952 140383107503656 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1748.69
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+907.501 s]
/proc/loadavg: 4.02 3.96 4.03 5/219 26692
/proc/meminfo: memFree=28583524/32872528 swapFree=12328/568296
[pid=26036] ppid=26033 vsize=9824732 CPUtime=1799.33 cores=0,2,4,6
/proc/26036/stat : 26036 (java) S 26033 26036 21426 0 -1 4202496 35755 0 1 0 179646 287 0 0 20 0 22 0 105153923 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140736045275088 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26036/statm: 2456183 434717 2293 9 0 2446860 0
[pid=26036/tid=26038] ppid=26033 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/26036/task/26038/stat : 26038 (java) S 26033 26036 21426 0 -1 4202560 2498 0 1 0 111 3 0 0 20 0 22 0 105153924 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383292990328 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26039] ppid=26033 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/26036/task/26039/stat : 26039 (java) S 26033 26036 21426 0 -1 4202560 410 0 0 0 191 14 0 0 20 0 22 0 105153925 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383136545320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26040] ppid=26033 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/26036/task/26040/stat : 26040 (java) S 26033 26036 21426 0 -1 4202560 498 0 0 0 205 19 0 0 20 0 22 0 105153925 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383135492520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26036/tid=26041] ppid=26033 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/26036/task/26041/stat : 26041 (java) S 26033 26036 21426 0 -1 4202560 448 0 0 0 205 15 0 0 20 0 22 0 105153925 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383134439720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26042] ppid=26033 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/26036/task/26042/stat : 26042 (java) S 26033 26036 21426 0 -1 4202560 499 0 0 0 197 19 0 0 20 0 22 0 105153925 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383133386920 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26043] ppid=26033 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/26036/task/26043/stat : 26043 (java) S 26033 26036 21426 0 -1 4202560 469 0 0 0 211 17 0 0 20 0 22 0 105153925 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383132335144 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26044] ppid=26033 vsize=9824732 CPUtime=2.27 cores=0,2,4,6
/proc/26036/task/26044/stat : 26044 (java) S 26033 26036 21426 0 -1 4202560 461 0 0 0 209 18 0 0 20 0 22 0 105153925 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383131282344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26036/tid=26045] ppid=26033 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/26036/task/26045/stat : 26045 (java) S 26033 26036 21426 0 -1 4202560 459 0 0 0 213 15 0 0 20 0 22 0 105153925 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383130229544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26046] ppid=26033 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/26036/task/26046/stat : 26046 (java) S 26033 26036 21426 0 -1 4202560 449 0 0 0 204 16 0 0 20 0 22 0 105153925 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383129176744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26036/tid=26047] ppid=26033 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/26036/task/26047/stat : 26047 (java) S 26033 26036 21426 0 -1 4202560 1509 0 0 0 139 33 0 0 20 0 22 0 105153927 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383116978664 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26048] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26048/stat : 26048 (java) S 26033 26036 21426 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105153927 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383115924728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26036/tid=26049] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26049/stat : 26049 (java) S 26033 26036 21426 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 22 0 105153927 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383114871816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26036/tid=26050] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26050/stat : 26050 (java) S 26033 26036 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105153929 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383113820304 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26051] ppid=26033 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/26036/task/26051/stat : 26051 (java) S 26033 26036 21426 0 -1 4202560 11861 0 0 0 110 2 0 0 20 0 22 0 105153929 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383112768440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26036/tid=26052] ppid=26033 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/26036/task/26052/stat : 26052 (java) S 26033 26036 21426 0 -1 4202560 12786 0 0 0 128 4 0 0 20 0 22 0 105153929 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383111715640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26036/tid=26053] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26053/stat : 26053 (java) S 26033 26036 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105153929 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383110663032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26036/tid=26054] ppid=26033 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/26036/task/26054/stat : 26054 (java) S 26033 26036 21426 0 -1 4202560 53 0 0 0 11 17 0 0 20 0 22 0 105153929 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383109610440 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26036/tid=26094] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26094/stat : 26094 (java) S 26033 26036 21426 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 105154692 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383105398056 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26036/tid=26495] ppid=26033 vsize=9824732 CPUtime=564.03 cores=0,2,4,6
/proc/26036/task/26495/stat : 26495 (java) R 26033 26036 21426 0 -1 4202560 71 0 0 0 56394 9 0 0 20 0 22 0 105187659 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383106447728 140383165478315 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26496] ppid=26033 vsize=9824732 CPUtime=564 cores=0,2,4,6
/proc/26036/task/26496/stat : 26496 (java) R 26033 26036 21426 0 -1 4202560 188 0 0 0 56391 9 0 0 20 0 22 0 105187659 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383108554704 140383165360542 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26036/tid=26497] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26497/stat : 26497 (java) S 26033 26036 21426 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 105187716 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383107503656 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.33
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 26036 sig 9
??? kill -26036 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+907.501 s]
/proc/loadavg: 4.02 3.96 4.03 5/219 26692
/proc/meminfo: memFree=28583524/32872528 swapFree=12328/568296
[pid=26036] ppid=26033 vsize=9824732 CPUtime=1799.33 cores=0,2,4,6
/proc/26036/stat : 26036 (java) S 26033 26036 21426 0 -1 4202496 35755 0 1 0 179646 287 0 0 20 0 22 0 105153923 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140736045275088 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26036/statm: 2456183 434717 2293 9 0 2446860 0
[pid=26036/tid=26038] ppid=26033 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/26036/task/26038/stat : 26038 (java) S 26033 26036 21426 0 -1 4202560 2498 0 1 0 111 3 0 0 20 0 22 0 105153924 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383292990328 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26039] ppid=26033 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/26036/task/26039/stat : 26039 (java) S 26033 26036 21426 0 -1 4202560 410 0 0 0 191 14 0 0 20 0 22 0 105153925 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383136545320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26040] ppid=26033 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/26036/task/26040/stat : 26040 (java) S 26033 26036 21426 0 -1 4202560 498 0 0 0 205 19 0 0 20 0 22 0 105153925 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383135492520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26036/tid=26041] ppid=26033 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/26036/task/26041/stat : 26041 (java) S 26033 26036 21426 0 -1 4202560 448 0 0 0 205 15 0 0 20 0 22 0 105153925 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383134439720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26042] ppid=26033 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/26036/task/26042/stat : 26042 (java) S 26033 26036 21426 0 -1 4202560 499 0 0 0 197 19 0 0 20 0 22 0 105153925 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383133386920 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26043] ppid=26033 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/26036/task/26043/stat : 26043 (java) S 26033 26036 21426 0 -1 4202560 469 0 0 0 211 17 0 0 20 0 22 0 105153925 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383132335144 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26044] ppid=26033 vsize=9824732 CPUtime=2.27 cores=0,2,4,6
/proc/26036/task/26044/stat : 26044 (java) S 26033 26036 21426 0 -1 4202560 461 0 0 0 209 18 0 0 20 0 22 0 105153925 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383131282344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26036/tid=26045] ppid=26033 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/26036/task/26045/stat : 26045 (java) S 26033 26036 21426 0 -1 4202560 459 0 0 0 213 15 0 0 20 0 22 0 105153925 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383130229544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26046] ppid=26033 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/26036/task/26046/stat : 26046 (java) S 26033 26036 21426 0 -1 4202560 449 0 0 0 204 16 0 0 20 0 22 0 105153925 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383129176744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26036/tid=26047] ppid=26033 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/26036/task/26047/stat : 26047 (java) S 26033 26036 21426 0 -1 4202560 1509 0 0 0 139 33 0 0 20 0 22 0 105153927 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383116978664 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26048] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26048/stat : 26048 (java) S 26033 26036 21426 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105153927 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383115924728 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26036/tid=26049] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26049/stat : 26049 (java) S 26033 26036 21426 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 22 0 105153927 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383114871816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26036/tid=26050] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26050/stat : 26050 (java) S 26033 26036 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105153929 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383113820304 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26051] ppid=26033 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/26036/task/26051/stat : 26051 (java) S 26033 26036 21426 0 -1 4202560 11861 0 0 0 110 2 0 0 20 0 22 0 105153929 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383112768440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26036/tid=26052] ppid=26033 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/26036/task/26052/stat : 26052 (java) S 26033 26036 21426 0 -1 4202560 12786 0 0 0 128 4 0 0 20 0 22 0 105153929 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383111715640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26036/tid=26053] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26053/stat : 26053 (java) S 26033 26036 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105153929 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383110663032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26036/tid=26054] ppid=26033 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/26036/task/26054/stat : 26054 (java) S 26033 26036 21426 0 -1 4202560 53 0 0 0 11 17 0 0 20 0 22 0 105153929 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383109610440 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26036/tid=26094] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26094/stat : 26094 (java) S 26033 26036 21426 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 105154692 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383105398056 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26036/tid=26495] ppid=26033 vsize=9824732 CPUtime=564.03 cores=0,2,4,6
/proc/26036/task/26495/stat : 26495 (java) R 26033 26036 21426 0 -1 4202560 71 0 0 0 56394 9 0 0 20 0 22 0 105187659 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383106447728 140383165478315 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26036/tid=26496] ppid=26033 vsize=9824732 CPUtime=564 cores=0,2,4,6
/proc/26036/task/26496/stat : 26496 (java) R 26033 26036 21426 0 -1 4202560 188 0 0 0 56391 9 0 0 20 0 22 0 105187659 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383108554704 140383165360542 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26036/tid=26497] ppid=26033 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26036/task/26497/stat : 26497 (java) S 26033 26036 21426 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 105187716 10060525568 434717 33554432000 1073741824 1073778376 140736045283952 140383107503656 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.33
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26036 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=800300
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=251505
# CPU time returned by wait4() is 1797.05
# while last known CPU time is 1799.33
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.75
#  lost CPU user time (s): 0.860016
#  lost CPU system time (s): -0.11

Real time (s): 907.564
CPU time (s): 1800.08
CPU user time (s): 1797.32
CPU system time (s): 2.76
CPU usage (%): 198.342
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.8
system time used= 3.2515
maximum resident set size= 2166004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35798
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34776
involuntary context switches= 41202

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.68314 second user time and 7.28289 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-06 18:56:54
IDJOB=4081374
IDBENCH=2899
IDSOLVER=2543
FILE ID=node138/4081374-1465232213
RUNJOBID= node138-1465221375-21442
PBS_JOBID= 19843229
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_5_40_3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081374-1465232213/watcher-4081374-1465232213 -o /tmp/evaluation-result-4081374-1465232213/solver-4081374-1465232213 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465221375-21442 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081374-1465232213.opb

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

MD5SUM BENCH= 455599f2e36aed56b051b7169c43fa6c
RANDOM SEED=1248514653

node138.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.807
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	: 5333.61
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.807
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	: 5332.56
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.807
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	: 5332.55
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.807
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	: 5332.55
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.807
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	: 5332.55
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.807
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	: 5332.55
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.807
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	: 5332.55
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.807
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27403124 kB
Buffers:           25624 kB
Cached:            89612 kB
SwapCached:        46424 kB
Active:          4088520 kB
Inactive:         101952 kB
Active(anon):    4030368 kB
Inactive(anon):    47172 kB
Active(file):      58152 kB
Inactive(file):    54780 kB
Unevictable:      568296 kB
Mlocked:           12328 kB
SwapTotal:      67108856 kB
SwapFree:       67053456 kB
Dirty:               496 kB
Writeback:             0 kB
AnonPages:       4602272 kB
Mapped:            15456 kB
Shmem:                 0 kB
Slab:             567716 kB
SReclaimable:      11404 kB
SUnreclaim:       556312 kB
KernelStack:        1664 kB
PageTables:        13420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5233756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4519936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node138 at 2016-06-06 19:12:01