Trace number 4100314

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)1365 1800.77 949.524

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-glass4.opb
MD5SUMbde08d14cdb5e6beb81499ee17ba1695
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1100
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1211
Optimality of the best value was proved NO
Number of variables780
Total number of constraints405
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)36
Number of constraints which are nor clauses,nor cardinality constraints369
Minimum length of a constraint6
Maximum length of a constraint101
Number of terms in the objective function 478
Biggest coefficient in the objective function 262140
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 524739
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262140
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524739
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4100314-1466208851.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.87/0.49	c ... done. Wall clock time 0.385s.
0.87/0.49	c declared #vars     780
1.18/0.51	c #constraints  441
1.18/0.51	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.18/0.51	c constraints type 
1.18/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36
1.18/0.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 36
1.18/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 369
1.18/0.51	c 441 constraints processed.
1.18/0.51	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.18/0.51	c constraints type 
1.18/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 36
1.18/0.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 36
1.18/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 369
1.18/0.51	c 441 constraints processed.
1.18/0.51	c objective function length is 478 literals
3.40/1.14	c And the winner is solver0
3.58/1.50	c SATISFIABLE
3.58/1.50	c OPTIMIZING...
3.58/1.50	c Got one! Elapsed wall clock time (in seconds):1.392
3.58/1.50	o 66675
3.58/1.52	c And the winner is solver0
3.64/2.00	c Got one! Elapsed wall clock time (in seconds):1.894
3.64/2.00	o 4589
7.26/3.57	c And the winner is solver1
7.41/4.00	c Got one! Elapsed wall clock time (in seconds):3.899
7.41/4.00	o 4386
7.83/4.20	c cleaning 3095 clauses out of 6190 with flag 2541/6190
9.12/4.87	c And the winner is solver1
9.28/5.01	c Got one! Elapsed wall clock time (in seconds):4.902
9.28/5.01	o 4385
9.28/5.02	c And the winner is solver0
9.34/5.51	c Got one! Elapsed wall clock time (in seconds):5.404
9.34/5.51	o 4361
9.53/5.67	c cleaning 4139 clauses out of 8294 with flag 4492/11389
10.56/6.14	c And the winner is solver0
10.64/6.51	c Got one! Elapsed wall clock time (in seconds):6.408
10.64/6.51	o 4305
12.66/7.45	c cleaning 7464 clauses out of 14961 with flag 18151/22195
13.19/7.60	c And the winner is solver1
13.21/8.02	c Got one! Elapsed wall clock time (in seconds):7.911
13.21/8.02	o 4290
15.94/9.37	c And the winner is solver1
16.09/9.52	c Got one! Elapsed wall clock time (in seconds):9.413
16.09/9.52	o 2462
16.09/9.56	c And the winner is solver0
16.19/10.02	c Got one! Elapsed wall clock time (in seconds):9.915
16.19/10.02	o 2439
21.87/12.88	c cleaning 6720 clauses out of 13446 with flag 12688/28144
23.31/13.42	c And the winner is solver1
23.37/13.52	c Got one! Elapsed wall clock time (in seconds):13.418
23.37/13.52	o 2146
23.52/13.62	c And the winner is solver0
23.60/14.03	c Got one! Elapsed wall clock time (in seconds):13.92
23.60/14.03	o 2108
34.45/19.42	c cleaning 6504 clauses out of 13019 with flag 15411/34437
41.71/22.83	c And the winner is solver1
41.78/23.03	c Got one! Elapsed wall clock time (in seconds):22.926
41.78/23.03	o 1837
44.90/24.60	c cleaning 5858 clauses out of 11728 with flag 5957/39650
49.96/27.19	c And the winner is solver1
50.16/27.53	c Got one! Elapsed wall clock time (in seconds):27.429
50.16/27.53	o 1827
50.70/27.87	c cleaning 5508 clauses out of 11015 with flag 4756/44795
53.10/29.07	c cleaning 5753 clauses out of 11507 with flag 17438/50795
56.30/30.62	c cleaning 6378 clauses out of 12756 with flag 32481/57797
63.98/34.48	c cleaning 7180 clauses out of 14377 with flag 53193/65796
68.21/36.57	c And the winner is solver1
68.37/37.04	c Got one! Elapsed wall clock time (in seconds):36.934
68.37/37.04	o 1807
68.37/37.09	c And the winner is solver0
75.72/44.24	c Got one! Elapsed wall clock time (in seconds):44.138
75.72/44.24	o 1664
75.72/44.28	c And the winner is solver0
93.43/61.57	c Got one! Elapsed wall clock time (in seconds):61.46
93.43/61.57	o 1625
94.12/61.93	c cleaning 6607 clauses out of 13216 with flag 7844/71815
95.52/62.66	c cleaning 6300 clauses out of 12609 with flag 23241/77815
98.32/64.03	c cleaning 6652 clauses out of 13309 with flag 39035/84815
101.91/65.82	c cleaning 7329 clauses out of 14658 with flag 56225/92816
106.18/67.94	c cleaning 8162 clauses out of 16327 with flag 75702/101814
111.19/70.47	c cleaning 9083 clauses out of 18165 with flag 97920/111814
114.78/72.25	c cleaning 10038 clauses out of 20082 with flag 128503/122814
118.78/74.23	c cleaning 11019 clauses out of 22044 with flag 162538/134814
123.24/76.43	c cleaning 12014 clauses out of 24027 with flag 199178/147816
128.44/79.05	c cleaning 13002 clauses out of 26012 with flag 238178/161815
130.06/79.86	c And the winner is solver1
130.20/80.09	c Got one! Elapsed wall clock time (in seconds):79.981
130.20/80.09	o 1624
138.88/84.40	c cleaning 11747 clauses out of 23493 with flag 16858/172298
147.51/88.72	c And the winner is solver0
147.82/89.11	c Got one! Elapsed wall clock time (in seconds):89.006
147.82/89.11	o 1623
150.59/90.51	c And the winner is solver0
150.80/90.72	c Got one! Elapsed wall clock time (in seconds):90.61
150.80/90.72	o 1622
158.64/94.68	c cleaning 11307 clauses out of 22625 with flag 12328/183177
158.84/94.73	c And the winner is solver0
159.16/95.22	c Got one! Elapsed wall clock time (in seconds):95.116
159.16/95.22	o 1526
165.93/98.66	c cleaning 8319 clauses out of 16655 with flag 16348/188514
175.77/103.56	c cleaning 7166 clauses out of 14337 with flag 31577/194515
179.16/105.24	c cleaning 7076 clauses out of 14168 with flag 50307/201512
180.56/105.96	c cleaning 7546 clauses out of 15097 with flag 68275/209517
183.41/107.33	c cleaning 8267 clauses out of 16547 with flag 88414/218513
189.61/110.46	c cleaning 0 clauses out of 12413 with flag 0/12418
200.33/115.69	c cleaning 9127 clauses out of 18279 with flag 117343/228512
213.75/122.31	c cleaning 10071 clauses out of 20154 with flag 155010/239514
228.67/129.75	c cleaning 11040 clauses out of 22083 with flag 198869/251514
249.70/140.20	c cleaning 12017 clauses out of 24042 with flag 239707/264513
276.44/153.87	c cleaning 13009 clauses out of 26024 with flag 290262/278512
286.68/158.99	c cleaning 14003 clauses out of 28015 with flag 340686/293512
320.77/175.92	c cleaning 15002 clauses out of 30012 with flag 396197/309512
346.08/188.59	c And the winner is solver0
346.68/189.04	c Got one! Elapsed wall clock time (in seconds):188.937
346.68/189.04	o 1525
348.43/189.92	c cleaning 18449 clauses out of 36897 with flag 12819/331399
351.03/191.27	c cleaning 12220 clauses out of 24445 with flag 25436/337396
353.91/192.66	c cleaning 9601 clauses out of 19223 with flag 40404/344394
355.91/193.63	c cleaning 8798 clauses out of 17621 with flag 58065/352393
357.90/194.60	c cleaning 8903 clauses out of 17823 with flag 77878/361393
360.31/195.85	c cleaning 9454 clauses out of 18921 with flag 100586/371394
363.30/197.37	c cleaning 10223 clauses out of 20467 with flag 124714/382394
366.10/198.79	c cleaning 11120 clauses out of 22243 with flag 151695/394393
370.09/200.79	c cleaning 12061 clauses out of 24124 with flag 180369/407394
374.76/203.00	c cleaning 13025 clauses out of 26063 with flag 211264/421394
380.56/205.95	c cleaning 14012 clauses out of 28038 with flag 243366/436394
389.76/210.55	c cleaning 15005 clauses out of 30028 with flag 285830/452396
399.22/215.22	c cleaning 16002 clauses out of 32021 with flag 326681/469394
402.02/216.63	c cleaning 0 clauses out of 18100 with flag 0/18105
408.92/220.07	c cleaning 16998 clauses out of 34018 with flag 372917/487393
422.71/226.96	c cleaning 17998 clauses out of 36020 with flag 425024/506393
433.57/232.32	c cleaning 19002 clauses out of 38023 with flag 470556/526394
440.97/236.04	c cleaning 19993 clauses out of 40020 with flag 518962/547393
448.84/239.97	c cleaning 21002 clauses out of 42029 with flag 583240/569395
459.72/245.38	c cleaning 21998 clauses out of 44027 with flag 651442/592395
472.92/251.98	c cleaning 22994 clauses out of 46027 with flag 713290/616393
486.20/258.56	c cleaning 23992 clauses out of 48035 with flag 789561/641395
500.25/265.55	c cleaning 25000 clauses out of 50042 with flag 879118/667394
516.91/273.88	c cleaning 26003 clauses out of 52044 with flag 959546/694396
527.99/279.33	c cleaning 26999 clauses out of 54038 with flag 1035056/722393
540.58/285.61	c cleaning 28007 clauses out of 56039 with flag 1131097/751393
550.69/290.64	c cleaning 29003 clauses out of 58032 with flag 1198122/781393
564.08/297.32	c cleaning 29999 clauses out of 60029 with flag 1285834/812393
584.19/307.85	c cleaning 30999 clauses out of 62031 with flag 1392831/844394
607.69/319.59	c cleaning 31996 clauses out of 64034 with flag 1495465/877396
631.97/331.63	c cleaning 32992 clauses out of 66035 with flag 1638959/911393
657.25/344.30	c cleaning 34006 clauses out of 68043 with flag 1776683/946393
686.28/358.66	c cleaning 35005 clauses out of 70037 with flag 1912461/982393
708.96/369.90	c cleaning 35995 clauses out of 72032 with flag 2064444/1019393
737.42/384.05	c cleaning 37001 clauses out of 74037 with flag 2203454/1057393
743.60/387.20	c cleaning 0 clauses out of 24100 with flag 0/24105
764.52/397.56	c cleaning 38006 clauses out of 76036 with flag 2328113/1096393
790.62/410.58	c cleaning 39008 clauses out of 78034 with flag 2470930/1136397
794.75/412.57	c And the winner is solver0
795.64/413.30	c Got one! Elapsed wall clock time (in seconds):413.191
795.64/413.30	o 1517
805.44/418.26	c cleaning 27252 clauses out of 54516 with flag 16848/1151887
805.64/418.40	c And the winner is solver0
806.35/418.96	c Got one! Elapsed wall clock time (in seconds):418.854
806.35/418.96	o 1516
806.69/419.17	c And the winner is solver0
878.47/489.88	c Got one! Elapsed wall clock time (in seconds):489.771
878.47/489.88	o 1367
879.98/490.63	c cleaning 16480 clauses out of 32975 with flag 12209/1157598
881.57/491.45	c cleaning 11246 clauses out of 22495 with flag 26578/1163598
883.37/492.33	c cleaning 9114 clauses out of 18250 with flag 45484/1170599
885.97/493.60	c cleaning 8555 clauses out of 17136 with flag 69751/1178599
889.57/495.48	c cleaning 8780 clauses out of 17580 with flag 93274/1187598
894.84/498.05	c cleaning 9398 clauses out of 18801 with flag 117790/1197599
896.84/499.04	c cleaning 10202 clauses out of 20404 with flag 140277/1208600
898.84/500.09	c cleaning 11098 clauses out of 22203 with flag 164505/1220601
901.24/501.25	c cleaning 12052 clauses out of 24103 with flag 190740/1233599
904.84/503.03	c cleaning 13026 clauses out of 26052 with flag 219807/1247600
908.45/504.87	c cleaning 14012 clauses out of 28027 with flag 250417/1262601
911.95/506.57	c cleaning 15003 clauses out of 30014 with flag 283240/1278600
916.95/509.01	c cleaning 16004 clauses out of 32009 with flag 318361/1295598
922.16/511.63	c cleaning 17000 clauses out of 34006 with flag 355518/1313599
949.98/525.43	c cleaning 17997 clauses out of 36007 with flag 408604/1332600
955.77/528.33	c And the winner is solver0
956.41/528.91	c Got one! Elapsed wall clock time (in seconds):528.807
956.41/528.91	o 1366
956.84/529.14	c cleaning 11807 clauses out of 23614 with flag 6611/1338204
958.22/529.86	c cleaning 8896 clauses out of 17807 with flag 20769/1344204
959.62/530.59	c cleaning 7944 clauses out of 15916 with flag 36093/1351209
961.56/531.44	c cleaning 7977 clauses out of 15967 with flag 53872/1359204
969.35/535.38	c cleaning 8489 clauses out of 16990 with flag 79507/1368204
988.85/545.00	c cleaning 9247 clauses out of 18501 with flag 118836/1378204
1007.55/554.39	c cleaning 10128 clauses out of 20255 with flag 166737/1389205
1026.11/563.56	c cleaning 11060 clauses out of 22126 with flag 217798/1401204
1041.26/571.07	c cleaning 12024 clauses out of 24066 with flag 267441/1414204
1053.13/576.99	c cleaning 13015 clauses out of 26042 with flag 320235/1428204
1057.93/579.37	c And the winner is solver1
1058.10/579.45	c Got one! Elapsed wall clock time (in seconds):579.339
1058.10/579.45	o 1365
1059.59/580.22	c cleaning 9281 clauses out of 18583 with flag 3316/1433760
1072.25/586.59	c cleaning 7648 clauses out of 15302 with flag 24049/1439760
1086.36/593.53	c cleaning 7322 clauses out of 14655 with flag 45903/1446761
1101.02/600.85	c cleaning 7665 clauses out of 15333 with flag 72248/1454761
1114.82/607.76	c cleaning 8333 clauses out of 16667 with flag 101322/1463760
1125.52/613.02	c cleaning 9165 clauses out of 18334 with flag 132754/1473760
1150.69/625.56	c cleaning 10077 clauses out of 20170 with flag 171343/1484761
1174.76/637.55	c cleaning 11032 clauses out of 22092 with flag 215843/1496760
1197.06/648.64	c cleaning 12023 clauses out of 24061 with flag 262613/1509761
1214.74/657.47	c cleaning 13019 clauses out of 26038 with flag 313091/1523761
1229.03/664.54	c cleaning 0 clauses out of 31064 with flag 0/31069
1237.79/669.61	c cleaning 14006 clauses out of 28020 with flag 369175/1538762
1263.26/682.35	c cleaning 14998 clauses out of 30012 with flag 425536/1554760
1292.56/696.97	c cleaning 16008 clauses out of 32015 with flag 480045/1571761
1325.29/713.24	c cleaning 17003 clauses out of 34006 with flag 543960/1589760
1357.89/729.46	c cleaning 17995 clauses out of 36003 with flag 604977/1608760
1391.66/746.28	c cleaning 19002 clauses out of 38008 with flag 668014/1628760
1429.66/765.12	c cleaning 19997 clauses out of 40007 with flag 730993/1649761
1474.74/787.51	c cleaning 20993 clauses out of 42009 with flag 800033/1671760
1533.97/817.03	c cleaning 22008 clauses out of 44016 with flag 881628/1694760
1575.16/837.56	c cleaning 23004 clauses out of 46010 with flag 957786/1718762
1609.73/854.80	c cleaning 23997 clauses out of 48004 with flag 1036444/1743760
1658.77/879.19	c cleaning 25007 clauses out of 50016 with flag 1127446/1769769
1700.62/899.93	c cleaning 25999 clauses out of 52001 with flag 1214428/1796761
1716.51/907.80	c cleaning 0 clauses out of 37064 with flag 0/37069
1748.88/923.98	c cleaning 26994 clauses out of 54001 with flag 1311832/1824760
1797.02/947.93	c cleaning 27999 clauses out of 56007 with flag 1406703/1853760
1800.03/949.46	c >>>>>>>>>> Solver number 0 (16 answers) <<<<<<<<<<<<<<<<<<
1800.03/949.46	c starts		: 16122
1800.03/949.46	c conflicts		: 1856789
1800.03/949.46	c decisions		: 4117757
1800.03/949.46	c propagations		: 97139966
1800.03/949.46	c inspects		: 7037695819
1800.03/949.46	c shortcuts		: 0
1800.03/949.46	c learnt literals	: 0
1800.03/949.46	c learnt binary clauses	: 3
1800.03/949.46	c learnt ternary clauses	: 8
1800.03/949.46	c learnt constraints	: 1856789
1800.03/949.46	c ignored constraints	: 0
1800.03/949.46	c root simplifications	: 0
1800.03/949.46	c removed literals (reason simplification)	: 4005838
1800.03/949.46	c reason swapping (by a shorter reason)	: 0
1800.03/949.46	c Calls to reduceDB	: 121
1800.03/949.46	c Number of update (reduction) of LBD	: 338901
1800.03/949.46	c Imported unit clauses	: 0
1800.03/949.46	c number of reductions to clauses (during analyze)	: 0
1800.03/949.46	c number of learned constraints concerned by reduction	: 0
1800.03/949.46	c number of learning phase by resolution	: 0
1800.03/949.46	c number of learning phase by cutting planes	: 0
1800.03/949.46	c speed (assignments/second)	: 262536.93869001773
1800.03/949.46	c non guided choices	2233
1800.03/949.48	c learnt constraints type 
1800.03/949.48	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.03/949.48	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 31035
1800.03/949.48	c >>>>>>>>>> Solver number 1 (10 answers) <<<<<<<<<<<<<<<<<<
1800.03/949.48	c starts		: 184
1800.03/949.48	c conflicts		: 38004
1800.03/949.48	c decisions		: 139113
1800.03/949.48	c propagations		: 655410
1800.03/949.48	c inspects		: 1033284274
1800.03/949.48	c shortcuts		: 0
1800.03/949.48	c learnt literals	: 0
1800.03/949.48	c learnt binary clauses	: 0
1800.03/949.48	c learnt ternary clauses	: 0
1800.03/949.48	c learnt constraints	: 37998
1800.03/949.48	c ignored constraints	: 0
1800.03/949.48	c root simplifications	: 0
1800.03/949.48	c removed literals (reason simplification)	: 0
1800.03/949.48	c reason swapping (by a shorter reason)	: 0
1800.03/949.48	c Calls to reduceDB	: 5
1800.03/949.48	c Number of update (reduction) of LBD	: 0
1800.03/949.48	c Imported unit clauses	: 0
1800.03/949.48	c number of reductions to clauses (during analyze)	: 0
1800.03/949.48	c number of learned constraints concerned by reduction	: 0
1800.03/949.48	c number of learning phase by resolution	: 0
1800.03/949.48	c number of learning phase by cutting planes	: 0
1800.03/949.48	c speed (assignments/second)	: 1559.6496196121639
1800.03/949.48	c non guided choices	244
1800.03/949.49	c learnt constraints type 
1800.03/949.49	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 204
1800.03/949.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37794
1800.03/949.49	s SATISFIABLE
1800.03/949.49	c Found 26 solution(s)
1800.03/949.49	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 -x585 -x586 -x587 x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 x606 -x607 -x608 -x609 -x610 x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 x631 -x632 -x633 -x634 x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 x647 -x648 -x649 -x650 x651 -x652 -x653 -x654 -x655 -x656 -x657 x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 x686 -x687 -x688 -x689 x690 -x691 -x692 -x693 -x694 -x695 x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 x730 -x731 -x732 -x733 x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 x748 -x749 -x750 x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 x765 -x766 -x767 -x768 -x769 x770 -x771 -x772 -x773 x774 -x775 -x776 -x777 -x778 -x779 -x780 
1800.03/949.50	c objective function=1365
1800.03/949.50	c Total wall clock time (in seconds): 949.39

Verifier Data

OK	1365

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-4100314-1466208851/watcher-4100314-1466208851 -o /tmp/evaluation-result-4100314-1466208851/solver-4100314-1466208851 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13555 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100314-1466208851.opb 

pid=15143
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.09 4.26 3.97 4/197 15146
/proc/meminfo: memFree=31482124/32872528 swapFree=163656/177964
[pid=15146] ppid=15143 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/15146/stat : 15146 (java) S 15143 15146 13538 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 22935075 98570240 978 33554432000 1073741824 1073778376 140735641240720 140735641231856 224925876285 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15146/statm: 24065 978 744 9 0 16771 0
[pid=15146/tid=15147] ppid=15143 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15147/stat : 15147 (java) R 15143 15146 13538 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 22935075 98570240 978 33554432000 1073741824 1073778376 140735641240720 140042417974824 224922518912 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100059 s]
/proc/loadavg: 4.09 4.26 3.97 4/197 15146
/proc/meminfo: memFree=31482124/32872528 swapFree=163656/177964
[pid=15146] ppid=15143 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/15146/stat : 15146 (java) S 15143 15146 13538 0 -1 4202496 4495 0 1 0 10 1 0 0 20 0 18 0 22935075 9787879424 6117 33554432000 1073741824 1073778376 140735641240720 140735641231856 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15146/statm: 2389619 6117 2158 9 0 2380296 0
[pid=15146/tid=15147] ppid=15143 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/15146/task/15147/stat : 15147 (java) R 15143 15146 13538 0 -1 4202560 2383 0 1 0 7 0 0 0 20 0 18 0 22935075 9787879424 6117 33554432000 1073741824 1073778376 140735641240720 140042417978272 224925902093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20035 s]
/proc/loadavg: 4.09 4.26 3.97 4/197 15146
/proc/meminfo: memFree=31482124/32872528 swapFree=163656/177964
[pid=15146] ppid=15143 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/15146/stat : 15146 (java) S 15143 15146 13538 0 -1 4202496 4979 0 1 0 26 1 0 0 20 0 18 0 22935075 9787879424 7489 33554432000 1073741824 1073778376 140735641240720 140735641231856 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15146/statm: 2389619 7489 2219 9 0 2380296 0
[pid=15146/tid=15147] ppid=15143 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/15146/task/15147/stat : 15147 (java) R 15143 15146 13538 0 -1 4202560 2403 0 1 0 16 1 0 0 20 0 18 0 22935075 9787879424 7489 33554432000 1073741824 1073778376 140735641240720 140042417979240 140042257364392 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300291 s]
/proc/loadavg: 4.09 4.26 3.97 4/197 15146
/proc/meminfo: memFree=31482124/32872528 swapFree=163656/177964
[pid=15146] ppid=15143 vsize=9558476 CPUtime=0.58 cores=1,3,5,7
/proc/15146/stat : 15146 (java) S 15143 15146 13538 0 -1 4202496 13368 0 1 0 55 3 0 0 20 0 18 0 22935075 9787879424 14003 33554432000 1073741824 1073778376 140735641240720 140735641231856 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15146/statm: 2389619 14003 2234 9 0 2380296 0
[pid=15146/tid=15147] ppid=15143 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/15146/task/15147/stat : 15147 (java) R 15143 15146 13538 0 -1 4202560 2406 0 1 0 26 1 0 0 20 0 18 0 22935075 9787879424 14003 33554432000 1073741824 1073778376 140735641240720 140042417971056 140042421265360 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+0.700251 s]
/proc/loadavg: 4.09 4.26 3.97 4/197 15146
/proc/meminfo: memFree=31482124/32872528 swapFree=163656/177964
[pid=15146] ppid=15143 vsize=9824732 CPUtime=1.97 cores=1,3,5,7
/proc/15146/stat : 15146 (java) S 15143 15146 13538 0 -1 4202496 14577 0 1 0 193 4 0 0 20 0 22 0 22935075 10060525568 22550 33554432000 1073741824 1073778376 140735641240720 140735641231856 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15146/statm: 2456183 22550 2269 9 0 2446860 0
[pid=15146/tid=15147] ppid=15143 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/15146/task/15147/stat : 15147 (java) S 15143 15146 13538 0 -1 4202560 2431 0 1 0 46 1 0 0 20 0 22 0 22935075 10060525568 22550 33554432000 1073741824 1073778376 140735641240720 140042417980280 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9824732

[startup+1.50067 s]
/proc/loadavg: 4.00 4.24 3.97 5/219 15168
/proc/meminfo: memFree=31145168/32872528 swapFree=163656/177964
[pid=15146] ppid=15143 vsize=9824732 CPUtime=3.58 cores=1,3,5,7
/proc/15146/stat : 15146 (java) S 15143 15146 13538 0 -1 4202496 15819 0 1 0 349 9 0 0 20 0 19 0 22935075 10060525568 45670 33554432000 1073741824 1073778376 140735641240720 140735641231856 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15146/statm: 2456183 45670 2289 9 0 2446860 0
[pid=15146/tid=15147] ppid=15143 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/15146/task/15147/stat : 15147 (java) R 15143 15146 13538 0 -1 4202560 2431 0 1 0 46 1 0 0 20 0 19 0 22935075 10060525568 45670 33554432000 1073741824 1073778376 140735641240720 140042417980280 140042257370316 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15149] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15149/stat : 15149 (java) S 15143 15146 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22935076 10060525568 45670 33554432000 1073741824 1073778376 140735641240720 140042379471656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15150] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15150/stat : 15150 (java) S 15143 15146 13538 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 22935076 10060525568 45670 33554432000 1073741824 1073778376 140735641240720 140042378418856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15151] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15151/stat : 15151 (java) S 15143 15146 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22935076 10060525568 45670 33554432000 1073741824 1073778376 140735641240720 140042377366568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15146/tid=15152] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15152/stat : 15152 (java) S 15143 15146 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22935076 10060525568 45670 33554432000 1073741824 1073778376 140735641240720 140042376313768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15153] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15153/stat : 15153 (java) S 15143 15146 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22935076 10060525568 45670 33554432000 1073741824 1073778376 140735641240720 140042257295656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15154] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15154/stat : 15154 (java) S 15143 15146 13538 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22935076 10060525568 45670 33554432000 1073741824 1073778376 140735641240720 140042256242856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15146/tid=15155] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15155/stat : 15155 (java) S 15143 15146 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22935076 10060525568 45670 33554432000 1073741824 1073778376 140735641240720 140042255190568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15146/tid=15156] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15156/stat : 15156 (java) S 15143 15146 13538 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22935076 10060525568 45670 33554432000 1073741824 1073778376 140735641240720 140042254137768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15157] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15157/stat : 15157 (java) S 15143 15146 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22935077 10060525568 45670 33554432000 1073741824 1073778376 140735641240720 140042241940200 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15158] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15158/stat : 15158 (java) S 15143 15146 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22935077 10060525568 45670 33554432000 1073741824 1073778376 140735641240720 140041636537848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15159] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15159/stat : 15159 (java) S 15143 15146 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22935077 10060525568 45670 33554432000 1073741824 1073778376 140735641240720 140041635485448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15160] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15160/stat : 15160 (java) S 15143 15146 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22935079 10060525568 45670 33554432000 1073741824 1073778376 140735641240720 140041634433936 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15161] ppid=15143 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/15146/task/15161/stat : 15161 (java) S 15143 15146 13538 0 -1 4202560 5916 0 0 0 91 0 0 0 20 0 19 0 22935079 10060525568 45670 33554432000 1073741824 1073778376 140735641240720 140041633380536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15162] ppid=15143 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/15146/task/15162/stat : 15162 (java) S 15143 15146 13538 0 -1 4202560 6058 0 0 0 83 2 0 0 20 0 19 0 22935079 10060525568 45670 33554432000 1073741824 1073778376 140735641240720 140041632327736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15146/tid=15163] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15163/stat : 15163 (java) S 15143 15146 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22935079 10060525568 45670 33554432000 1073741824 1073778376 140735641240720 140041631275640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15146/tid=15164] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15164/stat : 15164 (java) S 15143 15146 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22935079 10060525568 45670 33554432000 1073741824 1073778376 140735641240720 140041630223048 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15168] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15168/stat : 15168 (java) S 15143 15146 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22935125 10060525568 45670 33554432000 1073741824 1073778376 140735641240720 140041626011176 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.00 4.24 3.97 6/219 15174
/proc/meminfo: memFree=31044748/32872528 swapFree=163656/177964
[pid=15146] ppid=15143 vsize=9824732 CPUtime=6.44 cores=1,3,5,7
/proc/15146/stat : 15146 (java) S 15143 15146 13538 0 -1 4202496 21842 0 1 0 629 15 0 0 20 0 22 0 22935075 10060525568 61622 33554432000 1073741824 1073778376 140735641240720 140735641231856 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15146/statm: 2456183 61622 2290 9 0 2446860 0
[pid=15146/tid=15147] ppid=15143 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/15146/task/15147/stat : 15147 (java) S 15143 15146 13538 0 -1 4202560 2431 0 1 0 47 2 0 0 20 0 22 0 22935075 10060525568 61622 33554432000 1073741824 1073778376 140735641240720 140042417980280 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15149] ppid=15143 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/15146/task/15149/stat : 15149 (java) S 15143 15146 13538 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 22935076 10060525568 61622 33554432000 1073741824 1073778376 140735641240720 140042379471656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15150] ppid=15143 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/15146/task/15150/stat : 15150 (java) S 15143 15146 13538 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 22935076 10060525568 61622 33554432000 1073741824 1073778376 140735641240720 140042378418856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15151] ppid=15143 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/15146/task/15151/stat : 15151 (java) S 15143 15146 13538 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 22935076 10060525568 61622 33554432000 1073741824 1073778376 140735641240720 140042377366568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15152] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15152/stat : 15152 (java) S 15143 15146 13538 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 22935076 10060525568 61622 33554432000 1073741824 1073778376 140735641240720 140042376313768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15153] ppid=15143 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/15146/task/15153/stat : 15153 (java) S 15143 15146 13538 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 22935076 10060525568 61622 33554432000 1073741824 1073778376 140735641240720 140042257295656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15154] ppid=15143 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/15146/task/15154/stat : 15154 (java) S 15143 15146 13538 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 22 0 22935076 10060525568 61622 33554432000 1073741824 1073778376 140735641240720 140042256242856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15155] ppid=15143 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/15146/task/15155/stat : 15155 (java) S 15143 15146 13538 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 22935076 10060525568 61622 33554432000 1073741824 1073778376 140735641240720 140042255190568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15156] ppid=15143 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/15146/task/15156/stat : 15156 (java) S 15143 15146 13538 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 22935076 10060525568 61622 33554432000 1073741824 1073778376 140735641240720 140042254137768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15157] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15157/stat : 15157 (java) S 15143 15146 13538 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 22935077 10060525568 61622 33554432000 1073741824 1073778376 140735641240720 140042241940200 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15158] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15158/stat : 15158 (java) S 15143 15146 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22935077 10060525568 61622 33554432000 1073741824 1073778376 140735641240720 140041636537848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15159] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15159/stat : 15159 (java) S 15143 15146 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22935077 10060525568 61622 33554432000 1073741824 1073778376 140735641240720 140041635485448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15160] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15160/stat : 15160 (java) S 15143 15146 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22935079 10060525568 61622 33554432000 1073741824 1073778376 140735641240720 140041634433936 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15161] ppid=15143 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/15146/task/15161/stat : 15161 (java) S 15143 15146 13538 0 -1 4202560 9110 0 0 0 109 2 0 0 20 0 22 0 22935079 10060525568 61622 33554432000 1073741824 1073778376 140735641240720 140041633380536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15162] ppid=15143 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/15146/task/15162/stat : 15162 (java) S 15143 15146 13538 0 -1 4202560 8722 0 0 0 119 2 0 0 20 0 22 0 22935079 10060525568 61622 33554432000 1073741824 1073778376 140735641240720 140041632327736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15146/tid=15163] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15163/stat : 15163 (java) S 15143 15146 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22935079 10060525568 61622 33554432000 1073741824 1073778376 140735641240720 140041631275640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15146/tid=15164] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15164/stat : 15164 (java) S 15143 15146 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22935079 10060525568 61622 33554432000 1073741824 1073778376 140735641240720 140041630223048 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15146/tid=15168] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15168/stat : 15168 (java) S 15143 15146 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22935125 10060525568 61622 33554432000 1073741824 1073778376 140735641240720 140041626011176 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15146/tid=15172] ppid=15143 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/15146/task/15172/stat : 15172 (java) R 15143 15146 13538 0 -1 4202560 7 0 0 0 99 0 0 0 20 0 22 0 22935275 10060525568 61622 33554432000 1073741824 1073778376 140735641240720 140041629168088 140042258032680 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=15146/tid=15173] ppid=15143 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/15146/task/15173/stat : 15173 (java) R 15143 15146 13538 0 -1 4202560 21 0 0 0 100 0 0 0 20 0 22 0 22935275 10060525568 61622 33554432000 1073741824 1073778376 140735641240720 140041627061408 140042258061312 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15174] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15174/stat : 15174 (java) S 15143 15146 13538 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 22935276 10060525568 61622 33554432000 1073741824 1073778376 140735641240720 140041628116264 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.44
Current children cumulated vsize (KiB) 9824732

[startup+6.30084 s]
/proc/loadavg: 3.84 4.20 3.96 3/216 15180
/proc/meminfo: memFree=30827628/32872528 swapFree=163656/177964
[pid=15146] ppid=15143 vsize=9824732 CPUtime=10.64 cores=1,3,5,7
/proc/15146/stat : 15146 (java) S 15143 15146 13538 0 -1 4202496 22746 0 1 0 1033 31 0 0 20 0 19 0 22935075 10060525568 154253 33554432000 1073741824 1073778376 140735641240720 140735641231856 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15146/statm: 2456183 154253 2295 9 0 2446860 0
[pid=15146/tid=15147] ppid=15143 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/15146/task/15147/stat : 15147 (java) S 15143 15146 13538 0 -1 4202560 2431 0 1 0 47 2 0 0 20 0 19 0 22935075 10060525568 154253 33554432000 1073741824 1073778376 140735641240720 140042417980280 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15149] ppid=15143 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/15146/task/15149/stat : 15149 (java) S 15143 15146 13538 0 -1 4202560 74 0 0 0 6 1 0 0 20 0 19 0 22935076 10060525568 154253 33554432000 1073741824 1073778376 140735641240720 140042379471656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15150] ppid=15143 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/15146/task/15150/stat : 15150 (java) S 15143 15146 13538 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 19 0 22935076 10060525568 154253 33554432000 1073741824 1073778376 140735641240720 140042378418856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15151] ppid=15143 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/15146/task/15151/stat : 15151 (java) S 15143 15146 13538 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 19 0 22935076 10060525568 154253 33554432000 1073741824 1073778376 140735641240720 140042377366568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15152] ppid=15143 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/15146/task/15152/stat : 15152 (java) S 15143 15146 13538 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 22935076 10060525568 154253 33554432000 1073741824 1073778376 140735641240720 140042376313768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15153] ppid=15143 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/15146/task/15153/stat : 15153 (java) S 15143 15146 13538 0 -1 4202560 82 0 0 0 4 2 0 0 20 0 19 0 22935076 10060525568 154253 33554432000 1073741824 1073778376 140735641240720 140042257295656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15154] ppid=15143 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/15146/task/15154/stat : 15154 (java) S 15143 15146 13538 0 -1 4202560 86 0 0 0 9 2 0 0 20 0 19 0 22935076 10060525568 154253 33554432000 1073741824 1073778376 140735641240720 140042256242856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15155] ppid=15143 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/15146/task/15155/stat : 15155 (java) S 15143 15146 13538 0 -1 4202560 94 0 0 0 6 2 0 0 20 0 19 0 22935076 10060525568 154253 33554432000 1073741824 1073778376 140735641240720 140042255190568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15156] ppid=15143 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/15146/task/15156/stat : 15156 (java) S 15143 15146 13538 0 -1 4202560 41 0 0 0 5 2 0 0 20 0 19 0 22935076 10060525568 154253 33554432000 1073741824 1073778376 140735641240720 140042254137768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15157] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15157/stat : 15157 (java) S 15143 15146 13538 0 -1 4202560 455 0 0 0 0 0 0 0 20 0 19 0 22935077 10060525568 154253 33554432000 1073741824 1073778376 140735641240720 140042241940200 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15158] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15158/stat : 15158 (java) S 15143 15146 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22935077 10060525568 154253 33554432000 1073741824 1073778376 140735641240720 140041636537848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15159] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

[pid=15146/tid=15254] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15254/stat : 15254 (java) S 15143 15146 13538 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 22988000 10060525568 891301 33554432000 1073741824 1073778376 140735641240720 140041628115752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15146/tid=15257] ppid=15143 vsize=9824732 CPUtime=299.57 cores=1,3,5,7
/proc/15146/task/15257/stat : 15257 (java) R 15143 15146 13538 0 -1 4202560 28 0 0 0 29953 4 0 0 20 0 22 0 22993021 10060525568 891301 33554432000 1073741824 1073778376 140735641240720 140041626001440 140042258033091 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15258] ppid=15143 vsize=9824732 CPUtime=299.59 cores=1,3,5,7
/proc/15146/task/15258/stat : 15258 (java) R 15143 15146 13538 0 -1 4202560 521 0 0 0 29953 6 0 0 20 0 22 0 22993021 10060525568 891301 33554432000 1073741824 1073778376 140735641240720 140041627060608 140042258060983 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15146/tid=15259] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15259/stat : 15259 (java) S 15143 15146 13538 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 22993021 10060525568 891301 33554432000 1073741824 1073778376 140735641240720 140041629169064 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1665.19
Current children cumulated vsize (KiB) 9824732

[startup+942.301 s]
/proc/loadavg: 4.08 4.02 3.93 6/219 15334
/proc/meminfo: memFree=26581460/32872528 swapFree=163656/177964
[pid=15146] ppid=15143 vsize=9824732 CPUtime=1785.82 cores=1,3,5,7
/proc/15146/stat : 15146 (java) S 15143 15146 13538 0 -1 4202496 36670 0 1 0 178341 241 0 0 20 0 22 0 22935075 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140735641231856 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15146/statm: 2456183 908710 2303 9 0 2446860 0
[pid=15146/tid=15147] ppid=15143 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/15146/task/15147/stat : 15147 (java) S 15143 15146 13538 0 -1 4202560 2454 0 1 0 63 6 0 0 20 0 22 0 22935075 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140042417980280 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15149] ppid=15143 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/15146/task/15149/stat : 15149 (java) S 15143 15146 13538 0 -1 4202560 580 0 0 0 262 13 0 0 20 0 22 0 22935076 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140042379471656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15146/tid=15150] ppid=15143 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/15146/task/15150/stat : 15150 (java) S 15143 15146 13538 0 -1 4202560 518 0 0 0 263 12 0 0 20 0 22 0 22935076 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140042378418856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15151] ppid=15143 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/15146/task/15151/stat : 15151 (java) S 15143 15146 13538 0 -1 4202560 477 0 0 0 255 12 0 0 20 0 22 0 22935076 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140042377366568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15152] ppid=15143 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/15146/task/15152/stat : 15152 (java) S 15143 15146 13538 0 -1 4202560 470 0 0 0 220 12 0 0 20 0 22 0 22935076 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140042376313768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15146/tid=15153] ppid=15143 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/15146/task/15153/stat : 15153 (java) S 15143 15146 13538 0 -1 4202560 613 0 0 0 268 14 0 0 20 0 22 0 22935076 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140042257295656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15146/tid=15154] ppid=15143 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/15146/task/15154/stat : 15154 (java) S 15143 15146 13538 0 -1 4202560 858 0 0 0 241 13 0 0 20 0 22 0 22935076 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140042256242856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15155] ppid=15143 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/15146/task/15155/stat : 15155 (java) S 15143 15146 13538 0 -1 4202560 551 0 0 0 245 12 0 0 20 0 22 0 22935076 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140042255190568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15156] ppid=15143 vsize=9824732 CPUtime=2.64 cores=1,3,5,7
/proc/15146/task/15156/stat : 15156 (java) S 15143 15146 13538 0 -1 4202560 528 0 0 0 251 13 0 0 20 0 22 0 22935076 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140042254137768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15146/tid=15157] ppid=15143 vsize=9824732 CPUtime=3.38 cores=1,3,5,7
/proc/15146/task/15157/stat : 15157 (java) S 15143 15146 13538 0 -1 4202560 2246 0 0 0 324 14 0 0 20 0 22 0 22935077 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140042241940200 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15158] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15158/stat : 15158 (java) S 15143 15146 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22935077 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140041636537848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15146/tid=15159] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15159/stat : 15159 (java) S 15143 15146 13538 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 22 0 22935077 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140041635485448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15146/tid=15160] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15160/stat : 15160 (java) S 15143 15146 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22935079 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140041634433936 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15161] ppid=15143 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/15146/task/15161/stat : 15161 (java) S 15143 15146 13538 0 -1 4202560 14172 0 0 0 219 3 0 0 20 0 22 0 22935079 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140041633380536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15146/tid=15162] ppid=15143 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/15146/task/15162/stat : 15162 (java) S 15143 15146 13538 0 -1 4202560 9244 0 0 0 186 2 0 0 20 0 22 0 22935079 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140041632327736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15163] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15163/stat : 15163 (java) S 15143 15146 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22935079 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140041631275640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15146/tid=15164] ppid=15143 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/15146/task/15164/stat : 15164 (java) S 15143 15146 13538 0 -1 4202560 54 0 0 0 17 25 0 0 20 0 22 0 22935079 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140041630223048 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15254] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15254/stat : 15254 (java) S 15143 15146 13538 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 22988000 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140041628115752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15146/tid=15257] ppid=15143 vsize=9824732 CPUtime=359.14 cores=1,3,5,7
/proc/15146/task/15257/stat : 15257 (java) R 15143 15146 13538 0 -1 4202560 33 0 0 0 35909 5 0 0 20 0 22 0 22993021 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140041626008240 140042258748035 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15258] ppid=15143 vsize=9824732 CPUtime=359.2 cores=1,3,5,7
/proc/15146/task/15258/stat : 15258 (java) R 15143 15146 13538 0 -1 4202560 524 0 0 0 35913 7 0 0 20 0 22 0 22993021 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140041627061584 140042258221989 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15259] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15259/stat : 15259 (java) S 15143 15146 13538 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 22993021 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140041629169064 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1785.82
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+949.408 s]
/proc/loadavg: 4.08 4.02 3.93 5/220 15337
/proc/meminfo: memFree=26024988/32872528 swapFree=163656/177964
[pid=15146] ppid=15143 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/15146/stat : 15146 (java) S 15143 15146 13538 0 -1 4202496 36671 0 1 0 179762 241 0 0 20 0 22 0 22935075 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140735641231856 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15146/statm: 2456183 908710 2303 9 0 2446860 0
[pid=15146/tid=15147] ppid=15143 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/15146/task/15147/stat : 15147 (java) S 15143 15146 13538 0 -1 4202560 2454 0 1 0 63 6 0 0 20 0 22 0 22935075 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140042417980280 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15149] ppid=15143 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/15146/task/15149/stat : 15149 (java) S 15143 15146 13538 0 -1 4202560 580 0 0 0 262 13 0 0 20 0 22 0 22935076 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140042379471656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15146/tid=15150] ppid=15143 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/15146/task/15150/stat : 15150 (java) S 15143 15146 13538 0 -1 4202560 518 0 0 0 263 12 0 0 20 0 22 0 22935076 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140042378418856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15151] ppid=15143 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/15146/task/15151/stat : 15151 (java) S 15143 15146 13538 0 -1 4202560 477 0 0 0 255 12 0 0 20 0 22 0 22935076 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140042377366568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15152] ppid=15143 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/15146/task/15152/stat : 15152 (java) S 15143 15146 13538 0 -1 4202560 470 0 0 0 220 12 0 0 20 0 22 0 22935076 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140042376313768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15146/tid=15153] ppid=15143 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/15146/task/15153/stat : 15153 (java) S 15143 15146 13538 0 -1 4202560 613 0 0 0 268 14 0 0 20 0 22 0 22935076 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140042257295656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15146/tid=15154] ppid=15143 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/15146/task/15154/stat : 15154 (java) S 15143 15146 13538 0 -1 4202560 858 0 0 0 241 13 0 0 20 0 22 0 22935076 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140042256242856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15155] ppid=15143 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/15146/task/15155/stat : 15155 (java) S 15143 15146 13538 0 -1 4202560 551 0 0 0 245 12 0 0 20 0 22 0 22935076 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140042255190568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15156] ppid=15143 vsize=9824732 CPUtime=2.64 cores=1,3,5,7
/proc/15146/task/15156/stat : 15156 (java) S 15143 15146 13538 0 -1 4202560 528 0 0 0 251 13 0 0 20 0 22 0 22935076 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140042254137768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15146/tid=15157] ppid=15143 vsize=9824732 CPUtime=3.38 cores=1,3,5,7
/proc/15146/task/15157/stat : 15157 (java) S 15143 15146 13538 0 -1 4202560 2246 0 0 0 324 14 0 0 20 0 22 0 22935077 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140042241940200 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15158] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15158/stat : 15158 (java) S 15143 15146 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22935077 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140041636537848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15146/tid=15159] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15159/stat : 15159 (java) S 15143 15146 13538 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 22 0 22935077 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140041635485448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15146/tid=15160] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15160/stat : 15160 (java) S 15143 15146 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22935079 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140041634433936 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15161] ppid=15143 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/15146/task/15161/stat : 15161 (java) S 15143 15146 13538 0 -1 4202560 14172 0 0 0 219 3 0 0 20 0 22 0 22935079 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140041633380536 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15146/tid=15162] ppid=15143 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/15146/task/15162/stat : 15162 (java) S 15143 15146 13538 0 -1 4202560 9245 0 0 0 186 2 0 0 20 0 22 0 22935079 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140041632327736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15163] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15163/stat : 15163 (java) S 15143 15146 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22935079 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140041631275640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15146/tid=15164] ppid=15143 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/15146/task/15164/stat : 15164 (java) S 15143 15146 13538 0 -1 4202560 54 0 0 0 17 25 0 0 20 0 22 0 22935079 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140041630223048 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15254] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15254/stat : 15254 (java) S 15143 15146 13538 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 22988000 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140041628115752 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15146/tid=15257] ppid=15143 vsize=9824732 CPUtime=366.25 cores=1,3,5,7
/proc/15146/task/15257/stat : 15257 (java) R 15143 15146 13538 0 -1 4202560 33 0 0 0 36620 5 0 0 20 0 22 0 22993021 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140041626010152 140042258132085 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15258] ppid=15143 vsize=9824732 CPUtime=366.3 cores=1,3,5,7
/proc/15146/task/15258/stat : 15258 (java) R 15143 15146 13538 0 -1 4202560 524 0 0 0 36623 7 0 0 20 0 22 0 22993021 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140041627061584 140042258061379 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15146/tid=15259] ppid=15143 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15259/stat : 15259 (java) S 15143 15146 13538 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 22993021 10060525568 908710 33554432000 1073741824 1073778376 140735641240720 140041629169064 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 15146 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+949.506 s]
/proc/loadavg: 4.08 4.02 3.93 5/220 15337
/proc/meminfo: memFree=26024988/32872528 swapFree=163656/177964
[pid=15146] ppid=15143 vsize=9957860 CPUtime=1800.53 cores=1,3,5,7
/proc/15146/stat : 15146 (java) S 15143 15146 13538 0 -1 4202496 36720 0 1 0 179796 257 0 0 20 0 18 0 22935075 10196848640 909763 33554432000 1073741824 1073778376 140735641240720 140735641231856 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15146/statm: 2489465 909763 2303 9 0 2480142 0
[pid=15146/tid=15147] ppid=15143 vsize=9957860 CPUtime=0.69 cores=1,3,5,7
/proc/15146/task/15147/stat : 15147 (java) S 15143 15146 13538 0 -1 4202560 2454 0 1 0 63 6 0 0 20 0 18 0 22935075 10196848640 909763 33554432000 1073741824 1073778376 140735641240720 140042417980280 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15149] ppid=15143 vsize=9957860 CPUtime=2.78 cores=1,3,5,7
/proc/15146/task/15149/stat : 15149 (java) S 15143 15146 13538 0 -1 4202560 580 0 0 0 265 13 0 0 20 0 18 0 22935076 10196848640 909763 33554432000 1073741824 1073778376 140735641240720 140042379471656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15146/tid=15150] ppid=15143 vsize=9957860 CPUtime=2.76 cores=1,3,5,7
/proc/15146/task/15150/stat : 15150 (java) S 15143 15146 13538 0 -1 4202560 518 0 0 0 264 12 0 0 20 0 18 0 22935076 10196848640 909763 33554432000 1073741824 1073778376 140735641240720 140042378418856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15151] ppid=15143 vsize=9957860 CPUtime=2.72 cores=1,3,5,7
/proc/15146/task/15151/stat : 15151 (java) S 15143 15146 13538 0 -1 4202560 481 0 0 0 260 12 0 0 20 0 18 0 22935076 10196848640 909763 33554432000 1073741824 1073778376 140735641240720 140042377366568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15146/tid=15152] ppid=15143 vsize=9957860 CPUtime=2.34 cores=1,3,5,7
/proc/15146/task/15152/stat : 15152 (java) S 15143 15146 13538 0 -1 4202560 470 0 0 0 222 12 0 0 20 0 18 0 22935076 10196848640 909763 33554432000 1073741824 1073778376 140735641240720 140042376313768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15146/tid=15153] ppid=15143 vsize=9957860 CPUtime=2.87 cores=1,3,5,7
/proc/15146/task/15153/stat : 15153 (java) S 15143 15146 13538 0 -1 4202560 614 0 0 0 273 14 0 0 20 0 18 0 22935076 10196848640 909763 33554432000 1073741824 1073778376 140735641240720 140042257295656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15146/tid=15154] ppid=15143 vsize=9957860 CPUtime=2.56 cores=1,3,5,7
/proc/15146/task/15154/stat : 15154 (java) S 15143 15146 13538 0 -1 4202560 858 0 0 0 243 13 0 0 20 0 18 0 22935076 10196848640 909763 33554432000 1073741824 1073778376 140735641240720 140042256242856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15146/tid=15155] ppid=15143 vsize=9957860 CPUtime=2.58 cores=1,3,5,7
/proc/15146/task/15155/stat : 15155 (java) S 15143 15146 13538 0 -1 4202560 551 0 0 0 246 12 0 0 20 0 18 0 22935076 10196848640 909763 33554432000 1073741824 1073778376 140735641240720 140042255190568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15156] ppid=15143 vsize=9957860 CPUtime=2.67 cores=1,3,5,7
/proc/15146/task/15156/stat : 15156 (java) S 15143 15146 13538 0 -1 4202560 530 0 0 0 254 13 0 0 20 0 18 0 22935076 10196848640 909763 33554432000 1073741824 1073778376 140735641240720 140042254137768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15146/tid=15157] ppid=15143 vsize=9957860 CPUtime=3.38 cores=1,3,5,7
/proc/15146/task/15157/stat : 15157 (java) S 15143 15146 13538 0 -1 4202560 2246 0 0 0 324 14 0 0 20 0 18 0 22935077 10196848640 909763 33554432000 1073741824 1073778376 140735641240720 140042241939752 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15146/tid=15158] ppid=15143 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15158/stat : 15158 (java) S 15143 15146 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22935077 10196848640 909763 33554432000 1073741824 1073778376 140735641240720 140041636537848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15146/tid=15159] ppid=15143 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15159/stat : 15159 (java) S 15143 15146 13538 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 18 0 22935077 10196848640 909763 33554432000 1073741824 1073778376 140735641240720 140041635485448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15146/tid=15161] ppid=15143 vsize=9957860 CPUtime=2.24 cores=1,3,5,7
/proc/15146/task/15161/stat : 15161 (java) S 15143 15146 13538 0 -1 4202560 14177 0 0 0 221 3 0 0 20 0 18 0 22935079 10196848640 909763 33554432000 1073741824 1073778376 140735641240720 140041633357464 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15146/tid=15162] ppid=15143 vsize=9957860 CPUtime=1.88 cores=1,3,5,7
/proc/15146/task/15162/stat : 15162 (java) S 15143 15146 13538 0 -1 4202560 9245 0 0 0 186 2 0 0 20 0 18 0 22935079 10196848640 909763 33554432000 1073741824 1073778376 140735641240720 140041632327736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15146/tid=15163] ppid=15143 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/15146/task/15163/stat : 15163 (java) S 15143 15146 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22935079 10196848640 909763 33554432000 1073741824 1073778376 140735641240720 140041631275640 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15146/tid=15258] ppid=15143 vsize=9957860 CPUtime=366.34 cores=1,3,5,7
/proc/15146/task/15258/stat : 15258 (java) S 15143 15146 13538 0 -1 4202560 524 0 0 0 36627 7 0 0 20 0 18 0 22993021 10196848640 909763 33554432000 1073741824 1073778376 140735641240720 140041627060904 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.53
Current children cumulated vsize (KiB) 9957860

Child status: 143
Real time (s): 949.524
CPU time (s): 1800.77
CPU user time (s): 1797.97
CPU system time (s): 2.80257
CPU usage (%): 189.65
Max. virtual memory (cumulated for all children) (KiB): 9957860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.97
system time used= 2.80257
maximum resident set size= 3639076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36720
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28366
involuntary context switches= 34084

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.28304 second user time and 7.8648 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 02:14:11
IDJOB=4100314
IDBENCH=1601
IDSOLVER=2543
FILE ID=node105/4100314-1466208851
RUNJOBID= node105-1466206102-13555
PBS_JOBID= 19918167
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-glass4.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100314-1466208851/watcher-4100314-1466208851 -o /tmp/evaluation-result-4100314-1466208851/solver-4100314-1466208851 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13555 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100314-1466208851.opb

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

MD5SUM BENCH= bde08d14cdb5e6beb81499ee17ba1695
RANDOM SEED=1265020360

node105.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.561
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
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.561
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.561
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.561
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.561
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.54
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.561
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.561
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31482660 kB
Buffers:           37436 kB
Cached:            78400 kB
SwapCached:         1776 kB
Active:           429560 kB
Inactive:          72896 kB
Active(anon):     387976 kB
Inactive(anon):     1384 kB
Active(file):      41584 kB
Inactive(file):    71512 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097092 kB
Dirty:              2788 kB
Writeback:             0 kB
AnonPages:        570548 kB
Mapped:            15300 kB
Shmem:                 0 kB
Slab:             571492 kB
SReclaimable:      14736 kB
SUnreclaim:       556756 kB
KernelStack:        1592 kB
PageTables:         5436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1255080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    360448 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 node105 at 2016-06-18 02:30:01