Trace number 4081453

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)24890 1800.65 904.053

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/
submittedPB07/aksoy/trarea_ac/normalized-fir02_trarea_ac.opb
MD5SUMaa73e48897f9c10e5003e2188d9e7ab9
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark24890
Best CPU time to get the best result obtained on this benchmark0.085986
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 24890
Optimality of the best value was proved YES
Number of variables644
Total number of constraints1034
Number of constraints which are clauses1034
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint31
Number of terms in the objective function 353
Biggest coefficient in the objective function 2034
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 561307
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 2034
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 561307
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4081453-1465248848.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.25/0.22	c ... done. Wall clock time 0.12s.
0.25/0.22	c declared #vars     644
0.25/0.22	c #constraints  1034
0.25/0.23	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.25/0.23	c constraints type 
0.25/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 292
0.25/0.23	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.25/0.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 738
0.25/0.23	c 1034 constraints processed.
0.25/0.23	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.25/0.23	c constraints type 
0.25/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 738
0.25/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 292
0.25/0.23	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
0.25/0.23	c 1034 constraints processed.
0.25/0.23	c objective function length is 353 literals
0.25/0.24	c And the winner is solver1
0.39/0.73	c SATISFIABLE
0.39/0.73	c OPTIMIZING...
0.39/0.73	c Got one! Elapsed wall clock time (in seconds):0.625
0.39/0.73	o 30671
0.39/0.79	c And the winner is solver0
0.98/1.24	c Got one! Elapsed wall clock time (in seconds):1.134
0.98/1.24	o 29485
0.98/1.25	c And the winner is solver0
1.01/1.74	c Got one! Elapsed wall clock time (in seconds):1.637
1.01/1.74	o 29427
1.20/1.84	c And the winner is solver0
1.41/2.25	c Got one! Elapsed wall clock time (in seconds):2.141
1.41/2.25	o 28395
1.41/2.25	c And the winner is solver0
1.46/2.75	c Got one! Elapsed wall clock time (in seconds):2.644
1.46/2.75	o 28357
1.46/2.75	c And the winner is solver0
1.58/3.25	c Got one! Elapsed wall clock time (in seconds):3.146
1.58/3.25	o 28241
3.36/3.80	c cleaning 2917 clauses out of 5833 with flag 13773/5833
3.73/3.92	c And the winner is solver1
3.85/4.25	c Got one! Elapsed wall clock time (in seconds):4.148
3.85/4.25	o 27612
3.96/4.31	c And the winner is solver1
4.00/4.76	c Got one! Elapsed wall clock time (in seconds):4.65
4.00/4.76	o 26674
4.81/5.14	c cleaning 4311 clauses out of 8622 with flag 10715/11539
5.66/5.59	c And the winner is solver1
5.85/5.76	c Got one! Elapsed wall clock time (in seconds):5.652
5.85/5.76	o 26662
5.93/5.86	c cleaning 5106 clauses out of 10232 with flag 3236/17460
6.34/6.07	c And the winner is solver1
6.50/6.26	c Got one! Elapsed wall clock time (in seconds):6.154
6.50/6.26	o 26622
6.50/6.28	c And the winner is solver1
6.57/6.76	c Got one! Elapsed wall clock time (in seconds):6.656
6.57/6.76	o 26430
7.07/7.07	c cleaning 5396 clauses out of 10794 with flag 8882/23128
7.29/7.13	c And the winner is solver1
7.37/7.26	c Got one! Elapsed wall clock time (in seconds):7.157
7.37/7.26	o 26204
7.37/7.28	c And the winner is solver1
7.41/7.76	c Got one! Elapsed wall clock time (in seconds):7.659
7.41/7.76	o 26076
7.49/7.83	c And the winner is solver1
7.56/8.27	c Got one! Elapsed wall clock time (in seconds):8.161
7.56/8.27	o 24890
8.49/8.76	c cleaning 6025 clauses out of 12074 with flag 14923/29804
9.68/9.34	c cleaning 6024 clauses out of 12049 with flag 34610/35804
11.17/10.01	c cleaning 6495 clauses out of 13025 with flag 59360/42804
12.62/10.74	c cleaning 7266 clauses out of 14531 with flag 87329/50805
14.22/11.56	c cleaning 8132 clauses out of 16264 with flag 115324/59804
16.02/12.45	c cleaning 9041 clauses out of 18132 with flag 147379/69804
18.31/13.51	c cleaning 10046 clauses out of 20091 with flag 188391/80804
20.55/14.69	c cleaning 11024 clauses out of 22047 with flag 229606/92806
23.19/15.90	c cleaning 12001 clauses out of 24021 with flag 276093/105804
25.59/17.13	c cleaning 13004 clauses out of 26020 with flag 334216/119804
28.39/18.56	c cleaning 13983 clauses out of 28016 with flag 389330/134804
31.47/20.07	c cleaning 15012 clauses out of 30033 with flag 454143/150804
34.67/21.62	c cleaning 16004 clauses out of 32021 with flag 525720/167804
38.36/23.41	c cleaning 17001 clauses out of 34017 with flag 606062/185804
41.96/25.28	c cleaning 18009 clauses out of 36017 with flag 682581/204805
45.76/27.19	c cleaning 18987 clauses out of 38007 with flag 763664/224804
49.96/29.22	c cleaning 20012 clauses out of 40023 with flag 850268/245807
54.63/31.50	c cleaning 20993 clauses out of 42008 with flag 942274/267804
59.23/33.88	c cleaning 21987 clauses out of 44015 with flag 1032336/290804
64.72/36.58	c cleaning 22996 clauses out of 46029 with flag 1122222/314805
69.92/39.18	c cleaning 24004 clauses out of 48032 with flag 1218375/339804
75.72/42.06	c cleaning 25010 clauses out of 50028 with flag 1300285/365804
81.53/44.97	c cleaning 26001 clauses out of 52018 with flag 1395242/392804
87.93/48.11	c cleaning 27009 clauses out of 54017 with flag 1501363/420804
94.12/51.23	c cleaning 28003 clauses out of 56009 with flag 1615552/449805
100.92/54.60	c cleaning 29003 clauses out of 58005 with flag 1720650/479804
108.02/58.13	c cleaning 29992 clauses out of 60002 with flag 1830995/510804
115.42/61.84	c cleaning 30991 clauses out of 62011 with flag 1945191/542805
123.02/65.66	c cleaning 31996 clauses out of 64020 with flag 2064498/575805
131.10/69.67	c cleaning 33005 clauses out of 66023 with flag 2185392/609804
138.70/73.48	c cleaning 34009 clauses out of 68018 with flag 2311087/644804
146.69/77.48	c cleaning 34986 clauses out of 70009 with flag 2449690/680804
155.28/81.75	c cleaning 35998 clauses out of 72024 with flag 2584200/717805
164.36/86.28	c cleaning 37000 clauses out of 74025 with flag 2717080/755804
173.35/90.77	c cleaning 38011 clauses out of 76025 with flag 2869236/794804
182.15/95.18	c cleaning 38992 clauses out of 78014 with flag 3024117/834804
191.81/99.92	c cleaning 39990 clauses out of 80022 with flag 3179848/875804
202.01/105.03	c cleaning 41011 clauses out of 82032 with flag 3335066/917804
211.80/109.97	c cleaning 41999 clauses out of 84021 with flag 3503227/960804
223.21/115.64	c cleaning 42995 clauses out of 86022 with flag 3669397/1004804
234.40/121.25	c cleaning 44003 clauses out of 88027 with flag 3841568/1049804
246.66/127.36	c cleaning 45012 clauses out of 90024 with flag 3995549/1095804
258.54/133.22	c cleaning 45979 clauses out of 92012 with flag 4170539/1142804
270.12/139.04	c cleaning 47010 clauses out of 94033 with flag 4344143/1190804
281.92/144.93	c cleaning 48006 clauses out of 96023 with flag 4531284/1239804
294.51/151.27	c cleaning 49004 clauses out of 98018 with flag 4722413/1289805
307.71/157.86	c cleaning 50005 clauses out of 100013 with flag 4905710/1340804
320.91/164.50	c cleaning 50979 clauses out of 102008 with flag 5098214/1392804
335.90/171.91	c cleaning 52013 clauses out of 104029 with flag 5289369/1445804
349.17/178.56	c cleaning 52989 clauses out of 106016 with flag 5490159/1499804
364.37/186.10	c cleaning 54010 clauses out of 108028 with flag 5678656/1554805
378.77/193.38	c cleaning 55000 clauses out of 110017 with flag 5874358/1610804
394.56/201.22	c cleaning 56004 clauses out of 112018 with flag 6070704/1667805
411.16/209.57	c cleaning 56979 clauses out of 114013 with flag 6274786/1725804
427.57/217.76	c cleaning 58009 clauses out of 116034 with flag 6472486/1784804
444.96/226.44	c cleaning 59007 clauses out of 118025 with flag 6679752/1844804
461.76/234.83	c cleaning 59995 clauses out of 120018 with flag 6900667/1905804
478.16/243.01	c cleaning 61002 clauses out of 122023 with flag 7126587/1967804
494.16/251.01	c cleaning 62006 clauses out of 124021 with flag 7357240/2030804
511.24/259.56	c cleaning 62985 clauses out of 126015 with flag 7588651/2094804
528.64/268.20	c cleaning 64016 clauses out of 128032 with flag 7807207/2159806
547.51/277.83	c cleaning 64996 clauses out of 130014 with flag 8030873/2225804
568.10/288.16	c cleaning 65997 clauses out of 132018 with flag 8251134/2292804
587.49/297.82	c cleaning 66990 clauses out of 134021 with flag 8483174/2360804
606.69/307.42	c cleaning 68007 clauses out of 136031 with flag 8720230/2429804
627.09/317.61	c cleaning 69006 clauses out of 138025 with flag 8968489/2499805
647.88/328.09	c cleaning 69996 clauses out of 140018 with flag 9220183/2570804
668.33/338.20	c cleaning 71004 clauses out of 142022 with flag 9477832/2642804
690.78/349.41	c cleaning 72003 clauses out of 144018 with flag 9708857/2715804
712.62/360.39	c cleaning 73000 clauses out of 146015 with flag 9958943/2789804
735.65/371.90	c cleaning 74005 clauses out of 148015 with flag 10200347/2864804
757.46/382.74	c cleaning 74992 clauses out of 150012 with flag 10468575/2940806
779.87/393.95	c cleaning 75989 clauses out of 152018 with flag 10737656/3017804
803.05/405.57	c cleaning 76996 clauses out of 154029 with flag 10995036/3095804
827.06/417.56	c cleaning 78013 clauses out of 156034 with flag 11263691/3174805
850.85/429.40	c cleaning 79008 clauses out of 158020 with flag 11530482/3254804
875.24/441.64	c cleaning 80005 clauses out of 160013 with flag 11821663/3335805
901.88/454.98	c cleaning 80994 clauses out of 162007 with flag 12098242/3417804
926.90/467.43	c cleaning 82002 clauses out of 164013 with flag 12370158/3500804
951.69/479.87	c cleaning 83002 clauses out of 166012 with flag 12657138/3584805
981.89/494.98	c cleaning 84005 clauses out of 168009 with flag 12929761/3669804
1010.08/509.01	c cleaning 84981 clauses out of 170004 with flag 13206203/3755804
1038.27/523.15	c cleaning 85991 clauses out of 172023 with flag 13502454/3842804
1062.32/535.16	c cleaning 87006 clauses out of 174033 with flag 13812482/3930805
1090.13/549.03	c cleaning 88005 clauses out of 176028 with flag 14128558/4019806
1118.73/563.31	c cleaning 88998 clauses out of 178021 with flag 14433806/4109804
1145.91/576.91	c cleaning 90008 clauses out of 180024 with flag 14743988/4200805
1174.09/591.04	c cleaning 91001 clauses out of 182015 with flag 15047424/4292804
1205.50/606.77	c cleaning 91998 clauses out of 184014 with flag 15354277/4385804
1238.50/623.23	c cleaning 93002 clauses out of 186016 with flag 15652559/4479804
1267.50/637.71	c cleaning 93994 clauses out of 188014 with flag 15980018/4574804
1297.51/652.72	c cleaning 94997 clauses out of 190021 with flag 16305031/4670805
1325.90/666.95	c cleaning 96003 clauses out of 192023 with flag 16639345/4767804
1357.90/682.90	c cleaning 97003 clauses out of 194023 with flag 16984001/4865807
1390.90/699.44	c cleaning 98005 clauses out of 196018 with flag 17326566/4964805
1424.52/716.22	c cleaning 99006 clauses out of 198012 with flag 17678472/5064804
1455.91/731.93	c cleaning 99999 clauses out of 200006 with flag 18023910/5165804
1491.97/749.90	c cleaning 101001 clauses out of 202009 with flag 18340230/5267806
1526.49/767.33	c cleaning 101991 clauses out of 204006 with flag 18677626/5370804
1559.69/783.97	c cleaning 103002 clauses out of 206018 with flag 19043084/5474807
1597.10/802.65	c cleaning 103988 clauses out of 208014 with flag 19395130/5579805
1630.70/819.49	c cleaning 104997 clauses out of 210025 with flag 19749598/5685804
1665.94/837.07	c cleaning 106010 clauses out of 212028 with flag 20122695/5792804
1702.81/855.41	c cleaning 106993 clauses out of 214020 with flag 20498875/5900806
1741.90/874.94	c cleaning 107989 clauses out of 216025 with flag 20862444/6009804
1780.29/894.16	c cleaning 109014 clauses out of 218039 with flag 21228660/6119807
1800.09/904.00	c >>>>>>>>>> Solver number 0 (5 answers) <<<<<<<<<<<<<<<<<<
1800.09/904.00	c starts		: 15030
1800.09/904.00	c conflicts		: 6189357
1800.09/904.00	c decisions		: 35890039
1800.09/904.00	c propagations		: 1318754965
1800.09/904.00	c inspects		: 10069025755
1800.09/904.00	c shortcuts		: 0
1800.09/904.00	c learnt literals	: 0
1800.09/904.00	c learnt binary clauses	: 0
1800.09/904.00	c learnt ternary clauses	: 0
1800.09/904.00	c learnt constraints	: 6189357
1800.09/904.00	c ignored constraints	: 0
1800.09/904.00	c root simplifications	: 0
1800.09/904.00	c removed literals (reason simplification)	: 20687237
1800.09/904.00	c reason swapping (by a shorter reason)	: 0
1800.09/904.00	c Calls to reduceDB	: 110
1800.09/904.00	c Number of update (reduction) of LBD	: 2977629
1800.09/904.00	c Imported unit clauses	: 0
1800.09/904.00	c number of reductions to clauses (during analyze)	: 0
1800.09/904.00	c number of learned constraints concerned by reduction	: 0
1800.09/904.00	c number of learning phase by resolution	: 0
1800.09/904.00	c number of learning phase by cutting planes	: 0
1800.09/904.00	c speed (assignments/second)	: 1472263.4590888133
1800.09/904.00	c non guided choices	0
1800.09/904.03	c learnt constraints type 
1800.09/904.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 178575
1800.09/904.03	c >>>>>>>>>> Solver number 1 (9 answers) <<<<<<<<<<<<<<<<<<
1800.09/904.03	c starts		: 24
1800.09/904.03	c conflicts		: 2376
1800.09/904.03	c decisions		: 41626
1800.09/904.03	c propagations		: 244643
1800.09/904.03	c inspects		: 22394000
1800.09/904.03	c shortcuts		: 0
1800.09/904.03	c learnt literals	: 0
1800.09/904.03	c learnt binary clauses	: 0
1800.09/904.03	c learnt ternary clauses	: 0
1800.09/904.03	c learnt constraints	: 2372
1800.09/904.03	c ignored constraints	: 0
1800.09/904.03	c root simplifications	: 0
1800.09/904.03	c removed literals (reason simplification)	: 0
1800.09/904.03	c reason swapping (by a shorter reason)	: 0
1800.09/904.03	c Calls to reduceDB	: 0
1800.09/904.03	c Number of update (reduction) of LBD	: 0
1800.09/904.03	c Imported unit clauses	: 0
1800.09/904.03	c number of reductions to clauses (during analyze)	: 0
1800.09/904.03	c number of learned constraints concerned by reduction	: 0
1800.09/904.03	c number of learning phase by resolution	: 0
1800.09/904.03	c number of learning phase by cutting planes	: 0
1800.09/904.03	c speed (assignments/second)	: 271.59228795712124
1800.09/904.03	c non guided choices	0
1800.09/904.03	c learnt constraints type 
1800.09/904.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2372
1800.09/904.03	s SATISFIABLE
1800.09/904.03	c Found 14 solution(s)
1800.09/904.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 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 x199 x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 x446 x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 x568 x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 x594 -x595 -x596 -x597 -x598 -x599 x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 x612 -x613 -x614 -x615 x616 x617 -x618 -x619 -x620 -x621 -x622 -x623 x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 x640 x641 x642 x643 -x644 
1800.09/904.03	c objective function=24890
1800.09/904.03	c Total wall clock time (in seconds): 903.927

Verifier Data

OK	24890

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-4081453-1465248848/watcher-4081453-1465248848 -o /tmp/evaluation-result-4081453-1465248848/solver-4081453-1465248848 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465247049-20227 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081453-1465248848.opb 

pid=20642
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.10 4.09 3.75 4/197 20645
/proc/meminfo: memFree=31431300/32872528 swapFree=11320/319964
[pid=20645] ppid=20642 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/20645/stat : 20645 (java) S 20642 20645 20210 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 106818081 98570240 978 33554432000 1073741824 1073778376 140734857941232 140734857932368 262966116413 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20645/statm: 24065 978 744 9 0 16771 0
[pid=20645/tid=20646] ppid=20642 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20646/stat : 20646 (java) R 20642 20645 20210 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 106818082 98570240 978 33554432000 1073741824 1073778376 140734857941232 140699589471784 262962759040 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100171 s]
/proc/loadavg: 4.10 4.09 3.75 4/197 20645
/proc/meminfo: memFree=31431300/32872528 swapFree=11320/319964
[pid=20645] ppid=20642 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/20645/stat : 20645 (java) S 20642 20645 20210 0 -1 4202496 4511 0 1 0 10 1 0 0 20 0 18 0 106818081 9787879424 6133 33554432000 1073741824 1073778376 140734857941232 140734857932368 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20645/statm: 2389619 6133 2158 9 0 2380296 0
[pid=20645/tid=20646] ppid=20642 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/20645/task/20646/stat : 20646 (java) R 20642 20645 20210 0 -1 4202560 2383 0 1 0 7 0 0 0 20 0 18 0 106818082 9787879424 6133 33554432000 1073741824 1073778376 140734857941232 140699589475032 262966142221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200375 s]
/proc/loadavg: 4.10 4.09 3.75 4/197 20645
/proc/meminfo: memFree=31431300/32872528 swapFree=11320/319964
[pid=20645] ppid=20642 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/20645/stat : 20645 (java) S 20642 20645 20210 0 -1 4202496 4713 0 1 0 24 1 0 0 20 0 18 0 106818081 9787879424 6770 33554432000 1073741824 1073778376 140734857941232 140734857932368 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20645/statm: 2389619 6770 2214 9 0 2380296 0
[pid=20645/tid=20646] ppid=20642 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/20645/task/20646/stat : 20646 (java) R 20642 20645 20210 0 -1 4202560 2399 0 1 0 17 0 0 0 20 0 18 0 106818082 9787879424 6770 33554432000 1073741824 1073778376 140734857941232 140699589467720 262966131768 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300367 s]
/proc/loadavg: 4.10 4.09 3.75 4/197 20645
/proc/meminfo: memFree=31431300/32872528 swapFree=11320/319964
[pid=20645] ppid=20642 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/20645/stat : 20645 (java) S 20642 20645 20210 0 -1 4202496 5284 0 1 0 36 3 0 0 20 0 19 0 106818081 10060525568 9271 33554432000 1073741824 1073778376 140734857941232 140734857932368 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20645/statm: 2456183 9271 2240 9 0 2446860 0
[pid=20645/tid=20646] ppid=20642 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/20645/task/20646/stat : 20646 (java) S 20642 20645 20210 0 -1 4202560 2413 0 1 0 20 1 0 0 20 0 19 0 106818082 10060525568 9271 33554432000 1073741824 1073778376 140734857941232 140699589477240 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 9824732

[startup+0.700299 s]
/proc/loadavg: 4.10 4.09 3.75 4/197 20645
/proc/meminfo: memFree=31431300/32872528 swapFree=11320/319964
[pid=20645] ppid=20642 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/20645/stat : 20645 (java) S 20642 20645 20210 0 -1 4202496 5284 0 1 0 36 3 0 0 20 0 19 0 106818081 10060525568 9271 33554432000 1073741824 1073778376 140734857941232 140734857932368 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20645/statm: 2456183 9271 2240 9 0 2446860 0
[pid=20645/tid=20646] ppid=20642 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/20645/task/20646/stat : 20646 (java) S 20642 20645 20210 0 -1 4202560 2413 0 1 0 20 1 0 0 20 0 19 0 106818082 10060525568 9271 33554432000 1073741824 1073778376 140734857941232 140699589477240 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 9824732

[startup+1.50081 s]
/proc/loadavg: 4.10 4.09 3.75 4/216 20670
/proc/meminfo: memFree=31373780/32872528 swapFree=11320/319964
[pid=20645] ppid=20642 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/20645/stat : 20645 (java) S 20642 20645 20210 0 -1 4202496 15966 0 1 0 94 7 0 0 20 0 19 0 106818081 10060525568 17092 33554432000 1073741824 1073778376 140734857941232 140734857932368 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20645/statm: 2456183 17092 2250 9 0 2446860 0
[pid=20645/tid=20646] ppid=20642 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/20645/task/20646/stat : 20646 (java) S 20642 20645 20210 0 -1 4202560 2419 0 1 0 21 2 0 0 20 0 19 0 106818082 10060525568 17092 33554432000 1073741824 1073778376 140734857941232 140699589477240 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20648] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20648/stat : 20648 (java) S 20642 20645 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106818082 10060525568 17092 33554432000 1073741824 1073778376 140734857941232 140699578538408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20649] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20649/stat : 20649 (java) S 20642 20645 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106818082 10060525568 17092 33554432000 1073741824 1073778376 140734857941232 140699577485864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20645/tid=20650] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20650/stat : 20650 (java) S 20642 20645 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106818082 10060525568 17092 33554432000 1073741824 1073778376 140734857941232 140699576432808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20645/tid=20651] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20651/stat : 20651 (java) S 20642 20645 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106818082 10060525568 17092 33554432000 1073741824 1073778376 140734857941232 140699575380264 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20652] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20652/stat : 20652 (java) S 20642 20645 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106818082 10060525568 17092 33554432000 1073741824 1073778376 140734857941232 140699574328232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20653] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20653/stat : 20653 (java) S 20642 20645 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106818082 10060525568 17092 33554432000 1073741824 1073778376 140734857941232 140699573275688 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20654] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20654/stat : 20654 (java) S 20642 20645 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106818082 10060525568 17092 33554432000 1073741824 1073778376 140734857941232 140699426831016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20655] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20655/stat : 20655 (java) S 20642 20645 20210 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106818082 10060525568 17092 33554432000 1073741824 1073778376 140734857941232 140699425778472 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20656] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20656/stat : 20656 (java) S 20642 20645 20210 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106818083 10060525568 17092 33554432000 1073741824 1073778376 140734857941232 140699413580136 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20657] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20657/stat : 20657 (java) S 20642 20645 20210 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106818084 10060525568 17092 33554432000 1073741824 1073778376 140734857941232 140699412526456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20658] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20658/stat : 20658 (java) S 20642 20645 20210 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106818084 10060525568 17092 33554432000 1073741824 1073778376 140734857941232 140699411473288 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20659] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20659/stat : 20659 (java) S 20642 20645 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106818086 10060525568 17092 33554432000 1073741824 1073778376 140734857941232 140699410422032 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20660] ppid=20642 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/20645/task/20660/stat : 20660 (java) S 20642 20645 20210 0 -1 4202560 1126 0 0 0 16 0 0 0 20 0 19 0 106818086 10060525568 17092 33554432000 1073741824 1073778376 140734857941232 140699409369912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20661] ppid=20642 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/20645/task/20661/stat : 20661 (java) S 20642 20645 20210 0 -1 4202560 11072 0 0 0 43 2 0 0 20 0 19 0 106818086 10060525568 17092 33554432000 1073741824 1073778376 140734857941232 140699408317368 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20662] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20662/stat : 20662 (java) S 20642 20645 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106818086 10060525568 17092 33554432000 1073741824 1073778376 140734857941232 140699407264504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20645/tid=20663] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20663/stat : 20663 (java) S 20642 20645 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106818086 10060525568 17092 33554432000 1073741824 1073778376 140734857941232 140699406212168 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20670] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20670/stat : 20670 (java) S 20642 20645 20210 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106818156 10060525568 17092 33554432000 1073741824 1073778376 140734857941232 140699404105000 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9824732

[startup+3.10077 s]
/proc/loadavg: 4.10 4.09 3.75 3/216 20676
/proc/meminfo: memFree=31342936/32872528 swapFree=11320/319964
[pid=20645] ppid=20642 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/20645/stat : 20645 (java) S 20642 20645 20210 0 -1 4202496 18910 0 1 0 148 10 0 0 20 0 19 0 106818081 10060525568 21200 33554432000 1073741824 1073778376 140734857941232 140734857932368 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20645/statm: 2456183 21200 2258 9 0 2446860 0
[pid=20645/tid=20646] ppid=20642 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/20645/task/20646/stat : 20646 (java) S 20642 20645 20210 0 -1 4202560 2420 0 1 0 22 2 0 0 20 0 19 0 106818082 10060525568 21200 33554432000 1073741824 1073778376 140734857941232 140699589477240 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20648] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20648/stat : 20648 (java) S 20642 20645 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106818082 10060525568 21200 33554432000 1073741824 1073778376 140734857941232 140699578538408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20649] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20649/stat : 20649 (java) S 20642 20645 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106818082 10060525568 21200 33554432000 1073741824 1073778376 140734857941232 140699577485864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20645/tid=20650] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20650/stat : 20650 (java) S 20642 20645 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106818082 10060525568 21200 33554432000 1073741824 1073778376 140734857941232 140699576432808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20645/tid=20651] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20651/stat : 20651 (java) S 20642 20645 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106818082 10060525568 21200 33554432000 1073741824 1073778376 140734857941232 140699575380264 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20652] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20652/stat : 20652 (java) S 20642 20645 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106818082 10060525568 21200 33554432000 1073741824 1073778376 140734857941232 140699574328232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20653] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20653/stat : 20653 (java) S 20642 20645 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106818082 10060525568 21200 33554432000 1073741824 1073778376 140734857941232 140699573275688 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20654] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20654/stat : 20654 (java) S 20642 20645 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106818082 10060525568 21200 33554432000 1073741824 1073778376 140734857941232 140699426831016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20655] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20655/stat : 20655 (java) S 20642 20645 20210 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106818082 10060525568 21200 33554432000 1073741824 1073778376 140734857941232 140699425778472 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20656] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20656/stat : 20656 (java) S 20642 20645 20210 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106818083 10060525568 21200 33554432000 1073741824 1073778376 140734857941232 140699413580136 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20657] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20657/stat : 20657 (java) S 20642 20645 20210 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106818084 10060525568 21200 33554432000 1073741824 1073778376 140734857941232 140699412526456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20658] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20658/stat : 20658 (java) S 20642 20645 20210 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106818084 10060525568 21200 33554432000 1073741824 1073778376 140734857941232 140699411473288 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20659] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20659/stat : 20659 (java) S 20642 20645 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106818086 10060525568 21200 33554432000 1073741824 1073778376 140734857941232 140699410422032 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20660] ppid=20642 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/20645/task/20660/stat : 20660 (java) S 20642 20645 20210 0 -1 4202560 4034 0 0 0 35 0 0 0 20 0 19 0 106818086 10060525568 21200 33554432000 1073741824 1073778376 140734857941232 140699409369912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20661] ppid=20642 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/20645/task/20661/stat : 20661 (java) S 20642 20645 20210 0 -1 4202560 11079 0 0 0 59 2 0 0 20 0 19 0 106818086 10060525568 21200 33554432000 1073741824 1073778376 140734857941232 140699408317368 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20645/tid=20662] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20662/stat : 20662 (java) S 20642 20645 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106818086 10060525568 21200 33554432000 1073741824 1073778376 140734857941232 140699407264504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20645/tid=20663] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20663/stat : 20663 (java) S 20642 20645 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106818086 10060525568 21200 33554432000 1073741824 1073778376 140734857941232 140699406212168 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20670] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20670/stat : 20670 (java) S 20642 20645 20210 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106818156 10060525568 21200 33554432000 1073741824 1073778376 140734857941232 140699404105000 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.30075 s]
/proc/loadavg: 3.93 4.05 3.74 5/219 20691
/proc/meminfo: memFree=31110676/32872528 swapFree=11320/319964
[pid=20645] ppid=20642 vsize=9824732 CPUtime=6.57 cores=1,3,5,7
/proc/20645/stat : 20645 (java) S 20642 20645 20210 0 -1 4202496 27742 0 1 0 631 26 0 0 20 0 19 0 106818081 10060525568 51194 33554432000 1073741824 1073778376 140734857941232 140734857932368 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20645/statm: 2456183 51194 2286 9 0 2446860 0
[pid=20645/tid=20646] ppid=20642 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/20645/task/20646/stat : 20646 (java) S 20642 20645 20210 0 -1 4202560 2422 0 1 0 22 2 0 0 20 0 19 0 106818082 10060525568 51194 33554432000 1073741824 1073778376 140734857941232 140699589477240 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20648] ppid=20642 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/20645/task/20648/stat : 20648 (java) S 20642 20645 20210 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 106818082 10060525568 51194 33554432000 1073741824 1073778376 140734857941232 140699578538408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20649] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20649/stat : 20649 (java) S 20642 20645 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106818082 10060525568 51194 33554432000 1073741824 1073778376 140734857941232 140699577485864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20645/tid=20650] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20650/stat : 20650 (java) S 20642 20645 20210 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 106818082 10060525568 51194 33554432000 1073741824 1073778376 140734857941232 140699576432808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20651] ppid=20642 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/20645/task/20651/stat : 20651 (java) S 20642 20645 20210 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 106818082 10060525568 51194 33554432000 1073741824 1073778376 140734857941232 140699575380264 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20645/tid=20652] ppid=20642 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/20645/task/20652/stat : 20652 (java) S 20642 20645 20210 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 106818082 10060525568 51194 33554432000 1073741824 1073778376 140734857941232 140699574328232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20653] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20653/stat : 20653 (java) S 20642 20645 20210 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 106818082 10060525568 51194 33554432000 1073741824 1073778376 140734857941232 140699573275688 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20645/tid=20654] ppid=20642 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/20645/task/20654/stat : 20654 (java) S 20642 20645 20210 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 106818082 10060525568 51194 33554432000 1073741824 1073778376 140734857941232 140699426831016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20655] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20655/stat : 20655 (java) S 20642 20645 20210 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106818082 10060525568 51194 33554432000 1073741824 1073778376 140734857941232 140699425778472 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20656] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20656/stat : 20656 (java) S 20642 20645 20210 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 106818083 10060525568 51194 33554432000 1073741824 1073778376 140734857941232 140699413580136 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20657] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20657/stat : 20657 (java) S 20642 20645 20210 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106818084 10060525568 51194 33554432000 1073741824 1073778376 140734857941232 140699412526456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20645/tid=20658] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20658/stat : 20658 (java) S 20642 20645 20210 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106818084 10060525568 51194 33554432000 1073741824 1073778376 140734857941232 140699411473288 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20645/tid=20659] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20659/stat : 20659 (java) S 20642 20645 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106818086 10060525568 51194 33554432000 1073741824 1073778376 140734857941232 140699410422032 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20660] ppid=20642 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/20645/task/20660/stat : 20660 (java) S 20642 20645 20210 0 -1 4202560 12537 0 0 0 87 3 0 0 20 0 19 0 106818086 10060525568 51194 33554432000 1073741824 1073778376 140734857941232 140699409369912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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


[startup+822.301 s]
/proc/loadavg: 4.75 4.24 3.96 5/219 20737
/proc/meminfo: memFree=24766440/32872528 swapFree=11320/319964
[pid=20645] ppid=20642 vsize=9824732 CPUtime=1636.54 cores=1,3,5,7
/proc/20645/stat : 20645 (java) S 20642 20645 20210 0 -1 4202496 34012 0 1 0 163495 159 0 0 20 0 22 0 106818081 10060525568 697571 33554432000 1073741824 1073778376 140734857941232 140734857932368 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20645/statm: 2456183 697571 2294 9 0 2446860 0
[pid=20645/tid=20646] ppid=20642 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/20645/task/20646/stat : 20646 (java) S 20642 20645 20210 0 -1 4202560 2423 0 1 0 25 2 0 0 20 0 22 0 106818082 10060525568 697571 33554432000 1073741824 1073778376 140734857941232 140699589477240 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20648] ppid=20642 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/20645/task/20648/stat : 20648 (java) S 20642 20645 20210 0 -1 4202560 336 0 0 0 43 9 0 0 20 0 22 0 106818082 10060525568 697571 33554432000 1073741824 1073778376 140734857941232 140699578538408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20645/tid=20649] ppid=20642 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/20645/task/20649/stat : 20649 (java) S 20642 20645 20210 0 -1 4202560 448 0 0 0 43 9 0 0 20 0 22 0 106818082 10060525568 697571 33554432000 1073741824 1073778376 140734857941232 140699577485864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20650] ppid=20642 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/20645/task/20650/stat : 20650 (java) S 20642 20645 20210 0 -1 4202560 324 0 0 0 42 7 0 0 20 0 22 0 106818082 10060525568 697571 33554432000 1073741824 1073778376 140734857941232 140699576432808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20651] ppid=20642 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/20645/task/20651/stat : 20651 (java) S 20642 20645 20210 0 -1 4202560 391 0 0 0 48 11 0 0 20 0 22 0 106818082 10060525568 697571 33554432000 1073741824 1073778376 140734857941232 140699575380264 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20645/tid=20652] ppid=20642 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/20645/task/20652/stat : 20652 (java) S 20642 20645 20210 0 -1 4202560 418 0 0 0 48 10 0 0 20 0 22 0 106818082 10060525568 697571 33554432000 1073741824 1073778376 140734857941232 140699574328232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20645/tid=20653] ppid=20642 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/20645/task/20653/stat : 20653 (java) S 20642 20645 20210 0 -1 4202560 428 0 0 0 50 10 0 0 20 0 22 0 106818082 10060525568 697571 33554432000 1073741824 1073778376 140734857941232 140699573275688 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20645/tid=20654] ppid=20642 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/20645/task/20654/stat : 20654 (java) S 20642 20645 20210 0 -1 4202560 430 0 0 0 45 10 0 0 20 0 22 0 106818082 10060525568 697571 33554432000 1073741824 1073778376 140734857941232 140699426831016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20655] ppid=20642 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/20645/task/20655/stat : 20655 (java) S 20642 20645 20210 0 -1 4202560 297 0 0 0 49 10 0 0 20 0 22 0 106818082 10060525568 697571 33554432000 1073741824 1073778376 140734857941232 140699425778472 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20645/tid=20656] ppid=20642 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/20645/task/20656/stat : 20656 (java) S 20642 20645 20210 0 -1 4202560 1518 0 0 0 77 4 0 0 20 0 22 0 106818083 10060525568 697571 33554432000 1073741824 1073778376 140734857941232 140699413580136 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20657] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20657/stat : 20657 (java) S 20642 20645 20210 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 106818084 10060525568 697571 33554432000 1073741824 1073778376 140734857941232 140699412526456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20645/tid=20658] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20658/stat : 20658 (java) S 20642 20645 20210 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 106818084 10060525568 697571 33554432000 1073741824 1073778376 140734857941232 140699411473288 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20645/tid=20659] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20659/stat : 20659 (java) S 20642 20645 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 106818086 10060525568 697571 33554432000 1073741824 1073778376 140734857941232 140699410422032 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20660] ppid=20642 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/20645/task/20660/stat : 20660 (java) S 20642 20645 20210 0 -1 4202560 12966 0 0 0 94 3 0 0 20 0 22 0 106818086 10060525568 697571 33554432000 1073741824 1073778376 140734857941232 140699409369912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20661] ppid=20642 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/20645/task/20661/stat : 20661 (java) S 20642 20645 20210 0 -1 4202560 11180 0 0 0 123 2 0 0 20 0 22 0 106818086 10060525568 697571 33554432000 1073741824 1073778376 140734857941232 140699408317368 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20662] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20662/stat : 20662 (java) S 20642 20645 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 106818086 10060525568 697571 33554432000 1073741824 1073778376 140734857941232 140699407264504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20645/tid=20663] ppid=20642 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/20645/task/20663/stat : 20663 (java) S 20642 20645 20210 0 -1 4202560 48 0 0 0 10 13 0 0 20 0 22 0 106818086 10060525568 697571 33554432000 1073741824 1073778376 140734857941232 140699406212168 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20685] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20685/stat : 20685 (java) S 20642 20645 20210 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 106818407 10060525568 697571 33554432000 1073741824 1073778376 140734857941232 140699405158056 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20645/tid=20707] ppid=20642 vsize=9824732 CPUtime=811.86 cores=1,3,5,7
/proc/20645/task/20707/stat : 20707 (java) R 20642 20645 20210 0 -1 4202560 47 0 0 0 81170 16 0 0 20 0 22 0 106818908 10060525568 697571 33554432000 1073741824 1073778376 140734857941232 140699403051520 140699455188095 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20645/tid=20708] ppid=20642 vsize=9824732 CPUtime=811.93 cores=1,3,5,7
/proc/20645/task/20708/stat : 20708 (java) R 20642 20645 20210 0 -1 4202560 1265 0 0 0 81144 49 0 0 20 0 22 0 106818908 10060525568 697571 33554432000 1073741824 1073778376 140734857941232 140699404103200 140699455719169 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20709] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20709/stat : 20709 (java) S 20642 20645 20210 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 106818909 10060525568 697571 33554432000 1073741824 1073778376 140734857941232 140699402000040 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1636.54
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.65 4.30 4.00 6/219 20738
/proc/meminfo: memFree=24748436/32872528 swapFree=11320/319964
[pid=20645] ppid=20642 vsize=9824732 CPUtime=1756.71 cores=1,3,5,7
/proc/20645/stat : 20645 (java) S 20642 20645 20210 0 -1 4202496 34121 0 1 0 175511 160 0 0 20 0 22 0 106818081 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140734857932368 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20645/statm: 2456183 677837 2294 9 0 2446860 0
[pid=20645/tid=20646] ppid=20642 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/20645/task/20646/stat : 20646 (java) S 20642 20645 20210 0 -1 4202560 2424 0 1 0 25 2 0 0 20 0 22 0 106818082 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699589477240 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20648] ppid=20642 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/20645/task/20648/stat : 20648 (java) S 20642 20645 20210 0 -1 4202560 359 0 0 0 47 9 0 0 20 0 22 0 106818082 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699578538408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20649] ppid=20642 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/20645/task/20649/stat : 20649 (java) S 20642 20645 20210 0 -1 4202560 463 0 0 0 47 9 0 0 20 0 22 0 106818082 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699577485864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20650] ppid=20642 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/20645/task/20650/stat : 20650 (java) S 20642 20645 20210 0 -1 4202560 329 0 0 0 47 8 0 0 20 0 22 0 106818082 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699576432808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20645/tid=20651] ppid=20642 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/20645/task/20651/stat : 20651 (java) S 20642 20645 20210 0 -1 4202560 424 0 0 0 55 11 0 0 20 0 22 0 106818082 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699575380264 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20652] ppid=20642 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/20645/task/20652/stat : 20652 (java) S 20642 20645 20210 0 -1 4202560 418 0 0 0 53 10 0 0 20 0 22 0 106818082 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699574328232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20645/tid=20653] ppid=20642 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/20645/task/20653/stat : 20653 (java) S 20642 20645 20210 0 -1 4202560 428 0 0 0 53 10 0 0 20 0 22 0 106818082 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699573275688 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20654] ppid=20642 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/20645/task/20654/stat : 20654 (java) S 20642 20645 20210 0 -1 4202560 430 0 0 0 48 10 0 0 20 0 22 0 106818082 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699426831016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20655] ppid=20642 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/20645/task/20655/stat : 20655 (java) S 20642 20645 20210 0 -1 4202560 318 0 0 0 53 10 0 0 20 0 22 0 106818082 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699425778472 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20656] ppid=20642 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/20645/task/20656/stat : 20656 (java) S 20642 20645 20210 0 -1 4202560 1521 0 0 0 77 4 0 0 20 0 22 0 106818083 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699413580136 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20657] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20657/stat : 20657 (java) S 20642 20645 20210 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 106818084 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699412526456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20645/tid=20658] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20658/stat : 20658 (java) S 20642 20645 20210 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 106818084 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699411473288 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20645/tid=20659] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20659/stat : 20659 (java) S 20642 20645 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 106818086 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699410422032 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20660] ppid=20642 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/20645/task/20660/stat : 20660 (java) S 20642 20645 20210 0 -1 4202560 12968 0 0 0 95 3 0 0 20 0 22 0 106818086 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699409369912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20661] ppid=20642 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/20645/task/20661/stat : 20661 (java) S 20642 20645 20210 0 -1 4202560 11180 0 0 0 123 2 0 0 20 0 22 0 106818086 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699408317368 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20662] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20662/stat : 20662 (java) S 20642 20645 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 106818086 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699407264504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20645/tid=20663] ppid=20642 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/20645/task/20663/stat : 20663 (java) S 20642 20645 20210 0 -1 4202560 52 0 0 0 10 14 0 0 20 0 22 0 106818086 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699406212168 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20685] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20685/stat : 20685 (java) S 20642 20645 20210 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 106818407 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699405158056 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20645/tid=20707] ppid=20642 vsize=9824732 CPUtime=871.78 cores=1,3,5,7
/proc/20645/task/20707/stat : 20707 (java) R 20642 20645 20210 0 -1 4202560 48 0 0 0 87161 17 0 0 20 0 22 0 106818908 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699403042576 140699455120337 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20645/tid=20708] ppid=20642 vsize=9824732 CPUtime=871.84 cores=1,3,5,7
/proc/20645/task/20708/stat : 20708 (java) R 20642 20645 20210 0 -1 4202560 1266 0 0 0 87134 50 0 0 20 0 22 0 106818908 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699404103200 140699455719202 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20709] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20709/stat : 20709 (java) S 20642 20645 20210 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 106818909 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699402000040 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1756.71
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+904.001 s]
/proc/loadavg: 4.37 4.26 3.99 5/219 20834
/proc/meminfo: memFree=28478628/32872528 swapFree=11320/319964
[pid=20645] ppid=20642 vsize=9824732 CPUtime=1800.09 cores=1,3,5,7
/proc/20645/stat : 20645 (java) S 20642 20645 20210 0 -1 4202496 34123 0 1 0 179849 160 0 0 20 0 22 0 106818081 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140734857932368 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20645/statm: 2456183 677837 2294 9 0 2446860 0
[pid=20645/tid=20646] ppid=20642 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/20645/task/20646/stat : 20646 (java) S 20642 20645 20210 0 -1 4202560 2424 0 1 0 25 3 0 0 20 0 22 0 106818082 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699589477240 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20648] ppid=20642 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/20645/task/20648/stat : 20648 (java) S 20642 20645 20210 0 -1 4202560 359 0 0 0 47 9 0 0 20 0 22 0 106818082 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699578538408 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20649] ppid=20642 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/20645/task/20649/stat : 20649 (java) S 20642 20645 20210 0 -1 4202560 463 0 0 0 47 9 0 0 20 0 22 0 106818082 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699577485864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20650] ppid=20642 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/20645/task/20650/stat : 20650 (java) S 20642 20645 20210 0 -1 4202560 329 0 0 0 47 8 0 0 20 0 22 0 106818082 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699576432808 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20645/tid=20651] ppid=20642 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/20645/task/20651/stat : 20651 (java) S 20642 20645 20210 0 -1 4202560 424 0 0 0 55 11 0 0 20 0 22 0 106818082 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699575380264 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20652] ppid=20642 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/20645/task/20652/stat : 20652 (java) S 20642 20645 20210 0 -1 4202560 418 0 0 0 53 10 0 0 20 0 22 0 106818082 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699574328232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20645/tid=20653] ppid=20642 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/20645/task/20653/stat : 20653 (java) S 20642 20645 20210 0 -1 4202560 428 0 0 0 53 10 0 0 20 0 22 0 106818082 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699573275688 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20654] ppid=20642 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/20645/task/20654/stat : 20654 (java) S 20642 20645 20210 0 -1 4202560 430 0 0 0 48 10 0 0 20 0 22 0 106818082 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699426831016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20655] ppid=20642 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/20645/task/20655/stat : 20655 (java) S 20642 20645 20210 0 -1 4202560 318 0 0 0 53 10 0 0 20 0 22 0 106818082 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699425778472 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20656] ppid=20642 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/20645/task/20656/stat : 20656 (java) S 20642 20645 20210 0 -1 4202560 1521 0 0 0 77 4 0 0 20 0 22 0 106818083 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699413580136 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20657] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20657/stat : 20657 (java) S 20642 20645 20210 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 106818084 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699412526456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20645/tid=20658] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20658/stat : 20658 (java) S 20642 20645 20210 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 106818084 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699411473288 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20645/tid=20659] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20659/stat : 20659 (java) S 20642 20645 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 106818086 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699410422032 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20660] ppid=20642 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/20645/task/20660/stat : 20660 (java) S 20642 20645 20210 0 -1 4202560 12968 0 0 0 95 3 0 0 20 0 22 0 106818086 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699409369912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20661] ppid=20642 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/20645/task/20661/stat : 20661 (java) S 20642 20645 20210 0 -1 4202560 11180 0 0 0 123 2 0 0 20 0 22 0 106818086 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699408317368 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20645/tid=20662] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20662/stat : 20662 (java) S 20642 20645 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 106818086 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699407264504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20645/tid=20663] ppid=20642 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/20645/task/20663/stat : 20663 (java) S 20642 20645 20210 0 -1 4202560 54 0 0 0 11 14 0 0 20 0 22 0 106818086 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699406212168 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20685] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20685/stat : 20685 (java) S 20642 20645 20210 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 106818407 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699405158056 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20645/tid=20707] ppid=20642 vsize=9824732 CPUtime=893.47 cores=1,3,5,7
/proc/20645/task/20707/stat : 20707 (java) R 20642 20645 20210 0 -1 4202560 48 0 0 0 89330 17 0 0 20 0 22 0 106818908 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699403042576 140699455119660 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20645/tid=20708] ppid=20642 vsize=9824732 CPUtime=893.52 cores=1,3,5,7
/proc/20645/task/20708/stat : 20708 (java) R 20642 20645 20210 0 -1 4202560 1266 0 0 0 89302 50 0 0 20 0 22 0 106818908 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699404103200 140699455719056 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20645/tid=20709] ppid=20642 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20645/task/20709/stat : 20709 (java) S 20642 20645 20210 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 106818909 10060525568 677837 33554432000 1073741824 1073778376 140734857941232 140699402000040 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 20645 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 904.053
CPU time (s): 1800.65
CPU user time (s): 1798.55
CPU system time (s): 2.10268
CPU usage (%): 199.175
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.55
system time used= 2.10268
maximum resident set size= 2975136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34169
page faults= 1
swaps= 0
block input operations= 0
block output operations= 816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22609
involuntary context switches= 20159

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.02324 second user time and 7.98578 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-06 23:34:08
IDJOB=4081453
IDBENCH=25022
IDSOLVER=2543
FILE ID=node128/4081453-1465248848
RUNJOBID= node128-1465247049-20227
PBS_JOBID= 19843253
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/trarea_ac/normalized-fir02_trarea_ac.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081453-1465248848/watcher-4081453-1465248848 -o /tmp/evaluation-result-4081453-1465248848/solver-4081453-1465248848 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465247049-20227 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081453-1465248848.opb

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

MD5SUM BENCH= aa73e48897f9c10e5003e2188d9e7ab9
RANDOM SEED=1935792702

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31431828 kB
Buffers:           44700 kB
Cached:           103632 kB
SwapCached:         1656 kB
Active:           329288 kB
Inactive:          84488 kB
Active(anon):     267532 kB
Inactive(anon):      528 kB
Active(file):      61756 kB
Inactive(file):    83960 kB
Unevictable:      319964 kB
Mlocked:           11320 kB
SwapTotal:      67108856 kB
SwapFree:       67098468 kB
Dirty:              2300 kB
Writeback:             0 kB
AnonPages:        591504 kB
Mapped:            15324 kB
Shmem:                 0 kB
Slab:             569724 kB
SReclaimable:      12972 kB
SUnreclaim:       556752 kB
KernelStack:        1608 kB
PageTables:         5540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1142884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    522240 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 node128 at 2016-06-06 23:49:12