Trace number 4103984

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 Resolution PB16SAT (TO)77824 1800.06 1798.24

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-markshare2.opb
MD5SUMed3cba978a5e277395c10305f700e2f4
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark77824
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 46080
Optimality of the best value was proved NO
Number of variables270
Total number of constraints7
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints7
Minimum length of a constraint90
Maximum length of a constraint90
Number of terms in the objective function 210
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 7516192761
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 7516192761
Number of bits of the biggest sum of numbers33
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4103984-1466258740.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.09/0.15	c ... done. Wall clock time 0.041s.
0.09/0.15	c declared #vars     270
0.09/0.15	c #constraints  14
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
0.09/0.15	c 14 constraints processed.
0.09/0.15	c objective function length is 210 literals
0.67/0.49	c SATISFIABLE
0.67/0.49	c OPTIMIZING...
0.67/0.49	c Got one! Elapsed wall clock time (in seconds):0.385
0.67/0.49	o 609280
0.77/0.55	c Got one! Elapsed wall clock time (in seconds):0.437
0.77/0.55	o 594944
0.92/0.66	c Got one! Elapsed wall clock time (in seconds):0.546
0.92/0.66	o 589824
1.29/0.80	c cleaning 3363 clauses out of 6730 with flag 2220/6730
1.77/1.19	c cleaning 4682 clauses out of 9364 with flag 15560/12727
2.07/1.47	c Got one! Elapsed wall clock time (in seconds):1.358
2.07/1.47	o 374784
2.27/1.67	c cleaning 5309 clauses out of 10626 with flag 4368/18671
2.78/2.14	c cleaning 5659 clauses out of 11317 with flag 19121/24671
3.19/2.53	c Got one! Elapsed wall clock time (in seconds):2.425
3.19/2.53	o 361472
3.39/2.75	c Got one! Elapsed wall clock time (in seconds):2.642
3.39/2.75	o 332800
3.69/3.06	c cleaning 8057 clauses out of 16114 with flag 7536/35127
4.10/3.48	c cleaning 7026 clauses out of 14051 with flag 21541/41121
4.40/3.78	c Got one! Elapsed wall clock time (in seconds):3.666
4.40/3.78	o 305152
4.50/3.89	c cleaning 6153 clauses out of 12313 with flag 2197/46409
4.70/4.02	c Got one! Elapsed wall clock time (in seconds):3.911
4.70/4.02	o 282624
4.70/4.05	c Got one! Elapsed wall clock time (in seconds):3.943
4.70/4.05	o 268288
5.00/4.38	c cleaning 6194 clauses out of 12393 with flag 9779/52642
5.50/4.82	c cleaning 6093 clauses out of 12199 with flag 23571/58642
6.00/5.33	c cleaning 6556 clauses out of 13112 with flag 39881/65648
6.60/5.97	c cleaning 7275 clauses out of 14549 with flag 58694/73641
7.30/6.68	c cleaning 8136 clauses out of 16275 with flag 79575/82642
8.19/7.57	c cleaning 9068 clauses out of 18139 with flag 105010/92642
9.29/8.65	c Got one! Elapsed wall clock time (in seconds):8.538
9.29/8.65	o 266240
9.99/9.33	c cleaning 12358 clauses out of 24725 with flag 11145/108296
10.39/9.71	c Got one! Elapsed wall clock time (in seconds):9.601
10.39/9.71	o 209920
10.58/9.85	c cleaning 8825 clauses out of 17659 with flag 2220/113588
11.12/10.37	c cleaning 7417 clauses out of 14834 with flag 15732/119588
11.72/10.99	c cleaning 7206 clauses out of 14416 with flag 30867/126587
12.52/11.71	c cleaning 7606 clauses out of 15211 with flag 47760/134588
13.42/12.61	c cleaning 8302 clauses out of 16605 with flag 67435/143588
14.43/13.65	c cleaning 9154 clauses out of 18308 with flag 89118/153593
15.63/14.85	c cleaning 10073 clauses out of 20152 with flag 114263/164591
17.13/16.30	c cleaning 11041 clauses out of 22081 with flag 141257/176593
18.73/17.97	c cleaning 12015 clauses out of 24033 with flag 170348/189586
20.53/19.73	c cleaning 13009 clauses out of 26018 with flag 201466/203586
22.43/21.66	c cleaning 14004 clauses out of 28012 with flag 234105/218589
23.43/22.60	c Got one! Elapsed wall clock time (in seconds):22.49
23.43/22.60	o 181248
24.13/23.35	c cleaning 13768 clauses out of 27545 with flag 10960/232126
24.83/24.03	c cleaning 9883 clauses out of 19782 with flag 24551/238131
25.53/24.71	c cleaning 8438 clauses out of 16894 with flag 40726/245126
26.24/25.45	c cleaning 8227 clauses out of 16462 with flag 58695/253132
26.33/25.50	c Got one! Elapsed wall clock time (in seconds):25.395
26.33/25.50	o 174080
26.74/25.94	c cleaning 7020 clauses out of 14045 with flag 11084/258942
27.14/26.37	c cleaning 6504 clauses out of 13022 with flag 24704/264939
27.64/26.87	c cleaning 6759 clauses out of 13519 with flag 40247/271940
28.34/27.53	c cleaning 7376 clauses out of 14761 with flag 57997/279941
29.14/28.31	c cleaning 8186 clauses out of 16385 with flag 77673/288941
29.94/29.19	c cleaning 9096 clauses out of 18197 with flag 100118/298939
31.04/30.23	c cleaning 10051 clauses out of 20104 with flag 124393/309942
32.34/31.51	c cleaning 11020 clauses out of 22051 with flag 150493/321940
33.73/32.99	c cleaning 12011 clauses out of 24031 with flag 178890/334940
35.53/34.71	c cleaning 13010 clauses out of 26024 with flag 209965/348944
37.53/36.73	c cleaning 13999 clauses out of 28012 with flag 243211/363942
39.74/38.97	c cleaning 15002 clauses out of 30011 with flag 280319/379940
42.24/41.40	c cleaning 15999 clauses out of 32008 with flag 318458/396939
44.95/44.13	c cleaning 17005 clauses out of 34011 with flag 358202/414941
47.94/47.19	c cleaning 17996 clauses out of 36004 with flag 400266/433939
51.37/50.56	c cleaning 19000 clauses out of 38008 with flag 443808/453939
54.87/54.08	c cleaning 19997 clauses out of 40012 with flag 490079/474943
58.67/57.81	c cleaning 20997 clauses out of 42012 with flag 537174/496940
62.66/61.86	c cleaning 22010 clauses out of 44020 with flag 588005/519945
67.26/66.41	c cleaning 23000 clauses out of 46004 with flag 641703/543939
71.66/70.89	c cleaning 23998 clauses out of 48005 with flag 696193/568940
76.66/75.90	c cleaning 24994 clauses out of 50010 with flag 754874/594943
82.18/81.34	c cleaning 26001 clauses out of 52015 with flag 817129/621942
85.48/84.68	c Got one! Elapsed wall clock time (in seconds):84.571
85.48/84.68	o 147456
86.98/86.13	c cleaning 24901 clauses out of 49807 with flag 11119/645735
87.79/86.97	c cleaning 15446 clauses out of 30903 with flag 24206/651732
88.48/87.67	c cleaning 11223 clauses out of 22455 with flag 38921/658730
89.18/88.39	c cleaning 9614 clauses out of 19239 with flag 55650/666737
90.09/89.24	c cleaning 9307 clauses out of 18626 with flag 74739/675738
90.98/90.15	c cleaning 9653 clauses out of 19312 with flag 96177/685731
92.08/91.25	c cleaning 10324 clauses out of 20658 with flag 119908/696730
93.39/92.59	c cleaning 11166 clauses out of 22334 with flag 145365/708730
94.78/93.99	c cleaning 12078 clauses out of 24169 with flag 172349/721731
96.48/95.67	c cleaning 13043 clauses out of 26090 with flag 202257/735730
98.48/97.64	c cleaning 14015 clauses out of 28048 with flag 234329/750731
100.58/99.76	c cleaning 15018 clauses out of 30035 with flag 268925/766733
103.19/102.33	c cleaning 16006 clauses out of 32014 with flag 305398/783730
104.29/103.49	c Got one! Elapsed wall clock time (in seconds):103.378
104.29/103.49	o 143360
105.18/104.39	c cleaning 15239 clauses out of 30498 with flag 12130/798220
105.78/104.94	c Got one! Elapsed wall clock time (in seconds):104.83
105.78/104.94	o 135168
106.49/105.67	c cleaning 12653 clauses out of 25313 with flag 11334/808274
107.08/106.26	c cleaning 9322 clauses out of 18653 with flag 24421/814267
107.69/106.86	c cleaning 8160 clauses out of 16336 with flag 39744/821272
108.38/107.56	c cleaning 8081 clauses out of 16171 with flag 57767/829267
108.88/108.02	c Got one! Elapsed wall clock time (in seconds):107.912
108.88/108.02	o 118784
109.41/108.57	c cleaning 9399 clauses out of 18800 with flag 10645/839977
110.01/109.15	c cleaning 7694 clauses out of 15403 with flag 24009/845979
110.61/109.73	c cleaning 7354 clauses out of 14707 with flag 39342/852977
111.31/110.44	c cleaning 7675 clauses out of 15356 with flag 57481/860980
112.12/111.26	c cleaning 8339 clauses out of 16678 with flag 77205/869977
113.01/112.18	c cleaning 9168 clauses out of 18339 with flag 98788/879977
114.11/113.30	c cleaning 10079 clauses out of 20172 with flag 122370/890978
115.51/114.63	c cleaning 11046 clauses out of 22092 with flag 148709/902977
117.01/116.16	c cleaning 12020 clauses out of 24045 with flag 176284/915976
118.92/118.02	c cleaning 13007 clauses out of 26026 with flag 205772/929977
120.92/120.07	c cleaning 14003 clauses out of 28018 with flag 237885/944976
123.02/122.18	c cleaning 15001 clauses out of 30015 with flag 272271/960976
125.52/124.62	c cleaning 16005 clauses out of 32014 with flag 309218/977976
128.22/127.36	c cleaning 17004 clauses out of 34009 with flag 347661/995976
131.22/130.38	c cleaning 18004 clauses out of 36009 with flag 388865/1014980
134.32/133.42	c cleaning 18994 clauses out of 38002 with flag 431040/1034977
137.42/136.60	c cleaning 20005 clauses out of 40009 with flag 475040/1055978
140.91/140.08	c cleaning 20999 clauses out of 42006 with flag 522912/1077980
145.02/144.19	c cleaning 22001 clauses out of 44005 with flag 572190/1100978
149.61/148.76	c cleaning 23001 clauses out of 46002 with flag 624099/1124976
154.01/153.18	c cleaning 24000 clauses out of 48001 with flag 677751/1149976
159.21/158.36	c cleaning 25002 clauses out of 50003 with flag 734015/1175978
164.61/163.73	c cleaning 26001 clauses out of 52001 with flag 791269/1202978
170.32/169.43	c cleaning 26995 clauses out of 53998 with flag 850657/1230976
176.31/175.41	c cleaning 27997 clauses out of 56003 with flag 912630/1259976
182.71/181.80	c cleaning 28997 clauses out of 58007 with flag 976689/1289977
189.72/188.89	c cleaning 30003 clauses out of 60011 with flag 1043218/1320978
197.02/196.14	c cleaning 30998 clauses out of 62008 with flag 1110990/1352978
204.72/203.89	c cleaning 31998 clauses out of 64008 with flag 1181464/1385976
212.84/211.91	c cleaning 33004 clauses out of 66011 with flag 1253552/1419977
221.24/220.37	c cleaning 34003 clauses out of 68008 with flag 1327772/1454978
230.25/229.32	c cleaning 35001 clauses out of 70005 with flag 1403491/1490978
239.05/238.11	c cleaning 35997 clauses out of 72002 with flag 1482405/1527976
248.55/247.63	c cleaning 37000 clauses out of 74006 with flag 1564172/1565977
257.65/256.74	c cleaning 38006 clauses out of 76013 with flag 1646710/1604984
268.06/267.19	c cleaning 38999 clauses out of 78001 with flag 1731589/1644978
279.66/278.71	c cleaning 39995 clauses out of 80000 with flag 1816950/1685976
291.26/290.35	c cleaning 41000 clauses out of 82005 with flag 1904631/1727976
303.76/302.84	c cleaning 42003 clauses out of 84005 with flag 1994928/1770976
317.06/316.11	c cleaning 43001 clauses out of 86002 with flag 2087447/1814976
331.36/330.45	c cleaning 43998 clauses out of 88001 with flag 2181632/1859976
348.52/347.50	c cleaning 45000 clauses out of 90011 with flag 2278848/1905984
365.82/364.80	c cleaning 46000 clauses out of 92007 with flag 2378063/1952980
381.52/380.55	c cleaning 46993 clauses out of 94005 with flag 2480406/2000978
398.02/397.05	c cleaning 48002 clauses out of 96014 with flag 2584356/2049980
415.01/414.05	c cleaning 49003 clauses out of 98008 with flag 2691733/2099976
432.51/431.55	c cleaning 50003 clauses out of 100006 with flag 2801413/2150977
450.41/449.41	c cleaning 50994 clauses out of 102002 with flag 2912097/2202976
470.00/469.05	c cleaning 51997 clauses out of 104010 with flag 3023789/2255978
488.41/487.49	c cleaning 53003 clauses out of 106015 with flag 3139722/2309980
507.11/506.18	c cleaning 54002 clauses out of 108009 with flag 3254587/2364977
527.97/526.93	c cleaning 54999 clauses out of 110007 with flag 3371771/2420977
550.96/549.96	c cleaning 56004 clauses out of 112008 with flag 3491867/2477977
577.27/576.26	c cleaning 56999 clauses out of 114007 with flag 3612785/2535980
582.67/581.60	c Got one! Elapsed wall clock time (in seconds):581.489
582.67/581.60	o 77824
584.67/583.67	c cleaning 39838 clauses out of 79688 with flag 10895/2558660
586.07/585.01	c cleaning 22914 clauses out of 45846 with flag 24030/2564656
587.07/586.00	c cleaning 14958 clauses out of 29931 with flag 38976/2571655
587.97/586.96	c cleaning 11475 clauses out of 22973 with flag 56116/2579655
588.97/587.91	c cleaning 10247 clauses out of 20498 with flag 75626/2588655
589.97/588.90	c cleaning 10119 clauses out of 20251 with flag 97327/2598655
591.07/590.07	c cleaning 10565 clauses out of 21132 with flag 120923/2609655
592.47/591.46	c cleaning 11280 clauses out of 22567 with flag 146299/2621655
594.07/593.02	c cleaning 12144 clauses out of 24289 with flag 173640/2634657
595.87/594.84	c cleaning 13073 clauses out of 26149 with flag 203034/2648661
597.67/596.68	c cleaning 14026 clauses out of 28070 with flag 234670/2663655
599.97/598.93	c cleaning 15022 clauses out of 30045 with flag 268180/2679656
602.27/601.29	c cleaning 16011 clauses out of 32026 with flag 304258/2696659
604.77/603.76	c cleaning 17003 clauses out of 34011 with flag 341803/2714655
607.67/606.62	c cleaning 18005 clauses out of 36009 with flag 381860/2733656
610.77/609.78	c cleaning 18999 clauses out of 38003 with flag 424141/2753655
614.06/613.07	c cleaning 19995 clauses out of 40004 with flag 468582/2774655
617.76/616.73	c cleaning 21006 clauses out of 42013 with flag 514768/2796659
621.76/620.72	c cleaning 21997 clauses out of 44003 with flag 562208/2819655
625.67/624.65	c cleaning 23001 clauses out of 46007 with flag 612063/2843656
630.17/629.19	c cleaning 24003 clauses out of 48005 with flag 663905/2868655
635.33/634.21	c cleaning 24993 clauses out of 50004 with flag 718455/2894657
640.63/639.55	c cleaning 26005 clauses out of 52009 with flag 777479/2921655
646.23/645.16	c cleaning 27000 clauses out of 54011 with flag 837008/2949662
652.23/651.18	c cleaning 28002 clauses out of 56005 with flag 898447/2978656
658.73/657.60	c cleaning 28996 clauses out of 58003 with flag 963536/3008656
665.32/664.25	c cleaning 29995 clauses out of 60008 with flag 1032983/3039657
672.82/671.72	c cleaning 31007 clauses out of 62013 with flag 1104262/3071657
680.02/678.98	c cleaning 32002 clauses out of 64006 with flag 1177253/3104657
688.73/687.65	c cleaning 32996 clauses out of 66003 with flag 1254116/3138656
697.92/696.83	c cleaning 34001 clauses out of 68011 with flag 1329323/3173660
707.34/706.25	c cleaning 35003 clauses out of 70010 with flag 1408790/3209660
717.24/716.13	c cleaning 35995 clauses out of 72002 with flag 1493124/3246655
727.63/726.52	c cleaning 37000 clauses out of 74007 with flag 1577243/3284655
738.53/737.44	c cleaning 38001 clauses out of 76013 with flag 1662308/3323661
749.24/748.15	c cleaning 38997 clauses out of 78007 with flag 1750629/3363656
760.19/759.09	c cleaning 40006 clauses out of 80011 with flag 1840105/3404657
772.49/771.33	c cleaning 41001 clauses out of 82005 with flag 1932679/3446657
785.69/784.55	c cleaning 41996 clauses out of 84002 with flag 2026153/3489655
799.29/798.14	c cleaning 43002 clauses out of 86006 with flag 2123106/3533655
814.88/813.74	c cleaning 43999 clauses out of 88005 with flag 2223196/3578656
829.28/828.13	c cleaning 44996 clauses out of 90008 with flag 2324220/3624658
845.09/843.93	c cleaning 46003 clauses out of 92011 with flag 2428360/3671657
860.89/859.75	c cleaning 47001 clauses out of 94010 with flag 2533677/3719659
878.20/877.00	c cleaning 48001 clauses out of 96005 with flag 2641424/3768655
897.10/895.93	c cleaning 49000 clauses out of 98008 with flag 2750046/3818659
916.29/915.07	c cleaning 50002 clauses out of 100006 with flag 2857523/3869657
936.88/935.67	c cleaning 51000 clauses out of 102003 with flag 2968797/3921656
956.79/955.58	c cleaning 51992 clauses out of 104003 with flag 3083798/3974656
978.79/977.52	c cleaning 53002 clauses out of 106010 with flag 3202061/4028655
999.39/998.11	c cleaning 53999 clauses out of 108013 with flag 3319102/4083660
1022.00/1020.80	c cleaning 54998 clauses out of 110012 with flag 3439109/4139658
1047.20/1045.98	c cleaning 56003 clauses out of 112015 with flag 3563963/4196659
1073.72/1072.48	c cleaning 57004 clauses out of 114013 with flag 3688868/4254660
1099.82/1098.53	c cleaning 58003 clauses out of 116005 with flag 3817640/4313656
1124.60/1123.23	c cleaning 58998 clauses out of 118001 with flag 3950306/4373655
1152.10/1150.75	c cleaning 59992 clauses out of 120006 with flag 4081277/4434658
1178.98/1177.66	c cleaning 61002 clauses out of 122011 with flag 4213052/4496655
1207.30/1205.90	c cleaning 62001 clauses out of 124010 with flag 4351067/4559656
1237.20/1235.88	c cleaning 62999 clauses out of 126012 with flag 4488214/4623659
1270.11/1268.76	c cleaning 64000 clauses out of 128009 with flag 4624688/4688655
1302.64/1301.14	c cleaning 65003 clauses out of 130010 with flag 4768918/4754656
1333.94/1332.45	c cleaning 66003 clauses out of 132009 with flag 4912186/4821658
1367.64/1366.13	c cleaning 67003 clauses out of 134006 with flag 5055252/4889658
1402.83/1401.32	c cleaning 67997 clauses out of 136002 with flag 5199527/4958657
1438.05/1436.58	c cleaning 68999 clauses out of 138013 with flag 5353157/5028665
1474.65/1473.14	c cleaning 69996 clauses out of 140004 with flag 5502595/5099655
1518.20/1516.53	c cleaning 71002 clauses out of 142008 with flag 5652993/5171655
1559.41/1557.71	c cleaning 72000 clauses out of 144011 with flag 5809236/5244660
1602.91/1601.24	c cleaning 72990 clauses out of 146006 with flag 5972740/5318655
1645.22/1643.54	c cleaning 74004 clauses out of 148016 with flag 6137293/5393655
1690.32/1688.68	c cleaning 75004 clauses out of 150013 with flag 6307339/5469656
1731.44/1729.69	c cleaning 76005 clauses out of 152014 with flag 6474138/5546661
1777.55/1775.80	c cleaning 76996 clauses out of 154003 with flag 6643927/5624655
1800.06/1798.20	c starts		: 355
1800.06/1798.20	c conflicts		: 5670697
1800.06/1798.20	c decisions		: 6269554
1800.06/1798.20	c propagations		: 64004649
1800.06/1798.20	c inspects		: 38216578747
1800.06/1798.20	c shortcuts		: 0
1800.06/1798.20	c learnt literals	: 0
1800.06/1798.20	c learnt binary clauses	: 0
1800.06/1798.20	c learnt ternary clauses	: 0
1800.06/1798.20	c learnt constraints	: 5670697
1800.06/1798.20	c ignored constraints	: 0
1800.06/1798.20	c root simplifications	: 0
1800.06/1798.20	c removed literals (reason simplification)	: 0
1800.06/1798.20	c reason swapping (by a shorter reason)	: 0
1800.06/1798.20	c Calls to reduceDB	: 198
1800.06/1798.20	c Number of update (reduction) of LBD	: 595724
1800.06/1798.20	c Imported unit clauses	: 0
1800.06/1798.20	c number of reductions to clauses (during analyze)	: 0
1800.06/1798.20	c number of learned constraints concerned by reduction	: 0
1800.06/1798.20	c number of learning phase by resolution	: 0
1800.06/1798.20	c number of learning phase by cutting planes	: 0
1800.06/1798.20	c speed (assignments/second)	: 35596.742133691645
1800.06/1798.20	c non guided choices	522
1800.06/1798.23	c learnt constraints type 
1800.06/1798.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 123049
1800.06/1798.23	s SATISFIABLE
1800.06/1798.23	c Found 18 solution(s)
1800.06/1798.23	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 
1800.06/1798.23	c objective function=77824
1800.06/1798.23	c Total wall clock time (in seconds): 1798.119

Verifier Data

OK	77824

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-4103984-1466258740/watcher-4103984-1466258740 -o /tmp/evaluation-result-4103984-1466258740/solver-4103984-1466258740 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466258740-12610 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103984-1466258740.opb 

pid=12635
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: 2.38 3.40 3.86 2/176 12639
/proc/meminfo: memFree=31227060/32872528 swapFree=681964/737152
[pid=12639] ppid=12635 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/12639/stat : 12639 (java) S 12635 12639 6358 0 -1 4202496 1284 0 0 0 0 0 0 0 20 0 2 0 27923255 94019584 917 33554432000 1073741824 1073778376 140735676325616 140735676316752 213869690941 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12639/statm: 22954 917 697 9 0 16769 0
[pid=12639/tid=12641] ppid=12635 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12641/stat : 12641 (java) D 12635 12639 6358 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 27923256 95129600 927 33554432000 1073741824 1073778376 140735676325616 139842348875304 213857168679 0 0 4096 0 18446744072100588836 0 0 -1 1 0 0 0 0 0

[startup+0.100161 s]
/proc/loadavg: 2.38 3.40 3.86 2/176 12639
/proc/meminfo: memFree=31227060/32872528 swapFree=681964/737152
[pid=12639] ppid=12635 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/12639/stat : 12639 (java) S 12635 12639 6358 0 -1 4202496 4403 0 1 0 8 1 0 0 20 0 18 0 27923255 9787879424 6030 33554432000 1073741824 1073778376 140735676325616 140735676316752 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12639/statm: 2389619 6030 2125 9 0 2380296 0
[pid=12639/tid=12641] ppid=12635 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/12639/task/12641/stat : 12641 (java) R 12635 12639 6358 0 -1 4202560 2373 0 1 0 6 1 0 0 20 0 18 0 27923256 9787879424 6030 33554432000 1073741824 1073778376 140735676325616 139842348878752 139842352164408 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200243 s]
/proc/loadavg: 2.38 3.40 3.86 2/176 12639
/proc/meminfo: memFree=31227060/32872528 swapFree=681964/737152
[pid=12639] ppid=12635 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/12639/stat : 12639 (java) S 12635 12639 6358 0 -1 4202496 6458 0 1 0 27 1 0 0 20 0 19 0 27923255 9856040960 7437 33554432000 1073741824 1073778376 140735676325616 140735676316752 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12639/statm: 2406260 7437 2230 9 0 2396937 0
[pid=12639/tid=12641] ppid=12635 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/12639/task/12641/stat : 12641 (java) R 12635 12639 6358 0 -1 4202560 2398 0 1 0 16 1 0 0 20 0 19 0 27923256 9856040960 7437 33554432000 1073741824 1073778376 140735676325616 139842348880512 139842205891860 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300251 s]
/proc/loadavg: 2.38 3.40 3.86 2/176 12639
/proc/meminfo: memFree=31227060/32872528 swapFree=681964/737152
[pid=12639] ppid=12635 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/12639/stat : 12639 (java) S 12635 12639 6358 0 -1 4202496 7319 0 1 0 53 2 0 0 20 0 19 0 27923255 9856040960 8591 33554432000 1073741824 1073778376 140735676325616 140735676316752 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12639/statm: 2406260 8591 2245 9 0 2396937 0
[pid=12639/tid=12641] ppid=12635 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/12639/task/12641/stat : 12641 (java) R 12635 12639 6358 0 -1 4202560 2405 0 1 0 26 1 0 0 20 0 19 0 27923256 9856040960 8591 33554432000 1073741824 1073778376 140735676325616 139842348880512 139842206253154 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700225 s]
/proc/loadavg: 2.38 3.40 3.86 2/176 12639
/proc/meminfo: memFree=31227060/32872528 swapFree=681964/737152
[pid=12639] ppid=12635 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/12639/stat : 12639 (java) S 12635 12639 6358 0 -1 4202496 7815 0 1 0 105 2 0 0 20 0 19 0 27923255 9856040960 9710 33554432000 1073741824 1073778376 140735676325616 140735676316752 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12639/statm: 2406260 9710 2248 9 0 2396937 0
[pid=12639/tid=12641] ppid=12635 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/12639/task/12641/stat : 12641 (java) R 12635 12639 6358 0 -1 4202560 2407 0 1 0 65 1 0 0 20 0 19 0 27923256 9856040960 9710 33554432000 1073741824 1073778376 140735676325616 139842348880136 139842206330024 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.38 3.40 3.86 4/213 12676
/proc/meminfo: memFree=31100300/32872528 swapFree=681964/737152
[pid=12639] ppid=12635 vsize=9625040 CPUtime=2.17 cores=1,3,5,7
/proc/12639/stat : 12639 (java) S 12635 12639 6358 0 -1 4202496 14784 0 1 0 214 3 0 0 20 0 19 0 27923255 9856040960 15313 33554432000 1073741824 1073778376 140735676325616 140735676316752 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12639/statm: 2406260 15313 2257 9 0 2396937 0
[pid=12639/tid=12641] ppid=12635 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/12639/task/12641/stat : 12641 (java) R 12635 12639 6358 0 -1 4202560 2410 0 1 0 145 1 0 0 20 0 19 0 27923256 9856040960 15313 33554432000 1073741824 1073778376 140735676325616 139842348878272 139842206330099 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12639/tid=12644] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12644/stat : 12644 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 15313 33554432000 1073741824 1073778376 140735676325616 139842326980776 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12646] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12646/stat : 12646 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 15313 33554432000 1073741824 1073778376 140735676325616 139842325928232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12639/tid=12648] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12648/stat : 12648 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 15313 33554432000 1073741824 1073778376 140735676325616 139842324875688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12639/tid=12650] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12650/stat : 12650 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 15313 33554432000 1073741824 1073778376 140735676325616 139841987668520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12639/tid=12651] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12651/stat : 12651 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 15313 33554432000 1073741824 1073778376 140735676325616 139841986615976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12652] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12652/stat : 12652 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 15313 33554432000 1073741824 1073778376 140735676325616 139841985563432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12639/tid=12654] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12654/stat : 12654 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 15313 33554432000 1073741824 1073778376 140735676325616 139841984510888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12639/tid=12656] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12656/stat : 12656 (java) S 12635 12639 6358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 15313 33554432000 1073741824 1073778376 140735676325616 139841983458344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12660] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12660/stat : 12660 (java) S 12635 12639 6358 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27923258 9856040960 15313 33554432000 1073741824 1073778376 140735676325616 139841971259496 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12662] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12662/stat : 12662 (java) S 12635 12639 6358 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27923259 9856040960 15313 33554432000 1073741824 1073778376 140735676325616 139841970205816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12663] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12663/stat : 12663 (java) S 12635 12639 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27923259 9856040960 15313 33554432000 1073741824 1073778376 140735676325616 139841969153160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12665] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12665/stat : 12665 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923261 9856040960 15313 33554432000 1073741824 1073778376 140735676325616 139841968101904 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12667] ppid=12635 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/12639/task/12667/stat : 12667 (java) S 12635 12639 6358 0 -1 4202560 2981 0 0 0 31 0 0 0 20 0 19 0 27923261 9856040960 15313 33554432000 1073741824 1073778376 140735676325616 139841967049272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12669] ppid=12635 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/12639/task/12669/stat : 12669 (java) S 12635 12639 6358 0 -1 4202560 8120 0 0 0 35 1 0 0 20 0 19 0 27923261 9856040960 15313 33554432000 1073741824 1073778376 140735676325616 139841965996728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12639/tid=12671] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12671/stat : 12671 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923261 9856040960 15313 33554432000 1073741824 1073778376 140735676325616 139841964944376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12639/tid=12673] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12673/stat : 12673 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923261 9856040960 15313 33554432000 1073741824 1073778376 140735676325616 139841963892040 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12675] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12675/stat : 12675 (java) S 12635 12639 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27923271 9856040960 15313 33554432000 1073741824 1073778376 140735676325616 139841962738472 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.38 3.40 3.86 3/213 12676
/proc/meminfo: memFree=31082116/32872528 swapFree=681964/737152
[pid=12639] ppid=12635 vsize=9625040 CPUtime=3.79 cores=1,3,5,7
/proc/12639/stat : 12639 (java) S 12635 12639 6358 0 -1 4202496 14788 0 1 0 376 3 0 0 20 0 19 0 27923255 9856040960 16850 33554432000 1073741824 1073778376 140735676325616 140735676316752 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12639/statm: 2406260 16850 2257 9 0 2396937 0
[pid=12639/tid=12641] ppid=12635 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/12639/task/12641/stat : 12641 (java) R 12635 12639 6358 0 -1 4202560 2413 0 1 0 305 1 0 0 20 0 19 0 27923256 9856040960 16850 33554432000 1073741824 1073778376 140735676325616 139842348879576 139842206253168 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12639/tid=12644] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12644/stat : 12644 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 16850 33554432000 1073741824 1073778376 140735676325616 139842326980776 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12646] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12646/stat : 12646 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 16850 33554432000 1073741824 1073778376 140735676325616 139842325928232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12639/tid=12648] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12648/stat : 12648 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 16850 33554432000 1073741824 1073778376 140735676325616 139842324875688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12639/tid=12650] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12650/stat : 12650 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 16850 33554432000 1073741824 1073778376 140735676325616 139841987668520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12639/tid=12651] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12651/stat : 12651 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 16850 33554432000 1073741824 1073778376 140735676325616 139841986615976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12652] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12652/stat : 12652 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 16850 33554432000 1073741824 1073778376 140735676325616 139841985563432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12639/tid=12654] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12654/stat : 12654 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 16850 33554432000 1073741824 1073778376 140735676325616 139841984510888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12639/tid=12656] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12656/stat : 12656 (java) S 12635 12639 6358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 16850 33554432000 1073741824 1073778376 140735676325616 139841983458344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12660] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12660/stat : 12660 (java) S 12635 12639 6358 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27923258 9856040960 16850 33554432000 1073741824 1073778376 140735676325616 139841971259496 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12662] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12662/stat : 12662 (java) S 12635 12639 6358 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27923259 9856040960 16850 33554432000 1073741824 1073778376 140735676325616 139841970205816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12663] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12663/stat : 12663 (java) S 12635 12639 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27923259 9856040960 16850 33554432000 1073741824 1073778376 140735676325616 139841969153160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12665] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12665/stat : 12665 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923261 9856040960 16850 33554432000 1073741824 1073778376 140735676325616 139841968101904 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12667] ppid=12635 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/12639/task/12667/stat : 12667 (java) S 12635 12639 6358 0 -1 4202560 2982 0 0 0 32 0 0 0 20 0 19 0 27923261 9856040960 16850 33554432000 1073741824 1073778376 140735676325616 139841967049272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12669] ppid=12635 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/12639/task/12669/stat : 12669 (java) S 12635 12639 6358 0 -1 4202560 8120 0 0 0 35 2 0 0 20 0 19 0 27923261 9856040960 16850 33554432000 1073741824 1073778376 140735676325616 139841965996728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12639/tid=12671] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12671/stat : 12671 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923261 9856040960 16850 33554432000 1073741824 1073778376 140735676325616 139841964944376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12639/tid=12673] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12673/stat : 12673 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923261 9856040960 16850 33554432000 1073741824 1073778376 140735676325616 139841963892040 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12675] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12675/stat : 12675 (java) S 12635 12639 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27923271 9856040960 16850 33554432000 1073741824 1073778376 140735676325616 139841962738472 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.35 3.38 3.85 3/213 12676
/proc/meminfo: memFree=31040140/32872528 swapFree=681964/737152
[pid=12639] ppid=12635 vsize=9625040 CPUtime=6.99 cores=1,3,5,7
/proc/12639/stat : 12639 (java) S 12635 12639 6358 0 -1 4202496 14801 0 1 0 696 3 0 0 20 0 19 0 27923255 9856040960 19989 33554432000 1073741824 1073778376 140735676325616 140735676316752 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12639/statm: 2406260 19989 2261 9 0 2396937 0
[pid=12639/tid=12641] ppid=12635 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/12639/task/12641/stat : 12641 (java) R 12635 12639 6358 0 -1 4202560 2422 0 1 0 624 1 0 0 20 0 19 0 27923256 9856040960 19989 33554432000 1073741824 1073778376 140735676325616 139842348871360 139842206223089 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12639/tid=12644] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12644/stat : 12644 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 19989 33554432000 1073741824 1073778376 140735676325616 139842326980776 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12646] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12646/stat : 12646 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 19989 33554432000 1073741824 1073778376 140735676325616 139842325928232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12639/tid=12648] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12648/stat : 12648 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 19989 33554432000 1073741824 1073778376 140735676325616 139842324875688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12639/tid=12650] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12650/stat : 12650 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 19989 33554432000 1073741824 1073778376 140735676325616 139841987668520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12639/tid=12651] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12651/stat : 12651 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 19989 33554432000 1073741824 1073778376 140735676325616 139841986615976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12652] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12652/stat : 12652 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 19989 33554432000 1073741824 1073778376 140735676325616 139841985563432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12639/tid=12654] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12654/stat : 12654 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 19989 33554432000 1073741824 1073778376 140735676325616 139841984510888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12639/tid=12656] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12656/stat : 12656 (java) S 12635 12639 6358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27923257 9856040960 19989 33554432000 1073741824 1073778376 140735676325616 139841983458344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12660] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12660/stat : 12660 (java) S 12635 12639 6358 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27923258 9856040960 19989 33554432000 1073741824 1073778376 140735676325616 139841971259496 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12662] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12662/stat : 12662 (java) S 12635 12639 6358 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27923259 9856040960 19989 33554432000 1073741824 1073778376 140735676325616 139841970205816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12663] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12663/stat : 12663 (java) S 12635 12639 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27923259 9856040960 19989 33554432000 1073741824 1073778376 140735676325616 139841969153160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12665] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12665/stat : 12665 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923261 9856040960 19989 33554432000 1073741824 1073778376 140735676325616 139841968101904 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12667] ppid=12635 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/12639/task/12667/stat : 12667 (java) S 12635 12639 6358 0 -1 4202560 2982 0 0 0 32 0 0 0 20 0 19 0 27923261 9856040960 19989 33554432000 1073741824 1073778376 140735676325616 139841967049272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12669] ppid=12635 vsize=9625040 CPUtime=0.38 cores=1,3,5,7

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

[pid=12639/tid=12675] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12675/stat : 12675 (java) S 12635 12639 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27923271 9856040960 84951 33554432000 1073741824 1073778376 140735676325616 139841962738472 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1664.01
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.05 2.13 2.39 3/213 12720
/proc/meminfo: memFree=30326284/32872528 swapFree=681964/737152
[pid=12639] ppid=12635 vsize=9625040 CPUtime=1724.14 cores=1,3,5,7
/proc/12639/stat : 12639 (java) S 12635 12639 6358 0 -1 4202496 16736 0 1 0 172364 50 0 0 20 0 19 0 27923255 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 140735676316752 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12639/statm: 2406260 91631 2277 9 0 2396937 0
[pid=12639/tid=12641] ppid=12635 vsize=9625040 CPUtime=1717.33 cores=1,3,5,7
/proc/12639/task/12641/stat : 12641 (java) R 12635 12639 6358 0 -1 4202560 2485 0 1 0 171702 31 0 0 20 0 19 0 27923256 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139842348879040 139842206330099 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12644] ppid=12635 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/12639/task/12644/stat : 12644 (java) S 12635 12639 6358 0 -1 4202560 149 0 0 0 11 2 0 0 20 0 19 0 27923257 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139842326980776 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12646] ppid=12635 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/12639/task/12646/stat : 12646 (java) S 12635 12639 6358 0 -1 4202560 367 0 0 0 11 2 0 0 20 0 19 0 27923257 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139842325928232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12639/tid=12648] ppid=12635 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/12639/task/12648/stat : 12648 (java) S 12635 12639 6358 0 -1 4202560 147 0 0 0 11 3 0 0 20 0 19 0 27923257 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139842324875688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12639/tid=12650] ppid=12635 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/12639/task/12650/stat : 12650 (java) S 12635 12639 6358 0 -1 4202560 234 0 0 0 10 2 0 0 20 0 19 0 27923257 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841987668520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12639/tid=12651] ppid=12635 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/12639/task/12651/stat : 12651 (java) S 12635 12639 6358 0 -1 4202560 167 0 0 0 10 3 0 0 20 0 19 0 27923257 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841986615976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12639/tid=12652] ppid=12635 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/12639/task/12652/stat : 12652 (java) S 12635 12639 6358 0 -1 4202560 318 0 0 0 12 1 0 0 20 0 19 0 27923257 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841985563432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12639/tid=12654] ppid=12635 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/12639/task/12654/stat : 12654 (java) S 12635 12639 6358 0 -1 4202560 24 0 0 0 9 2 0 0 20 0 19 0 27923257 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841984510888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12639/tid=12656] ppid=12635 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/12639/task/12656/stat : 12656 (java) S 12635 12639 6358 0 -1 4202560 259 0 0 0 13 3 0 0 20 0 19 0 27923257 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841983458344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12639/tid=12660] ppid=12635 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/12639/task/12660/stat : 12660 (java) S 12635 12639 6358 0 -1 4202560 61 0 0 0 1 1 0 0 20 0 19 0 27923258 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841971259496 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12639/tid=12662] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12662/stat : 12662 (java) S 12635 12639 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27923259 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841970205816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12663] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12663/stat : 12663 (java) S 12635 12639 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27923259 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841969153160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12665] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12665/stat : 12665 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923261 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841968101904 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12667] ppid=12635 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/12639/task/12667/stat : 12667 (java) S 12635 12639 6358 0 -1 4202560 2982 0 0 0 33 0 0 0 20 0 19 0 27923261 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841967049272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12669] ppid=12635 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/12639/task/12669/stat : 12669 (java) S 12635 12639 6358 0 -1 4202560 8184 0 0 0 55 2 0 0 20 0 19 0 27923261 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841965996728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12639/tid=12671] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12671/stat : 12671 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923261 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841964944376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12639/tid=12673] ppid=12635 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/12639/task/12673/stat : 12673 (java) S 12635 12639 6358 0 -1 4202560 100 0 0 0 29 33 0 0 20 0 19 0 27923261 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841963892040 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12639/tid=12675] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12675/stat : 12675 (java) S 12635 12639 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27923271 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841962738472 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1724.14
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.19 2.15 2.38 3/213 12721
/proc/meminfo: memFree=30326396/32872528 swapFree=681964/737152
[pid=12639] ppid=12635 vsize=9625040 CPUtime=1784.15 cores=1,3,5,7
/proc/12639/stat : 12639 (java) S 12635 12639 6358 0 -1 4202496 16740 0 1 0 178364 51 0 0 20 0 19 0 27923255 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 140735676316752 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12639/statm: 2406260 91631 2277 9 0 2396937 0
[pid=12639/tid=12641] ppid=12635 vsize=9625040 CPUtime=1777.17 cores=1,3,5,7
/proc/12639/task/12641/stat : 12641 (java) R 12635 12639 6358 0 -1 4202560 2485 0 1 0 177685 32 0 0 20 0 19 0 27923256 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139842348871360 139842206276959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12644] ppid=12635 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/12639/task/12644/stat : 12644 (java) S 12635 12639 6358 0 -1 4202560 149 0 0 0 11 2 0 0 20 0 19 0 27923257 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139842326980776 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12646] ppid=12635 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/12639/task/12646/stat : 12646 (java) S 12635 12639 6358 0 -1 4202560 367 0 0 0 11 2 0 0 20 0 19 0 27923257 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139842325928232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12639/tid=12648] ppid=12635 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/12639/task/12648/stat : 12648 (java) S 12635 12639 6358 0 -1 4202560 147 0 0 0 11 3 0 0 20 0 19 0 27923257 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139842324875688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12639/tid=12650] ppid=12635 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/12639/task/12650/stat : 12650 (java) S 12635 12639 6358 0 -1 4202560 234 0 0 0 10 2 0 0 20 0 19 0 27923257 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841987668520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12639/tid=12651] ppid=12635 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/12639/task/12651/stat : 12651 (java) S 12635 12639 6358 0 -1 4202560 167 0 0 0 10 3 0 0 20 0 19 0 27923257 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841986615976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12639/tid=12652] ppid=12635 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/12639/task/12652/stat : 12652 (java) S 12635 12639 6358 0 -1 4202560 318 0 0 0 12 1 0 0 20 0 19 0 27923257 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841985563432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12639/tid=12654] ppid=12635 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/12639/task/12654/stat : 12654 (java) S 12635 12639 6358 0 -1 4202560 24 0 0 0 9 2 0 0 20 0 19 0 27923257 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841984510888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12639/tid=12656] ppid=12635 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/12639/task/12656/stat : 12656 (java) S 12635 12639 6358 0 -1 4202560 259 0 0 0 13 3 0 0 20 0 19 0 27923257 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841983458344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12639/tid=12660] ppid=12635 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/12639/task/12660/stat : 12660 (java) S 12635 12639 6358 0 -1 4202560 61 0 0 0 1 1 0 0 20 0 19 0 27923258 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841971259496 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12639/tid=12662] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12662/stat : 12662 (java) S 12635 12639 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27923259 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841970205816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12663] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12663/stat : 12663 (java) S 12635 12639 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27923259 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841969153160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12665] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12665/stat : 12665 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923261 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841968101904 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12667] ppid=12635 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/12639/task/12667/stat : 12667 (java) S 12635 12639 6358 0 -1 4202560 2982 0 0 0 33 0 0 0 20 0 19 0 27923261 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841967049272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12669] ppid=12635 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/12639/task/12669/stat : 12669 (java) S 12635 12639 6358 0 -1 4202560 8184 0 0 0 55 2 0 0 20 0 19 0 27923261 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841965996728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12639/tid=12671] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12671/stat : 12671 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923261 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841964944376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12639/tid=12673] ppid=12635 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/12639/task/12673/stat : 12673 (java) S 12635 12639 6358 0 -1 4202560 104 0 0 0 30 35 0 0 20 0 19 0 27923261 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841963892040 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12639/tid=12675] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12675/stat : 12675 (java) S 12635 12639 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27923271 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841962738472 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1784.15
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.2 s]
/proc/loadavg: 2.15 2.14 2.37 3/212 12786
/proc/meminfo: memFree=30706120/32872528 swapFree=681964/737152
[pid=12639] ppid=12635 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/12639/stat : 12639 (java) S 12635 12639 6358 0 -1 4202496 16740 0 1 0 179954 52 0 0 20 0 19 0 27923255 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 140735676316752 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12639/statm: 2406260 91631 2277 9 0 2396937 0
[pid=12639/tid=12641] ppid=12635 vsize=9625040 CPUtime=1793.03 cores=1,3,5,7
/proc/12639/task/12641/stat : 12641 (java) R 12635 12639 6358 0 -1 4202560 2485 0 1 0 179271 32 0 0 20 0 19 0 27923256 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139842348871360 139842206275938 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12644] ppid=12635 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/12639/task/12644/stat : 12644 (java) S 12635 12639 6358 0 -1 4202560 149 0 0 0 11 2 0 0 20 0 19 0 27923257 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139842326980776 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12646] ppid=12635 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/12639/task/12646/stat : 12646 (java) S 12635 12639 6358 0 -1 4202560 367 0 0 0 11 2 0 0 20 0 19 0 27923257 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139842325928232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12639/tid=12648] ppid=12635 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/12639/task/12648/stat : 12648 (java) S 12635 12639 6358 0 -1 4202560 147 0 0 0 11 3 0 0 20 0 19 0 27923257 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139842324875688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12639/tid=12650] ppid=12635 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/12639/task/12650/stat : 12650 (java) S 12635 12639 6358 0 -1 4202560 234 0 0 0 10 2 0 0 20 0 19 0 27923257 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841987668520 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12639/tid=12651] ppid=12635 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/12639/task/12651/stat : 12651 (java) S 12635 12639 6358 0 -1 4202560 167 0 0 0 10 3 0 0 20 0 19 0 27923257 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841986615976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12639/tid=12652] ppid=12635 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/12639/task/12652/stat : 12652 (java) S 12635 12639 6358 0 -1 4202560 318 0 0 0 12 1 0 0 20 0 19 0 27923257 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841985563432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12639/tid=12654] ppid=12635 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/12639/task/12654/stat : 12654 (java) S 12635 12639 6358 0 -1 4202560 24 0 0 0 9 2 0 0 20 0 19 0 27923257 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841984510888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12639/tid=12656] ppid=12635 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/12639/task/12656/stat : 12656 (java) S 12635 12639 6358 0 -1 4202560 259 0 0 0 13 3 0 0 20 0 19 0 27923257 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841983458344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12639/tid=12660] ppid=12635 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/12639/task/12660/stat : 12660 (java) S 12635 12639 6358 0 -1 4202560 61 0 0 0 1 1 0 0 20 0 19 0 27923258 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841971259496 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12639/tid=12662] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12662/stat : 12662 (java) S 12635 12639 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27923259 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841970205816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12663] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12663/stat : 12663 (java) S 12635 12639 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27923259 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841969153160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12665] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12665/stat : 12665 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923261 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841968101904 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12667] ppid=12635 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/12639/task/12667/stat : 12667 (java) S 12635 12639 6358 0 -1 4202560 2982 0 0 0 33 0 0 0 20 0 19 0 27923261 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841967049272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12639/tid=12669] ppid=12635 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/12639/task/12669/stat : 12669 (java) S 12635 12639 6358 0 -1 4202560 8184 0 0 0 55 2 0 0 20 0 19 0 27923261 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841965996728 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12639/tid=12671] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12671/stat : 12671 (java) S 12635 12639 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27923261 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841964944376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12639/tid=12673] ppid=12635 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/12639/task/12673/stat : 12673 (java) S 12635 12639 6358 0 -1 4202560 104 0 0 0 30 36 0 0 20 0 19 0 27923261 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841963892040 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12639/tid=12675] ppid=12635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12639/task/12675/stat : 12675 (java) S 12635 12639 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27923271 9856040960 91631 33554432000 1073741824 1073778376 140735676325616 139841962738472 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

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 12639 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 12639 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=968123
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=33842
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.24
CPU time (s): 1800.06
CPU user time (s): 1799.54
CPU system time (s): 0.52
CPU usage (%): 100.101
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.97
system time used= 1.03384
maximum resident set size= 366680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16786
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38336
involuntary context switches= 11068

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2444 second user time and 13.7709 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-18 16:05:40
IDJOB=4103984
IDBENCH=2523
IDSOLVER=2546
FILE ID=node112/4103984-1466258740
RUNJOBID= node112-1466258740-12610
PBS_JOBID= 19918204
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-markshare2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103984-1466258740/watcher-4103984-1466258740 -o /tmp/evaluation-result-4103984-1466258740/solver-4103984-1466258740 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466258740-12610 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103984-1466258740.opb

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

MD5SUM BENCH= ed3cba978a5e277395c10305f700e2f4
RANDOM SEED=1705008819

node112.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.734
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.46
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.734
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.734
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	: 5321.48
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.734
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.734
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.734
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.734
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.734
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31228868 kB
Buffers:           50656 kB
Cached:           120816 kB
SwapCached:         2028 kB
Active:            61220 kB
Inactive:         112628 kB
Active(anon):       3216 kB
Inactive(anon):     2096 kB
Active(file):      58004 kB
Inactive(file):   110532 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67096744 kB
Dirty:              1988 kB
Writeback:             0 kB
AnonPages:        749564 kB
Mapped:             7552 kB
Shmem:                 0 kB
Slab:             601056 kB
SReclaimable:      45028 kB
SUnreclaim:       556028 kB
KernelStack:        1584 kB
PageTables:         5468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     836040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 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= 71708 MiB
End job on node112 at 2016-06-18 16:35:39