Trace number 3688206

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)3 1800.09 946.561

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 benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark305.689
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-2012 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.09/0.10	c version 2.3.2.v20120418
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c c --- End Solver configuration ---
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-3688206-1337875883.opb
0.09/0.13	c reading problem ... 
0.09/0.16	c ... done. Wall clock time 0.035s.
0.09/0.16	c declared #vars     120
0.09/0.16	c #constraints  10
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 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
0.28/0.22	c  And the winner is solver0
0.50/0.67	c SATISFIABLE
0.50/0.67	c OPTIMIZING...
0.50/0.67	c Got one! Elapsed wall clock time (in seconds):0.537
0.50/0.67	o 182
0.50/0.69	c  And the winner is solver0
0.61/1.17	c Got one! Elapsed wall clock time (in seconds):1.039
0.61/1.17	o 181
0.61/1.18	c  And the winner is solver0
0.69/1.67	c Got one! Elapsed wall clock time (in seconds):1.54
0.69/1.67	o 179
0.69/1.70	c  And the winner is solver0
0.81/2.17	c Got one! Elapsed wall clock time (in seconds):2.042
0.81/2.17	o 166
0.81/2.18	c  And the winner is solver0
0.89/2.67	c Got one! Elapsed wall clock time (in seconds):2.543
0.89/2.67	o 151
0.89/2.69	c  And the winner is solver0
0.94/3.17	c Got one! Elapsed wall clock time (in seconds):3.045
0.94/3.17	o 149
0.94/3.19	c  And the winner is solver0
0.99/3.67	c Got one! Elapsed wall clock time (in seconds):3.546
0.99/3.67	o 125
1.05/3.71	c  And the winner is solver0
1.34/4.18	c Got one! Elapsed wall clock time (in seconds):4.047
1.34/4.18	o 124
1.34/4.18	c  And the winner is solver0
1.35/4.68	c Got one! Elapsed wall clock time (in seconds):4.549
1.35/4.68	o 122
1.41/4.70	c  And the winner is solver0
1.49/5.18	c Got one! Elapsed wall clock time (in seconds):5.05
1.49/5.18	o 121
2.34/5.41	c cleaning 4024 clauses out of 8047 with flag 5002/8047
2.34/5.46	c  And the winner is solver1
2.49/5.68	c Got one! Elapsed wall clock time (in seconds):5.552
2.49/5.68	o 105
2.49/5.69	c  And the winner is solver0
2.49/6.18	c Got one! Elapsed wall clock time (in seconds):6.053
2.49/6.18	o 104
2.49/6.19	c  And the winner is solver0
2.51/6.68	c Got one! Elapsed wall clock time (in seconds):6.554
2.51/6.68	o 102
2.51/6.69	c  And the winner is solver0
2.51/7.18	c Got one! Elapsed wall clock time (in seconds):7.055
2.51/7.18	o 101
2.51/7.19	c  And the winner is solver0
2.51/7.69	c Got one! Elapsed wall clock time (in seconds):7.557
2.51/7.69	o 99
2.59/7.73	c  And the winner is solver0
2.67/8.19	c Got one! Elapsed wall clock time (in seconds):8.058
2.67/8.19	o 98
2.69/8.21	c  And the winner is solver0
2.74/8.69	c Got one! Elapsed wall clock time (in seconds):8.559
2.74/8.69	o 97
2.78/8.75	c  And the winner is solver0
2.89/9.19	c Got one! Elapsed wall clock time (in seconds):9.06
2.89/9.19	o 95
2.90/9.24	c  And the winner is solver0
2.99/9.69	c Got one! Elapsed wall clock time (in seconds):9.561
2.99/9.69	o 93
3.01/9.79	c cleaning 6089 clauses out of 12177 with flag 2002/16201
3.61/10.01	c  And the winner is solver1
3.66/10.19	c Got one! Elapsed wall clock time (in seconds):10.062
3.66/10.19	o 87
3.67/10.20	c  And the winner is solver0
3.71/10.69	c Got one! Elapsed wall clock time (in seconds):10.563
3.71/10.69	o 83
3.72/10.77	c cleaning 5894 clauses out of 11790 with flag 1001/21903
4.61/11.11	c cleaning 5947 clauses out of 11895 with flag 7000/27902
4.61/11.19	c  And the winner is solver0
4.76/11.69	c Got one! Elapsed wall clock time (in seconds):11.565
4.76/11.69	o 82
4.77/11.72	c  And the winner is solver0
4.83/12.19	c Got one! Elapsed wall clock time (in seconds):12.066
4.83/12.19	o 78
4.84/12.20	c  And the winner is solver0
4.85/12.70	c Got one! Elapsed wall clock time (in seconds):12.567
4.85/12.70	o 77
4.85/12.71	c  And the winner is solver0
4.90/13.20	c Got one! Elapsed wall clock time (in seconds):13.068
4.90/13.20	o 76
4.91/13.22	c  And the winner is solver0
4.96/13.70	c Got one! Elapsed wall clock time (in seconds):13.569
4.96/13.70	o 75
5.15/13.80	c  And the winner is solver0
5.19/14.20	c Got one! Elapsed wall clock time (in seconds):14.07
5.19/14.20	o 73
5.20/14.25	c  And the winner is solver0
5.31/14.70	c Got one! Elapsed wall clock time (in seconds):14.571
5.31/14.70	o 67
5.50/14.82	c cleaning 7071 clauses out of 14141 with flag 2002/36095
5.68/14.92	c  And the winner is solver0
5.73/15.20	c Got one! Elapsed wall clock time (in seconds):15.073
5.73/15.20	o 65
6.28/15.41	c cleaning 6315 clauses out of 12641 with flag 4001/41666
6.28/15.45	c  And the winner is solver0
6.36/15.70	c Got one! Elapsed wall clock time (in seconds):15.574
6.36/15.70	o 62
6.36/15.78	c  And the winner is solver0
6.53/16.20	c Got one! Elapsed wall clock time (in seconds):16.075
6.53/16.20	o 61
6.53/16.26	c  And the winner is solver0
6.67/16.70	c Got one! Elapsed wall clock time (in seconds):16.576
6.67/16.70	o 58
6.85/16.80	c  And the winner is solver0
6.89/17.21	c Got one! Elapsed wall clock time (in seconds):17.077
6.89/17.21	o 54
6.89/17.28	c cleaning 6266 clauses out of 12540 with flag 1000/47880
7.07/17.37	c  And the winner is solver0
7.22/17.71	c Got one! Elapsed wall clock time (in seconds):17.579
7.22/17.71	o 53
7.41/17.88	c cleaning 5819 clauses out of 11639 with flag 4000/53245
7.61/17.95	c  And the winner is solver0
7.70/18.21	c Got one! Elapsed wall clock time (in seconds):18.08
7.70/18.21	o 48
7.70/18.27	c  And the winner is solver0
7.83/18.71	c Got one! Elapsed wall clock time (in seconds):18.581
7.83/18.71	o 47
8.00/18.89	c cleaning 5871 clauses out of 11743 with flag 4000/59168
8.78/19.20	c cleaning 5933 clauses out of 11873 with flag 10001/65169
8.93/19.38	c  And the winner is solver0
9.11/19.74	c Got one! Elapsed wall clock time (in seconds):19.61
9.11/19.74	o 45
9.24/19.86	c cleaning 5833 clauses out of 11680 with flag 2001/70909
9.39/19.92	c  And the winner is solver0
9.45/20.24	c Got one! Elapsed wall clock time (in seconds):20.111
9.45/20.24	o 43
9.77/20.48	c cleaning 5706 clauses out of 11419 with flag 5000/76481
10.32/20.80	c cleaning 5858 clauses out of 11715 with flag 11002/82483
11.09/21.15	c cleaning 6429 clauses out of 12858 with flag 18003/89484
11.45/21.39	c  And the winner is solver0
11.67/21.74	c Got one! Elapsed wall clock time (in seconds):21.612
11.67/21.74	o 42
11.78/21.86	c  And the winner is solver0
11.93/22.24	c Got one! Elapsed wall clock time (in seconds):22.113
11.93/22.24	o 41
12.25/22.43	c cleaning 8468 clauses out of 16947 with flag 3000/100002
13.01/22.85	c cleaning 7234 clauses out of 14480 with flag 9001/106003
13.75/23.28	c cleaning 7122 clauses out of 14246 with flag 16001/113003
14.31/23.51	c  And the winner is solver1
14.35/23.74	c Got one! Elapsed wall clock time (in seconds):23.614
14.35/23.74	o 38
14.35/23.76	c  And the winner is solver0
14.39/24.24	c Got one! Elapsed wall clock time (in seconds):24.115
14.39/24.24	o 37
14.39/24.29	c  And the winner is solver0
14.48/24.75	c Got one! Elapsed wall clock time (in seconds):24.616
14.48/24.75	o 35
14.58/24.82	c cleaning 6611 clauses out of 13227 with flag 1001/119106
15.15/25.16	c cleaning 6303 clauses out of 12616 with flag 7001/125106
15.52/25.31	c  And the winner is solver0
15.58/25.75	c Got one! Elapsed wall clock time (in seconds):25.618
15.58/25.75	o 34
15.58/25.77	c  And the winner is solver0
15.64/26.25	c Got one! Elapsed wall clock time (in seconds):26.119
15.64/26.25	o 33
15.75/26.37	c cleaning 5936 clauses out of 11875 with flag 2001/130668
15.92/26.49	c  And the winner is solver0
16.10/26.75	c Got one! Elapsed wall clock time (in seconds):26.62
16.10/26.75	o 32
16.40/26.93	c cleaning 5766 clauses out of 11544 with flag 4000/136273
16.55/27.00	c  And the winner is solver0
16.60/27.25	c Got one! Elapsed wall clock time (in seconds):27.121
16.60/27.25	o 28
16.68/27.35	c  And the winner is solver0
16.82/27.75	c Got one! Elapsed wall clock time (in seconds):27.622
16.82/27.75	o 26
16.91/27.85	c  And the winner is solver0
17.04/28.25	c Got one! Elapsed wall clock time (in seconds):28.123
17.04/28.25	o 25
17.13/28.33	c cleaning 6183 clauses out of 12375 with flag 1000/142870
17.70/28.69	c cleaning 6095 clauses out of 12192 with flag 7000/148870
18.43/29.02	c cleaning 6543 clauses out of 13097 with flag 14000/155870
19.16/29.41	c  And the winner is solver0
19.21/29.75	c Got one! Elapsed wall clock time (in seconds):29.625
19.21/29.75	o 23
19.70/30.07	c cleaning 9641 clauses out of 19288 with flag 5002/168604
20.04/30.21	c  And the winner is solver0
20.04/30.25	c Got one! Elapsed wall clock time (in seconds):30.126
20.04/30.25	o 21
20.40/30.42	c cleaning 7356 clauses out of 14724 with flag 3002/173681
21.16/30.81	c cleaning 6677 clauses out of 13366 with flag 9000/179679
21.88/31.23	c cleaning 6841 clauses out of 13690 with flag 16001/186680
22.81/31.73	c cleaning 7425 clauses out of 14849 with flag 24001/194680
23.96/32.33	c cleaning 8210 clauses out of 16424 with flag 33001/203680
25.10/32.93	c cleaning 9101 clauses out of 18213 with flag 43000/213679
26.43/33.68	c cleaning 10056 clauses out of 20112 with flag 54000/224679
28.34/34.62	c cleaning 11025 clauses out of 22059 with flag 66003/236682
28.69/34.80	c  And the winner is solver0
28.69/34.86	c Got one! Elapsed wall clock time (in seconds):34.735
28.69/34.86	o 20
28.98/35.08	c cleaning 8358 clauses out of 16727 with flag 3000/242375
29.71/35.45	c cleaning 7182 clauses out of 14371 with flag 9002/248377
30.05/35.63	c  And the winner is solver0
30.17/35.86	c Got one! Elapsed wall clock time (in seconds):35.736
30.17/35.86	o 19
30.43/36.03	c cleaning 6364 clauses out of 12739 with flag 3002/253927
30.95/36.39	c cleaning 6182 clauses out of 12373 with flag 9000/259925
31.14/36.47	c  And the winner is solver0
31.26/36.87	c Got one! Elapsed wall clock time (in seconds):36.738
31.26/36.87	o 17
31.52/37.09	c cleaning 5651 clauses out of 11322 with flag 5000/265056
32.07/37.40	c cleaning 5832 clauses out of 11671 with flag 11000/271056
32.60/37.63	c  And the winner is solver0
32.71/37.87	c Got one! Elapsed wall clock time (in seconds):37.739
32.71/37.87	o 9
32.77/37.99	c cleaning 5832 clauses out of 11683 with flag 2000/276900
33.47/38.36	c cleaning 5923 clauses out of 11852 with flag 8001/282901
34.20/38.71	c cleaning 6464 clauses out of 12928 with flag 15000/289900
34.92/39.17	c cleaning 7235 clauses out of 14469 with flag 23005/297905
36.05/39.73	c cleaning 8114 clauses out of 16230 with flag 32001/306901
37.15/40.35	c  And the winner is solver0
37.29/40.44	c Got one! Elapsed wall clock time (in seconds):40.307
37.29/40.44	o 8
38.03/40.82	c cleaning 11228 clauses out of 22475 with flag 5001/321260
38.75/41.21	c cleaning 8620 clauses out of 17249 with flag 11003/327262
39.47/41.63	c cleaning 7810 clauses out of 15626 with flag 18000/334259
40.40/42.15	c cleaning 7901 clauses out of 15816 with flag 26000/342259
41.48/42.75	c cleaning 8460 clauses out of 16920 with flag 35005/351264
42.61/43.37	c cleaning 9226 clauses out of 18455 with flag 45000/361259
43.94/44.09	c cleaning 10115 clauses out of 20230 with flag 56001/372260
45.68/44.94	c cleaning 11049 clauses out of 22114 with flag 68000/384259
47.55/45.96	c cleaning 12029 clauses out of 24065 with flag 81000/397259
49.88/47.20	c cleaning 13019 clauses out of 26037 with flag 95001/411260
52.21/48.33	c cleaning 14004 clauses out of 28017 with flag 110000/426259
54.72/49.67	c cleaning 15002 clauses out of 30013 with flag 126000/442259
57.42/51.07	c cleaning 16004 clauses out of 32011 with flag 143000/459259
60.75/52.79	c cleaning 16999 clauses out of 34008 with flag 161001/477260
65.69/55.28	c cleaning 18003 clauses out of 36011 with flag 180003/496262
69.80/57.32	c cleaning 18999 clauses out of 38006 with flag 200001/516260
73.47/59.23	c cleaning 20004 clauses out of 40008 with flag 221002/537261
76.77/60.99	c cleaning 20999 clauses out of 42003 with flag 243001/559260
80.87/63.04	c cleaning 22002 clauses out of 44003 with flag 266000/582259
85.38/65.33	c cleaning 22998 clauses out of 46003 with flag 290002/606261
90.04/67.76	c cleaning 24000 clauses out of 48005 with flag 315002/631261
95.16/70.33	c cleaning 24997 clauses out of 50004 with flag 341001/657260
100.68/73.13	c cleaning 26002 clauses out of 52008 with flag 368002/684261
108.20/76.91	c cleaning 27001 clauses out of 54004 with flag 396000/712259
109.98/77.91	c  And the winner is solver0
109.91/78.28	c Got one! Elapsed wall clock time (in seconds):78.148
109.91/78.28	o 7
111.15/78.93	c cleaning 21370 clauses out of 42753 with flag 5000/728009
112.02/79.46	c cleaning 13684 clauses out of 27383 with flag 11000/734009
112.89/79.92	c cleaning 10346 clauses out of 20700 with flag 18001/741010
113.60/80.39	c cleaning 9170 clauses out of 18353 with flag 26000/749009
114.78/81.03	c cleaning 9087 clauses out of 18183 with flag 35000/758009
115.86/81.68	c cleaning 9542 clauses out of 19097 with flag 45001/768010
117.35/82.43	c cleaning 10274 clauses out of 20556 with flag 56002/779011
118.81/83.29	c cleaning 11140 clauses out of 22280 with flag 68000/791009
120.62/84.24	c cleaning 12066 clauses out of 24141 with flag 81001/804010
121.31/84.70	c  And the winner is solver0
121.55/85.00	c Got one! Elapsed wall clock time (in seconds):84.875
121.55/85.00	o 6
122.13/85.35	c cleaning 12462 clauses out of 24933 with flag 5001/816868
123.02/85.85	c cleaning 9230 clauses out of 18470 with flag 11000/822867
123.87/86.32	c cleaning 8105 clauses out of 16242 with flag 18002/829869
124.69/86.84	c cleaning 8066 clauses out of 16136 with flag 26001/837868
125.75/87.42	c cleaning 8532 clauses out of 17069 with flag 35000/846867
126.84/88.06	c cleaning 9263 clauses out of 18537 with flag 45000/856867
128.30/88.86	c cleaning 10135 clauses out of 20274 with flag 56000/867867
130.11/89.85	c cleaning 11071 clauses out of 22141 with flag 68002/879869
131.98/90.88	c cleaning 12033 clauses out of 24070 with flag 81002/892869
133.85/91.86	c cleaning 13018 clauses out of 26036 with flag 95001/906868
136.11/93.07	c cleaning 14009 clauses out of 28018 with flag 110001/921868
137.72/93.98	c  And the winner is solver0
137.91/94.29	c Got one! Elapsed wall clock time (in seconds):94.159
137.91/94.29	o 5
138.72/94.77	c cleaning 14646 clauses out of 29309 with flag 5001/937168
139.58/95.29	c cleaning 10322 clauses out of 20663 with flag 11001/943168
140.46/95.78	c cleaning 8658 clauses out of 17340 with flag 18000/950167
141.32/96.28	c cleaning 8333 clauses out of 16683 with flag 26001/958168
142.35/96.88	c cleaning 8668 clauses out of 17349 with flag 35000/967167
143.42/97.46	c cleaning 9326 clauses out of 18681 with flag 45000/977167
144.69/98.16	c cleaning 10167 clauses out of 20356 with flag 56001/988168
146.17/98.93	c cleaning 11094 clauses out of 22189 with flag 68001/1000168
147.98/99.96	c cleaning 12041 clauses out of 24094 with flag 81000/1013167
149.84/100.96	c cleaning 13022 clauses out of 26054 with flag 95001/1027168
151.90/102.02	c cleaning 14013 clauses out of 28033 with flag 110002/1042169
153.97/103.17	c cleaning 15007 clauses out of 30019 with flag 126001/1058168
156.39/104.41	c cleaning 16003 clauses out of 32013 with flag 143002/1075169
158.65/105.68	c cleaning 16999 clauses out of 34008 with flag 161000/1093167
161.49/107.13	c cleaning 18004 clauses out of 36011 with flag 180002/1112169
164.78/108.88	c cleaning 19001 clauses out of 38006 with flag 200001/1132168
168.96/111.01	c cleaning 19998 clauses out of 40004 with flag 221000/1153167
173.62/113.40	c cleaning 21002 clauses out of 42008 with flag 243002/1175169
178.49/115.97	c cleaning 22002 clauses out of 44004 with flag 266000/1198167
184.36/118.93	c cleaning 23001 clauses out of 46002 with flag 290000/1222167
190.94/122.35	c cleaning 24002 clauses out of 48003 with flag 315002/1247169
197.22/125.60	c cleaning 25000 clauses out of 49999 with flag 341000/1273167
204.71/129.37	c cleaning 25998 clauses out of 51999 with flag 368000/1300167
211.60/132.86	c cleaning 26997 clauses out of 54001 with flag 396000/1328167
219.44/136.84	c cleaning 27997 clauses out of 56004 with flag 425000/1357167
226.93/140.60	c cleaning 29002 clauses out of 58007 with flag 455000/1387167
235.58/145.00	c cleaning 30004 clauses out of 60007 with flag 486002/1418169
245.05/149.87	c cleaning 31003 clauses out of 62007 with flag 518006/1450173
255.05/154.94	c cleaning 31998 clauses out of 63998 with flag 551000/1483167
264.73/159.87	c cleaning 33002 clauses out of 66003 with flag 585003/1517170
273.82/164.48	c cleaning 33996 clauses out of 67998 with flag 620000/1552167
282.69/168.93	c cleaning 34996 clauses out of 70002 with flag 656000/1588167
292.67/174.04	c cleaning 36000 clauses out of 72007 with flag 693001/1625168
303.72/179.70	c cleaning 37000 clauses out of 74007 with flag 731001/1663168
319.80/187.76	c cleaning 38003 clauses out of 76006 with flag 770000/1702167
330.45/193.17	c cleaning 38997 clauses out of 78003 with flag 810000/1742167
343.02/199.59	c cleaning 40001 clauses out of 80006 with flag 851000/1783167
355.51/205.85	c cleaning 40998 clauses out of 82006 with flag 893001/1825168
366.97/211.66	c cleaning 41999 clauses out of 84007 with flag 936000/1868167
381.05/218.73	c cleaning 43000 clauses out of 86009 with flag 980001/1912168
395.99/226.32	c cleaning 44000 clauses out of 88008 with flag 1025000/1957167
412.24/234.51	c cleaning 45005 clauses out of 90009 with flag 1071001/2003168
427.45/242.29	c cleaning 46002 clauses out of 92004 with flag 1118001/2050168
444.91/251.04	c cleaning 46999 clauses out of 94001 with flag 1166000/2098167
461.87/259.61	c cleaning 48001 clauses out of 96003 with flag 1215001/2147168
479.94/268.76	c cleaning 48994 clauses out of 98003 with flag 1265002/2197169
497.63/277.66	c cleaning 50000 clauses out of 100008 with flag 1316001/2248168
515.87/286.89	c cleaning 51004 clauses out of 102008 with flag 1368001/2300168
532.83/295.44	c cleaning 52002 clauses out of 104004 with flag 1421001/2353168
555.72/306.92	c cleaning 52995 clauses out of 106002 with flag 1475001/2407168
574.95/316.64	c cleaning 54003 clauses out of 108010 with flag 1530004/2462171
594.35/326.49	c cleaning 55001 clauses out of 110006 with flag 1586003/2518170
613.43/336.15	c cleaning 55996 clauses out of 112002 with flag 1643000/2575167
630.67/344.84	c cleaning 0 clauses out of 8520 with flag 0/8557
632.87/345.99	c cleaning 57000 clauses out of 114006 with flag 1701000/2633167
653.92/356.50	c cleaning 58004 clauses out of 116007 with flag 1760001/2692168
676.26/367.79	c cleaning 59001 clauses out of 118002 with flag 1820000/2752167
700.93/380.13	c cleaning 59997 clauses out of 120002 with flag 1881001/2813168
729.81/394.63	c cleaning 60999 clauses out of 122004 with flag 1943000/2875167
759.49/409.55	c cleaning 61999 clauses out of 124006 with flag 2006001/2938168
788.42/424.17	c cleaning 63003 clauses out of 126006 with flag 2070000/3002167
818.54/439.22	c cleaning 63995 clauses out of 128004 with flag 2135001/3067168
851.26/455.64	c cleaning 65005 clauses out of 130009 with flag 2201001/3133168
884.91/472.59	c cleaning 65997 clauses out of 132004 with flag 2268001/3200168
922.61/491.52	c cleaning 67000 clauses out of 134006 with flag 2336000/3268167
963.36/511.98	c cleaning 68001 clauses out of 136007 with flag 2405001/3337168
973.50/517.14	c  And the winner is solver0
972.88/517.50	c Got one! Elapsed wall clock time (in seconds):517.367
972.88/517.50	o 4
975.41/519.24	c cleaning 49862 clauses out of 99735 with flag 5001/3368897
977.45/520.41	c cleaning 27928 clauses out of 55872 with flag 11000/3374896
978.92/521.46	c cleaning 17466 clauses out of 34947 with flag 18003/3381899
979.97/522.18	c cleaning 12734 clauses out of 25482 with flag 26004/3389900
981.04/522.88	c cleaning 10864 clauses out of 21744 with flag 35000/3398896
982.32/523.65	c cleaning 10437 clauses out of 20882 with flag 45002/3408898
984.00/524.72	c cleaning 10714 clauses out of 21443 with flag 56000/3419896
985.46/525.68	c cleaning 11363 clauses out of 22729 with flag 68000/3431896
987.34/526.73	c cleaning 12180 clauses out of 24366 with flag 81000/3444896
989.42/527.90	c cleaning 13091 clauses out of 26188 with flag 95002/3458898
991.96/529.43	c cleaning 14047 clauses out of 28097 with flag 110002/3473898
994.45/530.87	c cleaning 15021 clauses out of 30049 with flag 126001/3489897
997.53/532.53	c cleaning 16015 clauses out of 32030 with flag 143003/3506899
1000.42/534.16	c cleaning 17003 clauses out of 34012 with flag 161000/3524896
1003.75/536.08	c cleaning 18002 clauses out of 36009 with flag 180000/3543896
1007.64/538.12	c cleaning 18999 clauses out of 38007 with flag 200000/3563896
1011.51/540.25	c cleaning 20002 clauses out of 40011 with flag 221003/3584899
1015.40/542.36	c cleaning 21000 clauses out of 42006 with flag 243000/3606896
1020.08/544.87	c cleaning 22003 clauses out of 44006 with flag 266000/3629896
1025.59/547.79	c cleaning 22999 clauses out of 46004 with flag 290001/3653897
1031.49/550.84	c cleaning 23999 clauses out of 48004 with flag 315000/3678896
1037.58/554.01	c cleaning 25001 clauses out of 50005 with flag 341000/3704896
1044.16/557.55	c cleaning 26001 clauses out of 52005 with flag 368001/3731897
1050.65/560.94	c cleaning 27002 clauses out of 54003 with flag 396000/3759896
1058.58/565.06	c cleaning 28001 clauses out of 56001 with flag 425000/3788896
1067.11/569.44	c cleaning 28995 clauses out of 58000 with flag 455000/3818896
1075.45/573.83	c cleaning 29994 clauses out of 60008 with flag 486003/3849899
1083.96/578.22	c cleaning 31002 clauses out of 62011 with flag 518000/3881896
1087.82/580.31	c  And the winner is solver0
1087.92/580.59	c Got one! Elapsed wall clock time (in seconds):580.461
1087.92/580.59	o 3
1089.33/581.30	c cleaning 27652 clauses out of 55320 with flag 5006/3906207
1090.38/582.09	c cleaning 16829 clauses out of 33667 with flag 11005/3912206
1091.67/582.97	c cleaning 11912 clauses out of 23835 with flag 18002/3919203
1092.69/583.65	c cleaning 9952 clauses out of 19922 with flag 26001/3927202
1093.73/584.37	c cleaning 9477 clauses out of 18969 with flag 35000/3936201
1095.03/585.15	c cleaning 9740 clauses out of 19496 with flag 45004/3946205
1096.49/586.20	c cleaning 10367 clauses out of 20752 with flag 56000/3957201
1097.95/587.06	c cleaning 11188 clauses out of 22389 with flag 68004/3969205
1099.42/587.99	c cleaning 12090 clauses out of 24201 with flag 81004/3982205
1101.28/589.07	c cleaning 13047 clauses out of 26111 with flag 95004/3996205
1103.15/590.15	c cleaning 14023 clauses out of 28061 with flag 110001/4011202
1105.20/591.36	c cleaning 15008 clauses out of 30037 with flag 126000/4027201
1107.64/592.71	c cleaning 16002 clauses out of 32029 with flag 143000/4044201
1110.10/594.11	c cleaning 17002 clauses out of 34028 with flag 161001/4062202
1113.26/595.90	c cleaning 18001 clauses out of 36026 with flag 180001/4081202
1115.93/597.44	c cleaning 19002 clauses out of 38024 with flag 200000/4101201
1120.00/599.66	c cleaning 20012 clauses out of 40023 with flag 221001/4122202
1124.64/602.18	c cleaning 21003 clauses out of 42011 with flag 243001/4144202
1130.29/605.26	c cleaning 22004 clauses out of 44008 with flag 266001/4167202
1136.58/608.52	c cleaning 22997 clauses out of 46004 with flag 290001/4191202
1142.49/611.63	c cleaning 24002 clauses out of 48007 with flag 315001/4216202
1148.94/615.01	c cleaning 24996 clauses out of 50005 with flag 341001/4242202
1155.91/618.74	c cleaning 26001 clauses out of 52009 with flag 368001/4269202
1163.98/622.93	c cleaning 27000 clauses out of 54007 with flag 396000/4297201
1172.51/627.36	c cleaning 28004 clauses out of 56008 with flag 425001/4326202
1182.43/632.45	c cleaning 29002 clauses out of 58004 with flag 455001/4356202
1193.56/638.20	c cleaning 29994 clauses out of 60004 with flag 486003/4387204
1205.64/644.48	c cleaning 31005 clauses out of 62009 with flag 518002/4419203
1215.38/649.46	c cleaning 31998 clauses out of 64005 with flag 551003/4452204
1226.32/655.03	c cleaning 33002 clauses out of 66009 with flag 585005/4486206
1238.71/661.46	c cleaning 33996 clauses out of 68004 with flag 620002/4521203
1252.23/668.31	c cleaning 34998 clauses out of 70007 with flag 656001/4557202
1266.19/675.47	c cleaning 36005 clauses out of 72009 with flag 693001/4594202
1274.65/679.88	c cleaning 36994 clauses out of 74003 with flag 731000/4632201
1282.49/684.04	c cleaning 38001 clauses out of 76009 with flag 770000/4671201
1290.17/688.01	c cleaning 39003 clauses out of 78010 with flag 810002/4711203
1298.47/692.38	c cleaning 40000 clauses out of 80007 with flag 851002/4752203
1308.17/697.32	c cleaning 41001 clauses out of 82007 with flag 893002/4794203
1319.72/703.38	c cleaning 42002 clauses out of 84005 with flag 936001/4837202
1330.81/709.03	c cleaning 42994 clauses out of 86004 with flag 980002/4881203
1341.28/714.41	c cleaning 44003 clauses out of 88008 with flag 1025000/4926201
1352.60/720.27	c cleaning 45000 clauses out of 90006 with flag 1071001/4972202
1366.36/727.38	c cleaning 46001 clauses out of 92005 with flag 1118000/5019201
1379.87/734.26	c cleaning 46998 clauses out of 94004 with flag 1166000/5067201
1395.64/742.24	c cleaning 47999 clauses out of 96006 with flag 1215000/5116201
1409.77/749.43	c cleaning 49000 clauses out of 98007 with flag 1265000/5166201
1426.67/758.12	c cleaning 49999 clauses out of 100007 with flag 1316000/5217201
1446.00/767.94	c cleaning 51003 clauses out of 102008 with flag 1368000/5269201
1465.74/777.90	c cleaning 51997 clauses out of 104005 with flag 1421000/5322201
1484.45/787.40	c cleaning 53000 clauses out of 106009 with flag 1475001/5376202
1506.46/798.63	c cleaning 53998 clauses out of 108008 with flag 1530000/5431201
1529.59/810.37	c cleaning 55002 clauses out of 110011 with flag 1586001/5487202
1555.44/823.63	c cleaning 56002 clauses out of 112009 with flag 1643001/5544202
1581.82/837.02	c cleaning 57000 clauses out of 114007 with flag 1701001/5602202
1606.36/849.48	c cleaning 57999 clauses out of 116006 with flag 1760000/5661201
1628.64/860.79	c cleaning 58998 clauses out of 118008 with flag 1820001/5721202
1649.91/871.57	c cleaning 60002 clauses out of 120010 with flag 1881001/5782202
1673.08/883.36	c cleaning 61001 clauses out of 122008 with flag 1943001/5844202
1699.77/896.85	c cleaning 61999 clauses out of 124006 with flag 2006000/5907201
1732.15/913.12	c cleaning 63005 clauses out of 126010 with flag 2070003/5971204
1762.90/928.68	c cleaning 64000 clauses out of 128003 with flag 2135001/6036202
1798.26/946.51	c starts		: 492
1798.26/946.51	c conflicts		: 6102202
1798.26/946.51	c decisions		: 6177192
1798.26/946.51	c propagations		: 43845180
1798.26/946.51	c inspects		: 9362661007
1798.26/946.51	c shortcuts		: 0
1798.26/946.51	c learnt literals	: 0
1798.26/946.51	c learnt binary clauses	: 0
1798.26/946.51	c learnt ternary clauses	: 0
1798.26/946.51	c learnt constraints	: 6102202
1798.26/946.51	c ignored constraints	: 0
1798.26/946.51	c root simplifications	: 0
1798.26/946.51	c removed literals (reason simplification)	: 45737088
1798.26/946.51	c reason swapping (by a shorter reason)	: 0
1798.26/946.51	c Calls to reduceDB	: 243
1798.26/946.51	c number of reductions to clauses (during analyze)	: 0
1798.26/946.51	c number of learned constraints concerned by reduction	: 0
1798.26/946.51	c number of learning phase by resolution	: 0
1798.26/946.51	c number of learning phase by cutting planes	: 0
1798.26/946.51	c speed (assignments/second)	: 47514.89812704615
1798.26/946.51	c non guided choices	1047
1798.26/946.54	c learnt constraints type 
1798.26/946.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 130003
1798.26/946.54	c constraints type 
1798.26/946.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11
1798.26/946.54	c 11 constraints processed.
1798.26/946.54	c constraints type 
1798.26/946.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11
1798.26/946.54	c 11 constraints processed.
1798.26/946.54	s SATISFIABLE
1798.26/946.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 
1798.26/946.54	c objective function=3
1798.26/946.54	c Total wall clock time (in seconds): 946.415

Verifier Data

OK	3

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-3688206-1337875883/watcher-3688206-1337875883 -o /tmp/evaluation-result-3688206-1337875883/solver-3688206-1337875883 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688206-1337875883.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.57 3.78 3.73 4/197 24743
/proc/meminfo: memFree=29449148/32873844 swapFree=7616/7616
[pid=24743] ppid=24741 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24743/stat : 24743 (java) D 24741 24743 23801 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 253713909 9515008 183 33554432000 1073741824 1073778376 140735232042448 140735232033480 214369648309 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/24743/statm: 2323 183 140 9 0 71 0

[startup+0.017345 s]
/proc/loadavg: 3.57 3.78 3.73 4/197 24743
/proc/meminfo: memFree=29449148/32873844 swapFree=7616/7616
[pid=24743] ppid=24741 vsize=101528 CPUtime=0 cores=1,3,5,7
/proc/24743/stat : 24743 (java) S 24741 24743 23801 0 -1 4202496 1371 0 0 0 0 0 0 0 20 0 2 0 253713909 103964672 1053 33554432000 1073741824 1073778376 140734542875600 140734542866736 214373007421 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24743/statm: 25382 1053 806 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.100317 s]
/proc/loadavg: 3.57 3.78 3.73 4/197 24743
/proc/meminfo: memFree=29449148/32873844 swapFree=7616/7616
[pid=24743] ppid=24741 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/24743/stat : 24743 (java) S 24741 24743 23801 0 -1 4202496 4166 0 1 0 8 1 0 0 20 0 18 0 253713909 9787813888 5366 33554432000 1073741824 1073778376 140734542875600 140734542866736 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24743/statm: 2389603 5368 2079 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300261 s]
/proc/loadavg: 3.57 3.78 3.73 4/197 24743
/proc/meminfo: memFree=29449148/32873844 swapFree=7616/7616
[pid=24743] ppid=24741 vsize=9824668 CPUtime=0.5 cores=1,3,5,7
/proc/24743/stat : 24743 (java) S 24741 24743 23801 0 -1 4202496 8285 0 1 0 46 4 0 0 20 0 19 0 253713909 10060460032 9464 33554432000 1073741824 1073778376 140734542875600 140734542866736 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24743/statm: 2456167 9464 2219 9 0 2446860 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9824668

[startup+0.700222 s]
/proc/loadavg: 3.57 3.78 3.73 4/197 24743
/proc/meminfo: memFree=29449148/32873844 swapFree=7616/7616
[pid=24743] ppid=24741 vsize=9824668 CPUtime=0.59 cores=1,3,5,7
/proc/24743/stat : 24743 (java) S 24741 24743 23801 0 -1 4202496 8311 0 1 0 54 5 0 0 20 0 19 0 253713909 10060460032 11017 33554432000 1073741824 1073778376 140734542875600 140734542866736 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24743/statm: 2456167 11017 2222 9 0 2446860 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9824668

[startup+1.50069 s]
/proc/loadavg: 3.57 3.78 3.73 3/216 24768
/proc/meminfo: memFree=29407292/32873844 swapFree=7616/7616
[pid=24743] ppid=24741 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/24743/stat : 24743 (java) S 24741 24743 23801 0 -1 4202496 8367 0 1 0 62 7 0 0 20 0 19 0 253713909 10060460032 12059 33554432000 1073741824 1073778376 140734542875600 140734542866736 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24743/statm: 2456167 12059 2233 9 0 2446860 0
[pid=24743/tid=24745] ppid=24741 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/24743/task/24745/stat : 24745 (java) S 24741 24743 23801 0 -1 4202560 2465 0 1 0 12 1 0 0 20 0 19 0 253713910 10060460032 12059 33554432000 1073741824 1073778376 140734542875600 140297528620024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24746] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24746/stat : 24746 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253713911 10060460032 12059 33554432000 1073741824 1073778376 140734542875600 140297372547240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24747] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24747/stat : 24747 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253713911 10060460032 12059 33554432000 1073741824 1073778376 140734542875600 140297371494696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24743/tid=24748] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24748/stat : 24748 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253713911 10060460032 12059 33554432000 1073741824 1073778376 140734542875600 140297370442152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24743/tid=24749] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24749/stat : 24749 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253713911 10060460032 12059 33554432000 1073741824 1073778376 140734542875600 140297369389608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24750] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24750/stat : 24750 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253713911 10060460032 12059 33554432000 1073741824 1073778376 140734542875600 140297368337064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24751] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24751/stat : 24751 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253713911 10060460032 12059 33554432000 1073741824 1073778376 140734542875600 140297367284520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24752] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24752/stat : 24752 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253713911 10060460032 12059 33554432000 1073741824 1073778376 140734542875600 140297366231976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24753] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24753/stat : 24753 (java) S 24741 24743 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253713911 10060460032 12059 33554432000 1073741824 1073778376 140734542875600 140297365179432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24754] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24754/stat : 24754 (java) S 24741 24743 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253713913 10060460032 12059 33554432000 1073741824 1073778376 140734542875600 140297352767592 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24755] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24755/stat : 24755 (java) S 24741 24743 23801 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253713913 10060460032 12059 33554432000 1073741824 1073778376 140734542875600 140297351713912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24756] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24756/stat : 24756 (java) S 24741 24743 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253713913 10060460032 12059 33554432000 1073741824 1073778376 140734542875600 140297350661256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24757] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24757/stat : 24757 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253713916 10060460032 12059 33554432000 1073741824 1073778376 140734542875600 140297349610000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24758] ppid=24741 vsize=9824668 CPUtime=0.16 cores=1,3,5,7
/proc/24743/task/24758/stat : 24758 (java) S 24741 24743 23801 0 -1 4202560 2208 0 0 0 16 0 0 0 20 0 19 0 253713916 10060460032 12059 33554432000 1073741824 1073778376 140734542875600 140297348557368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24759] ppid=24741 vsize=9824668 CPUtime=0.19 cores=1,3,5,7
/proc/24743/task/24759/stat : 24759 (java) S 24741 24743 23801 0 -1 4202560 2352 0 0 0 19 0 0 0 20 0 19 0 253713916 10060460032 12059 33554432000 1073741824 1073778376 140734542875600 140297347504824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24743/tid=24760] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24760/stat : 24760 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253713916 10060460032 12059 33554432000 1073741824 1073778376 140734542875600 140297346452472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24743/tid=24761] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24761/stat : 24761 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253713916 10060460032 12059 33554432000 1073741824 1073778376 140734542875600 140297345400136 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24764] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24764/stat : 24764 (java) S 24741 24743 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253713926 10060460032 12059 33554432000 1073741824 1073778376 140734542875600 140297342239784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9824668

[startup+3.10069 s]
/proc/loadavg: 3.57 3.78 3.73 3/216 24774
/proc/meminfo: memFree=29396788/32873844 swapFree=7616/7616
[pid=24743] ppid=24741 vsize=9824668 CPUtime=0.94 cores=1,3,5,7
/proc/24743/stat : 24743 (java) S 24741 24743 23801 0 -1 4202496 9862 0 1 0 83 11 0 0 20 0 19 0 253713909 10060460032 15685 33554432000 1073741824 1073778376 140734542875600 140734542866736 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24743/statm: 2456167 15685 2240 9 0 2446860 0
[pid=24743/tid=24745] ppid=24741 vsize=9824668 CPUtime=0.14 cores=1,3,5,7
/proc/24743/task/24745/stat : 24745 (java) S 24741 24743 23801 0 -1 4202560 2466 0 1 0 13 1 0 0 20 0 19 0 253713910 10060460032 15685 33554432000 1073741824 1073778376 140734542875600 140297528620024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24746] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24746/stat : 24746 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253713911 10060460032 15685 33554432000 1073741824 1073778376 140734542875600 140297372547240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24747] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24747/stat : 24747 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253713911 10060460032 15685 33554432000 1073741824 1073778376 140734542875600 140297371494696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24743/tid=24748] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24748/stat : 24748 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253713911 10060460032 15685 33554432000 1073741824 1073778376 140734542875600 140297370442152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24743/tid=24749] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24749/stat : 24749 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253713911 10060460032 15685 33554432000 1073741824 1073778376 140734542875600 140297369389608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24750] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24750/stat : 24750 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253713911 10060460032 15685 33554432000 1073741824 1073778376 140734542875600 140297368337064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24751] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24751/stat : 24751 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253713911 10060460032 15685 33554432000 1073741824 1073778376 140734542875600 140297367284520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24752] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24752/stat : 24752 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253713911 10060460032 15685 33554432000 1073741824 1073778376 140734542875600 140297366231976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24753] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24753/stat : 24753 (java) S 24741 24743 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253713911 10060460032 15685 33554432000 1073741824 1073778376 140734542875600 140297365179432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24754] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24754/stat : 24754 (java) S 24741 24743 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253713913 10060460032 15685 33554432000 1073741824 1073778376 140734542875600 140297352767592 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24755] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24755/stat : 24755 (java) S 24741 24743 23801 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253713913 10060460032 15685 33554432000 1073741824 1073778376 140734542875600 140297351713912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24756] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24756/stat : 24756 (java) S 24741 24743 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253713913 10060460032 15685 33554432000 1073741824 1073778376 140734542875600 140297350661256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24757] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24757/stat : 24757 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253713916 10060460032 15685 33554432000 1073741824 1073778376 140734542875600 140297349610000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24758] ppid=24741 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/24743/task/24758/stat : 24758 (java) S 24741 24743 23801 0 -1 4202560 3673 0 0 0 26 0 0 0 20 0 19 0 253713916 10060460032 15685 33554432000 1073741824 1073778376 140734542875600 140297348557368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24759] ppid=24741 vsize=9824668 CPUtime=0.23 cores=1,3,5,7
/proc/24743/task/24759/stat : 24759 (java) S 24741 24743 23801 0 -1 4202560 2354 0 0 0 23 0 0 0 20 0 19 0 253713916 10060460032 15685 33554432000 1073741824 1073778376 140734542875600 140297347504824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24743/tid=24760] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24760/stat : 24760 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253713916 10060460032 15685 33554432000 1073741824 1073778376 140734542875600 140297346452472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24743/tid=24761] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24761/stat : 24761 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253713916 10060460032 15685 33554432000 1073741824 1073778376 140734542875600 140297345400136 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24764] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24764/stat : 24764 (java) S 24741 24743 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253713926 10060460032 15685 33554432000 1073741824 1073778376 140734542875600 140297342239784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 9824668
heavy processes:

[startup+6.3007 s]
/proc/loadavg: 3.45 3.75 3.72 6/219 24795
/proc/meminfo: memFree=29306056/32873844 swapFree=7616/7616
[pid=24743] ppid=24741 vsize=9824668 CPUtime=2.51 cores=1,3,5,7
/proc/24743/stat : 24743 (java) S 24741 24743 23801 0 -1 4202496 16267 0 1 0 229 22 0 0 20 0 19 0 253713909 10060460032 40586 33554432000 1073741824 1073778376 140734542875600 140734542866736 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24743/statm: 2456167 40586 2278 9 0 2446860 0
[pid=24743/tid=24745] ppid=24741 vsize=9824668 CPUtime=0.14 cores=1,3,5,7
/proc/24743/task/24745/stat : 24745 (java) S 24741 24743 23801 0 -1 4202560 2469 0 1 0 13 1 0 0 20 0 19 0 253713910 10060460032 40586 33554432000 1073741824 1073778376 140734542875600 140297528620024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24746] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24746/stat : 24746 (java) S 24741 24743 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253713911 10060460032 40586 33554432000 1073741824 1073778376 140734542875600 140297372547240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24747] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24747/stat : 24747 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253713911 10060460032 40586 33554432000 1073741824 1073778376 140734542875600 140297371494696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24743/tid=24748] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24748/stat : 24748 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253713911 10060460032 40586 33554432000 1073741824 1073778376 140734542875600 140297370442152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24743/tid=24749] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24749/stat : 24749 (java) S 24741 24743 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253713911 10060460032 40586 33554432000 1073741824 1073778376 140734542875600 140297369389608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24750] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24750/stat : 24750 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253713911 10060460032 40586 33554432000 1073741824 1073778376 140734542875600 140297368337064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24751] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24751/stat : 24751 (java) S 24741 24743 23801 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253713911 10060460032 40586 33554432000 1073741824 1073778376 140734542875600 140297367284520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24743/tid=24752] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24752/stat : 24752 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253713911 10060460032 40586 33554432000 1073741824 1073778376 140734542875600 140297366231976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24753] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24753/stat : 24753 (java) S 24741 24743 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253713911 10060460032 40586 33554432000 1073741824 1073778376 140734542875600 140297365179432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24743/tid=24754] ppid=24741 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24743/task/24754/stat : 24754 (java) S 24741 24743 23801 0 -1 4202560 28 0 0 0 1 0 0 0 20 0 19 0 253713913 10060460032 40586 33554432000 1073741824 1073778376 140734542875600 140297352767592 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24755] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24755/stat : 24755 (java) S 24741 24743 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253713913 10060460032 40586 33554432000 1073741824 1073778376 140734542875600 140297351713912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24756] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24756/stat : 24756 (java) S 24741 24743 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253713913 10060460032 40586 33554432000 1073741824 1073778376 140734542875600 140297350661256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24757] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24757/stat : 24757 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253713916 10060460032 40586 33554432000 1073741824 1073778376 140734542875600 140297349610000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24758] ppid=24741 vsize=9824668 CPUtime=0.73 cores=1,3,5,7
/proc/24743/task/24758/stat : 24758 (java) S 24741 24743 23801 0 -1 4202560 7763 0 0 0 71 2 0 0 20 0 19 0 253713916 10060460032 40586 33554432000 1073741824 1073778376 140734542875600 140297348557368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24743/tid=24759] ppid=24741 vsize=9824668 CPUtime=0.61 cores=1,3,5,7
/proc/24743/task/24759/stat : 24759 (java) S 24741 24743 23801 0 -1 4202560 4512 0 0 0 61 0 0 0 20 0 19 0 253713916 10060460032 40586 33554432000 1073741824 1073778376 140734542875600 140297347504824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24743/tid=24760] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24760/stat : 24760 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253713916 10060460032 40586 33554432000 1073741824 1073778376 140734542875600 140297346452472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24743/tid=24761] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24761/stat : 24761 (java) S 24741 24743 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253713916 10060460032 40586 33554432000 1073741824 1073778376 140734542875600 140297345400136 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 9824668
heavy processes:

############

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

[pid=24743/tid=24749] ppid=24741 vsize=9824668 CPUtime=4.03 cores=1,3,5,7
/proc/24743/task/24749/stat : 24749 (java) S 24741 24743 23801 0 -1 4202560 1041 0 0 0 389 14 0 0 20 0 22 0 253713911 10060460032 498136 33554432000 1073741824 1073778376 140734542875600 140297369389608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24750] ppid=24741 vsize=9824668 CPUtime=3.92 cores=1,3,5,7
/proc/24743/task/24750/stat : 24750 (java) S 24741 24743 23801 0 -1 4202560 756 0 0 0 378 14 0 0 20 0 22 0 253713911 10060460032 498136 33554432000 1073741824 1073778376 140734542875600 140297368337064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24743/tid=24751] ppid=24741 vsize=9824668 CPUtime=4.12 cores=1,3,5,7
/proc/24743/task/24751/stat : 24751 (java) S 24741 24743 23801 0 -1 4202560 985 0 0 0 396 16 0 0 20 0 22 0 253713911 10060460032 498136 33554432000 1073741824 1073778376 140734542875600 140297367284520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24752] ppid=24741 vsize=9824668 CPUtime=3.95 cores=1,3,5,7
/proc/24743/task/24752/stat : 24752 (java) S 24741 24743 23801 0 -1 4202560 512 0 0 0 378 17 0 0 20 0 22 0 253713911 10060460032 498136 33554432000 1073741824 1073778376 140734542875600 140297366231976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24753] ppid=24741 vsize=9824668 CPUtime=4.14 cores=1,3,5,7
/proc/24743/task/24753/stat : 24753 (java) S 24741 24743 23801 0 -1 4202560 802 0 0 0 399 15 0 0 20 0 22 0 253713911 10060460032 498136 33554432000 1073741824 1073778376 140734542875600 140297365179432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24754] ppid=24741 vsize=9824668 CPUtime=62.71 cores=1,3,5,7
/proc/24743/task/24754/stat : 24754 (java) S 24741 24743 23801 0 -1 4202560 1871 0 0 0 6234 37 0 0 20 0 22 0 253713913 10060460032 498136 33554432000 1073741824 1073778376 140734542875600 140297352767592 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24755] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24755/stat : 24755 (java) S 24741 24743 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253713913 10060460032 498136 33554432000 1073741824 1073778376 140734542875600 140297351713912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24743/tid=24756] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24756/stat : 24756 (java) S 24741 24743 23801 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 22 0 253713913 10060460032 498136 33554432000 1073741824 1073778376 140734542875600 140297350661256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24743/tid=24757] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24757/stat : 24757 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253713916 10060460032 498136 33554432000 1073741824 1073778376 140734542875600 140297349610000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24758] ppid=24741 vsize=9824668 CPUtime=1.48 cores=1,3,5,7
/proc/24743/task/24758/stat : 24758 (java) S 24741 24743 23801 0 -1 4202560 14388 0 0 0 145 3 0 0 20 0 22 0 253713916 10060460032 498136 33554432000 1073741824 1073778376 140734542875600 140297348557368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24743/tid=24759] ppid=24741 vsize=9824668 CPUtime=0.82 cores=1,3,5,7
/proc/24743/task/24759/stat : 24759 (java) S 24741 24743 23801 0 -1 4202560 5140 0 0 0 82 0 0 0 20 0 22 0 253713916 10060460032 498136 33554432000 1073741824 1073778376 140734542875600 140297347504824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24760] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24760/stat : 24760 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253713916 10060460032 498136 33554432000 1073741824 1073778376 140734542875600 140297346452472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24743/tid=24761] ppid=24741 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/24743/task/24761/stat : 24761 (java) S 24741 24743 23801 0 -1 4202560 54 0 0 0 24 22 0 0 20 0 22 0 253713916 10060460032 498136 33554432000 1073741824 1073778376 140734542875600 140297345400136 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24891] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24891/stat : 24891 (java) S 24741 24743 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253716284 10060460032 498136 33554432000 1073741824 1073778376 140734542875600 140297344345640 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24743/tid=24972] ppid=24741 vsize=9824668 CPUtime=330 cores=1,3,5,7
/proc/24743/task/24972/stat : 24972 (java) R 24741 24743 23801 0 -1 4202560 91 0 0 0 32994 6 0 0 20 0 22 0 253771969 10060460032 498136 33554432000 1073741824 1073778376 140734542875600 140297341185200 140297401412523 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24743/tid=24973] ppid=24741 vsize=9824668 CPUtime=329.96 cores=1,3,5,7
/proc/24743/task/24973/stat : 24973 (java) R 24741 24743 23801 0 -1 4202560 2919 0 0 0 32981 15 0 0 20 0 22 0 253771969 10060460032 498136 33554432000 1073741824 1073778376 140734542875600 140297343289600 140297401549299 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24974] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24974/stat : 24974 (java) S 24741 24743 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253772189 10060460032 498136 33554432000 1073741824 1073778376 140734542875600 140297342239784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1789.77
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+946.501 s]
/proc/loadavg: 4.20 3.92 3.79 5/219 25037
/proc/meminfo: memFree=26589908/32873844 swapFree=7616/7616
[pid=24743] ppid=24741 vsize=9824668 CPUtime=1798.26 cores=1,3,5,7
/proc/24743/stat : 24743 (java) S 24741 24743 23801 0 -1 4202496 40316 0 1 0 179483 343 0 0 20 0 22 0 253713909 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140734542866736 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24743/statm: 2456167 506346 2280 9 0 2446860 0
[pid=24743/tid=24745] ppid=24741 vsize=9824668 CPUtime=0.24 cores=1,3,5,7
/proc/24743/task/24745/stat : 24745 (java) S 24741 24743 23801 0 -1 4202560 2565 0 1 0 21 3 0 0 20 0 22 0 253713910 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297528620024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24746] ppid=24741 vsize=9824668 CPUtime=3.95 cores=1,3,5,7
/proc/24743/task/24746/stat : 24746 (java) S 24741 24743 23801 0 -1 4202560 942 0 0 0 381 14 0 0 20 0 22 0 253713911 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297372547240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24747] ppid=24741 vsize=9824668 CPUtime=4.01 cores=1,3,5,7
/proc/24743/task/24747/stat : 24747 (java) S 24741 24743 23801 0 -1 4202560 657 0 0 0 386 15 0 0 20 0 22 0 253713911 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297371494696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24748] ppid=24741 vsize=9824668 CPUtime=4.25 cores=1,3,5,7
/proc/24743/task/24748/stat : 24748 (java) S 24741 24743 23801 0 -1 4202560 547 0 0 0 409 16 0 0 20 0 22 0 253713911 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297370442152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24743/tid=24749] ppid=24741 vsize=9824668 CPUtime=4.05 cores=1,3,5,7
/proc/24743/task/24749/stat : 24749 (java) S 24741 24743 23801 0 -1 4202560 1043 0 0 0 391 14 0 0 20 0 22 0 253713911 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297369389608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24750] ppid=24741 vsize=9824668 CPUtime=3.94 cores=1,3,5,7
/proc/24743/task/24750/stat : 24750 (java) S 24741 24743 23801 0 -1 4202560 761 0 0 0 379 15 0 0 20 0 22 0 253713911 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297368337064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24743/tid=24751] ppid=24741 vsize=9824668 CPUtime=4.13 cores=1,3,5,7
/proc/24743/task/24751/stat : 24751 (java) S 24741 24743 23801 0 -1 4202560 986 0 0 0 397 16 0 0 20 0 22 0 253713911 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297367284520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24752] ppid=24741 vsize=9824668 CPUtime=3.98 cores=1,3,5,7
/proc/24743/task/24752/stat : 24752 (java) S 24741 24743 23801 0 -1 4202560 518 0 0 0 381 17 0 0 20 0 22 0 253713911 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297366231976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24753] ppid=24741 vsize=9824668 CPUtime=4.15 cores=1,3,5,7
/proc/24743/task/24753/stat : 24753 (java) S 24741 24743 23801 0 -1 4202560 805 0 0 0 399 16 0 0 20 0 22 0 253713911 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297365179432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24754] ppid=24741 vsize=9824668 CPUtime=62.71 cores=1,3,5,7
/proc/24743/task/24754/stat : 24754 (java) S 24741 24743 23801 0 -1 4202560 1889 0 0 0 6234 37 0 0 20 0 22 0 253713913 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297352767592 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24755] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24755/stat : 24755 (java) S 24741 24743 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253713913 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297351713912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24743/tid=24756] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24756/stat : 24756 (java) S 24741 24743 23801 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 22 0 253713913 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297350661256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24743/tid=24757] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24757/stat : 24757 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253713916 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297349610000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24758] ppid=24741 vsize=9824668 CPUtime=1.48 cores=1,3,5,7
/proc/24743/task/24758/stat : 24758 (java) S 24741 24743 23801 0 -1 4202560 14388 0 0 0 145 3 0 0 20 0 22 0 253713916 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297348557368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24743/tid=24759] ppid=24741 vsize=9824668 CPUtime=0.82 cores=1,3,5,7
/proc/24743/task/24759/stat : 24759 (java) S 24741 24743 23801 0 -1 4202560 5140 0 0 0 82 0 0 0 20 0 22 0 253713916 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297347504824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24760] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24760/stat : 24760 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253713916 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297346452472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24743/tid=24761] ppid=24741 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/24743/task/24761/stat : 24761 (java) S 24741 24743 23801 0 -1 4202560 54 0 0 0 24 23 0 0 20 0 22 0 253713916 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297345400136 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24891] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24891/stat : 24891 (java) S 24741 24743 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253716284 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297344345640 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24743/tid=24972] ppid=24741 vsize=9824668 CPUtime=334.16 cores=1,3,5,7
/proc/24743/task/24972/stat : 24972 (java) R 24741 24743 23801 0 -1 4202560 91 0 0 0 33410 6 0 0 20 0 22 0 253771969 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297341184320 140297401433780 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24743/tid=24973] ppid=24741 vsize=9824668 CPUtime=334.12 cores=1,3,5,7
/proc/24743/task/24973/stat : 24973 (java) R 24741 24743 23801 0 -1 4202560 2929 0 0 0 33397 15 0 0 20 0 22 0 253771969 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297343290656 140297401848209 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24974] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24974/stat : 24974 (java) S 24741 24743 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253772189 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297342239784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1798.26
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

[startup+946.501 s]
/proc/loadavg: 4.20 3.92 3.79 5/219 25037
/proc/meminfo: memFree=26589908/32873844 swapFree=7616/7616
[pid=24743] ppid=24741 vsize=9824668 CPUtime=1798.26 cores=1,3,5,7
/proc/24743/stat : 24743 (java) S 24741 24743 23801 0 -1 4202496 40316 0 1 0 179483 343 0 0 20 0 22 0 253713909 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140734542866736 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24743/statm: 2456167 506346 2280 9 0 2446860 0
[pid=24743/tid=24745] ppid=24741 vsize=9824668 CPUtime=0.24 cores=1,3,5,7
/proc/24743/task/24745/stat : 24745 (java) S 24741 24743 23801 0 -1 4202560 2565 0 1 0 21 3 0 0 20 0 22 0 253713910 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297528620024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24746] ppid=24741 vsize=9824668 CPUtime=3.95 cores=1,3,5,7
/proc/24743/task/24746/stat : 24746 (java) S 24741 24743 23801 0 -1 4202560 942 0 0 0 381 14 0 0 20 0 22 0 253713911 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297372547240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24747] ppid=24741 vsize=9824668 CPUtime=4.01 cores=1,3,5,7
/proc/24743/task/24747/stat : 24747 (java) S 24741 24743 23801 0 -1 4202560 657 0 0 0 386 15 0 0 20 0 22 0 253713911 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297371494696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24748] ppid=24741 vsize=9824668 CPUtime=4.25 cores=1,3,5,7
/proc/24743/task/24748/stat : 24748 (java) S 24741 24743 23801 0 -1 4202560 547 0 0 0 409 16 0 0 20 0 22 0 253713911 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297370442152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24743/tid=24749] ppid=24741 vsize=9824668 CPUtime=4.05 cores=1,3,5,7
/proc/24743/task/24749/stat : 24749 (java) S 24741 24743 23801 0 -1 4202560 1043 0 0 0 391 14 0 0 20 0 22 0 253713911 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297369389608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24750] ppid=24741 vsize=9824668 CPUtime=3.94 cores=1,3,5,7
/proc/24743/task/24750/stat : 24750 (java) S 24741 24743 23801 0 -1 4202560 761 0 0 0 379 15 0 0 20 0 22 0 253713911 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297368337064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24743/tid=24751] ppid=24741 vsize=9824668 CPUtime=4.13 cores=1,3,5,7
/proc/24743/task/24751/stat : 24751 (java) S 24741 24743 23801 0 -1 4202560 986 0 0 0 397 16 0 0 20 0 22 0 253713911 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297367284520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24752] ppid=24741 vsize=9824668 CPUtime=3.98 cores=1,3,5,7
/proc/24743/task/24752/stat : 24752 (java) S 24741 24743 23801 0 -1 4202560 518 0 0 0 381 17 0 0 20 0 22 0 253713911 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297366231976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24753] ppid=24741 vsize=9824668 CPUtime=4.15 cores=1,3,5,7
/proc/24743/task/24753/stat : 24753 (java) S 24741 24743 23801 0 -1 4202560 805 0 0 0 399 16 0 0 20 0 22 0 253713911 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297365179432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24754] ppid=24741 vsize=9824668 CPUtime=62.71 cores=1,3,5,7
/proc/24743/task/24754/stat : 24754 (java) S 24741 24743 23801 0 -1 4202560 1889 0 0 0 6234 37 0 0 20 0 22 0 253713913 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297352767592 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24755] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24755/stat : 24755 (java) S 24741 24743 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253713913 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297351713912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24743/tid=24756] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24756/stat : 24756 (java) S 24741 24743 23801 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 22 0 253713913 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297350661256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24743/tid=24757] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24757/stat : 24757 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253713916 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297349610000 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24758] ppid=24741 vsize=9824668 CPUtime=1.48 cores=1,3,5,7
/proc/24743/task/24758/stat : 24758 (java) S 24741 24743 23801 0 -1 4202560 14388 0 0 0 145 3 0 0 20 0 22 0 253713916 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297348557368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24743/tid=24759] ppid=24741 vsize=9824668 CPUtime=0.82 cores=1,3,5,7
/proc/24743/task/24759/stat : 24759 (java) S 24741 24743 23801 0 -1 4202560 5140 0 0 0 82 0 0 0 20 0 22 0 253713916 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297347504824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24760] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24760/stat : 24760 (java) S 24741 24743 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253713916 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297346452472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24743/tid=24761] ppid=24741 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/24743/task/24761/stat : 24761 (java) S 24741 24743 23801 0 -1 4202560 54 0 0 0 24 23 0 0 20 0 22 0 253713916 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297345400136 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24743/tid=24891] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24891/stat : 24891 (java) S 24741 24743 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253716284 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297344345640 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24743/tid=24972] ppid=24741 vsize=9824668 CPUtime=334.16 cores=1,3,5,7
/proc/24743/task/24972/stat : 24972 (java) R 24741 24743 23801 0 -1 4202560 91 0 0 0 33410 6 0 0 20 0 22 0 253771969 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297341184320 140297401433780 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24743/tid=24973] ppid=24741 vsize=9824668 CPUtime=334.12 cores=1,3,5,7
/proc/24743/task/24973/stat : 24973 (java) R 24741 24743 23801 0 -1 4202560 2929 0 0 0 33397 15 0 0 20 0 22 0 253771969 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297343290656 140297401848209 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24743/tid=24974] ppid=24741 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24743/task/24974/stat : 24974 (java) S 24741 24743 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253772189 10060460032 506346 33554432000 1073741824 1073778376 140734542875600 140297342239784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1798.26
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24743 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=141401
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=720434
# CPU time returned by wait4() is 1796.86
# while last known CPU time is 1798.26
#
# 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): 1.82988
#  lost CPU user time (s): 1.98989
#  lost CPU system time (s): -0.16

Real time (s): 946.561
CPU time (s): 1800.09
CPU user time (s): 1796.82
CPU system time (s): 3.27
CPU usage (%): 190.171
Max. virtual memory (cumulated for all children) (KiB): 9825268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.14
system time used= 3.72043
maximum resident set size= 2025524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40353
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39937
involuntary context switches= 68327

runsolver used 3.64245 second user time and 9.2116 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-24 18:11:23
IDJOB=3688206
IDBENCH=2899
IDSOLVER=2268
FILE ID=node130/3688206-1337875883
RUNJOBID= node130-1337871881-23818
PBS_JOBID= 14620074
Free space on /tmp= 71672 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_5_40_3.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688206-1337875883/watcher-3688206-1337875883 -o /tmp/evaluation-result-3688206-1337875883/solver-3688206-1337875883 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688206-1337875883.opb

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

MD5SUM BENCH= 455599f2e36aed56b051b7169c43fa6c
RANDOM SEED=1543237552

node130.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.875
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.75
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.875
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.875
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	: 5331.91
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.875
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.86
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.875
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.875
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.92
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.875
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29449676 kB
Buffers:          196972 kB
Cached:          2122468 kB
SwapCached:            0 kB
Active:           793336 kB
Inactive:        1823888 kB
Active(anon):     300244 kB
Inactive(anon):        0 kB
Active(file):     493092 kB
Inactive(file):  1823888 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               464 kB
Writeback:             0 kB
AnonPages:        345996 kB
Mapped:            22516 kB
Shmem:               200 kB
Slab:             627244 kB
SReclaimable:      69456 kB
SUnreclaim:       557788 kB
KernelStack:        1624 kB
PageTables:         4912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     700964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    301056 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= 71668 MiB
End job on node130 at 2012-05-24 18:27:12