Trace number 4119493

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)-278 1800.34 903.168

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-sporttournament44.opb
MD5SUMe4d9e66db226794ed7482f8784a30fc7
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-307
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 2449
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 2622
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2622
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)1848
Sum of products size (including duplicates)3696
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4119493-1467257536.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.46/0.33	c ... done. Wall clock time 0.214s.
0.46/0.33	c declared #vars     946
0.46/0.33	c internal #vars     2794
0.46/0.33	c #constraints  3696
0.46/0.33	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.46/0.33	c constraints type 
0.46/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1848
0.46/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1848
0.46/0.33	c 3696 constraints processed.
0.46/0.33	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.46/0.33	c constraints type 
0.46/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1848
0.46/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1848
0.46/0.33	c 3696 constraints processed.
0.46/0.33	c objective function length is 2449 literals
0.46/0.38	c And the winner is solver0
0.67/0.84	c SATISFIABLE
0.67/0.84	c OPTIMIZING...
0.67/0.84	c Got one! Elapsed wall clock time (in seconds):0.72
0.67/0.84	o -229
0.88/0.90	c And the winner is solver0
1.53/1.36	c Got one! Elapsed wall clock time (in seconds):1.237
1.53/1.36	o -230
1.68/1.46	c And the winner is solver0
2.19/1.86	c Got one! Elapsed wall clock time (in seconds):1.747
2.19/1.86	o -231
2.19/1.88	c And the winner is solver0
2.41/2.37	c Got one! Elapsed wall clock time (in seconds):2.253
2.41/2.37	o -232
2.48/2.44	c And the winner is solver0
2.63/2.88	c Got one! Elapsed wall clock time (in seconds):2.759
2.63/2.88	o -233
3.36/3.23	c And the winner is solver0
3.49/3.38	c Got one! Elapsed wall clock time (in seconds):3.264
3.49/3.38	o -234
5.70/4.44	c cleaning 2821 clauses out of 5648 with flag 8007/5648
8.84/5.99	c cleaning 4411 clauses out of 8827 with flag 20007/11648
12.35/7.64	c And the winner is solver0
12.52/7.91	c Got one! Elapsed wall clock time (in seconds):7.794
12.52/7.91	o -235
15.58/9.45	c cleaning 7883 clauses out of 15775 with flag 10005/23007
19.01/11.13	c cleaning 6941 clauses out of 13891 with flag 22004/29006
23.09/13.13	c cleaning 6971 clauses out of 13951 with flag 36006/36007
27.50/15.39	c cleaning 7481 clauses out of 14979 with flag 52004/44006
29.36/16.22	c And the winner is solver0
29.50/16.46	c Got one! Elapsed wall clock time (in seconds):16.336
29.50/16.46	o -236
31.18/17.32	c cleaning 6669 clauses out of 13354 with flag 6002/49862
34.40/18.96	c cleaning 6334 clauses out of 12685 with flag 18002/55862
38.41/20.92	c cleaning 6667 clauses out of 13351 with flag 32002/62862
39.59/21.58	c And the winner is solver0
39.86/21.96	c Got one! Elapsed wall clock time (in seconds):21.841
39.86/21.96	o -237
41.62/22.86	c cleaning 6049 clauses out of 12116 with flag 6039/68294
45.02/24.53	c cleaning 6030 clauses out of 12068 with flag 18041/74295
48.85/26.41	c cleaning 6510 clauses out of 13038 with flag 32041/81295
53.25/28.66	c cleaning 7257 clauses out of 14528 with flag 48042/89295
58.76/31.32	c cleaning 8125 clauses out of 16270 with flag 66040/98294
64.77/34.32	c cleaning 9065 clauses out of 18146 with flag 86042/108295
71.56/37.65	c cleaning 10034 clauses out of 20080 with flag 108041/119294
75.77/39.76	c And the winner is solver1
75.90/40.04	c Got one! Elapsed wall clock time (in seconds):39.923
75.90/40.04	o -245
78.81/41.52	c cleaning 11101 clauses out of 22218 with flag 10557/131466
82.20/43.23	c cleaning 8556 clauses out of 17117 with flag 23246/137466
86.17/45.17	c cleaning 7774 clauses out of 15561 with flag 38011/144466
90.98/47.50	c cleaning 7889 clauses out of 15788 with flag 54988/152467
96.32/50.11	c cleaning 8444 clauses out of 16898 with flag 74068/161466
101.34/52.68	c cleaning 9224 clauses out of 18454 with flag 95226/171466
107.13/55.56	c cleaning 10114 clauses out of 20231 with flag 118478/182467
108.54/56.23	c And the winner is solver1
108.61/56.55	c Got one! Elapsed wall clock time (in seconds):56.429
108.61/56.55	o -246
110.48/57.47	c cleaning 7867 clauses out of 15744 with flag 6293/188094
113.88/59.11	c cleaning 6937 clauses out of 13877 with flag 18956/194094
117.48/60.91	c cleaning 6966 clauses out of 13940 with flag 33700/201094
121.48/62.98	c cleaning 7487 clauses out of 14973 with flag 50585/209093
126.28/65.31	c cleaning 8244 clauses out of 16487 with flag 69549/218094
132.43/68.52	c cleaning 9116 clauses out of 18243 with flag 90686/228094
138.05/71.39	c cleaning 10060 clauses out of 20126 with flag 113829/239093
144.25/74.47	c cleaning 11034 clauses out of 22068 with flag 139006/251095
151.05/77.87	c cleaning 12012 clauses out of 24032 with flag 166352/264093
153.31/78.95	c And the winner is solver1
153.44/79.32	c Got one! Elapsed wall clock time (in seconds):79.203
153.44/79.32	o -252
153.79/79.59	c cleaning 8531 clauses out of 17072 with flag 2098/269145
157.00/81.15	c cleaning 7270 clauses out of 14542 with flag 14823/275146
160.79/83.07	c cleaning 7130 clauses out of 14272 with flag 29582/282146
165.20/85.23	c cleaning 7564 clauses out of 15141 with flag 46464/290145
170.67/87.90	c cleaning 8285 clauses out of 16578 with flag 65416/299146
176.47/90.81	c cleaning 9142 clauses out of 18292 with flag 86567/309145
181.88/93.59	c And the winner is solver1
182.06/93.83	c Got one! Elapsed wall clock time (in seconds):93.711
182.06/93.83	o -257
184.69/95.17	c cleaning 12024 clauses out of 24054 with flag 10578/324049
187.89/96.71	c cleaning 9012 clauses out of 18030 with flag 23321/330049
191.29/98.48	c cleaning 8005 clauses out of 16018 with flag 38145/337049
195.28/100.48	c cleaning 8002 clauses out of 16013 with flag 55050/345049
199.88/102.77	c cleaning 8502 clauses out of 17011 with flag 74046/354049
205.08/105.30	c cleaning 9255 clauses out of 18510 with flag 95230/364050
210.68/108.16	c cleaning 10122 clauses out of 20253 with flag 118434/375048
217.62/111.51	c cleaning 11066 clauses out of 22132 with flag 143758/387049
225.02/115.25	c cleaning 12029 clauses out of 24065 with flag 171194/400048
226.82/116.16	c And the winner is solver1
226.96/116.35	c Got one! Elapsed wall clock time (in seconds):116.231
226.96/116.35	o -260
228.45/117.14	c cleaning 8993 clauses out of 18001 with flag 6343/406013
231.86/118.82	c cleaning 7499 clauses out of 15009 with flag 19115/412014
236.21/120.96	c cleaning 7252 clauses out of 14510 with flag 33973/419014
240.82/123.24	c cleaning 7625 clauses out of 15257 with flag 50899/427013
245.61/125.62	c cleaning 8311 clauses out of 16632 with flag 69844/436013
250.60/128.17	c cleaning 9161 clauses out of 18322 with flag 90893/446014
256.42/131.05	c cleaning 10081 clauses out of 20161 with flag 114079/457014
262.60/134.18	c cleaning 11035 clauses out of 22079 with flag 139383/469013
270.93/138.57	c cleaning 12022 clauses out of 24044 with flag 166766/482013
278.92/142.54	c cleaning 13004 clauses out of 26022 with flag 196217/496013
287.72/146.94	c cleaning 14009 clauses out of 28018 with flag 227850/511013
290.11/148.13	c And the winner is solver1
290.20/148.40	c Got one! Elapsed wall clock time (in seconds):148.284
290.20/148.40	o -264
290.59/148.68	c cleaning 9613 clauses out of 19241 with flag 2114/516245
294.15/150.30	c cleaning 7807 clauses out of 15628 with flag 14732/522245
297.55/152.05	c cleaning 7407 clauses out of 14823 with flag 29506/529247
301.76/154.11	c cleaning 7702 clauses out of 15414 with flag 46366/537245
306.34/156.44	c cleaning 8354 clauses out of 16713 with flag 65303/546246
311.54/159.07	c cleaning 9178 clauses out of 18359 with flag 86424/556246
317.34/161.97	c cleaning 10088 clauses out of 20180 with flag 109582/567245
324.12/165.28	c cleaning 11042 clauses out of 22092 with flag 134900/579245
332.04/169.04	c cleaning 12021 clauses out of 24050 with flag 162387/592245
339.65/172.89	c cleaning 13012 clauses out of 26030 with flag 191894/606246
348.25/177.14	c cleaning 14004 clauses out of 28017 with flag 223632/621245
354.23/180.14	c And the winner is solver1
354.35/180.41	c Got one! Elapsed wall clock time (in seconds):180.294
354.35/180.41	o -265
356.99/181.76	c cleaning 14698 clauses out of 29406 with flag 10538/636638
360.19/183.31	c cleaning 10351 clauses out of 20708 with flag 23255/642638
363.79/185.13	c cleaning 8679 clauses out of 17357 with flag 38076/649638
369.76/188.31	c cleaning 8333 clauses out of 16678 with flag 54929/657638
374.76/190.80	c cleaning 8672 clauses out of 17347 with flag 74060/666640
375.36/191.13	c And the winner is solver1
375.44/191.54	c Got one! Elapsed wall clock time (in seconds):191.42
375.44/191.54	o -266
377.36/192.55	c cleaning 6928 clauses out of 13868 with flag 8427/671833
380.35/194.07	c cleaning 6467 clauses out of 12941 with flag 21102/677834
383.97/195.82	c cleaning 6731 clauses out of 13473 with flag 35840/684833
387.96/197.85	c cleaning 7368 clauses out of 14743 with flag 52696/692834
392.96/200.32	c cleaning 8187 clauses out of 16374 with flag 71716/701833
398.42/203.06	c cleaning 9090 clauses out of 18190 with flag 92888/711836
404.62/206.15	c cleaning 10049 clauses out of 20097 with flag 116062/722833
411.62/209.66	c cleaning 11023 clauses out of 22050 with flag 141576/734835
419.23/213.41	c cleaning 12008 clauses out of 24026 with flag 169163/747834
426.62/217.12	c cleaning 13005 clauses out of 26018 with flag 198950/761834
434.83/221.22	c cleaning 14006 clauses out of 28012 with flag 230882/776833
443.82/225.76	c cleaning 15002 clauses out of 30007 with flag 264832/792834
448.82/228.12	c And the winner is solver1
448.88/228.56	c Got one! Elapsed wall clock time (in seconds):228.439
448.88/228.56	o -272
451.56/229.92	c cleaning 14068 clauses out of 28147 with flag 10579/805976
454.75/231.50	c cleaning 10031 clauses out of 20078 with flag 23240/811975
458.36/233.34	c cleaning 8518 clauses out of 17047 with flag 37967/818975
462.56/235.43	c cleaning 8258 clauses out of 16530 with flag 54809/826976
467.16/237.76	c cleaning 8633 clauses out of 17271 with flag 73816/835975
472.35/240.36	c cleaning 9316 clauses out of 18638 with flag 94836/845975
477.96/243.13	c cleaning 10157 clauses out of 20323 with flag 118017/856976
484.98/246.41	c cleaning 11080 clauses out of 22165 with flag 143292/868975
491.57/249.73	c cleaning 12038 clauses out of 24086 with flag 170679/881976
498.76/253.31	c cleaning 13019 clauses out of 26047 with flag 200240/895975
506.36/257.16	c cleaning 14008 clauses out of 28028 with flag 231966/910975
514.97/261.40	c cleaning 15010 clauses out of 30020 with flag 265737/926975
524.36/266.13	c cleaning 16003 clauses out of 32011 with flag 301647/943976
535.17/271.34	c cleaning 17001 clauses out of 34007 with flag 339708/961975
549.18/278.36	c cleaning 18001 clauses out of 36006 with flag 379776/980975
563.37/285.49	c cleaning 19000 clauses out of 38005 with flag 421948/1000975
580.90/294.75	c cleaning 19998 clauses out of 40005 with flag 466295/1021975
598.30/303.40	c cleaning 21004 clauses out of 42007 with flag 512826/1043975
613.70/311.16	c cleaning 21998 clauses out of 44003 with flag 561523/1066975
627.51/318.03	c cleaning 22999 clauses out of 46005 with flag 612211/1090975
643.87/326.11	c cleaning 23996 clauses out of 48006 with flag 665001/1115975
660.08/334.28	c cleaning 25005 clauses out of 50010 with flag 720085/1141975
677.28/342.80	c cleaning 26003 clauses out of 52005 with flag 777113/1168975
695.28/351.85	c cleaning 27002 clauses out of 54004 with flag 836283/1196977
715.54/361.76	c cleaning 27995 clauses out of 56000 with flag 897486/1225975
735.95/371.91	c cleaning 28997 clauses out of 58005 with flag 960691/1255975
759.69/383.56	c cleaning 30001 clauses out of 60008 with flag 1026130/1286975
781.29/394.39	c cleaning 31003 clauses out of 62009 with flag 1093738/1318977
804.28/405.90	c cleaning 31995 clauses out of 64004 with flag 1163329/1351975
834.07/420.78	c cleaning 33002 clauses out of 66009 with flag 1235622/1385975
869.55/438.26	c cleaning 34000 clauses out of 68007 with flag 1309660/1420975
904.75/455.88	c cleaning 35001 clauses out of 70007 with flag 1385498/1456975
942.06/474.30	c cleaning 35998 clauses out of 72006 with flag 1463474/1493975
978.38/492.99	c cleaning 37004 clauses out of 74008 with flag 1543655/1531975
1011.77/509.63	c cleaning 37999 clauses out of 76005 with flag 1625891/1570976
1045.55/526.49	c cleaning 38998 clauses out of 78006 with flag 1710327/1610976
1082.01/544.57	c cleaning 40000 clauses out of 80008 with flag 1796871/1651976
1128.41/567.77	c cleaning 41004 clauses out of 82008 with flag 1885343/1693976
1183.66/594.94	c cleaning 41999 clauses out of 84004 with flag 1975860/1736976
1188.59/597.10	c And the winner is solver1
1188.75/597.49	c Got one! Elapsed wall clock time (in seconds):597.372
1188.75/597.49	o -277
1189.95/598.10	c cleaning 23862 clauses out of 47736 with flag 4227/1742707
1192.96/599.67	c cleaning 14932 clauses out of 29873 with flag 16862/1748706
1197.39/601.68	c cleaning 10968 clauses out of 21942 with flag 31570/1755707
1201.39/603.68	c cleaning 9484 clauses out of 18975 with flag 48414/1763708
1205.98/605.92	c cleaning 9241 clauses out of 18491 with flag 67424/1772708
1211.00/608.47	c cleaning 9616 clauses out of 19248 with flag 88518/1782706
1216.78/611.39	c cleaning 10312 clauses out of 20632 with flag 111852/1793706
1224.12/614.79	c cleaning 11157 clauses out of 22320 with flag 137215/1805706
1231.34/618.39	c cleaning 12079 clauses out of 24165 with flag 164598/1818708
1239.52/622.40	c cleaning 13043 clauses out of 26086 with flag 194143/1832708
1251.63/629.40	c cleaning 14019 clauses out of 28041 with flag 225765/1847706
1262.33/634.64	c cleaning 15007 clauses out of 30022 with flag 259430/1863706
1275.33/641.14	c cleaning 16008 clauses out of 32015 with flag 295140/1880706
1289.33/648.19	c cleaning 17001 clauses out of 34007 with flag 332986/1898706
1305.08/655.99	c cleaning 18004 clauses out of 36007 with flag 372992/1917707
1321.47/664.17	c cleaning 19000 clauses out of 38003 with flag 415219/1937707
1341.28/674.03	c cleaning 19995 clauses out of 40002 with flag 459579/1958706
1362.99/684.68	c cleaning 21002 clauses out of 42008 with flag 506058/1980707
1383.98/695.10	c cleaning 22003 clauses out of 44005 with flag 554626/2003706
1406.21/706.15	c cleaning 22996 clauses out of 46003 with flag 605293/2027707
1430.83/718.34	c cleaning 23999 clauses out of 48007 with flag 658164/2052707
1454.41/730.10	c cleaning 25001 clauses out of 50008 with flag 713145/2078707
1478.40/741.92	c cleaning 25998 clauses out of 52006 with flag 770172/2105706
1488.00/746.79	c And the winner is solver1
1488.25/747.00	c Got one! Elapsed wall clock time (in seconds):746.882
1488.25/747.00	o -278
1491.71/748.65	c cleaning 21674 clauses out of 43360 with flag 10533/2123058
1494.92/750.26	c cleaning 13837 clauses out of 27685 with flag 23171/2129057
1498.51/752.07	c cleaning 10422 clauses out of 20849 with flag 37990/2136058
1502.51/754.08	c cleaning 9207 clauses out of 18427 with flag 54814/2144058
1507.31/756.42	c cleaning 9106 clauses out of 18220 with flag 73723/2153058
1512.30/758.98	c cleaning 9557 clauses out of 19115 with flag 94751/2163059
1518.29/761.82	c cleaning 10278 clauses out of 20556 with flag 117859/2174057
1524.29/764.81	c cleaning 11138 clauses out of 22279 with flag 143146/2186058
1531.29/768.33	c cleaning 12067 clauses out of 24140 with flag 170628/2199057
1538.69/772.08	c cleaning 13031 clauses out of 26073 with flag 200176/2213057
1546.68/776.09	c cleaning 14021 clauses out of 28043 with flag 231819/2228058
1555.73/780.47	c cleaning 15007 clauses out of 30021 with flag 265685/2244057
1565.32/785.23	c cleaning 16003 clauses out of 32014 with flag 301760/2261057
1576.32/790.73	c cleaning 17003 clauses out of 34011 with flag 339752/2279057
1590.00/797.43	c cleaning 18003 clauses out of 36008 with flag 379874/2298057
1605.61/805.23	c cleaning 19000 clauses out of 38005 with flag 422161/2318057
1625.40/814.84	c cleaning 20003 clauses out of 40007 with flag 466482/2339059
1641.60/822.97	c cleaning 20997 clauses out of 42002 with flag 512839/2361057
1658.59/831.44	c cleaning 22003 clauses out of 44005 with flag 561291/2384057
1678.46/841.16	c cleaning 22999 clauses out of 46002 with flag 611798/2408057
1693.85/848.86	c cleaning 23998 clauses out of 48003 with flag 664551/2433057
1710.54/857.00	c cleaning 24998 clauses out of 50006 with flag 719598/2459058
1727.93/865.62	c cleaning 26001 clauses out of 52007 with flag 776583/2486057
1752.25/879.34	c cleaning 26999 clauses out of 54006 with flag 835827/2514057
1769.85/888.12	c cleaning 28000 clauses out of 56008 with flag 897204/2543058
1788.80/897.54	c cleaning 29003 clauses out of 58009 with flag 960753/2573059
1800.02/903.11	c >>>>>>>>>> Solver number 0 (9 answers) <<<<<<<<<<<<<<<<<<
1800.02/903.11	c starts		: 48765
1800.02/903.11	c conflicts		: 2591717
1800.02/903.11	c decisions		: 39921934
1800.02/903.11	c propagations		: 241198307
1800.02/903.11	c inspects		: 3654855678
1800.02/903.11	c shortcuts		: 0
1800.02/903.11	c learnt literals	: 0
1800.02/903.11	c learnt binary clauses	: 0
1800.02/903.11	c learnt ternary clauses	: 0
1800.02/903.11	c learnt constraints	: 2591717
1800.02/903.11	c ignored constraints	: 0
1800.02/903.11	c root simplifications	: 0
1800.02/903.11	c removed literals (reason simplification)	: 45242028
1800.02/903.11	c reason swapping (by a shorter reason)	: 0
1800.02/903.11	c Calls to reduceDB	: 174
1800.02/903.11	c Number of update (reduction) of LBD	: 101051
1800.02/903.11	c Imported unit clauses	: 0
1800.02/903.11	c number of reductions to clauses (during analyze)	: 0
1800.02/903.11	c number of learned constraints concerned by reduction	: 0
1800.02/903.11	c number of learning phase by resolution	: 0
1800.02/903.11	c number of learning phase by cutting planes	: 0
1800.02/903.11	c speed (assignments/second)	: 1545172.3084216325
1800.02/903.11	c non guided choices	12
1800.02/903.13	c learnt constraints type 
1800.02/903.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 47664
1800.02/903.13	c >>>>>>>>>> Solver number 1 (11 answers) <<<<<<<<<<<<<<<<<<
1800.02/903.13	c starts		: 41
1800.02/903.13	c conflicts		: 4906
1800.02/903.13	c decisions		: 60976
1800.02/903.13	c propagations		: 269450
1800.02/903.13	c inspects		: 112421301
1800.02/903.13	c shortcuts		: 0
1800.02/903.13	c learnt literals	: 0
1800.02/903.13	c learnt binary clauses	: 0
1800.02/903.13	c learnt ternary clauses	: 0
1800.02/903.13	c learnt constraints	: 4902
1800.02/903.13	c ignored constraints	: 0
1800.02/903.13	c root simplifications	: 0
1800.02/903.13	c removed literals (reason simplification)	: 0
1800.02/903.13	c reason swapping (by a shorter reason)	: 0
1800.02/903.13	c Calls to reduceDB	: 0
1800.02/903.13	c Number of update (reduction) of LBD	: 0
1800.02/903.13	c Imported unit clauses	: 0
1800.02/903.13	c number of reductions to clauses (during analyze)	: 0
1800.02/903.13	c number of learned constraints concerned by reduction	: 0
1800.02/903.13	c number of learning phase by resolution	: 0
1800.02/903.13	c number of learning phase by cutting planes	: 0
1800.02/903.13	c speed (assignments/second)	: 305.7880127013525
1800.02/903.13	c non guided choices	34
1800.02/903.13	c learnt constraints type 
1800.02/903.13	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.02/903.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4901
1800.02/903.13	s SATISFIABLE
1800.02/903.13	c Found 20 solution(s)
1800.02/903.13	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 x781 x782 x783 -x784 x785 x786 x787 x788 -x789 -x790 x791 -x792 -x793 x794 x795 x796 x797 x798 x799 x800 x801 x802 -x803 -x804 x805 x806 -x807 x808 x809 x810 x811 x812 -x813 x814 x815 x816 x817 x818 x819 x820 x821 x822 x823 x824 x825 x826 -x827 -x828 -x829 x830 x831 x832 x833 x834 -x835 x836 x837 -x838 x839 x840 x841 -x842 x843 x844 x845 x846 x847 -x848 x849 -x850 x851 x852 x853 x854 x855 x856 x857 x858 x859 x860 x861 x862 x863 -x864 -x865 x866 x867 x868 -x869 x870 x871 -x872 -x873 -x874 x875 -x876 x877 x878 x879 x880 x881 x882 x883 x884 x885 x886 -x887 x888 x889 x890 -x891 -x892 x893 x894 x895 x896 x897 x898 x899 x900 x901 x902 x903 x904 -x905 x906 x907 -x908 x909 x910 x911 x912 -x913 -x914 x915 x916 -x917 -x918 x919 x920 -x921 x922 x923 -x924 x925 x926 -x927 -x928 -x929 x930 x931 x932 -x933 -x934 x935 x936 x937 x938 x939 x940 x941 x942 -x943 x944 x945 -x946 
1800.02/903.14	c objective function=-278
1800.02/903.14	c Total wall clock time (in seconds): 903.017

Verifier Data

OK	-278

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-4119493-1467257536/watcher-4119493-1467257536 -o /tmp/evaluation-result-4119493-1467257536/solver-4119493-1467257536 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467246696-6245 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4119493-1467257536.opb 

pid=12699
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.06 4.02 3.98 4/197 12702
/proc/meminfo: memFree=26921348/32872528 swapFree=480236/529292
[pid=12702] ppid=12699 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/12702/stat : 12702 (java) R 12699 12702 6228 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 4773514 278528 33 33554432000 1073741824 1073778376 140736208663792 140734825622760 211449638183 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12702/statm: 84 41 33 9 0 25 0

[startup+0.100063 s]
/proc/loadavg: 4.06 4.02 3.98 4/197 12702
/proc/meminfo: memFree=26921348/32872528 swapFree=480236/529292
[pid=12702] ppid=12699 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/12702/stat : 12702 (java) S 12699 12702 6228 0 -1 4202496 4403 0 1 0 8 1 0 0 20 0 18 0 4773514 9787879424 6034 33554432000 1073741824 1073778376 140736208663792 140736208654928 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12702/statm: 2389619 6034 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200214 s]
/proc/loadavg: 4.06 4.02 3.98 4/197 12702
/proc/meminfo: memFree=26921348/32872528 swapFree=480236/529292
[pid=12702] ppid=12699 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/12702/stat : 12702 (java) S 12699 12702 6228 0 -1 4202496 4609 0 1 0 21 1 0 0 20 0 18 0 4773514 9787879424 7221 33554432000 1073741824 1073778376 140736208663792 140736208654928 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12702/statm: 2389619 7221 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300227 s]
/proc/loadavg: 4.06 4.02 3.98 4/197 12702
/proc/meminfo: memFree=26921348/32872528 swapFree=480236/529292
[pid=12702] ppid=12699 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/12702/stat : 12702 (java) S 12699 12702 6228 0 -1 4202496 5793 0 1 0 44 2 0 0 20 0 18 0 4773514 9787879424 8997 33554432000 1073741824 1073778376 140736208663792 140736208654928 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12702/statm: 2389619 8997 2238 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700215 s]
/proc/loadavg: 4.06 4.02 3.98 4/197 12702
/proc/meminfo: memFree=26921348/32872528 swapFree=480236/529292
[pid=12702] ppid=12699 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/12702/stat : 12702 (java) S 12699 12702 6228 0 -1 4202496 5990 0 1 0 63 4 0 0 20 0 19 0 4773514 10060525568 10080 33554432000 1073741824 1073778376 140736208663792 140736208654928 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12702/statm: 2456183 10080 2255 9 0 2446860 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9824732

[startup+1.50075 s]
/proc/loadavg: 4.06 4.02 3.98 5/217 12727
/proc/meminfo: memFree=26862268/32872528 swapFree=480236/529292
[pid=12702] ppid=12699 vsize=9824732 CPUtime=2.04 cores=1,3,5,7
/proc/12702/stat : 12702 (java) S 12699 12702 6228 0 -1 4202496 14992 0 1 0 195 9 0 0 20 0 20 0 4773514 10060525568 19332 33554432000 1073741824 1073778376 140736208663792 140736208654928 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12702/statm: 2456183 19332 2263 9 0 2446860 0
[pid=12702/tid=12704] ppid=12699 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/12702/task/12704/stat : 12704 (java) S 12699 12702 6228 0 -1 4202560 2427 0 1 0 32 1 0 0 20 0 20 0 4773515 10060525568 19332 33554432000 1073741824 1073778376 140736208663792 140006563791736 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12705] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12705/stat : 12705 (java) S 12699 12702 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 4773517 10060525568 19332 33554432000 1073741824 1073778376 140736208663792 140006541891880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12706] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12706/stat : 12706 (java) S 12699 12702 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 4773517 10060525568 19332 33554432000 1073741824 1073778376 140736208663792 140006540839080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12702/tid=12707] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12707/stat : 12707 (java) S 12699 12702 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 4773517 10060525568 19332 33554432000 1073741824 1073778376 140736208663792 140006539786792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12708] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12708/stat : 12708 (java) S 12699 12702 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 4773517 10060525568 19332 33554432000 1073741824 1073778376 140736208663792 140006203058600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12702/tid=12709] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12709/stat : 12709 (java) S 12699 12702 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 4773517 10060525568 19332 33554432000 1073741824 1073778376 140736208663792 140006202006312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12710] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12710/stat : 12710 (java) S 12699 12702 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 4773517 10060525568 19332 33554432000 1073741824 1073778376 140736208663792 140006200953512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12702/tid=12711] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12711/stat : 12711 (java) S 12699 12702 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 4773517 10060525568 19332 33554432000 1073741824 1073778376 140736208663792 140006199901224 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12712] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12712/stat : 12712 (java) S 12699 12702 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 4773517 10060525568 19332 33554432000 1073741824 1073778376 140736208663792 140006198848424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12713] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12713/stat : 12713 (java) S 12699 12702 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 4773518 10060525568 19332 33554432000 1073741824 1073778376 140736208663792 140006186436840 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12714] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12714/stat : 12714 (java) S 12699 12702 6228 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 4773518 10060525568 19332 33554432000 1073741824 1073778376 140736208663792 140006185382904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12715] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12715/stat : 12715 (java) S 12699 12702 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 4773518 10060525568 19332 33554432000 1073741824 1073778376 140736208663792 140006184330504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12716] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12716/stat : 12716 (java) S 12699 12702 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 4773521 10060525568 19332 33554432000 1073741824 1073778376 140736208663792 140006183278992 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12717] ppid=12699 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/12702/task/12717/stat : 12717 (java) R 12699 12702 6228 0 -1 4202560 5361 0 0 0 51 0 0 0 20 0 20 0 4773521 10060525568 19332 33554432000 1073741824 1073778376 140736208663792 140006182226616 211458470571 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12718] ppid=12699 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/12702/task/12718/stat : 12718 (java) R 12699 12702 6228 0 -1 4202560 5832 0 0 0 49 2 0 0 20 0 20 0 4773521 10060525568 19332 33554432000 1073741824 1073778376 140736208663792 140006181151888 211462177937 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=12702/tid=12719] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12719/stat : 12719 (java) S 12699 12702 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 4773521 10060525568 19332 33554432000 1073741824 1073778376 140736208663792 140006180121720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12702/tid=12720] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12720/stat : 12720 (java) S 12699 12702 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 4773521 10060525568 19332 33554432000 1073741824 1073778376 140736208663792 140006179069128 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12724] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12724/stat : 12724 (java) S 12699 12702 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 4773550 10060525568 19332 33554432000 1073741824 1073778376 140736208663792 140006174757928 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9824732

[startup+3.10078 s]
/proc/loadavg: 4.06 4.02 3.98 3/216 12733
/proc/meminfo: memFree=26845008/32872528 swapFree=480236/529292
[pid=12702] ppid=12699 vsize=9824732 CPUtime=3.13 cores=1,3,5,7
/proc/12702/stat : 12702 (java) S 12699 12702 6228 0 -1 4202496 15038 0 1 0 299 14 0 0 20 0 22 0 4773514 10060525568 26515 33554432000 1073741824 1073778376 140736208663792 140736208654928 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12702/statm: 2456183 26515 2271 9 0 2446860 0
[pid=12702/tid=12704] ppid=12699 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/12702/task/12704/stat : 12704 (java) S 12699 12702 6228 0 -1 4202560 2429 0 1 0 33 2 0 0 20 0 22 0 4773515 10060525568 26515 33554432000 1073741824 1073778376 140736208663792 140006563791736 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12705] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12705/stat : 12705 (java) S 12699 12702 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4773517 10060525568 26515 33554432000 1073741824 1073778376 140736208663792 140006541891880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12706] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12706/stat : 12706 (java) S 12699 12702 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4773517 10060525568 26515 33554432000 1073741824 1073778376 140736208663792 140006540839080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12702/tid=12707] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12707/stat : 12707 (java) S 12699 12702 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4773517 10060525568 26515 33554432000 1073741824 1073778376 140736208663792 140006539786792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12708] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12708/stat : 12708 (java) S 12699 12702 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4773517 10060525568 26515 33554432000 1073741824 1073778376 140736208663792 140006203058600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12702/tid=12709] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12709/stat : 12709 (java) S 12699 12702 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4773517 10060525568 26515 33554432000 1073741824 1073778376 140736208663792 140006202006312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12710] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12710/stat : 12710 (java) S 12699 12702 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4773517 10060525568 26515 33554432000 1073741824 1073778376 140736208663792 140006200953512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12702/tid=12711] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12711/stat : 12711 (java) S 12699 12702 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4773517 10060525568 26515 33554432000 1073741824 1073778376 140736208663792 140006199901224 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12712] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12712/stat : 12712 (java) S 12699 12702 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4773517 10060525568 26515 33554432000 1073741824 1073778376 140736208663792 140006198848424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12713] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12713/stat : 12713 (java) S 12699 12702 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4773518 10060525568 26515 33554432000 1073741824 1073778376 140736208663792 140006186436840 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12714] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12714/stat : 12714 (java) S 12699 12702 6228 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 4773518 10060525568 26515 33554432000 1073741824 1073778376 140736208663792 140006185382904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12715] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12715/stat : 12715 (java) S 12699 12702 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4773518 10060525568 26515 33554432000 1073741824 1073778376 140736208663792 140006184330504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12716] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12716/stat : 12716 (java) S 12699 12702 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4773521 10060525568 26515 33554432000 1073741824 1073778376 140736208663792 140006183278992 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12717] ppid=12699 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/12702/task/12717/stat : 12717 (java) R 12699 12702 6228 0 -1 4202560 5362 0 0 0 67 0 0 0 20 0 22 0 4773521 10060525568 26515 33554432000 1073741824 1073778376 140736208663792 140006182226616 140006567634681 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12718] ppid=12699 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/12702/task/12718/stat : 12718 (java) R 12699 12702 6228 0 -1 4202560 5839 0 0 0 65 2 0 0 20 0 22 0 4773521 10060525568 26515 33554432000 1073741824 1073778376 140736208663792 140006181161344 140006567883541 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=12702/tid=12719] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12719/stat : 12719 (java) S 12699 12702 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4773521 10060525568 26515 33554432000 1073741824 1073778376 140736208663792 140006180121720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12702/tid=12720] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12720/stat : 12720 (java) S 12699 12702 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4773521 10060525568 26515 33554432000 1073741824 1073778376 140736208663792 140006179069128 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12724] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12724/stat : 12724 (java) S 12699 12702 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4773550 10060525568 26515 33554432000 1073741824 1073778376 140736208663792 140006174757928 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 9824732

[startup+6.30085 s]
/proc/loadavg: 4.13 4.04 3.99 5/219 12742
/proc/meminfo: memFree=26718784/32872528 swapFree=480236/529292
[pid=12702] ppid=12699 vsize=9824732 CPUtime=9.64 cores=1,3,5,7
/proc/12702/stat : 12702 (java) S 12699 12702 6228 0 -1 4202496 15750 0 1 0 941 23 0 0 20 0 22 0 4773514 10060525568 51994 33554432000 1073741824 1073778376 140736208663792 140736208654928 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12702/statm: 2456183 51994 2290 9 0 2446860 0
[pid=12702/tid=12704] ppid=12699 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/12702/task/12704/stat : 12704 (java) S 12699 12702 6228 0 -1 4202560 2432 0 1 0 34 2 0 0 20 0 22 0 4773515 10060525568 51994 33554432000 1073741824 1073778376 140736208663792 140006563791736 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12705] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12705/stat : 12705 (java) S 12699 12702 6228 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 4773517 10060525568 51994 33554432000 1073741824 1073778376 140736208663792 140006541891880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12706] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12706/stat : 12706 (java) S 12699 12702 6228 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 4773517 10060525568 51994 33554432000 1073741824 1073778376 140736208663792 140006540839080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12707] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12707/stat : 12707 (java) S 12699 12702 6228 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 4773517 10060525568 51994 33554432000 1073741824 1073778376 140736208663792 140006539786792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12708] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12708/stat : 12708 (java) S 12699 12702 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4773517 10060525568 51994 33554432000 1073741824 1073778376 140736208663792 140006203058600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12709] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12709/stat : 12709 (java) S 12699 12702 6228 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 4773517 10060525568 51994 33554432000 1073741824 1073778376 140736208663792 140006202006312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12710] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12710/stat : 12710 (java) S 12699 12702 6228 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 4773517 10060525568 51994 33554432000 1073741824 1073778376 140736208663792 140006200953512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12702/tid=12711] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12711/stat : 12711 (java) S 12699 12702 6228 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 4773517 10060525568 51994 33554432000 1073741824 1073778376 140736208663792 140006199901224 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12712] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12712/stat : 12712 (java) S 12699 12702 6228 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 4773517 10060525568 51994 33554432000 1073741824 1073778376 140736208663792 140006198848424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12713] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12713/stat : 12713 (java) S 12699 12702 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4773518 10060525568 51994 33554432000 1073741824 1073778376 140736208663792 140006186436840 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12702/tid=12714] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12714/stat : 12714 (java) S 12699 12702 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4773518 10060525568 51994 33554432000 1073741824 1073778376 140736208663792 140006185382904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12715] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12715/stat : 12715 (java) S 12699 12702 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4773518 10060525568 51994 33554432000 1073741824 1073778376 140736208663792 140006184330504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12716] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12716/stat : 12716 (java) S 12699 12702 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4773521 10060525568 51994 33554432000 1073741824 1073778376 140736208663792 140006183278992 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12717] ppid=12699 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/12702/task/12717/stat : 12717 (java) S 12699 12702 6228 0 -1 4202560 5373 0 0 0 75 0 0 0 20 0 22 0 4773521 10060525568 51994 33554432000 1073741824 1073778376 140736208663792 140006182226616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12718] ppid=12699 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/12702/task/12718/stat : 12718 (java) S 12699 12702 6228 0 -1 4202560 6397 0 0 0 89 2 0 0 20 0 22 0 4773521 10060525568 51994 33554432000 1073741824 1073778376 140736208663792 140006181173816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12719] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12719/stat : 12719 (java) S 12699 12702 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4773521 10060525568 51994 33554432000 1073741824 1073778376 140736208663792 140006180121720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12702/tid=12720] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12720/stat : 12720 (java) S 12699 12702 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4773521 10060525568 51994 33554432000 1073741824 1073778376 140736208663792 140006179069128 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12724] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12724/stat : 12724 (java) S 12699 12702 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4773550 10060525568 51994 33554432000 1073741824 1073778376 140736208663792 140006174757928 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12702/tid=12740] ppid=12699 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/12702/task/12740/stat : 12740 (java) R 12699 12702 6228 0 -1 4202560 21 0 0 0 286 0 0 0 20 0 22 0 4773854 10060525568 51994 33554432000 1073741824 1073778376 140736208663792 140006176853904 140006421714463 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12741] ppid=12699 vsize=9824732 CPUtime=2.84 cores=1,3,5,7

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

[startup+882.308 s]
/proc/loadavg: 4.24 4.09 4.02 5/219 13134
/proc/meminfo: memFree=22379032/32872528 swapFree=480236/529292
[pid=12702] ppid=12699 vsize=9824732 CPUtime=1758.26 cores=1,3,5,7
/proc/12702/stat : 12702 (java) S 12699 12702 6228 0 -1 4202496 34297 0 1 0 175275 551 0 0 20 0 22 0 4773514 10060525568 1203175 33554432000 1073741824 1073778376 140736208663792 140736208654928 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12702/statm: 2456183 1203175 2302 9 0 2446860 0
[pid=12702/tid=12704] ppid=12699 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/12702/task/12704/stat : 12704 (java) S 12699 12702 6228 0 -1 4202560 2448 0 1 0 44 3 0 0 20 0 22 0 4773515 10060525568 1203175 33554432000 1073741824 1073778376 140736208663792 140006563791736 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12705] ppid=12699 vsize=9824732 CPUtime=3.89 cores=1,3,5,7
/proc/12702/task/12705/stat : 12705 (java) S 12699 12702 6228 0 -1 4202560 1602 0 0 0 331 58 0 0 20 0 22 0 4773517 10060525568 1203175 33554432000 1073741824 1073778376 140736208663792 140006541891880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12706] ppid=12699 vsize=9824732 CPUtime=3.72 cores=1,3,5,7
/proc/12702/task/12706/stat : 12706 (java) S 12699 12702 6228 0 -1 4202560 1686 0 0 0 317 55 0 0 20 0 22 0 4773517 10060525568 1203175 33554432000 1073741824 1073778376 140736208663792 140006540839080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12707] ppid=12699 vsize=9824732 CPUtime=4.13 cores=1,3,5,7
/proc/12702/task/12707/stat : 12707 (java) S 12699 12702 6228 0 -1 4202560 1696 0 0 0 358 55 0 0 20 0 22 0 4773517 10060525568 1203175 33554432000 1073741824 1073778376 140736208663792 140006539786792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12708] ppid=12699 vsize=9824732 CPUtime=4.02 cores=1,3,5,7
/proc/12702/task/12708/stat : 12708 (java) S 12699 12702 6228 0 -1 4202560 1501 0 0 0 347 55 0 0 20 0 22 0 4773517 10060525568 1203175 33554432000 1073741824 1073778376 140736208663792 140006203058600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12702/tid=12709] ppid=12699 vsize=9824732 CPUtime=3.81 cores=1,3,5,7
/proc/12702/task/12709/stat : 12709 (java) S 12699 12702 6228 0 -1 4202560 1329 0 0 0 329 52 0 0 20 0 22 0 4773517 10060525568 1203175 33554432000 1073741824 1073778376 140736208663792 140006202006312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12710] ppid=12699 vsize=9824732 CPUtime=4.13 cores=1,3,5,7
/proc/12702/task/12710/stat : 12710 (java) S 12699 12702 6228 0 -1 4202560 1570 0 0 0 354 59 0 0 20 0 22 0 4773517 10060525568 1203175 33554432000 1073741824 1073778376 140736208663792 140006200953512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12702/tid=12711] ppid=12699 vsize=9824732 CPUtime=4.1 cores=1,3,5,7
/proc/12702/task/12711/stat : 12711 (java) S 12699 12702 6228 0 -1 4202560 1577 0 0 0 345 65 0 0 20 0 22 0 4773517 10060525568 1203175 33554432000 1073741824 1073778376 140736208663792 140006199901224 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12702/tid=12712] ppid=12699 vsize=9824732 CPUtime=4.22 cores=1,3,5,7
/proc/12702/task/12712/stat : 12712 (java) S 12699 12702 6228 0 -1 4202560 1607 0 0 0 360 62 0 0 20 0 22 0 4773517 10060525568 1203175 33554432000 1073741824 1073778376 140736208663792 140006198848424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12713] ppid=12699 vsize=9824732 CPUtime=11.47 cores=1,3,5,7
/proc/12702/task/12713/stat : 12713 (java) S 12699 12702 6228 0 -1 4202560 3811 0 0 0 1138 9 0 0 20 0 22 0 4773518 10060525568 1203175 33554432000 1073741824 1073778376 140736208663792 140006186436840 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12714] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12714/stat : 12714 (java) S 12699 12702 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4773518 10060525568 1203175 33554432000 1073741824 1073778376 140736208663792 140006185382904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12715] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12715/stat : 12715 (java) S 12699 12702 6228 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 4773518 10060525568 1203175 33554432000 1073741824 1073778376 140736208663792 140006184330504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12716] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12716/stat : 12716 (java) S 12699 12702 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4773521 10060525568 1203175 33554432000 1073741824 1073778376 140736208663792 140006183278992 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12717] ppid=12699 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/12702/task/12717/stat : 12717 (java) S 12699 12702 6228 0 -1 4202560 5417 0 0 0 94 0 0 0 20 0 22 0 4773521 10060525568 1203175 33554432000 1073741824 1073778376 140736208663792 140006182226616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12718] ppid=12699 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/12702/task/12718/stat : 12718 (java) S 12699 12702 6228 0 -1 4202560 7958 0 0 0 160 2 0 0 20 0 22 0 4773521 10060525568 1203175 33554432000 1073741824 1073778376 140736208663792 140006181173816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12702/tid=12719] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12719/stat : 12719 (java) S 12699 12702 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4773521 10060525568 1203175 33554432000 1073741824 1073778376 140736208663792 140006180121720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12702/tid=12720] ppid=12699 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/12702/task/12720/stat : 12720 (java) S 12699 12702 6228 0 -1 4202560 52 0 0 0 8 16 0 0 20 0 22 0 4773521 10060525568 1203175 33554432000 1073741824 1073778376 140736208663792 140006179069128 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12751] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12751/stat : 12751 (java) S 12699 12702 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4775711 10060525568 1203175 33554432000 1073741824 1073778376 140736208663792 140006176863912 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12702/tid=13127] ppid=12699 vsize=9824732 CPUtime=129.98 cores=1,3,5,7
/proc/12702/task/13127/stat : 13127 (java) R 12699 12702 6228 0 -1 4202560 5 0 0 0 12997 1 0 0 20 0 22 0 4848216 10060525568 1203175 33554432000 1073741824 1073778376 140736208663792 140006177906832 140006421994405 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12702/tid=13128] ppid=12699 vsize=9824732 CPUtime=129.97 cores=1,3,5,7
/proc/12702/task/13128/stat : 13128 (java) R 12699 12702 6228 0 -1 4202560 7 0 0 0 12996 1 0 0 20 0 22 0 4848216 10060525568 1203175 33554432000 1073741824 1073778376 140736208663792 140006175808272 140006422040941 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=13129] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/13129/stat : 13129 (java) S 12699 12702 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4848216 10060525568 1203175 33554432000 1073741824 1073778376 140736208663792 140006174758440 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1758.26
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+903.101 s]
/proc/loadavg: 4.11 4.07 4.01 5/219 13138
/proc/meminfo: memFree=22297140/32872528 swapFree=480236/529292
[pid=12702] ppid=12699 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/12702/stat : 12702 (java) S 12699 12702 6228 0 -1 4202496 34312 0 1 0 179450 552 0 0 20 0 22 0 4773514 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140736208654928 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12702/statm: 2456183 1203187 2302 9 0 2446860 0
[pid=12702/tid=12704] ppid=12699 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/12702/task/12704/stat : 12704 (java) S 12699 12702 6228 0 -1 4202560 2448 0 1 0 44 3 0 0 20 0 22 0 4773515 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006563791736 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12705] ppid=12699 vsize=9824732 CPUtime=3.91 cores=1,3,5,7
/proc/12702/task/12705/stat : 12705 (java) S 12699 12702 6228 0 -1 4202560 1604 0 0 0 333 58 0 0 20 0 22 0 4773517 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006541891880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12702/tid=12706] ppid=12699 vsize=9824732 CPUtime=3.74 cores=1,3,5,7
/proc/12702/task/12706/stat : 12706 (java) S 12699 12702 6228 0 -1 4202560 1688 0 0 0 319 55 0 0 20 0 22 0 4773517 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006540839080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12707] ppid=12699 vsize=9824732 CPUtime=4.17 cores=1,3,5,7
/proc/12702/task/12707/stat : 12707 (java) S 12699 12702 6228 0 -1 4202560 1699 0 0 0 362 55 0 0 20 0 22 0 4773517 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006539786792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12708] ppid=12699 vsize=9824732 CPUtime=4.1 cores=1,3,5,7
/proc/12702/task/12708/stat : 12708 (java) S 12699 12702 6228 0 -1 4202560 1501 0 0 0 355 55 0 0 20 0 22 0 4773517 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006203058600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12702/tid=12709] ppid=12699 vsize=9824732 CPUtime=3.83 cores=1,3,5,7
/proc/12702/task/12709/stat : 12709 (java) S 12699 12702 6228 0 -1 4202560 1331 0 0 0 331 52 0 0 20 0 22 0 4773517 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006202006312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12710] ppid=12699 vsize=9824732 CPUtime=4.21 cores=1,3,5,7
/proc/12702/task/12710/stat : 12710 (java) S 12699 12702 6228 0 -1 4202560 1571 0 0 0 362 59 0 0 20 0 22 0 4773517 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006200953512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12711] ppid=12699 vsize=9824732 CPUtime=4.12 cores=1,3,5,7
/proc/12702/task/12711/stat : 12711 (java) S 12699 12702 6228 0 -1 4202560 1577 0 0 0 347 65 0 0 20 0 22 0 4773517 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006199901224 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12712] ppid=12699 vsize=9824732 CPUtime=4.26 cores=1,3,5,7
/proc/12702/task/12712/stat : 12712 (java) S 12699 12702 6228 0 -1 4202560 1609 0 0 0 364 62 0 0 20 0 22 0 4773517 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006198848424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12713] ppid=12699 vsize=9824732 CPUtime=11.48 cores=1,3,5,7
/proc/12702/task/12713/stat : 12713 (java) S 12699 12702 6228 0 -1 4202560 3811 0 0 0 1139 9 0 0 20 0 22 0 4773518 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006186436840 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12714] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12714/stat : 12714 (java) S 12699 12702 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4773518 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006185382904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12715] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12715/stat : 12715 (java) S 12699 12702 6228 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 4773518 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006184330504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12716] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12716/stat : 12716 (java) S 12699 12702 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4773521 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006183278992 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12717] ppid=12699 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/12702/task/12717/stat : 12717 (java) S 12699 12702 6228 0 -1 4202560 5417 0 0 0 94 0 0 0 20 0 22 0 4773521 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006182226616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12718] ppid=12699 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/12702/task/12718/stat : 12718 (java) S 12699 12702 6228 0 -1 4202560 7958 0 0 0 160 2 0 0 20 0 22 0 4773521 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006181173816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12702/tid=12719] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12719/stat : 12719 (java) S 12699 12702 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4773521 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006180121720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12702/tid=12720] ppid=12699 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/12702/task/12720/stat : 12720 (java) S 12699 12702 6228 0 -1 4202560 54 0 0 0 8 17 0 0 20 0 22 0 4773521 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006179069128 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12751] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12751/stat : 12751 (java) S 12699 12702 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4775711 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006176863912 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12702/tid=13127] ppid=12699 vsize=9824732 CPUtime=150.69 cores=1,3,5,7
/proc/12702/task/13127/stat : 13127 (java) R 12699 12702 6228 0 -1 4202560 5 0 0 0 15067 2 0 0 20 0 22 0 4848216 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006177906832 140006421714458 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12702/tid=13128] ppid=12699 vsize=9824732 CPUtime=150.68 cores=1,3,5,7
/proc/12702/task/13128/stat : 13128 (java) R 12699 12702 6228 0 -1 4202560 8 0 0 0 15066 2 0 0 20 0 22 0 4848216 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006175808272 140006421909419 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=13129] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/13129/stat : 13129 (java) S 12699 12702 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4848216 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006174758440 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 12702 sig 9
??? kill -12702 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+903.101 s]
/proc/loadavg: 4.11 4.07 4.01 5/219 13138
/proc/meminfo: memFree=22297140/32872528 swapFree=480236/529292
[pid=12702] ppid=12699 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/12702/stat : 12702 (java) S 12699 12702 6228 0 -1 4202496 34312 0 1 0 179450 552 0 0 20 0 22 0 4773514 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140736208654928 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12702/statm: 2456183 1203187 2302 9 0 2446860 0
[pid=12702/tid=12704] ppid=12699 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/12702/task/12704/stat : 12704 (java) S 12699 12702 6228 0 -1 4202560 2448 0 1 0 44 3 0 0 20 0 22 0 4773515 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006563791736 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12705] ppid=12699 vsize=9824732 CPUtime=3.91 cores=1,3,5,7
/proc/12702/task/12705/stat : 12705 (java) S 12699 12702 6228 0 -1 4202560 1604 0 0 0 333 58 0 0 20 0 22 0 4773517 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006541891880 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12702/tid=12706] ppid=12699 vsize=9824732 CPUtime=3.74 cores=1,3,5,7
/proc/12702/task/12706/stat : 12706 (java) S 12699 12702 6228 0 -1 4202560 1688 0 0 0 319 55 0 0 20 0 22 0 4773517 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006540839080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12707] ppid=12699 vsize=9824732 CPUtime=4.17 cores=1,3,5,7
/proc/12702/task/12707/stat : 12707 (java) S 12699 12702 6228 0 -1 4202560 1699 0 0 0 362 55 0 0 20 0 22 0 4773517 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006539786792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12708] ppid=12699 vsize=9824732 CPUtime=4.1 cores=1,3,5,7
/proc/12702/task/12708/stat : 12708 (java) S 12699 12702 6228 0 -1 4202560 1501 0 0 0 355 55 0 0 20 0 22 0 4773517 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006203058600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12702/tid=12709] ppid=12699 vsize=9824732 CPUtime=3.83 cores=1,3,5,7
/proc/12702/task/12709/stat : 12709 (java) S 12699 12702 6228 0 -1 4202560 1331 0 0 0 331 52 0 0 20 0 22 0 4773517 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006202006312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12710] ppid=12699 vsize=9824732 CPUtime=4.21 cores=1,3,5,7
/proc/12702/task/12710/stat : 12710 (java) S 12699 12702 6228 0 -1 4202560 1571 0 0 0 362 59 0 0 20 0 22 0 4773517 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006200953512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12711] ppid=12699 vsize=9824732 CPUtime=4.12 cores=1,3,5,7
/proc/12702/task/12711/stat : 12711 (java) S 12699 12702 6228 0 -1 4202560 1577 0 0 0 347 65 0 0 20 0 22 0 4773517 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006199901224 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12712] ppid=12699 vsize=9824732 CPUtime=4.26 cores=1,3,5,7
/proc/12702/task/12712/stat : 12712 (java) S 12699 12702 6228 0 -1 4202560 1609 0 0 0 364 62 0 0 20 0 22 0 4773517 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006198848424 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12713] ppid=12699 vsize=9824732 CPUtime=11.48 cores=1,3,5,7
/proc/12702/task/12713/stat : 12713 (java) S 12699 12702 6228 0 -1 4202560 3811 0 0 0 1139 9 0 0 20 0 22 0 4773518 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006186436840 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12714] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12714/stat : 12714 (java) S 12699 12702 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4773518 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006185382904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12715] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12715/stat : 12715 (java) S 12699 12702 6228 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 4773518 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006184330504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12716] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12716/stat : 12716 (java) S 12699 12702 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4773521 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006183278992 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=12717] ppid=12699 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/12702/task/12717/stat : 12717 (java) S 12699 12702 6228 0 -1 4202560 5417 0 0 0 94 0 0 0 20 0 22 0 4773521 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006182226616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12718] ppid=12699 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/12702/task/12718/stat : 12718 (java) S 12699 12702 6228 0 -1 4202560 7958 0 0 0 160 2 0 0 20 0 22 0 4773521 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006181173816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12702/tid=12719] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12719/stat : 12719 (java) S 12699 12702 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4773521 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006180121720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12702/tid=12720] ppid=12699 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/12702/task/12720/stat : 12720 (java) S 12699 12702 6228 0 -1 4202560 54 0 0 0 8 17 0 0 20 0 22 0 4773521 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006179069128 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12702/tid=12751] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/12751/stat : 12751 (java) S 12699 12702 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4775711 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006176863912 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12702/tid=13127] ppid=12699 vsize=9824732 CPUtime=150.69 cores=1,3,5,7
/proc/12702/task/13127/stat : 13127 (java) R 12699 12702 6228 0 -1 4202560 5 0 0 0 15067 2 0 0 20 0 22 0 4848216 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006177906832 140006421714458 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12702/tid=13128] ppid=12699 vsize=9824732 CPUtime=150.68 cores=1,3,5,7
/proc/12702/task/13128/stat : 13128 (java) R 12699 12702 6228 0 -1 4202560 8 0 0 0 15066 2 0 0 20 0 22 0 4848216 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006175808272 140006421909419 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12702/tid=13129] ppid=12699 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12702/task/13129/stat : 13129 (java) S 12699 12702 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4848216 10060525568 1203187 33554432000 1073741824 1073778376 140736208663792 140006174758440 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 903.168
CPU time (s): 1800.34
CPU user time (s): 1794.59
CPU system time (s): 5.75213
CPU usage (%): 199.336
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.59
system time used= 5.75212
maximum resident set size= 4812860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34351
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23300
involuntary context switches= 26285

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.10122 second user time and 7.8958 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-30 05:32:16
IDJOB=4119493
IDBENCH=111744
IDSOLVER=2543
FILE ID=node141/4119493-1467257536
RUNJOBID= node141-1467246696-6245
PBS_JOBID= 20004482
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/minlplib2-pb-0.1.0/opb/normalized-sporttournament44.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119493-1467257536/watcher-4119493-1467257536 -o /tmp/evaluation-result-4119493-1467257536/solver-4119493-1467257536 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467246696-6245 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119493-1467257536.opb

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

MD5SUM BENCH= e4d9e66db226794ed7482f8784a30fc7
RANDOM SEED=843301585

node141.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.448
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.89
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.448
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.448
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.448
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.448
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.448
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	: 5339.30
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.448
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.53
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.448
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26922148 kB
Buffers:          140360 kB
Cached:           724816 kB
SwapCached:            0 kB
Active:          3996660 kB
Inactive:         677468 kB
Active(anon):    3811648 kB
Inactive(anon):        4 kB
Active(file):     185012 kB
Inactive(file):   677464 kB
Unevictable:      529292 kB
Mlocked:          480236 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               436 kB
Writeback:             0 kB
AnonPages:       4325860 kB
Mapped:            22248 kB
Shmem:               204 kB
Slab:             609460 kB
SReclaimable:      53380 kB
SUnreclaim:       556080 kB
KernelStack:        1808 kB
PageTables:        12540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5370292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3702784 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= 71700 MiB
End job on node141 at 2016-06-30 05:47:19