Trace number 4109121

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)483 1800.17 900.156

General information on the benchmark

Name/OPT-SMALLINT-LIN/
heinz/normalized-seymour.opb
MD5SUM81e2a90d1271d1dbaf7ba2223c5c350c
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark449
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1372
Total number of constraints4944
Number of constraints which are clauses4944
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 constraint1
Maximum length of a constraint19
Number of terms in the objective function 1372
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1372
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1372
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4109121-1466290837.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.50/0.38	c ... done. Wall clock time 0.256s.
0.50/0.38	c declared #vars     1372
0.50/0.38	c #constraints  4944
0.50/0.38	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.50/0.38	c constraints type 
0.50/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4542
0.50/0.38	c org.sat4j.minisat.constraints.cnf.UnitClause => 117
0.50/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 285
0.50/0.38	c 4944 constraints processed.
0.50/0.38	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.50/0.38	c constraints type 
0.50/0.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 285
0.50/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4542
0.50/0.38	c org.sat4j.pb.constraints.pb.UnitClausePB => 117
0.50/0.38	c 4944 constraints processed.
0.50/0.38	c objective function length is 1372 literals
0.72/0.41	c And the winner is solver0
0.87/0.88	c SATISFIABLE
0.87/0.88	c OPTIMIZING...
0.87/0.88	c Got one! Elapsed wall clock time (in seconds):0.764
0.87/0.88	o 502
1.62/1.11	c And the winner is solver1
1.68/1.40	c Got one! Elapsed wall clock time (in seconds):1.276
1.68/1.40	o 501
2.06/1.50	c And the winner is solver0
2.13/1.90	c Got one! Elapsed wall clock time (in seconds):1.782
2.13/1.90	o 500
3.05/2.38	c And the winner is solver1
3.24/2.41	c Got one! Elapsed wall clock time (in seconds):2.289
3.24/2.41	o 499
4.39/2.91	c cleaning 3748 clauses out of 7500 with flag 8845/7500
4.39/2.92	c And the winner is solver1
4.47/3.41	c Got one! Elapsed wall clock time (in seconds):3.291
4.47/3.41	o 498
6.16/4.22	c cleaning 4392 clauses out of 8784 with flag 12823/12532
8.23/5.29	c cleaning 5195 clauses out of 10394 with flag 27553/18534
10.88/6.59	c cleaning 6096 clauses out of 12197 with flag 45312/25532
13.96/8.05	c cleaning 7049 clauses out of 14102 with flag 68142/33533
14.43/8.20	c And the winner is solver1
14.43/8.42	c Got one! Elapsed wall clock time (in seconds):8.295
14.43/8.42	o 497
15.99/9.29	c cleaning 6450 clauses out of 12905 with flag 13097/39385
17.99/10.25	c cleaning 6227 clauses out of 12454 with flag 29376/45384
18.79/10.64	c And the winner is solver1
18.88/10.92	c Got one! Elapsed wall clock time (in seconds):10.798
18.88/10.92	o 496
19.66/11.39	c cleaning 5864 clauses out of 11727 with flag 8412/50884
21.47/12.29	c cleaning 5926 clauses out of 11861 with flag 24893/56882
23.68/13.34	c cleaning 6468 clauses out of 12935 with flag 44430/63882
26.32/14.69	c cleaning 7232 clauses out of 14467 with flag 65606/71882
29.72/16.32	c cleaning 8116 clauses out of 16236 with flag 89964/80883
33.58/18.26	c cleaning 9054 clauses out of 18119 with flag 117280/90882
34.61/18.72	c And the winner is solver1
34.61/18.93	c Got one! Elapsed wall clock time (in seconds):18.813
34.61/18.93	o 495
35.56/19.42	c cleaning 7420 clauses out of 14851 with flag 8306/96668
37.36/20.38	c cleaning 6716 clauses out of 13431 with flag 25306/102668
39.83/21.50	c cleaning 6857 clauses out of 13715 with flag 45502/109668
42.43/22.80	c cleaning 7426 clauses out of 14858 with flag 68650/117668
45.50/24.37	c cleaning 8210 clauses out of 16434 with flag 95467/126670
48.89/26.09	c cleaning 9113 clauses out of 18225 with flag 123990/136671
52.95/28.04	c cleaning 10052 clauses out of 20110 with flag 155644/147669
57.82/30.45	c cleaning 11028 clauses out of 22058 with flag 188281/159669
62.72/32.89	c cleaning 12012 clauses out of 24030 with flag 224204/172669
68.21/35.57	c cleaning 13008 clauses out of 26017 with flag 264693/186668
72.50/37.68	c And the winner is solver1
72.61/37.94	c Got one! Elapsed wall clock time (in seconds):37.819
72.61/37.94	o 494
74.12/38.77	c cleaning 14791 clauses out of 29585 with flag 13949/203244
76.32/39.84	c cleaning 10397 clauses out of 20794 with flag 28835/209244
78.73/41.07	c cleaning 8685 clauses out of 17397 with flag 48367/216244
81.53/42.43	c cleaning 8358 clauses out of 16715 with flag 70400/224247
84.63/43.99	c cleaning 8677 clauses out of 17354 with flag 95259/233244
88.23/45.72	c cleaning 9335 clauses out of 18677 with flag 122301/243244
91.44/47.35	c And the winner is solver1
91.50/47.44	c Got one! Elapsed wall clock time (in seconds):47.322
91.50/47.44	o 493
93.30/48.36	c cleaning 11411 clauses out of 22822 with flag 12786/256724
95.50/49.42	c cleaning 8706 clauses out of 17411 with flag 28582/262724
97.70/50.58	c cleaning 7847 clauses out of 15706 with flag 47156/269725
100.62/51.91	c cleaning 7929 clauses out of 15858 with flag 68384/277724
103.42/53.39	c cleaning 8466 clauses out of 16931 with flag 91998/286726
107.03/55.11	c cleaning 9231 clauses out of 18463 with flag 119711/296724
111.01/57.11	c cleaning 10113 clauses out of 20232 with flag 148217/307724
115.74/59.43	c cleaning 11055 clauses out of 22119 with flag 181198/319724
120.93/62.08	c cleaning 12030 clauses out of 24064 with flag 218553/332724
126.94/65.05	c cleaning 13016 clauses out of 26036 with flag 255056/346726
133.54/68.34	c cleaning 14009 clauses out of 28020 with flag 293084/361726
140.88/71.92	c cleaning 15002 clauses out of 30009 with flag 335201/377724
145.88/74.41	c And the winner is solver1
145.88/74.45	c Got one! Elapsed wall clock time (in seconds):74.328
145.88/74.45	o 492
147.34/75.29	c cleaning 15590 clauses out of 31183 with flag 13893/393900
149.34/76.24	c cleaning 10789 clauses out of 21592 with flag 31216/399899
151.74/77.43	c cleaning 8898 clauses out of 17803 with flag 50849/406899
154.54/78.81	c cleaning 8445 clauses out of 16905 with flag 73164/414899
158.58/81.01	c cleaning 8724 clauses out of 17460 with flag 97741/423899
162.38/82.98	c cleaning 9368 clauses out of 18736 with flag 123581/433899
166.58/85.03	c cleaning 10180 clauses out of 20368 with flag 153789/444899
170.99/87.28	c cleaning 11094 clauses out of 22188 with flag 184858/456899
176.39/89.94	c cleaning 12046 clauses out of 24095 with flag 217226/469900
177.00/90.21	c And the winner is solver1
177.00/90.37	c Got one! Elapsed wall clock time (in seconds):90.252
177.00/90.37	o 491
178.31/91.02	c cleaning 8690 clauses out of 17382 with flag 10909/475233
180.11/91.99	c cleaning 7339 clauses out of 14692 with flag 25926/481233
182.30/93.03	c cleaning 7177 clauses out of 14353 with flag 44876/488233
184.70/94.27	c cleaning 7585 clauses out of 15176 with flag 66701/496233
187.52/95.68	c cleaning 8287 clauses out of 16592 with flag 92698/505234
190.72/97.28	c cleaning 9150 clauses out of 18304 with flag 121331/515233
194.33/99.07	c cleaning 10074 clauses out of 20154 with flag 149510/526233
198.32/101.02	c cleaning 11039 clauses out of 22080 with flag 184650/538233
203.02/103.33	c cleaning 12017 clauses out of 24041 with flag 222977/551233
208.03/105.81	c cleaning 13012 clauses out of 26025 with flag 265556/565234
213.43/108.56	c cleaning 14005 clauses out of 28012 with flag 307937/580233
219.22/111.40	c cleaning 14997 clauses out of 30007 with flag 350144/596233
224.97/114.28	c cleaning 16004 clauses out of 32011 with flag 396828/613234
231.17/117.30	c cleaning 17002 clauses out of 34006 with flag 443830/631233
237.97/120.77	c cleaning 17998 clauses out of 36004 with flag 491758/650233
244.57/124.09	c cleaning 18999 clauses out of 38006 with flag 543307/670233
253.07/128.56	c cleaning 20005 clauses out of 40009 with flag 598456/691235
261.07/132.51	c cleaning 21001 clauses out of 42002 with flag 658614/713233
269.08/136.57	c cleaning 21999 clauses out of 44004 with flag 717060/736236
278.81/141.39	c cleaning 22998 clauses out of 46003 with flag 778795/760234
287.40/145.65	c And the winner is solver1
287.40/145.68	c Got one! Elapsed wall clock time (in seconds):145.559
287.40/145.68	o 490
289.00/146.57	c cleaning 25275 clauses out of 50552 with flag 13461/787781
291.62/147.70	c cleaning 15637 clauses out of 31276 with flag 29100/793780
293.82/148.88	c cleaning 11318 clauses out of 22639 with flag 47366/800780
296.42/150.15	c cleaning 9649 clauses out of 19320 with flag 69280/808779
299.42/151.66	c cleaning 9331 clauses out of 18671 with flag 94179/817779
302.82/153.33	c cleaning 9669 clauses out of 19340 with flag 121855/827779
306.63/155.24	c cleaning 10336 clauses out of 20671 with flag 151028/838779
310.61/157.29	c cleaning 11164 clauses out of 22335 with flag 184603/850779
315.43/159.67	c cleaning 12080 clauses out of 24171 with flag 222465/863779
321.12/162.35	c cleaning 13046 clauses out of 26092 with flag 263385/877780
326.73/165.18	c cleaning 14022 clauses out of 28046 with flag 303412/892780
332.52/168.08	c cleaning 15009 clauses out of 30024 with flag 348633/908780
339.12/171.39	c cleaning 16002 clauses out of 32014 with flag 395740/925779
346.25/174.85	c cleaning 17007 clauses out of 34013 with flag 447084/943780
347.65/175.54	c And the winner is solver1
347.65/175.77	c Got one! Elapsed wall clock time (in seconds):175.647
347.65/175.77	o 489
347.90/175.94	c cleaning 11002 clauses out of 22007 with flag 2683/948781
349.70/176.82	c cleaning 8498 clauses out of 17005 with flag 19087/954781
351.70/177.82	c cleaning 7749 clauses out of 15505 with flag 38857/961779
354.10/179.06	c cleaning 7876 clauses out of 15756 with flag 60642/969779
356.92/180.48	c cleaning 8439 clauses out of 16880 with flag 83302/978779
360.10/182.05	c cleaning 9216 clauses out of 18441 with flag 108636/988779
363.52/183.75	c cleaning 10111 clauses out of 20225 with flag 138115/999779
367.50/185.71	c cleaning 11053 clauses out of 22117 with flag 171562/1011782
371.70/187.80	c cleaning 12028 clauses out of 24061 with flag 208877/1024779
376.50/190.23	c cleaning 13013 clauses out of 26034 with flag 248250/1038780
382.57/193.12	c cleaning 14007 clauses out of 28021 with flag 289395/1053780
388.57/196.13	c cleaning 15007 clauses out of 30013 with flag 335207/1069779
394.96/199.34	c cleaning 16003 clauses out of 32006 with flag 384928/1086779
401.96/202.84	c cleaning 16996 clauses out of 34004 with flag 433513/1104780
408.96/206.35	c cleaning 18001 clauses out of 36007 with flag 483590/1123779
417.51/210.46	c cleaning 18996 clauses out of 38006 with flag 537773/1143779
426.11/214.72	c cleaning 19995 clauses out of 40010 with flag 598088/1164779
435.31/219.32	c cleaning 21007 clauses out of 42017 with flag 659063/1186781
444.71/224.00	c cleaning 22004 clauses out of 44009 with flag 722748/1209780
456.81/230.55	c cleaning 23003 clauses out of 46005 with flag 786085/1233780
467.01/235.63	c cleaning 23995 clauses out of 48001 with flag 852546/1258779
472.01/238.16	c And the winner is solver1
472.01/238.52	c Got one! Elapsed wall clock time (in seconds):238.398
472.01/238.52	o 488
473.56/239.40	c cleaning 20697 clauses out of 41393 with flag 13534/1276166
475.56/240.39	c cleaning 13345 clauses out of 26696 with flag 28658/1282166
477.95/241.58	c cleaning 10170 clauses out of 20350 with flag 45896/1289165
480.75/242.96	c cleaning 9089 clauses out of 18180 with flag 65059/1297165
483.95/244.55	c cleaning 9045 clauses out of 18092 with flag 86673/1306166
488.08/246.57	c cleaning 9520 clauses out of 19046 with flag 110391/1316165
492.46/248.77	c cleaning 10264 clauses out of 20527 with flag 136662/1327166
497.65/251.33	c cleaning 11129 clauses out of 22263 with flag 166730/1339166
502.85/253.93	c cleaning 12063 clauses out of 24133 with flag 199610/1352165
508.45/256.75	c cleaning 13031 clauses out of 26070 with flag 236293/1366165
515.06/259.95	c cleaning 14013 clauses out of 28039 with flag 273468/1381165
522.07/263.46	c cleaning 15011 clauses out of 30026 with flag 313958/1397165
526.87/265.83	c And the winner is solver1
526.87/266.03	c Got one! Elapsed wall clock time (in seconds):265.905
526.87/266.03	o 487
528.41/266.86	c cleaning 15476 clauses out of 30960 with flag 13896/1413110
530.41/267.87	c cleaning 10737 clauses out of 21482 with flag 29506/1419108
532.81/269.08	c cleaning 8866 clauses out of 17746 with flag 46810/1426109
535.81/270.51	c cleaning 8432 clauses out of 16879 with flag 67009/1434108
538.81/272.09	c cleaning 8724 clauses out of 17447 with flag 90668/1443108
543.10/274.00	c cleaning 9362 clauses out of 18723 with flag 118648/1453108
546.89/275.91	c cleaning 10181 clauses out of 20363 with flag 149219/1464110
551.08/278.10	c cleaning 11090 clauses out of 22180 with flag 181335/1476108
556.11/280.51	c cleaning 12040 clauses out of 24090 with flag 217172/1489108
561.09/283.04	c cleaning 13026 clauses out of 26051 with flag 257625/1503109
566.50/285.79	c cleaning 14013 clauses out of 28025 with flag 302045/1518109
572.89/288.90	c cleaning 15003 clauses out of 30011 with flag 347172/1534108
580.31/292.45	c cleaning 16003 clauses out of 32009 with flag 397789/1551109
587.11/295.90	c cleaning 16998 clauses out of 34005 with flag 449484/1569108
594.91/299.72	c cleaning 18004 clauses out of 36008 with flag 501138/1588109
603.11/303.85	c cleaning 18999 clauses out of 38003 with flag 561642/1608108
612.89/308.59	c cleaning 19997 clauses out of 40004 with flag 622111/1629108
622.49/313.37	c cleaning 21005 clauses out of 42009 with flag 688783/1651110
632.49/318.34	c cleaning 22000 clauses out of 44002 with flag 747637/1674108
644.50/324.03	c cleaning 22999 clauses out of 46002 with flag 808625/1698108
654.52/329.01	c cleaning 23999 clauses out of 48003 with flag 868282/1723108
665.70/334.68	c cleaning 24998 clauses out of 50004 with flag 933956/1749108
677.30/340.46	c cleaning 26001 clauses out of 52006 with flag 1001897/1776108
691.46/347.22	c cleaning 26998 clauses out of 54006 with flag 1075446/1804109
704.86/353.97	c cleaning 28002 clauses out of 56008 with flag 1152030/1833109
718.67/360.89	c cleaning 29004 clauses out of 58007 with flag 1233092/1863110
733.46/368.26	c cleaning 29998 clauses out of 60002 with flag 1315181/1894109
748.75/375.64	c cleaning 30996 clauses out of 62004 with flag 1401046/1926109
764.95/383.72	c cleaning 32004 clauses out of 64008 with flag 1489903/1959109
783.46/392.72	c cleaning 32999 clauses out of 66003 with flag 1584708/1993108
799.65/400.83	c cleaning 33997 clauses out of 68004 with flag 1677992/2028108
821.46/412.87	c cleaning 35002 clauses out of 70008 with flag 1776178/2064109
840.25/422.28	c cleaning 36000 clauses out of 72006 with flag 1874794/2101109
860.58/432.34	c cleaning 36999 clauses out of 74005 with flag 1975042/2139108
881.78/442.95	c cleaning 37998 clauses out of 76006 with flag 2078331/2178108
900.14/452.10	c cleaning 39000 clauses out of 78008 with flag 2185429/2218108
921.16/462.41	c cleaning 40004 clauses out of 80009 with flag 2297408/2259109
933.35/468.55	c And the winner is solver1
933.35/468.58	c Got one! Elapsed wall clock time (in seconds):468.463
933.35/468.58	o 486
935.58/469.64	c cleaning 34355 clauses out of 68719 with flag 13388/2287823
937.58/470.62	c cleaning 20180 clauses out of 40366 with flag 30204/2293825
939.58/471.69	c cleaning 13581 clauses out of 27184 with flag 50335/2300823
942.18/472.90	c cleaning 10802 clauses out of 21603 with flag 72162/2308823
944.98/474.30	c cleaning 9897 clauses out of 19802 with flag 96559/2317824
948.19/475.96	c cleaning 9948 clauses out of 19904 with flag 122735/2327823
951.79/477.71	c cleaning 10474 clauses out of 20956 with flag 151595/2338823
955.60/479.68	c cleaning 11241 clauses out of 22482 with flag 184015/2350823
960.00/481.81	c cleaning 12117 clauses out of 24241 with flag 218236/2363823
964.60/484.17	c cleaning 13064 clauses out of 26127 with flag 256073/2377826
969.79/486.76	c cleaning 14030 clauses out of 28061 with flag 296079/2392824
975.60/489.67	c cleaning 15011 clauses out of 30030 with flag 339552/2408823
982.70/493.06	c cleaning 16007 clauses out of 32020 with flag 383300/2425824
989.70/496.53	c cleaning 17007 clauses out of 34013 with flag 428174/2443824
996.89/500.18	c cleaning 17999 clauses out of 36005 with flag 476253/2462823
1005.49/504.41	c cleaning 18995 clauses out of 38006 with flag 524676/2482823
1014.25/508.69	c cleaning 20004 clauses out of 40011 with flag 577991/2503823
1022.65/512.84	c cleaning 21001 clauses out of 42007 with flag 632449/2525823
1032.25/517.68	c cleaning 22004 clauses out of 44007 with flag 691687/2548824
1043.24/522.90	c cleaning 23000 clauses out of 46002 with flag 754307/2572823
1054.83/528.71	c cleaning 23997 clauses out of 48002 with flag 821602/2597823
1067.67/534.96	c cleaning 25000 clauses out of 50006 with flag 891337/2623824
1079.67/540.96	c cleaning 25999 clauses out of 52006 with flag 968703/2650824
1093.59/547.63	c cleaning 26997 clauses out of 54007 with flag 1048002/2678824
1095.44/548.50	c cleaning 0 clauses out of 9672 with flag 0/9672
1105.49/553.50	c cleaning 28003 clauses out of 56010 with flag 1128792/2707824
1116.61/558.94	c cleaning 29003 clauses out of 58006 with flag 1211143/2737823
1130.92/565.86	c cleaning 30000 clauses out of 60004 with flag 1289873/2768824
1144.32/572.55	c cleaning 30996 clauses out of 62003 with flag 1368209/2800823
1151.60/575.95	c And the winner is solver1
1151.60/576.15	c Got one! Elapsed wall clock time (in seconds):576.028
1151.60/576.15	o 485
1153.28/577.03	c cleaning 25911 clauses out of 51839 with flag 14387/2821655
1155.28/578.06	c cleaning 15962 clauses out of 31928 with flag 31931/2827655
1157.49/579.18	c cleaning 11480 clauses out of 22967 with flag 49270/2834656
1160.09/580.42	c cleaning 9742 clauses out of 19487 with flag 69798/2842656
1163.10/581.92	c cleaning 9372 clauses out of 18744 with flag 91373/2851655
1166.49/583.63	c cleaning 9686 clauses out of 19372 with flag 116427/2861655
1170.09/585.47	c cleaning 10338 clauses out of 20688 with flag 145449/2872657
1174.30/587.53	c cleaning 11175 clauses out of 22351 with flag 177422/2884658
1178.70/589.78	c cleaning 12085 clauses out of 24174 with flag 212166/2897656
1184.70/592.59	c cleaning 13045 clauses out of 26089 with flag 250758/2911656
1190.29/595.34	c cleaning 14020 clauses out of 28044 with flag 294406/2926656
1196.51/598.43	c cleaning 15011 clauses out of 30025 with flag 341043/2942657
1202.69/601.57	c cleaning 15999 clauses out of 32012 with flag 387391/2959655
1210.49/605.23	c cleaning 17007 clauses out of 34013 with flag 436629/2977655
1218.09/609.07	c cleaning 18004 clauses out of 36007 with flag 487388/2996656
1226.49/613.26	c cleaning 19001 clauses out of 38005 with flag 542609/3016658
1235.62/617.65	c cleaning 20001 clauses out of 40002 with flag 600196/3037656
1245.42/622.50	c cleaning 20992 clauses out of 42000 with flag 658697/3059655
1255.42/627.52	c cleaning 22003 clauses out of 44009 with flag 716966/3082656
1265.21/632.47	c cleaning 22996 clauses out of 46006 with flag 781214/3106656
1279.76/640.92	c cleaning 24001 clauses out of 48009 with flag 848941/3131655
1291.77/646.91	c cleaning 25002 clauses out of 50008 with flag 919545/3157655
1304.66/653.32	c cleaning 25995 clauses out of 52006 with flag 993161/3184655
1320.01/660.92	c cleaning 27005 clauses out of 54012 with flag 1068956/3212656
1335.01/668.46	c cleaning 28002 clauses out of 56008 with flag 1149799/3241657
1350.81/676.25	c cleaning 28997 clauses out of 58004 with flag 1230200/3271655
1365.61/683.67	c cleaning 30005 clauses out of 60010 with flag 1315044/3302658
1381.99/691.77	c cleaning 30997 clauses out of 62003 with flag 1400492/3334656
1399.58/700.40	c cleaning 32003 clauses out of 64007 with flag 1484926/3367657
1417.24/709.11	c cleaning 33000 clauses out of 66002 with flag 1572491/3401655
1433.24/717.20	c cleaning 34000 clauses out of 68003 with flag 1664204/3436656
1452.72/726.72	c cleaning 34998 clauses out of 70003 with flag 1767615/3472656
1471.13/735.94	c cleaning 35995 clauses out of 72005 with flag 1864381/3509656
1489.43/744.97	c cleaning 37005 clauses out of 74012 with flag 1966129/3547658
1507.83/754.13	c cleaning 38000 clauses out of 76004 with flag 2071975/3586655
1527.77/763.92	c cleaning 38997 clauses out of 78005 with flag 2183821/3626656
1548.98/774.59	c cleaning 40001 clauses out of 80007 with flag 2306277/3667655
1572.16/785.91	c cleaning 41006 clauses out of 82012 with flag 2442653/3709661
1595.03/797.16	c cleaning 41988 clauses out of 84000 with flag 2571046/3752655
1619.53/809.16	c cleaning 43007 clauses out of 86013 with flag 2715032/3796656
1646.92/822.53	c cleaning 43998 clauses out of 88005 with flag 2843593/3841655
1668.31/833.24	c cleaning 45001 clauses out of 90007 with flag 2967155/3887655
1694.07/845.80	c cleaning 45997 clauses out of 92006 with flag 3094023/3934655
1726.37/861.41	c cleaning 47000 clauses out of 94011 with flag 3221019/3982657
1732.56/864.57	c And the winner is solver1
1732.56/864.86	c Got one! Elapsed wall clock time (in seconds):864.738
1732.56/864.86	o 484
1734.23/865.79	c cleaning 32599 clauses out of 65202 with flag 12377/4000848
1737.31/867.05	c cleaning 19302 clauses out of 38604 with flag 28095/4006849
1739.71/868.27	c cleaning 13152 clauses out of 26303 with flag 46064/4013850
1742.51/869.60	c cleaning 10569 clauses out of 21149 with flag 67941/4021848
1745.51/871.16	c cleaning 9783 clauses out of 19581 with flag 92382/4030849
1749.11/872.99	c cleaning 9898 clauses out of 19798 with flag 118033/4040849
1754.21/875.24	c cleaning 10451 clauses out of 20901 with flag 147947/4051850
1758.41/877.35	c cleaning 11223 clauses out of 22449 with flag 179779/4063849
1763.01/879.61	c cleaning 12107 clauses out of 24225 with flag 212992/4076848
1767.80/882.02	c cleaning 13043 clauses out of 26118 with flag 251309/4090848
1773.96/884.90	c cleaning 14036 clauses out of 28075 with flag 295969/4105848
1779.77/887.86	c cleaning 15019 clauses out of 30040 with flag 341811/4121849
1782.76/889.37	c And the winner is solver1
1782.79/889.72	c Got one! Elapsed wall clock time (in seconds):889.6
1782.79/889.72	o 483
1784.13/890.48	c cleaning 14365 clauses out of 28735 with flag 13990/4135563
1790.48/895.36	c cleaning 10185 clauses out of 20369 with flag 30550/4141562
1792.68/896.47	c cleaning 8583 clauses out of 17183 with flag 50338/4148561
1795.09/897.70	c cleaning 8289 clauses out of 16600 with flag 72737/4156561
1797.88/899.01	c cleaning 8654 clauses out of 17312 with flag 98394/4165562
1800.08/900.10	c >>>>>>>>>> Solver number 0 (2 answers) <<<<<<<<<<<<<<<<<<
1800.08/900.10	c starts		: 82362
1800.08/900.10	c conflicts		: 4173038
1800.08/900.10	c decisions		: 38180009
1800.08/900.10	c propagations		: 384558286
1800.08/900.10	c inspects		: 7421030964
1800.08/900.10	c shortcuts		: 0
1800.08/900.10	c learnt literals	: 0
1800.08/900.10	c learnt binary clauses	: 0
1800.08/900.10	c learnt ternary clauses	: 0
1800.08/900.10	c learnt constraints	: 4173038
1800.08/900.10	c ignored constraints	: 0
1800.08/900.10	c root simplifications	: 0
1800.08/900.10	c removed literals (reason simplification)	: 14368112
1800.08/900.10	c reason swapping (by a shorter reason)	: 0
1800.08/900.10	c Calls to reduceDB	: 243
1800.08/900.10	c Number of update (reduction) of LBD	: 928915
1800.08/900.10	c Imported unit clauses	: 0
1800.08/900.10	c number of reductions to clauses (during analyze)	: 0
1800.08/900.10	c number of learned constraints concerned by reduction	: 0
1800.08/900.10	c number of learning phase by resolution	: 0
1800.08/900.10	c number of learning phase by cutting planes	: 0
1800.08/900.10	c speed (assignments/second)	: 3.70694318488529E7
1800.08/900.10	c non guided choices	0
1800.08/900.11	c learnt constraints type 
1800.08/900.11	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16134
1800.08/900.11	c >>>>>>>>>> Solver number 1 (18 answers) <<<<<<<<<<<<<<<<<<
1800.08/900.11	c starts		: 59
1800.08/900.11	c conflicts		: 13648
1800.08/900.11	c decisions		: 134953
1800.08/900.11	c propagations		: 453171
1800.08/900.11	c inspects		: 324858210
1800.08/900.11	c shortcuts		: 0
1800.08/900.11	c learnt literals	: 0
1800.08/900.11	c learnt binary clauses	: 0
1800.08/900.11	c learnt ternary clauses	: 0
1800.08/900.11	c learnt constraints	: 13647
1800.08/900.11	c ignored constraints	: 0
1800.08/900.11	c root simplifications	: 0
1800.08/900.11	c removed literals (reason simplification)	: 0
1800.08/900.11	c reason swapping (by a shorter reason)	: 0
1800.08/900.11	c Calls to reduceDB	: 1
1800.08/900.11	c Number of update (reduction) of LBD	: 0
1800.08/900.11	c Imported unit clauses	: 0
1800.08/900.11	c number of reductions to clauses (during analyze)	: 0
1800.08/900.11	c number of learned constraints concerned by reduction	: 0
1800.08/900.11	c number of learning phase by resolution	: 0
1800.08/900.11	c number of learning phase by cutting planes	: 0
1800.08/900.11	c speed (assignments/second)	: 504.5329598452014
1800.08/900.11	c non guided choices	16
1800.08/900.12	c learnt constraints type 
1800.08/900.12	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2137
1800.08/900.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11510
1800.08/900.12	s SATISFIABLE
1800.08/900.12	c Found 20 solution(s)
1800.08/900.12	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 x947 x948 x949 -x950 -x951 -x952 -x953 -x954 -x955 x956 x957 -x958 -x959 x960 x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 x969 -x970 -x971 -x972 x973 -x974 -x975 x976 -x977 -x978 -x979 x980 -x981 x982 -x983 x984 -x985 -x986 -x987 -x988 x989 -x990 x991 -x992 x993 -x994 -x995 x996 x997 x998 x999 x1000 -x1001 -x1002 -x1003 x1004 -x1005 x1006 -x1007 -x1008 -x1009 x1010 -x1011 x1012 -x1013 x1014 x1015 x1016 x1017 x1018 x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 x1029 x1030 x1031 -x1032 x1033 x1034 x1035 -x1036 -x1037 x1038 -x1039 -x1040 x1041 x1042 x1043 -x1044 -x1045 -x1046 x1047 x1048 x1049 x1050 -x1051 -x1052 x1053 -x1054 x1055 x1056 x1057 x1058 x1059 x1060 x1061 -x1062 x1063 x1064 x1065 -x1066 x1067 -x1068 -x1069 x1070 -x1071 -x1072 x1073 -x1074 -x1075 -x1076 x1077 -x1078 -x1079 x1080 -x1081 -x1082 x1083 -x1084 x1085 -x1086 -x1087 x1088 -x1089 -x1090 -x1091 -x1092 x1093 x1094 -x1095 -x1096 x1097 -x1098 -x1099 x1100 -x1101 x1102 -x1103 x1104 x1105 -x1106 -x1107 x1108 -x1109 -x1110 -x1111 x1112 x1113 -x1114 x1115 x1116 -x1117 -x1118 x1119 x1120 x1121 -x1122 x1123 x1124 -x1125 x1126 x1127 -x1128 -x1129 x1130 -x1131 x1132 -x1133 -x1134 x1135 -x1136 -x1137 -x1138 -x1139 x1140 x1141 -x1142 x1143 -x1144 x1145 x1146 x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 x1154 -x1155 -x1156 -x1157 x1158 x1159 -x1160 x1161 x1162 -x1163 -x1164 -x1165 x1166 -x1167 x1168 x1169 x1170 x1171 x1172 -x1173 -x1174 -x1175 x1176 -x1177 -x1178 -x1179 x1180 -x1181 -x1182 -x1183 -x1184 x1185 x1186 x1187 -x1188 -x1189 x1190 x1191 x1192 -x1193 x1194 x1195 -x1196 -x1197 x1198 -x1199 -x1200 x1201 -x1202 x1203 -x1204 x1205 x1206 -x1207 x1208 x1209 x1210 x1211 -x1212 x1213 -x1214 x1215 x1216 -x1217 -x1218 x1219 -x1220 x1221 -x1222 x1223 -x1224 x1225 -x1226 -x1227 x1228 x1229 x1230 x1231 x1232 -x1233 -x1234 -x1235 -x1236 x1237 x1238 -x1239 -x1240 x1241 x1242 x1243 -x1244 x1245 -x1246 x1247 -x1248 -x1249 x1250 -x1251 x1252 x1253 x1254 -x1255 x1256 -x1257 -x1258 -x1259 x1260 x1261 x1262 -x1263 x1264 x1265 x1266 -x1267 -x1268 x1269 x1270 x1271 x1272 x1273 x1274 x1275 -x1276 x1277 -x1278 x1279 -x1280 x1281 x1282 x1283 x1284 x1285 x1286 x1287 x1288 -x1289 -x1290 x1291 -x1292 x1293 -x1294 -x1295 x1296 -x1297 x1298 -x1299 -x1300 x1301 x1302 x1303 -x1304 x1305 -x1306 x1307 -x1308 x1309 -x1310 x1311 -x1312 -x1313 x1314 x1315 -x1316 x1317 x1318 -x1319 x1320 x1321 x1322 -x1323 -x1324 x1325 -x1326 x1327 x1328 -x1329 -x1330 x1331 x1332 x1333 -x1334 x1335 x1336 x1337 x1338 -x1339 x1340 x1341 x1342 -x1343 -x1344 x1345 -x1346 x1347 -x1348 x1349 x1350 x1351 -x1352 -x1353 -x1354 x1355 -x1356 -x1357 x1358 -x1359 x1360 x1361 -x1362 x1363 -x1364 x1365 x1366 -x1367 x1368 x1369 x1370 x1371 -x1372 
1800.08/900.12	c objective function=483
1800.08/900.12	c Total wall clock time (in seconds): 900.004

Verifier Data

OK	483

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-4109121-1466290837/watcher-4109121-1466290837 -o /tmp/evaluation-result-4109121-1466290837/solver-4109121-1466290837 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466288965-18875 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109121-1466290837.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.19 4.21 3.92 4/198 19248
/proc/meminfo: memFree=27827428/32872528 swapFree=1590032/1720848
[pid=19248] ppid=19245 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/19248/stat : 19248 (java) R 19245 19248 17709 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 31131989 278528 33 33554432000 1073741824 1073778376 140736678059840 140736593384792 226075176117 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19248/statm: 68 33 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 4.19 4.21 3.92 4/198 19248
/proc/meminfo: memFree=27827428/32872528 swapFree=1590032/1720848
[pid=19248] ppid=19245 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/19248/stat : 19248 (java) S 19245 19248 17709 0 -1 4202496 4386 0 1 0 8 1 0 0 20 0 18 0 31131989 9787879424 6023 33554432000 1073741824 1073778376 140736678059840 140736678050976 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19248/statm: 2389619 6023 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20023 s]
/proc/loadavg: 4.19 4.21 3.92 4/198 19248
/proc/meminfo: memFree=27827428/32872528 swapFree=1590032/1720848
[pid=19248] ppid=19245 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/19248/stat : 19248 (java) S 19245 19248 17709 0 -1 4202496 4873 0 1 0 25 1 0 0 20 0 18 0 31131989 9787879424 6892 33554432000 1073741824 1073778376 140736678059840 140736678050976 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19248/statm: 2389619 6892 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.30023 s]
/proc/loadavg: 4.19 4.21 3.92 4/198 19248
/proc/meminfo: memFree=27827428/32872528 swapFree=1590032/1720848
[pid=19248] ppid=19245 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/19248/stat : 19248 (java) S 19245 19248 17709 0 -1 4202496 6288 0 1 0 49 1 0 0 20 0 18 0 31131989 9787879424 9091 33554432000 1073741824 1073778376 140736678059840 140736678050976 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19248/statm: 2389619 9091 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700279 s]
/proc/loadavg: 4.19 4.21 3.92 4/198 19248
/proc/meminfo: memFree=27827428/32872528 swapFree=1590032/1720848
[pid=19248] ppid=19245 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/19248/stat : 19248 (java) S 19245 19248 17709 0 -1 4202496 11179 0 1 0 83 4 0 0 20 0 19 0 31131989 10060525568 16899 33554432000 1073741824 1073778376 140736678059840 140736678050976 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19248/statm: 2456183 16899 2258 9 0 2446860 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 9824732

[startup+1.50067 s]
/proc/loadavg: 4.19 4.21 3.92 6/220 19273
/proc/meminfo: memFree=27756704/32872528 swapFree=1590032/1720848
[pid=19248] ppid=19245 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/19248/stat : 19248 (java) S 19245 19248 17709 0 -1 4202496 12571 0 1 0 199 7 0 0 20 0 22 0 31131989 10060525568 21447 33554432000 1073741824 1073778376 140736678059840 140736678050976 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19248/statm: 2456183 21447 2269 9 0 2446860 0
[pid=19248/tid=19250] ppid=19245 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/19248/task/19250/stat : 19250 (java) S 19245 19248 17709 0 -1 4202560 2449 0 1 0 34 2 0 0 20 0 22 0 31131990 10060525568 21447 33554432000 1073741824 1073778376 140736678059840 140333658248056 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19251] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19251/stat : 19251 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31131992 10060525568 21447 33554432000 1073741824 1073778376 140736678059840 140333630700584 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19252] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19252/stat : 19252 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31131992 10060525568 21447 33554432000 1073741824 1073778376 140736678059840 140333629647784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19248/tid=19253] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19253/stat : 19253 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31131992 10060525568 21447 33554432000 1073741824 1073778376 140736678059840 140333628594984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19248/tid=19254] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19254/stat : 19254 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31131992 10060525568 21447 33554432000 1073741824 1073778376 140736678059840 140333498804904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19248/tid=19255] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19255/stat : 19255 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31131992 10060525568 21447 33554432000 1073741824 1073778376 140736678059840 140333497752104 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19256] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19256/stat : 19256 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31131992 10060525568 21447 33554432000 1073741824 1073778376 140736678059840 140333496699304 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19248/tid=19257] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19257/stat : 19257 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31131992 10060525568 21447 33554432000 1073741824 1073778376 140736678059840 140333495646504 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19258] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19258/stat : 19258 (java) S 19245 19248 17709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 31131992 10060525568 21447 33554432000 1073741824 1073778376 140736678059840 140333494593704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19259] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19259/stat : 19259 (java) S 19245 19248 17709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 31131993 10060525568 21447 33554432000 1073741824 1073778376 140736678059840 140333012081640 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19260] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19260/stat : 19260 (java) S 19245 19248 17709 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 31131993 10060525568 21447 33554432000 1073741824 1073778376 140736678059840 140333011027704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19261] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19261/stat : 19261 (java) S 19245 19248 17709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31131993 10060525568 21447 33554432000 1073741824 1073778376 140736678059840 140333009974792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19262] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19262/stat : 19262 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31131996 10060525568 21447 33554432000 1073741824 1073778376 140736678059840 140333008923280 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19263] ppid=19245 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/19248/task/19263/stat : 19263 (java) R 19245 19248 17709 0 -1 4202560 5247 0 0 0 53 0 0 0 20 0 22 0 31131996 10060525568 21447 33554432000 1073741824 1073778376 140736678059840 140333007858144 140333665043620 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19248/tid=19264] ppid=19245 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/19248/task/19264/stat : 19264 (java) S 19245 19248 17709 0 -1 4202560 3525 0 0 0 42 0 0 0 20 0 22 0 31131996 10060525568 21447 33554432000 1073741824 1073778376 140736678059840 140333006817592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19248/tid=19265] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19265/stat : 19265 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31131996 10060525568 21447 33554432000 1073741824 1073778376 140736678059840 140333005764984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19248/tid=19266] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19266/stat : 19266 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31131996 10060525568 21447 33554432000 1073741824 1073778376 140736678059840 140333004712392 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19273] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19273/stat : 19273 (java) S 19245 19248 17709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 31132080 10060525568 21447 33554432000 1073741824 1073778376 140736678059840 140333000500136 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 9824732

[startup+3.10085 s]
/proc/loadavg: 4.19 4.21 3.92 5/220 19279
/proc/meminfo: memFree=27737288/32872528 swapFree=1590032/1720848
[pid=19248] ppid=19245 vsize=9824732 CPUtime=4.47 cores=0,2,4,6
/proc/19248/stat : 19248 (java) S 19245 19248 17709 0 -1 4202496 12947 0 1 0 434 13 0 0 20 0 19 0 31131989 10060525568 30797 33554432000 1073741824 1073778376 140736678059840 140736678050976 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19248/statm: 2456183 30797 2279 9 0 2446860 0
[pid=19248/tid=19250] ppid=19245 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/19248/task/19250/stat : 19250 (java) S 19245 19248 17709 0 -1 4202560 2449 0 1 0 35 2 0 0 20 0 19 0 31131990 10060525568 30797 33554432000 1073741824 1073778376 140736678059840 140333658248056 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19251] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19251/stat : 19251 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31131992 10060525568 30797 33554432000 1073741824 1073778376 140736678059840 140333630700584 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19252] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19252/stat : 19252 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31131992 10060525568 30797 33554432000 1073741824 1073778376 140736678059840 140333629647784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19248/tid=19253] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19253/stat : 19253 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31131992 10060525568 30797 33554432000 1073741824 1073778376 140736678059840 140333628594984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19248/tid=19254] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19254/stat : 19254 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31131992 10060525568 30797 33554432000 1073741824 1073778376 140736678059840 140333498804904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19248/tid=19255] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19255/stat : 19255 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31131992 10060525568 30797 33554432000 1073741824 1073778376 140736678059840 140333497752104 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19256] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19256/stat : 19256 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31131992 10060525568 30797 33554432000 1073741824 1073778376 140736678059840 140333496699304 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19248/tid=19257] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19257/stat : 19257 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31131992 10060525568 30797 33554432000 1073741824 1073778376 140736678059840 140333495646504 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19258] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19258/stat : 19258 (java) S 19245 19248 17709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31131992 10060525568 30797 33554432000 1073741824 1073778376 140736678059840 140333494593704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19259] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19259/stat : 19259 (java) S 19245 19248 17709 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 31131993 10060525568 30797 33554432000 1073741824 1073778376 140736678059840 140333012081640 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19260] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19260/stat : 19260 (java) S 19245 19248 17709 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 31131993 10060525568 30797 33554432000 1073741824 1073778376 140736678059840 140333011027704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19261] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19261/stat : 19261 (java) S 19245 19248 17709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31131993 10060525568 30797 33554432000 1073741824 1073778376 140736678059840 140333009974792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19262] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19262/stat : 19262 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31131996 10060525568 30797 33554432000 1073741824 1073778376 140736678059840 140333008923280 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19263] ppid=19245 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/19248/task/19263/stat : 19263 (java) S 19245 19248 17709 0 -1 4202560 5313 0 0 0 76 0 0 0 20 0 19 0 31131996 10060525568 30797 33554432000 1073741824 1073778376 140736678059840 140333007870392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19248/tid=19264] ppid=19245 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/19248/task/19264/stat : 19264 (java) S 19245 19248 17709 0 -1 4202560 3788 0 0 0 60 0 0 0 20 0 19 0 31131996 10060525568 30797 33554432000 1073741824 1073778376 140736678059840 140333006817592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19265] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19265/stat : 19265 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31131996 10060525568 30797 33554432000 1073741824 1073778376 140736678059840 140333005764984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19248/tid=19266] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19266/stat : 19266 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31131996 10060525568 30797 33554432000 1073741824 1073778376 140736678059840 140333004712392 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19279] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19279/stat : 19279 (java) S 19245 19248 17709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31132181 10060525568 30797 33554432000 1073741824 1073778376 140736678059840 140333002605736 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 9824732

[startup+6.30092 s]
/proc/loadavg: 4.17 4.21 3.92 11/220 19285
/proc/meminfo: memFree=27648544/32872528 swapFree=1590032/1720848
[pid=19248] ppid=19245 vsize=9824732 CPUtime=10.48 cores=0,2,4,6
/proc/19248/stat : 19248 (java) S 19245 19248 17709 0 -1 4202496 13138 0 1 0 1033 15 0 0 20 0 22 0 31131989 10060525568 47160 33554432000 1073741824 1073778376 140736678059840 140736678050976 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19248/statm: 2456183 47160 2291 9 0 2446860 0
[pid=19248/tid=19250] ppid=19245 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/19248/task/19250/stat : 19250 (java) S 19245 19248 17709 0 -1 4202560 2449 0 1 0 35 2 0 0 20 0 22 0 31131990 10060525568 47160 33554432000 1073741824 1073778376 140736678059840 140333658248056 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19248/tid=19251] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19251/stat : 19251 (java) S 19245 19248 17709 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 31131992 10060525568 47160 33554432000 1073741824 1073778376 140736678059840 140333630700584 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19252] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19252/stat : 19252 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31131992 10060525568 47160 33554432000 1073741824 1073778376 140736678059840 140333629647784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19248/tid=19253] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19253/stat : 19253 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31131992 10060525568 47160 33554432000 1073741824 1073778376 140736678059840 140333628594984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19248/tid=19254] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19254/stat : 19254 (java) S 19245 19248 17709 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 31131992 10060525568 47160 33554432000 1073741824 1073778376 140736678059840 140333498804904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19248/tid=19255] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19255/stat : 19255 (java) S 19245 19248 17709 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 31131992 10060525568 47160 33554432000 1073741824 1073778376 140736678059840 140333497752104 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19248/tid=19256] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19256/stat : 19256 (java) S 19245 19248 17709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 31131992 10060525568 47160 33554432000 1073741824 1073778376 140736678059840 140333496699304 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19248/tid=19257] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19257/stat : 19257 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31131992 10060525568 47160 33554432000 1073741824 1073778376 140736678059840 140333495646504 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19258] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19258/stat : 19258 (java) S 19245 19248 17709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 31131992 10060525568 47160 33554432000 1073741824 1073778376 140736678059840 140333494593704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19259] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19259/stat : 19259 (java) S 19245 19248 17709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31131993 10060525568 47160 33554432000 1073741824 1073778376 140736678059840 140333012081640 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19260] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19260/stat : 19260 (java) S 19245 19248 17709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31131993 10060525568 47160 33554432000 1073741824 1073778376 140736678059840 140333011027704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19261] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19261/stat : 19261 (java) S 19245 19248 17709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31131993 10060525568 47160 33554432000 1073741824 1073778376 140736678059840 140333009974792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19262] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19262/stat : 19262 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31131996 10060525568 47160 33554432000 1073741824 1073778376 140736678059840 140333008923280 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19263] ppid=19245 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/19248/task/19263/stat : 19263 (java) S 19245 19248 17709 0 -1 4202560 5313 0 0 0 86 0 0 0 20 0 22 0 31131996 10060525568 47160 33554432000 1073741824 1073778376 140736678059840 140333007870392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19248/tid=19264] ppid=19245 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/19248/task/19264/stat : 19264 (java) S 19245 19248 17709 0 -1 4202560 3894 0 0 0 78 0 0 0 20 0 22 0 31131996 10060525568 47160 33554432000 1073741824 1073778376 140736678059840 140333006817592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19248/tid=19265] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19265/stat : 19265 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31131996 10060525568 47160 33554432000 1073741824 1073778376 140736678059840 140333005764984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19248/tid=19266] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19266/stat : 19266 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31131996 10060525568 47160 33554432000 1073741824 1073778376 140736678059840 140333004712392 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19279] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19279/stat : 19279 (java) S 19245 19248 17709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 31132181 10060525568 47160 33554432000 1073741824 1073778376 140736678059840 140333002605736 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19248/tid=19283] ppid=19245 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/19248/task/19283/stat : 19283 (java) R 19245 19248 17709 0 -1 4202560 10 0 0 0 281 0 0 0 20 0 22 0 31132331 10060525568 47160 33554432000 1073741824 1073778376 140736678059840 140333003658568 140333510465232 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19284] ppid=19245 vsize=9824732 CPUtime=2.83 cores=0,2,4,6

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

[pid=19248/tid=19251] ppid=19245 vsize=9824732 CPUtime=5.31 cores=0,2,4,6
/proc/19248/task/19251/stat : 19251 (java) S 19245 19248 17709 0 -1 4202560 1564 0 0 0 477 54 0 0 20 0 22 0 31131992 10060525568 1136378 33554432000 1073741824 1073778376 140736678059840 140333630700584 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19248/tid=19252] ppid=19245 vsize=9824732 CPUtime=4.52 cores=0,2,4,6
/proc/19248/task/19252/stat : 19252 (java) S 19245 19248 17709 0 -1 4202560 1263 0 0 0 411 41 0 0 20 0 22 0 31131992 10060525568 1136378 33554432000 1073741824 1073778376 140736678059840 140333629647784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19253] ppid=19245 vsize=9824732 CPUtime=5.2 cores=0,2,4,6
/proc/19248/task/19253/stat : 19253 (java) S 19245 19248 17709 0 -1 4202560 1421 0 0 0 476 44 0 0 20 0 22 0 31131992 10060525568 1136378 33554432000 1073741824 1073778376 140736678059840 140333628594984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19254] ppid=19245 vsize=9824732 CPUtime=5.39 cores=0,2,4,6
/proc/19248/task/19254/stat : 19254 (java) S 19245 19248 17709 0 -1 4202560 1308 0 0 0 485 54 0 0 20 0 22 0 31131992 10060525568 1136378 33554432000 1073741824 1073778376 140736678059840 140333498804904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19255] ppid=19245 vsize=9824732 CPUtime=5.84 cores=0,2,4,6
/proc/19248/task/19255/stat : 19255 (java) S 19245 19248 17709 0 -1 4202560 1314 0 0 0 530 54 0 0 20 0 22 0 31131992 10060525568 1136378 33554432000 1073741824 1073778376 140736678059840 140333497752104 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19248/tid=19256] ppid=19245 vsize=9824732 CPUtime=4.57 cores=0,2,4,6
/proc/19248/task/19256/stat : 19256 (java) S 19245 19248 17709 0 -1 4202560 1081 0 0 0 411 46 0 0 20 0 22 0 31131992 10060525568 1136378 33554432000 1073741824 1073778376 140736678059840 140333496699304 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19257] ppid=19245 vsize=9824732 CPUtime=5.68 cores=0,2,4,6
/proc/19248/task/19257/stat : 19257 (java) S 19245 19248 17709 0 -1 4202560 1439 0 0 0 513 55 0 0 20 0 22 0 31131992 10060525568 1136378 33554432000 1073741824 1073778376 140736678059840 140333495646504 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19258] ppid=19245 vsize=9824732 CPUtime=4.87 cores=0,2,4,6
/proc/19248/task/19258/stat : 19258 (java) S 19245 19248 17709 0 -1 4202560 1271 0 0 0 438 49 0 0 20 0 22 0 31131992 10060525568 1136378 33554432000 1073741824 1073778376 140736678059840 140333494593704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19259] ppid=19245 vsize=9824732 CPUtime=8.27 cores=0,2,4,6
/proc/19248/task/19259/stat : 19259 (java) S 19245 19248 17709 0 -1 4202560 3287 0 0 0 814 13 0 0 20 0 22 0 31131993 10060525568 1136378 33554432000 1073741824 1073778376 140736678059840 140333012081640 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19248/tid=19260] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19260/stat : 19260 (java) S 19245 19248 17709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31131993 10060525568 1136378 33554432000 1073741824 1073778376 140736678059840 140333011027704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19248/tid=19261] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19261/stat : 19261 (java) S 19245 19248 17709 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 31131993 10060525568 1136378 33554432000 1073741824 1073778376 140736678059840 140333009974792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19248/tid=19262] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19262/stat : 19262 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31131996 10060525568 1136378 33554432000 1073741824 1073778376 140736678059840 140333008923280 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19263] ppid=19245 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/19248/task/19263/stat : 19263 (java) S 19245 19248 17709 0 -1 4202560 8624 0 0 0 149 1 0 0 20 0 22 0 31131996 10060525568 1136378 33554432000 1073741824 1073778376 140736678059840 140333007870392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19248/tid=19264] ppid=19245 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/19248/task/19264/stat : 19264 (java) S 19245 19248 17709 0 -1 4202560 4228 0 0 0 112 0 0 0 20 0 22 0 31131996 10060525568 1136378 33554432000 1073741824 1073778376 140736678059840 140333006817592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19248/tid=19265] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19265/stat : 19265 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31131996 10060525568 1136378 33554432000 1073741824 1073778376 140736678059840 140333005764984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19248/tid=19266] ppid=19245 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/19248/task/19266/stat : 19266 (java) S 19245 19248 17709 0 -1 4202560 50 0 0 0 13 16 0 0 20 0 22 0 31131996 10060525568 1136378 33554432000 1073741824 1073778376 140736678059840 140333004712392 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19279] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19279/stat : 19279 (java) S 19245 19248 17709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 31132181 10060525568 1136378 33554432000 1073741824 1073778376 140736678059840 140333002605736 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19248/tid=19446] ppid=19245 vsize=9824732 CPUtime=16.68 cores=0,2,4,6
/proc/19248/task/19446/stat : 19446 (java) R 19245 19248 17709 0 -1 4202560 3 0 0 0 1668 0 0 0 20 0 22 0 31218477 10060525568 1136378 33554432000 1073741824 1073778376 140736678059840 140333003656120 140333510467889 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19248/tid=19447] ppid=19245 vsize=9824732 CPUtime=16.67 cores=0,2,4,6
/proc/19248/task/19447/stat : 19447 (java) R 19245 19248 17709 0 -1 4202560 4 0 0 0 1667 0 0 0 20 0 22 0 31218477 10060525568 1136378 33554432000 1073741824 1073778376 140736678059840 140333000499016 140333510827596 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19248/tid=19448] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19448/stat : 19448 (java) S 19245 19248 17709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 31218477 10060525568 1136378 33554432000 1073741824 1073778376 140736678059840 140333001553064 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1765.83
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.101 s]
/proc/loadavg: 4.16 4.20 4.09 5/219 19452
/proc/meminfo: memFree=22857152/32872528 swapFree=1590032/1720848
[pid=19248] ppid=19245 vsize=9824732 CPUtime=1797.14 cores=0,2,4,6
/proc/19248/stat : 19248 (java) S 19245 19248 17709 0 -1 4202496 32368 0 1 0 179221 493 0 0 20 0 22 0 31131989 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140736678050976 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19248/statm: 2456183 1157289 2301 9 0 2446860 0
[pid=19248/tid=19250] ppid=19245 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/19248/task/19250/stat : 19250 (java) S 19245 19248 17709 0 -1 4202560 2472 0 1 0 43 3 0 0 20 0 22 0 31131990 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333658248056 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19251] ppid=19245 vsize=9824732 CPUtime=5.48 cores=0,2,4,6
/proc/19248/task/19251/stat : 19251 (java) S 19245 19248 17709 0 -1 4202560 1601 0 0 0 492 56 0 0 20 0 22 0 31131992 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333630700584 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19248/tid=19252] ppid=19245 vsize=9824732 CPUtime=4.55 cores=0,2,4,6
/proc/19248/task/19252/stat : 19252 (java) S 19245 19248 17709 0 -1 4202560 1268 0 0 0 414 41 0 0 20 0 22 0 31131992 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333629647784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19248/tid=19253] ppid=19245 vsize=9824732 CPUtime=5.26 cores=0,2,4,6
/proc/19248/task/19253/stat : 19253 (java) S 19245 19248 17709 0 -1 4202560 1428 0 0 0 482 44 0 0 20 0 22 0 31131992 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333628594984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19248/tid=19254] ppid=19245 vsize=9824732 CPUtime=5.48 cores=0,2,4,6
/proc/19248/task/19254/stat : 19254 (java) S 19245 19248 17709 0 -1 4202560 1338 0 0 0 493 55 0 0 20 0 22 0 31131992 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333498804904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19248/tid=19255] ppid=19245 vsize=9824732 CPUtime=6.01 cores=0,2,4,6
/proc/19248/task/19255/stat : 19255 (java) S 19245 19248 17709 0 -1 4202560 1344 0 0 0 545 56 0 0 20 0 22 0 31131992 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333497752104 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19248/tid=19256] ppid=19245 vsize=9824732 CPUtime=4.61 cores=0,2,4,6
/proc/19248/task/19256/stat : 19256 (java) S 19245 19248 17709 0 -1 4202560 1089 0 0 0 415 46 0 0 20 0 22 0 31131992 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333496699304 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19248/tid=19257] ppid=19245 vsize=9824732 CPUtime=5.71 cores=0,2,4,6
/proc/19248/task/19257/stat : 19257 (java) S 19245 19248 17709 0 -1 4202560 1445 0 0 0 516 55 0 0 20 0 22 0 31131992 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333495646504 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19258] ppid=19245 vsize=9824732 CPUtime=4.96 cores=0,2,4,6
/proc/19248/task/19258/stat : 19258 (java) S 19245 19248 17709 0 -1 4202560 1288 0 0 0 446 50 0 0 20 0 22 0 31131992 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333494593704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19259] ppid=19245 vsize=9824732 CPUtime=12.05 cores=0,2,4,6
/proc/19248/task/19259/stat : 19259 (java) S 19245 19248 17709 0 -1 4202560 3743 0 0 0 1192 13 0 0 20 0 22 0 31131993 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333012081640 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19248/tid=19260] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19260/stat : 19260 (java) S 19245 19248 17709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31131993 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333011027704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19248/tid=19261] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19261/stat : 19261 (java) S 19245 19248 17709 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 31131993 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333009974792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19248/tid=19262] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19262/stat : 19262 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31131996 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333008923280 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19263] ppid=19245 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/19248/task/19263/stat : 19263 (java) S 19245 19248 17709 0 -1 4202560 8624 0 0 0 149 1 0 0 20 0 22 0 31131996 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333007870392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19248/tid=19264] ppid=19245 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/19248/task/19264/stat : 19264 (java) S 19245 19248 17709 0 -1 4202560 4228 0 0 0 112 0 0 0 20 0 22 0 31131996 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333006817592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19248/tid=19265] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19265/stat : 19265 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31131996 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333005764984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19248/tid=19266] ppid=19245 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/19248/task/19266/stat : 19266 (java) S 19245 19248 17709 0 -1 4202560 52 0 0 0 13 17 0 0 20 0 22 0 31131996 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333004712392 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19279] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19279/stat : 19279 (java) S 19245 19248 17709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 31132181 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333002605736 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19248/tid=19450] ppid=19245 vsize=9824732 CPUtime=6.36 cores=0,2,4,6
/proc/19248/task/19450/stat : 19450 (java) R 19245 19248 17709 0 -1 4202560 5 0 0 0 636 0 0 0 20 0 22 0 31220963 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333001543584 140333510251147 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19248/tid=19451] ppid=19245 vsize=9824732 CPUtime=6.36 cores=0,2,4,6
/proc/19248/task/19451/stat : 19451 (java) R 19245 19248 17709 0 -1 4202560 3 0 0 0 636 0 0 0 20 0 22 0 31220963 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333003655744 140333510969534 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19452] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19452/stat : 19452 (java) S 19245 19248 17709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 31220963 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333000500008 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1797.14
Current children cumulated vsize (KiB) 9824732

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

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

[startup+900.101 s]
/proc/loadavg: 4.16 4.20 4.09 5/219 19452
/proc/meminfo: memFree=22857152/32872528 swapFree=1590032/1720848
[pid=19248] ppid=19245 vsize=9824732 CPUtime=1797.14 cores=0,2,4,6
/proc/19248/stat : 19248 (java) S 19245 19248 17709 0 -1 4202496 32368 0 1 0 179221 493 0 0 20 0 22 0 31131989 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140736678050976 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19248/statm: 2456183 1157289 2301 9 0 2446860 0
[pid=19248/tid=19250] ppid=19245 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/19248/task/19250/stat : 19250 (java) S 19245 19248 17709 0 -1 4202560 2472 0 1 0 43 3 0 0 20 0 22 0 31131990 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333658248056 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19251] ppid=19245 vsize=9824732 CPUtime=5.48 cores=0,2,4,6
/proc/19248/task/19251/stat : 19251 (java) S 19245 19248 17709 0 -1 4202560 1601 0 0 0 492 56 0 0 20 0 22 0 31131992 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333630700584 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19248/tid=19252] ppid=19245 vsize=9824732 CPUtime=4.55 cores=0,2,4,6
/proc/19248/task/19252/stat : 19252 (java) S 19245 19248 17709 0 -1 4202560 1268 0 0 0 414 41 0 0 20 0 22 0 31131992 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333629647784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19248/tid=19253] ppid=19245 vsize=9824732 CPUtime=5.26 cores=0,2,4,6
/proc/19248/task/19253/stat : 19253 (java) S 19245 19248 17709 0 -1 4202560 1428 0 0 0 482 44 0 0 20 0 22 0 31131992 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333628594984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19248/tid=19254] ppid=19245 vsize=9824732 CPUtime=5.48 cores=0,2,4,6
/proc/19248/task/19254/stat : 19254 (java) S 19245 19248 17709 0 -1 4202560 1338 0 0 0 493 55 0 0 20 0 22 0 31131992 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333498804904 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19248/tid=19255] ppid=19245 vsize=9824732 CPUtime=6.01 cores=0,2,4,6
/proc/19248/task/19255/stat : 19255 (java) S 19245 19248 17709 0 -1 4202560 1344 0 0 0 545 56 0 0 20 0 22 0 31131992 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333497752104 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19248/tid=19256] ppid=19245 vsize=9824732 CPUtime=4.61 cores=0,2,4,6
/proc/19248/task/19256/stat : 19256 (java) S 19245 19248 17709 0 -1 4202560 1089 0 0 0 415 46 0 0 20 0 22 0 31131992 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333496699304 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19248/tid=19257] ppid=19245 vsize=9824732 CPUtime=5.71 cores=0,2,4,6
/proc/19248/task/19257/stat : 19257 (java) S 19245 19248 17709 0 -1 4202560 1445 0 0 0 516 55 0 0 20 0 22 0 31131992 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333495646504 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19258] ppid=19245 vsize=9824732 CPUtime=4.96 cores=0,2,4,6
/proc/19248/task/19258/stat : 19258 (java) S 19245 19248 17709 0 -1 4202560 1288 0 0 0 446 50 0 0 20 0 22 0 31131992 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333494593704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19259] ppid=19245 vsize=9824732 CPUtime=12.05 cores=0,2,4,6
/proc/19248/task/19259/stat : 19259 (java) S 19245 19248 17709 0 -1 4202560 3743 0 0 0 1192 13 0 0 20 0 22 0 31131993 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333012081640 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19248/tid=19260] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19260/stat : 19260 (java) S 19245 19248 17709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31131993 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333011027704 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19248/tid=19261] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19261/stat : 19261 (java) S 19245 19248 17709 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 31131993 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333009974792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19248/tid=19262] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19262/stat : 19262 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31131996 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333008923280 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19263] ppid=19245 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/19248/task/19263/stat : 19263 (java) S 19245 19248 17709 0 -1 4202560 8624 0 0 0 149 1 0 0 20 0 22 0 31131996 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333007870392 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19248/tid=19264] ppid=19245 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/19248/task/19264/stat : 19264 (java) S 19245 19248 17709 0 -1 4202560 4228 0 0 0 112 0 0 0 20 0 22 0 31131996 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333006817592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19248/tid=19265] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19265/stat : 19265 (java) S 19245 19248 17709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31131996 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333005764984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19248/tid=19266] ppid=19245 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/19248/task/19266/stat : 19266 (java) S 19245 19248 17709 0 -1 4202560 52 0 0 0 13 17 0 0 20 0 22 0 31131996 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333004712392 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19279] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19279/stat : 19279 (java) S 19245 19248 17709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 31132181 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333002605736 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19248/tid=19450] ppid=19245 vsize=9824732 CPUtime=6.36 cores=0,2,4,6
/proc/19248/task/19450/stat : 19450 (java) R 19245 19248 17709 0 -1 4202560 5 0 0 0 636 0 0 0 20 0 22 0 31220963 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333001543584 140333510251147 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19248/tid=19451] ppid=19245 vsize=9824732 CPUtime=6.36 cores=0,2,4,6
/proc/19248/task/19451/stat : 19451 (java) R 19245 19248 17709 0 -1 4202560 3 0 0 0 636 0 0 0 20 0 22 0 31220963 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333003655744 140333510969534 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19248/tid=19452] ppid=19245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19248/task/19452/stat : 19452 (java) S 19245 19248 17709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 31220963 10060525568 1157289 33554432000 1073741824 1073778376 140736678059840 140333000500008 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1797.14
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 900.156
CPU time (s): 1800.17
CPU user time (s): 1795.29
CPU system time (s): 4.88122
CPU usage (%): 199.984
Max. virtual memory (cumulated for all children) (KiB): 9825112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.11
system time used= 5.12122
maximum resident set size= 4629268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32405
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= 23878
involuntary context switches= 27813

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.44217 second user time and 7.50386 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-19 01:00:37
IDJOB=4109121
IDBENCH=89870
IDSOLVER=2543
FILE ID=node120/4109121-1466290837
RUNJOBID= node120-1466288965-18875
PBS_JOBID= 19918258
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-seymour.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109121-1466290837/watcher-4109121-1466290837 -o /tmp/evaluation-result-4109121-1466290837/solver-4109121-1466290837 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466288965-18875 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109121-1466290837.opb

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

MD5SUM BENCH= 81e2a90d1271d1dbaf7ba2223c5c350c
RANDOM SEED=255038691

node120.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.935
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.87
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.935
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.935
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.56
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.935
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.56
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.935
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.56
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.935
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.56
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.935
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.935
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:        27827808 kB
Buffers:          151552 kB
Cached:           317024 kB
SwapCached:         2256 kB
Active:          2206344 kB
Inactive:         358120 kB
Active(anon):    2095192 kB
Inactive(anon):     2960 kB
Active(file):     111152 kB
Inactive(file):   355160 kB
Unevictable:     1720848 kB
Mlocked:         1590032 kB
SwapTotal:      67108856 kB
SwapFree:       67099616 kB
Dirty:              1280 kB
Writeback:             0 kB
AnonPages:       3815580 kB
Mapped:            16428 kB
Shmem:                 0 kB
Slab:             619280 kB
SReclaimable:      63152 kB
SUnreclaim:       556128 kB
KernelStack:        1624 kB
PageTables:        12336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3990416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2172928 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= 71716 MiB
End job on node120 at 2016-06-19 01:15:37