Trace number 4119401

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)503 1800.74 901.862

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-edgecross24-057.opb
MD5SUM5019819e38c93741933e11d6bd120509
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark474
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 variables553
Total number of constraints8097
Number of constraints which are clauses8096
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 1821
Biggest coefficient in the objective function 741
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 4979
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 741
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 4979
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)1463
Sum of products size (including duplicates)2926
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4119401-1467255204.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  objective function found
0.98/0.56	c ... done. Wall clock time 0.446s.
0.98/0.56	c declared #vars     553
0.98/0.56	c internal #vars     2016
0.98/0.56	c #constraints  11024
0.98/0.56	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.98/0.56	c constraints type 
0.98/0.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9559
0.98/0.56	c org.sat4j.specs.Constr$1 => 1
0.98/0.56	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.98/0.56	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1463
0.98/0.56	c 11024 constraints processed.
0.98/0.56	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.98/0.56	c constraints type 
0.98/0.56	c org.sat4j.specs.Constr$1 => 1
0.98/0.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 9559
0.98/0.56	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.98/0.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1463
0.98/0.56	c 11024 constraints processed.
0.98/0.56	c objective function length is 1821 literals
1.30/0.61	c And the winner is solver0
1.84/1.07	c SATISFIABLE
1.84/1.07	c OPTIMIZING...
1.84/1.07	c Got one! Elapsed wall clock time (in seconds):0.952
1.84/1.07	o 621
1.97/1.13	c And the winner is solver0
2.62/1.58	c Got one! Elapsed wall clock time (in seconds):1.469
2.62/1.58	o 620
2.66/1.60	c And the winner is solver0
2.85/2.09	c Got one! Elapsed wall clock time (in seconds):1.981
2.85/2.09	o 612
3.18/2.29	c And the winner is solver0
3.55/2.60	c Got one! Elapsed wall clock time (in seconds):2.487
3.55/2.60	o 611
3.55/2.61	c And the winner is solver0
3.63/3.10	c Got one! Elapsed wall clock time (in seconds):2.992
3.63/3.10	o 609
3.63/3.11	c And the winner is solver0
3.63/3.61	c Got one! Elapsed wall clock time (in seconds):3.496
3.63/3.61	o 608
3.63/3.62	c And the winner is solver0
3.66/4.11	c Got one! Elapsed wall clock time (in seconds):4.001
3.66/4.11	o 600
3.84/4.27	c And the winner is solver0
4.05/4.62	c Got one! Elapsed wall clock time (in seconds):4.504
4.05/4.62	o 599
4.05/4.64	c And the winner is solver0
4.17/5.12	c Got one! Elapsed wall clock time (in seconds):5.008
4.17/5.12	o 597
4.17/5.13	c And the winner is solver0
4.17/5.63	c Got one! Elapsed wall clock time (in seconds):5.511
4.17/5.63	o 587
4.32/5.72	c And the winner is solver0
4.40/6.13	c Got one! Elapsed wall clock time (in seconds):6.014
4.40/6.13	o 586
4.40/6.14	c And the winner is solver0
4.55/6.63	c Got one! Elapsed wall clock time (in seconds):6.518
4.55/6.63	o 585
4.55/6.65	c And the winner is solver0
4.60/7.14	c Got one! Elapsed wall clock time (in seconds):7.021
4.60/7.14	o 576
4.93/7.39	c And the winner is solver0
5.14/7.64	c Got one! Elapsed wall clock time (in seconds):7.523
5.14/7.64	o 574
6.20/8.14	c And the winner is solver0
6.34/8.64	c Got one! Elapsed wall clock time (in seconds):8.526
6.34/8.64	o 573
6.86/9.00	c And the winner is solver0
7.08/9.14	c Got one! Elapsed wall clock time (in seconds):9.028
7.08/9.14	o 572
7.08/9.18	c And the winner is solver0
7.20/9.65	c Got one! Elapsed wall clock time (in seconds):9.531
7.20/9.65	o 571
7.20/9.65	c And the winner is solver0
7.21/10.15	c Got one! Elapsed wall clock time (in seconds):10.034
7.21/10.15	o 568
7.21/10.19	c And the winner is solver0
7.34/10.65	c Got one! Elapsed wall clock time (in seconds):10.536
7.34/10.65	o 567
7.86/10.91	c cleaning 3757 clauses out of 7532 with flag 2029/7532
10.50/12.22	c cleaning 4878 clauses out of 9775 with flag 14112/13532
11.76/12.84	c And the winner is solver0
11.90/13.15	c Got one! Elapsed wall clock time (in seconds):13.039
11.90/13.15	o 566
12.40/13.44	c And the winner is solver0
12.53/13.66	c Got one! Elapsed wall clock time (in seconds):13.542
12.53/13.66	o 565
12.61/13.71	c And the winner is solver0
12.67/14.16	c Got one! Elapsed wall clock time (in seconds):14.045
12.67/14.16	o 563
13.59/14.69	c cleaning 5638 clauses out of 11283 with flag 4172/19918
16.22/15.97	c cleaning 5816 clauses out of 11641 with flag 16708/25914
19.52/17.51	c cleaning 6406 clauses out of 12826 with flag 31101/32915
23.03/19.28	c cleaning 7200 clauses out of 14420 with flag 47262/40915
27.04/21.24	c cleaning 8098 clauses out of 16219 with flag 65514/49914
31.56/23.44	c cleaning 9053 clauses out of 18121 with flag 86899/59914
36.50/25.89	c cleaning 10023 clauses out of 20068 with flag 109758/70914
41.90/28.57	c cleaning 11017 clauses out of 22049 with flag 134157/82918
48.53/31.73	c cleaning 12004 clauses out of 24028 with flag 160434/95914
55.82/35.27	c cleaning 12997 clauses out of 26025 with flag 188854/109915
63.42/39.05	c cleaning 14005 clauses out of 28028 with flag 219733/124915
72.23/43.55	c cleaning 15002 clauses out of 30022 with flag 252462/140914
80.62/47.79	c cleaning 16000 clauses out of 32020 with flag 288926/157914
89.97/52.38	c cleaning 16999 clauses out of 34020 with flag 326859/175914
100.45/57.32	c cleaning 18001 clauses out of 36021 with flag 367029/194914
110.03/62.12	c cleaning 19001 clauses out of 38021 with flag 411401/214915
120.86/67.77	c cleaning 19999 clauses out of 40020 with flag 456289/235915
131.25/72.95	c cleaning 21000 clauses out of 42022 with flag 503462/257916
142.97/78.79	c cleaning 21996 clauses out of 44020 with flag 555048/280914
154.98/84.77	c cleaning 23004 clauses out of 46027 with flag 604823/304917
168.89/91.55	c cleaning 24002 clauses out of 48021 with flag 656594/329915
184.94/99.78	c cleaning 25002 clauses out of 50021 with flag 709495/355917
198.54/106.54	c cleaning 25994 clauses out of 52016 with flag 764847/382914
214.57/114.43	c cleaning 27003 clauses out of 54025 with flag 822193/410917
230.36/122.38	c cleaning 28001 clauses out of 56020 with flag 881350/439915
247.03/130.53	c cleaning 28995 clauses out of 58018 with flag 942336/469914
251.63/132.80	c And the winner is solver1
251.68/133.20	c Got one! Elapsed wall clock time (in seconds):133.083
251.68/133.20	o 561
254.68/134.70	c cleaning 21773 clauses out of 43553 with flag 11224/484444
257.87/136.32	c cleaning 13887 clauses out of 27781 with flag 25619/490445
261.48/138.18	c cleaning 10441 clauses out of 20893 with flag 42195/497444
266.58/140.53	c cleaning 9225 clauses out of 18452 with flag 61695/505444
271.59/143.02	c cleaning 9113 clauses out of 18229 with flag 82971/514446
277.38/145.96	c cleaning 9554 clauses out of 19115 with flag 108009/524445
282.94/148.65	c cleaning 10280 clauses out of 20560 with flag 141286/535444
288.40/151.36	c cleaning 11141 clauses out of 22281 with flag 176640/547445
294.40/154.32	c cleaning 12069 clauses out of 24143 with flag 217124/560448
300.99/157.67	c cleaning 13033 clauses out of 26072 with flag 259608/574446
309.47/161.79	c cleaning 14016 clauses out of 28039 with flag 307512/589446
318.27/166.20	c cleaning 15009 clauses out of 30023 with flag 351366/605446
328.73/171.21	c cleaning 16002 clauses out of 32012 with flag 397715/622444
337.53/175.65	c cleaning 17000 clauses out of 34010 with flag 449504/640444
348.13/180.95	c cleaning 18003 clauses out of 36010 with flag 505633/659444
358.71/186.03	c cleaning 18999 clauses out of 38007 with flag 571617/679444
369.50/191.45	c cleaning 20001 clauses out of 40008 with flag 636052/700444
381.96/197.46	c cleaning 21004 clauses out of 42008 with flag 708600/722445
394.51/203.55	c cleaning 22001 clauses out of 44004 with flag 784205/745445
406.10/209.39	c cleaning 22999 clauses out of 46002 with flag 862325/769444
419.49/215.82	c cleaning 24002 clauses out of 48003 with flag 943588/794444
435.89/224.06	c cleaning 24994 clauses out of 50002 with flag 1019666/820445
452.11/231.98	c cleaning 26003 clauses out of 52008 with flag 1111295/847445
459.46/235.50	c And the winner is solver1
459.79/235.69	c Got one! Elapsed wall clock time (in seconds):235.575
459.79/235.69	o 503
463.00/237.34	c cleaning 21672 clauses out of 43359 with flag 14242/864799
466.40/239.10	c cleaning 13841 clauses out of 27687 with flag 33287/870799
470.01/240.85	c cleaning 10424 clauses out of 20847 with flag 62467/877800
473.81/242.74	c cleaning 9207 clauses out of 18423 with flag 96338/885800
479.13/245.10	c cleaning 9107 clauses out of 18215 with flag 131711/894799
483.53/247.37	c cleaning 9547 clauses out of 19108 with flag 171241/904799
490.11/250.35	c cleaning 10276 clauses out of 20561 with flag 211280/915799
496.10/253.38	c cleaning 11139 clauses out of 22285 with flag 253663/927799
502.32/256.42	c cleaning 12073 clauses out of 24146 with flag 299426/940799
512.56/262.43	c cleaning 13032 clauses out of 26073 with flag 351464/954799
519.56/265.96	c cleaning 14023 clauses out of 28045 with flag 407405/969803
528.04/270.10	c cleaning 15007 clauses out of 30020 with flag 469050/985801
537.32/274.76	c cleaning 16000 clauses out of 32011 with flag 524944/1002799
548.02/280.01	c cleaning 17003 clauses out of 34011 with flag 587546/1020799
557.62/284.85	c cleaning 17997 clauses out of 36008 with flag 652096/1039799
567.73/289.85	c cleaning 19007 clauses out of 38013 with flag 728852/1059801
579.30/295.55	c cleaning 20002 clauses out of 40005 with flag 807982/1080800
590.90/301.22	c cleaning 21000 clauses out of 42003 with flag 890479/1102800
602.52/306.94	c cleaning 21996 clauses out of 44003 with flag 985623/1125800
615.11/313.27	c cleaning 22999 clauses out of 46008 with flag 1079522/1149801
628.79/319.98	c cleaning 24002 clauses out of 48008 with flag 1181209/1174800
643.07/326.92	c cleaning 24999 clauses out of 50007 with flag 1280993/1200801
656.87/333.83	c cleaning 26002 clauses out of 52007 with flag 1383906/1227800
673.18/341.80	c cleaning 27001 clauses out of 54007 with flag 1503601/1255802
690.28/350.20	c cleaning 27991 clauses out of 56004 with flag 1615520/1284800
707.22/358.59	c cleaning 29004 clauses out of 58012 with flag 1734740/1314799
725.98/367.80	c cleaning 30000 clauses out of 60008 with flag 1856060/1345799
745.79/377.41	c cleaning 30999 clauses out of 62008 with flag 1974992/1377799
764.36/386.55	c cleaning 31995 clauses out of 64011 with flag 2096594/1410801
787.82/397.82	c cleaning 32999 clauses out of 66015 with flag 2225953/1444800
808.25/407.87	c cleaning 34006 clauses out of 68019 with flag 2358505/1479803
832.10/419.34	c cleaning 34999 clauses out of 70010 with flag 2498620/1515800
856.22/431.09	c cleaning 36005 clauses out of 72013 with flag 2650522/1552802
882.86/445.21	c cleaning 37004 clauses out of 74007 with flag 2807831/1590801
905.37/456.44	c cleaning 37995 clauses out of 76001 with flag 2962207/1629799
929.30/468.31	c cleaning 39000 clauses out of 78006 with flag 3117855/1669799
952.28/479.71	c cleaning 39997 clauses out of 80006 with flag 3280626/1710799
975.66/491.48	c cleaning 40997 clauses out of 82009 with flag 3443576/1752799
1000.29/503.62	c cleaning 42007 clauses out of 84013 with flag 3609759/1795800
1023.70/515.37	c cleaning 43004 clauses out of 86008 with flag 3764456/1839802
1050.09/528.55	c cleaning 43999 clauses out of 88001 with flag 3922428/1884799
1076.90/541.89	c cleaning 45001 clauses out of 90002 with flag 4086604/1930799
1104.10/555.43	c cleaning 45993 clauses out of 92001 with flag 4262067/1977799
1133.18/569.87	c cleaning 46998 clauses out of 94009 with flag 4439732/2025800
1165.17/585.85	c cleaning 48002 clauses out of 96011 with flag 4630144/2074800
1193.17/599.88	c cleaning 48997 clauses out of 98008 with flag 4796548/2124799
1225.65/615.98	c cleaning 49998 clauses out of 100011 with flag 4967444/2175799
1258.24/632.28	c cleaning 51007 clauses out of 102019 with flag 5145524/2227805
1290.66/648.29	c cleaning 52002 clauses out of 104006 with flag 5331558/2280799
1325.66/665.72	c cleaning 52998 clauses out of 106004 with flag 5482788/2334799
1361.65/683.52	c cleaning 53999 clauses out of 108006 with flag 5685352/2389799
1396.64/701.05	c cleaning 55003 clauses out of 110008 with flag 5897946/2445800
1432.99/718.94	c cleaning 55998 clauses out of 112004 with flag 6083524/2502799
1468.59/736.77	c cleaning 56999 clauses out of 114006 with flag 6285870/2560799
1506.98/755.99	c cleaning 58004 clauses out of 116009 with flag 6492451/2619801
1547.43/775.95	c cleaning 58993 clauses out of 118003 with flag 6674587/2679799
1589.22/796.82	c cleaning 59996 clauses out of 120010 with flag 6856959/2740799
1630.70/817.32	c cleaning 61006 clauses out of 122016 with flag 7049989/2802801
1674.48/839.28	c cleaning 62004 clauses out of 124010 with flag 7264037/2865801
1716.70/860.32	c cleaning 63002 clauses out of 126004 with flag 7475397/2929799
1757.67/880.87	c cleaning 63992 clauses out of 128002 with flag 7670839/2994799
1798.98/901.23	c cleaning 64998 clauses out of 130010 with flag 7851701/3060799
1800.18/901.80	c >>>>>>>>>> Solver number 0 (22 answers) <<<<<<<<<<<<<<<<<<
1800.18/901.80	c starts		: 36770
1800.18/901.80	c conflicts		: 3063091
1800.18/901.80	c decisions		: 7816310
1800.18/901.80	c propagations		: 162027511
1800.18/901.80	c inspects		: 4816112182
1800.18/901.80	c shortcuts		: 0
1800.18/901.80	c learnt literals	: 0
1800.18/901.80	c learnt binary clauses	: 0
1800.18/901.80	c learnt ternary clauses	: 1718
1800.18/901.80	c learnt constraints	: 3063091
1800.18/901.80	c ignored constraints	: 0
1800.18/901.80	c root simplifications	: 0
1800.18/901.80	c removed literals (reason simplification)	: 697279696
1800.18/901.80	c reason swapping (by a shorter reason)	: 0
1800.18/901.80	c Calls to reduceDB	: 113
1800.18/901.80	c Number of update (reduction) of LBD	: 92360
1800.18/901.80	c Imported unit clauses	: 0
1800.18/901.80	c number of reductions to clauses (during analyze)	: 0
1800.18/901.80	c number of learned constraints concerned by reduction	: 0
1800.18/901.80	c number of learning phase by resolution	: 0
1800.18/901.80	c number of learning phase by cutting planes	: 0
1800.18/901.80	c speed (assignments/second)	: 243245.10589874318
1800.18/901.80	c non guided choices	570
1800.18/901.83	c learnt constraints type 
1800.18/901.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 67304
1800.18/901.83	c >>>>>>>>>> Solver number 1 (2 answers) <<<<<<<<<<<<<<<<<<
1800.18/901.83	c starts		: 45
1800.18/901.83	c conflicts		: 4934
1800.18/901.83	c decisions		: 13755
1800.18/901.83	c propagations		: 300824
1800.18/901.83	c inspects		: 227080286
1800.18/901.83	c shortcuts		: 0
1800.18/901.83	c learnt literals	: 0
1800.18/901.83	c learnt binary clauses	: 0
1800.18/901.83	c learnt ternary clauses	: 0
1800.18/901.83	c learnt constraints	: 4924
1800.18/901.83	c ignored constraints	: 0
1800.18/901.83	c root simplifications	: 0
1800.18/901.83	c removed literals (reason simplification)	: 0
1800.18/901.83	c reason swapping (by a shorter reason)	: 0
1800.18/901.83	c Calls to reduceDB	: 0
1800.18/901.83	c Number of update (reduction) of LBD	: 0
1800.18/901.83	c Imported unit clauses	: 0
1800.18/901.83	c number of reductions to clauses (during analyze)	: 0
1800.18/901.83	c number of learned constraints concerned by reduction	: 0
1800.18/901.83	c number of learning phase by resolution	: 0
1800.18/901.83	c number of learning phase by cutting planes	: 0
1800.18/901.83	c speed (assignments/second)	: 338.89323236442533
1800.18/901.83	c non guided choices	72
1800.18/901.83	c learnt constraints type 
1800.18/901.83	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1800.18/901.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4922
1800.18/901.83	s SATISFIABLE
1800.18/901.83	c Found 24 solution(s)
1800.18/901.83	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 
1800.18/901.83	c objective function=503
1800.18/901.83	c Total wall clock time (in seconds): 901.718

Verifier Data

OK	503

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-4119401-1467255204/watcher-4119401-1467255204 -o /tmp/evaluation-result-4119401-1467255204/solver-4119401-1467255204 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467248675-9331 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4119401-1467255204.opb 

pid=12971
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.04 4.05 4.00 3/185 12974
/proc/meminfo: memFree=29187032/32872528 swapFree=7620/7620
[pid=12974] ppid=12971 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/12974/stat : 12974 (java) S 12971 12974 8968 0 -1 4202496 1311 0 0 0 0 0 0 0 20 0 2 0 6416578 98635776 943 33554432000 1073741824 1073778376 140735357670432 140735357661568 218238058557 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12974/statm: 24081 949 720 9 0 16771 0
[pid=12974/tid=12976] ppid=12971 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12976/stat : 12976 (java) R 12971 12974 8968 0 -1 4202560 122 0 0 0 0 0 0 0 20 0 2 0 6416578 98570240 970 33554432000 1073741824 1073778376 140735357670432 140528158625320 218234700688 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100126 s]
/proc/loadavg: 4.04 4.05 4.00 3/185 12974
/proc/meminfo: memFree=29187032/32872528 swapFree=7620/7620
[pid=12974] ppid=12971 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/12974/stat : 12974 (java) S 12971 12974 8968 0 -1 4202496 4408 0 1 0 9 1 0 0 20 0 18 0 6416578 9787879424 6041 33554432000 1073741824 1073778376 140735357670432 140735357661568 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12974/statm: 2389619 6041 2126 9 0 2380296 0
[pid=12974/tid=12976] ppid=12971 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12974/task/12976/stat : 12976 (java) R 12971 12974 8968 0 -1 4202560 2388 0 1 0 6 1 0 0 20 0 18 0 6416578 9787879424 6041 33554432000 1073741824 1073778376 140735357670432 140528158628768 140528164478461 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200324 s]
/proc/loadavg: 4.04 4.05 4.00 3/185 12974
/proc/meminfo: memFree=29187032/32872528 swapFree=7620/7620
[pid=12974] ppid=12971 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/12974/stat : 12974 (java) S 12971 12974 8968 0 -1 4202496 4608 0 1 0 22 1 0 0 20 0 18 0 6416578 9787879424 7206 33554432000 1073741824 1073778376 140735357670432 140735357661568 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12974/statm: 2389619 7206 2213 9 0 2380296 0
[pid=12974/tid=12976] ppid=12971 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/12974/task/12976/stat : 12976 (java) R 12971 12974 8968 0 -1 4202560 2410 0 1 0 16 1 0 0 20 0 18 0 6416578 9787879424 7206 33554432000 1073741824 1073778376 140735357670432 140528158628768 140527991332400 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300312 s]
/proc/loadavg: 4.04 4.05 4.00 3/185 12974
/proc/meminfo: memFree=29187032/32872528 swapFree=7620/7620
[pid=12974] ppid=12971 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/12974/stat : 12974 (java) S 12971 12974 8968 0 -1 4202496 5598 0 1 0 45 2 0 0 20 0 18 0 6416578 9787879424 8774 33554432000 1073741824 1073778376 140735357670432 140735357661568 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12974/statm: 2389619 8776 2240 9 0 2380296 0
[pid=12974/tid=12976] ppid=12971 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/12974/task/12976/stat : 12976 (java) R 12971 12974 8968 0 -1 4202560 2414 0 1 0 26 1 0 0 20 0 18 0 6416578 9787879424 8776 33554432000 1073741824 1073778376 140735357670432 140528158628768 140527991380902 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700338 s]
/proc/loadavg: 4.04 4.05 4.00 3/185 12974
/proc/meminfo: memFree=29187032/32872528 swapFree=7620/7620
[pid=12974] ppid=12971 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/12974/stat : 12974 (java) S 12971 12974 8968 0 -1 4202496 18900 0 1 0 149 6 0 0 20 0 19 0 6416578 10060525568 23143 33554432000 1073741824 1073778376 140735357670432 140735357661568 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12974/statm: 2456183 23143 2260 9 0 2446860 0
[pid=12974/tid=12976] ppid=12971 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/12974/task/12976/stat : 12976 (java) S 12971 12974 8968 0 -1 4202560 2471 0 1 0 53 1 0 0 20 0 19 0 6416578 10060525568 23143 33554432000 1073741824 1073778376 140735357670432 140528158630776 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 4.04 4.05 4.00 6/216 13013
/proc/meminfo: memFree=29081424/32872528 swapFree=7620/7620
[pid=12974] ppid=12971 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/12974/stat : 12974 (java) S 12971 12974 8968 0 -1 4202496 22641 0 1 0 253 9 0 0 20 0 19 0 6416578 10060525568 24500 33554432000 1073741824 1073778376 140735357670432 140735357661568 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12974/statm: 2456183 24500 2270 9 0 2446860 0
[pid=12974/tid=12976] ppid=12971 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/12974/task/12976/stat : 12976 (java) S 12971 12974 8968 0 -1 4202560 2472 0 1 0 54 2 0 0 20 0 19 0 6416578 10060525568 24500 33554432000 1073741824 1073778376 140735357670432 140528158630776 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12974/tid=12980] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12980/stat : 12980 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416579 10060525568 24500 33554432000 1073741824 1073778376 140735357670432 140528120121640 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12981] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12981/stat : 12981 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416579 10060525568 24500 33554432000 1073741824 1073778376 140735357670432 140528119068840 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12974/tid=12982] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12982/stat : 12982 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416579 10060525568 24500 33554432000 1073741824 1073778376 140735357670432 140528118016552 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12974/tid=12983] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12983/stat : 12983 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416579 10060525568 24500 33554432000 1073741824 1073778376 140735357670432 140528116963752 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12974/tid=12984] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12984/stat : 12984 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416579 10060525568 24500 33554432000 1073741824 1073778376 140735357670432 140528115911464 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12985] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12985/stat : 12985 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416579 10060525568 24500 33554432000 1073741824 1073778376 140735357670432 140528114858664 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12974/tid=12986] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12986/stat : 12986 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416579 10060525568 24500 33554432000 1073741824 1073778376 140735357670432 140528113806376 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12987] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12987/stat : 12987 (java) S 12971 12974 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 6416579 10060525568 24500 33554432000 1073741824 1073778376 140735357670432 140528112753576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12988] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12988/stat : 12988 (java) S 12971 12974 8968 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 6416580 10060525568 24500 33554432000 1073741824 1073778376 140735357670432 140527982831848 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12974/tid=12989] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12989/stat : 12989 (java) S 12971 12974 8968 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 6416581 10060525568 24500 33554432000 1073741824 1073778376 140735357670432 140527981777912 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12990] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12990/stat : 12990 (java) S 12971 12974 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6416581 10060525568 24500 33554432000 1073741824 1073778376 140735357670432 140527980725512 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12996] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12996/stat : 12996 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416583 10060525568 24500 33554432000 1073741824 1073778376 140735357670432 140527979674000 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12997] ppid=12971 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/12974/task/12997/stat : 12997 (java) S 12971 12974 8968 0 -1 4202560 10553 0 0 0 81 2 0 0 20 0 19 0 6416583 10060525568 24500 33554432000 1073741824 1073778376 140735357670432 140527978621624 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12998] ppid=12971 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/12974/task/12998/stat : 12998 (java) S 12971 12974 8968 0 -1 4202560 8259 0 0 0 80 2 0 0 20 0 19 0 6416583 10060525568 24500 33554432000 1073741824 1073778376 140735357670432 140527977568824 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12974/tid=12999] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12999/stat : 12999 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416583 10060525568 24500 33554432000 1073741824 1073778376 140735357670432 140527976516728 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12974/tid=13000] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/13000/stat : 13000 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416583 10060525568 24500 33554432000 1073741824 1073778376 140735357670432 140526967844040 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12974/tid=13008] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/13008/stat : 13008 (java) S 12971 12974 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6416636 10060525568 24500 33554432000 1073741824 1073778376 140735357670432 140526963631144 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 3.87 4.01 3.98 5/216 13090
/proc/meminfo: memFree=29057572/32872528 swapFree=7620/7620
[pid=12974] ppid=12971 vsize=9824732 CPUtime=3.63 cores=0,2,4,6
/proc/12974/stat : 12974 (java) S 12971 12974 8968 0 -1 4202496 22675 0 1 0 350 13 0 0 20 0 19 0 6416578 10060525568 30646 33554432000 1073741824 1073778376 140735357670432 140735357661568 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12974/statm: 2456183 30646 2271 9 0 2446860 0
[pid=12974/tid=12976] ppid=12971 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/12974/task/12976/stat : 12976 (java) S 12971 12974 8968 0 -1 4202560 2474 0 1 0 56 2 0 0 20 0 19 0 6416578 10060525568 30646 33554432000 1073741824 1073778376 140735357670432 140528158630776 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12974/tid=12980] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12980/stat : 12980 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416579 10060525568 30646 33554432000 1073741824 1073778376 140735357670432 140528120121640 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12981] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12981/stat : 12981 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416579 10060525568 30646 33554432000 1073741824 1073778376 140735357670432 140528119068840 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12974/tid=12982] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12982/stat : 12982 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416579 10060525568 30646 33554432000 1073741824 1073778376 140735357670432 140528118016552 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12974/tid=12983] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12983/stat : 12983 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416579 10060525568 30646 33554432000 1073741824 1073778376 140735357670432 140528116963752 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12974/tid=12984] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12984/stat : 12984 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416579 10060525568 30646 33554432000 1073741824 1073778376 140735357670432 140528115911464 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12985] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12985/stat : 12985 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416579 10060525568 30646 33554432000 1073741824 1073778376 140735357670432 140528114858664 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12974/tid=12986] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12986/stat : 12986 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416579 10060525568 30646 33554432000 1073741824 1073778376 140735357670432 140528113806376 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12987] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12987/stat : 12987 (java) S 12971 12974 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 6416579 10060525568 30646 33554432000 1073741824 1073778376 140735357670432 140528112753576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12988] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12988/stat : 12988 (java) S 12971 12974 8968 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 6416580 10060525568 30646 33554432000 1073741824 1073778376 140735357670432 140527982831848 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12974/tid=12989] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12989/stat : 12989 (java) S 12971 12974 8968 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 6416581 10060525568 30646 33554432000 1073741824 1073778376 140735357670432 140527981777912 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12990] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12990/stat : 12990 (java) S 12971 12974 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6416581 10060525568 30646 33554432000 1073741824 1073778376 140735357670432 140527980725512 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12996] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12996/stat : 12996 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416583 10060525568 30646 33554432000 1073741824 1073778376 140735357670432 140527979674000 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12997] ppid=12971 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/12974/task/12997/stat : 12997 (java) S 12971 12974 8968 0 -1 4202560 10553 0 0 0 108 2 0 0 20 0 19 0 6416583 10060525568 30646 33554432000 1073741824 1073778376 140735357670432 140527978621624 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12974/tid=12998] ppid=12971 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/12974/task/12998/stat : 12998 (java) S 12971 12974 8968 0 -1 4202560 8260 0 0 0 104 2 0 0 20 0 19 0 6416583 10060525568 30646 33554432000 1073741824 1073778376 140735357670432 140527977568824 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12974/tid=12999] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12999/stat : 12999 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416583 10060525568 30646 33554432000 1073741824 1073778376 140735357670432 140527976516728 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12974/tid=13000] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/13000/stat : 13000 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416583 10060525568 30646 33554432000 1073741824 1073778376 140735357670432 140526967844040 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12974/tid=13008] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/13008/stat : 13008 (java) S 12971 12974 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6416636 10060525568 30646 33554432000 1073741824 1073778376 140735357670432 140526963631144 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 9824732

[startup+6.30086 s]
/proc/loadavg: 3.87 4.01 3.98 1/213 13125
/proc/meminfo: memFree=28956560/32872528 swapFree=7620/7620
[pid=12974] ppid=12971 vsize=9824732 CPUtime=4.55 cores=0,2,4,6
/proc/12974/stat : 12974 (java) S 12971 12974 8968 0 -1 4202496 22800 0 1 0 433 22 0 0 20 0 19 0 6416578 10060525568 45806 33554432000 1073741824 1073778376 140735357670432 140735357661568 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12974/statm: 2456183 45806 2276 9 0 2446860 0
[pid=12974/tid=12976] ppid=12971 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/12974/task/12976/stat : 12976 (java) S 12971 12974 8968 0 -1 4202560 2479 0 1 0 59 2 0 0 20 0 19 0 6416578 10060525568 45806 33554432000 1073741824 1073778376 140735357670432 140528158630776 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12974/tid=12980] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12980/stat : 12980 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416579 10060525568 45806 33554432000 1073741824 1073778376 140735357670432 140528120121640 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12981] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12981/stat : 12981 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416579 10060525568 45806 33554432000 1073741824 1073778376 140735357670432 140528119068840 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12974/tid=12982] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12982/stat : 12982 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416579 10060525568 45806 33554432000 1073741824 1073778376 140735357670432 140528118016552 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12974/tid=12983] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12983/stat : 12983 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416579 10060525568 45806 33554432000 1073741824 1073778376 140735357670432 140528116963752 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12974/tid=12984] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12984/stat : 12984 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416579 10060525568 45806 33554432000 1073741824 1073778376 140735357670432 140528115911464 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12985] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12985/stat : 12985 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416579 10060525568 45806 33554432000 1073741824 1073778376 140735357670432 140528114858664 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12974/tid=12986] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12986/stat : 12986 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416579 10060525568 45806 33554432000 1073741824 1073778376 140735357670432 140528113806376 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12987] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12987/stat : 12987 (java) S 12971 12974 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 6416579 10060525568 45806 33554432000 1073741824 1073778376 140735357670432 140528112753576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12988] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12988/stat : 12988 (java) S 12971 12974 8968 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 6416580 10060525568 45806 33554432000 1073741824 1073778376 140735357670432 140527982831848 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12989] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12989/stat : 12989 (java) S 12971 12974 8968 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 6416581 10060525568 45806 33554432000 1073741824 1073778376 140735357670432 140527981777912 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12990] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12990/stat : 12990 (java) S 12971 12974 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6416581 10060525568 45806 33554432000 1073741824 1073778376 140735357670432 140527980725512 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12996] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12996/stat : 12996 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416583 10060525568 45806 33554432000 1073741824 1073778376 140735357670432 140527979674000 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12997] ppid=12971 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/12974/task/12997/stat : 12997 (java) S 12971 12974 8968 0 -1 4202560 10568 0 0 0 124 3 0 0 20 0 19 0 6416583 10060525568 45806 33554432000 1073741824 1073778376 140735357670432 140527978621624 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12974/tid=12998] ppid=12971 vsize=9824732 CPUtime=1.15 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.04 4.01 4.00 5/219 13266
/proc/meminfo: memFree=21851564/32872528 swapFree=7620/7620
[pid=12974] ppid=12971 vsize=9824732 CPUtime=1640.69 cores=0,2,4,6
/proc/12974/stat : 12974 (java) S 12971 12974 8968 0 -1 4202496 42694 0 1 0 163629 440 0 0 20 0 22 0 6416578 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140735357661568 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12974/statm: 2456183 1053931 2302 9 0 2446860 0
[pid=12974/tid=12976] ppid=12971 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/12974/task/12976/stat : 12976 (java) S 12971 12974 8968 0 -1 4202560 2489 0 1 0 65 3 0 0 20 0 22 0 6416578 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140528158630776 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12974/tid=12980] ppid=12971 vsize=9824732 CPUtime=4.64 cores=0,2,4,6
/proc/12974/task/12980/stat : 12980 (java) S 12971 12974 8968 0 -1 4202560 1786 0 0 0 424 40 0 0 20 0 22 0 6416579 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140528120121640 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12981] ppid=12971 vsize=9824732 CPUtime=4.79 cores=0,2,4,6
/proc/12974/task/12981/stat : 12981 (java) S 12971 12974 8968 0 -1 4202560 2312 0 0 0 434 45 0 0 20 0 22 0 6416579 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140528119068840 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12974/tid=12982] ppid=12971 vsize=9824732 CPUtime=5.28 cores=0,2,4,6
/proc/12974/task/12982/stat : 12982 (java) S 12971 12974 8968 0 -1 4202560 3400 0 0 0 475 53 0 0 20 0 22 0 6416579 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140528118016552 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12983] ppid=12971 vsize=9824732 CPUtime=5.2 cores=0,2,4,6
/proc/12974/task/12983/stat : 12983 (java) S 12971 12974 8968 0 -1 4202560 1695 0 0 0 475 45 0 0 20 0 22 0 6416579 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140528116963752 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12984] ppid=12971 vsize=9824732 CPUtime=4.67 cores=0,2,4,6
/proc/12974/task/12984/stat : 12984 (java) S 12971 12974 8968 0 -1 4202560 1920 0 0 0 416 51 0 0 20 0 22 0 6416579 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140528115911464 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12985] ppid=12971 vsize=9824732 CPUtime=5.36 cores=0,2,4,6
/proc/12974/task/12985/stat : 12985 (java) S 12971 12974 8968 0 -1 4202560 1798 0 0 0 489 47 0 0 20 0 22 0 6416579 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140528114858664 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12986] ppid=12971 vsize=9824732 CPUtime=4.52 cores=0,2,4,6
/proc/12974/task/12986/stat : 12986 (java) S 12971 12974 8968 0 -1 4202560 1580 0 0 0 403 49 0 0 20 0 22 0 6416579 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140528113806376 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12974/tid=12987] ppid=12971 vsize=9824732 CPUtime=4.76 cores=0,2,4,6
/proc/12974/task/12987/stat : 12987 (java) S 12971 12974 8968 0 -1 4202560 1713 0 0 0 434 42 0 0 20 0 22 0 6416579 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140528112753576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12988] ppid=12971 vsize=9824732 CPUtime=6.52 cores=0,2,4,6
/proc/12974/task/12988/stat : 12988 (java) S 12971 12974 8968 0 -1 4202560 3059 0 0 0 645 7 0 0 20 0 22 0 6416580 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140527982831848 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12974/tid=12989] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12989/stat : 12989 (java) S 12971 12974 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6416581 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140527981777912 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12974/tid=12990] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12990/stat : 12990 (java) S 12971 12974 8968 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 22 0 6416581 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140527980725512 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12974/tid=12996] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12996/stat : 12996 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6416583 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140527979674000 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12997] ppid=12971 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/12974/task/12997/stat : 12997 (java) S 12971 12974 8968 0 -1 4202560 10575 0 0 0 152 3 0 0 20 0 22 0 6416583 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140527978621624 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12974/tid=12998] ppid=12971 vsize=9824732 CPUtime=1.62 cores=0,2,4,6
/proc/12974/task/12998/stat : 12998 (java) S 12971 12974 8968 0 -1 4202560 8279 0 0 0 160 2 0 0 20 0 22 0 6416583 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140527977568824 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12974/tid=12999] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12999/stat : 12999 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6416583 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140527976516728 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12974/tid=13000] ppid=12971 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/12974/task/13000/stat : 13000 (java) S 12971 12974 8968 0 -1 4202560 47 0 0 0 15 10 0 0 20 0 22 0 6416583 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140526967844040 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=13196] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/13196/stat : 13196 (java) S 12971 12974 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6417995 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140526966789416 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12974/tid=13222] ppid=12971 vsize=9824732 CPUtime=575.69 cores=0,2,4,6
/proc/12974/task/13222/stat : 13222 (java) R 12971 12974 8968 0 -1 4202560 15 0 0 0 57561 8 0 0 20 0 22 0 6440148 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140526965726944 140527991838230 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=13223] ppid=12971 vsize=9824732 CPUtime=575.67 cores=0,2,4,6
/proc/12974/task/13223/stat : 13223 (java) R 12971 12974 8968 0 -1 4202560 27 0 0 0 57559 8 0 0 20 0 22 0 6440148 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140526964681968 140527992478096 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12974/tid=13224] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/13224/stat : 13224 (java) S 12971 12974 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6440148 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140526963631144 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1640.69
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.01 4.01 4.00 5/219 13267
/proc/meminfo: memFree=21851408/32872528 swapFree=7620/7620
[pid=12974] ppid=12971 vsize=9824732 CPUtime=1760.69 cores=0,2,4,6
/proc/12974/stat : 12974 (java) S 12971 12974 8968 0 -1 4202496 42698 0 1 0 175628 441 0 0 20 0 22 0 6416578 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140735357661568 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12974/statm: 2456183 1053931 2302 9 0 2446860 0
[pid=12974/tid=12976] ppid=12971 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/12974/task/12976/stat : 12976 (java) S 12971 12974 8968 0 -1 4202560 2489 0 1 0 65 3 0 0 20 0 22 0 6416578 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140528158630776 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12974/tid=12980] ppid=12971 vsize=9824732 CPUtime=4.64 cores=0,2,4,6
/proc/12974/task/12980/stat : 12980 (java) S 12971 12974 8968 0 -1 4202560 1786 0 0 0 424 40 0 0 20 0 22 0 6416579 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140528120121640 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12981] ppid=12971 vsize=9824732 CPUtime=4.79 cores=0,2,4,6
/proc/12974/task/12981/stat : 12981 (java) S 12971 12974 8968 0 -1 4202560 2312 0 0 0 434 45 0 0 20 0 22 0 6416579 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140528119068840 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12974/tid=12982] ppid=12971 vsize=9824732 CPUtime=5.28 cores=0,2,4,6
/proc/12974/task/12982/stat : 12982 (java) S 12971 12974 8968 0 -1 4202560 3400 0 0 0 475 53 0 0 20 0 22 0 6416579 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140528118016552 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12983] ppid=12971 vsize=9824732 CPUtime=5.2 cores=0,2,4,6
/proc/12974/task/12983/stat : 12983 (java) S 12971 12974 8968 0 -1 4202560 1695 0 0 0 475 45 0 0 20 0 22 0 6416579 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140528116963752 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12984] ppid=12971 vsize=9824732 CPUtime=4.67 cores=0,2,4,6
/proc/12974/task/12984/stat : 12984 (java) S 12971 12974 8968 0 -1 4202560 1920 0 0 0 416 51 0 0 20 0 22 0 6416579 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140528115911464 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12985] ppid=12971 vsize=9824732 CPUtime=5.36 cores=0,2,4,6
/proc/12974/task/12985/stat : 12985 (java) S 12971 12974 8968 0 -1 4202560 1798 0 0 0 489 47 0 0 20 0 22 0 6416579 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140528114858664 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12986] ppid=12971 vsize=9824732 CPUtime=4.52 cores=0,2,4,6
/proc/12974/task/12986/stat : 12986 (java) S 12971 12974 8968 0 -1 4202560 1580 0 0 0 403 49 0 0 20 0 22 0 6416579 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140528113806376 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12974/tid=12987] ppid=12971 vsize=9824732 CPUtime=4.76 cores=0,2,4,6
/proc/12974/task/12987/stat : 12987 (java) S 12971 12974 8968 0 -1 4202560 1713 0 0 0 434 42 0 0 20 0 22 0 6416579 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140528112753576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12988] ppid=12971 vsize=9824732 CPUtime=6.52 cores=0,2,4,6
/proc/12974/task/12988/stat : 12988 (java) S 12971 12974 8968 0 -1 4202560 3059 0 0 0 645 7 0 0 20 0 22 0 6416580 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140527982831848 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12974/tid=12989] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12989/stat : 12989 (java) S 12971 12974 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6416581 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140527981777912 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12974/tid=12990] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12990/stat : 12990 (java) S 12971 12974 8968 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 22 0 6416581 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140527980725512 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12974/tid=12996] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12996/stat : 12996 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6416583 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140527979674000 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12997] ppid=12971 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/12974/task/12997/stat : 12997 (java) S 12971 12974 8968 0 -1 4202560 10575 0 0 0 152 3 0 0 20 0 22 0 6416583 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140527978621624 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12974/tid=12998] ppid=12971 vsize=9824732 CPUtime=1.62 cores=0,2,4,6
/proc/12974/task/12998/stat : 12998 (java) S 12971 12974 8968 0 -1 4202560 8279 0 0 0 160 2 0 0 20 0 22 0 6416583 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140527977568824 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12974/tid=12999] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12999/stat : 12999 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6416583 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140527976516728 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12974/tid=13000] ppid=12971 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/12974/task/13000/stat : 13000 (java) S 12971 12974 8968 0 -1 4202560 51 0 0 0 16 11 0 0 20 0 22 0 6416583 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140526967844040 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=13196] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/13196/stat : 13196 (java) S 12971 12974 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6417995 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140526966789416 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12974/tid=13222] ppid=12971 vsize=9824732 CPUtime=635.68 cores=0,2,4,6
/proc/12974/task/13222/stat : 13222 (java) R 12971 12974 8968 0 -1 4202560 15 0 0 0 63559 9 0 0 20 0 22 0 6440148 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140526965726944 140527992271677 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=13223] ppid=12971 vsize=9824732 CPUtime=635.68 cores=0,2,4,6
/proc/12974/task/13223/stat : 13223 (java) R 12971 12974 8968 0 -1 4202560 27 0 0 0 63559 9 0 0 20 0 22 0 6440148 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140526964681968 140527992478080 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12974/tid=13224] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/13224/stat : 13224 (java) S 12971 12974 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6440148 10060525568 1053931 33554432000 1073741824 1073778376 140735357670432 140526963631144 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1760.69
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.801 s]
/proc/loadavg: 4.01 4.01 4.00 5/219 13267
/proc/meminfo: memFree=21806232/32872528 swapFree=7620/7620
[pid=12974] ppid=12971 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/12974/stat : 12974 (java) S 12971 12974 8968 0 -1 4202496 42773 0 1 0 179572 446 0 0 20 0 22 0 6416578 10060525568 1065201 33554432000 1073741824 1073778376 140735357670432 140735357661568 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12974/statm: 2456183 1065201 2302 9 0 2446860 0
[pid=12974/tid=12976] ppid=12971 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/12974/task/12976/stat : 12976 (java) S 12971 12974 8968 0 -1 4202560 2489 0 1 0 66 3 0 0 20 0 22 0 6416578 10060525568 1065201 33554432000 1073741824 1073778376 140735357670432 140528158630776 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12974/tid=12980] ppid=12971 vsize=9824732 CPUtime=4.74 cores=0,2,4,6
/proc/12974/task/12980/stat : 12980 (java) S 12971 12974 8968 0 -1 4202560 1792 0 0 0 434 40 0 0 20 0 22 0 6416579 10060525568 1065201 33554432000 1073741824 1073778376 140735357670432 140528120121640 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12974/tid=12981] ppid=12971 vsize=9824732 CPUtime=4.92 cores=0,2,4,6
/proc/12974/task/12981/stat : 12981 (java) S 12971 12974 8968 0 -1 4202560 2317 0 0 0 447 45 0 0 20 0 22 0 6416579 10060525568 1065201 33554432000 1073741824 1073778376 140735357670432 140528119068840 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12974/tid=12982] ppid=12971 vsize=9824732 CPUtime=5.42 cores=0,2,4,6
/proc/12974/task/12982/stat : 12982 (java) S 12971 12974 8968 0 -1 4202560 3411 0 0 0 489 53 0 0 20 0 22 0 6416579 10060525568 1065201 33554432000 1073741824 1073778376 140735357670432 140528118016552 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12974/tid=12983] ppid=12971 vsize=9824732 CPUtime=5.33 cores=0,2,4,6
/proc/12974/task/12983/stat : 12983 (java) S 12971 12974 8968 0 -1 4202560 1705 0 0 0 488 45 0 0 20 0 22 0 6416579 10060525568 1065201 33554432000 1073741824 1073778376 140735357670432 140528116963752 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12974/tid=12984] ppid=12971 vsize=9824732 CPUtime=4.8 cores=0,2,4,6
/proc/12974/task/12984/stat : 12984 (java) S 12971 12974 8968 0 -1 4202560 1927 0 0 0 428 52 0 0 20 0 22 0 6416579 10060525568 1065201 33554432000 1073741824 1073778376 140735357670432 140528115911464 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12974/tid=12985] ppid=12971 vsize=9824732 CPUtime=5.45 cores=0,2,4,6
/proc/12974/task/12985/stat : 12985 (java) S 12971 12974 8968 0 -1 4202560 1803 0 0 0 498 47 0 0 20 0 22 0 6416579 10060525568 1065201 33554432000 1073741824 1073778376 140735357670432 140528114858664 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12974/tid=12986] ppid=12971 vsize=9824732 CPUtime=4.77 cores=0,2,4,6
/proc/12974/task/12986/stat : 12986 (java) S 12971 12974 8968 0 -1 4202560 1594 0 0 0 427 50 0 0 20 0 22 0 6416579 10060525568 1065201 33554432000 1073741824 1073778376 140735357670432 140528113806376 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12974/tid=12987] ppid=12971 vsize=9824732 CPUtime=4.86 cores=0,2,4,6
/proc/12974/task/12987/stat : 12987 (java) S 12971 12974 8968 0 -1 4202560 1727 0 0 0 443 43 0 0 20 0 22 0 6416579 10060525568 1065201 33554432000 1073741824 1073778376 140735357670432 140528112753576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12974/tid=12988] ppid=12971 vsize=9824732 CPUtime=6.53 cores=0,2,4,6
/proc/12974/task/12988/stat : 12988 (java) S 12971 12974 8968 0 -1 4202560 3061 0 0 0 645 8 0 0 20 0 22 0 6416580 10060525568 1065201 33554432000 1073741824 1073778376 140735357670432 140527982831848 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12974/tid=12989] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12989/stat : 12989 (java) S 12971 12974 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6416581 10060525568 1065201 33554432000 1073741824 1073778376 140735357670432 140527981777912 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12974/tid=12990] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12990/stat : 12990 (java) S 12971 12974 8968 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 22 0 6416581 10060525568 1065201 33554432000 1073741824 1073778376 140735357670432 140527980725512 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12974/tid=12996] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12996/stat : 12996 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6416583 10060525568 1065201 33554432000 1073741824 1073778376 140735357670432 140527979674000 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=12997] ppid=12971 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/12974/task/12997/stat : 12997 (java) S 12971 12974 8968 0 -1 4202560 10575 0 0 0 152 3 0 0 20 0 22 0 6416583 10060525568 1065201 33554432000 1073741824 1073778376 140735357670432 140527978621624 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12974/tid=12998] ppid=12971 vsize=9824732 CPUtime=1.62 cores=0,2,4,6
/proc/12974/task/12998/stat : 12998 (java) S 12971 12974 8968 0 -1 4202560 8279 0 0 0 160 2 0 0 20 0 22 0 6416583 10060525568 1065201 33554432000 1073741824 1073778376 140735357670432 140527977568824 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12974/tid=12999] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/12999/stat : 12999 (java) S 12971 12974 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6416583 10060525568 1065201 33554432000 1073741824 1073778376 140735357670432 140527976516728 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12974/tid=13000] ppid=12971 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/12974/task/13000/stat : 13000 (java) S 12971 12974 8968 0 -1 4202560 51 0 0 0 16 11 0 0 20 0 22 0 6416583 10060525568 1065201 33554432000 1073741824 1073778376 140735357670432 140526967844040 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=13196] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/13196/stat : 13196 (java) S 12971 12974 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6417995 10060525568 1065201 33554432000 1073741824 1073778376 140735357670432 140526966789416 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12974/tid=13222] ppid=12971 vsize=9824732 CPUtime=654.89 cores=0,2,4,6
/proc/12974/task/13222/stat : 13222 (java) R 12971 12974 8968 0 -1 4202560 15 0 0 0 65480 9 0 0 20 0 22 0 6440148 10060525568 1065201 33554432000 1073741824 1073778376 140735357670432 140526965726944 140527992579163 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12974/tid=13223] ppid=12971 vsize=9824732 CPUtime=654.91 cores=0,2,4,6
/proc/12974/task/13223/stat : 13223 (java) R 12971 12974 8968 0 -1 4202560 28 0 0 0 65482 9 0 0 20 0 22 0 6440148 10060525568 1065201 33554432000 1073741824 1073778376 140735357670432 140526964681264 140527992478206 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12974/tid=13224] ppid=12971 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12974/task/13224/stat : 13224 (java) S 12971 12974 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6440148 10060525568 1065201 33554432000 1073741824 1073778376 140735357670432 140526963631144 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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 12974 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 901.862
CPU time (s): 1800.74
CPU user time (s): 1795.88
CPU system time (s): 4.86026
CPU usage (%): 199.669
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.88
system time used= 4.86026
maximum resident set size= 4260916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42810
page faults= 1
swaps= 0
block input operations= 0
block output operations= 888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24023
involuntary context switches= 26317

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.42317 second user time and 7.51286 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-30 04:53:25
IDJOB=4119401
IDBENCH=111721
IDSOLVER=2543
FILE ID=node106/4119401-1467255204
RUNJOBID= node106-1467248675-9331
PBS_JOBID= 20004477
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= 5019819e38c93741933e11d6bd120509
RANDOM SEED=1581493561

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.495
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.495
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.495
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.495
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.495
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29194936 kB
Buffers:           39844 kB
Cached:          2860612 kB
SwapCached:            0 kB
Active:          2236896 kB
Inactive:         680396 kB
Active(anon):       3980 kB
Inactive(anon):    16068 kB
Active(file):    2232916 kB
Inactive(file):   664328 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1984 kB
Writeback:             0 kB
AnonPages:         25032 kB
Mapped:            17376 kB
Shmem:               204 kB
Slab:             624376 kB
SReclaimable:      67240 kB
SUnreclaim:       557136 kB
KernelStack:        1384 kB
PageTables:         3624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     130296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 71748 MiB
End job on node106 at 2016-06-30 05:08:26