Trace number 4081181

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)25186 1800.01 898.898

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-data6_3.opb
MD5SUMf675f355e04fd5af6f49610fb88dbbd3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark24853
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 24674
Optimality of the best value was proved NO
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 116904
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 116904
Number of bits of the biggest sum of numbers17
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.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	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.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.10	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4081181-1465224084.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.77/0.40	c ... done. Wall clock time 0.291s.
0.77/0.40	c declared #vars     540
0.77/0.40	c #constraints  4626
0.77/0.40	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.77/0.40	c constraints type 
0.77/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2052
0.77/0.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 264
0.77/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 630
0.77/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1680
0.77/0.40	c 4626 constraints processed.
0.77/0.40	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.77/0.40	c constraints type 
0.77/0.40	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 630
0.77/0.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2052
0.77/0.40	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 264
0.77/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1680
0.77/0.40	c 4626 constraints processed.
0.77/0.40	c objective function length is 180 literals
1.17/0.59	c And the winner is solver0
1.74/0.90	c SATISFIABLE
1.74/0.90	c OPTIMIZING...
1.74/0.90	c Got one! Elapsed wall clock time (in seconds):0.796
1.74/0.90	o 28083
2.07/1.02	c And the winner is solver0
2.41/1.40	c Got one! Elapsed wall clock time (in seconds):1.299
2.41/1.40	o 27731
2.41/1.45	c And the winner is solver0
2.57/1.91	c Got one! Elapsed wall clock time (in seconds):1.801
2.57/1.91	o 26564
2.57/1.96	c And the winner is solver0
2.80/2.41	c Got one! Elapsed wall clock time (in seconds):2.303
2.80/2.41	o 26543
2.80/2.44	c And the winner is solver0
2.89/2.91	c Got one! Elapsed wall clock time (in seconds):2.805
2.89/2.91	o 26350
4.14/3.40	c cleaning 3669 clauses out of 7354 with flag 24566/7354
4.84/3.63	c cleaning 4843 clauses out of 9685 with flag 37454/13354
5.49/3.94	c cleaning 5916 clauses out of 11843 with flag 52591/20355
6.14/4.25	c cleaning 6958 clauses out of 13926 with flag 70346/28354
6.96/4.67	c cleaning 7984 clauses out of 15968 with flag 90892/37354
7.99/5.17	c cleaning 8992 clauses out of 17984 with flag 113714/47354
9.43/5.81	c cleaning 9991 clauses out of 19992 with flag 138685/58354
10.84/6.50	c cleaning 10999 clauses out of 22001 with flag 166641/70354
12.49/7.35	c cleaning 12002 clauses out of 24004 with flag 198855/83356
14.53/8.33	c cleaning 12998 clauses out of 26000 with flag 233706/97354
16.77/9.49	c cleaning 14001 clauses out of 28002 with flag 273168/112354
19.37/10.75	c cleaning 15000 clauses out of 30001 with flag 316053/128354
22.45/12.25	c cleaning 15998 clauses out of 32002 with flag 361508/145355
26.28/14.14	c cleaning 16999 clauses out of 34003 with flag 410253/163354
29.47/15.80	c cleaning 17999 clauses out of 36005 with flag 458620/182355
32.88/17.47	c cleaning 18995 clauses out of 38005 with flag 509245/202354
36.51/19.29	c cleaning 20002 clauses out of 40010 with flag 563722/223354
40.51/21.25	c cleaning 21003 clauses out of 42008 with flag 623374/245354
44.52/23.23	c cleaning 21997 clauses out of 44006 with flag 682298/268355
48.96/25.41	c cleaning 22999 clauses out of 46008 with flag 744473/292354
55.56/28.77	c cleaning 23998 clauses out of 48009 with flag 899921/317354
60.95/31.41	c cleaning 25002 clauses out of 50012 with flag 984266/343355
64.63/33.25	c And the winner is solver0
64.71/33.47	c Got one! Elapsed wall clock time (in seconds):33.361
64.71/33.47	o 26326
66.38/34.39	c And the winner is solver0
66.57/34.47	c Got one! Elapsed wall clock time (in seconds):34.362
66.57/34.47	o 25499
67.04/34.77	c cleaning 21177 clauses out of 42364 with flag 12427/360709
67.24/34.88	c And the winner is solver0
67.42/34.97	c Got one! Elapsed wall clock time (in seconds):34.863
67.42/34.97	o 25461
68.31/35.42	c And the winner is solver0
68.31/35.47	c Got one! Elapsed wall clock time (in seconds):35.365
68.31/35.47	o 25361
69.07/35.81	c And the winner is solver0
69.13/35.97	c Got one! Elapsed wall clock time (in seconds):35.866
69.13/35.97	o 25329
69.99/36.48	c cleaning 13655 clauses out of 27329 with flag 21550/366851
70.38/36.60	c And the winner is solver0
70.42/36.97	c Got one! Elapsed wall clock time (in seconds):36.868
70.42/36.97	o 25186
72.46/38.01	c cleaning 9646 clauses out of 19299 with flag 59006/372476
74.88/39.23	c cleaning 7798 clauses out of 15656 with flag 132581/378479
77.73/40.62	c cleaning 7418 clauses out of 14856 with flag 229328/385477
80.35/41.98	c cleaning 7712 clauses out of 15437 with flag 328014/393476
83.13/43.38	c cleaning 8352 clauses out of 16725 with flag 426219/402476
86.75/45.19	c cleaning 9174 clauses out of 18373 with flag 568457/412476
90.73/47.11	c cleaning 10098 clauses out of 20199 with flag 709940/423476
94.96/49.25	c cleaning 11046 clauses out of 22104 with flag 860903/435479
100.36/51.94	c cleaning 12019 clauses out of 24055 with flag 1048520/448476
106.16/54.89	c cleaning 13014 clauses out of 26038 with flag 1274764/462478
113.24/58.32	c cleaning 13995 clauses out of 28023 with flag 1544655/477477
121.22/62.39	c cleaning 15008 clauses out of 30028 with flag 1829817/493477
130.27/66.88	c cleaning 16005 clauses out of 32019 with flag 2166113/510476
138.88/71.16	c cleaning 17008 clauses out of 34015 with flag 2460859/528477
147.73/75.52	c cleaning 17992 clauses out of 36006 with flag 2729139/547476
158.19/80.71	c cleaning 18999 clauses out of 38014 with flag 3086928/567476
170.81/87.01	c cleaning 19998 clauses out of 40017 with flag 3508004/588478
181.44/92.36	c cleaning 0 clauses out of 5582 with flag 0/5590
183.17/93.01	c cleaning 20988 clauses out of 42018 with flag 3881053/610477
197.30/100.06	c cleaning 21997 clauses out of 44029 with flag 4265544/633476
213.78/108.23	c cleaning 23005 clauses out of 46033 with flag 4753635/657477
229.22/115.93	c cleaning 24004 clauses out of 48028 with flag 5218886/682477
248.05/125.39	c cleaning 24999 clauses out of 50026 with flag 5752067/708479
268.52/135.52	c cleaning 25991 clauses out of 52025 with flag 6377718/735477
283.96/143.29	c cleaning 27006 clauses out of 54033 with flag 6846485/763476
287.98/145.27	c cleaning 28008 clauses out of 56029 with flag 6916635/792478
291.81/147.12	c cleaning 29003 clauses out of 58019 with flag 6985035/822476
296.01/149.28	c cleaning 30004 clauses out of 60017 with flag 7060055/853477
301.66/152.00	c cleaning 31002 clauses out of 62013 with flag 7139954/885477
308.07/155.27	c cleaning 32000 clauses out of 64012 with flag 7229758/918478
314.50/158.49	c cleaning 33005 clauses out of 66010 with flag 7312673/952476
322.91/162.67	c cleaning 34003 clauses out of 68005 with flag 7464690/987476
363.87/183.07	c cleaning 34988 clauses out of 70002 with flag 8168442/1023476
403.83/202.94	c cleaning 36000 clauses out of 72014 with flag 8846616/1060476
437.40/219.67	c cleaning 37004 clauses out of 74015 with flag 9455096/1098477
474.82/238.29	c cleaning 37996 clauses out of 76011 with flag 10100537/1137477
513.70/257.52	c cleaning 38999 clauses out of 78014 with flag 10833177/1177476
555.50/278.40	c cleaning 39997 clauses out of 80015 with flag 11575979/1218476
569.38/285.29	c cleaning 41003 clauses out of 82018 with flag 11837150/1260476
577.66/289.30	c cleaning 42005 clauses out of 84016 with flag 11931614/1303477
587.91/294.76	c cleaning 43002 clauses out of 86010 with flag 12026280/1347476
598.18/299.81	c cleaning 44005 clauses out of 88009 with flag 12128378/1392477
608.43/304.96	c cleaning 44994 clauses out of 90003 with flag 12231609/1438476
618.06/309.72	c cleaning 46004 clauses out of 92009 with flag 12332131/1485476
631.11/316.26	c cleaning 46998 clauses out of 94005 with flag 12446675/1533476
644.16/322.71	c cleaning 48002 clauses out of 96008 with flag 12559141/1582477
657.60/329.42	c cleaning 49000 clauses out of 98006 with flag 12678173/1632477
671.85/336.52	c cleaning 50000 clauses out of 100005 with flag 12804413/1683476
686.52/343.85	c cleaning 50996 clauses out of 102005 with flag 12918998/1735476
703.82/352.45	c cleaning 52003 clauses out of 104009 with flag 13032727/1788476
725.49/363.22	c cleaning 52998 clauses out of 106006 with flag 13152678/1842476
743.18/372.03	c cleaning 54001 clauses out of 108009 with flag 13272830/1897477
762.47/381.66	c cleaning 55000 clauses out of 110008 with flag 13395997/1953477
783.20/391.97	c cleaning 56002 clauses out of 112008 with flag 13524231/2010477
801.73/401.18	c cleaning 56998 clauses out of 114005 with flag 13655940/2068476
869.90/435.07	c cleaning 58004 clauses out of 116008 with flag 14582690/2127477
960.00/480.20	c cleaning 58997 clauses out of 118004 with flag 15659354/2187477
982.12/491.29	c cleaning 0 clauses out of 11577 with flag 0/11585
1031.12/515.69	c cleaning 59996 clauses out of 120007 with flag 16547629/2248477
1043.77/521.97	c cleaning 60999 clauses out of 122010 with flag 16690860/2310476
1129.18/564.43	c cleaning 62001 clauses out of 124011 with flag 17682066/2373476
1240.47/619.81	c cleaning 62999 clauses out of 126012 with flag 18932955/2437478
1318.83/658.90	c cleaning 64001 clauses out of 128013 with flag 19867609/2502478
1335.97/667.37	c cleaning 64999 clauses out of 130011 with flag 20020949/2568477
1420.79/709.53	c cleaning 66004 clauses out of 132014 with flag 21004555/2635479
1547.74/773.11	c cleaning 66999 clauses out of 134009 with flag 22312127/2703478
1677.15/837.50	c cleaning 68004 clauses out of 136010 with flag 23589697/2772478
1712.16/854.93	c cleaning 68996 clauses out of 138005 with flag 24005221/2842477
1734.08/865.82	c cleaning 69998 clauses out of 140008 with flag 24192135/2913476
1799.91/898.63	c And the winner is solver0
1800.01/898.81	c >>>>>>>>>> Solver number 0 (12 answers) <<<<<<<<<<<<<<<<<<
1800.01/898.81	c starts		: 4658
1800.01/898.81	c conflicts		: 2976853
1800.01/898.81	c decisions		: 4003561
1800.01/898.81	c propagations		: 101972104
1800.01/898.81	c inspects		: 11688847810
1800.01/898.81	c shortcuts		: 0
1800.01/898.81	c learnt literals	: 0
1800.01/898.81	c learnt binary clauses	: 3
1800.01/898.81	c learnt ternary clauses	: 75
1800.01/898.81	c learnt constraints	: 2976853
1800.01/898.81	c ignored constraints	: 0
1800.01/898.81	c root simplifications	: 0
1800.01/898.81	c removed literals (reason simplification)	: 58634689
1800.01/898.81	c reason swapping (by a shorter reason)	: 0
1800.01/898.81	c Calls to reduceDB	: 91
1800.01/898.81	c Number of update (reduction) of LBD	: 574517
1800.01/898.81	c Imported unit clauses	: 0
1800.01/898.81	c number of reductions to clauses (during analyze)	: 0
1800.01/898.81	c number of learned constraints concerned by reduction	: 0
1800.01/898.81	c number of learning phase by resolution	: 0
1800.01/898.81	c number of learning phase by cutting planes	: 0
1800.01/898.81	c speed (assignments/second)	: 113503.49118715947
1800.01/898.81	c non guided choices	355
1800.01/898.86	c learnt constraints type 
1800.01/898.86	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.01/898.86	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 133384
1800.01/898.86	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/898.86	c starts		: 62
1800.01/898.86	c conflicts		: 14790
1800.01/898.86	c decisions		: 24041
1800.01/898.86	c propagations		: 990186
1800.01/898.86	c inspects		: 989855923
1800.01/898.86	c shortcuts		: 0
1800.01/898.86	c learnt literals	: 0
1800.01/898.86	c learnt binary clauses	: 0
1800.01/898.86	c learnt ternary clauses	: 0
1800.01/898.86	c learnt constraints	: 14781
1800.01/898.86	c ignored constraints	: 0
1800.01/898.86	c root simplifications	: 0
1800.01/898.86	c removed literals (reason simplification)	: 0
1800.01/898.86	c reason swapping (by a shorter reason)	: 0
1800.01/898.86	c Calls to reduceDB	: 2
1800.01/898.86	c Number of update (reduction) of LBD	: 0
1800.01/898.86	c Imported unit clauses	: 0
1800.01/898.86	c number of reductions to clauses (during analyze)	: 0
1800.01/898.86	c number of learned constraints concerned by reduction	: 0
1800.01/898.86	c number of learning phase by resolution	: 0
1800.01/898.86	c number of learning phase by cutting planes	: 0
1800.01/898.86	c speed (assignments/second)	: 1148.8569280463355
1800.01/898.86	c non guided choices	84
1800.01/898.87	c learnt constraints type 
1800.01/898.87	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 190
1800.01/898.87	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 170
1800.01/898.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14421
1800.01/898.87	s SATISFIABLE
1800.01/898.87	c Found 11 solution(s)
1800.01/898.87	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 
1800.01/898.87	c objective function=25186
1800.01/898.87	c Total wall clock time (in seconds): 898.766

Verifier Data

OK	25186

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-4081181-1465224084/watcher-4081181-1465224084 -o /tmp/evaluation-result-4081181-1465224084/solver-4081181-1465224084 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465221375-21442 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081181-1465224084.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.03 4.19 4.01 4/197 22276
/proc/meminfo: memFree=30828804/32872528 swapFree=12328/568296
[pid=22276] ppid=22273 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/22276/stat : 22276 (java) S 22273 22276 21426 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 104341004 98570240 977 33554432000 1073741824 1073778376 140736904766480 140736904757616 206632419389 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22276/statm: 24065 977 743 9 0 16771 0
[pid=22276/tid=22277] ppid=22273 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22277/stat : 22277 (java) R 22273 22276 21426 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 104341004 98570240 977 33554432000 1073741824 1073778376 140736904766480 140144284638760 206629062016 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 4.03 4.19 4.01 4/197 22276
/proc/meminfo: memFree=30828804/32872528 swapFree=12328/568296
[pid=22276] ppid=22273 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/22276/stat : 22276 (java) S 22273 22276 21426 0 -1 4202496 4512 0 1 0 10 1 0 0 20 0 18 0 104341004 9787879424 6134 33554432000 1073741824 1073778376 140736904766480 140736904757616 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22276/statm: 2389619 6134 2158 9 0 2380296 0
[pid=22276/tid=22277] ppid=22273 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/22276/task/22277/stat : 22277 (java) R 22273 22276 21426 0 -1 4202560 2382 0 1 0 6 2 0 0 20 0 18 0 104341004 9787879424 6134 33554432000 1073741824 1073778376 140736904766480 140144284642208 140144291830337 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200269 s]
/proc/loadavg: 4.03 4.19 4.01 4/197 22276
/proc/meminfo: memFree=30828804/32872528 swapFree=12328/568296
[pid=22276] ppid=22273 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/22276/stat : 22276 (java) S 22273 22276 21426 0 -1 4202496 4797 0 1 0 26 1 0 0 20 0 18 0 104341004 9787879424 7865 33554432000 1073741824 1073778376 140736904766480 140736904757616 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22276/statm: 2389619 7865 2222 9 0 2380296 0
[pid=22276/tid=22277] ppid=22273 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/22276/task/22277/stat : 22277 (java) R 22273 22276 21426 0 -1 4202560 2400 0 1 0 16 2 0 0 20 0 18 0 104341004 9787879424 7865 33554432000 1073741824 1073778376 140736904766480 140144284642208 140144128579893 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300242 s]
/proc/loadavg: 4.03 4.19 4.01 4/197 22276
/proc/meminfo: memFree=30828804/32872528 swapFree=12328/568296
[pid=22276] ppid=22273 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/22276/stat : 22276 (java) S 22273 22276 21426 0 -1 4202496 5673 0 1 0 49 1 0 0 20 0 18 0 104341004 9787879424 9903 33554432000 1073741824 1073778376 140736904766480 140736904757616 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22276/statm: 2389619 9903 2233 9 0 2380296 0
[pid=22276/tid=22277] ppid=22273 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/22276/task/22277/stat : 22277 (java) R 22273 22276 21426 0 -1 4202560 2405 0 1 0 26 2 0 0 20 0 18 0 104341004 9787879424 9903 33554432000 1073741824 1073778376 140736904766480 140144284642208 140144128669286 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700342 s]
/proc/loadavg: 4.03 4.19 4.01 4/197 22276
/proc/meminfo: memFree=30828804/32872528 swapFree=12328/568296
[pid=22276] ppid=22273 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/22276/stat : 22276 (java) S 22273 22276 21426 0 -1 4202496 11765 0 1 0 169 5 0 0 20 0 19 0 104341004 10060525568 19381 33554432000 1073741824 1073778376 140736904766480 140736904757616 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22276/statm: 2456183 19381 2269 9 0 2446860 0
[pid=22276/tid=22277] ppid=22273 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/22276/task/22277/stat : 22277 (java) S 22273 22276 21426 0 -1 4202560 2457 0 1 0 37 2 0 0 20 0 19 0 104341004 10060525568 19381 33554432000 1073741824 1073778376 140736904766480 140144284644216 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 9824732

[startup+1.50079 s]
/proc/loadavg: 4.03 4.19 4.01 4/216 22304
/proc/meminfo: memFree=30736516/32872528 swapFree=12328/568296
[pid=22276] ppid=22273 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/22276/stat : 22276 (java) S 22273 22276 21426 0 -1 4202496 15179 0 1 0 248 9 0 0 20 0 19 0 104341004 10060525568 30037 33554432000 1073741824 1073778376 140736904766480 140736904757616 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22276/statm: 2456183 30037 2270 9 0 2446860 0
[pid=22276/tid=22277] ppid=22273 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/22276/task/22277/stat : 22277 (java) S 22273 22276 21426 0 -1 4202560 2458 0 1 0 37 2 0 0 20 0 19 0 104341004 10060525568 30037 33554432000 1073741824 1073778376 140736904766480 140144284644216 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22279] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22279/stat : 22279 (java) S 22273 22276 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104341005 10060525568 30037 33554432000 1073741824 1073778376 140736904766480 140144128551464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22276/tid=22280] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22280/stat : 22280 (java) S 22273 22276 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104341005 10060525568 30037 33554432000 1073741824 1073778376 140736904766480 140144127498664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22281] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22281/stat : 22281 (java) S 22273 22276 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104341005 10060525568 30037 33554432000 1073741824 1073778376 140736904766480 140144126445864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22276/tid=22282] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22282/stat : 22282 (java) S 22273 22276 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104341005 10060525568 30037 33554432000 1073741824 1073778376 140736904766480 140144125393064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22276/tid=22283] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22283/stat : 22283 (java) S 22273 22276 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104341005 10060525568 30037 33554432000 1073741824 1073778376 140736904766480 140144124341288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22276/tid=22284] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22284/stat : 22284 (java) S 22273 22276 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104341005 10060525568 30037 33554432000 1073741824 1073778376 140736904766480 140144123288488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22285] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22285/stat : 22285 (java) S 22273 22276 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104341005 10060525568 30037 33554432000 1073741824 1073778376 140736904766480 140144122235688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22276/tid=22286] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22286/stat : 22286 (java) S 22273 22276 21426 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104341005 10060525568 30037 33554432000 1073741824 1073778376 140736904766480 140144121182888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22276/tid=22287] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22287/stat : 22287 (java) S 22273 22276 21426 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104341006 10060525568 30037 33554432000 1073741824 1073778376 140736904766480 140143638854120 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22276/tid=22288] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22288/stat : 22288 (java) S 22273 22276 21426 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104341006 10060525568 30037 33554432000 1073741824 1073778376 140736904766480 140143637800184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22276/tid=22289] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22289/stat : 22289 (java) S 22273 22276 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104341006 10060525568 30037 33554432000 1073741824 1073778376 140736904766480 140143636747272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22276/tid=22290] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22290/stat : 22290 (java) S 22273 22276 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104341009 10060525568 30037 33554432000 1073741824 1073778376 140736904766480 140143635695760 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22276/tid=22291] ppid=22273 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/22276/task/22291/stat : 22291 (java) S 22273 22276 21426 0 -1 4202560 7190 0 0 0 80 1 0 0 20 0 19 0 104341009 10060525568 30037 33554432000 1073741824 1073778376 140736904766480 140143634643896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22292] ppid=22273 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/22276/task/22292/stat : 22292 (java) S 22273 22276 21426 0 -1 4202560 4168 0 0 0 60 0 0 0 20 0 19 0 104341009 10060525568 30037 33554432000 1073741824 1073778376 140736904766480 140143633591096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22276/tid=22293] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22293/stat : 22293 (java) S 22273 22276 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104341009 10060525568 30037 33554432000 1073741824 1073778376 140736904766480 140143632538488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22276/tid=22294] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22294/stat : 22294 (java) S 22273 22276 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104341009 10060525568 30037 33554432000 1073741824 1073778376 140736904766480 140143631485896 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22298] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22298/stat : 22298 (java) S 22273 22276 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104341045 10060525568 30037 33554432000 1073741824 1073778376 140736904766480 140143627273000 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 9824732

[startup+3.10078 s]
/proc/loadavg: 4.03 4.19 4.01 3/216 22310
/proc/meminfo: memFree=30659268/32872528 swapFree=12328/568296
[pid=22276] ppid=22273 vsize=9824732 CPUtime=3.56 cores=0,2,4,6
/proc/22276/stat : 22276 (java) S 22273 22276 21426 0 -1 4202496 15714 0 1 0 342 14 0 0 20 0 22 0 104341004 10060525568 43916 33554432000 1073741824 1073778376 140736904766480 140736904757616 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22276/statm: 2456183 43916 2286 9 0 2446860 0
[pid=22276/tid=22277] ppid=22273 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/22276/task/22277/stat : 22277 (java) S 22273 22276 21426 0 -1 4202560 2458 0 1 0 37 2 0 0 20 0 22 0 104341004 10060525568 43916 33554432000 1073741824 1073778376 140736904766480 140144284644216 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22279] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22279/stat : 22279 (java) S 22273 22276 21426 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 104341005 10060525568 43916 33554432000 1073741824 1073778376 140736904766480 140144128551464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22276/tid=22280] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22280/stat : 22280 (java) S 22273 22276 21426 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 104341005 10060525568 43916 33554432000 1073741824 1073778376 140736904766480 140144127498664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22276/tid=22281] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22281/stat : 22281 (java) S 22273 22276 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104341005 10060525568 43916 33554432000 1073741824 1073778376 140736904766480 140144126445864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22276/tid=22282] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22282/stat : 22282 (java) S 22273 22276 21426 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 104341005 10060525568 43916 33554432000 1073741824 1073778376 140736904766480 140144125393064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22276/tid=22283] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22283/stat : 22283 (java) S 22273 22276 21426 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 104341005 10060525568 43916 33554432000 1073741824 1073778376 140736904766480 140144124341288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22276/tid=22284] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22284/stat : 22284 (java) S 22273 22276 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104341005 10060525568 43916 33554432000 1073741824 1073778376 140736904766480 140144123288488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22285] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22285/stat : 22285 (java) S 22273 22276 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104341005 10060525568 43916 33554432000 1073741824 1073778376 140736904766480 140144122235688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22276/tid=22286] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22286/stat : 22286 (java) S 22273 22276 21426 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104341005 10060525568 43916 33554432000 1073741824 1073778376 140736904766480 140144121182888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22276/tid=22287] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22287/stat : 22287 (java) S 22273 22276 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104341006 10060525568 43916 33554432000 1073741824 1073778376 140736904766480 140143638854120 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22288] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22288/stat : 22288 (java) S 22273 22276 21426 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104341006 10060525568 43916 33554432000 1073741824 1073778376 140736904766480 140143637800184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22276/tid=22289] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22289/stat : 22289 (java) S 22273 22276 21426 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104341006 10060525568 43916 33554432000 1073741824 1073778376 140736904766480 140143636747272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22276/tid=22290] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22290/stat : 22290 (java) S 22273 22276 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104341009 10060525568 43916 33554432000 1073741824 1073778376 140736904766480 140143635695760 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22276/tid=22291] ppid=22273 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/22276/task/22291/stat : 22291 (java) R 22273 22276 21426 0 -1 4202560 7501 0 0 0 96 1 0 0 20 0 22 0 104341009 10060525568 43916 33554432000 1073741824 1073778376 140736904766480 140143634631296 140144287245356 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22292] ppid=22273 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/22276/task/22292/stat : 22292 (java) R 22273 22276 21426 0 -1 4202560 4310 0 0 0 87 0 0 0 20 0 22 0 104341009 10060525568 43916 33554432000 1073741824 1073778376 140736904766480 140143633568016 140144287249624 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22276/tid=22293] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22293/stat : 22293 (java) S 22273 22276 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104341009 10060525568 43916 33554432000 1073741824 1073778376 140736904766480 140143632538488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22276/tid=22294] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22294/stat : 22294 (java) S 22273 22276 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104341009 10060525568 43916 33554432000 1073741824 1073778376 140736904766480 140143631485896 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22298] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22298/stat : 22298 (java) S 22273 22276 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104341045 10060525568 43916 33554432000 1073741824 1073778376 140736904766480 140143627273000 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 4.11 4.20 4.01 5/219 22316
/proc/meminfo: memFree=29913548/32872528 swapFree=12328/568296
[pid=22276] ppid=22273 vsize=9824732 CPUtime=10.45 cores=0,2,4,6
/proc/22276/stat : 22276 (java) S 22273 22276 21426 0 -1 4202496 16591 0 1 0 1018 27 0 0 20 0 22 0 104341004 10060525568 113427 33554432000 1073741824 1073778376 140736904766480 140736904757616 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22276/statm: 2456183 113427 2292 9 0 2446860 0
[pid=22276/tid=22277] ppid=22273 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/22276/task/22277/stat : 22277 (java) S 22273 22276 21426 0 -1 4202560 2458 0 1 0 37 2 0 0 20 0 22 0 104341004 10060525568 113427 33554432000 1073741824 1073778376 140736904766480 140144284644216 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22279] ppid=22273 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/22276/task/22279/stat : 22279 (java) S 22273 22276 21426 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 104341005 10060525568 113427 33554432000 1073741824 1073778376 140736904766480 140144128551464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22276/tid=22280] ppid=22273 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/22276/task/22280/stat : 22280 (java) S 22273 22276 21426 0 -1 4202560 132 0 0 0 4 2 0 0 20 0 22 0 104341005 10060525568 113427 33554432000 1073741824 1073778376 140736904766480 140144127498664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22276/tid=22281] ppid=22273 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22276/task/22281/stat : 22281 (java) S 22273 22276 21426 0 -1 4202560 118 0 0 0 2 0 0 0 20 0 22 0 104341005 10060525568 113427 33554432000 1073741824 1073778376 140736904766480 140144126445864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22276/tid=22282] ppid=22273 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22276/task/22282/stat : 22282 (java) S 22273 22276 21426 0 -1 4202560 32 0 0 0 3 1 0 0 20 0 22 0 104341005 10060525568 113427 33554432000 1073741824 1073778376 140736904766480 140144125393064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22276/tid=22283] ppid=22273 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22276/task/22283/stat : 22283 (java) S 22273 22276 21426 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 104341005 10060525568 113427 33554432000 1073741824 1073778376 140736904766480 140144124341288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22276/tid=22284] ppid=22273 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/22276/task/22284/stat : 22284 (java) S 22273 22276 21426 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 104341005 10060525568 113427 33554432000 1073741824 1073778376 140736904766480 140144123288488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22276/tid=22285] ppid=22273 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/22276/task/22285/stat : 22285 (java) S 22273 22276 21426 0 -1 4202560 137 0 0 0 3 2 0 0 20 0 22 0 104341005 10060525568 113427 33554432000 1073741824 1073778376 140736904766480 140144122235688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22286] ppid=22273 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22276/task/22286/stat : 22286 (java) S 22273 22276 21426 0 -1 4202560 123 0 0 0 4 0 0 0 20 0 22 0 104341005 10060525568 113427 33554432000 1073741824 1073778376 140736904766480 140144121182888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22287] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22287/stat : 22287 (java) S 22273 22276 21426 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 104341006 10060525568 113427 33554432000 1073741824 1073778376 140736904766480 140143638854120 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22276/tid=22288] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22288/stat : 22288 (java) S 22273 22276 21426 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104341006 10060525568 113427 33554432000 1073741824 1073778376 140736904766480 140143637800184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22276/tid=22289] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22289/stat : 22289 (java) S 22273 22276 21426 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104341006 10060525568 113427 33554432000 1073741824 1073778376 140736904766480 140143636747272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22276/tid=22290] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22290/stat : 22290 (java) S 22273 22276 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104341009 10060525568 113427 33554432000 1073741824 1073778376 140736904766480 140143635695760 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22276/tid=22291] ppid=22273 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/22276/task/22291/stat : 22291 (java) S 22273 22276 21426 0 -1 4202560 7506 0 0 0 106 2 0 0 20 0 22 0 104341009 10060525568 113427 33554432000 1073741824 1073778376 140736904766480 140143634643896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22292] ppid=22273 vsize=9824732 CPUtime=1.11 cores=0,2,4,6

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

/proc/22276/task/22283/stat : 22283 (java) S 22273 22276 21426 0 -1 4202560 395 0 0 0 269 7 0 0 20 0 22 0 104341005 10060525568 575212 33554432000 1073741824 1073778376 140736904766480 140144124341288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22276/tid=22284] ppid=22273 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/22276/task/22284/stat : 22284 (java) S 22273 22276 21426 0 -1 4202560 294 0 0 0 237 8 0 0 20 0 22 0 104341005 10060525568 575212 33554432000 1073741824 1073778376 140736904766480 140144123288488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22276/tid=22285] ppid=22273 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/22276/task/22285/stat : 22285 (java) S 22273 22276 21426 0 -1 4202560 493 0 0 0 249 10 0 0 20 0 22 0 104341005 10060525568 575212 33554432000 1073741824 1073778376 140736904766480 140144122235688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22276/tid=22286] ppid=22273 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/22276/task/22286/stat : 22286 (java) S 22273 22276 21426 0 -1 4202560 465 0 0 0 242 9 0 0 20 0 22 0 104341005 10060525568 575212 33554432000 1073741824 1073778376 140736904766480 140144121182888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22287] ppid=22273 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/22276/task/22287/stat : 22287 (java) S 22273 22276 21426 0 -1 4202560 1758 0 0 0 204 18 0 0 20 0 22 0 104341006 10060525568 575212 33554432000 1073741824 1073778376 140736904766480 140143638854120 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22276/tid=22288] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22288/stat : 22288 (java) S 22273 22276 21426 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104341006 10060525568 575212 33554432000 1073741824 1073778376 140736904766480 140143637800184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22276/tid=22289] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22289/stat : 22289 (java) S 22273 22276 21426 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 104341006 10060525568 575212 33554432000 1073741824 1073778376 140736904766480 140143636747272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22276/tid=22290] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22290/stat : 22290 (java) S 22273 22276 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104341009 10060525568 575212 33554432000 1073741824 1073778376 140736904766480 140143635695760 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22276/tid=22291] ppid=22273 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/22276/task/22291/stat : 22291 (java) S 22273 22276 21426 0 -1 4202560 9549 0 0 0 151 2 0 0 20 0 22 0 104341009 10060525568 575212 33554432000 1073741824 1073778376 140736904766480 140143634643896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22292] ppid=22273 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/22276/task/22292/stat : 22292 (java) S 22273 22276 21426 0 -1 4202560 4317 0 0 0 122 0 0 0 20 0 22 0 104341009 10060525568 575212 33554432000 1073741824 1073778376 140736904766480 140143633591096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22276/tid=22293] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22293/stat : 22293 (java) S 22273 22276 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104341009 10060525568 575212 33554432000 1073741824 1073778376 140736904766480 140143632538488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22276/tid=22294] ppid=22273 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/22276/task/22294/stat : 22294 (java) S 22273 22276 21426 0 -1 4202560 53 0 0 0 13 20 0 0 20 0 22 0 104341009 10060525568 575212 33554432000 1073741824 1073778376 140736904766480 140143631485896 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22298] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22298/stat : 22298 (java) S 22273 22276 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104341045 10060525568 575212 33554432000 1073741824 1073778376 140736904766480 140143627273000 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22344] ppid=22273 vsize=9824732 CPUtime=851.65 cores=0,2,4,6
/proc/22276/task/22344/stat : 22344 (java) R 22273 22276 21426 0 -1 4202560 41 0 0 0 85151 14 0 0 20 0 22 0 104344702 10060525568 575212 33554432000 1073741824 1073778376 140736904766480 140143630430608 140144129200111 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22345] ppid=22273 vsize=9824732 CPUtime=851.64 cores=0,2,4,6
/proc/22276/task/22345/stat : 22345 (java) R 22273 22276 21426 0 -1 4202560 253 0 0 0 85150 14 0 0 20 0 22 0 104344702 10060525568 575212 33554432000 1073741824 1073778376 140736904766480 140143629376672 140144129308133 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22276/tid=22346] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22346/stat : 22346 (java) S 22273 22276 21426 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104344702 10060525568 575212 33554432000 1073741824 1073778376 140736904766480 140143628326568 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.85
Current children cumulated vsize (KiB) 9824732

[startup+898.701 s]
/proc/loadavg: 4.22 4.13 4.05 2/190 22470
/proc/meminfo: memFree=29157464/32872528 swapFree=12328/568296
[pid=22276] ppid=22273 vsize=9824732 CPUtime=1797.93 cores=0,2,4,6
/proc/22276/stat : 22276 (java) S 22273 22276 21426 0 -1 4202496 24312 0 1 0 179616 177 0 0 20 0 20 0 104341004 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140736904757616 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22276/statm: 2456183 575205 2302 9 0 2446860 0
[pid=22276/tid=22277] ppid=22273 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/22276/task/22277/stat : 22277 (java) S 22273 22276 21426 0 -1 4202560 2463 0 1 0 41 3 0 0 20 0 20 0 104341004 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140144284644216 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22279] ppid=22273 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/22276/task/22279/stat : 22279 (java) S 22273 22276 21426 0 -1 4202560 345 0 0 0 242 7 0 0 20 0 20 0 104341005 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140144128551464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22280] ppid=22273 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/22276/task/22280/stat : 22280 (java) S 22273 22276 21426 0 -1 4202560 427 0 0 0 245 9 0 0 20 0 20 0 104341005 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140144127498664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22276/tid=22281] ppid=22273 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/22276/task/22281/stat : 22281 (java) S 22273 22276 21426 0 -1 4202560 455 0 0 0 251 7 0 0 20 0 20 0 104341005 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140144126445864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22276/tid=22282] ppid=22273 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/22276/task/22282/stat : 22282 (java) S 22273 22276 21426 0 -1 4202560 315 0 0 0 237 8 0 0 20 0 20 0 104341005 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140144125393064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22276/tid=22283] ppid=22273 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/22276/task/22283/stat : 22283 (java) S 22273 22276 21426 0 -1 4202560 395 0 0 0 269 7 0 0 20 0 20 0 104341005 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140144124341288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22276/tid=22284] ppid=22273 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/22276/task/22284/stat : 22284 (java) S 22273 22276 21426 0 -1 4202560 294 0 0 0 237 8 0 0 20 0 20 0 104341005 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140144123288488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22276/tid=22285] ppid=22273 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/22276/task/22285/stat : 22285 (java) S 22273 22276 21426 0 -1 4202560 493 0 0 0 249 10 0 0 20 0 20 0 104341005 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140144122235688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22276/tid=22286] ppid=22273 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/22276/task/22286/stat : 22286 (java) S 22273 22276 21426 0 -1 4202560 465 0 0 0 242 9 0 0 20 0 20 0 104341005 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140144121182888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22287] ppid=22273 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/22276/task/22287/stat : 22287 (java) S 22273 22276 21426 0 -1 4202560 1758 0 0 0 204 18 0 0 20 0 20 0 104341006 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140143638854120 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22276/tid=22288] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22288/stat : 22288 (java) S 22273 22276 21426 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 104341006 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140143637800184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22276/tid=22289] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22289/stat : 22289 (java) S 22273 22276 21426 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 104341006 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140143636747272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22276/tid=22290] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22290/stat : 22290 (java) S 22273 22276 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 104341009 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140143635695760 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22276/tid=22291] ppid=22273 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/22276/task/22291/stat : 22291 (java) S 22273 22276 21426 0 -1 4202560 9549 0 0 0 151 2 0 0 20 0 20 0 104341009 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140143634643896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22292] ppid=22273 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/22276/task/22292/stat : 22292 (java) S 22273 22276 21426 0 -1 4202560 4317 0 0 0 122 0 0 0 20 0 20 0 104341009 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140143633591096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22276/tid=22293] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22293/stat : 22293 (java) S 22273 22276 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 104341009 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140143632538488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22276/tid=22294] ppid=22273 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/22276/task/22294/stat : 22294 (java) S 22273 22276 21426 0 -1 4202560 53 0 0 0 13 20 0 0 20 0 20 0 104341009 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140143631485896 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22298] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22298/stat : 22298 (java) S 22273 22276 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 104341045 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140143627273000 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22345] ppid=22273 vsize=9824732 CPUtime=851.75 cores=0,2,4,6
/proc/22276/task/22345/stat : 22345 (java) R 22273 22276 21426 0 -1 4202560 253 0 0 0 85161 14 0 0 20 0 20 0 104344702 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140143629376672 140144129245871 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.93
Current children cumulated vsize (KiB) 9824732
#
############




Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.808 s]
/proc/loadavg: 4.22 4.13 4.05 2/190 22470
/proc/meminfo: memFree=29157464/32872528 swapFree=12328/568296
[pid=22276] ppid=22273 vsize=9824732 CPUtime=1798.03 cores=0,2,4,6
/proc/22276/stat : 22276 (java) S 22273 22276 21426 0 -1 4202496 24312 0 1 0 179626 177 0 0 20 0 20 0 104341004 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140736904757616 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22276/statm: 2456183 575205 2302 9 0 2446860 0
[pid=22276/tid=22277] ppid=22273 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/22276/task/22277/stat : 22277 (java) S 22273 22276 21426 0 -1 4202560 2463 0 1 0 41 3 0 0 20 0 20 0 104341004 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140144284644216 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22279] ppid=22273 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/22276/task/22279/stat : 22279 (java) S 22273 22276 21426 0 -1 4202560 345 0 0 0 242 7 0 0 20 0 20 0 104341005 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140144128551464 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22280] ppid=22273 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/22276/task/22280/stat : 22280 (java) S 22273 22276 21426 0 -1 4202560 427 0 0 0 245 9 0 0 20 0 20 0 104341005 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140144127498664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22276/tid=22281] ppid=22273 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/22276/task/22281/stat : 22281 (java) S 22273 22276 21426 0 -1 4202560 455 0 0 0 251 7 0 0 20 0 20 0 104341005 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140144126445864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22276/tid=22282] ppid=22273 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/22276/task/22282/stat : 22282 (java) S 22273 22276 21426 0 -1 4202560 315 0 0 0 237 8 0 0 20 0 20 0 104341005 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140144125393064 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22276/tid=22283] ppid=22273 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/22276/task/22283/stat : 22283 (java) S 22273 22276 21426 0 -1 4202560 395 0 0 0 269 7 0 0 20 0 20 0 104341005 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140144124341288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22276/tid=22284] ppid=22273 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/22276/task/22284/stat : 22284 (java) S 22273 22276 21426 0 -1 4202560 294 0 0 0 237 8 0 0 20 0 20 0 104341005 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140144123288488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22276/tid=22285] ppid=22273 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/22276/task/22285/stat : 22285 (java) S 22273 22276 21426 0 -1 4202560 493 0 0 0 249 10 0 0 20 0 20 0 104341005 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140144122235688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22276/tid=22286] ppid=22273 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/22276/task/22286/stat : 22286 (java) S 22273 22276 21426 0 -1 4202560 465 0 0 0 242 9 0 0 20 0 20 0 104341005 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140144121182888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22287] ppid=22273 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/22276/task/22287/stat : 22287 (java) S 22273 22276 21426 0 -1 4202560 1758 0 0 0 204 18 0 0 20 0 20 0 104341006 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140143638854120 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22276/tid=22288] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22288/stat : 22288 (java) S 22273 22276 21426 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 104341006 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140143637800184 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22276/tid=22289] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22289/stat : 22289 (java) S 22273 22276 21426 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 104341006 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140143636747272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22276/tid=22290] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22290/stat : 22290 (java) S 22273 22276 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 104341009 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140143635695760 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22276/tid=22291] ppid=22273 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/22276/task/22291/stat : 22291 (java) S 22273 22276 21426 0 -1 4202560 9549 0 0 0 151 2 0 0 20 0 20 0 104341009 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140143634643896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22292] ppid=22273 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/22276/task/22292/stat : 22292 (java) S 22273 22276 21426 0 -1 4202560 4317 0 0 0 122 0 0 0 20 0 20 0 104341009 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140143633591096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22276/tid=22293] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22293/stat : 22293 (java) S 22273 22276 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 104341009 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140143632538488 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22276/tid=22294] ppid=22273 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/22276/task/22294/stat : 22294 (java) S 22273 22276 21426 0 -1 4202560 53 0 0 0 13 20 0 0 20 0 20 0 104341009 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140143631485896 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22298] ppid=22273 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22276/task/22298/stat : 22298 (java) S 22273 22276 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 104341045 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140143627273000 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22276/tid=22345] ppid=22273 vsize=9824732 CPUtime=851.85 cores=0,2,4,6
/proc/22276/task/22345/stat : 22345 (java) R 22273 22276 21426 0 -1 4202560 253 0 0 0 85171 14 0 0 20 0 20 0 104344702 10060525568 575205 33554432000 1073741824 1073778376 140736904766480 140143629376672 140144129245420 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.03
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 22276 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22276 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=320221
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=120677
# CPU time returned by wait4() is 1796.44
# while last known CPU time is 1798.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


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

Real time (s): 898.898
CPU time (s): 1800.01
CPU user time (s): 1798.37
CPU system time (s): 1.64
CPU usage (%): 200.246
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.32
system time used= 2.12068
maximum resident set size= 2868148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24332
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30064
involuntary context switches= 44725

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.49316 second user time and 7.52286 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-06 16:41:24
IDJOB=4081181
IDBENCH=2010
IDSOLVER=2543
FILE ID=node138/4081181-1465224084
RUNJOBID= node138-1465221375-21442
PBS_JOBID= 19843229
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-data6_3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081181-1465224084/watcher-4081181-1465224084 -o /tmp/evaluation-result-4081181-1465224084/solver-4081181-1465224084 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465221375-21442 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081181-1465224084.opb

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

MD5SUM BENCH= f675f355e04fd5af6f49610fb88dbbd3
RANDOM SEED=40554507

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.807
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.807
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.807
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:        30829448 kB
Buffers:           14064 kB
Cached:            84620 kB
SwapCached:        46424 kB
Active:           671864 kB
Inactive:          88084 kB
Active(anon):     616460 kB
Inactive(anon):    47160 kB
Active(file):      55404 kB
Inactive(file):    40924 kB
Unevictable:      568296 kB
Mlocked:           12328 kB
SwapTotal:      67108856 kB
SwapFree:       67053444 kB
Dirty:              2284 kB
Writeback:             0 kB
AnonPages:       1102384 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             567860 kB
SReclaimable:      11044 kB
SUnreclaim:       556816 kB
KernelStack:        1792 kB
PageTables:         6600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2205296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1052672 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 node138 at 2016-06-06 16:56:23