Trace number 4092127

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16MSAT (TO) 1800.01 900.97

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-queen5-5-3_wcsp.wbo
MD5SUM3af6143b2c580af9e4edcedcd162c161
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark1800.02
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables75
Total number of constraints505
Number of soft constraints480
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)25
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 161
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 480
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	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.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4092127-1466108793.wbo
0.09/0.12	c reading problem ... 
0.09/0.19	c ... done. Wall clock time 0.075s.
0.09/0.19	c declared #vars     75
0.09/0.19	c internal #vars     555
0.09/0.19	c #constraints  530
0.23/0.20	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.23/0.20	c constraints type 
0.23/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 505
0.23/0.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 25
0.23/0.20	c 530 constraints processed.
0.23/0.20	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.23/0.20	c constraints type 
0.23/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 505
0.23/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 25
0.23/0.20	c 530 constraints processed.
0.23/0.20	c objective function length is 480 literals
0.23/0.24	c And the winner is solver0
0.43/0.70	c SATISFIABLE
0.43/0.70	c OPTIMIZING...
0.43/0.70	c Got one! Elapsed wall clock time (in seconds):0.581
0.43/0.70	o 69
0.43/0.71	c And the winner is solver0
0.45/1.20	c Got one! Elapsed wall clock time (in seconds):1.084
0.45/1.20	o 45
0.45/1.22	c And the winner is solver0
0.58/1.71	c Got one! Elapsed wall clock time (in seconds):1.588
0.58/1.71	o 44
0.58/1.71	c And the winner is solver0
0.59/2.21	c Got one! Elapsed wall clock time (in seconds):2.09
0.59/2.21	o 43
0.59/2.26	c And the winner is solver0
0.83/2.71	c Got one! Elapsed wall clock time (in seconds):2.593
0.83/2.71	o 42
0.83/2.72	c And the winner is solver0
0.88/3.22	c Got one! Elapsed wall clock time (in seconds):3.096
0.88/3.22	o 41
0.88/3.25	c And the winner is solver0
1.50/3.72	c Got one! Elapsed wall clock time (in seconds):3.6
1.50/3.72	o 40
1.50/3.72	c And the winner is solver0
1.52/4.22	c Got one! Elapsed wall clock time (in seconds):4.102
1.52/4.22	o 39
1.52/4.23	c And the winner is solver0
1.57/4.72	c Got one! Elapsed wall clock time (in seconds):4.604
1.57/4.72	o 38
1.57/4.80	c And the winner is solver0
1.76/5.22	c Got one! Elapsed wall clock time (in seconds):5.105
1.76/5.22	o 37
2.82/5.53	c cleaning 3012 clauses out of 6027 with flag 13479/6027
3.69/5.86	c cleaning 4498 clauses out of 9012 with flag 31406/12024
4.52/6.24	c cleaning 5755 clauses out of 11514 with flag 51426/19024
5.33/6.68	c cleaning 6876 clauses out of 13762 with flag 74456/27027
6.65/7.27	c cleaning 7938 clauses out of 15883 with flag 99916/36024
7.89/7.88	c cleaning 8970 clauses out of 17946 with flag 127451/46025
9.31/8.55	c cleaning 9985 clauses out of 19975 with flag 156873/57024
10.98/9.37	c cleaning 10992 clauses out of 21992 with flag 191396/69026
12.77/10.27	c cleaning 11995 clauses out of 23998 with flag 227601/82024
14.84/11.24	c cleaning 12997 clauses out of 26003 with flag 267405/96024
17.11/12.33	c cleaning 13998 clauses out of 28007 with flag 311410/111025
19.51/13.52	c cleaning 14998 clauses out of 30010 with flag 362419/127026
22.22/14.86	c cleaning 16001 clauses out of 32010 with flag 423401/144024
25.02/16.28	c cleaning 16997 clauses out of 34010 with flag 488823/162025
28.35/17.89	c cleaning 18007 clauses out of 36013 with flag 548745/181025
31.35/19.37	c cleaning 19001 clauses out of 38005 with flag 606319/201024
34.57/20.98	c cleaning 20003 clauses out of 40005 with flag 667226/222025
38.61/22.80	c cleaning 20999 clauses out of 42002 with flag 732767/244025
42.01/24.52	c cleaning 21997 clauses out of 44002 with flag 800978/267024
45.84/26.41	c cleaning 23003 clauses out of 46007 with flag 869010/291026
50.60/28.72	c cleaning 23998 clauses out of 48003 with flag 938662/316025
55.18/31.05	c cleaning 25000 clauses out of 50007 with flag 1012946/342027
60.34/33.50	c cleaning 25999 clauses out of 52004 with flag 1088539/369024
65.14/35.99	c cleaning 26999 clauses out of 54007 with flag 1168142/397026
70.74/38.77	c cleaning 27997 clauses out of 56006 with flag 1248732/426024
76.44/41.57	c cleaning 29002 clauses out of 58010 with flag 1341337/456025
82.04/44.39	c cleaning 30000 clauses out of 60009 with flag 1439374/487026
88.47/47.58	c cleaning 31001 clauses out of 62009 with flag 1543931/519026
95.06/50.84	c cleaning 32000 clauses out of 64006 with flag 1654195/552024
102.18/54.31	c cleaning 33002 clauses out of 66009 with flag 1756892/586027
108.98/57.74	c cleaning 34001 clauses out of 68005 with flag 1866234/621025
111.00/58.79	c And the winner is solver1
111.00/58.83	c Got one! Elapsed wall clock time (in seconds):58.71
111.00/58.83	o 36
111.74/59.26	c cleaning 25957 clauses out of 51927 with flag 16518/638948
112.53/59.64	c cleaning 15980 clauses out of 31972 with flag 36171/644950
113.33/60.04	c cleaning 11490 clauses out of 22990 with flag 60383/651948
114.13/60.48	c cleaning 9736 clauses out of 19501 with flag 88284/659949
115.13/60.98	c cleaning 9377 clauses out of 18764 with flag 118585/668948
116.68/61.61	c cleaning 9687 clauses out of 19388 with flag 155837/678949
117.87/62.26	c cleaning 10348 clauses out of 20700 with flag 195019/689948
119.27/62.96	c cleaning 11178 clauses out of 22356 with flag 237801/701952
120.86/63.79	c cleaning 12087 clauses out of 24174 with flag 284695/714948
122.86/64.72	c cleaning 13042 clauses out of 26088 with flag 337644/728949
124.66/65.70	c cleaning 14019 clauses out of 28045 with flag 389777/743948
126.86/66.78	c cleaning 15010 clauses out of 30026 with flag 445664/759948
129.26/67.95	c cleaning 16008 clauses out of 32016 with flag 504370/776948
131.86/69.26	c cleaning 17004 clauses out of 34009 with flag 569495/794949
134.66/70.69	c cleaning 18001 clauses out of 36004 with flag 638960/813948
137.86/72.24	c cleaning 19001 clauses out of 38004 with flag 717028/833949
141.60/74.02	c cleaning 19998 clauses out of 40006 with flag 793057/854952
145.21/75.85	c cleaning 20998 clauses out of 42004 with flag 864633/876948
149.21/77.82	c cleaning 22003 clauses out of 44006 with flag 938970/899948
153.61/80.00	c cleaning 23001 clauses out of 46003 with flag 1015884/923948
158.01/82.25	c cleaning 23997 clauses out of 48002 with flag 1094349/948948
162.92/84.62	c cleaning 24993 clauses out of 50005 with flag 1179312/974948
167.53/86.94	c cleaning 26007 clauses out of 52013 with flag 1269750/1001949
172.72/89.59	c cleaning 26998 clauses out of 54005 with flag 1362237/1029948
178.32/92.30	c cleaning 28000 clauses out of 56007 with flag 1455681/1058948
183.91/95.14	c cleaning 29001 clauses out of 58007 with flag 1550778/1088948
190.51/98.80	c cleaning 30003 clauses out of 60007 with flag 1654959/1119949
196.71/101.81	c cleaning 31003 clauses out of 62005 with flag 1760589/1151950
203.51/105.25	c cleaning 31995 clauses out of 64000 with flag 1878899/1184948
210.35/108.67	c cleaning 32997 clauses out of 66005 with flag 2001658/1218948
217.57/112.30	c cleaning 34004 clauses out of 68010 with flag 2130625/1253950
224.96/115.90	c cleaning 34998 clauses out of 70004 with flag 2260972/1289948
233.04/119.98	c cleaning 35994 clauses out of 72008 with flag 2397499/1326950
241.42/124.15	c cleaning 37007 clauses out of 74013 with flag 2539659/1364949
250.12/128.49	c cleaning 38000 clauses out of 76005 with flag 2679359/1403948
258.92/132.86	c cleaning 39003 clauses out of 78006 with flag 2835211/1443949
267.12/136.93	c cleaning 39998 clauses out of 80003 with flag 2995901/1484949
272.22/139.45	c cleaning 0 clauses out of 5920 with flag 0/5925
278.02/142.11	c cleaning 40998 clauses out of 82004 with flag 3153653/1526948
288.22/147.22	c cleaning 42001 clauses out of 84007 with flag 3321083/1569949
298.96/152.56	c cleaning 42999 clauses out of 86005 with flag 3495847/1613948
310.35/158.29	c cleaning 43995 clauses out of 88006 with flag 3702962/1658948
322.06/164.09	c cleaning 45001 clauses out of 90011 with flag 3909203/1704948
333.84/170.00	c cleaning 46003 clauses out of 92010 with flag 4117282/1751948
346.96/176.41	c cleaning 47002 clauses out of 94007 with flag 4327736/1799948
359.04/182.50	c cleaning 47995 clauses out of 96005 with flag 4550576/1848948
372.43/189.12	c cleaning 49006 clauses out of 98011 with flag 4768148/1898949
386.18/195.93	c cleaning 50000 clauses out of 100004 with flag 5003411/1949948
400.36/203.07	c cleaning 50997 clauses out of 102004 with flag 5247997/2001948
415.08/210.36	c cleaning 52003 clauses out of 104008 with flag 5515091/2054949
431.27/218.40	c cleaning 52999 clauses out of 106007 with flag 5810005/2108951
447.21/226.39	c cleaning 54004 clauses out of 108007 with flag 6098105/2163950
465.37/235.40	c cleaning 54999 clauses out of 110003 with flag 6299110/2219950
483.14/244.19	c cleaning 56000 clauses out of 112004 with flag 6505942/2276950
500.73/252.99	c cleaning 56998 clauses out of 114002 with flag 6712477/2334948
519.83/262.45	c cleaning 57997 clauses out of 116004 with flag 6911913/2393948
539.47/272.76	c cleaning 59001 clauses out of 118007 with flag 7117407/2453948
557.13/281.58	c cleaning 59999 clauses out of 120006 with flag 7359675/2514948
576.82/291.37	c cleaning 61000 clauses out of 122007 with flag 7591983/2576948
597.11/301.45	c cleaning 62003 clauses out of 124008 with flag 7797926/2639949
614.09/309.96	c cleaning 62997 clauses out of 126004 with flag 8028860/2703948
634.17/319.94	c cleaning 63997 clauses out of 128008 with flag 8290929/2768949
651.49/328.54	c cleaning 65002 clauses out of 130010 with flag 8500352/2834948
668.69/337.19	c cleaning 65995 clauses out of 132008 with flag 8716055/2901948
687.82/346.66	c cleaning 67002 clauses out of 134015 with flag 8937934/2969950
706.51/355.94	c cleaning 68001 clauses out of 136011 with flag 9176322/3038948
724.66/364.97	c cleaning 69003 clauses out of 138011 with flag 9427812/3108949
743.61/374.34	c cleaning 69998 clauses out of 140007 with flag 9667114/3179948
763.56/384.27	c cleaning 71001 clauses out of 142009 with flag 9911264/3251948
784.75/394.69	c cleaning 71996 clauses out of 144008 with flag 10157520/3324948
805.14/404.71	c cleaning 73000 clauses out of 146013 with flag 10400713/3398949
826.10/415.17	c cleaning 74004 clauses out of 148012 with flag 10639720/3473948
848.42/426.21	c cleaning 75000 clauses out of 150010 with flag 10873490/3549950
870.15/437.08	c cleaning 76003 clauses out of 152010 with flag 11115721/3626950
893.76/448.74	c cleaning 77003 clauses out of 154007 with flag 11364614/3704950
918.89/461.26	c cleaning 77993 clauses out of 156002 with flag 11618914/3783948
943.38/473.40	c cleaning 78998 clauses out of 158009 with flag 11877708/3863948
965.50/484.44	c cleaning 79991 clauses out of 160011 with flag 12111431/3944948
987.57/495.46	c cleaning 81005 clauses out of 162020 with flag 12352131/4026948
1010.06/506.67	c cleaning 82000 clauses out of 164015 with flag 12596429/4109948
1034.46/518.86	c cleaning 83005 clauses out of 166017 with flag 12837135/4193950
1060.03/531.50	c cleaning 84000 clauses out of 168011 with flag 13075735/4278949
1084.32/543.61	c cleaning 84994 clauses out of 170010 with flag 13314780/4364948
1113.20/557.91	c cleaning 85999 clauses out of 172016 with flag 13561688/4451948
1140.34/571.46	c cleaning 87006 clauses out of 174017 with flag 13813536/4539948
1172.83/588.34	c cleaning 87998 clauses out of 176011 with flag 14062238/4628948
1200.10/601.93	c cleaning 89000 clauses out of 178013 with flag 14310190/4718948
1226.07/614.81	c cleaning 90001 clauses out of 180013 with flag 14561731/4809948
1253.00/628.22	c cleaning 90996 clauses out of 182012 with flag 14821703/4901948
1274.93/639.11	c cleaning 0 clauses out of 11920 with flag 0/11925
1282.47/642.87	c cleaning 91996 clauses out of 184016 with flag 15091328/4994948
1311.23/657.16	c cleaning 93003 clauses out of 186021 with flag 15350464/5088949
1340.74/671.88	c cleaning 94006 clauses out of 188021 with flag 15630664/5183952
1372.96/687.84	c cleaning 95000 clauses out of 190012 with flag 15909523/5279949
1403.89/703.23	c cleaning 95997 clauses out of 192011 with flag 16197714/5376948
1434.20/718.36	c cleaning 97002 clauses out of 194014 with flag 16479490/5474948
1465.07/733.74	c cleaning 98003 clauses out of 196012 with flag 16762342/5573948
1497.16/749.80	c cleaning 99003 clauses out of 198009 with flag 17080319/5673948
1532.33/767.20	c cleaning 99998 clauses out of 200007 with flag 17371422/5774949
1564.73/783.47	c cleaning 100993 clauses out of 202008 with flag 17645463/5876948
1600.07/801.09	c cleaning 102004 clauses out of 204015 with flag 17917295/5979948
1635.26/818.69	c cleaning 102995 clauses out of 206011 with flag 18201228/6083948
1668.44/835.23	c cleaning 104003 clauses out of 208016 with flag 18476918/6188948
1706.42/854.17	c cleaning 105002 clauses out of 210016 with flag 18759114/6294951
1746.40/874.18	c cleaning 105994 clauses out of 212012 with flag 19043520/6401949
1784.81/893.38	c cleaning 107003 clauses out of 214017 with flag 19342324/6509948
1800.01/900.91	c >>>>>>>>>> Solver number 0 (10 answers) <<<<<<<<<<<<<<<<<<
1800.01/900.91	c starts		: 49061
1800.01/900.91	c conflicts		: 6565770
1800.01/900.91	c decisions		: 14927258
1800.01/900.91	c propagations		: 554284801
1800.01/900.91	c inspects		: 12840533759
1800.01/900.91	c shortcuts		: 0
1800.01/900.91	c learnt literals	: 0
1800.01/900.91	c learnt binary clauses	: 0
1800.01/900.91	c learnt ternary clauses	: 0
1800.01/900.91	c learnt constraints	: 6565770
1800.01/900.91	c ignored constraints	: 0
1800.01/900.91	c root simplifications	: 0
1800.01/900.91	c removed literals (reason simplification)	: 11491150
1800.01/900.91	c reason swapping (by a shorter reason)	: 0
1800.01/900.91	c Calls to reduceDB	: 135
1800.01/900.91	c Number of update (reduction) of LBD	: 1789581
1800.01/900.91	c Imported unit clauses	: 0
1800.01/900.91	c number of reductions to clauses (during analyze)	: 0
1800.01/900.91	c number of learned constraints concerned by reduction	: 0
1800.01/900.91	c number of learning phase by resolution	: 0
1800.01/900.91	c number of learning phase by cutting planes	: 0
1800.01/900.91	c speed (assignments/second)	: 658233.7298519498
1800.01/900.91	c non guided choices	3
1800.01/900.94	c learnt constraints type 
1800.01/900.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 162836
1800.01/900.94	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.01/900.94	c starts		: 47
1800.01/900.94	c conflicts		: 12893
1800.01/900.94	c decisions		: 270663
1800.01/900.94	c propagations		: 685088
1800.01/900.94	c inspects		: 526362175
1800.01/900.94	c shortcuts		: 0
1800.01/900.94	c learnt literals	: 0
1800.01/900.94	c learnt binary clauses	: 0
1800.01/900.94	c learnt ternary clauses	: 0
1800.01/900.94	c learnt constraints	: 12887
1800.01/900.94	c ignored constraints	: 0
1800.01/900.94	c root simplifications	: 0
1800.01/900.94	c removed literals (reason simplification)	: 0
1800.01/900.94	c reason swapping (by a shorter reason)	: 0
1800.01/900.94	c Calls to reduceDB	: 2
1800.01/900.94	c Number of update (reduction) of LBD	: 0
1800.01/900.94	c Imported unit clauses	: 0
1800.01/900.94	c number of reductions to clauses (during analyze)	: 0
1800.01/900.94	c number of learned constraints concerned by reduction	: 0
1800.01/900.94	c number of learning phase by resolution	: 0
1800.01/900.94	c number of learning phase by cutting planes	: 0
1800.01/900.94	c speed (assignments/second)	: 764.8657972506328
1800.01/900.94	c non guided choices	3
1800.01/900.94	c learnt constraints type 
1800.01/900.94	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1025
1800.01/900.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5
1800.01/900.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11857
1800.01/900.94	s SATISFIABLE
1800.01/900.94	c Found 11 solution(s)
1800.01/900.94	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 
1800.01/900.94	c objective function=36
1800.01/900.94	c Total wall clock time (in seconds): 900.825

Verifier Data

OK	35

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-4092127-1466108793/watcher-4092127-1466108793 -o /tmp/evaluation-result-4092127-1466108793/solver-4092127-1466108793 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466103654-28446 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4092127-1466108793.wbo 

pid=30689
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: 2.14 2.17 2.31 4/195 30692
/proc/meminfo: memFree=26322476/32872528 swapFree=1430864/1543284
[pid=30692] ppid=30689 vsize=3568 CPUtime=0 cores=0,2,4,6
/proc/30692/stat : 30692 (java) R 30689 30692 27978 0 -1 4202496 379 0 0 0 0 0 0 0 20 0 1 0 12928070 3653632 49 33554432000 1073741824 1073778376 140734781806400 140734781803528 266426477863 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30692/statm: 892 52 41 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 2.14 2.17 2.31 4/195 30692
/proc/meminfo: memFree=26322476/32872528 swapFree=1430864/1543284
[pid=30692] ppid=30689 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/30692/stat : 30692 (java) S 30689 30692 27978 0 -1 4202496 4423 0 1 0 8 1 0 0 20 0 18 0 12928070 9787879424 6051 33554432000 1073741824 1073778376 140734781806400 140734781797536 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30692/statm: 2389619 6051 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200216 s]
/proc/loadavg: 2.14 2.17 2.31 4/195 30692
/proc/meminfo: memFree=26322476/32872528 swapFree=1430864/1543284
[pid=30692] ppid=30689 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/30692/stat : 30692 (java) S 30689 30692 27978 0 -1 4202496 4675 0 1 0 22 1 0 0 20 0 18 0 12928070 9787879424 7255 33554432000 1073741824 1073778376 140734781806400 140734781797536 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30692/statm: 2389619 7255 2204 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300305 s]
/proc/loadavg: 2.14 2.17 2.31 4/195 30692
/proc/meminfo: memFree=26322476/32872528 swapFree=1430864/1543284
[pid=30692] ppid=30689 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/30692/stat : 30692 (java) S 30689 30692 27978 0 -1 4202496 6384 0 1 0 39 4 0 0 20 0 19 0 12928070 10060525568 8734 33554432000 1073741824 1073778376 140734781806400 140734781797536 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30692/statm: 2456183 8734 2246 9 0 2446860 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9824732

[startup+0.700269 s]
/proc/loadavg: 2.14 2.17 2.31 4/195 30692
/proc/meminfo: memFree=26322476/32872528 swapFree=1430864/1543284
[pid=30692] ppid=30689 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/30692/stat : 30692 (java) S 30689 30692 27978 0 -1 4202496 6384 0 1 0 39 4 0 0 20 0 19 0 12928070 10060525568 8734 33554432000 1073741824 1073778376 140734781806400 140734781797536 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30692/statm: 2456183 8734 2246 9 0 2446860 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9824732

[startup+1.50077 s]
/proc/loadavg: 2.12 2.17 2.31 3/214 30717
/proc/meminfo: memFree=26291344/32872528 swapFree=1430864/1543284
[pid=30692] ppid=30689 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/30692/stat : 30692 (java) S 30689 30692 27978 0 -1 4202496 8739 0 1 0 54 4 0 0 20 0 19 0 12928070 10060525568 11797 33554432000 1073741824 1073778376 140734781806400 140734781797536 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30692/statm: 2456183 11797 2254 9 0 2446860 0
[pid=30692/tid=30694] ppid=30689 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/30692/task/30694/stat : 30694 (java) S 30689 30692 27978 0 -1 4202560 2421 0 1 0 16 1 0 0 20 0 19 0 12928071 10060525568 11797 33554432000 1073741824 1073778376 140734781806400 140675714679672 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30695] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30695/stat : 30695 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12928072 10060525568 11797 33554432000 1073741824 1073778376 140734781806400 140675687131688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30696] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30696/stat : 30696 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12928072 10060525568 11797 33554432000 1073741824 1073778376 140734781806400 140675686078888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30692/tid=30697] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30697/stat : 30697 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12928072 10060525568 11797 33554432000 1073741824 1073778376 140734781806400 140675685026088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30692/tid=30698] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30698/stat : 30698 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12928072 10060525568 11797 33554432000 1073741824 1073778376 140734781806400 140675683973288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30692/tid=30699] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30699/stat : 30699 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12928072 10060525568 11797 33554432000 1073741824 1073778376 140734781806400 140675682921512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30700] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30700/stat : 30700 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12928072 10060525568 11797 33554432000 1073741824 1073778376 140734781806400 140675552684968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30692/tid=30701] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30701/stat : 30701 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12928072 10060525568 11797 33554432000 1073741824 1073778376 140734781806400 140675551632168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30702] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30702/stat : 30702 (java) S 30689 30692 27978 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12928072 10060525568 11797 33554432000 1073741824 1073778376 140734781806400 140675550579368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30703] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30703/stat : 30703 (java) S 30689 30692 27978 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12928073 10060525568 11797 33554432000 1073741824 1073778376 140734781806400 140675067632104 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30704] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30704/stat : 30704 (java) S 30689 30692 27978 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12928074 10060525568 11797 33554432000 1073741824 1073778376 140734781806400 140675066578168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30705] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30705/stat : 30705 (java) S 30689 30692 27978 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12928074 10060525568 11797 33554432000 1073741824 1073778376 140734781806400 140675065525256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30706] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30706/stat : 30706 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12928076 10060525568 11797 33554432000 1073741824 1073778376 140734781806400 140675064473744 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30707] ppid=30689 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/30692/task/30707/stat : 30707 (java) S 30689 30692 27978 0 -1 4202560 2294 0 0 0 14 0 0 0 20 0 19 0 12928076 10060525568 11797 33554432000 1073741824 1073778376 140734781806400 140675063421880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30692/tid=30708] ppid=30689 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/30692/task/30708/stat : 30708 (java) S 30689 30692 27978 0 -1 4202560 2676 0 0 0 13 0 0 0 20 0 19 0 12928076 10060525568 11797 33554432000 1073741824 1073778376 140734781806400 140675062369080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30692/tid=30709] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30709/stat : 30709 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12928076 10060525568 11797 33554432000 1073741824 1073778376 140734781806400 140675061316472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30692/tid=30710] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30710/stat : 30710 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12928076 10060525568 11797 33554432000 1073741824 1073778376 140734781806400 140675060263880 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30714] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30714/stat : 30714 (java) S 30689 30692 27978 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12928091 10060525568 11797 33554432000 1073741824 1073778376 140734781806400 140675056050984 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9824732

[startup+3.10078 s]
/proc/loadavg: 2.12 2.17 2.31 2/214 30723
/proc/meminfo: memFree=26278260/32872528 swapFree=1430864/1543284
[pid=30692] ppid=30689 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/30692/stat : 30692 (java) S 30689 30692 27978 0 -1 4202496 10836 0 1 0 82 6 0 0 20 0 19 0 12928070 10060525568 17125 33554432000 1073741824 1073778376 140734781806400 140734781797536 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30692/statm: 2456183 17125 2255 9 0 2446860 0
[pid=30692/tid=30694] ppid=30689 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/30692/task/30694/stat : 30694 (java) S 30689 30692 27978 0 -1 4202560 2424 0 1 0 17 1 0 0 20 0 19 0 12928071 10060525568 17125 33554432000 1073741824 1073778376 140734781806400 140675714679672 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30695] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30695/stat : 30695 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12928072 10060525568 17125 33554432000 1073741824 1073778376 140734781806400 140675687131688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30696] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30696/stat : 30696 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12928072 10060525568 17125 33554432000 1073741824 1073778376 140734781806400 140675686078888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30692/tid=30697] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30697/stat : 30697 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12928072 10060525568 17125 33554432000 1073741824 1073778376 140734781806400 140675685026088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30692/tid=30698] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30698/stat : 30698 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12928072 10060525568 17125 33554432000 1073741824 1073778376 140734781806400 140675683973288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30692/tid=30699] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30699/stat : 30699 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12928072 10060525568 17125 33554432000 1073741824 1073778376 140734781806400 140675682921512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30700] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30700/stat : 30700 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12928072 10060525568 17125 33554432000 1073741824 1073778376 140734781806400 140675552684968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30692/tid=30701] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30701/stat : 30701 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12928072 10060525568 17125 33554432000 1073741824 1073778376 140734781806400 140675551632168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30702] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30702/stat : 30702 (java) S 30689 30692 27978 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12928072 10060525568 17125 33554432000 1073741824 1073778376 140734781806400 140675550579368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30703] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30703/stat : 30703 (java) S 30689 30692 27978 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12928073 10060525568 17125 33554432000 1073741824 1073778376 140734781806400 140675067632104 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30704] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30704/stat : 30704 (java) S 30689 30692 27978 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12928074 10060525568 17125 33554432000 1073741824 1073778376 140734781806400 140675066578168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30705] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30705/stat : 30705 (java) S 30689 30692 27978 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12928074 10060525568 17125 33554432000 1073741824 1073778376 140734781806400 140675065525256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30706] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30706/stat : 30706 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12928076 10060525568 17125 33554432000 1073741824 1073778376 140734781806400 140675064473744 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30707] ppid=30689 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/30692/task/30707/stat : 30707 (java) S 30689 30692 27978 0 -1 4202560 3108 0 0 0 25 0 0 0 20 0 19 0 12928076 10060525568 17125 33554432000 1073741824 1073778376 140734781806400 140675063421880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30708] ppid=30689 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/30692/task/30708/stat : 30708 (java) S 30689 30692 27978 0 -1 4202560 3929 0 0 0 23 0 0 0 20 0 19 0 12928076 10060525568 17125 33554432000 1073741824 1073778376 140734781806400 140675062369080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30692/tid=30709] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30709/stat : 30709 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12928076 10060525568 17125 33554432000 1073741824 1073778376 140734781806400 140675061316472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30692/tid=30710] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30710/stat : 30710 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12928076 10060525568 17125 33554432000 1073741824 1073778376 140734781806400 140675060263880 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30714] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30714/stat : 30714 (java) S 30689 30692 27978 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12928091 10060525568 17125 33554432000 1073741824 1073778376 140734781806400 140675056050984 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=26 pid=1818 uid=0 cmd=

[startup+6.30086 s]
/proc/loadavg: 2.03 2.15 2.30 6/217 30744
/proc/meminfo: memFree=26205168/32872528 swapFree=1430864/1543284
[pid=30692] ppid=30689 vsize=9824732 CPUtime=4.73 cores=0,2,4,6
/proc/30692/stat : 30692 (java) S 30689 30692 27978 0 -1 4202496 23550 0 1 0 459 14 0 0 20 0 22 0 12928070 10060525568 46828 33554432000 1073741824 1073778376 140734781806400 140734781797536 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30692/statm: 2456183 46828 2287 9 0 2446860 0
[pid=30692/tid=30694] ppid=30689 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/30692/task/30694/stat : 30694 (java) S 30689 30692 27978 0 -1 4202560 2426 0 1 0 18 2 0 0 20 0 22 0 12928071 10060525568 46828 33554432000 1073741824 1073778376 140734781806400 140675714679672 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30695] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30695/stat : 30695 (java) S 30689 30692 27978 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 12928072 10060525568 46828 33554432000 1073741824 1073778376 140734781806400 140675687131688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30696] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30696/stat : 30696 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12928072 10060525568 46828 33554432000 1073741824 1073778376 140734781806400 140675686078888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30692/tid=30697] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30697/stat : 30697 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12928072 10060525568 46828 33554432000 1073741824 1073778376 140734781806400 140675685026088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30692/tid=30698] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30698/stat : 30698 (java) S 30689 30692 27978 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12928072 10060525568 46828 33554432000 1073741824 1073778376 140734781806400 140675683973288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30692/tid=30699] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30699/stat : 30699 (java) S 30689 30692 27978 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 12928072 10060525568 46828 33554432000 1073741824 1073778376 140734781806400 140675682921512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30692/tid=30700] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30700/stat : 30700 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12928072 10060525568 46828 33554432000 1073741824 1073778376 140734781806400 140675552684968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30692/tid=30701] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30701/stat : 30701 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12928072 10060525568 46828 33554432000 1073741824 1073778376 140734781806400 140675551632168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30702] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30702/stat : 30702 (java) S 30689 30692 27978 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12928072 10060525568 46828 33554432000 1073741824 1073778376 140734781806400 140675550579368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30703] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30703/stat : 30703 (java) S 30689 30692 27978 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 12928073 10060525568 46828 33554432000 1073741824 1073778376 140734781806400 140675067632104 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30704] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30704/stat : 30704 (java) S 30689 30692 27978 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12928074 10060525568 46828 33554432000 1073741824 1073778376 140734781806400 140675066578168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30705] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30705/stat : 30705 (java) S 30689 30692 27978 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 12928074 10060525568 46828 33554432000 1073741824 1073778376 140734781806400 140675065525256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30706] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30706/stat : 30706 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12928076 10060525568 46828 33554432000 1073741824 1073778376 140734781806400 140675064473744 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30707] ppid=30689 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/30692/task/30707/stat : 30707 (java) S 30689 30692 27978 0 -1 4202560 10870 0 0 0 106 2 0 0 20 0 22 0 12928076 10060525568 46828 33554432000 1073741824 1073778376 140734781806400 140675063421880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30692/tid=30708] ppid=30689 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/30692/task/30708/stat : 30708 (java) S 30689 30692 27978 0 -1 4202560 8745 0 0 0 91 1 0 0 20 0 22 0 12928076 10060525568 46828 33554432000 1073741824 1073778376 140734781806400 140675062369080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30692/tid=30709] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30709/stat : 30709 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12928076 10060525568 46828 33554432000 1073741824 1073778376 140734781806400 140675061316472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30692/tid=30710] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30710/stat : 30710 (java) S 30689 30692 27978 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 12928076 10060525568 46828 33554432000 1073741824 1073778376 140734781806400 140675060263880 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30714] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30714/stat : 30714 (java) S 30689 30692 27978 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12928091 10060525568 46828 33554432000 1073741824 1073778376 140734781806400 140675056050984 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30692/tid=30742] ppid=30689 vsize=9824732 CPUtime=1 cores=0,2,4,6

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

/proc/30692/task/30702/stat : 30702 (java) S 30689 30692 27978 0 -1 4202560 554 0 0 0 227 16 0 0 20 0 22 0 12928072 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675550579368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30692/tid=30703] ppid=30689 vsize=9824732 CPUtime=3.37 cores=0,2,4,6
/proc/30692/task/30703/stat : 30703 (java) S 30689 30692 27978 0 -1 4202560 2291 0 0 0 332 5 0 0 20 0 22 0 12928073 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675067632104 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30704] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30704/stat : 30704 (java) S 30689 30692 27978 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12928074 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675066578168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30692/tid=30705] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30705/stat : 30705 (java) S 30689 30692 27978 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 12928074 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675065525256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30692/tid=30706] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30706/stat : 30706 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12928076 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675064473744 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30707] ppid=30689 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/30692/task/30707/stat : 30707 (java) S 30689 30692 27978 0 -1 4202560 12512 0 0 0 153 2 0 0 20 0 22 0 12928076 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675063421880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30692/tid=30708] ppid=30689 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/30692/task/30708/stat : 30708 (java) S 30689 30692 27978 0 -1 4202560 9838 0 0 0 124 2 0 0 20 0 22 0 12928076 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675062369080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30692/tid=30709] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30709/stat : 30709 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12928076 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675061316472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30692/tid=30710] ppid=30689 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/30692/task/30710/stat : 30710 (java) S 30689 30692 27978 0 -1 4202560 52 0 0 0 15 15 0 0 20 0 22 0 12928076 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675060263880 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30744] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30744/stat : 30744 (java) S 30689 30692 27978 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 12928594 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675057103912 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30745] ppid=30689 vsize=9824732 CPUtime=813.24 cores=0,2,4,6
/proc/30692/task/30745/stat : 30745 (java) R 30689 30692 27978 0 -1 4202560 36 0 0 0 81311 13 0 0 20 0 22 0 12933954 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675059199856 140675564343968 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30692/tid=30746] ppid=30689 vsize=9824732 CPUtime=813.28 cores=0,2,4,6
/proc/30692/task/30746/stat : 30746 (java) R 30689 30692 27978 0 -1 4202560 35 0 0 0 81315 13 0 0 20 0 22 0 12933954 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675058154544 140675564895483 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30747] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30747/stat : 30747 (java) S 30689 30692 27978 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12933954 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675056051880 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1762.7
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.901 s]
/proc/loadavg: 2.21 2.26 2.33 3/191 30803
/proc/meminfo: memFree=26664260/32872528 swapFree=1430864/1543284
[pid=30692] ppid=30689 vsize=9824732 CPUtime=1799.9 cores=0,2,4,6
/proc/30692/stat : 30692 (java) S 30689 30692 27978 0 -1 4202496 35436 0 1 0 179784 206 0 0 20 0 22 0 12928070 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140734781797536 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30692/statm: 2456183 947542 2295 9 0 2446860 0
[pid=30692/tid=30694] ppid=30689 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/30692/task/30694/stat : 30694 (java) S 30689 30692 27978 0 -1 4202560 2439 0 1 0 20 3 0 0 20 0 22 0 12928071 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675714679672 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30695] ppid=30689 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/30692/task/30695/stat : 30695 (java) S 30689 30692 27978 0 -1 4202560 634 0 0 0 250 17 0 0 20 0 22 0 12928072 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675687131688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30692/tid=30696] ppid=30689 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/30692/task/30696/stat : 30696 (java) S 30689 30692 27978 0 -1 4202560 677 0 0 0 227 18 0 0 20 0 22 0 12928072 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675686078888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30692/tid=30697] ppid=30689 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/30692/task/30697/stat : 30697 (java) S 30689 30692 27978 0 -1 4202560 895 0 0 0 209 20 0 0 20 0 22 0 12928072 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675685026088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30692/tid=30698] ppid=30689 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/30692/task/30698/stat : 30698 (java) S 30689 30692 27978 0 -1 4202560 580 0 0 0 217 18 0 0 20 0 22 0 12928072 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675683973288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30692/tid=30699] ppid=30689 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/30692/task/30699/stat : 30699 (java) S 30689 30692 27978 0 -1 4202560 864 0 0 0 212 16 0 0 20 0 22 0 12928072 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675682921512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30692/tid=30700] ppid=30689 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/30692/task/30700/stat : 30700 (java) S 30689 30692 27978 0 -1 4202560 559 0 0 0 236 13 0 0 20 0 22 0 12928072 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675552684968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30692/tid=30701] ppid=30689 vsize=9824732 CPUtime=2.61 cores=0,2,4,6
/proc/30692/task/30701/stat : 30701 (java) S 30689 30692 27978 0 -1 4202560 787 0 0 0 243 18 0 0 20 0 22 0 12928072 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675551632168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30692/tid=30702] ppid=30689 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/30692/task/30702/stat : 30702 (java) S 30689 30692 27978 0 -1 4202560 554 0 0 0 227 16 0 0 20 0 22 0 12928072 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675550579368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30692/tid=30703] ppid=30689 vsize=9824732 CPUtime=3.37 cores=0,2,4,6
/proc/30692/task/30703/stat : 30703 (java) S 30689 30692 27978 0 -1 4202560 2291 0 0 0 332 5 0 0 20 0 22 0 12928073 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675067632104 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30704] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30704/stat : 30704 (java) S 30689 30692 27978 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12928074 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675066578168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30692/tid=30705] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30705/stat : 30705 (java) S 30689 30692 27978 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 12928074 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675065525256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30692/tid=30706] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30706/stat : 30706 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12928076 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675064473744 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30707] ppid=30689 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/30692/task/30707/stat : 30707 (java) S 30689 30692 27978 0 -1 4202560 12512 0 0 0 153 2 0 0 20 0 22 0 12928076 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675063421880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30692/tid=30708] ppid=30689 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/30692/task/30708/stat : 30708 (java) S 30689 30692 27978 0 -1 4202560 9838 0 0 0 124 2 0 0 20 0 22 0 12928076 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675062369080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30692/tid=30709] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30709/stat : 30709 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12928076 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675061316472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30692/tid=30710] ppid=30689 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/30692/task/30710/stat : 30710 (java) S 30689 30692 27978 0 -1 4202560 52 0 0 0 16 15 0 0 20 0 22 0 12928076 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675060263880 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30744] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30744/stat : 30744 (java) S 30689 30692 27978 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 12928594 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675057103912 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30745] ppid=30689 vsize=9824732 CPUtime=831.8 cores=0,2,4,6
/proc/30692/task/30745/stat : 30745 (java) R 30689 30692 27978 0 -1 4202560 36 0 0 0 83167 13 0 0 20 0 22 0 12933954 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675059199856 140675564141343 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30692/tid=30746] ppid=30689 vsize=9824732 CPUtime=831.82 cores=0,2,4,6
/proc/30692/task/30746/stat : 30746 (java) R 30689 30692 27978 0 -1 4202560 35 0 0 0 83168 14 0 0 20 0 22 0 12933954 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675058154544 140675564916567 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30747] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30747/stat : 30747 (java) S 30689 30692 27978 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12933954 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675056051880 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.9
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 30692 sig 9
??? kill -30692 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+900.901 s]
/proc/loadavg: 2.21 2.26 2.33 3/191 30803
/proc/meminfo: memFree=26664260/32872528 swapFree=1430864/1543284
[pid=30692] ppid=30689 vsize=9824732 CPUtime=1799.9 cores=0,2,4,6
/proc/30692/stat : 30692 (java) S 30689 30692 27978 0 -1 4202496 35436 0 1 0 179784 206 0 0 20 0 22 0 12928070 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140734781797536 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30692/statm: 2456183 947542 2295 9 0 2446860 0
[pid=30692/tid=30694] ppid=30689 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/30692/task/30694/stat : 30694 (java) S 30689 30692 27978 0 -1 4202560 2439 0 1 0 20 3 0 0 20 0 22 0 12928071 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675714679672 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30695] ppid=30689 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/30692/task/30695/stat : 30695 (java) S 30689 30692 27978 0 -1 4202560 634 0 0 0 250 17 0 0 20 0 22 0 12928072 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675687131688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30692/tid=30696] ppid=30689 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/30692/task/30696/stat : 30696 (java) S 30689 30692 27978 0 -1 4202560 677 0 0 0 227 18 0 0 20 0 22 0 12928072 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675686078888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30692/tid=30697] ppid=30689 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/30692/task/30697/stat : 30697 (java) S 30689 30692 27978 0 -1 4202560 895 0 0 0 209 20 0 0 20 0 22 0 12928072 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675685026088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30692/tid=30698] ppid=30689 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/30692/task/30698/stat : 30698 (java) S 30689 30692 27978 0 -1 4202560 580 0 0 0 217 18 0 0 20 0 22 0 12928072 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675683973288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30692/tid=30699] ppid=30689 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/30692/task/30699/stat : 30699 (java) S 30689 30692 27978 0 -1 4202560 864 0 0 0 212 16 0 0 20 0 22 0 12928072 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675682921512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30692/tid=30700] ppid=30689 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/30692/task/30700/stat : 30700 (java) S 30689 30692 27978 0 -1 4202560 559 0 0 0 236 13 0 0 20 0 22 0 12928072 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675552684968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30692/tid=30701] ppid=30689 vsize=9824732 CPUtime=2.61 cores=0,2,4,6
/proc/30692/task/30701/stat : 30701 (java) S 30689 30692 27978 0 -1 4202560 787 0 0 0 243 18 0 0 20 0 22 0 12928072 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675551632168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30692/tid=30702] ppid=30689 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/30692/task/30702/stat : 30702 (java) S 30689 30692 27978 0 -1 4202560 554 0 0 0 227 16 0 0 20 0 22 0 12928072 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675550579368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30692/tid=30703] ppid=30689 vsize=9824732 CPUtime=3.37 cores=0,2,4,6
/proc/30692/task/30703/stat : 30703 (java) S 30689 30692 27978 0 -1 4202560 2291 0 0 0 332 5 0 0 20 0 22 0 12928073 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675067632104 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30704] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30704/stat : 30704 (java) S 30689 30692 27978 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12928074 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675066578168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30692/tid=30705] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30705/stat : 30705 (java) S 30689 30692 27978 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 12928074 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675065525256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30692/tid=30706] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30706/stat : 30706 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12928076 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675064473744 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30707] ppid=30689 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/30692/task/30707/stat : 30707 (java) S 30689 30692 27978 0 -1 4202560 12512 0 0 0 153 2 0 0 20 0 22 0 12928076 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675063421880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30692/tid=30708] ppid=30689 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/30692/task/30708/stat : 30708 (java) S 30689 30692 27978 0 -1 4202560 9838 0 0 0 124 2 0 0 20 0 22 0 12928076 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675062369080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30692/tid=30709] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30709/stat : 30709 (java) S 30689 30692 27978 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12928076 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675061316472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30692/tid=30710] ppid=30689 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/30692/task/30710/stat : 30710 (java) S 30689 30692 27978 0 -1 4202560 52 0 0 0 16 15 0 0 20 0 22 0 12928076 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675060263880 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30744] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30744/stat : 30744 (java) S 30689 30692 27978 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 12928594 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675057103912 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30745] ppid=30689 vsize=9824732 CPUtime=831.8 cores=0,2,4,6
/proc/30692/task/30745/stat : 30745 (java) R 30689 30692 27978 0 -1 4202560 36 0 0 0 83167 13 0 0 20 0 22 0 12933954 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675059199856 140675564141343 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30692/tid=30746] ppid=30689 vsize=9824732 CPUtime=831.82 cores=0,2,4,6
/proc/30692/task/30746/stat : 30746 (java) R 30689 30692 27978 0 -1 4202560 35 0 0 0 83168 14 0 0 20 0 22 0 12933954 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675058154544 140675564916567 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30692/tid=30747] ppid=30689 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30692/task/30747/stat : 30747 (java) S 30689 30692 27978 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12933954 10060525568 947542 33554432000 1073741824 1073778376 140734781806400 140675056051880 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.9
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30692 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=517343
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=482622
# CPU time returned by wait4() is 1796
# while last known CPU time is 1799.9
#
# 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): 0.110001
#  lost CPU user time (s): 0.110001
#  lost CPU system time (s): 0

Real time (s): 900.97
CPU time (s): 1800.01
CPU user time (s): 1797.95
CPU system time (s): 2.06
CPU usage (%): 199.786
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.52
system time used= 2.48262
maximum resident set size= 3790300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35481
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23599
involuntary context switches= 25925

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.05308 second user time and 6.95494 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-16 22:26:33
IDJOB=4092127
IDBENCH=79662
IDSOLVER=2552
FILE ID=node116/4092127-1466108793
RUNJOBID= node116-1466103654-28446
PBS_JOBID= 19904066
Free space on /tmp= 71576 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-queen5-5-3_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4092127-1466108793/watcher-4092127-1466108793 -o /tmp/evaluation-result-4092127-1466108793/solver-4092127-1466108793 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466103654-28446 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4092127-1466108793.wbo

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

MD5SUM BENCH= 3af6143b2c580af9e4edcedcd162c161
RANDOM SEED=1268628127

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26322500 kB
Buffers:           51064 kB
Cached:           173596 kB
SwapCached:         2820 kB
Active:          4195576 kB
Inactive:          97072 kB
Active(anon):    4067424 kB
Inactive(anon):     3096 kB
Active(file):     128152 kB
Inactive(file):    93976 kB
Unevictable:     1543284 kB
Mlocked:         1430864 kB
SwapTotal:      67108856 kB
SwapFree:       67099404 kB
Dirty:               468 kB
Writeback:             0 kB
AnonPages:       5652392 kB
Mapped:            15392 kB
Shmem:                 0 kB
Slab:             572748 kB
SReclaimable:      16844 kB
SUnreclaim:       555904 kB
KernelStack:        1712 kB
PageTables:        15192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6804224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4153344 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= 71636 MiB
End job on node116 at 2016-06-16 22:41:34