Trace number 4119405

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)1396 1800.56 915.043

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-edgecross10-090.opb
MD5SUM4d62bfaaedca9eb52e0cc8cc6df1d4f9
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1387
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables91
Total number of constraints481
Number of constraints which are clauses480
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 680
Biggest coefficient in the objective function 1646
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 3308
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1646
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3308
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)603
Sum of products size (including duplicates)1206
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4119405-1467255206.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.23/0.26	c ... done. Wall clock time 0.15s.
0.23/0.26	c declared #vars     91
0.23/0.26	c internal #vars     694
0.23/0.26	c #constraints  1688
0.23/0.26	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.23/0.26	c constraints type 
0.23/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1083
0.23/0.26	c org.sat4j.specs.Constr$1 => 1
0.23/0.26	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.23/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 603
0.23/0.26	c 1688 constraints processed.
0.23/0.26	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.23/0.26	c constraints type 
0.23/0.26	c org.sat4j.specs.Constr$1 => 1
0.23/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1083
0.23/0.26	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.23/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 603
0.23/0.26	c 1688 constraints processed.
0.23/0.26	c objective function length is 680 literals
0.23/0.28	c And the winner is solver0
0.44/0.76	c SATISFIABLE
0.44/0.76	c OPTIMIZING...
0.44/0.76	c Got one! Elapsed wall clock time (in seconds):0.655
0.44/0.76	o 1515
0.44/0.78	c And the winner is solver0
0.54/1.27	c Got one! Elapsed wall clock time (in seconds):1.165
0.54/1.27	o 1504
0.54/1.29	c And the winner is solver0
0.78/1.78	c Got one! Elapsed wall clock time (in seconds):1.671
0.78/1.78	o 1493
0.78/1.79	c And the winner is solver0
1.09/2.28	c Got one! Elapsed wall clock time (in seconds):2.176
1.09/2.28	o 1489
1.09/2.29	c And the winner is solver0
1.23/2.79	c Got one! Elapsed wall clock time (in seconds):2.679
1.23/2.79	o 1485
1.25/2.80	c And the winner is solver0
1.26/3.29	c Got one! Elapsed wall clock time (in seconds):3.182
1.26/3.29	o 1481
1.31/3.31	c And the winner is solver0
1.39/3.79	c Got one! Elapsed wall clock time (in seconds):3.684
1.39/3.79	o 1477
1.39/3.80	c And the winner is solver0
2.17/4.29	c Got one! Elapsed wall clock time (in seconds):4.187
2.17/4.29	o 1473
2.17/4.35	c And the winner is solver0
2.38/4.80	c Got one! Elapsed wall clock time (in seconds):4.689
2.38/4.80	o 1468
2.38/4.80	c And the winner is solver0
2.38/5.30	c Got one! Elapsed wall clock time (in seconds):5.191
2.38/5.30	o 1466
2.38/5.30	c And the winner is solver0
2.38/5.80	c Got one! Elapsed wall clock time (in seconds):5.693
2.38/5.80	o 1462
2.38/5.80	c And the winner is solver0
2.39/6.30	c Got one! Elapsed wall clock time (in seconds):6.195
2.39/6.30	o 1451
2.39/6.30	c And the winner is solver0
2.39/6.80	c Got one! Elapsed wall clock time (in seconds):6.697
2.39/6.80	o 1448
2.39/6.81	c And the winner is solver0
2.46/7.31	c Got one! Elapsed wall clock time (in seconds):7.199
2.46/7.31	o 1445
2.46/7.31	c And the winner is solver0
2.46/7.81	c Got one! Elapsed wall clock time (in seconds):7.701
2.46/7.81	o 1432
2.89/8.01	c And the winner is solver0
2.91/8.31	c Got one! Elapsed wall clock time (in seconds):8.203
2.91/8.31	o 1423
3.97/8.78	c cleaning 3112 clauses out of 6224 with flag 8545/6224
5.77/9.55	c cleaning 4549 clauses out of 9111 with flag 22527/12223
7.62/10.45	c cleaning 5782 clauses out of 11565 with flag 40227/19226
10.19/11.60	c cleaning 6890 clauses out of 13780 with flag 60689/27223
10.99/12.02	c And the winner is solver1
11.05/12.31	c Got one! Elapsed wall clock time (in seconds):12.205
11.05/12.31	o 1420
11.05/12.33	c And the winner is solver0
11.13/12.81	c Got one! Elapsed wall clock time (in seconds):12.707
11.13/12.81	o 1414
11.13/12.87	c And the winner is solver0
11.27/13.31	c Got one! Elapsed wall clock time (in seconds):13.209
11.27/13.31	o 1408
11.63/13.58	c cleaning 6376 clauses out of 12751 with flag 6805/33084
13.03/14.23	c cleaning 6188 clauses out of 12375 with flag 27878/39084
14.69/15.01	c cleaning 6589 clauses out of 13186 with flag 50230/46083
16.50/15.97	c cleaning 7297 clauses out of 14597 with flag 76908/54083
18.18/16.79	c And the winner is solver0
18.39/16.84	c Got one! Elapsed wall clock time (in seconds):16.737
18.39/16.84	o 1406
19.54/17.49	c cleaning 10029 clauses out of 20057 with flag 13216/66840
20.94/18.16	c cleaning 8015 clauses out of 16030 with flag 27343/72842
22.54/18.93	c cleaning 7500 clauses out of 15016 with flag 44912/79843
24.14/19.75	c cleaning 7751 clauses out of 15514 with flag 64966/87841
26.34/20.86	c cleaning 8379 clauses out of 16762 with flag 88444/96840
29.08/22.11	c cleaning 9185 clauses out of 18384 with flag 113193/106841
31.28/23.28	c cleaning 10099 clauses out of 20198 with flag 140400/117840
34.46/24.82	c cleaning 11050 clauses out of 22100 with flag 170065/129841
37.88/26.54	c cleaning 12025 clauses out of 24050 with flag 201193/142841
41.80/28.46	c cleaning 13011 clauses out of 26025 with flag 239481/156841
45.80/30.46	c cleaning 14005 clauses out of 28016 with flag 276260/171843
50.20/32.67	c cleaning 15001 clauses out of 30009 with flag 314087/187841
55.73/35.37	c cleaning 16002 clauses out of 32009 with flag 354421/204842
59.39/37.11	c And the winner is solver0
59.51/37.35	c Got one! Elapsed wall clock time (in seconds):37.242
59.51/37.35	o 1405
61.20/38.27	c cleaning 16560 clauses out of 33128 with flag 13334/221963
62.80/39.01	c cleaning 11283 clauses out of 22568 with flag 28028/227963
64.40/39.82	c cleaning 9135 clauses out of 18286 with flag 45430/234964
66.21/40.78	c cleaning 8569 clauses out of 17150 with flag 66347/242963
68.41/41.88	c cleaning 8787 clauses out of 17582 with flag 91085/251964
70.81/43.07	c cleaning 9397 clauses out of 18793 with flag 119064/261962
72.59/43.91	c And the winner is solver0
73.92/45.25	c Got one! Elapsed wall clock time (in seconds):45.147
73.92/45.25	o 1404
74.04/45.33	c And the winner is solver0
74.17/45.76	c Got one! Elapsed wall clock time (in seconds):45.649
74.17/45.76	o 1398
75.26/46.39	c cleaning 11947 clauses out of 23899 with flag 12343/276465
76.65/47.02	c cleaning 8968 clauses out of 17950 with flag 26440/282463
78.05/47.75	c cleaning 7988 clauses out of 15980 with flag 42969/289461
79.85/48.63	c cleaning 7991 clauses out of 15992 with flag 64697/297461
81.66/49.59	c cleaning 8499 clauses out of 17001 with flag 88117/306461
84.25/50.83	c cleaning 9250 clauses out of 18503 with flag 111385/316462
86.85/52.13	c cleaning 10123 clauses out of 20252 with flag 139198/327461
89.44/53.47	c cleaning 11061 clauses out of 22130 with flag 170158/339462
92.45/54.97	c cleaning 12030 clauses out of 24068 with flag 202565/352461
95.85/56.66	c cleaning 13019 clauses out of 26039 with flag 237264/366462
99.65/58.51	c cleaning 14006 clauses out of 28019 with flag 275368/381461
103.45/60.46	c cleaning 15004 clauses out of 30014 with flag 313494/397462
108.26/62.89	c cleaning 16000 clauses out of 32010 with flag 355546/414462
113.65/65.50	c cleaning 16999 clauses out of 34011 with flag 398030/432463
119.07/68.22	c cleaning 18001 clauses out of 36010 with flag 446974/451461
124.85/71.14	c cleaning 19002 clauses out of 38011 with flag 495055/471463
131.65/74.59	c cleaning 20003 clauses out of 40007 with flag 551616/492461
139.38/78.32	c cleaning 21000 clauses out of 42004 with flag 608190/514461
146.98/82.19	c cleaning 22003 clauses out of 44006 with flag 665720/537463
155.38/86.33	c cleaning 22990 clauses out of 46001 with flag 728225/561461
162.97/90.16	c cleaning 24004 clauses out of 48012 with flag 804085/586462
170.97/94.17	c cleaning 25004 clauses out of 50009 with flag 875230/612463
179.78/98.54	c cleaning 25998 clauses out of 52004 with flag 946846/639462
189.38/103.35	c cleaning 27003 clauses out of 54007 with flag 1022951/667463
198.78/108.07	c cleaning 27998 clauses out of 56002 with flag 1104004/696461
209.59/113.42	c cleaning 28996 clauses out of 58004 with flag 1184836/726461
221.57/119.42	c cleaning 29999 clauses out of 60008 with flag 1268197/757461
232.97/125.13	c cleaning 31002 clauses out of 62010 with flag 1350220/789462
245.76/131.59	c cleaning 32001 clauses out of 64007 with flag 1452441/822461
258.36/137.84	c cleaning 33002 clauses out of 66008 with flag 1546458/856463
272.96/145.15	c cleaning 34001 clauses out of 68004 with flag 1629865/891461
286.96/152.14	c cleaning 34997 clauses out of 70005 with flag 1711017/927463
300.76/159.08	c cleaning 35998 clauses out of 72006 with flag 1800602/964461
315.55/166.44	c cleaning 37005 clauses out of 74009 with flag 1894139/1002462
331.35/174.38	c cleaning 38002 clauses out of 76004 with flag 1988203/1041462
348.95/183.14	c cleaning 38993 clauses out of 78002 with flag 2093605/1081462
368.54/192.98	c cleaning 39999 clauses out of 80008 with flag 2204723/1122461
388.14/202.70	c cleaning 41004 clauses out of 82009 with flag 2305334/1164461
408.94/213.18	c cleaning 41998 clauses out of 84006 with flag 2420519/1207462
429.14/223.29	c cleaning 42995 clauses out of 86008 with flag 2532621/1251462
452.33/234.80	c cleaning 44005 clauses out of 88012 with flag 2661282/1296461
476.13/246.74	c cleaning 45002 clauses out of 90008 with flag 2770946/1342462
501.52/259.47	c cleaning 45996 clauses out of 92005 with flag 2907020/1389461
528.84/273.19	c cleaning 47001 clauses out of 94011 with flag 3048323/1437463
553.03/285.21	c cleaning 48001 clauses out of 96010 with flag 3180834/1486463
581.83/299.62	c cleaning 49001 clauses out of 98007 with flag 3322255/1536461
608.22/312.87	c cleaning 49996 clauses out of 100006 with flag 3460844/1587461
636.04/326.79	c cleaning 50994 clauses out of 102010 with flag 3604967/1639461
663.62/340.59	c cleaning 52005 clauses out of 104019 with flag 3759613/1692464
672.62/345.08	c And the winner is solver0
685.24/357.53	c Got one! Elapsed wall clock time (in seconds):357.423
685.24/357.53	o 1396
688.25/359.06	c cleaning 39038 clauses out of 78089 with flag 12909/1718539
690.45/360.13	c cleaning 22522 clauses out of 45049 with flag 27734/1724537
692.25/361.09	c cleaning 14758 clauses out of 29528 with flag 53466/1731538
694.26/362.08	c cleaning 11375 clauses out of 22769 with flag 76420/1739537
696.65/363.21	c cleaning 10191 clauses out of 20394 with flag 101876/1748537
699.05/364.47	c cleaning 10096 clauses out of 20203 with flag 128291/1758537
701.85/365.85	c cleaning 10553 clauses out of 21108 with flag 155874/1769538
704.85/367.36	c cleaning 11269 clauses out of 22554 with flag 185479/1781537
708.25/369.04	c cleaning 12141 clauses out of 24286 with flag 217668/1794538
712.05/370.91	c cleaning 13074 clauses out of 26147 with flag 259795/1808540
716.06/372.97	c cleaning 14035 clauses out of 28071 with flag 302184/1823538
720.85/375.37	c cleaning 15015 clauses out of 30035 with flag 344319/1839537
726.04/377.96	c cleaning 16010 clauses out of 32021 with flag 390684/1856538
731.24/380.51	c cleaning 17005 clauses out of 34010 with flag 444738/1874537
737.04/383.47	c cleaning 17998 clauses out of 36005 with flag 496634/1893537
743.24/386.59	c cleaning 19001 clauses out of 38008 with flag 551866/1913538
750.84/390.35	c cleaning 19999 clauses out of 40006 with flag 612386/1934537
757.86/393.82	c cleaning 20999 clauses out of 42007 with flag 672383/1956537
765.04/397.48	c cleaning 22000 clauses out of 44008 with flag 736801/1979537
773.64/401.78	c cleaning 23004 clauses out of 46010 with flag 801241/2003539
782.85/406.30	c cleaning 23995 clauses out of 48004 with flag 861470/2028537
792.05/410.93	c cleaning 25004 clauses out of 50010 with flag 932389/2054538
803.24/416.57	c cleaning 26003 clauses out of 52006 with flag 1002472/2081538
813.24/421.59	c cleaning 27002 clauses out of 54003 with flag 1075440/2109538
824.06/426.92	c cleaning 27996 clauses out of 56000 with flag 1157086/2138537
835.05/432.46	c cleaning 28999 clauses out of 58004 with flag 1251042/2168537
847.04/438.40	c cleaning 30003 clauses out of 60005 with flag 1332139/2199537
859.84/444.80	c cleaning 30997 clauses out of 62002 with flag 1423907/2231537
874.24/452.01	c cleaning 32003 clauses out of 64006 with flag 1517363/2264538
887.05/458.43	c cleaning 32995 clauses out of 66002 with flag 1614319/2298537
903.49/466.64	c cleaning 34002 clauses out of 68007 with flag 1712302/2333537
920.09/474.97	c cleaning 34997 clauses out of 70005 with flag 1801314/2369537
935.49/482.65	c cleaning 35995 clauses out of 72008 with flag 1891463/2406537
951.89/490.89	c cleaning 37005 clauses out of 74013 with flag 1994503/2444537
971.30/500.51	c cleaning 38002 clauses out of 76009 with flag 2093697/2483538
989.69/509.72	c cleaning 38996 clauses out of 78007 with flag 2197602/2523538
1008.08/518.98	c cleaning 40001 clauses out of 80010 with flag 2306554/2564537
1030.28/530.09	c cleaning 41004 clauses out of 82009 with flag 2427839/2606537
1052.68/541.24	c cleaning 41996 clauses out of 84005 with flag 2525286/2649537
1075.07/552.45	c cleaning 43001 clauses out of 86009 with flag 2627078/2693537
1096.68/563.26	c cleaning 44004 clauses out of 88008 with flag 2750027/2738537
1121.08/575.45	c cleaning 44996 clauses out of 90004 with flag 2864623/2784537
1146.06/587.91	c cleaning 46001 clauses out of 92008 with flag 3002238/2831537
1171.47/600.62	c cleaning 46997 clauses out of 94008 with flag 3149572/2879538
1198.46/614.19	c cleaning 48004 clauses out of 96010 with flag 3295244/2928537
1225.25/627.54	c cleaning 48999 clauses out of 98006 with flag 3443660/2978537
1255.26/642.59	c cleaning 50000 clauses out of 100008 with flag 3621427/3029538
1286.84/658.37	c cleaning 50999 clauses out of 102008 with flag 3758217/3081538
1318.64/674.20	c cleaning 52004 clauses out of 104013 with flag 3889923/3134542
1351.96/690.96	c cleaning 53000 clauses out of 106005 with flag 4033272/3188538
1381.74/705.84	c cleaning 53998 clauses out of 108005 with flag 4186740/3243538
1412.74/721.31	c cleaning 54999 clauses out of 110007 with flag 4352281/3299538
1446.13/738.02	c cleaning 56000 clauses out of 112011 with flag 4529941/3356541
1481.13/755.52	c cleaning 56998 clauses out of 114007 with flag 4718595/3414537
1518.52/774.27	c cleaning 57999 clauses out of 116011 with flag 4915895/3473539
1554.14/792.09	c cleaning 59001 clauses out of 118010 with flag 5076970/3533537
1588.52/809.26	c cleaning 59999 clauses out of 120009 with flag 5266215/3594537
1630.51/830.21	c cleaning 61005 clauses out of 122012 with flag 5466825/3656539
1672.10/851.04	c cleaning 61998 clauses out of 124005 with flag 5628200/3719537
1712.71/871.34	c cleaning 62998 clauses out of 126008 with flag 5826673/3783538
1752.10/891.08	c cleaning 64000 clauses out of 128011 with flag 5991105/3848539
1793.09/911.53	c cleaning 65001 clauses out of 130011 with flag 6168525/3914539
1800.09/915.00	c >>>>>>>>>> Solver number 0 (23 answers) <<<<<<<<<<<<<<<<<<
1800.09/915.00	c starts		: 10883
1800.09/915.00	c conflicts		: 3926961
1800.09/915.00	c decisions		: 4483719
1800.09/915.00	c propagations		: 176682865
1800.09/915.00	c inspects		: 11282223916
1800.09/915.00	c shortcuts		: 0
1800.09/915.00	c learnt literals	: 0
1800.09/915.00	c learnt binary clauses	: 0
1800.09/915.00	c learnt ternary clauses	: 1258
1800.09/915.00	c learnt constraints	: 3926961
1800.09/915.00	c ignored constraints	: 0
1800.09/915.00	c root simplifications	: 0
1800.09/915.00	c removed literals (reason simplification)	: 182355627
1800.09/915.00	c reason swapping (by a shorter reason)	: 0
1800.09/915.00	c Calls to reduceDB	: 138
1800.09/915.00	c Number of update (reduction) of LBD	: 57862
1800.09/915.00	c Imported unit clauses	: 0
1800.09/915.00	c number of reductions to clauses (during analyze)	: 0
1800.09/915.00	c number of learned constraints concerned by reduction	: 0
1800.09/915.00	c number of learning phase by resolution	: 0
1800.09/915.00	c number of learning phase by cutting planes	: 0
1800.09/915.00	c speed (assignments/second)	: 195729.28137012705
1800.09/915.00	c non guided choices	154
1800.09/915.02	c learnt constraints type 
1800.09/915.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 77432
1800.09/915.02	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.09/915.02	c starts		: 32
1800.09/915.02	c conflicts		: 1203
1800.09/915.02	c decisions		: 2610
1800.09/915.02	c propagations		: 75941
1800.09/915.02	c inspects		: 16324286
1800.09/915.02	c shortcuts		: 0
1800.09/915.02	c learnt literals	: 0
1800.09/915.02	c learnt binary clauses	: 0
1800.09/915.02	c learnt ternary clauses	: 0
1800.09/915.02	c learnt constraints	: 1191
1800.09/915.02	c ignored constraints	: 0
1800.09/915.02	c root simplifications	: 0
1800.09/915.02	c removed literals (reason simplification)	: 0
1800.09/915.02	c reason swapping (by a shorter reason)	: 0
1800.09/915.02	c Calls to reduceDB	: 0
1800.09/915.02	c Number of update (reduction) of LBD	: 0
1800.09/915.03	c Imported unit clauses	: 0
1800.09/915.03	c number of reductions to clauses (during analyze)	: 0
1800.09/915.03	c number of learned constraints concerned by reduction	: 0
1800.09/915.03	c number of learning phase by resolution	: 0
1800.09/915.03	c number of learning phase by cutting planes	: 0
1800.09/915.03	c speed (assignments/second)	: 136.2185063875127
1800.09/915.03	c non guided choices	22
1800.09/915.03	c learnt constraints type 
1800.09/915.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1191
1800.09/915.03	s SATISFIABLE
1800.09/915.03	c Found 24 solution(s)
1800.09/915.03	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 
1800.09/915.03	c objective function=1396
1800.09/915.03	c Total wall clock time (in seconds): 914.921

Verifier Data

OK	1396

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

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

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


[startup+0 s]
/proc/loadavg: 4.04 4.05 4.00 2/194 13065
/proc/meminfo: memFree=29095688/32872528 swapFree=7620/7620
[pid=13065] ppid=13062 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/13065/stat : 13065 (java) S 13062 13065 8968 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 6416760 98570240 978 33554432000 1073741824 1073778376 140736035562896 140736035554032 218238058557 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13065/statm: 24065 978 744 9 0 16771 0
[pid=13065/tid=13066] ppid=13062 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13066/stat : 13066 (java) R 13062 13065 8968 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 6416761 98570240 978 33554432000 1073741824 1073778376 140736035562896 140241008991784 218234701184 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100154 s]
/proc/loadavg: 4.04 4.05 4.00 2/194 13065
/proc/meminfo: memFree=29095688/32872528 swapFree=7620/7620
[pid=13065] ppid=13062 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/13065/stat : 13065 (java) S 13062 13065 8968 0 -1 4202496 4499 0 1 0 9 1 0 0 20 0 18 0 6416760 9787879424 6124 33554432000 1073741824 1073778376 140736035562896 140736035554032 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13065/statm: 2389619 6124 2156 9 0 2380296 0
[pid=13065/tid=13066] ppid=13062 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/13065/task/13066/stat : 13066 (java) R 13062 13065 8968 0 -1 4202560 2392 0 1 0 6 1 0 0 20 0 18 0 6416761 9787879424 6124 33554432000 1073741824 1073778376 140736035562896 140241008979120 218238084365 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200357 s]
/proc/loadavg: 4.04 4.05 4.00 2/194 13065
/proc/meminfo: memFree=29095688/32872528 swapFree=7620/7620
[pid=13065] ppid=13062 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/13065/stat : 13065 (java) S 13062 13065 8968 0 -1 4202496 4607 0 1 0 22 1 0 0 20 0 18 0 6416760 9787879424 7213 33554432000 1073741824 1073778376 140736035562896 140736035554032 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13065/statm: 2389619 7213 2213 9 0 2380296 0
[pid=13065/tid=13066] ppid=13062 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/13065/task/13066/stat : 13066 (java) R 13062 13065 8968 0 -1 4202560 2406 0 1 0 16 1 0 0 20 0 18 0 6416761 9787879424 7213 33554432000 1073741824 1073778376 140736035562896 140241008979120 140240832492964 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300275 s]
/proc/loadavg: 4.04 4.05 4.00 2/194 13065
/proc/meminfo: memFree=29095688/32872528 swapFree=7620/7620
[pid=13065] ppid=13062 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/13065/stat : 13065 (java) S 13062 13065 8968 0 -1 4202496 6157 0 1 0 41 3 0 0 20 0 19 0 6416760 10060525568 9779 33554432000 1073741824 1073778376 140736035562896 140736035554032 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13065/statm: 2456183 9779 2244 9 0 2446860 0
[pid=13065/tid=13066] ppid=13062 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/13065/task/13066/stat : 13066 (java) S 13062 13065 8968 0 -1 4202560 2419 0 1 0 22 2 0 0 20 0 19 0 6416761 10060525568 9779 33554432000 1073741824 1073778376 140736035562896 140241008997240 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9824732

[startup+0.700295 s]
/proc/loadavg: 4.04 4.05 4.00 2/194 13065
/proc/meminfo: memFree=29095688/32872528 swapFree=7620/7620
[pid=13065] ppid=13062 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/13065/stat : 13065 (java) S 13062 13065 8968 0 -1 4202496 6157 0 1 0 41 3 0 0 20 0 19 0 6416760 10060525568 9779 33554432000 1073741824 1073778376 140736035562896 140736035554032 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13065/statm: 2456183 9779 2244 9 0 2446860 0
[pid=13065/tid=13066] ppid=13062 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/13065/task/13066/stat : 13066 (java) S 13062 13065 8968 0 -1 4202560 2419 0 1 0 22 2 0 0 20 0 19 0 6416761 10060525568 9779 33554432000 1073741824 1073778376 140736035562896 140241008997240 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 3.87 4.01 3.98 1/213 13096
/proc/meminfo: memFree=29042492/32872528 swapFree=7620/7620
[pid=13065] ppid=13062 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/13065/stat : 13065 (java) S 13062 13065 8968 0 -1 4202496 10367 0 1 0 70 8 0 0 20 0 19 0 6416760 10060525568 14497 33554432000 1073741824 1073778376 140736035562896 140736035554032 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13065/statm: 2456183 14497 2249 9 0 2446860 0
[pid=13065/tid=13066] ppid=13062 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/13065/task/13066/stat : 13066 (java) S 13062 13065 8968 0 -1 4202560 2420 0 1 0 24 2 0 0 20 0 19 0 6416761 10060525568 14497 33554432000 1073741824 1073778376 140736035562896 140241008997240 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13065/tid=13068] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13068/stat : 13068 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416761 10060525568 14497 33554432000 1073741824 1073778376 140736035562896 140240970488744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13069] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13069/stat : 13069 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416761 10060525568 14497 33554432000 1073741824 1073778376 140736035562896 140240969436200 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13065/tid=13070] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13070/stat : 13070 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416761 10060525568 14497 33554432000 1073741824 1073778376 140736035562896 140240968383144 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13065/tid=13071] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13071/stat : 13071 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416761 10060525568 14497 33554432000 1073741824 1073778376 140736035562896 140240967330600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13065/tid=13072] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13072/stat : 13072 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416761 10060525568 14497 33554432000 1073741824 1073778376 140736035562896 140240966277544 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13073] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13073/stat : 13073 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416761 10060525568 14497 33554432000 1073741824 1073778376 140736035562896 140240965225000 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13065/tid=13074] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13074/stat : 13074 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416761 10060525568 14497 33554432000 1073741824 1073778376 140736035562896 140240964171944 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13065/tid=13075] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13075/stat : 13075 (java) S 13062 13065 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 6416761 10060525568 14497 33554432000 1073741824 1073778376 140736035562896 140240963119400 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13076] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13076/stat : 13076 (java) S 13062 13065 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 6416762 10060525568 14497 33554432000 1073741824 1073778376 140736035562896 140240832424808 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13065/tid=13077] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13077/stat : 13077 (java) S 13062 13065 8968 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 6416763 10060525568 14497 33554432000 1073741824 1073778376 140736035562896 140240831371128 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13078] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13078/stat : 13078 (java) S 13062 13065 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6416763 10060525568 14497 33554432000 1073741824 1073778376 140736035562896 140240830317960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13079] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13079/stat : 13079 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416765 10060525568 14497 33554432000 1073741824 1073778376 140736035562896 140240829266704 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13080] ppid=13062 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/13065/task/13080/stat : 13080 (java) S 13062 13065 8968 0 -1 4202560 2135 0 0 0 17 0 0 0 20 0 19 0 6416765 10060525568 14497 33554432000 1073741824 1073778376 140736035562896 140240828213560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13081] ppid=13062 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/13065/task/13081/stat : 13081 (java) S 13062 13065 8968 0 -1 4202560 4463 0 0 0 20 0 0 0 20 0 19 0 6416765 10060525568 14497 33554432000 1073741824 1073778376 140736035562896 140240827161016 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13065/tid=13082] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13082/stat : 13082 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416765 10060525568 14497 33554432000 1073741824 1073778376 140736035562896 140240826108152 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13065/tid=13083] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13083/stat : 13083 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416765 10060525568 14497 33554432000 1073741824 1073778376 140736035562896 140240825055816 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13065/tid=13087] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13087/stat : 13087 (java) S 13062 13065 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6416787 10060525568 14497 33554432000 1073741824 1073778376 140736035562896 140240820843944 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 9824732

[startup+3.10082 s]
/proc/loadavg: 3.87 4.01 3.98 1/213 13108
/proc/meminfo: memFree=29003544/32872528 swapFree=7620/7620
[pid=13065] ppid=13062 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/13065/stat : 13065 (java) S 13062 13065 8968 0 -1 4202496 15553 0 1 0 116 10 0 0 20 0 19 0 6416760 10060525568 20999 33554432000 1073741824 1073778376 140736035562896 140736035554032 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13065/statm: 2456183 20999 2255 9 0 2446860 0
[pid=13065/tid=13066] ppid=13062 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/13065/task/13066/stat : 13066 (java) S 13062 13065 8968 0 -1 4202560 2422 0 1 0 25 2 0 0 20 0 19 0 6416761 10060525568 20999 33554432000 1073741824 1073778376 140736035562896 140241008997240 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13065/tid=13068] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13068/stat : 13068 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416761 10060525568 20999 33554432000 1073741824 1073778376 140736035562896 140240970488744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13069] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13069/stat : 13069 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416761 10060525568 20999 33554432000 1073741824 1073778376 140736035562896 140240969436200 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13065/tid=13070] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13070/stat : 13070 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416761 10060525568 20999 33554432000 1073741824 1073778376 140736035562896 140240968383144 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13065/tid=13071] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13071/stat : 13071 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416761 10060525568 20999 33554432000 1073741824 1073778376 140736035562896 140240967330600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13065/tid=13072] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13072/stat : 13072 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416761 10060525568 20999 33554432000 1073741824 1073778376 140736035562896 140240966277544 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13073] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13073/stat : 13073 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416761 10060525568 20999 33554432000 1073741824 1073778376 140736035562896 140240965225000 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13065/tid=13074] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13074/stat : 13074 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416761 10060525568 20999 33554432000 1073741824 1073778376 140736035562896 140240964171944 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13065/tid=13075] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13075/stat : 13075 (java) S 13062 13065 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 6416761 10060525568 20999 33554432000 1073741824 1073778376 140736035562896 140240963119400 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13076] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13076/stat : 13076 (java) S 13062 13065 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 6416762 10060525568 20999 33554432000 1073741824 1073778376 140736035562896 140240832424808 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13065/tid=13077] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13077/stat : 13077 (java) S 13062 13065 8968 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 6416763 10060525568 20999 33554432000 1073741824 1073778376 140736035562896 140240831371128 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13078] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13078/stat : 13078 (java) S 13062 13065 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6416763 10060525568 20999 33554432000 1073741824 1073778376 140736035562896 140240830317960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13079] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13079/stat : 13079 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416765 10060525568 20999 33554432000 1073741824 1073778376 140736035562896 140240829266704 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13080] ppid=13062 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/13065/task/13080/stat : 13080 (java) S 13062 13065 8968 0 -1 4202560 6204 0 0 0 38 0 0 0 20 0 19 0 6416765 10060525568 20999 33554432000 1073741824 1073778376 140736035562896 140240828213560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13081] ppid=13062 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/13065/task/13081/stat : 13081 (java) S 13062 13065 8968 0 -1 4202560 5554 0 0 0 38 0 0 0 20 0 19 0 6416765 10060525568 20999 33554432000 1073741824 1073778376 140736035562896 140240827161016 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13065/tid=13082] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13082/stat : 13082 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416765 10060525568 20999 33554432000 1073741824 1073778376 140736035562896 140240826108152 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13065/tid=13083] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13083/stat : 13083 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416765 10060525568 20999 33554432000 1073741824 1073778376 140736035562896 140240825055816 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13065/tid=13087] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13087/stat : 13087 (java) S 13062 13065 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6416787 10060525568 20999 33554432000 1073741824 1073778376 140736035562896 140240820843944 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.30078 s]
/proc/loadavg: 3.56 3.95 3.96 3/216 13148
/proc/meminfo: memFree=28876516/32872528 swapFree=7620/7620
[pid=13065] ppid=13062 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/13065/stat : 13065 (java) S 13062 13065 8968 0 -1 4202496 16807 0 1 0 225 14 0 0 20 0 19 0 6416760 10060525568 35718 33554432000 1073741824 1073778376 140736035562896 140736035554032 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13065/statm: 2456183 35718 2268 9 0 2446860 0
[pid=13065/tid=13066] ppid=13062 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/13065/task/13066/stat : 13066 (java) S 13062 13065 8968 0 -1 4202560 2424 0 1 0 26 2 0 0 20 0 19 0 6416761 10060525568 35718 33554432000 1073741824 1073778376 140736035562896 140241008997240 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13065/tid=13068] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13068/stat : 13068 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416761 10060525568 35718 33554432000 1073741824 1073778376 140736035562896 140240970488744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13069] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13069/stat : 13069 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416761 10060525568 35718 33554432000 1073741824 1073778376 140736035562896 140240969436200 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13065/tid=13070] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13070/stat : 13070 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416761 10060525568 35718 33554432000 1073741824 1073778376 140736035562896 140240968383144 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13065/tid=13071] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13071/stat : 13071 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416761 10060525568 35718 33554432000 1073741824 1073778376 140736035562896 140240967330600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13065/tid=13072] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13072/stat : 13072 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416761 10060525568 35718 33554432000 1073741824 1073778376 140736035562896 140240966277544 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13073] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13073/stat : 13073 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416761 10060525568 35718 33554432000 1073741824 1073778376 140736035562896 140240965225000 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13065/tid=13074] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13074/stat : 13074 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416761 10060525568 35718 33554432000 1073741824 1073778376 140736035562896 140240964171944 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13065/tid=13075] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13075/stat : 13075 (java) S 13062 13065 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 6416761 10060525568 35718 33554432000 1073741824 1073778376 140736035562896 140240963119400 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13076] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13076/stat : 13076 (java) S 13062 13065 8968 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 6416762 10060525568 35718 33554432000 1073741824 1073778376 140736035562896 140240832424808 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13065/tid=13077] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13077/stat : 13077 (java) S 13062 13065 8968 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 6416763 10060525568 35718 33554432000 1073741824 1073778376 140736035562896 140240831371128 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13078] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13078/stat : 13078 (java) S 13062 13065 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6416763 10060525568 35718 33554432000 1073741824 1073778376 140736035562896 140240830317960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13079] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13079/stat : 13079 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6416765 10060525568 35718 33554432000 1073741824 1073778376 140736035562896 140240829266704 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13080] ppid=13062 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/13065/task/13080/stat : 13080 (java) S 13062 13065 8968 0 -1 4202560 7356 0 0 0 73 0 0 0 20 0 19 0 6416765 10060525568 35718 33554432000 1073741824 1073778376 140736035562896 140240828213560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

################
# 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=13065] ppid=13062 vsize=9824732 CPUtime=1614.71 cores=1,3,5,7
/proc/13065/stat : 13065 (java) S 13062 13065 8968 0 -1 4202496 22522 0 1 0 161278 193 0 0 20 0 22 0 6416760 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140736035554032 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13065/statm: 2456183 781663 2295 9 0 2446860 0
[pid=13065/tid=13066] ppid=13062 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/13065/task/13066/stat : 13066 (java) S 13062 13065 8968 0 -1 4202560 2426 0 1 0 30 3 0 0 20 0 22 0 6416761 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140241008997240 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13065/tid=13068] ppid=13062 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/13065/task/13068/stat : 13068 (java) S 13062 13065 8968 0 -1 4202560 556 0 0 0 30 18 0 0 20 0 22 0 6416761 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240970488744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13065/tid=13069] ppid=13062 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/13065/task/13069/stat : 13069 (java) S 13062 13065 8968 0 -1 4202560 247 0 0 0 22 11 0 0 20 0 22 0 6416761 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240969436200 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13065/tid=13070] ppid=13062 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/13065/task/13070/stat : 13070 (java) S 13062 13065 8968 0 -1 4202560 279 0 0 0 22 11 0 0 20 0 22 0 6416761 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240968383144 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13071] ppid=13062 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/13065/task/13071/stat : 13071 (java) S 13062 13065 8968 0 -1 4202560 353 0 0 0 24 12 0 0 20 0 22 0 6416761 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240967330600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13072] ppid=13062 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/13065/task/13072/stat : 13072 (java) S 13062 13065 8968 0 -1 4202560 238 0 0 0 23 10 0 0 20 0 22 0 6416761 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240966277544 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13073] ppid=13062 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/13065/task/13073/stat : 13073 (java) S 13062 13065 8968 0 -1 4202560 253 0 0 0 29 11 0 0 20 0 22 0 6416761 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240965225000 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13065/tid=13074] ppid=13062 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/13065/task/13074/stat : 13074 (java) S 13062 13065 8968 0 -1 4202560 328 0 0 0 30 12 0 0 20 0 22 0 6416761 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240964171944 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13065/tid=13075] ppid=13062 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/13065/task/13075/stat : 13075 (java) S 13062 13065 8968 0 -1 4202560 441 0 0 0 33 13 0 0 20 0 22 0 6416761 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240963119400 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13065/tid=13076] ppid=13062 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/13065/task/13076/stat : 13076 (java) S 13062 13065 8968 0 -1 4202560 1572 0 0 0 63 4 0 0 20 0 22 0 6416762 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240832424808 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13077] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13077/stat : 13077 (java) S 13062 13065 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6416763 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240831371128 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13065/tid=13078] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13078/stat : 13078 (java) S 13062 13065 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6416763 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240830317960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13065/tid=13079] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13079/stat : 13079 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6416765 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240829266704 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13080] ppid=13062 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/13065/task/13080/stat : 13080 (java) S 13062 13065 8968 0 -1 4202560 7376 0 0 0 103 1 0 0 20 0 22 0 6416765 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240828213560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13081] ppid=13062 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/13065/task/13081/stat : 13081 (java) S 13062 13065 8968 0 -1 4202560 5582 0 0 0 106 0 0 0 20 0 22 0 6416765 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240827161016 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13065/tid=13082] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13082/stat : 13082 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6416765 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240826108152 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13065/tid=13083] ppid=13062 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/13065/task/13083/stat : 13083 (java) S 13062 13065 8968 0 -1 4202560 48 0 0 0 6 15 0 0 20 0 22 0 6416765 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240825055816 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13065/tid=13193] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13193/stat : 13193 (java) S 13062 13065 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6417992 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240820843560 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13065/tid=13227] ppid=13062 vsize=9824732 CPUtime=464.27 cores=1,3,5,7
/proc/13065/task/13227/stat : 13227 (java) R 13062 13065 8968 0 -1 4202560 3 0 0 0 46420 7 0 0 20 0 22 0 6452514 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240822939408 140240833013920 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13065/tid=13228] ppid=13062 vsize=9824732 CPUtime=464.25 cores=1,3,5,7
/proc/13065/task/13228/stat : 13228 (java) R 13062 13065 8968 0 -1 4202560 5 0 0 0 46416 9 0 0 20 0 22 0 6452514 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240821893872 140240833586896 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13229] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13229/stat : 13229 (java) S 13062 13065 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6452514 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240824002216 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1614.71
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=13065] ppid=13062 vsize=9824732 CPUtime=1734.7 cores=1,3,5,7
/proc/13065/stat : 13065 (java) S 13062 13065 8968 0 -1 4202496 22528 0 1 0 173276 194 0 0 20 0 22 0 6416760 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140736035554032 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13065/statm: 2456183 781663 2295 9 0 2446860 0
[pid=13065/tid=13066] ppid=13062 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/13065/task/13066/stat : 13066 (java) S 13062 13065 8968 0 -1 4202560 2426 0 1 0 30 3 0 0 20 0 22 0 6416761 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140241008997240 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13065/tid=13068] ppid=13062 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/13065/task/13068/stat : 13068 (java) S 13062 13065 8968 0 -1 4202560 556 0 0 0 30 18 0 0 20 0 22 0 6416761 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240970488744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13065/tid=13069] ppid=13062 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/13065/task/13069/stat : 13069 (java) S 13062 13065 8968 0 -1 4202560 247 0 0 0 22 11 0 0 20 0 22 0 6416761 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240969436200 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13065/tid=13070] ppid=13062 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/13065/task/13070/stat : 13070 (java) S 13062 13065 8968 0 -1 4202560 279 0 0 0 22 11 0 0 20 0 22 0 6416761 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240968383144 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13071] ppid=13062 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/13065/task/13071/stat : 13071 (java) S 13062 13065 8968 0 -1 4202560 353 0 0 0 24 12 0 0 20 0 22 0 6416761 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240967330600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13072] ppid=13062 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/13065/task/13072/stat : 13072 (java) S 13062 13065 8968 0 -1 4202560 238 0 0 0 23 10 0 0 20 0 22 0 6416761 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240966277544 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13073] ppid=13062 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/13065/task/13073/stat : 13073 (java) S 13062 13065 8968 0 -1 4202560 253 0 0 0 29 11 0 0 20 0 22 0 6416761 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240965225000 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13065/tid=13074] ppid=13062 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/13065/task/13074/stat : 13074 (java) S 13062 13065 8968 0 -1 4202560 328 0 0 0 30 12 0 0 20 0 22 0 6416761 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240964171944 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13065/tid=13075] ppid=13062 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/13065/task/13075/stat : 13075 (java) S 13062 13065 8968 0 -1 4202560 441 0 0 0 33 13 0 0 20 0 22 0 6416761 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240963119400 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13065/tid=13076] ppid=13062 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/13065/task/13076/stat : 13076 (java) S 13062 13065 8968 0 -1 4202560 1572 0 0 0 63 4 0 0 20 0 22 0 6416762 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240832424808 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13077] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13077/stat : 13077 (java) S 13062 13065 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6416763 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240831371128 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13065/tid=13078] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13078/stat : 13078 (java) S 13062 13065 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6416763 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240830317960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13065/tid=13079] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13079/stat : 13079 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6416765 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240829266704 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13080] ppid=13062 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/13065/task/13080/stat : 13080 (java) S 13062 13065 8968 0 -1 4202560 7378 0 0 0 103 1 0 0 20 0 22 0 6416765 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240828213560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13081] ppid=13062 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/13065/task/13081/stat : 13081 (java) S 13062 13065 8968 0 -1 4202560 5582 0 0 0 106 0 0 0 20 0 22 0 6416765 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240827161016 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13065/tid=13082] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13082/stat : 13082 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6416765 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240826108152 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13065/tid=13083] ppid=13062 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/13065/task/13083/stat : 13083 (java) S 13062 13065 8968 0 -1 4202560 52 0 0 0 7 16 0 0 20 0 22 0 6416765 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240825055816 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13065/tid=13193] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13193/stat : 13193 (java) S 13062 13065 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6417992 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240820843560 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13065/tid=13227] ppid=13062 vsize=9824732 CPUtime=524.27 cores=1,3,5,7
/proc/13065/task/13227/stat : 13227 (java) R 13062 13065 8968 0 -1 4202560 3 0 0 0 52420 7 0 0 20 0 22 0 6452514 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240822939408 140240833379671 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13065/tid=13228] ppid=13062 vsize=9824732 CPUtime=524.26 cores=1,3,5,7
/proc/13065/task/13228/stat : 13228 (java) R 13062 13065 8968 0 -1 4202560 5 0 0 0 52417 9 0 0 20 0 22 0 6452514 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240821893872 140240833253681 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13229] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13229/stat : 13229 (java) S 13062 13065 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6452514 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240824002216 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1734.7
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+915.001 s]
/proc/loadavg: 3.94 3.99 3.99 5/219 13339
/proc/meminfo: memFree=25657268/32872528 swapFree=7620/7620
[pid=13065] ppid=13062 vsize=9824732 CPUtime=1800.09 cores=1,3,5,7
/proc/13065/stat : 13065 (java) S 13062 13065 8968 0 -1 4202496 22530 0 1 0 179813 196 0 0 20 0 22 0 6416760 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140736035554032 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13065/statm: 2456183 781663 2295 9 0 2446860 0
[pid=13065/tid=13066] ppid=13062 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/13065/task/13066/stat : 13066 (java) S 13062 13065 8968 0 -1 4202560 2426 0 1 0 30 3 0 0 20 0 22 0 6416761 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140241008997240 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13065/tid=13068] ppid=13062 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/13065/task/13068/stat : 13068 (java) S 13062 13065 8968 0 -1 4202560 556 0 0 0 30 18 0 0 20 0 22 0 6416761 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240970488744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13065/tid=13069] ppid=13062 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/13065/task/13069/stat : 13069 (java) S 13062 13065 8968 0 -1 4202560 247 0 0 0 22 11 0 0 20 0 22 0 6416761 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240969436200 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13065/tid=13070] ppid=13062 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/13065/task/13070/stat : 13070 (java) S 13062 13065 8968 0 -1 4202560 279 0 0 0 22 11 0 0 20 0 22 0 6416761 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240968383144 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13071] ppid=13062 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/13065/task/13071/stat : 13071 (java) S 13062 13065 8968 0 -1 4202560 353 0 0 0 24 12 0 0 20 0 22 0 6416761 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240967330600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13072] ppid=13062 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/13065/task/13072/stat : 13072 (java) S 13062 13065 8968 0 -1 4202560 238 0 0 0 23 10 0 0 20 0 22 0 6416761 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240966277544 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13073] ppid=13062 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/13065/task/13073/stat : 13073 (java) S 13062 13065 8968 0 -1 4202560 253 0 0 0 29 11 0 0 20 0 22 0 6416761 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240965225000 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13065/tid=13074] ppid=13062 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/13065/task/13074/stat : 13074 (java) S 13062 13065 8968 0 -1 4202560 328 0 0 0 30 12 0 0 20 0 22 0 6416761 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240964171944 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13065/tid=13075] ppid=13062 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/13065/task/13075/stat : 13075 (java) S 13062 13065 8968 0 -1 4202560 441 0 0 0 33 13 0 0 20 0 22 0 6416761 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240963119400 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13065/tid=13076] ppid=13062 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/13065/task/13076/stat : 13076 (java) S 13062 13065 8968 0 -1 4202560 1572 0 0 0 63 4 0 0 20 0 22 0 6416762 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240832424808 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13077] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13077/stat : 13077 (java) S 13062 13065 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6416763 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240831371128 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13065/tid=13078] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13078/stat : 13078 (java) S 13062 13065 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6416763 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240830317960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13065/tid=13079] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13079/stat : 13079 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6416765 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240829266704 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13080] ppid=13062 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/13065/task/13080/stat : 13080 (java) S 13062 13065 8968 0 -1 4202560 7378 0 0 0 103 1 0 0 20 0 22 0 6416765 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240828213560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13081] ppid=13062 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/13065/task/13081/stat : 13081 (java) S 13062 13065 8968 0 -1 4202560 5582 0 0 0 106 0 0 0 20 0 22 0 6416765 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240827161016 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13065/tid=13082] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13082/stat : 13082 (java) S 13062 13065 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6416765 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240826108152 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13065/tid=13083] ppid=13062 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/13065/task/13083/stat : 13083 (java) S 13062 13065 8968 0 -1 4202560 54 0 0 0 7 17 0 0 20 0 22 0 6416765 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240825055816 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13065/tid=13193] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13193/stat : 13193 (java) S 13062 13065 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6417992 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240820843560 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13065/tid=13227] ppid=13062 vsize=9824732 CPUtime=556.95 cores=1,3,5,7
/proc/13065/task/13227/stat : 13227 (java) R 13062 13065 8968 0 -1 4202560 3 0 0 0 55687 8 0 0 20 0 22 0 6452514 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240822939408 140240833185653 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13065/tid=13228] ppid=13062 vsize=9824732 CPUtime=556.95 cores=1,3,5,7
/proc/13065/task/13228/stat : 13228 (java) R 13062 13065 8968 0 -1 4202560 5 0 0 0 55685 10 0 0 20 0 22 0 6452514 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240821893872 140240833586920 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13065/tid=13229] ppid=13062 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13065/task/13229/stat : 13229 (java) S 13062 13065 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6452514 10060525568 781663 33554432000 1073741824 1073778376 140736035562896 140240824002216 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 13065 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 915.043
CPU time (s): 1800.56
CPU user time (s): 1798.23
CPU system time (s): 2.33265
CPU usage (%): 196.773
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.23
system time used= 2.33264
maximum resident set size= 3126784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22575
page faults= 1
swaps= 0
block input operations= 0
block output operations= 624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22660
involuntary context switches= 18243

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.62599 second user time and 6.51101 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-30 04:53:26
IDJOB=4119405
IDBENCH=111722
IDSOLVER=2543
FILE ID=node106/4119405-1467255206
RUNJOBID= node106-1467248675-9332
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-edgecross10-090.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119405-1467255206/watcher-4119405-1467255206 -o /tmp/evaluation-result-4119405-1467255206/solver-4119405-1467255206 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467248675-9332 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119405-1467255206.opb

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

MD5SUM BENCH= 4d62bfaaedca9eb52e0cc8cc6df1d4f9
RANDOM SEED=1147531104

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:        29096704 kB
Buffers:           39880 kB
Cached:          2860580 kB
SwapCached:            0 kB
Active:          2334664 kB
Inactive:         680540 kB
Active(anon):     101248 kB
Inactive(anon):    16068 kB
Active(file):    2233416 kB
Inactive(file):   664472 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1892 kB
Writeback:             0 kB
AnonPages:        125676 kB
Mapped:            23396 kB
Shmem:               204 kB
Slab:             624624 kB
SReclaimable:      67292 kB
SUnreclaim:       557332 kB
KernelStack:        1760 kB
PageTables:         4020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     699648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     63488 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:41