Trace number 4081831

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)32 1800.78 905.164

General information on the benchmark

Name/OPT-SMALLINT-NLC/oren/keeloq_tasca_instances/
normalized-90_rounds_10_errors.opb
MD5SUMb561a61efc46169e6f19abce33721598
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark789.012
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables584
Total number of constraints427
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints394
Minimum length of a constraint1
Maximum length of a constraint34
Number of terms in the objective function 182
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 182
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 182
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2406
Sum of products size (including duplicates)10572
Number of different products2406
Sum of products size10572

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4081831-1465263494.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  objective function found
0.93/0.51	c ... done. Wall clock time 0.395s.
0.93/0.51	c declared #vars     584
0.93/0.51	c internal #vars     2990
0.93/0.51	c #constraints  5666
0.93/0.52	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.93/0.52	c constraints type 
0.93/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2105
0.93/0.52	c org.sat4j.minisat.constraints.cnf.UnitClauses => 16
0.93/0.52	c org.sat4j.specs.Constr$1 => 618
0.93/0.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 424
0.93/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 40
0.93/0.52	c org.sat4j.minisat.constraints.cnf.UnitClause => 115
0.93/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2348
0.93/0.52	c 5666 constraints processed.
0.93/0.52	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.93/0.52	c constraints type 
0.93/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 40
0.93/0.52	c org.sat4j.specs.Constr$1 => 618
0.93/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2105
0.93/0.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 424
0.93/0.52	c org.sat4j.pb.constraints.pb.UnitClausesPB => 16
0.93/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2348
0.93/0.52	c org.sat4j.pb.constraints.pb.UnitClausePB => 115
0.93/0.52	c 5666 constraints processed.
0.93/0.52	c objective function length is 182 literals
3.31/1.18	c And the winner is solver0
3.78/1.52	c SATISFIABLE
3.78/1.52	c OPTIMIZING...
3.78/1.52	c Got one! Elapsed wall clock time (in seconds):1.4
3.78/1.52	o 98
4.49/1.82	c cleaning 2603 clauses out of 5205 with flag 7509/5205
4.49/1.84	c And the winner is solver1
4.82/2.02	c Got one! Elapsed wall clock time (in seconds):1.901
4.82/2.02	o 85
5.74/2.40	c cleaning 3956 clauses out of 7917 with flag 13420/10520
6.57/2.88	c cleaning 4979 clauses out of 9960 with flag 27946/16519
6.97/3.01	c And the winner is solver1
6.97/3.02	c Got one! Elapsed wall clock time (in seconds):2.903
6.97/3.02	o 74
7.97/3.56	c cleaning 5347 clauses out of 10698 with flag 12705/22236
9.89/4.42	c cleaning 5675 clauses out of 11352 with flag 34186/28237
10.28/4.65	c And the winner is solver0
10.43/5.02	c Got one! Elapsed wall clock time (in seconds):4.905
10.43/5.02	o 72
11.64/5.60	c cleaning 5623 clauses out of 11250 with flag 14185/33810
12.02/5.83	c cleaning 5813 clauses out of 11625 with flag 27924/39808
12.42/6.05	c cleaning 6405 clauses out of 12813 with flag 43129/46809
13.02/6.38	c cleaning 7201 clauses out of 14408 with flag 60309/54809
14.07/6.82	c cleaning 8105 clauses out of 16209 with flag 80442/63811
15.07/7.32	c cleaning 9051 clauses out of 18102 with flag 103113/73809
16.47/8.00	c cleaning 10023 clauses out of 20050 with flag 126823/84808
18.29/9.00	c cleaning 11015 clauses out of 22029 with flag 152721/96810
20.55/10.08	c cleaning 12008 clauses out of 24015 with flag 181630/109811
21.13/10.38	c And the winner is solver1
21.37/10.52	c Got one! Elapsed wall clock time (in seconds):10.407
21.37/10.52	o 71
21.37/10.56	c And the winner is solver0
21.60/11.03	c Got one! Elapsed wall clock time (in seconds):10.908
21.60/11.03	o 70
22.94/11.74	c cleaning 11160 clauses out of 22331 with flag 16235/120135
23.14/11.80	c And the winner is solver0
23.19/12.03	c Got one! Elapsed wall clock time (in seconds):11.91
23.19/12.03	o 69
24.59/12.70	c And the winner is solver0
24.65/13.03	c Got one! Elapsed wall clock time (in seconds):12.911
24.65/13.03	o 68
24.99/13.22	c cleaning 8720 clauses out of 17443 with flag 3430/126407
24.99/13.22	c And the winner is solver0
25.06/13.53	c Got one! Elapsed wall clock time (in seconds):13.411
25.06/13.53	o 67
25.39/13.74	c And the winner is solver0
25.52/14.03	c Got one! Elapsed wall clock time (in seconds):13.912
25.52/14.03	o 66
25.85/14.21	c And the winner is solver0
25.91/14.53	c Got one! Elapsed wall clock time (in seconds):14.413
25.91/14.53	o 64
27.03/15.10	c cleaning 7421 clauses out of 14842 with flag 11197/132526
29.64/16.44	c cleaning 6701 clauses out of 13420 with flag 37143/138525
31.24/17.25	c cleaning 6852 clauses out of 13719 with flag 58531/145525
32.71/17.97	c cleaning 7417 clauses out of 14868 with flag 81712/153526
33.31/18.25	c And the winner is solver1
33.42/18.53	c Got one! Elapsed wall clock time (in seconds):18.415
33.42/18.53	o 63
33.78/18.77	c And the winner is solver0
33.96/19.03	c Got one! Elapsed wall clock time (in seconds):18.916
33.96/19.03	o 62
33.96/19.05	c And the winner is solver0
34.02/19.53	c Got one! Elapsed wall clock time (in seconds):19.417
34.02/19.53	o 61
34.14/19.67	c cleaning 7039 clauses out of 14083 with flag 4744/160158
34.34/19.70	c And the winner is solver0
34.38/20.04	c Got one! Elapsed wall clock time (in seconds):19.918
34.38/20.04	o 59
35.10/20.41	c And the winner is solver0
35.16/20.54	c Got one! Elapsed wall clock time (in seconds):20.419
35.16/20.54	o 58
35.28/20.67	c And the winner is solver0
35.48/21.04	c Got one! Elapsed wall clock time (in seconds):20.92
35.48/21.04	o 57
36.20/21.41	c cleaning 6738 clauses out of 13493 with flag 8732/166607
37.00/21.89	c And the winner is solver0
37.23/22.04	c Got one! Elapsed wall clock time (in seconds):21.921
37.23/22.04	o 55
37.23/22.07	c And the winner is solver0
37.36/22.54	c Got one! Elapsed wall clock time (in seconds):22.422
37.36/22.54	o 53
37.87/22.86	c cleaning 6289 clauses out of 12588 with flag 6491/172440
38.87/23.36	c And the winner is solver0
39.04/23.54	c Got one! Elapsed wall clock time (in seconds):23.423
39.04/23.54	o 52
39.04/23.59	c And the winner is solver0
39.19/24.04	c Got one! Elapsed wall clock time (in seconds):23.924
39.19/24.04	o 50
39.31/24.13	c cleaning 5984 clauses out of 11979 with flag 2623/178120
40.53/24.72	c cleaning 5994 clauses out of 11995 with flag 19769/184120
41.53/25.27	c And the winner is solver0
41.73/25.54	c Got one! Elapsed wall clock time (in seconds):25.425
41.73/25.54	o 48
42.04/25.73	c cleaning 5786 clauses out of 11591 with flag 3403/189710
42.63/26.09	c cleaning 5896 clauses out of 11803 with flag 18386/195708
44.03/26.73	c And the winner is solver0
44.15/27.04	c Got one! Elapsed wall clock time (in seconds):26.926
44.15/27.04	o 46
44.65/27.38	c cleaning 5595 clauses out of 11192 with flag 7855/200993
46.45/28.25	c cleaning 5797 clauses out of 11596 with flag 27875/206992
47.27/28.69	c cleaning 6393 clauses out of 12799 with flag 44887/213992
49.06/29.57	c And the winner is solver0
49.26/30.04	c Got one! Elapsed wall clock time (in seconds):29.927
49.26/30.04	o 45
50.78/30.87	c cleaning 8921 clauses out of 17859 with flag 15827/225445
51.97/31.44	c cleaning 7462 clauses out of 14936 with flag 32342/231443
52.57/31.71	c cleaning 7237 clauses out of 14476 with flag 47766/238445
53.26/32.06	c cleaning 7619 clauses out of 15238 with flag 66646/246444
54.40/32.63	c And the winner is solver0
54.52/33.05	c Got one! Elapsed wall clock time (in seconds):32.928
54.52/33.05	o 44
55.62/33.60	c cleaning 9296 clauses out of 18591 with flag 15429/257416
57.41/34.56	c cleaning 7641 clauses out of 15291 with flag 35537/263412
57.61/34.68	c And the winner is solver0
57.84/35.05	c Got one! Elapsed wall clock time (in seconds):34.929
57.84/35.05	o 43
58.74/35.53	c cleaning 6358 clauses out of 12724 with flag 13572/268486
60.14/36.28	c cleaning 6182 clauses out of 12366 with flag 31864/274486
61.34/36.85	c cleaning 6586 clauses out of 13184 with flag 50981/281486
62.76/37.56	c cleaning 7297 clauses out of 14600 with flag 72780/289488
64.34/38.34	c cleaning 8147 clauses out of 16304 with flag 100011/298489
69.00/40.61	c cleaning 9070 clauses out of 18154 with flag 141916/308486
75.00/43.68	c cleaning 10040 clauses out of 20085 with flag 199388/319487
82.47/47.31	c cleaning 11008 clauses out of 22044 with flag 265713/331486
90.25/51.25	c cleaning 12015 clauses out of 24037 with flag 334542/344487
96.49/54.38	c cleaning 13008 clauses out of 26021 with flag 385501/358486
102.51/57.34	c cleaning 14002 clauses out of 28013 with flag 439044/373486
103.49/57.80	c And the winner is solver0
103.57/58.05	c Got one! Elapsed wall clock time (in seconds):57.934
103.57/58.05	o 42
104.08/58.31	c cleaning 9954 clauses out of 19915 with flag 6354/379390
105.06/58.81	c cleaning 7973 clauses out of 15964 with flag 22418/385393
105.46/59.03	c cleaning 7487 clauses out of 14988 with flag 37299/392390
106.06/59.32	c cleaning 7749 clauses out of 15503 with flag 55105/400392
106.66/59.63	c cleaning 8375 clauses out of 16752 with flag 75384/409390
107.47/60.09	c cleaning 9189 clauses out of 18379 with flag 97683/419392
108.87/60.76	c cleaning 10097 clauses out of 20193 with flag 121958/430395
112.91/62.74	c And the winner is solver1
112.99/63.05	c Got one! Elapsed wall clock time (in seconds):62.935
112.99/63.05	o 41
113.49/63.39	c cleaning 12477 clauses out of 24953 with flag 13715/445252
114.71/63.91	c cleaning 9224 clauses out of 18475 with flag 29642/451251
115.89/64.51	c cleaning 8119 clauses out of 16251 with flag 48484/458251
117.90/65.52	c cleaning 8071 clauses out of 16142 with flag 71187/466261
118.91/66.09	c cleaning 8526 clauses out of 17062 with flag 92596/475252
121.97/67.54	c cleaning 9261 clauses out of 18535 with flag 125632/485251
124.17/68.64	c cleaning 10136 clauses out of 20276 with flag 155151/496253
126.17/69.63	c cleaning 11067 clauses out of 22138 with flag 185444/508251
129.36/71.21	c cleaning 12036 clauses out of 24075 with flag 222346/521255
132.18/72.64	c cleaning 13014 clauses out of 26035 with flag 262310/535251
133.96/73.57	c And the winner is solver0
134.20/74.06	c Got one! Elapsed wall clock time (in seconds):73.938
134.20/74.06	o 39
135.75/74.83	c cleaning 11703 clauses out of 23415 with flag 14050/545645
137.54/75.73	c cleaning 8853 clauses out of 17712 with flag 32378/551645
138.94/76.42	c cleaning 7928 clauses out of 15863 with flag 52360/558649
141.34/77.61	c cleaning 7964 clauses out of 15931 with flag 76684/566645
142.74/78.30	c cleaning 8480 clauses out of 16967 with flag 102306/575645
145.94/79.90	c cleaning 9224 clauses out of 18487 with flag 133984/585645
148.77/81.34	c cleaning 10125 clauses out of 20265 with flag 170771/596647
151.39/82.66	c cleaning 11060 clauses out of 22138 with flag 205074/608645
154.57/84.22	c cleaning 12038 clauses out of 24080 with flag 244127/621647
157.37/85.65	c cleaning 13018 clauses out of 26040 with flag 282406/635645
160.04/86.91	c cleaning 14006 clauses out of 28022 with flag 319330/650645
162.02/87.95	c cleaning 15007 clauses out of 30020 with flag 354246/666649
164.22/89.05	c cleaning 16003 clauses out of 32011 with flag 392231/683647
167.02/90.48	c cleaning 17004 clauses out of 34008 with flag 431593/701647
170.26/92.04	c cleaning 17996 clauses out of 36002 with flag 475045/720645
173.86/93.83	c cleaning 19001 clauses out of 38006 with flag 522938/740645
177.67/95.78	c cleaning 20000 clauses out of 40006 with flag 571354/761646
183.32/98.58	c cleaning 20999 clauses out of 42006 with flag 621676/783646
190.57/102.13	c cleaning 22002 clauses out of 44006 with flag 676937/806645
196.77/105.27	c cleaning 22999 clauses out of 46005 with flag 735805/830646
205.78/109.74	c cleaning 24000 clauses out of 48007 with flag 808661/855647
213.03/113.33	c cleaning 25003 clauses out of 50008 with flag 869979/881648
221.47/117.57	c cleaning 26001 clauses out of 52004 with flag 935482/908647
230.74/122.19	c cleaning 26998 clauses out of 54004 with flag 1003753/936648
239.96/126.71	c cleaning 28000 clauses out of 56004 with flag 1076225/965646
251.02/132.24	c cleaning 29001 clauses out of 58004 with flag 1149946/995646
263.66/138.56	c cleaning 29997 clauses out of 60003 with flag 1227871/1026646
277.32/145.37	c cleaning 31004 clauses out of 62008 with flag 1310057/1058648
291.35/152.39	c cleaning 32001 clauses out of 64001 with flag 1392024/1091645
305.46/159.38	c cleaning 33000 clauses out of 66001 with flag 1478311/1125646
321.94/167.51	c cleaning 34000 clauses out of 68001 with flag 1566007/1160646
341.27/177.12	c cleaning 34997 clauses out of 70001 with flag 1655721/1196646
357.99/185.49	c cleaning 36001 clauses out of 72005 with flag 1746384/1233647
372.51/192.69	c And the winner is solver1
372.71/193.10	c Got one! Elapsed wall clock time (in seconds):192.978
372.71/193.10	o 38
374.70/194.18	c cleaning 37090 clauses out of 74179 with flag 14190/1271822
376.32/194.94	c cleaning 21542 clauses out of 43087 with flag 29985/1277820
378.13/195.85	c cleaning 14257 clauses out of 28547 with flag 49360/1284822
381.15/197.31	c cleaning 11142 clauses out of 22290 with flag 74339/1292822
384.79/199.16	c cleaning 10065 clauses out of 20148 with flag 106664/1301822
387.19/200.31	c cleaning 10041 clauses out of 20085 with flag 133043/1311824
389.00/201.23	c cleaning 10516 clauses out of 21040 with flag 163097/1322820
389.60/201.55	c And the winner is solver0
389.85/201.75	c Got one! Elapsed wall clock time (in seconds):201.632
389.85/201.75	o 36
390.39/202.03	c cleaning 8042 clauses out of 16083 with flag 8306/1328379
391.41/202.52	c cleaning 7016 clauses out of 14042 with flag 24159/1334380
392.80/203.25	c cleaning 7012 clauses out of 14025 with flag 41946/1341379
394.61/204.15	c cleaning 7501 clauses out of 15013 with flag 63529/1349379
396.81/205.25	c cleaning 8249 clauses out of 16512 with flag 87478/1358379
398.63/206.13	c cleaning 9132 clauses out of 18263 with flag 112065/1368379
400.44/207.04	c cleaning 10058 clauses out of 20132 with flag 138998/1379380
404.47/209.09	c cleaning 11038 clauses out of 22076 with flag 175630/1391382
406.89/210.24	c cleaning 12009 clauses out of 24035 with flag 210309/1404379
410.89/212.27	c cleaning 13014 clauses out of 26028 with flag 250237/1418381
414.53/214.00	c cleaning 13999 clauses out of 28012 with flag 289794/1433379
417.55/215.51	c cleaning 15001 clauses out of 30013 with flag 329810/1449379
423.20/218.35	c cleaning 16000 clauses out of 32012 with flag 380761/1466379
427.62/220.50	c cleaning 16999 clauses out of 34012 with flag 432969/1484379
431.64/222.58	c cleaning 18006 clauses out of 36013 with flag 481214/1503379
438.05/225.76	c cleaning 18995 clauses out of 38008 with flag 539356/1523380
443.07/228.22	c cleaning 20004 clauses out of 40012 with flag 594857/1544379
451.90/232.65	c cleaning 20996 clauses out of 42008 with flag 665759/1566379
456.13/234.78	c cleaning 22006 clauses out of 44012 with flag 718207/1589379
462.19/237.76	c cleaning 22999 clauses out of 46006 with flag 776878/1613379
468.41/240.84	c cleaning 23997 clauses out of 48008 with flag 835346/1638380
475.04/244.10	c cleaning 25004 clauses out of 50010 with flag 897398/1664379
480.89/247.07	c cleaning 26001 clauses out of 52006 with flag 961196/1691379
487.91/250.57	c cleaning 27000 clauses out of 54005 with flag 1028890/1719379
496.39/254.70	c cleaning 28003 clauses out of 56006 with flag 1096055/1748380
505.44/259.26	c cleaning 29000 clauses out of 58003 with flag 1171025/1778380
515.73/264.31	c cleaning 30002 clauses out of 60007 with flag 1249451/1809384
517.64/265.21	c cleaning 0 clauses out of 9356 with flag 0/9374
526.88/269.71	c cleaning 30999 clauses out of 62002 with flag 1331525/1841381
537.31/274.94	c cleaning 31999 clauses out of 64002 with flag 1413596/1874380
548.82/280.66	c cleaning 32994 clauses out of 66002 with flag 1495994/1908379
563.48/287.99	c cleaning 34001 clauses out of 68008 with flag 1585322/1943379
580.21/296.52	c cleaning 35004 clauses out of 70007 with flag 1675157/1979379
595.30/304.01	c cleaning 35999 clauses out of 72003 with flag 1773048/2016379
610.97/311.82	c cleaning 36999 clauses out of 74008 with flag 1873246/2054383
631.87/322.23	c cleaning 38004 clauses out of 76007 with flag 1969610/2093381
651.37/331.93	c cleaning 38997 clauses out of 78002 with flag 2073713/2133380
672.53/342.46	c cleaning 39994 clauses out of 80004 with flag 2179295/2174379
696.20/354.25	c cleaning 41001 clauses out of 82010 with flag 2297373/2216379
715.72/363.92	c cleaning 42001 clauses out of 84009 with flag 2416648/2259379
734.62/373.37	c cleaning 43005 clauses out of 86009 with flag 2524015/2303380
752.70/382.39	c cleaning 44004 clauses out of 88008 with flag 2639013/2348384
776.66/394.26	c cleaning 44999 clauses out of 90000 with flag 2781687/2394380
796.35/404.04	c cleaning 45995 clauses out of 92000 with flag 2901304/2441379
823.45/417.52	c cleaning 46989 clauses out of 94006 with flag 3036902/2489380
849.20/430.31	c cleaning 48007 clauses out of 96021 with flag 3178853/2538384
870.30/440.86	c cleaning 49001 clauses out of 98010 with flag 3306594/2588380
890.33/451.18	c cleaning 50002 clauses out of 100008 with flag 3434900/2639379
913.62/462.77	c cleaning 50998 clauses out of 102006 with flag 3565683/2691379
935.65/473.75	c cleaning 52002 clauses out of 104009 with flag 3709852/2744380
959.96/485.81	c cleaning 52997 clauses out of 106006 with flag 3847463/2798379
984.25/497.96	c cleaning 54005 clauses out of 108013 with flag 3989144/2853383
1009.15/510.38	c cleaning 54997 clauses out of 110005 with flag 4135805/2909380
1035.10/523.27	c cleaning 55999 clauses out of 112007 with flag 4284246/2966379
1064.22/537.71	c cleaning 57005 clauses out of 114013 with flag 4427566/3024384
1099.19/555.13	c cleaning 57996 clauses out of 116004 with flag 4561414/3083380
1131.59/571.23	c cleaning 58996 clauses out of 118008 with flag 4709160/3143380
1169.16/589.91	c cleaning 60001 clauses out of 120011 with flag 4888253/3204379
1169.36/590.04	c And the winner is solver1
1169.55/590.51	c Got one! Elapsed wall clock time (in seconds):590.389
1169.55/590.51	o 34
1169.55/590.55	c And the winner is solver0
1169.64/591.01	c Got one! Elapsed wall clock time (in seconds):590.89
1169.64/591.01	o 32
1170.41/591.45	c cleaning 32558 clauses out of 65124 with flag 10437/3209493
1170.81/591.66	c cleaning 19275 clauses out of 38564 with flag 24365/3215491
1171.46/591.92	c cleaning 13140 clauses out of 26290 with flag 40079/3222492
1172.05/592.25	c cleaning 10566 clauses out of 21150 with flag 58602/3230492
1175.24/593.84	c cleaning 9777 clauses out of 19583 with flag 93025/3239491
1177.04/594.77	c cleaning 9896 clauses out of 19806 with flag 120232/3249491
1179.46/595.98	c cleaning 10453 clauses out of 20912 with flag 147884/3260493
1183.06/597.79	c cleaning 11228 clauses out of 22459 with flag 181694/3272493
1185.90/599.12	c cleaning 12107 clauses out of 24230 with flag 216155/3285492
1187.50/599.94	c cleaning 13056 clauses out of 26123 with flag 249362/3299492
1191.12/601.71	c cleaning 14031 clauses out of 28066 with flag 289759/3314491
1196.95/604.61	c cleaning 15013 clauses out of 30035 with flag 338622/3330491
1200.99/606.63	c cleaning 16004 clauses out of 32023 with flag 385531/3347492
1207.62/609.96	c cleaning 17007 clauses out of 34018 with flag 437267/3365491
1212.82/612.54	c cleaning 18000 clauses out of 36013 with flag 487972/3384493
1217.08/614.67	c cleaning 19000 clauses out of 38011 with flag 542382/3404491
1223.48/617.84	c cleaning 19995 clauses out of 40013 with flag 604196/3425493
1230.11/621.13	c cleaning 20998 clauses out of 42016 with flag 665646/3447491
1235.76/623.97	c cleaning 22003 clauses out of 44018 with flag 725282/3470491
1242.40/627.29	c cleaning 23001 clauses out of 46015 with flag 791593/3494491
1250.00/631.00	c cleaning 23993 clauses out of 48015 with flag 867604/3519492
1257.25/634.63	c cleaning 25007 clauses out of 50021 with flag 936218/3545491
1267.34/639.63	c cleaning 25996 clauses out of 52014 with flag 1017963/3572491
1277.42/644.64	c cleaning 27007 clauses out of 54022 with flag 1101888/3600495
1283.60/647.72	c cleaning 28002 clauses out of 56011 with flag 1166053/3629491
1294.44/653.18	c cleaning 28997 clauses out of 58009 with flag 1252433/3659491
1301.25/656.53	c cleaning 29998 clauses out of 60012 with flag 1335763/3690491
1308.50/660.14	c cleaning 31001 clauses out of 62015 with flag 1415435/3722492
1320.92/666.38	c cleaning 32006 clauses out of 64013 with flag 1505519/3755491
1329.41/670.54	c cleaning 32994 clauses out of 66008 with flag 1592320/3789492
1344.84/678.27	c cleaning 34004 clauses out of 68016 with flag 1696012/3824494
1359.34/685.43	c cleaning 34999 clauses out of 70009 with flag 1799996/3860491
1372.21/691.81	c cleaning 35999 clauses out of 72010 with flag 1906521/3897491
1387.05/699.27	c cleaning 37001 clauses out of 74011 with flag 2023273/3935491
1402.53/706.99	c cleaning 38002 clauses out of 76011 with flag 2132580/3974492
1418.99/715.15	c cleaning 39004 clauses out of 78009 with flag 2249374/4014492
1435.92/723.53	c cleaning 39998 clauses out of 80004 with flag 2370875/4055491
1454.59/732.83	c cleaning 40978 clauses out of 82006 with flag 2495161/4097491
1474.51/742.78	c cleaning 42008 clauses out of 84028 with flag 2619555/4140491
1495.41/753.14	c cleaning 43010 clauses out of 86020 with flag 2745765/4184491
1515.81/763.72	c cleaning 43998 clauses out of 88010 with flag 2880682/4229491
1535.94/773.71	c cleaning 45003 clauses out of 90014 with flag 3008433/4275493
1557.65/784.54	c cleaning 46000 clauses out of 92010 with flag 3148154/4322492
1579.42/795.38	c cleaning 47003 clauses out of 94009 with flag 3286496/4370491
1602.66/806.99	c cleaning 48003 clauses out of 96006 with flag 3433388/4419491
1633.21/822.17	c cleaning 48993 clauses out of 98003 with flag 3588166/4469491
1661.72/836.35	c cleaning 50000 clauses out of 100010 with flag 3754140/4520491
1686.70/848.77	c cleaning 50999 clauses out of 102011 with flag 3914507/4572492
1711.45/861.06	c cleaning 52001 clauses out of 104011 with flag 4071771/4625491
1713.05/861.85	c cleaning 0 clauses out of 15072 with flag 0/15090
1739.41/874.94	c cleaning 53003 clauses out of 106010 with flag 4242654/4679491
1768.33/889.38	c cleaning 54002 clauses out of 108008 with flag 4414966/4734492
1800.14/905.10	c >>>>>>>>>> Solver number 0 (26 answers) <<<<<<<<<<<<<<<<<<
1800.14/905.10	c starts		: 70670
1800.14/905.10	c conflicts		: 4790382
1800.14/905.10	c decisions		: 7808184
1800.14/905.10	c propagations		: 363042997
1800.14/905.10	c inspects		: 14378620755
1800.14/905.10	c shortcuts		: 0
1800.14/905.10	c learnt literals	: 0
1800.14/905.10	c learnt binary clauses	: 83
1800.14/905.10	c learnt ternary clauses	: 307
1800.14/905.10	c learnt constraints	: 4790382
1800.14/905.10	c ignored constraints	: 0
1800.14/905.10	c root simplifications	: 0
1800.14/905.10	c removed literals (reason simplification)	: 27036804
1800.14/905.10	c reason swapping (by a shorter reason)	: 0
1800.14/905.10	c Calls to reduceDB	: 212
1800.14/905.10	c Number of update (reduction) of LBD	: 483903
1800.14/905.10	c Imported unit clauses	: 0
1800.14/905.10	c number of reductions to clauses (during analyze)	: 0
1800.14/905.10	c number of learned constraints concerned by reduction	: 0
1800.14/905.10	c number of learning phase by resolution	: 0
1800.14/905.10	c number of learning phase by cutting planes	: 0
1800.14/905.10	c speed (assignments/second)	: 1153997.654134191
1800.14/905.10	c non guided choices	2661
1800.14/905.13	c learnt constraints type 
1800.14/905.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 83
1800.14/905.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 109813
1800.14/905.13	c >>>>>>>>>> Solver number 1 (7 answers) <<<<<<<<<<<<<<<<<<
1800.14/905.13	c starts		: 115
1800.14/905.13	c conflicts		: 15422
1800.14/905.13	c decisions		: 33988
1800.14/905.13	c propagations		: 3515187
1800.14/905.13	c inspects		: 1101736208
1800.14/905.13	c shortcuts		: 0
1800.14/905.13	c learnt literals	: 0
1800.14/905.13	c learnt binary clauses	: 3
1800.14/905.13	c learnt ternary clauses	: 2
1800.14/905.13	c learnt constraints	: 15403
1800.14/905.13	c ignored constraints	: 0
1800.14/905.13	c root simplifications	: 0
1800.14/905.13	c removed literals (reason simplification)	: 0
1800.14/905.13	c reason swapping (by a shorter reason)	: 0
1800.14/905.13	c Calls to reduceDB	: 2
1800.14/905.13	c Number of update (reduction) of LBD	: 0
1800.14/905.13	c Imported unit clauses	: 0
1800.14/905.13	c number of reductions to clauses (during analyze)	: 0
1800.14/905.13	c number of learned constraints concerned by reduction	: 0
1800.14/905.13	c number of learning phase by resolution	: 0
1800.14/905.13	c number of learning phase by cutting planes	: 0
1800.14/905.13	c speed (assignments/second)	: 11191.797787867017
1800.14/905.13	c non guided choices	7
1800.14/905.13	c learnt constraints type 
1800.14/905.13	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 64
1800.14/905.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 335
1800.14/905.13	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 3
1800.14/905.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15001
1800.14/905.13	s SATISFIABLE
1800.14/905.13	c Found 33 solution(s)
1800.14/905.14	v -x1 -x2 -x3 x4 -x5 x6 -x7 x8 -x9 -x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 x26 -x27 -x28 x29 -x30 x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 x40 -x41 -x42 x43 x44 -x45 x46 -x47 x48 -x49 x50 -x51 x52 -x53 -x54 -x55 x56 -x57 -x58 -x59 x60 -x61 x62 -x63 x64 -x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 x105 -x106 x107 -x108 x109 -x110 x111 -x112 x113 -x114 -x115 x116 -x117 -x118 x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 x172 -x173 -x174 -x175 -x176 -x177 -x178 x179 -x180 -x181 -x182 x183 -x184 x185 -x186 x187 -x188 -x189 -x190 -x191 -x192 x193 x194 x195 -x196 x197 x198 x199 x200 -x201 x202 x203 x204 -x205 -x206 x207 -x208 -x209 -x210 x211 x212 -x213 x214 -x215 x216 x217 -x218 -x219 x220 -x221 -x222 x223 x224 x225 x226 -x227 -x228 -x229 x230 -x231 x232 -x233 -x234 -x235 x236 -x237 -x238 x239 -x240 -x241 -x242 x243 x244 x245 -x246 -x247 -x248 -x249 x250 x251 -x252 x253 -x254 x255 -x256 -x257 -x258 x259 -x260 x261 x262 x263 x264 -x265 x266 x267 x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 x276 -x277 x278 -x279 x280 x281 -x282 x283 -x284 -x285 x286 x287 -x288 x289 -x290 x291 x292 x293 x294 -x295 x296 x297 x298 x299 x300 -x301 x302 -x303 -x304 -x305 -x306 -x307 x308 x309 x310 -x311 -x312 x313 -x314 -x315 -x316 -x317 x318 -x319 -x320 -x321 -x322 x323 -x324 -x325 x326 -x327 x328 -x329 x330 x331 -x332 -x333 -x334 -x335 x336 -x337 -x338 -x339 -x340 -x341 x342 x343 x344 x345 x346 x347 -x348 -x349 -x350 -x351 x352 x353 -x354 x355 x356 -x357 x358 -x359 x360 -x361 -x362 x363 -x364 x365 -x366 -x367 x368 -x369 x370 -x371 -x372 x373 -x374 -x375 -x376 x377 -x378 -x379 x380 -x381 x382 x383 -x384 -x385 x386 x387 x388 -x389 x390 x391 -x392 -x393 -x394 -x395 x396 -x397 x398 -x399 x400 x401 -x402 x403 x404 x405 x406 -x407 -x408 x409 x410 x411 x412 -x413 x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 x422 x423 -x424 -x425 x426 x427 x428 x429 -x430 x431 x432 x433 -x434 -x435 -x436 x437 -x438 x439 x440 -x441 x442 x443 -x444 -x445 -x446 x447 x448 x449 x450 -x451 -x452 x453 x454 x455 -x456 -x457 -x458 x459 -x460 x461 x462 x463 x464 -x465 -x466 -x467 -x468 -x469 x470 x471 -x472 x473 -x474 -x475 -x476 -x477 x478 -x479 -x480 -x481 -x482 x483 -x484 x485 -x486 -x487 -x488 -x489 x490 -x491 -x492 x493 -x494 x495 x496 x497 -x498 -x499 x500 -x501 x502 x503 -x504 -x505 -x506 x507 -x508 -x509 -x510 x511 -x512 x513 x514 -x515 x516 x517 -x518 -x519 x520 x521 x522 x523 x524 -x525 x526 -x527 -x528 -x529 x530 -x531 x532 -x533 -x534 -x535 -x536 -x537 -x538 x539 -x540 x541 x542 x543 -x544 x545 x546 x547 -x548 x549 -x550 -x551 x552 x553 x554 x555 -x556 -x557 -x558 -x559 x560 -x561 -x562 x563 x564 -x565 -x566 -x567 x568 x569 -x570 -x571 x572 -x573 x574 x575 -x576 -x577 x578 -x579 x580 x581 x582 -x583 -x584 
1800.14/905.14	c objective function=32
1800.14/905.14	c Total wall clock time (in seconds): 905.021

Verifier Data

OK	32

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-4081831-1465263494/watcher-4081831-1465263494 -o /tmp/evaluation-result-4081831-1465263494/solver-4081831-1465263494 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1465261736-14347 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081831-1465263494.opb 

pid=14983
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: 3.03 2.66 2.42 4/198 14986
/proc/meminfo: memFree=29323816/32872528 swapFree=9100/9100
[pid=14986] ppid=14983 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/14986/stat : 14986 (java) D 14983 14986 14331 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 108280515 9515008 175 33554432000 1073741824 1073778376 140733663439296 140733663422024 243765429136 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/14986/statm: 2323 178 136 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 3.03 2.66 2.42 4/198 14986
/proc/meminfo: memFree=29323816/32872528 swapFree=9100/9100
[pid=14986] ppid=14983 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/14986/stat : 14986 (java) S 14983 14986 14331 0 -1 4202496 4421 0 1 0 8 2 0 0 20 0 18 0 108280515 9787879424 6053 33554432000 1073741824 1073778376 140733663439296 140733663430432 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14986/statm: 2389619 6053 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 3.03 2.66 2.42 4/198 14986
/proc/meminfo: memFree=29323816/32872528 swapFree=9100/9100
[pid=14986] ppid=14983 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/14986/stat : 14986 (java) S 14983 14986 14331 0 -1 4202496 4658 0 1 0 22 2 0 0 20 0 18 0 108280515 9787879424 7269 33554432000 1073741824 1073778376 140733663439296 140733663430432 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14986/statm: 2389619 7269 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300215 s]
/proc/loadavg: 3.03 2.66 2.42 4/198 14986
/proc/meminfo: memFree=29323816/32872528 swapFree=9100/9100
[pid=14986] ppid=14983 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/14986/stat : 14986 (java) S 14983 14986 14331 0 -1 4202496 6033 0 1 0 50 2 0 0 20 0 18 0 108280515 9787879424 9071 33554432000 1073741824 1073778376 140733663439296 140733663430432 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14986/statm: 2389619 9071 2238 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.70015 s]
/proc/loadavg: 3.03 2.66 2.42 4/198 14986
/proc/meminfo: memFree=29323816/32872528 swapFree=9100/9100
[pid=14986] ppid=14983 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/14986/stat : 14986 (java) S 14983 14986 14331 0 -1 4202496 12452 0 1 0 166 3 0 0 20 0 22 0 108280515 10060525568 20570 33554432000 1073741824 1073778376 140733663439296 140733663430432 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14986/statm: 2456183 20570 2261 9 0 2446860 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 3.03 2.66 2.42 7/220 15008
/proc/meminfo: memFree=29183604/32872528 swapFree=9100/9100
[pid=14986] ppid=14983 vsize=9824732 CPUtime=3.78 cores=0,2,4,6
/proc/14986/stat : 14986 (java) S 14983 14986 14331 0 -1 4202496 23211 0 1 0 371 7 0 0 20 0 19 0 108280515 10060525568 41042 33554432000 1073741824 1073778376 140733663439296 140733663430432 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14986/statm: 2456183 41042 2272 9 0 2446860 0
[pid=14986/tid=14988] ppid=14983 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/14986/task/14988/stat : 14988 (java) S 14983 14986 14331 0 -1 4202560 2461 0 1 0 46 2 0 0 20 0 19 0 108280516 10060525568 41042 33554432000 1073741824 1073778376 140733663439296 139863891084152 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14986/tid=14989] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/14989/stat : 14989 (java) S 14983 14986 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108280517 10060525568 41042 33554432000 1073741824 1073778376 140733663439296 139863869184808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=14990] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/14990/stat : 14990 (java) S 14983 14986 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108280517 10060525568 41042 33554432000 1073741824 1073778376 140733663439296 139863868132008 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=14991] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/14991/stat : 14991 (java) S 14983 14986 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108280517 10060525568 41042 33554432000 1073741824 1073778376 140733663439296 139863867079720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14986/tid=14992] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/14992/stat : 14992 (java) S 14983 14986 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108280517 10060525568 41042 33554432000 1073741824 1073778376 140733663439296 139863529614248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14986/tid=14993] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/14993/stat : 14993 (java) S 14983 14986 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108280517 10060525568 41042 33554432000 1073741824 1073778376 140733663439296 139863528560936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=14994] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/14994/stat : 14994 (java) S 14983 14986 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108280517 10060525568 41042 33554432000 1073741824 1073778376 140733663439296 139863527508136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14986/tid=14995] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/14995/stat : 14995 (java) S 14983 14986 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108280517 10060525568 41042 33554432000 1073741824 1073778376 140733663439296 139863526455848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14986/tid=14996] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/14996/stat : 14996 (java) S 14983 14986 14331 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108280517 10060525568 41042 33554432000 1073741824 1073778376 140733663439296 139863525403048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=14997] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/14997/stat : 14997 (java) S 14983 14986 14331 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108280518 10060525568 41042 33554432000 1073741824 1073778376 140733663439296 139863513205480 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=14998] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/14998/stat : 14998 (java) S 14983 14986 14331 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108280519 10060525568 41042 33554432000 1073741824 1073778376 140733663439296 139863512151544 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=14999] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/14999/stat : 14999 (java) S 14983 14986 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108280519 10060525568 41042 33554432000 1073741824 1073778376 140733663439296 139863511099144 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=15000] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/15000/stat : 15000 (java) S 14983 14986 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108280521 10060525568 41042 33554432000 1073741824 1073778376 140733663439296 139863510047632 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=15001] ppid=14983 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/14986/task/15001/stat : 15001 (java) S 14983 14986 14331 0 -1 4202560 10180 0 0 0 87 2 0 0 20 0 19 0 108280521 10060525568 41042 33554432000 1073741824 1073778376 140733663439296 139863508994232 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=15002] ppid=14983 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/14986/task/15002/stat : 15002 (java) S 14983 14986 14331 0 -1 4202560 9209 0 0 0 103 2 0 0 20 0 19 0 108280521 10060525568 41042 33554432000 1073741824 1073778376 140733663439296 139863507941432 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=15003] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/15003/stat : 15003 (java) S 14983 14986 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108280521 10060525568 41042 33554432000 1073741824 1073778376 140733663439296 139863506889336 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=15004] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/15004/stat : 15004 (java) S 14983 14986 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108280521 10060525568 41042 33554432000 1073741824 1073778376 140733663439296 139863505836744 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=15007] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/15007/stat : 15007 (java) S 14983 14986 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108280568 10060525568 41042 33554432000 1073741824 1073778376 140733663439296 139863502579368 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9824732

[startup+3.10098 s]
/proc/loadavg: 2.95 2.65 2.42 6/220 15014
/proc/meminfo: memFree=29123532/32872528 swapFree=9100/9100
[pid=14986] ppid=14983 vsize=9824732 CPUtime=7.14 cores=0,2,4,6
/proc/14986/stat : 14986 (java) S 14983 14986 14331 0 -1 4202496 23797 0 1 0 699 15 0 0 20 0 22 0 108280515 10060525568 80580 33554432000 1073741824 1073778376 140733663439296 140733663430432 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14986/statm: 2456183 80580 2294 9 0 2446860 0
[pid=14986/tid=14988] ppid=14983 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/14986/task/14988/stat : 14988 (java) S 14983 14986 14331 0 -1 4202560 2462 0 1 0 46 3 0 0 20 0 22 0 108280516 10060525568 80580 33554432000 1073741824 1073778376 140733663439296 139863891084152 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=14989] ppid=14983 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/14986/task/14989/stat : 14989 (java) S 14983 14986 14331 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 108280517 10060525568 80580 33554432000 1073741824 1073778376 140733663439296 139863869184808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14986/tid=14990] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/14990/stat : 14990 (java) S 14983 14986 14331 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 108280517 10060525568 80580 33554432000 1073741824 1073778376 140733663439296 139863868132008 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14986/tid=14991] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/14991/stat : 14991 (java) S 14983 14986 14331 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 108280517 10060525568 80580 33554432000 1073741824 1073778376 140733663439296 139863867079720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=14992] ppid=14983 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/14986/task/14992/stat : 14992 (java) S 14983 14986 14331 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 108280517 10060525568 80580 33554432000 1073741824 1073778376 140733663439296 139863529614248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14986/tid=14993] ppid=14983 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/14986/task/14993/stat : 14993 (java) S 14983 14986 14331 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 108280517 10060525568 80580 33554432000 1073741824 1073778376 140733663439296 139863528560936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14986/tid=14994] ppid=14983 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/14986/task/14994/stat : 14994 (java) S 14983 14986 14331 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 108280517 10060525568 80580 33554432000 1073741824 1073778376 140733663439296 139863527508136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=14995] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/14995/stat : 14995 (java) S 14983 14986 14331 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 108280517 10060525568 80580 33554432000 1073741824 1073778376 140733663439296 139863526455848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=14996] ppid=14983 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/14986/task/14996/stat : 14996 (java) S 14983 14986 14331 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 108280517 10060525568 80580 33554432000 1073741824 1073778376 140733663439296 139863525403048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=14997] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/14997/stat : 14997 (java) S 14983 14986 14331 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 108280518 10060525568 80580 33554432000 1073741824 1073778376 140733663439296 139863513205480 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=14998] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/14998/stat : 14998 (java) S 14983 14986 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108280519 10060525568 80580 33554432000 1073741824 1073778376 140733663439296 139863512151544 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=14999] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/14999/stat : 14999 (java) S 14983 14986 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108280519 10060525568 80580 33554432000 1073741824 1073778376 140733663439296 139863511099144 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=15000] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/15000/stat : 15000 (java) S 14983 14986 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108280521 10060525568 80580 33554432000 1073741824 1073778376 140733663439296 139863510047632 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=15001] ppid=14983 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/14986/task/15001/stat : 15001 (java) S 14983 14986 14331 0 -1 4202560 10528 0 0 0 114 2 0 0 20 0 22 0 108280521 10060525568 80580 33554432000 1073741824 1073778376 140733663439296 139863508994232 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14986/tid=15002] ppid=14983 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/14986/task/15002/stat : 15002 (java) S 14983 14986 14331 0 -1 4202560 9217 0 0 0 129 2 0 0 20 0 22 0 108280521 10060525568 80580 33554432000 1073741824 1073778376 140733663439296 139863507941432 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14986/tid=15003] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/15003/stat : 15003 (java) S 14983 14986 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108280521 10060525568 80580 33554432000 1073741824 1073778376 140733663439296 139863506889336 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=15004] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/15004/stat : 15004 (java) S 14983 14986 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108280521 10060525568 80580 33554432000 1073741824 1073778376 140733663439296 139863505836744 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=15011] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/15011/stat : 15011 (java) S 14983 14986 14331 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 108280668 10060525568 80580 33554432000 1073741824 1073778376 140733663439296 139863501526184 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.14
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 2.95 2.65 2.42 5/220 15020
/proc/meminfo: memFree=28727260/32872528 swapFree=9100/9100
[pid=14986] ppid=14983 vsize=9824732 CPUtime=13.02 cores=0,2,4,6
/proc/14986/stat : 14986 (java) S 14983 14986 14331 0 -1 4202496 24734 0 1 0 1276 26 0 0 20 0 22 0 108280515 10060525568 152070 33554432000 1073741824 1073778376 140733663439296 140733663430432 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14986/statm: 2456183 152070 2295 9 0 2446860 0
[pid=14986/tid=14988] ppid=14983 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/14986/task/14988/stat : 14988 (java) S 14983 14986 14331 0 -1 4202560 2463 0 1 0 46 3 0 0 20 0 22 0 108280516 10060525568 152070 33554432000 1073741824 1073778376 140733663439296 139863891084152 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=14989] ppid=14983 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/14986/task/14989/stat : 14989 (java) S 14983 14986 14331 0 -1 4202560 103 0 0 0 2 1 0 0 20 0 22 0 108280517 10060525568 152070 33554432000 1073741824 1073778376 140733663439296 139863869184808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=14990] ppid=14983 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/14986/task/14990/stat : 14990 (java) S 14983 14986 14331 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 108280517 10060525568 152070 33554432000 1073741824 1073778376 140733663439296 139863868132008 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14986/tid=14991] ppid=14983 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/14986/task/14991/stat : 14991 (java) S 14983 14986 14331 0 -1 4202560 46 0 0 0 3 0 0 0 20 0 22 0 108280517 10060525568 152070 33554432000 1073741824 1073778376 140733663439296 139863867079720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=14992] ppid=14983 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/14986/task/14992/stat : 14992 (java) S 14983 14986 14331 0 -1 4202560 97 0 0 0 3 1 0 0 20 0 22 0 108280517 10060525568 152070 33554432000 1073741824 1073778376 140733663439296 139863529614248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14986/tid=14993] ppid=14983 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/14986/task/14993/stat : 14993 (java) S 14983 14986 14331 0 -1 4202560 56 0 0 0 3 2 0 0 20 0 22 0 108280517 10060525568 152070 33554432000 1073741824 1073778376 140733663439296 139863528560936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14986/tid=14994] ppid=14983 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/14986/task/14994/stat : 14994 (java) S 14983 14986 14331 0 -1 4202560 36 0 0 0 2 2 0 0 20 0 22 0 108280517 10060525568 152070 33554432000 1073741824 1073778376 140733663439296 139863527508136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=14995] ppid=14983 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/14986/task/14995/stat : 14995 (java) S 14983 14986 14331 0 -1 4202560 95 0 0 0 2 2 0 0 20 0 22 0 108280517 10060525568 152070 33554432000 1073741824 1073778376 140733663439296 139863526455848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14986/tid=14996] ppid=14983 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/14986/task/14996/stat : 14996 (java) S 14983 14986 14331 0 -1 4202560 77 0 0 0 3 0 0 0 20 0 22 0 108280517 10060525568 152070 33554432000 1073741824 1073778376 140733663439296 139863525403048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=14997] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/14997/stat : 14997 (java) S 14983 14986 14331 0 -1 4202560 443 0 0 0 0 0 0 0 20 0 22 0 108280518 10060525568 152070 33554432000 1073741824 1073778376 140733663439296 139863513205480 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=14998] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/14998/stat : 14998 (java) S 14983 14986 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108280519 10060525568 152070 33554432000 1073741824 1073778376 140733663439296 139863512151544 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=14999] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/14999/stat : 14999 (java) S 14983 14986 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108280519 10060525568 152070 33554432000 1073741824 1073778376 140733663439296 139863511099144 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=15000] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/15000/stat : 15000 (java) S 14983 14986 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108280521 10060525568 152070 33554432000 1073741824 1073778376 140733663439296 139863510047632 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=15001] ppid=14983 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/14986/task/15001/stat : 15001 (java) S 14983 14986 14331 0 -1 4202560 10528 0 0 0 114 2 0 0 20 0 22 0 108280521 10060525568 152070 33554432000 1073741824 1073778376 140733663439296 139863508994232 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14986/tid=15002] ppid=14983 vsize=9824732 CPUtime=1.41 cores=0,2,4,6
/proc/14986/task/15002/stat : 15002 (java) S 14983 14986 14331 0 -1 4202560 9217 0 0 0 139 2 0 0 20 0 22 0 108280521 10060525568 152070 33554432000 1073741824 1073778376 140733663439296 139863507941432 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=15003] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/15003/stat : 15003 (java) S 14983 14986 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108280521 10060525568 152070 33554432000 1073741824 1073778376 140733663439296 139863506889336 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=15004] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/15004/stat : 15004 (java) S 14983 14986 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108280521 10060525568 152070 33554432000 1073741824 1073778376 140733663439296 139863505836744 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=15017] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/15017/stat : 15017 (java) S 14983 14986 14331 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 108280818 10060525568 152070 33554432000 1073741824 1073778376 140733663439296 139863502578600 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14986/tid=15018] ppid=14983 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/14986/task/15018/stat : 15018 (java) R 14983 14986 14331 0 -1 4202560 5 0 0 0 123 0 0 0 20 0 22 0 108281018 10060525568 152070 33554432000 1073741824 1073778376 140733663439296 139863504681072 139863748310797 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14986/tid=15019] ppid=14983 vsize=9824732 CPUtime=1.22 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.08 3.99 3.40 5/219 15406
/proc/meminfo: memFree=26549816/32872528 swapFree=9100/9100
[pid=14986] ppid=14983 vsize=9824732 CPUtime=1754.31 cores=0,2,4,6
/proc/14986/stat : 14986 (java) S 14983 14986 14331 0 -1 4202496 33599 0 1 0 175195 236 0 0 20 0 22 0 108280515 10060525568 544533 33554432000 1073741824 1073778376 140733663439296 140733663430432 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14986/statm: 2456183 544533 2303 9 0 2446860 0
[pid=14986/tid=14988] ppid=14983 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/14986/task/14988/stat : 14988 (java) S 14983 14986 14331 0 -1 4202560 2471 0 1 0 51 4 0 0 20 0 22 0 108280516 10060525568 544533 33554432000 1073741824 1073778376 140733663439296 139863891084152 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=14989] ppid=14983 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/14986/task/14989/stat : 14989 (java) S 14983 14986 14331 0 -1 4202560 430 0 0 0 252 7 0 0 20 0 22 0 108280517 10060525568 544533 33554432000 1073741824 1073778376 140733663439296 139863869184808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14986/tid=14990] ppid=14983 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/14986/task/14990/stat : 14990 (java) S 14983 14986 14331 0 -1 4202560 385 0 0 0 260 8 0 0 20 0 22 0 108280517 10060525568 544533 33554432000 1073741824 1073778376 140733663439296 139863868132008 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14986/tid=14991] ppid=14983 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/14986/task/14991/stat : 14991 (java) S 14983 14986 14331 0 -1 4202560 396 0 0 0 261 8 0 0 20 0 22 0 108280517 10060525568 544533 33554432000 1073741824 1073778376 140733663439296 139863867079720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=14992] ppid=14983 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/14986/task/14992/stat : 14992 (java) S 14983 14986 14331 0 -1 4202560 407 0 0 0 271 7 0 0 20 0 22 0 108280517 10060525568 544533 33554432000 1073741824 1073778376 140733663439296 139863529614248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14986/tid=14993] ppid=14983 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/14986/task/14993/stat : 14993 (java) S 14983 14986 14331 0 -1 4202560 371 0 0 0 260 9 0 0 20 0 22 0 108280517 10060525568 544533 33554432000 1073741824 1073778376 140733663439296 139863528560936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=14994] ppid=14983 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/14986/task/14994/stat : 14994 (java) S 14983 14986 14331 0 -1 4202560 393 0 0 0 278 9 0 0 20 0 22 0 108280517 10060525568 544533 33554432000 1073741824 1073778376 140733663439296 139863527508136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=14995] ppid=14983 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/14986/task/14995/stat : 14995 (java) S 14983 14986 14331 0 -1 4202560 471 0 0 0 260 9 0 0 20 0 22 0 108280517 10060525568 544533 33554432000 1073741824 1073778376 140733663439296 139863526455848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=14996] ppid=14983 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/14986/task/14996/stat : 14996 (java) S 14983 14986 14331 0 -1 4202560 449 0 0 0 258 9 0 0 20 0 22 0 108280517 10060525568 544533 33554432000 1073741824 1073778376 140733663439296 139863525403048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=14997] ppid=14983 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/14986/task/14997/stat : 14997 (java) S 14983 14986 14331 0 -1 4202560 1929 0 0 0 227 26 0 0 20 0 22 0 108280518 10060525568 544533 33554432000 1073741824 1073778376 140733663439296 139863513205480 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=14998] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/14998/stat : 14998 (java) S 14983 14986 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108280519 10060525568 544533 33554432000 1073741824 1073778376 140733663439296 139863512151544 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=14999] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/14999/stat : 14999 (java) S 14983 14986 14331 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 108280519 10060525568 544533 33554432000 1073741824 1073778376 140733663439296 139863511099144 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14986/tid=15000] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/15000/stat : 15000 (java) S 14983 14986 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108280521 10060525568 544533 33554432000 1073741824 1073778376 140733663439296 139863510047632 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=15001] ppid=14983 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/14986/task/15001/stat : 15001 (java) S 14983 14986 14331 0 -1 4202560 10540 0 0 0 130 2 0 0 20 0 22 0 108280521 10060525568 544533 33554432000 1073741824 1073778376 140733663439296 139863508994232 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=15002] ppid=14983 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/14986/task/15002/stat : 15002 (java) S 14983 14986 14331 0 -1 4202560 11928 0 0 0 177 2 0 0 20 0 22 0 108280521 10060525568 544533 33554432000 1073741824 1073778376 140733663439296 139863507941432 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14986/tid=15003] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/15003/stat : 15003 (java) S 14983 14986 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108280521 10060525568 544533 33554432000 1073741824 1073778376 140733663439296 139863506889336 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=15004] ppid=14983 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/14986/task/15004/stat : 15004 (java) S 14983 14986 14331 0 -1 4202560 50 0 0 0 13 19 0 0 20 0 22 0 108280521 10060525568 544533 33554432000 1073741824 1073778376 140733663439296 139863505836744 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=15262] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/15262/stat : 15262 (java) S 14983 14986 14331 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 108339566 10060525568 544533 33554432000 1073741824 1073778376 140733663439296 139863501526568 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14986/tid=15263] ppid=14983 vsize=9824732 CPUtime=288.4 cores=0,2,4,6
/proc/14986/task/15263/stat : 15263 (java) R 14983 14986 14331 0 -1 4202560 18 0 0 0 28831 9 0 0 20 0 22 0 108339617 10060525568 544533 33554432000 1073741824 1073778376 140733663439296 139863503628816 139863748311214 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14986/tid=15264] ppid=14983 vsize=9824732 CPUtime=288.43 cores=0,2,4,6
/proc/14986/task/15264/stat : 15264 (java) R 14983 14986 14331 0 -1 4202560 61 0 0 0 28835 8 0 0 20 0 22 0 108339617 10060525568 544533 33554432000 1073741824 1073778376 140733663439296 139863504682128 139863748649681 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=15265] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/15265/stat : 15265 (java) S 14983 14986 14331 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 108339620 10060525568 544533 33554432000 1073741824 1073778376 140733663439296 139863502578856 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1754.31
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+905.101 s]
/proc/loadavg: 4.05 3.99 3.41 5/219 15406
/proc/meminfo: memFree=26551000/32872528 swapFree=9100/9100
[pid=14986] ppid=14983 vsize=9824732 CPUtime=1800.14 cores=0,2,4,6
/proc/14986/stat : 14986 (java) S 14983 14986 14331 0 -1 4202496 33629 0 1 0 179777 237 0 0 20 0 22 0 108280515 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 140733663430432 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14986/statm: 2456183 539901 2303 9 0 2446860 0
[pid=14986/tid=14988] ppid=14983 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/14986/task/14988/stat : 14988 (java) S 14983 14986 14331 0 -1 4202560 2471 0 1 0 51 4 0 0 20 0 22 0 108280516 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863891084152 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=14989] ppid=14983 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/14986/task/14989/stat : 14989 (java) S 14983 14986 14331 0 -1 4202560 442 0 0 0 260 7 0 0 20 0 22 0 108280517 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863869184808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14986/tid=14990] ppid=14983 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/14986/task/14990/stat : 14990 (java) S 14983 14986 14331 0 -1 4202560 386 0 0 0 268 8 0 0 20 0 22 0 108280517 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863868132008 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=14991] ppid=14983 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/14986/task/14991/stat : 14991 (java) S 14983 14986 14331 0 -1 4202560 396 0 0 0 269 8 0 0 20 0 22 0 108280517 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863867079720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=14992] ppid=14983 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/14986/task/14992/stat : 14992 (java) S 14983 14986 14331 0 -1 4202560 408 0 0 0 277 7 0 0 20 0 22 0 108280517 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863529614248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=14993] ppid=14983 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/14986/task/14993/stat : 14993 (java) S 14983 14986 14331 0 -1 4202560 377 0 0 0 266 9 0 0 20 0 22 0 108280517 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863528560936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14986/tid=14994] ppid=14983 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/14986/task/14994/stat : 14994 (java) S 14983 14986 14331 0 -1 4202560 394 0 0 0 283 9 0 0 20 0 22 0 108280517 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863527508136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14986/tid=14995] ppid=14983 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/14986/task/14995/stat : 14995 (java) S 14983 14986 14331 0 -1 4202560 471 0 0 0 269 9 0 0 20 0 22 0 108280517 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863526455848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14986/tid=14996] ppid=14983 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/14986/task/14996/stat : 14996 (java) S 14983 14986 14331 0 -1 4202560 449 0 0 0 264 9 0 0 20 0 22 0 108280517 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863525403048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=14997] ppid=14983 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/14986/task/14997/stat : 14997 (java) S 14983 14986 14331 0 -1 4202560 1931 0 0 0 227 26 0 0 20 0 22 0 108280518 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863513205480 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=14998] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/14998/stat : 14998 (java) S 14983 14986 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108280519 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863512151544 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=14999] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/14999/stat : 14999 (java) S 14983 14986 14331 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 108280519 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863511099144 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14986/tid=15000] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/15000/stat : 15000 (java) S 14983 14986 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108280521 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863510047632 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=15001] ppid=14983 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/14986/task/15001/stat : 15001 (java) S 14983 14986 14331 0 -1 4202560 10540 0 0 0 130 2 0 0 20 0 22 0 108280521 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863508994232 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=15002] ppid=14983 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/14986/task/15002/stat : 15002 (java) S 14983 14986 14331 0 -1 4202560 11928 0 0 0 177 2 0 0 20 0 22 0 108280521 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863507941432 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14986/tid=15003] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/15003/stat : 15003 (java) S 14983 14986 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108280521 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863506889336 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=15004] ppid=14983 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/14986/task/15004/stat : 15004 (java) S 14983 14986 14331 0 -1 4202560 52 0 0 0 13 19 0 0 20 0 22 0 108280521 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863505836744 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14986/tid=15262] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/15262/stat : 15262 (java) S 14983 14986 14331 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 108339566 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863501526568 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14986/tid=15263] ppid=14983 vsize=9824732 CPUtime=311.05 cores=0,2,4,6
/proc/14986/task/15263/stat : 15263 (java) R 14983 14986 14331 0 -1 4202560 18 0 0 0 31096 9 0 0 20 0 22 0 108339617 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863503628816 139863748573890 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14986/tid=15264] ppid=14983 vsize=9824732 CPUtime=311.06 cores=0,2,4,6
/proc/14986/task/15264/stat : 15264 (java) R 14983 14986 14331 0 -1 4202560 66 0 0 0 31098 8 0 0 20 0 22 0 108339617 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863504682112 139863748463737 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=15265] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/15265/stat : 15265 (java) S 14983 14986 14331 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 108339620 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863502578856 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
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 14986 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+905.101 s]
/proc/loadavg: 4.05 3.99 3.41 5/219 15406
/proc/meminfo: memFree=26551000/32872528 swapFree=9100/9100
[pid=14986] ppid=14983 vsize=9824732 CPUtime=1800.14 cores=0,2,4,6
/proc/14986/stat : 14986 (java) S 14983 14986 14331 0 -1 4202496 33629 0 1 0 179777 237 0 0 20 0 22 0 108280515 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 140733663430432 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14986/statm: 2456183 539901 2303 9 0 2446860 0
[pid=14986/tid=14988] ppid=14983 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/14986/task/14988/stat : 14988 (java) S 14983 14986 14331 0 -1 4202560 2471 0 1 0 51 4 0 0 20 0 22 0 108280516 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863891084152 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=14989] ppid=14983 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/14986/task/14989/stat : 14989 (java) S 14983 14986 14331 0 -1 4202560 442 0 0 0 260 7 0 0 20 0 22 0 108280517 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863869184808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14986/tid=14990] ppid=14983 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/14986/task/14990/stat : 14990 (java) S 14983 14986 14331 0 -1 4202560 386 0 0 0 268 8 0 0 20 0 22 0 108280517 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863868132008 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=14991] ppid=14983 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/14986/task/14991/stat : 14991 (java) S 14983 14986 14331 0 -1 4202560 396 0 0 0 269 8 0 0 20 0 22 0 108280517 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863867079720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=14992] ppid=14983 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/14986/task/14992/stat : 14992 (java) S 14983 14986 14331 0 -1 4202560 408 0 0 0 277 7 0 0 20 0 22 0 108280517 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863529614248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=14993] ppid=14983 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/14986/task/14993/stat : 14993 (java) S 14983 14986 14331 0 -1 4202560 377 0 0 0 266 9 0 0 20 0 22 0 108280517 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863528560936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14986/tid=14994] ppid=14983 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/14986/task/14994/stat : 14994 (java) S 14983 14986 14331 0 -1 4202560 394 0 0 0 283 9 0 0 20 0 22 0 108280517 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863527508136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14986/tid=14995] ppid=14983 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/14986/task/14995/stat : 14995 (java) S 14983 14986 14331 0 -1 4202560 471 0 0 0 269 9 0 0 20 0 22 0 108280517 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863526455848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14986/tid=14996] ppid=14983 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/14986/task/14996/stat : 14996 (java) S 14983 14986 14331 0 -1 4202560 449 0 0 0 264 9 0 0 20 0 22 0 108280517 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863525403048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=14997] ppid=14983 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/14986/task/14997/stat : 14997 (java) S 14983 14986 14331 0 -1 4202560 1931 0 0 0 227 26 0 0 20 0 22 0 108280518 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863513205480 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=14998] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/14998/stat : 14998 (java) S 14983 14986 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108280519 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863512151544 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=14999] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/14999/stat : 14999 (java) S 14983 14986 14331 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 108280519 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863511099144 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14986/tid=15000] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/15000/stat : 15000 (java) S 14983 14986 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108280521 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863510047632 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=15001] ppid=14983 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/14986/task/15001/stat : 15001 (java) S 14983 14986 14331 0 -1 4202560 10540 0 0 0 130 2 0 0 20 0 22 0 108280521 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863508994232 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=15002] ppid=14983 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/14986/task/15002/stat : 15002 (java) S 14983 14986 14331 0 -1 4202560 11928 0 0 0 177 2 0 0 20 0 22 0 108280521 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863507941432 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14986/tid=15003] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/15003/stat : 15003 (java) S 14983 14986 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108280521 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863506889336 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14986/tid=15004] ppid=14983 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/14986/task/15004/stat : 15004 (java) S 14983 14986 14331 0 -1 4202560 52 0 0 0 13 19 0 0 20 0 22 0 108280521 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863505836744 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14986/tid=15262] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/15262/stat : 15262 (java) S 14983 14986 14331 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 108339566 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863501526568 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14986/tid=15263] ppid=14983 vsize=9824732 CPUtime=311.05 cores=0,2,4,6
/proc/14986/task/15263/stat : 15263 (java) R 14983 14986 14331 0 -1 4202560 18 0 0 0 31096 9 0 0 20 0 22 0 108339617 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863503628816 139863748573890 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14986/tid=15264] ppid=14983 vsize=9824732 CPUtime=311.06 cores=0,2,4,6
/proc/14986/task/15264/stat : 15264 (java) R 14983 14986 14331 0 -1 4202560 66 0 0 0 31098 8 0 0 20 0 22 0 108339617 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863504682112 139863748463737 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14986/tid=15265] ppid=14983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14986/task/15265/stat : 15265 (java) S 14983 14986 14331 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 108339620 10060525568 539901 33554432000 1073741824 1073778376 140733663439296 139863502578856 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 905.164
CPU time (s): 1800.78
CPU user time (s): 1798.06
CPU system time (s): 2.72259
CPU usage (%): 198.945
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.06
system time used= 2.72259
maximum resident set size= 2853340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33667
page faults= 1
swaps= 0
block input operations= 32
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31223
involuntary context switches= 55492

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.45417 second user time and 7.72283 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-07 03:38:14
IDJOB=4081831
IDBENCH=72483
IDSOLVER=2543
FILE ID=node151/4081831-1465263494
RUNJOBID= node151-1465261736-14347
PBS_JOBID= 19843295
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-NLC/oren/keeloq_tasca_instances/normalized-90_rounds_10_errors.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081831-1465263494/watcher-4081831-1465263494 -o /tmp/evaluation-result-4081831-1465263494/solver-4081831-1465263494 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1465261736-14347 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081831-1465263494.opb

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

MD5SUM BENCH= b561a61efc46169e6f19abce33721598
RANDOM SEED=1837172864

node151.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.334
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.66
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.334
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.55
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.334
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.334
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.334
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.334
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.334
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.54
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.334
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:        29324616 kB
Buffers:           28852 kB
Cached:           151656 kB
SwapCached:         2144 kB
Active:          2705996 kB
Inactive:          97484 kB
Active(anon):    2623336 kB
Inactive(anon):     1600 kB
Active(file):      82660 kB
Inactive(file):    95884 kB
Unevictable:        9100 kB
Mlocked:            9100 kB
SwapTotal:      67108856 kB
SwapFree:       67098820 kB
Dirty:               916 kB
Writeback:             0 kB
AnonPages:       2649124 kB
Mapped:            16520 kB
Shmem:                 0 kB
Slab:             581952 kB
SReclaimable:      25544 kB
SUnreclaim:       556408 kB
KernelStack:        1592 kB
PageTables:         9584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3274052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2578432 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= 71744 MiB
End job on node151 at 2016-06-07 03:53:19